/* ================================================================
 * GLOBAL STYLES
 * ================================================================ */

*:focus:not(.focus-visible) {
    outline: none !important;
    box-shadow: none !important;
}

.first-bank-amount {
    /* width:150px; */
    float: right;
}

.second-bank-amount {
    /* width:150px; */
}

.sp-card-img img {
    margin-bottom: 10px;
}

.same-billing-address label {
    font-size: 14px !important;
}

.page-heading {
    margin-bottom: 30px;
}

input.form-control {
    outline: none !important;
    box-shadow: none !important;
}

.form-floating input::placeholder {
    opacity: 0 !important;
}

.fc {
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 1.2px;
    font-family: 'Open Sans', sans-serif !important;
}

#phone {
    /* padding-left:93px !important; */
    font-size: 16px;
}

#phone::placeholder {
    color: #95aab1 !important;
    font-size: 16px;
    font-weight: bold !important;
}

/*.selectric span.label{
    font-size: 15px !important;
    color:#495057 !important;
    font-weight: normal !important;
}*/
.tsa-box .form-floating {
    margin-bottom: 10px;
}

.first-box,
.middle-box,
.last-box {
    padding-left: 10px;
    padding-right: 10px;
}

.dob-row .selectric-scroll li:first-child {
    display: none;
}

input[type=radio] {
    --s: 16px;
    /* control the size */
    --c: #00D9FF;
    /* the active color */

    height: var(--s);
    /* aspect-ratio: 1; */
    border: 2px solid #00283B;
    padding: 2px;
    background:
        radial-gradient(farthest-side, var(--c) 94%, #0000) 50%/0 0 no-repeat content-box;
    border-radius: 50%;
    outline-offset: calc(var(--s)/10);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: inherit;
    transition: .3s;
    height: 25px;
    width: 25px !important;
}

input[type=radio]:checked {
    border-color: var(--c);
    background-size: 100% 100%;
}

input[type=radio]:disabled {
    background:
        linear-gradient(#939393 0 0) 50%/100% 20% no-repeat content-box;
    opacity: .5;
    cursor: not-allowed;
}

@media print {
    input[type=radio] {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
        background: none;
    }
}

.form-check-label {
    margin-left: 15px;
    margin-top: 5px;
}

.form-check-input {
    width: auto !important;
}

.form-check-input:checked[type=radio] {
    background-image: none !important;
    background-color: #00d9ff !important;
}

.wt-block,
.sp-block {
    display: none;
}

.bl-addr input,
select {
    margin-bottom: 10px !important;
}

.bl-addr select {
    padding-left: 10px !important;
}

.bl-addr {
    background: #F2F2F2;
    padding: 20px;
    border-radius: 10px;
}

.slash-sep {
    color: #B09A34;
    padding: 0px 5px;
}

.tip a.active {
    background-color: #00D9FF !important;
    font-weight: 600;
    color: #fff;
}

.tip a.active:hover {
    background-color: #00D9FF !important;
    font-weight: 600;
}

.tip a {
    border: 1px solid #00D9FF;
    color: #00D9FF;
    font-weight: 600;
    margin-right: 10px;
}

.active-pr-chk {
    font-weight: bold;
    font-family: 'MuseoSansCyrl';
    font-size: 22px;
}

.p-30 {
    padding: 30px !important;
}

#pr-grey-ul {
    margin-left: 14px;
}

#pr-grey-ul li {
    color: #899DA3;
    margin-bottom: 5px;
}

#pr-grey-ul li i {
    margin-right: 5px;
}

.protection-list li i {
    color: #B09A34;
    margin-top: 10px;
}

.p-list-row {
    margin-bottom: 10px;
}

.protection-list i {
    color: #B09A34;
    margin-top: 10px;
}

.protection-list li {
    margin-bottom: 10px;
}

.protection-list {
    font-size: 14px;
    font-weight: bold;
}

.ticket-protection-box {
    border: 5px solid #00D9FF;
    border-radius: 7px;
    padding: 30px !important;
}

.theme-hr {
    border-bottom: 1px solid #B09A34;
}

.btn-theme {
    background-color: #1ECDE2;
    color: #fff;
}

