/*================ default ==================*/
:root {
    --cr-light: #fffFFF;
    --cr-dark: #333333;
    --cr-gray: #666666;
    --cr-lightgray: #999999;
    --cr-green: #00A94F;
    --cr-green2: #007938;
    --cr-border: #E7E7E7;
    --cr-red: #f00;
    --tsition: .3s ease-in-out;
    --radius: 8px;
}

html, body {
    overflow-x: hidden;
    touch-action: pan-y;
}

/*============================== TEXT ===============================*/
.icw .nowrap {
    white-space: nowrap;
}

.icw .text-light {
    color: var(--cr-light) !important;
}

.icw .text-dark {
    color: var(--cr-dark) !important;
}

.icw .text-green {
    color: var(--cr-green) !important;
}

.icw .text-gray {
    color: var(--cr-gray) !important;
}

.icw .text-lightgray {
    color: var(--cr-lightgray) !important;
}

.icw .text-red {
    color: var(--cr-red) !important;
}

.icw .text-underline {
    text-decoration: underline;
}

.icw .main {
    font-style: normal;
    font-weight: 500;
    color: var(--cr-gray);
    
}

.icw .main strong {
    font-weight: 600;
}

.icw h1,.icw h2,.icw h3,.icw h4,.icw h5,.icw h6, .icw .h1,.icw .h2,.icw .h3,.icw .h4,.icw .h5,.icw .h6 {
    margin: 0 0 0.6em;
}

.icw h1,.icw h2,.icw h3,.icw h4,.icw h5,.icw h6, .icw .h1,.icw .h2,.icw .h3,.icw .h4,.icw .h5,.icw .h6, .icw h1 strong,.icw h2 strong,.icw h3 strong,.icw h4 strong,.icw h5 strong,.icw h6 strong, .icw .h1 strong,.icw .h2 strong,.icw .h3 strong,.icw .h4 strong,.icw .h5 strong,.icw .h6 strong {
    
    margin: 0;
}

.icw h1,.icw .h1 {
    font-weight: 500;
    line-height: 1.5em!important;
}

.icw h1 strong,.icw .h1 strong {
    font-weight: 600;
}

.icw h2,.icw .h2 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h2 strong,.icw .h2 strong {
    font-weight: 600;
}

.icw h3,.icw .h3 {
    font-weight: 500;
    line-height: 1.5em!important;
}

.icw h3 strong,.icw .h3 strong {
    font-weight: 600;
}

.icw h4,.icw .h4 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h4 strong,.icw .h4 strong {
    font-weight: 600;
}

.icw h5,.icw .h5 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h5 strong,.icw .h5 strong {
    font-weight: 600;
}

.icw h6,.icw .h6 {
    font-weight: 500;
    line-height: 1.5em;
}

.icw h6 strong,.icw .h6 strong {
    font-weight: 600;
}

.icw p {
    margin: 0 0 0.6em;
    line-height: 1.5em;
}

.icw p {
    
    font-size: 16px;
}

.icw p strong {
    font-weight: 600;
}

.icw p.desc {
    
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5 !important;
    margin: 0;
}

.icw p.desc strong {
    font-weight: 600;
}

.icw .text-semibold {
    font-weight: 600 !important;
}

.icw .text-medium {
    font-weight: 500 !important;
}

.icw .nw {
    white-space: nowrap !important;
}
.icw .mb-0 {
    margin-bottom: 0;
}
.icw ul li li {
    list-style: disc;
}

.icw .d-flex {
    display: flex !important;
}

.icw .head-list {
    text-align: left;
    width: fit-content;
    margin: auto;
}

.icw .caption {
    
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5em;
}

.icw .caption strong {
    font-weight: 600;
}

.icw a.link {
    
    font-weight: 600;
    color: var(--cr-green);
    text-decoration: underline;
}

.icw .f-18 {
    font-size: 18px !important;
    
}

.icw .f-20 {
    font-size: 20px !important;
    
}

.icw .mt-8 {
    margin-top: 8px !important;
}

@media screen and (min-width: 200px) {
    .icw h1,.icw .h1 {
        font-size: 28px;
        line-height: 1.5em;
    }

    .icw h2,.icw .h2 {
        font-size: 24px;
        line-height: 1.5em;
    }

    .icw h3,.icw .h3 {
        font-size: 20px;
        line-height: 1.5em;
    }

    .icw h4,.icw .h4 {
        font-size: 18px;
        line-height: 1.5em;
    }

    .icw h5,.icw .h5 {
        font-size: 16px;
        line-height: 1.5em;
    }

    .icw h6,.icw .h6 {
        font-size: 16px;
        line-height: 1.5em;
    }
}

@media screen and (min-width: 768px) {
    .icw h1,.icw .h1 {
        font-size: 42px;
        line-height: 1.5em;
    }

    .icw h2,.icw .h2 {
        font-size: 33px;
        line-height: 1.5em;
    }

    .icw h3,.icw .h3 {
        font-size: 26px;
        line-height: 1.5em;
    }

    .icw h4,.icw .h4 {
        font-size: 20px;
        line-height: 1.5em;
    }

    .icw h5,.icw .h5 {
        font-size: 18px;
        line-height: 1.5em;
    }

    .icw h6,.icw .h6 {
        font-size: 16px;
        line-height: 1.5em;
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .icw .ipad-d-flex {
        display: flex !important;
    }
}

/*============================== Hidden & Visible ===============================*/
.show-w1199 {
    display: none;
}

.show-w991 {
    display: none;
}

.show-w767 {
    display: none;
}

.show-w576 {
    display: none;
}

.show-w414 {
    display: none;
}

.show-w375 {
    display: none;
}

.show-w360 {
    display: none;
}

.show-w280 {
    display: none;
}

@media (max-width: 1199px) {
    .show-w1199 {
        display: block;
    }

    .hide-w1199 {
        display: none;
    }
}

@media (max-width: 991px) {
    .show-w991 {
        display: block;
    }

    .hide-w991 {
        display: none;
    }
}

@media (max-width: 767px) {
    .show-w767 {
        display: block;
    }

    .hide-w767 {
        display: none;
    }
}

@media (max-width: 576px) {
    .show-w576 {
        display: block;
    }

    .hide-w576 {
        display: none;
    }
}

@media (max-width: 414px) {
    .show-w414 {
        display: block;
    }

    .hide-w414 {
        display: none;
    }
}

@media (max-width: 375px) {
    .show-w375 {
        display: block;
    }

    .hide-w375 {
        display: none;
    }
}

@media (max-width: 360px) {
    .show-w360 {
        display: block;
    }

    .hide-w360 {
        display: none;
    }
}

@media (max-width: 280px) {
    .show-w280 {
        display: block;
    }

    .hide-w280 {
        display: none;
    }
}

/*============================== LAYOUT ===============================*/
.icw button, .icw input, .icw select, .icw textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    min-width: inherit;
    font: inherit;
    text-transform: none;
    text-align: left;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icw input::placeholder {
    color: #999;
}

.icw .container:before, .icw .container:after {
    content: '';
    display: table;
    clear: both;
}

.icw .container, .icw .container-xs, .icw .container-sm, .icw .container-md {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
}

.icw .container {
    max-width: 1172px;
}

.icw .container-xs {
    max-width: 830px;
}

.icw .container-sm {
    max-width: 930px;
}

.icw .container-md {
    max-width: 1030px;
}

.icw .a-left {
    text-align: left;
}

.icw .a-center {
    text-align: center;
}

.icw .a-right {
    text-align: right;
}

.icw .row-0 {
    margin: 0px;
}

.icw .row-0 > div {
    padding: 0px;
}

.icw .row-20 {
    margin: 0 -10px;
}

.icw .row-20 > div {
    padding: 0 10px;
}

.icw .row-flex {
    display: flex;
    flex-wrap: wrap;
}

.icw .row-flex.align-items-center {
    align-items: center;
}

.icw .row-flex > div {
    float: none;
}

.icw .row-flex > .col {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.icw .row-flex > .col-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.icw .row-flex > .col-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}

.icw .row-flex > .col-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.icw .item-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.icw .item-list:after {
    content: '';
    display: table;
    clear: both;
}

.icw .item-list > li {
    float: left;
}

.icw .section {
    position: relative;
}

.icw .section .sc-inner {
    position: relative;
}

@media screen and (min-width: 200px) {
    .section .sc-inner {
        padding: 48px 0;
    }
}

@media screen and (min-width: 768px) {
    .section .sc-inner {
        padding: 64px 0;
    }
}

/*============================== button ===============================*/
.icw .btn {
    padding: 0 32px;
    width: auto;
    min-width: 120px;
    
    font-weight: 600;
    border: 0;
    font-size: 16px;
    height: 48px;
    background: transparent;
    color: var(--cr-gray);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    transition: var(--tsition);
    line-height: 1.5em;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    z-index: +1;
    /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); */
}

.icw .btn:hover, .icw .btn:active:hover, .icw .btn.active:hover, .icw .btn:active:focus, .icw .btn.actitve:focus, .icw .btn:active.focus, .icw .btn.active.focus, .icw .btn:focus, .icw .btn:focus:hover, .icw .btn.focus:hover {
    color: var(--cr-gray);
    background-color: transparent;
    outline: 0;
    outline-offset: 0;
}

.icw .btn:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: var(--tsition);
    opacity: 0;
}

.icw .btn:hover:before {
    left: 0;
    opacity: 1;
}

.icw .btn.disabled, .icw .btn.disabled:hover {
    color: var(--cr-gray);
    background-color: transparent;
    border-color: var(--cr-border);
    opacity: 0.5;
}

.icw .btn.fluid {
    width: 100%;
    min-width: inherit;
}

.icw .btn.btn-primary {
    background: var(--cr-green);
    color: var(--cr-light);
    transition: all .8s,color .3s .3s;
}

.icw .btn.btn-primary:hover {
    background: var(--cr-green);
    color: var(--cr-light);
    border-color: var(--cr-green);
}

.icw .btn.btn-primary:before {
    background-color: #0BC160;
}

.icw .btn.btn-secondary {
    background: var(--cr-light);
    color: var(--cr-green);
}

.icw .btn.btn-secondary:hover {
    background: var(--cr-light);
    color: var(--cr-light);
}

.icw .btn.btn-secondary:before {
    background-color: var(--cr-green);
}

/*============================== swiper ===============================*/
.swiper-initialized .swiper-button-next, .swiper-initialized .swiper-button-prev, .swiper-initialized .swiper-button-next:before, .swiper-initialized .swiper-button-prev:before {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
}

.swiper-initialized:hover .swiper-button-next, .swiper-initialized:hover .swiper-button-prev, .swiper-initialized:hover .swiper-button-next:before, .swiper-initialized:hover .swiper-button-prev:before {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
}

.swiper-initialized:hover .swiper-button-next.swiper-button-disabled, .swiper-initialized:hover .swiper-button-prev.swiper-button-disabled, .swiper-initialized:hover .swiper-button-next.swiper-button-disabled:before, .swiper-initialized:hover .swiper-button-prev.swiper-button-disabled:before {
    pointer-events: visible;
    visibility: visible;
    opacity: 0.35;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 48%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .26);
    z-index: 1;
    font-size: 0;
    background-color: rgba(0,0,0,0.6);
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    transition: var(--tsition);
}

.swiper-button-next {
    right: 0px;
}

