.container-md {
    max-width: 1030px;
}

.section-form {
    overflow: hidden;
}

.section-form-inner {
    background-color: #f4f4f4;
    padding: 50px 20px;
}

.msform {
    background-color: #fff;
    padding: 50px 0;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
}

.msform .h3 {
    margin-bottom: 10px;
}

/* msform */

#msform {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: auto;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
    /*    overflow: hidden;*/
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}


/*progressbar*/
#progressbar {
    background-color: #f7f7f7;
    height: auto;
    margin: 20px 0;
    overflow: hidden;
    padding: 15px 10px 10px;
}

#progressbar li {
    list-style-type: none;
    color: #333;
    text-transform: uppercase;
    font-size: 9px;
    width: calc(100% / 6);
    float: left;
    position: relative;
}

#progressbar li .number {
    font-family: 'DBThaiTextXBd', Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #666;
    line-height: 38px;
    text-align: center;
    width: 86px;
    height: 40px;
    display: block;
    background-color: #f7f7f7;
    border-radius: 23px;
    border: 2px solid #999999;
    margin: 0 auto 10px auto;
    position: relative;
    z-index: 2;
}

#progressbar li p,
#progressbar-des li p {
    font-family: 'DBThaiTextXBd', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: .8;
    color: #999;
    margin-bottom: 5px;
}

#progressbar li:after {
    content: '';
    width: 30%;
    height: 2px;
    background: #999999;
    position: absolute;
    left: -15%;
    top: 20px;
    z-index: 1;
}

#progressbar li:first-child:after {
    content: none;
}

#progressbar li.active.current .number,
#progressbar li.active.current:after {
    background: #00a950;
    color: #fff;
}

#progressbar li.active.current .number {
    font-size: 22px;
    border: 2px solid #00a950;
}

#progressbar li.active.current .number:after {
    display: none;
}

#progressbar li.active .number,
#progressbar li.active:after {
    background: #00a950;
    color: #fff;
}

#progressbar li.active .number {
    border: 2px solid #00a950;
    background-color: #f7f7f7;
    font-size: 0;
    position: relative;
}

#progressbar li.active .number:after {
    content: '';
    border-bottom: 3px solid #00a950;
    border-right: 3px solid #00a950;
    display: inline-block;
    width: 10px;
    height: 20px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    visibility: visible;
    margin: 0 0 0 -3px;
    position: absolute;
    top: 6px;
}


/* END msform */

/* Header Doc Style */
.header-docstyle {
    position: relative;
    border-top: 3px solid #00a950;
}

.header-docstyle .inner {
    display: table;
    width: 100%;
    padding: 30px 0;
}

.header-docstyle .header-logo,
.header-docstyle .header-heading {
    display: table-cell;
    vertical-align: middle;
}

.header-docstyle .header-logo {
    text-align: left;
    vertical-align: top;
}

.header-docstyle .header-heading {
    text-align: right;
}

.header-docstyle .heading {
    line-height: 0.8;
}


.slogan {
    padding: 30px 0;
}

.slogan .img {
    margin: 0 auto;
    width: 183px;
}

/* End Header Desktop */


.icw-form .icw-fieldset-inner {
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
}

.action-form {
    margin-top: 20px;
}

.icw-form .overlabel {
    color: #666;
}

.icw-input-checkbox .checkbox {
    margin: 20px 0;
}

.select-KYC .icw-input.radio4 .checkbox-inline {
    width: 32%;
    margin: 15px 2px;
}

.select-KYC .icw-input.radio4 .checkbox-inline:last-child {
    width: 100%;
    display: block !important;
}

.status {
    display: inline-block;
    width: 80px;
    line-height: 45px;
    position: absolute;
    top: 2px;
    right: 2px;
    text-align: right;
    padding-right: 15px;
}

.icw h6.icw-legend-sub {
    color: #999;
}

input[type=radio].css-checkbox:checked + .css-label {
    background-image: url(../img/icon/select.png);
    background-size: 20px auto;
    color: #00a950 !important;
}

input[disabled][type=radio].css-checkbox + .css-label,
input[disabled][type=checkbox].css-checkbox + .css-label {
    background-color: #f7f7f7;
}

.msform input[type=radio].css-checkbox + .css-label,
.msform input[type=checkbox].css-checkbox + .css-label {
    font-size: 16px;
    color: #666666;
}

.icw-form .overlabel {
    color: #999;
}

.icw-form .overlabel.overlabel-fixed {
    padding-left: 0;
    font-size: 12px;
    font-weight: 700;
    color: #666;
}

.detail-form {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    border: 1px solid #dddddd;
    background-color: #f7f7f7;
}

.detail-form table {
    width: 100%;
    max-width: 470px;
    margin: 20px auto;
    padding: 0 20px;
    font-size: 16px;
}

.detail-form table td:first-child {
    width: 50%;
    padding: 5px 0;
}

.detail-form table td:last-child {
    width: 50%;
    font-weight: 600;
    text-align: right;
    padding: 0;
}

.detail-note h3 {
    line-height: 45px;
}

.detail-note {
    padding: 20px 22px 0;
}

.detail-note p {
    color: #fff;
}


.link-map {
    padding: 20px 20px;
}

