/********** Template CSS **********/


:root {
    --primary: #2A2D53;
    --secondary: #FFCC00;
    --light: #F5F5F5;
    --textdark: #2A2D53;
}

body {
     font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    background-color: #fff
}
@media (max-width: 1200px) (min-width: 1370px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}
.f_btns.mt-3.col-6 a.btn.btn-primary.btn-block.btn-lg, button.btn.btn-primary.btn-block.btn-lg {
    background: #293864;
    border: none;
    margin-right: 10px;
}
header#top-header {
    background: #fff !important;
}

a {
    text-decoration: none;
}


.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.form-select:focus {
    box-shadow: none;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn:hover {
    background: var(--secondary);
    border: 0;
}

.btn-sm-square {
    width: 100px;
    height: 32px;
    background-color: var(--secondary);
    border-radius: 10px;
    font-size: 16px;
    color: #000000 !important;
    font-weight: 600;
    margin-left: 5px;
    border: 0px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;

}

.navbar .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-weight: 400;
}

.navbar .nav-link img {
    padding-right: 8px;

}

.navbar .nav-link.active {
    position: relative;
}



.customer-service {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.navbar .navbar-nav {
    padding-left: 25px;
}

.customer-service .nav-link {
    font-size: 14px;
}

.bottom-header {
    background-color: #F5F5F5;
    padding: 10px 0px;
}

.travel-details label {
    color: #000;
    font-size: 12px;
font-weight: 400;
}

.fromto {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.col-lg-2.selectdata {
    width: 130px;
}

.frominput {
    max-width: 210px;
}

.col-lg-2.d_width {
    width: 191px;
}

.searchbtn {
    background-color: #FFCC00;
    padding: 6px 10px;
    border-radius: 5px;
    border: 0px;
    margin-top: 24px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
}

.fromto img {
    padding-top: 20px;
}

.travel-details form input, select#autoSizingSelect {
    background: #fff;
    border: 1px solid #ededed;
    color: #000;
    font-size: 16px;
    cursor: pointer;
   font-weight: 400;
}
.travel-details .fromdata-radio label {
    color: #000;
    font-size: 12px;
    padding-right: 20px;
    margin: 0;
    cursor: pointer;
}

.travel-details form input::placeholder {
    color: #fff;
    /* Change the color of the placeholder text */

    font-size: 16px;
    /* Adjust the font size */

}

.col-lg-4.fr_to {
    max-width: 418px;
}

.travel-details form {
    margin-bottom: 0px;
}

.fromto_data {
    max-width: 180px;
}

.f_card {
    padding: 20px;
    border: 1px solid #ededed;
}

.filterdata {
    padding-top: 20px;
}

.f_card .owl-carousel.owl-theme.owl-loaded.owl-drag {
    padding: 14px 0px;
}

#bankcardslide .owl-prev {
    width: 25px;
    height: auto;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: -33px;
    text-align: center;
    background-color: transparent;
    z-index: 10;
    right: 28;
    transform: rotate(180deg);
}

#bankcardslide .owl-prev.disabled,
#bankcardslide .owl-next.disabled {
    display: none;
}

#bankcardslide .owl-next {
    width: 25px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: -5%;
    transform: translateY(-50%);
    text-align: center;
    background-color: transparent;
    z-index: 10;
    right: 0;
}

.card-body {
    display: grid;
}

.card-body .custom-control-label {
    display: inline;
}

label.custom-control.custom-checkbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

b.badge.badge-pill.badge-light.float-right {
    color: #000;
}

.data-filetr {
    padding: 4px 0px;
}

.f_card h4 {
    font-size: 18px;
    font-weight: bold;
    color: var(--primary);
}

.filter-content {
    padding: 20px 0px;
}

