/* Minification failed. Returning unminified contents.
(146,40): run-time error CSS1033: Expected closing bracket, found 'i'
(146,41): run-time error CSS1031: Expected selector, found ']'
(146,41): run-time error CSS1025: Expected comma or open brace, found ']'
 */
/*@font-face {
    font-family: "Meta";
    src: url(../Font/meta-medium.ttf);
}*/
html, body {
    position: inherit;
    /*font-family:roboto;*/
    font-size: 16px;
    font-weight: 500;
    /*height:100%;*/
    /*pointer-events:all;*/
}

.header {
    height: 70px;
}

.logo {
    top: 1.1em;
}

footer {
    padding: 0;
}

.media p, .modal .modal-header .close i {
    font-size: 25px;
}
/*b{
    font-family:Meta;
    font-weight:bold;
}*/
.slogan {
    font-size: 40px;
    font-weight: bold;
    margin-top: 100px;
}

h2.title {
    font-size: 30px;
}

h2.title,
.title {
    font-size: 22px;
    font-weight: bold;
    color: #1b1b1b;
}

.APIUserLogo {
    margin-right: 20px;
}

.btn {
    /*font-family:Meta;*/
    font-size: 20px;
    font-weight: bold;
    border-radius: 22.5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffbf01;
    padding: 15px 25px;
}

    .btn.btn-clear-session {
        border-radius: 5px;
        border: solid 1px #ffbf01;
        color: #ffbf01;
        background-color: #2a2a2a;
        font-size: 16px;
        padding: 12px 15px;
        vertical-align: middle;
    }
    .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;
    }

.tab-content {
    margin-top: 30px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.plan-tooltip:hover {
    cursor: pointer;
}
/**Quotation Page*/
.humanForm {
    width: -webkit-fill-available;
}

.natural-form {
    font-size: 1.6em;
    line-height: 2em;
    font-weight: 100
}

.quotation-page-row {
    padding: 10px 23px 10px 23px;
    box-shadow: 0 2px 26px 1px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    margin-bottom: 10px;
}

.isMobile {
    display: none;
}

.natural-form .title {
    margin-left: 10px;
}

    .natural-form .title.to {
        margin-left: 5px;
        line-height: 50px;
    }

.natural-form .input-box.input-start-date,
.natural-form .input-box.input-end-date {
    font-weight: bold;
    color: #1b1b1b;
    width: 40%;
}

.natural-form .input-box.input-start-date {
    margin-right: -10px;
}

.natural-form .input-box.input-end-date {
    margin-left: 15px;
}

.quotationController input[type="text" i]:disabled {
    opacity: 0.4;
}

md-select[disabled] .md-select-value {
    opacity: 0.4;
}

.natural-form .input-box {
    width: 100%;
    border-radius: 4px;
    border: solid 1px #cfcfcf;
    font-size: 20px;
    margin-left: 10px;
    padding: 1px 15px;
    height: 52px;
    background-color: #ffffff;
    line-height: initial;
}

    .natural-form .input-box.selected {
        font-weight: bold;
        border-radius: 4px;
        background-color: #ffbf01;
        border-style: none;
    }

.covidSelect {
    width: 80%;
    border-radius: 4px;
    border: solid 1px #cfcfcf;
    font-size: 20px;
    margin-left: 10px;
    padding: 1px 15px;
    height: 52px;
    background-color: #ffffff;
    line-height: initial;
}

.covidSelected {
    font-weight: bold;
    border-radius: 4px;
    background-color: #ffbf01;
    border-style: none;
    padding: 5px 10px 5px 10px;
}

.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;
}

.quotationController .md-select-value:not([disabled]):focus,
.quotationController .md-select-value {
    border-bottom: none !important;
    line-height: initial;
}

.natural-form md-select.input-box {
    width: fit-content;
}

.aeroplane {
    background-image: url('../../NATAS/Image/aeroplane.png');
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-position: left 20px center;
    height: 22px;
}

