/* Minification failed. Returning unminified contents.
(1135,1): run-time error CSS1019: Unexpected token, found '}'
 */
/*#region font-face import*/
@font-face {
    font-family: "Mukta";
    font-display: swap;
    src: url(../../../theme/HomeFlexi/Font/Mukta-Light.ttf);
}

@font-face {
    font-family: "MuktaBold";
    font-display: swap;
    src: url(../../../theme/HomeFlexi/Font/Mukta-Bold.ttf);
}

@font-face {
    font-family: "MuktaExtraBold";
    font-display: swap;
    src: url(../../../theme/HomeFlexi/Font/Mukta-ExtraBold.ttf);
}

@font-face {
    font-family: "MuktaRegular";
    font-display: swap;
    src: url(../../../theme/HomeFlexi/Font/Mukta-Regular.ttf);
}

@font-face {
    font-family: "MuktaSemiBold";
    font-display: swap;
    src: url(../../../theme/HomeFlexi/Font/Mukta-SemiBold.ttf);
}

@font-face {
    font-family: "MuktaMedium";
    font-display: swap;
    src: url(../../../theme/HomeFlexi/Font/Mukta-Medium.ttf);
}

@font-face {
    font-family: "lato-Black";
    src: url(../../../theme/NATAS/Font/Lato-Black.ttf);
}


@font-face {
    font-family: "lato-BlackItalic";
    src: url(../../../theme/NATAS/Font/Lato-BlackItalic.ttf);
}

@font-face {
    font-family: "lato-Bold";
    src: url(../../../theme/NATAS/Font/Lato-Bold.ttf);
}

@font-face {
    font-family: "lato-BoldItalic";
    src: url(../../../theme/NATAS/Font/Lato-BoldItalic.ttf);
}

@font-face {
    font-family: "lato-Italic";
    src: url(../../../theme/NATAS/Font/Lato-Italic.ttf);
}

@font-face {
    font-family: "lato-Light";
    src: url(../../../theme/NATAS/Font/Lato-Light.ttf);
}

@font-face {
    font-family: "lato-LightItalic";
    src: url(../../../theme/NATAS/Font/Lato-LightItalic.ttf);
}

@font-face {
    font-family: "lato-Regular";
    src: url(../../../theme/NATAS/Font/Lato-Regular.ttf);
}

@font-face {
    font-family: "lato-Thin";
    src: url(../../../theme/NATAS/Font/Lato-Thin.ttf);
}

@font-face {
    font-family: "lato-ThinItalic";
    src: url(../../../theme/NATAS/Font/Lato-ThinItalic.ttf);
}
/*#endregion font-face import*/

/*#region general*/
body {
    font-family: Mukta;
}

b {
    font-family: MuktaBold;
}

label {
    font-size: inherit;
}

#paymentMenu {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    /*padding-top: 50px;*/
    font-size: 20px;
    margin-top: 133px;
}

.whiteSpaceNoWrap {
    white-space: nowrap;
}

.containerBody {
    border-radius: 6px;
    border: solid 1px #cfcfcf;
}

.SaveBadge {
    background-color: #ffbf01;
    color: #111111;
    border-radius: 40px;
    width: 100px;
    font-size: 16px;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: 5px;
}

.btn.btn-save-quote {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    border: solid 1px #ffbf01;
    color: #ffbf01;
    background-color: #2a2a2a;
    font-size: 16px;
    padding: 12px 15px;
    vertical-align: middle;
}

.btn.btn-round {
    border-radius: 10px
}

.btn.btn-info {
    background-color: #ffbf00;
    border: none;
    color: black;
}

.btn.btn-sm {
    padding: 5px 20px;
    margin-bottom: 5px;
    font-size: 11px;
}

.titleText {
    text-align: center;
    font-family: Mukta;
    font-size: 1.5em;
    color: #4b5561;
    margin: -17px auto 0px;
    background-color: white;
}

.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
}

.header.benefitTable {
    position: initial;
}
/*#endregion general*/

/*#region font-family*/
.fontMuktaExtraBold {
    font-family: MuktaExtraBold;
}

.fontMuktaRegular {
    font-family: MuktaRegular;
}

.fontMuktaSemiBold {
    font-family: MuktaSemiBold;
}
/*#endregion font-family*/

/*#region font-size*/
.fontBold {
    font-weight: bold;
}

.font10 {
    font-size: 10px;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 25px;
}

.font25 {
    font-size: 22px;
}

.font32 {
    font-size: 32px;
}

.font35 {
    font-size: 35px;
}

.font45 {
    font-size: 45px;
}

/*#endregion font-size*/

/*#region background*/
.backgroundYellow {
    background-color: #ffbf01;
}

.backgroundGrey {
    background-color: #f5f5f5;
}

.backgroundCitrus {
    background-color: #FFE09A;
}
/*#endregion background*/

/*#region font color*/
.MaybankYellow {
    color: #ffbf01;
}

.Blue {
    color: #005bbe;
}

.MarineBlue {
    color: #428bca;
}

.DeepGreen {
    color: #1c5155;
}

.White {
    color: #fff;
}
/*#endregion font color*/

/*#region margin*/
.margintop3 {
    margin-top: 3%;
}

.margintop7 {
    margin-top: 7%;
}

.marginTopNegative10px {
    margin-top: -10px;
}

.marginTop10px {
    margin-top: 10px;
}

.marginTop15px {
    margin-top: 15px;
}

.marginTop20px {
    margin-top: 20px;
}

.marginTop25px {
    margin-top: 25px;
}