.form-row.pricerange {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.radio-button-label {
    margin-right: 10px;
}

.radio-button-label>input {
    display: none;
}

.radio-button-label>img {
    cursor: pointer;
    border: 3px solid #ddd;
    border-radius: 6px;
    width: 70px;
}

.radio-button-label>input:checked+img {
    border: 3px solid #FFCC00;
}

.card_border {
    margin-top: 15px;
    border: 1px solid #ededed;
    padding: 20px;
}

.Flights_links {
    padding: 10px 0px 20px;
    border-bottom: 1px solid #DEDEDE;
}

.card_border h4 {
    font-size: 18px;
    font-weight: bold;
    color: var(--primary);
}

.rightcard_border {
    border: 1px solid #ededed;
    margin-bottom: 30px;
    margin-top: 30px;

}

.f_data_inner {
    padding: 0px 20px;
}

.tour_name h1 {
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    color: var(--textdark);
}

.tour_name {
    padding: 20px;
    border-bottom: 1px solid #ededed;
}

.tour_data p {
    padding: 20px;
    margin: 0;
}


/* slide datepicker */
.custom-slider {
    max-width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.slidedate li a.nav-link {
    padding: 10px 0px;
    font-size: 14px;
    color: #707070;
    font-weight: bold;
}

.slidedate .owl-item {
    margin-left: 0px !important;
}

.slidedate .owl-stage {
    margin-left: 29px;
}

/* .slidedate .nav-link.active {
    background: #2A2D53;
    color: #fff !important;
    padding: 10px 0px;
    font-size: 14px;
} */

.slide-item {
    text-align: center;
    border-right: 1px solid #ddd;
    padding: 10px;
}

.slide-item:last-child {
    border-right: none;
}

.slide-item div:first-child {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
}

.slide-item div:last-child {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

/* Custom Arrow Styling */
.slidedate .owl-nav {
    position: absolute;
    top: 0%;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.slidedate {
    padding: 14px 0px;
    background: #c0c0c00f;
}

.slidedate .owl-prev, .slidedate .owl-next {
    background-color: #ffc107;
    border: none;
    color: #fff;
    padding: 17px 8px 17px;
    font-size: 18px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s;
    height: 100%;
}

.tour_data .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
 
.slidedate .owl-prev:hover, .slidedate .owl-next:hover {
    background-color: #ffcc00;
}
.slidedate .owl-nav i {
    margin-top: 7px;
}
.slidedateReturn .owl-prev:hover {
    background-color: #ff9800;
}

.slidedate .owl-item.active {
    border-right: 1px solid #d0d0d0;
}
.oneway_slide .slidedate .owl-item.active {
    border-right: 1px solid #d0d0d0;
    margin: 0px!important;
}
.round_slide .slidedate .owl-item.active {
    border-right: 1px solid #d0d0d0;
    margin-right: 0px!important;
}
/* .round_slide .slidedate .nav-link.active {
    background: #2A2D53;
    color: #fff !important;
    padding: 10px 7px;
} */
.slidedate .owl-nav i {
    color: var(--primary);
    font-size: 25px;
}

.slide-item p {
    font-size: 14px;
    color: #707070;
    margin: 0px;
}

.table_data {
    padding: 0px;
}

.table_data table td {
    font-size: 16px;
    padding: 16px;
}

.table_data table td:nth-child(2) {
    text-align: right;
}

.f_data_inner p {
    font-size: 16px;

}

table.table.table-bordered {
    border: 1px solid #000;
}

.f_data_inner h2 {
    font-size: 22px;
    color: var(--primary);
    font-weight: 700;
}

.faq_details h5 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.faq_details {
    padding: 10px 0px;
    border-top: 1px solid #DEDEDE;
}

.faq-question h2 {
    margin-bottom: 20px;
}

.f_data_inner .faq-question p {
    font-size: 16px;
    margin: 0;
}

.inner_carddetails {
    padding: 65px 0px;
}

.step-list {
    list-style: none;
    padding: 0;
    position: relative;
}

.step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.step-icon {
    width: 37px;
    height: 37px;
    background-color: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    margin-right: 15px;
    padding: 5px;
}

.step-line {
    border-left: 2px solid #ddd;
    margin-left: 22px;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
}

.step-line1 {
    border-left: 2px solid #ddd;
    margin-left: 22px;
    height: 89%;
    position: absolute;
    z-index: -1;
    top: 0;
}

.stepborder {
    width: 45px;
    height: 45px;
    border: 2px solid #D3D3D3;
    border-radius: 50%;
    padding: 2px;
}

.step-content {
    flex: 1;
    padding: 5px 8px 0px;
}

.step-item:last-child .step-line {
    display: none;
}

.custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.custom-list li::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border: 3px solid #fcbf17;
    border-radius: 50%;
    background-color: #fff;
}

.custom-list li p {
    margin: 0;
    line-height: 1.5;
}

.travel_details h6 {
    font-size: 16px;
    font-weight: 700;
}

.travel_details img {
    width: 100%;
}

.advanture_details p {
    font-size: 16px;
    margin: 0px;
    padding: 10px 0px;
}

.travel_details.advanture_details.pera_1 p {
    font-size: 16px;
    margin: 0px;
    padding: 5px 0px;
}

/* footer */

.footer {
    background-color: #25244b;
    color: #fff;
    padding: 40px 20px;
}

.footer .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #3c3c5d;
    padding-bottom: 20px;
}

.footer-logo img {
    max-height: 40px;
}

.footer-social-icons a {
    margin-left: 15px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.footer-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.footer-column h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column ul li a {
    color: #aaa;
    text-decoration: none;
    font-size: 14px;
}

.footer-column ul li a:hover {
    color: #fcbf17;
}

.footer-bottom {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    color: #aaa;
}

.footer-links ul li {
    list-style-type: none;
    padding-right: 15px;
}

.footer-links ul li a {
    text-decoration: none;
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.footer-links ul {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    padding: 0px;
}

.footer-links h4 {
    font-size: 16px;
    font-weight: 700;
}

.footer-social-icons span {
    font-size: 14px;
}

.footer-social-icons a img {
    opacity: 0.7;
}

.footer-social-icons a:hover img {
    opacity: 1;
}

div#short-images {
    padding: 20px 0px 0px;
}

.destination-image img {
    transition: transform .5s ease;
    width: 100%;
}

.destination-image img:hover {

    transform: scale(1.1);
}

input[type="checkbox"] {
    accent-color: var(--secondary);
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.fromdata-radio input[type="radio"] {
    accent-color: var(--secondary);
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.data-filetr {
    padding: 4px 0px;
    display: flex;
    align-items: center;
}

.fromdata-radio {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

.custom-range {
    -webkit-appearance: none;
    /* Remove default styles */
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    /* Track background color */
    outline: none;
    border-radius: 5px;
}

/* Track Fill (Yellow when sliding) */
.custom-range::-webkit-slider-runnable-track {
    height: 8px;
    border-radius: 5px;
    background: linear-gradient(to right, #FFCC00 0%, #FFCC00 var(--slider-fill), #e0e0e0 var(--slider-fill), #e0e0e0 100%);
}

/* Thumb Image */
.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    background: url('../images/range-thumb.svg') no-repeat center center;
    background-size: cover;
    border: none;
    cursor: pointer;
    margin-top: -8px;
    /* Align thumb with track */
}

/* Add smooth sliding animation */
.custom-range::-webkit-slider-thumb:hover {
    transform: scale(1.1);
    /* Slight zoom effect */
}

/* For Firefox */
.custom-range::-moz-range-thumb {
    width: 24px;
    height: 24px;
    background: url('../images/range-thumb.svg') no-repeat center center;
    background-size: cover;
    border: none;
    cursor: pointer;
}

.custom-range::-moz-range-progress {
    background-color: #FFCC00;
    height: 8px;
}


/* datatable */

.flight-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;

}

.flight-table th,
.flight-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.flight-table th {
    background-color: #f5f5f5;

    font-size: 14px;
}

.flight-table tr:hover {
    background-color: #f1f1f1;
}

.airline-logo {
    height: 30px;
    margin-right: 10px;
}

.book-btn {
    background-color: var(--secondary);
    color: #000;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    transition: background-color 0.3s;
    font-size: 15px;
    margin-bottom: 10px;
}



.details-link {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
}

.details-link:hover {
    text-decoration: underline;
}

.flighttext {
    display: flex;
}

.airline-logo {
    height: 50px;
    margin-right: 10px;
}

.table_data .flight-table td:nth-child(2) {
    text-align: center;
}

.airindia {
    margin: 0;
}

.time {
    margin: 0px;
    font-size: 22px;
    font-weight: 600;
}

p.aitime {
    text-align: left;
    color: #707070;
    font-size: 14px;
}

span.location {
    font-size: 14px;
}

 
.time-data {
    position: relative;
}

.time-data::after {
    content: '';
    position: absolute;
    top: 23px;
    left: 13px;
    width: 80px;
    height: 3px;
    background-color: var(--secondary);
    border-radius: 5px;
}

.tour_data {
    border: 1px solid #ededed;
}

#calendar-container {
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.slide-item {
    cursor: pointer;
    transition: transform 0.3s;
}

.slide-item:hover {
    transform: scale(1.05);
}

#scrollToparrow {
    content: " ";
    width: 50px;
    height: 50px;
    background-image: url('../images/scrollarrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

/* #scrollToparrow::after {
    content: " ";
    position: absolute;
    width: 36%;
    height: 20px;
    left: 32%;
    TOP: 27%;
    background-image: url('../images/scrollarrow.svg');
    background-position: center;
    background-repeat: no-repeat;
} */

#scrollToparrow.show {
    opacity: 1;
    visibility: visible;
}

.Flights_links a {
    font-size: 16px;
    text-decoration: none;
}

/* home page  */
.booking-container {
    padding-top: 10px;
}



.btn-search {
    background: #ffc107;
    color: #000;
    font-weight: bold;
    width: 100%;
    border-radius: 5px;
}

.booking-container .form-control,
.booking-container .form-select {
    color: #000 !important;
    border: none;
    font-size: 27px;
    font-weight: bold;
    padding: 0;
}

.booking-container .form-control::placeholder {
    color: #000;
}

.booking-container .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.booking-card {
    padding: 15px 25px;
    border: solid 1px #ededed;
    border-radius: 10px;
    max-width: 312px;
}

.booking-card-short {
    padding: 9px 15px;
    border: solid 1px #ededed;
    border-radius: 10px;
    height: 100%;
}

.booking-container .col-md-2 {

    padding: 0px 12px 0px 0px;
}

.booking-container .col-md-3 {
    padding: 0px;
}

.airportname {
    color: #000;
    font-size: 12px;
}

.badges {
    font-size: 14px;
    color: #000;
    background: #EAEAEA;
    padding: 2px 5px;
    border-radius: 5px;
}

label.highlight {
    width: -webkit-fill-available;
}

.selection-dep-return {
    font-size: 14px;
    font-weight: 400;
    background: #EAEAEA;
    max-width: max-content;
    padding: 0px 5px;
    color: #000;
    border-radius: 5px;
}
.roundTripSection_  .flighttext {
    display: grid!important;
    align-items: center;
    gap: 0px!important;
    text-align: center;
    justify-content: center!important;
}
.booking-card-short h2 {
    font-size: 35px;
    font-weight: bold;
    color: #000;
    padding-top:0px;
    margin-bottom: 5px;
}

.booking-card-short p {
    font-size: 12px;
    color: #000;
    padding-top: 8px;
    margin: 0;
    font-weight: 600;
}

.label-trip label {
    padding-right: 19px;
    color: #000;
}

.label-trip input {
    accent-color: var(--secondary);
    margin-right: 6px;
    width: 16px;
    height: 16px;
}

.booking-card-short h2 span {
    font-size: 24px;
    font-weight: 400;
}

.label-trip {
    display: flex;
    justify-content: center;
    align-items: center;
}

.h_book p {
    margin: 0;
    color: #fff;
}

.label-trip label {
    padding-right: 16px;
    cursor: pointer;
}

.booking-form {
    position: relative !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.booking-form:after {
    content: '';
    background: #ededed;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 57%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

label.spaecial-f.me-2 {
    color: #343562;
    font-size: 14px;
    font-weight: 600;
}
.s_sepecial label.ms-1 {
    color: #000;
    cursor: pointer;
}

.col-md-2.s_sepecial {
    display: flex;
    align-items: baseline;
    justify-content: center;
    border-right: 1px solid #707070;
}

.s_sepecial input {
    height: 15px;
    width: 15px;
    accent-color: var(--secondary);
}

.s_sepecial label {
    color: #fff;
    font-size: 14px;
}

.s_sepecial label span {
    color: #000;
    font-size: 12px;
    display: block;
}

.submit-center .btn-search {
    background: #ffc107;
    color: #000;
    font-weight: bold;
    max-width: 184px;
    border-radius: 5px;
    padding: 10px 52px;
    font-size: 16px;
}

.card-booking {
    position: relative;
}

.arrow-select {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.image-rout {
    max-width: 118px;
    max-height: 118px;
}

.image-rout img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.booking-form {
    position: relative;
    padding: 10px 0px 30px;
}

.routes-card-img {
    display: flex;
    border: 1px solid #DEDEDE;
    border-radius: 20px;
    position: relative;
}

.routes-content {
    padding: 26px;
}

.routes-content p {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #000;
}

.routes-content span {
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary);
}

section.Flights-tours {
    padding: 50px 0px;
}

.arrow-down {
    position: absolute;
    right: 10px;
    bottom: 7px;
    transform: rotate(-46deg);
    color: #000;
}


.routes-card a,
.infocards a {

    text-decoration: none;
}

.info-card {
    display: flex;
    border: 1px solid #ededed;
    border-radius: 20px;
    position: relative;
    padding: 15px 20px;
    height: 100%;
}

.info-content {
    padding: 15px 25px;
    color: #000;
}

.info-content p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.info-card .arrow-down {
    position: absolute;
    right: 10px;
    bottom: 7px;
    transform: rotate(-46deg);
    color: #fff;
    background: var(--secondary);
    width: 30px;
    height: 30px;
    padding: 8px;
    border-radius: 50%;
}

.routes-card h2.text-center {
    font-size: 30px;
    font-weight: 700;
    color: var(--primary);
}

.bestoffers_tab ul#pills-tab {
    justify-content: center;
    padding: 30px 0px;
}

.bestoffers_tab .nav-pills .nav-link.active,
.bestoffers_tab .nav-pills .show>.nav-link {
    color: var(--primary);
    background-color: var(--secondary);
    border-radius: 25px;
}

.bestoffers_tab .nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
    font-size: 16px;
    color: #000;
}

.bestoffers_tab div#pills-tabContent {
    padding-bottom: 100px;
}

.bestoffers {
    margin-bottom: 50px;
}

a.viewallbtn {
    background: #ffc107;
    color: #000;
    font-weight: bold;
    max-width: 184px;
    border-radius: 5px;
    padding: 10px 52px;
    font-size: 16px;
    text-decoration: none;
}

section.stayinformation {
    background-color: #F0F0F0;
    padding: 100px 0px 100px 0px;
}

.s_information h1 {
    font-size: 55px;
    font-weight: 700;
}


.s_information-img img {
    position: absolute;
    top: -177px;
    max-height: 600px;
    left: 0;
    width: 100%;
}


.s_information-img {
    width: 100%;
    position: relative;
}


.s_information h1 {
    font-size: 70px;
    font-weight: 700;
    color: var(--primary);
    padding-right: 70px;
}

.s_information p {
    font-size: 20px;
    margin-bottom: 32px;
}

.s_information a {
    background: #ffc107;
    color: #000;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 20px;
    text-decoration: none;
}

section.descover-idea {
    background-color: #FFF9E0;
    padding: 100px 0px;
}

.d_idea img {
    max-height: 336px;
}

.descover-idea .s_information {
    padding-right: 195px;
}

section.aboutsection {
    padding: 0px 0px 0px;
}

.aboutsection .f_data_inner h2 {
    font-size: 22px;
    color: var(--primary);
    font-weight: 700;
    padding-top: 10px;
}

.d_idea::after {
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    opacity: 0;
    border: 4px solid #FFCC00;
    transition: opacity 0.3s ease;
    width: 90%;
    height: 372px;
}

.d_idea:hover .b_now {
    opacity: 1;
}

.d_idea:hover::after {
    opacity: 1;
}

.d_idea {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

a.b_now {
    opacity: 0;
    position: absolute;
    left: 36%;
    bottom: -50px;
    background-color: #31619A;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 4px solid #fff;
    font-size: 14px;
    font-weight: 600;
}

#specialfare input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    top: 7px;
    width: 17px;
    height: 17px;
    background-color: transparent;
    color: coral;
    border: 2px solid gray;
    border-radius: 50%;
    transition: border-color 0.3s;
}

.label-trip input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    top: 0px;
    width: 17px;
    height: 17px;
    background-color: transparent;
    color: coral;
    border: 2px solid gray;
    border-radius: 50%;
    transition: border-color 0.3s;
}

.info-content {
    padding: 0px 9px;
    color: #000;
}

.info-content {
    padding: 0px 9px;
    color: #000;
}

.s_information-img img {
    position: relative;
    top: 62px;
    max-height: 337px;
    left: 0;
    width: 100%;
}

#specialfare input[type="radio"]::before {
    position: absolute;
    top: -1.5px;
    left: 2.8px;
    width: 20px;
    height: 20px;
    font-weight: 700;
    font-size: 15.5px;
    content: "";
    opacity: 0;
    transition: opacity 0.3s;
}

#specialfare input[type="radio"]::before, .label-trip input[type="radio"]::before {
    position: absolute;
    top: 0.5px;
    left: 3px;
    width: 17px;
    height: 17px;
    font-weight: 700;
    font-size: 10.5px;
    content: "";
    opacity: 0;
    transition: opacity 0.3s;
}

#specialfare input[type="radio"]:nth-of-type(1)::before {
    content: "✓";
}

#specialfare input[type="radio"]:checked,
.label-trip input[type="radio"]:checked {
    border-color: var(--secondary);
    background-color: var(--secondary);
    color: var(--primary);
}

#specialfare input[type="radio"]:checked::before,
.label-trip input[type="radio"]:checked::before {
    opacity: 1;
}

.label-trip input[type="radio"]:nth-of-type(1)::before {
    content: "✓";
}

.label-trip input[type="radio"]:nth-of-type(2)::before {
    content: "✓";
}

.label-trip input[type="radio"]:nth-of-type(3)::before {
    content: "✓";
}

header#mobileheader {
    display: none;
}



.dropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border: none;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.customer-service .signin-content a.signin {
    padding: 7px 10px !important;
    background-color: var(--secondary);
    border-radius: 10px;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    margin-left: 5px;
    display: inline-block;
    width: auto;
    margin: auto;
}

.signin-content li {
    text-align: center;
}

.dropdown-item {
    font-size: 15px;
    text-align: center;
    color: var(--primary);
}



.quick {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: var(--primary);
}

button.btn.btn-secondary.dropdown-toggle.btn-sm-square.yourtrip {
    font-size: 13px;
    width: max-content;
    padding: 0px 10px;
    font-weight: 600;
    border-radius: 5px !important;
}

.customer-service ul.dropdown-menu.show {
    border-radius: 18px !important;
    margin-top: 3px;
    margin-left: 5px;
    border: solid 2px #2a2d53;
    --bs-dropdown-min-width: 14rem;
    left: -75px;
    padding: 10px 10px;
}

ul.dropdown-menu.show li:nth-last-child(1) {
    border-bottom: none;
}




.fligthKey_ p {
    font-size: 16px;
}

.dashmain {
    display: none;
}


.fare-data {
    display: flex;
    align-items: center;
}
/* .fromdata-radio {
    margin-top: 24px;
} */
/* mobile  */

