/* About Us*/

@media (max-width: 480px) {
    body {
        font-size: 14px;
    }

    .inner-header-background {
        height: 160px;
    }

    .inner-header-background .aboutbg {
        top: auto;
        bottom: 0;
    }

    .about-content-left-img {
        margin: .5rem 0;
        padding-top: 20px !important;
    }

    .py-5 {
        padding-top: 0 !important;
    }

    .about-update-btn-div {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .publication-list {
        display: flex;
        flex-direction: column;
    }

    .userPersonaSwiper .swiper-pagination {
        position: absolute !important;
        bottom: 4px !important;
    }

    .section-title {
        font-size: 1.3rem !important;
    }

    .home-event-card {
        margin-bottom: 1rem;
    }

    .events-section .important-links h2 {
        margin-bottom: 0 !important;
        padding: 1rem 0 !important;
    }

    .search-box {
        max-width: 250px;
        width: 100%;
    }

    .header-right {
        margin-left: 0 !important;
    }

    .icon-group.ms-auto {
        margin-left: 0 !important;
    }

    .search-btn {
        right: 8px;
    }
.social-media-section::after, .social-media-section::before{
content: none;
}
.search-box input{
    min-width: unset!important;
}
}


@media (min-width: 481px) and (max-width: 767px) {
    .search-box input{
    min-width: unset !important;
}
    .inner-header-background {
        height: 125px;
    }

    .card-library {
        width: 100%;
    }

    .view-event-btn {
        padding: .3rem;
    }

    .section-title {
        font-size: 1.5rem !important;
    }

    .whatsnew-wrapper {
        margin-bottom: 10px;
    }

    .search-box {
        max-width: 100%;
    }

    .search-btn {
        right: 8px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .section-title {
        font-size: 1.5rem !important;
        margin-bottom: 10px !important;
        margin-top: 5px;
    }

    .inner-header-background {
        height: 200px;
    }

    .card-library {
        width: 47%;
    }
}


@media (min-width: 992px) and (max-width: 1099px) {
    .inner-header-background {
        height: 200px;
    }

    .card-library {
        width: 22%;
    }

}


@media (min-width: 1100px) and (max-width: 1199px) {
    .inner-header-background {
        height: 200px;
    }
}



@media (min-width: 1201px) and (max-width: 1299px) {
    .inner-header-background {
        height: 200px;
    }
}

@media (min-width: 1301px) and (max-width: 1499px) {
    .inner-header-background {
        height: 215px;
    }
}

@media (min-width: 1501px) and (max-width: 1699px) {
    .inner-header-background {
        height: 240px;
    }
}

@media (min-width: 1701px) and (max-width: 1999px) {
    .inner-header-background {
        height: 300px;
    }
}


/* Mobile Fix */

/* @media (max-width: 768px) {

  .testimonial-text {
    padding: 18px;
  }

  .testimonial-text p {
    text-align: left;
    font-size: 13px;
    line-height: 1.7;
  }

} */

@media (max-width: 768px) {

  .about-content p {
    text-align: left !important;
    word-break: break-word;
    hyphens: auto;
  }

}

@media (max-width: 768px) {

  .testimonial-text p {
    text-align: left !important;
    word-break: break-word;
    hyphens: auto;
  }

}
/* Remove underline in footer links for mobile */

@media (max-width: 768px) {

  footer a {
    text-decoration: none !important;
  }

}

@media (max-width: 768px) {

  .language-dropdown {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 260px;
    background: #fff;
    overflow-y: auto;
    z-index: 9999;
  }

}

@media (max-width:768px){

#bhashiniLanguageDropdown{
  right: 5px !important;
  top: 50px !important;
  width: 220px;
}

}

@media (max-width:768px){
  .search-wrapper{
    max-width: 100%;
  }
}

/* @media (max-width: 768px) {
    .contact-info {
        text-align: left !important;
        padding-left: 0;
    }

    .contact-info p,
    .contact-info a {
        text-align: left !important;
        display: block;
    }
} */

@media (max-width: 768px) {
  .Asiatic-contactUs-Section .container-box {
    text-align: left;
  }
}
@media (max-width:768px){
  #contactUs-asiatic{
    display:block !important;
    text-align:left !important;
  }
  p{
    text-align: left;
  }
}

@media (max-width: 576px) {

  .govindia-group {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
  }

  .search-box {
    flex: 1;
    min-width: 0;
  }

  #site-search {
    width: 100%;
  }

}
@media (max-width: 576px) {
  input {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  input,
  textarea,
  select {
    font-size: 16px;
  }
}