/* all flight related css changes */

/* flight home page css start */

body {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

ul, ol {
  list-style-type: none;
}

#flight_search {
    background-image: url('/images/flights/flight_bg.png');
    background-color: rgba(0,0,0,0.5);
    background-blend-mode: darken;
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center;  
    height: 400px;
    max-width: 100%;
    padding: 48px 92px;
}

#flight_search_box {
    /* max-width: 1218px; */
    /* height: 248px; */
    border: 1px solid #BEBBBB;
    border-radius: 30px;
    background-color: #FFFFFF;
    padding: 30px 40px;
}

.lightgrey-color {
    color: #8D8A9A;
}

#flight_search_child {
    width: 85%;
    /* height: 250px; */
    /* max-height: 400px; */
    /* margin: 65px 117px; */
}

.flightSearchHome #flight_search_inputs, #flight_search #flight_search_inputs {
    border: 1px solid #E0E0E0;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
}

.flightSearchHome .travelClass {
    padding: 10px;
}

.highlight-text-child {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #393636;
}

.airportResultsDiv > .leftResults{
    width: 348px;
    height: 300px;
    border: 1px solid #F5F5F1;
    border-radius: 4px;
    box-shadow: 0px 2.5px 5px 0px #0000001A;
    /* overflow: visible; */
    position: absolute;
    top: 210px;
    left: 120px;
    overflow-y: scroll;
    background-color: #FFFFFF;
}

.airportResultsDiv > .rightResults {
    width: 348px;
    height: 300px;
    border: 1px solid #F5F5F1;
    border-radius: 4px;
    box-shadow: 0px 2.5px 5px 0px #0000001A;
    /* overflow: visible; */
    position: absolute;
    top: 210px;
    left: 420px;
    overflow-y: scroll;
    background-color: #FFFFFF;
}

.fsi_box {
    border-right: 1px solid #E0E0E0;
    cursor: pointer;
    padding: 10px;
}

/* set some width for dates div */
.fsi_box#departureDateDiv, .fsi_box#returnDateDiv {
    width: 18%;
}

/* set airport names div width */
/* #from_airpot, #to_airport {
    width: 24%;
} */

#from_airport:hover, #to_airport:hover, .airportRow:hover {
    background-color: lightblue;
}


#returnDateDiv {
    padding: 10px;
    border-right: 1px solid gray;
}

.hideDiv {
    display: none;
}

.highlight-text {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.fs-20px {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
}

.fs-16px {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
}

.fs-12px {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
}

#flight_deals {
    max-width: 1240px;
    /* border: 1px solid gray;
    border-radius: 10px; */
    margin-top: 30px;
}
/*     
#flight_deals table {
    border: 1px solid gray;
    border-radius: 20px;
} 
    */

#flight_deals table > thead {
    background-color: #F5F5F5;
    border-bottom: 1px solid #E0E0E0;
}

#flight_deals .table {
    border-radius: 24px;
}

#flight_deals select {
    border: none;
    background-color: #F5F5F5;
}

#flight_deals .nav-pills .nav-link.active {
    background-color: #FFFFFF;
    border-radius: 24px;
    color: #78B4E2;
}

#flight_deals .nav-pills .nav-link {
    color: #737B8C;
}

#flight_deals .nav {
    border: 1px solid #E5E7EB;
    border-radius: 24px;
    background-color: #F1F5F9;
    padding: 4px;
}

/* .flight_deals_child1 {
    border: 1px solid gray;
    border-radius: 12px;
    padding: 20px;
    background-color: #F5F5F5;
    max-width: 1240px;
} */

#domestic_airlines {
    max-width: 1171px;
    max-height: 161px;
    border: 1px solid #E0E0E0;
    border-radius: 24px;
    padding: 40px 60px;
}

.domestic_airline_box {
    max-height: 81px;
    max-width: 244px;
    border: 1px solid #3E6EAC;
    border-radius: 12px;
    background-color: #3E6EAC;
}

.domestic_airline_box > p {
    color: #FFFFFF;
}

.domestic_airline_box img {
    max-height: 116px;
    max-width: 116px;
}

