@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;
  }
}

@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;
  }

  @media(max-width:991px){

.has-drop .dropdown{

    display:none;

    position:static !important;

    opacity:1 !important;

    visibility:visible !important;

    transform:none !important;

    pointer-events:auto !important;

    width:100%;

    background:#122132;

    border:none;

    padding:5px 0;

}

.has-drop.active>.dropdown{

    display:block !important;

}

}
}

@media screen and (max-width:767px){
  #hero{
    min-height: 1000px;
  }
}

@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;
    }
}