.btn-theme:hover {
    background-color: #1ECDE2;
    color: #fff;
}

.selectric-wrapper {
    /* margin-bottom:10px; */
}

.passenger-title {
    border-bottom: 2px solid #B09A34;
    padding-bottom: 15px;
    display: inline-block;
}

.travel-notice i {
    margin-right: 10px;
    font-size: 26px;
}

.travel-notice {
    font-size: 15px;
}

.right-sidebar {
    margin-top: 58px;
    position: fixed;
    margin-left: 805px;
}

.adults {
    font-size: 16px;
    /* margin-top: 5px; */
}

.amount-text {
    font-size: 12px;
}

.theme-hr {
    border-top: 1px solid #B09A34;
    margin-top: 25px;
    margin-bottom: 20px;
}

.cart-box {
    border-radius: 5px;
    padding: 15px 15px;
}

.layover-text {
    font-size: 14px;
}

.layover-bar {
    display: block;
    padding: 10px;
}

.bg-grey {
    background-color: #E5E9EB;
}

.arport-name {
    font-size: 16px;
}

.boing-text {
    font-size: 13px;
    font-weight: 600;
}

.ar-box {
    border-right: 1px solid #00283B;
}

.a-name {
    font-size: 14px;
}

.airline-logo {
    width: 80%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.theme-dot {
    font-size: 5px;
    vertical-align: middle;
}

.airline-route {
    border: 1px solid #00283B;
    border-radius: 5px;
}

.total-travel-time {
    font-size: 14px;
}

.pull-right {
    float: right;
}

.segment-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px 30px !important;
}

.iti-heading {
    border-left: 10px solid #B09A34;
    padding-left: 5px;
}

.theme-sec-color {
    color: #00283B;
}

.theme-blue-color {
    color: #0E518A;
}

.theme-color {
    color: #B09A34;
}

.grey-text {
    color: #899DA3;
}

.blue-text {
    color: #00D9FF;
}

.reconmeded {
    color: #fff;
    background: #00D9FF;
    border-radius: 5px;
    padding: 0px 5px;
}

.sg-date-text {
    font-size: 16px;
}

.sg-country {
    font-size: 12px;
    font-weight: bold;
}

/*.sg-date-text{
    font-size: 14px;
}*/
.dob-fl {
    padding: 23px 15px !important;
}

#chk-confirm {
    transform: scale(1.5);
    margin-left: -15px;
}

.chk-confirm-label {
    margin-top: 0px !important;
}

.fixme {
    transition-duration: 0.5s;
}