i.workshop-tooltip.white {
    color: #fff;
}

.progress-steps .navNlabel:hover {
    cursor: auto;
}

#specialBenifits td:nth-child(2){
    display:none !important;
}

.navNlabel:hover {
    cursor: pointer;
}
/**Benefit Table*/
.pTable th {
    display: table-cell;
}

.pTable .plan-nav-menu {
    padding: 0;
    margin: 0;
}

    .pTable .plan-nav-menu > li {
        border-bottom: none;
        text-align: center;
        padding: 10px;
        margin: 10px 0;
    }

        .pTable .plan-nav-menu > li.active {
            border-bottom: none;
        }

.pTable .product-nav-menu-NATAS {
    padding: 0;
}

.pTable .sepsection {
    background: #F5F5F5;
    font-weight: 700;
}

.pTable .product-nav-menu-NATAS > li {
    border: #000 solid 3px;
    font-size: 22px;
    color: #000 !important;
    text-align: center;
    padding: 15px 5px;
    height: 60px;
}

.pTable .height60 {
    height: 60px !important;
}

.pTable .height75 {
    height: 75px !important;
}

.pTable .product-nav-menu-NATAS > li.active {
    background-color: #23282d;
    border: rgba(0, 0, 0, 0.12) solid 3px;
    color: white !important;
}

.pTable .plan_class {
    font-weight: bold;
    font-size: 22px;
    color: #ffc10e;
}