.swiper-button-prev {
    left: 0px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.swiper-button-next:before, .swiper-button-prev:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    top: 0;
    left: 2px;
    border-top: 2px solid var(--cr-light);
    border-left: 2px solid var(--cr-light);
    visibility: visible;
    transition: var(--tsition);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.swiper-button-next:before {
    left: -2px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction, .swiper-pagination {
    text-align: center;
    margin: 0;
    padding-top: 24px;
    position: relative;
    bottom: 0;
}

.swiper-pagination-bullet {
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    margin: 0 4px;
    border: none;
    background: #CCCCCC;
    outline: none;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    opacity: 1;
    transition: var(--tsition);
}

.swiper-pagination-bullet-active {
    background: #00A94F;
    border-color: #00A94F;
    opacity: 1;
    width: 24px;
}

@media screen and (max-width: 1024px) {
    .swiper-button-next, .swiper-button-prev {
        width: 35px;
        height: 35px;
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction, .swiper-pagination {
        padding-top: 24px;
    }
}

/*============================== visible&hidden  ===============================*/
.icw .visible-w1199 {
    display: none;
}

.icw .visible-w991 {
    display: none;
}

.icw .visible-w767 {
    display: none;
}

.icw .visible-w414 {
    display: none;
}

.icw .visible-w375 {
    display: none;
}

.icw .visible-w360 {
    display: none;
}

@media (max-width: 1199px) {
    .icw .visible-w1199 {
        display: block;
    }

    .icw .hidden-w1199 {
        display: none;
    }
}

@media (max-width: 991px) {
    .icw .visible-w991 {
        display: block;
    }

    .icw .hidden-w991 {
        display: none;
    }
}

@media (max-width: 767px) {
    .icw .visible-w767 {
        display: block;
    }

    .icw .hidden-w767 {
        display: none;
    }
}

@media (max-width: 414px) {
    .icw .visible-w414 {
        display: block;
    }

    .icw .hidden-w414 {
        display: none;
    }
}

@media (max-width: 375px) {
    .icw .visible-w375 {
        display: block;
    }

    .icw .hidden-w375 {
        display: none;
    }
}

@media (max-width: 360px) {
    .icw .visible-w360 {
        display: block;
    }

    .icw .hidden-w360 {
        display: none;
    }
}

/*============================== utitliy ===============================*/
.icw .mb-0 {
    margin-bottom: 0 !important;
}

.icw .mb-8 {
    margin-bottom: 8px !important;
}

.icw .mb-24 {
    margin-bottom: 24px !important;
}

.icw .pt-0 {
    padding-top: 0 !important;
}

.icw .pt-32 {
    padding-top: 32px !important;
}

.icw .pt-40 {
    padding-top: 40px !important;
}

.icw .pb-16 {
    padding-bottom: 16px !important;
}

@media screen and (min-width: 768px) {
    .icw .pt-md-48 {
        padding-top: 48px !important;
    }
}

/*############################ sc-calculator ###################################*/
@media screen and (min-width: 200px) {
    /*============================== sc-calc-default  ===============================*/
    .c-white{color: #fff !important;}
    .sc-calc-default .form fieldset {border: 0;margin: 0;padding: 0;}
    .sc-calc-default .field {width: 100%; display: inline-block; vertical-align: top;clear: both;}
    .sc-calc-default .row {margin-left: -16px; margin-right: -16px;}
    .sc-calc-default .row + .row{margin-top: 32px;}
    .sc-calc-default .row > div + div{margin-top: 32px;}
    .sc-calc-default .row:before, 
    .sc-calc-default .row:after {content: " ";display: table; clear: both;}
    .sc-calc-default .col-sm-6,
    .sc-calc-default .col-md-6 {padding-left: 16px; padding-right: 16px; float: left; position: relative; min-height: 1px; width: 100%;}

    .sc-calculator h2 {
        margin-bottom: 24px;
    }
    
    .sc-calculator .sc-headline h3.sc-heading {
        font-size: 42px;
        margin-bottom: 0px;
        line-height: 1.5em;
        font-weight: 600;
        color: #333;
    }

    .sc-calculator .sc-inner {
        padding-top: 48px;
    }
    #calculators-2 {
        padding-bottom: 38px;
    }

    /*============================== sc-calculator  ===============================*/
    .sc-calculator{background: #FAFAFA; overflow: hidden;}
    .sc-calculator .sc-inner{padding-bottom: 0;}
    .sc-calculator .sc-heading{text-align: center; margin-bottom: 24px;}
    .sc-calculator .sc-heading .title{margin-bottom: 0px; line-height: 1.5em;}
    .sc-calculator .sc-headline {margin-bottom: 30px;}
    .sc-calculator .sc-headline h3.sc-heading {line-height: 1.5;}
    .sc-calculator .sc-content {padding: 32px 0; background: white;border: none;border-top-left-radius: 15px;border-top-right-radius: 15px;}
    .sc-calculator .sc-content .sc-calculator-container {width: 100%;max-width: 920px;margin: auto;}
    .sc-calculator .sc-content .fields{max-width: 400px; margin: 0 auto;}
    .sc-calculator select.select2,
    .sc-calculator span.select2-selection__rendered,
    .sc-calculator .field input[type=text] {font-size: 16px;  font-weight: 600;color: #999; padding: 12px 16px; width: 100%; line-height: 1.5em;}
    .sc-calculator .field input[type=text]:focus,
    .sc-calculator .field input[type=text]:focus-visible{border-color: var(--cr-green); outline: none;}
    .sc-calculator select.select2,
    .sc-calculator span.select2-selection__rendered {padding: 12px 16px;}
    .sc-calculator .select2.disabled,
    .sc-calculator .select2-selection__rendered.disabled,
    .sc-calculator .select2-selection__placeholder {color: #8F8F8F;}
    .sc-calculator .select:after,
    .sc-calculator span.select2-selection__arrow b:before {color: #333333;right: 0;text-align: right;}
    .sc-calculator span.select2-selection__arrow b {text-align: right;}
    .sc-calculator .form input {border-radius: 48px; border: 1px solid #D7D7D7;}

    .sc-calculator .field label { font-size: 13px; font-weight: 600; line-height: 1.5em; color: #333; margin-bottom: 4px; padding-left: 16px; display: block;}
    .sc-calculator .field label > span {font-size: 13px; font-weight: 500; color: #999999;}
    .sc-calculator .field .input.border-bottom {border-bottom: solid 0px #E0E0E0;}

    /*============================== popup-lightbox-style  ===============================*/
    .popup-lightbox-style .mfp-container {padding: 15px 20px;}
    .popup-lightbox-style .mfp-content {position: relative;overflow: visible;width: 420px;max-width: 100%;background: #fff;border-top: 3px solid #00A850; border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
    .popup-lightbox-style .modal-dismiss{display: flex; align-items: center; justify-content: center; width: 40px;height: 40px;line-height: 40px;border-radius: 50%;background: #00A850; color: #fff;text-align: center;position: absolute;top: -15px;right: -15px;z-index: 1;}
    .popup-lightbox-style .modal-dismiss .ic,
    .popup-image-style .mfp-image-holder .mfp-close:after {font-size: 13px; font-weight: bold;}
    .popup-lightbox-style .modal-dismiss .ic {position: relative;top: -2px; right: -1px;}
    .garage-lightbox {padding: 16px;text-align: center;}

    .garage-lightbox .ic-close:before {font-family: "icokbank";position: relative;left: -1px;top: 2px;}
    .garage-lightbox h3 {margin: 0;}
    .garage-lightbox {text-align: left;} 
}

@media screen and (min-width: 768px) { 
    .sc-calculator h2 {
        margin-bottom: 24px;
    }
    .sc-calculator .sc-inner {
        padding-top: 64px;
    }
    #calculators-2 {
        padding-bottom: 54px;
    }
    .sc-calculator .sc-heading{margin-bottom: 40px;}
    .sc-calculator .sc-content {padding: 32px;}

    .sc-calculator-result h3.sc-heading {font-size: 26px;}
    .sc-calculator-result .sc-content {padding-bottom: 70px;}


    .garage-lightbox {padding: 50px 30px;}
}
@media screen and (min-width: 992px) {
    .sc-calc-default .row > div + div{margin-top: 0px;}
    .sc-calc-default .col-sm-6{width: 50%;}
    .sc-calc-default .col-md-6 {width: 50%;}

    .sc-calculator .sc-content {padding: 40px 114px 64px;}
    .sc-calculator .sc-content .fields{max-width: inherit;}

    .sc-calculator-result .sc-headline {margin-bottom: 50px;}
}
@media screen and (min-width: 1200px) {
}
@media screen and (max-width: 767px) {
    .sc-calculator .sc-content {
        background: transparent;
    }
}

/*============================== sc-calculator-result  ===============================*/
.sc-calculator-result{background: #FAFAFA; overflow: hidden;}
.sc-calculator-result .sc-inner{padding-top: 0;}

.sc-calculator-result .sc-action {position: relative; padding: 32px; background: url('/SiteCollectionDocuments/personal/loan/HomeLoan/specialoccupation/img/bg-calculate.jpg') no-repeat center; background-size: cover;
    border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;
}
.sc-calculator-result .sc-action.active {border-radius: 0;}
.sc-calculator-result .sc-action .btn{width: 100%;max-width: 212px; margin: auto; border-radius: 8px; background: #00A94F; color: #fff; height: 40px; line-height: 40px;}
.sc-calculator-result .sc-action .btn:hover, 
.sc-calculator-result .sc-action .btn:active:hover, 
.sc-calculator-result .sc-action .btn.active:hover, 
.sc-calculator-result .sc-action .btn:active:focus, 
.sc-calculator-result .sc-action .btn.actitve:focus, 
.sc-calculator-result .sc-action .btn:active.focus, 
.sc-calculator-result .sc-action .btn.active.focus, 
.sc-calculator-result .sc-action .btn:focus, 
.sc-calculator-result .sc-action .btn:focus:hover, 
.sc-calculator-result .sc-action .btn.focus:hover{background-color: #0BC160;}
.sc-calculator-result .sc-action .btn:hover{background: #00A94F; color: #fff;}

.sc-calculator-result .sc-content {position: relative;background: #78B5A2;padding: 50px 30px;border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;}
.sc-calculator-result .sc-content:before {content: "";display: block;width: 14px;height: 14px;position: absolute;left: calc(50% - 7px);top: -7px;background: #c7f3d0;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sc-calculator-result .sc-headline {margin-bottom: 30px;}
.sc-calculator-result h3.sc-heading {font-size: 20px; line-height: 1.5; font-weight: 600;}

.sc-calculator-result .form {width: 100%;max-width: 730px;margin: auto;}
.sc-calculator-result .form fieldset,
.sc-calculator-result .form .fields,
.sc-calculator-result .form .field,
.sc-calculator-result .form .fields .row:first-child,
.sc-calculator-result .form .fields .row:first-child .col {margin: 0;}
.sc-calculator-result .fields .row:first-child > .col {background: white;padding: 20px 40px;height: 218px;}
.sc-calculator-result .fields .row:first-child > .col:first-child {margin-left: -3px;margin-right: 3px;}
.sc-calculator-result .fields .row:first-child > .col:last-child {margin-left: 3px;margin-right: -3px;overflow: hidden;}
.sc-calculator-result .field input[type=text] {font-size: 20px;  font-weight: 600; color: #17A94E;}
.sc-calculator-result .form input {padding: 12px 1px 12px 16px; border-radius: 48px; width: 100%;}
.sc-calculator-result .field label {font-size: 16px; font-weight: 500;  line-height: 1.5;}
.sc-calculator-result .field label > span {font-size: 16px; font-weight: 500;  color: #999999;}
.sc-calculator-result .field .input.border-bottom {border-bottom: solid 1px #E0E0E0;}

.sc-calculator-result .u-range-slider {margin-top: 25px; height: 8rem;}
.sc-calculator-result .u-range-slider-indicator.u-range-slider-grid .irs {height: 8rem;margin-top: -24px;}
.sc-calculator-result .u-range-slider .irs-slider {width: 30px;height: 30px;background-size: 30px;background-repeat: no-repeat;cursor: pointer;border-radius: 50%;
    -webkit-box-shadow: 0 0.1875rem 0.75rem rgba(140, 152, 164, 0.3125);
    box-shadow: 0 0.1875rem 0.75rem rgba(140, 152, 164, 0.3125);
}
.sc-calculator-result .u-range-slider .irs-slider {top: 26px; background-image: url('/SiteCollectionDocuments/personal/loan/HomeLoan/img/calculator-result/slider.png');}
.sc-calculator-result .u-range-slider .irs-line {background: #E7EAF3; top: 3.875rem;border-radius: 10px; height: 6px;}
.sc-calculator-result .u-range-slider .irs-min,
.sc-calculator-result .u-range-slider .irs-max,
.sc-calculator-result .u-range-slider .irs-single,
.sc-calculator-result .u-range-slider-grid .irs-grid-pol.small{display: none;}
/* .sc-calculator-result .u-range-slider-step .irs-line,
.sc-calculator-result .u-range-slider-step .irs-line > span,
.sc-calculator-result .u-range-slider-step .irs-bar,
.sc-calculator-result .u-range-slider-step .irs-bar-edge {background: #96E6A8;} */
/* .sc-calculator-result .u-range-slider .irs-line .irs-line-left {width: 15px;}
.sc-calculator-result .u-range-slider .irs-grid > span {transition: transform 200ms;} */

/* .sc-calculator-result .u-range-slider-step {margin-top: 75px;}
.sc-calculator-result .u-range-slider-step .irs:before {content: "";width: 800px;height: 100px;position: absolute;background: #96E6A8;left: -80px;top: 38px;}
.sc-calculator-result .u-range-slider-step .irs-slider.single svg {position: absolute;width: 150px;top: -3px;left: -15px;z-index: 9;}
.sc-calculator-result .u-range-slider-step .irs-slider.single img {position: absolute;z-index: 10;}
.sc-calculator-result .u-range-slider-step .irs-grid {top: 0;} */

.sc-calculator-result .fields .row:last-child {margin-left: -3px;margin-right: -3px;margin-top: 6px;}
.sc-calculator-result .fields .row:last-child .col {background: #299774;color: white;padding: 30px 10px;}
.sc-calculator-result .fields .row:last-child .col:first-child:after {content: "";position: absolute;width: 1px;height: 60%;top: 20%;right: 0;border-right: solid 1px rgba(255, 255, 255, 0.3);}
.sc-calculator-result .fields .row:last-child .col label,
.sc-calculator-result .fields .row:last-child .col p {text-align: center; color: #fff;  font-weight: 500;}
.sc-calculator-result .fields .row:last-child .col label {font-size: 16px; display: block;}
.sc-calculator-result .fields .row:last-child .col p {font-size: 28px; margin: 0; font-weight: 600; line-height: 1.5em;}
.sc-calculator-result .fields .row:first-child .col:first-child {border-top-left-radius: 10px;}
.sc-calculator-result .fields .row:first-child .col:last-child {border-top-right-radius: 10px;}
.sc-calculator-result .fields .row:last-child .col:first-child {border-bottom-left-radius: 10px;}
.sc-calculator-result .fields .row:last-child .col:last-child {border-bottom-right-radius: 10px;}


.sc-calculator-result .remark {font-size: 13px; line-height: 1.5em; margin-top:40px;}
.sc-calculator-result .remark p{font-size: 13px; margin-bottom: 8px; font-weight: 600; color: #333; }
.sc-calculator-result .remark ul {margin-left: 20px; padding: 0;}
.sc-calculator-result .remark ul li {list-style: disc; font-weight: 500; color: #666; }

.sc-calculator-result .u-range-slider .irs-grid > span {
    transform: translateY(0px) !important;
}
.sc-calculator-result .u-range-slider .irs-grid > span {
    transition: transform 200ms;
}
.sc-calculator-result .u-range-slider-step .irs-grid {
    top: unset;
}

.u-range-slider-grid .irs-grid-pol {
    height: 5px;
    background-color: #465968;
    top: -6px;
}

.u-range-slider-grid .irs-grid-text {
    display: inline-block;
    min-width: 2.5rem;
    line-height: 1.5;
    font-size: 13px !important;
    color: #999 !important;
    border-radius: 6.1875rem;
    padding: 0.25rem;
    bottom: 5px;
    font-weight: unset !important;
}

/* Range Slider -START */
.u-range-slider {
    height: 1.25rem;
}

.u-range-slider .irs {
    height: 1.25rem;
}

.u-range-slider .irs-line {
    top: .5rem;
    height: 6px;
    background-color: #465968;
}

.u-range-slider .irs-line-left {
    left: 0;
    height: 6px;
    background-color: #465968;
}

.u-range-slider .irs-line-mid {
    height: 6px;
    background-color: #e7eaf3;
    left: 3%;
    width: 86%;
}

.u-range-slider .irs-line-right {
    right: 0;
    height: 6px;
    background-color: #e7eaf3;
    border-top-right-radius: 6.1875rem;
    border-bottom-right-radius: 6.1875rem;
}

.u-range-slider .irs-bar {
    top: .5rem;
    height: 6px;
    background-color: #465968;
}

.u-range-slider .irs-bar-edge {
    top: .5rem;
    left: .0625rem;
    height: 6px;
    width: 1.5rem;
    border-top-left-radius: 6.1875rem;
    border-bottom-left-radius: 6.1875rem;
    background-color: #465968;
}

.u-range-slider .irs-slider {
    top: -.1875rem;
    width: 30px;
    height: 30px;
    background-image: url(../../../SiteCollectionDocuments/assets/img/garage/calculator-button-bar.png);
    background-size: 30px;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 0.1875rem 0.75rem rgba(140, 152, 164, 0.3125);
    box-shadow: 0 0.1875rem 0.75rem rgba(140, 152, 164, 0.3125);
}

.u-range-slider .irs-slider.state_hover {}

.u-range-slider .irs-from,
.u-range-slider .irs-to,
.u-range-slider .irs-single {
    display: inline-block;
    min-width: 2.5rem;
    background-color: #fff;
    color: #1e2022;
    font-size: 0.875rem;
    text-shadow: none;
    text-align: center;
    border-radius: 0.3125rem;
    -webkit-box-shadow: 0 0 35px rgba(140, 152, 164, 0.125);
    box-shadow: 0 0 35px rgba(140, 152, 164, 0.125);
    padding: .5rem;
}

.u-range-slider .irs-single {
    display: none;
}

/* Indicator */
.u-range-slider-indicator {
    height: 5rem;
}

.u-range-slider-indicator .irs {
    height: 5rem;
}

.u-range-slider-indicator.u-range-slider-grid {
    height: 8rem;
}

.u-range-slider-indicator.u-range-slider-grid .irs {
    height: 8rem;
    margin-top: -24px;
}

.u-range-slider-indicator .irs-line {
    top: 3.875rem;
    border-radius: 10px;
}

.u-range-slider-indicator .irs-bar {
    top: 3.875rem;
}

.u-range-slider-indicator .irs-bar-edge {
    top: 3.875rem;
}

.u-range-slider-indicator .irs-slider {
    top: 24px;
}

/* Grid */
.u-range-slider-grid {
    height: 4.5rem;
}

.u-range-slider-grid .irs {
    height: 4.5rem;
}

.u-range-slider-grid .irs-grid {
    height: 2.5rem;
}

.u-range-slider-grid .irs-grid-text {
    display: inline-block;
    min-width: 2.5rem;
    line-height: 1;
    font-size: 13px;
    color: #999;
    border-radius: 6.1875rem;
    padding: 0.25rem;
    bottom: 5px;
}

.u-range-slider-grid .irs-grid-text.current {
    background: rgba(55, 125, 255, 0.1);
    color: #377dff;
}

.u-range-slider-grid .irs-grid-pol {
    height: 5px;
    background-color: #465968;
    top: -6px;
}

.u-range-slider-grid .irs-grid-pol.small {
    display: none;
}

.loan-nt-bar .u-range-slider-grid .irs-grid-text.js-grid-text-1,
.loan-nt-bar .u-range-slider-grid .irs-grid-text.js-grid-text-2,
.loan-nt-bar .u-range-slider-grid .irs-grid-text.js-grid-text-3 {
    visibility: hidden !important;
}

.loan-nt-bar .u-range-slider-grid span:nth-child(7),
.loan-nt-bar .u-range-slider-grid span:nth-child(13),
.loan-nt-bar .u-range-slider-grid span:nth-child(19) {
    display: none !important;
}

/* Range Slider - End */

@media screen and (max-width: 991px) {
    .sc-calculator-result .fields .row:last-child,
    .sc-calculator-result .fields .row:first-child > .col:first-child,
    .sc-calculator-result .fields .row:first-child > .col:last-child {margin-left: 0;margin-right: 0;}
    .sc-calculator-result .fields .row:first-child .col {padding: 20px 15px;}
    .sc-calculator-result .fields .row:first-child .col:not(:last-child) {margin-bottom: 6px;}
    .sc-calculator-result .fields .row:last-child .col:first-child:after {display: none;}
    .sc-calculator-result .fields .row:last-child .col:first-child:before {content: "";position: absolute;width: 80%;height: 1px;left: 10%;bottom: 0;border-bottom: solid 1px rgba(255, 255, 255, 0.3);}
    .sc-calculator-result .fields .row:first-child .col:first-child {border-top-left-radius: 10px;border-top-right-radius: 10px;height: 200px;}
    .sc-calculator-result .fields .row:first-child > .col:last-child {height: 180px;}
    .sc-calculator-result .fields .row:last-child .col:first-child {padding-bottom: 20px;}
    .sc-calculator-result .fields .row:last-child .col:last-child {border-bottom-right-radius: 10px !important; border-bottom-left-radius: 10px !important;padding-top: 20px;}
    .sc-calculator-result .fields .row:first-child .col:last-child,
    .sc-calculator-result .fields .row:last-child .col:first-child {border-radius: 0;}
}
@media screen and (max-width: 767px) {
    .sc-calculator-result .sc-action {background: url('/SiteCollectionDocuments/personal/loan/HomeLoan/specialoccupation/img/bg-calculate-m.jpg') no-repeat center; margin: 0 -16px;}
    .sc-calculator-result .remark{margin-top: 32px;}

    .sc-calculator-result .fields .row:last-child .col:last-child{margin-top: 0;}
}

.sc-calculator-result .u-range-slider .irs-line .irs-line-left, .u-range-slider .irs-bar, .u-range-slider-indicator .irs-bar-edge {
    background: #88CB78 !important;
}

.sc-calculator-result .u-range-slider-step .irs-slider.single svg {
    display: none;
}

/*============================== tab ===============================*/
.tab-control{position: relative; height: 40px; position: relative; margin-bottom: 0px;}
.tab-control:before{content: ''; position: absolute; height: 1px; left: 0; bottom: -1px; right: 0; 
    background-color: #DBDBDB; border-radius: 50px; z-index: 4;
}
.tab {position: relative; z-index: 3;}
.tab .control{display: flex; flex-wrap: nowrap; justify-content: center; gap: 48px;}
.tab .control a {display: flex; justify-content: center; align-items: center; height: 40px; line-height: 1.5; white-space: nowrap;
    font-weight: 600; font-size: 16px; color: var(--cr-gray);text-align: center; position: relative; z-index: 1; text-decoration: none; transition: var(--tsition);
}
.tab .control a.active {color:var(--cr-green); font-weight: 600; pointer-events: none;}
.tab .selector {height: 5px; background-color: var(--cr-green); position: absolute;
    left: 0;bottom: 0;z-index: 0; border-radius: 0;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    -o-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    transition-timing-function: cubic-bezier(.42, 0, .58, 1);
}
.tab.active{overflow: visible;}
.tab.active .control {display: block; flex-wrap: inherit; width: auto; margin-left: -16px; margin-right: -41px;
    position: relative; z-index: 1; top: 40px; padding: 15px 5px; background-color: #f4f4f4;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.tab.active .control a {display: inline-flex; height: auto; padding: 8px 32px; border: 1px solid #ddd;
    border-radius: var(--radius); background-color: var(--cr-light); margin: 4px; color: #999;
}
.tab.active .control a.active {border-color: var(--cr-green); color: var(--cr-green);}

.tab-content {position: relative;opacity: 0;height: 0;overflow: hidden;visibility: hidden; display: block; transition: var(--tsition);}
.tab-content.active {opacity: 1;height: auto;overflow: visible;visibility: visible;}

.sc-application-details ul > li small {
    font-size: 13px;
    line-height: 1.5;
}
.sc-application-details ul > li:has(small) {
    line-height: 1.5;
    margin-top: 4px;
    margin-bottom: 4px;
}

.sc-product-info .tab-content .body .h4 {margin-bottom: 8px; color: #333;}

.mb-32 {margin-bottom: 32px;}

@media screen and (max-width: 767px) {
    ::-webkit-scrollbar {display: none;}
    .sc-product-info .tab-content .body .h4 {margin-bottom: 16px;}
}

/*============================== tab2 ===============================*/
.tab-control2{position: relative; height: 35px; position: relative; margin-bottom: 24px;}
.tab-control2:before{content: ''; position: absolute; height: 2px; left: 0; bottom: 0; right: 0; 
    background-color: #DBDBDB; border-radius: 50px; z-index: 4;
}
.tab-control2:after{content: ''; position: absolute; z-index: 3; top: 0; right: 24px; bottom: 0; width: 70px;
    background: linear-gradient(135deg, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 90%); pointer-events: none;
}
.tab-control2 .timebar{position: absolute; z-index: 5; left: 0; bottom: 0px; height: 2px; 
    background-color: #BCBCBC; transition: 0ms ease-in-out; border-radius: 50px;
}
.tab2 {position: relative; z-index: 3; overflow: auto; margin-right: 40px; border-bottom: 0px solid var(--cr-border);}
.tab2 .control2{display: flex; flex-wrap: nowrap; justify-content: space-between; padding-right: 30px; gap: 16px; width: 100vw;}
.tab2 .control2 a {display: flex; justify-content: center; align-items: center; height: 33px; line-height: 1.5; white-space: nowrap;
    font-weight: 600; font-size: 16px; color: var(--cr-gray);text-align: center; position: relative; z-index: 1; 
    border-bottom: 3px solid transparent; margin-bottom: 0px; text-decoration: none;
}
.tab2 .control2 a.active {color:var(--cr-green); font-weight: 600; pointer-events: none; border-bottom-color:var(--cr-green);}
.tab2 .selector2 {display: none; height: 5px; background-color: var(--cr-green); position: absolute;
    left: 0;bottom: 0;z-index: 0; border-radius: 0;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    -o-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    transition-timing-function: cubic-bezier(.42, 0, .58, 1);
}
.tab2.active{overflow: visible;}
.tab2.active .control2 {display: block; flex-wrap: inherit; width: auto; margin-left: -15px; margin-right: -70px;
    position: relative; z-index: 1; top: 40px; padding: 15px 5px; background-color: #F0FAF7;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.tab2.active .control2 a {display: inline-flex; height: auto; padding: 10px 15px; border: 1px solid #ddd;
    border-radius: var(--radius); background-color: var(--cr-light); margin: 5px; color: var(--cr-gray);
}
.tab2.active .control2 a span{border: 0; line-height: 1.5em;}
.tab2.active .control2 a.active {border-color: var(--cr-green); color: var(--cr-green);}

.action-dropdown{display: flex; position: absolute; z-index: 4; top: 0; right: 0; width: 25px; height: 32px;
    border-left: 1px solid #E5E5E5; align-items: center; justify-content: flex-end;
}
.action-dropdown .link{display: block; position: relative; width: 25px; height: 32px; font-size: 13px; line-height: 1.5; text-align: right;}
.action-dropdown .link:before{content: ""; position: absolute; width: 12px; height: 12px; 
    transition: var(--tsition); transform: rotate(135deg); top: -10px; right: 0; bottom: 0; margin: auto;
    border-top: 1px solid var(--cr-dark); border-right: 1px solid var(--cr-dark);
}
.action-dropdown .link.active:before{transform: rotate(-45deg); top: 5px;}

.tab-dropdown{position: absolute; z-index: 2; top: 0px; left: 0; right: 0;  opacity: 0; visibility: hidden; transition: var(--tsition);}
.tab-dropdown.active{opacity: 1; visibility: visible; }
.tab-dropdown .txt{ font-weight: 500; font-size: 16px; color: var(--cr-gray); line-height: 1.5;}

.tab-content2 {position: relative;opacity: 0;height: 0;overflow: hidden;visibility: hidden; display: block; transition: var(--tsition);}
.tab-content2.active {opacity: 1;height: auto;overflow: visible;visibility: visible;}

@media screen and (max-width: 767px) {
    ::-webkit-scrollbar {display: none;}
}
@media screen and (min-width: 768px) {
    .tab-control2{height: 35px;}
    .tab-control2:before{display: block;}
    .tab-control2:after{display: block;}
    .tab2{overflow: auto; margin-right: 25px; border-bottom: 1px solid #D9DCDF; padding-right: 30px;}
    .tab2 .control2{flex-wrap: nowrap; justify-content: space-between; display: flex; padding-right: 24px; gap: 16px; width: 100vw;}
    .tab2 .control2 a {white-space: nowrap; border-bottom: 0;}
    .tab2 .control2 a {color: var(--cr-gray);}
    .tab2 .control2 a span{display: block; border-bottom: 3px solid transparent; line-height: 1.5em; padding-bottom: 7px;}
    .tab2 .control2 a.active {color:var(--cr-green);}
    .tab2 .control2 a.active span{border-block-color: var(--cr-green);}
    .tab2 .control2 a:last-child{padding-right: 20px;}
    .tab2.active .control2 a span{padding-bottom: 0px;}

    .tab-control2 {height: auto;margin: 0;}
    .tab-control2:before{display: none;}
    .tab-control2:after{display: none;}
    .tab2 {overflow: visible;margin-right: 0;}
    .tab2 .selector2 {display: block;}
    .tab2 .control2 {justify-content: center;width: auto;padding-right: 0; gap: 48px;}
    .tab2 .control2 a.active span{border-block-color: transparent;}
    .action-dropdown{display: none;}
    .tab-dropdown{display: none;}
    .tab-control2{margin-bottom: 40px;}

    .tab2 .control2 a {height: 40px;}
    .tab2 .control2 a span{padding-bottom: 8px;}
    .tab2 .control2 a:last-child{padding-right: 0px;}
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
}

/*############################ select2 ###################################*/
.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.select2-container {
    position: relative;
    display: block;
    margin: 0;
    width: 100% !important;
}

.select2-dropdown {
    background: var(--cr-light);
    display: block;
    position: absolute;
    width: 100%;
    z-index: 2;
    -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-dropdown {
    border: 1px solid #D7D7D7;
    border-top: 0;
    border-radius: 0 0 25px 25px;
    box-shadow: 0 5px 6px rgba(0, 0, 0, .1);
}

.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, .select2-container--default.select2-container--focus:not(.select2-container--disabled) .select2-selection--single {
    background-color: var(--cr-light);
    border-color: var(--cr-green);
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--open .select2-dropdown--below {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--open .select2-dropdown {
    left: 0;
    overflow: hidden;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-container .select2-results {
    display: block;
}

.select2-container .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 25vh;
    overflow-y: auto;
    background-color: var(--cr-light);
    color: #aaa;
}

.select2-container .select2-results__option {
    margin: 0;
    font-size: 16px;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-container .select2-results__option {
    padding: 13px 8px 13px 16px;
    border: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--cr-green);
    color: var(--cr-light);
}

.select2-selection__rendered {
    border-radius: 25px;
    border: none;
    margin: 0;
    width: 100%;
    height: 48px;
    padding-left: 16px;
    padding-top: 0;
    padding-right: 36px;
    background-color: var(--cr-light);
    color: var(--cr-green);
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #D7D7D7;
    line-height: 46px;
    text-align: left;
    display: block;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
}

.select2-container--open .select2-selection__rendered {
    border-radius: 25px 25px 0 0;
    border-color: var(--cr-green);
    border-bottom-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 12px;
    width: 12px;
    right: 24px;
    top: 15px;
    margin: 0;
    pointer-events: none;
    border-top: 1px solid var(--cr-dark);
    border-right: 1px solid var(--cr-dark);
    display: block;
    position: absolute;
    transition: transform 0.3s ease-out;
    transform: rotate(135deg);
}

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(-45deg);
    top: 22px;
}

.select-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

/*########################### mCustomScrollbar ###################################*/
.mCustomScrollbar {
    touch-action: initial;
}

.mCSB_scrollTools .mCSB_draggerContainer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    margin: auto;
    margin: 0;
    height: 3px;
    background-color: #ebebeb;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    /* margin-bottom: 0; */
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    /* top: 0; */
    /* height: 3px; */
    opacity: 1;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 15px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 3px;
    margin: 0px auto;
    background-color: #00A94F;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 0px;
    margin: 0;
}

@media screen and (max-width: 991px) {
    /* .mCSB_horizontal.mCSB_inside > .mCSB_container{margin-top: 24px;} */
}

/*############################ hint-scroll ###################################*/
.hint-scroll {
    display: none;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: var(--cr-dark);
    margin-bottom: 16px;
}

.hint-scroll .icon-swipe {
    font-size: 32px;
    color: var(--cr-green);
}

.hint-scroll .txt {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 500;
    
    line-height: 1.5;
    color: var(--cr-dark);
}

@media screen and (max-width: 1200px) {
    .hint-scroll {
        display: flex;
    }
}

/*#######################################################################*/
/*================================ PAGE =================================*/
/*#######################################################################*/
/*############################ section-highlight-banner  ###################################*/
@media screen and (min-width: 200px) {
    .section-highlight-banner {
        position: relative;
        overflow: hidden;
    }

    .section-highlight-banner .swiper-pagination {
        position: absolute;
        padding: 0;
        bottom: 3%;
        right: 0;
        left: 0;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .section-highlight-banner .swiper-pagination {
        bottom: 5.5%;
        right: 10%;
        left: auto;
        width: auto;
    }
}

@media screen and (min-width: 992px) {
    .section-highlight-banner .swiper-pagination {
        bottom: 6.5%;
        right: 10%;
    }
}

@media screen and (min-width: 1200px) {
    .section-highlight-banner .swiper-pagination {
        bottom: 7.5%;
        right: 11%;
    }
}

/*############################ sc-highlight ###################################*/
@media screen and (min-width: 200px) {
    .sc-highlight {
        background: #F0F9F6;
    }

    .sc-highlight .sc-heading {
        text-align: center;
        margin-bottom: 24px;
    }

    .sc-highlight .sc-heading .title {
        margin-bottom: 8px;
        line-height: 1.5em;
    }

    .sc-highlight .sc-heading .desc {
        margin-bottom: 0px;
        line-height: 1.5em;
    }

    .sc-highlight .sc-heading .sub-text {
        color: #333;
        
        font-size: 20px;
        font-weight: 500;
        line-height: 1.5;
        margin-top: 8px;
    }

    .sc-highlight .item-list {
        /* margin: -8px; */
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        list-style: none;
    }

    .sc-highlight .item-list > li:first-child {
        grid-column: span 2;
    }

    .sc-highlight .item-list > li:not(:first-child) {
        padding-top: 56px;
    }

    /* .sc-highlight .item-list > li {
        padding: 56px 8px 8px 8px;
    } */

    /* .sc-highlight .item-list > li:last-child{width: calc(100%); padding-top: 24px;}
    .sc-highlight .item-list > li:last-child .wrapper .thumb{position: absolute; right: 0; bottom: 0; width: 156px; top: auto; left: auto;}
    .sc-highlight .item-list > li:last-child .wrapper .content{padding: 16px; height: 163px; display: flex; flex-direction: column; justify-content: space-between;} */
    .sc-highlight .wrapper {
        position: relative;
        display: block;
        border-radius: var(--radius);
    }

    .sc-highlight .wrapper.bgI {
        background: #0A6A60;
    }

    .sc-highlight .wrapper.bgII {
        background: #6ABA55;
    }

    .sc-highlight .wrapper.bgIII {
        background: #3BA9B2;
    }

    .sc-highlight .wrapper.bgIV {
        background: #26966E;
    }

    .sc-highlight .wrapper.bgV {
        background: #006B4E;
    }

    .sc-highlight .wrapper .thumb {
        position: absolute;
        right: 0;
        left: 0;
        width: 156px;
        top: -56px;
        margin: auto;
    }

    /* .sc-highlight li:first-child .wrapper .thumb {
        top: auto;
        bottom: 0;
        left: auto;
    } */

    .sc-highlight .wrapper .content {
        padding: 56px 16px 16px 16px;
        height: 236px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    /* .sc-highlight li:first-child .wrapper .content {
        padding: 16px 16px 16px 16px;
        height: 170px;
    } */

    .sc-highlight .wrapper .content .txt {
        color: var(--cr-light);
    }

    .sc-highlight .wrapper .content .txt .show-w767 {
        display: inline;
    }

    .sc-highlight .wrapper .content .desc {
        color: var(--cr-light);
        text-decoration: underline;
        font-weight: 600;
        
    }

    .sc-highlight .note {
        border-radius: 8px;
        background: var(--cr-light);
        padding: 24px;
        margin-top: 32px;
    }

    .sc-highlight .note p {
        
        font-size: 13px;
        color: var(--cr-gray);
        line-height: 1.5em;
        margin: 0;
    }

    .sc-highlight .note ul {
        
        font-size: 13px;
        color: var(--cr-gray);
        line-height: 1.5em;
        margin: 0;
        padding: 0;
    }

    .sc-highlight .note ul > li {
        position: relative;
        padding-left: 1.2em;
        list-style: none;
    }

    .sc-highlight .note ul > li:before {
        content: '-';
        position: absolute;
        top: 0;
        left: 2px;
    }
}

@media screen and (min-width: 768px) {
    .sc-highlight .sc-heading {
        margin-bottom: 40px;
    }

    .sc-highlight .item-list {
        /* margin: -12px; */
        grid-template-columns: repeat(6, 1fr);
        gap: 24px;
    }

    .sc-highlight .item-list > li:nth-child(1),
    .sc-highlight .item-list > li:nth-child(2) {
        grid-column: span 3;
    }
    
    .sc-highlight .item-list > li:nth-child(3),
    .sc-highlight .item-list > li:nth-child(4),
    .sc-highlight .item-list > li:nth-child(5) {
        grid-column: span 2;
    }

    .sc-highlight .item-list > li:not(:first-child) {
        padding-top: unset;
    }

    /* .sc-highlight .item-list > li {
        padding: 12px;
    } */

    /* .sc-highlight .item-list > li:last-child {
        padding-top: 12px;
    } */

    .sc-highlight .wrapper .thumb {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 156px;
        top: auto;
        left: auto;
    }

    .sc-highlight .wrapper .content {
        padding: 16px;
        height: 163px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .sc-highlight li:first-child .wrapper .content {
        padding: 16px;
        height: 163px;
    }

    .sc-highlight .wrapper .content .txt .show-w767 {
        display: none;
    }

    .sc-highlight .note {
        margin-top: 40px;
    }
}

/* @media screen and (min-width: 992px) {
    .sc-highlight .item-list > li {
        width: calc(100%/3);
    }

    .sc-highlight .item-list > li:last-child {
        width: calc(100%/3);
    }

    .sc-highlight .item-list > li:nth-child(1) {
        width: calc(100%/3);
    }

    .sc-highlight .item-list > li:nth-child(2) {
        width: calc(100%/3);
    }
} */

@media screen and (min-width: 1200px) {
}

/*############################ sc-product-info ###################################*/
@media screen and (min-width: 200px) {
    .sc-product-info {
        background: #fff;
        overflow: hidden;
    }

    .sc-product-info .sc-heading {
        text-align: center;
        margin-bottom: 24px;
    }

    .sc-product-info .sc-heading .title {
        margin-bottom: 0px;
        line-height: 1.5em;
    }

    .sc-product-info .sc-content {
        position: relative;
    }

    .sc-product-info .tab-control {
        margin-bottom: 32px;
    }

    .sc-product-info .tab .control {
        gap: 16px;
    }

    .sc-product-info .head {
        text-align: center;
        margin-bottom: 24px;
    }

    .sc-product-info .head:not(:first-of-type) {
        margin-top: 48px;
    }

    .sc-product-info .head .h-title {
        font-size: 16px;
        margin: 0;
        line-height: 1.5em;
        color: var(--cr-dark);
        margin-bottom: 8px;
    }

    .sc-product-info .body {
        position: relative;
    }

    .sc-product-info #loan-type .table tr:nth-child(odd) {
        background: #fafafa;
    }

    .sc-product-info .table {
        overflow: hidden;
        padding: 0;
        margin: 0;
        width: 100%;
        border-spacing: 0;
        border: 0.5px solid #E8E8E8;
        border-radius: 8px;
        min-width: 1300px;
    }

    .sc-product-info .table.-tableI {
        min-width: 650px !important;
    }

    .sc-product-info .table th, .sc-product-info .table td {
        padding: 8px 16px;
        background-color: #fff;
        border: 0.5px solid #E8E8E8;
        color: var(--cr-gray);
        text-align: center;
        line-height: 1.5;
        font-size: 13px;
    }

    .sc-product-info .table tr:first-child th:first-child {
        border-top-left-radius: 8px;
    }

    .sc-product-info .table tr:first-child th:last-child {
        border-top-right-radius: 8px;
    }

    .sc-product-info .table tr:last-child td:first-child {
        border-bottom-left-radius: 0;
    }

    .sc-product-info .table tr:last-child td:last-child {
        border-bottom-right-radius: 8px;
    }

    .icw .sc-product-info .table .bg {
        background-color: var(--cr-green) !important;
        color: var(--cr-light);
        font-weight: 400;
    }

    .sc-product-info p.download-text {
        line-height: 1.5em;
        
        font-weight: 500;
        color: var(--cr-green);
        text-decoration: underline;
        font-weight: 600;
    }

    .sc-product-info ul {
        padding: 0 0 0 1.2em;
        margin: 0;
    }

    .sc-product-info ul.item-list {
        display: flex;
        justify-content: center;
        gap: 16px;
    }

    .sc-product-info ul > li {
        
        font-weight: 500;
        color: var(--cr-gray);
        line-height: 1.5!important;
    }

    .sc-product-info ul.item-list > li {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .sc-product-info .remark-wrapper ul {
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 13px;
    }
    .sc-product-info .remark-wrapper ul:last-child {
        margin-bottom: 0;
    }
    .sc-product-info .remark-wrapper ul ul {
        margin-top: 0;
        margin-bottom: 0;
    }

    /* .sc-product-info .table.-tableII{min-width: 1400px;} */
    .sc-product-info .table.-tableII tr:last-child th:first-child {
        border-bottom-left-radius: 0px;
    }

    .sc-product-info .table.-tableII tr:last-child th:last-child {
        border-bottom-right-radius: 0px;
    }

    .remark-wrapper {
        margin-bottom: 0;
    }

    .remark-wrapper p {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .sc-product-info .table.-tableI{min-width: 850px;}
    .sc-product-info .table.-tableI tr:first-child td:first-child{width: 140px;}
    .sc-product-info .table.-tableI .item-list{display: flex; justify-content: center; gap: 16px;}
    .sc-product-info .table.-tableI .item-list > li{float: none; text-align: center;}
    .sc-product-info .table.-tableI .item-list > li span{ font-weight: 600; color: var(--cr-gray); line-height: 1.5em;}
    .sc-product-info .table.-tableI .item-list > li img{
        display: block; 
        /* margin: 4px auto 0 auto;  */
        width: 32px;
    }
    .sc-product-info #loan-type .table.-tableI .gradient{
        color: var(--cr-light); 
        background: url('/SiteCollectionDocuments/personal/loan/HomeLoan/specialoccupation/img/gradient.png'), #fafafa; 
        background-repeat: no-repeat; 
        background-position: center;
        background-size: 500px 35px;
        line-height: 1.5;
        font-size: 16px;
        padding: 16px 0;
        height: 72px;
    }
    .sc-product-info .table.-tableI span {
        font-size: 13px;
        line-height: 1.5 !important;
        font-weight: 400 !important;
    }
    .sc-product-info .table.-tableI strong{font-size: 13px; font-weight: 600;  line-height: 1.5;}
    .sc-product-info .table.-tableI strong.fs-16 {
        font-size: 16px;
    }
    .sc-product-info .table.-tableI strong small{font-size: 13px; font-weight: 500; line-height: 1.5;}
}

@media screen and (min-width: 768px) {
    .sc-product-info .sc-heading {
        margin-bottom: 24px;
    }

    .sc-product-info .head .h-title {
        font-size:20px;
        margin-bottom: 16px;
    }

    .sc-product-info .details-container {
        padding: 0;
        border-radius: 0px 0px 8px 8px;
    }

    .sc-product-info .head {
        margin-bottom: 16px;
    }

    .sc-product-info .mCSB_horizontal.mCSB_inside > .mCSB_container {
        margin-top: 0;
    }

    .sc-product-info .table th {
        padding: 8px 16px;
        font-size: 13px;
        
        line-height: 1.5;
    }

    .sc-product-info .table td {
        padding: 8px 16px;
        background-color: #fff;
        font-size: 13px;
        
        line-height: 1.5;
    }

    .sc-product-info .details-container{padding: 48px 32px; border-radius: 0px 0px 8px 8px; border-top: 5px solid var(--cr-green); 
        background: var(--cr-light); box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    }

    .sc-product-info .tab .control {
        gap: 48px;
    }
}

@media screen and (min-width: 992px) {
    .sc-product-info .row-flex {
        display: flex;
    }
}

@media screen and (min-width: 992px) {
    .sc-product-info .table.-tableI tr:first-child td:first-child {
        width: 296px;
    }
}

@media screen and (min-width: 1200px) {
    .sc-product-info .table {
        min-width: 1140px;
        max-width: 1140px;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .sc-highlight .item-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .sc-highlight .item-list > li:first-child {
        grid-column: unset;
    }
    .sc-highlight .item-list > li {
        padding-top: 56px;
    }
    .sc-highlight .item-list > li:last-child {
        grid-column: span 2;
        padding-top: 0;
    }
    .sc-highlight .wrapper .thumb {
        top: -56px;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .sc-highlight .wrapper .content {
        padding: 56px 16px 16px 16px;
        height: 236px;
    }
    .sc-highlight li:last-child .wrapper .content {
        padding: 16px;
        height: 193px;
    }
    .sc-highlight li:last-child .wrapper .thumb {
        right: 0;
        bottom: 0;
        top: auto;
        left: auto;
    }
}

/*############ sc-product-info - accordion ############*/
@media screen and (min-width: 200px) {
    .sc-product-info {
        background: #F0F9F6;
        overflow: hidden;
    }

    .sc-product-info.bg-light {
        background: #fafafa;
    }

    .sc-product-info .sc-heading {
        text-align: center;
    }

    .sc-product-info .sc-heading .title {
        margin-bottom: 0;
        line-height: 1.5em;
    }

    .sc-product-info .box-table {
        margin-bottom: 8px;
    }

    .sc-product-info .tab-control2 {
        margin-bottom: 24px;
    }

    .sc-product-info .accordion-group + .accordion-group {
        margin-top: 16px;
    }

    .sc-product-info .accordion-group .s-title {
        margin-bottom: 24px;
        text-align: center;
        line-height: 1.5em;
    }

    .sc-product-info .accordion-group .accordion + .s-title {
        margin-top: 40px;
    }

    .sc-product-info .accordion-group .accordion {
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }

    .sc-product-info .accordion-group .accordion + .accordion {
        margin-top: 16px;
    }

    .sc-product-info .accordion {
        position: relative;
        border-radius: var(--radius);
        background: var(--cr-light);
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
    }

    .sc-product-info .accordion dd {
        margin-left: 0;
    }

    .sc-product-info .accordion-title {
        position: relative;
        padding: 16px 50px 16px 16px;
        cursor: pointer;
        color: var(--cr-dark);
        word-wrap: break-word;
        font-size: 16px;
        font-weight: 600;
        
        border-radius: 8px 8px 0 0;
        background-color: transparent;
        transition: var(--transition);
    }

    .sc-product-info .accordion-title:after {
        font-family: 'icongarage';
        content: "\e90f";
        font-size: 14px;
        line-height: 1;
        width: 18px;
        height: 18px;
        margin: auto;
        position: absolute;
        right: 16px;
        top: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sc-product-info .accordion-title.active:after {
        content: "\e910";
    }

    .sc-product-info .accordion-title:after, .sc-product-info .accordion-title:hover {
        color: var(--cr-green);
    }

    .sc-product-info .accordion-title.active {
        color: var(--cr-light);
        background-color: var(--cr-green);
    }

    .sc-product-info .accordion-title.active:after {
        color: var(--cr-light);
    }

    .sc-product-info .accordion-content {
        padding: 16px;
    }

    .sc-product-info .accordion-content a {
        color: var(--cr-green);
        text-decoration: underline;
        font-weight: 600;
        word-break: break-all;
    }

    .sc-product-info .accordion-content p {
        line-height: 1.5em;
        
        color: var(--cr-dark);
    }

    .sc-product-info .accordion-content p strong {
        font-weight: 600;
    }

    .sc-product-info .accordion-content p .link {
        font-weight: 600;
        
    }

    .sc-product-info .accordion-content p:last-child {
        margin-bottom: 0;
    }

    .sc-product-info .accordion-content ul {
        margin: 0 0 0.6em 1.2em;
        padding: 0;
    }

    .sc-product-info .accordion-content ul:last-child {
        margin-bottom: 0;
    }

    .sc-product-info .accordion-content ul > li {
        position: relative;
        list-style-type: disc;
        
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
        color: var(--cr-gray);
    }

    .sc-product-info .accordion-content ul > li+li {
        margin-top: 5px;
    }

    .sc-product-info .accordion-content ol {
        margin: 0 0 0.6em 1.2em;
        padding: 0;
    }

    .sc-product-info .accordion-content ol:last-child {
        margin-bottom: 0;
    }

    .sc-product-info .accordion-content ol > li {
        position: relative;
        list-style-type: decimal;
        
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
        color: var(--cr-dark);
    }

    .sc-product-info .accordion-content ol > li+li {
        margin-top: 5px;
    }

    .sc-product-info .accordion-content .icon {
        margin-right: 5px;
        position: relative;
        top: -2px;
    }

    .sc-product-info .accordion-content .link-tel {
        color: var(--cr-light);
        white-space: nowrap;
        text-decoration: none;
        background-color: var(--cr-green);
        align-items: center;
        justify-content: center;
        height: 40px;
        padding: 0 24px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        display: inline-flex;
        
        margin: 8px 0;
        margin-right: 16px;
    }

    .sc-product-info .accordion-content .link-tel .icon {
        position: relative;
        top: 1px;
        margin-right: 8px;
    }

    .sc-product-info .accordion-content .link-tel + .link-tel {
        margin-right: 0;
    }

    .sc-product-info .accordion-content .no-phone {
        pointer-events: none;
        color: inherit;
        text-decoration: none;
    }

    .sc-product-info .accordion-content a[x-apple-data-detectors].no-phone {
        color: inherit !important;
        text-decoration: none !important;
        font-size: inherit !important;
        font-family: inherit !important;
        font-weight: inherit !important;
        line-height: inherit !important;
    }

    .sc-product-info .action {
        padding-top: 40px;
        text-align: center;
    }

    .sc-product-info .action .more {
        color: #009861;
    }

    .sc-product-info .action .link.more.down, .sc-product-info .action.active .link.more.up {
        display: inline-block;
    }

    .sc-product-info .action .link.more.up, .sc-product-info .action.active .link.more.down {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .sc-product-info .accordion-title {
        font-size: 18px;
    }

    .sc-product-info .accordion-content .link-tel {
        display: none;
    }

    .sc-product-info .accordion-content a {
        word-break: keep-all;
    }
}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1200px) {
    .sc-product-info .accordion-title {
        padding: 16px 50px 16px 24px;
    }

    .sc-product-info .accordion-content {
        padding: 16px 24px;
    }
}

/*############################ sc-how-to-apply ###################################*/
@media screen and (min-width: 200px) {
    .sc-how-to-apply{background: #fff;}
    .sc-how-to-apply .sc-heading{text-align: center; margin-bottom: 24px;}
    .sc-how-to-apply .sc-heading .title{margin-bottom: 0px; line-height: 1.5em;}
    .sc-how-to-apply .sc-content{position: static; overflow: hidden; padding: 40px 56px; border-radius: 8px; background: #F0FAF7;}
    .sc-how-to-apply-slide{position: relative; margin-bottom: 16px;}
    .sc-how-to-apply-slide .swiper-slide{width: auto;}
    .sc-how-to-apply-slide .wrapper{position: relative; max-width: 220px;}
    .sc-how-to-apply-slide .thumb{width: 220px; margin: 0 auto 16px; border-radius: 8px; overflow: hidden;}
    .sc-how-to-apply-slide .content{text-align: center}
    .sc-how-to-apply-slide .content .title{margin-bottom: 8px; color: var(--cr-dark); line-height: 1.5em; font-size: 13px;}
    .sc-how-to-apply-slide .content .desc{margin-bottom: 0; color: var(--cr-dark); line-height: 1.5em;}
    .sc-how-to-apply-slide .content .detail{text-align: start;color: var(--cr-dark);line-height: 1.5em; margin-top: 16px;margin-bottom: 0;}
    .sc-how-to-apply-slide .content .list-number{text-align: start;list-style-type: decimal;color: var(--cr-dark);}
    .sc-how-to-apply-slide .content .list-number:last-child {
        margin-bottom: 0;
    }
    .sc-how-to-apply-slide .content .list-number a{color: var(--cr-green);text-decoration: underline; font-weight: 600;}
    .sc-how-to-apply-slide .content .link{text-decoration: underline; color: var(--cr-green); }

}
@media screen and (min-width: 768px) { 
    .sc-how-to-apply .sc-heading{margin-bottom: 24px;}
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
    .sc-how-to-apply-slide .content .link:hover{color: #00873F;}

    .sc-how-to-apply-slide .swiper-button-next{right: -48px;top: 36%;}
    .sc-how-to-apply-slide .swiper-button-prev{left: -48px;top: 36%;}
}

/*############################ sc-application-details ###################################*/
@media screen and (min-width: 200px) {
    .sc-application-details{background: #F0F9F6; overflow: hidden;}
    .sc-application-details .sc-heading{text-align: center; margin-bottom: 0px;}
    .sc-application-details .sc-heading .title{margin-bottom: 0px; line-height: 1.5em;}
    .sc-application-details .sc-content{position: static;}
    .sc-application-details .tab .control{gap: 16px;}
    .sc-application-details .box-info{background: #F0FAF7; display: none; overflow: hidden;}
    .sc-application-details .box-info.active{display: block;}
    .sc-application-details .wrapper{display: flex; flex-direction: column; justify-content: space-between; pointer-events: visible;}
    .sc-application-details .inner{padding: 0; position: relative;}
    .sc-application-details .row-flex{margin: 0 -8px; display: block;}
    .sc-application-details .row-flex > div{padding: 0 8px;}
    .sc-application-details .row-flex + .row-flex > div + div{margin-top: 24px;}
    .sc-application-details .row-flex + .row-flex {margin-top: 24px;}
    .sc-application-details .h-title{font-size: 28px; line-height: 1.5em; color: var(--cr-dark); text-align: center; margin-bottom: 24px; display: none;}
    .sc-application-details .h-title strong{font-weight: 600;}
    .sc-application-details .s-title{font-size: 16px; line-height: 1.5em; color: var(--cr-dark); margin-bottom: 8px;}
    .sc-application-details .s-title strong{font-weight: 600;}
    .sc-application-details p.desc{color: var(--cr-gray); margin-bottom: 0; line-height: 1.5em;}
    .sc-application-details p.desc .link{text-decoration: none}
    .sc-application-details p.desc .link .icon{position: relative; margin-right: 0px;}
    .sc-application-details p.desc .link .txt{text-decoration: underline;}
    .sc-application-details ul{position: static; padding-left: 1.3em; margin: 0;}
    .sc-application-details ul > li{color: var(--cr-gray); line-height: 1.5em; font-size: 16px; font-weight: 500; }
    .sc-application-details ul > li .link{font-weight: 600; }
    .sc-application-details .ol-list{position: static; padding-left: 1.3em; margin: 0;}
    .sc-application-details .ol-list > li{color: var(--cr-gray); line-height: 1.5em; font-size: 16px; font-weight: 500; }
    .sc-application-details .note{padding: 16px; background: #FAFAFA;}
    .sc-application-details .note small{font-size: 13px; font-weight: 500;  color: var(--cr-gray); line-height: 1.5em;position: relative; padding-left: 1em;}
    .sc-application-details .note small:before{content: '*'; position: absolute; top: 0; left: 0;}

    .sc-application-details .nav-info{position: relative;}
    .sc-application-details .nav-info ul{padding: 0; margin: 0; list-style: none;}
    .sc-application-details .nav-info ul>li{width: 100%; padding: 32px 0;}
    .sc-application-details .nav-info ul>li+li{border-top: 1px solid #DBDBDB;}
    .sc-application-details .nav-mobile-link{display: flex; align-items: center; text-decoration: none; color: var(--cr-dark); position: relative; 
        font-weight: 600;  font-weight: 600; font-size: 16px; line-height: 1.5em;
    }
    .sc-application-details .nav-mobile-link:before { content: ""; position: absolute; width: 12px; height: 12px; transform: rotate(45deg); top: 0px; right: 0; bottom: 0;
        margin: auto; border-top: 2px solid var(--cr-green); border-right: 2px solid var(--cr-green);
    }
    .sc-application-details .nav-mobile-link .icon{margin-right: 16px; display: flex; justify-content: center; align-items: center; width: 24px; height: 24px;}
    .sc-application-details .nav-mobile-link .icon > img{width: 24px; height: 24px;}

    .sc-application-details .back-mobile { width: 40px; height: 40px; position: absolute; z-index: 9; top: 16px; left: 16px;}
    .sc-application-details .nav-info-head{display: block; text-align: center;}
    .sc-application-details .nav-info-head .txt{font-size: 24px; line-height: 1.5em; color: var(--cr-dark); text-align: center; margin-bottom: 24px; display: none;}
    .sc-application-details .nav-info-head .txt strong{font-weight: 600;}
    .sc-application-details .nav-info-head .txt.active{display: block;}

    .sc-application-details .tab-container{position: fixed; top: 0; left: 100%; height: calc(100dvh); /*max-height: calc(100dvh);*/ width: 100vw; overflow: auto; z-index: 20000; 
        background: #F0FAF7; transition: var(--tsition); padding: 72px 16px 16px 16px; pointer-events: none;
    }
    .sc-application-details .tab-container.protection-active{left: 0; pointer-events: visible;}
    .sc-application-details .tab-control{margin-bottom: 24px;}

    /*############################ protection-active ###################################*/
    html.protection-active{overflow: hidden; touch-action: none; pointer-events: none;}
    body.protection-active{overflow: hidden; touch-action: none; pointer-events: none;}
    .icw .main.protection-active{position: static; touch-action: none; pointer-events: none;}

    
    .sc-application-details .sc-shortcut{background: #fff; margin-top: 0;padding: 32px 16px;}
    .sc-application-details .sc-shortcut .wrapper{flex-direction: row;}
    .sc-application-details .sc-shortcut .item-list li:last-child{border-bottom: 0;}

}

@media screen and (min-width: 768px) { 
    .sc-application-details .sc-heading{margin-bottom: 24px;}
    .sc-application-details .tab .control{gap: 48px;}
    .sc-application-details .row-flex{margin: 0 -24px;}
    .sc-application-details .row-flex + .row-flex{margin-top: 48px;}
    .sc-application-details .row-flex > div{padding: 0 24px;}
    .sc-application-details .row-flex + .row-flex > div + div{margin-top: 0;}
    .sc-application-details .box-info{border-top: 5px solid var(--cr-green); background: #FAFAFA; border-radius: 0px 0px 8px 8px; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10); display: block;}
    .sc-application-details .box-info + .box-info{margin-top: 24px; border-top: 5px solid var(--cr-green); padding-top: 0;}
    .sc-application-details .wrapper{position: relative; z-index: 0; top: auto; left: auto; height: auto; width: auto; background: #ffffff;}
    .sc-application-details .inner{padding: 48px 32px; background: transparent;}
    .sc-application-details .note{padding: 16px 32px; background: transparent;}
    .sc-application-details .h-title{font-size: 20px; text-align: left; margin-bottom: 16px; display: block;}
    .sc-application-details .s-title{font-size: 18px; margin-bottom: 16px;}

    .sc-application-details .nav-info{display: none;}
    .sc-application-details .nav-mobile-link{display: none;}
    .sc-application-details .back-mobile {display: none;}
    .sc-application-details .nav-info-head{display: none;}

    .sc-application-details .tab-control{margin-bottom: 40px;}
    .sc-application-details .tab-container,
    .sc-application-details .tab-container.protection-active{left: 0%; overflow: visible; display: block; position: static; width: auto; height: auto; padding: 0; background: transparent;pointer-events: inherit;}

    html.protection-active{overflow: inherit; touch-action: inherit; pointer-events: inherit;}
    body.protection-active{overflow: inherit; touch-action: inherit; pointer-events: inherit;}
    .icw .main.protection-active{position: relative; touch-action: inherit; pointer-events: inherit;}

    
    .sc-application-details .sc-shortcut{ 
        background: transparent;
        margin-top: 40px;
        padding: 0;
    }
    .sc-application-details .sc-shortcut .wrapper{background: #fff; flex-direction: column;}
}

@media screen and (min-width: 992px) {
    .sc-application-details .row-flex{display: flex;}
}
@media screen and (min-width: 1200px) {
}
@media screen and (max-width: 767px) {
    .sc-application-details .sc-shortcut {
        padding: 24px 16px;
    }
    .sc-shortcut li:first-child .wrapper {
        padding-top: 0;
    }
    .sc-shortcut li:last-child .wrapper {
        padding-bottom: 0;
    }
    .sc-shortcut .item-list > li:last-child {
        padding-bottom: 0;
    }
}

/*############################ sc-apply ###################################*/
@media screen and (min-width: 200px) {
    .sc-apply {
        background: url('/SiteCollectionDocuments/personal/loan/homeloan/landing-page/img/bg-droplead.jpg') #008661 no-repeat center;
        background-size: cover;
        position: relative;
        overflow: hidden;
        height: auto !important;
    }

    .sc-apply .bg-overlay {
        background: rgba(0,0, 0, 0.2) !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
    }

    .sc-apply .sc-inner {
        padding: 48px 0;
    }

    .sc-apply .sc-headline {
        text-align: center;
        margin-bottom: 24px;
    }

    .sc-apply .sc-headline .sc-heading {
        margin-bottom: 0px;
        line-height: 1.5em;
        font-size: 28px;
        color: #fff;
        font-weight: 600;
    }

    .sc-apply .sc-content {
    }

    .sc-apply .fields {
        font-size: 0;
    }

    .sc-apply .fields > .row {
        margin-left: -10px;
        margin-right: -10px;
        position: relative;
    }

    .sc-apply .fields > .row:before, .sc-apply .fields > .row:after {
        content: '';
        display: table;
        clear: both;
    }

    .sc-apply .fields > .row > div {
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        min-height: 1px;
        float: left;
    }

    .sc-apply .fields > .row > .a-center {
        text-align: center;
    }

    .sc-apply .fields > .row > .col-xs-12 {
        width: 100%;
    }

    .sc-apply .fields > .row + .row {
        margin-top: 32px;
    }

    .sc-apply .fields > .row > div + div {
        margin-top: 32px;
    }

    .sc-apply .fields > .row.condition-noted {
        margin-top: 40px;
    }

    .sc-apply .fields > .row.condition-noted + .row.action {
        margin-top: 16px;
    }

    .sc-apply .fields #rowPerName {
        margin-bottom: 32px;
    }

    .sc-apply .fields > .footnote {
        margin-top: 16px;
        
        font-size: 10px;
        font-weight: 500;
        line-height: 1.6em;
        color: #fff;
    }

    .sc-apply .input {
        position: relative;
        text-align: left;
    }

    .sc-apply .select2.disabled, .sc-apply .select2-selection__rendered.disabled, .sc-apply .select2-selection__placeholder, .sc-apply input.placeholder {
        color: #999;
    }

    .sc-apply input:focus-visible {
        outline: none;
    }

    .sc-apply input[type="text"], .sc-apply input[type="password"], .sc-apply input[type="date"], .sc-apply input[type="datetime"], .sc-apply input[type="datetime-local"], .sc-apply input[type="month"], .sc-apply input[type="week"], .sc-apply input[type="email"], .sc-apply input[type="number"], .sc-apply input[type="search"], .sc-apply input[type="tel"], .sc-apply input[type="time"], .sc-apply input[type="url"], .sc-apply textarea, .sc-apply select {
        border-radius: 48px;
    }

    .sc-apply .form input,.sc-apply .form textarea,.sc-apply .form select {
        padding: 12px 16px;
        line-height: 1.5em;
        font-size: 16px;
        font-weight: 600;
        
        color: #999;
        width: 100%;
        background: #fff;
        border: 1px solid transparent;
    }

    .sc-apply .form input:focus,.sc-apply .form textarea:focus,.sc-apply .form select:focus, .sc-apply .form input:focus-visible,.sc-apply .form textarea:focus-visible,.sc-apply .form select:focus-visible {
        border-color: var(--cr-green);
        outline: none;
    }

    .sc-apply .form .input.required input, .sc-apply .form .input.required textarea, .sc-apply .form .input.required select, .sc-apply .form .input.required .select2-container--default .select2-selection--single, .sc-apply .form .input.required .select2-container--default .select2-dropdown {
        outline: 2px solid #ff0000;
        color: inherit ;
    }

    .sc-apply .form .input.required input::-webkit-input-placeholder, .sc-apply .form .input.required input:-ms-input-placeholder, .sc-apply .form .input.required input::placeholder {
        color: #999;
    }

    .sc-apply .form .input.required {
        position: relative;
        margin-bottom: 12px;
    }

    .sc-apply .form .input.required:after {
        content: "!";
        font-size: 18px;
        position: absolute;
        right: 16px;
        top: 10px;
        color: #fff;
        background-color: #ff0000;
        border-radius: 50%;
        width: 26px;
        height: 26px;
        line-height: 1.5;
        text-align: center;
    }

    .sc-apply .form .text-required {
        font-size: 13px;
        color: #fff;
        background-color: #ff0000;
        width: auto;
        padding: 2px 10px;
        position: absolute;
        right: 12px;
        bottom: -24px;
        border-radius: 10px;
        margin: 0;
    }

    .sc-apply .field {
        max-width: 400px;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        clear: both;
    }

    .sc-apply .field.hide {
        display: none;
    }

    .sc-apply .field > p {
        margin: 0;
        
        font-size: 13px;
        font-weight: 500;
        line-height: 1.5em;
        color: #fff;
    }

    .sc-apply .row.action .btn {
        background: var(--cr-green);
        color: var(--cr-light);
        width: 100%;
        font-size: 20px;
    }

    .sc-apply .row.action .btn:before {
        background-color: #0BC160;
    }

    .sc-apply .row.action .disabled-action .btn {
        background: #CCC;
        color: #999;
        pointer-events: none;
    }

    .sc-apply .row.action .disabled-action .btn:before {
        background-color: #CCC;
    }

    .sc-apply .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 12px 16px;
        padding: 12px 16px;
        padding-right: 45px;
        line-height: 1.5em;
        font-size: 16px;
        font-weight: 600;
        
        color: #999;
        width: 100%;
        background: #fff;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .sc-apply .select2.disabled, .sc-apply .select2-selection__rendered.disabled, .sc-apply .select2-selection__placeholder {
        color: #999;
    }

    .sc-apply .form .link.previous {
        
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
        color: #fff;
        text-decoration: none;
    }

    .sc-apply .form .link.previous .ic {
        position: relative;
        top: 2px;
    }

    .sc-apply #fieldset-2 .fields > .row:first-child + .row {
        margin-top: 0px;
    }

    .sc-apply #fieldset-2 .fields > .row:nth-child(5) > div + div {
        margin-top: 0px;
    }
}

@media screen and (min-width: 768px) {
    .sc-apply .sc-inner {
        padding: 64px 0;
    }

    .sc-apply .sc-headline {
        margin-bottom: 40px;
    }

    .sc-apply .sc-headline .sc-heading {
        font-size: 42px;
    }

    .sc-apply .fields > .row + .row {
        margin-top: 36px;
    }

    .sc-apply .fields > .row > div + div {
        margin-top: 36px;
    }

    .sc-apply .fields #rowPerName {
        margin-bottom: 36px;
    }
}

@media screen and (min-width: 992px) {
    .sc-apply .fields > .row > div + div {
        margin-top: 0px;
    }
}

@media screen and (min-width: 1200px) {
}

/*############################ sc-faqs ###################################*/
@media screen and (min-width: 200px) {

    .sc-faqs{
        position: relative;
        overflow: hidden;
        background: url(/SiteCollectionDocuments/assets/img/faq/faq.png), #F4F4F4;
        background-position: left 40px bottom 10px;
        background-repeat: no-repeat;
        background-size: 40%;
        background-attachment: fixed;
    }
    .sc-faqs .sc-heading{text-align: center; margin-bottom: 24px;}
    .sc-faqs .sc-heading .title{margin-bottom: 0; line-height: 1.5em;}
    .sc-faqs .tab-control2 {margin-bottom: 32px;}
    .sc-faqs .accordion-group + .accordion-group{margin-top: 16px;}
    .sc-faqs .accordion-group .s-title{margin-bottom: 24px; text-align: center; line-height: 1.5em;}
    .sc-faqs .accordion-group .accordion + .s-title{margin-top: 40px;}
    .sc-faqs .accordion-group .accordion{max-width: 850px; margin-left: auto; margin-right: auto;overflow: hidden;}
    .sc-faqs .accordion-group .accordion + .accordion{margin-top: 16px;}

    .sc-faqs .accordion {
        position: relative; 
        border-radius: var(--radius);
        background: var(--cr-light);
        color: #333333;
        /* box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10); */
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
    }
    .sc-faqs .accordion-title { position: relative; padding: 16px 50px 16px 16px; cursor: pointer; color: var(--cr-dark); word-wrap: break-word;
        font-size: 16px; font-weight: 600;  border-radius: 8px 8px 0 0; background-color: transparent;
        transition: var(--transition);
    }
    .sc-faqs .accordion-title:after {font-family: 'icongarage';content: "\e90f"; font-size: 14px; line-height: 1; width: 18px; height: 18px; margin: auto;
        position: absolute; right: 16px; top: 0; bottom: 0;  display: flex; justify-content: center; align-items: center;
    }
    .sc-faqs .accordion-title.active:after {content: "\e910";}
    .sc-faqs .accordion-title:after,
    .sc-faqs .accordion-title:hover{color: var(--cr-green);}
    /* .sc-faqs .accordion-title.active {color: var(--cr-light); background-color: var(--cr-green);} */
    .sc-faqs .accordion-title.active {color: var(--cr-green);}
    .sc-faqs .accordion:has(.accordion-title.active)::after {content: ''; position: absolute; top: 0; left: 0; width: 8px; height: 100%; background: var(--cr-green);} 
    /* .sc-faqs .accordion-title.active:after {color: var(--cr-light);} */
    .sc-faqs .accordion-content{padding: 16px;}
    .sc-faqs .accordion-content.has-remark {
        padding: 0;
    }
    .sc-faqs .accordion-content a{color: var(--cr-green); text-decoration: underline; font-weight: 600; word-break: break-all;}
    .sc-faqs .accordion-content p{line-height: 1.5em;  color: var(--cr-dark);}
    .sc-faqs .accordion-content p strong{font-weight: 600;}
    .sc-faqs .accordion-content p .link{font-weight: 600; }
    .sc-faqs .accordion-content p:last-child{margin-bottom: 0;}
    .sc-faqs .accordion-content ul{margin: 0 0 0.6em 1.2em;padding: 0;}
    .sc-faqs .accordion-content ul:last-child{margin-bottom: 0;}
    .sc-faqs .accordion-content ul > li{position: relative; list-style-type: disc;  font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--cr-dark);}
    .sc-faqs .accordion-content ul > li+li{margin-top: 5px;}
    .sc-faqs .accordion-content ol{margin: 0 0 0.6em 1.2em; padding: 0;}
    .sc-faqs .accordion-content ol:last-child{margin-bottom: 0;}
    .sc-faqs .accordion-content ol > li{position: relative; list-style-type: decimal;  font-size: 16px; font-weight: 600; line-height: 1.5em; color: var(--cr-dark);}
    .sc-faqs .accordion-content ol > li+li{margin-top: 5px;}
    .sc-faqs .accordion-content.has-remark ol {
        padding: 24px 16px;
        padding-bottom: 16px;
        margin-bottom: 0;
        margin-left: 28px;
    }
    .sc-faqs .accordion-content.has-remark .remark {
        padding: 16px;
        padding-left: 32px;
        background: #FAFAFA;
    }
    .sc-faqs .accordion-content.has-remark .remark p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 8px;
    }
    /* .sc-faqs .accordion-content.has-remark .remark ul {
        font-size: 13px;
        line-height: 20px;
        color: #666666;
    } */
    .sc-faqs .accordion-content.has-remark .remark ul li {
        font-size: 13px;
        line-height: 20px;
        color: #666666;
    }
    .sc-faqs .accordion-content.has-remark .remark ul li + li {
        margin-top: 0;
    }
    .sc-faqs .accordion-content .icon{margin-right: 5px; position: relative; top: -2px;}
    .sc-faqs .accordion-content .link-tel{color: var(--cr-light); white-space: nowrap; text-decoration: none; background-color: var(--cr-green);
        align-items: center; justify-content: center; height: 40px; padding: 0 24px; border-radius: 8px; font-size: 16px; font-weight: 600; 
        display:inline-flex;  margin: 8px 0; margin-right: 16px;
    }
    .sc-faqs .accordion-content .link-tel .icon{position: relative; top: 1px; margin-right: 8px;}
    .sc-faqs .accordion-content .link-tel + .link-tel{margin-right: 0;}
    .sc-faqs .accordion-content .no-phone{pointer-events: none; color: inherit; text-decoration: none;}
    .sc-faqs .accordion-content a[x-apple-data-detectors].no-phone {
        color: inherit !important; text-decoration: none !important; font-size: inherit !important; font-family: inherit !important;
        font-weight: inherit !important;line-height: inherit !important;
    }

    .sc-faqs .action{padding-top: 40px; text-align: center;}
    .sc-faqs .action .more{color: #009861;}
    .sc-faqs .action .link.more.down,
    .sc-faqs .action.active .link.more.up{display: inline-block;}
    .sc-faqs .action .link.more.up,
    .sc-faqs .action.active .link.more.down{display: none;}

}

@media screen and (min-width: 768px) { 

    .sc-faqs .sc-heading{margin-bottom: 24px;}
    .sc-faqs .tab-control2 {margin-bottom: 40px;}
    .sc-faqs .accordion-title{font-size: 18px;}
    .sc-faqs .accordion-content .link-tel{display: none;}
    .sc-faqs .accordion-content a{word-break: keep-all;}

}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1200px) {
    .sc-faqs .accordion-title{padding: 16px 50px 16px 24px;}
    .sc-faqs .accordion-content{padding: 16px 24px;}
}

/*==============================  sc-apply #msform  ===============================*/
#msform {
    width: 100%;
    margin: auto;
    position: relative;
    min-height: 520px;
}

#msform fieldset {
    width: 100%;
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
}

#msform fieldset .row .col-md-6 {
    width: 50%;
}

#msform fieldset:last-child .fields > .row:last-child {
    margin-top: 20px;
}

#msform fieldset:last-child .row .col-md-6:first-child {
    text-align: right;
}

#msform fieldset:last-child .row .col-md-6:last-child {
    text-align: left;
}

#msform fieldset:not(:first-of-type) {
    display: none;
    position: absolute;
}

#msform .action[data-step='2'] {
    margin-top: 20px;
}

@media screen and (max-width: 991px) {
    #msform fieldset .row .col-md-6 {
        width: 100%;
    }

    #msform fieldset:last-child .row .col-md-6:first-child, #msform fieldset:last-child .row .col-md-6:last-child {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
}

/*==============================  sc-apply visible&hidden  ===============================*/
.sc-apply .visible-w1199 {
    display: none;
}

.sc-apply .visible-w991 {
    display: none;
}

.sc-apply .visible-w767 {
    display: none;
}

.sc-apply .visible-w414 {
    display: none;
}

.sc-apply .visible-w375 {
    display: none;
}

.sc-apply .visible-w360 {
    display: none;
}

@media (max-width: 1199px) {
    .sc-apply .visible-w1199 {
        display: block;
    }

    .sc-apply .hidden-w1199 {
        display: none;
    }
}

@media (max-width: 991px) {
    .sc-apply .visible-w991 {
        display: block;
    }

    .sc-apply .hidden-w991 {
        display: none;
    }
}

@media (max-width: 767px) {
    .sc-apply .visible-w767 {
        display: block;
    }

    .sc-apply .hidden-w767 {
        display: none;
    }
}

@media (max-width: 414px) {
    .sc-apply .visible-w414 {
        display: block;
    }

    .sc-apply .hidden-w414 {
        display: none;
    }
}

@media (max-width: 375px) {
    .sc-apply .visible-w375 {
        display: block;
    }

    .sc-apply .hidden-w375 {
        display: none;
    }
}

@media (max-width: 360px) {
    .sc-apply .visible-w360 {
        display: block;
    }

    .sc-apply .hidden-w360 {
        display: none;
    }
}

/*############################ sc-shortcut ###################################*/
@media screen and (min-width: 200px) {
    .sc-shortcut {
        background-color: var(--cr-light);
        overflow: hidden;
    }

    .sc-shortcut.sc-top .sc-inner {
        padding-top: 90px;
    }

    .sc-shortcut .sc-inner {
        padding: 40px 0;
    }

    .sc-shortcut .item-list {
        position: relative;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .sc-shortcut .item-list > li {
        width: 100%;
        border-bottom: 1px solid var(--cr-border);
        padding-bottom: 8px;
    }

    .sc-shortcut .item-list > li+li {
        margin-top: 8px;
        padding-bottom: 8px;
    }

    .sc-shortcut .wrapper {
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
        position: relative;
        padding: 8px 0;
    }

    .sc-shortcut .icon {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .sc-shortcut .icon img {
        height: 20px;
        display: block;
        margin: 0 auto;
    }

    .sc-shortcut .content {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
        padding-left: 16px;
    }

    .sc-shortcut .txt {
        font-size: 16px;
        color: var(--cr-green);
        margin: 0;
        line-height: 1.5em;
    }

    .sc-shortcut .txt strong {
        font-weight: 600;
        color: var(--cr-dark);
    }

    .sc-shortcut .txt .a-link {
        font-weight: 600;
        color: var(--cr-green);
        text-decoration: underline;
    }
}

@media screen and (min-width: 768px) {
    .sc-shortcut .item-list {
        margin: -9px;
        display: flex;
        flex-wrap: wrap;
    }

    .sc-shortcut .item-list > li {
        width: calc(100%/3);
        border: 0;
        padding: 9px;
    }

    .sc-shortcut .item-list > li+li {
        margin-top: 0;
    }

    .sc-shortcut .wrapper {
        border: 1px solid #EDEDED;
        border-radius: 8px;
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        min-height: 144px;
    }

    .sc-shortcut .wrapper:before {
        display: none;
    }

    .sc-shortcut .content {
        padding-left: 0;
        padding-top: 15px;
    }

    .sc-shortcut .icon img {
        height: 25px;
    }

    .sc-shortcut .txt {
        line-height: 1.5em;
        min-height: 2.8em;
        color: var(--cr-dark);
        text-decoration: none;
    }

    .sc-shortcut .wrapper {
        transition: transform 0.1s, backface-visibility 0.1s;
        transform: scale(1.0) translateZ(0);
        backface-visibility: hidden;
    }

    .sc-shortcut .wrapper:hover {
        transform: scale(1.048);
    }
}

@media screen and (min-width: 992px) {
    .sc-shortcut .item-list {
        justify-content: center;
    }

    .sc-shortcut .item-list > li {
        width: calc(100%/5);
    }
}

@media screen and (min-width: 1200px) {
    .sc-shortcut .icon img {
        height: 27px;
    }
}

.sc-product-info .note {
    margin-top: 32px;
}

.sc-product-info .note p {
    margin-bottom: 8px;
}

.sc-product-info .note .desc {
    font-size: 13px;
}

.c-black {
    color: #333 !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.btn-banner {
}

.btn-banner .btn {
    color: #fff !important;
    max-width: 169px;
    width: 100%;
    box-shadow: none;
    background: #00a94f;
    /*  */
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    line-height: 48px;
    height: 48px;
    border-radius: 8px;
    width: 100%;
    position: absolute;
    bottom: 48px;
}

.icw .btn-banner .btn:hover, .icw .btn-banner .btn:active:hover {
    background: #0BC160;
}

#hightlight-banner .swiper-slide {
    position: relative;
}

@media screen and (max-width: 767px) {
    .btn-banner .btn {
        left: 0;
        right: 0;
        margin: auto;
    }
}

.download-flex {
    display: flex;
    margin-bottom: 24px;
    column-gap: 15px;
    justify-content: center;
    align-items: center;
}

.download-icon {
    width: 25px;
}

@media screen and (max-width: 767px) {
    .download-icon {
        width: 25px;
    }

    .download-flex {
        display: flex;
        margin-bottom: 24px;
        column-gap: 15px;
        justify-content: center;
        align-items: flex-start;
    }
}

.download-text {
    margin: 0 !important;
}

.download-text:hover {
    color: var(--cr-green);
    text-decoration: underline;
}

/*############ Internal css ############*/
.logo-kbank img[src$="logo-kbank.png"] {
    aspect-ratio: 109 / 28;
}

.link-affiliate img[src$="k-privatebanking.png"] {
    aspect-ratio: 16 / 10;
}

.link-affiliate img[src$="the-wisdom.png"] {
    aspect-ratio: 94 / 35;
}

.link-affiliate img[src$="the-premier.png"] {
    aspect-ratio: 103 / 27;
}

.link-affiliate img[src$="logoMADtran-01.png"] {
    aspect-ratio: 103 / 27;
}

#page {
    opacity: 1 !important;
}

.list-disc {
    list-style: disc;
}

.hide {
    display: none !important;
}

@media screen and (min-width: 200px) {
    .nw-table {
        min-width: 1400px !important;
    }
}

#navigation-page-sticky.stickyNav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#navigation-page-sticky a.sticky-anchor {
    display: flex !important;
}

#navigation-page-sticky a.sticky-anchor i {
    font-size: 24px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#navigation-page-sticky a.sticky-anchor i path {
    fill: #666666;
}

#navigation-page-sticky a.sticky-anchor.active i path {
    fill: #00A94F;
}

@media screen and (min-width: 1140px) {
    #navigation-page-sticky a.sticky-anchor i {
        display: none;
    }
}

#navigation-page-sticky.stickyNav.hide-list, #navigation-page-sticky.stickyNav.no-list.hide-cta, #navigation-page-sticky.stickyNav.no-list.no-cta, #navigation-page-sticky.no-list.no-cta-mobile {
    height: 56px !important;
    overflow: hidden !important;
}

.icw #navigation-page-sticky.stickyNav.hide-cta .box-cta {
    display: block !important;
    /* opacity: 1 !important; */
}



/*############################ promotion /*############################*/

.content-popup.mfp-bg {background: rgba(0, 0, 0, 0.8); position: fixed; height: 100%; z-index: 10005;}
.content-popup.mfp-bg.mfp-ready {opacity: 1;}
.content-popup.mfp-wrap{z-index: 10006; }
.content-popup .mfp-container {width: 100%; height: auto; max-width: 1000px; position: relative; margin: 120px auto; padding: 0;}
.content-popup .mfp-content{background-color: transparent; max-width: 100%;height: 100%; height: auto; display: flex; align-items: flex-start; justify-content:center;}
.content-popup .mfp-content > .content-popup{position: relative;}
.content-popup .main-container{margin: 0;}
.content-popup .modal-dismiss{width: 40px;height: 40px;line-height: 40px;border-radius: 50%;background: #00A850; color: #fff;
    text-align: center;position: absolute;top: -15px;right: -15px;z-index: 1; display: flex; justify-content: center; align-items: center;
}
.content-popup .modal-dismiss .ic{font-size: 13px; font-weight: bold;}
.content-popup .modal-dismiss .ic {position: relative;top: -2px; right: -1px;}

.content-popup .content-popup-wrapper{background-color: var(--cr-light);  padding: 48px 48px 24px 48px; width:960px; max-width: 1000px; overflow: hidden;border-radius:8px;}
.content-popup .content-popup-wrapper .nowrap{white-space: nowrap;}

.content-popup .content-popup-wrapper .title{margin: 0 0 8px; color: var(--cr-dark); line-height: 1.5em; font-size: 20px; font-weight: 500; }
.content-popup .content-popup-wrapper .title strong{font-weight: 600;}

.content-popup .content-popup-wrapper .popup-list{padding: 0 0 0 1.2em; margin: 0 0 16px;}
.content-popup .content-popup-wrapper .popup-list > li{color: var(--cr-gray); font-size: 16px;  font-weight: 500; line-height: 1.5;}
.content-popup .content-popup-wrapper .desc{color: var(--cr-gray); line-height: 1.5; margin: 0; font-size: 16px;  font-weight: 500;}
.content-popup .content-popup-wrapper .desc strong{font-weight: 600;}

@media screen and (max-width: 1199px){
    .content-popup .mfp-container{width: 96%;}
}
@media screen and (max-width: 991px){
    .content-popup .content-popup-wrapper{max-width: 96vw;}
    .content-popup .content-popup-wrapper .hint-scroll {display: flex;}
}
@media screen and (max-width: 767px){
    .content-popup .mfp-container{width: 100%; margin: 0;}
    .content-popup .mfp-container:before{display: none;}
    .content-popup .modal-dismiss{top: 16px; right: 16px;}
    .content-popup .content-popup-wrapper{max-width: 100vw;padding: 64px 16px 16px;border-radius: 0;height: 100vh;overflow: scroll;}

}

/*################################## syle search-credit #####################################*/
.search-credit {
    background-color: #F5F5F5;
    position: relative;
    padding: 24px 16px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.search-credit .sc-content {
    display: grid;
    min-height: 69px;
    align-items: center;
}

.search-credit .sc-content .title {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #333333;
}

.search-credit img {
    width: 150px;
}

.search-credit .btn-search:hover,
.search-credit .btn-search:focus,
.search-credit .btn-search {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background-color: #ffffff;
    color: #00A94F;
    justify-content: center;
    height: 42px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    max-width: fit-content;
    margin: 0 auto;
}

.search-credit .btn-search .icon {
    font-size: 24px;
    color: #00A94F;
}

@media screen and (max-width: 767px) {
    .search-credit .sc-content {
        grid-template-columns: auto auto;
    }
    .search-credit img {
        width: 113px;
    }
    .search-credit .sc-content .title {
        font-size: 18px;
    }

    .search-credit {
        flex-direction: column;
    }
}

/*############################ sc-articles ###################################*/
@media screen and (min-width: 200px) {
    .sc-articles{background: #ECF1F7; overflow: hidden;}
    .sc-articles .sc-heading{text-align: center; margin-bottom: 24px;}
    .sc-articles .sc-heading .title{margin-bottom: 0; line-height: 1.5em;}
    .sc-articles .articles-list{position: relative;}
    .sc-articles .item-list{margin: -8px; padding: 0; list-style: none;}
    .sc-articles .item-list > li{width: calc(100%); padding: 8px; float: none;}
    .sc-articles .wrapper{display: block; position: relative;}
    .sc-articles .thumb{border-radius: 8px 8px 0 0; overflow: hidden; position: relative; padding-bottom: 60.165%;}
    .sc-articles .thumb > img{width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover; object-position: top center;}
    .sc-articles .content{border-radius: 0 0 8px 8px; background: var(--cr-light); padding: 24px; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);}
    .sc-articles .content .title{color: var(--cr-dark); height: 2.9em!important; overflow: hidden; display: -webkit-box; line-height: 1.5em; margin-bottom: 8px;
        -webkit-line-clamp: 2!important;
        -webkit-box-orient: vertical;
    }
    .sc-articles .content .desc{color: var(--cr-gray); height: 2.9em; overflow: hidden; display: -webkit-box; line-height: 1.5em; margin-bottom: 16px;
        -webkit-line-clamp: 2;  font-weight: 500;
        -webkit-box-orient: vertical;
    }
    .sc-articles .content .link{color: var(--cr-green); text-decoration: underline; font-weight: 600;}
    .sc-articles .action{text-align: center; margin-top: 32px;}
    .sc-articles .action .btn{height: 40px; line-height: 40px; min-width: 167px;}
}
@media screen and (min-width: 768px) { 
    .sc-articles .sc-heading{margin-bottom: 40px;}

    .sc-articles .item-list{margin: -12px; display: flex; justify-content: center;}
    .sc-articles .item-list > li{width: calc(100%/2); padding: 12px;}

    .sc-articles .action{margin-top: 40px;}
}

@media screen and (min-width: 992px) {
    .sc-articles .item-list > li{width: calc(100%/3);}
}

@media screen and (min-width: 1200px) {
    .sc-articles .wrapper .thumb > img{transition: var(--tsition); transform: scale(1.0);}
    .sc-articles .wrapper:hover .thumb > img{transform: scale(1.1);}
    .icw .sc-articles .articles-slide .wrapper{width: auto;}
}