/* 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*/
.takaful-body .md-select-value .md-text {
    font-weight: 700 !important;
    color: #171717;
}

.takaful-body md-checkbox {
    margin-bottom: 0 !important;
}

.takaful-body .md-label {
    color: #171717;
}

.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;
    }

    #tnc-pdpa ol.alpha > li:before {
        content: counter(list, lower-alpha) ". ";
    }

    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: 10px;
}

.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: #171717;
}

.applicationController div md-input-container label.relationship,
md-input-container label,
.form-group label.control-label {
    font-size: 16px;
    line-height: 1;
    color: #171717;
    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 */

/* New Travel Infinite Enhancement*/
.flex-center-vertical {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
}

    .flex-center-vertical span {
        font-size: 16px;
    }

/* Header */
.header.natas-travel-header .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.natas-travel-header .headNav {
    width: 100%;
    height: 100%;
}

.natas-travel-header.no-header-actions .headNav {
    display: flex;
    align-items: center;
}

.natas-travel-header .header-flex-wrapper {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    height: 100%;
}

.natas-travel-header .header-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
}

.natas-travel-header .header-left a {
    width: 100px
}

.natas-travel-header .header-center {
    text-align: center;
    min-width: 0;
    padding: 0 10px;
}

    .natas-travel-header .header-center h4 {
        margin: 0;
        font-weight: 700;
        color: #fff;
        white-space: nowrap;
        font-size: 30px;
    }

.natas-travel-header .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 300px;
}

@media (max-width: 991px) {
    .natas-travel-header .header-right {
        min-width: 0;
    }
}

/* NATAS Travel Quotation Page (1)*/
body.takaful-body {
    font-family: "Lato", -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    background: #F9F9F9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    body.takaful-body * {
        font-family: "Lato", -apple-system, BlinkMacSystemFont, sans-serif !important;
    }

    body.takaful-body .tab-content {
        position: relative;
        top: 70px;
        margin-top: 2rem;
    }

    body.takaful-body .paymentController .tab-content {
        top: 30px;
    }

    body.takaful-body .fa {
        font-family: "FontAwesome" !important;
    }

    body.takaful-body md-checkbox.md-checked .md-icon:after {
        color: white;
    }

    body.takaful-body md-checkbox .md-icon {
        border-color: #E1E1E1;
    }

    body.takaful-body md-checkbox.md-checked .md-icon {
        background-color: #10B981;
        border-color: #10B981;
    }

    body.takaful-body md-checkbox.transit-checkbox.md-checked .md-icon {
        background-color: #FFFFFF;
        border-color: #10B981;
    }


    body.takaful-body .tab-content > .tab-pane {
        padding-bottom: 100px;
    }

    body.takaful-body .birthday-tooltip {
        top: 1.05rem;
        left: 100px;
    }

    body.takaful-body .help-block {
        color: #d32f2f;
    }

    body.takaful-body footer .bottom-bar.takaful-footer {
        position: fixed !important;
    }

.travel-infinite-sub-container,
.application-form-container {
    padding: 20px;
    border-radius: 4px;
    box-shadow: rgba(100,100,111,0.08) 0px 6px 18px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background: #FFFFFF;
}

    .travel-infinite-sub-container > .row {
        margin: 0 !important;
        display: flex;
        flex-wrap: wrap;
        gap: 16px 0;
    }

    .travel-infinite-sub-container .title .to {
        text-align: center;
    }

.loginCon {
    padding: 0px 20px;
}

.number-of-traveller .md-select-value {
    min-width: fit-content;
}

.get-quote {
    width: 30%;
    color: #171717;
}

.traveller-input-group {
    display: flex;
    gap: 20px; 
    width: 100%;
}

    .traveller-input-group .traveller-col {
        display: flex;
        flex-direction: column;
        width: calc(50% - 10px);
        flex: 0 0 auto;
    }

    .traveller-input-group .input-label {
        font-size: 14px;
        margin-top: 4px;
        color: #686868;
        line-height: 1.5;
    }

    .traveller-input-group .input-box {
        margin: 0 !important;
        width: 100%;
    }

.travel-infinite-sub-container.promo-section-container .promo-label {
    font-size: 20px;
    font-weight: bold;
    color: #171717;
    margin-bottom: 4px;
    line-height: 1.5;
}

.important-note-container {
    display: flex;
    justify-content: flex-start;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.important-note {
    background: white;
    width: 100%;
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.note-icon-wrapper {
    flex-shrink: 0;
    height: 20px;
    display: flex;
    align-items: center;
    margin-top: 1px;
}

.important-note.large {
    border-radius: 8px;
    padding: 16px 20px;
}

.note-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.note-title {
    font-weight: 700;
    font-size: 16px;
    color: #171717;
    line-height: 1.4;
}

.note-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #171717;
}

.important-note.inline {
    width: 75%;
    margin: 0 auto;
    border-radius: 6px;
    padding: 12px 16px;
    background-color: #fcfcfc;
}

.note-text {
    font-size: 14px;
    line-height: 1.5;
    color: #374151;
    margin-top: 0;
}

.note-label {
    font-weight: 700;
    color: #171717;
    margin-right: 4px;
}

.sub-form .important-note,
.flight-box .important-note {
    background: #F0F9FF;
}

.sub-form .note-title,
.sub-form .note-content p,
.flight-box .note-title,
.flight-box .note-content p {
    color: #0EA5E9 !important;
}

.date-icon-wrapper {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

    .date-icon-wrapper input,
    .date-icon-wrapper .natural-form .input-box {
        width: 100%;
        padding-right: 40px;
        box-sizing: border-box;
    }

    .date-icon-wrapper .calendar-icon {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #555;
        pointer-events: none;
    }

.number-of-traveller md-select[disabled] .md-select-value {
    opacity: 1;
}

/* Travel Zone Section */
.tz-header-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    gap: 8px;
    line-height: 1.5;
}

.tz-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-right: 8px;
}

.info-anchor {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 6px;
}

.info-svg {
    width: 16px;
    height: 16px;
    transition: opacity 0.6s;
    vertical-align: middle;
}

.info-anchor:hover .info-svg {
    opacity: 1;
}

.tz-popup-card {
    position: absolute;
    top: -10px;
    left: 30px;
    width: 450px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    z-index: 9999;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    padding: 16px 20px;
    text-align: left;
}

.popup-title {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
    border-bottom: none;
}

.popup-content {
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}

.zone-block {
    margin-bottom: 14px;
}

    .zone-block:last-child {
        margin-bottom: 0;
    }

.zone-name {
    font-weight: 700;
    color: #000;
    margin-bottom: 2px;
    font-size: 13px;
}

.zone-text {
    color: #666;
    font-size: 13px;
    line-height: 1.4;
}

