/*!
Template :	ICOCrypto @by Softnio
Theme	 :  Default
Version	 :	1.9.2
Updated	 :	01.15.2020
*/
/*! WRITE YOUR CUSTOM STYLE **/
.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.2); }

.star img{
    position: absolute;
    z-index: 99;
    top: -9%;
    left: 15%;
    width: 160px;
    animation: blinker 2.5s linear infinite;
}

#banner_twin_btn_container {
    position: fixed;
    bottom: 0;
}

#banner_twin_btn_container .star img{
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
}
@keyframes blinker {
    20% {
        opacity: 0.8;
    }

    40% {
        opacity: 0.6;
    }

    60% {
        opacity: 0.4;
    }

    80% {
        opacity: 0.2;
    }
  }
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
.header-main{
    background-image: url(../../images/double_cash/header_bg.png);
    background-size: cover;
    border-bottom: 3px solid #64c7ef;
    padding: 0px;
}
#header-menu{
    float: right;
}
.header_pin img{
    width: 48px;
    height: auto;
}

.menu-sub a {
    font-family: Microsoft Jhenghei;
    font-size: 18px;
    color: black;
    font-weight: 900;
    line-height: 24px;
}

.menu-sub a:not(.social):before {
    background-image: url(../../../images/double_cash/footer_triangle.png);
    background-size: 14px 20px;
    display: inline-block;
    width: 14px;
    height: 20px;
    position: relative;
    content: "";
    margin-right: 16px;
}

.header-navbar::before{
    background-image: url(../../images/double_cash/header_bg.png);
    background-size: cover;
}


.mySlides {display:none;}
.carousel-control-prev{margin-left: -5%;}
.carousel-control-next{margin-right: -5%;}
.carousel-control-prev, .carousel-control-next{
    opacity: 1;
}

.carousel-control-prev img, .carousel-control-next img{
    width: 120px;
    height: auto;
}

.banner.banner-fs.banner-single.banner-s1.banner-s1-overlay{
    background-image: url(../../images/double_cash/banner_bg_2_desktop.png), url(../../images/double_cash/banner_bg.png) ;
    background-position: center center, center center;
    background-size: contain, cover;
}

.banner-fs .banner-wrap {
    padding-top: 80px;
    padding-bottom: 40px;
}


.carousel-item img.d-block{
    /* border: 10px solid transparent;*/
    
    max-height: 760px;
    object-fit: cover;
    border: 10px solid transparent;
    /* border-image-source: linear-gradient(45deg, rgb(0,143,104), rgb(250,224,66)); */
    /* border-image-slice: 1; */
    border-radius: 76px; 

    background: linear-gradient(45deg, rgb(202, 202, 202), rgb(163, 163, 163),  rgb(56, 56, 56), rgb(119, 119, 119), rgb(202, 202, 202));
    background-clip: padding-box;
    padding: 10px;
    /* just to show box-shadow still works fine */
    /* box-shadow: 0 3px 9px black, inset 0 0 9px white; */
}

.grounded-radiants::after {
    position: absolute;
    top: -4px; bottom: -4px;
    left: -4px; right: -4px;
    background: linear-gradient(red, blue);
    content: '';
    z-index: -1;
    border-radius: 76px;
}
.twin_btn.twin_btn_left{
    float: right;
}
.banner_twin_btn .col-lg-6{
    padding: 0;
}
.banner_twin_btn.col-lg-6{
    /* background-image: url(../../images/double_cash/twin_btn_bg.png); */
    /* min-height: 188px;
    background-size: cover; */
}

.twin_btn_text{
    color: white;
    font-size: 36px;
    line-height: 160px;
    font-weight: 900;
}

.twin_btn_text.right{
    float: right;
}

.btn{
    /*background: transparent;
    border: 2px solid #fff;*/
    font-size: 18px;
}

/*.btn:hover{
    background: rgba(70,189,244,0.2);
    border: 2px solid #46bdf4;
    font-size: 18px;
}*/

.banner_twin_btn .rigth_img{
    flex: 0 0 30%;
    max-width: 30%;
}

/*section -- process*/
#process{
    /*background-image: url(../../images/double_cash/process_bg.jpg);*/
}

