﻿.quotation-miniUL-bg {
    height: 250px;
    background-image: url(../Image/MiniUl.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 35%;
    font-size: 35px;
}

.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: #354f53;
}

.quotation-Cancer-bg-mobile {
    padding-bottom: 20px;
    color: #354f53;
}

.cancer-selected-box {
    background-color: #005bb8;
    color: #ffffff;
}

.cancer-box {
    background-color: #ffffff;
    color: #69898f;
    border: 1px solid #a8c2c7;
}

.get-Quote-Button {
    border-radius: 39.5px;
    background-color: #00af8c;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .get-Quote-Button.back {
        border: 1px solid #80a1a7;
        background-color: #ffffff;
        color: #80a1a7;
    }

md-checkbox .md-label {
    white-space: inherit;
}

.quotation-miniUL-bg.small-window {
    height: 140px;
    font-size: 20px;
    background-image: url();
}

.quotation-SAVE3-bg {
    height: 250px;
    background-image: url(../Image/SAVE3.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 35%;
}

    .quotation-SAVE3-bg.small-window {
        height: 140px;
        font-size: 20px;
        background-image: url();
    }

.quotation-SAVE3-mr-bg {
    height: 250px;
    background-image: url(../Image/SAVE3MR.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 35%;
}

    .quotation-SAVE3-mr-bg.small-window {
        height: 140px;
        font-size: 20px;
        background-image: url();
    }

/*.quotation-SAVE3-mr-bg {
    margin-top: 20px;
    margin-bottom: 50px;
}

    .quotation-SAVE3-mr-bg::after {
        content:"";
        background-image: url(../Image/SAVE3MR.png);
        background-position: right;
        background-repeat: no-repeat;
        background-size: 30%;
        opacity: 0.5;        
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .quotation-SAVE3-mr-bg.small-window {
        height: 140px;
        font-size: 20px;
        background-image: url();
    }*/

.quotation-TiqEasySave-bg {
    height: 250px;
    background-image: url(../Image/TiqEasySave.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 35%;
}

    .quotation-TiqEasySave-bg.small-window {
        height: 140px;
        font-size: 20px;
        background-image: url();
    }

.miniUL-box-shadow {
    box-shadow: 1px 15px 46px 7px rgba(174, 198, 215, 0.41);
}

    .miniUL-box-shadow.small-window {
        box-shadow: none;
    }

.modal-content.policy-table {
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.mobile-container {
    margin-top: 80px;
}

#paymentMenu {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 50px;
    font-size: 20px;
    margin-top: 133px;
}

.MarginTop8x {
    margin-top: 8em;
}

div.policy-illustration div.pi-header.pi-header-1 {
    height: 50px;
    background-color: white;
}

div.policy-illustration div.pi-header.pi-header-2 {
    height: 80px;
}

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: #f2f9fa;
}

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;
}

.ImportantNote {
    padding: 15px 20px;
    background-color: #f2f9fa;
    border-radius: 6px;
}

.MyInfoButton {
    color: #005bb8;
    border-radius: 6px;
    border: solid 1px none;
    height: 43px;
    cursor: pointer;
}

.cancerInsuranceClearButtonBackground {
    background-color: #f4333d;
}

    .MyInfoButton.cancer-theme {
        background-color: #005bb8;
        color: #ffffff;
        height: 50px;
    }

    .MyInfoButton.cancer-theme-application {
        background-color: #ffffff;
        color: #00b38a;
        border: 1px solid #00b38a;
    }

.TiqCloseButton {
    border: solid 1px #00af8c;
    color: #00af8c;
    border-radius: 40px;
    height: 50px;
    cursor: pointer;
    width: 150px;
}

.miniUL-image {
    width: 35%;
    margin-right: 10px;
}

div.quote-header {
    justify-content: left;
}

    div.quote-header .slogan {
        z-index: 1;
    }

div.input-group-addon.money {
    background-color: transparent;
    width: 13px;
    height: 40px;
    font-family: Mukta;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #005bb8;
    padding-right: 19px;
    padding-left: 6px;
    border: none;
    border-right: 1px solid;
}
div.input-group-addon.money.white {    
    color: white;
}

.radioButton {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 16px;
    height: 50px;
    color: #86a8ae;
    border: 1px solid #c8e0e4;
    width: 47%;
    cursor: pointer;
}

    .radioButton.tick {
        color: #005bb8;
    }

    .radioButton.tick {
        border-radius: 8px;
        font-size: 18px;
        color: #005bb8;
        background-color: #f2f9fa;
        position: relative;
        border: 1px solid transparent;
        background-clip: padding-box;
    }

        .radioButton.tick::after {
            content: '';
            background: linear-gradient(to bottom right, #005bb8, #00af8c);
            position: absolute;
            border-radius: 8px;
            z-index: -2;
            top: -1px;
            bottom: -1px;
            left: -1px;
            right: -1px;
        }

/*#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 #7d9da3;
        }

        [type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after {
            border: 1px solid #7d9da3;
        }

[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: #005bbe;
}

[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*/

.tiqCheckBox.greenbox.tick::before {
    background: #00af8c;
}

.tiqCheckBox.greenbox::before {
    border: 2px solid #00af8c;
}

.TiqTravelYesNoButton.tick.green2 {
    color: #00af8c;
}

.tooltip {
    z-index: 1040;
}

.tooltip-inner {
    width: auto;
    padding: 10px 9px;
    text-align: initial;
}

.navNlabel {
    font-size: 16px;
    color: #00adbb;
}

ol.alpha,
ul.alpha {
    counter-reset: list;
}

    ol.alpha > li,
    ul.alpha > li {
        list-style: none;
        position: relative;
        padding-left: 10px;
    }

        ol.alpha > li:before,
        ul.alpha > li:before {
            counter-increment: list;
            content: counter(list, lower-alpha) ") ";
            position: absolute;
            left: -1em;
            top: 0;
        }

form[name='checkForm'] .help-block {
    top: 50px;
}
/**md-autocompltete*/

.md-whiteframe-1dp, .md-whiteframe-z1 {
    box-shadow: none;
    height: inherit;
}

md-autocomplete input:not(.md-input) {
    height: inherit;
    font-size: inherit;
    color: inherit;
}

    md-autocomplete input:not(.md-input)::-webkit-input-placeholder, /* Chrome/Opera/Safari */
    md-autocomplete input:not(.md-input)::-moz-placeholder, /* Firefox 19+ */
    md-autocomplete input:not(.md-input):-ms-input-placeholder, /* IE 10+ */
    md-autocomplete input:not(.md-input):-moz-placeholder { /* Firefox 18- */
        color: #80a1a7;
    }

md-autocomplete .md-show-clear-button button {
    color: inherit;
}
/**md-autocompltete end*/

/**md-select*/
md-select-item-wrapper.active {
    color: white;
    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%);
}

md-chips-wrap.md-chips-select {
    height: inherit;
}

    md-chips-wrap.md-chips-select.md-focused {
        box-shadow: none;
    }

    md-chips-wrap.md-chips-select .md-chip {
        padding: 0 2px 0 12px;
    }

md-select-list {
    box-shadow: 0 0 9px 0 #dfe2e5;
    border: 1px solid #c8e0e4;
    border-radius: 6px;
    margin-left: -30px;
}

    md-select-list md-select-item-wrapper {
        border-left: none;
        font-size: 16px;
        padding-left: 15px;
        height: inherit;
        line-height: inherit;
    }
/**md-select end*/


/**dropzone*/
.pure-form input.ng-dirty.ng-invalid {
    border-color: #e9322d;
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container {
    background-color: white;
    border-radius: 6px;
    margin-top: 2px;
}

.field-message {
    display: inline-block;
    color: #e9322d;
    font-size: 90%;
    margin-left: 0.5em;
}

.error {
    display: inline-block;
    color: #e9322d;
    font-size: 90%;
    margin-left: 0.5em;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

#dZUpload.white-form-section {
    width: 100%;
    background: #fff;
    border: 1px solid #ffbe00;
    padding: 30px;
    color: #005bb8;
    margin-top: 30px;
}

#dZUpload2.white-form-section {
    width: 100%;
    background: #fff;
    border: 1px solid #ffbe00;
    padding: 30px;
    color: #005bb8;
    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 {
    cursor: pointer;
}

#dZUpload2.dropzone.dz-clickable {
    cursor: pointer;
}

#dZUploadEntity.dropzone.dz-clickable {
    cursor: pointer;
}