.radio-container {
    margin-bottom: 15px;
    padding: 0;
}

.umrah-box-container {
    padding: 0;
    line-height: 0;
}

.umrah-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 16px;
    background: #fff;
    transition: border 0.2s;
}

.umrah-label {
    font-weight: 600;
    color: #171717;
    font-size: 14px;
}

.custom-checkbox-align {
    margin: 0 !important;
    padding: 0 !important;
}

.country-header-group {
    display: flex;
    margin-bottom: 10px;
    flex-direction: column;
}

.country-title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #171717;
    line-height: 1.5;
}

.optional-label {
    font-size: 16px;
    font-weight: 700;
    color: #171717;
    line-height: 1.5;
}

.country-desc {
    display: block;
    color: #686868;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.5;
}

.search-container {
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    padding: 8px 12px;
    min-height: 48px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    background: #fff;
    position: relative;
    min-height: 50px;
}

.naked-input {
    border: none;
    outline: none;
    flex: 1 1 auto;
    height: 30px;
    font-size: 16px;
    color: #333;
    min-width: 100px;
    max-width: 100%;
    background: transparent;
}

    .naked-input::placeholder {
        color: #9ca3af;
    }

/* Country Chips */
.country-chip {
    background: #171717;
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    height: 35px;
    flex-shrink: 0;
}

.country-remove {
    margin-left: 8px;
    cursor: pointer;
    font-size: 16px;
    opacity: 0.8;
    line-height: 1;
}

    .country-remove:hover {
        opacity: 1;
    }

.country-wrapper {
    position: relative;
    width: 100%;
}

.dropdown-results {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #d1d5db;
    border-top: none;
    z-index: 100;
    max-height: 220px;
    overflow-y: auto;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.dd-item {
    padding: 10px 15px;
    border-bottom: 1px solid #f3f4f6;
    cursor: pointer;
    font-size: 14px;
    color: #374151;
    line-height: 1.5;
}

    .dd-item:hover {
        background-color: #f9fafb;
    }

/* Promo Section */
.promo-section-container {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.custom-flex-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 16px;
    align-items: flex-start;
}

.promo-item {
    display: flex;
    flex-direction: column;
}

.promo-label {
    font-size: 14px;
    font-weight: 500;
    color: #171717;
    margin-bottom: 6px;
    white-space: nowrap;
}

.promo-input-wrapper {
    position: relative;
    width: 100%;
}

.promo-input {
    width: 100%;
    height: 50px;
    padding: 0 12px;
    font-size: 16px;
    color: #333;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    box-sizing: border-box;
    outline: none;
    transition: all 0.2s ease;
}

    .promo-input:focus {
        border-color: #0ea5e9;
    }

    .promo-input:disabled {
        background-color: #F2F2F2 !important;
        color: #9ca3af;
    }

    .promo-input::placeholder {
        color: #9ca3af;
    }

    .promo-input.has-btn {
        padding-right: 60px;
    }

.promo-action-text-btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
}

.blue-theme {
    color: #0ea5e9;
}

    .blue-theme:hover {
        color: #0284c7;
    }

.red-theme {
    color: #d32f2f;
}

.green-theme {
    color: #10B981;
}

.promo-status-message {
    font-size: 14px;
    line-height: 1.5;
}

.promo-msg-error {
    color: #d32f2f;
    font-size: 12px;
}

.promo-msg-success {
    color: #10B981;
    font-size: 12px;
}

.quote-documents {
    padding: 15px 20px;
    background: #F3F3F3;
    border-radius: 12px;
    margin-top: 3rem;
    font-size: 20px;
    line-height: 1.5;
}

.quote-documents {
    padding: 15px 20px;
    background: #F3F3F3;
    border-radius: 12px;
    margin-top: 3rem;
    font-size: 20px;
    line-height: 1.5;
}
    .quote-documents .col-md-12 {
        margin-bottom: 20px;
    }

    .quote-documents .col-md-6 {
        margin-bottom: 15px; /* Adjust this value to increase/decrease space */
    }

    .quote-documents .fa-file-text-o:before,
    .quote-documents u {
        color: #0EA5E9;
        text-decoration: none;
        font-weight: 500;
    }

        .quote-documents u:hover {
            text-decoration: none;
        }

    .quote-documents span {
        color: #686868;
        font-weight: 600;
    }

/* NATAS Travel Quotation Page (2)*/
.insurance-plan-container {
    max-width: 1350px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.page-title {
    font-family: 'Inter', sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    margin: 16px 0;
    color: #171717;
}

/* ===========================
   TOP SECTION: PRICE CARDS
   =========================== */
.strike-price {
    text-decoration: line-through;
    color: #999;
    font-size: 0.8em;
}

.fixed-grid {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}

.top-section td {
    padding: 0 10px;
    vertical-align: middle;
}

    .top-section td.img-col {
        padding-left: 0;
    }

.image-cropper {
    width: 100%;
    height: 180px;
    overflow: hidden;
    display: block;
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
}

.plan-card-wrapper {
    height: 100%;
}

.plan-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.card-top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5px;
    min-height: 30px;
    width: 100%;
}

.plan-name {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #171717;
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
}

.card-price {
    display: block;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #171717;
    width: 100%;
}

.badge-img {
    height: 24px;
    width: auto;
    display: block;
}

.radio-indicator {
    height: 24px;
    width: 24px;
    border: 2px solid #E5E5E5;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.plan-radio:checked + .plan-card {
    border: 2px solid #FFBF01;
    background-color: #FFF7ED;
    box-shadow: 0 4px 15px rgba(255, 184, 0, 0.2);
}

    .plan-radio:checked + .plan-card .radio-indicator {
        border: none;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23FFB800'/%3E%3Cpath d='M17.3333 8L9.99996 15.3333L6.66663 12' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-size: cover;
    }

/* ===========================
   BOTTOM SECTION: SLIDING TABLE
   =========================== */
.mobile-plan-name-row {
    display: none;
}

.header-label-cell .mobile-arrow {
    display: none !important;
}

.summary-benefit-container,
.addon-benefit-container {
    margin-bottom: 16px;
}

    .summary-benefit-container col.col-desc-width,
    .summary-benefit-container col.col-med-desc,
    .addon-benefit-container col.col-med-desc {
        width: 50% !important;
    }

    .summary-benefit-container col.col-plan-width,
    .summary-benefit-container col.col-med-plan,
    .addon-benefit-container col.col-med-plan {
        width: 16.66% !important;
    }

