.vol-wrapper {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

html {
    max-width: 100%;
    overflow: hidden;
    overflow-y: auto;
}

body {
    overflow: hidden;
    overflow-y: auto;
    font-family: "Averta-Regular";
    color: #333;
    background: #f4f9fc;
}

.no-nav nav.navigation .menu,
.no-nav nav.navigation .wrap-burger {
    display: none !important;
}

/* ==============
   HEADER
   ============== */

/* Menu Nav */
.header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    padding: 0 15px;
    z-index: 3;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.13);
    box-shadow: 0 8px 24px rgba(0,0,0,.2);
}

header.fixed-header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    max-width: 100%;
    transition: all .4s ease;
    border-bottom: 1px solid #114f99;
    background: #fff;
    z-index: 23;
}

.header nav.navigation .logo {
    position: relative;
    left: 0;
    top: 13px;
}

    .header nav.navigation .logo img {
        max-width: 100%;
        width: 90px;
    }

    .header nav.navigation .logo.fixed-active {
        display: none;
    }

.header.fixed-header nav.navigation .logo.fixed-active {
    display: inline-block;
}

.header.fixed-header nav.navigation .logo.fixed-nonactive {
    display: none;
}

.header nav.navigation ul.menu {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
    float: right;
    position: relative;
    top: 15px;
}

    .header nav.navigation ul.menu > li {
        display: inline-block;
        font-size: 16px;
        padding: 0 15px;
        position: relative;
    }

        .header nav.navigation ul.menu > li:first-child {
            display: none;
        }


.header.fixed-header nav.navigation ul.menu > li:last-child:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 25px;
    background: #dedede;
    position: absolute;
    left: 0;
    top: 10px;
}

.header nav.navigation a {
    text-decoration: none;
}

.header nav.navigation ul.menu > li a {
    color: #114f99;
    font-family: "Averta-Regular";
    line-height: 18px;
}

i.fas.fa-reward {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../image/reward-black.png);
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: text-top;
}

    i.fas.fa-reward + span {
        font-family: 'Averta-Black' !important;
        color: #000 !important;
    }

.btn {
    font-size: 16px;
    position: relative;
    width: 135px;
    padding: 10px 15px;
    text-align: left;
    background: transparent;
    box-shadow: none;
    border: 1px solid #114f99;
}

.access-part .btn > span,
.access-part .btn > .fas {
    color: #114f99;
}