.double_cash_title{
    background-image:  url(../../images/double_cash/header_bg.png);
    padding: 16px;
    color: white;
    font-weight: 600;
    text-align: center;
}

.process_description{
    margin: 32px 0px;
}

.process_description h3{
    color: #0470b4;
    font-weight: 600;
}

.process_description p{
    color: black;
    font-weight: 600;
}

.process_description .col-lg-5{
    padding: 32px;
    /* background-image: url(../../images/double_cash/silver_block_bg.png); */
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 180px;
    margin: 0px 16px;
}

.process_description .col-lg-5 .col-lg-4 img{
    max-width: 98px;
}

.process_description{

    /* margin: 16px 0px 16px 0px; */
}

.table_icon table{
    margin: 0px 48px 0px 32px;
}

#banner1{
    background-image: url(../../images/double_cash/webp/banner_1.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 100vh;
}

#banner2{
    background-image: url(../../images/double_cash/webp/banner_2.webp);
    background-repeat: no-repeat; /* 防止图片重复 */
    background-position: center center; /* 图片居中对齐 */
    background-size: cover; /* 图片自适应 */
    min-height: 100vh;
}

#process_2{
    background-image: url(../../images/double_cash/map_bg.png), url(../../images/double_cash/banner_bg.png) ;
    background-position: center center, center center;
    background-size: contain, cover;
    min-height: 1200px;
}

#process_2 td img{
    padding: 14px;
}

.table_icon .row.outer {
    padding: 0px 46px 0px 36px;
}

.table_icon .icon{
    padding: 0!important;
}

.table_icon .row.table_icon_sub {
    padding: 0px 32px;
}

#process_2 .description{
    min-height: 330px;
    padding: 16px;
    background-color: white;
    color: #0470b4;
    border: 1px solid transparent;
    border-radius: 16px;
}

.process_2_line{
    position: absolute;
    z-index: 9;
}

.icon{
    z-index: 9;
}

.down {
    margin-top: -168px;
}

.up {
    margin-bottom: -168px;
}

#process_2 .col-lg-3:nth-child(odd) {
    /* bottom: 22vh; */
}

.description .space{
    height: 6.5vw;
}

.description h4{
    font-size: 26px !important;
    text-align: center;
    font-weight: 900;
    color: #0470b4;
}

.description p{
    color: #333;
}
/* 
.table_icon_sub .icon{
    position: absolute;
} */

.table_icon .col-lg-3:nth-child(odd) .description {
    top: 50%;
    z-index: -9;
}
.table_icon .col-lg-3:nth-child(even) .description {
    bottom: 50%;
    z-index: -9;
}

.description{
    position: absolute;
    width: 88%;
    left: 50%;
    transform: translateX(-50%);
}

#process_2 .col-lg-3:nth-child(even) .table_icon_sub{
    /* top: 22vh; */
    display: flex;
    flex-direction: column-reverse;
}

#process_2 #content{
    margin-top: 20%;
}

#contact_us{
	overflow: hidden;
    padding: 0px;
}

#contact_us .col-lg-6.left{
    padding: 32px;
    background-image: url(../../images/double_cash/contact_left.jpg);
    background-size: cover;
}

#contact_us .col-lg-6.right{
    background-image: url(../../images/double_cash/contact_right.jpg);
    background-size: cover;
}

#contact_us .container-fluid{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#contact_us > .col-lg-6 > .row {
    margin: 64px;
    padding: 46px;
}

.detail_contact{
    padding: 15px 0px;
}

.left h4{
    color: #64c7ef;
    font-weight: 600;
}

.left h3{
    color: #ffffff;
    font-weight: 600;
}

.detail_contact .row {
    margin: 56px 0px;
}

.detail_contact .row:not(:first-child) .col-lg-8 img, .detail_contact .row:not(:first-child) .col-lg-5 img{
    transform: translate(0, 50%);
}

.detail_contact{
    background-color: white;
    box-shadow: 10px 10px 10px black;
}

.detail_contact .row .col-lg-2 img{
    width: 70%;
}


input.dc_input{
    background: transparent;
    border: 0px;
    border-bottom: 1px solid white;
    padding: 16px 36px;
    font-size: 24px;
}