#flight_faqs {
    border: 1px solid #E0E0E0;
    border-radius: 16px;
    max-width: 1240px;
}

.greyColor1 {
    color: #6B7280;
}

.highlight-text-wplanegif {
    display: flex;
    justify-content: center;
    align-items: center;
}

.paper-plane-gif {
    background-image: url('/images/flights/paper_plane.gif');
    background-size: auto;  
    background-repeat: no-repeat;   
    background-position: center;  
    height: 48px;
    width:  48px;
    margin-right: 20px;
}

.textStats {
    text-align: center;
}

/* flight home page css end */

/* flight listing page css start */

#flight_search_listing {
    background-image: url('/images/flights/flight_bg.jpg');
    background-size: inherit;  
    background-repeat: no-repeat;   
    background-position: left;  
    min-height: 288px;
    max-width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
}

#flight_search_listing_box {
    /* max-width: 1218px; */
    min-height: 248px;
    border: 1px solid #FFFFFF59;
    border-radius: 24px;
    background-color: #FFFFFF59;
    padding: 20px;
}

#flight_search_listing_box .special-fare > label {
    margin-right: 8px;
}

#flight_search_listing_inputs {
    min-height: 120px;
    border: 1px solid #FAFAFA;
    border-radius: 24px;
    padding: 12px;
}

.time-intervals div {
    border: 1px solid #6B7280;
    border-radius: 2px;
    padding: 12px;
    width: 56px;
    height: 80px;
    margin-right: 10px;
    text-wrap: wrap;
}

.time-intervals p {
    margin-top: 4px;
    font-size: 8px;
    font-weight: 600;
    text-align: center;
}

.listingContainer {
    /* border: 1px solid red; */
    margin-left: 100px;
    margin-right: 100px;
    max-width: 1240px;
}

/* .flightResults {
    border: 1px solid black;
} */

.listingContainer .accordion-item > h2 > button {
    border: none;
    background-color: transparent;
    color: #2D3748;
    font-size: 16px;
    font-weight: 600;
}

.listingContainer  > .flightSearchFilters label {
    font-size: 14px;
    font-weight: 400px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #2D3748;
}