@media (max-width: 768px) {
    .mobile-form:after {
        content: '';
        background-image: url(../images/back-cover.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }
.bottom-header .frominput {
    max-width: 100%;
}.bottom-header  .col-lg-2.d_width {
    width: 100%;
}
input.flatpickr-hidden.flatpickr-input.flatpickr-mobile.flatpickr-mobile {
    position: absolute;
    opacity: 0;
    width: 90%;
    padding: 7px;
    top: 0;
}
.dashmain {
    text-align: center;
    display: block;
}
.p_profile .dashmain h2 {
    font-size: 22px;
    font-weight: 600;
    padding: 0px;
}
.p_profile .breadCrumbSect nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 77px 110px 0px;
    font-size: 18px;
}
section.p_profile.booking_details nav li, section.p_profile.booking_details nav li a {
  font-size: 14px;
}
section.p_profile.booking_details nav {
    justify-content: left;
}
.profile_card {
    padding: 63px 33px;
    background-color: #fff;
    text-align: center;
    position: relative;
    top: -12px!important;
}
.upcoming_trips {
    background: #fff;
    margin-top: 30px!important;
    padding: 30px;
}
.dashboard_data h2,.dashboard_data p   {
    
    display: none;
}
.st_card p {
    
    display: block;
}
.profile_card, .upcoming_trips {
    background: #fff;
    border-radius: 12px;
    padding: 50px  20px 20px 20px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    margin: 0px 30px 6px;
}
.st_card {
    flex: auto!important;
    max-width: 100%!important;
}
.p_profile .breadCrumbSect nav {
    padding: 25px 15px 68px;
    font-size: 25px;
}
.booking_details nav {
    padding: 6px!important;
}
.dashmain p {
    font-size: 14px;
}
.travel-details .fromdata-radio label {
    color: #fff;
    font-size: 12px;
    padding-right: 0px;
    margin: 0;
    cursor: pointer;
    padding-bottom: 10px;
    width: 78px;
}
.fromto img {
    padding-top: 20px;
    margin: auto;
    display: block;
}.fare-data {
    justify-content: center;
}
.fromdata-radio {
    justify-content: center;
}
.bottom-header .fromto_data {
    max-width: 100%;
}
.fromdata-radio {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: baseline;
    padding: 10px 0px;
    gap: 2px;
}

   

    .col-lg-2.selectdata {
        width: 100%;
    }

    .col-md-2.s_sepecial {
        display: flex;
        align-items: baseline;
        justify-content: left;
        border-right: 1px solid #707070;
    }

    div#scroll-fields {
        overflow: scroll;
        border-bottom: 1px solid #fff;
    }

    .fromto_data {
        max-width: 155px;
    }

    .fare-data {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
    }

    #bankcardslide .owl-prev {
        width: 25px;
        height: 50px;
        line-height: 50px;
        border-radius: 50%;
        position: absolute;
        top: -30%;
        text-align: center;
        background-color: transparent;
        z-index: 10;
        right: 28;
        transform: rotate(180deg);
    }

    .tour_name h1 {
        font-size: 22px;

    }

    .flight-table {
        /* width: 166px!important; */
        border-collapse: collapse;
        margin-bottom: 20px;
        width: 100%;
    }

    .airline-logo {
        height: 30px;
        margin-right: 0px;
    }

    p.aitime {
        text-align: center;
        color: #707070;
        font-size: 14px;
    }

   

    .bestoffers_tab .nav-pills .nav-link.active,
    .bestoffers_tab .nav-pills .show>.nav-link {
        color: var(--primary);
        background-color: var(--secondary);
        border-radius: 25px;
        padding: 5px 10px;
    }

    .bestoffers_tab .nav-pills .nav-link {
        border-radius: var(--bs-nav-pills-border-radius);
        font-size: 16px;
        color: #000;
        padding: 5px 8px;
        font-weight: 600;
    }

    section.stayinformation {
        background-color: #F0F0F0;
        padding: 50px 0px 50px 0px;
    }

    .flighttext {
        display: flex;
    }

    .inner_carddetails {
        padding: 0px 0px;
    }

    .card-video {
        padding-bottom: 30px;
        padding-top: 15px;
    }

    .footer-social-icons a {
        margin-left: 8px;

    }

    .footer .footer-top {
        display: grid;
        justify-content: center;
        margin-bottom: 30px;
        border-bottom: 1px solid #3c3c5d;
        padding-bottom: 20px;
    }

    .footer-social-icons span {
        font-size: 14px;
        display: block;
        padding-top: 20px;
    }

    .footer-social-icons {
        text-align: center;
    }

    .footer-logo {
        padding-bottom: 20px;
        text-align: center;
    }

    .footer-links ul li {
        list-style-type: none;
        padding-right: 9px;
        text-align: justify;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    .image-rout {
        max-width: 90px;
        max-height: 90px;
    }

    .footer-links {
        margin-bottom: 30px;
        text-align: center;
    }

    .footer-links ul {
        display: flex;
        flex-wrap: wrap;
        text-decoration: none;
        padding: 0px;
        justify-content: center;
    }

    .m_tabmenu .nav-link.active::after {
        content: '';
        position: absolute;
        top: -1px;
        left: 8px;
        transform: translateX(-50%);
        width: 28px;
        height: 28px;
        background: var(--secondary);
        text-align: center;
        padding: 5px;
        border-radius: 20px;
        z-index: 1;
    }

    .m_tabmenu .nav-link img {
        width: 18px;
        position: relative;
        z-index: 9;
    }

    .m_tabmenu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    #top-header .navbar .navbar-nav {
        padding-left: 0px;
    }

    .navbar .nav-link.active::after {
        content: '';
        position: absolute;
        top: 5px;
        left: 23px;
        transform: translateX(-50%);
        width: 30px;
        height: 30px;
        background: var(--secondary);
        text-align: center;
        padding: 5px;
        border-radius: 20px;
        z-index: -1;
    }

    .customer-service {
        justify-content: space-between;
        display: grid;
        align-items: center;
        padding: 0.5rem;
    }

    .routes-content {
        padding: 12px;
    }

    .label-trip label {
        padding-right: 12px;
        color: #000;
    }

    button.navbar-toggler {
        border: 0px;
    }

    button.navbar-toggler {
        border: 0px;
        padding: 0px;
    }

    .label-trip {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .booking-container .d-flex {
        display: block !important;
    }

    .mob-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    header#top-header {
        display: none;
    }

    .mobile-tabmenu {
        padding: 15px 15px;
    }

    .mobile-tabmenu {
        padding: 20px 15px;
        background-color: #ededed;
        display: none;

    }

    .mobile-form {
        display: none;
    }

    section.descover-idea {
        background-color: #FFF9E0;
        padding: 50px 0px;
    }

    .m_tabmenu .nav-link img {
        width: 18px;
    }

    .m_tabmenu {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .booking-card {
        padding: 15px 25px;
        border: solid 1px #ededed;
        border-radius: 10px;
        max-width: 312px;
    }

    .b_formmobile {
        padding: 30px 0px;
    }

    .booking-form {
        position: relative;
        padding: 0px 0px;


    }

    .booking-card-short {
        height: auto;
    }

    .badges {
        font-size: 14px;
        color: #fff;
        background: transparent;
        padding: 2px 5px;
        border-radius: 5px;
    }

    .booking-container .form-control,
    .booking-container .form-select {
        background: transparent;
        color: #000 !important;
        padding: 0;
        border: 1px solid #fff;
        padding: 8px;
        font-size: 16px;
        font-weight: 400;
    }

    .airportname {
        color: #fff;
        font-size: 15px;
        display: none;
    }

    .arrow-select {
        position: absolute;
        left: 50%;
        top: 55%;
        transform: translate(-50%, -50%);
        cursor: pointer;
    }

    .h_book {
        display: none;
    }

    .label-trip label {
        padding-right: 12px;
        color: #000;
    }

    .selection-dep-return {
        font-size: 14px;
        font-weight: 400;
        background: transparent;
        max-width: max-content;
        padding: 0px 5px;
        color: #000;
        border-radius: 5px;
    }

    .mobile-form {
        background-color: var(--primary);
    }

    .b_formmobile .fromto_data {
        max-width: 100%;
    }

    .fromto {
        display: block;
        justify-content: space-between;
        align-items: center;
    }

    a.in_change {
        position: relative;
        left: 45%;
        top: 55%;
        transform: translate(-50%, -50%);
        cursor: pointer;
    }

    .b_formmobile .frominput {
        max-width: 100%;
    }

    #specialfare input[type="radio"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: relative;
        top: 4px;
        width: 15px;
        height: 16px;
        background-color: transparent;
        color: coral;
        border: 2px solid gray;
        border-radius: 50%;
        transition: border-color 0.3s;
    }

    #specialfare input[type="radio"]::before,
    .label-trip input[type="radio"]::before {
  
        position: absolute;
        top: -3.5px;
        left: -0.2px;
        width: 15px;
        height: 15px;
        font-weight: 700;
        font-size: 14.5px;
        content: "";
        opacity: 0;
        transition: opacity 0.3s;
    }

    .s_information h1 {
        font-size: 48px;
        font-weight: 700;
        color: var(--primary);
        padding-right: 0px;
    }

    .d_idea img {
        width: 100%;
    }

    .d_idea img {
        width: 90%;
        margin: auto;
        display: block;
    }

    .col-lg-5.inverse-data {
        order: 2;
        padding-top: 50px;
    }

    .descover-idea .s_information {
        padding-right: 0px;
    }

    .d_idea {
        position: relative;
        display: block;
        cursor: pointer;
        margin: auto;
        text-align: center;
        padding: 0px 10px;
    }

    .m_tabmenu .nav-link.active {
        position: relative;
    }

    .d_idea::after {
        content: '';
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
        color: white;
        padding: 5px 10px;
        border-radius: 10px;
        opacity: 0;
        border: 4px solid #FFCC00;
        transition: opacity 0.3s ease;
        width: 78%;
        height: 372px;
    }

    a.b_now {
        opacity: 0;
        position: absolute;
        left: 38%;
        bottom: -60px;
        background-color: #31619A;
        color: #fff;
        padding: 10px;
        border-radius: 10px;
        border: 4px solid #fff;
        font-size: 14px;
        font-weight: 600;
    }

    section.aboutsection {
        padding: 0px 0px;
    }

    header#mobileheader {
        display: block;
    }

    .inverse-data1 {
        order: 2;
    }

    .flight-table tr {
        border-bottom: 1px solid #DEDEDE;
     
    }

    .rightcard_border .details-link {

        font-size: 12px;
    }

    .flight-table th,
    .flight-table td {
        border: 0;
        padding: 10px;
        text-align: center;
    }

/*  .table_data table td:nth-child(1) {*/
/*    display: block;*/
/*    width: 100%;*/
/*    text-align: left;*/
/*}*/
/*.table_data table td:nth-child(2) {*/
/*    display: block;*/
/* width: 21%;*/
/*          text-align: center;*/
/*}*/
/*.table_data table td:nth-child(3) {*/
/*    display: block;*/
/*   width: 25%;*/
/*           text-align: center;*/
/*}*/
/*.table_data table td:nth-child(4) {*/
/*    display: block;*/
/*width: 25%;*/
/*         text-align: center;*/
/*}*/
/*.table_data table td:nth-child(5) {*/
/*    display: block;*/
/* width: 28%;*/
/*          text-align: center;*/
/*}*/
.table_data table td:nth-child(5) p.time.flightAmount_ {
    display: block;
    
    justify-content: center;
}

.flight-table tr {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0px;
}
.ticket-air {
    padding-left: 0px !important;
}
    /* .table_data table tr:nth-child(1) {
        display: none;
    } */

    .ticket-air {
        text-align: left;
        padding-left: 10px;
    }

    .ticket-air .aitime {
        text-align: left;
        margin: 0;
    }

    .table_data table td {
        font-size: 16px;
        padding: 10px;
    }


 

    .details-link {
        color: #007bff;
        text-decoration: none;
        font-size: 14px;
        padding-right: 10px;
    }

    .p_profile .breadCrumbSect nav {
    display: flex;
    align-items: center;
    justify-content: center!important;
    font-size: 18px;
}
}






.error_class {
    background: #ccc;
    padding: 2px 5px;
    width: fit-content;
    border-radius: 5px;
}

li.list-group-item.cursor-pointer {
    cursor: pointer;
}

ul#auto-select-results-from {
    position: absolute;
    left: 0;
    width: 50%;
    z-index: 9;
}