.marginTop30px {
    margin-top: 30px;
}

.marginTop40px {
    margin-top: 40px;
}

.marginTop50px {
    margin-top: 50px;
}

.marginTop70px {
    margin-top: 70px;
}

.marginTop80px {
    margin-top: 80px;
}

.marginTop100px {
    margin-top: 100px;
}

.marginTop140px {
    margin-top: 140px;
}

.marginBottom10px {
    margin-bottom: 10px;
}

.marginBottom15px {
    margin-bottom: 15px;
}

.marginBottom20px {
    margin-bottom: 20px;
}

.marginBottom30px {
    margin-bottom: 30px;
}

.marginRight30 {
    margin-right: 30px;
}

.marginLeft10px {
    margin-left: 10px;
}

.marginLeft15px {
    margin-left: 15px;
}

.marginRight10px {
    margin-right: 10px;
}

.marginBottom1x {
    margin-bottom: 1em;
}
/*#endregion margin*/

/*#region padding*/
.padding0 {
    padding: 0px;
}

.padding7px {
    padding: 7px;
}

.padding20px {
    padding: 20px;
}

.paddingLeft10px {
    padding-left: 10px;
}

.paddingLeft15px {
    padding-left: 15px;
}

.paddingLeft30px {
    padding-left: 30px;
}

.paddingLeft45px {
    padding-left: 45px;
}

.paddingRight10px {
    padding-right: 10px;
}

.paddingRight15px {
    padding-right: 15px;
}

.paddingRight30px {
    padding-right: 30px;
}

.paddingRight35px {
    padding-right: 35px;
}

.paddingTop0 {
    padding-top: 0;
}

.paddingTop10px {
    padding-top: 10px;
}

.paddingTop15px {
    padding-top: 15px;
}

.paddingTop20px {
    padding-top: 20px;
}

.paddingTop50px {
    padding-top: 50px;
}

.paddingBottom10px {
    padding-bottom: 10px;
}

.paddingBottom15px {
    padding-bottom: 15px;
}

.paddingBottom20px {
    padding-bottom: 20px;
}

.paddingBottom30px {
    padding-bottom: 30px;
}

.paddingBottom50px {
    padding-bottom: 50px;
}
/*#endregion padding*/

/*#region lineheight*/
.lineHeight26 {
    line-height: 26px;
}

.lineHeight50 {
    line-height: 50px;
}

.lineHeight52 {
    line-height: 52px;
}

.lineHeight100 {
    line-height: 100px;
}

/*#endregion lineheight*/

/*#region height*/
.height40 {
    height: 40px;
}

.height45 {
    height: 45px;
}

.height50 {
    height: 50px;
}

.height48 {
    height: 48px;
}

.height100 {
    height: 100%;
}

.height52 {
    height: 52px;
}

.height120 {
    height: 120px;
}
/*#endregion height*/
.min-height50 {
    min-height: 50px;
}
/*#region caret*/
.TiqTravelCaret {
    height: 11px;
    width: 11px;
    position: absolute;
    top: 18px;
    right: 20px;
    border-right: 2px solid #99bbc1;
    border-bottom: 2px solid #99bbc1;
    transform: rotate(45deg);
}

.TiqName .TiqTravelCaret {
    height: 8px;
    width: 8px;
    position: absolute;
    top: 19px;
    right: 10px;
    border-right: 1px solid #99bbc1;
    border-bottom: 1px solid #99bbc1;
    transform: rotate(45deg);
}
/*#endregion caret*/

