/*-----common----*/
.btwn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cent {
    display: flex;
    justify-content: center;
    align-items: center;
}
p {
    margin-bottom: 0px;
}
a {
    text-decoration: none;
}
/*=======common class====*/
.btwn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.start {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.end {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.cent {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fd-row {
    flex-direction: row;
}
.fd-col {
    flex-direction: column;
}
.f-wrap {
    flex-wrap: wrap;
}
a {
    text-decoration: none;
}
body {
    font-family: Poppins !important;
}
p {
    margin-bottom: 0px;
}
.bdr-rad {
    border-radius: 15px;
}
.btn-primary {
    background: #396bca !important;
}
/*=========global===========*/

/*-----header-----*/
.header {
    border-bottom: 2px solid #cfe5ff;
}
.header-logo img {
    height: 90px;
    width: 250px;
}
.header-menu {
    gap: 45px;
}
.header-menu a {
    color: black;
    font-weight: 500;
    font-size: 20px;
}
.header-menu a:hover {
    color: #7fd6d3;
}
.header-contact {
    border-radius: 10px;
    background: #7fd6d3;
    gap: 20px;
    padding: 18px 15px 18px 15px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
}
.header-contact i {
    color: #252b77;
    font-size: 28px;
}
.header-contact a {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #004d9f;
}

.resp-callnow-box {
    display: none;
}
/*------footer-----*/

.footer-mid {
    background: #c5dcf1;
}
.footer-last {
    background: #252b77;
}

.footer-midbox h4 {
    color: #252b77;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer-midbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footer-midlinks {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 30px;
}
.footer-midlinks a {
    color: black;
    font-weight: 500;
    font-size: 17px;
}
.footer-last-col {
    color: white;
    font-size: 18px;
}
.footer-last-col span {
    font-weight: 600;
}
.fl {
    border-top: 1px solid white;
    color: white;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
/*===========homepage=======*/

/*------banner-----*/
.banner {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url(../images/banner-image.webp) no-repeat center center;
    background-size: cover;
    padding: 50px 0;
    color: white;
    animation: gradientBG 15s ease infinite;
}
.banner-colone {
    margin-bottom: 20px !important;
    padding-bottom: 0px !important;
}
.banner-colone h1 {
    /*    color: #252b77;*/
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px !important;
}
@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.search-engine-box {
    border-radius: 10px;
    background: #7fd6d3;
    width: 100%;
    padding: 30px;
    flex-direction: column;
}

.se-row {
    background: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    margin: auto;
}
.se-col input {
    border: none;
    background: transparent;
    outline: none;
    width: 65%;
}
.banner-top {
    display: none;
}
.se-ul {
    gap: 10px;
}
.return-button:hover {
    background: lightgray;
    opacity: 0.5;
    pointer-events: none;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #252b77;
    border-radius: 50px;
}
.se-li-btn {
    background: white;
    color: black;
    border-radius: 50px !important;
}
.se-col input::placeholder {
    color: black;
    font-size: 17px;
    font-weight: 500;
}
.se-col {
    border-right: 1px solid black;
    padding: 15px 0px 15px 0px;
    margin: 10px 0px 10px 0px;
}
.r-border {
    border-right: none;
}
.se-search-btn {
    background: #252b77;
    width: 100%;
    height: 90px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-size: 20px;
    font-weight: 500;
}
.se-search-btn a {
    color: white;
}
.se-search-btn:hover {
    background: #7fd6d3;
}
.trav-class {
    position: relative;
}
.trav-class:hover .traveler-class-box {
    display: flex;
}
.traveler-class-box {
    display: none;
    position: absolute;
    border: 1px solid #252b77;
    padding: 15px;
    border-radius: 10px;
    width: 350px;
    top: 50px;
    background: #7fd6d3;
    gap: 10px 0px;
    z-index: 1;
}
.traveler-class-box h5 {
    color: #252b77;
    font-weight: 700;
}
.trav-class-ul {
    padding: 0px;
    margin: 0px;
}
.trav-class-content h6 {
    color: #252b77;
    font-weight: 700;
    margin-bottom: 3px;
}
.trav-class-content p {
    font-size: 12px;
    display: flex !important;
    margin-bottom: 10px;
    font-weight: 600;
}
.trav-add-sub {
    border: 1px solid black;
    background: white;
    gap: 10px;
    padding: 0px 5px 0px 5px;
}
.trav-add-sub p {
    border-left: 1px solid black;
    border-right: 1px solid black;
    display: flex !important;
    padding: 5px 10px;
    font-size: 13px;
}
.trav-class-btn-box {
    flex-wrap: wrap;
    gap: 10px 0px;
}
.tc-btn {
    width: 48%;
    background: white;
    padding: 10px;
    border-radius: 5px;
    color: #252b77;
    font-size: 13px;
    font-weight: 700;
}
.trav-classpara {
    display: flex !important;
    font-size: 12px;
    color: black;
    font-weight: 700;
    padding: 10px 0px 10px 0px;
    border-bottom: 2px solid #252b77;
}
.tc-done-btn,
.tc-done-btn:hover,
.tc-btn:hover,
.trav-class-btn-box > .active {
    background: #252b77;
    border: none;
    color: white;
    font-weight: 700;
    font-size: 13px;
    padding: 10px;
    border-radius: 5px;
}
/*------best destination-----*/
.best-destination-container {
    border-radius: 15px;
    padding: 2px;
}
.bd-heading {
    background: #c5dcf1;
    border-radius: 10px;
    padding: 12px;
}
.bd-heading h2 {
    text-align: center;
    font-weight: 500;
    margin-bottom: 0px;
    color: #252b77;
}
.best-destination-row {
    background: #c5dcf1;
    padding: 30px 50px 30px 50px;
    border-radius: 10px;
    width: 100%;
    margin: auto;
}
.best-destination-box {
    position: relative;
}
.best-destination-box img {
    border-radius: 15px;
}
.bd-box-content {
    position: absolute;
    bottom: 4px;
    left: 4px;
    right: 4px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    color: white;
}
.bd-box-content h5 {
    border-bottom: 2px solid white;
    padding: 5px;
    margin-bottom: 0px;
}
.bd-box-content p {
    padding: 5px;
}
.why-choose-us-box {
    flex-direction: column;
    margin: 15px 0px 15px 0px;
    text-align: center;
    width: 95%;
    border-radius: 10px;
    background: #c5dcf1;
    padding: 20px;
}
.why-choose-us-box img {
    height: 80px;
    margin-bottom: 15px;
}
.why-choose-us-box h5 {
    font-weight: 700;
}
/*-----travel card----*/
.travel-card {
    background: #c5dcf1;
    padding: 25px 0px 25px 0px;
}
.travel-card-row {
    border-radius: 15px;
    background: #7fd6d3;
}
.travel-card-coltwo {
    padding: 5px;
    background: white;
}
.travel-card-colone {
    border-radius: 10px;
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.cc-one {
    background: #7fd6d3 !important;
}
.cc-two {
    background: #c5dcf1 !important;
}
.travel-card-coltwo img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
/*-------mid section----*/
.mid-section-container {
    background: #c5dcf1;
    border-radius: 10px;
}
.mid-section-colone {
    flex-direction: column;
    text-align: center;
}
.mid-section-colone h3 {
    color: #252b77;
    font-weight: 700;
}
.mid-section-colone span {
    color: #7fd6d3;
}
.mid-section-btn {
    margin-top: 20px;
    background: #252b77;
    height: 45px;
    width: 25%;
}
.mid-section-btn:hover {
    background: #252b77;
}
.mid-section-btn a {
    color: white;
    font-weight: 500;
}

/*-----travel explore-----*/
.travel-explore-container {
    background: #c5dcf1;
    padding: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.travel-explore-colone {
    flex-direction: column;
    align-items: flex-start !important;
}
.travel-explore-colone h2 {
    font-weight: 700;
    margin-bottom: 20px;
}
.travel-explore-colone p {
    font-weight: 500;
    font-size: 20px;
}
.call-box {
    background: #7fd6d3;
    gap: 30px;
    border-radius: 50px;
    padding: 15px;
}
.call-box img {
    height: 60px;
}
.cb-detail {
    flex-direction: column;
}
.cb-detail a {
    font-size: 22px;
    color: #252b77;
    font-weight: 700;
}
/*============common site========*/
.common-banner {
    background: #c5dcf1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 50px 0px 50px 0px;
}
.common-banner-colone {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.common-banner-colone h1 {
    color: #253e8d;
    font-weight: 700;
    margin-bottom: 25px;
}
.common-banner-colone p {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.common-site-content {
    padding: 25px 0px 25px 0px;
}
.common-site-heading {
    text-align: center;
    color: #253e8d;
    font-weight: 700;
    margin-bottom: 20px;
}
.common-site-content-col {
    border: 1px solid black;
    border-radius: 10px;
    padding: 30px;
}
.common-site-content-col h3 {
    font-weight: 700;
    margin: 20px 0px 20px 0px;
}
.common-site-content-col h4 {
    font-weight: 700;
    margin: 20px 0px 20px 0px;
}
.common-site-content-col ol {
    font-weight: 700;
}
.common-banner-coltwo img {
    height: 400px;
}
.abt-cl {
    border-radius: 15px;
    background: #7fd6d3;
    padding: 30px;
}
.abt-two-col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.abt-two-col h2 {
    color: #253e8d;
    font-weight: 700;
    margin-bottom: 20px;
}
.abt-two-col p {
    text-align: center;
}

/*======contact us=====*/
.contact-us-col {
    border: 1px solid black;
    border-radius: 15px;
    padding: 0px;
}
.contact-last {
    background: #7fd6d3;
    border-radius: 15px;
    padding: 10px;
    text-align: center;
    font-weight: 500;
    border: 1px solid black;
}
.contact-detail {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.contact-detail-box {
    width: 32%;
}
.contact-detail-box h4 {
    font-weight: 700;
    margin-bottom: 20px;
}
.contact-detail-box a {
    font-weight: 500;
    color: black;
}

.common-site-content-col p {
    margin: 10px 0px 10px 0px;
}

/*----flight detail left side----*/
.flight-details {
    background: #fbf9f9;
}
.flight-details-col-filters {
    gap: 25px;
}
.form-check-input[type="checkbox"] {
    border-radius: 50%;
}
.form-check-input:checked {
    background-color: #252b77;
    border-color: #252b77;
}
input[type="range"] {
    accent-color: #252b77;
}
.flight-filters {
    background: white;
    border-radius: 10px;
    padding: 15px 10px 15px 10px;
    gap: 45px;
}
.flight-filters-heading {
    border-bottom: 2px solid lightgray;
}
.flight-filters-heading h6 {
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 16px;
}
.flight-filter-clear-btn {
    color: #252b77;
    font-size: 16px;
    font-weight: 600;
}
.ff-subheading {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 15px;
}
.filter-label label {
    font-size: 14px;
    color: gray;
    font-weight: 500;
    margin-left: 2px;
}
.common-arr-depart {
    gap: 10px;
}
.common-arr-depart .btn {
    width: 48%;
    font-size: 14px;
    background: white;
    border: 2px solid #252b77;
}
/*----middle----*/

.fd-for-edit {
    gap: 25px;
}
.back-to-homepage a {
    color: black;
    font-size: 20px;
    display: none;
}
.fd-edit-detail {
    border: 1px solid lightgray;
    border-radius: 5px;
    background: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 10px 30px;
    width: 40%;
    gap: 30px;
}
.fd-info-date-price-calender {
    border: 1px solid lightgray;
    background: #252b77;
    justify-content: space-evenly;
}
.fd-with-price-box {
    border: 1px solid lightgray;
    padding: 5px 10px;
}
.fd-info-date-price-calender a {
    font-size: 15px;
    font-weight: 500;
    color: black;
    background: white;
}
.fd-info-date-price-calender a:hover {
    color: white;
    background: white;
    background: #252b77;
    border: 1px solid white;
}
.fd-edit-icon {
    color: #252b77;
}
.flight-detail-fliter-button {
    background: white;
    padding: 10px 5px;
}

.flight-return-depart {
    background: white;
    padding: 10px 5px;
    gap: 10px;
}
.frd-btn {
    font-size: 14px;
    background: white;
}
.fd-filter-btn img {
    height: 25px;
}
.fdfb-btn-top {
    gap: 5px;
}
.fd-filter-btn {
    font-size: 14px;
    width: 24%;
    background: white;
}
.calender-arrow i {
    color: white;
}
.month-name {
    display: none;
}
.btn-outline-secondary:hover {
    background: lightgray;
    color: black;
}
.flight-information-box {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.flight-info-card {
    padding: 30px 20px;
    border-bottom: 2px solid #252b77;
    align-items: flex-start !important;
}
.airline-image {
    height: 35px;
    margin-bottom: 10px;
    border-radius: 50%;
}
.flight-info-para {
    font-size: 11px;
    color: gray;
    font-weight: 500;
}
.flight-info-heading {
    font-weight: 600;
    font-size: 15px;
}
.flight-stops-info {
    height: 2px;
    width: 160px;
    background: black;
    justify-content: space-around !important;
}
.detail-line-info {
    gap: 7px;
}
.fic-select-button {
    width: 15%;
}
.fic-select-btn {
    font-size: 14px;
    letter-spacing: 1px;
}
.accordion-button:not(.collapsed) {
    color: #252b77 !important;
    background-color: white !important;
    box-shadow: none;
}
.accordion-button:focus {
    border-color: none;
    box-shadow: none;
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    color: #252b77 !important;
    background-color: white !important;
}
.accordion-button::after {
    background-image: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
}
.flight-detail-accordian-header-button {
    color: #252b77;
}
.flight-detail-accordian-header-button i {
    margin: 2px 0px 0px 5px;
    font-size: 13px;
}
.btn-primary {
    background: #252b77 !important;
}
/*----inside flight details----*/
.accordion-body {
    padding: 10px 20px 20px 10px;
}
.departing-flights-detail-heading_box {
    background-image: linear-gradient(to bottom, #ffffff, #eeeffd, #d0d3fa);
}
.departing-flight-information {
    padding: 30px 20px;
    border: 1px solid lightgray;
    background: #fffbe7;
    border-radius: 10px;
    align-items: flex-start !important;
    background-image: linear-gradient(to right, #ffffff, #eeeffd, #d0d3fa);
}
.departing-flights-detail-heading_box h4 {
    font-weight: 700;
    font-size: 18px;
}
.departing-flight-airline-image {
    height: 30px;
    border-radius: 50%;
}
.departing-flight-baggage-ul {
    padding: 0px;
    margin: 0px;
}
.departing-flight-duration {
    border-bottom: 1px solid #396bca;
    width: 100px;
}

/*----common stops----*/
.common-stops {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #7fd6d3;
}
.layover-detail {
    border: 1px solid #252b77;
    margin: 35px 0px 35px 0px;
    background-image: linear-gradient(to bottom, #ffffff, #eeeffd, #d0d3fa);
}
.layover-timing {
    font-size: 20px;
    font-weight: 700;
}

/*-----round trip flight detail*/
.frt {
    width: 60%;
    border-bottom: none;
    padding: 20px 0px 0px 0px;
}
.round-trip-fd .fic-flight-price,
.round-trip-fd .fic-select-button {
    align-self: flex-end;
    text-align: center;
}
.round-trip-fd .ret-depart {
    color: #7fd6d3;
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 6px;
}
.round-trip-fd .fic-airline_name_image {
    justify-content: flex-start;
    align-items: flex-start;
}

@media screen and (max-width: 1400px) {
    .frt {
        width: 65%;
    }
}
@media screen and (max-width: 1200px) {
    .frt {
        width: 70%;
    }
}
@media screen and (max-width: 767px) {
    .frt {
        width: 100%;
    }
    .round-trip-fd .fic-flight-price {
        order: 2;
        width: 100% !important;
        justify-content: flex-end !important;
        text-align: end;
    }
    .round-trip-fd .fic-flight-price p {
        text-align: end !important;
        margin-bottom: 10px;
    }
    .round-trip-fd .fic-flight-duration p,
    .round-trip-fd .fic-flight-duration h6 {
        text-align: end !important;
    }
    .round-trip-fd .fic-select-btn {
        width: 50% !important;
    }
    .round-trip-fd .flight-price-amt h6 {
        text-align: end;
    }
    .round-trip-fd.flight-depart-time,
    .flight-arrival-time {
        text-align: center;
    }
    .round-trip-fd .fic-detail-line {
        margin: auto;
    }
    .round-trip-fd .fic-flight-duration h6 {
        width: 100%;
        text-align: end;
    }
    .round-trip-fd .flight-price-amt {
        width: 100% !important;
    }
    .round-trip-fd .fic-select-button {
        order: 3;
        width: 100%;
        justify-content: flex-end;
    }
}
/*------loading page-----*/
.loading-page {
    height: 800px;
}
.loading-page-box {
    border: 2px solid #e1d4d0;
    background-image: linear-gradient(to bottom, #ffffff, #fbf0ec, #f7e0d7);
    border-radius: 50%;
    width: 550px;
    height: 550px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.lp-destination {
    color: #252b77;
    gap: 105x;
}
.lp-destination h2 {
    font-weight: 700;
}
.lp-gif img {
    height: 80px;
}
.lp-offer {
    border-radius: 5px;
    background: #252b77;
    color: white;
    width: 80%;
    padding: 10px;
    gap: 20px;
    text-align: center;
    font-size: 20px;
    margin: 15px 0px 15px 0px;
}
.lp-offer img {
    height: 90px;
}
.lp-contact {
    border-radius: 5px;
    background: #252b77;
    width: fit-content;
    padding: 10px;
    gap: 10px;
}
.lp-contact a {
    color: white;
    font-size: 20px;
    text-align: center;
}
/*-----sticky bottom----*/
.fd-sticky-bottom {
    justify-content: space-around;
    background: #eeeffd;
    border-top: 3px solid lightgray;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}
.fd-sticky-bottom p {
    font-weight: 500;
}
.fd_sb-subcontent {
    font-weight: 500;
    gap: 5px;
}
.fd_sb-subcontent img {
    height: 25px;
}
.fd_sb-subcontent:hover {
    color: #252b77 !important;
}
.post-real {
    position: relative;
}
.post-abs {
    position: absolute;
    border-radius: 10px;
    background: white;
    padding: 20px;
    bottom: 25px;
    width: 300px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.fd-sb-filter-subcontent {
    display: none;
    left: 0px;
}
.fd_sb_filter:hover .fd-sb-filter-subcontent {
    display: flex;
}
.fd-sb-stops-subcontent {
    display: none;
    width: 200px;
    left: 20px;
}
.fd_sb_stops:hover .fd-sb-stops-subcontent {
    display: flex;
}
.fd-sb-time-subcontent {
    display: none;
}
.fd_sb_time:hover .fd-sb-time-subcontent {
    display: flex;
}
.fd-sb-airline-subcontent {
    display: none;
}
.fd_sb_airlines:hover .fd-sb-airline-subcontent {
    display: flex;
}
.fd-sb-sort-subcontent {
    display: none;
    right: 0px;
}
.fd_sb_sort:hover .fd-sb-sort-subcontent {
    display: flex;
}

/*-----flight and traveler details---*/
.ftd-navbox {
    border-top: 2px solid #396bca;
}
.common-ftd-subbox {
    width: 33%;
    margin-top: -4px;
    padding: 5px;
}
.common-ftd-subbox:active {
    border-top: 6px solid #253e8d;
}
.active-line {
    border-top: 6px solid #253e8d;
}

.fd-depart-return-box {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-image: linear-gradient(to bottom, #ffffff, #eeeffd, #d0d3fa);
    margin-bottom: 30px;
}
.fd-depart-return-heading {
    background: #d0d3fa;
}
.fd-depart-return-heading h4 {
    color: #253e8d;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}
.fd-depart-return-box-bottom {
    color: white;
    font-size: 14px;
    background: #253e8d;
    border-radius: 50px;
}
.fd-depart-return-box-bottom a {
    color: white;
    font-size: 14px;
}
.ftd-common-padding {
    padding: 10px 15px;
}
.ftd-heading {
    font-weight: 700;
    font-size: 16px;
}
.ftd-para {
    font-weight: 500;
    font-size: 14px;
    color: gray;
}
.ftd-airline-cabin {
    margin: 15px 0px 15px 0px;
}
.ftd-airline-image {
    height: 50px;
    margin-right: 10px;
}
.ftd-fromto-duration-line {
    width: 100%;
    flex-wrap: wrap;
}
.ftd-from-to {
    width: 50%;
}
.ftd-duration {
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.ftd-line {
    width: 100%;
    align-items: flex-start;
    margin-top: 15px;
    justify-content: flex-start;
    gap: 10px;
    flex-direction: row;
}
.ftd-before::before {
    content: "";
    display: block;
    height: 3px;
    width: 20px;
    background: lightgray;
    position: relative;
    left: -30px;
    top: 10px;
}
.ftd-before {
    margin-left: 40px;
}
.ftd-line-time {
    gap: 10px;
    align-items: center;
}
.ftd-lining {
    height: 3px;
    width: 100px;
    background: #396bca;
    margin-top: -6px;
}
.ftd-baggage-col {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 14px;
}
.ftd-baggage-col img {
    height: 80px;
    margin-bottom: 15px;
}
.ftd-baggage-col h6 {
    font-weight: 700;
    color: #253e8d;
}
.ftd-travel-protection-content p {
    font-size: 14px;
}
.ftd-travel-ol {
    gap: 15px;
    flex-wrap: wrap;
    padding-left: 20px;
}
.ftd-travel-ol li {
    font-size: 14px;
    font-weight: 600;
    width: 47%;
}
.ftd-form-box label {
    margin-bottom: 10px;
}
.ftd-form {
    margin: auto;
    background-image: linear-gradient(to bottom, #ffffff, #eeeffd, #d0d3fa);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.ftd-form-box {
    margin-bottom: 30px;
}
.ftd-form-input {
    border: 1px solid gray;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 100%;
    border-radius: 50px;
    padding: 10px 5px;
    font-size: 14px;
    background: white;
}
.ftd-form-input input {
    border: none;
    outline: none;
    background: transparent;
    padding: 0px 5px 0px 5px;
    width: 100%;
}
.ftd-form-input select {
    border: none;
    outline: none;
    background: transparent;
    padding: 0px;
}
.fdt-input-mid {
    border-left: 1px solid lightgray !important;
    border-right: 1px solid lightgray !important;
}
.form-check {
    padding: 0px 20px 0px 20px;
}
.form-check label {
    margin-bottom: 0px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    background: #252b77;
    color: white;
    font-size: 14px;
}
.accordion-item:first-of-type .accordion-button {
    background: #252b77;
    color: white;
    font-size: 14px;
}
.fd-depart-return-box-bottom .accordion-button i {
    margin-left: 5px;
}
.filght-price-box {
    border-radius: 10px;
    background: white;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.flight-price-heading {
    color: #252b77;
    font-size: 20px;
    font-weight: 700;
}
.pd-ul_trav-cost {
    padding: 0px;
    border-top: 2px dashed lightgray;
    border-bottom: 2px dashed lightgray;
    padding: 10px 0px 10px 0px;
    display: flex;
    gap: 7px;
    flex-direction: column;
}
.pd-ul_trav-baggage-detail {
    padding: 10px 0px 10px 0px;
    display: flex;
    gap: 7px;
    flex-direction: column;
}
.price-total {
    background: #d0d3fa;
    padding: 10px 0px 10px 0px;
    color: #252b77;
}
.pd-li-trav-cost-heading {
    font-weight: 600;
    margin-bottom: 10px;
}
.filght-price-box li {
    list-style: none;
    font-size: 14px;
}
.continue-to-seat-button {
    height: 40px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 50px;
}
.continue-to-seat-button a {
    color: white;
}
.price-detail-disclaimers {
    font-weight: 500;
    font-size: 11px;
}
.form-check {
    align-items: center;
    gap: 5px;
}
.card-detail-box {
    gap: 10px;
}
.card-detail-box img {
    height: 50px;
}
.card-option .form-check {
    padding-left: 0px;
}
.td-policy-links {
    padding: 10px;
    gap: 15px;
}
.cancel-seat {
    gap: 10px;
    font-size: 15px;
    padding: 15px;
}
.cancel-seat span {
    font-weight: 600;
}
.td-airline-info {
    gap: 10px;
}
.td-airline-info h6 {
    font-weight: 700;
    margin-top: 20px;
}
.ticket-disclaimer {
    font-weight: 600;
    font-size: 13px;
}
.confirm-booking {
    border-top: 2px dashed #010863;
    padding: 10px;
    margin-top: 10px;
    color: #010863;
    font-weight: 600;
    font-size: 13px;
}
.traveler-detail-mobileview {
    display: none;
}
.confirm-and-book-btn,
.confirm-and-book-btn:hover {
    border-radius: 5px;
    background: #010863;
    color: white;
    font-size: 17px;
    font-weight: 600;
    height: 50px;
    width: 50%;
    margin-top: 20px;
}
/*----add traveller----*/

#travellerForm {
    margin: auto;
}
#travellerContainer {
    margin-bottom: 20px;
}

.traveller input {
    margin-bottom: 15px;
}

#addTravellerButto {
    padding: 8px 16px;
    font-size: 16px;
    cursor: pointer;
}

/*----error page----*/
.error-page {
    background: #fff9f7;
}
.error-page-box {
    width: 70%;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 40px;
    background: white;
    text-align: center;
    gap: 20px;
}
.error-page-box i {
    font-size: 50px;
    color: #7fd6d3;
}
.error-page-box h3 {
    color: #252b77;
    font-weight: 700;
}
.error-page-box p {
    color: gray;
    font-weight: 500;
}
.error-page-btn {
    background: #7fd6d3;
    height: 50px;
    color: #252b77;
    font-weight: 600;
    font-size: 20px;
    width: 70%;
}
.error-page-btn:hover {
    background: #7fd6d3;
    color: #252b77;
}

/*-----flight not found-----*/
.flight-not-found {
    background: #dee1fc;
    padding: 40px 0px 40px 0px;
}
.flight-not-found-para {
    font-size: 12px;
    color: white;
    background: #7fd6d3;
    padding: 5px;
    width: 100%;
}

/*------------------airline landing page---------*/
.airline-landingbanner {
    background: url(../images/airlines/airline-landingpage-banner.webp)
        no-repeat 0 0;
    background-size: cover;
    height: auto;
    padding: 50px 0px 50px 0px;
}
.airline-landingbanner .search-engine-box {
    background: rgba(255, 122, 72, 0.8);
}
.airline-landingbanner-col {
    margin-bottom: 25px;
}
.airline-landingbanner-col h1 {
    color: white;
    background: #252b77;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 700;
}
.airlinebox-content {
    flex-direction: column;
    border: 4px solid #252b77;
    border-radius: 10px;
}
.airlinebox-content h5,
.airline-link {
    background: #252b77;
    color: white;
    width: 100%;
    margin-bottom: 0px;
    padding: 10px 15px;
}
.airlinebox-content h5 {
    text-align: center;
}
.airlinebox-row {
    gap: 20px 0px;
}
.airlinebox-content p {
    font-size: 14px;
    padding: 15px 10px;
    height: 120px;
}
/*-----------airline detail page------*/
.airline-content-col h1,
.airline-content-col h2,
.airline-content-col h3,
.airline-destination-container h3 {
    color: #252b77;
    background: #e1e3f5;
    font-weight: 700;
    padding: 5px;
    margin: 15px auto;
}
.airline-content-col p {
    font-size: 15px;
    margin-bottom: 8px;
}
.airline-content-col li {
    font-size: 14px;
    margin-bottom: 7px;
}
.airline-content-col img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    margin: 15px auto;
}
.air-blue {
    background: #252b77;
}
.air-orange {
    background: #7fd6d3;
}
.airline-destination-coltwo img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.airline-destination-row h5 {
    margin: 10px auto;
}
.airline-destination-row {
    width: 95%;
    margin: 20px auto;
    gap: 20px 0px;
}
.airline-destination-colone {
    flex-direction: column;
    color: white;
    height: 300px;
}
.airline-destination-colone p,
.airline-destination-colone li {
    font-size: 13px;
}
.airline-destination-container p {
    font-size: 13px;
    font-weight: 500;
}
.banner-top-row {
    display: none;
}
.se-input {
    gap: 5px;
}
.se-col p {
    display: none;
}
.se-col input::placeholder {
    font-size: 13px;
}
.se-col i {
    color: #252b77;
}
.exp-sb {
    display: none;
}
.aeromexico-banner {
    background: url(../images/airlines/Aeromexico/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
.aircanada-banner {
    background: url(../images/airlines/Air-Canada/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
.airfrance-banner {
    background: url(../images/airlines/Air-France/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
.alaska-banner {
    background: url(../images/airlines/Alaska/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
.air_nz-banner {
    background: url(../images/airlines/Air-Newzealand/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
.ana-banner {
    background: url(../images/airlines/Ana/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
.american-banner {
    background: url(../images/airlines/American/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
.avainca-banner {
    background: url(../images/airlines/Avinca/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
.azul-banner {
    background: url(../images/airlines/Azul/Image.webp) no-repeat 0 0;
    background-size: cover;
}
.brussels-banner {
    background: url(../images/airlines/Brussels/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
.Caribbean-banner {
    background: url(../images/airlines/Carribean/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
.delta-banner {
    background: url(../images/airlines/Delta/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
.emirites-banner {
    background: url(../images/airlines/emrites/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
.etihad-banner {
    background: url(../images/airlines/etihad/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
.gol-banner {
    background: url(../images/airlines/gol/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
.hawaiian-banner {
    background: url(../images/airlines/hawaiian/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
.iceland-banner {
    background: url(../images/airlines/Iceland-Air/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
.japan-banner {
    background: url(../images/airlines/Japan-Airlines/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
.jetblue-banner {
    background: url(../images/airlines/Jetblue/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
.klm-banner {
    background: url(../images/airlines/KLM/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
.latam-banner {
    background: url(../images/airlines/latam/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
.lufthansa-banner {
    background: url(../images/airlines/Lufthansa/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
.qantas-banner {
    background: url(../images/airlines/Qantas/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
.singaporeair-banner {
    background: url(../images/airlines/Singapore-Air/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
.southwest-banner {
    background: url(../images/airlines/southwest/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
.swiss-banner {
    background: url(../images/airlines/Swiss/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
.tapair-banner {
    background: url(../images/airlines/tap-air-portugal/Image1.webp) no-repeat 0
        0;
    background-size: cover;
}
.turkish-banner {
    background: url(../images/airlines/Turkish/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
.united-banner {
    background: url(../images/airlines/United/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
.virginatlantic-banner {
    background: url(../images/airlines/Virgin-Atlantic/Image1.webp) no-repeat 0
        0;
    background-size: cover;
}
.qatar-banner {
    background: url(../images/airlines/qatar/Image1.webp) no-repeat 0 0;
    background-size: cover;
}
/*-------------------destination landing page----*/
.desti-lp-banner {
    background: url(../images/destinations/destination-lp/dlp-banner-2.png)
        no-repeat 0 0;
    background-size: cover;
    height: auto;
    padding: 100px 0px 100px 0px;
}
.desti-lp-banner .search-engine-box {
    background: rgba(255, 122, 72, 0.8);
}
.desti-lp-banner-coltwo h1 {
    color: white;
    font-weight: 700;
    text-align: center;
}
.dlp-boxes-row {
    gap: 25px 0px;
}
.dlp-box {
    border: 2px solid lightgray;
    background: #dee1fc;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 4px;
    border-radius: 10px;
}
.dlp-box-image {
    position: relative;
    width: 100%;
}
.dlp-box-image img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.deti-lp-name {
    position: absolute;
    background: #252b77;
    color: white;
    right: 0px;
    bottom: 10px;
    padding: 7px 25px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}
.deti-lp-name h5 {
    margin-bottom: 0px;
}
.dlp-box-content {
    padding: 10px;
    gap: 10px;
}
.dlp-box-content p {
    font-size: 15px;
    font-weight: 500;
    height: 130px;
}
.dlp-box-content a {
    font-size: 15px;
    font-weight: 600;
    color: black;
}
/*-------destination detail page-----*/
.auckland-banner {
    background: url(../images/destinations/places/aukland/aukland.webp)
        no-repeat 0 0;
}
.budapest-banner {
    background: url(../images/destinations/places/budapest/budapest.webp)
        no-repeat 0 0;
}
.christchurch-banner {
    background: url(../images/destinations/places/Christchurch/christchurch.webp)
        no-repeat 0 0;
}
.dolomites-banner {
    background: url(../images/destinations/places/dolomites/dolomites.webp)
        no-repeat 0 0;
}
.helsinki-banner {
    background: url(../images/destinations/places/Helsinki/helsinki.webp)
        no-repeat 0 0;
}
.santorini-banner {
    background: url(../images/destinations/places/santorini/santorini.webp)
        no-repeat 0 0;
}
.london-banner {
    background: url(../images/destinations/places/london/london.webp) no-repeat
        0 0;
}
.melbourne-banner {
    background: url(../images/destinations/places/melbourne/melbourne.webp)
        no-repeat 0 0;
}
.prague-banner {
    background: url(../images/destinations/places/Prague/prague.webp) no-repeat
        0 0;
}
.sydney-banner {
    background: url(../images/destinations/places/Sydney/sydney.webp) no-repeat
        0 0;
}
.venice-banner {
    background: url(../images/destinations/places/venice/venice.webp) no-repeat
        0 0;
}
.zurich-banner {
    background: url(../images/destinations/places/zurich/zurich.webp) no-repeat
        0 0;
}
.desti-detail_banner {
    height: auto;
    padding: 50px 0px 50px 0px;
    background-size: cover;
}
.desti-detail_banner .search-engine-box {
    background: rgba(255, 122, 72, 0.8);
}
.desti-detail_banner-col {
    margin-bottom: 25px;
}
.desti-detail_banner-col h1 {
    color: white;
    font-weight: 700;
    background: #252b77;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 0px;
}
.destination-detail-content h2,
.destination-detail-content h3 {
    color: #252b77;
    font-weight: 700;
    margin-bottom: 0px;
    padding: 10px;
    width: 100%;
    text-align: center;
    background: #eeeffd;
    margin: 25px 0px 25px 0px;
}
.destination-detail-content .row {
    margin: auto;
    width: 100%;
}
.destination-detail-content-col p,
.dd-card-row-heading p {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
}
.destination-detail-content-col img {
    width: 100%;
    object-fit: cover;
    height: 400px;
    margin: 15px auto;
}
.dd-cards-row {
    gap: 25px 0px;
}
.dd-card-box {
    background: #eeeffd;
    padding: 5px;
    border: 1px solid lightgray;
    border-radius: 5px;
    text-align: center;
}
.dd-card-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin-bottom: 10px;
}
.dd-card-box h5 {
    font-weight: 700;
    color: #252b77;
    margin-bottom: 0px;
    height: 50px;
}
.dd-card-box p {
    font-size: 14px;
    padding: 10px;
    height: 270px;
}
.advertisement-container {
    margin: 40px auto 20px auto;
}
.clr-pink {
    background: #c5dcf1;
}
.advertisement-colone {
    padding-right: 0px;
}
.advertisement-colone img {
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
    height: 350px;
}
.advertisement-row {
    border-radius: 10px;
    margin: auto;
}
.advertisement-coltwo {
    border-radius: 5px;
    position: relative;
    align-items: center;
}
.addvertisement-content {
    padding: 20px;
    gap: 10px 0px;
    width: 80%;
}
.addvertisement-content h4 {
    color: #252b77;
    font-weight: 700;
}
.addvertisement-content p,
.addvertisement-content a {
    font-weight: 500;
    font-size: 20px;
    color: black;
}
.adv-a {
    gap: 10px;
}
.adv-a-btn,
.adv-a-btn:hover {
    background: #253e8d;
    color: white;
    height: 50px;
}
.adv-image img {
    height: 250px;
    object-fit: cover;
}
.adv-image {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.clr-blue {
    background: #dee1fc;
}
.desti-activities-container {
    gap: 30px 0px;
}
.desti-activities-row {
    border: 1px solid lightgray;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 5px;
    align-items: center;
}
.desti-act-content {
    padding: 25px;
}
.desti-act-content h5 {
    font-weight: 700;
    color: #252b77;
    margin-bottom: 15px;
}
.desti-act-content p {
    font-size: 15px;
}
.desti-activity-image {
    padding: 0px;
}
.desti-activity-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
/*----------------------blog and blog detail------*/
.blog-banner {
    background: url(../images/blog/ContactFreeLine-banner.webp) no-repeat 0 0;
    background-size: cover;
    height: auto;
    padding: 50px 0px 50px 0px;
}
.blog-banner-heading h1 {
    color: white;
    font-weight: 700;
    margin-bottom: 30px;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    text-align: center;
}
.blog-box-content-row {
    gap: 25px 0px;
}
.blog-box-content-heading h2,
.blog-detail-heading h2 {
    padding: 10px;
    font-weight: 700;
    color: #252b77;
    background: #eeeffd;
    text-align: center;
}
.blog-content-box {
    border-radius: 10px;
    padding: 10px;
    background: #252b77;
    width: 100%;
}
.blog-box-image {
    width: 100%;
    position: relative;
}
.blog-box-image img {
    width: 100%;
    object-fit: cover;
    height: 270px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
.blog-ribbon {
    position: absolute;
    background: #7fd6d3;
    top: 20px;
    right: 0px;
    padding: 4px 10px 4px 30px;
    clip-path: polygon(
        0% 0%,
        100% 0%,
        100% 100%,
        0% 100%,
        calc(100% - 90%) 50%
    );
}
.blog-ribbon p {
    font-size: 14px;
    font-weight: 500;
}
.blog-box-content {
    background: white;
    padding: 20px;
}
.blog-box-content h5 {
    font-size: 17px;
    font-weight: 700;
}
.blog-box-button {
    padding: 10px;
    width: 100%;
}
.blog-box-button a {
    color: white;
}
.blog-detail-row {
    gap: 25px 0px;
}
.blog-detail-content img {
    margin-bottom: 10px;
}
.blog-detail-content h2,
.blog-detail-content h3 {
    color: #252b77;
    margin: 15px auto;
    font-weight: 700;
    width: 100%;
}
.blog-detail-content h4,
.blog-detail-content h5 {
    margin: 10px auto;
    color: #252b77;
    font-weight: 700;
    width: 100%;
}
.blog-detail-content p {
    font-size: 15px;
    margin-bottom: 10px;
}
.blog-detail-content li {
    font-size: 14px;
    margin-bottom: 10px;
}
.bd-row {
    gap: 15px 0px;
}
.bd-box {
    width: 100%;
    border: 1px solid lightgray;
    background: #eeeffd;
    padding: 10px;
    border-radius: 5px;
}
.bd-box h5 {
    background: #252b77;
    color: white;
    margin-bottom: 0px;
    padding: 5px 10px;
    font-weight: 700;
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.bd-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}
.bd-box-cont h6 {
    color: #252b77;
    font-weight: 700;
}
.bd-box-cont p {
    font-size: 13px;
    margin-bottom: 10px;
}
.bd-box a {
    color: #252b77;
    font-size: 13px;
    font-weight: 600;
}
/*--------expedia page-----*/
.expedia-page {
    padding: 50px 0px 50px 0px;
    background: white;
}
.exp-logo {
    height: 80px;
}
.expedia-page-colone {
    gap: 25px 0px;
    text-align: center;
}
.expedia-page-colone h2,
.expedia-page-colone h3 {
    color: #010863;
    font-weight: 700;
}
.expedia-page-colone p {
    font-size: 20px;
    font-weight: 500;
}
.expedia-ul {
    padding: 20px 0px 20px 0px;
    margin: 0px;
    width: 50%;
    flex-wrap: wrap;
    gap: 20px;
}
.expedia-li {
    width: 48%;
    border-radius: 5px;
    background-color: #7fd6d3;
    color: white;
    padding: 10px;
    font-weight: 500;
    font-size: 20px;
}
.exp-one {
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
    height: auto;
}
.expedia-call-se {
    background: #010863;
    padding: 20px;
    gap: 20px 0px;
    margin-top: 25px;
    border-radius: 10px;
}
.expedia-se-call {
    gap: 10px;
}
.expedia-se-call a {
    color: white;
    font-weight: 600;
    font-size: 25px;
}
.expedia-call-se .search-engine-row {
    background: white;
    padding: 10px;
    border-radius: 5px;
}
.expedia-call-se .search-engine-trip-option {
    width: 100%;
}

.expedia-content {
    margin-top: 25px;
}
.expedia-content h2,
.expedia-content h3,
.expedia-content h4 {
    color: #010863;
    margin: 20px 0px;
    font-weight: 700;
}
.expedia-content p {
    font-size: 15px;
    margin-bottom: 10px;
}
.expedia-content strong {
    color: #010863;
}
.expedia-content img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    height: 450px;
    margin: 10px auto;
}
.expedia-about {
    border: 1px solid lightgray;
    margin-top: 25px;
    padding: 30px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
    gap: 20px;
}
.expedia-about h3 {
    color: #010863;
    font-weight: 700;
}
.expedia-about p {
    font-size: 15px;
    font-weight: 500;
}
.expdeia-sb {
    background: #010863 !important;
}

/*------airline detail new------*/
.c_mar-top {
    margin-top: 40px;
}
.header-call-info a,
.header-call-info p {
    color: #060a61;
}
.footer,
.footer a {
    color: white;
}
.footer p,
.footer a {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
}
.most_popular_routes-introcol p,
.about-airline-col p {
    font-size: 15px;
}
.most_popular_routes-col h3,
.domestic_routes-col h3,
.about-airline-row h2,
.about-airline-row h3,
.about-airline-row h4,
.about-airline-row h5,
.essential_detail-col h3,
.common-question-heading h3,
.airline_more_detail-heading h3 {
    color: #010863;
    font-weight: 700;
    margin: 25px 0px;
}
/*header*/
.ad_header {
    border-bottom: 0px;
    padding: 10px 0px 10px 0px;
}
.header-logo img {
    height: 100px;
    width: auto;
}
.ad-headermenu a,
.header-call-info a {
    font-size: 17px;
    font-weight: 600;
}
.header-callbox img {
    height: 60px;
}
.header-callbox {
    background: #7fd6d3;
    border-radius: 5px;
    padding: 5px 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 3px 5px 0px;
    gap: 5px;
}
.header-call-info p {
    font-size: 13px;
}
/*footer*/
.footer {
    background-image: linear-gradient(to right, #060a61, #7fd6d3);
}
.footer_top,
.footer_bottom {
    padding: 25px 0px;
}
.footer_top {
    border-bottom: 1px solid white;
}
.footer-logo {
    height: 80px;
}
.footer_top-col,
.footer_link_box,
.footer_sm,
.footer_bottom-row {
    gap: 10px;
}
.footer_top-col strong {
    font-size: 20px;
}
.footer_sm img {
    height: 40px;
    margin: 10px 0px;
}
.footer_bottom-colone {
    background: rgba(256, 256, 256, 0.2);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
/*airline detail page body*/
.most_popular_routes-row {
    gap: 20px 0px;
}
.mpr_table {
    width: 100%;
}
.mpr_table td,
.mpr_table th {
    border: 1px solid black;
    padding: 10px;
}
.mpr_btn {
    width: 80%;
    margin: auto;
    border: 2px solid lightgray;
    background: #e0e1f0;
    height: 45px;
    font-weight: 600;
}
.mpr_btn:hover {
    background: #010863;
    color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.dr_table {
    width: 100%;
    border-spacing: 0px 20px;
    background: white;
    border-collapse: separate;
}
.dr_table-content {
    background: #e0e1f0;
    width: 100%;
}
.dr_table-content td {
    padding: 20px;
}
.dr_row-heading th {
    padding: 0px 20px;
    color: gray;
}
.dr-search-flight,
.dr-search-flight:hover {
    background: #010863;
    color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 50px;
    margin: auto;
}
.dr_td-three p,
.dr_td-two strong,
.dr-airport-namr p {
    color: gray;
    font-size: 15px;
}
.dr_td-three span {
    font-weight: 600;
    color: black;
}
.dr-airport-namr strong {
    color: black;
}
.dr_td-one img {
    height: 40px;
}
.dr_td-four {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.dr_td-one {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.about-airline-row {
    padding: 25px;
    background: #ecedee;
    border-radius: 10px;
}
.ess-detail-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 15px;
}
.ess-detail-table td {
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}
.ess-det-tdone {
    background: #010863;
    color: white;
}
.ess-det-tdtwo {
    background: #e0e1f0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.common-question-colone .accordion-body {
    background: #e0e1f0;
    font-size: 15px;
}
.common-question-colone .accordion-button {
    font-size: 15px;
}
.common-question-colone .accordion-button:not(.collapsed) {
    background: #e0e1f0 !important;
    color: black !important;
    font-weight: 600 !important;
}
.amd_box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.amd_box-ul {
    border-bottom: 2px solid lightgrey;
    padding: 10px;
    justify-content: space-between;
}
.amd_box-li {
    width: 24%;
}
.amd_box-li-btn {
    width: 100%;
    border: 1px solid lightgrey;
    font-size: 15px;
    font-weight: 600;
    background: #faab77;
    color: black;
    gap: 10px;
}
.amd_box-li-btn img {
    height: 40px;
}
.amd_box .nav-pills .nav-link .amd-opt_two {
    display: none;
}
.amd_box .nav-pills .nav-link.active .amd-opt_two {
    display: flex;
}
.amd_box .nav-pills .nav-link.active .amd-opt_one {
    display: none;
}
.amd_box .nav-pills .nav-link.active {
    background: #7fd6d3;
    color: white;
    letter-spacing: 1px;
    border-radius: 5px;
}
.amd_tp-subbox {
    padding: 15px 10px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px 10px;
}
.amd_tp-sb {
    border-radius: 5px;
    width: 24%;
    background: #ecedee;
    padding: 15px 10px;
    gap: 5px 0px;
    flex-wrap: nowrap;
}
.amd_tp-destination-tab .amd_tp-content {
    width: auto;
}
.amd_tp-content a {
    color: black;
}
.amd_tp-content {
    width: 70%;
    text-align: center;
}
.amd_tp-content p {
    text-align: center;
    width: 100%;
}
.amd_tp-image {
    background: #010863;
    border-radius: 3px;
    height: 35px;
    width: 35px;
}
.amd_tp-image img {
    height: 25px;
}
.amd_tp-shorthand {
    background: white;
    border: 1px solid lightgray;
    border-radius: 3px;
    padding: 5px;
    font-size: 14px;
}
.amd_tp-content p {
    font-size: 13px;
    font-weight: 500;
    color: gray;
}
.amd_tp-content strong {
    color: black;
    font-size: 15px;
}
.amd_tp-sb:nth-child(even) {
    background: #ffc197;
}
.amd_tp-sb:nth-child(even) .amd_tp-image {
    background: #7fd6d3;
}
.blue-arrow {
    width: 100px;
}
.amd-airport p {
    font-size: 14px;
    font-weight: 500;
    color: gray;
}
.amd-airport span {
    color: black;
    font-weight: 600;
}
#toggleBtn {
    font-weight: 600;
}
/*------independence day USA------*/
.independence-day-banner {
    background: url(../images/offers-images/banner.webp) no-repeat 0 0;
    height: auto;
    background-size: cover;
    padding: 50px 0px 50px 0px;
}
.independence-day-banner h1,
.independenceday-banner-bottom p {
    color: white;
}
.independenceday-banner-bottom {
    background: #7fd6d3;
    padding: 5px;
    font-size: 13px;
}
.offer-mission-heading h2,
.popular_destination-usa-heading h3,
.popular_destination-usa-heading h3,
.independence-day-faq-col-heading h3,
.plan-next-holiday-heading h3 {
    color: #010863;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}
.offer-mission-heading p,
.popular_destination-usa-heading p,
.popular_destination-usa-heading p,
.plan-next-holiday-heading p {
    font-size: 15px;
    text-align: center;
    font-weight: 600;
}
.offer-mission-row,
.popular_destination-usa-row,
.plan-next-holiday-row {
    gap: 25px 0px;
}
.offer-mission-box {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    padding: 5px 15px;
    height: 270px;
    gap: 10px;
}
.offer-mission-box p,
.popular_destination-usa-content p {
    font-size: 14px;
    text-align: center;
    width: 100%;
}
.offer-mission-box img {
    height: 100px;
}
.offer-mission-box strong,
.popular_destination-usa-content strong {
    font-size: 16px;
    text-align: center;
}
.popular_destination-usa-content {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 15px;
    gap: 10px 0px;
    height: 240px;
}
.popular_destination-usa-box img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.independence_day-content-col {
    background: #e2e4f3;
    border-radius: 15px;
    padding: 25px;
}
.independence_day-content-col h2,
.independence_day-content-col h3,
.independence_day-content-col h4,
.independence_day-content-col h5 {
    font-weight: 700;
    color: #010863;
    margin: 15px 0px;
}
.independence_day-content-col p,
.independence_day-content-col li {
    font-size: 14px;
    margin-bottom: 10px;
}
.independence-day-faq .accordion-button {
    font-size: 17px !important;
    font-weight: 600;
}
.independence-day-faq .accordion-body {
    font-size: 15px;
    background: #e2e4f3;
}
.plan-next-holiday-box {
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: white;
}
.plan-next-holiday-image {
    position: relative;
    width: 100%;
}
.plan-next-holiday-image img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.plan-next-holiday-content {
    padding: 10px;
    width: 100%;
    gap: 7px 0px;
}
.plan-next-holiday-content a {
    color: black;
    font-size: 14px;
}
.plan-next-holiday-content strong {
    font-size: 16px;
}
.plan-next-holiday-content p {
    font-size: 14px;
}
.plan-next-holiday-image-name {
    background: #7fd6d3;
    border-radius: 50px;
    position: absolute;
    top: 15px;
    right: 15px;
    color: white;
    font-size: 12px;
    padding: 5px 15px;
}
/*--------holidays deals------*/
.holidaysdeal-banner {
    background: url(../images/experianair-fare-holidaypage-images/holday-banner.webp)
        no-repeat 0 0;
    height: auto;
    background-size: cover;
    padding: 100px 0px 100px 0px;
}
.holiday-deal-btn {
    border: 1px solid black;
    background: #fcc19a;
    color: black;
    font-weight: 500;
    font-size: 15px;
    border-radius: 10px;
    height: 40px;
}
.holiday-deal-btn:hover {
    background: #010863;
    color: white;
}
.holidays-deals-heading h2 {
    color: #010863;
    font-weight: 700;
}
.holidays-deals-heading p {
    font-size: 15px;
    color: black;
}
.holidays-deals-box {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
}
.holidays-deals-image {
    position: relative;
}
.holidays-deals-image-description {
    position: absolute;
    background: #7fd6d3;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    top: 0px;
    padding: 5px;
}
.holidays-deals-image-description a {
    color: white;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 1px;
}
.holidays-deals-content {
    flex-direction: column;
    padding: 10px;
    gap: 5px 0px;
}
.holidays-deals-content p {
    color: black;
    font-size: 15px;
}
.holidays-deals-content strong {
    font-size: 18px;
    color: #7fd6d3;
}
.hd-anchor {
    width: 100%;
}
.hd-anchor img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
/*-------------------new destination detail page------*/
.destinationpage-heading {
    background: #d0d3fa;
    padding: 10px;
    margin-bottom: 25px;
    color: #010863;
    font-weight: 700;
}
.discover-the-best-col p,
.dp_about-destination-col p,
.dp_about-destination-col li,
.dp_popular-destination-box p,
.dp_top-place-visit-colpara p,
.dp_top-activities-box p,
.dp_top-hotels-para p {
    font-size: 15px;
}
.dp_popular-destination-box strong,
.dp_top-place-visit-box strong,
.dp_top-activities-box strong {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}
.discover-the-best-col p,
.dp_about-destination-col p,
.dp_about-destination-col li {
    margin-bottom: 10px;
}
.dp_popular-destination-row,
.dp_top-place-visit-row,
.dp_top-activities-row,
.dp_top-hotels-row {
    gap: 20px 0px;
}
.dp_about-destination-col {
    border-radius: 15px;
    padding: 20px;
    background: #eff0ff;
}
.dp_about-destination-col h3,
.dp_about-destination-col h4,
.dp_about-destination-col h5 {
    font-weight: 700;
    color: #010863;
    margin: 10px 0px;
}
.dp_top-activities-box,
.dp_top-place-visit-box,
.dp_popular-destination-box,
.dp_top-activities-box {
    gap: 10px 0px;
}
.dp_popular-destination-box {
    border-radius: 10px;
    background: #d0d3fa;
    text-align: center;
}
.dp_popular-destination-box a {
    color: black;
    padding: 0px 10px 15px 10px;
}
.dp_popular-destination-box img {
    height: 250px;
}
.dp_top-place-visit-box img,
.dp_popular-destination-box img {
    width: 100%;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.dp_top-place-visit-box img {
    height: 300px;
}
.dp_top-place-visit-box a {
    color: #010863;
    font-weight: 600;
    letter-spacing: 1px;
    width: 100%;
    text-align: left;
}
.dp_top-activities-box {
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.dp_top-activities-box img {
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    height: 320px;
}
.d_bg-pink {
    background: #c5dcf1;
}
.d_bg-blue {
    background: #d0d3fa;
}
.dp_top-hotels-row {
    background: #d0d3fa;
    padding-bottom: 25px;
    border-radius: 10px;
}
.dp_top-hotels-heading {
    background: #010863;
    padding: 20px;
}
.dp_top-hotels-heading a,
.dp_top-hotels-heading h4 {
    color: white;
    margin-bottom: 0px;
    font-weight: 700;
    letter-spacing: 1px;
}
.dp_top-hotels-para {
    text-align: center;
}
.dp_top-hotels-box {
    background: white;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 100%;
}
.dp_top-hotels-boximage {
    width: 40%;
}
.dp_top-hotels-boximage img {
    height: 200px;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}
.dp_top-hotels-box-content {
    width: 60%;
    padding: 10px;
    justify-content: space-between;
    height: 200px;
}
.dp_top-hotels-box-content p {
    font-size: 13px;
    margin-bottom: 5px;
}
.dp_top-hotels-box-content span {
    color: #7fd6d3;
}
.dp_top-hotels-box-content-btn,
.dp_top-hotels-box-content-btn:hover,
.dp_top-airline-box-content-btn,
.dp_top-airline-box-content-btn:hover {
    background: #010863;
    color: white;
    height: 30px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
}
.dp_top-airlines .dp_top-hotels-heading,
.dp_top-airline-box-content-btn,
.dp_top-airline-box-content-btn:hover {
    background: #7fd6d3;
}
.dp_top-airlines .dp_top-hotels-row {
    background: #c5dcf1;
}
.dp_top-airlines .dp_top-hotels-boximage {
    position: relative;
}
.airline-discount {
    position: absolute;
    background: #7fd6d3;
    top: 10px;
    right: 0px;
    padding: 3px 10px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.airline-discount p {
    font-size: 11px;
    font-weight: 500;
    color: white;
}
.dp_top-airline-box-subcontent p {
    font-weight: 600;
}
.dp_section-tabs-row {
    background: #d0d3fa;
    padding-bottom: 20px;
    gap: 25px 0px;
}
.dp_section-tabs-buttons {
    flex-wrap: nowrap;
}
.dp-tab-common,
.dp-tab-one {
    width: 25%;
    height: 70px;
}
.dp-tab-one {
    background: #010863;
    color: white;
    font-weight: 500;
    font-size: 17px;
}
.dp-tab-common {
    color: #010863;
    font-weight: 500;
    font-size: 17px;
}
.dp-tab-common:hover {
    text-decoration: underline;
}
.dp_section-tabs-box,
.dp_section-tabs-col-bluebox {
    border-radius: 10px;
    background: white;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    gap: 10px 0px;
    height: 450px;
}
.dp_section-tabs-box h5,
.dp_section-tabs-box h6 {
    color: #010863;
    text-align: center;
    font-weight: 700;
}
.dp_section-tabs-box h6 {
    background: #d0d3fa;
    padding: 3px 10px;
    border-radius: 5px;
}
.dp_section-tabs-box li,
.dp_section-tabs-box p,
.dp_section-tabs-box td,
.dp_section-tabs-col-bluebox li {
    font-size: 13px;
}
.dp_section-tabs-box li,
.dp_section-tabs-col-bluebox li {
    margin-bottom: 7px;
}
.dp_section-tabs-box p {
    text-align: center;
}
.dp_section-tabs-box table {
    width: 100%;
    border-radius: 10px;
    background: #d0d3fa;
    border-collapse: separate;
    padding: 10px;
}
.dp_section-tabs-box tr {
    padding: 10px;
}
.dp_section-tabs-col-bluebox {
    background: #010863;
    color: white;
}
.dp_section-tabs-col-bluebox h5 {
    text-align: center;
    font-weight: 700;
    width: 100%;
    margin-top: 10px;
    letter-spacing: 1px;
}