ul#auto-select-results-to {
    position: absolute;
    width: 50%;
    z-index: 9;
}

.booking-container .col-md-2.col-12.dropdown ul.dropdown-menu.show {
    top: -67% !important;
}

/** Main loader */

/* Preloader Styling */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(2, 0, 36);
    background: linear-gradient(rgba(255, 226, 0, 0.7483368347338936) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeOut 1s ease-out forwards;
    animation-delay: 2s;
}

.logo-container {
    text-align: center;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 6px solid rgba(255, 255, 255, 0.3);
    border-top: 6px solid #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

#preloader h1 {
    color: #fff;
    /* font-size: 1.5rem; */
    font-size: 14px;
    opacity: 0;
    animation: fadeInText 1s ease-in-out forwards;
    animation-delay: 0.5s;
}

/* Hide Content Initially */

.booking_details .card.mb-3 {
    max-width: 100%;
}
/* Animations */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}


@keyframes fadeInText {
    100% {
        opacity: 1;
    }
}

/* popup box css */


.select-menu .select-btn {
    cursor: pointer;
}

.select-menu .options {
    position: absolute;
    min-width: 260px;
    margin-top: 10px;
    background: #fff;
    box-shadow: 0px 1px 10px rgb(165 160 160 / 80%);
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 0.35s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
    -webkit-animation-fill-mode: both;
    display: none;
    /* right: 0px; */
    top: 100px;
    border-radius: 10px;
}

.select-menu .options .option {
    display: flex;
    height: 55px;
    cursor: pointer;
    padding: 0 16px;
    border-radius: 8px;
    align-items: center;
    background: #fff;
}
.select-menu ul.options .trvelClassAr_ li button.btn.btn-info.btn-sm {
    background: #ffc107;
    color: #000;
    border: solid 1px #ffc107;
}
.select-menu .options .option:hover {
    background: #f2f2f2;
}

.select-menu .options .option i {
    font-size: 25px;
    margin-right: 12px;
}

.select-menu .options .option .option-text {
    font-size: 18px;
    color: #333;
}

.select-btn i {
    font-size: 25px;
    transition: 0.3s;
}

.select-menu .select-btn i {
    font-size: 16px;
}

.select-menu.active .select-btn i {
    transform: rotate(-180deg);
}

.select-menu.active .options {
    display: block;
    opacity: 0;
    z-index: 10;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
}

ul.dropdown-menu.show li {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.booking-container .col-md-2.col-12.dropdown ul.dropdown-menu.show {
    min-width: 270px;
    /* padding: 20px; */
}
.Quicktools {
    border-top: solid 1px #edededed;
    border-bottom: solid 1px #edededed;
    margin: 10px 0px;
    padding: 10px 0px;
}
.Quicktools a.quick {
    display: block;
    width: 100%;
}
.buttonSection {
    /* width: 62px; */
    display: flex;
    border: 1px solid #d4d4d4;
    overflow: hidden;
    padding: 0px 10px;
    border-radius: 7px;
    background: #fff;
    width: 70px;
    margin-bottom: 5px;
}

.buttonSection button {
    border: none;
    background: #fff;
    padding: 0px 10px;
    overflow: hidden;
    height: 28px
}

.buttonSection button i {
    font-size: 10px;
    font-weight: 700;
}

.buttonSection .btnMinus {
    border-right: 1px solid #d4d4d4;
}
.oneway_slide .slidedate .owl-item.active {
    border-right: 1px solid #d0d0d0;
    margin-right: 0px!important;
}
@keyframes fadeInUp {
    from {
        transform: translate3d(0, 30px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    to {
        transform: translate3d(0, 20px, 0);
        opacity: 0;
    }
}

.select-menu ul.options li p {
    color: #000;
    font-weight: 500;
    font-size: 13px;
}

.select-menu ul.options li {
    display: flex;
    justify-content: space-between;
    color: #000;
    border-bottom: dotted 1px #939292;
    align-items: center;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 400;
}

.select-menu ul.options li:nth-last-child(1) {
    border-bottom: none;
}

.select-menu ul.options {
    padding-left: 0px;
}

.select-menu ul.options li p {
    color: #000;
    font-weight: 500;
    font-size: 13px;
    padding-top: 0px;
    width: 70px;
}

.select-menu ul.options li p span {
    font-size: 11px;
    font-weight: 600;
}

ul.trvelClassAr_ {
    display: grid;
    align-items: center;
    justify-content: unset;
    width: 100%;
    padding: 0px;
}

.select-menu ul.options .trvelClassAr_ li {
    border-bottom: none;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    font-size: 13;
    font-weight: 500;
}

ul#auto-select-results-from {
    left: 10px;
    max-width: 290px;
}

ul#auto-select-results-to {

    max-width: 200px;

}

.detailPage_ ul#auto-select-results-from {
    left: 230px;
    max-width: 250px;
}

 .rightcard_border table.flight-table td {
    padding: 20px 10px;
}
.rightcard_border table.flight-table th {
    padding: 5px 10px;
    text-align: center;
}
.rightcard_border table.flight-table th:nth-child(1) {
    text-align: left;
}
.rightcard_border p.time-data {
    margin-bottom: 5px;
}

.rightcard_border .airline-logo {
    height: 50px;
    width: 50px;
    border-radius: 4px;
    object-position: center;
    object-fit: cover;
    margin-right: 15px;
margin-left: 10px;
}
.rightcard_border .flighttext .airline-logo {
    height: 53px;
    width: 53px;
    border-radius: 4px;
    object-position: center;
    object-fit: cover;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 5px;
}
.rightcard_border .flighttext {
    position: relative;
}
.rightcard_border .flighttext  .flightRadio {
    width: 18px;
    height: 18px;
}
.ticket-air {
    text-align: left;
}
p.airindia.flightName_ {
    color: #000;
    font-weight: 900;
}
.rightcard_border p.aitime {
    white-space: nowrap;
    margin-bottom: 0px;
    font-weight: 500;
    color: #b5b5b5;
}



.rightcard_border .time-data::after {
    left: 0px;
    width: 58px;
 
    top: 25px;
    right: 0px;
    margin: auto;
}

.rightcard_border .time {
    margin: 0px;
    font-size: 17px;
    font-weight: bold;
}

.rightcard_border .details-link {
    color: #00d2e7;
    text-decoration: none;
    display: block;
}

.Flights_links a {
    font-size: 16px;
    text-decoration: none;
    color: #369FD6;
}#otpSection {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}#verifyMailOtpBtn {
    background: #ffcc00 !important;
    color: #000 !important;
    border: #ffcc00 !important;
    height: auto !IMPORTANT;
    padding: 10px;
}
.modal-backdrop {
    background: #646464ad !important;
}



.rightcard_border p.aitime {
    white-space: nowrap;
}

.custom-slider .slidedate .owl-nav {
    height: 100%;
}
 
#slidedate,
#slidedateReturn .owl-item li {
    list-style: none;
    display: block;
    align-items: center;
    justify-content: center;
    /* padding: 9px; */
}
.col-md-6.col-12.scroll_slide {
    margin-top: 0px;
}
#slidedate li {
    /* padding: 21px 0px; */
}

#slidedate, #slidedateReturn .owl-item li a {
    text-align: center;
    color: #707070;
    font-size: 14px;
    font-weight: bold;
}
.quick_card form {
    margin: 0px;
    display: flex;
}

.slidedate li a.nav-link br {
    display: none;
}
button#loginFormSubmit {
    padding: 10px;
}

#continueSection button {
    padding: 10px;
    border: 1px solid #ffcc00;
    background: #ffcc00 !important;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: 700;
}

#continueSection button:hover {
    background-color: transparent;
    color: #707070;
}

#loginInput {
    padding: 10px;
}

#loginInput {
    padding: 10px;
    width: 100%;
    min-width: 400px;
}

#accordionPanelsStayOpenExample .accordion-button {
    background: #f4f4f6;
}

#accordionPanelsStayOpenExample .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.email_card img {
    max-width: 40px;
    margin-right: 10px;
}

.email_card {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ededed;
    padding-bottom: 18px;
}

.email_card p {
    margin: 0px;
    font-size: 20px;
}

.main-gst img {
    max-width: 60px;
}

.main-gst {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gst {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gst_booking p {
    margin: 0PX;
}

.gst_booking {
    padding-left: 15px;
}

.gst_booking .section-title {
    margin: 0px;
}

.gst button {
    padding: 10px 20px;
}

.main_insurancw {
    display: flex;
    justify-content: space-between;
}

.main_insurancw p {
    margin: 0px;
}

.icon_div img,
.bagsicon img {
    max-width: 44px;
    margin-right: 10px;
}

.icon_div,
.bagsicon {
    display: flex;
    align-items: start;
}

.t_card .accordion-header {

    padding-bottom: 10px;
}

.luggage_protexction {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.replace_btn1 {
    text-align: right;
}

.replace_btn1 p {
    margin: 0px;
    white-space: nowrap;
}

.replace_btn1 p span {
    font-size: 24px;
    font-weight: 600;
}

.replace_btn1 p {
    margin: 0px;
    white-space: nowrap;
    margin-top: 10px;
}

.replace_btn1 button {
    padding: 10px 10px;
}

.whaite_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 5px;
}

.g_content h4 {
    font-size: 16px;
}

.g_card {
    background-color: #f4f6f8;
    padding: 10px;
}

.g_content p {
    margin: 0px;
}

.info_card {
    background-color: #002543;
    color: #fff;
    padding: 10px;
    margin-top: 16px;
}

.info_card p {
    margin: 0px;
}

.whaite_card img {
    max-width: 40px;
    margin-right: 10px;
}

.seat_s img {
    max-width: 50px;
}

.seat_s button {
    border: 1px solid #000;
}

#continueSection img {
    max-width: 26px;
}

input#contactOtp {
    padding: 10px 6px;
    margin-bottom: 10px;
}

@media(max-width:767px) {
    .gst {
        display: grid;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }
.rightcard_border .flighttext .airline-logo {
    height: 40px;
    width: 40px;
}
    .luggage_protexction {
        display: grid;
        justify-content: space-between;
        padding-bottom: 10px;
    }

    .main_insurancw {
        display: grid;
        justify-content: space-between;
    }

.rightcard_border .flighttext {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 10px;
}
.table_data .flight-table td:nth-child(2) {
    text-align: left;
}
    .rightcard_border .time {
        margin: 0px;
        font-size: 13px;
        font-weight: 900;
    }

  

    .rightcard_border .time-data::after {
        left: 0px;
        width: 65px;
        height: 1px;
    }

    .rightcard_border .airline-logo {

        margin-right: 0px;
  margin-left: 0px;

    }
.rightcard_border table.flight-table td {
    padding: 0px 0px!important;
}
  
    .rightcard_border .book-btn {

        margin-right: 10px;
    }

    .flight-table tr {

        position: relative;
    }

   .crossAmt_ {
    color: red;
    font-size: 12px;
    display: inline !important;
    line-height: 10px;
    
}

span.mainPrice {
    font-size: 14px !important;
    display: inline-block !important;
    line-height: 16px;
}
span.mainPromos {
    font-size: 10px !important;
    line-height: 12px;
}
.table_data .roundTripSection_ table td:nth-child(5) p.time.flightAmount_ {
    display: grid;
    justify-content: center;
}

.flight-table tbody tr:last-child {
    border-bottom: none;
}
.rightcard_border .dataTable.no-footer {
    border-bottom: none;
}
}

/* payment page */
.userMial_ p {
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
}

ul#stepTabs {
    border: none;
}

.userMial_ span {
    font-size: 13px;
}

.h_account h6 {
    margin-right: 30px;
}

.iconmain {
    display: flex;
}

.iconmain p {
    padding-left: 10px;
}

.mailInfo_sec .icon {
    background: #ffcc00;
    padding: 11px;
    border-radius: 50%;
    font-size: 22px;
    width: 45px;
    height: 45px;
    color: #fff;
    text-align: center;
}

