/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    .avatar-tooltip {
        display: none;
    }

    .header.header-transparent.header-fixed {
        position: fixed;
        z-index: 999;
        width: 100%;
        top: -70px;
        animation-duration: 0.5s;
        animation-name: slideInDown;
        border-bottom: 1px solid rgb(233, 236, 239);
        background: rgb(255, 255, 255);
        transition: 0.2s ease-in;
    }


}

@media (max-width: 767.98px) {
    .text-sm-center {
        text-align: center;
    }
}

/* Small devices (landscape phones, 576px and up) */
/* @media (min-width: 576px) and (max-width: 767.98px) { */
@media (max-width: 767.98px) {
    .avatar-container:hover .avatar-tooltip {
        display: none;
    }

    .header.header-transparent.header-fixed {
        position: fixed;
        z-index: 998;
        width: 100%;
        top: -70px;
        animation-duration: 0.5s;
        animation-name: slideInDown;
        border-bottom: 1px solid rgb(233, 236, 239);
        background: rgb(255, 255, 255);
        transition: 0.2s ease-in;
    }

    .nav-menus-wrapper-close-button {
        color: #000000 !important;
        background-color: #aef1c8 !important;
    }

    .nav-menu>.custom-header>a {
        margin-top: 10px !important;
    }

    .carousel-caption {
        padding-bottom: 0rem;
        padding-top: 0rem;
    }

    .badges-container {
        display: none !important;
    }

    .highlight-custom {
        font-size: 1.3rem !important;
    }

    .user-avatar {
        margin: 2px;
    }

    .contact-card {
        width: 89%;
    }

    .bg-cover {
        padding-top: 20px !important;
    }

    .section-tag {
        margin-bottom: -1rem !important;
    }

    .section-header {
        text-align: center !important;
        margin-bottom: 0rem !important;
    }

    .carousel-inner .carousel-item {
        padding: 0rem 0 !important;
    }

    .sm-dev-text {
        padding: 0px 75px 119px 57px;
        font-size: 16px !important;
    }

    .d-sm-none {
        display: none;
    }

    .logo-item {
        width: 100px !important;
        background: #00000012 !important;
        padding: 8px 15px;
    }

    .footer-widget {
        padding-bottom: 15px !important;
        padding-top: 0;
    }

    .mon-nav-header img {
        width: 70%;
    }

    .xl-heading {
        font-size: 2.5em !important;
        line-height: 1.31818182em;
    }

    .rounded-pill {
        justify-content: center;
    }

    .nav-header img {
        width: 40px;
        box-shadow: 0 2px 0px rgba(0, 0, 0, 0.05);
    }

    .language-current {
        padding: 11px 10px !important;
        margin-top: -2px !important;
    }

    .language-dropdown .language-list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .language-option.active .option-check {
        opacity: 1;
        padding-left: 15px;
    }

    .custom-language-curent {
        height: 6vh;
    }

    .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
        width: auto;
    }

    /* .mobile_nav ul li a .VIpgJd-ZVi9od-xl07Ob-lTBxed {
        width: auto;
    } */

}

@media (max-width: 768px) {
    img[src*="cleardot.gif"] {
        display: none !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 993px) {
    .nav-menu>li>a {
        letter-spacing: -1px !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

@media (min-width: 1201px) {
    .language-lg {
        display: none;
    }
}



/* -----------------------------------------------------------   custom qurey  ------------------------------------------------------------/ */

@media (max-width: 767px) {
    .ifs-officer-profile {
        padding: 3rem 0;
    }

    .profile-image-container {
        padding: 0;
    }

    .main-image-wrapper {
        height: 350px;
        top: -40px;
        border-radius: 20px;
    }

    .section-header h1 {
        font-size: 1.8rem;
    }

    .profile-intro h3 {
        font-size: 1.3rem;
    }

    .key-achievements {
        flex-direction: column;
    }

    .mission-vision-container {
        flex-direction: column;
    }

    .secondary-image-wrapper {
        width: 45%;
    }

    .badge {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 575px) {
    .main-image-wrapper {
        height: 300px;
    }

    .section-header h1 {
        font-size: 1.6rem;
    }

    .secondary-image-wrapper {
        width: 55% !important;
        bottom: 0rem !important;
        right: 5rem !important;
    }
}