
*,
*:before,
*:after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}


:root {
    --primary-red: #C8102E;
    --primary-blue: #5698D0;
    --primary-green: #2E9597;
}
/* Figtree Regular (400) */
@font-face {
    font-family: 'Figtree';
    src: url('../../assets/fonts/Figtree/v1/Figtree-Regular.woff2') format('woff2'),
         url('../../assets/fonts/Figtree/v1/Figtree-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Figtree Semi-Bold (600) */
@font-face {
    font-family: 'Figtree';
    src: url('../../assets/fonts/Figtree/v1/Figtree-SemiBold.woff2') format('woff2'),
         url('../../assets/fonts/Figtree/v1/Figtree-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html, body {
  margin: 0;           
  padding: 0;
  min-height: 100%;    
}
body {
    background: white;
    color: black;
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

a {
    color: var(--primary-red);
    text-decoration: underline;
    transition: background-color 0.3s, color 0.3s;
}

a:hover {
    text-decoration: none;
}

#main {
    margin: 0 auto;
    max-width: 100%;
}

#header_text .block2 img {
    display: block;
}
.info_text p img{
    width:100%;
}

#content {
    margin: 0 auto;
    max-width: 1440px;
    padding: 50px 0;
}

#content h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 30px 0;
    text-align: center;
}

#content p,
#content ul {
    margin: 0 0 15px 0;
}

#content table {
    background: #eee;
    margin: 0 0 15px 0;
    width: 100%;
}

#content td {
    border: 1px solid #ddd;
    padding: 10px;
}

#content td p {
    margin: 0;
}

.tc-box .tc-box-textarea td {
    font-size: 15px;
}


#form_wrapper {
    margin: 0 auto;
    max-width: 1140px;
}

.second_row {
    float: right;
}



#submit-div {
    padding: 30px 0;
    text-align: center;
}

.SubmitButt {
    background: #29D377;
    border: 0;
    border-radius: 30px;
    color: white;
    cursor: pointer;
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 18pt;
    margin: 0 0 15px 0;
    min-width: 152px;
    height: 50px;
    line-height: 50px;
    transition: background-color 0.3s;
}

.SubmitButt:hover {
    background: #95f5c1;
}

.required {
    color: var(--primary-red);
}

div.required {
    color: black;
}

div.required span {
    color: var(--primary-red);
}

#a_l_txt_customer_type,
#a_l_txt_bank_details_international,

#r_customer_type .cbox_list {
    margin: 5px 0;
}

#date_birth_u_info,
div[id^="serial_number"],
div[id^="date_purchase"],
div[id^="purchase_upload_file"],
#bank_benficiary_u_info,
#bank_benficiary_individual_u_info {
    display: block;
    font-size: 13px;
    padding: 5px 0;
}

#r_date_birth .table-cell {
    position: relative;
}

.ui-datepicker-trigger {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}
#promo_content {
    min-height: 80vh;
}
#promo_content a.popup {
    background: var(--primary-red);
    border-radius: 50%;
    color: white;
    display: inline-block;
    height: 21px;
    line-height: 21px;
    text-align: center;
    text-decoration: none;
    width: 21px;
}

#promo_content a.popup:hover {
    background: var(--primary-blue);
    color: white !important;
    text-decoration: none;
}

#r_purchase_upload_file label,
#r_purchase_upload_file .fileinputs {
    float: left;
    width: 50%;
}

#promo_content .field-row .inputfile.inputfile__btn+label {
    background: var(--primary-red);
    float: none;
    width: 100%;
    transition: background-color 0.3s;
}

.field-row .inputfile.inputfile__btn+label span {
    display: block;
    font-size: 13px;
}

#promo_content .field-row .inputfile.inputfile__btn+label:hover {
    background: var(--primary-blue);
}

#add_another_product,
#remove_last_product {
    background: #3B3B3B;
    border: 0;
    border-radius: 0;
    color: white;
    cursor: pointer;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    margin: 0 0 5px 0;
    padding: 10px;
    width: 100%;
    transition: background-color 0.3s;
}

#add_another_product.disabled,
#remove_last_product.disabled {
    display: none;
}

#add_another_product:hover,
#remove_last_product:hover {
    background-color: black;
}

#r_subscribe+div {
    display: none;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: #333;
    font-size: 15px;
    padding: 20px 10px 30px 10px;
    text-align: left;
    width: 1140px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

#r_subscribe+div ul {
    counter-reset: item;
    list-style-type: decimal;
    margin: 0 0 15px 15px;
}

#r_subscribe+div a {
    font-size: 14px;
    position: absolute;
    top: 15px;
    right: 30px;
}

#r_terms_conditions,
#r_subscribe {
    position: relative;
    line-height: 18px;
    padding: 0 0 0 23px;
}

#r_terms_conditions {
    margin: 15px 0 30px 0;
}

#r_terms_conditions input,
#r_subscribe input {
    position: absolute;
    top: 0;
    left: 0;
}

#r_subscribe+div p {
    font-size: 25px;
    margin: 0 100px 50px 100px;
    text-align: center;
}

