@media (max-width:1400px) {
.stat-box p {
    font-size: 18px;
}
}

@media (max-width: 1199px) {
    .result-container {
        width: 100%;
    }

    .result-tabs .nav-link {
        font-size: 16px;
    }

    .search img {
        width: 80%;
    }
}

@media (max-width: 992px) {

    .logo-text h2 {
    font-size: 16px;
}
.logo a {
    gap: 8px;
}
.header-right img {
    width: 140px;
}
.logo img {
    width: 53px;
}
    .header-wrapper {
        flex-wrap: unset;
    }

    .header-top-wrapper {
        justify-content: center;
    }

    .carousel-text h2 {
        font-size: 22px;
        line-height: 26px;
    }

    .carousel-text p {
        font-size: 16px;
        line-height: 20px;
    }

    .carousel-text {
        padding-left: 20px;
    }

    .result-tabs {
        margin-bottom: -39px;
    }

    .nav-item img {
        padding-right: 0px;
        width: 25px;
    }

    .result-tabs .nav-link {
        font-size: 12px;
    }

    .footer-container {
        grid-template-columns: auto;
    }

    .loginpage {
        display: flex;
        gap: 30px;
        flex-direction: column;
    }

    .left-card {
        width: 100%;
    }

    .form-card {
        width: 100%;
    }

}

@media (max-width: 768px) {
    .header-top-wrapper {
        justify-content: center;
    }

    .carousel-text h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .carousel-text p {
        font-size: 14px;
        line-height: 18px;
    }

    .carousel-text {
        padding-left: 20px;
    }

    .announcement-wrapper h3 {
        font-size: 10px;
    }

    .announcement-left {
        font-size: 10px;
    }

    .stats-section::before {
        top: 0;
        background: url('../images/left-footerGraphics.png') no-repeat center top;
        background-size: cover;
        width: 100%;
    }

    .stats-section::after {
        display: none;
    }

    .result-tabs .nav-link {
        font-size: 10px;
    }

    .nav-item img {
        display: none;
    }

    .result-tabs {
        margin-bottom: -27px;
    }

span.counter {
    font-size: 40px;
}
.stat-box p {
    font-size: 14px;
}
.faq a {
    font-size: 14px;
    padding: 5px 15px;
    display: block;
}
.slider {
    flex-direction: column;
}

.carousel-left {
    width: 100%;
    padding: 15px 0 50px;
    order: 2;
    justify-content: center;
}
.carousel-img-home {
    width: 100%;
    height: 50vh;
}

.carousel-img-home::before {
    width: 100%;
    height: 50px;
    background: linear-gradient(#dadada2b, #dadada);
    bottom: 0;
    top: unset;
    left: 0;
}
}

@media (max-width: 576px) {

    .top-left-wrapper {
        font-size: 6px;
    }

    .top-right-wrapper {
        font-size: 8px;
    }

    .text-switcher span a {
        font-size: 8px;
    }

    .logo img {
        width: 50px;
    }

    .logo-text h2 {
        font-size: 12px;
    }

    .header-right img {
        width: 90px;
    }

    .carousel-img-home {
        height: 70vh;
    }

    .announcement-wrapper {
        padding-right: 0;
    }

    a.view-all-announcements.r-more-btn {
        display: none;
    }

    .Loginannouncement .view-btn {
        padding: 4px 4px;
        font-size: 10px;
        width: 60px;
    }

    .marquee-content a {
        font-size: 10px;
    }

    .nav-item img {
        display: none;
    }

    .result-tabs .nav-link {
        font-size: 10px;
    }

    .result-tabs {
        margin-bottom: -42px;
    }

    .result-left img {
        width: 40px;
    }

    .result-left p {
        font-size: 10px;
    }

    .date {
        font-size: 10px;
    }

    .date img {
        width: 15px;
    }

    .result-section {
        padding: 50px 0;
    }

    .view-btn {
        padding: 5px 20px;
        font-size: 8px;
        letter-spacing: 0px;
    }

    .result-left {
        gap: 5px;
        max-width: 70%;
    }

    .result-box {
        padding: 50px 10px 25px 10px;
    }

    span.plus {
        font-size: 40px;
        margin-left: 0px;
    }

    span.counter {
        font-size: 50px;
    }

    .stat-box p {
        font-size: 16px;
    }

    .stat-box p img {
        width: 20px;
    }

    .faq a {
        font-size: 18px;
        padding: 15px 20px;
    }

    .faq img {
        width: 20px;
    }

    .faq::after {
        width: 40px;
        left: -40px;
        top: 1px;
        clip-path: polygon(100% 0, 0 100%, 100% 100%);
    }

    .foot-bootm {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .foot-bootm p {
        font-size: 10px;
        text-align: center;
    }

    .loginlogo {
        margin: unset;
        margin-bottom: 20px;
    }

    .left-card h2 {
        font-size: 16px;
        line-height: 19px;
    }

    .left-card h3 {
        line-height: 17px;
        font-size: 14px;
    }

    .left-card p {
        font-size: 12px;
    }

    .form-title {
        font-size: 18px;
    }

    .captcha-img {
        height: 30px;
    }

    .form-card input {
        padding: 6px;
    }

    .submit-btn {
        padding: 6px;
        font-size: 16px;
    }

     .left-card {
        min-height: 350px;
    }

    .form-card {
        min-height: 350px;
    }
}