.userMial_.iconmain {
    padding: 0px 40px;
    display: flex;
    align-items: center;
    margin-left: 0px;
    margin-right: 20px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

.iconmain i.fa.fa-phone {
    transform: rotate(97deg);
}


.mian_card_inner {
    display: flex;
    justify-content: left;
    align-items: center;
    border: 1px solid #ededed;
    padding: 10px;
    max-width: 182px;
    width: 100%;
}

.flight_name p {
    margin: 0px;
}

.mian_card_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flight_name p {
    margin: 0px;
    font-size: 14px;
}

.flight_name p span {
    font-weight: 600;
}

.mian_card_inner img {
    margin-right: 10px;
}

.revire_itinerary {
    display: flex;
    justify-content: end;
    padding: 20px 20px 0px;
}

.revire_itinerary a {
    color: #19478a;
    font-size: 18px;
}

.mian_card_inner img {
    margin-right: 10px;
}

.top-header .nav-link.active img {
    filter: brightness(0) saturate(100%) invert(72%) sepia(76%) saturate(1208%) hue-rotate(359deg) brightness(104%) contrast(105%);
}

.review_travller .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: transparent !important;
    border-color: transparent;
    color: #2a2d53 !important;
    font-weight: 600;
}

.review_travller .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: transparent;
}

.review_travller .nav-tabs .nav-link {
    color: #000;
    padding: 0px;
    color: #2A2D53;
}

.review_travller .nav-tabs .nav-link i {
    padding: 0px 10px;
}

.p_profile h2 {
    font-size: 25px;
    margin-top: 10px;
}

#top-header .nav-link.active img {
    position: relative;
    z-index: 9;
}

header#top-header a.nav-link.active {
    background: transparent;
    color: #000000;
}

.routs .footer-linkss ul {
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px 10px;
}
.routs .footer-linkss ul li {
    width: 24%;
    margin-bottom: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C7C7C7;
    border-radius: 8px;
}

.routs .footer-linkss ul li a {
    display: block;
    text-align: center;
    color: #000;
    font-size: 14px;
    padding: 6px;
}
.footer-linkss {
    margin-bottom: 30px;
}
.form-checks {
    align-items: center;
    display: flex;
    padding-right: 20px;
}
.routs .footer-linkss h4 {
    text-align: center;
    color: #2A2D53;
    margin-bottom: 24px;
    font-weight: 600;
}

.feature-section {
    padding: 40px 20px;
    background-color: #fff;
    text-align: center;
}

.features-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin: auto;
}

.feature-card {
    background-color: #fff;
    border: 2px solid #ffcc00;
    border-radius: 10px;
    padding: 20px;
    max-width: 23%;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.feature-card .icon {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 10px;
}

.feature-card .icon img{
    width: 38px;
    margin-right: 15px;
    height: 38px;
}

.feature-card h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #000;
}

.feature-card p {
    font-size: 14px;
    color: #333;
    margin: 0;
}

.flightNameCode {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.overview.leftSec {
    display: flex;
   
    align-items: flex-start;
}
.seatmeal_container h4 {
    margin-bottom: 10px;
    font-size: 16px;
}
.overview.leftSec img.me-2 {
    border-radius: 7px;
}

.flightDepartInfos {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.flightDepartInfos h3.fw-bold.mb-1 span {
    display: inline-block;
    width: 21px;
    height: 21px;
    text-align: center;
    background: #ffcc00;
    border-radius: 30px;
    line-height: 25px;
    font-size: 12px;
    margin-right: 10px;
}

.flightDepartInfos h3.fw-bold.mb-1 {
    align-items: center;
    display: flex;
    justify-content: center;
    color: #2A2D53;
    font-size: 24px;
}

.flightDepartInfo_ {
    display: flex;
    align-items: flex-end;
}
.rightcard_border .flighttext {
    display: flex;
    align-items: center;
    gap: 10px;
}
.flightDepartInfo_ p {
    margin-left: 13px;
    color: #2A2D53;
}

.flightDepartInfo_ h6.fw-bold.mb-1 {
    margin-right: 13px;
    margin-bottom: 0px !important;
    color: #2A2D53;
}

.flightDepartInfos h3.fw-bold.mb-1 svg {
    margin-right: 10px;
}

.overview.rightSecs {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom: solid 1px #ededed;
    margin-top: 20px;
    border-top: solid 1px #ededed;
}

.overview.rightSecs strong,
.overview.rightSecs div {
    font-weight: 400;
    font-size: 13px;
}

a.depart {
    background-color: var(--secondary);
    border-radius: 18px;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    margin-left: 5px;
    border: 0px;
    padding: 1px 13px;
    text-transform: uppercase;
}
.emi-details p {
    font-size: 13px;
    margin: 0px;
}
@media (max-width: 768px) {
    .features-container {
        flex-direction: column;
        align-items: center;
    }

    .feature-card {
        max-width: 90%;
    }
}

.booking-containerwrap {
    padding: 20px;
    margin-top: 15px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 15px #00000012;
    border: 1px solid #DEDEDE;
    border-radius: 16px;
    position: relative;
}

.footer-row.flexlock {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.footer-row.flexlock .footer-social-icons {
    width: 45%;
}

.footer-row.flexlock .footer-social-icons {
    display: flex;
    width: 45%;
    justify-content: space-between;
    align-items: center;
}

.aboutsection .f_data_inner h3 {
    font-size: 18px;
    color: var(--primary);
    font-weight: 700;
    padding-top: 10px;
}

.aboutsection .f_data_inner p {
    font-size: 14px;
}

.booking-containerwrap .row.mt-3 .col-md-6.col-12 .col-md-4.col-12 {
    padding: 0px 3px;
}

.col-md-6.col-12.pr-0 {
    padding-right: 3px;
}

.col-md-6.col-12.pl-0 {
    padding-left: 0px;
}

.booking-card.ml-1 {
    margin-left: 7px;
}

.booking-containerwrap .col-md-6.col-12.pl-0 .row.m-0 {
    height: 100%;
}

button.btn.btn-search.ctmt {
    margin-top: 40px;
    border: solid 1px #ffc107;
    margin-bottom: 15px;
}

.footer-rowbg.flexlockg {
    background: #F0F0F0;
}

footer.bg-light.top {
    margin-top: 50px;
}

.footer-rowbg.flexlockg {
    background: #F0F0F0;
    padding: 20px 0px;
}

.footer-rowbg.flexlockg ul {
    margin: 0px;
}

footer.bg-light.top {
    margin-top: 50px;
    background: #EAEAEA !important;
}

.footer-social-icons a img {
    filter: brightness(0.5);
}

footer.bg-light.top address {
    font-size: 14px;
}

footer.bg-light.top p {
    font-size: 14px;
}


.contentwrap:after {
    content: '';
    background: #ededed;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 320px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.review_travller {
    padding: 10px 0px 0px;
}

.review_travller li.nav-item a.nav-link.active span {
    display: inline-block;
    width: 21px;
    height: 21px;
    text-align: center;
    background: #ffcc00;
    border-radius: 30px;
    line-height: 21px;
    font-size: 12px;
    margin-right: 4px;
}

.review_travller li.nav-item a.nav-link span {
    display: inline-block;
    width: 21px;
    height: 21px;
    text-align: center;
    background: #D3D3D3;
    border-radius: 30px;
    line-height: 21px;
    font-size: 12px;
    margin-right: 4px;
}

.mt-2.d-flex.justify-content-between.flightOverViewBottom_ {
    padding: 10px 0px !important;
    font-size: 14px;
    font-weight: 500;
}

#stp2 h3.fw-bold.mb-1 {
    font-size: 21px;
}

#stp2 {
    margin-bottom: 0px;
}

.containers.mt-5s.stps2 label.form-label.text-danger {
    color: #052c65 !important;
}

#accordionPanelsStayOpenExample .accordion-button {
    background: #fff;
    color: #000;
}



.continue-btn {
    border: solid 0px #000;
}

.containers.mt-5s.stps2 select,
.containers.mt-5s.stps2 input[type="text"],
.containers.mt-5s.stps2 input[type="email"] {
    background: #F0F0F0 0% 0% no-repeat padding-box;
    border-radius: 7px;
    font-size: 13px;
    min-height: 46px;
}

.bg-white.shadow-sm.rounded.p-3.border.main_card.Promo_code h6.fw-bold.mb-3 {
    color: #052c65;
}

.bg-white.shadow-sm.rounded.p-3.border.main_card.Promo_code input.form-control.form-control-sm {
    background: #f0f0f0;
}

.bg-white.shadow-sm.rounded.p-3.border.main_card.Promo_code span.input-group-text.text-success {
    background: #ffcc00;
}

.bg-white.shadow-sm.rounded.p-3.border.main_card.Promo_code input.form-control.form-control-sm {
    background: #f0f0f0;
    color: #b9b9b9;
}

.price-summary {
    background-color: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 17px;
}

.price-summary h2 {
    color: #2A2D53;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 0px 0px 5px;
    border-bottom: 1px solid #dedede;
}
.summary-item:nth-last-of-type(2){
    border:none;
}

.total-price {
    background-color: #ffd700;
    padding: 15px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.emi-section {
    display: flex;
    align-items: center;
    background-color: #f4f4f4;
    border-radius: 8px;
    padding: 0px 10px 0px 0px;
    display: none;
}

.emi-icon {
    background-color: #ffd700;
    padding: 10px;
    border-radius: 8px 0px 0px 8px;
    margin-right: 10px;
    height: 62px;
    padding-top: 16px;
}

.emi-details {
    flex-grow: 1;
    font-weight: 600;
    padding: 10px 0px;
}

.click-to-know {
    background-color: #ffd700;
    color: black;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
}

.bg-white.shadow-sm.rounded.p-3.border.main_card.Promo_code,
.containers.mt-5s.stps2 .card.shadow-sm,
#step1 .card.p-3 {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    margin-bottom: 17px;
    border: none !important;
}

#seatMealTab li.nav-item {
    width: 25%;
}



#seatMealTab li.nav-item:nth-child(1) {
    background: #ededed;
    color: #000;
}

#seatMealTab li.nav-item:nth-child(2) {
    background: #EBEAEA;
    color: #000;
}

#seatMealTab li.nav-item:nth-child(3) {
    background: #F0F0F0;
    color: #000;
}

#seatMealTab li.nav-item:nth-child(4) {
    background: #F8F7F7;
    color: #000;
}

#seatMealTab li.nav-item button {
    color: #000;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
}

#seatMealTab li.nav-item button img{
    margin-right: 11px;
    width: 25px;
    height: 25px;
}
#seatMealTab li.nav-item button.nav-link.active img {
    filter: brightness(0) invert(1);
}

#seatMealTab li.nav-item button.nav-link.active svg {
   filter: brightness(0) invert(1);
}

ul#seatMealTab {
    border: none;
}

#seatMealTab li.nav-item:nth-child(4) button {
    color: #00B1FF !IMPORTANT;
}