.pTable .grad-product {
    background: #333;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}

.pTable tr td.pricing-footer {
    background: #fff;
    border: none;
    text-align: center;
}

.pricing-footer h2 {
    text-align: left;
}

.quotationController .pTable tr td.sepp {
    background: #333;
    color: #fff;
    text-align: left;
}

    .quotationController .pTable tr td.sepp.yellow {
        background-color: #ffbf00;
        color: #000;
    }

.pTable .sep + .sep {
    border-top: white solid;
}

.pTable td, .pTable th {
    height: auto;
    border: 1px solid #333;
    padding: 2px;
    empty-cells: show;
    text-align: left;
}

.pTable td {
    padding: 5px;
}

.pTable tr td div {
    max-height: 0;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    transition: max-height 0.3s, padding 0.3s;
}

.pTable tr.active td div {
    max-height: none;
    padding: 15px 10px;
    transition: max-height 0.6s, padding 0.6s;
}

.pTable tr.expendable-bar {
    background-color: #dcdbdb;
}

    .pTable tr.expendable-bar.active {
        border-bottom: 1px solid #333;
    }

    .pTable tr.expendable-bar:not(active) {
        border-bottom: 3px solid white;
    }

.pTable tr:not(:first-child).active td {
    border: 1px solid #333;
    padding: 10px;
}

.pTable tr.expendable-bar.section1 td {
    padding: 5px;
}

.pTable tr:not(:first-child):not(active) td {
    border-bottom: none;
    border-top: none;
}

.pTable tr:not(:first-child):not(active) td {
    padding: 0;
}

.pTable table tbody tr:last-child {
    border-bottom: none;
}

.pTable .expendable-bar:hover {
    cursor: pointer;
}

.pTable .btn.btn-round {
    border-radius: 30px;
    padding: 10px 18px;
}

i.plan-tooltip {
    padding: 0 10px;
}

/**Application Page*/
.ImportantNote {
    font-size: 12px;
    line-height: initial;
}

.covid19AddOn {
    border: 1px solid #eeeeee;
    box-shadow: 10px 10px #eeeeee;
    padding: 20px 10px 20px 10px;
    margin-bottom: 10px;
}

.covidAddOnBoldText {
    font-size: 16pt;
    font-weight: bold;
}

.covidAddOnDesc {
    margin-left: 45px;
}

.RightMenu-container {
    display: flex;
}

.addonTd {
    font-size: 28px;
    font-weight: 700;
}

.displayNone{
    display:none;
}

.noBorder td{
    border:0 !important;
    border-left: 1px solid #333 !important;
}

.noBorder {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

.RightMenu {
    width: 320px;
    border-radius: 4px;
    border: solid 1px #a6a3a3;
    background-color: #eeeeee;
    font-size: 16px;
    color: #23282d;
    position: sticky;
    top: 1rem;
    align-self: flex-start;
    padding: 0;
}

.hospital-Cash-summary {
    background-color: white;
    border: unset;
}

.modal .modal-body ol {
    padding-left: inherit;
}

ol.alpha, ol.numeric {
    counter-reset: list;
}

    ol.alpha > li,
    ol.numeric > li {
        list-style: none;
        position: relative;
        padding-left: 10px;
    }

    ol.alpha.tnc.pdpa > li {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    ol.alpha > li:before {
        counter-increment: list;
        content: counter(list, lower-alpha) ") ";
        position: absolute;
        left: -1em;
        top: 0;
    }

    ol.alpha.tnc > li:before {
        top: initial;
    }

    ol.numeric > li:before {
        counter-increment: list;
        content: counter(list, decimal) ") ";
        position: absolute;
        left: -1em;
        top: 0;
    }

.pdpa-list {
    padding-left: 0;
}

.RightMenu .bottom-panel {
    padding: 10px 10px;
    display: inline-block;
    background-color: #23282d;
    border-radius: 0 0 3px 3px;
    width: inherit;
    left: -1;
}

    .RightMenu .bottom-panel span {
        color: white;
        font-size: 20px;
        padding: 5px;
    }

.RightMenu span {
    padding: 3px 0;
    color: #23282d;
    display: inline-block;
}

.RightMenu hr {
    border-top: 1px solid #a6a3a3;
    margin: 10px 0;
}

.RightMenu .float-right {
    right: 10;
}

.strike {
    text-decoration: line-through;
}

.applicationController .new-md-select,
.applicationController form div.flight-detail input.et-calender,
.applicationController .form-control,
.form-group .form-control {
    border-radius: 8px;
    border: solid 1px #cfcfcf;
    background-image: none;
    padding: 0 10px;
    margin-bottom: 0;
    color: #23282d;
    height: 49px;
    font-weight: bold;
    font-size: 18px;
}

.form-group.has-success .help-block {
    color: #f5f5f5;
}

.applicationController div.flight-detail .has-success .control-label,
.form-group.has-success label.control-label {
    color: #000 !important;
}

.applicationController div md-input-container label {
    margin: 0;
}

.applicationController .form-group:not(is-empty):not(has-success) label.control-label,
.applicationController .form-group.is-focused:not(is-empty):not(has-success) label.control-label {
    color: red;
}

.applicationController .form-group.is-empty label.control-label {
    color: #333333;
}

.applicationController div md-input-container label.relationship,
md-input-container label,
.form-group label.control-label {
    font-size: 16px;
    line-height: 1;
    color: #333333;
    font-weight: normal;
    padding-bottom: 5px;
}

.applicationController .new-md-select,
md-select {
    margin: 0px;
}

.applicationController .md-select-value {
    border-bottom: none;
}

md-select:not([disabled]):focus .md-select-value,
md-select:not([disabled]).ng-invalid.ng-touched .md-select-value {
    border-bottom-style: none;
}

.applicationController md-checkbox.isStudent {
    margin: 20px 0 0;
}

.form-group.is-focused .form-control,
.form-group.has-error.is-focused .form-control,
.form-group.has-success.is-focused .form-control {
    background-image: none;
}

.applicationController .form-group {
    padding-bottom: 0;
    margin: 0;
}

.applicationController .sub-form {
    margin-top: 15px;
}

.applicationController div.insured-bithday-div {
    margin-top: 0;
}

.applicationController md-input-container {
    margin-top: 25px;
    height: auto;
}

.applicationController .insured-header {
    border-radius: 8px 8px 0 0;
    background-color: #23282d;
    color: white;
    padding: 10px;
    display: inherit;
    margin: 0;
}

.applicationController .insured-content {
    border-radius: 0 0 8px 8px;
    border: solid 1px #cfcfcf;
    padding-bottom: 25px;
}

.applicationController .flight-detail h3.title {
    font-size: 20px;
    font-weight: bold;
}

.applicationController form div.flight-detail input.et-calender::-webkit-input-placeholder,
.form-group .form-control::-webkit-input-placeholder,
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #8e8e8e;
    font-size: inherit;
    font-family: inherit;
}

md-checkbox .md-icon,
md-checkbox.md-checked .md-icon {
    border-radius: 5px;
    border-width: 1px;
}

md-checkbox.md-checked .md-icon {
    background-color: #ffbf00;
}

    md-checkbox.md-checked .md-icon:after {
        left: 5.6px;
    }

::-moz-placeholder { /* Firefox 19+ */
    color: #8e8e8e;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #8e8e8e;
}

:-moz-placeholder { /* Firefox 18- */
    color: #8e8e8e;
}

::placeholder {
    color: #8e8e8e;
}
/**Popover*/
span.birthday-tooltip {
    position: absolute;
    top: 0.7rem;
    right: 0;
}

.insured-tooltip i.workshop-tooltip {
    color: white;
}

.addon-card__heading i.workshop-tooltip,
i.workshop-tooltip {
    font-size: 22px;
    color: #676767;
    z-index: 99999 !important;
}

/*.tooltip-inner {
    margin-right: 280px;
}*/
.quote-link {
    font-size: initial;
    line-height: initial;
}

.grey-box {
    border-radius: 6px;
    background-color: #eeeeee;
    padding: 5px 10px;
}

.form-control {
    border-radius: 8px;
    border: solid 1px #cfcfcf;
}

.applicationController form div div div div {
    padding-top: 0;
}

.applicationController .flight-info {
    padding: 15px 20px;
    color: #555;
    border-radius: 6px;
    background-color: #eeeeee;
    font-size: 16px;
    font-weight: normal;
}

.hintTips {
    padding: 15px 20px;
    color: #555;
    border-radius: 6px;
    background-color: #eeeeee;
    font-weight: normal;
}

.postPoneAddon-info {
    padding: 15px 20px;
    color: #555;
    border-radius: 6px;
    background-color: #eeeeee;
    font-size: 16px;
    font-weight: normal;
}

.medicalAddOn1-info {
    padding: 15px 20px;
    color: #555;
    border-radius: 6px;
    background-color: #eeeeee;
    font-size: 16px;
    font-weight: normal;
}

.medicalAddOn2-info {
    padding: 15px 20px;
    color: #555;
    border-radius: 6px;
    background-color: #eeeeee;
    font-size: 16px;
    font-weight: normal;
}

.medicalAddOn3-info {
    padding: 15px 20px;
    color: #555;
    border-radius: 6px;
    background-color: #eeeeee;
    font-size: 16px;
    font-weight: normal;
}

.medicalAddOn4-info {
    padding: 15px 20px;
    color: #555;
    border-radius: 6px;
    background-color: #eeeeee;
    font-size: 16px;
    font-weight: normal;
}

.flight-tooltip i.workshop-tooltip {
    color: #ffbf01;
}

md-list-item > md-checkbox, md-list-item .md-list-item-inner > md-checkbox {
    margin-right: 5px;
}

md-list-item > md-checkbox, md-list-item .md-list-item-inner > span {
    width: max-content;
}
/*Payment Page*/
.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;
}
/*progress bar*/

/* line 1 */
#NATAS-Progress-Bar {
    margin-top: 25px;
    margin-bottom: 20px;
}