/*#region dropdown*/
.TiqName .dropdown {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.TiqBorder .dropdown-menu li:hover, .TiqName .dropdown-menu li:hover, .TiqDropDown .dropdown-menu li:hover, ul.md-autocomplete-suggestions li:hover {
    /*color:#00adbb;*/
    color: white;
    background-color: #ffbf01;
    border-left: 1px solid #ffbf01;
    border-right: 1px solid #ffbf01;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    /*background-image: -webkit-linear-gradient(left, #00adbb 0%, #005bb8 100%), -webkit-linear-gradient(left, #00adbb 0%, #005bb8 100%);
    background-image: -moz-linear-gradient(left, #00adbb 0%, #005bb8 100%), -moz-linear-gradient(left, #00adbb 0%, #005bb8 100%);
    background-image: -o-linear-gradient(left, #00adbb 0%, #005bb8 100%), -o-linear-gradient(left, #00adbb 0%, #005bb8 100%);
    background-image: linear-gradient(to right, #005bb8 0%, #00adbb 100%), linear-gradient(to right, #005bb8 0%, #00adbb 100%);*/
}

.TiqBorder ul.dropdown-menu, .TiqName ul.dropdown-menu, .TiqDropDown ul.dropdown-menu, ul.md-autocomplete-suggestions {
    box-shadow: 0 0 9px 0 #dfe2e5;
    border: 1px solid #c8e0e4;
    min-width: 0px;
}

.dropdown-menu.fade {
    display: block;
    opacity: 0;
    pointer-events: none;
}

.open > .dropdown-menu.fade {
    pointer-events: auto;
    opacity: 1;
}

ul.dropdown-menu {
    width: 100%;
    border: 0px;
    cursor: pointer;
    box-shadow: 0 2px 14px 0 #e8edf3;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

.dropdown-menu li {
    padding-left: 15px;
    line-height: 40px;
    font-family: Mukta;
    font-size: 15px;
    text-align: left;
    color: #979fa8;
    border-left: 6px solid white;
    border-bottom: 1px solid #d2d2d2;
}

    .dropdown-menu li:last-child {
        border-bottom: none;
    }
/*#endregion dropdown*/

/*#region button*/
.get-Quote-Button {
    border-radius: 39.5px;
    background-color: #ffbf01;
    color: #111111;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    max-height: 80px;
}

.back-Product-Page-Button {
    border-radius: 8px;
    background-color: #ffbf01;
    color: #111111;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    max-height: 80px;
}


.get-Quote-Button.back {
    border: 1px solid #111111;
    background-color: #ffffff;
    color: #111111;
}

.TiqCloseButton {
    border: solid 1px #ffbf01;
    color: #ffbf01;
    border-radius: 40px;
    height: 50px;
    cursor: pointer;
    width: 150px;
}

.TiqTravelNextButton {
    background-color: #ffbf01;
    color: #111111;
    border-radius: 6px;
    border-color: transparent;
    height: 40px;
    cursor: pointer;
}

    .TiqTravelNextButton.back {
        border: 1px solid #111111;
        background-color: #ffffff;
        color: #111111;
    }

.FeedbackFormRequestButton {
    background-color: #ffbf01;
    border-radius: 40px;
    height: 50px;
    cursor: pointer;
    margin: 30px;
}

.NeedHelpRequestButton {
    background-color: #ffbf01;
    border-radius: 10px;
    height: 50px;
    cursor: pointer;
    margin: 10px;
}

.cancer-button {
    width: 59px;
    height: 59px;
    background-color: #ffffff;
    border: solid 1px #cfcfcf;
    color: #111111;
    cursor: pointer;
    border-top-right-radius: 27px;
    border-bottom-left-radius: 27px;
    border-bottom-right-radius: 27px;
    font-family: MuktaRegular;
    font-size: 18px;
}

.cancer-buttonSelected {
    width: 59px;
    height: 59px;
    background-color: #ffbf01;
    color: #111111;
    cursor: pointer;
    border-top-right-radius: 27px;
    border-bottom-left-radius: 27px;
    border-bottom-right-radius: 27px;
    font-family: MuktaRegular;
    font-size: 18px;
}

.MyInfoButton {
    color: #111111;
    border-radius: 6px;
    border: solid 1px #ffbf01;
    height: 50px;
    cursor: pointer;
    background-color: #ffbf01;
}

    .MyInfoButton.back {
        background-color: #ffffff;
    }

.tiqTravelEditQuoteButton {
    position: absolute;
    right: 0px;
}

    .tiqTravelEditQuoteButton.cancer-theme {
        left: 100px;
    }
/*#region Coupon Button*/
.CouponButton::after {
    font-family: MuktaRegular;
    content: 'APPLY';
}

.couponButton.applied {
    background-color: #ffffff;
    border: 1px solid #ffbf01;
}

    .couponButton.applied::after {
        font-family: MuktaRegular;
        content: 'REMOVE';
        background-color: #ffffff;
        color: #ffbf01;
    }

.couponButton {
    height: 28px;
    background-color: #ffbf01;
    color: #111111;
    border-radius: 4px;
    margin-left: -15px;
    margin-top: 5px;
    cursor: pointer;
}
/*#endregion Coupon Button*/

/*#endregion button*/

/*#region align*/
.horizontal-align {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vertical-align {
    display: flex;
    align-items: center;
}
/*#endregion align*/

/*#region cursor*/
.cursor-pointer {
    cursor: pointer;
}

/*#endregion cursor*/

/* #region prograss bar*/
.hospital-cash-progress-bar {
    margin-top: 5%;
    margin-bottom: 3%;
}

    .hospital-cash-progress-bar table {
        width: 20%;
        margin: auto;
    }

    .hospital-cash-progress-bar td {
        width: 25%;
        text-align: center;
        padding: 10px;
        border-bottom-style: solid;
        border-bottom-color: #b9b7b7;
    }

        .hospital-cash-progress-bar td.activated {
            font-weight: bold;
            border-bottom-style: solid;
            border-bottom-color: #ffbf01;
        }

        .hospital-cash-progress-bar td.done {
            font-weight: normal;
            border-bottom-style: solid;
            border-bottom-color: #ffbf01;
        }


/* #endregion prograss bar*/
/*#region input related*/
.borderRadius4 {
    border-radius: 4px;
}

.width25 {
    width: 25%;
}

.width100 {
    width: 100%;
}

.TiqName input {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0px;
}

.hashTag {
    position: absolute;
    top: 16px;
    left: 30px;
}

.tiqTravelCouponInput {
    width: 100%;
    margin-bottom: 10px;
    color: rgb(141, 173, 178);
    font-size: 14px;
    padding-left: 10px;
    border-radius: 4px;
    border: 1px solid #d9e4e8;
    height: 40px;
}

.countryInput {
    background: transparent;
    border: none;
    width: 100%;
    font-weight: 700;
    text-transform: capitalize;
}

.reasonInput {
    background: transparent;
    border: none;
    width: 100%;
    font-weight: 700;
    text-transform: capitalize;
}
/*#endregion input related*/

/*#region border*/
.borderRadius5 {
    border-radius: 5px;
}

.borderRadius6 {
    border-radius: 6px;
}

.borderRadius8 {
    border-radius: 8px;
}

.greyBorder {
    border: 1px solid #cfcfcf;
}

.greyBorderDropdown {
    border: 1px solid #ddd;
}

.greyBorder0x {
    border: 0px solid #c8e0e4;
}

.borderTopGrey2x {
    border-top: 2px solid #e9ecef;
}

.borderBottomGrey.cancer-theme {
    border-bottom: 1px solid #a8c2c7;
    border-radius: initial;
}

.borderTopDottedGrey {
    border-top: 2px dotted #e9ecef;
}
/*#endregion border*/

/*#region cancer quotation page*/
.quotation-Cancer-bg-desktop {
    padding-bottom: 30px;
    background-image: url(../Image/Cancer.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 37.5%;
    color: #111111;
    margin-top: 40px;
}

.quotation-Cancer-bg-mobile {
    padding-bottom: 20px;
    color: #111111;
}

.quotation-SAVE3-bg {
    height: 250px;
    background-image: url(../Image/SAVE3.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 35%;
}

.quotation-3plusci-bg {
    height: 250px;
    background-image: url(../Image/3plusci_etiqa.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 35%;
}

.quotation-hospitalCash-bg {
    height: 250px;
    background-image: url(../Image/hospital-icon.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 35%;
}

.quotation-SAVE3-bg.small-window {
    height: 140px;
    font-size: 35px;
    background-image: url();
}

.quotation-SAVE3-bg.small-window, .quotation-singtel-1p3.small-window, .quotation-3plusci-bg.small-window {
    height: 140px;
    font-size: 35px;
    background-image: url();
}

.quotation-3plusci-bg.small-window {
    height: 140px;
    font-size: 35px;
    background-image: url();
}

.quotation-hospitalCash-bg.small-window {
    font-size: 35px;
    background-image: url();
    height: unset;
    margin-top: 0;
}

.quotation-singtel-1p3-bg {
    background-image: url(../Image/singtel_1p3.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 35%;
}

.hospital-cash-small-screen-class {
    margin: auto;
    width: 100%;
    text-align: center;
}

    .hospital-cash-small-screen-class td div {
        padding: 7px;
        border: 1px solid black;
        margin-top: 10px;
    }

.hopistalCashBenefitTable {
    width: 100%;
}

    .hopistalCashBenefitTable th {
        background-color: #424143;
        color: white;
        text-align: center;
        padding: 50px;
    }

    .hopistalCashBenefitTable td {
        border: 1px solid black;
    }

        .hopistalCashBenefitTable td:first-child {
            padding: 25px;
        }

        .hopistalCashBenefitTable td:not(:first-child) {
            text-align: center;
            width: 15%;
        }

.hopistalCashAddonTable, .hopistalCashAddonTable table {
    width: 100%;
}

.hopistalCashAddonTabletd1 {
    font-size: 18px;
    font-weight: bold;
    display: inline-flex;
    width: 100%
}

hopistalCashAddonTable table td {
    padding: 15px 25px;
    padding-top: 20px;
}

.toggle-tooltips-container {
    display: flex;
    flex-direction: column;
    max-width: 70%;
    margin-right: 10px;
}

.addonTableWidth {
    width: 15%;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.button-width {
    width: 20%;
}

.hopistalCashBenefitTable li {
    margin-bottom: 10px;
}

.flight-tooltip i.workshop-tooltip {
    color: #ffbf01;
}

.hintTips {
    padding: 15px 20px;
    color: #555;
    border-radius: 6px;
    background-color: #eeeeee;
    font-weight: normal;
}

.create-application-Button {
    border-radius: 39.5px;
    background-color: #ffbf01;
    color: #111111;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    width: 15%;
    font-size: 20px;
}

.go-back-Button {
    border-radius: 39.5px;
    background-color: white;
    color: #111111;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    width: 15%;
    border: 1px solid black;
    font-size: 20px;
}

.classRadio {
    accent-color: #ffbf01 !important;
    position: unset !important;
    opacity: 1 !important;
    transform: scale(2) !important;
    margin-bottom: 7px !important;
    pointer-events: unset !important;
}

.loginOptionSection {
    border-radius: 8px;
    background-color: #424143;
    color: white;
    padding: 3%;
}

.applicationSection {
    border: 1px solid #c8c8c8;
}

.checkbox label,
.radio label,
label {
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    font-weight: 400
}

.md-checked .md-container {
    background-color: #ffbf01;
}

.big-icon,
a,
a:focus,
a:hover {
    color: #ffbf00
}


.applicationFormField {
    margin-top: 3%;
}

.application-text-box {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    border: 1px solid gray;
    padding: 10px;
}

}
/*#endregion cancer quotation page*/
/*#region myInfo*/
.lightBulb {
    position: absolute;
    left: 25px;
}

.travelDelayBenefitMessage {
    padding: 10px;
    padding-left: 35px;
    border-radius: 6px;
}

/*#endregion myInfo*/

/*#region box shadow*/
.miniUL-box-shadow {
    box-shadow: 1px 15px 46px 7px rgba(174, 198, 215, 0.41);
}

    .miniUL-box-shadow.small-window {
        box-shadow: none;
    }
/*#endregion box shadow*/

/*#region selection box*/
.cancer-box {
    background-color: #ffffff;
    color: #111111;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.cancer-selected-box {
    background-color: #ffbf01;
    color: #111111;
}
/*#endregion selection box*/
/*#region radioButton*/
[type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

    [type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
        position: relative;
        padding-left: 26px;
        cursor: pointer;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        font-weight: initial;
        -webkit-transition: .28s ease;
        transition: .28s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        [type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after {
            border: 1px solid #ddd;
        }

        [type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after {
            border: 1px solid #ddd;
        }

[type="radio"] + label:before, [type="radio"] + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease;
}

[type="radio"].with-gap:checked + label:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:after {
    background-color: #ffbf01;
}

[type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after, [type="radio"]:checked + label:before, [type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after {
    border-radius: 50%;
}
/*#endregion radioButton*/

/*#region checkbox*/
.tiqCheckBox {
    padding-left: 45px;
}

    .tiqCheckBox.crs-declaration {
        padding-left: 30px;
    }

    .tiqCheckBox::before {
        content: '';
        width: 22px;
        height: 22px;
        border-radius: 4px;
        border: 1px solid #ddd;
        position: absolute;
        left: 15px;
    }

    .tiqCheckBox.crs-declaration::before {
        left: 0;
    }

    .tiqCheckBox.tick::before {
        background: #ffbf01;
    }

    .tiqCheckBox.tick::after {
        content: '';
        height: 13px;
        width: 7px;
        border-right: 2px solid #111111;
        border-bottom: 2px solid #111111;
        position: absolute;
        left: 23px;
        top: 3px;
        transform: rotate(45deg);
    }

    .tiqCheckBox.crs-declaration.tick::after {
        left: 8px;
    }

.tick {
    color: initial;
}
/*#endregion checkbox*/

/*#region policy illustration*/

div.policy-illustration div.pi-header.pi-header-1 {
    height: 50px;
    background-color: white;
}

div.policy-illustration div.pi-header.pi-header-2 {
    height: 100px;
}

div.policy-illustration div.pi-header.pi-header-3 {
    display: block;
}

div.policy-illustration div.pi-header {
    border: 1px solid #e9ecef;
    text-align: center;
    vertical-align: middle;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
}

div.policy-illustration {
    margin-bottom: 0;
}

div.policy-illustration-body {
    height: 300px;
    overflow-y: scroll;
    width: 100%;
    margin-left: 0;
    border: 1px solid #e9ecef;
}

div.policy-illustration-innerbody {
    padding: 0;
    /*width: 100.9%;*/
}

div.policy-illustration-body div.pi-body {
    border: 1px solid #e9ecef;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
}

    div.policy-illustration-body div.pi-body:nth-of-type(1),
    div.policy-illustration-body div.pi-body:nth-of-type(4),
    div.policy-illustration-body div.pi-body:nth-of-type(5) {
        width: 16.7%;
    }

    div.policy-illustration-body div.pi-body:nth-of-type(2) {
        width: 16.9%;
    }

    div.policy-illustration-body div.pi-body:nth-of-type(3) {
        width: 17%;
    }

    div.policy-illustration-body div.pi-body:nth-of-type(6) {
        width: 16%;
    }
/* width */
div.policy-illustration-body::-webkit-scrollbar {
    width: 7px;
    border-radius: 5px;
}

/* Track */
div.policy-illustration-body::-webkit-scrollbar-track {
    background-color: transparent;
}

/* Handle */
div.policy-illustration-body::-webkit-scrollbar-thumb {
    background-color: #e9ecef;
}


/*#endregion policy illustration*/

/*#region override modal css*/
.modal-content .modal-body {
    padding: 24px 24px 20px;
}

    .modal-content .modal-body.paddingTop0 {
        padding-top: 0;
    }

.modal-footer {
    padding: 19px 20px 20px !important;
}

.modal-small {
    width: auto;
}

#TiqConnectLogInModal .btn-back {
    width: 100%;
    text-align: right;
}

#TiqConnectLogInModal .has-error {
    color: #f33;
}
/*#endregion override modal css*/

/*#region Dropzone Upload*/
#dZUpload.white-form-section, #dZUploadBeneficialNRIC.white-form-section, #dZUploadPayorNRIC.white-form-section, #dZUploadFreeChildCoverNRIC.white-form-section {
    width: 100%;
    background: #fff;
    border: 1px solid #ffbe00;
    padding: 30px;
    color: #111111;
    margin-top: 30px;
}

#dZUploadEntity.white-form-section {
    width: 100%;
    background: #fff;
    border: 1px solid #ffbe00;
    padding: 30px;
    color: #005bb8;
    margin-top: 20px;
}

#dZUpload.dropzone.dz-clickable, #dZUploadBeneficialNRIC.dropzone.dz-clickable, #dZUploadPayorNRIC.dropzone.dz-clickable, #dZUploadFreeChildCoverNRIC.dropzone.dz-clickable {
    cursor: pointer;
}

#dZUploadEntity.dropzone.dz-clickable {
    cursor: pointer;
}

#dZUpload.dropzone, #dZUploadBeneficialNRIC.dropzone, #dZUploadPayorNRIC.dropzone, #dZUploadFreeChildCoverNRIC.dropzone {
    min-height: 100px;
    border: 2px solid rgba(0,0,0,0.3);
    background: white;
    padding: 0;
}

#dZUploadEntity.dropzone {
    min-height: 100px;
    border: 2px solid rgba(0,0,0,0.3);
    background: white;
    padding: 0;
}

#dZUpload.dropzone, .dropzone *, #dZUploadBeneficialNRIC.dropzone, #dZUploadPayorNRIC.dropzone, #dZUploadFreeChildCoverNRIC.dropzone {
    box-sizing: border-box;
}

#dZUploadEntity.dropzone, .dropzone * {
    box-sizing: border-box;
}


#dZUpload.dropzone, #dZUploadBeneficialNRIC.dropzone, #dZUploadPayorNRIC.dropzone, #dZUploadFreeChildCoverNRIC.dropzone {
    border: 2px dashed !important;
    border-radius: 10px;
}

#dZUploadEntity.dropzone {
    border: 2px dashed !important;
    border-radius: 10px;
}

#dZUpload.dropzone .dz-preview, #dZUploadBeneficialNRIC.dropzone .dz-preview, #dZUploadPayorNRIC.dropzone .dz-preview, #dZUploadFreeChildCoverNRIC.dropzone .dz-preview {
    margin: 6px;
    margin-bottom: 15px;
    min-height: 60px;
    max-width: 60px;
}

#dZUploadEntity.dropzone .dz-preview {
    margin: 6px;
    margin-bottom: 15px;
    min-height: 60px;
    max-width: 60px;
}

#dZUpload.dropzone.small-window .dz-preview, #dZUploadBeneficialNRIC.dropzone.small-window .dz-preview, #dZUploadPayorNRIC.dropzone.small-window .dz-preview, #dZUploadFreeChildCoverNRIC.dropzone.small-window .dz-preview {
    margin: 4.5px;
}

#dZUploadEntity.dropzone.small-window .dz-preview {
    margin: 4.5px;
}

