@media only screen and (max-width: 1199px) and (min-width: 1198px) {
    .bnr_txt{
        top: 58%;
    }

    .banner_section .banner_img {
        height: 43vh;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media screen and (max-width: 1199px) {

    /* .banner_section .banner_img {
        height: 42vh;
        -o-object-fit: cover;
        object-fit: cover;
    } */

    /* .bnr_txt {
        right: 20px;
        top: 380px;
    } */

    .bnr_txt h1 {
        font-size: 55px;
    }

    .bnr_txt h2 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    
    .bnr_txt h3{
        margin-bottom: 25px;
    }

    .bnr_txt ul li{
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 767px) {
    .banner_section .banner_img {
        height: 45vh;
        object-fit: cover;
    }
}

@media screen and (max-width: 1024px) {
    /* .bnr_txt {
        right: 10px;
        top: 330px;
    }

    .bnr_txt h1 {
        font-size: 22px;
    }

    .bnr_txt h1,
    .bnr_txt h2 {
        font-size: 22px;
    }

    .bnr_txt h2 {
        padding: 10px 20px;
    } */

    .bnr_txt ul li{
        margin: 0 0 10px 0;
        font-size: 18px;
    }

    .thank_you_section {
        padding: 150px 0 30px;
    }
}


@media screen and (max-width: 991px) {
    .banner_form_section .container {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .banner_section{
        position: unset;
    }

    .banner_form_section {
        margin-top: -18%;
    }

    .mobile_bnr{
        position: relative;
        z-index: 2;
    }

    .banner_form {
        padding: 90px 15px 80px 15px;
        margin-top: -70px;
    }

    .banner_form form button{
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
}

    .bnr_txt{
        position: unset;
        top: unset;
        left: unset;
        right: unset;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }

    .banner_section #form_scroll .col-lg-5{
        position: absolute;
        top: 72%;
        left: 0;
        right: 0;
        z-index: 3;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
    }  

    .banner_section #form_scroll .col-lg-4{
        padding: 0;
    }

    .bnr_txt h1 {
        font-size: 45px;
    }

    .bnr_txt h1 {
        font-size: 40px;
    }

    .bnr_txt p{
        font-size: 21px;
    }

    .bnr_txt ul li{
        font-size: 20px;
    }

    .modal-dialog {
        width: 600px;
    }

    .modal-content {
        padding: 0 30px;
    }

    .elg_box {
        margin-bottom: 30px;
    }

    .eligibility_section .row:nth-child(2) .col-md-3:nth-child(3) .elg_box,
    .eligibility_section .row:nth-child(2) .col-md-3:nth-child(4) .elg_box {
        margin-bottom: 0;
    }

    .banner_form form button{

    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .banner_section .banner_img {
        height: 75vh;
        object-fit: cover;
    }

    .bnr_txt{
        top: 58%;
    }
}


@media only screen and (max-width: 768px) {
    .banner_section #form_scroll .col-lg-5{
        top: 42%;
    }
}

@media screen and (max-width: 767px) {
    .pt-150 {
        padding-top: 100px;
    }

    .pb-150 {
        padding-bottom: 60px;
    }

    .process_section.pb-150 {
        padding-bottom: 60px;
    }

    .banner_form_section {
        margin-top: -10%;
    }

    /* .banner_form {
        background: url(../images/wave-mb.png) no-repeat;
        background-size: cover;
        padding: 70px 15px 0 15px;
    } */

    .banner_section #form_scroll .col-lg-5{
        top: 82%;
    }

    /* .banner_form form button {
        margin-top: 5px;
        -webkit-transform: translate(0, 5px);
        -ms-transform: translate(0, 5px);
        transform: translate(0, 5px);

    } */

    .banner_form form button{
        background-color:#1c2628;
        border-color:#1c2628;
        width: 92%;
    }

    .banner_form #popup_enquiry_form button.thm-btn{
        width: auto;
        background-color: #3c51a0;
        border-color: #3c51a0;
    }

    .elg_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .elg_box .elg_img {
        margin-bottom: 0;
    }

    .elg_content {
        margin-left: 20px;
    }

    .leading_text {
        padding: 50px 30px;
    }

    .leading_text h5 br {
        display: none;
    }

    .list-box {
        margin-bottom: 40px;
    }

    .list-box .list-content h6 br {
        display: none;
    }

    .counter_section {
        background: url(../images/Counter_mobile.png) no-repeat;
        background-size: cover;
        background-position: center;
        margin-top: 60px;
        padding: 100px 0 60px;
    }

    .ys-counter .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }

    .ys-counter .row .col-md-2 {
        width: 50%;
    }

    .ys-counter-data {
        margin-bottom: 40px;
    }

    .process_section .row.text-center {
        text-align: left;
    }

    .process_section .process_box {
        margin-bottom: 40px;
    }

    .process_section .row:nth-child(2) .col-lg-3 .process_box:before {
        top: 30%;
    }

    .process_section .row:nth-child(2) .col-lg-3 .process_box:before {
        right: -40px;
    }

    .process_section .row:nth-child(2) .col-lg-3:nth-child(2) .process_box:before {
        -webkit-transform: rotate(90deg) translate(50%, 0);
        -ms-transform: rotate(90deg) translate(50%, 0);
        transform: rotate(90deg) translate(50%, 0);
        right: 25px;
        width: 100%;
    }

    .process_section .row.text-center{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }

    .process_section .row:nth-child(2) .col-lg-3:nth-child(3){
        -webkit-box-ordinal-group:4;
        -ms-flex-order:3;
        order:3;
    }
    
    .process_section .row:nth-child(2) .col-lg-3:nth-child(3) .process_box:before{
        content: "";
        display: inline-block;
        border-top: #000 solid thin;
        width: 80%;
        position: absolute;
        top: 30%;
        left: -91px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        z-index: -1;
    }

    .small-txt {
        margin-top: 25px !important;
    }

    .product_section_mobile .tab-pane .thm-btn-dark {
        margin-top: 25px;
        margin-bottom: 25px;
        display: block;
        text-align: center;
    }

    .testimonial_slider .owl-stage,
    .testimonial_slider .owl-item.active {
        width: 100% !important;
    }

    .testimonial_slider .owl-item:first-child .item {
        margin-bottom: 40px;
    }

    .testimonial_slider .item h6 {
        margin-bottom: 20px;
    }

    .faqs_slider .owl-stage {
        padding-left: 0 !important;
    }

    .slider-nav-top.owl-theme .owl-nav [class*=owl-] {
        padding: 2px 10px;
    }

    .slider-nav-top.owl-theme .owl-nav {
        top: -25px;
    }

    .footer_Section {
        background: url(../images/footer-bg-mb.png) no-repeat;
        background-size: cover;
        padding: 100px 0 30px 0;
    }

    .tab-card-header>.nav-tabs {}

    .ftr_col {
        margin: 30px 0 0;
    }

    .ftr_col .ftr_title {
        margin-bottom: 20px;
    }

    .ftr_col .ftr_cont_details a:first-child {
        margin-bottom: 10px;
    }

    .terms,
    .copyright,
    .powered {
        margin-top: 30px;
    }

    .powered {
        float: left;
    }

    .modal-content {
        padding: 0 15px;
        margin: 0 15px;
    }

    .modal-dialog {
        width: 100%;
    }

    /* All font sizes */

    .comm-head {
        font-size: 25px;
        margin-bottom: 35px;
    }

    .bnr_txt h1 {
        font-size: 40px;
    }

    .bnr_txt h2 {
        font-size: 25px;
    }
    
    .bnr_txt h3{
        font-size: 23px;
    }

    .bnr_txt p{
        font-size: 18px;
    }

    .bnr_txt ul li{
        font-size: 16px;
    }

    .bnr_txt h1 br {
        display: none;
    }

    .leading_text h5 {
        font-size: 25px;
    }

    .thm-btn,
    .thm-btn-dark,
    .thm-btn-red {
        font-size: 20px;
        padding: 9px 40px;
    }

    .list-box .list-content h6,
    .testimonial_slider .item h6 {
        font-size: 24px;
    }

    .testimonial_slider .item p {
        font-size: 18px;
    }

    .ys-counter h1 {
        font-size: 30px;
    }


    .product_section_mobile .card-header button {
        font-size: 18px;
        padding: 12px 15px;
    }

    .product_section_mobile .card-header button[aria-expanded="true"] {
        font-size: 40px;
    }

    ul.product_ul li {
        font-size: 17px;
    }

    .product_section_mobile .card-body .tab-pane p {
        font-size: 19px;
        margin-top: 15px;
    }

    .ftr_tagline {
        font-size: 32px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .modal-title {
        font-size: 20px;
    }

    .thank_you_footer_section {
        position: fixed;
        bottom: 0;
    }

    .thank_you_section {
        padding: 100px 0 30px;
    }

    .thankyou_text h1 {
        font-size: 40px;
    }

    .thankyou_text p {
        font-size: 23px;
    }

    .thankyou-ftr-logo {
        width: 60px;
    }

    .eligibility_section .row:nth-child(2) .col-md-3:nth-child(3) .elg_box {
        margin-bottom: 30px !important;
    }

    .elg_box h5 {
        font-size: 21px;
    }

    .elg_box .elg_img img {
        width: 60px;
    }

}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    .process_section .row:nth-child(2) .col-lg-3:nth-child(2) .process_box:before {
        right: auto;
        width: 50%;
        -webkit-transform: rotate(90deg) translate(100%, 0);
        -ms-transform: rotate(90deg) translate(100%, 0);
        transform: rotate(90deg) translate(100%, 0);
        left: 0;
        top: 0;
    }

    .thank_you_footer_section {
        position: relative;
    }

    .process_section .row:nth-child(2) .col-lg-3:nth-child(3) .process_box:before{
        left: -181px;
    }
}