#advanced{
    /*background-image: linear-gradient(90deg, rgba(0,97,140,1) 0%, rgba(28,205,248,1) 49%, rgba(0,97,140,1) 100%);*/
    background:#cee2ff;
    background-size: contain;
    background-repeat: no-repeat;
}

#advanced .container-fluid{
    padding: 16px;
    font-weight: 900;
    text-align: center;
    color: white;
}

.table_icon .col-lg-3:nth-child(even) .space{
    display: none;
}

#advanced h1{
    color: white;
    font-weight: 900;
}
.detail_contact .col-lg-6, .detail_contact .col-lg-12{
    padding-left: 0;
}
.detail_contact .row:not(:first-child){
    margin-top: 32px;
}

.detail_contact .row:nth-child(2) .col-lg-6, .detail_contact .row:nth-child(2) .col-lg-12{
    margin: 24px 0px;
}
/* 
.detail_contact .row:nth-child(2) .col-lg-12{
    margin-top: 36px;
} */

.field-label-line, .input-line{
    color: white;
    /* font-size: 24px;
    padding-bottom: 24px; */
    font-weight: 600;
}

/* .input-textarea ~ .field-label-line {
    top: 36px;
} */

footer .wgs-logo img{
    width: 380px;
}

footer .nk-block-footer{
    padding: 18px 186px;
}

footer .tc-light p, .tc-light .list {
    color: white;
    font-size: 24px !important;
}

footer .wgs-body p {
    line-height: 1.71;
    margin-bottom: 2.75rem;
}

.social img{
    width: 46px;
    margin: 16px;
}
.site-menu .wgs-title{
    margin-top: 24px;
    font-size: 24px;
    font-weight: 600;
}
.site-menu a:not(.btn):not([class*="link-"]){
    color: white !important;
    font-size: 24px;
}
.site-menu li{
    padding: 18px 0px;
}
.site-menu a{
    color: white !important;
    font-size: 24px;
}

footer{
    background: #333333;
}

.site-menu a:not(.social):before{
    background-image: url(../../../images/double_cash/footer_triangle.png);
    background-size: 16px 20px;
    display: inline-block;
    width: 16px;
    height: 20px;
    position: relative;
    content: "";
    margin-right: 16px;
}

#calculator_modal .modal-body .container:first-child .row:nth-child(2) .container-fluid .row {
    min-height: 3.4rem;
}

#calculator_modal .modal-body .container > .row:first-child {
    margin-bottom: 1rem;
}

#calculator_modal .modal-body .container:first-child .row .container-fluid .row{
    min-height: 65px;
}

*::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    white;
}
*:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    white;
   opacity:  1;
}
*::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    white;
   opacity:  1;
}
*:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    white;
}
*::-ms-input-placeholder { /* Microsoft Edge */
   color:    white;
}

*::placeholder { /* Most modern browsers support this now. */
   color:    white;
}

.cal_period{
    border-bottom: 1px solid #333333;
}

#myModal .container-fluid:first-child .row{
    margin: 16px 0px;
}

#myModal .container-fluid:first-child{
    margin-bottom: 32px;
}

#apply_btn span{
    position: absolute;
    color: white;
    top: 0;
    right: 22%;
    font-size: 24px;
    font-weight: 900;
    line-height: 56px;
}

#min_amt, #max_amt{
    font-size: 32px;
    font-weight: 900;
    color: orange;
}

.result span{
    margin: 4px 4px;
}

.cal_icon{
    width: 28px;
    height: auto;
}

.cal_title{
    font-size: 20px;
}

.cal_hk{
    font-size: 18px;
}

.result {
    float: right;
}

#amount, #period{
    font-size: 1.5rem;
    font-weight: 900;
    color: #0574bc;
}

#amount{
    width: 150px;
}

#period{
    width: 90px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    /* padding-top: 100px;*/ /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
  
/* Modal Content */
/* .modal-content { */
/* background-color: #fefefe; */
    /* background-image: url(../../images/double_cash/cal_bg.png);
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 486px;
    height: 780px; */
    /* object-fit: contain; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(0%, -50%); */
    /* background-size: contain;
} */