#dZUpload.dropzone .dz-preview.dz-file-preview .dz-image, #dZUploadBeneficialNRIC.dropzone .dz-preview.dz-file-preview .dz-image, #dZUploadPayorNRIC.dropzone .dz-preview.dz-file-preview .dz-image, #dZUploadFreeChildCoverNRIC.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 6px;
    border: solid 1px #46737a;
    background: white;
}

#dZUploadEntity.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 6px;
    border: solid 1px #46737a;
    background: white;
}

#dZUpload.dropzone .dz-preview .dz-image, #dZUploadBeneficialNRIC.dropzone .dz-preview .dz-image, #dZUploadPayorNRIC.dropzone .dz-preview .dz-image, #dZUploadFreeChildCoverNRIC.dropzone .dz-preview .dz-image {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    border: solid 1px #46737a;
    background: transparent;
}

#dZUploadEntity.dropzone .dz-preview .dz-image {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    border: solid 1px #46737a;
    background: transparent;
}

#dZUpload.dropzone .dz-preview .dz-details, #dZUploadBeneficialNRIC.dropzone .dz-preview .dz-details, #dZUploadPayorNRIC.dropzone .dz-preview .dz-details, #dZUploadFreeChildCoverNRIC.dropzone .dz-preview .dz-details {
    /*min-width: 50%;
    max-width: 50%;*/
    padding: 0;
}

