.itcbooking.itcverif .package .details {
    float: left;
    width: 60%
}

.itcbooking.itcverif .package .priceswrap {
    float: right;
    width: 39%;
    margin-top: 25px;
}

.itcbooking.itcverif .package .priceswrap .prices {
    max-width: 300px;
    margin: 0 auto 25px auto;
}

#divPriceDetail .msh_sv-popup_content div.img {
    display: block;
    width: 100%;
    height: 160px;
    max-width: 300px;
    margin: 0 auto 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}

#divPriceDetail .msh_sv-popup_content>b {
    text-align: center;
}

#divPriceDetail .msh_sv-popup_content>b span,
#divPriceDetail .msh_sv-popup_content .flight span {
    font-size: 0;
}

#divPriceDetail .msh_sv-popup_content>b span::after,
#divPriceDetail .msh_sv-popup_content .flight span::after {
    content: "\A";
    white-space: pre;
}

#divPriceDetail .msh_sv-popup_content>span.item.total {
    flex-basis: 60%;
}

#divPriceDetail .msh_sv-popup_content>span.colspan2 {
    flex-basis: 20%;
}

.msh_sv-form_row {
    margin-bottom: 25px;
}

.itcbooking h3 {
    font-size: 2rem;
}

.itcbooking h4 {
    font-size: 1.7rem;
}

.package.msh_sv-box td {
    text-align: left;
    border: none;
    border-bottom: solid 1px #e5e5e5;
}

.package.msh_sv-box td p {
    margin: 0;
}

#cc0_amount_text,
#cc1_amount_text {
    font-size: 1.6rem;
    padding: 4px 0;
    font-weight: bold;
}

#tabPayment {
    width: 96%;
    padding: 0 1% 8px 1%;
}

#booking_timer {
    max-width: 280px;
    margin: 0 auto 25px auto;
    font-weight: 600;
    font-size: 1.6rem;
    background-color: #3498DB;
    color: #fff;
    text-align: center;
    line-height: normal;
    padding: 5px 10px;
    border-bottom: solid 1px #fff;
    border-radius: 6px;
}

#booking_timer span {
    font-size: 3rem;
}

.pax_selector {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 500;
    width: auto !important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 0.2em 0.2em 0.2em 0em;
    cursor: pointer;
}

.pax_selector::after {
    content: "";
    display: table;
    clear: both;
}



.manulife_container {
    width: 100%;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
}

.manulife_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.manulife_insurance-options {
    display: flex;
    gap: 20px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.manulife_column {
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    width: 45%;
}

.manulife_option {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.manulife_option:last-child {
    border-bottom: none;
}

.manulife_option-label {
    flex: 1;
    padding-right: 15px;
    /* Adds space before the line */
}

.manulife_radio-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 120px;
    border-left: 2px solid #3498DB;
    /* Continuous vertical line */
    padding-left: 15px;
    /* Space from line */
}

.manulife_radio-container {
    display: flex;
    justify-content: space-between;
    width: 110px;
}

/* Hide the default radio button */
.manulife_radio-container input[type=radio] {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

/* Custom radio button */
.manulife_radio-container label {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}

/* Inner dot (when selected) */
.manulife_radio-container input[type=radio]:checked+.custom-radio {
    background-color: #3498DB;
    border-color: #3498DB;
}

/* Inner white dot */
.manulife_radio-container input[type=radio]:checked+.custom-radio::after {
    content: "";
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Styling the label */
label[for="province"] {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

/* Styling the select dropdown */
#province,
.province {
    width: 100%;
    max-width: 300px;
    padding: 10px;
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 5px;
    background-color: white;
    appearance: none;
    /* Removes default dropdown styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    display: block;
    font-weight: normal;
    margin-bottom: 15px;
}

/* Adding a dropdown arrow */
#province,
.province {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path fill="%23666" d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 35px;
    /* Ensure text doesn't overlap with icon */
}

/* Hover and focus effects */
#province:hover,
#province:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

.manulife_header-insurance {
    display: flex;
    flex-direction: row;
}

.manulife_manulife-logo {
    width: 20%;
    height: 80% !important;
    margin-right: 20px;
    margin-top: 20px;
}

.manulife_header-select {
    width: 80%;
}

@media only screen and (max-width:600px) {
    .manulife_column {
        width: 100%;
    }

    .manulife_insurance-options {
        display: flex;
        gap: 20px;
        width: 90%;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.manulife_modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.manulife_modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 700px;
    height: 600px;
    border-radius: 5px;
}

.manulife_close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.manulife_close:hover,
.manulife_close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.manulife_openDesc {
    display: inline;
    padding: 0;
    border: 0;
    font: inherit;
    text-decoration: underline;
    cursor: pointer;
    background: transparent;
    font-weight: bold;
    color: #0693e3;
    -webkit-appearance: none;
    -moz-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in;
}

.manulife_openDesc:hover {
    color: #003eaa;
}

#loader_manulife{
    background: url(../img/bar-circle.gif) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 20%;
    min-height: 100px;
}

@media (max-width: 1200px) {
    .itcbooking .package .details {
        float: left;
        width: calc(100% - 250px);
    }
}

@media (max-width: 1000px) {

    .itcbooking.itcverif .package .details,
    .itcbooking.itcverif .package .priceswrap {
        float: none;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .itcbooking .package .details {
        float: none;
        width: 100%;
    }

    .itcbooking .package .priceswrap {
        float: none;
        width: auto;
        margin: 40px auto 20px auto;
    }
}

iframe {
    border: 0;
}