.flex0con {
    display: flex;
    gap: 13px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.calender {
    margin: 0px -13px;
}

.calender img {
    width: 100%;
}

.card-bodypolicy img {
    width: 100%;
    margin-bottom: 27px;
}


/* profile_page */

   .dashboard_card img {
        max-height: 200px;
        width: 100%;
        object-fit: cover;
    }

    .profile_card {
        padding: 63px 33px;
        background-color: #fff;
        text-align: center;
        position: relative;
        top: 50px;
    }

    section.p_dashboard {
        background-color: #e7ebee;
    }

    img.bannercard {
        max-width: 100%;
        max-height: 170px;
        width: 100%;
        object-fit: cover;
    }

    .dasboard_content {
        position: relative;
        top: -50px;
    }

    .profile_img h2 {
        font-size: 38px;
    }

    .name_feild img {
        max-width: 25px;
    }

    .profile_content {
        background: #fff;
        padding: 40px 20px 15px 150px;
        border-radius: 25px;
        border: 1px solid #ddd;
        max-width: 900px;
        margin: 30px auto;
        position: relative;
    }

    .name_profile {
        background: #ffcc00;
        width: 180px;
        height: 180px;
        text-align: center;
        padding: 22px;
        border-radius: 50%;
        color: #fff;
    }

    .name_profile h2 {
        font-size: 92px;
    }

    .name_feild img {
        max-width: 20px;
        margin-right: 10px;
    }

    /* .name_feild {
        margin-bottom: 30px;
    } */

    .profile_cardmain .row {
        align-items: center;
    }

    .name_feild h4 {
        font-size: 14px;
        color: #495057;
    }

    .name_feild::before {
        content: '';
        left: -30px;
        top: 0;
        height: 100%;
        background: #25244b;
        width: 2px;
        position: absolute;
        z-index: 0;
    }

    .name_feild::after {
        content: '';
        left: -33px;
        top: 25px;
        width: 10px;
        height: 10px;
        border: 1px solid #ffcc00;
        background: #ffcc00;
        position: absolute;
        z-index: 1;
        border-radius: 50%;
    }

   
    .profile_details {
        position: relative;
    }

    .p_dashboard .container h2 {
        padding: 30px 0px 0px;
        margin: 0;
    }

    .name_feild h6 i, .edit_feild h6 i {
        font-size: 18px;
        margin-right: 10px;
        color: #25244b;
    }

    .edit_feild img {
        max-width: 20px;
    }

    .edit_feild {
        margin-bottom: 24px;
    }

    .profile_details {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .profile_details2 {
        min-width: 400px;
    }

    .main_edit {
        min-width: 400px;
    }

   

    .name_profile h2 {
        padding: 12px !important;
    }

    .form_card h4 {
        font-size: 18px;
    }

    button#canceldiv {
        background: #ffcc00;
        padding: 7px 20px;
        border-radius: 5px;
        border: 0px;
        color: #fff;
    }

    #signbtn, #changePassword {
        background: #25244b;
        padding: 7px 20px;
        border-radius: 5px;
        border: 0px;
        color: #fff;
        font-weight: 400;
    }

    #chnage_password {
        display: none;
    } 
    .edit_feild h6 {
    cursor: pointer;
}
.p_profile.booking_details .breadCrumbSect nav a {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}
.p_profile.booking_details .breadCrumbSect nav li {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

a.booking_details_card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

 
.bookingList .details {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
}

.booking_details .bookingList .icon img {
    border-radius: 5px;
    width: 50px;
}
.card_under .card {
    padding: 15px;
    box-shadow: 0px 8px 15px #00000012;
    border-radius: 15px;
}
.card_under img {
    width: 55px;
    border-radius: 10px;
}
.scroll_slide {
    margin-top: 10px;
}

.onward_flight {
    position: absolute;
    width: 100px;
    border-radius: 999px;
    border: 1px solid rgba(25, 71, 138, .5);
    background: #fff;
    color: #19478a;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    line-height: 27px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    top: -20px;
}
.onward_flight svg {
    width: 15px;
    margin-left: 3px;
}
.return_plane svg {
    transform: rotate(-90deg);
}
.view-fare-btn {
    background-color: #ffcc00  !important;
    color: #000  !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: #f8f9fa00;
}.signin-content strong {
    color: #00B1FF;
}

 

.rightcard_border p.aitime {
    white-space: nowrap;
    margin-bottom: 0px;
    font-size: 14px;
}


.mainPromos {
    font-size: 14px;
    color: #49B50F;
    font-weight: 700;
}
.crossAmt_ {
    color: red;
    display: inline-block;
    font-size: 14px;
}
.mainPrice {
    font-size: 17px !important;
    display: inline-block !important;
}
.mainPromos {
    display: block !important;
}
.rightcard_border table.flight-table th, .rightcard_border table.flight-table td {
    border-right: 0px;
    border-left: 0px;
    line-height: 24px;
}
table.flight-table tr td:nth-child(3) {
    font-weight: 400;
    font-size: 14px;
}

#seatMealTab li.nav-item button.nav-link.active{
    background: #ffcc00 !important;
    width: 100%;
 border-radius: 0px;

}


@media (max-width:767px) {
.col-md-2.s_sepecial:nth-of-type(1) {
    display: none;
}.f_data_inner.text-center {
    display: none;
}.booking-card.ml-1 .badges {
    color: #000;
    display: block;
    text-align: right;
}
#returnDateBox .selection-dep-return {
    display: block;
    width: 100%;
    text-align: right;
    max-width: 100%;
}
button.btn.btn-search.ctmt {
    width: 100%;
    max-width: 100%;
}
.bottom-header.togglehide {
    display: none;
}
.bottom-header.togglehide.blockhide {
    display: block;
}.tour_namectm {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    background: #f5f5f5;
align-items: center;
    font-size: 14px;
}.tour_namectm h1 {
    font-size: 19px;
    margin: 0px;
    font-weight: 600;
}
svg.clise {
    display: none;
}
.trepedit.blockhideedit svg.clise {
    display: block;
}
.trepedit.blockhideedit svg.clisearrpw {
    display: none;
}
.trepedit {
   
    padding: 5px;
    border-radius: 50%;
}
    .desktopnonoe, p.nmnonetext {
        display: none;
        overflow: auto;
        padding: 0px 20px 10px;
    }

    .mnnone {
        display: none !important;
    }

    .desktopnonoe img {
        margin-right: 10px;
        width: 60%;
    }

    .booking-card.ml-1 {
        margin-top: 0px;
    }
.d-flex.justify-content-between.card-booking {
    display: flex !important;
    border-bottom: solid 1px #ededed;
    align-items: center;
}.arrow-select img {
    width: 30px;
}.booking-container .form-control, .booking-container .form-select {
    font-size: 14px;
    font-weight: 400;
}.booking-containerwrap .row.mt-3 .col-md-6.col-12 .col-md-4.col-12 {
    order: 1;
}
.arrow-select {
    position: static;
    transform: none;
    cursor: pointer;
}
    .col-md-6.col-12.pr-0 {
        padding-right: 10px;
    }

    .booking-card {
        padding: 0;
        border: solid 1px #ededed;
        border-radius: 10px;
        max-width: 100%;
        border: none;
    }

    .badges,
    .booking-containerwrap label,
    .selection-dep-return span {
        text-transform: uppercase;
        margin-bottom: 0px;
    }

    .booking-container .form-control,
    .booking-container .form-select {
        border: 1px solid #ededed;

    }

    .col-md-6.col-12.pl-0 {
        padding-left: 10px;
        padding-right: 10px !important;
    }

    .booking-card-short h2 {
        font-size: 16px;
        font-weight: normal;
        color: #000;
        padding-top: 0px;
        margin-bottom: 0px;
    }
.date-info {
    background: transparent;
    color: #000 !important;
    border: 0px;
    padding: 10px 0px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
    position: relative;
}

.b_detailscard {
    display: flex;
    justify-content: left;
    padding-bottom: 10px;
}
.pnr_number {
    display: grid;
    justify-content: left;
    align-items: center;
}
.bookingList .route {
    padding-left: 10px;
    line-height: 10px;
}
.scroll_card .d_card {
    display: flex;
    min-width: 1300px;
    overflow-y: scroll;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}
.booking-card-short .flatpickr-input[readonly] {
    cursor: pointer;
    height: 0;
}
.scroll_card {
    overflow-y: scroll;
}
.bookingList .info {
 
    margin-bottom: 12px;
}
.flex-inline {
    display: none;
}
.card_under img {
    width: 45px;
    border-radius: 10px;
}
    .booking-card-short h2 span {
        font-size: 16px!important;
        font-weight: 400;
    }

    .label-trip {
    height: 40px;
    display: flex;
    justify-content: space-around;
    border-radius: 20px;
    align-items: center;
    padding: 4px;
    background: #f3f3f3;
}
.label-trip .form-checks {
    position: relative;
    padding-right: 0px;
    width: 120px;
}
    #specialfare input[type="radio"]::before
    {
        position: absolute;
        top: -1.5px;
        left: 1.8px;
        width: 12px;
        height: 10px;
        font-weight: 700;
        font-size: 11.5px;
        content: "";
        opacity: 0;
        transition: opacity 0.3s;
    }
    .label-trip input[type="radio"]:checked {
    background: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    background-color: #fff;
    box-shadow: 0px 4px 16px 0px #1a1a1a14;
    border-radius: 16px;
    width: 100%;
    position: absolute;
    height: 30px;
    top: -3px;
}
.label-trip label {
    padding-right: 0px;
    color: #000;
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
}.label-trip .form-checks {
    position: relative;
    padding-right: 0px;
    width: 140px;
}
.label-trip input[type="radio"] {
    border: none;

}
.booking-containerwrap .row.mt-3 .col-md-6.col-12 .col-md-4.col-12 {
    border-bottom: solid 1px #ededed;
    border-top: solid 1px #ededed;
            padding-top: 10px;
}
#trip-way input[type="radio"]::before{display:none}
    .select-btn.date-info {
        border: none;
        padding: 0px;
    }
.s_sepecial label span {
    display: none;
}.col-md-10.d-flex#specialfare input[type="radio"] {
    position: relative !important;
    top: 2px !important;
    left: -1px !important;
}
.seatmeal_container .seat-layout {
    display: flex;
    flex-direction: column-reverse;
        position: relative;
}
.seatmeal_container .column-numbers {
    position: absolute;
    top: 45%;
    left: 0;
}
.seatmeal_container .seats:nth-child(3) {
    margin-bottom: 5px !important;
    margin-top: 35px;
}
.s_sepecial label.ms-1 {
    color: #000;
    cursor: pointer;
    border: solid 1px #D8D8D8;
    border-radius: 86px;
    padding: 6px 15px;
    white-space: nowrap;
}
.col-md-2.s_sepecial {
    display: flex;
    align-items: baseline;
    justify-content: start;
    border-right: none;
    min-width: max-content;
    margin-right: 3px;
}
  .col-md-2.s_sepecial {
    margin-left: 0px;
} 
.booking-card-short {
        padding: 0px;
        border: none;
        border-radius: 10px;
        height: auto !important;
        margin-top:5px;
    }

    .booking-card.ml-1 {
        margin-left: 0px;
    }

    .selection-dep-return {
        padding: 0px 0px;

    }

    h2.passengerCount_ {
        background: transparent;
        color: #000 !important;
        border: none;
        padding: 10px 0px;
        font-size: 14px;
        font-weight: 400;
        border-radius: 6px;
    }

    div#specialfare {
        overflow: scroll;
        padding-top: 35px;
        position: relative;
       padding-bottom: 10px;
    }
.booking-containerwrap .booking-container + .row.mt-3 {
    margin-top: 5px !important;
}
    .col-md-2.s_sepecial {
        display: flex;
        align-items: baseline;
        justify-content: start;
        min-width: auto;
        margin-right:5px;
    }

    div#specialfare label.spaecial-f.me-2 {
        min-width: 143px;
        position: absolute;
        top: 4px;
        color: #ffc107;
    }

    .booking-containerwrap .container,
    .booking-containerwrap .container .f_data_inner.text-center {
        padding: 0px;
    }

    .routs .footer-linkss ul li {
        width: 100%;

    }

    .feature-section {
        padding: 20px 0px;
        background-color: #fff;
        text-align: center;
    }

    .f_data_inner {
        padding: 0px 0px;
    }

    footer.bg-light.top {
        text-align: center;
    }

    .footer-row.flexlock .footer-social-icons {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .footer-row.flexlock {
        display: flex;
        align-items: end;
        justify-content: space-between;
        flex-direction: column;
    }

  .booking-container .form-control, .booking-container .form-select {
    border: none !important;
    padding-left: 0px;
    font-weight: bold;
    font-size: 15px;
}
.select-menu.booking-card-short .selection-dep-return span {
    font-weight: bolder;
}
    #specialfare input[type="radio"]::before,
    .label-trip input[type="radio"]::before {
        position: absolute;
        top: -1.5px;
        left: 2.8px;
        width: 12px;
        height: 10px;
        font-weight: 700;
        font-size: 11.5px;
        content: "";
        opacity: 0;
        transition: opacity 0.3s;
    }

    #specialfare input[type="radio"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: relative;
        top: 4px;
        width: 18px;
        height: 18px;
        background-color: transparent;
        color: coral;
        border: 2px solid gray;
        border-radius: 50%;
        transition: border-color 0.3s;
    }

    .mt-2.d-flex.justify-content-between.flightOverViewBottom_ {
        flex-wrap: wrap;
    }

    .overview.leftSec {
        width: 100%;
    }

    .overview.leftSec+div,
    .overview.leftSec+div+div,
    .overview.leftSec+div+div+div {
        width: 33.333%;
        margin-top: 20px;
    }

    .overview.leftSec+div+div svg#Group_569 {
        width: 63%;
    }

    .flightDepartInfo_ h6.fw-bold.mb-1 {
        font-size: 18px;
    }