.access-part .btn > .fas {
    display: inline;
    position: absolute;
    right: 15px;
    top: 11px;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.access-part .btn:hover > .fas {
    right: 10px;
}

.header.fixed-header nav.navigation ul.menu > li:last-child:before {
    background: #114f99;
}

.main-title {
    color: rgba(0, 0, 0, 0.5);
    padding-top: 15%;
    text-align: left;
    position: relative;
    z-index: 2;
    /*text-shadow: 1px 1px 11px #9B3F00;*/
}

    .main-title .hashtag {
        font-family: 'Averta-Bold';
        font-size: 4rem;
    }

    .main-title .dashtrac {
        font-size: 26px;
    }

    .main-title .btn {
        background: #114f99;
        color: #fff;
        text-transform: uppercase;
        width: 175px;
        margin-top: 3rem;
        font-family: 'Averta-Light';
        text-align: center;
    }

        .main-title .btn:hover,
        .main-title .btn:active {
            color: #fff;
        }

.info-more {
    position: absolute;
    display: inline;
    background: transparent;
    border-radius: 5px;
    padding: 15px;
    z-index: 3;
    bottom: -220px;
}

    .info-more .text {
        text-decoration: none;
        font-size: 20px;
        color: #000;
    }

        .info-more .text .far {
            font-size: 20px;
            display: inline-block;
            margin-right: 5px;
            position: relative;
            top: 2px;
        }

/* ==============
   PARALAX
   ============== */


section.home {
    /* Needed for children to be absolutely positioned relative to the parent. */
    position: relative;
    /* The height of the container. Must be set, but it doesn't really matter what the value is. */
    height: 550px;
    /* For text formatting. */
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    color: white;
    /*background: linear-gradient(0deg, #FF6700 -10%, #FFA364 50%, #FFF 100%);*/
}

.parallax::after {
    /* Display and position the pseudo-element */
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Move the pseudo-element back away from the camera,
    * then scale it back up to fill the viewport.
    * Because the pseudo-element is further away, it appears to move more slowly, like in real life. */
    transform: translateZ(-1px) scale(1.5);
    /* Force the background image to fill the whole element. */
    /* Keep the image from overlapping sibling elements. */
    z-index: 1;
    opacity: 0.7;
    background-image: url(../image/main-banner-posmgm.png);
    background-size: 570px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 80% 80%;
}

/* ==============
    MAIN
    ============== */

/* Home Section */

section.home {
    overflow: hidden;
    -moz-box-shadow: inset 5px 0px 42px -11px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 5px 0px 42px -11px rgba(0, 0, 0, 0.5);
    box-shadow: inset 5px 0px 42px -11px rgba(0, 0, 0, 0.5);
}

    section.home .phone-group {
        text-align: center;
        padding-top: 50px;
    }

        section.home .phone-group > img {
            max-width: 100%;
            width: 300px;
        }

section .title {
    position: relative;
}

    section .title h1 {
        font-family: 'Averta-Black';
        margin-top: 0;
        font-size: 2.5rem;
    }

    section .title > small {
        font-size: 14px;
    }

.vol-wrapper section {
    padding: 2rem 0;
}

.vol-wrapper .slick-initialized .slick-slide h1 {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-family: 'Averta-Black';
}

    .vol-wrapper .slick-initialized .slick-slide h1 > span {
        display: block;
        font-size: 16px;
        color: rgba(0, 0, 0, 0.5);
    }

.vol-wrapper .slick-initialized .slick-slide {
    outline: none;
}

.vol-wrapper .slick-prev,
.vol-wrapper .slick-next {
    background: #333;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    z-index: 4;
    top: 50px !important;
}

.vol-wrapper .slick-prev {
    left: initial;
    bottom: initial;
    top: 30px;
    right: 72px;
}

.vol-wrapper .content-program {
    position: relative;
    padding: 2rem 3rem;
    background: #eee;
    margin-top: 4rem;
    min-height: 250px;
}

.vol-wrapper .slick-next {
    right: 18px;
}

.vol-wrapper section.program {
    padding: 5rem 0;
    background: #fff;
}

.vol-wrapper .slick-initialized .slick-slide h2 {
    color: initial;
    font-size: 25px;
}

.vol-wrapper .slick-prev:before,
.vol-wrapper .slick-next:before {
    color: #fff;
    opacity: 1;
    font-size: 40px;
    position: relative;
    top: -7px;
}

.vol-wrapper .slick-next:before {
    content: '\203A';
    left: 2px;
}

.vol-wrapper .slick-prev:before {
    content: '\2039';
    left: -1px;
}

.vol-wrapper .slick-arrow[aria-disabled='true'] {
    opacity: 0.2;
}

.vol-wrapper .slick-dots {
    left: 0;
    right: 0;
    bottom: -35px;
}

    .vol-wrapper .slick-dots li button {
        padding: 0;
    }

        .vol-wrapper .slick-dots li button:before {
            color: #FF6700;
            font-size: 20px;
        }

    .vol-wrapper .slick-dots li {
        margin: 0 3px;
    }

        .vol-wrapper .slick-dots li.slick-active button:before {
            color: #FF6700;
        }

/* Active Plus */
.active-plus {
    /* background: #114f99; */
    /* border-top: 3px solid #FF6700; */
    overflow: hidden;
    position: relative;
    min-height: 400px;
    padding-bottom: 0 !important;
}

    .active-plus .title.right {
        position: relative;
        font-family: 'Averta-Light';
        z-index: 2;
        color: #fff;
    }

        .active-plus .title.right h1 {
            margin-bottom: 0;
            font-family: 'Averta-Light';
            font-size: 4rem;
        }

    .active-plus:after {
        content: "";
        background: #42b549;
        -webkit-transform: skew(0deg, -10deg);
        transform: skew(0deg, -10deg);
        position: absolute;
        left: 0;
        top: -172px;
        right: 0;
        max-width: 100%;
        height: 250px;
    }

.abstract {
    font-size: 2.5rem;
    position: relative;
    z-index: 2;
    padding: 4rem;
    top: 100px;
    padding-bottom: 2rem;
    border-bottom: 2px solid;
}

/* Product */

.wrap-product {
    max-width: 100%;
    display: block;
    margin: 10rem auto 0;
    width: 1024px;
    text-align: center;
}

    .wrap-product .item {
        background: #fff;
        display: inline-block;
        width: 300px;
        border-radius: 10px;
        margin: 0 10px;
        box-shadow: 1px 2px 15px 1px rgba(95,127, 176, 0.4);
    }

        .wrap-product .item .bottom-info ul.menu {
            list-style: none;
            padding: 0;
        }

            .wrap-product .item .bottom-info ul.menu > li {
                position: relative;
            }

                .wrap-product .item .bottom-info ul.menu > li .link.benefit {
                    display: block;
                    padding: 15px;
                    font-weight: 100;
                    border-top: 1px solid #e5ecf6;
                    text-decoration: none;
                    position: relative;
                }

                    .wrap-product .item .bottom-info ul.menu > li .link.benefit:focus {
                        outline: none;
                    }

                    .wrap-product .item .bottom-info ul.menu > li .link.benefit .fas {
                        float: right;
                    }

        .wrap-product .item .top-info .title-product {
            font-size: 3rem;
            font-family: 'Averta-Bold';
            text-align: center;
            margin-bottom: 2rem;
        }

            .wrap-product .item .top-info .title-product > small {
                display: block;
                font-size: 16px;
                color: inherit;
                font-weight: 500;
                margin-bottom: 2rem;
            }

        .wrap-product .item .top-info {
            text-align: center;
            padding: 3rem 0;
        }

            .wrap-product .item .top-info .caption {
                font-size: 2rem;
                padding: 0 15px;
            }

                .wrap-product .item .top-info .caption .price {
                    display: block;
                }

                    .wrap-product .item .top-info .caption .price .info-premi,
                    .wrap-product .item .top-info .caption .Benefits > i {
                        font-size: 10px;
                    }

            .wrap-product .item .top-info .radio-buy {
                display: block;
                width: 70%;
                background: #5f7fb0;
                color: #fff;
                padding: 7px;
                border-radius: 2px;
                margin: 2rem auto 0;
                position: relative;
            }

                .wrap-product .item .top-info .radio-buy input.btn.buy {
                    position: absolute;
                    left: 0;
                    right: 0;
                    width: 100%;
                    height: 100%;
                    margin: 0;
                    top: 0;
                    opacity: 0;
                    cursor: pointer;
                }

                .wrap-product .item .top-info .radio-buy .text {
                    font-weight: bold;
                }

        .wrap-product .item .radio-buy .fas.fa-check {
            display: none;
        }

        .wrap-product .item.selected .radio-buy .text {
            display: none;
        }

        .wrap-product .item.selected .radio-buy .fas.fa-check {
            display: inline-block;
        }

.dho-wrapper-application .wrap-product.Silver .item:nth-child(1) {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.dho-wrapper-application .wrap-product .item {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(0.9);
}

.dho-wrapper-application .wrap-product.Silver .item:nth-child(2),
.dho-wrapper-application .wrap-product.Silver .item:nth-child(3) {
    opacity: 0.4;
}

.dho-wrapper-application .wrap-product.Gold .item:nth-child(1),
.dho-wrapper-application .wrap-product.Gold .item:nth-child(3) {
    opacity: 0.4;
}

.dho-wrapper-application .wrap-product.Gold .item:nth-child(2) {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.dho-wrapper-application .wrap-product.Gold .item:nth-child(1),
.dho-wrapper-application .wrap-product.Gold .item:nth-child(3) {
    opacity: 0.4;
}

.dho-wrapper-application .wrap-product.Platinum .item:nth-child(3) {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.dho-wrapper-application .wrap-product.Platinum .item:nth-child(1),
.dho-wrapper-application .wrap-product.Platinum .item:nth-child(2) {
    opacity: 0.4;
}

.dho-wrapper-application .wrap-product .item:hover {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

/* end product */

/* Pertanyaan Penting di Awal */

.question-answers {
    position: relative;
    display: block;
}

.slick-healthPart .slick-slide {
    min-height: 650px;
}

.question-answers .dho-bg-user {
    display: block;
    position: relative;
    margin: 0 auto 2rem;
}

.question-answers .question {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 10rem;
}

.question-answers .dho-bg-user .text {
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    margin: auto;
    position: static;
    text-transform: uppercase;
    width: 400px;
    padding: 15px;
    font-size: 2.5rem;
}

.question-answers .answers {
    list-style: none;
}

.question-answers p {
    font-size: 2.25rem;
}

.step-healthHistory {
    /*max-width: 500px;*/
    margin: auto;
}

.question-answers .answers li {
    padding: 1rem 2rem;
    background: #4b76ab;
    color: #fff;
    margin-bottom: 1rem;
    position: relative;
    border-radius: 5px;
}

    .question-answers .answers li.choose-pria {
        background: indianred;
    }

    .question-answers .answers li > label {
        text-transform: uppercase;
        font-size: 1.75rem;
        display: block;
    }

    .question-answers .answers li .fas {
        position: absolute;
        right: 20px;
        top: 14px;
    }

    .question-answers .answers li > input[type="radio"],
    .question-answers .answers li > input[type="button"] {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        cursor: pointer;
        opacity: 0;
    }

.active-plus .product {
    padding-left: 40%;
    overflow: hidden;
    height: 600px;
    padding-top: 50px;
    background-image: url(../image/circle-orange.png);
    background-size: 580px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -80px 700%;
    position: relative;
    margin: 0 -15px;
}

    .active-plus .product .wrap-product {
        width: 650px;
        overflow: hidden;
        height: 450px;
        padding-top: 65px;
    }

.wrap-product .slick-list {
    padding: 15px;
}

.vol-wrapper .wrap-product .slick-prev,
.vol-wrapper .wrap-product .slick-next {
    top: 45px !important;
}

.vol-wrapper .wrap-product .slick-prev {
    left: 0;
}

.vol-wrapper .wrap-product .slick-next {
    left: 60px;
}

.active-plus .product .name-section {
    font-size: 3.5rem;
    position: absolute;
    left: 30px;
    bottom: 150px;
}

    .active-plus .product .name-section .btn {
        display: block;
        font-size: 20px;
        width: 200px;
        text-align: center;
        margin-top: 2rem;
        background: #114f99;
        border: none;
        color: #fff;
    }

        .active-plus .product .name-section .btn:hover {
            color: #fff;
        }

/* ================= 
    WIDGET MODAL
    ================= */

.modal-backdrop.in {
    opacity: 0.9;
    background: linear-gradient(90deg, #b7cedc, #b0c9dd);
}

#modalBenefit .modal-dialog {
    width: 900px;
    max-width: 90%;
}

.modal-content {
    border: none;
    -webkit-box-shadow: 0 5px 15px rgba(87, 120, 168, .6);
    box-shadow: 0 5px 15px rgba(87, 120, 168, .6);
    border-radius: 10px;
}

    .modal-content .modal-footer button.close {
        text-align: center;
        display: inline-block;
        float: none;
        color: #617fb1;
        opacity: 1;
        vertical-align: middle;
        line-height: normal;
        position: relative;
        width: 150px;
        text-transform: capitalize;
    }

    .modal-content .modal-footer {
        text-align: center;
        border-color: #e9ebef;
    }

        .modal-content .modal-footer button.close > span {
            font-size: 35px;
            line-height: inherit;
            position: absolute;
            top: -10px;
            display: block;
            left: 15px;
        }

    .modal-content .list-in-modal {
        list-style: none;
        color: #fff;
        margin-bottom: 4rem;
        padding: 0;
    }

    .modal-content .modal-body {
        padding: 0;
    }

        .modal-content .modal-body .title {
            font-weight: bolder;
            font-size: 3rem;
            text-align: center;
            margin: 0 0 4rem;
            padding-top: 4rem;
            color: rgba(0, 0, 0, 0.5);
        }

    .modal-content .list-in-modal > li {
        border-top: 1px solid #e9ebef;
        display: block;
        padding: 2rem 2rem;
        position: relative;
    }

        .modal-content .list-in-modal > li .name-benefit {
            display: block;
            font-size: 2rem;
            font-weight: bold;
            color: #5d7eb2;
            margin-bottom: 1rem;
        }

        .modal-content .list-in-modal > li .table-benefit-insurance {
            width: 100%;
        }

            .modal-content .list-in-modal > li .table-benefit-insurance tr > td {
                padding: 1rem;
                border: 1px solid #afc7df;
                color: #5d7baf;
            }

            .modal-content .list-in-modal > li .table-benefit-insurance tr > td {
                text-align: center;
            }

.table-benefit-insurance.up thead tr td[colspan="3"] {
    background: transparent !important;
    color: #5d7baf !important;
}

#modalVideo.modal.in .modal-content {
    width: 100%;
}

#modalVideo .modal-content .modal-body iframe {
    max-width: 100%;
    width: 100%;
    height: 90vh;
}

#modalVideo.modal.in .modal-dialog {
    width: 95%;
    height: 95%;
}

#modalVideo.modal.in .modal-content {
    width: 101.5%;
    height: 97%;
    background: transparent;
    box-shadow: none;
}

#modalVideo .modal-content .modal-body .close {
    color: #FF6700;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    text-shadow: none;
}