.top-bar {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.agent-bar-phone-block {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding-right: 50px;
    align-items: flex-end;
}

.owner-name {
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
}

.eml-link {
    font-size: 14px;
    color: #B5A145;
    text-decoration: underline !important;
}

.eml-link:hover {
    color: #B5A145;
}

.toggle-heading {
    cursor: pointer;
    transition-duration: 0.5s;
}

.toggle-heading i {
    vertical-align: middle;
    transition-duration: 0.5s;
}

.i-rotate-180 {
    transform: rotate(180deg);
}

.bd-none {
    display: none;
}

.row {
    transition-duration: 0.5s;
}

.iti {
    display: block;
}

.form-control {
    -webkit-box-shadow: none !important;
    outline: -webkit-focus-ring-color auto 0px !important;
}

.form-control:focus {
    border-color: #B09A34 !important;
}

.req-label {
    color: #ed143d;
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: 1.2px;
    font-family: 'Open Sans', sans-serif !important;
    display: none;
}

.req-border {
    border: 2px solid #ed143d !important;
}

.card-design .req-label {
    color: #fff;
}

.p-edit-link {
    text-decoration: underline !important;
}

.second-bank-label,
.first-bank-label {
    font-weight: bold;
}

.nt-sp-a {
    font-size: 14px !important;
}

.slidecontainer {
    width: 75%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background: #B09A34;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #B09A34;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #B09A34;
    cursor: pointer;
}

.first-bank-amount,
.second-bank-amount {
    font-weight: bold;
    text-align: center;
}

.card-design {
    background: linear-gradient(130deg, #22577A, #0C6BA9) !important;
}

.checkout-header {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sg-country-name {
    font-size: 14px;
}

.flyme-duration {
    position: absolute;
    display: inline-flex;
    display: -webkit-inline-flex;
    justify-content: center;
    justify-content: -webkit-center;
    width: -webkit-fill-available;

    width: -moz-available;
    margin-top: 12px;
    border-top: 2px solid #E5E9EB;
}

.view-tablet-desktop .flyme-duration {
    width: 67% !important;
}

.flyme-flight-time {
    transform: translateY(-10px);
    background: #fff;
    padding: 0px 10px;
    font-size: 12px;
    font-weight: bold;
    color: #95AAB1;
}

.middle-name-desc {
    font-size: 14px;
}

.float-label {
    /* padding: 15px 30px !important; */
    /* font-family: calibri !important; */
    line-height: 28px;
    letter-spacing: 1.2px;
    /* color:#212529 !important; */
    color: #95AAB1 !important;
    font-size: 16px;
    font-weight: bold;
    text-overflow: unset !important;
}

.no-tip:focus {
    box-shadow: none !important;
}

.ph-no {
    font-size: 22px;
}

.main-checkout-content {
    border-right: 40px solid transparent;
}

.iti__selected-flag {
    height: 100% !important;
}

.form-check label {
    cursor: pointer;
}

.mb-20 {
    margin-bottom: 20px;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 1 !important;
    transform: scale(0.99) translateY(-15px) translateX(0px) !important;
    color: #95AAB1 !important;
    font-size: 12px !important;
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 1rem .75rem
}

.form-floating>.form-control-plaintext::-moz-placeholder,
.form-floating>.form-control::-moz-placeholder {
    color: transparent
}

.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),
.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control-plaintext:-webkit-autofill,
.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label {
    border-width: 1px 0
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-floating:focus-within,
.input-group>.form-select:focus {
    z-index: 5
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 5
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .375rem
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .5rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .25rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.form-floating:not(:first-child)>.form-control,
.input-group>.form-floating:not(:first-child)>.form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}


.back-btn {
    float: left;
    font-size: 22px;
    margin-top: 14px;
}

.back-btn:hover {
    color: #B09A34;
}

#flyme-loader {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
    display: none;
}

#flyme-loader .spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid #B09A34;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.protection-span {
    display: block;
    color: #899DA3;
    /* margin-left: 36px; */
}

.protection-radio .form-check-label {
    margin-top: 0px !important;
}

/* === Yes Protection Option — Highlighted === */
.protection-radio-yes {}

.protection-yes-radio,
.protection-no-radio {
    border-radius: 0 !important;
}

.protection-yes-radio.form-check-input:checked[type=radio] {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m5 10 4 4 7-7'/%3E%3C/svg%3E") !important;
    background-size: 80% 80%;
}

.protection-yes-label {
    font-size: 22px !important;
    cursor: pointer;
}

.protection-yes-sub,
.protection-sub-hint {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.5;
}

.reconmeded-yes {
    background: #00D9FF;
    color: #fff;
    border-radius: 4px;
    padding: 2px 9px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    vertical-align: middle;
    display: inline-block;
}

/* === End Yes Protection Option === */

/* === No Protection Option === */
.protection-no-label {
    font-size: 19px !important;
    cursor: pointer;
}

.protection-no-radio:not(:checked) {
    border-color: #555 !important;
    background-color: #fff !important;
}

.protection-no-radio.form-check-input:checked[type=radio] {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 6l8 8M14 6l-8 8'/%3E%3C/svg%3E") !important;
    background-size: 80% 80%;
}

/* === End No Protection Option === */

/* === TP Decline Confirmation Modal === */
#tp-decline-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

#tp-decline-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 40, 59, 0.55);
}

#tp-decline-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    width: 480px;
    max-width: 94vw;
    box-shadow: 0 8px 32px rgba(0, 40, 59, 0.18);
    overflow: hidden;
    font-family: 'MuseoSansCyrl', sans-serif;
}

#tp-decline-header {
    background: #00283B;
    padding: 18px 24px 14px;
}

#tp-decline-title {
    color: #fff;
    font-family: 'MuseoSansCyrl', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 4px;
    text-align: center;
}