.bottom-section {
    background-color: #ffffff;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.clickable-header {
    cursor: pointer;
    background-color: #F2F2F2;
    transition: background-color 0.2s;
    border-bottom: 1px solid #E5E5E5;
}

    .clickable-header:hover {
        background-color: #EAEAEA;
    }

    /* Hide Classic / Deluxe / Suite labels on collapsed accordion headers,
       while keeping the arrow visible for expand/collapse action. */
    .clickable-header.is-collapsed .header-table th.col-plan-1,
    .clickable-header.is-collapsed .header-table th.col-plan-2 {
        font-size: 0;
    }

    .clickable-header.is-collapsed .header-table th.col-plan-3 .flex-center-vertical > span:not(.arrow-icon) {
        display: none;
    }

.header-table th {
    padding: 15px 20px;
    text-align: left;
    font-weight: 700;
    color: #171717;
    border: none;
    vertical-align: middle;
}

.accordion-wrapper {
    display: grid;
    grid-template-rows: 1fr;
    transition: grid-template-rows 0.4s ease-out;
}

    .accordion-wrapper .bottom-section {
        border-radius: 0;
    }

    .accordion-wrapper.collapsed {
        grid-template-rows: 0fr;
    }

.accordion-inner {
    overflow: hidden;
    max-height: 100%;
}

.body-table td {
    padding: 20px;
    vertical-align: middle;
    color: #171717;
    font-size: 16px;
    border-bottom: 1px solid #E5E5E5;
}

.benefit-group td {
    background: #fff;
}

.group-title-row td {
    padding: 20px;
    font-weight: 700;
    border-bottom: none;
}
.sub-title-row td {
    padding-top: 16px;
    padding-bottom: 10px;
    font-weight: 600;
    border-bottom: 1px solid #E5E5E5;
    background: #fff;
}

.bullet-row td {
    padding: 4px 20px;
    border-bottom: none;
}

.step-row td {
    padding: 0 20px;
    font-weight: 600;
    border-bottom: none;
}

.group-end-row td {
    padding-bottom: 18px;
    border-bottom: 1px solid #E5E5E5;
}
.flat-benefit-row td {
    padding: 14px 20px;
    font-weight: 700;
    border-bottom: 1px solid #E5E5E5 !important;
}

.label-col {
    display: table-cell !important;
    vertical-align: middle;
    height: 100%;
}

.cell-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 100%;
}

.indent-content::before {
    content: "•";
    color: #171717;
    font-size: 20px;
    line-height: 1;
    margin-right: 12px;
    flex-shrink: 0;
}

.text-content {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.helper-text {
    font-size: 16px;
    margin-top: 2px;
    font-weight: 400;
}

.value-col {
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    vertical-align: middle;
}

    .value-col .sub-value {
        display: block;
        font-size: 13px;
        font-weight: 500;
        color: #666;
    }

.sub-line {
    margin-top: 5px;
    font-weight: 700;
}

.shield-icon {
    height: 20px;
    width: auto;
}

.arrow-icon {
    display: inline-block;
    transition: transform 0.4s ease;
    transform: rotate(180deg);
}

    .arrow-icon.collapsed {
        transform: rotate(0deg);
    }

/* ===========================
   SPECIFIC ROW OVERRIDES
   =========================== */
tr.no-border-row td {
    border-bottom: none !important;
}

/* Highlight the active column background */
.key-benefits-section.view-mode-1 .body-table tr > :nth-child(2),
.key-benefits-section.view-mode-2 .body-table tr > :nth-child(3),
.key-benefits-section.view-mode-3 .body-table tr > :nth-child(4) {
    background-color: #FFF7ED !important;
}


.body-table tr.benefit-table-title td {
    background-color: #ffffff !important;
}

.medical-section.view-mode-1 .body-table tr > :nth-child(2),
.medical-section.view-mode-2 .body-table tr > :nth-child(3),
.medical-section.view-mode-3 .body-table tr > :nth-child(4) {
    background-color: #ffffff !important;
}

/* Travel Infinite Progress Bar*/
.natas-progress-steps {
    display: none; /* Hidden by default, shown via JS on step 2 */
    top: 70px;
    width: calc(100% + (15px * 2));
    margin-left: calc(15px * -1);
    margin-right: calc(15px * -1);
    position: relative;
    padding: 0 !important;
    box-sizing: border-box;
}

#travel-infinite-progress-bar ul {
    list-style: none;
    padding: 20px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #f9f9f9;
}

#travel-infinite-progress-bar li {
    display: flex;
    align-items: center;
    position: relative;
}

#travel-infinite-progress-bar .circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e0e0e0;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    transition: all 0.3s ease;
    position: relative;
}

#travel-infinite-progress-bar .label {
    color: #999;
    font-size: 16px;
    font-family: sans-serif;
    white-space: nowrap;
    margin-right: 10px;
    transition: color 0.3s ease;
    background-color: transparent;
    text-transform: none;
}

#travel-infinite-progress-bar .line {
    height: 2px;
    background-color: #e0e0e0;
    width: 30px;
    margin-right: 15px;
    transition: background-color 0.3s ease;
}

#travel-infinite-progress-bar li:last-child .line {
    display: none;
}

#travel-infinite-progress-bar li.active .circle {
    background-color: #ffc107;
    color: #000;
}

#travel-infinite-progress-bar li.active .label {
    color: #000;
    font-weight: bold;
}

#travel-infinite-progress-bar li.done .circle {
    background-color: #00a65a;
    color: transparent;
    font-size: 0;
}

    #travel-infinite-progress-bar li.done .circle::after {
        content: '\2714';
        color: #fff;
        font-size: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

#travel-infinite-progress-bar li.done .label {
    color: #171717;
}

/* --- Mobile Progress Bar Styles --- */
#travel-mobile-progress-bar {
    display: none;
    position: relative;
    z-index: 100; 
    width: calc(100% + (15px * 2));
    margin-left: calc(15px * -1);
    margin-right: calc(15px * -1);
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px calc(15px + 10px);
    box-sizing: border-box;
}

/* For quotation page - needs top offset for header */
.quotationController #travel-mobile-progress-bar {
    top: 70px;
}

/* For application page - needs top offset for header */
.applicationController #travel-mobile-progress-bar {
    top: 70px;
}

/* For payment page - no top offset needed as container handles it */
.paymentController #travel-mobile-progress-bar {
    top: 0;
}

/*#step2 {
    scroll-margin-top: calc(70px + 60px);*/ /* Header + progress bar height */
/*}*/

.mobile-step-nav {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    justify-content: center; /* Centers the text */
}

.mobile-back-btn {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #171717;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.mobile-step-text {
    font-size: 16px;
    font-weight: 600;
    color: #171717;
    text-align: center;
}

