/*font-family: 'Open Sans', sans-serif;*/

.payment-form {
    background: #f5f5f5;
    padding: 65px 0;
}

.payment-form.activation-payment-form {
    background: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* .payment-form.activation-payment-form .new_frm_area {
    padding-bottom: 105px;
    padding-top: 60px !important;
} */

.payment-process-form {
    background: #fff;
}

.stepwizard-row::before,
.payment-form a.btn.btn-circle {
    display: none;
}

.payment-form .stepwizard-step {
    padding: 25px 0;
    color: #414042;
    font-size: 12px;
    position: relative;
    border-bottom: 2px solid #ebebeb;
    width: 25%;
}

.payment-form .stepwizard-step:hover,
.payment-form .stepwizard-step.active {
    border-color: #05c3de;
}

.payment-form .stepwizard {
    width: 100%;
}

.payment-form .stepwizard-step p {
    margin: 0;
}

.payment_form_submission {
    padding: 75px 0;
}

.payment_form_submission h3 {
    text-align: center;
    font-size: 35px;
    color: #00C1D5;
    text-align: center;
    margin-bottom: 40px;
}

.payment-form label {
    color: #414042;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.payment-form .form-control {
    border: 1px solid #e4e4e4;
    /*padding: 15px 12px;*/
    padding: 10px 12px;
    height: 50px;
}

.payment-form .has-error .form-control,
.payment-form .has-error .bootstrap-select .btn-default {
    border-color: #f2c0a2 !important;
    margin-bottom: 10px;
}

.payment-form .form-group,
.payment-form .block-four {
    margin-bottom: 25px;
}

.payment-form .block-three {
    margin-bottom: 20px;
}


/*radio css*/

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #0fb9cd;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

[type="radio"]+label {
    margin-right: 40px;
}


/*end*/


/*check css*/

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:checked+label,
[type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 18px;
    display: inline-block;
    color: #666;
}

[type="checkbox"]:checked+label:before,
[type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 3px;
}

[type="checkbox"]:checked+label:after,
[type="checkbox"]:not(:checked)+label:after {
    content: '';
    background: url(../images/tick.png) center center no-repeat #0fb9cd;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 3px;
}

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

[type="checkbox"]+label {
    margin-right: 40px;
}


/*end*/

.btn-group.bootstrap-select {
    width: 100% !important;
}

.payment-form .bootstrap-select .btn-default {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    padding-right: 45px;
}

.payment-form .caret {
    border: none;
    width: 25px;
    height: 10px;
    background: url(../images/slct_arrow.png) right center no-repeat;
}

.payment-form .nextBtn {
    background: url(../images/white_arrow.png) right center no-repeat #04c2df;
    padding: 9px 30px;
    height: 45px;
    font-size: 16px;
    color: #fff;
    min-width: 150px;
    border: navajowhite;
    text-align: left;
}

.payment-form .prevBtn {
    background: url(../images/gray_arrow.png) left center no-repeat #e6f9fd;
    padding: 9px 30px;
    height: 45px;
    font-size: 13px;
    color: #3d4649;
    min-width: 150px;
    border: navajowhite;
    text-align: right;
    margin-right: 28px;
}

.payment-form .complete {
    background: #04c2df;
    padding: 9px 30px;
    height: 45px;
    font-size: 16px;
    color: #fff;
    min-width: 150px;
    border: navajowhite;
    text-align: left;
}

.different_address {
    margin-top: 10px;
}

#exampleTextarea {
    height: 100px;
}

#residenceYear {
    text-align: right;
}

#m-payment,
#total-house {
    padding-left: 25px;
    background: url(../images/dolar.png) 12px center no-repeat;
}

#step-4 p,
.payment-form label.paperless_label {
    font-size: 12px;
    letter-spacing: 0;
}

.additional_member {
    display: block;
}

.mem_add {
    margin-top: 15px;
}

.balance_pro {
    margin-top: 10px;
}

label.additional_member {
    margin: 6px 0 10px;
}

span.ui-helper-hidden-accessible {
    display: none;
}