#dZUploadEntity.dropzone .dz-preview .dz-details {
    /*min-width: 50%;
    max-width: 50%;*/
    padding: 0;
}

#dZUpload.dropzone .dz-preview.dz-file-preview .dz-details, #dZUploadBeneficialNRIC.dropzone .dz-preview.dz-file-preview .dz-details, #dZUploadPayorNRIC.dropzone .dz-preview.dz-file-preview .dz-details, #dZUploadFreeChildCoverNRIC.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 0;
}

#dZUploadEntity.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 0;
}

#dZUpload.dropzone .dz-preview.dz-file-preview .dz-details:hover, #dZUploadBeneficialNRIC.dropzone .dz-preview.dz-file-preview .dz-details:hover, #dZUploadPayorNRIC.dropzone .dz-preview.dz-file-preview .dz-details:hover, #dZUploadFreeChildCoverNRIC.dropzone .dz-preview.dz-file-preview .dz-details:hover {
    opacity: 1;
}

#dZUploadEntity.dropzone .dz-preview.dz-file-preview .dz-details:hover {
    opacity: 1;
}

#dZUpload.dropzone .dz-preview .dz-progress, #dZUploadBeneficialNRIC.dropzone .dz-preview .dz-progress, #dZUploadPayorNRIC.dropzone .dz-preview .dz-progress, #dZUploadFreeChildCoverNRIC.dropzone .dz-preview .dz-progress {
    background-color: white;
    margin-top: -18px;
    margin-left: -30px;
    width: 100%;
}

