﻿

.disabled-div {
    pointer-events: none;
    opacity: 0.6;
}
#lastminutebanner {
    display: none;
}
.toast-top-center {
    top: 10% !important;
    margin: 0 0 0 -150px !important;
}

.form-card {
    background: #fff;
    color: #000;
    border-radius: 5px;
    padding: 20px;
    max-width: 500px;
    margin: 0 auto;
}

.btn-custom {
    background-color: #dc3545;
    color: #fff;
    border: none;
}

    .btn-custom:hover {
        background-color: #bb2d3b;
    }

.background-container {    
    width: 99.50vw;
    background: linear-gradient(rgb(0 0 0 / 25%), rgb(0 0 0 / 90%)), url('../images/london_flights.jpg') center no-repeat;
    background-size: cover;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.sticky-call-link {
    color: white;
    text-decoration: none;
}
.floating-label {
    position: relative;
}

    .floating-label label {
        position: absolute; 
        top: -10px;
        left: 12px;
        background: #fff; 
        padding: 0 5px;
        font-size: 13px;
        font-weight: 500;
        color: #000;
        z-index: 1;
    }

    .floating-label .form-control,
    .floating-label .form-select,
    .floating-label .input-group {
        border: 1px solid #000000;
        border-radius: 4px;
        height: 45px;
        font-weight: 500;
        font-size: 14px;
    }


.special-no-fare {
    border-radius: 25px;
}


.hdrtxt .blink-pulse {
    animation: hdrtxtPulse 1.5s ease-in-out infinite;
    margin-right: 5px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

#img_right_sticky {
    animation: hdrtxtPulse 1.5s ease-in-out infinite;
    margin-right: 5px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@keyframes hdrtxtPulse {
    0% {
        padding: 1px;
        background-color: #f60;
        transform: scale(1);
        border: 1px solid #fff;
    }

    50% {
        padding: 3px;
        background-color: #e96106;
        transform: scale(1.2);
        border: 2px solid #fff;
    }

    100% {
        padding: 1px;
        background-color: #f60;
        transform: scale(1);
        border: 1px solid #fff;
    }
}



#lowestfare_image_containers {
    padding: 16px;
    border-radius: 8px;
    /*   background: #28a74508;*/
    margin: auto;
    margin-top: 30px;
}


.flight-card {
    border: 1px solid #ddd;
    padding: 16px;
    border-radius: 8px;
    background: #fff;
    max-width: 450px;
}

    .flight-card h4 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 4px;
    }

    .flight-card .special-fare {
        font-size: 17px;
        font-weight: 600;
        font-family: system-ui;
        color: #f60;
        margin-bottom: 4px;
    }

    .flight-card p {
        font-size: 14px;
        margin: 2px 0;
    }

    .flight-card .original-price {
        text-decoration: line-through;
        font-size: 25px;
        color: #888;
    }

    .flight-card .discount-price {
        font-size: 35px;
        font-weight: bold;
        color: #f60;
    }

    .flight-card .text-muted {
        font-size: 12px;
    }

    .flight-card .btn-sm {
        font-size: 13px;
        padding: 9px 19px;
    }

    .flight-card img {
        height: auto;
        vertical-align: middle;
    }

.airline-img {
    border-radius: 6px;
    padding: 10px;
}