#loginDiv {
    background-image: url(../../../../images/natasTravelloginBG.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 30px;
    padding-top: 20px;
}

#loginDiv h5,#loginDiv  p{
    color: white;
}

#loginDiv h5{
    margin-bottom: 5px;
}

#loginDiv p{
    font-size: 12px;
    line-height: initial;
    font-weight: lighter;
    margin-bottom: 25px;
}

#loginDivForInsured {
    background-image: url(../../../../images/natasTravelloginBG.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 30px;
    padding-top: 20px;
}

#loginDivForInsured h5, #loginDivForInsured p {
    color: white;
}

#loginDivForInsured h5 {
    margin-bottom: 5px;
}

#loginDivForInsured p {
    font-size: 12px;
    line-height: initial;
    font-weight: lighter;
    margin-bottom: 25px;
}

.UseMyInfoButton {
    background-image: url(../../../../images/primary.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: unset;
    border: 0;
    margin: 0 3% 10px 0;
}

.hidden-div {
    display: none !important;
}

.UseMyInfoButtonDisable {
    background-color: #d10202;
    border: 0;
    margin: 0 3% 10px 0;
    padding: 2% 3% 2% 3%;
    border-radius: 8px;
}

.UseTiqConnectLoginButton {
    background-image: url(../../../../images/tiqconnect.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: unset;
    border: 0;
    margin: 0 3% 10px 0;
}

.UseTiqConnectLoginButtonDisable {
    background-image: url(../../../../images/tiqconnectGrayOut.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: unset;
    border: 0;
    margin: 0 3% 10px 0;
}

.UseNricButon {
    border-radius: 8px;
    border: 1px solid white;
    margin: 0 10px 10px 0;
    background-color: unset;
    color: white;
    padding: 10px;
}

.UseNricButonDisable {
    border-radius: 8px;
    border: 1px solid gray;
    margin: 0 10px 10px 0;
    background-color: unset;
    color: gray;
    padding: 10px;
}

.natasReview{
    margin-right: 10%;
}

.divPlan {
    width: 620px;
    height: auto;
    margin-bottom: 5%;
    padding: 15px 22px 21px 30px;
    border-radius: 10px;
    box-shadow: 0 2px 26px 1px rgba(0, 0, 0, 0.07);
    background-color: #fff;
}

.divProposer {
    width: 620px;
    height: auto;
    margin-bottom: 5%;
    padding: 15px 22px 21px 30px;
    border-radius: 10px;
    box-shadow: 0 2px 26px 1px rgba(0, 0, 0, 0.07);
    background-color: #fff;
}

.divProposer div div, .divPlan div div{
    margin-bottom:10px;
}

.detailsInput {
    width: 99%;
    border-radius: 8px;
    padding: 5px;
    border: 1px solid gray;
}

.topDetailsDiv{
    width:99%;
}

.topDetailsDiv td{
    padding: 20px;
}

.topDetailsDiv td:first-child{
    width:70%;
}

.topDetailsDiv td:nth-child(2){
    width: 30%;
    padding-right: 0;
}

.topDetailsDiv spam{
    font-family: Roboto, Helvetica;
    margin-bottom: 5px;
}

.isDesktop h2{
    font-family: Roboto, Helvetica;
    font-weight: bold;
}

.isDesktop h3 {
    font-family: Roboto, Helvetica;
    font-weight: bold;
}

.covidBox {
    border-radius: 20px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.13);
    background-color: #fff7ec;
    padding: 10px;
    width:60%;
    margin-left:0;
}

.covidBox td{
    text-align:center;
}

.QuoteTableDiv {
    width: 100%;
    height: auto;
    display: inline-grid;
    border-radius: 20px;
    background-color: rgba(249, 249, 249, 0.8);
    padding:10px;
}

.planRadio {
    accent-color: #ffbf01;
    transform: scale(2);
    margin-bottom: 10px !important;
}

.footerForChoosePlan {
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    z-index: 100000;
    background: rgba(237, 237, 237, 0.7)
}

.footerForChoosePlan table {
    width:100%;
    text-align:center;
}

.footerForChoosePlan td:first-child button {
    float:right;
    right: 15%;
}

.footerForChoosePlan td:nth-child(2) button{
    float:left;
    left: 15%;
}

.covidBtn {
    margin-top: 10px;
    margin-left: -10px;
    color:white;
}

.progress-steps {
    display: table;
    top: 50px;
    width: max-content;
    margin: auto;
    position: relative;
    padding: 15px 0;
}
    /* line 7 */
    .progress-steps:after {
        display: table;
        content: "";
        clear: both;
    }
    /* line 13 */
    .progress-steps a {
        text-decoration: none;
    }
    /* line 17 */
    .progress-steps .step-list {
        display: table-row;
        list-style: none;
        background-color: #dcdbdb;
    }

        .progress-steps .step-list:nth-child(2) {
            background-color: black;
        }
        /* line 23 */
        .progress-steps .step-list li {
            position: relative;
            display: table-cell;
            border: 1px solid #929292;
            padding: 10px 5px;
            padding-left: 25px;
            margin: 0;
            line-height: 22px;
            text-transform: uppercase;
            font-size: 16px;
        }
            /* line 36 */
            .progress-steps .step-list li .step-title {
                display: none;
            }
                /* line 39 */
                .progress-steps .step-list li .step-title a {
                    color: white;
                }
            /* line 44 */
            .progress-steps .step-list li:after, .progress-steps .step-list li:before {
                border: solid #929292;
                content: "";
                height: 0;
                width: 0;
                position: absolute;
                border-color: transparent;
                border-left-color: #fff;
            }

            /* line 53 */
            .progress-steps .step-list li:before {
                border-left-color: #929292;
                border-width: 22px;
                top: -1px;
                right: -44px;
            }

            .progress-steps .step-list li:last-child:before {
                border-left-color: transparent;
                border-width: 22px;
                top: -1px;
                right: 0;
            }
            /* line 59 */
            .progress-steps .step-list li:after {
                border-left-color: #929292;
                border-width: 21px;
                top: 0px;
                right: -41px;
            }

            .progress-steps .step-list li:last-child:after {
                border-left-color: transparent;
                border-width: 22px;
                top: -1px;
                right: 0;
            }
            /* line 67 */
            .progress-steps .step-list li:first-child {
                padding-left: 15px;
            }
            /* line 71 */
            .progress-steps .step-list li:nth-child(1) {
                z-index: 10;
            }
            /* line 74 */
            .progress-steps .step-list li:nth-child(2) {
                z-index: 9;
            }
            /* line 77 */
            .progress-steps .step-list li:nth-child(3) {
                z-index: 8;
            }
            /* line 80 */
            .progress-steps .step-list li:nth-child(4) {
                z-index: 7;
            }
        /* line 85 */
        .progress-steps .step-list .active {
            color: white;
            background-color: #23282d;
            margin-left: -2px;
            padding-left: 35px;
            font-weight: bold;
        }

            .progress-steps .step-list .active:after {
                border-left-color: #23282d;
            }

    .progress-steps .step-list {
        color: #747474;
        background-color: #dcdbdb;
    }

        .progress-steps .step-list .done {
            color: #23282d;
            background-color: #ffbf01;
            margin-left: -2px;
            padding-left: 35px;
            font-weight: bold;
        }

            .progress-steps .step-list .done:after {
                border-left-color: #ffbf01;
            }

            .progress-steps .step-list .done .checked {
                display: inline !important;
            }

                .progress-steps .step-list .done .checked i.workshop-tooltip {
                    color: #333;
                }

        .progress-steps .step-list li:after {
            border-left-color: #dcdbdb;
        }

        .progress-steps .step-list .active .step-title {
            display: inline;
        }
            /* line 94 */
            .progress-steps .step-list .active .step-title a {
                color: white;
            }
/* line 99 */


@media (min-width: 820px) and (max-width: 991px) {
    /* line 109 */
    .progress-steps .step-list li {
        padding: 10px;
        padding-right: 20px;
        padding-left: 40px;
    }
        /* line 114 */
        .progress-steps .step-list li .step-title {
            display: inline;
        }
        /* line 119 */
        .progress-steps .step-list li:first-child {
            padding-left: 20px;
        }
}

@media(max-width: 992px){
    .planRadio{
        display:none;
    }

    .isdesktop{
        display:none;
    }

    .isMobile{
        display:block;
    }

    .natasReview{
        margin-right: 0;
    }

    .divPlan {
        width: 120%;
    }

    .divProposer{
        width: 120%;
    }

    #isCovidDiv div{
        width:unset !important;
    }

    #loginDiv{
        padding-bottom: 0;
    }

    #loginDivForInsured {
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    #covidOptionSection div:first-child div:first-child{
        padding:0;
    }

    #covidOptionSection div:first-child {
        padding-top: 0;
    }

    #covidOptionSection div:first-child div:nth-child(2) {
        padding-top: 0;
        padding-bottom: 0;
    }

    #covidOptionSection div:nth-child(2) div:first-child{
        display:none;
    }

    #covidOptionSection div:nth-child(2), #covidOptionSection div:nth-child(2) div:nth-child(2){
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    footer .bottom-bar {
        position: relative !important;
    }
    /* line 125 */
    .progress-steps .step-list li {
        /*width: 33%;*/
        padding: 10px;
        padding-right: 15px;
        padding-left: 40px;
    }
        /* line 131 */
        .progress-steps .step-list li .step-title {
            display: inline;
        }
        /* line 136 */
        .progress-steps .step-list li:first-child {
            padding-left: 20px;
        }
}