/*modal-body*/
/* #calculator_modal  */
#apply_modal.modal{
    z-index: 999999;
}
#calculator_modal.modal{
    z-index: 999998;
}
#calculator_modal .modal-body{
    
    width: 486px;
    height: 780px;
    background: transparent;
    background-image: url(../../images/double_cash/cal_bg.png);
    background-size: contain;
}
  
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
  
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#cal_sym{
    font-size: 36px;
}

.banner_description{
    position: absolute;
    top: 14%;
    left: 2%;
}

.banner_description button{
    background-color: #0470b4;
    color: white;
    font-size: 18px;
    padding: 4px 32px;
    border: 1px solid transparent;
    border-radius: 8px;
}

#calculator_modal .modal-content .container-fluid{
    padding: 12px;
}

.banner_description img{
    width: 90%;
    float: right;
}

.cal_btn{
    padding: 6px;
}

.cal_btn img{
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}

.banner_description .inner_img{
    right: 0;
}

.banner_description .inner_text{
    text-align: end; /* end > justify */
    float: right;
	text-shadow: 1px 1px 1px #000;
}

.banner_description .inner_text p:first-child{
    margin-top: 10px;
}
.banner_description .inner_text p{
    color: white; /* white > black*/
    font-size: 21px; /* 22 > 21 */
    margin-bottom: -0.5rem; /* -0.5 > -1 */
}

.carousel-inner .carousel-item:nth-child(2) .banner_description{
    /* top: unset; */
    left: unset;
    right: 5%;

}

.carousel-inner .carousel-item:nth-child(3) .banner_description{
    padding: 16px 0px;
}

.carousel-inner .carousel-item:nth-child(4) .banner_description{
	left: unset;
	right: 5%;
}

.banner_description .inner_text button{ /* p > button amd margin-bottom > margin-top */
    margin-top: 20px;
}