.filterFlightResults > div {
    border: 1px solid #69BEFF;
    border-radius: 8px;
    padding: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.filterFlightResults > div > span > small {
    color: #69BEFF;
}

.filterFlightSelected {
    background-color: #E9F3FF;
}

.travelDate {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    height: 86px;
    max-width: 928px;
}

.travelDate > :first-child {
    width: 48px;
    border-right: 1px solid #E5E7EB;
}

.travelDate > :last-child {
    width: 48px;
    border-left: 1px solid #E5E7EB;
}

.travelDatePanel {
    max-width: 832px;
    overflow-x: hidden;
}

/* apply border right to all dates div except last */
.travelDatePanel div.selectDate:not(:last-child) {
    border-right: 1px solid #E5E7EB;
}

.selectDate {
    width: 130px;
    padding: 20px;
    text-align: center;
}

.selectDate > small {
    color: #6B7280;
}

.greenRate {
    color: green;
}

.redRate {
    color: red;
}

.sortFlightsBy {
    height: 36px;
    border: 1px solid #F5F1F1;
    border-radius: 8px;
    background-color: #F5F1F1;
}

.onewayFlight {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0px 4px 10px 0px #00000026;
}

.roundTripDiv {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0px 4px 10px 0px #00000026;
    cursor: pointer;
}

.flightListLogo {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.greyColor {
    color: #9CA3AF;
}

.refundableFlights {
    border: 0.5px solid #5EBB47;
    border-radius: 4px;
    max-height: 22px;
    min-width: 102px;
    background-color: #DAF7CC;
    color: #5EBB47;
    font-size: 12px;
    text-align: center;
    margin-right: 12px;
} 

.notRefundableFlights {
    border: 0.5px solid #5EBB47;
    border-radius: 4px;
    max-height: 22px;
    min-width: 102px; 
    background-color: solid red;
    color: #5EBB47;
    font-size: 12px;
    text-align: center;
    margin-right: 12px;
}

.partiallyRefundableFlights {
    border: 0.5px solid #B1BB47;
    border-radius: 4px;
    max-height: 22px;
    min-width: 102px;
    background-color: #F3F7CC;
    color: #B1BB47;
    font-size: 12px;
    text-align: center;
    margin-right: 12px;
}

.viewFlightDetails {
    /* padding-left: 55px;
    padding-right: 55px; */
    margin-left: 52px;
    margin-right: 52px;
    text-decoration: underline;
    color: #69BEFF;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
}

.moreFare {
    text-decoration: underline;
    color: #69BEFF;
    font-size: 12px;
    cursor: pointer;
}

.flightBox1 {
    width: 180px;
}

.flightBox2 {
    width: 348px;
}

.flightTimingsBox {
    margin-left: 52px;
    margin-right: 52px;
}

.onewayFlightBookNow {
    border: 1px solid #BE1D2C;
    border-radius: 100px;
    padding-left: 16px;
    padding-right: 16px;
    width: 148px;
    height: 36px;
    margin-bottom: 8px;
}

.priceLock {
    border: 1px solid #69BEFF;
    border-radius: 4px;
    padding: 5px 8px;
    background-color: #E9F3FF;
    color: #69BEFF;
    font-size: 12px;
}

.floatingFlightDiv {
    height: 128px;
    max-width: 930px;
    border: 1px solid #5A81AA;
    border-radius: 8px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0px 0px 11.3px 2px #7AB8FF5C;
    background-color: #EBF4FC;
    position: fixed;
    top: 82%;
}

.roundTrip1, .roundTrip2 {
    width: 455px;
}

.selectedTripDiv {
    border: 1px solid #6EB3E8;
    border-radius: 4px;
    padding: 12px;
    background-color: #69BEFF;
    color: #FFFFFF;
    width: 100%;
    cursor: pointer;
}

.multiCitySelection > div:not(.selectedTripDiv) {
    border: 1px solid #E5E7EB;
    border-radius: 4px;
    padding: 12px;
    width: 100%;
    cursor: pointer;
}

.traveller li{
    border: 1px solid #E5E7EB;
    border-radius: 6px;
    box-shadow: 0px 0px 1px 1px #00000008;
    padding: 10px;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
}

.traveller .selected {
    background: linear-gradient(136.71deg, #69BEFF 6.3%, #78B4E2 82.51%);
}

#adultSelection li, #childSelection li, #infantSelection li {
    height: 44px;
    width: 44px;
}

.traveller {
    overflow-x: scroll;
}
/* flight listing page css end */

/* passenger details page css start */

.greyBackground {
    background-color: #F5F7FA;
}

.bg-none {
    background-color: #FFFFFF;
}

.tripInfo {
    border: 1px solid #FFFFFF;
    border-radius: 24px;
    padding: 24px;
    margin-bottom: 16px;
    box-shadow: 0px 2px 8px 0px #00000014;
}

.tripInfo span {
    font-size: 15px;
    color: #6B7280;
    font-weight: 400;
}

.passengerContainer {
    width: 924px;
}

.bookingSummary {
    min-width: 296px;
    height: 212px;
}

.bookingSummary {
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    padding: 22px 24px;
    box-shadow: 0px 2px 8px 0px #00000014;
}

.baggageRules {
    border-left: 4px solid #F59E0B;
    border-radius: 4px;
    padding: 12px;
    background-color: #FEF3C7;
    color: #2D3748;
    font-size: 14px;
}

.fareType {
    border: 0.5px solid #E5E7EB;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0px 2px 8px 0px #00000014;
}

.travellerDiv {
    border: 1px solid #FFFFFF;
    border-radius: 24px;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 36px;
    padding-left: 24px;
    box-shadow: 0px 2px 8px 0px #00000014;
}

.samplePassenger {
    border: 1px solid #E2E8F0;
    border-radius: 8px;
    padding: 16px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.addPassengerBtn {
    padding-top: 12px;
    padding-right: 4px;
    padding-bottom: 12px;
    padding-left: 4px;
    font-family: 'Lato', sans-serif;    
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #008CFF;
}

.adultDiv {
    border-bottom: 1px solid #E5E7EB;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 16px;
}

.sendBookingDetails label {
    font-size: 12px;
    font-weight: 600;
    font-family: Poppins;
    vertical-align: middle;
    font-family: Poppins;
}

.gstDiv {
    padding-top: 20px;
    padding-bottom: 20px;
}

.disabledDiv {
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    background-color: #E5E7EB;
    padding: 24px;
    box-shadow: 0px 2px 8px 0px #00000014;
    margin-bottom: 20px;
    color: #9CA3AF;
    font-size: 18px;
    font-weight: 600;
}

.totalAmountDiv {
    border: 1px solid #FFFFFF;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0px 2px 8px 0px #00000014;
    margin-bottom: 20px;
}

.confirmPayDiv {
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    background-color: #E5E7EB;
    color: #FBFBFB;
    font-size: 16px;
    font-weight: 700;
    padding: 16px;
    text-align: center;
    vertical-align: middle;
}

/* passenger details page css end */


/* flightBookingSummary page css start */

.paynowDiv {
    border: 1px solid #FFFFFF;
    border-radius: 24px;
    padding-top: 22px;
    padding-right: 24px;
    padding-bottom: 22px;
    padding-left: 24px;
}

.summaryLeftContainer {
    width: 924px;
}

.bookingSummaryAgain {
    border: 1px solid #FFFFFF;
    border-radius: 24px;
    min-width: 296px;
    height: 328px;
    padding-top: 22px;
    padding-right: 24px;
    padding-bottom: 22px;
    padding-left: 24px;
}

.maxw250 {
    width: 250px;
    font-size: 16px;
    color: #6B7280;
    font-weight: 400;
}


/* flightBookingSummary page css end */


/* home page css start */

    
.seoContent:not(strong) {
    color: #6B7280;
    padding: 10px;
    font-size: 12px;
    margin-top: 70px;
}

#mobileNavbar {
    display: none;
}

.flightSearchHome {
    background-image: url('/images/flights/home_bg.webp');
    background-size: 100% 100%;  
    background-repeat: no-repeat;   
    background-position: center;  
    height: 400px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.holidayDestination {
    width: 644px;
    height: 314px;
    border-radius: 14px;
    cursor: pointer;
}

/* all images have same radius on home page */
.homepage img {
    border-radius: 14px;
}

.stayImages {
    display: flex;
    justify-content: space-between;
}

.holidayImage1 {
    background-image: url('/images/flights/jaipur_holiday.webp');
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center;  
    width: 334px;
    height: 251px;
    border-radius: 14px;
}

.holiday_image1 {
    background-image: url('/images/flights/shimla_holiday.webp');
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center;  
    width: 334px;
    height: 251px;
    border-radius: 14px;
}

.holidayImage2 {
    background-image: url('/images/flights/manali_holiday.webp');
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center;  
    width: 611px;
    height: 506px;
    border-radius: 14px;
}

.holidayImage3 {
    background-image: url('/images/flights/kerala_holiday.webp');
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center; 
    width: 334px;
    height: 321px;
    border-radius: 14px;
}

.holidayImage4 {
    background-image: url('/images/flights/goa_holiday.webp');
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center; 
    width: 338px;
    height: 169px;
}

.flightRoutesDiv {
    width: 30%;
}

.flightRoutes1, .flightRoutes2, .flightRoutes3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

/* for international holiday destinations */

.holidayImage1_b {
    background-image: url('/images/flights/european_holiday.webp');
    background-size: auto;  
    background-repeat: no-repeat;   
    background-position: center;  
    width: 334px;
    height: 251px;
    border-radius: 14px;
}

.holiday_image1_b {
    background-image: url('/images/flights/dubai_holiday.webp');
    background-size: auto;  
    background-repeat: no-repeat;   
    background-position: center;  
    width: 334px;
    height: 251px;
    border-radius: 14px;
}

.holidayImage2_b {
    background-image: url('/images/flights/singapore_holiday.webp');
    background-size: auto;  
    background-repeat: no-repeat;   
    background-position: center;  
    width: 611px;
    height: 506px;
    border-radius: 14px;
}

.holidayImage3_b {
    background-image: url('/images/flights/phu_quoc_holiday.webp');
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center; 
    width: 334px;
    height: 321px;
    border-radius: 14px;
}

.holidayImage4_b {
    background-image: url('/images/flights/bali_holiday.webp');
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center; 
    width: 338px;
    height: 169px;
}

.holidayImageText {
    background-color: #FFFFFF;
    padding: 4px 16px;
    border-radius: 20px;
    position: relative;
    top: 10px;
    left: 10px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #808080;
    text-decoration: none;
}

.holidayImage5 {
    background-image: url('/images/flights/udaipur_stay.webp');
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center; 
    border-radius: 14px;
    width: 480px;
    height: 317px;
}

.holidayImage6 {
    background-image: url('/images/flights/abu_dhabi_stay.webp');
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center; 
    border-radius: 14px;
    width: 455px;
    height: 564px;
}

.holidayImage7 {
    background-image: url('/images/flights/langkawi_stay.webp');
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center; 
    border-radius: 14px;
    width: 332px;
    height: 340px;
}

.holidayImage8 {
    background-image: url('/images/flights/maldives_stay.webp');
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center; 
    border-radius: 14px;
    width: 332px;
    height: 209px;
}

.holidayImage9 {
    background-image: url('/images/flights/nainital_stay.webp');
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center; 
    border-radius: 14px;
    width: 230px;
    height: 224px;
}

.holiday_image9 {
    background-image: url('/images/flights/munnar_stay.webp');
    background-size: cover;  
    background-repeat: no-repeat;   
    background-position: center; 
    border-radius: 14px;
    width: 230px;
    height: 224px;
}

.offerImage1 {
    background-image: url('/images/flights/sample_holiday_offer1.webp');
    background-size: contain;
    background-repeat: no-repeat;   
    background-position: center;  
    max-width: 1300px;
    height: 167px;
    cursor: pointer;
}

.offerImage2 {
    background-image: url('/images/flights/sample_holiday_offer2.webp');
    background-size: contain;
    background-repeat: no-repeat;   
    background-position: center;
    width: 1300px;
    height: 167px;
    cursor: pointer;
}

.offerImage1 > button, .offerImage2 > button {
    position: relative;
    top: 60px;
    left: 1000px;
}

.popularFlightRoutes img {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    object-fit: cover;
}

.popularFlightRoutes a {
	color: #6B7280;
	text-decoration: none;
}

.mt-70px {
    margin-top: 70px;
}

.mt-35px {
    margin-top: 35px;
}

.mapBg {
    background-image: url('/images/flights/world_map.webp');
    background-size: contain;
    background-repeat: no-repeat;   
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    max-width: 1381px;
    height: 650px;
    /* box-shadow: 0px 4px 4px 0px #00000040; */
}

.mapBgChild {
    display: flex;
    justify-content: space-around;
    margin-bottom: 100px;
}

.solutionsBox {
    border: 1px solid #D9D9D9;
    border-radius: 14px;
    background-color: #FFFFFF;
    text-align: center;
    align-content: center;
    box-shadow: 0px 4px 4px -3px #00000040;
    max-width: 286px;
    height: 191px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}

.solutionsBox > p {
    font-size: 22px;
    font-weight: 600;
    
}

.largeStats {
    font-size: 48px;
    font-weight: 700;
    color: #BE1D2C;
    margin-bottom: 0%;
}

.mediumStats {
    font-size: 28px;
}

.reviewsChild {
    display: flex;
    justify-content: space-between;
}

.reviews img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.reviews .card-title, .reviews .card-text {
    font-size: 12px;
    text-align: center;
}

.reviews .card-title {
    font-weight: 700;
    font-size: 24px;
}

.reviews .card {
    width: 406px;
    height: 277px;
    border-radius: 9px;
    padding: 20px;
}

.reviews .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.highlight-card {
    box-shadow: 0px 4px 4px 0px #00000040;
}

#holidayCarousel .carousel-control-prev-icon {
    border: 1px solid #E7E7E7;
    border-radius: 50%;
    padding: 20px;
    background-color: #E7E7E7;
    position: relative;
    left: -100px;
}

#holidayCarousel .carousel-control-next-icon {
    border: 1px solid #E7E7E7;
    border-radius: 50%;
    padding: 20px;
    background-color: #E7E7E7;
    position: relative;
    left: 100px;
}

#holidayCarouselMobile {
    display: none;
}