element.style {
    display: none;
    position: relative;
    top: -1676px;
    left: 412px;
    width: 525px;
}

.ui-autocomplete {
    background: #fff !important;
    z-index: 9;
    width: 36%;
    padding: 10px;
    border: 1px solid #e6eef5;
    border-radius: 4px;
}

.ui-autocomplete a {
    color: #414042;
    font-size: 15px;
    display: block;
    padding: 1px 0;
}

.ui-autocomplete li {
    padding: 2px 0 !important;
}

.ui-autocomplete a:hover {
    background-color: #f5f5f5;
}

.payment_form_submission .dropdown-menu>li>a {
    white-space: normal;
}

.payment_form_submission .dropdown-menu.open {
    max-height: 235px !important;
    overflow-y: auto !important;
}

.payment_form_submission .dropdown-menu.inner {
    max-height: 235px !important;
    overflow: initial !important;
}

.annual_income {
    height: 42px;

}

label.phone_nm {
    height: 43px;
}

.ocupation .industry-nw {
    font-size: 14px;
    line-height: 30px !important;
    background-position-x: 97.5%;
}

.ocupation .ocupation-nw {
    font-size: 15px;
    line-height: 30px !important;
    background-position-x: 97.5%;
}

.verify {
    font-size: 14px;
    width: auto;
    margin-bottom: 10px;
}

.e_verify .verify {
    margin-top: 26px;
}

.birth_dates select.input-lg {
    font-size: 14px !important;
}

/*select.input-lg {
    background-size: 16px;
    background-position: 95% 50%;
}*/
.payment-form .stepwizard-step:hover {
    border-color: #ebebeb;
}

.payment-form .stepwizard-step.active,
.payment-form .stepwizard-step.active:hover {
    border-color: #05c3de;
}

/* .payment-form .form-control,
.type_fld{
	color: #000 !important;
} */

.ocupation .industry-nw {
    padding: 10px 35px 10px 12px;
}

li.disabled {
    display: none;
}

#gross_income,
#house_income {
    padding-left: 25px;
    background: url(../images/dolar.png) 12px center no-repeat;
}

/*
#gross_income:before, #house_income:before{
    content: '\f107';
    font-family: 'FontAwesome';
    background: #000;
    font-size: 16px;
}
*/

/*--3.12.2018--*/
.payment-form .validate_frm label {
    font-family: 'Axiforma_Bold';
    font-size: 13.2px;
    color: #454545;
}

.modal-content {
    box-shadow: none !important;
}

#important .modal-content.payment-form {
    background: #fff;
    border-radius: 15px;
    padding: 15px 0px 0px;
}

#important .imp_img {
    height: 42px;
    width: 42px;
}

/*--end-3.12.2018--*/

/* CWB 10.10.20 */

.cwb_flow [type="checkbox"]:checked+label,
.cwb_flow [type="checkbox"]:not(:checked)+label {
    padding-left: 35px;
    line-height: 22px;
    color: #2D2924 !important;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Circular Std Book';
}