/* --- 1. Summary Panel --- */
.summary-panel {
    position: fixed;
    bottom: 85px;
    left: 0;
    width: 100%;
    max-height: none; /* Auto expand to fit content */
    overflow-y: visible;
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
    z-index: 98;
    padding: 24px 0;
    display: none;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

    .summary-panel.is-open {
        display: block;
        transform: translateY(0);
        opacity: 1;
    }

/* Very small screens: Limit height and allow scroll */
@media (max-height: 500px) {
    .summary-panel {
        max-height: calc(100vh - 150px);
        overflow-y: auto;
        border-radius: 16px 16px 0 0;
    }
}

.summary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.summary-title {
    font-size: 24px;
    font-weight: 700;
    color: #2B333B;
    margin: 0;
}

.close-btn {
    font-size: 20px;
    color: #666;
    background: none;
    border: none;
    padding: 5px;
    cursor: pointer;
    transition: color 0.2s;
}

    .close-btn:hover {
        color: #000;
    }

.summary-content {
    display: flex;
    gap: 40px;
}

.col-left, .col-right {
    flex: 1;
}

.col-left {
    border-right: 1px solid #eee;
    padding-right: 40px;
}

.badge {
    display: inline-block;
    background-color: #333;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 6px;
}

.info-item {
    font-size: 14px;
    color: #171717;
    font-weight: 500;
    margin-bottom: 4px;
}

.cost-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #171717;
    margin-bottom: 6px;
}

/* --- 3. Sticky Price Bar --- */
/* Wrapper to enable sticky behavior that stacks above footer */
.sticky-price-bar-wrapper {
    position: relative;
    z-index: 50;
}

.sticky-price-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 50;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.08); /* Shadow only on top */
    display: none;
    transition: bottom 0.15s ease-out;
    padding: 10px 0px;
}

.footer-flex-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.back-link {
    display: flex;
    align-items: center;
    color: #171717;
    font-weight: 600;
    font-size: 16px;
    background: transparent;
    border: none;
    cursor: pointer;
}

    .back-link .chevron {
        margin-right: 10px;
        color: #666;
    }

.view-details {
    color: #0EA5E9;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-decoration: none;
}

    .view-details:hover {
        text-decoration: underline;
    }

    .view-details .icon {
        margin-left: 4px;
        font-size: 10px;
        transition: transform 0.3s ease;
        transform: rotate(0deg); /* Default: arrow points down */
    }

    .view-details.active .icon {
        transform: rotate(180deg); /* When open: arrow points up */
    }

/* Price Display */
.right-side-group {
    display: flex;
    align-items: center;
    gap: 24px;
}

.price-info {
    text-align: right;
}

.top-row-text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.price-amount {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    line-height: 1.1;
}

.price-status {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    margin-top: 4px;
}

    .price-status .tick-icon {
        background-color: #059669;
        color: white;
        border-radius: 50%;
        width: 14px;
        height: 14px;
        font-size: 9px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .price-status .title {
        color: #059669;
        font-size: 12px;
        font-weight: 600;
    }

.cta-button {
    background-color: #ffc80b;
    color: #171717;
    border: none;
    padding: 12px 32px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s;
    line-height: 1.5;
}

    .cta-button:hover {
        background-color: #e6b400;
    }

/* --- Application Personal Detail Card --- */
.personal-detail-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    width: 100%;
    margin-bottom: 20px;
    overflow: visible;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

    .personal-detail-card .card-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 24px;
        transition: background-color 0.2s;
    }

    .personal-detail-card .header-left {
        display: flex;
        align-items: center;
        gap: 12px;
        flex: 1;
        overflow: hidden;
    }

    .personal-detail-card .header-title {
        font-size: 20px;
        font-weight: 700;
        color: #171717;
    }

    .personal-detail-card .icon-profile {
        width: 24px;
        height: 24px;
        color: #1f2937;
    }

    .personal-detail-card .icon-arrow,
    .summary-box .icon-arrow {
        width: 20px;
        height: 20px;
        color: #6b7280;
        transition: transform 0.3s ease;
        transform: rotate(180deg);
        cursor: pointer;
        user-select: none;
    }

        .personal-detail-card .icon-arrow.is-open,
        .summary-box .icon-arrow.is-open{
            transform: rotate(360deg);
        }

    .personal-detail-card .card-content {
        display: block;
        overflow: visible;
        transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    }

        .personal-detail-card .card-content.is-open {
            max-height: auto;
            display: block;
            overflow: visible;
        }

    .personal-detail-card .card-content-body {
        padding: 0px 24px;
    }

