@media(max-width:1400px){
  
a.navbar-brand img {
          max-width: 400px;
}
a.nav-link {
    font-size: 15px;
     padding: 20px 0 !important;   
        font-weight: 600;
}
}

@media(min-width:1399px){
    .hero {
  position: relative;
  height: 50vh;
  overflow: hidden;
}

 .hero h1 {
     font-size: 100px;
      font-weight: 800;
      text-transform: uppercase;
      padding-top: 50px;
    }
}
@media (min-width:991px) {
    .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
}

@media(max-width: 991px){
    .navbar-toggler {
   
    position: relative;
    right: 10px;
}
    .form-check-inline {
    display: flex !important;
  
}
        a.navbar-brand img {
        max-width: 238px;
    }
    body{
        overflow-x: hidden;
    }
    .abtus-image-2 img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border: 8px solid #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}.section-padding {
    padding: 50px 0 !important;
}
    .vm-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}.vm-single-wrapper {
    display: grid;
    /* align-items: center; */
    gap: 50px;
}.vm-content {
    width: 100%;
    
}
    .contact-section {
   background: #eef2f3;
        padding: 10px 0px;
        margin: auto;
        border-radius: 50px;
        margin: 22px 7px 37px;
}
    .nav-btn {
            top: auto;
    position: absolute;
    right: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #000;
    background: transparent;
    cursor: pointer;
    z-index: 2;
    font-size: 18px;
    bottom: -57px;
    /* right: auto; */
    left: auto;
    margin-right: 30px;
}
    .cta-content h2 {
    font-size: 28px;
}
    .content-card {
    padding: 30px 5px;
   
}
    .hero {
    position: relative;
    height: 50vh;
    overflow: hidden;
}
    .footer {
    background: url(../img/footer.webp) no-repeat center center;
    background-size: cover;
    color: #fff;
    padding: 70px 30px 0;
    position: relative;
    overflow: hidden;
}.news-section {
    /* background: #eef2f3; */
    padding: 80px 20px;
    margin: 0 10px 20px;
    border-radius: 50px;
}.news-header {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}    .faq-section {
        padding: 40px 20px;
        margin: 0 10px 50px;
    }
    .navbar-toggler {

    /*background: #ca1c1d !important;*/
}.membership-grid {
    padding: 60px 0px;
}.cta-hero {
   
           padding: 50px 0;
        /*margin: 0 10px 40px;*/
    
}
.btn {
    
    padding: 11px 17px !important;
    
    font-size: 16px !important;
}
    .floating {
    position: relative;
}
.right .tag {
    top: -10px;
    right: -40px;
    left: auto;
    transform: rotate(10deg);
}
.button-group {
        display: flex;
        gap: 12px;
        padding: 10px;
        justify-content: center;
}
.hero h1 {
    font-size: 60px;
    
}
.about h2 {
 font-size: 32px;
        line-height: 42px;
    
}
.about p {
   
    font-size: 17px;
   
}
p {
   
    font-size: 17px;
    
    
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
           background: #fff;
        padding: 30px;
        position: absolute;
        width: 100%;
        top: 100%;
}
a.nav-link {
    font-size: 18px;
    line-height: 11px;
    letter-spacing: 0;
    word-spacing: 0;
    color: #000;
    padding: 30px;
    margin: 0 15px;        text-align: left;
}
}

@media(min-width: 1399px){
     .feature-icon {
    width: 150px;
    height: 150px;
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 1px rgba(0,0,0,0.1));
  }
}