/* GENERAL */

.sec_container {
    width: 100%;
    max-width: 1555px;
    min-height: 100px;
    margin: 0 auto 66px auto;
}

/*
.sec_container:nth-child(odd) {
    background: rgb(224, 224, 224);
}
*/
ul {
    list-style-type: none;
}

h2.headingcenter {
    font-size: 48px;
    text-align: center;
    font-family: 'ploni-aaa-600';
    color: #000;
}

/* sec 1 */
.online_paymentsouter_wrapper {
    width: 100%;
    max-width: 1555px;
    min-height: 750px;
    padding-top: 144px;
    margin: 0 auto;
}

.sec1_heading {
    width: 100%;
    margin: 0px;
    padding: 0px;
    color: rgb(0, 0, 0);
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 50px;
    font-family: 'ploni-aaa-700';
}

.online-payments-banner-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    min-height: 610px;
}

.online-payments-banner-right {
    position: relative;
    display: grid;
    align-items: center;
}

.sec1_btn a {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    background: #FF6B5C;
    border-radius: 72px;
    width: 198px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
}

ul.sec1_list_items {
    list-style-type: none;
    margin-bottom: 50px;
}

li.litem {
    padding-right: 36px;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    position: relative;
}

.sec1_list_items li.litem::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(https://hyp.co.il/wp-content/uploads/2023/01/check-circle.png);
    background-size: cover;
    position: absolute;
    right: 0;
}

.online-payments-banner-left {
    position: relative;
    display: grid;
    align-items: center;
}

.online-payments-banner-left video.elementor-video {
    max-width: 90%;
}

.sec1_main_img {
    position: absolute;
    top: 0;
}

.sec1_circle_img img {
    animation: rotation 60s infinite linear;
}

li.sec4_payment_pages_list_item .sec4_tab_content_left img {
    display: none;
}

li.sec4_payment_pages_list_item video.sec4_inner_video {
    display: block;
}

/*
li.sec4_payment_pages_list_item:nth-child(3) .sec4_tab_content_left img, li.sec4_payment_pages_list_item:nth-child(4) .sec4_tab_content_left img {
    display: none;
}

li.sec4_payment_pages_list_item:nth-child(1) video.sec4_inner_video, li.sec4_payment_pages_list_item:nth-child(2) video.sec4_inner_video {
    display: none;
}
*/


@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}


@media screen and (min-width:1601px) {
    .online_paymentsouter_wrapper {
        padding-left: 5%;
        padding-right: 9%;
    }
}

@media screen and (max-width:1600px) {
    .online_paymentsouter_wrapper {
        padding-left: 0%;
        padding-right: 0%;
    }
}



/* sec 2 */
.sec2_payments {
    padding-top: 65px;
    padding-bottom: 65px;
}

.sec2_heading {
    margin-bottom: 30px;
}

p.headingcenter.sec2_content {
    font-size: 24px;
    line-height: 30px;
    max-width: 740px;
    text-align: center;
    margin: 0 auto 60px;
}

li.sec2_img_item {
    /* display: inline-block; */
    margin: 0 9px 24px 9px;
}

ul.sec2_list_images {
    text-align: center;
    margin-bottom: 66px;
    direction: ltr;
    display: flex;
    width: 100%;
    align-items: center !important;
    justify-content: center;
    flex-wrap: wrap;
}

li.sec2_img_item span {
    width: 135px;
    height: 135px;
    display: grid;
    text-align: center;
    align-items: center;
    background: #fff;
    border-radius: 100%;
    justify-content: center;
    box-shadow: 0 13px 32px #3e43ac4a;
}

.sec2_btn a {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    background: #FF6B5C;
    border-radius: 72px;
    width: 302px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
}

.sec2_btn {
    text-align: center;
}


/* sec 3 why hyp */

.sec3_payments {
    padding: 60px 7% 0px 7%;
}

.sec3_heading {
    margin-bottom: 90px;
}

.sec3_payments ul.sec3_benefits_list {
    text-align: center;
    margin-bottom: 66px;
    direction: rtl;
    display: grid;
    grid-template-columns: repeat(4, 26.15384615384615%);
    width: 100%;
    align-items: start !important;
    justify-content: center;
    flex-wrap: wrap;
}

