/*CSS STYLING CUSTOMIZATION*/
/*
@font-face {
    font-family: 'Mont Regular';
    src: url('../../assets/images/fonts/mont/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mont Bold';
    src: url('../../assets/images/fonts/mont/Montserrat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

 */
.text__gray{color: #BCBEC0}
.text__theme{color: #33BDEE}
.text__theme--light{color: rgba(51, 189, 238,0.11)}
.bg__theme{background-color: #33BDEE}
.bg__theme--light{background: rgba(51, 189, 238,0.11)}

.bg__circle{
    background: rgba(51, 189, 238,0.35);
    width: 90%;
    height: 90%;
    border-radius: 50%;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 80;
}

.albert{
    z-index: 99;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

}

.btn__theme {
    color: #fff;
    background-color: #33BDEE;
    border-color: #33BDEE;
    box-shadow: none;
}

.btn__theme--bordered {
    background-color: #fff!important;
    color: #33BDEE!important;
    box-shadow: none;
}

.btn__theme--reverse {
    border-color: #fff;
    background-color: #fff;
    color: #6E6E71;
    box-shadow: none;
    border-radius: 1rem;
}

.btn__theme--reverse-gray {
    border-color: #F1F2F2;
    background-color: #F1F2F2;
    color: #6E6E71;
    box-shadow: none;
    border-radius: 1rem;
}

.overlay__theme:before {
    background-color: #33BDEE;
}

.overlay__card{
    background-color: transparent;
    width: 250px;
    height: 210px;
    perspective: 1000px;
}

@media screen and (max-width: 548px){
    .overlay__card{
        height: 250px;
    }

    .box img{
        width: 25%!important;
        margin-bottom: 5px!important;
    }

    .box .box__details{
        margin-bottom: 20px;
    }

    .box{
        border: none!important;
    }

    .overlay__section{
        width: 60% !important;
        margin-left: 20%!important;
        background: none!important;
    }

    .overlay__wrapper{
        margin-left: 0!important;
    }

    .box__wrapper{
        width: 70%!important;
        margin: 0 auto;
    }

    .confirm__box{
        width: 100%!important;
        padding: 15px!important;
    }

    .confirm__table{
        font-size: 14px;
    }

}


@media screen and (max-width: 767px){
    .faq{
        transform: rotate(90deg);
        width: 150px;
        margin-left: 15%;
        margin-top: 10%;
    }

    .box__details{
        font-size: 14px!important;
    }

    .confirm__box{
        width: 80%;
    }

}

.overlay__card--inner{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    background: transparent;
    border: 5px solid #2F677E;
}

.overlay__card:hover .overlay__card--inner{
    transform: rotateY(180deg);

}


.overlay__front,.overlay__back{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 1rem 10px;
}

.overlay__front{
    background: #ffffff;
}

.overlay__back{
    background: #f1f4f8;
}


.overlay__back{
    transform: rotateY(180deg);
}

/*
.font__mont{
    font-family: 'Mont Regular';
}

.font__montBold{
    font-family: 'Mont Bold';
}
*/

.lh-md{
    line-height: 1.2;
}

.bg__theme--gradient{
    background: linear-gradient(to right,rgb(51, 189, 238),rgba(0,0,0,0));
}

.divider__theme{
    background: #33BDEE;
    margin-top: -25px;
}


.box{
    text-align: center;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 0 10px;
}

.box img{
    width: 40%;
    margin-bottom: 20px;
}

.box__wrapper{
    background: #EFECE2;
    border-radius: 1rem;
    padding: 20px;

    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.15);
}

.box:last-child{
    border-right: none;
}
.box:first-child{
    border-left: none;
}

.overlay__section{
    /*min-height: 600px;*/
    position: relative;
    width: 40%;
    background: #ffffff;
    margin-left: 45%;
}

.overlay__wrapper{
    margin-left: -10%;
    padding: 2rem 0;
}

.frame{
    padding: 20px 10px;
}

.frame__title{
    font-size: 24px;
    line-height: 1;
}

.frame__details{
    font-size: 16px;
    line-height: 1.5;
}

.frame__gray{
    background-image: url("../../assets/images/frame_gray.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.frame__light{
    background-image: url("../../assets/images/frame_light.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.frame__dark{
    background-image: url("../../assets/images/frame_dark.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.badge.bg__black--outline {
    border: 1px solid #000;
    color: #000000;
}


.trophy-frame{
    border: 1px solid lightgray;
    width: 90%;
    margin: 0 auto;
}

.name-tag{
    color: #6E6E71;
    position: absolute;
    top: 30%;
    left: 22%;
    transform: translate(-50%,-50%);
    font-weight: 600;
    text-align: center;
}

.title{
    line-height: 1.2;
}

.thumb{
    width: 20%;
    position: absolute;
    top: -10%;
    left: 20%;
    transform: translate(-50%,50%);
}

.thumb img{
    width: 100%;
}

@media screen and (max-width: 767px){
    .thumb{
        width: 15%!important;
        top: -9%!important;
        left: 27%!important;
    }

    .steps__box{
        transform: translate(-50%,-25%)!important;
    }
}

@media screen and (max-width: 996px){
    .thumb{
        width: 15%!important;
        top: -6% !important;
        left: 25% !important;
    }
}

@media screen and (max-width: 1200px){
    .thumb{
        width: 15%;
        top: -9%;
        left: 25%;
    }
}

/*==========================================*/
/*||          Version 3 UX Css            ||*/
/*==========================================*/
:root{
    --color-one : #4090B3;
    --color-two : #E8F6F9;
    --color-three : #92BFD3;
}

.register__bg{
    background: linear-gradient(-43deg, var(--color-one) 30%,var(--color-two) 70%);
}

.register__wrapper{
    width: 100%;
    margin: 15% auto;
    font-family: HKGroteskPro,serif!important;
}

.color__one{
    color: var(--color-one);
}

.color__two{
    color: var(--color-two);
}

.color__three{
    color: var(--color-three);
}

.bg__one{
    background: var(--color-one);
}

.btn__two{
    background: var(--color-two);
}

.register__box{
    padding: 35px;
}

.register__header .text{
    font-weight: 900;
    font-size: 20px;
}

.register__body ul{
    list-style-type: none;
}

.register__body ul li{
    margin-bottom: 10px;
    font-size: 14px;
}

.register__body ul li:before{
    content: "✔";
    font-weight: 900;
    margin-left: -27px;
    padding-right: 10px;
}

.register__font{
    font-family: HKGroteskPro,serif!important;
}

.b__shadow{
    box-shadow: 10px 10px 19px -10px rgba(0,0,0,0.75);
    -webkit-box-shadow: 10px 10px 19px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 19px -10px rgba(0,0,0,0.75);
}

.steps__wrapper{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1031;
    background: rgba(0,0,0,0.3);
    overflow: scroll;
}

.steps__box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    margin: 0 auto;
    padding: 35px;
}

.steps__header .text{
    font-size: 37px;
    color: var(--color-one);
}

.steps__header p{
    font-size: 20px;
    margin-bottom: 0;
}

.steps{
    width: 75%;
    margin: 0 auto;
}

.steps__body{
    margin-bottom: 3rem;
}

/*===============================*/
/*||          timeline         ||*/
/*===============================*/
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    padding: 20px 0 0 60px;
    margin: 0 5px 15px 0;
    float: right;
}
.main-timeline .timeline-content{
    color: #fff;
    background: var(--color-three);
    text-align: left;
    padding: 20px 20px 20px 80px;
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: "";
    background: linear-gradient(to top left, transparent 50%, #367996 52%);
    width: 60px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.main-timeline .timeline-icon{
    font-size: 35px;
    line-height: 54px;
    width: 60px;
    height: 60px;
    border: 4px solid #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 80px;
    top: 50%;
}
.main-timeline .timeline-year{
    background: var(--color-two);
    font-size: 35px;
    font-weight: 600;
    line-height: 110px;
    width: 120px;
    height: 100%;
    position: absolute;
    top: -20px;
    left: -60px;
}
.main-timeline .title{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}
.main-timeline .description{
    font-size: 16px;
    margin: 0;
}


@media screen and (max-width:990px){

    #step-2 .steps__box {
        width: 100%;
        top: 0!important;
        left: 0!important;
        transform: translate(0%,0%)!important;
    }

}
@media screen and (max-width:767px){
    .main-timeline .timeline{ width: 100%; }

    .main-timeline .description{
        font-size: 14px!important;
        margin: 0;
    }
}
@media screen and (max-width:576px) {

    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        text-align: center;
        padding: 42px 20px 0 0;
        margin: 0 0 30px;
    }


    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content {
        padding: 100px 20px 20px;
    }

    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        width: 60px;
        transform: rotate(90deg);
        bottom: auto;
        top: 20px;
        left: -20px;
    }

    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year {
        line-height: 100px;
        width: 100%;
        height: 100px;
        left: auto;
        right: -20px;
        top: -42px;
    }

    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon {
        transform: translateX(-50%) translateY(0);
        top: 75px;
        left: 50%;
        right: auto;
    }

    .main-timeline .title {
        font-size: 20px;
    }


}


/*================================*/
/*||    CONFIRMATION SECTION    ||*/
/*================================*/
.confirm__wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.confirm__box{
    position: relative;
    width: 65%;
    margin: 10% auto;
    padding: 35px;
    background: #fff;
}

.confirm__header{
    border-bottom: 3px solid var(--color-three);
    margin-bottom: 15px;
}

.confirm__header .text{
    font-size: 20px;
    font-weight: 900;
    color : var(--color-one);
}

.confirm__body{
    border-bottom: 3px solid var(--color-three);
    margin-bottom: 15px;
}

.confirm__fade{
    background: rgba(0,0,0,0.5);
}

.confirm__note p{
    font-size: 11px;
}

.confirm__remark{
    font-size: 14px;
    color: var(--color-one);
}

.bold{
    font-weight: 700;
}

.redirect__box{
    padding: 15px;
    background: #C6DEE8;
    border-radius: 25px;
    width: 85%;
    margin: 0 auto 20px auto;
}

.redirect__box p{
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .redirect__box{
        width: 100%;
    }

    .review__table tr td{
        font-size: 16px!important;
    }
}

.review__table{
    width: 100%;
    text-align: left;
}

.review__table tr td{
    font-size: 16px;
    padding-bottom: 15px;
}

.review__table--remark{
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    border-bottom: 2px solid var(--color-one);
}


.rating__star{
    color: gray;
}

.star-checked{
    color: var(--color-one);
}

/*star rating styling*/
.star-rating {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    /* width: 250px; remove this */
    height: 20px;
    overflow: hidden;
    position: relative;
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
    background-size: contain;
}
.star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    /* width: 20%; remove this */
    z-index: 1;
    background: url("../../assets/v3/star.svg");
    background-size: contain;
}
.star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    /* width: 20%; remove this */
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}
.star-rating input:hover + i,
.star-rating input:checked + i {
    opacity: 1;
}
.star-rating i ~ i {
    width: 40%;
}
.star-rating i ~ i ~ i {
    width: 60%;
}
.star-rating i ~ i ~ i ~ i {
    width: 80%;
}
.star-rating i ~ i ~ i ~ i ~ i {
    width: 100%;
}
::after,
::before {
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
}