.holidayDestinationsMobile {
    display: none;
}

.holidayDestinations .nav-link.active, .holidayDestinationsMobile .nav-link.active {
    border: 1px solid red;
    border-radius: 12px;
    color: red;
    background-color: white;
}

.holidayDestinations .nav-link, .holidayDestinationsMobile .nav-link {
    color: black;
}

.holidayDestinations a, .stayImages a, .holidayDestinationsMobile a {
    text-decoration: none;
    color: #000000;
}

.featuresIcons img {
    position: relative;
    top: -30px;
    border: 1px solid #FBFBFB;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0px 4px 4px -3px #00000040;
    background-color: #FBFBFB;
}

.flightSearchHome .searchFlightsBtn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flightSearchHome .searchFlightsBtn > button {
    background-color: #9E0100;
    font-size: 20px;
    font-weight: 700;
}

.flightSearchHome .highlight-text img {
  width: 60px;  
  height: 60px; 
  object-fit: cover; 
  object-position: center; 
}

.readmore, .showless {
    color: skyblue;
    text-decoration: underline;
    cursor: pointer;
    display: none;
}

.footer-text1 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-text2, .footer-text3 {
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
}

.footer-text2 a, .footer-text3 a {
    margin-right: 8px;
    margin-bottom: 8px;
    white-space: nowrap;
}