@media (max-width: 1200px) {

    #loginDivForInsured {
        margin-bottom: 10px;
        margin-top: 10px;
        padding: 10px 20px 10px 20px;
    }

    .natasReview {
        margin-left: 0;
        margin-right: 20%;
    }

    .reviewRow {
        display: flex;
    }

    .title {
        font-size: 18px;
    }

    #loginDiv {
        background-image: unset !important;
        background-color: #3e5873;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .RightMenu {
        margin-left: 0;
    }

    #loginDivForInsured {
        background-image: unset !important;
        background-color: #3e5873
    }

    #loginDivForInsured div {
        max-width: 100%
    }

    .UseMyInfoButton img, .UseMyInfoButtonDisable img, .UseTiqConnectLoginButton img, .UseTiqConnectLoginButtonDisable img {
        height: 70px;
    }
}

@media (max-width: 720px) {

    .logo {
        top: 1.5em;
    }

    .heading {
        font-size: 20px;
    }

    .title {
        font-size: 16px;
    }

    .btn {
        font-size: 18px;
        padding: 10px 25px;
    }

        .btn.btn-clear-session {
            font-size: 14px;
            padding: 10px 15px;
        }

        .btn.btn-save-quote {
            font-size: 14px;
            padding: 10px 15px;
        }

    .natural-form .title.to {
        line-height: 40px;
    }

    .natural-form {
        margin-top: 10px;
        padding: 0;
    }

        .natural-form .input-box {
            font-size: 16px;
            margin: 0px;
            padding: 1px 15px;
            height: 40px;
        }

    .quotationController .md-select-value:not([disabled]):focus,
    .quotationController .md-select-value {
        margin-top: 0;
    }

    .APIUserLogo img {
        margin-top: 10px;
    }
}