#modalVideo.modal.in .modal-content .modal-body {
    padding-top: 2.5%;
}

.modal-backdrop.in {
    background: linear-gradient(90deg, #005F45, rgba(0, 0, 0, 0.9));
}

/* Alert Question */
#condition .modal-content .modal-body .title {
    padding: 3rem 0;
    margin-bottom: 0;
}

#condition .modal-content .modal-body .condition-modal,
#alertStep .modal-content .modal-body .condition-modal,
#alertPayment .modal-content .modal-body .condition-modal {
    padding: 2rem 3rem;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
}

#condition .modal-content .modal-footer button,
#alertStep .modal-content .modal-footer button,
#alertPayment .modal-content .modal-footer button {
    background: #617fb1;
    color: #fff;
    text-shadow: none;
    font-weight: normal;
    font-size: 18px;
    border-radius: 5px;
    padding: 7px;
    text-align: center;
}

    #condition .modal-content .modal-footer button > span,
    #alertStep .modal-content .modal-footer button > span,
    #alertPayment .modal-content .modal-footer button > span {
        display: inline-block;
        position: static;
        line-height: 0;
        vertical-align: sub;
    }

#condition .modal-content .modal-footer,
#alertStep .modal-content .modal-footer,
#alertPayment .modal-content .modal-footer {
    padding: 2rem;
}

#condition .modal-content .modal-body .condition-modal > div {
    display: none;
}

#condition .modal-content .modal-body .condition-modal.question-one > .health-one,
#condition .modal-content .modal-body .condition-modal.question-two > .health-two,
#condition .modal-content .modal-body .condition-modal.question-three > .health-three {
    display: block;
}

/* End */

/* =================== 
   WIDGET ARROW TO TOP
   =================== */
/* Arrow To Top */
button.btn.help-center {
    display: none;
    border-radius: 50px;
    position: fixed;
    background: #114f99;
    right: 5px;
    padding: 5px;
    font-size: 20px;
    bottom: 30%;
    cursor: pointer;
    text-align: center;
    z-index: 99;
    color: #fff;
    box-shadow: 0px 4px rgba(17,79,153,0.2);
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    outline: none !important;
    width: 40px;
    height: 40px;
    border: none;
}

    button.btn.help-center:hover {
        box-shadow: 0px 6px rgba(17,79,153,0.6);
        bottom: 30.5%;
    }

    button.btn.help-center:active {
        box-shadow: 0px 0px #ab3c3c;
        bottom: 29%;
    }

/* End */

button:focus, button:hover {
    outline: none;
}

.dho-panel-group {
}

    .dho-panel-group .panel-default > .panel-heading {
        background: linear-gradient(90deg, #5f7fb0, #5ab299);
        border-radius: 0;
        padding: 0;
    }

        .dho-panel-group .panel-default > .panel-heading .panel-title {
            font-size: 22px;
            color: #fff;
        }

            .dho-panel-group .panel-default > .panel-heading .panel-title svg {
                max-width: 100%;
                width: 35px;
                height: 35px;
                position: absolute;
                left: 20px;
                top: 7.5px;
            }

                .dho-panel-group .panel-default > .panel-heading .panel-title svg path {
                    fill: #fff;
                }

            .dho-panel-group .panel-default > .panel-heading .panel-title .word {
                display: inline-block;
                vertical-align: middle;
            }

            .dho-panel-group .panel-default > .panel-heading .panel-title a[data-toggle="collapse"] {
                display: block;
                overflow: hidden;
                position: relative;
                text-decoration: none;
                padding: 15px;
            }

    .dho-panel-group .panel-default > .panel-collapse {
        position: relative;
    }

#modalSpech .dho-panel-group .panel-default > .panel-collapse .panel-body {
    padding: 25px 7rem;
}

    #modalSpech .dho-panel-group .panel-default > .panel-collapse .panel-body ul {
        list-style: none;
    }

        #modalSpech .dho-panel-group .panel-default > .panel-collapse .panel-body ul .title {
            font-size: inherit;
        }

