@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}

@media(max-width:1400px) {
    .bnr_sec .bnr_img_wrap::after {
        right: -50px;
    }

    .mrchnt_sec .mrchnt_img_wrap {
        margin-left: -40px;
    }
}

@media(max-width:1199px) {

    h1 {
        font-size: 65px;
        line-height: 75px;
    }

    h2 {
        font-size: 55px;
        line-height: 65px;
    }

    .bnr_sec .bnr_img_wrap::after {
        right: -20px;
        bottom: -40px;
    }

    .bnr_sec .bnr_img_wrap::before {
        top: -80px;
        left: -80px;
    }

    .mrchnt_sec .mrchnt_img_wrap {
        margin-left: -20px;
        margin-right: 0;
    }

    .mrchnt_sec .mrchnt_cnct {
        padding-top: 0;
    }

    .counter_sec h6 {
        font-size: 65px;
        line-height: 70px;
    }
}

@media(max-width:991px) {
    h1 {
        font-size: 55px;
        line-height: 65px;
    }

    h2 {
        font-size: 45px;
        line-height: 52px;
    }

    h4 {
        font-size: 16px;
    }
    .bnr_sec {
        padding: 80px 0 70px;
    }
    .bnr_sec .bnr_img_wrap::after,
    .bnr_sec .bnr_img_wrap::before {
        width: 250px;
        height: 250px;
    }

    .dtls_sec .dtls_wrp {
        padding: 15px 10px 20px;
    }

    .counter_sec h6 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 10px;
    }

    .counter_sec .cntr_wrap p {
        padding: 5px 0 0 15px;
    }

    .ftr_left {
        text-align: center;
    }

    .ftr_socl ul {
        justify-content: center;
    }

    .ftr_socl {
        margin-bottom: 10px;
    }

    .copyright_sec ul {
        justify-content: flex-start;
    }

    .tkct_sec {
        padding: 70px 0;
    }

    .tkct_sec .tkct_lst li:nth-last-child(3) {
        margin-bottom: 20px;
    }

    .tkct_sec .tkct_lst li {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }

    .paymnt_opt {
        padding-top: 70px;
    }

    .counter_sec {
        padding-top: 70px;
    }
    .mrchnt_sec {
        padding: 70px 0 0 0;
    }
    .dtls_sec {
        padding: 0px 0 0 0;
    }
    .paymnt_opt .row{
        align-items: center;
    }
}

@media(max-width:767px) {
    .sec_hdr .side_nav_wrap {
        width: 260px;
    }

    .sec_hdr .side_nav_wrap li a {
        padding: 20px;
    }

    .sec_hdr .hdr_wrap .logo {
        max-width: 140px;
    }

    .bnr_sec .bnr_img_wrap {
        max-width: 400px;
        margin: 0 auto;
    }

    .bnr_sec .row {
        flex-direction: column-reverse;
        row-gap: 50px;
    }

    .bnr_sec .bnr_cnct {
        padding-top: 0;
    }

    .bnr_sec .bnr_img_wrap::before {
        top: 10px;
        left: -40px;
    }

    .dtls_sec .row {
        row-gap: 20px;
    }

    .dtls_sec .dtls_wrp {
        margin-bottom: 20px;
    }

    .mrchnt_sec {
        padding: 40px 0 0 0;
    }

    .mrchnt_sec .mrchnt_img_wrap {
        margin-left: 0;
        margin-bottom: 25px;
    }

    .tkct_sec .tkct_lst li {
        padding: 10px;
        flex: 0 0 102%;
        max-width: 100%;
        margin-bottom: 0;
    }
    .tkct_sec .tkct_lst li:nth-last-child(3) {
        margin-bottom: 0;
    }

    .copyright_sec ul {
        flex-wrap: wrap;
    }

    .copyright_sec ul li {
        padding: 10px 0;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    .tkct_sec {
        padding: 40px 0;
    }

    .sec_ftr {
        padding: 40px 0;
    }

    .cntr_wrap {
        margin-bottom: 30px;
    }

    .counter_sec {
        padding-top: 40px;
    }

    .paymnt_opt {
        padding-top: 40px;
    }

    .paymnt_opt .row {
        flex-direction: column-reverse;
    }

    .paymnt_img_wrap img {
        width: 100%;
    }

    .tkct_sec .tkct_lst {
        margin: 0;
    }

    .paymnt_opt .paymnt-cnct h2 {
        text-align: center;
    }
    .mrchnt_sec h2{
        text-align: center;
    }

    .mrchnt_sec .mrchnt_img_wrap iframe{
        height: 350px;
    }
}

@media(max-width:575px) {
    h1 {
        font-size: 40px;
        line-height: 50px;
    }

    h2 {
        font-size: 35px;
        line-height: 42px;
    }

    .site_btn {
        font-size: 16px;
        line-height: 20px;
        padding: 15px 20px;
    }
    .bnr_sec {
        padding: 60px 0 40px;
    }
    .bnr_sec p {
        margin-bottom: 20px;
    }
}

@media(max-width:480px) {
    .bnr_sec .bnr_img_wrap::before {
        top: -30px;
        left: -20px;
    }
    .mrchnt_sec .mrchnt_img_wrap iframe {
        height: auto;
    }
}

@media(max-width:420px) {
    h1 {
        font-size: 35px;
        line-height: 40px;
    }

    h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .sec_hdr .hdr_wrap .menu_trigger {
        font-size: 20px;
    }

    .sec_hdr .hdr_wrap .logo {
        max-width: 120px;
    }

    .bnr_sec .bnr_img_wrap {
        max-width: 200px;
        margin: 0 auto;
    }

    .bnr_sec .bnr_img_wrap::after,
    .bnr_sec .bnr_img_wrap::before {
        width: 140px;
        height: 140px;
    }

    .mrchnt_sec .mrchnt_cnct .lst_itm li {
        flex: 0 0 100%;
        max-width: 100%;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .mrchnt_sec .mrchnt_cnct .lst_itm li:nth-last-child(2) {
        margin-bottom: 15px;
    }

    .ftr_menu .menu_list ul li a {
        font-size: 14px;
        line-height: 22px;
    }

    .copyright_sec {
        padding: 20px 0 40px;
    }

    .ftr_btn {
        padding-top: 30px;
    }

    .tkct_sec .tkct_lst li p {
        font-size: 16px;
        line-height: 26px;
    }

    .tkct_sec .tkct_lst {
        padding: 20px 0 0 0;
    }

    .ftr_logo a img {
        max-width: 200px;
    }

    .counter_sec h6 {
        font-size: 40px;
        line-height: 50px;
    }

    .cntr_wrap {
        margin-bottom: 15px;
    }

    .counter_sec .cntr_wrap p {
        font-size: 14px;
        line-height: 22px;
    }
}
