html,
body {
    overflow-x: hidden;
}

img,
iframe {
    max-width: 100%;
}

.preloader {
    display: none !important;
}

.static-maintenance-banner {
    position: relative;
    z-index: 5;
    margin: 0;
    padding: 10px 16px;
    background: #fff7d6;
    border-bottom: 1px solid #ead581;
    color: #594a0b;
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
}

.static-maintenance-banner a {
    color: #203778;
    font-weight: 600;
    text-decoration: underline;
}

.teacher-thumb img,
.candidate-img img,
.job_grid_thumb img {
    object-fit: cover;
}

@media (min-width: 993px) {
    .header.header-transparent {
        top: 41px;
    }

    .header.header-transparent + .clearfix + .home-banner {
        padding-top: 92px;
    }
}

@media (max-width: 992px) {
    .header.header-transparent {
        position: relative;
        background: #fff;
    }

    .header.header-transparent + .clearfix + .home-banner {
        padding-top: 32px;
    }

    .banner-box {
        position: relative !important;
        top: 0 !important;
        margin: 20px 0 0;
    }
}

@media (max-width: 767px) {
    .home-banner {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    .banner_caption {
        margin-top: 0;
    }

    .banner_title {
        font-size: 34px !important;
        line-height: 1.15 !important;
    }

    .static-maintenance-banner {
        font-size: 13px;
    }
}
