  body>.skiptranslate {
      display: none !important;
    }
#header .logo img {
    width: 160px;
}
.hide-before::before {  display: none !important;
} 
    #preloader{
        opacity: 0 !important;
        display: none !important;
    }

    .google_translate_element-outer {
      position: fixed;
      top: 105px;
      right: 0;
      z-index: 499;
      background: #fff;
      padding: 10px;
      border-bottom-left-radius: 10px;
      width: auto;
      transition: all 0.5s;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .facilities-card .facilities-card-i {
      text-align: center;
      max-width: 200px;
      max-height: 200px;
    }
/* 
    #header.header-scrolled~.google_translate_element-outer {
      top: 65px;
      transition: all 0.5s;
    } */

    .hide-before::before {
      display: none;
    }
 [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
    transition-property: none !important;
}
    @media (max-width: 767.98px) {

     


        #header .logo img {
    width: 100px;
}

      .hide-mobile {
        display: none !important;
      }

      .footer {
        padding: 15px 0 70px !important;
      }

      .google_translate_element-outer {
        bottom: 0px !important;
        top: auto !important;
        left: 0;
        right: 0;
      }

      body .hero-sec {
        margin-top: 20px !important;
      }

      #header {
        border-bottom: 1px solid #ccc;

      }

      #header .mobile-nav-toggle {
        top: 14px;
      }
    }

    @media (min-width: 768px) {
      .hide-desktop {
        display: none !important;
      }
    }

    @media (min-width: 992px) {
      .facilities-row .col-md-2 {
        flex: 0 0 auto;
        width: 20%;
        margin-bottom: 20px;
      }
    }