.link-map a {
    border-radius: 25px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.link-map a,
.link-map a i.ic {
    color: #00a950;
    font-size: 14px;
}

.btn.back,
.btn.next,
.btn.previous {
    min-width: 150px;
    margin: 0 10px;
}

.btn.back,
.btn.next,
.btn.more {
    padding-right: 30px;
    position: relative;
}

.btn.previous {
    padding-left: 30px;
    position: relative;
    border: 2px solid #dddddd;
    background-color: transparent;
    color: #333 !important;
}

.btn.previous:hover,
.btn.previous:focus {
    background-color: transparent !important;
}

.btn.back:after,
.btn.more:after,
.btn.next:after {
    content: '';
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    visibility: visible;
    margin: 0 0 0 -3px;
    position: absolute;
    top: 15px;
    margin-left: 5px;
}

.btn.back:after {
    top: 13px;
}

.previous:before {
    content: '';
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    visibility: visible;
    margin: 0 0 0 -3px;
    position: absolute;
    top: 15px;
    margin-left: -15px;
}

.icw-form .last-form .icw-fieldset-inner {
    max-width: 350px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
}

.icw-form .last-form .icw-fieldset-inner li:nth-child(odd) {
    width: 35%;
}

.icw-form .last-form .icw-fieldset-inner li:nth-child(even) {
    width: 65%;
}

.last-form .icw-fields p {
    text-align: left;
    line-height: 1.2;
    padding: 5px 0;
    font-size: 16px;
}

.last-form .icw-fields input[disabled] {
    background-color: transparent;
    border: 0;
    height: 30px;
    font-size: 16px;
    color: #00a950 !important;
}

.sc-tab {
    margin: 30px 0 20px;
}

.tabs-list {
    font-size: 0;
    border-bottom: 1px solid #eee;
}

.tabs-list li {
    width: calc(100% / 7);
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 5px;
    cursor: pointer;
}

.tabs-list li.active {
    background-color: #eeeeee;
    color: #00a950;
}

.sc-tbl {
    margin: 20px auto 0;
    max-width: 550px;
}

.sc-tbl .icw-table {
    margin-bottom: 0;
}

.sc-tbl thead th:first-child {
    border-radius: 25px 0 0 25px;
    overflow: hidden;
}

.sc-tbl thead th:last-child {
    border-radius: 0 25px 25px 0;
    overflow: hidden;
}

.sc-tbl thead th:last-child {
    width: 90px;
}

.sc-tbl thead th {
    background-color: #999;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 8px 20px;
}

.sc-tbl tbody td {
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    padding: 10px 10px;
}

.sc-tbl tbody td:last-child {
    width: 170px;
}

.sc-tbl tbody td .btn-outline {
    border-radius: 4px;
    border: 2px solid #00a950;
    background-color: #ffffff;
    line-height: 36px;
}

.sc-tbl tbody td .btn-outline:hover,
.sc-tbl tbody td .btn-outline:focus {
    background-color: #00a950 !important;
    border: 2px solid #00a950 !important;
    color: #fff !important;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.sc-tbl tbody td button[disabled].btn-outline {
    background-color: #cccccc !important;
    border: 2px solid transparent !important;
    color: #999 !important;
}

.tabcontent {
    display: none;
}

.footer {
    background-color: transparent;
    border-top: 1px solid #fafafa;
}

.txt-note {
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
    padding: 0 20px 40px;
}

.txt-note p {
    font-size: 12px;
    color: #666;
}

.icw-form .icw-legend {
    margin-bottom: 10px;
    line-height: 1;
}

span.br-m767 {
    display: block;
}

.section-choose {
    padding: 40px 0;
    min-height: 550px;
}

.sc-choose {
    width: 100%;
    max-width: 600px;
    margin: 40px auto 0;
    text-align: center;
    border-top: 1px solid #ddd;
}

.section-choose-inner {
    background-color: #f4f4f4;
    height: 216px;
    padding: 20px 30px;
    margin-top: 35px;
}

.section-choose-inner .tb {
    height: 100%;
}

.section-choose-inner h4 {
    margin-bottom: 20px;
    line-height: 1;
}

.section-choose-inner .btn {
    padding-top: 9px;
    padding-bottom: 11px;
}

.section-choose-inner .btn.more:after {
    top: 18px;
}

.section-choose-inner a {
    font-family: 'DBThaiTextXBd', Helvetica, Arial, sans-serif;
    font-size: 24px;
    margin-top: 10px;
}

.section-choose-inner .more:after {
    font-size: 12px;
    position: relative;
    bottom: -1px;
}

.section-choose h3.heading,
.msform h4.heading {
    margin: 10px 0 30px;
}

.detail-landing ul {
    width: 100%;
    max-width: 620px;
    margin: 20px auto;
}

.detail-landing ul li {
    font-family: 'DBThaiTextX', Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 1;
    text-align: left;
    position: relative;
    padding-left: 18px;
    color: #333;
}

.detail-landing ul li strong {
    font-family: 'DBThaiTextXBd', Helvetica, Arial, sans-serif;
}

.detail-landing ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 25px;
    background-color: #333;
}

.detail-landing h4 {
    line-height: 1;
}

.detail-landing h6 {
    margin-bottom: 40px;
    line-height: 1;
}

/*Radio */

.msform .radio-field-type input[type=radio].css-checkbox + .css-label {
    background-image: url(../img/icon/radio-select.png);
    background-size: 24px;
    line-height: 25px;
    padding: 0 25px 0 40px;
    margin: 0 0 0 20px;
}

.msform .radio-field-type .checkbox {
    border-right: 1px solid #ccc;
    margin: 10px 0;
}

