.Common_Banner {
    position: relative;
    margin-top: -5%;
}

.Common_Banner .img_holder {}

.Common_Banner .img_holder .banner_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Common_Banner .text_holder {}

.Common_Banner .title_text {
    font-size: 40px;
    margin-bottom: 0px;
    font-weight: 700;
    color: #fff;
    font-family: Roboto;
}

.Common_Banner .content_div {
    position: absolute;
    bottom: 30px;
    z-index: 1;
    transform: translate(-50%, 10px);
    left: 50%;
}


@media (min-width:0px) and (max-width: 575px) {
    .Common_Banner .content_div {
        bottom: 25px;
        width: 300px;
    }

    .Common_Banner .text_holder .white_text,
    .Common_Banner .text_holder .yellow_text {
        font-size: 24px;
    }

    .Common_Banner .sub_text {
        font-size: 13px;
    }

    .Common_Banner .sub_text {
        margin-bottom: 20px;
    }

    .Common_Banner .btns_holder .Gray_Btn .icon_holder {
        height: 30px;
    }

    .Common_Banner .vdo_holder .banner_video {
        height: 316px;
        object-fit: cover;
    }

    .Common_Banner .title_text {
        font-size: 24px;
    }
}

@media (min-width:576px) and (max-width: 767.98px) {


    .Common_Banner .text_holder .white_text,
    .Common_Banner .text_holder .yellow_text {
        font-size: 24px;
    }

    .Common_Banner .sub_text {
        font-size: 13px;
    }

    .Common_Banner .sub_text {
        margin-bottom: 20px;
    }

    .Common_Banner .btns_holder .Gray_Btn .icon_holder {
        height: 30px;
    }



    .Common_Banner .title_text {
        font-size: 28px;
    }

}

@media (min-width:768px) and (max-width: 991px) {


    .Common_Banner .text_holder .white_text,
    .Common_Banner .text_holder .yellow_text {
        font-size: 30px;
    }

    .Common_Banner .sub_text {
        font-size: 13px;
    }

    .Common_Banner .sub_text {
        margin-bottom: 20px;
    }

    .Common_Banner .title_text {
        font-size: 28px;
    }
}

@media (min-width:992px) and (max-width: 1199px) {


    .Common_Banner .text_holder .white_text,
    .Common_Banner .text_holder .yellow_text {
        font-size: 35px;
    }

    .Common_Banner .sub_text {
        font-size: 13px;
    }


    .Common_Banner .title_text {
        font-size: 28px;
    }

}

@media (min-width:1200px) and (max-width: 1399px) {


    .Common_Banner .text_holder .white_text,
    .Common_Banner .text_holder .yellow_text {
        font-size: 41px;
    }

    .Common_Banner .sub_text {
        font-size: 15px;
    }
}

@media (min-width:576px) and (max-width: 1599px) {}