﻿/*#region HTML Elements*/
html, body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
    max-width: 1366px;
    margin: auto;
    height: 100%;
}

.banner-leftAlign {
    left: 3%;
    width: 62%;
    position: absolute;
    top: 2%;
}

.banner-productTable {
    margin-bottom: 0 !important;
    background-color: rgba(248,248,248,1)
}

    .banner-productTable th {
        width: 15%;
    }

    .banner-productTable .header-style {
        color: white;
        background-color: rgb(82, 46, 145);
    }

.border-right {
    border-right: 4px solid white;
}

.banner-small-note {
    font-size: 0.9rem;
}

.banner1-black-wording {
    font-weight: 500;
    line-height: 1;
    padding-bottom: 10px;
}

.banner1-background-img {
    right: 0 !important;
    position: absolute;
    top: 38%;
}

.banner1-odd-wording {
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(200, 200, 200) !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(200, 200, 200) !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(200, 200, 200) !important;
}

a:hover {
    color: #333;
}

input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+60,888888+61&1+0,1+69,0+70 */
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(51,51,51,1) 61%, rgba(51,51,51,1) 69%, rgba(136,136,136,0) 70%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 60%,rgba(51,51,51,1) 61%,rgba(51,51,51,1) 69%,rgba(136,136,136,0) 70%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 60%,rgba(51,51,51,1) 61%,rgba(51,51,51,1) 69%,rgba(136,136,136,0) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00888888',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#888888+44,ffffff+46,ffffff+59,888888+60,888888+60&1+0,1+69,0+70 */
    background: -moz-radial-gradient(center, ellipse cover, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 44%, rgba(255,255,255,1) 46%, rgba(255,255,255,1) 59%, rgba(51,51,51,1) 60%, rgba(51,51,51,1) 69%, rgba(136,136,136,0) 70%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(51,51,51,1) 0%,rgba(51,51,51,1) 44%,rgba(255,255,255,1) 46%,rgba(255,255,255,1) 59%,rgba(51,51,51,1) 60%,rgba(51,51,51,1) 69%,rgba(136,136,136,0) 70%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(51,51,51,1) 0%,rgba(51,51,51,1) 44%,rgba(255,255,255,1) 46%,rgba(255,255,255,1) 59%,rgba(51,51,51,1) 60%,rgba(51,51,51,1) 69%,rgba(136,136,136,0) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#00888888',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

input[type='radio']:checked:focus {
    outline: none;
}

input[type=text] {
    text-transform: uppercase;
}

    input[type=text]::placeholder {
        text-transform: none;
    }

    input[type=text]:-ms-input-placeholder {
        text-transform: none;
    }

    input[type=text]:-moz-placeholder {
        text-transform: none;
    }

    input[type=text]::-moz-placeholder {
        text-transform: none;
    }

    input[type=text]::-webkit-input-placeholder {
        text-transform: none;
    }

.txtEmail {
    text-transform: none !important;
}
/*#endregion*/

/*#region Master Page Elements*/

#divLoader {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(110,110,110,.2);
    z-index: 99999;
}

    #divLoader > .spinner {
        position: fixed;
        color: #666666;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }


.divMainContainer {
    min-height: 100%;
    position: relative;
}

/*#region Header*/
header {
    /*width: 100%;*/
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    /*height: 86px;*/
}

    header div, header a, header img {
        height: 100%;
    }