.benefit-content {
    text-align: center;
    border-bottom: 2px solid #d4e8f3;
    padding: 0 0 2rem;
}

    .benefit-content ol,
    .benefit-content ul {
        text-align: left;
    }

.modal-content .modal-body .benefit-content .title {
    font-size: 24px;
}


.modal-content .list-in-modal > li .name-benefit {
    color: rgba(0, 0, 0, 0.5);
}

.modal-content .list-in-modal > li .table-benefit-insurance tr > td {
    color: rgba(0, 0, 0, 0.5);
    border-color: #000;
}

.bronze .modal-content .list-in-modal > li:nth-child(2) .table-benefit-insurance tr > td:nth-child(2),
.silver .modal-content .list-in-modal > li:nth-child(2) .table-benefit-insurance tr > td:nth-child(3),
.gold .modal-content .list-in-modal > li:nth-child(2) .table-benefit-insurance tr > td:nth-child(4),
.platinum .modal-content .list-in-modal > li:nth-child(2) .table-benefit-insurance tr > td:nth-child(5),
.diamond .modal-content .list-in-modal > li:nth-child(2) .table-benefit-insurance tr > td:nth-child(6) {
    background: linear-gradient(90deg, #42b549, #FFC264);
}

.bronze .modal-content .list-in-modal > li:nth-child(3) .table-benefit-insurance tr > td:nth-child(2),
.silver .modal-content .list-in-modal > li:nth-child(3) .table-benefit-insurance tr > td:nth-child(3),
.gold .modal-content .list-in-modal > li:nth-child(3) .table-benefit-insurance tr > td:nth-child(4),
.platinum .modal-content .list-in-modal > li:nth-child(3) .table-benefit-insurance tr > td:nth-child(5),
.diamond .modal-content .list-in-modal > li:nth-child(3) .table-benefit-insurance tr > td:nth-child(6) {
    background: linear-gradient(90deg, #42b549, #FFC264);
}

.table-benefit-insurance.up thead tr td[colspan="3"] {
    color: rgba(0, 0, 0, 0.5) !important;
}

.table-benefit-insurance tr > td .payment-type {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .table-benefit-insurance tr > td .payment-type > li {
        display: block;
        width: 125px;
        text-align: left;
        margin-bottom: 1rem;
        border-bottom: 1px solid;
        padding-bottom: 5px;
    }

        .table-benefit-insurance tr > td .payment-type > li .fas {
            margin-left: 3px;
        }

        .table-benefit-insurance tr > td .payment-type > li label {
            display: block;
        }

        .table-benefit-insurance tr > td .payment-type > li span {
            display: block;
        }

.modal-content .modal-footer button.close {
    background: none;
    color: rgba(0, 0, 0, 0.5);
}

.dho-panel-group .panel-default > .panel-heading {
    background: linear-gradient(90deg, #42b549, #FFC264);
    border: none;
    margin-top: 0;
}

.panel-group .panel + .panel {
    box-shadow: none;
    border: none;
}

.panel-group .panel {
    box-shadow: none;
    border: none;
}

/* ==============
   FOOTER
   ============== */

.vol-wrapper footer {
    background: #000;
    padding: 1rem 15px;
    border-top: 3px solid #FFBF00;
}

    .vol-wrapper footer .dho-bottom-footer .content .dho-logo img {
        max-width: 100%;
        width: 100px;
        display: inline-block;
    }

    .vol-wrapper footer .dho-bottom-footer .content .ojk-word {
        margin: 0;
        display: inline-block;
        color: #fff;
        vertical-align: middle;
        margin-left: 15px;
    }

    .vol-wrapper footer .dho-bottom-footer .content .dho-logo {
        display: inline-block;
        vertical-align: middle;
    }

.dho-partner {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

    .dho-partner img {
        width: 90px;
    }

/* Registration */

section.wrap-account .container {
    width: 1024px;
    max-width: 100%;
}

.wrap-account .opening-text {
    font-size: 2.5rem;
    font-family: 'Averta-Black';
    border-bottom: 1px solid #eee;
    padding-bottom: 2rem;
    margin: 2rem 0 4rem;
}

.wrap-account fieldset {
    padding: 30px 30px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 3rem;
    box-shadow: -1px 1px 14px 1px rgba(95,127, 176, 0.4);
}

.wrap-legend fieldset .form-group input,
.wrap-legend fieldset .form-group select,
.wrap-legend fieldset .form-group textarea,
.wrap-legend fieldset .ui-selectmenu-button {
    margin: 0;
    display: inline-block;
    height: initial;
    width: 265px;
    font-family: Averta-Bold;
    padding: 10px;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
    border: none;
    border: 1px solid #d9d9d9;
    color: #5f7fb0;
    font-size: 16px;
}

.wrap-legend fieldset .form-group select {
    cursor: pointer;
    cursor: -webkit-grabbing;
}

.wrap-legend fieldset .form-group.full label.title-input,
.wrap-legend fieldset .form-group.full .form-control {
    width: 100%;
}

.wrap-legend fieldset .form-group input.short,
.wrap-legend fieldset .form-group select.short {
    width: 50px;
}

.wrap-legend fieldset .form-group input.full,
.wrap-legend fieldset .form-group select.full,
.wrap-legend fieldset .form-group .full {
    width: 79.5%;
    max-width: 886px;
}

.wrap-legend fieldset .form-group .select-group .form-control,
.wrap-legend fieldset .form-group .select-group .text,
.wrap-legend fieldset .form-group .select-group .ui-selectmenu-button.ui-button {
    display: inline-block;
    width: 150px;
    vertical-align: middle;
}

.wrap-legend fieldset .form-group .select-group .text {
    width: 110px;
}

    .wrap-legend fieldset .form-group .select-group .text .form-control {
        width: 100%;
    }

.wrap-legend {
    position: relative;
    clear: both;
    margin-bottom: 7rem;
}

    .wrap-legend fieldset > .title-legend {
        width: inherit;
        border-bottom: 0;
        padding: 0 10px;
        color: #5f7fb0;
        text-transform: capitalize;
        font-family: Averta-Bold;
        font-size: 2.5rem;
        display: block;
        margin-bottom: 4rem;
    }

        .wrap-legend fieldset > .title-legend .fas {
            display: inline-block;
            margin-right: 1rem;
            vertical-align: bottom;
        }

        .wrap-legend fieldset > .title-legend > span {
            font-size: 14px;
            font-family: 'Averta-regular';
            margin: 6px 0 0;
            text-transform: lowercase;
            display: block;
        }

    .wrap-legend fieldset > legend:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 45px;
        height: 45px;
        background: url("../images/ico-user.png") no-repeat center;
        background-size: contain !important;
        margin-right: 1rem;
    }

    .wrap-legend fieldset > legend.house:before {
        background: url("../images/ico-home.png") no-repeat center;
    }

    .wrap-legend fieldset .abstract {
        margin-bottom: 5rem;
        position: relative;
    }

    .wrap-legend fieldset .form-group {
        clear: both;
        overflow: hidden;
        margin-bottom: 2rem;
    }

        .wrap-legend fieldset .form-group .title-input {
            width: 165px;
            display: inline-block;
            padding-right: 2rem;
            font-size: 16px;
            color: rgba(0, 0, 0, 0.5);
            margin-bottom: 1.25rem;
            text-align: left;
            font-family: Averta-Light;
            vertical-align: top;
        }

            .wrap-legend fieldset .form-group .title-input.middle-long {
                width: 100%;
            }

        .wrap-legend fieldset .form-group input.short,
        .wrap-legend fieldset .form-group select.short {
            width: 60px;
        }

        .wrap-legend fieldset .form-group input.full,
        .wrap-legend fieldset .form-group select.full {
            width: 75%;
            max-width: 886px;
        }

    .wrap-legend fieldset > .title-legend i.color-red {
        font-size: 10px;
        position: relative;
        top: -7px;
        color: orangered;
        margin-left: 1rem;
    }

    .wrap-legend fieldset .form-group input,
    .wrap-legend fieldset .form-group select,
    .wrap-legend fieldset .form-group textarea,
    .wrap-legend fieldset .ui-selectmenu-button {
        color: rgba(0, 0, 0, 0.5);
    }

.hr {
    display: block;
    text-align: center;
    padding: 1rem 0 2rem;
    color: rgba(0,0,0,0.2);
    font-size: 16px;
    margin-bottom: 2rem;
}


.form-group.helper-registration .btn {
    width: 100%;
    border: none;
    box-shadow: none;
}

    .form-group.helper-registration .btn#js-login-facebook {
        background: #3b5998;
    }

    .form-group.helper-registration .btn i.fab {
        display: inline-block;
        margin-right: 5px;
    }

    .form-group.helper-registration .btn#js-login-gmail {
        background: transparent;
        color: rgba(0, 0, 0, 0.5);
        border: 1px solid rgba(0, 0, 0, 0.2);
    }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: darkgray !important;
    font-family: Averta-Light;
}

::-moz-placeholder { /* Firefox 19+ */
    color: darkgray !important;
    font-family: Averta-Light;
}

:-ms-input-placeholder { /* IE 10+ */
    color: darkgray !important;
    font-family: Averta-Light;
}

:-moz-placeholder { /* Firefox 18- */
    color: darkgray !important;
    font-family: Averta-Light;
}

.wrap-legend fieldset .form-group .col-sm-6 + .col-sm-12 {
    margin-top: 1rem;
}

/* End */

/* checkmark */

/* form-check */
.form-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: inherit;
}

    /* Hide the browser's default checkbox */
    .form-check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border: 2px solid #5f82b1;
}

