@media screen and (max-width: 1199px) {
    .banner_form {
        padding: 60px 80px 0 80px;
    }

    .banner_form form button {
        margin-top: 20px;
    }

    .bnr_txt {
        right: 20px;
        top: 380px;
    }

    .bnr_txt h1,
    .bnr_txt h2 {
        font-size: 32px;
    }
}

@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;
    }

    .thank_you_section {
        padding: 150px 0 30px;
    }
}

@media screen and (min-width: 1024px) {
    /* .bnr_txt {
        right: 60px;
        top:372px;
    }

    .bnr_txt h2 {
        padding: 10px 30px;
    } */

}

@media screen and (max-width: 992px) {
    .banner_form_section .container {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .banner_form_section {
        margin-top: -18%;
    }

    .banner_form {
        padding: 150px 15px 80px 15px;
        background-size: cover;
        width: 100%;
    }

    .bnr_txt h1 {
        font-size: 25px;
    }

    .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;
    }

}

@media screen and (max-width: 767px) {
    .pt-150 {
        padding-top: 100px;
    }

    .pb-150 {
        padding-bottom: 100px;
    }

    .process_section.pb-150 {
        padding-bottom: 60px;
    }

    .bnr_txt {
        top: 440px;
        left: 15px;
        width: 50%;
    }

    .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_form form button {
        margin-top: 5px;
        -webkit-transform: translate(0, 5px);
        -ms-transform: translate(0, 5px);
        transform: translate(0, 5px);

    }

    .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%;
    }

    .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: 22px;
    }

    .bnr_txt h2 {
        font-size: 22px;
        text-align: left;
        padding: 10px 20px;
    }

    .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;
    }
}

@media screen and (max-width: 479px) {

    .logo img {
        width: 120px;
    }

    .bnr_txt {
        top: 320px;
    }

    .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: 16px;
        color: #fff;
    }

    .bnr_txt h2 {
        font-size: 16px;
    }

    .leading_text h5 {
        font-size: 22px;
    }

    .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) {

    .bnr_txt {
        top: 360px;
    }

    .bnr_txt h1 {
        font-size: 16px;
    }

    .banner_form form button {
        margin-top: 0px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0px);
    }

    .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_form {
        background-size: cover;
    }

    .banner_form form button {
        margin-top: 10px;
        -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }
}