@media (max-width: 991px) {
    .footer-bottom {
        text-align: center;
    }

    .footer-bottom .text-end {
        text-align: center;
        margin-top: 0.5rem;
    }

    .footer-bottom img {
        margin: 0.25rem;
    }
}

@media (max-width: 991px) {
    .footer-text-minister {
        border-left: none;
        margin-top: 25px;
    }
}

@media (max-width: 576px) {
    .footer .title {
        font-size: 15px;
    }

    .footer-widget.quick-links ul li a,
    .contact-usmoef ul li {
        font-size: 12.5px;
    }
}

@media (max-width: 576px) {
    .clientSection .sliderImg {
        max-height: 55px;
    }

    .clientSection .owl-nav button {
        font-size: 12px;
    }
}

@media(max-width:768px) {

    .ministerArea {
        margin-bottom: 15px;
        min-height: auto;
    }
    .marq {
        width: calc(100% - 196px) !important;
        height:27px;
        font-size: 12px;
    }

}

/* prevent horizontal scroll */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}



@media (max-width: 991px) {
    .section {
        margin:  114px 20px 20px 20px;
        /* padding: 40px 0; */
    }
}

@media (max-width: 576px) {
    .section {
        margin: 114px 20px 20px 20px;
        padding: 25px 0;
        border-radius: 12px;
        overflow-x: scroll;
    }
}

@media (max-width: 991px) {

    #login-container {
        width: 95%;
        margin-top: 140px;
    }

    .captcha-box {
        flex-wrap: wrap;
        gap: 8px;
    }

    .captcha-box img {
        max-width: 100%;
        height: auto;
    }

    .captcha-box button {
        font-size: 16px;
        padding: 6px 12px;
    }
}

@media (max-width: 576px) {

    #login-container {
        width: 100%;
        margin-top: 150px;
        padding: 0 10px;
    }

    .captcha-box {
        flex-direction: column;
        align-items: center;
    }

    .captcha-box img {
        width: 220px;
        max-width: 100%;
    }

    .captcha-box button {
        width: 60px;
    }
}

@media (max-width: 991px) {

    .ad-slider {
        top: 115px;
        height: auto;
        padding: 6px 0;
    }

    .fixedHead {
        width: 150px;
    }

    .marq {
        width: calc(100% - 224px);
        font-size: 14px;
        /* height: 40px; */
    }

    .btn-box1 {
        right: 8px;
    }
}

@media (max-width: 576px) {

    .ad-slider {
        top: 120px;
        padding: 6px 0;
    }

    .fixedHead {
        width: 120px;
    }

    .ads {
        font-size: 12px;
        padding: 10px 6px;
    }

    .marq {
        width: calc(100% - 196px) !important;
        height: 24px;
        font-size: 12px;
    }

    .btn-box1 {
        right: 5px;
        gap: 6px;
    }

    .btn-box1 a {
        font-size: 12px;
    }
}

.login-box {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.login-page,
.register-page {
    height: auto !important;
    min-height: 100dvh;
    align-items: flex-start !important;
    /* padding-top: 10px; */
}

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

    .card-body.d-flex {
        flex-direction: column;
        text-align: center;
    }

    .card-body img {
        margin-bottom: 15px;
    }

    .form-group {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .register-header-wrap {
        flex-direction: column;
        gap: 12px;
        padding: 18px 10px;
    }

    .register-logo {
        width: 90px;
    }

    .register-header-text h4 {
        font-size: 22px;
        margin-bottom: 6px;
    }

    .register-header-text p {
        font-size: 13px;
        line-height: 1.4;
    }
}