.declaration-box,
.pre-ex-box,
.senior-protection-box,
.flight-box,
.summary-box,
.code-card {
    padding: 20px;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.senior-protection-box {
    margin-top: 24px;
}

.summary-box {
    background-color: #F9F9F9 !important;
    box-shadow: none;
}

    .summary-box h2 {
        font-size: 32px;
        font-weight: 700;
        margin: 0px 0px 16px 0px;
        color: #171717;
    }

.md-segment-toggle {
    border: 1px solid #d1d5db;
    border-radius: 8px;
    overflow: hidden;
    width: auto;
}

    .md-segment-toggle md-radio-button {
        margin: 0 !important;
        border-right: 1px solid #d1d5db;
        width: 50%;
        display: flex;
        justify-content: center;
        padding: 15px 10px;
    }

    .md-segment-toggle md-radio-button:last-child {
        border-right: none;
    }

        .md-segment-toggle md-radio-button.md-checked {
            background: #111;
            color: #fff;
        }

        .md-segment-toggle md-radio-button .md-label {
            margin: 0;
        }

    .md-segment-toggle .md-container {
        display: none;
    }

.insured-section md-checkbox .md-icon {
    border-radius: 50%;
    border: 2px solid #E1E1E1;
}

.insured-section md-checkbox.md-checked .md-icon {
    border: 5px solid #10b981;
    background: inherit;
}

    .insured-section md-checkbox.md-checked .md-icon:after,
    .insured-section md-checkbox .md-icon:after {
        content: none !important;
        display: none !important;
    }



/* Addon Page */
.addon-card-main {
    padding: 10px;
}

.addon-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.addon-text-group {
    flex: 1;
    min-width: 0;
}

.addon-content {
    display: flex;
    gap: 12px;
    width: 100%;
    align-items: flex-start;
}

.addon-icon-circle {
    background: #fffbeb;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.addon-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #171717;
}

.addon-subtitle {
    margin: 4px 0;
    font-size: 14px;
    color: #171717;
}

.hidden-check {
    display: none;
}

.show-more-btn {
    color: #0284c7;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    margin-top: 8px;
}

.collapsible-info {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.hidden-check:checked ~ .collapsible-info {
    max-height: 200px;
}

.travelers-section {
    margin-top: 30px;
}

.travelers-header {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 12px;
    color: #171717;
}

.traveler-row-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 8px;
    cursor: pointer;
    transition: background 0.2s;
    border-radius: 6px;
}

    .traveler-row-label:hover {
        background: #f9fafb;
    }

.traveler-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.custom-checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.traveler-name {
    color: #171717;
    font-weight: 500;
    font-size: 16px;
}

.traveler-price {
    font-weight: 500;
    color: #000000;
    font-size: 16px;
}

.aligned-with-text {
    margin-left: 48px;
}

.show-benefit-link {
    font-size: 14px;
    color: #00AEEF;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 12px;
    cursor: pointer;
}

    .show-benefit-link:hover {
        text-decoration: underline;
    }

.inline-benefit-container {
    background-color: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.benefit-plan-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 13px;
    color: #6B7280;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.plan-badge {
    color: #00AEEF;
    background: #E0F2FE;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
}

.inline-benefit-table {
    width: 100%;
    border-collapse: collapse;
}

    .inline-benefit-table td {
        padding: 8px 0;
        font-size: 14px;
        vertical-align: top;
        color: #374151;
    }

    .inline-benefit-table tr:not(:last-child) td {
        border-bottom: 1px dashed #E5E7EB;
    }

.desc-col {
    width: 75%;
    padding-right: 12px;
}

.val-col {
    width: 25%;
    text-align: right;
    font-weight: 700;
    color: #171717;
}

.indent-bullet {
    padding-left: 14px;
    position: relative;
}

    .indent-bullet::before {
        content: "•";
        position: absolute;
        left: 0;
        color: #9CA3AF;
    }

.row-title .desc-col {
    font-weight: 700;
    color: #171717;
    padding-top: 12px;
}

/* ==========================================================================
   ADDON PAGE OVERRIDE: Force Single Column View (Desktop & Mobile)
   Only applies inside .addon-benefit-container
   ========================================================================== */
.addon-card-main .addon-benefit-container col.col-med-desc,
.addon-card-main .addon-benefit-container .col-desc {
    width: 70% !important;
}

.addon-card-main .addon-benefit-container col.col-plan-1,
.addon-card-main .addon-benefit-container col.col-plan-2,
.addon-card-main .addon-benefit-container col.col-plan-3,
.addon-card-main .addon-benefit-container .col-plan-1,
.addon-card-main .addon-benefit-container .col-plan-2,
.addon-card-main .addon-benefit-container .col-plan-3 {
    display: none !important;
}

.addon-card-main .addon-benefit-container .view-mode-1 col.col-plan-1,
.addon-card-main .addon-benefit-container .show-col-1 col.col-plan-1,
.addon-card-main .addon-benefit-container .view-mode-2 col.col-plan-2,
.addon-card-main .addon-benefit-container .show-col-2 col.col-plan-2,
.addon-card-main .addon-benefit-container .view-mode-3 col.col-plan-3,
.addon-card-main .addon-benefit-container .show-col-3 col.col-plan-3 {
    display: table-column !important;
    width: 30% !important;
}

.addon-card-main .addon-benefit-container .view-mode-1 .col-plan-1,
.addon-card-main .addon-benefit-container .show-col-1 .col-plan-1,
.addon-card-main .addon-benefit-container .view-mode-2 .col-plan-2,
.addon-card-main .addon-benefit-container .show-col-2 .col-plan-2,
.addon-card-main .addon-benefit-container .view-mode-3 .col-plan-3,
.addon-card-main .addon-benefit-container .show-col-3 .col-plan-3 {
    display: table-cell !important;
}

/* Flight Page */
.flight-main-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #171717;
}

.flight-main-subtitle {
    font-size: 14px;
    margin-bottom: 20px;
    color: #171717;
}

.flight-info-box {
    background-color: #f0f9ff;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 25px;
}

.flight-info-header {
    display: flex;
    align-items: center;
    color: #0084c9;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.flight-info-icon {
    margin-right: 8px;
    font-size: 16px;
}

.flight-info-text {
    font-size: 13px;
    color: #0084c9;
    margin: 0;
    line-height: 1.4;
}

.flight-form-group {
    margin: 30px 0px 20px 0px;
}

.flight-section-label {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
    color: #171717;
}

.flight-icon-small {
    width: 20px;
    margin-right: 10px;
}

.flight-row {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.flight-col {
    flex: 1;
}

.flight-label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #171717;
}

.flight-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
}

.flight-divider {
    border: 0;
    border-top: 1px solid #eeeeee;
    margin: 25px 0;
}

.flight-col-action {
    margin-top: 25px;
}

.btn-remove-flight {
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff0f0;
    border: 1px solid #ffcccc;
    border-radius: 4px;
    cursor: pointer;
    color: #d32f2f;
    transition: all 0.2s;
}

    .btn-remove-flight:hover {
        background: #d32f2f;
        color: white;
        border-color: #d32f2f;
    }

.flight-additional-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #171717;
}

.flight-additional-desc {
    font-size: 14px;
    color: #171717;
    margin-bottom: 15px;
}

.flight-add-button {
    width: 100%;
    background-color: #ffc107;
    border: none;
    border-radius: 6px;
    padding: 12px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .flight-add-button:hover {
        background-color: #e6af06;
    }

.flight-plus-circle {
    border: 1px solid #171717;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 12px;
}

/* Summary Page */
.summary-container {
    background-color: #fcfcfc;
    padding: 30px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    color: #171717;
}

.summary-wrapper {
    display: flex;
    gap: 25px;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.summary-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.summary-card {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}

.summary-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.summary-card-content {
    margin-top: 1.5rem;
}

.summary-card-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #171717;
}

.summary-header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.summary-edit-btn {
    color: #38bdf8;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    z-index: 10;
    position: relative;
}

.summary-icon-up {
    width: 7px;
    height: 7px;
    border-top: 2px solid #9ca3af;
    border-right: 2px solid #9ca3af;
    transform: rotate(-45deg);
    display: inline-block;
    margin-bottom: -2px;
}

/* Data Layout Styling */
.summary-data-item {
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 8px;
}

    .summary-data-item input.form-control,
    .summary-data-item md-select {
        width: 100%;
        max-width: 420px;
        font-size: 16px;
        height: 45px;
    }

    .summary-data-item .country-wrapper {
        max-width: 420px;
    }

    .summary-data-item .search-container {
        width: 100%;
    }

.summary-card.editing {
    background: #fffef8;
    border: 1px solid #f5c400;
}

.summary-card:not(.editing) .date-icon-wrapper,
.summary-card:not(.editing) .country-wrapper,
.summary-card:not(.editing) fancy-select,
.summary-card:not(.editing) [ng-show="new.Quote.isEditing"],
.summary-card:not(.editing) [ng-if="new.Quote.isEditing"] {
    display: none !important;
}

.summary-card:not(.editing) .summary-data-value {
    display: block !important;
}

.summary-card.editing .summary-data-value[ng-show*="!new.Quote.isEditing"],
.summary-card.editing .summary-data-value[ng-if*="!new.Quote.isEditing"] {
    display: none !important;
}

.summary-card.editing .date-icon-wrapper,
.summary-card.editing .country-wrapper,
.summary-card.editing fancy-select {
    display: block !important;
}

.summary-card .summary-data-item .help-block {
    display: block;
    grid-column: 2;
    margin-top: 5px;
    font-size: 14px;
}

.summary-card .summary-data-item.has-error .help-block {
    color: #a94442;
}

.summary-edit-btn.save.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.summary-data-label {
    width: 100%;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 1.4;
}

.summary-data-value {
    flex: 1;
    font-size: 16px;
    font-weight: 700;
    color: #171717;
    overflow-wrap: break-word;
    word-break: break-word;
    min-width: 0;
}

.traveler-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
    padding: 0 8px;
}

