/* ul li a {
    margin-right: 65px;
    
  } */

  .twitter {
    margin-left: 15px;
    margin-right: 15px;

  }

  footer {
    background-color: #a76a43;
    width: 100%;
    

  }
  @media only screen and (max-width: 992px) {
    body{
      margin-top: 70px;
    }
   }
   
   @media only screen and (min-width: 992px) {
    body{
      margin-top: 90px;
    }
   }
  
  .dropdown-menu li {
    position: relative;
    }
    .dropdown-menu .dropdown-submenu {
    display: none;
    /* position: absolute; */
    left: 100%;
    top: -7px;
    }
    .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
    }
    .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
    }
  footer div a,
  footer p {
    color: rgb(250, 250, 250);
    text-decoration: none;
  }
  footer div a:hover
   {
    color: rgb(157, 151, 151);
    text-decoration: none;
  }
  footer p:hover {
    color: rgb(157, 151, 151);
    text-decoration: none;
  }

  .appointment {

    color: white;
    border: 3px solid white;
    width: 200px;
  }
 
  /* .gallery img{
    height: 230px;
  } */
  .col-sm-4{
    margin-top: 20px;
    /* height: 180px; */
    
  }
  .col-sm-4 img{
    background-color: #ffffff;
  }
footer ul li{
  text-decoration: none;
  list-style: none;
}

footer h5{
  color: white;
}
footer .col-sm-2{
  color: white;
}
/* .row{
  margin-top: 40px;

} */

  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;800&display=swap');

.header1{
  font-family: 'Inter', sans-serif;
}
img{
  background: transparent;
}
@media only screen and (max-width: 992px) {
  .header1{
   background-image:url('about us.png') ;
  background-position: center top;
   height: 70px; 
   background-repeat: no-repeat; 
   background-size: 100%;
  
 }
 .header1 h1{
   padding-top: px;
   margin-left: 10px;
 }
 }
 
 @media only screen and (min-width: 992px) {
  .header1{
   background-image:url('about us.png') ;
  background-position: center ;
   height: 300px; 
   background-repeat: no-repeat; 
   background-size: 100%;
   
 }
 .header1 h1{
   padding-top: 100px;
   margin-left: 100px;
 }
 }