@media screen and (max-width:768px){

   /* start header  */
   header .header-inner{
     flex-direction: column;
     font-size: 10px;
   }
   header .header-inner .sm-links{
    display: none !important;
   }

   /* start navigation  */
   nav .nav-inner figure img{
    height: 45px;
   }
   /* start contect us page  */
   .contact-section {
      padding: 40px 0;
   }
}

@media screen and (max-width:992px){
   /* start navigation bar  */
   nav .nav-inner .navigation-box{
    display: none;
   }
   nav .nav-inner .mene-btn{
    cursor: pointer;
    font-size: 25px;
   }
   nav .nav-inner .navigation-box .nav-list .hover-col{
      padding: 10px;
      display: block;
      transition: 0.3s ease;
   }
   nav .nav-inner .navigation-box .nav-list .hover-col:hover{
      background-color: #c3dee7;
      color: #000;
      transition: 0.3s ease;
   }
   .active-toggel{
    display: block !important;
    position: fixed;
    padding: 20px;
    background-color:#fff;
    left: 0;
    right: 30%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    z-index: 999;
    -webkit-animation: scale-up-hor-left 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-hor-left 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
   }
   .active-toggel .nav-list{
    display: block !important;
    color: #fff;
    font-size: 18px;
   }
   .active-toggel .nav-list li{
    margin-bottom: 10px;
   }
   .active-toggel .nav-list .Appointment{
    text-align: center;
   }
   .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: none;
    z-index: 998;
   }  
   .sec-pad{
      padding: 50px 0px;
   }
}


@media screen and (min-width:768px){

}
@media screen and (min-width:991px){

}