#dZUploadEntity.dropzone .dz-preview .dz-progress {
    background-color: white;
    margin-top: -18px;
    margin-left: -30px;
    width: 100%;
}

#dZUpload.dropzone .dz-preview .dz-progress .dz-upload, #dZUploadBeneficialNRIC.dropzone .dz-preview .dz-progress .dz-upload, #dZUploadPayorNRIC.dropzone .dz-preview .dz-progress .dz-upload, #dZUploadFreeChildCoverNRIC.dropzone .dz-preview .dz-progress .dz-upload {
    background: linear-gradient(to bottom, #08c, #00af8c);
}

#dZUploadEntity.dropzone .dz-preview .dz-progress .dz-upload {
    background: linear-gradient(to bottom, #08c, #00af8c);
}

#dZUpload.dropzone .dz-preview .dz-remove, #dZUploadBeneficialNRIC.dropzone .dz-preview .dz-remove, #dZUploadPayorNRIC.dropzone .dz-preview .dz-remove, #dZUploadFreeChildCoverNRIC.dropzone .dz-preview .dz-remove {
    content: 'X';
    height: 20px;
    width: 20px;
    position: absolute;
    right: 19px;
    bottom: -10px;
    border-radius: 10px;
    border: solid 1px #46737a;
    color: white;
    background-color: #46737a;
    z-index: 10;
}

#dZUploadEntity.dropzone .dz-preview .dz-remove {
    content: 'X';
    height: 20px;
    width: 20px;
    position: absolute;
    right: 19px;
    bottom: -10px;
    border-radius: 10px;
    border: solid 1px #46737a;
    color: white;
    background-color: #46737a;
    z-index: 10;
}