#r_subscribe+div li {
    display: block;
    float: left;
    font-size: 13px;
    line-height: 1.2;
    padding: 110px 10px 0 45px;
    width: 25%;
    position: relative;
}

#info_text .block1 p {
    text-align: left;
}

#info_text .block1 strong {
    background: var(--primary-red);
    border-radius: 15px;
    color: #fff;
    float: left;
    font-size: 20px;
    height: 32px;
    line-height: 32px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 32px;
    position: relative;
    top: -2px;
}

#r_subscribe+div li:nth-child(1) {
    background: url(../images/icon1.gif) top center no-repeat;
}

#r_subscribe+div li:nth-child(2) {
    background: url(../images/icon2.gif) top center no-repeat;
}

#r_subscribe+div li:nth-child(3) {
    background: url(../images/icon3.gif) top center no-repeat;
}

#r_subscribe+div li:nth-child(4) {
    background: url(../images/icon4.gif) top center no-repeat;
}

#r_subscribe+div li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    color: #fff;
    background: #c00;
    width: 32px;
    text-align: center;
    display: block;
    float: left;
    line-height: 32px;
    margin: 0 10px 0 0;
    border-radius: 15px;
    font-size: 20px;
    position: absolute;
    top: 110px;
    left: 0;
}

#footer {
    color: #b6b9b9;
    height: 103px;
    background: #2C2E2E;
    display: flex;
    justify-content: space-between;
    padding: 0 180px;

}

#footer ul {
    display: flex;
    align-items: center;
    min-width: 240px;
    justify-content: space-between;
}

#footer ul li,
#footer p {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    font-size: 14pt;
}

#footer p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#footer a {
    color: #939393;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .canon_footer {
    background: #FCFCFC;
}

#footer .block1 {
    border-top: 2px solid #939393;
    padding: 25px;
    color: #939393;
    max-width: 1200px;
    margin: 0 auto;
}

#footer .block3 {
    padding: 20px 25px;
    background: #2C2E31;
    text-align: right;
}

#footer .block1 ul {
    overflow: hidden;
}

#footer .block1 li {
    float: left;
    margin: 0 15px 0 0;
}

#footer .block1 li.last {
    float: right;
}

#footer .block2 {
    background: #2C2E31;
    font-size: 11px;
    padding: 40px 25px;
    text-align: right;
}

#main.ty #header_text .block3 {
    display: none;
}

#main.ty #form_wrapper {
    font-size: 18px;
    line-height: 1.5;
    padding: 100px 0;
    text-align: center;
}

#main.ty #form_wrapper h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 30px 0;
}


.accordion-toggle:after,
.accordion-toggle.active:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 30px;
    height: 30px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    background: url("../images/black-arrow-down.svg") no-repeat center;
}

.accordion-toggle.active:after {
    background: url("../images/green-arrow-up.svg") no-repeat center;
}
.info_text_left #form_holder {margin:0;}
#form_holder{padding-top:0; }
.info_text_left #info_text_holder{margin-top:0px;}


.accordion-toggle::before {
    content: none;
}

.accordion-toggle {
    padding-left: 43px;
}

div#form_intro {
    margin: 0 0 35px 0;
}

.accordion-content {
    margin: 20px 0 20px 0;
}

select,
input[type='text'] {
    border-radius: 5px;
}

.first_row.step2 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.table-cell label {
    line-height: 30px;
}

/*Typography */

.table-cell label,
.required {
    font-size: 16px;
    font-weight: 400;
}

.table-cell .title-sub {
    font-size: 31px;
}

#footer ul li,
footer ul li a,
#footer p {
    font-size: 14px;
}

.accordion-content {
    padding-left: 43px;
}
.title_sub {
    font-weight: 600;
}


@media (max-width: 1440px) {
    #promo_content {
        display: flex;
        flex-direction: column;
    }
    #apply_form_box{margin-top:50px;}

    .info_text_left #info_text_holder,
    .info_text_right #info_text_holder,
    .info_text_left #form_holder,
    .info_text_right #form_holder {
        width: 100%;
    }

    #promo_content.info_text_left #info_text_holder {
        margin: 0;
    }

    #footer{ padding: 0 3%;}

}

@media (max-width: 1200px) {

    #form_holder,
    #content {
        padding-left: 15px;
        padding-right: 15px;
    }

    #r_subscribe+div {
        width: 100%;
    }

    #r_subscribe+div li {
        width: 100%;
    }
}

@media (max-width: 1000px) {


    .first_row.startcol1,
    .first_row.startcol,
    .first_row.startgroup1,
    .second_row {
        float: none;
        margin: 15px 0;
        padding: 0;
        width: 100%;
    }
}



@media (max-width: 600px) {

    .field-row .table-cell.coll1,
    .field-row .table-cell {
        float: none;
        width: 100%;
    }

    #content td {
        padding: 5px;
    }

    #content .table-scroll {
        overflow-x: auto;
    }

    #content .table-scroll table {
        width: 600px;
    }
}