/* sbc 22.04.21 */
.sbc_flow [type="checkbox"]:checked+label,
.sbc_flow [type="checkbox"]:not(:checked)+label {
    padding-left: 35px;
    line-height: 20px;
    color: #000 !important;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}


/* 02.11.2023 start */
/* .acu_platform .affinity_cls {
    display: flex;
    align-items: center;
}

.acu_platform .affinity_cls>h3 {
    padding-right: 30px;
}

.acu_platform .affinity_cls>h3 span {
    color: #95d601;

}

.acu_platform .affinity_cls>a {
    min-width: 250px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    background-color: #004089;
    padding: 0px 15px;
    text-align: center;
} */

/* coppy */
/* start 02.11.23 sdev*/
.acu_platform .digitizing_sect {
    padding-top: 80px;
}

.acu_platform .innovative_section h3 {
    color: #1d1d1d;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.acu_platform .modernization_sect h3 {
    color: #25466e;
}

/* .acu_platform .innovative_section h3 div {
    width: 72%;
} */

.acu_platform .innovative_section h3 span {
    color: #95d601;
}

.acu_platform .innovative_section h3 a {
    background: #004070;
    max-width: 250px;
    height: 52px;
    display: flex;
    justify-content: center;
    line-height: normal;
    flex: 0 0 auto;
}

.acu_platform .innovative_section h3 a:hover {
    background: #00adbf;
}

.acu_platform .digitizing_sect h3 {
    color: #1d1d1d;
}

.acu_platform .digitizing_sect h3 span {
    color: #95d601;
}

.acu_platform .launch_section {
    background: #f2f4f7;
}

.acu_platform .launch_section p {
    color: #004070;
    max-width: 95%;
}

.acu_platform .service_sec {
    background-color: #f2f4f7;
}

.acu_platform .service_sec h3 {
    color: #1d1d1d;
}

.acu_platform .service_sec h4 {
    color: #95d601;
}

.acu_platform .card_item:nth-child(1) {
    background-color: #003d72;
    color: #fff;
}

.acu_platform .card_item:nth-child(3) {
    background-color: #f9e547;
    color: #1d1d1d;
}

.acu_platform .card_item:nth-child(2) {
    background-color: #95d600;
    color: #fff;
}

.acu_platform .card_item:nth-child(8) {
    background-color: #ff474a;
    color: #fff;
}

.acu_platform .card_item:nth-child(6) {
    background-color: #95d600;
    color: #fff;
}

.acu_platform .card_item:nth-child(5) {
    background-color: #ff474a;
    color: #fff;
}

.acu_platform .card_item:nth-child(4) {
    background-color: #003d72;
    color: #fff;
}

.acu_platform .card_item:nth-child(7) {
    background-color: #f9e547;
    color: #1d1d1d;
}

.acu_platform .card_item:nth-child(9) {
    background-color: #95d600;
    color: #fff;
}

.acu_platform .card_item:nth-child(10) {
    background-color: #003d72;
}

.acu_platform .aitesection {
    border-radius: 20px;
    background-color: #004070;
    margin: 30px 0 0;
    padding: 20px 134px;
}

.acu_platform .aitimgbox {
    max-width: 300px;
}

.acu_platform .aitesection .contanbtton {
    padding-left: 50px;
}

.acu_platform .aitesection .contanbtton h3 {
    font-size: 36px;
    color: #fff;
    line-height: 40px;
}

.acu_platform .aitesection .contanbtton .more_information_btn {
    background-color: transparent;
    width: 194px;
    height: 52px;
    color: #fff !important;
    font-size: 16px;
    margin-left: 0px;
    border-radius: 5px;
    border: solid 2px #fff;
    margin-top: 25px;
}

.acu_platform .aitesection .contanbtton .more_information_btn:hover {
    background-color: #fff;
    color: #004070 !important;
}

.acu_platform .opportunity_section .bgarrowimg {
    z-index: -1;
    top: 230px;
}

.acu_platform .opportunity_section h3 {
    color: #1d1d1d;
}

.acu_platform .opportunity_section h3 span {
    color: #95d600;
}

.acu_platform .opportunity_section ul li {
    color: #1d1d1d;
}

.acu_platform .clint_tmonial {
    background-image: linear-gradient(to bottom, #c2e59c 0%, #64b3f4 100%);
}

.acu_platform .whitebox_details h4 {
    color: #004070;
}

.acu_platform .whitebox_pcontent p {
    color: #1d1d1d;
}

.acu_platform .whitebox_details {
    border-left: 3px solid #25466e;
}

.acu_platform .technology_sect {
    background: #f7f7f7;
}

.acu_platform .technology_sect h2 {
    color: #1d1d1d;
}

.acu_platform .technology_sect h3 {
    color: #0068b8;
}

.lbctableimg {
    width: 100%;
    margin-top: 40px;
}

.acu_platform .ui_ux_infobox {
    max-width: 100%;
}

.acu_platform .more_information_btn {
    background-color: #004070;
    color: #fff !important;
    border-color: #004070;
}

.acu_platform .more_information_btn:hover {
    background-color: transparent;
    color: #004070 !important;
    border-color: #004070 !important;
}

.acu_platform .platform_btnbox {
    margin-top: 20px;
}

.acu_platform .serv_sec {
    background-image: linear-gradient(to bottom, #c2e59c 0%, #64b3f4 100%);
}

.acu_platform .serv_sec h3 {
    text-align: center;
    font-size: 50px;
}

.acu_platform .serv_item h4 {
    color: #004070;
}

.acu_platform .workflows_section {
    background: url(../images/acu_triangle.png);
    background-size: 100% 100%;
}

.acu_platform .workflows_section h3 {
    color: #1d1d1d;
}

.acu_platform .workflows_section h4,
.acu_platform .workflowsiconlist li h5,
.acu_platform .ptlboxlist li h5 {
    color: #004070;
}

.acu_platform .clintcomdtl .clidtlbox h4 {
    color: #004070;
}

.acu_platform .clintcomdtl .clidtlbox {
    border-left: 3px solid #004070;
}

.acu_platform .platform_formsect {
    background: #f2f4f7;
}

.acu_platform .platform_formsect h3 {
    color: #25466e;
}

.acu_platform .platform_formsect h4 {
    color: #1d1d1d;
    width: 80%;
    font-size: 24px;
    line-height: 36px;
}

.acu_platform .platform_formsect .partner_join_form .paperless_label span a {
    color: #004070;
}

.acu_platform .platform_formsect .partner_join_form .chose_mbr {
    min-width: 270px;
    background: #004070;
}

.acu_platform .platform_formsect .partner_join_form {
    width: 750px;
}

/* end 02.11.23 */

.acu_platform .aitesection+div {
    padding-top: 40px;
    text-align: center;
}

.acu_platform .aitesection+div .learn_more_btn {
    display: inline-flex;
    font-family: "Axiforma_Bold";
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    min-width: 180px;
    height: 50px;
    border-radius: 5px;
    border: solid 2px #004089;
    color: #004089;
    padding: 0px 15px;
    text-align: center;
    align-items: center;
    background-color: transparent;
    transition: all 300ms ease;
}

.acu_platform .aitesection+div .learn_more_btn:hover {
    background-color: #004089;
    color: #fff;
}

.acu_platform .opportunity_section {
    padding: 80px 0px;
}

.acu_platform .whit_tmonialbox {
    padding: 50px 20px;
}

.serv_item:nth-child(1),
.serv_item:nth-child(6) {
    row-gap: 8px;
}

.acu_platform .workflowsiconlist>li {
    margin: 0px 15px;
}

.acu_platform .clint_tmonial {
    position: relative;
    z-index: 1;
}

.acu_platform .whitebox_details {
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.acu_platform .whitebox_details img {
    position: relative;
    top: 0;
    right: 0px;
    max-width: 150px;
}

.acu_platform .whitebox_details_txt {
    padding-right: 20px;
}

.acu_platform .whitebox_pcontent {
    flex: 0 0 60%;
    margin-right: 30px;
}

.acu_platform .whiteboxflex {
    justify-content: space-around;
}

.acu_platform .platform_formsect,
.acu_platform .clientcommentsect,
.acu_platform .workflows_section,
.acu_platform .technology_sect {
    padding-left: 0px;
    padding-right: 0px;
}

/* 02.11.2023 end */

/* 03.11.2023 responsive start */
@media (max-width: 1199px) {
    .acu_platform .opportunity_section {
        padding-top: 50px;
    }

    .acu_platform .service_sec {
        padding-top: 100px;
    }

    .acu_platform .innovative_section h3 {
        font-size: 27px;
        line-height: 47px;
    }

    .acu_platform .modernization_sect h3 {
        font-size: 40px;
        line-height: 62px;
    }

    .acu_platform .service_sec h3 {
        font-size: 40px;
        line-height: 62px;
    }

    .acu_platform .service_sec h4 {
        font-size: 30px;
        line-height: 47px;
    }

    .acu_platform .aitesection .contanbtton h3 {
        font-size: 28px;
    }

    .acu_platform .opportunity_section h3 {
        font-size: 37px;
        line-height: 62px;
    }

    .acu_platform .opportunity_section ul li {
        font-size: 22px;
    }

    .acu_platform .opportunity_section h3 {
        font-size: 37px;
    }

    .acu_platform .technology_sect h3 {
        font-size: 22px;
        line-height: 44px;
    }

    .acu_platform .technology_sect h2 {
        font-size: 40px;
    }

    .acu_platform .serv_item h4 {
        font-size: 17px;
    }

    .acu_platform .workflows_section h4 {
        font-size: 33px;
        line-height: 47px;
    }

    .acu_platform .platform_formsect h3 {
        font-size: 33px;
        line-height: 62px;
    }

    .acu_platform .platform_formsect h4 {
        font-size: 25px;
        line-height: 36px;
    }

    .acu_platform .clintcomdtl .climgbox img {
        max-width: 100px;
    }
}

@media (max-width: 991px) {

    /* added */
    .stepwizard-step span {
        display: none;
    }

    /* added */

    .acu_platform .innovative_section {
        margin-top: 58px;
    }

    .acu_platform .innovative_section {
        margin-top: 58px;
    }

    .acu_platform .innovative_section h3 {
        font-size: 23px;
        line-height: 32px;
    }

    .acu_platform .innovative_section {
        padding: 23px 0px;
    }

    .acu_platform .digitizing_sect h3 {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .acu_platform .digitizing_sect h3 {
        font-size: 28px;
        line-height: 40px;
    }

    .acu_platform .launch_section {
        padding: 40px 0px;
    }

    .acu_platform .invaitediconimg {
        top: -74px;
        left: 0px;
    }

    .acu_platform .launch_section p {
        font-size: 20px;
        line-height: 30px;
    }

    .acu_platform .service_sec {
        padding-top: 80px;
    }

    .acu_platform .service_sec h3 {
        font-size: 37px;
        line-height: 47px;
    }

    .acu_platform .service_sec h4 {
        font-size: 27px;
        line-height: 42px;
    }

    .acu_platform .card_wrapper {
        margin-top: 20px;
    }

    .acu_platform .card_item {
        min-height: 92px;
    }

    .card_item p {
        font-size: 18px;
        line-height: 26px;
    }

    .acu_platform .aitesection {
        padding: 20px 56px;
    }

    .acu_platform .aitesection .contanbtton h3 {
        font-size: 25px;
    }

    .acu_platform .service_sec {
        padding-bottom: 40px;
    }

    .acu_platform .opportunity_section {
        padding-top: 30px;
        padding-bottom: 80px;
    }

    .acu_platform .opportunity_section h3 {
        width: 100%;
    }

    .acu_platform .clint_tmonial {
        padding: 70px 0px;
    }

    .acu_platform .modernization_sect h3 {
        margin: 40px auto 20px;
        font-size: 28px;
        line-height: 43px;
        text-align: center;
        max-width: 300px;
    }


    .acu_platform .mod_sec_right img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
        min-width: 100%;
    }

    .acu_platform .modernization_sect {
        position: relative;
        padding-bottom: 100px;
    }

    .acu_platform .mod_sec_left img {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%, 0px);
        max-width: 150px;
    }

    .acu_platform .modernization_sect .col-md-5 {
        position: static;
    }

    .acu_platform .whiteboxflex {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .acu_platform .whitebox_pcontent {
        margin: 25px 0px 0px 0px;
    }

    .acu_platform .whitebox_details {
        flex-direction: row-reverse;
        border-left: none;
        padding: 0px;

    }

    .acu_platform .whitebox_details_txt {
        padding: 0px 0px 0px 20px;
    }

    .acu_platform .whitebox_details img {
        padding-right: 20px;
        border-right: 2px solid #25466e;
    }

    .whit_tmonialbox .nvaitedicontmonial {
        left: 24px;
    }

    .workflows_section h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .acu_platform .workflows_section h4 {
        font-size: 24px;
        line-height: 39px;
    }

    .acu_platform .workflows_section {
        padding-top: 80px;
    }

    .acu_platform .ptlboxlist li h5 {
        font-size: 16px;
    }

    .acu_platform .clintcombox {
        grid-template-columns: repeat(1, 1fr);
    }

    .acu_platform .clientcommentsect {
        padding: 80px 0px 90px;
    }

    .acu_platform .platform_formsect h3 {
        font-size: 26px;
        line-height: 40px;
    }

    .acu_platform .platform_formsect h4 {
        font-size: 16px;
    }

    .acu_platform .platform_formsect h4 {
        font-size: 19px;
        line-height: 32px;
        max-width: 80%;
    }

    .acu_platform .platform_formsect {
        padding-bottom: 90px;
    }

    .acu_platform .platform_formsect .partner_join_form {
        max-width: 750px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .acu_platform footer {
        margin-top: 0px;
    }

    .acu_platform .invaitediconimg {
        top: -46px;
        left: 15px;
    }

    .acu_platform .innovative_section h3 {
        flex-direction: column;
        text-align: left;
    }

    .acu_platform .innovative_section {
        padding: 20px 0px;
    }

    .acu_platform .innovative_section h3 a {
        max-width: 100%;
        width: 100%;
        align-items: center;
    }

    .acu_platform .launch_section p {
        font-size: 16px;
        line-height: 28px;
    }

    .acu_platform .service_sec {
        padding: 40px 0px;
    }

    .acu_platform .whitebox_pcontent {
        order: 1;
    }

    .acu_platform .whitebox_pcontent p {
        font-size: 14px;
    }

    .acu_platform .technology_sect h2 {
        text-align: left;
    }

    .acu_platform .technology_sect h3 {
        text-align: left;
    }

    .acu_platform .serv_item h4 {
        font-size: 14px;
    }

    .acu_platform .serv_item:nth-child(1) h4,
    .acu_platform .serv_item:nth-child(3) h4,
    .acu_platform .serv_item:nth-child(6) h4 {
        font-size: 20px;
    }

    .acu_platform .serv_item:nth-child(11) h4,
    .acu_platform .serv_item:nth-child(10) h4,
    .acu_platform .serv_item:nth-child(8) h4 {
        max-width: 100%;
    }

    .acu_platform .workflows_section {
        padding-top: 40px;
    }

    .acu_platform .workflows_section h3 {
        font-size: 28px;
        margin-bottom: 10px;
        text-align: left;
    }

    .acu_platform .workflows_section h4 {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        margin-bottom: 30px;
    }

    .acu_platform .workflowsiconlist>li:first-child,
    .acu_platform .workflowsiconlist>li:nth-child(2),
    .acu_platform .workflowsiconlist>li:nth-child(3) {
        max-width: 23.3333%;
    }

    .acu_platform .workflowsiconlist>li:last-child,
    .acu_platform .workflowsiconlist>li:nth-child(4) {
        max-width: 35%;
    }

    .acu_platform .aitesection .contanbtton .more_information_btn {
        display: inline-flex;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .acu_platform .aitesection .contanbtton h3 {
        font-size: 20px;
        text-align: center;
    }

    .acu_platform .aitesection .contanbtton {
        padding: 0px;
        text-align: center;
    }

    .acu_platform .platform_formsect h3 {
        text-align: center;
    }

    .acu_platform .platform_formsect h4 {
        margin: 0 auto;
    }

    .acu_platform .serv_sec h3 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .acu_platform .service_sec h3 {
        font-size: 24px;
        line-height: 40px;
    }

    .acu_platform .service_sec h4 {
        font-size: 20px;
    }

    .acu_platform .aitimgbox {
        max-width: 230px;
    }

    .acu_platform .opportunity_section h3 {
        font-size: 24px;
        line-height: 35px;
    }

    .acu_platform .opportunity_section ul li {
        font-size: 16px;
    }

    .acu_platform .opportunity_section ul li .bluticon,
    .acu_platform .opportunity_section ul li .bluticon {
        width: 29px;
    }

    .acu_platform .technology_sect h2 {
        font-size: 24px;
    }

    .acu_platform .technology_sect h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .acu_platform .platform_formsect h3 {
        font-size: 24px;
        text-align: center;
    }

    .acu_platform .platform_formsect h4 {
        font-size: 16px;
        max-width: 100%;
        line-height: normal;
    }

    .acu_platform .more_information_btn {
        width: 100%;
    }
}

@media (max-width:640px) {
    .payment-form {
        padding: 20px 0;
    }

    #step-4 p {
        font-size: 11px;
    }

    .stepwizard-step p {
        font-size: 11px;
    }

    .payment-form .stepwizard-step {
        padding: 15px 0;
    }

    .payment_form_submission {
        padding: 35px 0;
    }

    .payment_form_submission h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .payment-form label {
        font-size: 12px;
    }

    .payment-form .form-control {
        height: 45px;
    }

    .payment-form .form-group,
    .payment-form .block-four {
        margin-bottom: 20px;
    }
}

@media (max-width:480px) {

    .payment-form .nextBtn,
    .payment-form .prevBtn,
    .payment-form .complete {
        min-width: 110px;
    }

    .payment-form .prevBtn {
        margin-right: 10px;
    }

    .acu_platform .ptlboxlist li h5 {
        text-align: left;
    }
}

/* 03.11.2023 responsive end */

/* 06/11/23 testimonial page*/
.testimonial_cls .brim_banks {
    padding-top: 90px;
}

.testimonial_cls .brim_banks_hdng {
    text-align: center;
}

.testimonial_cls .brim_banks_hdng img {
    padding-bottom: 35px;
    max-width: 300px;
}

.testimonial_cls .brim_banks_hdng h2 {
    font-family: 'Axiforma_Bold';
    font-size: 34px;
    line-height: 48px;
    max-width: 66%;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
    color: #00727d;
}

.testimonial_cls .brim_banks_hdng p {
    font-family: 'Axiforma_Regular';
    color: #222222;
    font-size: 20px;
    max-width: 812px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 37px;
}

.testimonial_cls .lets_talk_btn {
    text-align: center;
}

.testimonial_cls .teal_btn {
    font-family: 'Axiforma_Bold';
    min-width: 122px;
    height: 53px;
    display: inline-flex;
    padding: 10px 12px;
    justify-content: center;
    border-radius: 5px;
    background-color: #00c1d5;
    color: #fff;
    line-height: 38px;
    transition: all 300ms ease-in-out;
}

.testimonial_cls .teal_btn:hover {
    background-color: #000;
    color: #fff;
}

.testimonial_cls .reverse_sec {
    padding: 70px 0px 135px;
    margin-top: -48px;
}

.testimonial_cls .reverse_sec .rev_box:not(:last-child):nth-child(even) {
    flex-direction: row-reverse;
    align-items: center;
}

.testimonial_cls .reverse_sec .rev_box:nth-child(even) .rev_txt_box {
    box-shadow: none;
}

.testimonial_cls .reverse_sec .rev_box {
    margin-top: 48px;
    display: flex;
}

.testimonial_cls .rev_txt_box {
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    height: 100%;
}

.testimonial_cls .rev_txt_box h3 {
    font-family: 'Axiforma-ExtraBold';
    font-size: 16px;
    color: #00727d;
    padding-bottom: 20px;
}

.testimonial_cls .rev_txt_box p {
    font-family: 'Axiforma-Book';
    font-size: 14px;
    color: #000;
    margin-bottom: 0px;
}

.testimonial_cls .rev_card_foot {
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
}

.testimonial_cls .rev_card_foot .clnt_dtls h4 {
    font-family: 'Axiforma_Bold';
    font-size: 12px;
}

.testimonial_cls .rev_card_foot .clnt_dtls p {
    font-family: 'Axiforma-Book';
    font-size: 12px;
    max-width: 90%;
    line-height: 1.3;
    padding-top: 4px;
}

.testimonial_cls .rev_card_foot img {
    max-width: 114px;
}

.testimonial_cls .full_width_sec {
    border-radius: 16px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 50px;
    position: relative;
    margin-bottom: 70px;
}

.testimonial_cls .full_width_sec .rev_txt_box {
    box-shadow: none;
    padding: 0px;
}

.testimonial_cls .fw_left .rev_txt_box p {
    max-width: 100%;
}

.testimonial_cls .full_width_sec .col-lg-6 {
    position: static;
}

.testimonial_cls .fw_right {
    position: absolute;
    bottom: 0px;
    top: -111px;
    right: 162px;
}

.testimonial_cls .fw_right img {
    height: 100%;
    display: block;
    margin: 0 auto;
}

.testimonial_cls .announce {
    padding-bottom: 80px;
}

.testimonial_cls .announce_txt h2 {
    font-family: 'Axiforma_Bold';
    text-align: center;
    font-size: 36px;
    color: #00727d;
    padding-bottom: 30px;
}

.testimonial_cls .announce_txt p {
    font-family: 'Axiforma_Regular';
    font-size: 20px;
    line-height: 30px;
    color: #222;
}

.testimonial_cls .announce_txt p:not(:last-of-type) {
    margin-bottom: 20px;
}

.testimonial_cls .announce_btn {
    text-align: center;
    margin-top: 30px;
}

.testimonial_cls .rev_img_box {
    height: 100%;
}

.testimonial_cls .rev_img_box img {
    height: 100%;
}

.testimonial_cls .brim_banks .row,
.testimonial_cls .announce .row {
    display: flex;
    flex-wrap: wrap;
}

.testimonial_cls .announce .row>*,
.testimonial_cls .brim_banks .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}

/* responsive start */
@media (min-width: 992px) {

    .testimonial_cls .brim_banks .col-lg-6,
    .testimonial_cls .announce .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .testimonial_cls .brim_banks .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
}

@media (max-width: 1199px) {
    .testimonial_cls .bnr_txt_wrap p {
        max-width: 75%;
    }

    .testimonial_cls .brim_banks_hdng h2 {
        font-size: 30px;
        max-width: 70%;
    }

    .testimonial_cls .rev_txt_box {
        padding: 40px 30px;
    }

    .testimonial_cls .full_width_sec {
        padding: 30px;
    }

    .testimonial_cls .reverse_sec {
        padding: 70px 0px 120px;
    }
}

@media (max-width: 991px) {
    .testimonial_cls .bnr_txt_wrap p {
        max-width: 100%;
    }

    .testimonial_cls .brim_banks_hdng h2 {
        font-size: 25px;
        max-width: 100%;
        line-height: 1.4;
    }

    .testimonial_cls .brim_banks_hdng p {
        font-size: 18px;
        max-width: 100%;
    }

    .testimonial_cls .reverse_sec {
        margin-top: -30px;
    }

    .testimonial_cls .reverse_sec .rev_box {
        margin-top: 30px;
    }

    .testimonial_cls .rev_txt_box {
        margin-bottom: 30px;
        height: auto;
    }

    .testimonial_cls .fw_right {
        position: relative;
        bottom: 0px;
        top: 0px;
        right: 0px;
    }

    .testimonial_cls .fw_right img {
        max-width: 300px;
        margin-bottom: -30px;
    }

    .testimonial_cls .announce_txt h2 {
        font-size: 24px;
    }

    .testimonial_cls .announce_txt p {
        font-size: 18px;
        line-height: normal;
    }

    .testimonial_cls .banner_aboutus {
        margin-top: 57px;
    }
}

@media (max-width: 767px) {
    .testimonial_cls .bnr_txt_wrap h1 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .testimonial_cls .bnr {
        margin-bottom: 50px;
    }

    .testimonial_cls .reverse_sec {
        padding: 50px 0px;
    }

    .testimonial_cls .full_width_sec {
        margin-bottom: 50px;
    }

    .testimonial_cls .brim_banks {
        padding-top: 60px;
    }
}

@media (max-width: 480px) {
    .testimonial_cls .rev_card_foot {
        flex-direction: column;
        padding-top: 30px;
    }

    .testimonial_cls .rev_card_foot .clnt_dtls {
        padding-bottom: 10px;
    }

    .testimonial_cls .fw_right img {
        max-width: 200px;
    }
}

/* responsive end */
/* 06/11/23 testimonial page*/