#dZUpload.dropzone .dz-preview .dz-remove:hover, #dZUploadBeneficialNRIC.dropzone .dz-preview .dz-remove:hover, #dZUploadPayorNRIC.dropzone .dz-preview .dz-remove:hover, #dZUploadFreeChildCoverNRIC.dropzone .dz-preview .dz-remove:hover {
    text-decoration: none;
}

#dZUploadEntity.dropzone .dz-preview .dz-remove:hover {
    text-decoration: none;
}
/*#endregion Dropzone Upload*/

/*#region help-block*/
.help-block {
    position: absolute;
    right: 0;
    color: brown;
}

    .help-block.right15 {
        right: 15px;
    }

    .help-block.top50 {
        top: 50px;
    }

.form-group .help-block {
    display: inherit;
}

.form-group.has-error .help-block, .form-group.has-error label.control-label {
    color: brown;
}

#callBackFormError.help-block {
    right: unset;
}
/*#endregion help-block*/

/*#region media query*/
@media (min-width: 600px) {
    get-Quote-Button
    .font25 {
        font-size: 25px;
    }
}

@media screen and (min-width: 768px) {
    #PolicyIllustrationModal .modal-dialog {
        width: 1000px;
        margin: 60px auto;
    }

    .modal-small {
        width: 40%;
        margin: 60px auto;
    }

    .modal-small2 {
        width: 50%;
        margin: 60px auto;
    }
}

@media (min-width: 600px) {
    .titleText {
        text-align: center;
        font-family: Mukta;
        font-size: 2em;
        color: #4b5561;
        margin: -20px auto 0px;
        background-color: white;
    }
}
/*IE 11~*/
@media screen and (min-width:0\0) and (min-resolution:+72dpi), \0screen\,screen\9 {

    .tick {
        color: #333;
    }
}
/*Edge*/
@supports (-ms-ime-align:auto) {

    .tick {
        color: #333;
    }
}
/*Firefox*/
@media (min--moz-device-pixel-ratio:0) and (display-mode:browser), (min--moz-device-pixel-ratio:0) and (display-mode:fullscreen) {

    .tick {
        color: #333;
    }
}
/*#endregion media query*/
.input-group-addon.money {
    background-color: rgba(0,0,0,0);
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: 1px solid #ddd;
    font-size: 24px;
}

.opaque {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1041;
}

    .opaque.app-loading .icon-loading {
        background-image: url('../Image/status.gif') !important;
        background-repeat: no-repeat;
        background-position: center;
        width: 200px;
        height: 150px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -100px 0 0 -93px;
        z-index: 1000;
    }

    .opaque.transparent-loading .text-loading {
        background: url('../../../../images/loading-black.gif') center center no-repeat;
        width: 200px;
        height: 150px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -100px 0 0 -93px;
    }

    .opaque.transparent-loading .text {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: 25px 0 0 -15px;
    }

.border-none {
    border: none;
}

*:focus {
    outline: none;
}

.step-title {
    border-left: 7px solid #ffbf00;
    padding-left: 15px;
}

    .step-title.tick {
        border-left: none;
        padding-left: 60px;
    }

        .step-title.tick:after {
            content: '';
            height: 24px;
            width: 13px;
            border-right: 5px solid #0a8a00;
            border-bottom: 5px solid #0a8a00;
            position: absolute;
            left: 30px;
            top: 17px;
            transform: rotate(45deg);
        }


table tr td.completePurchaseTableLeft {
    line-height: 2em;
    text-align: left;
    color: #89949f;
    border: none;
    white-space: nowrap;
}

table tr td.completePurchaseTableRight {
    line-height: 2em;
    text-align: right;
    color: #616c77;
    border: none;
}

.paymentSuccessTableSmaltext {
    font: 500 14px Mukta;
    text-align: center;
    color: #4b5561;
}

.paymentSuccessTableSmaltextGrey {
    font: 500 14px Mukta;
    color: #b2b7be;
}
/*Payment Page*/
.payment-summary {
    padding: 100px 0 150px;
}

.paymentController md-radio-button {
    display: inline-block;
    margin-right: 20px;
    border-radius: 6px;
    border: solid 1px #979797;
    padding: 20px 10px;
    font-size: 25px;
}

    .paymentController md-radio-button.md-checked {
        border: solid 1px #ffbf01;
    }

    .paymentController md-radio-button .md-container {
        left: 10px;
    }

    .paymentController md-radio-button .md-off {
        border-color: #ddd;
    }

    .paymentController md-radio-button.md-checked .md-on {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

.paymentController #paymentMethod {
    text-align: left;
}

    .paymentController #paymentMethod #travel-pdpa-btn {
        text-align: left;
        padding: 0;
    }
/*Sucess page*/
.payment-title {
    font-size: 40px;
    font-weight: bold;
}

.white-box {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 2px 26px 1px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
}

.dotted-box {
    border-radius: 6px;
    border: dashed 1.5px #1e242b;
    width: fit-content;
    padding: 10px;
    margin: 10px auto;
}

.paymentSucessImage {
    height: 81px;
    margin: 15px;
}

.color--yellow {
    color: #ebb225;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.RightMenu .float-right {
    right: 10px;
}

.payment-message {
    background-color: rgba(255, 191, 1, 0.9);
    /* box-shadow: inset 0 0 2px #fff; */
    padding: 1em;
    border-radius: 4px;
    margin-bottom: 1em;
    color: #fff;
    /* text-shadow: 0 1px 1px #999; */
}

.box_steps {
    background: rgba(255, 255, 255, 0.9);
    border: solid 1px #FFF;
    border-radius: 2px;
    padding: 2em;
    box-sizing: border-box;
    text-align: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.31), inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.tooltip {
    z-index: 1151 !important;
}

