@media(max-width:991px){

  .nav-links li.has-drop{
    width: 100% !important;
  }

  .nav-links li.has-drop > a{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }

  .dropdown{
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    display: none;
    min-width: 100%;
    width: 100%;
    height: auto;
    max-height: none;
    overflow: visible;
    float: none;
    margin-top: 8px;
    border-top: 1px solid rgba(184,151,90,.18);
  }

  .has-drop.active .dropdown{
    display: block !important;
  }

  .dropdown a{
    display: flex !important;
    width: 100% !important;
    height: auto !important;
    min-height: 32px !important;
    opacity: 1 !important;
    visibility: visible !important;
    float: none !important;
    position: static !important;
  }

  .has-drop.active .drop-arrow{
    transform: rotate(180deg);
  }
}

@media screen and (max-width:1199px){
  .logo .logo-text h2{
    font-size: 24px;
    line-height:34px;
  }
  .logo .logo-text h3{
        font-size: 12px;
        line-height: 20px;
  }
  .nav-links{
    gap: 15px;
  }
  nav{
    height: 120px;
  }
  .photo-wrap{
      padding-bottom: 500px;
  }
  .hero-left-col{
    padding: 30px 0% 10px 0%;
  }
  .nav-links a{
    font-size: 11px;
  }
}

@media screen and (max-width:991px){
    .photo-wrap{
      background-color: transparent;
    }
    .photo-frame {
      bottom: -20px;
      right: 100px;
      width: 50%;
      height: 85%;
  }
  .sv-sidenav {
    position: inherit;
  }


.has-drop .dropdown{

    display:none;

    position:static !important;

    opacity:1 !important;

    visibility:visible !important;

    transform:none !important;

    pointer-events:auto !important;

    width:100%;

    background:#5f8884;

    border:none;

    padding:5px 0;

}

.has-drop.active>.dropdown{

    display:block !important;

}

    nav {
        height: 100px;
        padding: 5px 10px;
    }
    #hero{
      min-height: 400px;
    }
    .hero-stats{
      display: none;
    }
    .hero-sub{
      margin-bottom: 5px;
    }
    .ct-left{
      padding-top: 0;
    }

}

@media screen and (max-width:767px){
  #hero{
    min-height: 250px;
  }
  .hero-sub{
    display: none;
  }
      .hero-left-col {
        padding: 5px 0% 5px 0%;
    }
    .hero-slides h1{
      font-size: 22px;
      line-height: 32px;
    }
    section {
      padding:50px 0;
  }
  .counters {
      padding:50px 0;
}
.tabs{
      flex-direction: column;
}
.tab-btn {
    padding: 10px 10px;
  }
      nav {        
        height: 119px;
      }

}

@media screen and (max-width:575px){
      .svc-grid {
        grid-template-columns: 1fr;
      }
      .hosp-card{
          grid-template-columns: 1fr;
      }
      .footer-inner {
        grid-template-columns: 1fr;
    }
    .hero-slides h1{
      font-size: 30px;
      line-height: 40px;
    }
    .sv-sidenav{
      padding: 10px;
    }
    .sv-category__title{
      margin-top: 10px;
    }
    .headend .cond{
      grid-template-columns: 1fr;
    }
    h2.section-head{
      font-size: 28px;
      line-height: 38px;
    }
    .ct-form-title{
      font-size: 28px;
    line-height: 38px;
    }
        .logo .logo-text h3 {
        font-size: 10px;
        line-height: 17px;
    }
        .hero-slides h1 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .hero-deg{
       margin-bottom: 7px;
    line-height: 12px;
    font-size: 8px;
    }
    .hero-tag{
      font-size: 10px;
    line-height: 15px;
    }
        #hero {
        min-height: 150px;
    }
    #hero .btn-primary .bp-inner{
      font-size: 10px;
    line-height: 15px;
    padding: 2px 5px 2px 10px;
    }
     #hero .btn-primary .bp-arrow{
          width: 15px;
          height: 15px;
          font-size: 5px;
    }
        .hero-left-col {
        padding: 5px 40% 5px 0%;
    }
    #hero .btn-ghost, .hero-tag{
      display: none;
    }
    .h-btn {
      width: 22px;
      height: 22px;
      font-size: 14px;
    }
        .ct-form-title {
        font-size: 20px;
        line-height: 30px;
    }
    .ct-form-sub{
      margin-bottom: 10px;
    }
    .ct-popup-overlay{
      padding: 6px;
    }
    .faq-list{
          padding: 10px;
    }
        nav {
        padding: 1px 0;
        height: 65px;
    }
    nav.menu-open .nav-links{
      top: 65px;
              padding: 10px 2%;
    }
        .logo .logo-text h2 {
        font-size: 18px;
        line-height: 26px;
    }
        .logo .logo-text h3 {
        font-size: 7px;
        line-height: 10px;
    }
    nav.menu-open .nav-cta{
      padding: 6px 10px;
      margin: 0 1% 5px;
      font-size: 10px;
    }
        .nav-links {
        gap: 5px;
    }

}