@media only screen and (max-width:567px) {
    header div {
        display: flex;
        text-align: center;
        justify-content: center;
    }
    header div, header a, header img {
        height: 80%;
    }
}
@media only screen and (max-width:320px) {
    header div, header a, header img {
        height: 78%;
    }
}
    /*#endregion*/

    /*#region Body*/

    section.content {
        width: 100%;
        /*padding-top: 5px;*/
        padding-bottom: 100px; /*height of the footer*/
    }

    /*#endregion*/

    /*#region Footer*/

    footer {
        width: 100%;
        height: 60px;
        bottom: 0;
        position: absolute;
        border-top: 1px solid #333e48;
        font-size: .8rem;
        color: #333e48;
        padding-top: 1rem;
    }

        footer a {
            color: #333e48;
        }

        footer .siteGap {
            margin-top: -6px;
        }

    /*#endregion*/

    /*#region Step Navigation Bar*/

    .stepsNavigationBar {
        background-color: rgb(82,46,144);
        color: #fff;
    }

        .stepsNavigationBar .stepsHeader {
            font-size: 2rem;
            padding: 0 20px;
        }

        .stepsNavigationBar .stepsTab {
            display: inline-block;
            width: 23%;
            color: #ccc;
        }

            .stepsNavigationBar .stepsTab.active {
                cursor: pointer;
                color: #ccc;
            }

                .stepsNavigationBar .stepsTab.active:hover {
                    cursor: pointer;
                    color: ghostwhite;
                }

            .stepsNavigationBar .stepsTab.current {
                color: white;
                text-align: left;
            }

                .stepsNavigationBar .stepsTab.current .stepsNumber {
                    color: white;
                    text-align: left;
                    font-weight: bolder;
                    font-size: 4rem;
                }

                .stepsNavigationBar .stepsTab.current .stepsLabel {
                    color: white;
                    text-align: left;
                    text-transform: uppercase;
                    font-weight: bolder;
                    font-size: 1rem;
                }

                .stepsNavigationBar .stepsTab.current::after {
                    content: '';
                    position: absolute;
                    width: 0;
                    height: 0;
                    margin-top: 1px;
                    z-index: 1;
                }

        .stepsNavigationBar .stepsNumber,
        .stepsNavigationBar .stepsLabel {
            display: table-cell;
            vertical-align: middle;
        }

            .stepsNavigationBar .stepsNumber,
            .stepsNavigationBar .stepsNumber span {
                opacity: 1;
                font-weight: 100;
                font-style: normal;
                font-size: 54px;
                font-family: "Bebas Neue Book", monospace, sans-serif;
                width: 20%;
            }

        .stepsNavigationBar .stepsLabel {
            top: 50%;
            font-size: 0.857rem;
            letter-spacing: 0.15em;
            max-width: 171px;
            min-width: 90px;
            padding-left: 10px;
            /*position: relative;*/
            font-weight: bold;
        }
    /*#endregion*/

    .navbar-tenang {
        height: 280px;
        text-align: center;
    }

    .navbar {
        height: 90px;
        vertical-align: middle;
    }

        .navbar .navbar-header {
            padding-top: 20px;
        }

        .navbar .signOutButton {
            float: right;
            padding-top: 25px;
        }

    .navLinkButton {
        float: right;
        padding-top: 20px;
    }

    .navLink {
        padding: 0px 10px;
    }

        .navLink.dropdown a {
            line-height: 1.1;
            background-color: transparent !important;
        }

        .navLink.dropdown > a::after {
            /*content: " \25bc";*/
        }

        .navLink.dropdown.open > a::after {
            /*content: " \25b2";*/
        }

        .navLink.dropdown a .caret {
            border-top-color: #333;
            border-bottom-color: #333;
        }

        .navLink.dropdown a:focus {
            background-color: transparent !important;
        }

        .navLink.dropdown a:hover {
            background-color: transparent !important;
        }

    .navLinkGroup {
        margin-right: 5px !important;
    }

    .navigationBar .navLinkGroup .dropdown .dropdown-menu a {
        color: white;
    }

    .navigationBar .navLinkGroup .dropdown .dropdown-menu li {
        color: #96bf32;
        font-weight: bold;
        margin-left: 10px;
        margin-top: 3px;
    }

    .navLink a:visited {
        color: #333;
        font-weight: bold;
    }

    .navLink a:hover {
        text-decoration: none;
        color: green;
        text-decoration-color: green;
    }

    .navLink a:focus {
        text-decoration: none;
    }

    .navLink a {
        color: #333;
        font-weight: bold;
    }

    .dropdown:hover .dropdown-menu {
        max-height: 300px;
        opacity: 1;
    }

    .dropdown {
        display: inline-block;
    }

        .dropdown .dropdown-menu {
            background-image: url("../Images/breadcrumb-bg.jpg");
            min-width: 240px;
            padding-right: 5px;
            padding-left: 5px;
            border-radius: 10px;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            max-height: 0;
            display: block;
            overflow: hidden;
            opacity: 0;
        }

        .dropdown:hover .dropdown-menu {
            max-height: 300px;
            opacity: 1;
        }

    .inner-li-style {
        padding: 0;
        list-style-type: none;
    }

    .li-style {
        padding: 5px;
    }

        .li-style > a {
            font-weight: bold;
        }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .navigationBar .navLinkGroup .dropdown .dropdown-menu a:hover {
        text-decoration: underline;
    }

    .stepsNavigationBar .pageTitle, .ProductBlock3 .pageTitle {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .agentLogo {
        height: 40px;
        padding-top: 10px;
        padding-left: 15px;
        padding-bottom: 5px;
        padding-right: 15px;
    }

    .navigationBar .dividerline {
        border-left: 1px solid #eee;
        height: 42px;
        margin: 5px 10px 5px 10px;
    }

    .navigationBar hr {
        display: block;
        width: 100%;
        margin: 2em auto 1em;
        border-style: inset;
        border-width: 1px;
        border-color: #eee;
    }

    #DialogBoxModal .modal-content {
        border: 3px solid rgb(82,46,144) !important;
        border-radius: 0.6rem !important;
    }

    #DialogBoxModal .modal-body {
        padding: 2rem;
    }

    #DialogBoxModal .modal-footer {
        justify-content: center !important;
        border-top: none !important;
    }

    #DialogBoxModal .modal-button {
        width: 150px !important;
    }

    /*#DialogBoxModal .modal-header {
    border: 0;
}
#DialogBoxModal.show{
    display:flex!important;
}

#DialogBoxModal .DialogBox {
    background: #fff;
    border-radius: 3px;
    border: 2px solid rgb(82,46,144);
    color: rgb(3,116,201);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.14em;
    overflow: hidden !important;
}

#DialogBoxModal .DialogBoxBody {
    min-height: 0px;
    text-align: center;
}

#DialogBoxModal .DialogBoxFooter {
    text-align: center;
    margin: 0;
    border: 0;
    padding-top: 0;
}

#DialogBoxModal .DialogBoxArea {
    margin: auto;
    align-self: center;
}*/

    /*#endregion*/

    /*#region Cart */

    .CartContainer {
        padding-left: 5px;
        padding-right: 5px;
    }

    .cart {
        position: sticky;
        top: 0;
        background-color: #fafafa;
        padding: 0px;
        margin: 0px;
    }

        .cart .cartTitle {
            font-size: 1.8rem;
            font-weight: 600;
            padding: 1rem;
        }

        .cart .cartProductTitle {
            font-size: 1.2rem;
            color: #333;
            background-color: #f0f0f0;
            font-weight: 600;
            padding: 1rem;
        }

        .cart .cartTotal {
            color: #333;
            background-color: #f0f0f0;
        }

            .cart .cartTotal .cartTotalAmount {
                font-size: 2rem;
                font-weight: 600;
            }

                .cart .cartTotal .cartTotalAmount sup {
                    font-size: 1.2rem;
                    /*font-weight: normal;*/
                }

                .cart .cartTotal .cartTotalAmount .note {
                    font-size: .8rem;
                    font-weight: normal;
                }

        .cart .collapseButton {
            width: 100px;
            height: 30px;
            margin-top: -15px;
            margin-left: -50px;
            border-radius: 55px;
            background-color: #f0f0f0;
            position: absolute;
            z-index: 10;
        }

            .cart .collapseButton[aria-expanded="true"]:before {
                content: "\f103";
            }

    @media (max-width: 991px) {
        .cart {
            top: unset;
            position: fixed;
            bottom: 0px;
            left: 0px;
            right: 0px;
            z-index: 100;
        }

            .cart #collapsibleCart .scrollable {
                max-height: 20vh;
                overflow-y: auto;
                overflow-x: hidden;
            }

            .cart #collapsibleCart .cartTitle {
                background-color: #f0f0f0;
            }

            .cart #collapsibleCart .cartProductTitle {
                background-color: #f8f8f8;
            }
    }

    @media (min-width: 992px) {
        .collapse.expand-sm {
            display: block;
        }

        .partialPageContainer.offset-lg-7 {
            margin-left: 63%;
        }
    }

    /*#endregion*/

    /*Popup*/
    .popupModalContent {
        border: 3px solid rgb(82,46,144) !important;
        border-radius: 0.6rem !important;
    }

    .popupModalHeader {
        border-bottom: none !important;
        justify-content: center !important;
        padding-left: 0px;
        padding-bottom: 0px;
    }

    .popupModelTitle {
        font-weight: bold;
    }

    .popupModalFooter {
        justify-content: center !important;
        border-top: none !important;
    }

    .popupBtnWidth {
        width: 150px !important;
    }
    /*#endregion*/

    /*#region Payment*/
    .PaymentInfo .PaymentMethod {
        padding: 0;
        margin-bottom: 20px;
    }

    .PaymentInfo .title {
        font-size: 18px;
        display: block;
        padding: 5px;
    }

    .PaymentInfo .PaymentMethod label {
        width: 180px;
        height: 70px;
        color: #333;
        font-size: 12px;
        font-weight: normal;
        text-align: center;
        margin-right: 15px;
        padding: 5px;
        cursor: pointer;
        float: left;
        border: 1px solid #CCC;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

        .PaymentInfo .PaymentMethod label:hover {
            background: #DDD;
        }

        .PaymentInfo .PaymentMethod label span {
            width: 100%;
            display: block;
            padding-bottom: 5px;
            white-space: nowrap;
        }

    .PaymentInfo .PaymentMethod input[type="radio"] {
        display: none;
    }

        .PaymentInfo .PaymentMethod input[type="radio"]:checked + label {
            background-color: #96bf32;
            color: white;
        }

    .PaymentInfo .BankCode {
        margin-bottom: 15px;
    }

        .PaymentInfo .BankCode labelText {
            width: 180px;
            height: 70px;
            color: #333;
            font-size: 11px;
            font-weight: normal;
            text-align: center;
            margin-right: 15px;
            padding: 5px;
            cursor: pointer;
            float: left;
            border: 1px solid #CCC;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
        }

        .PaymentInfo .BankCode label span {
            width: 100%;
            display: block;
            padding-bottom: 5px;
            white-space: nowrap;
        }

        .PaymentInfo .BankCode input[type="radio"] {
            display: none;
        }

            .PaymentInfo .BankCode input[type="radio"]:checked + label {
                border: 4px solid #96bf32;
                padding: 1px 0 1px 0;
            }

    #DropDownImageButton {
        cursor: auto;
        display: block;
        padding: 6px 5px 6px 15px;
        width: 100%;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

        #DropDownImageButton + ul a {
            padding: 5px 16px;
        }

            #DropDownImageButton + ul a img {
                padding-right: 10px;
            }

        #DropDownImageButton:focus {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        }

        #DropDownImageButton + ul {
            left: auto;
            padding: 0;
            border-radius: 0;
            margin-top: 0;
        }

        #DropDownImageButton + li:hover {
            color: #FFFFFF;
            background-color: #1E90FF;
        }

    @media (min-width: 320px) and (max-width: 400px) {
        #DropDownImageButton span {
            padding: 5px 0px 0px 0px !important;
        }

        #DropDownImageButton + ul a img {
            padding-right: 5px;
            width: 85px;
        }

        #DropDownImageButton + ul li:first-child a span {
            padding-top: 2px !important;
            padding-left: 10px !important;
            float: left;
        }

        #DropDownImageButton + ul a span {
            font-size: 11px;
        }
    }

    #DropDownImageButton + ul .selected {
        background-color: #1E90FF;
    }

        #DropDownImageButton + ul .selected span {
            color: #FFFFFF;
        }

    #DropDownImageButton + ul .hoverSelected {
        background-color: #1E90FF;
    }

        #DropDownImageButton + ul .hoverSelected span {
            color: #FFFFFF;
        }

    #DropDownImageButton + ul .unselected {
        background-color: #FFF !important;
    }

        #DropDownImageButton + ul .unselected span {
            color: #000000;
        }

    #DropDownImageButton + ul > li > a:hover, #DropDownImageButton + ul > li > a:focus {
        background-color: #1E90FF;
    }

    #DropDownImageButton img {
        float: left;
    }

    #DropDownImageButton span {
        float: left;
        padding: 5px 0 0 10px;
        font-size: 14px;
    }

    #DropDownImageButton .glyphicon-triangle-bottom:before {
        content: "\e252";
    }

    #DropDownImageButton .glyphicon {
        float: right;
        font-size: 0.66em;
        color: #999;
    }

    .PaymentInfo .CreditCard {
        display: none;
    }

    .PaymentInfo .FPX {
        display: none;
    }

    .PaymentInfo .PaymentMethodDetail {
        margin-bottom: 10px;
    }

        .PaymentInfo .PaymentMethodDetail label {
            padding-top: 4px;
        }

    .PaymentInfo .Note {
        font-size: 12px;
        font-weight: bold;
        background-color: #e9f2d5;
        margin-top: 10px;
        padding: 20px;
        border-radius: 3px;
    }

    .PaymentInfo .unselected {
        color: #999;
    }

    .PaymentInfo option {
        color: #555;
    }

    .timer, .timer-done, .timer-loop {
        font-family: sans-serif;
        color: #fff;
        display: inline-block;
        font-weight: 100;
        text-align: center;
        font-size: 30px;
        margin: auto;
        width: 100%;
        padding: 10px;
    }

        .timer .jst-minutes, .timer .jst-seconds {
            padding: 15px;
            border-radius: 3px;
            background: #00816A;
            display: inline-block;
        }

        .timer .clockBorder {
            padding: 10px;
            border-radius: 3px;
            background: #00BF96;
            display: inline-block;
            margin: 3px;
        }

        .timer .jst-clearDiv {
            clear: both;
        }

        .timer .jst-timeout {
            color: #fff;
        }

        .timer .smalltext {
            padding-top: 5px;
            font-size: 16px;
        }

    .PaymentMethodSelection {
        list-style-type: none;
        padding: 0;
    }

        .PaymentMethodSelection li {
            display: inline-block;
            margin-right: 10px;
            width: 180px;
            height: 70px;
            position: relative;
        }

        .PaymentMethodSelection input[type="radio"] {
            display: none;
        }

            .PaymentMethodSelection input[type="radio"]:checked + label {
                background-color: #96bf32;
                color: white;
            }

        .PaymentMethodSelection label {
            padding: 5px;
            border: 1px solid #CCC;
            cursor: pointer;
            color: #333;
            text-align: center;
            position: absolute;
            display: inline-block;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
        }

            .PaymentMethodSelection label > img {
                pointer-events: none;
            }

            .PaymentMethodSelection label:hover {
                background: #DDD;
            }

            .PaymentMethodSelection label > span {
                font-size: 14px;
                font-weight: 300;
                white-space: nowrap;
                display: block;
                padding-bottom: 5px;
            }

    .PaymentMethodDetail {
        display: none;
    }

    #PaymentMethodDetail_CreditCard .row {
        padding: 5px 0px 5px 0px;
    }

        #PaymentMethodDetail_CreditCard .row label {
            padding-top: 5px;
        }

    .maxWidthUnset {
        max-width: unset !important;
    }


    /*#endregion*/

    /*#region this is for bootstrap , one of the 2 columns dropped , the other will vertical align bottom*/
    .row-VerticalBottom {
        display: flex;
        align-items: baseline;
    }

    .opacity05 {
        opacity: 0.5;
    }

    .placeHolderNone {
        text-transform: none !important;
    }

        .placeHolderNone:-ms-input-placeholder {
            text-transform: none;
        }

        .placeHolderNone:-moz-placeholder {
            text-transform: none;
        }

        .placeHolderNone::-moz-placeholder {
            text-transform: none;
        }

        .placeHolderNone::-webkit-input-placeholder {
            text-transform: none;
        }

    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
        top: -6px;
        border-width: 0.4rem 0.4rem 0;
        border-top-color: #000;
    }
    /*#endregion*/
    .nomargin {
        margin: 0 !important;
    }

    .nonClickable {
        pointer-events: none !important;
    }

    .minwidth5em {
        min-width: 5em;
    }

    .leftshadow {
        float: right;
        height: 80px;
        margin-right: -30px;
        margin-top: -5px;
    }

    .rightshadow {
        float: left;
        height: 80px;
        margin-left: -31px;
        margin-top: -5px;
        z-index: 1;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }

    .bodyWrapper {
        background-color: white;
        margin: auto;
        /*margin-top: -70px;*/
        padding: 0;
    }

    .paddingTopBottom {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .paddingSide {
        padding-right: 10px;
        padding-left: 10px;
    }

    span.field-validation-error {
        border: 1px solid #ddd;
        visibility: hidden;
        max-width: 90%;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        background-color: white;
        background-image: url('../../Assets/Images/ico-alert-small.png');
        background-repeat: no-repeat;
        background-position: 8px 50%;
        color: #333;
        padding: 8px 12px 8px 36px;
        margin-left: 10px;
        visibility: visible;
        position: absolute;
        z-index: 5;
        font-size: 12px;
        margin-top: 9px;
        min-height: 36px;
        min-width: 120px;
    }

    .errorTooltipBox {
        border: 1px solid #ddd;
        visibility: hidden;
        max-width: 90%;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        background-color: white;
        background-image: url('../../Assets/Images/ico-alert-small.png');
        background-repeat: no-repeat;
        background-position: 8px 50%;
        color: #333;
        padding: 8px 12px 8px 36px;
        margin-left: 10px;
        visibility: visible;
        position: absolute;
        z-index: 5;
        font-size: 12px;
        margin-top: 9px;
        min-height: 36px;
        min-width: 120px;
    }

    .field-validation-error:after,
    .field-validation-error:before,
    .field-validation-error > span:after,
    .field-validation-error > span:before {
        bottom: 100%;
        left: 10%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .field-validation-error:after,
    .field-validation-error > span:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 8px;
        margin-left: -8px;
    }

    .field-validation-error:before,
    .field-validation-error > span:before {
        border-color: rgba(221, 221, 221, 0);
        border-bottom-color: #ddd;
        border-width: 9px;
        margin-left: -9px;
    }

    .linkBlue {
        color: #0075c9; /*Blue color*/
        font-weight: 900;
    }

        .linkBlue:hover {
            cursor: pointer;
            color: #0075c9; /*Blue color*/
        }

    .bodyWrapper h2 {
        font-size: 22px;
        font-weight: bold;
    }

    .nopadding {
        padding: 0 !important;
    }

    .tooltip { /*tooltip spacing*/
        text-indent: 0em;
        padding-bottom: 1em;
    }

    .tooltiptext {
        border: 1px solid #ddd;
        visibility: hidden;
        width: 240px;
        font-weight: 600;
        font-family: "Open Sans", sans-serif;
        background-color: white;
        background-image: url('../../Assets/Images/ico-alert-small.png');
        background-repeat: no-repeat;
        background-position: 8px 50%;
        color: #333;
        padding: 8px 3px 8px 36px;
        margin-left: 15px;
        visibility: visible;
        /* Position the tooltip */
        position: absolute;
        z-index: 5;
        font-size: 12px;
        margin-top: 9px;
        min-height: 36px;
    }

        .tooltiptext:after, .tooltiptext:before {
            bottom: 100%;
            left: 10%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .tooltiptext:after {
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #fff;
            border-width: 8px;
            margin-left: -8px;
        }

        .tooltiptext:before {
            border-color: rgba(221, 221, 221, 0);
            border-bottom-color: #ddd;
            border-width: 9px;
            margin-left: -9px;
        }

    /*#region Buttons*/

    .btnOrange {
        color: #fff;
        background-color: #ff9900;
        font-size: 1.2rem;
        font-weight: bold;
        padding: .5rem;
        width: 100%;
        border-radius: 20px;
        -webkit-border-radius: 20px; /* Safari */
        -moz-border-radius: 20px; /* Firefox\Gecko Engine */
    }

        .btnOrange:hover {
            color: #fff;
            background-color: #ffaa00;
        }

        .btnOrange:disabled {
            opacity: .3;
            cursor: not-allowed;
        }

        .btnOrange.small {
            width: 60px;
            height: 60px;
            border-radius: 50px;
            -webkit-border-radius: 50px; /* Safari */
            -moz-border-radius: 50px; /* Firefox\Gecko Engine */
        }

    .btnPurple {
        background-color: rgb(82,46,144);
        color: #fff;
        border-spacing: 10px 10px;
        padding: 10px 10px 10px 10px;
        border-width: 0px;
        border-color: rgb(82,46,144);
        font-weight: bold;
        -webkit-border-radius: 5px; /* Safari */
        -moz-border-radius: 20px; /* Firefox\Gecko Engine */
        border-radius: 20px;
        display: block;
        text-align: center;
        margin: 5px 0px;
        line-height: 19px;
        letter-spacing: 0;
    }

        .btnPurple:hover {
            opacity: 0.8;
            text-decoration: none;
            color: white;
        }

    .btnBlue {
        width: 100%;
        height: 40px;
        color: white;
        background-color: #0075C9;
        display: inline-block;
        font-size: 1rem;
        font-weight: bold;
        -webkit-border-radius: 50%; /* Safari */
        -moz-border-radius: 50%; /* Firefox\Gecko Engine */
        border-radius: 20px;
    }

        .btnBlue:hover {
            color: white;
            background-color: #0095E9;
        }

    .btnWhite {
        background-color: #fff;
        color: rgb(82,46,144);
        border-spacing: 10px 10px;
        padding: 10px 10px 10px 10px;
        border-width: 2px;
        border-color: rgb(82,46,144);
        font-weight: bold;
        -webkit-border-radius: 5px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        display: block;
        text-align: center;
        margin: 5px 0px;
        line-height: 19px;
        letter-spacing: 0;
    }
    /*#endregion*/

    .pointCursor {
        cursor: pointer;
    }


    .ValidateMessage {
        display: none;
    }


    .consentMessageTitle {
        font-size: 16px;
        color: green;
        font-weight: 600;
        padding-bottom: 10px;
        padding-top: 15px;
    }

    .paymentTncTitle {
        vertical-align: middle;
        display: table-cell;
    }

    .paymentTncText {
        color: #333;
        font-size: 12px;
        font-weight: 200;
        display: table-cell;
        vertical-align: middle;
    }

    .form-control {
        min-width: 75px;
        padding: 6px 10px;
    }

    .titleTopPadding {
        padding-top: 40px;
    }

    .buttonWidth {
        width: 150px !important;
    }

    .buttonPadding {
        padding-left: 15px;
    }

    .paymentNavigationBar {
        height: 230px;
        background-image: url('../Images/breadcrumb-bg.jpg');
        background-size: cover;
        background-position: right bottom, left top;
        background-repeat: no-repeat, repeat;
        color: #fff;
    }

    #submitTQNote {
        color: #ff9900;
    }

    .mainContentWrapper {
        margin: auto !important;
        width: 100%;
    }

    .receiptBgHead {
        width: 100%;
        margin-top: 25px;
    }

    .receiptContent {
        width: 97.5%;
        margin: -3% auto -6%;
        padding-left: 15px;
        padding-right: 15px;
        border-left: solid #f0f0f0;
        border-right: solid #f0f0f0;
    }

        .receiptContent .col-md-4 {
            border-left: solid 2px #f0f0f0;
        }

    .survey div div {
        max-width: 100px;
    }

    .survey div.img-container {
        max-width: 100px;
        margin: 0 auto;
        border-left: 0;
    }

    .survey img {
        margin: 0 auto;
    }

    .survey .triggerLabel {
        color: #018c33;
        font-size: 20px;
        padding: 0;
        margin-bottom: 15px;
        margin-right: 15px;
    }

    .survey .disabled {
        pointer-events: none;
        opacity: 0.5;
    }

    .survey .buttonOutlineOnly {
        border: solid 2px !important;
        border-color: #0075c9 !important;
        color: #0075c9;
        background: white;
        margin-right: 10px;
        width: 100px;
    }

    .receiptBgFoot {
        width: 111.25%;
        margin-left: -5.7%;
    }

    .reminder .col-xs-7 p:first-child {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: bold;
        color: #333;
    }

    /*Survey/_Info.cshtml in use*/
    /*Region Start*/
    .greenButton.buttonOutlineOnly {
        width: 120px;
    }

    .greenButton {
        width: 100%;
        background-color: #0075c9;
        border: none;
        color: white;
        padding: 6px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
        -webkit-border-radius: 50%; /* Safari */
        -moz-border-radius: 50%; /* Firefox\Gecko Engine */
        border-radius: 3px;
        font-weight: bold;
        margin-bottom: 5px;
        height: 40px;
    }

    .buttonOutlineOnly {
        border: solid 2px #0075c9;
        color: #0075c9;
        background: white;
        margin-right: 10px;
        width: 100%;
        height: 40px;
        border-radius: 3px;
        font-weight: 600;
    }
    /*Region End*/

    .content-button {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .dialogCloseBtn {
        margin-right: 5px;
    }

    .dialogExtendBtn {
        margin-left: 5px;
    }

    .dialogMsg {
        color: #018c33;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.15em;
        width: 70%;
        overflow: hidden !important;
    }

    .productPageMCTitle {
        font-size: 21pt;
        margin-bottom: 15px;
        line-height: 25pt;
        color: #018c33;
        font-weight: bold;
        letter-spacing: 0.05em;
    }

    .productHRMargin {
        margin-top: 40px;
        margin-bottom: 25px;
    }

    .productPageMCRightDescription {
        font-size: 21pt;
        line-height: 29pt;
        color: #4c735a;
        font-weight: bold;
        letter-spacing: 0.05em;
        text-align: right;
    }

    */

    .greyPanelMC {
        background-color: rgb(255, 255, 255);
        /*226 for box shadow*/
        -webkit-box-shadow: 0 0 4px rgb(146, 146, 146);
        box-shadow: 0 0 4px rgb(146, 146, 146);
    }

    .rightContentPadding {
        padding: 0;
    }

    /*#endregion*/




    /*#region Common Style*/
    .colorMCIS {
        color: rgb(82,46,144);
    }

    .datepicker-input {
        background: url('../Images/ico-calendar.png') no-repeat right;
        background-position-x: 97%;
        cursor: pointer;
        background-size: contain;
    }

    .hidden-checkbox {
        position: absolute;
        left: -9999px;
    }

    .maxWidth {
        width: 100% !important;
    }

    .greyBorder {
        border: 2px solid #f0f0f0;
        padding: 20px 20px 10px 20px;
        margin-top: 2px;
    }

    .displayNone {
        display: none !important;
    }

    .displayBlock {
        display: block !important;
    }

    .displayListItem {
        display: list-item !important;
    }

    .displayInline {
        display: inline !important;
    }

    .input-disabled {
        cursor: not-allowed;
        background-color: #eeeeee !important;
    }

    .disabled, .disabled a:visited, .disabled a:hover, .disabled a:active, .disabled a:link, .disabled a {
        cursor: default;
        color: #333333;
        pointer-events: none;
        text-decoration: none;
    }
    /*#endregion*/

    /*#region 8Excite FAQ Page*/
    .faq {
        padding-left: 0;
    }

    .exciteFAQsections {
        padding: 0px 0 10px;
    }

    .exciteFAQaccordion {
        background-color: white;
        font-size: 17px;
        color: #000000;
        text-align: left;
        line-height: 21px;
    }

    .exciteFAQurl {
        color: #018c33 !important;
        font-weight: bold;
    }

        .exciteFAQurl img {
            vertical-align: -3px;
        }

        .exciteFAQurl:hover {
            color: #018c33 !important;
        }

        .exciteFAQurl:visited {
            color: #018c33 !important;
        }

    .exciteFAQaccordion:hover {
        color: #000000;
    }

    button.exciteFAQaccordion {
        cursor: pointer;
        padding: 18px 25px 18px 0px;
        width: 100%;
        border: none;
        outline: none;
        transition: 0.4s;
    }

        button.exciteFAQaccordion:before {
            content: '\002B';
            color: #018c33;
            font-weight: bold;
            float: right;
            margin-left: 5px;
            margin-right: -10px;
        }

        button.exciteFAQaccordion.active:before {
            content: "\2212";
        }

        button.exciteFAQaccordion.exciteFAQaccordionButton.active:before {
            content: "\002B";
        }



    .exciteFAQstrokeAfterQuestion {
        height: 2px;
        border-bottom: 1px solid #dadada;
    }

    .exciteFAQAnswerFont {
        font-size: 15px;
        line-height: 22px;
        color: #525252;
        margin: 2px 0 15px 0;
    }

    .excite-text {
        color: rgb(82,46,144);
        font-weight:bold;
    }
    /*#endregion*/

    .body-Content-1 .home-banner img {
        width: 100%;
    }

    input[type="submit"].body-Content-1-form {
        width: 100%;
        border-spacing: 10px 10px;
        font-size: 14px;
        padding: 10px 20px 10px 10px;
        border-width: 0px;
        border-color: forestgreen;
        background-color: #ff9900;
        color: #fff;
        font-weight: bold;
        -webkit-border-radius: 5px; /* Safari */
        -moz-border-radius: 5px; /* Firefox\Gecko Engine */
        border-radius: 5px;
    }

        input[type="submit"].body-Content-1-form:hover {
            background-color: #fcb908;
        }

    .body-Content-1-form {
        align-content: center;
        border-style: solid;
        border-width: 2px;
        border-color: forestgreen;
        padding: 20px 20px 20px 20px;
    }

    div.body-Content-1-form {
        border-style: none;
        background-color: rgba(255,255,255, .65);
    }

    .body-Content-1-form td {
        padding-top: 15px;
        color: darkgrey;
    }

    .body-Content-1-form .inputtb {
        padding-top: 0px;
    }

    .body-Content-1-form .proceed {
        padding-top: 15px;
    }

    p.body-Content-1-form {
        width: 100%;
        border-width: 0px;
        padding: 0px;
    }

    input[type=number] {
        -moz-appearance: textfield;
    }

    input[type="text"].body-Content-1-form, input[type="number"].body-Content-1-form {
        width: 100%;
        border-spacing: 10px 10px;
        font-size: 14px;
        padding: 5px 5px 5px 5px;
        border-width: 1px;
        max-width: 100%;
        border-color: lightslategrey;
        color: #333;
        -webkit-border-radius: 0; /* Safari */
        -moz-border-radius: 0; /* Firefox\Gecko Engine */
        border-radius: 0px;
        height: 40px;
    }

    input:required {
        box-shadow: none;
    }

    .disabledButton, .disabledButton a:visited, .disabledButton a:hover, .disabledButton a:active, .disabledButton a:link, .disabledButton a {
        background-color: gray;
        color: #fff;
        pointer-events: none;
        cursor: default;
        opacity: 0.5;
        -webkit-border-radius: 3px; /* Safari */
        -moz-border-radius: 3px; /* Firefox\Gecko Engine */
        border-radius: 3px;
        border-spacing: 10px 10px;
        font-size: 14px;
        padding: 10px 20px 10px 10px;
        border-width: 0px;
        width: 100%;
    }

    select::-ms-expand {
        display: block;
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /*#region Media Querries*/

    @media only screen and (max-width: 991px) {

        .burger-icon {
            position: absolute;
            right: 20px;
            top: 5px;
            font-size: 30px;
            cursor: pointer;
        }

            .burger-icon img {
                height: 44px;
                margin-bottom: 3px;
            }

        .navigationBar {
            height: 100%;
            width: 0;
            max-width: 90%;
            position: fixed;
            z-index: 1003;
            top: 0;
            right: 0;
            background-color: lightgrey;
            overflow-x: hidden;
            transition: 0.5s;
        }

            .navigationBar .dividerline {
                display: none;
            }

        .dropdown .dropdown-menu {
            background-image: none;
        }

        .navigationBar .navLinkGroup .dropdown .dropdown-menu a {
            color: #333;
        }

        .navigationBar .navLinkGroup .dropdown .dropdown-menu li {
            color: #333;
        }

        .navigationBar .navLinkGroup .dropdown .dropdown-menu a:hover {
            color: green;
            text-decoration: none;
        }

        .navButtonGroup {
            width: 100%;
            align-content: center;
            text-align: center;
            margin: 0 !important;
        }
    }

    @media only screen and (max-width: 1024px) {

        .surveyAreaForm {
            width: 58.333333%;
        }
    }

    @media only screen and (min-width: 992px) {
        /*8excite payment success page*/
        .panel8excite .exciteBtnArea {
            text-align: right;
        }
    }

    @media only screen and (max-width: 991px) {
        footer {
            height: 80px;
        }

        /*8excite payment success page*/
        .panel8excite .exciteBtnArea {
            text-align: left;
            padding: 0;
        }

        .productPageMCRightDescription {
            font-size: 20pt;
            line-height: 20pt;
            text-align: unset;
            letter-spacing: 0.05em;
        }

        .rightContentPadding {
            padding: 0 20px;
        }

        .tabletBanner {
            height: 450px;
        }

        .motorForm {
            padding: 0px 20px 20px 20px;
            background-color: #ffffff;
            box-shadow: 0 0 10px grey;
        }

        div.body-Content-1-form {
            margin-top: unset;
            /*background-color: #192801;*/
            margin-top: -1px;
        }

        .body-Content-1-form {
            padding: 20px;
        }

        .mcBannerPadding {
            padding: 0 20px !important;
        }

        .radioButtonImageDIV {
            margin-right: 25%;
        }
    }

    @media only screen and (min-width: 768px) {
    }

    @media only screen and (max-width: 767px) {
        .starrating > label:before {
            /*content: "\f005"; /* Star */
            margin: 2.5px;
            font-size: 3em;
            /*font-family: 'Font Awesome 5 Free';*/
            display: inline-block;
        }

        .mobile-text-center {
            text-align: center;
        }

        .mobile-text-left {
            text-align: left;
        }

        .bodyWrapper {
            margin-top: 0;
        }

        .stepsNavigationBar .stepsRow {
            padding: 0;
        }

        .navigationBar .greenButton.buttonOutlineOnly {
            width: 100%;
        }

        .navigationBar .greenButton.greenDropdown {
            width: 100%;
        }

        .navigationBar .navLinkGroup .dropdown .dropdown-toggle {
            cursor: default;
            color: #333;
        }

            .navigationBar .navLinkGroup .dropdown .dropdown-toggle span {
                display: none;
            }

        .stepsHeader,
        .stepsRow,
        .stepsNavigationBar .stepsTab .stepsLabel {
            text-align: center;
        }

        .agentLogo {
            padding-left: 0px;
            padding-right: 0px;
            display: block;
            margin: auto;
        }

        .navbar-nav {
            float: left;
            /*margin: 0;*/
        }

        .navigationBar .navbarHeader {
            float: none;
        }

        .navbar-nav.navLinkGroup > li {
            /*display: inline-block;*/
        }

        .stepsNavigationBar .stepsTitle {
            font-size: 18px;
        }

        .stepsNavigationBar .stepsTab {
            display: none;
        }

            .stepsNavigationBar .stepsTab.current {
                display: inline-block;
                width: 70%;
            }

                .stepsNavigationBar .stepsTab.current::after {
                    left: calc(50% - 25px);
                }

        /*#region Thank You Survey*/
        .survey div div {
            max-width: 1000px;
        }

        .survey .survey-radio {
            margin-top: 5%;
        }

        .survey input {
            /*margin-top: 8%;*/
        }

        .survey .survey-desc {
            margin-top: 5%;
            text-align: left;
        }
        /*#endregion*/

        .mainRow {
            padding-top: 30px;
        }

        .titleTopPadding {
            padding-bottom: 40px;
            margin-bottom: 20px;
        }

        .navbarCollapse {
            position: fixed;
        }
    }

    /*#region PA - ThankYou*/
    .mainRow .col-md-8 p:first-child {
        font-size: 16px;
    }

    .mainRow .col-md-8 p:last-child {
        font-size: 35px;
    }

    .subRow .receiptItem {
        width: 50%;
    }

    /*#endregion*/
}


@media only screen and (min-width: 481px) and (max-width: 708px) {
    .paymentNavigationBar {
        height: 280px;
    }
}


@media only screen and (max-width: 480px) {

    .bodyWrapper {
        margin-top: 0;
    }

    .leftshadow, .rightshadow {
        display: none;
    }

    section.content {
        /*margin-top: 30px;*/
    }

    .navigationBar {
        /*height: 170px;*/
    }

        .navigationBar .navbarHeader,
        .navLinkButton .navLinkGroup {
            float: none;
        }

    /*#region Steps Navigator*/
    .stepsNavigationBar {
        /*height: 250px;*/
        /*padding-bottom: 19px;*/
    }

        .stepsNavigationBar .stepsTab {
            /*width: 100%;*/
        }

        .stepsNavigationBar .stepsTitle {
            display: none;
        }
    /*#endregion*/

    /*#region PA - ThankYou*/
    .subRow .receiptItem {
        width: 100%;
    }

    .mainRow .col-md-8 p:last-child {
        font-size: 25px;
    }

    .receiptContent .col-md-4 {
        border-left: none !important;
    }

        .receiptContent .col-md-4 .col-md-12 {
            padding: 0;
            margin: 0 -15px;
        }

    .survey .rateUs {
        text-align: center;
    }

    .triggerLabel {
        text-align: left;
    }
    /*#endregion*/

    .stepsNavigationBar .pageTitle, .ProductBlock3 .pageTitle {
        padding-top: 55px;
        padding-bottom: 45px;
    }

    .tooltiptext {
        width: auto;
    }

    div.body-Content-1-form {
        margin-top: unset;
        /*background-color: #192801;*/
        margin-top: -1px;
    }

    .body-Content-1-form {
        padding: 15px;
    }
}

@media only screen and (max-width: 455px) {
    .stepsNavigationBar {
        /*height: 250px;*/
    }

    .survey .survey-radio {
        margin-top: 5%;
    }

    .survey .survey-desc {
        margin-top: 5%;
    }
}

@media only screen and (max-width: 441px) {
    .mobile-menu .logo img {
        height: 35px;
    }

        .mobile-menu .logo img.MCIS-img {
            height: 27px;
            margin-bottom: 4px;
        }

    .paymentNavigationBar {
        height: 100%;
    }
}

@media only screen and (max-width: 380px) {
    .navigationBar .greenButton.buttonOutlineOnly,
    .navigationBar .greenButton.greenDropdown {
        width: 100%;
    }

    .navigationBar .navButtonGroup .navDropdown {
        float: none;
    }

    input[type=text]:-ms-input-placeholder {
        text-transform: none;
        font-size: 12px;
    }

    input[type=text]:-moz-placeholder {
        text-transform: none;
        font-size: 12px;
    }

    input[type=text]::-moz-placeholder {
        text-transform: none;
        font-size: 12px;
    }

    input[type=text]::-webkit-input-placeholder {
        text-transform: none;
        font-size: 12px;
    }
}

@media only screen and (max-width: 352px) {
    .navigationBar {
        /*height: 200px;*/
    }
}

@media only screen and (max-width: 320px) {
    .starrating > label:before {
        /*content: "\f005"; /* Star */
        margin: 2.5px;
        font-size: 2.5em;
        /*font-family: 'Font Awesome 5 Free';*/
        display: inline-block;
    }

    .frmPopupInput {
        margin-left: -10px;
    }

    div.body-Content-1-form {
        margin-top: unset;
        /*background-color: #192801;*/
        margin-top: -1px;
    }

    .body-Content-1-form {
        padding: 10px;
    }

    input[type=text]:-ms-input-placeholder {
        text-transform: none;
        font-size: 10px;
    }

    input[type=text]:-moz-placeholder {
        text-transform: none;
        font-size: 10px;
    }

    input[type=text]::-moz-placeholder {
        text-transform: none;
        font-size: 10px;
    }

    input[type=text]::-webkit-input-placeholder {
        text-transform: none;
        font-size: 10px;
    }

    input[type=email]::-webkit-input-placeholder {
        text-transform: none;
        font-size: 10px;
    }
}

/*#endregion*/

/*#region Animation*/
@keyframes moveinVert {
    from {
        margin-top: 100%;
        opacity: 0;
    }

    to {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes moveoutVert {
    0% {
        margin-top: 0;
        opacity: 1;
        top: 0;
    }

    99% {
        margin-top: 100%;
        opacity: 0;
        top: 0;
    }

    100% {
        margin-top: 100%;
        opacity: 0;
        top: 100%;
    }
}

@keyframes moveoutHori1 {
    from {
        right: 25px;
    }

    to {
        right: -200%;
    }
}

@keyframes moveinHori1 {
    from {
        right: -100%;
    }

    to {
        right: 25px;
    }
}

@keyframes moveoutHori2 {
    from {
        right: 230px;
    }

    to {
        right: 25px;
    }
}

@keyframes moveinHori2 {
    from {
        right: 25px;
    }

    to {
        right: 230px;
    }
}
/*#endregion*/




/*#region FAQ*/
.sub-header {
    background-color: rgb(82,46,144);
    padding: 0.75rem 0px;
    color: white;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

.accordion {
    background-color: white;
    font-size: 20px;
    color: #333333;
    text-align: left;
    line-height: 24px;
    cursor: pointer;
    padding: 24px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    transition: 0.4s;
}

    .accordion:hover {
        color: rgb(82,46,144);
    }

.faqTitle {
    font-weight: bold;
    color: rgb(82,46,144);
}




.FAQsections {
    padding: 20px 0 10px;
}

button.accordion {
    cursor: pointer;
    padding: 24px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    transition: 0.4s;
}

    button.accordion:after {
        content: "\2212";
        color: #333333;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    button.accordion.collapsed:after {
        content: "\002B";
    }

.faq-question-img, .faq-answer-img {
    max-width: 23px;
    max-height: 23px;
}

.strokeAfterQuestion {
    border-bottom: 1px solid #cccccc;
}

/*#endregion*/

/*#region Customized Elements */

.BlueRadioButton {
    display: none;
}

    .BlueRadioButton + label {
        width: 90%;
        font-size: 1rem;
        font-weight: 600;
        color: #0075c9;
        border: solid 1px #ccc;
        border-radius: 5px;
        cursor: pointer;
        padding: 10px;
    }

        .BlueRadioButton + label:hover {
            color: white;
            background-color: #0095e9 !important;
        }

    .BlueRadioButton:checked + label {
        color: white;
        background-color: #0075c9;
    }

/*#endregion*/

/*#region Utility Class*/

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*#endregion*/

/*#region Base for label styling */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:not(:checked) + input[type="hidden"] + label,
    [type="checkbox"]:checked + input[type="hidden"] + label {
        position: relative;
        padding-left: 1.95em;
        cursor: pointer;
    }

        /* checkbox aspect */
        [type="checkbox"]:not(:checked) + input[type="hidden"] + label:before,
        [type="checkbox"]:checked + input[type="hidden"] + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 1px;
            width: 1.3rem;
            height: 1.3rem;
            border: 1px solid rgb(0,117,201); /*blue*/
            background: #fff;
            border-radius: 4px;
            box-shadow: inset 0 1px 3px rgba(82,46,145, .5);
        }
        /* checked mark aspect */
        [type="checkbox"]:not(:checked) + input[type="hidden"] + label:after,
        [type="checkbox"]:checked + input[type="hidden"] + label:after {
            content: '\2713\0020';
            position: absolute;
            left: 1.5px;
            top: 3.5px;
            font-size: 1.18rem;
            line-height: 1rem;
            color: rgb(82,46,145); /*purple*/
            transition: all .5s;
            font-family: Arial;
            font-weight: bold;
            padding: 0 0 1px 0;
        }

        [type="checkbox"]:not(:checked) + input[type="hidden"] + label:after {
            opacity: 0;
        }

        [type="checkbox"]:checked + input[type="hidden"] + label:after {
            opacity: 1;
        }

/*#endregion*/

/*region iphone sizes*/
@media (min-width: 320px) and (max-width: 375px) {
    .stepsNavigationBar .stepsLabel {
        max-width: 128px;
    }
}
/*endregion*/

/*region HomeBanner*/
.product-title-mlsp {
    font-size: 2rem;
    font-weight: bold;
    color: rgb(82,46,144);
}
.product-title-mytenang {
    font-size: 2rem;
    font-weight: bold;
    color: #4372dc;
}
.mlspbutton {
    background: linear-gradient(147.55deg, #ffc30A 12.46%, #FF6363 71.45%);
    color: #fff;
    border-spacing: 10px 10px;
    padding: 0.5rem;
    border-width: 0px;
    border-color: rgb(82,46,144);
    font-weight: bold;
    -webkit-border-radius: 5px; /* Safari */
    -moz-border-radius: 20px; /* Firefox\Gecko Engine */
    border-radius: 20px;
    text-align: center;
    letter-spacing: 0;
}
.mlsp-content{
    margin-top: 25vh;
}
.mytenang-content{
    margin-top: 25vh;
}

.mlspbutton:hover{
    opacity:0.9;
    color: white !important;
}

.mytenangbutton:hover {
    opacity: 0.9;
    color: white !important;
}
.mytenangbutton {
    background: linear-gradient(147.55deg, #ffc30A 12.46%, #FF6363 71.45%);
    color: #fff;
    border-spacing: 10px 10px;
    padding: 0.5rem;
    border-width: 0px;
    border-color: rgb(82,46,144);
    font-weight: bold;
    -webkit-border-radius: 5px; /* Safari */
    -moz-border-radius: 20px; /* Firefox\Gecko Engine */
    border-radius: 20px;
    text-align: center;
    letter-spacing: 0;
}

#MLSPHomeBanner {
    background-position: left center;
    /*background-image: url('../../Areas/MLSP/Images/mlsphome.jpg');*/
    background-image: url('../../Assets/Images/Banner/mlsphome.jpg');
    background-size: cover
}
#MyTenangHomeBanner {
    background-position: center;
    background-image: url('../../Assets/Images/Banner/mytenanghome.png');
    background-size: cover;
    background-position-x: 80%;
}
@media (max-width:1024px){
    #MyTenangHomeBanner {
        background-image: url('../../Assets/Images/Banner/mytenanghomeTablet.png');
        background-size: cover;
        background-position: center;
        background-position-x: 80%;
        background-position-y: 80%;
    }
    #MLSPHomeBanner {
        background-position-x: 30%;
    }
}

@media only screen and (max-width:767px){
    #MLSPHomeBanner {
        background-image: url('../../Assets/Images/Banner/mlsphomeMobile.jpg');
        background-size: cover;
        background-position: center;
    }

    #MyTenangHomeBanner {
        background-image: url('../../Assets/Images/Banner/mytenanghomeMobile.png');
        background-size: cover;
        background-position: center;
    }
    .mlsp-content {
        margin-top: 10vh;
    }

    .mytenang-content {
        margin-top: 3vh;
    }

    .navbar-tenang {
        height: 220px;
        text-align: center;
    }
    
    .tenang-logo-img{
        height:150% !important;
        padding-bottom:5px;
    }

    .navbar-brand
    {
	margin-right:0px !important;
    }
}