#tp-decline-subtitle {
    color: #c8d8e0;
    font-size: 13px;
    margin: 0;
}

#tp-decline-body {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px 24px;
    background: #f7f5ee;
    border-left: 4px solid #B09A34;
}

#tp-decline-icon-col {
    flex: 0 0 auto;
}

#tp-decline-logo {
    width: 72px;
    height: auto;
}

#tp-decline-content-col {
    flex: 1;
}

#tp-decline-warning-title {
    color: #B09A34;
    font-family: 'MuseoSansCyrl', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0 0 8px;
}

#tp-decline-warning-text {
    color: #00283B;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

#tp-decline-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    background: #fff;
    border-top: 1px solid #e5e0d0;
    gap: 12px;
}

#tp-btn-no-thanks {
    background: transparent;
    border: none;
    color: #899DA3;
    font-family: 'MuseoSansCyrl', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.07em;
    cursor: pointer;
    padding: 10px 16px;
    text-transform: uppercase;
}

#tp-btn-no-thanks:hover {
    color: #00283B;
}

#tp-btn-protect {
    background: #B09A34;
    border: none;
    color: #fff;
    font-family: 'MuseoSansCyrl', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.07em;
    cursor: pointer;
    padding: 11px 28px;
    border-radius: 5px;
    text-transform: uppercase;
}

#tp-btn-protect:hover {
    background: #8e7c29;
}

/* === End TP Decline Modal === */

/* === TP Footer Notes === */
.tp-footer-note {
    font-size: 14px;
    color: #00283B;
    line-height: 1.6;
}

/* .tp-footer-note a {
    color: #B09A34;
    text-decoration: underline;
}

.tp-footer-note a:hover {
    color: #8e7c29;
} */

.tp-footer-note a {
    color: #00283B;
}

.tp-footer-disclaimer {
    font-size: 12px;
    color: #6c757d;
    line-height: 1.5;
    margin-bottom: 0;
}

/* === End TP Footer Notes === */

.blue-btn {
    background-color: #00D9FF;
    color: #fff;
    font-weight: bold;
}

.blue-btn:hover {
    background-color: #00D9FF;
    color: #fff;
    font-weight: bold;
}

.blue-btn-o {
    border: 1px solid #00D9FF;
    color: #00D9FF;
    font-weight: 600;
    margin-right: 10px;
}

.blue-btn-o:hover {
    border: 1px solid #00D9FF;
    color: #00D9FF;
    font-weight: 600;
    margin-right: 10px;
}

.tablet-view {
    display: none;
}

.fc-tv {
    display: none;
}

.mobile-view {
    display: none;
}

.fc-mv {
    display: none;
}

.tkt-protection-heading h2 {
    text-transform: uppercase;
}

button {
    font-family: 'MuseoSansCyrl';
}

.m-airline-name {
    font-size: 12px;
}

.last-tip {
    margin-right: 0px !important;
}

.iti__arrow {
    border-top: 4px solid#B09A34 !important;
}

.protection-list .form-check-label {
    margin-left: 0px !important;
}

.selectric span.label {
    margin-left: 10px !important;
}

.mobile-protection-list {
    display: none;
}

.agent-contact-info .fa-phone {
    font-size: 14px;
}

#travel-summary .iti__dropdown-content {
    height: 180px;
    overflow: hidden;
    transform: translateY(-242px);
}

/* @media only screen and (min-width: 671px) and (max-width: 1200px){ */


/* for mobile - small screens */


/* for mobile */


/* .specify-amount {
    color: #6c757d !important;
    border-color: #6c757d !important;
    font-weight: normal !important;
}

.specify-amount:focus {
    background-color: #fff !important;
    color: #6c757d !important;
    border-color: #6c757d !important;
    font-weight: normal !important;
}

.specify-amount:hover {
    color: #fff !important;
    border-color: #6c757d !important;
    font-weight: normal !important;
} */

.agent-contact-info span {
    color: #394C75;
}

.flyme-flight-time {
    position: absolute;
}

a,
a:hover,
a:focus {
    color: #B5A145;
}

.chk-confirm-label a {
    text-decoration: underline !important;
}

input[name="card_number"].req-border-bold {
    border: 1px solid #ed143d !important;
}