.detail_contact .row h3 {
    color: black;
}
/*Responsive size -- iPad Pro*/
@media screen and (max-width: 1025px){
    .site-menu{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .terms{
        flex: 0 0 100%;
        max-width: 100%;
    }

    #process_2{
        min-height: 900px;
    }
    .description h4{
        font-size: 22px !important;
    }
    .menu-item a{
        font-size: 20px;
    }
    .detail_contact .row:nth-child(3) h3{
        font-size: 20px;
    }

    footer .nk-block-footer{
        padding: 18px 86px;
    }

    .detail_contact {
        padding: 16px 0px;
    }
    .process_description p {
        font-size: 12px;
    }
    .process_description h3{
        font-size: 24px;
    }
    .carousel-item img.d-block{
        max-height: 538px;
    }
    .right_text, .left_text{
        padding: 0;
    }

    .twin_btn_text{
        font-size: 24px;
        line-height: 80px;
    }
    .twin_btn_text {
        color: white;
        font-size: 24px;
    }
    .banner_twin_btn.col-lg-6 {
        max-height: 108px;
        min-height: 108px;
        background-size: contain;
    }
    .carousel-inner .carousel-item .banner_description {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media screen and (max-width: 575px){
    .cal_period .col-sm-3{
        display: none;
    }

    #calculator_modal{
        position: relative;
        left: -4vw;
    }
}

@media screen and (max-width: 992px){
    #banner_twin_btn_container {
        position: fixed;
        bottom: 25px;
    }

    .banner1-text-bg{
        position: absolute;
        top: 1vh;
    }

    .banner1-btn-bg{
        position: absolute;
        bottom: 11vh;
        right: 1vh;
    }

    .banner1-btn1{
        max-width: 45%;
    }

    .banner1-btn2{
        max-width: 50%;
    }
    
    .carousel-item img.d-block{
        /* border: 10px solid transparent;
        border-radius: 36px; */
        max-height: 760px;
        object-fit: cover;
        /* border-image-source: url(../../images/double_cash/silver_border.png);
        border-image-repeat: stretch;
        border-image-slice: 24; */
        /* border: 10px solid;
        border-image-source: linear-gradient(45deg, rgb(0,143,104), rgb(250,224,66));
        border-image-slice: 1; */
        border-radius: 36px; 
    }
    .p-md-4 {
        padding: 2.5rem;
    }
    .detail_contact .row:nth-child(3) h3{
        font-size: 28px;
        line-height: 56px;
    }
    .col-lg-3.col-md-3.col-sm-3.col-6.banner_description div {
        margin-right: 5%;
        float: right;
    }
    .inner_img img{
        width: 60% !important;
    }
    .carousel-inner .carousel-item .banner_description {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .carousel-control-prev img, .carousel-control-next img{
        width: 86px;
    }
    .banner_description img{
        width: 100%;
    }

    .banner_description .inner_text p{
        font-size: 12px;
    }

    .banner_description button{
        padding: 2px 16px;
    }

    #home{
        background-image: url(../../images/double_cash/map_bg.png), url(../../images/double_cash/banner_bg.png);
        background-position: center center, center center;
        background-size: contain, cover;
        min-height: 2080px;
    }

    #process_2 {
        background-image: url(../../images/double_cash/map_bg.png), url(../../images/double_cash/banner_bg.png);
        background-position: center center, center center;
        background-size: contain, cover;
        min-height: 2080px;
    }

    .process_description .col-lg-5 {
        padding: 46px;
        /* background-image: url(../../images/double_cash/silver_block_bg.png); */
        background-size: contain;
        background-repeat: no-repeat;
        min-height: 260px;
        margin: 16px 36px 16px 0px;
    }

    .process_description {
        margin: 0px 0px 0px 0px;
    }

    .header-main div.header_pin:first-child > img{
        display: none;
    }
    .logo img{
        height: auto;
    }  
    .process_2_line{
        transform: rotate(90deg) scale(2.6);
    }
    .table_icon .row.table_icon_sub {
        padding: 0px;
    }
    .menu-item a {
        font-family: "Roboto", sans-serif;
        font-size: 24px;
        line-height: 15.6px;
        color: #ffffff !important;
        padding: 18px 24px;
        display: block;
        position: relative;
    }
    #process_2 .description {
        min-height: 154px;
        min-width: 280px;
        left: unset;
        transform: unset;
        top: 50%;
        transform: translateY(-55%);
    }

    #process_2 .col-lg-3:nth-child(odd) .description{
        left: 35px;
    }

    #process_2 .col-lg-3:nth-child(even) .description{
        /* top: 22vh; */
        display: flex;
        flex-direction: column;
        bottom: 0;
        right: 35px;
    }

    #process_2 .col-lg-3:nth-child(odd) .table_icon_sub{
        /* top: 22vh; */
        display: flex;
        flex-direction: row-reverse;
    }
    .description .space{
        display: none;
    }
    .row.outer .col-lg-3 {
        margin: 32px 0px;
    }
    .detail_contact .row{
        margin: 24px 0px;
    }
    footer .nk-block-footer{
        padding: 18px;
    }

    #advanced h1{
        font-size: 28px;
        font-weight: 900;
    }

    .banner_twin_btn .left_img{
        padding-left: 34px;
        padding-right: 0px;
    }

    .banner_twin_btn .rigth_img {
        flex: 0 0 33.33333%;
        max-width: 33.3333%;
        padding-left: 0px;
        padding-right: 20px;
    }
    .banner-wrap{
        position: absolute;
        top: 0;
    }
    .banner_twin_btn.col-lg-6{
        background-size: contain;
        min-height: 90px;
        
    }
    .twin_btn_text{
        font-size: 16px;
        line-height: 74px;
    }

    .is-transparent .banner-fs {
        min-height: 70vh;
    }

    .carousel-item img.d-block{
        height: 360px;
    }

}

@media screen and (min-width: 768px){
    .modal-body {
        padding: 2.6rem !important;
    }

    .banner1-btn1{
        max-width: 60%;
    }

    .banner1-btn2{
        max-width: 70%;
    }

    .banner1-btn-bg{
        position: absolute;
        bottom: 18vh;
        right: 12vh;
    }
}