/* On mouse-over, add a grey background color */
.form-check:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.form-check input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.form-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.form-check .checkmark:after {
    left: 4px;
    top: 0;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wrap-account .wrap-legend.preview input,
.wrap-account .wrap-legend.preview select,
.wrap-account .wrap-legend.preview .ui-selectmenu-button,
.wrap-account .wrap-legend.preview textarea {
    border: none !important;
    cursor: context-menu !important;
    background: transparent;
}

.wrap-account .wrap-legend.preview .title-legend .color-red {
    display: none;
}

.wrap-account .wrap-legend.preview .ui-selectmenu-button .ui-selectmenu-icon.ui-icon,
.wrap-account .wrap-legend.preview #btn-add-beneficiary,
.wrap-account .wrap-legend.preview .btn.trash {
    display: none;
}

.wrap-account .form-check span.radio {
    position: absolute;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 2px solid #FF6700;
    border-radius: 20px;
    top: 2px;
    margin: 0;
}

.wrap-account .form-check input:checked ~ span.radio {
    background: #FF6700;
}

.wrap-account fieldset ul.option {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .wrap-account fieldset ul.option > li {
        margin-bottom: 1rem;
        display: inline-block;
        width: 45%;
        vertical-align: middle;
    }

        .wrap-account fieldset ul.option > li .caption-tag .form-check {
            margin-bottom: 1.5rem;
            font-size: 20px;
            line-height: 1.5;
        }

            .wrap-account fieldset ul.option > li .caption-tag .form-check > i.fas {
                border-left: 1px solid #ddd;
                padding-left: 1rem;
            }

        .wrap-account fieldset ul.option > li .caption-tag .detail {
            padding: 17px 47px;
            display: block;
            font-size: 20px;
            height: 150px;
        }

.password-block {
    position: absolute;
    right: 30px;
    top: 10px;
    width: 20px;
    font-size: 20px;
    cursor: pointer;
}

    .password-block i.fas.fa-eye {
        display: inline;
    }

    .password-block i.fas.fa-eye-slash {
        display: none;
    }

.shown-password .password-block i.fas.fa-eye {
    display: none;
}

.shown-password .password-block i.fas.fa-eye-slash {
    display: inline;
}

.equal-statement p a {
    color: #FF6700;
    font-weight: bold;
}

.wrap-legend fieldset .form-group.equal-statement {
    text-align: center;
}

.equal-statement p {
    width: 70%;
    margin: auto;
    display: block;
}

button#js-btn-register[disabled] {
    color: #d0d0d0;
    border-color: #d0d0d0;
}

.data-registration label.checkbox-inline {
    padding-top: 10px;
}

button#js-btn-register {
    text-align: center;
    border: 1px solid #42b549;
    color: #42b549;
}

.btn:hover {
    color: #fff;
}

section.wrap-account {
    background-image: url(../image/bg-city.png);
    background-size: 110%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 50% bottom;
}

.wrap-account fieldset.data-registration {
    position: relative;
}

    .wrap-account fieldset.data-registration:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(225,225,225,.5);
        z-index: 9;
        cursor: no-drop;
    }

    .wrap-account fieldset.data-registration.shown:after {
        content: none;
    }

/* End */

/* Widget Bootbox */

.bootbox.modal button.btn.btn-primary {
    background: #665DC5;
    border: none;
    color: #fff;
    text-shadow: none;
    font-weight: normal;
    font-size: 18px;
    border-radius: 5px;
    padding: 7px;
    text-align: center;
}

.bootbox.modal .modal-content {
    border-radius: 10px;
}

    .bootbox.modal .modal-content .bootbox-body {
        padding: 1rem;
        text-align: center;
    }

.bootbox.modal button.bootbox-close-button {
    color: #000;
    opacity: 1;
    margin-top: 0 !important;
    text-shadow: none;
    font-size: 30px;
    font-weight: normal;
    position: absolute;
    right: 10px;
}

/* End Widget Bootbox */

/* How Referral Works */