@media (min-width:768px) and (max-width: 1023px) {
    #MLSPHomeBanner {
        background-image: url('../../Assets/Images/Banner/mlsphomeMobile.jpg');
        background-size: cover;
        background-position: center;
    }
    #MyTenangHomeBanner {
        background-image: url('../../Assets/Images/Banner/mytenanghomeTablet.png');
        background-size: cover;
        background-position: center;
    }
    .mytenang-content {
        margin-top: 10vh;
    }

    .navbar-tenang {
        height: 300px;
        text-align: center;
    }
}


.tenang-logo {
    text-align: center;
    font-weight: bold;
    color: rgb(82,46,144);
}
.tenang-logo-img{
    height:100%;
    padding-bottom:5px;
}

.mobileLogo{
    width: 100% !important;
    height: auto !important;
}
.mobileNav{
    position: fixed;
    top: 30%;
}
/*endregion HomeBanner*/
/*region Nav*/
.mobilenavbutton {
    position: absolute;
    right: 0;
}
.navmenu{
    font-weight:bold;
    font-size: 1.25rem;
    color:black;
}
.nav-item {
    color: rgb(82,46,144) !important
}
    .nav-item:hover {
        color: rgb(82,46,144) !important;
    }
.navbarCollapse {
    width: 0px;
    z-index: 1003;
    top: 0;
    right: 0;
    transition: all 0.1s linear;
}
    .navbarCollapse.show {
        transition: all 0.1s linear;
        width: 200px;
        padding-left: 20px;
        padding-right: 20px;
        overflow-y: auto;
        height: 100%;
        z-index: 1003;
        top: 0;
        right: 0;
        padding-top: 10px;
        position: fixed;
        height: 100%;
        background-color: lightgrey;
    }