/*Responsive size -- iPad*/
@media screen and (max-width: 768px){

    .carousel-item img.d-block{
        /* border: 10px solid transparent;
        border-radius: 36px; */
        max-height: 760px;
        object-fit: cover;
        /* border-image-source: url(../../images/double_cash/silver_border.png);
        border-image-repeat: stretch;
        border-image-slice: 24; */
        /* border: 10px solid;
        border-image-source: linear-gradient(45deg, rgb(0,143,104), rgb(250,224,66));
        border-image-slice: 1; */
        border-radius: 36px; 
    }
    .p-md-4 {
        padding: 2.5rem;
    }
    .detail_contact .row:nth-child(3) h3{
        font-size: 28px;
        line-height: 56px;
    }
    .col-lg-3.col-md-3.col-sm-3.col-6.banner_description div {
        margin-right: 5%;
        float: right;
    }
    .inner_img img{
        width: 60% !important;
    }
    .carousel-inner .carousel-item .banner_description {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .carousel-control-prev img, .carousel-control-next img{
        width: 86px;
    }
    .banner_description img{
        width: 100%;
    }

    .banner_description .inner_text p{
        font-size: 12px;
    }

    .banner_description button{
        padding: 2px 16px;
    }


    #banner1{
        background-image: url(../../images/double_cash/webp/banner_1_m.webp);
        min-height: 60vh;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
    }

    #banner2{
        background-image: url(../../images/double_cash/webp/banner_2_m.webp);
        min-height: 60vh;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
    }

    #process_2 {
        background-image: url(../../images/double_cash/map_bg.png), url(../../images/double_cash/banner_bg.png);
        background-position: center center, center center;
        background-size: contain, cover;
        min-height: 2080px;
    }

    .process_description .col-lg-5 {
        padding: 46px;
        /* background-image: url(../../images/double_cash/silver_block_bg.png); */
        background-size: contain;
        background-repeat: no-repeat;
        min-height: 260px;
        margin: 16px 36px 16px 0px;
    }

    .process_description {
        margin: 0px 0px 0px 0px;
    }

    .header-main div.header_pin:first-child > img{
        display: none;
    }
    .logo img{
        height: auto;
    }  
    .process_2_line{
        transform: rotate(90deg) scale(2.6);
    }
    .table_icon .row.table_icon_sub {
        padding: 0px;
    }
    .menu-item a {
        font-family: "Roboto", sans-serif;
        font-size: 24px;
        line-height: 15.6px;
        color: #ffffff;
        padding: 18px 24px;
        display: block;
        position: relative;
    }
    #process_2 .description {
        min-height: 154px;
        min-width: 280px;
        left: unset;
        transform: unset;
        top: 50%;
        transform: translateY(-55%);
    }

    #process_2 .col-lg-3:nth-child(odd) .description{
        left: 35px;
    }

    #process_2 .col-lg-3:nth-child(even) .description{
        /* top: 22vh; */
        display: flex;
        flex-direction: column;
        bottom: 0;
        right: 35px;
    }

    #process_2 .col-lg-3:nth-child(odd) .table_icon_sub{
        /* top: 22vh; */
        display: flex;
        flex-direction: row-reverse;
    }
    .description .space{
        display: none;
    }
    .row.outer .col-lg-3 {
        margin: 32px 0px;
    }
    .detail_contact .row{
        margin: 24px 0px;
    }
    footer .nk-block-footer{
        padding: 18px;
    }

    #advanced h1{
        font-size: 28px;
        font-weight: 900;
    }

    .banner_twin_btn .left_img{
        padding-left: 34px;
        padding-right: 0px;
    }

    .banner_twin_btn .rigth_img {
        flex: 0 0 33.33333%;
        max-width: 33.3333%;
        padding-left: 0px;
        padding-right: 20px;
    }
    .banner-wrap{
        position: absolute;
        top: 0;
    }
    .banner_twin_btn.col-lg-6{
        background-size: contain;
        min-height: 90px;
        
    }
    .twin_btn_text{
        font-size: 16px;
        line-height: 74px;
    }

    .is-transparent .banner-fs {
        min-height: 55vh;
    }

    .carousel-item img.d-block{
        height: 360px;
    }

    
}