section.wrap-referral-info {
    background: #FFF;
    background-image: url(../image/bg-city.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    padding-bottom: 10rem;
}

    section.wrap-referral-info h2 {
        margin: 0;
        color: inherit;
        font-family: 'Averta-Bold';
        font-size: 4rem;
        margin-top: 5rem;
    }

    section.wrap-referral-info ul.referral-step {
        margin: 5rem 0 0;
        padding: 0;
        list-style: none;
    }

        section.wrap-referral-info ul.referral-step > li {
            display: block;
            float: left;
            width: 50%;
            overflow: hidden;
            min-height: 200px;
            position: relative;
            padding-left: 7rem;
        }

            section.wrap-referral-info ul.referral-step > li .number {
                display: block;
                font-size: 20px;
                width: 50px;
                text-align: center;
                border-radius: 50px;
                background: #114f99;
                color: #fff;
                height: 50px;
                line-height: 50px;
                position: absolute;
                top: 0;
                left: 0;
            }

            section.wrap-referral-info ul.referral-step > li .caption {
                font-weight: bold;
                font-size: 2rem;
                margin: 0 0 2rem;
            }

            section.wrap-referral-info ul.referral-step > li .abstract {
                position: static;
                font-size: 20px;
                margin: 0;
                padding: 0;
                border: none;
                font-family: 'Averta-Light';
            }

                section.wrap-referral-info ul.referral-step > li .abstract a {
                    font-weight: bold;
                }

    section.wrap-referral-info h2 .fa.fa-link {
        color: #FFBF00;
    }


/* End How Referral Works */



/* ================================================================================ 
   ================================================================================
    DOA STYLE
   ================================================================================
   ================================================================================ */



.our-program > .item {
    display: block;
    width: 33.3333%;
    float: left;
    position: relative;
    text-align: center;
    padding-top: 5rem;
}

    .our-program > .item h1 {
        font-size: 2.5rem;
        color: #000;
        margin-top: 0;
    }

    .our-program > .item > h2 {
        font-size: 20px;
        color: #000;
        font-family: 'Averta-Light';
    }

    .our-program > .item:before {
        content: "";
        display: block;
        width: 100px;
        height: 75px;
        margin: auto;
        margin: 0 auto 5rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .our-program > .item:nth-child(1):before {
        background-image: url(../image/ico-wallet.png);
    }

    .our-program > .item:nth-child(2):before {
        background-image: url(../image/ico-family.png);
    }

    .our-program > .item:nth-child(3):before {
        background-image: url(../image/ico-responsive.png);
    }

/* Notifikasi Page */
.dho-message {
    padding: 7% 0;
}

    .dho-message .notification-message {
        text-align: center;
        font-size: 3rem;
        font-weight: bold;
    }

        .dho-message .notification-message .message-text {
            font-size: 2.4rem;
            display: block;
            font-weight: normal;
            margin-top: 0;
        }

    .dho-message .dashboard-guide.notification-message {
        position: relative;
        margin-top: 5rem;
        padding-top: 2rem;
        font-size: 22px;
    }

        .dho-message .dashboard-guide.notification-message > i.fas {
            display: inline-block;
            font-size: 20px;
            padding: 5px;
            width: initial;
            height: initial;
            background: transparent;
            color: #FF6700;
        }

        .dho-message .dashboard-guide.notification-message:after {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            background: #ddd;
            position: absolute;
            top: 0;
        }

.dho-message {
    max-width: 100%;
    margin: auto;
    display: block;
    width: 768px;
}

    .dho-message .notification-message > ul {
        list-style: none;
        padding: 0;
        display: block;
        text-align: left;
        width: 400px;
        margin: auto;
    }

        .dho-message .notification-message > ul > li {
            margin-bottom: 1rem;
        }

            .dho-message .notification-message > ul > li > label.name {
                display: inline-block;
                width: 250px;
                position: relative;
            }

            .dho-message .notification-message > ul > li > span.text {
                display: inline-block;
                font-weight: normal;
                margin-left: 1rem;
            }

            .dho-message .notification-message > ul > li > label.name:after {
                content: ":";
                display: inline-block;
                position: absolute;
                right: 0;
            }

    .dho-message .notification-message > i.fas,
    .dho-message .notification-message > i.far {
        display: block;
        background: #114f99;
        padding: 15px 0 0;
        border-radius: 50%;
        color: #efff00;
        margin: 0 auto 5rem;
        width: 80px;
        height: 80px;
        font-size: 5rem;
    }

    .dho-message .notification-message > i.far {
        font-size: 6.5rem;
        height: 110px;
        width: 110px;
        padding-top: 2.25rem;
    }

.message-text .product-title {
    font-weight: bold;
    color: #114f99;
}

    .message-text .product-title > b {
        position: relative;
        top: -10px;
        right: 10px;
        font-size: 40px;
        color: #114f99;
    }

.text-download {
    font-size: 2rem;
    margin-top: 1rem;
}

    .text-download .message-download {
        margin-right: 1rem;
    }

    .text-download a.btn {
        display: inline-block;
        background: #4b76ab;
        color: #fff;
        padding: 5px 2rem;
        border-radius: 3px;
    }

.btn-placement {
    text-align: center;
    padding-top: 5rem;
}

    .btn-placement > .btn.backhome,
    .btn-placement > .btn.cs-call {
        display: inline-block;
        padding: 10px 15px;
        font-weight: 600;
        border-radius: 3px;
        font-size: 16px;
        font-family: 'Averta-Regular';
        background: center;
        box-shadow: none;
        color: #000;
        border: 1px solid;
        width: initial;
    }

        .btn-placement > .btn.backhome i.fas.fa-home {
            margin-right: 1rem;
        }

    .btn-placement > .btn.cs-call {
        width: 200px;
        text-align: center;
        background: #114f99;
        color: #fff;
    }

        .btn-placement > .btn.cs-call i.fas {
            margin-right: 5px;
        }

.message-text .product-title {
    color: #114f99;
}

    .message-text .product-title > b {
        color: #114f99;
    }

/* Monthly Renewal */

.wrap-renewal .title {
    font-family: 'Averta-Bold';
}

.vol-wrapper .wrap-renewal {
    padding: 2.5rem 1.5rem;
    background: #fff;
    box-shadow: -1px 1px 14px 1px rgba(95,127, 176, 0.4);
    width: 1024px;
    max-width: 100%;
    margin: 0 auto 0;
    border-radius: 5px;
    position: relative;
    margin: 4rem auto;
}

.wrap-renewal .info-polis ul {
    list-style: none;
    margin-bottom: 2rem;
    border-bottom: 1px solid #eee;
    padding: 0;
}

.wrap-renewal .title {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.wrap-renewal .info-polis, .wrap-renewal .info-transaction {
    padding: 0;
    margin-top: 3rem;
}

    .wrap-renewal .info-polis ul > li {
        padding: 0 0 0;
        margin-bottom: 1rem;
    }

        .wrap-renewal .info-polis ul > li label.text-title {
            display: inline-block;
            font-family: 'Averta-Light';
            text-transform: capitalize;
        }

        .wrap-renewal .info-polis ul > li span.text-info {
            display: inline-block;
            float: right;
            font-family: 'Averta-Regular';
        }


    .wrap-renewal .info-transaction .title {
        font-size: 2rem;
        color: #000;
    }

.table-transaction h3.history-title {
    background: #d0d0d0;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    color: #000;
}

.table-transaction table {
    width: 100%;
}

    .table-transaction table tr td {
        padding: 10px;
        border-bottom: 1px solid #eee;
        text-align: left;
    }

.table-transaction .wrap-table {
    max-height: 250px;
    overflow: auto;
}

.table-transaction table thead tr td {
    font-family: 'Averta-Bold';
    color: #000;
}

.wrap-renewal .list-payment li .dho-panel-group .panel-default > .panel-heading .panel-title {
    padding: 10px 15px;
    border: none !important;
    color: inherit;
}

    .wrap-renewal .list-payment li .dho-panel-group .panel-default > .panel-heading .panel-title .form-check .text {
        margin: 0;
        font-size: 14px;
    }

        .wrap-renewal .list-payment li .dho-panel-group .panel-default > .panel-heading .panel-title .form-check .text span.icon {
            display: block;
            margin: 0;
        }

        .wrap-renewal .list-payment li .dho-panel-group .panel-default > .panel-heading .panel-title .form-check .text .icon > .icon {
            width: 20px;
            margin: 0;
        }

.wrap-renewal .panel-group .panel {
    margin-bottom: 1rem;
    border: 1px solid #eee;
}

.wrap-renewal ul.list-payment {
    margin-top: 3rem;
    list-style: none;
    padding: 0;
}

.wrap-renewal .type-payment {
    padding: 0 15px;
    position: relative;
}

.dho-wrapper .wrap-renewal .btn {
    width: 100%;
}

.wrap-renewal ul.list-payment:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 53px;
    height: 635px;
    width: 1px;
    background: #eee;
}

.wrap-renewal .abstract {
    border-bottom: 2px solid #4b76ab;
    font-size: 16px;
    position: static;
    padding: 0 0 1rem;
}

/* End Monthly Renewal */

.wrap-renewal .dho-panel-group .panel-default > .panel-heading {
    background: none;
}

.wrap-renewal .container {
    max-width: 100%;
}

.wrap-renewal .btn {
    border: 1px solid #333;
    width: 100%;
    text-align: center;
    background: #42b549;
    color: #fff;
    text-shadow: none;
}

    .wrap-renewal .btn:hover, .wrap-renewal .btn:focus, .wrap-renewal .btn:visited, .wrap-renewal .btn:focus {
        color: inherit;
        background: transparent;
    }

/* Monthly Renewal */

/* form-check */
.form-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: inherit;
}

    /* Hide the browser's default checkbox */
    .form-check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border: 2px solid #5f82b1;
}