.RightMenu.RightMenu-sm {
    display: none;
}

    .RightMenu.RightMenu-sm .bottom-panel {
        display: block;
        width: auto;
        left: 0;
        bottom: -1;
    }

.tiqconnectLoginImage {
    visibility: hidden;
    margin: 2px;
    width: 100%;
    height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .UseMyInfoButton img, .UseMyInfoButtonDisable img, .UseTiqConnectLoginButton img, .UseTiqConnectLoginButtonDisable img {
        height: auto !important;
    }
}

.UseMyInfoButton img {
    visibility: hidden;
    margin: 2px;
    width: 100%;
}

@media (max-width: 1090px) {
    .RightMenu {
        font-size: 14px;
    }

        .RightMenu .bottom-panel span {
            font-size: 16px;
        }
}

@media (min-width: 820px) {
    .span-to-hide {
        display: none;
    }

    .modal {
        overflow-y: auto;
    }
}

@media (max-width: 820px) {
    .UseMyInfoButton img, .UseMyInfoButtonDisable img, .UseTiqConnectLoginButton img, .UseTiqConnectLoginButtonDisable img {
        height: 70px;
    }

    #loginDiv p {
        margin-bottom: 0;
    }

    .loginCon {
        display: inline;
    }

    .natasReview {
        margin-right: 10%;
    }

    .divPlan {
        width: 120%;
    }

    .divProposer {
        width: 120%;
    }

    .RightMenu {
        width: 275px;
    }
}