li.sec3_benefits_list_item {
    display: inline-block;
    margin: 0 30px 60px 30px;
}

li.sec3_benefits_list_item img {
    margin-bottom: 42px;
}

li.sec3_benefits_list_item h3 {
    font-size: 24px;
    line-height: 30px;
}

li.sec3_benefits_list_item p {
    font-size: 20px;
    line-height: 24px;
    font-family: 'ploni-aaa-300';
}

/* sec 4 - full coverage */

.sec_container.sec4_payments {
    background: linear-gradient(0deg, #9dcfff, #ffb3a7);
    border-radius: 10px;
    padding: 100px 9%;
}

ul.sec4_tab_heading {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 80px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
}

ul.sec4_tab_heading li.litem {
    display: inline-block;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #000 !important;
    cursor: pointer;
    font-family: 'ploni-aaa-400';
    font-size: 20px;
}

ul.sec4_tab_heading li.litem:hover {
    font-family: 'ploni-aaa-500';
}

.sec4_heading {
    margin-bottom: 90px;
}

body ul.sec4_tab_heading li.litem.tab_active {
    border-bottom: 2px solid #000 !important;
    font-family: 'ploni-aaa-500';
    font-size: 20px;
}

body ul.sec4_tab_heading li.litem.tab_active::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: -3px;
    right: 0;
}

.sec4_tab_content {
    display: grid;
    grid-template-columns: 50% 50%;
}

.sec4_tab_content_right {
    display: grid;
    align-items: center;
    padding-right: 14%;
}

h4.sec4_inner_heading {
    font-size: 36px;
    margin-bottom: 30px;
}

ul.sec4_payment_pages_tabs li.sec4_payment_pages_list_item.main_tab_active {
    opacity: 1;
    -webkit-animation: get-in 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: get-in 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    z-index: 1;
}


ul.sec4_payment_pages_tabs {
    position: relative;
    min-height: 560px;
}

li.sec4_payment_pages_list_item {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
}

li.sec4_payment_page_item {
    padding-right: 36px;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    position: relative;
}

li.sec4_payment_page_item::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(https://hyp.co.il/wp-content/uploads/2023/01/check-circle_blue-1.png);
    background-size: cover;
    position: absolute;
    right: 0;
}

.sec4_tab_btn_link {
    display: none;
}

a.sec4_tab_btn_link {
    font-family: 'ploni-aaa-600';
    max-width: 167px;
    min-width: 167px;
    padding: 13px 10px;
    color: #fff;
    background-color: #ff6b5c;
    border-radius: 72px;
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    transition: all 0.3s;
}

a.sec4_tab_btn_link:hover {
    background-color: #c7483d;
}

li.sec4_payment_pages_list_item .sec4_tab_btn_link {
    display: none;
}

li.sec4_payment_pages_list_item:nth-child(3) .sec4_tab_btn_link,
li.sec4_payment_pages_list_item:nth-child(4) .sec4_tab_btn_link {
    display: inline-block;
}



/* sec 5 - plugins */

.sec_container.sec5_payments {
    padding: 100px 9%;
    display: grid;
    grid-template-columns: 50% 50%;
}

h2.headingcenter.sec5_heading,
p.sec5_content {
    text-align: right;
    margin-bottom: 25px;
}

h2.headingcenter.sec5_heading {
    padding-bottom: 25px;
    border-bottom: 1px solid #dddddd;
    margin-left: 80px;
}

p.sec5_content {
    font-size: 20px;
    line-height: 24px;
}

.sec5_btn {
    text-align: right;
    margin-top: 20px;
}

.sec5_btn a {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    background: #ff6b5b;
    border-radius: 33px;
    width: 235px;
    height: 47px;
    line-height: 47px;
    display: inline-block;
    text-align: center;
    font-family: 'ploni-aaa-500';
}

.sec5_payments_left {
    padding-right: 9%;
    align-items: center;
    display: grid;
}

ul.sec5_plugins_list_images {
    text-align: right;
    display: flex;
    width: 100%;
    align-items: center !important;
    justify-content: right;
    flex-wrap: wrap;
}

li.sec5_plugins_list_images {
    display: inline-block;
    margin: 0 0px 10px 24px;
    padding-left: 24px;
    width: 110px;
    height: 55px;
    display: grid;
    text-align: center;
    align-items: center;
    background: #fff;
    justify-content: center;
}