.cc-c-form select {
    padding: 0px !important;
    text-align: center;
}

.sp-c1-form select {
    padding: 0px !important;
    text-align: center;
}

.sp-c2-form select {
    padding: 0px !important;
    text-align: center;
}

.exp-div::before {
    content: "/";
    position: absolute;
    color: #fff;
    left: -5px;
    top: 5px;
    font-size: 20px;
    font-weight: bold;
}

input[name="cvv"] {
    text-align: center;
}

.dob-row .selectric .label {
    display: inline !important;
}

.travel-ext .selectric .label {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.tsa-box .selectric .label {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.selectric {
    padding: 10px 0px !important;
}

.selectric .label {
    margin: 0 38px 0 15px !important;
    color: #95AAB1 !important;
}

.dob-block .selectric {
    text-align: center;
}

.selectric-items li:hover,
.selectric-items li.highlighted {
    background-color: #E5E5E4;
    color: #000 !important;
}

.iti {
    width: 100%;
}

.book-flight {
    text-transform: uppercase;
}

.adults div {
    color: #0E518A !important;
    font-weight: 600;
}

.a-name {
    margin-top: 5px;
}

#ff-programs .selectric {
    padding: 14px 0px !important;
}

.toggle-heading i {
    font-weight: bold !important;
}

.slider {
    /* margin-top:10px; */
}

@font-face {
    font-family: 'Signature Font';
    src: url('../fonts/PabasingSignature-q2x3d.otf');
    font-weight: normal;
    font-style: normal;
}

#signature-preview {
    font-family: 'Signature Font';
    font-size: 40px;
}

#signature-date {
    color: #899DA3;
    font-size: 14px;
}

.signature-box-error {
    border: 2px solid #ed143d;
}

#travelers-info-form .form-control {
    border: 1px solid #00283B;
}

.nt-text {
    color: #ed143d;
    font-size: 14px;
}

.sp-valid-amount {
    display: none;
}

.fd-confirm-chk {
    transform: scale(1.5);
    margin-left: -15px;
}

.fc-h {
    transition-duration: .8s;
}

.fc-ntr {
    border-top-right-radius: 0px !important;
}

.fc-a-down {
    transform: rotate(180deg);
}

.fc-arrow {
    transition-duration: 0.5s;
}

.fc-pay-sum {
    font-weight: bold;
}

.fc-label {
    font-weight: bold;
    font-size: 14px !important;
}

.fc-amount {
    font-weight: bold;
    font-size: 14px !important;
}

#fc-details {
    height: 0px;
    transition-duration: .5s;
    overflow-y: hidden;
    overflow-x: hidden;
    text-align: left;
}

.fc-open {
    padding: 15px;
    height: auto !important;
}

.floating-cart {
    position: fixed !important;
    z-index: 10000;
    width: 100%;
    padding: 15px;
    bottom: 5px;
    left: 0px;
}

.floating-cart-content {
    background: #E5E9EB;
    border-radius: 25px;
    /*padding: 10px; */
    text-align: center;
}

main.page-template-travel-summary {
    overflow-x: hidden !important;
}

.fc-am-box {
    padding: 5px;
}

.fc-next {
    background-color: #0E518A;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.fc-next a {
    color: #fff;
    letter-spacing: 0.7px;
    text-decoration: none;
    font-family: 'MuseoSansCyrl' !important;
    font-weight: bold;
}

.fc-total-amount {
    font-weight: bold;
}

.fc-up {
    justify-content: center;
    align-items: center;
    background: #1ECDE2;
    padding: 0px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.floating-cart-content-row {
    padding-right: 15px !important;
}

.fc-total-text {
    font-size: 13px;
    font-weight: bold;
}

.tg-fl-d {
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    padding: 3px 10px;
    border: 2px solid #B09A34;
    border-radius: 5px;
}

.pc-trip-details {
    display: none;
}

.m-show-details {
    margin-top: 20px;
}

/* css checkbox */
.checkbox-wrapper-4 * {
    box-sizing: border-box;
}

.checkbox-wrapper-4 .cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 2px 0px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease;
    display: inline-block;
}

.checkbox-wrapper-4 .cbx:not(:last-child) {
    margin-right: 6px;
}