.traveler-info {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.custom-checkbox {
    margin: 0;
    width: 16px;
    height: 16px;
}

.traveler-name {
    margin: 0;
    line-height: 1;
    cursor: pointer;
    /*white-space: nowrap;*/
}

.traveler-price {
    min-width: 110px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.traveler-row.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.not-eligible-text {
    font-size: 0.9rem;
    color: #999;
}

.traveler-info md-checkbox {
    margin-bottom: 0 !important;
}

.addon-edit-header {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    padding: 6px 8px 10px;
}

    .addon-edit-header span {
        font-size: 16px;
        font-weight: 600;
        color: black;
    }

.edit-mode .travelers-section {
    margin-top: 10px;
}

.radio-right-container {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    align-items: center;
}

.radio-inline {
    font-weight: normal;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 0;
}

    .radio-inline input[type="radio"] {
        margin-right: 5px;
        margin-top: 0;
        cursor: pointer;
        accent-color: #10B981;
    }

.custom-radio-group {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

    .custom-radio-group md-radio-button {
        margin: 0;
    }

        .custom-radio-group md-radio-button .md-off {
            border-color: #888;
        }

        .custom-radio-group md-radio-button.md-checked .md-off {
            border-color: #10B981;
        }

        .custom-radio-group md-radio-button.md-checked .md-on {
            background-color: #10B981;
        }

        .custom-radio-group md-radio-button .md-ink-ripple {
            color: #10B981;
        }

.text-not-eligible {
    color: #999;
    font-style: italic;
    display: block;
}

.summary-data-item:last-child {
    margin-bottom: 0;
}

.section-heading {
    font-weight: 700;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 12px;
    color: #171717;
}

    .section-heading:first-of-type {
        margin-top: 0;
    }

.channel-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 10px;
}

.consent-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 5px;
}

.consent-text {
    font-size: 14px;
    line-height: 1.5;
    color: #171717;
    margin-top: 2px;
}

.summary-container md-checkbox {
    margin: 0 !important;
    padding: 0 !important;
}

.summary-card .md-select-value .md-text {
    font-weight: 700 !important;
}

.summary-card .form-control {
    color: #171717;
}

/* Consent Links */
.consent-link {
    color: #0099CC;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

    .consent-link:hover {
        text-decoration: underline;
    }

/* MARKETING CHANNELS */

.channel-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    padding-left: 0;
    margin-top: 15px;
}

.channel-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

    .channel-item span {
        font-weight: 600;
        font-size: 16px;
        margin-left: 5px;
        color: #171717;
    }

/* Summary Editing */
.editing-active-border {
    box-shadow: 0 0 10px rgba(231, 76, 60, 0.2);
    transition: all 0.3s ease;
}

/* Shake animation to alert the user */
.shake-alert {
    animation: shake 0.5s;
    animation-iteration-count: 1;
}

md-checkbox.input-error .md-icon {
    border-color: #EF4444 !important;
    border-width: 1px !important;
}

.declaration-validation-message {
    color: #EF4444;
    font-size: 14px;
    display: block;
    font-weight: 500;
}

@keyframes shake {
    0% {transform: translate(1px, 1px) rotate(0deg);}
    10% {transform: translate(-1px, -2px) rotate(-1deg);}
    20% {transform: translate(-3px, 0px) rotate(1deg);}
    30% {transform: translate(3px, 2px) rotate(0deg);}
    40% {transform: translate(1px, -1px) rotate(1deg);}
    50% {transform: translate(-1px, 2px) rotate(-1deg);}
    60% {transform: translate(-3px, 1px) rotate(0deg);}
    70% {transform: translate(3px, 1px) rotate(-1deg);}
    80% {transform: translate(-1px, -1px) rotate(1deg);}
    90% {transform: translate(1px, 2px) rotate(0deg);}
    100% {transform: translate(1px, -2px) rotate(-1deg);}
}

/* Payment Page */
.code-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

    .code-card-header img {
        width: 24px;
        height: 24px;
    }

    .code-card-header h3 {
        font-size: 15px;
        font-weight: 600;
        margin: 0;
    }

.code-card label {
    display: block;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 6px;
}

.code-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

    .code-input-wrapper input {
        width: 100%;
        height: 44px;
        padding: 0 120px 0 12px;
        border-radius: 8px;
        border: 1px solid #cfcfcf;
        font-size: 14px;
        box-sizing: border-box;
    }

.voucher-card .code-input-wrapper input {
    padding-right: 44px !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* STATUS ICONS */
.voucher-card .status-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 2;
}

    .voucher-card .status-icon.success {
        background-color: #10b981;
        color: transparent;
    }

        .voucher-card .status-icon.success::after {
            content: '';
            width: 5px;
            height: 10px;
            border-right: 2px solid white;
            border-bottom: 2px solid white;
            transform: rotate(45deg);
            margin-top: -2px;
        }

    .voucher-card .status-icon.error {
        background-color: white;
        border: 1.5px solid #ef4444;
        color: #ef4444;
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
    }

.voucher-error label {
    color: #ef4444 !important;
}

/* BUTTONS */
.code-card:not(.voucher-card) .apply-btn {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-weight: 600;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

    .code-card:not(.voucher-card) .apply-btn:disabled {
        color: #9ca3af;
        cursor: not-allowed;
    }

.voucher-input-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.voucher-card {
    margin-top: 2rem;
}

.voucher-card .code-input-wrapper {
    flex: 1;
    position: relative;
}

.voucher-action-btn {
    height: 44px;
    padding: 0 18px;
    border-radius: 8px;
    border: none;
    background: #FFBF00;
    color: #171717;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}

    .voucher-action-btn.remove-btn {
        background: #FFBF00;
    }

    .voucher-action-btn:disabled {
        opacity: 0.5;
        cursor: not-allowed;
        background: #F2F2F2;
    }

/* VOUCHER STATES */
.voucher-success input {
    border-color: #16a34a;
}

.voucher-error input {
    border-color: #dc2626;
}

.voucher-message.success {
    margin-top: 12px;
    background: #ecfdf5;
    border-radius: 8px;
    padding: 12px;
    color: #065f46;
    font-size: 13px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
    .voucher-message.success::before {
        content: '✓';
        font-weight: bold;
        font-size: 14px;
        color: #059669;
        flex-shrink: 0;
        margin-top: 1px;
    }

.voucher-message-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

    .voucher-message-content strong {
        display: block;
        line-height: 1.4;
    }

    .voucher-message-content p {
        margin: 0;
        line-height: 1.4;
        color: #059669;
    }

    .voucher-message.success p {
        margin: 4px 0 0;
    }

.voucher-error-text {
    margin-top: 6px;
    font-size: 12px;
    color: #dc2626;
}

/* PAYMENT MODE */
.payment-section {
    margin-top: 32px;
    position: relative;
    overflow: visible;
}

.payment-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
}

.payment-radio-group {
    width: 100%;
}

.payment-radio-item {
    display: block !important;
    margin-bottom: 12px;
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0 !important;
}

    .payment-radio-item:last-child {
        margin-bottom: 0;
    }

    .payment-radio-item .md-label {
        display: block;
        width: 100%;
        margin-left: 0;
        padding: 0;
        cursor: pointer;
    }

.payment-card {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 16px 16px 48px;
    border: 1px solid #cfcfcf;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: pointer;
}

.payment-radio-item .md-container {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.payment-name {
    font-size: 14px;
    font-weight: 600;
}

.payment-desc {
    font-size: 12px;
    color: #6b7280;
    margin-top: 2px;
}

.payment-terms-wrapper {
    margin-top: 2rem;
    min-height: 60px;
    display: block;
    clear: both;
    position: relative;
    overflow: visible;
}

.payment-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Payment Logos */
.payment-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .payment-right img {
        height: 20px;
    }

/* Natas Payment Success Page */
.natas-payment-summary {
    margin-top: 8rem;
}

    .natas-payment-summary .success-title {
        color: #28a745;
        font-weight: 700;
        font-size: 1.5rem;
        margin: 1rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .natas-payment-summary .check-badge {
        background-color: #28a745;
        color: white;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

    .natas-payment-summary .sub-text {
        color: #171717;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.5;
        margin-bottom: 2rem;
        text-align: center;
    }

    .natas-payment-summary .policy-container {
        display: flex;
        justify-content: center;
    }

    .natas-payment-summary .policy-box {
        border: 1px dashed #adb5bd;
        background-color: #fff;
        display: inline-block;
        padding: 1.5rem;
        border-radius: 6px;
        margin-bottom: 2.5rem;
        min-width: 250px;
        text-align: center;
    }

    .natas-payment-summary .policy-label {
        display: block;
        font-weight: 600;
        margin-bottom: 0.5rem;
        color: #212529;
    }

    .natas-payment-summary .policy-number {
        color: #ffc107;
        font-weight: 700;
        font-size: 1.3rem;
    }

    .natas-payment-summary .footer-section {
        margin-top: 3rem;
        font-size: 0.85rem;
        color: #212529;
        text-align: center;
    }

    .natas-payment-summary .footer-link {
        color: #ffc107;
        text-decoration: none;
        font-weight: 600;
    }

    .natas-payment-summary .footer-link:hover {
        text-decoration: underline;
    }

    .natas-payment-summary .warning-icon-bg,
    .natas-payment-summary .payment-success-icon {
        text-align: center;
    }

    .natas-payment-summary .error-title {
        color: #dc3545;
        font-weight: 700;
        font-size: 1.5rem;
        margin: 1rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .natas-payment-summary .error-badge {
        background-color: #dc3545;
        color: white;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: bold;
    }

    .natas-payment-summary .error-subtext {
        color: #212529;
        font-weight: 600;
        font-size: 1rem;
        margin-bottom: 1.2rem;
        text-align: center;
    }

    .natas-payment-summary .btn-container {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }

    .natas-payment-summary .btn {
        border: none;
        color: #212529;
        font-weight: 500;
        padding: 0.6rem 2rem;
        width: 100%;
        max-width: 450px;
        border-radius: 4px;
        box-shadow: none;
        margin: 0;
    }

        .natas-payment-summary .btn.try-again {
            background-color: #ffc107;
        }

            .natas-payment-summary .btn.try-again:hover {
                background-color: #e0a800;
            }

        .natas-payment-summary .btn.back-to-quote {
            background-color: #fff;
            border: 1px solid black;
        }

            .natas-payment-summary .btn.back-to-quote:hover {
                background-color: #f1f1f1;
            }

/* End of Travel Infinite New Enhancement*/
@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;
    }

    .card-top-row {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        margin-bottom: 8px;
        height: auto;
    }

    .badge-img {
        margin-bottom: 6px;
        margin-right: 0 !important;
    }

    /* Smaller progress bar for tablet screens */
    #travel-infinite-progress-bar .circle {
        width: 22px;
        height: 22px;
        font-size: 14px;
        margin-right: 6px;
    }

    #travel-infinite-progress-bar .label {
        font-size: 14px;
        margin-right: 6px;
    }

    #travel-infinite-progress-bar .line {
        width: 16px;
        margin-right: 8px;
    }

    #travel-infinite-progress-bar ul {
        padding: 15px 10px;
    }

    .summary-card {
        padding: 16px;
    }

    .summary-container {
        padding: 16px;
    }

    .summary-wrapper {
        flex-direction: column;
        gap: 16px;
    }

    .summary-col {
        width: 100%;
        flex: unset;
    }

    .summary-data-item {
        grid-template-columns: 1fr;
        gap: 4px;
    }

/*    .summary-data-label {
        width: auto;
        font-size: 12.5px;
        color: #000000;
    }

    .summary-data-value {
        font-size: 14px;
        font-weight: 600;
    }*/
}

@media (min-width: 1200px) {
    .travel-infinite-main-container {
        width: 1350px;
    }
}

@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;
        }
    .travel-infinite-main-container {
        width: 970px;
    }
}