@media screen and (min-width:600px) {
    li.sec5_plugins_list_images:not(:nth-child(4n)):not(:last-child)::after {
        content: "";
        height: 40px;
        width: 2px;
        background: #ccc;
        position: absolute;
        left: 0;
    }

    .show_mob {
        display: none;
    }

}



/* sec6 - developers & web builders */

body .sec6_payments {
    min-height: 800px;
    display: grid;
    grid-template-columns: 45% 55%;
    align-items: center;
    padding: 0 11.68% 0 5.68%;
    background: #dfefff !important;
    border-radius: 10px;
}

h2.headingcenter.sec6_heading {
    text-align: right;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #a5acb2;
}

.sec6_content {
    font-size: 20px;
}

.sec6_content p {
    margin-bottom: 25px;
}

/* sec7 - Q & A */

.sec7_payments {
    padding: 125px 0;
    max-width: 1200px;
}

h2.headingcenter.sec7_heading {
    margin-bottom: 60px;
}

.sec7_li {
    min-height: 90px;
    border-bottom: 1px solid #e9e9e9;
    padding: 35px 0;
}

.sec7_question h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.sec7_question {
    position: relative;
}

.qa_toggle {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 32px;
    height: 40px;
    line-height: 20px;
    transition: all 0.5s;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.sec7_li .qa_toggle .toggle_icon {
    transition: all 0.5s;
    display: inline-block;
}

.sec7_li .qa_toggle.active .toggle_icon {
    transform: rotate(45deg);
    color: #5c64ff;
}

.sec7_li .sec7_answer {
    width: 76.66666666666667%;
    overflow: hidden;
    font-size: 20px;
    line-height: 24px;
    font-family: 'ploni-aaa-300';
}

/*  sec8 - blue strip */

.sec_container.sec8_payments {
    display: grid;
    grid-template-columns: 57% 43%;
    background: #5b63ff;
    align-items: center;
    overflow: hidden;
    min-height: 180px;
    border-radius: 10px;
}

h2.headingcenter.sec8_heading {
    color: #fff;
    text-align: right;
}

.sec8_payments_right {
    display: grid;
    justify-content: end;
    padding-left: 50px;
}

.sec8_btn a {
    color: #000;
    font-size: 32px;
    text-decoration: none;
    background: #fff;
    border-radius: 33px;
    width: auto;
    padding: 0 30px;
    height: 65px;
    line-height: 65px;
    display: inline-block;
    text-align: center;
    font-family: 'ploni-aaa-500';
}

/*  sec9 - various solutions */

ul.sec9_solutions_box {
    text-align: center;
    direction: rtl;
    display: grid;
    grid-template-columns: repeat(3, 33%);
    width: 100%;
    align-items: start !important;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
}

.sec_container.sec9_payments {
    max-width: 1200px;
    padding: 125px 20px 60px 20px;
}

h2.headingcenter.sec9_heading {
    margin-bottom: 90px;
}

.sec9_li {
    display: inline-block;
    margin: 0 20px 60px 20px;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0 13px 32px rgb(62 67 172 / 17%);
}

.sec9_image {
    height: 360px;
    background-position: 70% center !important;
    background-size: cover !important;
}

.sec9_content {
    padding: 45px 20px;
}

.sec9_content h3 {
    font-size: 24px;
    text-align: center;
    font-family: 'ploni-aaa-700';
    margin-bottom: 15px;
    font-family: 'ploni-aaa-600';
}

.sec9_content a {
    color: #5c64ff;
    font-size: 18px;
    font-family: 'ploni-aaa-400';
}

/* sec10 - clients */

h2.headingcenter.sec10_heading {
    margin-bottom: 70px;
}

li.sec10_list_item {
    min-height: 600px;
    background-position: 70% center !important;
    background-size: cover !important;
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    display: grid;
    align-items: center;
    padding: 50px 12.8% 50px 0;
}

li.sec10_list_item.main_tab_active {
    z-index: 1;
    opacity: 1;
    -webkit-animation: get-in 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    animation: get-in 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

ul.sec10_clients {
    position: relative;
    height: 630px;
}

.sec10_tab {
    max-width: 500px;
}

.sec10_tab>img {
    margin-bottom: 60px;
    width: auto;
}

.sec10_payments_logos {
    margin-top: 30px;
}

ul.sec10_clients_logos {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0;
    direction: rtl;
    display: grid;
    grid-template-columns: repeat(8, 12.5%);
    width: 100%;
    align-items: center !important;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1050px;
}

ul.sec10_clients_logos li.litem {
    padding-right: 0;
    cursor: pointer;
    position: relative;
}

ul.sec10_clients_logos li.litem .cl_bw {
    top: 0;
    right: 50%;
    position: absolute;
    transform: translateX(50%);
    transition: all 0.3s;
}

ul.sec10_clients_logos li.litem.tab_active .cl_bw,
ul.sec10_clients_logos li.litem .cl_bw:hover {
    opacity: 0;
}

.sec10_tab_content p {
    font-size: 20px;
    line-height: 24px;
    text-align: right;
}

.sec10_tab_content h2 {
    font-size: 30px;
}

.sec10_tab_content h3 {
    font-size: 26px;
}

.sec10_tab_content h4 {
    font-size: 24px;
}


/*  footer + form */

body .ft_formwrap {
    margin-top: 80px;
}

body .ft_imgwrap.doit.enter-x.animated {
    top: 0;
}

body .ft_form_txt {
    position: relative;
    max-width: 600px;
}

body .ft_formtxt_title {
    font-size: 48px;
    line-height: 48px;
    max-width: 520px;
}

body .ft_formtxt_desc {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    max-width: 448px;
}

body .fr_form_cont {
    max-width: 1200px;
}


/* (min-width:1400px) and (max-width:1600px) */

@media screen and (min-width:1400px) and (max-width:1600px) {

    .sec_container.sec4_payments,
    body .sec6_payments,
    .sec_container.sec8_payments,
    .sec_container.sec10_payments {
        max-width: 85%;
    }

    .sec1_heading {
        font-size: 64px;
    }

    .sec1_list_items li.litem::before {
        width: 18px;
        height: 18px;
    }

    .online-payments-banner {
        padding: 0 20%;
    }


    li.litem {
        font-size: 20px;
        line-height: 20px;
        padding-right: 30px;
    }

    .sec_container.sec2_payments {
        padding-left: 16%;
        padding-right: 16%;
    }


    li.sec2_img_item span {
        width: 85px;
        height: 85px;
        padding: 10px;
    }

    li.sec2_img_item span img {
        max-width: 80%;
        margin: 0 auto;
    }

    h2.headingcenter {
        font-size: 40px;
    }

    .sec_container.sec4_payments {
        padding: 60px 9% 40px 9%;
    }

    li.sec4_payment_page_item {
        font-size: 20px;
        line-height: 20px;
        padding-right: 30px;
    }

    li.sec4_payment_page_item::before {
        width: 18px;
        height: 18px;
    }

    body .sec6_payments {
        min-height: 600px;
    }

    .sec_container.sec7_payments,
    .sec_container.sec8_payments,
    .sec_container.sec10_payments {
        max-width: 85%;
    }

}

/* (min-width:1400px) and (max-width:1600px) */


@media screen and (min-width:1501px) and (max-width:1550px) {
    .online_paymentsouter_wrapper {
        padding-top: 44px;
        min-height: 150px;
    }

    .sec2_payments {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 0;
    }

    .sec5_img {
        text-align: left;
    }

    .sec5_img img {
        max-width: 70%;
    }

    .sec_container.sec5_payments {
        padding: 50px 9%;
    }

    .sec7_payments {
        padding: 55px 0;
    }

    .sec_container.sec9_payments {
        padding: 0px 20px 0px 20px;
    }

}



/* (min-width:1200px) and (max-width:1399px) */

@media screen and (min-width:1200px) and (max-width:1399px) {

    .sec_container.sec4_payments,
    body .sec6_payments,
    .sec_container.sec8_payments,
    .sec_container.sec10_payments {
        max-width: 85%;
    }

    .sec1_heading {
        font-size: 64px;
    }

    .sec1_list_items li.litem::before {
        width: 18px;
        height: 18px;
    }

    .online-payments-banner {
        padding: 0 10%;
    }


    li.litem {
        font-size: 20px;
        line-height: 20px;
        padding-right: 30px;
    }

    .sec_container.sec2_payments {
        padding-left: 10%;
        padding-right: 10%;
    }

    ul.sec4_tab_heading {
        grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    }

    li.sec2_img_item span {
        width: 90px;
        height: 90px;
        padding: 10px;
    }

    h2.headingcenter {
        font-size: 36px;
    }

    .sec_container.sec4_payments {
        padding: 60px 9% 40px 9%;
    }

    li.sec4_payment_page_item {
        font-size: 20px;
        line-height: 20px;
        padding-right: 30px;
    }

    li.sec4_payment_page_item::before {
        width: 18px;
        height: 18px;
    }

    .sec_container.sec5_payments {
        padding: 100px 9%;
        display: grid;
        grid-template-columns: 40% 60%;
    }

    body .sec6_payments {
        min-height: 600px;
    }

    .sec7_payments {
        max-width: 1000px;
    }

    .sec_container.sec9_payments {
        max-width: 85%;
    }

}

/* (min-width:1200px) and (max-width:1600px) */



/* (min-width:800px) and (max-width:1199px) */

@media screen and (min-width:800px) and (max-width:1199px) {
    .online-payments-banner {
        padding: 0 10%;
    }

    li.sec2_img_item span {
        width: 90px;
        height: 90px;
        padding: 10px;
    }

    .sec_container.sec4_payments {
        max-width: 85%;
    }

    .sec_container.sec5_payments {
        padding: 100px 8%;
        grid-template-columns: 30% 70%;
    }

    li.sec5_plugins_list_images {
        width: 100px;
        height: 51px;
    }

    .sec_container.sec6_payments {
        max-width: 85%;
        min-height: 600px;
    }

    .sec_container.sec7_payments,
    .sec_container.sec8_payments,
    .sec_container.sec10_payments {
        max-width: 85%;
    }


}

/* (min-width:800px) and (max-width:1199px) */







/* max-width:600px */

@media screen and (max-width:600px) {

    .online-payments-banner-wrapper,
    .sec3_payments ul.sec3_benefits_list,
    .sec4_tab_content,
    .sec_container.sec5_payments,
    body .sec6_payments,
    .sec_container.sec8_payments,
    ul.sec9_solutions_box {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }

    .sec_container.sec4_payments,
    body .sec6_payments,
    .sec_container.sec8_payments,
    .sec_container.sec10_payments {
        max-width: 90%;
    }

    .sec1_circle_img img {
        max-width: 86%;
    }

    .sec1_circle_img {
        text-align: left;
        padding-top: 11px;
    }


    .online-payments-banner-wrapper {
        justify-content: center;
    }

    h2.headingcenter {
        font-size: 32px;
        line-height: 32px;
        text-align: center;
        margin: 0 10%;
        margin-bottom: 42px;
    }

    h2.headingcenter.sec5_heading {
        font-size: 32px;
        line-height: 32px;
        text-align: center;
        margin: 0 0 20px 0 !important;
        padding-bottom: 20px;
    }

    .sec1_heading {
        text-align: right;
        margin-bottom: 20px;
        font-size: 48px;
    }

    .sec1_btn a {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    h2.headingcenter.sec2_heading {
        margin-bottom: 20px;
    }

    .online-payments-banner-right {
        order: 2;
        max-width: 79%;
        text-align: right;
        margin: auto;
    }

    .online-payments-banner-left {
        order: 1;
        margin: 0 auto;
        margin-bottom: 50px;
        max-width: 90%;
    }

    .online-payments-banner-left video.elementor-video {
        display: none;
    }

    .sec1_main_img {
        position: relative;
    }

    .online_paymentsouter_wrapper {
        padding-top: 100px;
    }

    li.litem {
        font-size: 18px;
        line-height: 24px;
    }

    ul.sec1_list_items {
        margin-bottom: 25px;
    }

    .sec4_tab_content_left {
        order: 2;
    }

    .sec4_tab_content_right {
        order: 1;
        padding-right: 0;
    }

    p.sec5_content {
        font-size: 18px;
        line-height: 24px;
    }

    p.sec5_content br {
        display: none;
    }

    li.sec5_plugins_list_images {
        width: 90px;
        height: 55px;
        margin: 0 0px 18px 20px;
        padding-left: 18px;
    }

    li.sec5_plugins_list_images:not(:nth-child(3n)):not(:last-child)::after {
        content: "";
        height: 40px;
        width: 2px;
        background: #ccc;
        position: absolute;
        left: 0;
    }

    .sec5_payments_left {
        margin-top: 30px;
        padding-right: 0;
    }

    li.sec5_plugins_list_images {
        margin: 0 0px 18px 20px;
    }

    li.sec5_plugins_list_images:nth-child(3n),
    li.sec5_plugins_list_images:last-child {
        margin: 0 0px 25px 0px;
    }

    .sec5_btn {
        text-align: center;
    }

    p.sec5_content {
        text-align: center;
    }

    ul.sec5_plugins_list_images {
        justify-content: center;
    }

    body .sec6_payments {
        padding-bottom: 50px;
    }

    ul.sec7_qna_list {
        padding: 0 20px;
    }

    .sec7_li .sec7_answer {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
    }


    .sec_container.sec8_payments {
        padding: 20px;
    }

    .sec8_payments_right {
        padding-left: 0;
        text-align: center;
        justify-content: center;
    }

    h2.headingcenter.sec8_heading {
        text-align: center;
        margin-bottom: 20px;
    }


    p.headingcenter.sec2_content {
        margin: 0 10%;
        font-size: 18px;
        line-height: 22px;
    }

    ul.sec2_list_images {
        margin-top: 35px;
        margin-bottom: 40px;
    }

    li.sec2_img_item span {
        width: 95px;
        height: 95px;
        padding: 20px;
    }

    .sec2_btn a {
        width: 260px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
    }

    .sec3_payments {
        padding-top: 15px;
    }

    li.sec3_benefits_list_item>span {
        display: block;
    }

    li.sec3_benefits_list_item img {
        margin-bottom: 24px;
    }

    li.sec3_benefits_list_item h3 {
        font-size: 20px;
        line-height: 20px;
    }

    li.sec3_benefits_list_item p {
        font-size: 18px;
        line-height: 20px;
        padding: 0 30px;
    }

    li.sec3_benefits_list_item {
        margin-bottom: 40px;
    }

    .sec_container.sec4_payments {
        padding: 70px 8% 60px 8%;
    }

    h2.headingcenter.sec4_heading {
        margin: 0 0 48px 0;
    }

    .sec5_btn a {
        width: 200px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    .sec_container.sec5_payments {
        padding-bottom: 60px;
    }

    .sec6_payments_left {
        order: 1;
    }

    .sec6_payments_right {
        order: 2;
    }

    h2.headingcenter.sec6_heading {
        padding: 0 0 13px 0;
        margin: 0 0 24px 8%;
    }

    .sec7_question h3 {
        font-size: 18px;
    }

    .sec7_payments {
        padding: 65px 0 78px 0;
    }

    .sec8_btn a {
        width: auto;
        height: 48px;
        font-size: 23px;
        line-height: 48px;
        padding: 0 20px;
    }

    .sec8_btn {
        text-align: center;
    }

    .sec_container.sec9_payments {
        padding: 80px 20px 30px 20px;
    }

    h2.headingcenter.sec9_heading {
        margin-bottom: 50px;
    }

    h2.headingcenter.sec10_heading {
        margin-bottom: 50px;
    }

    li.sec10_list_item {
        padding: 60px 7.7% 350px 7.7%;
    }

    .sec10_tab_content p {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    ul.sec10_clients {
        min-height: 840px;
    }

    ul.sec10_clients {
        min-height: 840px;
    }

    ul.sec10_clients_logos {
        display: flex;
    }

    ul.sec10_clients_logos li {
        width: 25%;
    }

    body .ft_form_txt {
        max-width: 100%;
    }

    body .ft_formtxt_title {
        font-size: 32px;
        line-height: 32px;
        max-width: 520px;
    }

    body .ft_formtxt_desc {
        font-size: 16px;
        line-height: 16px;
    }

    body .ft_form {
        clear: both;
        margin-top: 90px;
    }

    body .fr_form_cont {
        padding-top: 0px;
    }

    video.sec4_inner_video {
        display: block;
        max-width: 100%;
    }

    ul.sec4_payment_pages_tabs {
        min-height: 790px;
    }

    li.sec4_payment_pages_list_item .sec4_tab_content_left img {
        display: none;
    }


}

/* (max-width:600px) */