 @font-face
 {
    font-family: header1;
    src: url('../fonts/Alatsi-Regular.ttf');

    font-family: header2;
    src: url('../fonts/Satisfy-Regular.ttf');

 }

  *
  {
    margin: 0;
    padding: 0;
  }




  .header
  {
    display: flex;
    width: 100%;
    /*background-color: #f5b8cb;*/
    background-image: url(/pics/bg1.png);
    background-size: cover;  
    /*background-position: center center;*/
  }


  #logo1 img
  {
    width: 65%;
    /*margin-top: 2%;
    margin-bottom: 2%;*/
    margin-left: 3%;
  }


  .menu1
  {
    width: 100%; 
    margin-top: 2.5%;
    margin-right: 3%;
  }

  .menu1 ul
  {
    display: flex;
    flex-direction: row-reverse;
    list-style: none;
    color: black;
  }

  .menu1 ul li
  {
    padding: 5px;
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;   
  }


  .menu1 ul li a
  {  
    padding: 5px;      
    text-decoration: none;
    color: white;
    transition: 1.5s;
  }

  .menu1 ul li a:hover
  {
    background-color: white;
    color: black;
  }




  .banner marquee
  {
    background-color: black;
    color: white;
    font-size: 21px;
  }


  .helalAll
  {
    display: block;
    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: block;
    background-color: #e0e4e3;
    width: 94%;
    margin-top: 5%;
    margin-left: 3%;
    margin-right: 3%;
    padding: 1%;   
  }

  
  .chamber1
  {
    display: block;
    flex-direction: row;
    margin-top: 1%;
  }

  .chamber
  {
    color: white;
    background-color: #1ABC9C;
    width: 100%;
    margin: 1%;
    padding: 1%;
    border: 1px solid;    
    border-radius: 15px;
  }

  .chamberT1
  {
    font-size: 21px;
    font-weight: bold;
  }

  .contacts
  {
    margin-top: 3%;
    margin-left: 5%;
  }

  .treatments
  {
    width: 100%;
    text-align: center;
    margin-top: 3%;
  }

  

 
  
  

  @media only screen and (min-width: 768px)
  {


  .header
  {
    display: flex;
    width: 100%;
    /*background-color: #f5b8cb;*/
    background-image: url(/pics/bg1.png);
    background-size: cover;  
    /*background-position: center center;*/
  }

  
    
  .helalAll
  {
    display: inline-flex;
    width: 100%;
  }




  .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: 31%;
    margin: 1%;
    padding: 1%;
    border: 1px solid;    
    border-radius: 15px;
  }


  .chamberT1
  {
    font-size: 24px;
  }

   

  }