@media (max-width: 768px) {
    .reviewRow {
        display: flex;
        flex-direction: column;
    }
    .progress-steps {
        width: 100%;
        top: 28px;
    }

    .RightMenu-container {
        display: block;
    }    

        .RightMenu.RightMenu-sm {
            display: block;
            margin-top: -30px;
            margin-bottom: 20px;
            margin-left: 10px;
        }

    .RightMenu {
        display: none;
    }

    .RightMenu {
        position: relative;
        top: 0;
        right: -2;
        align-self: flex-start;
        height: fit-content;
        width: 95%;
    }

        .RightMenu .float-right {
            position: absolute;
        }

        .RightMenu .header-box {
            padding: 10px 0;
        }

            .RightMenu .header-box:hover {
                cursor: pointer;
            }

        .RightMenu hr {
            margin: 0 0 10px 0;
        }
}


.covidAddOnTitle {
    display: flex;
    padding-right: 10px;
    padding-left: 10px;
}

@media (max-width: 480px) {
    .btn.btn-clear-session {
        display: none;
    }

    .btn.btn-save-quote {
        /*display: none;*/
    }

    .overseaBenefit {
        display: none;
    }

    .covidAddOnBoldTextprice {
        font-size: 14px;
    }

    .covidAddonHeader {
        font-size: 15px;
    }
}

