/* Responsive Css */


@media (max-width: 1199px){

  .main-menu .navigation > li > a {
    font-size: 11px;
  }

}
@media (max-width: 991px){

  .main-menu .navigation > li, .other-option li {
    padding-right: 1rem;
    padding-left: 0.5rem;
  }

  .main-menu .navigation > li > a {
    font-size: 9px;
  }

  .scroll-nav, .other-option {
    margin-left: 1rem;
  }

  .logo img {
    width: 100%;
  }
  #top {
    right:1rem;
  }

  .info-list li, .social-links li {
    margin-right: 1rem;
}
  
}



@media only screen and (min-width: 768px){
  .menu-right-content {
    display: none;
  }
}



@media only screen and (max-width: 1199px){
  /*.banner-section .owl-nav {
    display: none;
  }*/
  

}


@media only screen and (max-width: 767px){

  .main-menu, .header-top {
    display: none !important;
  }

  h3 {
    font-size: 18px !important;
  }

  p {
    font-size: 14px !important;
  }

  h1 {
    font-size: 26px !important;
    line-height: 30px !important;
  }

  .bg-wrapper {
    max-height: fit-content;
  }



  .logo img {
    width: 100%;
  }

  .main-menu .navigation > li > a {
    font-size: 14px;
  }

  .main-menu .navigation > li, .other-option li {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .header-lower .outer-box {
    min-height: 100px;
    margin-top: -3.8rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 599px){


}


@media only screen and (max-width: 499px){

  .search-popup .search-form fieldset input[type="search"] {
    font-size: 16px; 
  }

  .search-popup .search-form fieldset input[type="submit"] {
    font-size: 16px;
    width: 150px;
  }

}


@media only screen and (max-width: 399px){


  
}