@media only screen and (min-width: 1800px){
    .container{
        max-width: 1700px;
    }
}
@media only screen and (max-width: 1799px){
    .index_banner_wrapper {
        padding: 250px 0px 250px 0px;
    }
    .sub_heading {
        font-size: 18px;
    }
    .heading {
        font-size: 60px;
    }
    .main_heading {
        font-size: 60px;
    }
    .desc {
        font-size: 16px;
    }
    .index_banner_absimg1 {
        bottom: 90px;
        right: 0;
        width: 390px;
    }
    .index_banner_absimg2 {
        bottom: -120px;
        right: 200px;
        width: 370px;
    }
}
@media only screen and (max-width: 1399px){
    .heading {
        font-size: 50px;
    }
    .main_heading {
        font-size: 50px;
    }
    .index_banner_absimg1 {
        bottom: 90px;
        right: 0;
        width: 330px;
    }
    .index_banner_absimg2 {
        bottom: -100px;
        right: 160px;
        width: 340px;
    }
}
@media only screen and (max-width: 1199px){
}
@media only screen and (max-width: 991px){
}
@media only screen and (max-width: 575px){
}