.checkbox-wrapper-4 .cbx:hover {
    /* background: rgba(0,119,255,0.06); */
}

.checkbox-wrapper-4 .cbx span {
    float: left;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-4 .cbx span:first-child {
    position: relative;
    width: 24px;
    height: 20px;
    border-radius: 4px;
    transform: scale(1);
    border: 2px solid #343a40;
    transition: all 0.2s ease;
    box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
}

.checkbox-wrapper-4 .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-4 .cbx span:last-child {
    padding-left: 8px;
    line-height: 18px;
}

.checkbox-wrapper-4 .cbx:hover span:first-child {
    border-color: #07f;
}

.checkbox-wrapper-4 .inp-cbx {
    position: absolute;
    visibility: hidden;
}

.checkbox-wrapper-4 .inp-cbx:checked+.cbx span:first-child {
    background: #07f;
    border-color: #07f;
    animation: wave-4 0.4s ease;
}

.checkbox-wrapper-4 .inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.checkbox-wrapper-4 .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
}



@-moz-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}

@-webkit-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}

@-o-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}

@keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}

.pchk-text {
    float: none !important;
}

.fd-confirm-chk-box {
    padding-left: 0px !important;
}

.chk-confirm-span {
    width: 45px !important;
}

.ff-row {
    margin-bottom: 18px;
}

/* === Ticket Protection Title Row (scoped to checkout page) === */
body.page-template-checkout,
body.page-template-checkout span,
body.page-template-checkout div,
body.page-template-checkout p,
body.page-template-checkout label,
body.page-template-checkout li,
body.page-template-checkout a {
    font-family: 'MuseoSansCyrl' !important;
}

.page-template-checkout .tp-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.page-template-checkout .tp-title {
    margin: 0;
}

.page-template-checkout .tp-title-logo {
    max-width: 78px;
    flex-shrink: 0;
}







/* === End Ticket Protection Title Row === */

/* ================================================================
 * RESPONSIVE MEDIA QUERIES — largest breakpoint to smallest
 * ================================================================ */