.btn-get-free-quotes_call_sticky {
    background: linear-gradient(145deg, #ff7a1a, #ff6600);
    border: none;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25),0 8px 12px rgba(0, 0, 0, 0.15), inset 0 2px 2px rgba(255, 255, 255, 0.3);
    cursor: pointer;
    width: 100%;
    font-weight: 500;
    color: #fff;
    height: 45px;
    border-radius: 8px;
    font-size: 16px;
}
.btn-get-free-quotes_call_sticky:hover {
    background: linear-gradient(145deg, #ff8e3a, #ff6600);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 10px 18px rgba(0, 0, 0, 0.2), inset 0 3px 3px rgba(255, 255, 255, 0.35);
    transform: translateY(-2px);
}


.btn-get-free-quotes_call_sticky:active {
    background: linear-gradient(145deg, #ff6600, #cc5200);
    box-shadow: inset 0 4px 6px rgba(0,0,0,0.3), inset 0 2px 2px rgba(255,255,255,0.25);
    transform: translateY(2px);
}
.btn-get-free-quotes_call {
    background: linear-gradient(145deg, #ff7a1a, #ff6600);
    border: none;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25),0 8px 12px rgba(0, 0, 0, 0.15), inset 0 2px 2px rgba(255, 255, 255, 0.3);
    cursor: pointer;
    width: 100%;
    font-weight: 500;
    color: #fff;
    height: 45px;
    border-radius: 8px;
    font-size: 16px;
}

    .btn-get-free-quotes_call:hover {
        background: linear-gradient(145deg, #ff8e3a, #ff6600);
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 10px 18px rgba(0, 0, 0, 0.2), inset 0 3px 3px rgba(255, 255, 255, 0.35);
        transform: translateY(-2px);
    }


    .btn-get-free-quotes_call:active {
        background: linear-gradient(145deg, #ff6600, #cc5200);
        box-shadow: inset 0 4px 6px rgba(0,0,0,0.3), inset 0 2px 2px rgba(255,255,255,0.25);
        transform: translateY(2px);
    }


.btn-get-free-quotes {
    background: #f60;
    border: none;
    box-shadow: 0 4px #e63301de, -5px 7px transparent;
    width: 100%;
    font-weight: 500;
    color: #fff;
    height: 53px;
    border-radius: 5px;
    font-size: 16px;
}


    .btn-get-free-quotes:hover {
        background: #df5d06;
        border: none;
        box-shadow: 0 4px #e63301de, -5px 7px transparent;
        width: 100%;
        font-weight: 500;
        color: #fff;
        height: 53px;
        border-radius: 5px;
        font-size: 16px;
    }

    .btn-get-free-quotes:active {
        background: #df5d06;
        border: none;
        box-shadow: 0 4px #e63301de, -5px 7px transparent;
        width: 100%;
        font-weight: 500;
        color: #fff;
        height: 53px;
        border-radius: 5px;
        font-size: 16px;
    }

.btn-edit {
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    background-color: #04719a;
    box-shadow: 0 4px #015878, -5px 7px transparent;
    border: none;
    height: 38px;
}

    .btn-edit:hover {
        color: #fff;
        font-weight: 500;
        border-radius: 5px;
        background-color: #0d81ac;
        box-shadow: 0 4px #015878, -5px 7px transparent;
        border: none;
        height: 38px;
    }

    .btn-edit:active {
        color: #fff;
        font-weight: 500;
        border-radius: 5px;
        box-shadow: 0 4px #015878, -5px 7px transparent;
        background-color: #0d81ac;
        border: none;
        height: 38px;
    }

.call-now-text {
    color: #04719a;
    font-weight: 700;
}

.call-and-save {
    background: #4CAF50;
    color: #fff;
    font-size: 13px;
    max-width: 350px;    
    text-align: center;
    margin:auto;
}

.btn-cross {
    background: #fff;
    border: 1px solid #343a40;
    color: #022023;
    display: flex;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.modal-header {
    background-color: #e7e7e7;
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.modal {
    z-index: 50;
}

.modal-backdrop {
    z-index: 40;
}




.vellers_tre_New {
    width: 20%;
    min-width: 150px;
    margin: 0 1% 0 2%;
}

    .vellers_tre_New .form-group.dst_date img {
        width: 20px;
        position: absolute;
        top: 5px;
        left: 13px;
    }

    .vellers_tre_New .ipt1_location {
        height: 32px;
        border-radius: 19px;
        border: 1px solid #053447 !important;
        padding-left: 40px;
    }

    .vellers_tre_New .psg_dls {
        width: 250px;
        padding: 0px 10px 10px;
        top: 35px;
        left: -40px;
    }

    .vellers_tre_New .ipt1_location :focus {
        height: 32px;
        border-radius: 19px;
        border: 2px solid #053447 !important;
        padding-left: 40px;
    }

    .vellers_tre_New .ipt1_location hover {
        height: 32px;
        border-radius: 19px;
        border: 2px solid #053447 !important;
        padding-left: 40px;
    }

    .vellers_tre_New .ipt1_location :active {
        height: 32px;
        border-radius: 19px;
        border: 2px solid #053447 !important;
        padding-left: 40px;
    }

.select-dropdown__button {
    padding: 4px 35px 4px 12px;
    background: url(/Content/Assets/images/serc_dropdown.png) right top no-repeat;
    color: #000;
    border: 1px solid #023245;
    border-radius: 28px;
    width: auto;
    text-align: left;
    font-size: 14px;
    margin: 3px 0 0 0;
    -webkit-appearance: none;
    position: relative;
    background-size: 12px;
    background-position: 140px;
}
.error {
    border: 1px solid !important;   
}

.get-free-quote-description {
    font-size: 12px;
    line-height: 1.4;
}

@media(max-width:760px) {
    .form-check-label {
        font-size: 13px;
    }
}

.datepicker th {
    color: #fff;
    border: 2px solid #fff;
    background: #1473a3 !important;
    margin: 7px !important;
    padding: 6px !important;
}

.datepicker td, .datepicker th {
    font-size: 15px !important;
    font-weight: 500;
}

.btn-outline-callus {
    color: #f60 !important;
    border-color: #f60 !important;
    cursor: pointer
}

    .btn-outline-callus:hover {
        color: #fff !important;
        background: #f60 !important;
        border-color: #f60 !important;
    }


/* 🔹 Generic pulse animation */
.pulse-placeholder {
    display: inline-block;
    background: #e0e0e0;
    border-radius: 8px;
    min-height: 20px;
    min-width: 80px;
    animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        background-color: #e0e0e0;
    }

    50% {
        background-color: #f5f5f5;
    }

    100% {
        background-color: #e0e0e0;
    }
}

/* 🔹 Pulse effect for airline image */
.pulse-image {
    width: 100px;
    height: 40px;
    background: #ddd;
    border-radius: 6px;
    animation: pulse 1.5s infinite ease-in-out;
}

.placeholder-city {
    width: 120px;
    height: 24px;
}
.placeholder-citycode {
    width: 30px;
    height: 24px;
    margin: 0 5px;
}
.placeholder-header-title {
    width: 250px;
    height: 16px;
}
.placeholder-header-description {
    width: 90%;
    height: 24px;
}
.placeholder-originalPrice {
    width: 100px;
    height: 26px;
}
.placeholder-discountedPrice {
    width: 100px;
    height: 26px;
    margin-left: 15px;
}
.placeholder-cabin {
    width: 180px;
    height: 16px;
}
.placeholder-pulse-image {
    width: 100px;
    height: 40px;
}
.placeholder-button {
    width: 80px;
    height: 40px;
    border-radius: 6px;
    margin-left: 20px;
}
.sp_discount {
    font-size: 25px;
    color: #f60;
}
.submit-request {
    font-size: 16px;
    color: #04719a
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {   
    width: 280px !important;
}
.fixed-bottom{
    z-index:49;
}
.txt-notification-email:focus {
  border:1px solid #04719a!important;
}

@media(max-width:500px) {
    .per-person {
        padding-top: 10px;
        display: flex;
        justify-content: flex-end;
        white-space: nowrap;
    }
    .call-and-save {
        background: #108414;
    }    
    .txt-call-header {
        font-size: 1.2rem;
    }
}
.datepicker td {
    border: 2px solid #f5f5f5!important;
}



#pills-home-tab, #pills-profile-tab {
    background: #ddd;
    border: 0;
    border-radius: 0;
    color: #3d3939;
    font-weight: 600;
}

.nav-pills-tab .nav-link.active, .nav-pills-tab .show > .nav-link {
    border-bottom: 3px solid #f60 !important;
    color: #04719a !important;
    background-color: #dddddd !important;
}

.retur_arrowmobile {
    position: absolute;
    top: 18px;
    left: -44px;
    font-size: 17px;
}

@media (max-width: 450px) {
    .flight_type label {
        width: 112px;
        margin: 5px 0px 6px 0;
        font-size: 11px;
    }
}

.text-warn {
    color: #f60;
}

.call-and-save-fare {
    color: white;
    background-color: #4CAF50;
}

.Arrow_with_plane_div {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.flt-plane-icons {
    transform: rotate(45deg);
    position: relative;
    top: 7px;
}

.sp_edit_icons {
    padding: 5px;
    border-radius: 4px;
    border: 1px solid grey;
    font-size: 20px;
}

.sp_airlineName {
    font-weight: 600;
}

.sp_AlltotalPrice {
    font-size: 20px !important;
}



.loading-bar-container {
    width: 100%;
    height: 20px;
    background-color: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    margin: 15px 0;
}

.loading-bar {
    height: 200%;
    width: 100%;
    background: repeating-linear-gradient(45deg, #FF5722, #ff57229c 10px, #ff4105b8 20px);
    animation: slide 100s linear infinite;
}

@keyframes slide {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}


.loading-fare {
    color: #444445;
    width: 100%;
    height: 30px;
    border-radius: 25px;
}

.call-banner-container {
    background: linear-gradient(90deg, #dff6df, #e9f5e9);
    padding: 15px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: box-shadow 0.3s ease;
    cursor: pointer;
    border: 1px dashed grey;
}

    .call-banner-container:hover {
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

.agent-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 6px solid #4caf50;
}

    .agent-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.call-coupon-info {
    margin-left: 15px;
}

    .call-coupon-info span:first-child {
        font-size: 1.3rem;
        font-weight: 600;
    }

    .call-coupon-info span:last-child {
        font-size: 0.95rem;
        font-weight: 500;
        color: #555;
    }

.call-coupon-code {
    color: #f60 !important;
    padding: 2px 8px;
    border-radius: 5px;
    font-weight: 700!important;
    margin-left: 5px;
}

.call-banner-inner {
    display: flex;
    align-items: center;
}


@media (max-width: 576px) {
    .call-banner-container {
        flex-direction: column;
        text-align: center;
        padding: 12px;
    }
    .form-card {
        padding: 0px;
    }
    .call-banner-inner {
        /*  flex-direction: column;*/
        gap: 10px;
    }

    .agent-img {
        width: 50px;
        height: 50px;
    }

    .call-coupon-info {
        margin-left: 0;
    }

        .call-coupon-info span:first-child {
            font-size: 1.1rem;
        }

        .call-coupon-info span:last-child {
            font-size: 0.85rem;
            padding: 5px 10px;
        }
}

.sp_AlltotalPrice_MoreDeal {
    font-size: 20px !important;
}


.fare_image_innercontainers {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.airline-logo {
    display: flex;
    justify-content: space-around;
    width: 120px;
    height: 30px;
    object-fit: contain;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 2px 2px;
}

/* Call icon fixed at bottom-right */

.background-container {
    position: relative;
    margin-top:60px;
}


.call-icon-fares {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    z-index: 1000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #62ce7b;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.3s;
}

    .call-icon-fares:hover {
        transform: scale(1.1);
    }

    .call-icon-fares img {
        width: 80%;
        height: 80%;
    }

.call-icon-fares {
    animation: pulseOpacity 2s infinite ease-in-out;
}

@keyframes pulseOpacity {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

.more_deal_airlineimage {
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    padding: 5px;
}
#searchFareModal_Mobile{
    top:60px;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 48;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.fares_more_deals {
    background: linear-gradient(135deg, #f9f9f9, #e6f0ff);
    border: 2px solid #fff;
    box-shadow: 0 0 4px #ccc;
    border-radius: 12px; 
    cursor: pointer;
}


    .fares_more_deals:hover {    
        box-shadow: 0 8px 20px rgba(0,0,0,.15);
        border-color: #396B83;
        background: linear-gradient(135deg, #ffffff, #dfe8ff);
    }

    .fares_more_deals:active {     
        box-shadow: 0 4px 12px rgba(0,0,0,.12);
        border-color: #396B83;
    }


#searchFareModal_Mobile {
    top: 0px;
    border: 0;
}

#searchFareModal_Mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 103vh;
    overflow: hidden;
    outline: 0;
}

#mob_search_modal_dialog {
    margin: 0 !important;
    background: white;
}

#mob_search_modal_content {
    position: absolute;
    top: 0;
    border-bottom: 0 !important;
}

#mob_search_modal_content {
    max-height: 100vh; /* modal never taller than screen */
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

    #mob_search_modal_content .modal-body {
        flex: 1;
        overflow-y: auto; /* body scrolls independently */
        padding: 1rem; /* keep your spacing */
    }


.model-headers-promocodes {
    background: #04719a;
    color: #fff;
}
/** Updated Mobile view Codes start*/
@media(min-width:768px)and (max-width:1024px) {
    .flight-card {
        max-width: 100%;
        margin: auto;
    }

    .specialfare-inner-card {
        width: 100% !important;
        flex: 0 0 100% !important; /* override Bootstrap col-md-6 */
        max-width: 100% !important; /* override Bootstrap col-md-6 */
    }


    #travelEnquiryMaindv {
        width: 100%;
        flex: 0 0 100% !important; /* override Bootstrap col-md-6 */
        max-width: 100% !important; /* override Bootstrap col-md-6 */
    }

    .form-card {
        max-width: 100%;
    }

    .flight-card p {
        font-size: 22px;
    }

    .sp_AlltotalPrice {
        font-size: 33px !important;
    }

    .sp_discountPrice {
        font-size: 48px;
    }
}

@media(max-width:400px) {
    .specialFares_cards-row {
        padding: 0 !important;
    }
}
   
/** Updated Mobile view Codes End*/

@media (prefers-reduced-motion: reduce) {
    .fares_more_deals {
        transition: none;
    }
}
#fare_main_containers{
    max-width:1024px!important;
}
.flight-card_1, .flight-card_2, .flight-card_3 {
    background-color: #ffffff00 !important;
}
.call_successpop {
    font-weight: bold;
    font-size: 20px;
}
.btn_dismiss_successpop {
    color: #fff;
    background: #ff6600;
}
.call_successpop i {
    color: #f60 !important;
}
.chk_success_pop {
    font-size: 60px;
}
.call_successpop_email{
    color:#000;
}
    .call_successpop_email i {       
        color: #f60;
    }

.datepicker-dropdown {
    z-index: 99999 !important;
}
.sfsupport {
    margin-top: 1rem;
}
#travelModal .modal-dialog {
    margin: 0;
}
#travelModal .modal-dialog-scrollable .modal-content {
    height: 100vh!important;
    max-height:100%;
}
.scrollToTopBtn_div {
    z-index: 50!important;
}

.three-lowest-airlineimage {
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    padding: 5px;
}
.sticky-fareQuote-container {
    display: none;
    position: fixed;
    bottom: 10px;
    z-index: 0;
    left: 0;
    width: 100%;
    padding: 0 10px;
}
.btn-get-free-quotes_call_sticky {
    white-space: nowrap;
    margin-right: 5px;
}

@media (max-width: 576px) {
    .call-coupon-info span:last-child {
            font-size: 0.85rem;
            margin-left: 0;
            padding: 5px 0px;
        }

        .sfsupport {
            margin-top: 1px;
        }

        .flight-card {
            padding: 0 16px !important;
        }
        .specialFareMoreDealModalLabel{
            font-size:15px;
        }
    }
    /* Make it slide up on open (on small screens) */
    @media (max-width: 767.98px) {
        .modal.mobile-bottom-sheet .modal-dialog {
            transform: translateY(100%);
            transition: transform 0.3s ease-out;
            margin: 0;
        }

        .modal.mobile-bottom-sheet.show .modal-dialog {
            transform: translateY(0);
        }

        .modal.mobile-bottom-sheet .modal-content {
            border-radius: 1rem 1rem 0 0;
            height: 100vh;
            overflow-y: auto;
        }
    }



    /*Promo Code Popup css*/
#promoModal {
    z-index: 99999;
}

.modal-content-promo {
    font-family: 'Arial', sans-serif;
    border: none;
}

.modal-header-promo {
 /*   background: linear-gradient(135deg, #ff6200, #ff8c00);*/
    color: #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 16px 24px;
}

.modal-title-promo {
    font-size: 22px;
    font-weight: 600;
}

.modal-body-promo {
    padding: 24px;
    line-height: 1.6;
    font-size: 16px;
    color: #333;
}

.offer-details-promo {
    margin-bottom: 16px;
}

.promo-instructions {
    margin-bottom: 16px;
}

.disclaimer-promo {
    margin-bottom: 0;
}

.highlight-promo {
    color: #4caf50;
}

.promo-code-quote {
    background: #4caf503d;
    color: #4CAF50;
    padding: 2px 6px;
    border-radius: 4px;
}

.modal-footer-promo {
    border-top: 1px solid #eee;
    padding: 16px 24px;
}

.btn-warning-promo {
    background: #ff6200;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    transition: background 0.3s ease;
}

    .btn-warning-promo:hover {
        background: #e55a00;
        color: #fff;
    }

.phone-deal {
    color: #f60;
}
.travel0-inquiery {
    box-shadow: -6px 0 6px -6px rgb(205 205 205 / 40%);
}

.learn-more-link-sp-quote {
    color: #007bff;  
    font-size: 14px;
    text-decoration: none;
    white-space:nowrap;
}

    .learn-more-link-sp-quote:hover {
        color: #007bff;        
        text-decoration: none;
    }

.discount-box-mob {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9f9f9;
    padding: 7px 11px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.discount-box-inner-container {
    border-radius: 10px;
    border: 1px dashed #e2e2e2;
}

.discount-label-mob {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.discount-code-mob {
    color: #f60;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 15px;
}



.discount-box-md {
    display: flex;
    justify-content: center;
    align-items: center;   
    padding: 7px 11px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}


.discount-label-md {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.discount-code-md {
    color: #f60;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 15px;
}

.sp_alltotalprice_sup {
    font-size: 20px;
}
#searchFareModal .modal-header {
    background-color: #04719a;
}

#searchFareModalLabel {
    color: #fff;
}
.dropdown_autocomplete {
    position: absolute;
    top: 35px;
    left: 30px;
}

.form-control {
    color: #4a5050;
    font-weight: 400 !important;
}
      

.sp_discountprice_sp {
    font-size: 20px;
}
.dropdown_autocomplete {
    text-align: left!important;
}
@media(max-width:440px) {
    .form-check-label {
        font-size: 11px;
    }

    #lowestfare_image_containers {
        padding: 1px;
        margin-top: 1px;
    }   
}

@media(min-width:350px) and (max-width:440px){
    .sp_discountPrice {
        font-size: 28px;
    }
   
}
@media(min-width:767px) and (max-width:1024px){
    .sp_alltotalprice_sup {
        font-size: 30px!important;
    }
    .sp_discountprice_sp {
        font-size: 32px !important;
    }
    .sp_discountPrice {
        font-size: 55px;
    }
}
@media(max-width:350px){
    .sp_discountPrice {
        font-size: 25px;
    }
    .sp_AlltotalPrice{
          font-size: 18px!important;
    }
    .sp_alltotalprice_sup {
        font-size: 18px!important;
    }
}