.star-rating.star-5 {width: 100px;vertical-align: middle}
.star-rating.star-5 input,
.star-rating.star-5 i {width: 20%;}
.star-rating.star-5 i ~ i {width: 40%;}
.star-rating.star-5 i ~ i ~ i {width: 60%;}
.star-rating.star-5 i ~ i ~ i ~ i {width: 80%;}
.star-rating.star-5 i ~ i ~ i ~ i ~i {width: 100%;}


/*================================*/
/*||      LOADING SECTION       ||*/
/*================================*/
.loading__wrapper{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 1031;
}

.loading__box{
    background: #fff;
}

.preview__box{
    border: 1px solid #1b2a4e;
}

.whatsapp__wrapper{
    position: fixed;
    right:20px;
    bottom: 20px;
    padding: 5px 10px;
    border-radius: 5px;
    background: #128c7e;
    z-index: 999;
}

.whatsapp__wrapper a{
    text-decoration: none;
}

.whatsapp__wrapper img{
    width: 27px;
    height: 27px;
}


.review__wrapper{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1031;
    background: #fff;
    overflow: scroll;
}

/* home loan consultation css */
.img__radio{
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
.img__radio + img {
    cursor: pointer;
}

/* CHECKED STYLES */
.img__radio:checked + img {
    outline: 2px solid var(--color-three);
}