.msform .radio-field-type .checkbox:last-child {
    border-right: 0;
}

.msform .radio-field-type input[type=radio].css-checkbox:last-child + .css-label {
    border-right: 0;
}

.msform .radio-field-type input[type=radio].css-checkbox:checked + .css-label {
    background-image: url(../img/icon/radio-selected.png);
    color: #00a950 !important;
}



.my-4 {
    margin: 4rem auto !important;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.pb-3 {
    padding-bottom: 3rem !important;
}

.pb-2 {
    padding-bottom: 2rem !important;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.p-2 {
    padding: 2rem !important;
}

.border-bottom {
    border-bottom: solid 1px #DDDDDD !important;
}

.c-gray {
    color: #999 !important;
}


.detail-form .customer-detail {
    padding: 2.5rem 0;
    margin: auto;
    width: 90%;
}

.detail-form .customer-detail h6 {
    line-height: .9;
}

.detail-form .customer-detail p {
    margin-bottom: 5px;
    line-height: 1.5;
}

.detail-form .customer-detail h4 {
    margin-bottom: 20px;
}

.detail-form .customer-detail h5 {
    font-weight: normal;
    margin-bottom: 1rem;
}


.detail-form .detail-note img {
    width: 20px;
    height: 20px;
    margin: 0 5px 2px 0;
    vertical-align: middle;
}

.icw ol.list-number {
    width: 100%;
    max-width: 200px;
    margin: 15px auto 0;
    text-align: left;
    padding-left: 25px;
}

.icw ol.list-number li {
    list-style: decimal;
    font-family: 'DBThaiTextX', Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 1;
    color: #666;
}

.icw-input .radio-inline,
.icw-input .checkbox-inline {
    min-width: 120px;
    text-align: left;
    margin: 0;
    display: inline-block !important;
}

/* Progress bar */
.slidecontainer {
    width: 100%;
    position: relative;
}

input[type=range] {
    width: 100%;
    -webkit-appearance: none;
    -moz-apperance: none;
    border-radius: 6px;
    height: 6px;
    background-image: -webkit-gradient(linear,
            left top,
            right top,
            color-stop(50%, #00a950),
            color-stop(50%, #f7f7f7));

    background-image: -moz-linear-gradient(left center,
            #DF7164 0%, #00a950 50%,
            #F5D0CC 15%, #f7f7f7 100%);
    padding-top: 4px;
}

input[type="range"]::-moz-range-track {
    border: none;
    background: none;
    outline: none;
}

input[type=range]:focus {
    outline: none;
    border: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background: url('../img/btn-range.png') no-repeat;
    background-size: cover;
    background-position: center;
    border: none;
    width: 30px;
    height: 30px;
}

input[type=range]::-moz-range-thumb {
    -moz-appearance: none !important;
    background: url('../img/btn-range.png') no-repeat;
    background-size: cover;
    background-position: center;
    border: none;
    width: 30px;
    height: 30px;
}

#range-num {
    text-align: right;
    margin-top: 20px;
    padding-top: 7px;
    color: #00a950 !important;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #dddddd;
    background-color: #f7f7f7;
    -webkit-text-fill-color: #00a950;
    opacity: 1;
}




.range-left,
.range-right {
    position: absolute;
    display: inline-block;
    top: 5px;
    font-weight: 600;
    font-size: 12px;
}

.range-left {
    left: 0;
}

.range-right {
    right: 0;
}

.icw-form .icw-input.txt-Range {
    padding-top: 0;
}

.msform .more-type {
    text-align: left;
    padding: 25px 0 0;
}

.msform .more-type .icw-input-checkbox .checkbox {
    margin: 10px 0;
}

.msform .more-type input[type=radio].css-checkbox + .css-label {
    font-family: 'DBThaiTextX', Helvetica, Arial, sans-serif;
    font-size: 23px;
    line-height: 0.9;
}

.more-type label.overlabel-fixed {
    width: 100%;
    text-align: center;
}

.icw-form .more-type .icw-input {
    padding: 0 20px;
}



.more-type input[type=checkbox].css-checkbox + .css-label,
.termsAcon input[type=checkbox].css-checkbox + .css-label {
    background-image: url(../img/icon/non-check.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 30px;
    line-height: 20px;
}

.more-type input[type=checkbox].css-checkbox + .css-label {}



.more-type input[type=checkbox].css-checkbox:checked + .css-label,
.termsAcon input[type=checkbox].css-checkbox:checked + .css-label {
    background-image: url(../img/icon/check.png);
}

.termsAcon .icw-input {
    margin-bottom: 0;
    padding: 15px 0;
}

.termsAcon .icw-input .checkbox {
    margin-top: 10px;
    margin-bottom: 10px;
}

.link-more {
    font-family: 'DBThaiTextX', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #00a950 !important;
    border-bottom: 1px solid #00a950;
}

.customer-detail .highlight p {
    font-size: 18px;
}

.customer-detail .highlight {
    margin-bottom: 20px;
}

.btn.back,
.icw .msform .btn.more,
.icw .msform .btn.next {
    border: 2px solid #00a950;
    background-color: transparent !important;
    color: #00a950 !important;
}

.btn.back:after,
.icw .msform .btn.more:after,
.icw .msform .btn.next:after {
    content: '';
    border-bottom: 2px solid #00a950;
    border-right: 2px solid #00a950;

}

.btn.back:hover,
.icw .msform .btn.more:hover,
.icw .msform .btn.next:hover {
    border: 2px solid #00a950;
    background-color: #00a950 !important;
    color: #fff !important;
}

.btn.back:hover:after,
.icw .msform .btn.more:hover:after,
.icw .msform .btn.next:hover:after {
    content: '';
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.detail-list {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px;
    text-align: left;
}

.icw .detail-list ul {
    padding-left: 20px;
}

.icw .detail-list ul li {
    list-style: outside !important;
    font-size: 15px;
    line-height: 30px;
    color: #333333;
}

.icw .detail-list ul li h6 {
    font-family: 'DBThaiTextX', Helvetica, Arial, sans-serif;
}

.icw-form .input-other {
    display: none;
}

.icw-form .input-other.active {
    display: block;
    padding-left: 30px;
    padding-bottom: 0px;
}

.name-type {
    line-height: 40px;
}

.rdo-other {
    text-align: left;
}

.icw-input-checkbox.rdo-other {
    padding: 20px 30px 10px !important;
    margin-top: 20px;
    border-top: 1px solid #ddd;
}

.rdo-other input[type=checkbox].css-checkbox + .css-label {
    background-image: url(../img/icon/non-check.png);
    background-size: 20px 20px;
}

.rdo-other input[type=checkbox].css-checkbox:checked + .css-label {
    background-image: url(../img/icon/check.png);
}

.txt-rdo-other {
    font-size: 15px;
}

.txt-rdo-other span {
    font-size: 12px;
}

.icw-input-checkbox.rdo-other .checkbox {
    margin: 10px 0;
}

.icw-input-checkbox.rdo-other .checkbox:last-child {
    margin-bottom: 0;
}

.icw-form .select-M .icw-fieldset-inner {
    max-width: 550px;
}

.icw-form .select-M .icw-fieldset-inner .icw-field:nth-child(odd) {
    text-align: left;
    width: 38%;
}

.icw-form .select-M .icw-fieldset-inner .icw-field:nth-child(odd) h6 {
    font-size: 26px;
    line-height: 40px;
}

.icw-form .select-M .icw-fieldset-inner .icw-field:nth-child(even) {
    width: 62%;
}

.icw-form .select-M .icw-fieldset-inner .icw-field:nth-child(even) input {
    text-align: right;
}

.icw h6.name-type {
    font-family: 'DBThaiTextX', Helvetica, Arial, sans-serif;
    line-height: 40px;
}

.icw-form .select-M .icw-fieldset-inner .icw-field.icw-field-full:nth-child(odd),
.icw-form .select-M .icw-fieldset-inner .icw-field.icw-field-full:nth-child(even) {
    width: 100%;
}

.rdo-proposal.icw-input-checkbox {
    padding: 0;
}

.rdo-proposal.icw-input-checkbox > .checkbox {
    min-height: 60px;
    border: 1px solid #dddddd;
    padding: 20px;
}

.sc-check-type_select {
    max-height: 0;
    transition: max-height 0.25s ease-in-out;
    overflow: hidden;
}

.sc-check-type_select.active {
    max-height: 500px;
    transition: max-height 0.25s ease-in-out;
}

#checkbox-edc {
    max-height: 0;
    transition: max-height 0.2s ease-in-out;
    overflow: hidden;
    border: 1px solid transparent;
    background-color: transparent;
}

#checkbox-edc.active {
    border: 1px solid #dddddd;
    background-color: #fff;
    max-height: 500px;
    transition: max-height 0.2s ease-in-out;
}

.result-committee {
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    text-align: left;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

.icw .result-committee ol {
    padding-left: 20px;
    margin-top: 10px;
}

.msform input[type=radio].css-checkbox + .css-label,
.msform input[type=checkbox].css-checkbox + .css-label {
    font-family: 'DBThaiTextXBd', Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 20px;
}

.icw .result-committee li {
    font-family: 'DBThaiTextX', Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: .9;
    list-style: decimal;
}

.btn-clone {
    font-family: 'DBThaiTextXBd', Helvetica, Arial, sans-serif;
    font-size: 24px;
    margin-bottom: 4rem;
    display: inline-block;
}

.btn-clone:hover {
    color: #00a950;
    text-decoration: underline !important;
}

.btn-clone img {
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.icw input[disabled],
.icw textarea[disabled],
.icw select[disabled] {
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
}

.accordion-term {
    padding-top: 30px;
    padding-bottom: 0;
    margin: 30px 0 0;
    border-top: 1px solid #ddd;
}

.accordion-term .accordion-title,
.accordion-title1 {
    text-align: left;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 30px;
}

.accordion-term .accordion {
    background-color: #fff;
    border: 1px solid #dddddd;
    padding: 0 20px;
}

.accordion-term .accordion-title:after {
    color: #fff;
    font-size: 9px;
    right: 5px;
    top: 28px;
    content: "\e915";
}

.accordion-term .accordion-title.active:after {
    content: "\e91e";
}

.accordion-term .accordion-title:before {
    content: '';
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 25px;
    background-color: #00a950;
}

.detail-accordion {
    border-top: 1px solid #ccc;
    padding: 20px 0 0;
    text-align: left;
}

.scroll-detail {
    height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.scroll-detail-inner {
    height: 500px;
    padding-right: 10px;
}

.scroll-detail-inner p {
    font-size: 12px;
}

.select2-container ::-webkit-scrollbar,
.detail-accordion ::-webkit-scrollbar {
    width: 5px;
    background-color: #e6e6e6;
}

.select2-container ::-webkit-scrollbar-track,
.detail-accordion ::-webkit-scrollbar-track {
    border-radius: 25px;
}

.select2-container ::-webkit-scrollbar-thumb,
.detail-accordion ::-webkit-scrollbar-thumb {
    background: #00ad43;
    border-radius: 25px;
}

.select2-container ::-webkit-scrollbar-thumb:hover,
.detail-accordion ::-webkit-scrollbar-thumb:hover {
    background: #00ad43;
}

#msform fieldset.select-M {
    padding: 0;
}

.select-M .select-M1 {
    padding: 20px 30px;
}

.select-KYC .detail-accordion {
    padding: 35px 40px;
    margin: 20px 0;
    border-top: 0;
    background-color: #f8f8f8;
}

.icw-form .select-M .select-KYC .icw-fieldset-inner {
    max-width: 720px;
}

.icw-form .select-M .select-KYC .icw-fieldset-inner .icw-field:nth-child(even),
.icw-form .select-M .select-KYC .icw-fieldset-inner .icw-field:nth-child(odd) {
    width: 50%;
}

.icw-form .select-M .select-KYC .icw-fieldset-inner .icw-field:nth-child(even) input,
.icw-form .select-M .select-KYC .icw-fieldset-inner .icw-field:nth-child(odd) input {
    text-align: left;
}

.icw-form .select-M .select-KYC .icw-fieldset-inner .icw-field.icw-field-sm {
    width: calc(100% / 3);
}

.icw-form .select-M .select-KYC .icw-fieldset-inner .icw-field.icw-field-full {
    width: 100%;
}

.icw .select-KYC .checkbox-inline input[type="text"] {
    display: inline-block;
    width: auto;
    margin-top: -10px;
    margin-left: 10px;
    margin-bottom: -10px;
}

.select-KYC .icw-input .radio-inline,
.select-KYC .icw-input .checkbox-inline {
    margin: 15px 0;
    min-width: 95px;
}

.icw-input-checkbox .checkbox.mb-0 {
    margin-bottom: 0;
}

.msform .select-KYC input[type=checkbox].css-checkbox + .css-label,
.msform .select-KYC input[type=radio].css-checkbox + .css-label {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px;
}

.select-KYC .value2.icw-input .radio-inline,
.select-KYC .value2.icw-input .checkbox-inline {
    width: 49%;
}

.select-KYC .value3.icw-input .radio-inline,
.select-KYC .value3.icw-input .checkbox-inline {
    width: 25%;
}

.select-KYC .value3.icw-input .radio-inline:last-child,
.select-KYC .value3.icw-input .checkbox-inline:last-child {
    width: 48%
}

.select-KYC .value3.icw-input .radio-inline:last-child input,
.select-KYC .value3.icw-input .checkbox-inline:last-child input,
.select-KYC .icw-input .checkbox-inline:last-child input {
    min-width: 225px;
}

.icw-form .select-M .select-KYC .icw-fieldset-inner .icw-field.icw-field3:nth-child(odd),
.icw-form .select-M .select-KYC .icw-fieldset-inner .icw-field.icw-field3:nth-child(even),
.icw-fields .icw-field.icw-field3 {
    width: 33.33%;
}

.icw .select-KYC .accordion-title {
    margin-left: 50px;
    margin-right: 50px;
    font-family: 'DBThaiTextXBd', Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1;
    border-top: 1px solid #eee;
    text-align: left;
}

.icw .select-KYC .accordion1 {
    border-bottom: 0;
    margin-bottom: 40px;
}

.icw .select-KYC .accordion-title:after {
    margin-left: 10px;
    font-size: 15px;
}

.icw .select-KYC input[type=checkbox].css-checkbox + .css-label {
    background-image: url(../img/icon/non-check.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 30px;
    line-height: 20px;
}

.icw .select-KYC input[type=checkbox].css-checkbox:checked + .css-label {
    background-image: url(../img/icon/check.png);
}

.icw .select-KYC .icw-legend span.c-gray {
    font-size: 24px;
}

.icw .dateB input[type="text"] {
    padding-right: 35px;
}

.icw .dateB {
    position: relative;
}

.icw .dateB:after {
    font-family: 'icokbank';
    content: "\e931";
    font-size: 18px;
    color: #999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 0px;
}

.txt-Foreigner p {
    margin-bottom: 0;
    position: relative;
}

.txt-Foreigner p:after {
    content: '';
    width: 100%;
    height: 1px;
    max-width: calc(100% - 120px);
    background-color: #999;
    position: absolute;
    top: 12px;
    right: 2px;
}

.txt-Foreigner.f-normal p:after {
    max-width: calc(100% - 145px);
}

.ac {
    display: none;
}

.btn.back {
    display: none;
}

.mfp-wrap.mfp-ready .mfp-content {
    width: 80%;
    max-width: 500px;
    padding: 50px 20px;
    border-top: 3px solid #00a950;
    -webkit-overflow-scrolling: touch;
}

.mfp-wrap.mfp-ready .mfp-content h2 {
    margin-bottom: 30px;
}

.icw .select-KYC .checkbox-inline input[type="text"].other,
.icw input[type="text"].other {
    display: none;
}

.icw input[type="text"].other {
    margin-top: 20px;
    margin-bottom: 20px;
}

::-webkit-input-placeholder {
    font-size: 14px
}

:-ms-input-placeholder {
    font-size: 14px
}

::placeholder {
    font-size: 14px
}

.icw-form .detail-accordion > .icw-fieldset-inner {
    padding: 0;
}

.icw-form .detail-accordion .icw-input.no-pd {
    padding: 0 !important;
}

.icw-form .detail-accordion .icw-fieldset-inner.inner2 {
    padding: 0 0 0 30px;
    display: none;
}

select option:disabled {
    color: #999;
}

.icw .field-name_other input[type="text"].other {
    margin-bottom: 0;
}

.mt-2 {
    margin-top: 20px;
}

.icw-form .select-M .select-KYC .icw-fieldset-inner .icw-field.icw-field-type:nth-child(even) {
    width: 65%;
}

.icw-form .select-M .select-KYC .icw-fieldset-inner .icw-field.icw-field-type:nth-child(even) input {
    margin-bottom: 0;
    margin-top: 0;
}

.icw-form .select-M .select-KYC .icw-fieldset-inner .icw-field.icw-field-type:nth-child(odd) {
    width: 35%;
}

.icw-field.icw-field-type .icw-input {
    padding: 0;
}

.icw-field.icw-field-type .icw-input #type_card_other {
    max-width: 35%;
    margin-right: 10px;
}

.icw-field.icw-field-type .icw-input #type_card3-input {
    max-width: 60%;
}

.select-KYC .icw-input.radio4 .checkbox-inline:nth-child(23),
.select-KYC .icw-input.radio4 .checkbox-inline:nth-child(24) {
    width: auto;
}

.icw-form .detail-accordion .icw-fieldset-inner.inner2.radio52-input {
    margin-top: 20px;
}

.detail-form .customer-detail p.desc5 {
    margin-top: 10px;
    color: #999;
    line-height: 1;
    font-size: 24px;
    font-family: 'DBThaiTextX', Helvetica, Arial, sans-serif;
}


/* Select2 - START */
.select2 select {
    position: relative;
}

.select2:after {
    width: 8px;
    height: 8px;
}

.select2-container {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

.select2-container .select2-selection--single {
    display: block;
    height: 45px;
    outline: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    color: #333;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    width: calc(100% - 20px);
    text-align: left;
}

.select2-container .select2-selection--single .select2-selection__rendered[title] {
    background-color: transparent;
    outline: 0;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding: 0;
    margin-top: 5px;
    font-size: 100%;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    position: absolute;
    left: -100000px;
    z-index: 1051;
    -webkit-transition: border-color 250ms ease-in-out;
    -o-transition: border-color 250ms ease-in-out;
    transition: border-color 250ms ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: fadeIn 400ms;
    animation: fadeIn 400ms;
}

.select2-container .select2-results {
    display: block;
}

.select2-container .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-container .select2-results__option {
    margin: 0 !important;
    padding: 10px 15px;
    color: #000;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
}

.select2-container .select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container .select2-results__option[aria-selected=true] {
    color: #222;
}

.select2-container .select2-results__message {
    color: #ccc;
}

.select2-container--open .select2-dropdown {
    left: 0;
    overflow: hidden;
}

.select2-container--open .select2-dropdown--above .select2-results__option {
    border-top: 0;
    border-bottom: 1px solid #eee;
}

.select2-search--dropdown {
    display: block;
    position: relative;
    z-index: 1010;
    padding: 5px 9px;
    white-space: nowrap;
    background: #ccc;
    border-top: 1px solid #eee;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #b5b5b5;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 43px;
    font-size: 0;
    text-align: center;
    cursor: pointer;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: block;
    width: 100%;
    height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before,
.select2-container--default .select2-selection--single .select2-selection__clear:before {
    font-family: 'iconfont';
    font-size: 12px;
    font-weight: normal;
    color: #000;
    line-height: 45px;
    display: inline-block;
    vertical-align: top;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: "\e90d";
    font-family: 'icokbank';
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear,
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    margin: 1px 0;
    padding: 5px 10px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #ddd;
    color: #eee;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 125px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #b5b5b5;
}

.select2-container--default .select2-results__option--highlighted[aria-selected=true] {
    color: #222;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eee;
    color: #222;
}


.select2-container--default .select2-results__group {
    display: block;
    cursor: default;
    font-size: 20px;
    text-transform: uppercase;
    color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    position: relative;
    padding: 12px 10px 6px;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--open .select2-dropdown--below {
    border-top: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--open .select2-dropdown--above {
    border-bottom: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default.select2-container--open:not(.select2-container--disabled) .select2-selection--single,
.select2-container--default.select2-container--open:not(.select2-container--disabled) .select2-dropdown {
    background-color: #fff;
    border-color: #00a950;
}

.select2-container--default.select2-container--focus:not(.select2-container--disabled) .select2-selection--single {
    background-color: #fff;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__placeholder {
    color: #b5b5b5;
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

/* Select2 - END */

/* Term */
.scroll-detail-inner .note-tc {
    color: #a7a7a7;
}

.table-tc table {
    border: 1px solid #ccc;
    margin: 5px auto;
}

.table-tc table td {
    text-align: left !important;
    padding: 10px !important;
    border-bottom: 1px solid #ccc;
    font-weight: normal !important;
}

.table-tc table td p {
    margin-bottom: 0 !important;
}

.table-tc table tr.hl td {
    background-color: #f0f0f0;
    font-weight: bold !important;
}

.table-tc table td li {
    font-size: 12px !important;
}

@media screen and (max-width: 375px) {
    .br-w375 {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .main {
        padding-top: 0;
    }

    .section-form .container-md {
        padding-left: 0;
        padding-right: 0;
    }

    .btn.back:before,
    .previous:before,
    .btn.next:after,
    .btn.more:after {
        top: 12px;
    }
}

@media screen and (max-width: 767px) {
    #progressbar li .number {
        width: 30px;
        height: 30px;
        line-height: 26px;
    }

    #progressbar {
        margin-bottom: 0;
    }

    #progressbar li:after {
        content: '';
        width: 40%;
        left: -20%;
        top: 15px;
    }

    .msform {
        padding: 40px 0 25px;

    }

    .msform > .h3 {
        margin-bottom: 0;
        line-height: .9;
    }

    #msform fieldset {
        padding-top: 30px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-form-inner {
        padding: 30px 20px;
    }

    #progressbar {
        padding: 15px 10px 0;
        position: relative;
    }

    #progressbar li.active .number:after {
        width: 7px;
        height: 14px;
        top: 5px;
    }


    .icw-form .icw-input-checkbox {
        padding-bottom: 0;
    }

    .btn.back,
    .btn.next,
    .btn.previous {
        margin-top: 10px;
        min-width: 100px;
    }

    .icw .btn-md {
        padding: 7px 15px;
    }

    .icw .btn-md.btn.next {
        padding-right: 30px;
    }

    .last-form .icw-fields p,
    .last-form .icw-fields input[disabled] {
        font-size: 14px;
    }

    .last-form .icw-fields input[disabled] {
        padding-right: 0 !important;
    }

    .last-form .icw-fieldset-inner {
        padding: 20px 20px 15px;
    }

    .link-map {
        padding: 15px 20px;
    }

    .last-form > p {
        margin: 20px 0;
    }

    .detail-note {
        padding: 15px 10px 0;
    }

    .sc-tbl thead th {
        padding: 8px 0px;
    }

    .sc-tbl tbody td:first-child {
        width: 140px;
        font-size: 14px;
    }

    .sc-tbl tbody td .btn-outline {
        width: 80px;
        min-width: inherit;
    }

    .scrolling-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .tabs-list.scrolling-wrapper li {
        display: inline-block;
        width: 100px;
    }

    .sc-scrolling-wrapper {
        position: relative;
    }

    .sc-scrolling-wrapper:after {
        content: '';
        border-bottom: 2px solid #999;
        border-right: 2px solid #999;
        display: inline-block;
        width: 8px;
        height: 8px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        visibility: visible;
        margin: 0 0 0 -3px;
        position: absolute;
        z-index: 1;
        top: 15px;
        margin-left: 5px;
        right: -10px;
    }

    .sc-scrolling-wrapper:before {
        content: '';
        border-top: 2px solid #999;
        border-left: 2px solid #999;
        display: inline-block;
        width: 8px;
        height: 8px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        visibility: visible;
        margin: 0 0 0 -3px;
        position: absolute;
        z-index: 1;
        top: 15px;
        left: -10px;
    }

    .img-logo,
    .header .img-logo {
        width: 120px;
    }

    .header-docstyle {
        min-height: 57px;
        text-align: right;
    }

    .header-docstyle .inner {
        padding: 11px 0;
    }

    .header-docstyle .header-heading {
        padding-left: 15px;
    }

    .header-docstyle .header-logo {
        width: 120px;
    }

    .slogan {
        padding: 15px 0;
    }

    .slogan .img {
        width: 153px;
    }

    .footer-docstyle .footer-legal {
        padding: 15px 0;
    }

    .footer-docstyle .slogan {
        padding: 20px;
    }

    .sc-tbl tbody td:last-child {
        width: 70px;
        padding-left: 0;
        padding-right: 0;
    }

    .sc-tbl tbody td:first-child {
        width: 130px;
        padding-left: 0;
        padding-right: 0;
    }

    .txt-note {
        padding: 0 10px 20px;
    }

    .msform .h3 {
        margin-bottom: 10px;
    }

    .sc-choose {
        margin: 20px auto 0;
    }

    .section-choose-inner {
        margin-top: 20px;
        height: 175px;
    }

    /* radio */

    .icw ul.radio-field-type {
        width: 100%;
        max-width: 200px;
        margin: 0 auto !important;
    }

    .radio-field-type li.border-right {
        border-right: 0;
    }

    .radio-field-type li {
        width: 100%;
        text-align: left;
        margin: 5px 0;
    }

    .detail-landing ul li {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .msform h4 {
        font-size: 26px;
    }

    .detail-landing h6 {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .progressbar-m {
        background-color: #f7f7f7;
        padding-bottom: 15px;
    }

    .progressbar-m h6 {
        font-family: 'DBThaiTextXBd', Helvetica, Arial, sans-serif;
        font-size: 20px;
        line-height: 1;
        color: #999;
        margin-bottom: 0;
    }

    #progressbar.landing {
        padding: 15px 0 0;
    }

    #progressbar.landing p.desc {
        display: none;
    }

    #progressbar li p,
    #progressbar-des li p {
        display: none;
        font-size: 20px;
        line-height: 1;
    }

    #progressbar-des li.active.current .desc {
        display: block;
        width: 100%;
        margin-bottom: 0;
    }

    .icw-form .more-type .icw-input {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .detail-list {
        max-width: 250px;
        margin: 0 auto 30px;
    }

    .icw-form .select-M .icw-fieldset-inner .icw-field:nth-child(odd),
    .icw-form .select-M .icw-fieldset-inner .icw-field:nth-child(even),
    .icw-form .select-M .icw-fieldset-inner .icw-field.icw-field-full:nth-child(odd),
    .icw-form .select-M .icw-fieldset-inner .icw-field.icw-field-full:nth-child(even) {
        width: 100%;
    }

    .icw-form .icw-input.txt-Range {
        padding-bottom: 5px;
    }

    .icw-form .select-M .icw-fieldset-inner .icw-field:nth-child(even) .icw-input,
    .icw-form .select-M .icw-fieldset-inner .icw-field.icw-field-full:nth-child(even) .icw-input {
        padding: 0 0 10px;
    }

    .icw-form .select-M .icw-fieldset-inner .icw-field:nth-child(odd) .icw-input,
    .icw-form .select-M .icw-fieldset-inner .icw-field.icw-field-full:nth-child(odd) .icw-input {
        padding: 0;
    }

    .icw-form .select-M .icw-fieldset-inner .icw-field:nth-child(even) .icw-input.slidecontainer {
        padding: 20px 0 15px;
    }

    #range-num {
        margin-top: 15px;
    }

    .icw-form .select-M .icw-fieldset-inner .icw-field:first-child,
    .icw-form .select-M .icw-fieldset-inner .icw-field:nth-child(2) {
        width: 50%;
    }

    .icw-input-checkbox.rdo-other {
        padding: 20px 20px 10px !important;
    }

    .icw-form .input-other.active {
        padding-left: 50px;
    }

    .detail-form .customer-detail {
        padding: 1.5rem 0;
    }

    .detail-form table td:first-child {
        width: auto;
        font-size: 15px;
    }

    .detail-form table.tbl1 td:first-child {
        width: 20%;
    }

    .scroll-detail {
        height: 250px;
    }

    .termsAcon .icw-input {
        margin-bottom: 0px;
        padding: 10px 0;
    }

    .msform .radio-field-type .checkbox {
        border-right: 0;
    }

    .msform .radio-field-type .icw-input-checkbox {
        padding-top: 0;
    }

    .select-KYC .value2.icw-input .radio-inline,
    .select-KYC .value2.icw-input .checkbox-inline,
    .select-KYC .value3.icw-input .radio-inline,
    .select-KYC .value3.icw-input .checkbox-inline,
    .icw-form .select-M .select-KYC .icw-fieldset-inner .icw-field.icw-field-sm,
    .icw-form .select-M .select-KYC .icw-fieldset-inner .icw-field:nth-child(even),
    .icw-form .select-M .select-KYC .icw-fieldset-inner .icw-field:nth-child(odd),
    .select-KYC .value3.icw-input .radio-inline:last-child,
    .select-KYC .value3.icw-input .checkbox-inline:last-child {
        width: 100%;
    }

    .select-KYC .icw-input .radio-inline,
    .select-KYC .icw-input .checkbox-inline {
        display: block;
    }

    .icw-form .select-M .select-KYC .icw-fieldset-inner .icw-field:nth-child(odd) .icw-input,
    .icw-form .select-M .select-KYC .icw-fieldset-inner .icw-field.icw-field-full:nth-child(odd) .icw-input,
    .icw-form .select-M .select-KYC .icw-fieldset-inner .icw-field:nth-child(even) .icw-input,
    .icw-form .select-M .select-KYC .icw-fieldset-inner .icw-field.icw-field-full:nth-child(even) .icw-input {
        padding: 20px 0;
    }

    .icw .select-KYC .accordion-title {
        margin-left: 25px;
        margin-right: 25px;
        font-size: 25px;
    }

    .icw .select-KYC .checkbox-inline input[type="text"] {
        margin-left: 30px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .select-KYC .detail-accordion {
        padding: 35px 30px;
    }

    .btn.back:after {
        top: 13px;
    }

    .btn.back,
    .btn.next,
    .btn.previous {
        margin: 0 8px;
    }

    .icw .field-name_other.mt-2 input[type="text"].other,
    .icw .field-name_other input[type="text"].other {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .icw .field-name_other,
    .icw .field-name_other.mt-2 {
        padding: 0 !important;
        margin-top: 0;
    }

    .icw-form .select-M .select-KYC .icw-fieldset-inner .icw-field.icw-field-type:nth-child(odd),
    .icw-form .select-M .select-KYC .icw-fieldset-inner .icw-field.icw-field-type:nth-child(even) {
        width: 100%;
    }

    .icw-form .select-M .select-KYC .icw-fieldset-inner .icw-field.icw-field-type:nth-child(odd) .icw-input,
    .icw-form .select-M .select-KYC .icw-fieldset-inner .icw-field.icw-field-type:nth-child(even) .icw-input {
        padding: 0;
    }

    .icw-form .select-M .select-KYC .icw-fieldset-inner .icw-field.icw-field-type:nth-child(even) .icw-input input[type="text"].other {
        margin: 0 0 20px 30px;
        width: calc(100% - 30px);
    }

    .icw-field.icw-field-type .icw-input #type_card_other,
    .icw-field.icw-field-type .icw-input #type_card3-input {
        max-width: inherit;
    }


    .select-KYC .icw-input.radio4 .checkbox-inline {
        width: 49%;
        margin: 10px 0;
    }

    .termsAcon input[type=checkbox].css-checkbox + .css-label {
        font-size: 24px;
        line-height: 1;
    }

}