.reviewflightDetailsInfo_ h5 {
    font-size: 22px;
}
.timeAndTerminalInfo h6 {
    font-weight: 600;
    font-size: 14px;
}
.text-muted p {
    font-size: 12px;
    font-weight: 600;
}
    .overview.rightSecs {
        flex-wrap: wrap;
    }

    .overview.rightSecs div {
        width: 50%;
        padding: 10px 0px;
    }

    .h_account {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .h_account .mailInfo_sec {
        gap: 8px;
        margin-left: 0px!important;
        margin-bottom: 10px;
    }

    .row.col-md-3.mb-5.mr-0 {
        margin: 0px !important;
        margin-bottom: 20px !important;
    }

    .iti {
        position: relative;
        display: block !important;
    }

    #seatMealTab li.nav-item:nth-child(2),
    #seatMealTab li.nav-item:nth-child(3),
    #seatMealTab li.nav-item:nth-child(4),
    #seatMealTab li.nav-item:nth-child(1) {
        background: transparent;
        color: #000;
    }

    #seatMealTab li.nav-item button {
        color: #000;
        width: 100%;
        font-weight: 600;
        font-size: 14px;
        padding: 5px;
    }

    #seatMealTab li.nav-item button.nav-link svg {
        display: block;
        text-align: center;
        margin: auto;
        margin-bottom: 10px;
    }

    #bankcardslide .owl-prev {
        top: -31%;

    }
.ord2 {
    order: 2;
}

   .ord1 {
    order: 1;
}

 

    .table_data.pb-3 {
        padding: 10px;
    }

    .flight-table th,
    .flight-table td {
        text-align: left;
    }

  
    .selection-dep-return {
        margin-bottom: 5px;
    }

    .flight-container {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .flight-section {
        padding: 10px 15px;
    }

    #content {
        margin-top: 0px !important;
    }

    .dasboard_content {
        position: relative;
        top: 0px !important;
    }

    .profile_card p {
        font-size: 13px !important;
        margin: 0px;
    }

    .dashboard_data {
        color: #fff;
        background: #fff;
    }

    .st_card {
        width: 50% !important;
        position: relative;
    }

    .dashboard_data {
        color: #000;
        background: #fff;
    }

    .dashboard_data h2,
    .dashboard_data p {
        padding-left: 10px;
    }

    .dashboard_data h2,
    .dashboard_data p {
        padding-left: 10px;
        color: #000;
    }

    .q_uick {
        display: block;
        padding-top: 35px;
    }
.quick_card form {
    margin: 0px;
    display: block;
    width: 100%;
    justify-content: center;
}
#loginInput {
    padding: 10px;
    /* width: 100%; */
    min-width: auto;
}
.quick_card input[type="text"] {
    width: 52%!important;
    padding: 8px 10px;
    border-radius: 12px;
    border: none;
    background: #F0F0F0 0% 0% no-repeat padding-box;
    margin-left: 24px;
}   p.nmnonetext {
        height: 0px;
        opacity: 0;
        padding: 5px;
    }
.getitinary {
    display: inline-block;
    padding: 8px 12px;
    margin-left: 10px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    background: #FFCC00 0% 0% no-repeat padding-box;
    border-radius: 6px;
    border: none;
    position: relative;
    left: -9px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0px;
    line-height: 22px;
}
  

    .name_profile h2 {
        font-size: 25px !important;
        margin-top: 2px !important;
    }

    .profile_logo_ {
        position: absolute;
        left: 50% !important;
        top: 0% !important;
        margin-top: -50px !important;
        margin-left: -50px !important;
    }

    .name_profile {
        background: #ffcc00;
        width: 100px !important;
        height: 100px !important;

    }

    /* .p_profile .breadCrumbSect nav {
        padding: 29px 15px !important;
        font-size: 25px;
    } */

    .p_profile .breadCrumbSect {
        height: auto !important;
    }

    .bookingList .card a {
        color: #000;
        line-height: 37px;
    }
    .scroll_slide {
    overflow-x: scroll;
    scroll-behavior: smooth;
}
.profile_img {
     
    left: 39%;
}
.main_edit {
    min-width: auto;
}
.profile_details {
  align-items: baseline;
}
.profile_details2 {
    min-width: auto;
}
.f_btns.mt-3.col-6 {
    display: flex;
    margin: 0px !important;
    padding: 10px;
}
.f_btns.mt-3.col-6 a.btn.btn-primary.btn-block.btn-lg, button.btn.btn-primary.btn-block.btn-lg {
    background: #293864;
    border: none;
    margin-right: 10px;
}aside.col-md-3.ord2 div#bankcardslide {
    display: none;
}aside.col-md-3.ord2 .bankcard {
    display: none;
}
div#collapse_4:nth-child(1) {
    display: none;
}
.contentwrap:after {
    top: 65px;
}
.d-flex.justify-content-between.align-items-center.login_card {
    flex-direction: column;
}
.d-flex.justify-content-between.align-items-center.login_card h6.h_account img {
    margin-right: 10px;
    max-width: 30px;
}
.mob-header a.navbar-brand svg {
    max-width: 120px;
}
.booking-containerwrap .badges {
    color: #000;

}
table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:after {*/
      right: 0px!important;
  
}
.rightcard_border table.flight-table th {
    padding: 5px 0px !important;
}
.slidedate .owl-stage {
    margin-left: 0;
}
.slidedate .owl-nav {
    display: none;
}
.flight-table thead tr {
    border-bottom: solid 1px #ededed;
}
.flight-table thead tr th:last-child {
    display: none;
}
table.dataTable>thead>tr>th, table.dataTable>thead>tr>td {
    padding: 10px;
    border-bottom: none;
}
table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting_asc_disabled, table.dataTable thead>tr>th.sorting_desc_disabled, table.dataTable thead>tr>td.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting_asc_disabled, table.dataTable thead>tr>td.sorting_desc_disabled {
    padding-right: 20px!important;
}
.flight-table tr {
    border-bottom: none!important;
}
.rightcard_border table.flight-table th {
    padding: 5px 0px;
}
table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
    right: 0px;
}
table.flight-table {
    margin-top: 0px;
margin-bottom: 0px;
}
span.mainPromos {
    font-size: 10px !important;
}
#seatMealTab li.nav-item button.nav-link span {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 7px;
    border-radius: 50%;
    padding: 3px;
}

#seatMealTab li.nav-item button.nav-link.active span {
    background: #ffcc00 !important;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 7px;
    border-radius: 50%;
    padding: 3px;
}
#seatMealTab li.nav-item button.nav-link span {
      margin: auto;
    margin-bottom: 7px;
}
#seatMealTab li.nav-item button.nav-link.active span svg {
    margin: 0px;
}
#seatMealTab li.nav-item button.nav-link.active {
    background: transparent !important;
}
.email_card p {
    margin: 0px;
    font-size: 12px;
}
.continue-btn {
    padding: 12px 10px!important;
}
 
.book-btn {
    display: inline;
    background-color: var(--secondary);
    color: #000;
    padding: 6px 18px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    transition: background-color 0.3s;
    font-size: 12px;
    margin-bottom: 10px;
}

.fromdata-radio input[type="radio"] {
    accent-color: var(--secondary);
    width: 15px;
    height: 15px;
    margin-right: 0px;
    margin-top: -10px;
}
.rightcard_border {
    border: 1px solid transparent;
    margin-bottom: 30px;
    margin-top: 0px;
}
p.airindia.flightName_ {
    color: #000;
    font-weight: 900;
    line-height: 15px;
}
.rightcard_border p.aitime {
    white-space: nowrap;
    margin-bottom: 0px;
    font-size: 10px;
    line-height: 13px;
}
.table_data table td:nth-child(6) {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    padding-top: 15px!important;
}
.table_data table td:nth-child(6) br {
    display: none;
}
.rightcard_border .details-link {
    color: #00d2e7;
    text-decoration: none;
    display: inline;
    padding-top: 7px;
}
section.p_profile.container.mt-4 .card-body.border-bottom {
    overflow: auto;
}
.edit_feild h6 {
    cursor: pointer;
    font-size: 0px;
}
.h_account {
    gap: 10px;
}
.h_account h6 {
    margin-right: 0px !important;
}
.rightcard_border .scroll_slide table.flight-table {
    min-width: 250px;
}
header#mobileheader {
    position: sticky;
    top: 0px;
    z-index: 9;
    background: #fff;
}

}
.ctm.card-header.bg-info.text-white.d-flex.justify-content-between {
    background: #fff !important;
    color: #2A2D53!important;
   
}


section.p_profiles.container.mt-4 .card{
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.reviewflightDetailsInfo_ p.text-primary.small.mt-2.mb-0 {
    color: #000 !important;
}.bg-white.shadow-sm.rounded.p-3.border.main_card.Promo_code svg {
    width: 15px;
}
.h_account .mailInfo_sec .icon {
    background: #ffcc00!important;

}
.col-md-6.col-6.scroll_slide {
    margin-top: 0pc;
}
header#mobileheader .dropdown ul li ,header#top-header  .dropdown ul li{
    padding: 5px 10px;
}
#top-header .dropdown ul li a.dropdown-item {
    padding: 0px;
}
p.food-name {
    width: 210px;
    text-overflow: ellipsis;
    min-height: 50px;
    display: flex;
    align-items: center;
}.menu-item p {
    font-size: 13px;
}

.col-md-2.s_sepecial {
    position: relative;
}

.col-md-10.d-flex#specialfare input[type="radio"] {
    position: absolute;
    top: 2px;
    left: 10px;
}
.col-md-2.sizes * {
    font-size: 16px !important;  
} 
.tab-content.mt-3 #accordionFlushExample .accordion-button::after {
    transform: rotate(-90deg);
}

.tab-content.mt-3 #accordionFlushExample .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}
.continue-btn {
    color: #000!important; 
    font-weight: 700;
 text-transform: uppercase;
}
button.btn.btn-secondary._previousBtn_ {
    color: #000;
    background: #ffcc00;
    padding: 0px 50px;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
} 
.form-check-input:checked {
    background-color: #ffd700;
    border-color: #ffd700;
}
#customAccordionId .accordion-body {
    padding-left: 0px;
}
.overview.rightSecs svg {
    margin-right: 5px;
}


@media (min-width:768px) {

    .desktopnonoe {
        display: none;
    }
  
.login_card .btn.btn-secondary.btn-sm-square.yourtrip {
    padding: 10px 20px !important;
          text-transform: uppercase;
    height: auto;
}
.h_account img {
    max-width: 29px !important;
    margin-right: 10px;
}
.trepedit {
    display: none;
}
.tour_namectm {
    display: none;
}
.col-md-2.sizes {
    padding-left: 50px;
}
}a.navbar-brand img {
    max-width: 135px;
}

.form-check-input:focus,.accordion-button:focus {
    box-shadow: none;
}
.flightDepartInfos img {
    width: 21px;
    margin-right: 8px;
}
.test1 {
    margin-top: 12px;
}
.iti {
    width: 100%;
}
.select-menu ul.options .trvelClassAr_ li.form-check {
    display: flex;
    padding-left: 24px;
}
.col-md-2.s_sepecial:last-child {
    border: none;
}
.booking-card-short .flatpickr-input[readonly] {
    cursor: pointer;
    height: 0px;
}