#dZUpload.dropzone {
    min-height: 100px;
    border: 2px solid rgba(0,0,0,0.3);
    background: white;
    padding: 0;
}

#dZUpload2.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 * {
    box-sizing: border-box;
}

#dZUpload2.dropzone, .dropzone * {
    box-sizing: border-box;
}

#dZUploadEntity.dropzone, .dropzone * {
    box-sizing: border-box;
}


#dZUpload.dropzone {
    border: 2px dashed !important;
    border-radius: 10px;
}

#dZUpload2.dropzone {
    border: 2px dashed !important;
    border-radius: 10px;
}

#dZUploadEntity.dropzone {
    border: 2px dashed !important;
    border-radius: 10px;
}

#dZUpload.dropzone .dz-preview {
    margin: 6px;
    margin-bottom: 15px;
    min-height: 60px;
    max-width: 60px;
}

#dZUpload2.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 {
    margin: 4.5px;
}

#dZUpload2.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 {
    border-radius: 6px;
    border: solid 1px #46737a;
    background: white;
}

#dZUpload2.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 {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    border: solid 1px #46737a;
    background: transparent;
}

#dZUpload2.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 {
    /*min-width: 50%;
    max-width: 50%;*/
    padding: 0;
}

#dZUpload2.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 {
    opacity: 0;
}