@media screen and (max-width: 479px) {

    .banner_section #form_scroll .col-lg-5{
        top: 90%;
    }

    .logo img {
        width: 120px;
    }

    

    .process_section .row:nth-child(2) .col-lg-3:nth-child(2) .process_box:before {
        right: 15px;
    }

    /* All font sizes */

    .comm-head {
        font-size: 22px;
    }

    .bnr_txt h1{
        font-size: 35px;
    }

    .bnr_txt h2{
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .bnr_txt h3{
        font-size: 16px;        
        margin-bottom: 15px;
    }

    .bnr_txt p{
        font-size: 16px;
        margin-bottom: 10px;
    }

    .bnr_txt ul li{
        font-size: 14px;
        margin-bottom: 5px;
    }

    .leading_text h5 {
        font-size: 22px;
    }

    .banner_section #form_scroll .col-lg-5{
        top: 36%;
    }

    .thm-btn,
    .thm-btn-dark,
    .thm-btn-red {
        font-size: 18px;
        padding: 7px 30px;
    }

    .list-box .list-content h6,
    .testimonial_slider .item h6 {
        font-size: 21px;
    }

    .testimonial_slider .item p {
        font-size: 17px;
    }

    .ys-counter h1 {
        font-size: 27px;
    }


    .product_section_mobile .card-header button {
        font-size: 16px;
        padding: 12px 15px;
    }

    .product_section_mobile .card-header button[aria-expanded="true"] {
        font-size: 30px;
        padding-right: 20px;
    }

    ul.product_ul li {
        font-size: 17px;
    }

    .product_section_mobile .card-body .tab-pane p {
        font-size: 18px;
    }

    .ftr_tagline {
        font-size: 27px;
    }

    .thankyou_text h1 {
        font-size: 30px;
    }

    .thankyou_text p {
        font-size: 20px;
    }

    .thankyou-ftr-logo {
        width: 50px;
    }

}

@media screen and (max-width: 320px) {

    .banner_section #form_scroll .col-lg-5{
        top: 36%;
    }

    .bnr_txt h1 {
        font-size: 20px;
    }

    .bnr_txt h2 {
        font-size: 18px;
    }

    .bnr_txt p{
        font-size: 14px;
    }


    .product_section_mobile .card-header button,
    .process_box p {
        font-size: 16px;
    }

    .process_section .row:nth-child(2) .col-lg-3:nth-child(2) .process_box:before {
        right: 0;
    }

    .thankyou_text h1 {
        font-size: 25px;
    }

    .thankyou_text p {
        font-size: 18px;
    }

    .thankyou-ftr-logo {
        width: 40px;
    }
}

@media screen and (max-width: 280px) {
    
    .banner_section #form_scroll .col-lg-5{
        top: 30%;
    }
    
    .bnr_txt h1 {
        font-size: 22px;
    }

    .bnr_txt h2 {
        font-size: 15px;
    }

    .bnr_txt h3 {
        font-size: 14px;
    }

    .bnr_txt p {
        font-size: 13px;
    }

    .bnr_txt ul li {
        font-size: 11px;
    }
}