/* ================================================================ */
/* ========================Header css start===================== */
/* ================================================================ */

.header_section {
    width: 100%;
}




.header_section_img {
    width: 100%;
    position: relative;
}

.overlay_img {
    width: 100%;
    position: absolute;
    top: 120px;
}

.parant_div {
    width: 100%;
    padding: 0px 90px;
}

.banner_heading {
    font-size: 40px;
    color: #ffffff;
    font-weight: 500;
}

.date_text {
    font-size: 30px;
    color: #e6ba7c;
}

/*****Menu button css starts*****/

.container {
    max-width: 1175px;
    width: 100%;
}

.banner_text {
    width: 90%;
    float: left;
}



/* ================================================================ */
/* ========================Header css close===================== */
/* ================================================================ */

/* ================================================================ */
/* ========================Footer Section Start CSS  close===================== */
/* ================================================================ */
.footer_section {
    width: 100%;
    padding: 22px 0px 3px 0px;
    background-color: #1975d0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_text {
    color: #fff;
    font-size: 16px;
}

/* ================================================================ */
/* ========================Footer Section css close===================== */
/* ================================================================ */

@media (min-width: 0px) and (max-width: 481.99px) {
    .banner_heading {
        font-size: 15px;
    }

    .overlay_img {
        top: 10px;
    }

    .date_text {
        font-size: 12px;
    }

    .overlay_CIIImg {
        height: 48px;
    }
}

@media (min-width: 482px) and (max-width: 767.98px) {
    .overlay_img {
        top: 12px;
    }

    .banner_heading {
        font-size: 20px;
    }

    .date_text {
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991.99px) {
    .overlay_img {
        top: 27px;
    }

    .banner_heading {
        font-size: 37px;
    }

    .date_text {
        font-size: 28px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .overlay_img {
        top: 47px;
    }
}