@media (min-width: 768px) {
    .travel-infinite-main-container {
        width: 750px;
    }
}

@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;
    }

    .quote-documents {
        font-size: 16px;
    }

    .natural-form {
        font-size: 16px;
    }
}

.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;
    }

    /* Show plan titles (Classic, Deluxe, Suite) only when table row is expanded */
    tr.active .span-to-hide {
        display: inline;
    }

    .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: -2px;
        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;
        }

    .summary-content {
        flex-direction: column;
        gap: 20px;
    }

    .col-left {
        border-right: none;
        border-bottom: 1px solid #eee;
        padding-right: 0;
        padding-bottom: 20px;
    }

    .sticky-price-bar {
        height: auto;
    }

    .insurance-plan-container .top-section {
        position: sticky;
        top: 0;
        z-index: 100; 
        background-color: #ffffff;
        padding-top: 10px;
        padding-bottom: 10px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.08);
        margin-bottom: 16px;
    }

    .insurance-plan-container .top-section .img-col,
    .insurance-plan-container .top-section .col-desc-width {
        display: none !important;
    }

    .insurance-plan-container .top-section .col-plan-width {
        width: 33.33% !important;
        display: table-cell !important;
    }

    .key-benefits-section .col-desc,
    .summary-benefit-container .col-desc,
    .addon-benefit-container .col-desc {
        width: 50% !important;
        display: table-cell !important;
    }

    .key-benefits-section .col-plan-1, .key-benefits-section .col-plan-2, .key-benefits-section .col-plan-3,
    .summary-benefit-container .col-plan-1, .summary-benefit-container .col-plan-2, .summary-benefit-container .col-plan-3,
    .addon-benefit-container .col-plan-1, .addon-benefit-container .col-plan-2, .addon-benefit-container .col-plan-3 {
        display: none;
    }

    .view-mode-1 .col-plan-1,
    .show-col-1 .col-plan-1 {
        display: table-cell !important;
        width: 50% !important;
    }

    .view-mode-2 .col-plan-2,
    .show-col-2 .col-plan-2 {
        display: table-cell !important;
        width: 50% !important;
    }

    .view-mode-3 .col-plan-3,
    .show-col-3 .col-plan-3 {
        display: table-cell !important;
        width: 50% !important;
    }

    .fixed-grid {
        width: 100% !important;
        table-layout: fixed;
    }

    .plan-name {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .card-price {
        font-size: 18px;
    }

    .plan-card {
        padding: 10px 5px;
    }

    #travel-infinite-progress-bar {
        display: none !important;
    }

    #travel-mobile-progress-bar {
        display: block !important;
    }

    #step2 .posit {
        padding-top: 10px;
    }

    .natas-travel-header .header-left a {
        width: 80px;
    }

    .natas-travel-header .header-center h4 {
        font-size: 20px;
        white-space: normal;
    }

    .tz-popup-card {
        width: 280px;
        left: -140px;
        top: 30px;
    }

    .channel-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .get-quote {
        width: 50%;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .back-link {
        display: none;
    }

    .right-side-group {
        width: 100%;
        justify-content: space-between;
    }

    .price-info {
        text-align: left;
    }

    .top-row-text {
        justify-content: flex-start;
        margin-bottom: 2px;
    }

    .price-label {
        order: 1;
        font-size: 14px;
        color: #666;
        font-weight: 500;
        line-height: 1.5;
    }

    .view-details {
        order: 2;
        font-size: 0; 
        color: #222;
    }

        .view-details .icon {
            display: inline-flex;
            align-items: center;
            margin-left: 6px;
        }

    .price-amount {
        font-size: 22px;
    }

    .mobile-plan-name-row {
        display: table-row;
    }

    .body-table tr.mobile-plan-name-row td {
        background-color: #ffffff !important; 
        padding: 15px 20px;
        font-size: 16px;
        font-weight: 700;
        color: #171717;
        border-bottom: 1px solid #E5E5E5 !important;
        text-align: center;
    }

        .body-table tr.mobile-plan-name-row td.col-desc {
            border-bottom: none !important;
        }

    .header-table th.col-plan-1,
    .header-table th.col-plan-2 {
        font-size: 0 !important;
    }

    .header-table th.col-plan-3 .flex-center-vertical > span:not(.arrow-icon) {
        display: none !important;
    }

    .header-table th.col-plan-1,
    .header-table th.col-plan-2,
    .header-table th.col-plan-3,
    .header-table col.col-plan-1,
    .header-table col.col-plan-2,
    .header-table col.col-plan-3 {
        display: none !important;
    }

    .header-table col.col-desc,
    .header-table col.col-med-desc {
        width: 100% !important;
    }

    .header-table th.header-label-cell {
        width: 100% !important;
    }

        .header-table th.header-label-cell > .flex-center-vertical {
            width: 100%;
            justify-content: space-between;
        }

    .header-label-cell .mobile-arrow {
        display: inline-block !important;
    }

    .desktop-arrow {
        display: none !important;
    }

    .radio-indicator {
        display: none !important;
    }

    .card-top-row {
        justify-content: center;
        min-height: auto;
        margin-bottom: 0px;
    }

    .plan-radio:checked + .plan-card {
        background-color: #FFFBE6;
        border: 2px solid #FFB800;
        box-shadow: 0 4px 12px rgba(255, 184, 0, 0.2);
    }
}