.TiqTravelSmallPaymentCaret {
    height: 9px;
    width: 9px;
    position: absolute;
    top: 17px;
    right: 13px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
}

    .TiqTravelSmallPaymentCaret.flip {
        transform: rotate(-135deg);
        top: 22px;
    }

.hndRiderTableHeader {
    text-align: center;
    background-color: #f5f5f5;
    height: 50px;
    border: 1px solid #e9ecef;
    width: 50%;
}

.hndRiderTableContent {
    border: 1px solid #e9ecef;
}

.reviewField {
    font-weight: bold;
}

.yellowNextBtn {
    padding: 10px;
    background-color: #ffbf00;
    border-color: black;
    color: black;
    width: 50%;
    padding: 18px 55px 17px 56px;
    border-radius: 29.5px;
    border: solid 1px #ffbf00;
}

    .yellowNextBtn:hover {
        background-color: #ffbf00;
        color: black;
        font-weight: bold;
    }

.whiteBackBtn {
    padding: 10px;
    background-color: white;
    border-color: black;
    color: black;
    width: 50%;
    padding: 18px 55px 17px 56px;
    border-radius: 29.5px;
    border: solid 1px #b2b2b2;
}

    .whiteBackBtn:hover, .whiteBackBtn:active {
        background-color: white;
        color: black;
        font-weight: bold;
    }

.whiteBtn {
    padding: 10px;
    background-color: white;
}

.nationalityDropdown {
    margin: 0px;
    border-radius: 8px;
    padding: 10px;
    height: 50px;
    border: 1px solid gray;
}

    .nationalityDropdown md-select-value, .nationalityDropdown md-select:not([disabled]):focus .md-select-value {
        border-bottom: unset !important;
    }

.relationshipDropdown .md-select-value {
    border-bottom: unset !important;
}

.couponApplyBtn {
    border: none;
    color: #ffbf01;
    font-size: 12pt;
}

    .couponApplyBtn:hover {
        cursor: pointer;
    }

    .couponApplyBtn:focus {
        cursor: pointer;
    }

.lineCross {
    text-decoration: line-through;
}

.isStudent {
    float: left;
    font-size: 16px;
    margin-top: 10px;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    .active, .accordion:hover {
        background-color: #ccc;
    }

    .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 0;
    border: 0 !important;
}

.paymentTermOption {
    font-size: 18px;
    font-weight: bold;
}

.text-color-yellow {
    color: #ffbf00;
}

.text-color-white {
    color: white;
}

.margin-top-10 {
    margin-top: 10%;
}

.margin-top-3 {
    margin-top: 3%;
}

.displayNone {
    display: none;
}

.displayTableCell {
    display: table-cell;
}

.text-red {
    color: red;
}

.floatRight {
    float: right;
}

.UseMyInfoButtonDisable {
    background-color: #f4333d;
    border: 0;
    padding: 13px;
    border-radius: 8px;
}
.ColourDarkRed {
    background-color: #d10101 !important;
}

.detailsRow td {
    border-top: unset;
    border-bottom: unset;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.hopistalCashAddonTableTr td {
    padding-left: 20px;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

    .hopistalCashAddonTableTr td:nth-child(2), .hopistalCashAddonTableTr td:nth-child(3), .hopistalCashAddonTableTr td:nth-child(4) {
        text-align: center;
    }

/*.hopistalCashAddonTableTr {
    border-left: 1px solid black;
    border-right: 1px solid black;
}*/

.unsetTDBorderBottom td {
    border-bottom: unset
}

.choosePlanDiv {
    font-size: 18px;
}

.product-name-div {
    font-size: 45px;
}

@media screen and (max-width: 820px) {
    .hospital-cash-progress-bar {
        margin-top: 10%;
    }

    .hopistalCashBenefitTable td:not(:first-child) {
        width: 20%;
    }

    .addonTableWidth {
        width: 20%
    }

    .create-application-Button {
        width: 30%;
    }

    .go-back-Button {
        width: 30%;
    }

    .smallPadding {
        padding: 10px;
    }

    .isStudent {
        font-size: 14px;
    }

    .hopistalCashBenefitTable th {
        padding: unset;
        width: 30%;
    }

    .choosePlanDiv {
        font-size: 16px;
    }

    .product-name-div {
        font-size: 40px;
    }
}

@media screen and (max-width: 620px) {
    .benefit-table-3plus {
        font-size: 10px;
    }

    .choosePlanDiv {
        font-size: 14px;
    }

    .product-name-div {
        font-size: 35px;
    }

    .hopistalCashAddonTable table td:first-child {
        display: inline-block;
    }

    .button-width {
        width: 100%;
        margin-top: 10px;
    }

    .toggle-tooltips-container {
        max-width: 100%;
    }
}

@media screen and (max-width: 420px) {
    .hospital-cash-progress-bar {
        margin-top: 20%;
    }

    .hopistalCashAddonTable table td:first-child {
        display: inline-block;
    }

    .button-width {
        width: 100%;
    }

    .addonTableWidth {
        width: 36%
    }

    .choosePlanDiv {
        font-size: 12px;
    }

    .product-name-div {
        font-size: 30px;
    }
}

@media (max-width: 390px) {
    .couponApplyBtn {
        border: none;
        color: #ffbf01;
        font-size: 12pt;
        margin-top: -40%
    }

        .couponApplyBtn:hover {
            cursor: pointer;
        }

        .couponApplyBtn:focus {
            cursor: pointer;
        }

    .product-name-div {
        font-size: 29px;
    }
}