#dZUpload2.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 {
    opacity: 1;
}

#dZUpload2.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 {
    background-color: white;
    margin-top: -18px;
    margin-left: -30px;
    width: 100%;
}

#dZUpload2.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 {
    background: linear-gradient(to bottom, #08c, #00af8c);
}

#dZUpload2.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 {
    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;
}

#dZUpload2.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 {
    text-decoration: none;
}

#dZUpload2.dropzone .dz-preview .dz-remove:hover {
    text-decoration: none;
}

#dZUploadEntity.dropzone .dz-preview .dz-remove:hover {
    text-decoration: none;
}

.sticky {
    z-index: 1000;
}

.opaque {
    z-index: 1041;
}
/**dropzone end*/

.guaranteedPA {
    background-color: #ffe195;
    width: 65%;
    margin-top: 10px;
    text-align: center;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

md-radio-button.md-checked .md-on {
    background-color: #005bb8;
}


@media (max-width: 375px) {
    .guaranteedPA {
        font-size: 12px;
    }

    .input-group {
        margin-left: 0 !important;
        width: 90%;
    }
}

@media all and (min-width: 1388px) {
    div .quote-header {
        margin-top: 50px;
        margin-bottom: 30px;
    }
}

@media all and (min-width: 1668px) {

    div.quote-header {
        margin-top: 80px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    #PolicyIllustrationModal .modal-dialog {
        width: 1000px;
        margin: 60px auto;
    }

    #choosePlanModal .modal-dialog {
        width: 700px;
        margin: 30px auto;
    }

    .guaranteedPA {
        font-size: 16px;
    }

    .wannaSaveSection {
        display: flex;
    }

    .topSpace {
        margin-top: 25px;
    }
}
.tiqTravelCouponInput {
    width: 100%;
    margin-bottom: 10px;
    color: rgb(141, 173, 178);
    font-size: 20px;
    padding-left: 10px;
    border-radius: 10px;
    border: 1px solid #d9e4e8;
    height: 40px;
}
/*#region Coupon Button*/
.quotationCouponButton {
    height: 33px;
    background-color: rgba(255, 255, 255, 0);
    color: #005bbe;
    border-radius: 4px;
    margin-top: 5px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    right: 30px;
}

    .quotationCouponButton::after {
        font-family: Calibri, sans-serif;
        content: 'APPLY';
        font-size: 15px;
    }

    .quotationCouponButton.applied::after {
        font-family: Calibri, sans-serif;
        content: 'REMOVE';
        background-color: rgba(255, 255, 255, 0);
        color: red;
        font-size: 15px;
    }

    .quotationCouponButton.applied {
        background-color: rgba(255, 255, 255, 0);
    }
/*#endregion Coupon Button*/