/*Responsive size -- XL size All phones except iPhone size*/
@media screen and (max-width: 425px) {
    .process_description h3 {
        font-size: 20px;
    }

    #advanced .col-8{
        padding: 0;
    }
    .carousel-inner .carousel-item:nth-child(1) .banner_description {
        position: absolute;
        top: unset;
        left: unset;
        bottom: 8%;
        right: 8%;
    }
    footer .tc-light p, .tc-light .list {
        color: white;
        font-size: 18px !important;
    }

    .detail_contact .row .col-9{
        padding-left: 0;
    }

    .detail_contact .row:nth-child(3) h3 {
        font-size: 14px !important;
        line-height: 38px;
    }
    #calculator_modal .modal-body .container .row:nth-child(2) .container-fluid {
        padding: 0;
    }

    #calculator_modal .modal-body > .container{
        padding: 0 8px;
    }

    #calculator_modal .modal-body .container > .row:first-child {
        padding: 0px 20px;
        margin-bottom: 0rem;
    }

    #calculator_modal .modal-body .container:first-child .row:nth-child(2) .container-fluid .row {
        min-height: 36px;
    }

    #calculator_modal .modal-body{
        width: 340px;
        padding: 2rem 2.2rem 1rem 1.5rem;
    }
    .col-lg-3.col-md-3.col-sm-3.col-6.banner_description div {
        margin-right: 5%;
    }
    .banner_description img{
        width: 60%;
    }
    .carousel-inner .carousel-item .banner_description {
        flex: 0 0 80%;
        max-width: 80%;
    }

    .site-menu a:not(.btn):not([class*="link-"]) {
        color: white !important;
        font-size: 18px;
    }

    #advanced h1 {
        font-size: 18px;
        line-height: 36px;
    }
    #process_2{
        min-height: 1280px;
    }
    .table_icon .row.outer {
        padding: 0px 16px 0px 36px;
    }
    #process_2 .col-lg-3:nth-child(odd) .description {
        left: 0px;
        padding: 16px 56px 16px 16px;
    }

    #process_2 .col-lg-3:nth-child(even) .description {
        right: 24px;
        padding: 16px 16px 16px 66px;
    }

    #process_2 .description {
        min-height: 160px;
    }

    .description p{
        font-size: 12px;
    }

    .description h4 {
        font-size: 15px !important;
        margin-bottom: 5px;
    }

    .table_icon .icon img {
        width: 90%;
    }

    .process_description .col-12 .row .col-3{
        padding-left: 24px;
        padding-right: 0px;
    }

    #process .process_description:nth-child(3) img{
        margin-top: 25%;
    }

    .process_description .col-lg-5 {
        padding: 18px;
        min-height: 80px;
    }
    #apply_btn span {
        position: absolute;
        color: white;
        top: 0;
        right: 20%;
        font-size: 18px;
        font-weight: 900;
        line-height: 36px;
    }

    .cal_btn{
        padding: 0px 8px;
    }

    .modal-content .container .row:nth-child(2) .container-fluid .row{
        margin: 10px 0px !important;
    }
    #myModal .container-fluid:first-child {
        margin-bottom: 8px;
    }

    
    #cal_sym{
        font-size: 24px;
    }
    .cal_title, .cal_hk{
        font-size: 16px;
    }

    #min_amt, #max_amt {
        font-size: 26px;
        font-weight: 900;
        color: orange;
    }

    .result span {
        margin: 2px 2px;
    }

    .logo img {
        height: auto;
    }
    .banner_twin_btn.col-lg-6 {
        background-size: contain;
        min-height: 60px;
    }

    .twin_btn_text{
        font-size: 14px;
        line-height: 74px;
    }

    .carousel-item img.d-block {
        height: 500px;
    }

    .is-transparent .banner-fs {
        min-height: 75vh;
    }

    .modal-content{
        width: 360px;
        height: 560px;
        padding: 8px;
    }

    .modal-content .container .container-fluid .row:nth-child(1) .col-lg-5 {
        padding: 0px 4px;
    }

    .modal-content .row:nth-child(2) .col-5{
        padding: 0px 4px;
    }

    .modal-content .row:nth-child(3) .col-12{
        padding: 0px 4px;
    }

    .modal-content .row:nth-child(2){
        flex-wrap: inherit;
    }

    #period {
        width: 80px;
    }

    .close {
        font-size: 16px;
    }

    #amount {
        width: 90px;
    }

    #calculator_modal .modal-body .container:first-child .row .container-fluid .row {
        min-height: 45px;
    }

    #amount, #period{
        font-size: 1.2rem;
        font-weight: 900;
        color: #0574bc;
    }
}