@media only screen and (min-width: 480px) and (max-width: 1200px) {
    .ar-box {
        padding: 0px;
    }

    .segment-box {
        padding: 15px 15px !important;
    }

    .tkt-protection-heading {
        padding-top: 0px !important;
    }

    .mobile-cart-row .pay-sum {
        padding-right: 0px;
    }

    /*.mobile-cart-row .cart-agent{
        padding-left: 0px;
    }*/
    .selectric .button {
        right: -5px !important;
    }

    .cc-block .col-sm-6 {
        padding-right: 0px;
    }

    .protection-list .form-check-label {
        margin-left: 0px !important;
    }

    .protection-radio .form-check-label {
        margin-top: 5px !important;
    }

    .protection-radio label {
        font-size: 16px;
    }

    .protection-list li {
        font-size: 16px;
    }

    /*.first-box, .middle-box, .last-box{
        padding-left:15px !important;
        padding-right:0px !important;
    }*/
    .first-bank-amount,
    .second-bank-amount {
        font-size: 12px;
    }

    .direct {
        font-size: 12px;
    }

    .ph-no {
        font-size: 18px;
    }

    .agent-bar-phone-block {
        padding-right: 0px;
    }

    .logo-div {
        display: flex;
        align-items: center;
    }

    .logo-div img {
        margin-top: 0px;
    }

    .container {
        margin-left: 0px !important;
        margin-right: 0px !important;
        max-width: 100% !important;
    }

    .main-checkout-content {
        max-width: 100% !important;
        flex: 0 0 100%;
    }

    .desktop-view {
        display: none;
    }

    .sg-time-text {
        background-color: #fff;
    }

    .main-checkout-content {
        border-right: none !important;
    }

    .tablet-view {
        display: block !important;
    }

    .fc-tv {
        display: block;
    }

    .ts-submit-btn {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .protection-list {
        font-size: 13px;
    }

    .tip .nav-link {
        padding: 5px 0px;
    }

    .no-tip {
        padding: 5px 10px;
    }

    .specify-amount {
        padding: 5px 10px;
    }

    .card-design input {
        padding: 5px 5px;
    }

    .and-sym {
        display: none;
    }

    .cc-block .exp-month {
        padding-right: 15px;
    }

    .cc-block .exp-div {
        padding-right: 15px;
    }
}

@media only screen and (max-width: 767.98px) {
    .page-template-checkout .ticket-protection-box .tp-title-row {
        display: flex;
        align-items: center;
    }

    .page-template-checkout .ticket-protection-box .tp-title {
        flex: 1;
        font-size: 1.9rem;
        line-height: 1.05;
        align-self: center;
    }

    .page-template-checkout .ticket-protection-box .tp-title-logo {
        display: block;
        width: 58px;
        max-width: 58px;
        /* margin-left: 10px;
        margin-right: 10px; */
        align-self: center;
        margin: 0 auto;
    }

    .page-template-checkout .ticket-protection-box .tp-subtitle {
        margin-top: 0.5rem !important;
        margin-bottom: 1.1rem !important;
        line-height: 1.35;
        padding-right: 15px;
    }

    .page-template-checkout .ticket-protection-box .protection-list-row {
        margin-top: 0.5rem !important;
    }
}

@media screen and (max-width: 640px) {
    .checkbox-wrapper-4 .cbx {
        width: 100%;
        display: inline-block;
    }

    span.chk-confirm-span {
        width: 95px !important;
    }

    span.fd-confirm-chk-span {
        width: 50px !important;
    }

    .tg-fl-d {
        font-size: 14px;
        padding: 5px 10px;
    }

    .ff-row {
        margin-bottom: 20px;
    }

    .first-bank-amount-col {
        padding: 0px;
    }

    .second-bank-amount-col {
        padding-left: 0px;
    }

    .same-billing-address {
        display: flex;
        align-content: center;
    }

    .same-billing-address label {
        margin-bottom: 0px !important;
        /* margin-top: 5px; */
        padding-top: 5px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 588px) {
    .page-template-checkout .tp-title {
        font-size: 23px !important;
    }

    .page-template-checkout .tp-subtitle {
        margin-top: 1rem !important;
    }
}

@media only screen and (max-width: 575px) {
    .form-control {
        /* margin-bottom: 20px; */
    }

    #ff-programs .selectric-wrapper {
        margin-bottom: 20px !important;
    }

    .tip li {
        width: 100%;
        margin-top: 15px;
    }

    .sp-tip {
        margin-left: 0px;
    }

    .no-tip {
        width: 100%;
    }

    .specify-amount {
        width: 100%;
    }

    .slidecontainer {
        width: 100%;
    }

    .first-bank-amount {
        margin-bottom: 0px !important;
    }

    .second-bank-amount {
        margin-bottom: 0px !important;
    }
}

@media only screen and (max-width: 480px) {
    /* @media only screen and (max-width: 670px) { */

    /*#travel-summary{
        padding: 0px !important;
    }
    #travel-summary .iti-heading{
        margin-left: 15px;
    }*/
    #ff-programs .selectric-wrapper {
        margin-bottom: 20px !important;
    }

    .personal-agent {
        font-size: 16px;
    }

    .exp-month {
        padding-right: 10px;
    }

    .exp-div {
        padding-left: 10px;
    }

    .protection-list li {
        margin-bottom: 12px;
    }

    .tkt-protection-heading {
        padding-right: 15px;
    }

    .tkt-protection-heading h2 {
        font-size: 22px !important;
        line-height: unset !important;
    }

    .opr-by span {
        line-height: 18px;
    }

    .submit-button-row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mobile-cart-row {
        padding-left: 15px;
        padding-right: 15px;
    }

    #travelers-info-form {
        margin-left: -15px;
        margin-right: -15px;
    }

    #travelers-info-form .iti-heading {
        margin-left: 15px;
    }

    .pay-sum {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #travel-summary .trip-sg-box {
        padding-left: 0px !important;
        padding-right: 0px !important;
        box-shadow: none !important;
    }

    .desk-protection-list {
        display: none;
    }

    .mobile-protection-list {
        display: block;
    }

    .protection-list .form-check-label {
        margin-left: 0px !important;
    }

    .protection-list-row {
        margin-top: 20px !important;
    }

    .ticket-protection-box {
        padding: 15px 15px !important;
    }

    .protection-radio label {
        font-size: 16px;
    }

    .protection-radio .form-check-label {
        margin-top: 5px !important;
    }

    .protection-list li {
        font-size: 16px;
    }

    .mobile-view .ar-box {
        padding: 0px 10px;
    }

    .segment-box {
        padding: 15px 15px !important;
    }

    .container {
        margin-left: 0px !important;
        margin-right: 0px !important;
        max-width: 100% !important;
    }

    /* .np-mobile{
        padding:0px;
    } */
    .slidecontainer {
        /* display:none; */
    }

    .from-top-heading {
        font-size: 20px;
    }

    .mobile-view {
        display: block !important;
    }

    .fc-mv {
        display: block;
    }

    .view-tablet-desktop {
        display: none !important;
    }

    .agent-bar-phone-block {
        padding-right: 15px !important;
    }

    .page-heading {
        margin-bottom: 25px;
        font-size: 28px;
    }

    .back-btn {
        margin-top: 5px;
    }

    .iti-heading {
        font-size: 24px;
    }

    .main-checkout-content {
        border-right: none !important;
    }

    .total-travel-time {
        font-weight: bold !important;
    }

    .flyme-duration {
        position: sticky !important;
        /* display: inline-block !important; */
        margin-top: 0px;
    }

    .flyme-flight-time {}

    .form-control {
        margin-bottom: 20px;
    }

    input.req-border {
        margin-bottom: 5px !important;
    }

    .cart-agent {
        padding: 0px !important;
    }

    .pay-sum {
        /* padding:0px !important; */
    }

    .ts-submit-btn {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .travel-notice {
        display: block !important;
    }

    .travel-notice img {
        margin-bottom: 10px;
    }

    .p-edit-link {
        float: right;
    }

    .tkt-protection-img {
        /* margin-top: 50%; */
    }

    .tkt-protection-heading {
        padding-top: 0px !important;
    }

    .tkt-protection-heading h2 {
        font-size: 19px;
    }

    .tkt-protection-heading h6 {
        font-size: 16px;
    }

    .ph-no {
        font-size: 16px;
    }

    .protection-list {
        margin-top: 0px !important;
    }

    .second-protection-list {
        margin-top: 0px !important;
    }

    .reconmeded {
        padding: 5px 20px;
        font-size: 18px;
        display: table;
    }

    .tip li {
        width: 100%;
        margin-top: 15px;
    }

    .sp-tip {
        margin-left: 0px;
    }

    .no-tip {
        width: 100%;
    }

    .specify-amount {
        width: 100%;
    }

    .card-design input {
        padding: 5px 5px;
    }

    .toggle-heading {
        /* font-size: 14px; */
    }

    .total-travel-row h6 {
        font-size: 15px !important;
    }

    .class-type {
        font-size: 16px;
    }

    .middle-name-desc {
        margin-bottom: 10px !important;
        font-weight: 600;
    }

    .tip a {
        margin-right: 0px !important;
    }

    .and-sym {
        display: none;
    }

    .m-airline-name {
        font-size: 16px;
        margin-top: 5px;
    }
}

@media only screen and (min-width: 364px) and (max-width: 480px) {
    #tp-decline-title {
        text-align: center;
        font-size: 15px !important;
    }

    #tp-decline-warning-title,
    #tp-decline-warning-text {
        font-size: 14px !important;
    }

    #tp-btn-no-thanks,
    #tp-btn-protect {
        font-size: 13px !important;
    }
}

@media only screen and (max-width: 426px) {
    .page-template-checkout .tkt-protection-heading h2 {
        font-size: 21px !important;
        line-height: 1 !important;
        padding: 5px 0;
    }

    .page-template-checkout .tp-subtitle {
        margin-top: 1rem !important;
    }
}

@media only screen and (max-width: 363px) {
    #tp-decline-title {
        text-align: center;
        font-size: 14px !important;
    }

    #tp-decline-warning-title,
    #tp-decline-warning-text {
        font-size: 13px !important;
    }

    #tp-btn-no-thanks,
    #tp-btn-protect {
        font-size: 12px !important;
    }
}