/* On mouse-over, add a grey background color */
.form-check:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.form-check input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.form-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.form-check .checkmark:after {
    left: 4px;
    top: 0;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-check span.radio {
    position: absolute;
    top: 3px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 2px solid #42b549;
    border-radius: 20px;
}

.form-check input:checked ~ span.radio {
    background: #42b549;
}

/* End Checkmark */

/* Guideline After Regis and Beli */

.dho-condition section.wrap-referral-info ul.referral-step > li {
    min-height: initial;
    float: none;
    width: 100%;
    padding-bottom: 8rem;
    padding-left: 9rem;
    position: relative;
}

    .dho-condition section.wrap-referral-info ul.referral-step > li > img {
        display: inline-block;
        margin-bottom: 1rem;
        width: 100px;
    }

    .dho-condition section.wrap-referral-info ul.referral-step > li > span.number {
        background: #42b549;
        background: transparent;
        color: #42b549;
        border: 2px solid #42b549;
        line-height: 43px;
        top: 0px;
    }

    .dho-condition section.wrap-referral-info ul.referral-step > li > h4.caption {
        display: inline-block;
        margin-left: 2rem;
        vertical-align: middle;
    }

    .dho-condition section.wrap-referral-info ul.referral-step > li > p.abstract {
        background: #eee;
        padding: 1.5rem 2rem 2rem;
        line-height: 1.5;
        margin-top: 2rem;
    }

    .dho-condition section.wrap-referral-info ul.referral-step > li .link-sobatDoa img {
        display: inline-block;
        width: 25px;
        vertical-align: sub;
        margin-right: 5px;
        margin-left: 5px;
    }

    .dho-condition section.wrap-referral-info ul.referral-step > li:after {
        content: "";
        display: block;
        width: 2px;
        height: 100%;
        border-left: 1px dashed #ddd;
        position: absolute;
        left: 25px;
        top: 50px;
        z-index: 1;
    }

    .dho-condition section.wrap-referral-info ul.referral-step > li:last-child:after {
        display: none;
    }

.dho-condition section.wrap-referral-info h2 {
    text-align: center;
    font-size: 3.5rem;
}

.dho-condition section.wrap-referral-info ul.referral-step > li > ul {
    background: #eee;
    padding: 1.5rem 2.25rem 2rem;
    line-height: 1.5;
    margin-top: 2rem;
    list-style: none;
    font-size: 20px;
    margin: 0;
    border: none;
    font-family: 'Averta-Light';
    margin-top: 1.5rem;
}

section.wrap-referral-info ul.referral-step > li .link-sobatDoa {
    font-weight: bold;
    color: #42b549;
}

/* Guidelin in Modal */


/* success page */
.modal-body .dho-message .notification-message > i.fas {
    width: 70px;
    height: 70px;
    font-size: 40px;
}

.modal-body .dho-message .notification-message {
    font-size: 2rem;
}

    .modal-body .dho-message .notification-message .message-text {
        font-size: 14px;
        padding: 0 2rem;
        margin-top: 1rem;
    }

.modal-body .dho-condition section.wrap-referral-info h2 {
    font-size: 2rem;
}

.modal-body .dho-condition section.wrap-referral-info ul.referral-step > li > span.number {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 25px;
}

.modal-body .dho-condition section.wrap-referral-info ul.referral-step > li {
    padding: 15px;
    background: #eee;
    overflow: visible;
}

    .modal-body .dho-condition section.wrap-referral-info ul.referral-step > li > img {
        margin-bottom: 0;
        width: 70px;
        display: block;
        margin: auto;
    }

    .modal-body .dho-condition section.wrap-referral-info ul.referral-step > li > h4.caption {
        display: block;
        margin: 2rem auto 0;
        text-align: center;
    }

    .modal-body .dho-condition section.wrap-referral-info ul.referral-step > li > p.abstract, .dho-condition section.wrap-referral-info ul.referral-step > li > ul {
        background: #fff;
        margin: 2rem 0 0;
        font-size: 14px;
    }

    .modal-body .dho-condition section.wrap-referral-info ul.referral-step > li:after {
        height: 50px;
        top: initial;
        bottom: -50px;
        left: 0;
        right: 0;
        margin: auto;
    }

.modal-body .btn-placement {
    padding-top: 2rem;
}

.modal-body section.wrap-referral-info {
    border-top: 1px solid #ddd;
    padding: 0 2rem 4rem;
}

.modal-body .dho-condition section.wrap-referral-info ul.referral-step > li {
    padding: 2rem;
    margin-bottom: 5rem;
}

    .modal-body .dho-condition section.wrap-referral-info ul.referral-step > li > span.number {
        left: 2rem;
        top: 2rem;
    }

/* Failed Page */
.failedPage section.wrap-referral-info ul.referral-step > li .icon {
    position: relative;
}

    .failedPage section.wrap-referral-info ul.referral-step > li .icon > .fas,
    section.wrap-referral-info ul.referral-step > li .icon > .far,
    section.wrap-referral-info ul.referral-step > li .icon > .fa {
        font-size: 3rem;
        color: #fff;
        background: #42B549;
        width: 73px;
        height: 73px;
        text-align: center;
        padding-top: 2rem;
        border-radius: 50px;
        margin-bottom: 2rem;
    }

.dho-condition.failedPage section.wrap-referral-info ul.referral-step > li > h4.caption {
    margin-left: 0;
}

.dho-condition.failedPage .info-polis {
    background: #fff;
    padding: 3rem;
    margin-top: 2rem;
    width: 600px;
    max-width: 100%;
    margin: 5rem auto 0;
}

    .dho-condition.failedPage .info-polis > ul {
        list-style: none;
        font-size: 16px;
        text-align: left;
        padding-bottom: 1rem;
        border-bottom: 1px solid #eee;
        padding-left: 0;
    }

        .dho-condition.failedPage .info-polis > ul:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .dho-condition.failedPage .info-polis > ul > li {
            line-height: 1.5;
        }

            .dho-condition.failedPage .info-polis > ul > li label {
                margin: 0;
            }

                .dho-condition.failedPage .info-polis > ul > li label.text-title, .info-polis > ul > li label.text-title strong {
                    font-weight: 100;
                }

            .dho-condition.failedPage .info-polis > ul > li span.text-info {
                float: right;
                color: #000;
            }

.dho-condition.failedPage .btn-placement {
    padding-top: 5rem;
}

/*End of FailedPage */

/* Start of Loader Page */
.loader-page {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background: rgba(255,255,255, 0.8);
    z-index: 999;
}

.wait-on .loader-page {
    display: block;
}

.cube-folding {
    width: 50px;
    height: 50px;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 0;
}

    .cube-folding span {
        position: relative;
        width: 25px;
        height: 25px;
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        display: inline-block;
    }

        .cube-folding span::before {
            content: '';
            background-color: #42b549;
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            width: 25px;
            height: 25px;
            -moz-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
            -moz-animation: folding 2.5s infinite linear both;
            -webkit-animation: folding 2.5s infinite linear both;
            animation: folding 2.5s infinite linear both;
        }

    .cube-folding .leaf2 {
        -moz-transform: rotateZ(90deg) scale(1.1);
        -ms-transform: rotateZ(90deg) scale(1.1);
        -webkit-transform: rotateZ(90deg) scale(1.1);
        transform: rotateZ(90deg) scale(1.1);
    }

        .cube-folding .leaf2::before {
            -moz-animation-delay: 0.3s;
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
            background-color: #42b549ad;
        }

    .cube-folding .leaf3 {
        -moz-transform: rotateZ(270deg) scale(1.1);
        -ms-transform: rotateZ(270deg) scale(1.1);
        -webkit-transform: rotateZ(270deg) scale(1.1);
        transform: rotateZ(270deg) scale(1.1);
    }

        .cube-folding .leaf3::before {
            -moz-animation-delay: 0.9s;
            -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
            background-color: #42b54959;
        }

    .cube-folding .leaf4 {
        -moz-transform: rotateZ(180deg) scale(1.1);
        -ms-transform: rotateZ(180deg) scale(1.1);
        -webkit-transform: rotateZ(180deg) scale(1.1);
        transform: rotateZ(180deg) scale(1.1);
    }

        .cube-folding .leaf4::before {
            -moz-animation-delay: 0.6s;
            -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
            background-color: #42b5497d;
        }

@-moz-keyframes folding {
    0%, 10% {
        -moz-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -moz-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -moz-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes folding {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes folding {
    0%, 10% {
        -moz-transform: perspective(140px) rotateX(-180deg);
        -ms-transform: perspective(140px) rotateX(-180deg);
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -moz-transform: perspective(140px) rotateX(0deg);
        -ms-transform: perspective(140px) rotateX(0deg);
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -moz-transform: perspective(140px) rotateY(180deg);
        -ms-transform: perspective(140px) rotateY(180deg);
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.cube-wrapper {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    text-align: center;
}

    .cube-wrapper:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -20px;
        margin: auto;
        width: 90px;
        height: 6px;
        background-color: rgba(0, 0, 0, 0.1);
        -webkit-filter: blur(2px);
        filter: blur(2px);
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        z-index: 1;
        -moz-animation: shadow 0.5s ease infinite alternate;
        -webkit-animation: shadow 0.5s ease infinite alternate;
        animation: shadow 0.5s ease infinite alternate;
    }

    .cube-wrapper .loading {
        font-size: 13px;
        letter-spacing: 0.1em;
        display: block;
        color: #000;
        position: relative;
        top: 25px;
        z-index: 2;
        -moz-animation: text 0.5s ease infinite alternate;
        -webkit-animation: text 0.5s ease infinite alternate;
        animation: text 0.5s ease infinite alternate;
        font-family: 'Averta-Bold';
    }

@-moz-keyframes text {
    100% {
        top: 35px;
    }
}

@-webkit-keyframes text {
    100% {
        top: 35px;
    }
}

@keyframes text {
    100% {
        top: 35px;
    }
}

@-moz-keyframes shadow {
    100% {
        bottom: -18px;
        width: 100px;
    }
}

@-webkit-keyframes shadow {
    100% {
        bottom: -18px;
        width: 100px;
    }
}

@keyframes shadow {
    100% {
        bottom: -18px;
        width: 100px;
    }
}

html, body {
    min-height: 100%;
}

/* End of Loader Page */


/* Layanan 24 Jam */
#ModalServiceHours {
    top: 20px;
    padding: 20px;
}

    #ModalServiceHours img {
        position: absolute;
        top: -30px;
        right: -30px;
        z-index: 9;
        width: 90px;
    }

    #ModalServiceHours .modal-dialog .condition-modal {
        padding: 0 2rem 2rem;
        text-align: center;
    }

    #ModalServiceHours .modal-dialog .modal-footer > * {
        min-width: 125px;
        padding: 5px;
        height: initial;
        text-align: center;
        font-size: 16px;
        line-height: 1.5;
        vertical-align: middle;
        border-radius: 3px;
        margin: 0 5px;
    }

        #ModalServiceHours .modal-dialog .modal-footer > * > * {
            font-size: 18px;
            vertical-align: text-bottom;
        }

    #ModalServiceHours .modal-dialog .modal-footer > .close {
        display: inline-block;
        border: 1px solid red;
        border-radius: 3px;
        color: red;
    }

    #ModalServiceHours .modal-dialog .modal-footer > a.btn {
        background: #0770cd;
        color: #fff;
    }

    #ModalServiceHours .modal-content .modal-body .title {
        color: #0770cd;
        font-size: 2rem;
        padding-top: 2rem;
        margin-bottom: 2rem;
    }

.HelpCenterService {
    -webkit-box-shadow: 0 4px 8px 0 rgb(27 27 27 / 20%), 0 16px 24px 0 rgb(27 27 27 / 20%);
    box-shadow: 0 4px 8px 0 rgb(27 27 27 / 20%), 0 16px 24px 0 rgb(27 27 27 / 20%);
    color: #fff !important;
    border: 1.5px solid #eee;
    border-radius: 50px;
    background: #0770cd !important;
    margin-top: 2rem;
    position: fixed;
    right: 10px;
    text-decoration: none !important;
    bottom: 30px;
    padding: 9px 19px;
    z-index: 12;
}

@media (max-width: 640px) {
    .HelpCenterService {
        background: transparent !important;
        border: none;
        box-shadow: none;
        padding: 0;
        border-radius: 0;
        width: initial;
    }

        .HelpCenterService > span {
            display: none;
        }

        .HelpCenterService img {
            width: 70px;
        }
}
/* End Layanan 24 Jam */