.footer-text2 a:not(:last-child)::after, .footer-text3 a:not(:last-child)::after {
    content: " • ";
}

.city_hotels {
    text-align: center;
    cursor: pointer;
}

.city_hotels.active {
    border: 1px solid #1E1D1D;
    background-color: #1E1D1D;
    color: white;
    font-weight: 500;
    font-size: 22px;
}

.homepage #home_faqs {
    max-width: 1240px;
}

.homepage .domestic_hotel_faq, .homepage .international_hotel_faq {
    display: none;
}

#holidayMobile-tabContent {
    display: none;
}

.stayImagesDivMobile {
    display: none;
}

#departureDate, #returnDate {
    width: 1px;
    height: 1px;
    border: 1px solid white;
    background: none;
    color: white;
}

.dateBox > #dep_day, .dateBox > #ret_day {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.dateBox:not(#dep_day):not(#ret_day):not(#dep_weekday):not(#ret_weekday) {
    font-size: 14px;
    font-weight: 400;
    color: #6F6A6A;
}

.dateBox #dep_weekday, .dateBox #ret_weekday {
    font-size: 12px;
}

/* home page css end */

/* mobile css */
@media (max-width: 768px) {
    /* home page css start */

    .flightSearchHome #flight_search_inputs {
        padding-left: 0%;
        padding-right: 0%;
    }

    .airportNameDisplay {
        white-space: nowrap;
        overflow: hidden;         
        text-overflow: ellipsis; /* Displays an ellipsis (...) to indicate hidden text */
    }

    #mobileNavbar {
        display: block;
        overflow-x: scroll;
        overflow-y: visible;
        position: relative;
        top: -260px;
        /*
        height: 15%;
        margin-top: 40px;
        margin-bottom: 20px; */
    }

    #mobileNavbar li {
        min-width: 45%;
        border: 1px solid #D9D9D9;
        border-radius: 24px;
        color: #FFFFFF33;
        box-shadow: 0px 4px 10px 0px #00000061;
        backdrop-filter: blur(10px);
        background-color: #FFFFFF1A;
        padding: 12px;
        margin-right: 10px;
        text-align: center;
    }

    #mobileNavbar li a {
        text-decoration: none;
    }

    #mobileNavbar a {
        text-decoration: none;
        color: #F9F9F9;
    }

    .flightSearchHome {
        background-image: url('/images/flights/mobile_home_bg.webp');
        background-size: cover;  
        background-repeat: no-repeat;   
        background-position: center;  
        min-height: 600px;
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .flightSearchHome #flight_search_box {
        /* max-width: auto; */
        height: auto;
        border: 1px solid #E5E7EB;
        background: #FFFFFF1A;
        border-radius: 24px;
        backdrop-filter: blur(15px);
        background-color: #FFFFFF1A;
        color: #FFF;
        padding: 12px 16px 16px 16px;
        margin-top: 6rem;
        position: absolute;
        top: 70px;
        width: 93%;
    }

    .flightSearchHome #flight_search_child {
        width: 100%;
    }

    .flightSearchHome #flight_search_inputs {
        display: flex;
        flex-wrap: wrap;
        border: none;
        /* margin-top: 10px; */
    }

    .flightSearchHome .fsi_box, .flightSearchHome .travelClass {
        width: 50%;
        cursor: pointer;
        padding: 10px;
    }

    .fsi_box#departureDateDiv, .fsi_box#returnDateDiv {
        width: 50%;
    }

    .flightSearchHome .fsi_box:not(#to_airport):not(#returnDateDiv) {
        border-right: 1px solid #E5E7EB;
    }

    .flightSearchHome #to_airport {
        border-right: none;
    }

    .flightSearchHome #returnDateDiv {
        border-right: none;
    }

    .fsi_box > .sourceAirportCity,
    .fsi_box > .destinationAirportCity {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .flightSearchHome .searchFlightsBtn {
        width: 348px;
        height: 58px;
        text-align: center;
        margin-top: 10px;
    }

    .flightSearchHome .searchFlightsBtn > button {
        background: linear-gradient(115.88deg, #69BEFF 16.28%, #025B9F 83.61%);
        border: 1px solid #69BEFF;
        border-radius: 28px;
        color: #F9F9F9;
        font-size: 20px;
        font-weight: 700;
        padding: 14px 42px;
        width: 100%;
    }

    .holidayImage1, .holiday_image1, .holidayImage2, .holidayImage3, .holidayImage4,
    .holidayImage1_b, .holiday_image1_b, .holidayImage2_b, .holidayImage3_b, .holidayImage4_b {
        width: 100%;
        height: 150px;
        background-size: 100% auto;
    }

    .flightSearchHome .lightgrey-color {
        color: #F9F9F9;
    }

    .flightSearchHome .totalTravellers {
        color: #F9F9F9;
    }

    .seoContent:not(strong) {
        margin-top: 20px;
    }

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

    .flightSearchHome .insertLineBelow {
        border-bottom: 1px solid #E5E7EB;
        width: 348px;
        margin: 10px;
    }

    .highlight-text {
        font-size: 20px;
    }

    .highlight-text-child {
        font-size: 12px;
        text-align: center;
        font-weight: 400;
        color: #6B7280;
    }

    .homepage .highlight-text img {
        display: none;
    }

    #holidayCarouselMobile {
        display: block;
    }

    #holidayCarouselMobile .carousel-control-prev-icon {
        /* border: 1px solid #E7E7E7;
        border-radius: 50%;
        padding: 20px;
        background-color: #E7E7E7; */
        position: relative;
        left: -10px;
    }

    #holidayCarouselMobile .carousel-control-next-icon {
        /* border: 1px solid #E7E7E7;
        border-radius: 50%;
        padding: 20px;
        background-color: #E7E7E7; */
        position: relative;
        left: 10px;
    }

    .holidayDestination {
        width: 95%;
        height: 90%;
        border-radius: 14px;
        cursor: pointer;
    }

    .holidayDestinations {
        display: none;
    }

    .holidayDestinationsMobile {
        display: block;
    }

    .offerImage1 {
        background-image: url('/images/flights/sample_holiday_mobileoffer1.png');
        background-size: cover;
        background-repeat: no-repeat;   
        background-position: center;  
        width: 100%;
        height: 350px;
    }

    .offerImage2 {
        width: 100%;
        height: 75px;
    }

    .offerImage1 > button {
        display: none;
    }



    .offerImage1 > button, .offerImage2 > button {
        position: relative;
        top: 25px;
        left: 250px;
        font-size: 8px;
        padding: 5px;
    }

    /* .solutionsBox {
        width: 184px;
        height: 152px;
        margin-right: 10px;
        flex-wrap: wrap;
    } */

    .stayImagesDiv {
        display: none;
    }

    .stayImagesDivMobile {
        display: block;
        overflow-x: scroll;
        overflow-y: visible;
    }
    
    .stayImages {
        display: inline-flex;
    }

    .holidayImage5, .holidayImage6, .holidayImage7, .holidayImage8, .holidayImage9, .holiday_image9 {
        width: 258px;
        height: 290px;
    }

    .stayImages a {
        margin-right: 16px;
    }

    .hideMobileDiv {
        display: none;
    }

    .flightRoutes1 {
        display: block;
    }

    .flightRoutes2, .flightRoutes3 {
        display: none;
    }

    .mapBgChild {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .mapBgGrandchild {
        width: 45%;
        /* height: 152px; */
        margin-bottom: 40px;
    }

    .largeStats {
        font-size: 24px;
        font-weight: 700;
        color: #BE1D2C;
        margin-bottom: 0%;
        margin-right: 5px;
    }

    .mediumStats {
        font-size: 18px;
        font-weight: 600;
        color: #2D3748;
    }

    .textStats {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .reviews {
        width: 100%;
        height: 490px;
        overflow-x: scroll;
        overflow-y: scroll;
    }

    .reviews .card {
        width: 228px;
        height: 320px;
        border-radius: 16px;
        padding: 18px 12px;
        margin-right: 14px;
        box-shadow: 0px 14.47px 30.78px 0px #15151526;
        /* display: inline-block; */
    }

    .reviews .card-title {
        font-size: 13px;
    }

    .reviews .card-text {
        font-size: 9px;
    }

    /* .reviews .fa-star {
        width: 15%;
        height: 15%;
    } */

    .reviews .card-body {
        overflow: scroll;
    }

    .reviewsChild {
        /* display: block; */
        display: inline-flex;
        /* position: relative; */
        -webkit-overflow-scrolling: touch;
    }

    .solutionsBox > p {
        font-size: 14px;
        font-weight: 600;
    }

    .solutionsBox > small {
        font-size: 10px;
        font-weight: 400;
        color: #6B7280;
    }

    #flight_faqs .accordion-item .accordion-header strong {
        padding-right: 10px;
    }

    #holidayMobile-tabContent {
        display: block;
    }

    .homepage .domestic_hotel_faq, .homepage .international_hotel_faq {
        display: block;
    }

    .homepage .faq_domestic_cities a:not(:last-child)::after, 
    .homepage .faq_international_cities a:not(:last-child)::after {
        content: " • ";
    }

    .homepage .faq_domestic_cities a, .homepage .faq_international_cities a {
        font-size: 10px;
        margin-right: 8px;
        margin-bottom: 8px;
        white-space: nowrap;
        text-decoration: none;
    } 

    .faq_domestic_cities, .faq_international_cities {
        display: flex;
        flex-wrap: wrap;
    }

    .homepage .domestic_hotel_faq strong, .homepage .international_hotel_faq strong {
        font-size: 20px;
        font-weight: 600;
    }

    .readmore, .showless {
        display: block;
    }

    .flightRoutesDiv {
        width: 90%;
        margin-bottom: 20px;
    }

    #departureDate, #returnDate {
        border: none;
        background: none;
        color: #F9F9F9;
    }

    .dateBox > #dep_day, .dateBox > #ret_day {
        font-size: 20px;
        font-weight: 700;
        color: #FFFFFF;
    }

    .dateBox:not(#dep_day):not(#ret_day) {
        font-size: 12px;
        font-weight: 400;
        color: #F9F9F9 !important;
    }

    #from_airport, #to_airport {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}