.couponApplyBtn {
    border: none;
    position: fixed;
    right: 32px;
    color: #ffbf01;
    font-size: 12pt;
}

    .couponApplyBtn:hover {
        cursor: pointer;
    }

    .couponApplyBtn:focus {
        cursor: pointer;
    }

a:hover {
    cursor: pointer;
}

.disabledCountry {
    color: grey;
}

.tableImportantNote {
    margin: 40px 20px;
    padding: 20px 66px 18px 21px;
    border-radius: 4px;
    background-color: #f9f9f9;
}

    .tableImportantNote div {
        margin: 10px;
        font-size: 14px;
    }



@media (max-width: 320px) {
    .title {
        font-size: 14px;
    }

    .pTable .product-nav-menu-NATAS > li {
        font-size: 16px
    }

    .policy_Type {
        padding-left: 15px;
        padding-right: 0;
    }

    .natural-form .input-box {
        padding: 1px 5px;
    }

    .pTable .btn.btn-round {
        padding: 10px 10px;
    }

    .coverage_Type {
        padding-right: 0;
        padding-left: 5px;
    }

    .tableImportantNote {
        padding: 0;
    }
}

@media (max-width: 390px) {
    .couponApplyBtn {
        border: none;
        position: fixed;
        right: 32px;
        color: #ffbf01;
        font-size: 12pt;
        margin-top: -40%
    }

        .couponApplyBtn:hover {
            cursor: pointer;
        }

        .couponApplyBtn:focus {
            cursor: pointer;
        }
}


@media screen and (max-width: 820px) {
    .hospital-cash-progress-bar {
        margin-top: 10%;
    }
}

@media screen and (max-width: 420px) {
    .hospital-cash-progress-bar {
        margin-top: 20%;
    }
}