@media (min-width: 769px) {
/*    #travel-infinite-progress-bar {
        display: block !important;
    }*/

    #travel-mobile-progress-bar {
        display: none !important;
    }
}


.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;
    }
    .aligned-with-text {
        margin-left: 0;
    }
    .addon-card-main {
        padding: 0;
    }

    .top-section td {
        padding: 0;
    }

    .badge-img {
        width: 100px;
    }

    .natas-travel-header .header-left a {
        width: 60px;
    }

    .natas-travel-header .header-center h4 {
        font-size: 14px;
        white-space: normal;
    }

    .channel-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .get-quote {
        width: 100%;
    }
}

.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;
        }

    .badge-img {
        display: none;
    }
}


@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%;
    }
}

@media (max-width: 991px) and (min-width: 577px) {
    .promo-item {
        flex: 0 0 calc(50% - 8px);
        max-width: calc(50% - 8px);
    }
}

@media (max-width: 576px) {
    .custom-flex-row {
        gap: 10px;
    }

    .promo-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .item-producer {
        flex: 1;
    }

    .item-sub {
        flex: 0.6;
    }

    .item-staff {
        flex: 1;
    }

    .item-promo {
        flex: 1.4;
    }
}

/* =====================================================
   FIX: Large screen (2K+) container width & content cutoff
   ===================================================== */

/* FIX: Ensure content is not cut off by fixed footer */
body.takaful-body .tab-content > .tab-pane#step1 {
    padding-bottom: 150px;
}

/* Ensure quote-documents section has enough margin from footer */
body.takaful-body .quote-documents {
    margin-bottom: 80px;
}

/* Make sure the content can scroll fully past the fixed footer */
body.takaful-body #content {
    padding-bottom: 30px;
}

/* Ensure fixed takaful footer is always visible and sticky price bar stays above it */
body.takaful-body footer .bottom-bar.takaful-footer {
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    min-height: 50px;
    padding: 0 !important;
    margin-top: 0;
    z-index: 40;
}

body.takaful-body #sticky-price-bar {
    z-index: 50;
    bottom: 50px;
}