.roundTripSection_ table.flight-table td {
    padding: 10px 3px;
}
.p_profile .breadCrumbSect {
    background: url("https://uat.myfollo.com/jiffygo/public/frontend/images/back-cover.png");
    height: 117px;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: solid 1px #ededed;
    align-items: self-end;
    padding-bottom: 10px;
}
.booking_details h2 {
    font-weight: 600;
    margin: 0px;
}
.booking_details .breadcrumb-item.active {
    color: #395ABF!important;
}
 .quick_card input::placeholder{
    color: var(--bs-body-color);
 }
@media (max-width:768px) {
#stp2 h3.fw-bold.mb-1 {
    font-size: 15px;
}
.p_profile h2 {
    font-size: 16px;
    margin-top: 0px;
}  #toCity_ {
    text-align: right;
} 
.p_profile h2 {
    padding-top: 0px;
}
#seatMealTab li.nav-item:nth-child(4) {
    width: initial;
    align-items: center;
    display: flex;
}
button.btn.btn-secondary._previousBtn_ {
    padding: 0px 15px !important;
}
#seatMealTab li.nav-item button img {
    margin-right: 0px;
}
.flightDepartInfos h3.fw-bold.mb-1 {
    font-size: 22px;
}
.b_carddetails {
    display: grid;
}
.colcoltectarrival {
    text-align: left;
    max-width: 280px;
    padding: 10px 0px;
}
.routes-card-img {
    border-radius: 10px;
}
.iconblock {
    display: flex;
    justify-content: start;
}
.ticket-card .flight-details {
    font-weight: 600;
}
.image-rout img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.col-md-10.d-flex#specialfare input[type="radio"] {
    position: absolute;
    top: 2px;
    left: 0px;
}

.m_profile {
    position: relative;
    top: -70px;
    left: -1%;
    width: 100%;
    text-align: center;
}
.profile-icon {
    margin: auto;
}
.col-md-10.d-flex#specialfare input[type="radio"] {
    position: absolute;
    top: 3px;
    left: -19px;
    width: 14px;
    height: 14px;
}
#specialfare input[type="radio"]::before, .label-trip input[type="radio"]::before {
    position: absolute;
    top: -1.5px;
    left: 1.8px;
    width: 8px;
    height: 8px;
    font-weight: 700;
    font-size: 8.5px;

}
 .fromdata-radio .fare-data {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: left;
}
  .bottom-header.togglehide{
    background-color: #2a2d53;
    padding: 10px 0px;
}
.travel-details label {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
#trip-way input[type="radio"]::before {
    position: absolute;
    top: 1.5px;
    left: 3.8px;
    width: 8px;
    height: 8px;
    font-weight: 700;
    font-size: 8.5px;
}

.table_data .roundTripSection_  table td:nth-child(1) {
    display: block;
    width: 30%;
    text-align: left;
    order: 2;
}
.table_data .roundTripSection_ table td:nth-child(5) {
    display: block;
    width: 65%;
    text-align: center;
    order: 2;
}
.roundTripSection_ .flight-table tr {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-flow: wrap-reverse;
}
.roundTripSection_  .flight-table tr td:nth-child(3) {
    font-weight: 400;
    font-size: 11px;
}
.roundTripSection_ .location {
    font-size: 12px;
}
.rightcard_border .time-data::after {
    left: 0px;
    width: 47px;
    height: 2px;
}
.booking-container .col-md-4.col-6 {
    padding: 5px 3px;
}
.booking-card-short p {
    font-size: 12px;
    color: #000;
    padding-top: 2px;
    margin: 0;
    border: 0px;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 400;
}
.routes-card h2.text-center {
    font-size: 22px;
   
    margin: 0px;
}
.tour_data {
    border: none;
}
.tour_name {
    padding: 1px;
    border-bottom: none;
}
.continue-btn {
    background-color: #ffcc00;
    color: white;
    border-radius: 0.5rem;
    padding: 12px 30px;
    min-width: 135px;
    font-size: 16px;
}
.roundTripSection_  .flighttext {
    display: flex!important;
    align-items: center;
    gap: 5px!important;
    text-align: center;
    justify-content: center!important;
    padding-left: 30px;
}
.table_data .roundTripSection_ table td:nth-child(2) {
    display: block;
    width: 25%;
    text-align: center;
}
.main_ticket {
    display: grid!important;
}
.main_ticket .text-end {
    text-align: left!important;
    padding-top: 15px;
}
.row.flight-info:after {
    content: "";
    width: 100%;
    top: 137px;
    position: absolute;
    display: block;
    left: 0px;
    height: 1px;
    background: #edededed;
}
.card-body.border-bottom.scroller {
    overflow-y: scroll;
}
section.p_profiles.container.mt-4 {
    box-shadow: none;
    padding: 0px;
    border-radius: 15px;
    padding: 20px;
}
.p_profile.booking_details .breadCrumbSect nav li {
    color: #000;
    font-size: 13px;
    font-weight: bold;
}
.p_profile .breadCrumbSect {
    height: auto !important;
    align-items: center!important;
    padding: 15px 0px;
}
.col-lg-2.col-6.m_width.d_width {
    width: 50%;
}
.b_form div#specialfare {
    padding-top: 0px;   
}
.crossAmt_ {
    color: red;
    display: inline-block;
    font-size: 12px;
}
h2.passengerCount_ + span {
    display: block;
    color: #000;
    position: absolute;
    top: 36px;
    left: 96px;
    font-weight: 200!important;
    text-transform: capitalize;
}
.dashboard_data .q_uick h2 {
    font-size: 17px;
    display: block;
    text-align: center;
    padding: 0px 0px 10px;
}
}



 .profile-text h6 {
    font-size: 20px;
}
section.p_profile {
    background: #F5F4F4;
}

div#collapse_6{
    display: none;
}
#slidedate_returen li, #slidedateReturn_eturen li{
    list-style: none;
    text-align: center;
}
.rightcard_border .flighttext  .flightRadio {
    margin-bottom: 5px;
    margin-left: 10px;
}
#step2 .form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    filter: invert(1);
}
#step2  .form-check-input:checked {
    background-color: #002eff;
    border-color: #002eff;
}
.timeAndTerminalInfo h6 {
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 3px;
}
.quick_card {
    margin-top: 10px;
}
.num_start {
    display: block;
}
 
.profile-text span {
    font-size: 14px;
}
.border-bottom h5 {
    font-weight: 600;
}
@media (min-width:1600px) {
.col-md-10.d-flex#specialfare input[type="radio"] {
    position: absolute;
    top: 2px;
    left: 20px;
}}

@media (max-width:1500px) {
 .fligthKey_ p {
    font-size: 14px;
}.rightcard_border .time {
    font-size: 14px;
}.fligthKey_ p {
    font-size: 12px;
}span.mainPrice {
    font-size: 14px !important;
    display: inline-block !important;
}.slidedate li a.nav-link {
    font-size: 12px!important;

}.rightcard_border .flighttext .airline-logo {
    height: 40px;
    width: 40px;
}
.booking-card-short h2 span {
    font-size: 23px;
    font-weight: 400;
}
 
}

@media (min-width: 1920px) {
 .aboutsection .f_data_inner h2 {
    font-size: 30px;
    color: var(--primary);
    font-weight: 700;
    padding-top: 10px;
}
.aboutsection .f_data_inner p {
    font-size: 16px;
}
.booking-container .form-control, .booking-container .form-select {
   
    font-size:35px;
    
}
.airportname {
    color: #000;
    font-size: 14px;
}
.booking-card-short p {
    font-size: 12px;
    color: #000;
    padding-top: 8px;
    margin: 0;
   
}
.routes-content p {
    font-size: 22px;
}
.routes-content span {
    font-size: 18px;
}
.aboutsection .f_data_inner h3 {
    font-size: 22px;
}
.mainPrice {
    font-size: 22px !important;
    display: inline-block !important;
}
.crossAmt_ {
 font-size: 16px;
} .fligthKey_ p {
    font-size: 14px;
}
.dashboard_data h2 {
 font-size: 25px;
}
.profile_img {
top: -54px;
}
.profile_card {
     padding: 65px  20px 20px 20px!important;
    
}
 
.profile_card p {
    font-size: 18px;
    margin: 0px;
}
 .ticket-header {
    font-weight: 600;
    font-size: 25px;
}
.ticket-meta {
    font-size: 18px;
}
.row.flight-info:after {
    content: "";
    width: 100%;
    top: 95px;
    
}
.ticket-card .flight-details {
    font-weight: 600;
    font-size: 22px;
}
.small-text {
    font-size: 18px;
    color: #2A2D53;
}
.bookingList .route {
  
    font-size: 20px;
     min-width: 300px;
}
.bookingList .route.date {
    font-weight: bold;
    font-size: 18px;
   
}
.bookingList .info {
    font-size: 18px;
}
.m-flex {
   font-size: 18px;
}
.profile-text h6 {
    font-size: 25px;
}
.profile-card p {
    padding-left: 7px;
    font-size: 15px!important;
}
.profile-icon {
    width: 130px!important;
    height: 130px!important;
}
 .profile-text span {
    font-size: 18px;
}
 .profile_temp h5 {
    font-size: 30px;
}
label.form-label {
    font-size: 16px;
}
.profile_temp label {
    margin-bottom: 10px;
}
.border-bottom h5 {
    font-weight: 600;
}
.border-bottom h5 {
 
    font-size: 22px;
}
.p_profiles table.table.table-bordered tr th, table.table.table-bordered tr td, table.table.table-striped tr th, table.table.table-striped tr td {
    font-size: 18px!important;
    line-height: 21px;
    border-right: 0px;
    border-left: 0px;
}
 .dwidth {
    width: 190px;
}
 
}
.d_width .searchbtn:hover{
    background-color: transparent;
    border: 2px solid #FFCC00;
    color: #FFCC00;
}
.travellerList .card strong {
    font-size: 20px;
}

#viewDetailsModal button {
    color: #000;
    font-weight: 600;
}
#viewDetailsModal #myTabContent {
    background: #f7f7f7;
    padding: 10px 20px;
    border-radius: 10px;
}

@media(max-width:767px){
.data_details .modal.slide-in-right .modal-dialog {
        max-width: 100vw !important;

}
.flight-table th {
    background-color: transparent;
    font-size: 14px;
}
.rightcard_border .flighttext {
    display: block;
}
.crossAmt_ {
    display: none !important;
}
span.mainPrice {
    display: block !important;
    width: 100%;
    padding: 2px 0px;
}
.table_data table td:nth-child(5) p.time.flightAmount_ {
    text-align: center;
}
.rightcard_border p.time-data {
    text-align: center;
}
.rightcard_border .flighttext .airline-logo {
    height:32px;
    width: 32px;
}
.rightcard_border p.aitime {
    color: grey;
}  
.tour_data {
    display: none;
}

span.location.formCityName_, span.location.toCityName_{
    display: none;
}
.table_data table td:nth-child(6) {
    display: none;
}
.data_details .modal-body {
    max-width: 100vw !important;
    width: 100% !important;
}

#viewDetailsModal #myTabContent {
 padding: 4px 10px !important;
}
.arrowindicator {
    margin: 60px 4px!important;

}
.data_details .modal-body ul {
    padding-left: 0px!important;
}

ul.flightdetails li {
    width: 40%!important;
}
ul.flightdetails li:nth-child(2) {
    width: 20%!important;

    padding-right: 5px;
}
#viewDetailsModal button {
    padding: 5px;
    font-size: 12px;
}
.arrowindicator .hours.text-center {
    margin-top: -18px !important;
    font-size: 15px !important;
} 
#viewDetailsModal ul li {
    font-size: 12px!important;
} 
i.fas.fa-clock {
    position: relative;
    top: 3px;
    color: #FFC107;
}
.nav-tabs li {
    flex-basis: content!important;
    min-width: auto!important;
}
}


    .offcanvas-body label,
    .modal-body label {
      display: block;
      margin-top: 10px;
    }



 