@media screen and (max-width: 414px){
    .col-lg-3.col-md-3.col-sm-3.col-6.banner_description div {
        margin-right: 5%;
    }
    .banner_description img{
        width: 60%;
    }
    .carousel-inner .carousel-item .banner_description {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .detail_contact .row:not(:first-child) .col-3{
        padding-right: 0;
    }
    .detail_contact .row:not(:first-child) .col-9{
        padding-left: 0;
    }
    
    .carousel-inner .carousel-item:nth-child(1) .banner_description {
        position: absolute;
        top: unset;
        left: unset;
        bottom: 8%;
        right: 8%;
    }
    .is-transparent .banner-fs {
        min-height: 85vh;
    }

    .process_description .col-8{
        padding-right: 0;
    }
    #advanced h1 {
        font-size: 17px;
    }
    /* .carousel-item img {
        height: 400px;
    } */
}

@media screen and (max-width: 375px){
    .detail_contact .row:nth-child(3) h3 {
        font-size: 12px;
        line-height: 38px;
    }
    .detail_contact .row:not(:first-child) .col-3{
        padding-right: 0;
    }
    .detail_contact .row:not(:first-child) .col-9{
        padding-left: 0;
    }
    footer .tc-light p, .tc-light .list {
        color: white;
        font-size: 16px !important;
    }
    #advanced h1 {
        font-size: 15px;
    }

    .carousel-inner .carousel-item .banner_description {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .navbar-toggle{
        width: 36px;
        height: 36px;
    }
    .process_description p{
        font-size: 12px;
    }
    .carousel-item img.d-block {
        height: 450px;
    }
    .is-transparent .banner-fs {
        min-height: 600px;
    }

    .twin_btn_text {
        font-size: 12px;
        line-height: 64px;
    }

    .banner_twin_btn.col-lg-6{
        max-height: 68px;
        background-size: cover;
    }

    .twin_btn_text{
        line-height: 54px;
    }
}

@media screen and (max-width: 320px){
    #amount, #period{
        font-size: 1rem;
        font-weight: 900;
        color: #0574bc;
    }
    .star img{
        width: 80px;
    }
    .carousel-item img.d-block{
        /* border-image-slice: 36; */
    }
    .menu-item a{
        font-size: 18px;
    }
    .detail_contact {
        margin: 36px 12px;
    }
    #process_2 {
        min-height: 980px;
    }
    #process_2 .description {
        min-height: 134px;
    }

    #process_2 .description{
        min-width: 220px;
    }
    #process_2 .col-lg-3:nth-child(odd) .description {
        left: 0px;
        padding: 16px 56px 16px 16px;
    }
    .process_description p {
        font-size: 8px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .process_description h3{
        font-size: 14px;
    }
    .modal-content {
        width: 360px;
        height: 460px;
        padding: 8px;
    }
    #calculator_modal .modal-body .container > .row:first-child{
        margin-bottom: 0px;
    }
    #calculator_modal .modal-body .container:first-child .row:first-child .container-fluid .row .col-sm-3{
        padding: 0;
    }
    #calculator_modal .modal-body .container:first-child .row .container-fluid .row {
        min-height: 36px;
    }
    #min_amt, #max_amt {
        font-size: 22px;
        font-weight: 900;
        color: orange;
    }
    .modal-body .container .row .container-fluid{
        padding: 12px;
    }
    #amount{
        width: 80px;
    }
    .cal_title, .cal_hk {
        font-size: 14px;
    }
    #calculator_modal .modal-body {
        width: 280px;
        height: 450px;
        padding: 1rem;
    }
    .right_text{
        padding: 0;
    }
    .banner_twin_btn.col-lg-6 {
        max-height: 48px;
        background-size: contain;
    }
    .carousel-item img.d-block {
        height: 380px;
    }
    .is-transparent .banner-fs{
        min-height: 540px;
    }

    .detail_contact .row:nth-child(3) h3 {
        font-size: 10px;
        line-height: 38px;
    }
    .detail_contact .row h3 {
        font-size: 12px;
        line-height: 38px;
    }
}