.SideNavOverlay{
    opacity:0.7;
    position:fixed;
    top:0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 100%;
    z-index: 1002;
    display:none;
    cursor: pointer;
}
.navbarCollapse.show + .SideNavOverlay{
    display:block;
}
/*endregion Nav*/

/*Datepicker*/
.ui-widget.ui-widget-content {
    border: 2px solid #522e90;
    border-radius: 4%;
}

.ui-state-default {
    background: none !important;
    border: none !important;
}

.ui-state-active {
    background-color: #522e90 !important;
    border-radius: 50%;
    border: 1px solid #522e90 !important;
}

.ui-datepicker-header {
    background: none !important;
    border: none !important;
}

.ui-datepicker .ui-datepicker-title select {
    margin: 1px 1px;
    padding: 2px;
    border: 1px solid #522e90;
    background-color: #522e90;
    color: white;
}

.ui-datepicker table {
    color: #522e90;
    text-align-last: center;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #ff9900 !important;
    border-radius: 50%;
}

.ui-datepicker td span, .ui-datepicker td a {
    padding: 0.4em !important;
}

.ui-datepicker .ui-datepicker-header {
    background-color: #522e90 !important;
}
.ui-widget-header .ui-icon {
    background-image: url(../Images/ui-icons_ffffff_256x240.png)
}

/*#region button*/
.btn:focus {
    outline: none;
    box-shadow: none;
}
/*#endregion button*/
.validation-relative {
    position: relative !important;
    width: fit-content;
}


.min-vh-80 {
    min-height: 80vh !important;
}

.vh-80 {
    height: 80vh !important;
}