 @font-face
 {
    font-family: header1;
    src: url('../fonts/Alatsi-Regular.ttf');

    font-family: header2;
    src: url('../fonts/Satisfy-Regular.ttf');

 }

  *
  {
    margin: 0;
    padding: 0;
  }

  .menu1
  {
    background-color: #1ABC9C;
    text-align: left;
    width: 100%;
    height: 50%;
  }

  .menu1 ul
  {
    display: inline-flex;
    list-style: none;
    color: white;
    width: 100%;
    
  }

  .menu1 ul li
  {
    display: inline-flex;
      
    list-style: none;

    margin: 1% 1% .5% 1%;
  
    
    
  }

  .menu1 ul li a
  {    
    
    float: left;
    padding: 9px;    
    font-size: 18px;
    text-decoration: none;
    color: white;  
    font-weight: bold;
    text-transform: uppercase;
    
  }

  .menu1 ul li a:hover
  {
    background-color: white;
    color: black;
  }




  .banner marquee
  {
    background-color: black;
    color: white;
    font-size: 21px;
  }


  .helalAll
  {
    display: inline-flex;
    width: 100%;
  }

  .helal
  {
    margin-top: 3%;
    margin-left: 8%;
  }

  .helalPic img
  {
    width: 290px;
    border: 5px solid #1ABC9C;
  }

  .helalTitle
  {
    width: 290px;
    padding-bottom: 10px;
    background-color:#1ABC9C;
    color: white;
    text-align: center;
    font-size: 21px;
  }

  .btn-appt1
  {
    margin-top: 15px;
    width: 290px;
    background-color: blue;
    font-size: 25px;
  }

  .helalW
  {
    margin-top: 3%;
    margin-left: 5%;
    margin-right: 3%;
  }

  .helalW p
  {
    margin-top: 0px;
    margin-bottom: 0px;
  }


  .chambers
  {
    display: flex;
    background-color: #e0e4e3;
    width: 94%;
    margin-top: 5%;
    margin-left: 3%;
    margin-right: 3%;
    padding: 1%;
    flex-direction: column;
  }

  
  .chamber1
  {
    display: flex;
    flex-direction: row;
    margin-top: 1%;
  }

  .chamber
  {
    color: white;
    background-color: #1ABC9C;
    width: 33%;
    margin: 1%;
    padding: 1%;
    border: 1px solid;    
    border-radius: 15px;
  }

  .chamberT1
  {
    font-size: 28px;
  }

  .contacts
  {
    margin-top: 3%;
    margin-left: 5%;
  }

 
  
  

  @media only screen and (min-width: 768px)
  {
    

   

  }