#filtersblocks {
    background-color: #004da9 !important;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.form-check-span {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 99em;
    transition: 0.25s ease;
    white-space: nowrap;
    font-size: 12px;
}

.bor {
    border: 1px solid red;
}

.btn-color {
    background: rgba(255, 255, 255, 0.2) !important;
}

.grid-space .repeat-section:nth-child(1) {
    width: 33%;
    margin-right: 12px;
}

.grid-space .repeat-section:nth-child(2) {
    width: 33%;
    margin-right: 12px;
}

.grid-space .repeat-section:nth-child(3) {
    width: 38%;
    margin-right: 12px;
}

.grid-space hr {
    border-top: 1px solid rgba(255, 255, 255, 0.9);
    margin: 30px 0px;
}

.flatpickr-calendar:after {
    display: none !important;
}

.grid-space .form-control {
    font-size: 0.9rem;
}

.search-bg {
    /* background: rgb(0 84 183 / 100%) !important; */
    background: #001C66 !important;
    min-height: 250px;
    padding-top: 200px !important;
    margin-top: -170px;
    z-index: 1;
}

.search-form .repeat-section {
    margin-right: 10px;
}

.return-searchable-airport,
.searchable-airport {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-form .repeat-section:first-child {
    margin-left: 10px;
    width: 35%;
}

.search-form .repeat-section:nth-child(2) {
    width: 35%;
}

.search-form .repeat-section:nth-child(3) {
    width: 35%;
}

.search-form .repeat-section:last-child {
    margin-right: 0px;
    width: 25%;

}

.search-form .repeat-section:last-child {
    margin-right: 0px;
    width: 25%;
}


.search-form .repeat-section:last-child .btn {
    height: 64px;
}


.top-section {
    min-height: 95px;
    width: 100%;
    /* background: linear-gradient(84.82deg, #0054B7 0%, #0085FF 100%); */
    margin-top: -160px;
}

.fs-12 {
    font-size: 16px !important;
}

.fs-25 {
    font-size: 25px !important;
}


.fs-10 {
    font-size: 10px !important;
}

.flight-route-tab {
    width: 19%;
}

.custom-gap {
    gap: 12px;
}

.navbar-toggler:focus {
    box-shadow: unset !important;
}

.testimonial-box {
    box-shadow: 0 0.2rem 1rem rgb(0 0 0 / 5%) !important;
    border: 1px solid #e9ecef;
    background-color: #ffffff;
    padding: 15px 20px;
    margin: 10px 15px;
    border-radius: 15px;
    min-height: 216px;
}

.testimonial-box .rating-section i {
    color: #f9d71c;
}

.testimonial-box p {
    font-size: 14px;
    color: #4b4b4b;
}

.testimonial-box .client-name .text strong {
    color: #242222;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.testimonial-box .client-name .city {
    color: #979797;
    font-size: 14px;
}

.home-form-bg {
    background: #fff;
    border-radius: 0px 0px 8px 8px;
    border: 1px solid #ccc;
    padding: 10px 10px 0px 0px;
}

.search-tripType-bg {
    border-top: 1px solid #ccc;
    background: #fff;
    padding: 14px 4px;
    border-radius: 8px 8px 0px 0px;
}

.search-heading-border {
    border-right: 1px solid #ccc;
    border-radius: 0px;
}

.font-italic {
    font-style: italic !important;
}

.hero-title h1 {
    font-size: 38px;
    line-height: 1.4;
    font-weight: 400;
}

.hero-title h1 span {
    color: #FFD866;
    font-size: inherit;
    font-weight: 500;
    display: inline;
}

.hero-title h1.title-color span {
    color: #21A1F8;
}

.hero-header p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    opacity: 0.8;
}

.hero-title span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 0px;
    display: block;
}

.btn-flip-icon {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    /* background: #ffffff; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: 15px;
}

.search-wrap .btn {
    border-radius: 4px;
}

.home-support-title {
    color: #242222;
    font-weight: 400;
    font-size: 20px;
}


.testimonial-box .img img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.search__button i {
    color: #000;
    opacity: 0.5;
}

.bg-class {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.layout-pt .bg-class {
    background-size: contain;
}

.arrow {
    top: 40%;
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #21A1F8;
    border: 1px solid #21A1F8;
    color: #fff;
    font-size: 16px;
    z-index: 99;

    /* &:hover{
        background-color:$primary-color;
        transition: 0.5s;
        color: $primary_white;
        border:1px solid $primary_color;
    }*/
}

.left-arrow {
    left: -15px;
}

.right-arrow {
    right: -15px;
}

footer .footer-widget .widget-title {
    font-size: 1rem;
}

footer .footer-widget .footer-menu li {
    font-weight: 400;
    font-size: 16px;
}

.footer-widget ul li a {
    font-size: 14px;
}

.sec-title h2 {
    font-size: 22px;
}

.upside-heading h3 {
    font-size: 22px;
    font-weight: 600;
}

.ctaCard {
    box-shadow: 0 0.2rem 1rem rgb(0 0 0 / 15%) !important;
}

.custom-margin {
    position: relative;
    margin-top: -58px;
    z-index: 9;
}

.modal-btn {
    position: relative;
    z-index: 999999;
    top: 55px;
}

.pmt-wrap img {
    width: 100%;
}

.filter-searchBar {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1);
}

.flights-list-item {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1);
    margin-bottom: 8px;
    border-radius: 5px;
}

.top-section-II {
    margin-top: -160px;
}

.gray-simple {
    padding-bottom: 50px;
    padding-top: 20px;
}

.gray-simple .card {
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
}

.eye-icon {
    display: inline-block;
    border-radius: 4px;
}

.eye-icon .main {
    border: 1px dashed #ACACAC;
    display: inline-block;
    border-radius: 4px;
}

.eye-icon .main .icon {
    line-height: unset;
    font-size: unset;

}

.eye-icon .main .count-num {
    font-size: 13px;
    font-weight: 600;
}

.eye-icon span {
    font-size: 14px;
    padding-right: 10px;
}

.calltoAction-title h4 {
    font-size: 60px;
}

.calltoAction-title p {
    font-size: 16px;
    padding-bottom: 20px;
}

.call-to-action .bg-image img {
    width: 100%;
    min-height: 250px;
    object-fit: cover;
    max-height: 460px;
    min-height: 460px;
}

.call-to-action .bg-image {
    position: relative;
    z-index: 2;

}

.call-to-action .bg-image::after {
    position: absolute;
    content: "";
    background: rgb(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.call-to-action .common-title {
    font-size: 60px;
    font-family: var(--body-font-family);
    font-weight: 500;
    color: #fff;
    margin: 0px;
    padding: 0px;
}

.call-to-action p {
    color: #FFFFFF;
    font-family: var(--body-font-family);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
}

.call-to-action .main-text {
    position: relative;
    z-index: 3;
    margin-top: -340px;
}

.call-to-action .packages {
    font-size: 18px;
    font-weight: 600;
    fill: #FFFDFD;
    color: #FFFDFD;
    background-color: #61CE7000;
    border-style: double;
    border-width: 2px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    padding: 20px 20px 20px 20px;
    width: 270px;
    animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 white;
    border-radius: 50px;
}

.need-assistance .bg-image img {
    max-height: 400px;
    min-height: 400px;
}

.need-assistance .bg-image:after {
    background: rgb(0, 0, 0, 0.2);
}

.need-assistance .main-text {
    margin-top: -280px;
}

.package-right-content .image img {
    object-fit: cover;
    width: 100%;
    min-height: 450px;
    max-height: 450px;
}

.package-right-content .image {
    position: relative;
}

.package-right-content .image:after {
    position: absolute;
    content: "";
    background: rgb(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.package-right-content .customizable-package {
    position: absolute;
    top: 20px;
    left: 15px;
    display: inline-block;
    background-color: #0c0c0c73;
    padding: 10px 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 0.375rem;
    z-index: 99;
}

.package-right-content .enqiry-btn {
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 99;
}

.package-right-content .enqiry-btn .btn-primary {
    padding: 10px 15px;
    font-size: 16px;
    height: unset;
}

.package-right-content .bottom-text {
    bottom: 20px;
    left: 15px;
    position: absolute;
    z-index: 999;
}

.package-right-content .bottom-text .title-1,
.title-2 {
    color: #fff;
    font-size: 16px;
}

.package-right-content .bottom-text .title-1 b {
    font-size: 24px;
}

.package-right-content .bottom-text .title-2 {
    font-size: 20px;
}

.main-banner img {
    width: 100%;
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
}

.main-banner video {
    width: 100%;
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
}

.banner-img {
    position: relative;
}

.banner-img:after {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 60%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.main-banner .container h1 {
    color: #fff;
    font-family: var(--body-font-family);
    font-size: 38px;
    font-weight: 400;

}


.main-banner .container .banner-text {
    position: absolute;
    top: 45%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
    z-index: 2;
}

.banner-img.video-tag:after {
    position: absolute;
    content: "";
    background: rgb(0, 0, 0, 0.7);
    width: 100%;
    height: 99%;
    top: 0;
    left: 0;
    z-index: 1;
}

.package-element-box {
    align-items: center;
    border: 1px dashed #ACACAC;
    border-radius: 10px;
    padding: 25px 15px;
}

.form-section {
    box-shadow: 0px 5px 20px -3px rgba(15.000000000000004, 45.99999999999998, 74, 0.4);
    border-radius: 10px;
    padding: 20px 40px;
    margin-top: 100px;
}

.package-element-box .element-icon span {
    font-size: 22px;
}

.package-element-box .element-text span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 18px;
    color: #000000;
    text-wrap: nowrap;
}

.package-element-box .element-text .text-field {
    font-size: 14px;
    font-weight: 500;
    color: #7A7A7A;
}

.faq-accordion-heading {
    font-size: 18px;
}

.form-group label {
    font-size: 14px;
}

.form-check-span {
    color: var(--bs-body-color);
}

/* .form-check-span-search{
  color: #fff;
} */
.search-form h6 {
    margin-bottom: 0.2em;
}

.pmt-wrap .contact-info {
    color: #455873;    
    font-weight: 400;
}

.card-header h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.card-header h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.card-header h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.desc-p {
    color: #6e8497;
    font-weight: normal;
    font-size: 14px;
}

.search-form {
    /* background: #fff; */
    padding: 20px;
    border-radius: 10px;
}

.search-btn {
    width: 100%;
}

.nav-brand img {
    width: 250px;
}

.foot-socials ul li a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    border-radius: 0.2rem;
    background: rgba(255, 255, 255, 0.1);
    font-size: 15px;
    transition: all ease 0.4s;
}

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


.package-search .search {
    width: 100%;
}

.package-search .search .search__input {
    padding: 10px 40px 10px 20px;
    width: 100%;
    border: 2px solid #E7E7E7;
    color: #000;
}

.package-search ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #000;
    opacity: 0.5;
}

.package-search :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
    opacity: 0.5;
    opacity: 1;
}

.package-search ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
    opacity: 0.5;
    opacity: 1;
}

.package-search :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
    opacity: 0.5;
}

.package-search ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
    opacity: 0.5;
}

.package-search ::placeholder {
    /* Most modern browsers support this now. */
    color: #000;
    opacity: 0.5;
}

.tour-package-title p {
    color: #2d3033;
}

.tag-items .tag-btn .btn-dark {
    padding: 8px 16px;
    height: unset;
    border-radius: 100px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #2d3033;
    background: unset;
    border: 2px solid #E7E7E7;
}

.tag-items .tag-btn .btn-dark.active {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

.custom-faq .faq-accordion-heading {
    border: 0px;
}

.custom-faq .accordion-button:not(.collapsed) {
    box-shadow: unset;
}

.custom-faq .faq-accordion-background {
    padding: 10px 10px 10px 10px;
    margin: 0px;

}
.bg-faq-heading{
    background: #ededed;
    font-size: 15px;
}
.bg-desc-faq{
    background: #f4f4f4;
    font-size: 13px;
}
.bg-faq-heading:not(.collapsed)
{
    background: #dbd9d9;
}
.bg-faq-heading:focus
{
    background: #dbd9d9;
}
.custom-faq .accordion-item {
    padding: 0px 0px;
    margin: 0px;
    border: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);

}

.custom-faq .accordion-header .accordion-button {
    padding: 10px 10px 10px 10px;
    margin: 4px 0px;
}

.custom-faq .accordion-button:not(.collapsed) {
    color: #2d3033;
}


.custom-faq .accordion-button:not(.collapsed) {
    background: unset;
}

.custom-faq .accordion-button:focus {
    box-shadow: unset !important;
}

.custom-faq-high .accordion-button:not(.collapsed) {
    box-shadow: unset !important;
    color: #000;
}

.custom-faq-high .accordion-item:last-of-type {
    border-radius: 0px;
}

.custom-faq-high .accordion-item {
    border: 0px;
}

.accordion-button:focus {
    box-shadow: unset !important;
}

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

.section-booking .main-box-blue {
    background-color: #0A8CF9;
    border-radius: 14px;
    padding: 0px 2px 2px 2px;

}

.section-booking .main-box-blue .main-title {
    padding: 15px 20px;
}

.section-booking .main-box-blue .main-title .title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 0px;
    margin: 0px;
}

.section-booking .main-box-blue .main-title .ul-part li {
    display: inline-block;
    list-style: disc;
    color: #fff;
    font-size: 16px;
    padding: 0px;
    padding-right: 10px;
    margin: 0px;
    font-weight: 500;
}

.section-booking .main-box-blue .white-bg-section {
    padding: 15px 20px;
    margin-bottom: 2px;
}

.section-booking .main-box-blue .white-bg-section:nth-child(2) {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.section-booking .main-box-blue .white-bg-section:last-child {
    border-radius: 12px;
    margin-bottom: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.section-booking .main-box-blue .white-bg-section .form-check-input {
    width: 18px;
    height: 18px;
    border-radius: 0px;
}

.section-booking .form-check-input:focus {
    box-shadow: unset !important;
    border: 1px solid #E9E9EB !important;
}

.background-white {
    background: #fff;
}

.section-booking .main-box-blue .white-bg-section .form-check-label {
    color: #242222;
    font-weight: 500;
    font-size: 16px;
}

.section-booking .main-box-blue .white-bg-section .form-check-label span {
    padding-left: 10px;
    font-size: 13px;
    font-weight: 400;
}

.form-part .form-control {
    height: unset;
    padding: 12px 20px;
    border-radius: 5px;
    border: 1px solid #E9E9EB;
    opacity: 1;
}

.form-part ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #8593A0 !important;
    opacity: 1 !important;
}

.form-part ::-moz-placeholder {
    /* Firefox 19+ */
    color: #8593A0 !important;
    opacity: 1 !important;
}

.form-part :-ms-input-placeholder {
    /* IE 10+ */
    color: #8593A0 !important;
    opacity: 1 !important;
}

.form-part :-moz-placeholder {
    /* Firefox 18- */
    color: #8593A0 !important;
    opacity: 1 !important;
}

.boder-radius-bottom-0 {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.boder-radius-top-0 {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.section-booking .main-box-blue .white-bg-section .form-title-part .title {
    color: #242222;
    font-size: 16px;
    font-weight: 500;
}

.section-booking .main-box-blue .white-bg-section .form-title-part .title span {
    font-weight: 400;
    opacity: 0.8;
}

.section-booking .main-box-blue .white-bg-section .form-title-part .left-title {
    color: #8593A0;
    font-size: 14px;
    font-weight: 500;
}


.section-booking .main-box-blue .white-bg-section.custom-faq .accordion-item {
    border: 1px solid #E0E0EB;
    border-radius: 12px;
    box-shadow: 0px 3px 4px -2px #24222238;
}

.section-booking .main-box-blue .white-bg-section.custom-faq .accordion-item .accordion-button {
    border-radius: 12px;
    color: #242222;
    font-size: 16px;
    font-weight: 500;
}

.section-booking .main-box-blue .white-bg-section.custom-faq .accordion-header .accordion-button {
    padding: 10px 10px 10px 10px;
}

.section-booking .main-box-blue .white-bg-section.custom-faq .accordion-body {
    padding: 0px 10px 10px 10px;
}

.form-part .form-select {
    height: unset;
    padding: 12px 20px;
    border-radius: 5px;
    border: 1px solid #E9E9EB;
    opacity: 1;
}

.section-booking .main-box-blue .white-bg-section.custom-faq .accordion-body .form-check-input {
    border-radius: 50%;
}

/*.section-booking .main-box-blue .white-bg-section.custom-faq .accordion-body .form-check-input:checked[type=radio]{
    --bs-form-check-bg-image:unset!important;
}
.section-booking .main-box-blue .white-bg-section.custom-faq .accordion-body .form-check-input:checked{
    background: #008BFF;
    border: 3px solid #fff;
}*/



.section-booking .btn-bottom .btn {
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
}

.section-booking .important-notes {
    background: #EE4141;
    padding: 0px 2px 2px 2px;
}

.section-booking .important-notes {
    border-radius: 0px;

}

.section-booking .important-notes .main-title .title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 0px;
    margin: 0px;
}

.section-booking .common-section-booking {
    border-radius: 12px;
}

.section-booking .common-section-booking .accordion-body {
    background: #fff;
    border-radius: 12px;
    padding: 20px 20px;
}

.section-booking .common-section-booking .accordion-button:not(.collapsed) {
    background: unset;
}

.section-booking .common-section-booking .accordion-button {
    background: unset;
    font-size: 20px;
    font-weight: 700;
    color: #fff;

}

.section-booking .common-section-booking .accordion-item {
    background: unset;
    border: 0px;
    box-shadow: unset;
}

.section-booking .common-section-booking .accordion {
    padding: 0px;
}


.square--50 {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-booking .common-section-booking .accordion-button:not(.collapsed) {
    box-shadow: unset;
}

.section-booking .common-section-booking .accordion-body .icon {
    height: 20px;
    width: 20px;
    rotate: 40deg;
    background: #FFA341;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 2px;
    margin-top: 0px;
}

.section-booking .common-section-booking .accordion-body .red {
    background: #EE4141;
}

.section-booking .common-section-booking .accordion-body .icon span {
    color: #fff;
    font-size: 14px;
    position: absolute;
    rotate: -40deg;
}

.section-booking .common-section-booking .accordion-body .text .title {
    color: #242222;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-booking .common-section-booking .accordion-body .text ul li {
    color: #3E4C56;
    font-size: 14px;
    list-style: disc;
    font-weight: 400;
}

.section-booking .common-section-booking .accordion-body .text ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.section-booking .common-section-booking .accordion-body .box-2 p b {
    font-weight: 600;
    color: #3E4C56;
    font-size: 12px;
}

.section-booking .common-section-booking .accordion-body .box-2 p {
    color: #3E4C56;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

.card {
    border: none;
    overflow: hidden;
    width: 100%;
    background: #ffffff;
}


.main-card-right-price .card-header {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    background: unset;
    border: 0px;
    box-shadow: unset;
    background: #fff;
}

.main-card-right-price .card-body {
    background: unset;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    background: #fff;
}

.main-card-right-price .card-body .price-summary li {
    background: unset;
}

.main-card-right-price .card-footer {
    background: #1847A4;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border: 0px;
}

.main-card-price-summary {
    background: #1847A4;
    padding: 3px;
    border-radius: 16px;
}

.main-card-price-summary .card {
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: unset;

}

.main-card-price-summary .inner-text {
    padding: 0px 0px;
    margin: 0px;
}

.main-card-price-summary .inner-text ul {
    padding: 5px 10px;
    margin: 0px;
    border-radius: 0.375rem;

}

.main-card-price-summary .inner-text ul li {
    padding: 3px 0px 0px 0px;
    margin: 0px;
    color: #000;
}

.main-card-price-summary .text-muted-2 {
    color: #fff !important;
}

.main-card-price-summary .text-primary {
    color: #fff !important;
}

.position-sticky-custom {
    position: sticky;
    top: 165px;
}

.cal-box {
    position: relative;
}

.cal-box .icon {
    position: absolute;
    top: -10px;
    right: 15px;

}

.cal-box .icon span {
    font-size: 18px;
}

/* .form-check-input {
    position: absolute;
    left: -9999px !important;
} */

span.return-searchable-airport {
    font-size: 13px;
}

.return-searchable-airport,
.searchable-airport {
    font-size: 13px;
}

.left-cocial-media {
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 999;
}

.left-cocial-media .icon {
    background-color: #4faa47;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    /*    box-shadow: 0px 3px 10px rgba(37, 211, 102, 0.56);*/
    box-shadow: -3px -2px 30px rgba(37, 211, 102, 0.56);
}

.left-cocial-media .icon span {
    color: #ffffff;
    font-size: 34px;
}

.left-cocial-media .icon:hover {
    background-color: #4faa47;
}

.left-cocial-media .icon:hover span {
    color: #ffffff;
}

.flatpickr-calendar {
    z-index: 9999 !important;
}

.home-search-section .main-fare-box .special-fare {
    font-size: 16x;
    font-weight: 600;
    padding-bottom: 5px;
}

.home-search-section .main-fare-box .special-fare span {
    color: #8593A0;
    font-size: 12px;
    font-weight: 500;
}

.home-search-section .btn-primary span {
    rotate: -50deg;
}

.home-search-section .trip-type-radio .form-check-input[type=radio] {
    box-shadow: inset 0 0 0 0.125em var(--bs-primary)
}

.home-search-section .trip-type-radio .form-check-label {
    font-size: 12px;
}

.home-search-section .custome-round {
    border-top-left-radius: 0px;
}

.call-action-bg:after {
    position: absolute;
    content: "";
    background: rgb(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

/* 
.home-search-section .trip-type-radio .form-check-input[type=radio]{
    border: 1px solid #6E7E8E;
}
.home-search-section .trip-type-radio .form-check-input:focus{
    box-shadow: unset;
}

.home-search-section .trip-type-radio .form-check-input:checked{
    border: 1px solid #21A1F8;
}
.home-search-section .search-tripType-bg{
    padding: 0px;
}
.home-search-section .search-tripType-bg .trip-type-radio .form-check{
    padding: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    position: relative;
}
.home-search-section .search-tripType-bg .trip-type-radio .form-check .center-radio-text{
    padding: 12px 20px;
    border: 1px solid red;
} */
.home-search-section .best-offer {
    font-size: 14px;
}

/* Vaibhav css */

.airplaneAnimation {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 14px;
    background-color: #c9e9ff;
    overflow: hidden;
}

.plane-fly {
    position: relative;
    left: -30px;
    top: 0;
    animation: fly 2s linear infinite;
    margin: 0px auto;
    max-width: 360px;
    background: var(--bs-white);
    border-radius: 8px;
}

@keyframes fly {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

.plane-fly .main {
    position: absolute;
    width: 220px;
    height: 40px;
    background-color: #21A1F8;
    top: 100px;
    left: 100px;
    border-radius: 0 100px 30px 100px;
    overflow: hidden;
    box-shadow: inset -10px -10px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.plane-fly .main:before,
.plane-fly .main:after {
    content: "";
    position: absolute;
    background-color: #f7f7f7;
    top: 10px;
}

.plane-fly .main:before {
    width: 40px;
    height: 10px;
    border-radius: 0 0 0 30px;
    left: 190px;
}

.plane-fly .main:after {
    width: 5px;
    height: 10px;
    border-radius: 20px;
    left: 160px;
    box-shadow: -10px 0 #f7f7f7, -20px 0 #f7f7f7, -30px 0 #f7f7f7, -40px 0 #f7f7f7, -50px 0 #f7f7f7, -60px 0 #f7f7f7, -70px 0 #f7f7f7, -80px 0 #f7f7f7, -90px 0 #f7f7f7, -100px 0 #f7f7f7, -110px 0 #f7f7f7, -120px 0 #f7f7f7;
}

.wingOne {
    position: absolute;
    width: 20px;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 80px solid #1c94e5;
    height: 0;
    top: 115px;
    left: 160px;
    transform: skew(-45deg) rotateX(30deg);
    z-index: 4;
}

.wingTwo {
    position: absolute;
    width: 20px;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 80px solid #0067ad;
    height: 0;
    top: 55px;
    left: 160px;
    transform: skew(45deg) rotateX(30deg);
}

.wingTwo:after {
    content: "";
    position: absolute;
    width: 20px;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 35px solid #0077b6;
    height: 0;
    left: -100px;
    top: 29px;
}

.wingOne:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 25px;
    background-color: #0077b6;
    top: -105px;
    left: -140px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.wingTwo:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 25px;
    background-color: #0067ad;
    left: -80px;
    top: 35px;
    transform: skew(-55deg);
}

.clouds {
    position: absolute;
    top: 50px;
    right: 0;
}

@keyframes cloud {
    from {
        transform: translateX(-1500px);
    }

    to {
        transform: translateX(0);
    }
}

.cloudOne,
.cloudTwo,
.cloudThree {
    position: absolute;
    width: 50px;
    height: 25px;
    background-color: #fff;
    border-radius: 100px 100px 0 0;
}

.cloudOne {
    top: 0;
    left: 0;
    animation: cloud 10s linear infinite reverse;
}

.cloudTwo {
    top: 50px;
    left: 100px;
    animation: cloud 15s linear infinite reverse;
}

.cloudThree {
    top: 100px;
    left: -150px;
    animation: cloud 28s linear infinite reverse;
}

.cloudOne:before,
.cloudTwo:before,
.cloudThree:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 12.5px;
    background-color: #fff;
    border-radius: 100px 100px 0 0;
    left: -20px;
    top: 12.5px;
    box-shadow: 65px 0 #fff;
}

.pollution {
    position: absolute;
    background-color: #fff;
    top: 130px;
    left: 65px;
    width: 30px;
    height: 10px;
    border-radius: 20px;
    opacity: 0;
    animation: up 1s linear infinite;
}

.pollution:before,
.pollution:after {
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 20px;
    opacity: 0;
    width: 30px;
    height: 10px;
}

.pollution:after {
    top: 10px;
    left: -25px;
    animation: up 2s linear infinite;
}

.pollution:before {
    top: -10px;
    left: -35px;
    animation: up 3s linear infinite;
}

@keyframes up {
    20% {
        opacity: 0.7;
    }

    35% {
        left: 100px;
        opacity: 0.7;
    }

    70% {
        left: 70px;
        opacity: 0;
    }
}

/* 
.loading-text {
    position: absolute;
    top: 70%;
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: 300;
    right: 44%;
    font-size: 16px;
} */

.loading-text .dot {
    animation: wave 1.5s infinite ease-in-out;
}

.loading-text .dot:nth-child(2) {
    animation-delay: 0.2s;
}

.loading-text .dot:nth-child(3) {
    animation-delay: 0.4s;
}

.white-bg-confirm {
    background: #fff !important;
    border: 0px !important;
    padding: 8px 0px !important;
}

.fw-normal-500 {
    font-weight: 500;
    font-size: 14px;
}

@keyframes wave {

    0%,
    60%,
    100% {
        transform: initial;
    }

    30% {
        transform: translateY(-10px);
    }
}



.flying-text {
    position: relative;
    top: 80%;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
}

.mobile-device {
    display: none;
}

.add-container {
    background-image: url('../img/bg-img.jpg');
    border-radius: 14px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 370px;
    max-width: 100%;
}

.term_after_ticket {
    list-style: none;
    /* Remove default list styling */
    padding-left: 0;
}

.term_after_ticket li {
    position: relative;
    padding-left: 25px;
    /* Space for the icon */
    margin-bottom: 10px;
}

.term_after_ticket li::before {
    content: "\2708";
    /* Unicode for airplane icon */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #007bff;
    /* Color of the icon */
    transform: rotate(0deg);
    /* Optional: Rotate the airplane icon */
}


a#back2Top {
    position: fixed;
    right: 17px;
    bottom: 15px;
    padding: 7px 13px;
    height: auto;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    z-index: 3;
    border: 1px solid #0054b7 !important;
    color: #fff !important;
    background-image: linear-gradient(to right, #2278FB, #2278FB) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#2278FB", endColorstr="#2278FB", GradientType=1);
}

/* Sticky sidebar */
.custom-position-fixed {
    position: -webkit-sticky;
    /* For Safari */
    position: sticky;
    top: 150px;
    /* The distance from the top of the viewport where it becomes sticky */
    max-height: calc(100vh - 150px);
    /* Ensures the sidebar doesn't overflow the viewport */
    overflow-y: auto;
    /* Allows scrolling inside the sidebar */
}

/* Scrollbar styling */
.custom-position-fixed::-webkit-scrollbar {
    width: 8px;
}

.custom-position-fixed::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

.custom-position-fixed::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}



.overwrite-container {
    display: unset !important;
}

.btn {
    padding: 8px 8px;
    /* height: 56px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease 0.4s;
    border-radius: 0.375rem;
    overflow: hidden;
    animation-delay: 0.7s;
    animation-duration: 0.5s;
    position: relative;
}

span.title a {
    color: #6E7E8E;
}

.flatpickr-wrapper {
    width: 100% !important;

}


.login-btn-header {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 8px;
    padding: 10px 25px;
    font-size: 14px;
    height: unset;
    font-weight: 600;
}

.login-btn-header:hover {
    background-color: #21A1F8;
    border: 1px solid#21A1F8;
    color: #fff;
}

.login-btn .btn:focus {
    background-color: #21A1F8 !important;
    border: 1px solid#21A1F8 !important;
    color: #fff !important;
}

.login-btn .btn:active {
    background-color: #21A1F8 !important;
    border: 1px solid#21A1F8 !important;
    color: #fff !important;
}

/* .login-btn .btn:hover {
    border: 1px solid #0054b7 !important;
    color: #0054b7 !important;
    background: #fff !important;
} */


.new-header .navbar .navbar-nav li a {
    font-size: 16px;
}

.booking-status-header {
    border-radius: 0px;
    background: #fff;

}

.booking-status-header ul {
    margin: 0px;
    padding: 2px 2px;
}

.booking-status-header ul li {
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
}

.booking-status-header ul li:first-child {
    padding-left: 0px;
}

.booking-status-header ul li .icon {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.booking-status-header ul li .icon span {
    font-size: 10px;
    font-weight: 500;
    color: #000;
}

.booking-status-header ul li a {
    color: #000;
    background-color: var(--bs-primary);
    padding: 5px 15px;
    color: #fff;
    margin: 0px;

}

.booking-status-header ul li a.active {
    background: #00438E;
}

.booking-status-header ul li a:hover {
    background: #00438E;
}

.section-30 {
    background-color: #eaffef;
    border-top: 1px solid #b1f7c1;
    border-bottom: 1px solid #b1f7c1;
}

.section-30 p {
    color: #318c0b;
    font-size: 14px;
}

.coupons-discounts {
    color: #318c0b !important;
    padding: 5px 10px !important;
    border-radius: 5px;
}

.section-31 .center-icon span {
    font-size: 14px;
    margin-top: 5px;
}

.section-31 .icons span {
    font-size: 16px;
}

.section-31 .dbox .text {
    font-size: 12px;
}


.section-31 b {
    font-weight: 600;
}

.section-31 b small {
    font-weight: 400;
    font-size: 14px;
}

.section-31 .edit-btn {
    height: unset;
    padding: 7px 15px;
}

.modal-form-search .form-check-input {
    left: 0px;
}

.timer-transition {
    transition: opacity 0.5s ease-in-out;
    /* Smooth transition for opacity */
}


.payment-container {
    background-color: #fff;
    border-radius: 14px;
    color: black;
    /* padding: 20px; */
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.payment-section {
    margin-top: 24px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    background-color: #fff;
}

.btn-pay {
    background-color: #ff6600;
    color: white;
    border: none;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
}

.btn-pay:hover {
    background-color: #e65c00;
}

.payment-section .payment-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 25px 0px 0px 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.payment-section .price-amount {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3rem;
    margin-bottom: 0.5rem;
}

.payment-section .ssl-payment {
    font-size: 14px;
    font-weight: 400;
}

.payment-section .para {
    font-size: 14px;
    padding-top: 5px;
    font-weight: 400;
}

.payment-options {
    color: #2d3033;
    padding: 0.875rem 0 0.875rem 1rem;
    border-bottom: 1px solid #ebebeb;
    font-weight: 600;
    text-transform: uppercase;
}

.payment-options img {
    margin-right: 2rem;
    width: 28px;
}

.payment-options:hov svg {
    margin-right: 2rem;
    width: 28px;
    color: #2d3033;
    fill: #2d3033;
}

.payment-options:hover {
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
    color: #fff;

}


.repeat-col:first-child:hover {
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
    color: #fff;

}

.editModal #doneBtn {
    display: block;
    margin-top: 10px;
    width: 100%;
}

*/
/* Yogesh */


.btn-md {
    padding: 1em 1.5em;
    height: 45px;
    font-size: 0.9rem;
}

.best-price {
    padding: 8px 15px;
    color: #fff;
    margin: 0px;
    border-radius: 16px;
    background: rgb(0 84 183 / 100%);
}

.bg-bestprice {
    background-color: var(--bs-primary);
    padding: 8px 15px;
    color: #fff;
    margin: 0px;
    border-radius: 16px;
}

.best-price .typed {
    white-space: nowrap;
    width: 0;
    margin-bottom: 0px;
    font-size: 16px;
}

.best-price p {
    color: #fff;
    font-size: 16px;
}

.best-price .final-price p {
    margin-bottom: 0px;
}

.best-price .final-price span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.fare-discount {
    /* background-color:#d8e4e9; */
    padding: 8px 15px;
    color: #000;
    margin: 0px;
}

.fare-discount p {
    color: #05264e;
    font-size: 12px;
    font-weight: 500;

}

.form-check-span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 6px;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em var(--bs-primary);
}

span.title {
    color: #6E7E8E;
}

.best-price-copy {
    /* background-image: url(../img/best-price-bg.png); */
    background: #1847A4;
    border-radius: 16px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 50px;
    max-width: 100%;
    display: flex;
    align-items: center;
}

.br-16 {
    border-radius: 16px;
}

.guarantee {
    border-radius: 16px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.best-price-copy p {
    font-size: 16px;
    color: #155724;
    padding: 0px 0px;
    margin-bottom: 0px;
}

.best-price-copy p span {
    font-size: 22px;
    color: #89ff8d;
}

.ticket-amount {
    background-color: var(--bs-primary);
    padding: 8px 15px;
    color: #fff;
    margin: 0px;
    border-radius: 16px;

}

.guarantee-icon img {
    width: 100px;
    height: 90px;
}

.modal-form-search .modal-content {
    border-radius: 25px;
}

.modal-form-search .modal-content .modal-header {
    text-align: center;
    justify-content: unsafe;
    display: unset;
}

.modal-form-search .modal-content .modal-header h5 {
    color: #252B33;
    font-size: 24px;
    font-weight: 500;
}

.modal-form-search .modal-content .modal-header .btn-close {
    position: absolute;
    top: 25px;
    right: 25px;
}

.modal-form-search .easy-autocomplete-container ul {
    border-top: 0px;
    top: -1px;
}

.modal-form-search .easy-autocomplete-container.shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.modal-form-search .easy-autocomplete-container ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.modal-form-search .easy-autocomplete-container ul li:first-child {
    border-top: 0px !important;
}

.modal-form-search .form-control {
    height: unset;
    padding: 15px 20px 15px 0px;
    font-size: 16px;
    font-weight: 500;
}

.modal-form-search .remove-padding {
    padding: 10px 10px;
    font-size: 14px;
}

.modal-form-search .set-postion .icon {
    position: absolute;
    left: 7px;

}

.modal-form-search .set-postion .icon i {
    font-size: 18px;
    color: #00438E;
    opacity: 1;
}

.modal-form-search .set-postion .icon.icon-II {

    left: 0px;
}

.modal-form-search .form-check-span {
    padding: 8px 15px;
}

.modal-form-search .form-control {
    border: 0px;
    border-bottom: 1px solid #dadfe6;
    border-radius: 0px;
    color: #000;
}

.connecting-airports {
    margin-top: -2px;
}

.connecting-airports span {
    font-size: 20px;
}

.modal-form-search .search-section .search-content-container {
    top: 0px;
    z-index: 99999;
}

.applied-message {
    font-size: 12px;
}

.modal-form-search .form-select {
    border: 0px;
    border-bottom: 1px solid #dadfe6;
    font-weight: 500;
    border-radius: 0px;
}

.modal-form-search .form-select:focus {
    box-shadow: unset !important;
}

.modal-form-search .btn {
    width: 100%;
    height: unset;
    padding: 10px 20px;
}

.modal-form-search .up-down-arrow {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    ;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00438E;
}

.modal-form-search .up-down-arrow i {
    color: #fff;
    font-size: 12px;
    rotate: 90deg;
}

.modal-form-search .arrow-both-side {
    top: -20px;
    right: 10px;
    position: absolute;
    z-index: 9999;
    margin-right: 20px;
}

.modal-form-search .booking-form__input.guests-input button {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #dadfe6;
    padding-bottom: 8px;
}

.modal-form-search .guests-input {
    padding-left: 0px;
    top: 7px;
}

.modal-form-search .guests-input:after {
    position: absolute;
    right: 0px;
    content: "\f107";
    font: normal normal normal 14px / 1 FontAwesome;
    top: 5px;
}

.modal-form-search .guests-input button:after,
.guests-input button:before {
    top: 10px !important;

}

.instant-iscount {
    padding: 5px 10px;
    font-size: 9px;
    border-radius: 10px;
    margin-top: 9px;
}


.section-51 .booking-status-header a .circle {
    background: #fff;
    color: #00438E;
    border-radius: 50%;
    font-size: 12px;
    padding: 2px 6px;
    margin-left: 5px;
    width: 20px;
    height: 20px;
}

.section-51 .booking-status-header a.active {
    background: #00438E;
}

.section-51 .gray-simple {
    padding-bottom: 0px;
    padding-top: 0px;
}

.section-51 .booking-status-header {
    margin-top: -94px;
}

/* Breadcrups CSS */

.section-52 {
    padding: 12px 0px;
    margin: 0px;
    position: sticky;
    top: 79px;
    z-index: 9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.lighr-green-color {
    background-color: #eaffef;
    z-index: 9999;
    border-top: 1px solid #b1f7c1;
    border-bottom: 1px solid #b1f7c1;
    padding: 2px 0px;
}

.section-52 .arrow-steps .step {
    font-size: 14px;
    text-align: center;
    color: #03045E;
    cursor: pointer;
    margin: 0 0px;
    padding: 14px 10px 10px 35px;
    min-width: 118px;
    height: 50px;
    float: left;
    position: relative;
    background-color: #EBEBFF;
    border: 1px solid #E0E0EB;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
}

.section-52 .arrow-steps .step:after,
.section-52 .arrow-steps .step:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -16px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 17px solid #EBEBFF;
    z-index: 2;
    transition: border-color 0.2s ease;
}

.section-52 .arrow-steps .step:before {
    right: auto;
    left: 0;
    border-left: 17px solid #fff;
    z-index: 0;
}

.section-52 .arrow-steps .step:first-child:before {
    border: none;
}

.section-52 .arrow-steps .step:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;

}


.section-52 .arrow-steps .step span {
    position: relative;
}

.section-52 .arrow-steps .step span:before {
    opacity: 0;
    content: "✔";
    position: absolute;
    top: -2px;
    left: -20px;
}

.section-52 .arrow-steps .step.done span:before {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.5s;
    -moz-transition: opacity 0.3s ease 0.5s;
    -ms-transition: opacity 0.3s ease 0.5s;
    transition: opacity 0.3s ease 0.5s;
}

.section-52 .arrow-steps .step.current {
    color: #fff;
    /* background-color: var(--bs-primary); */
    background-color: #004da9;
}

.section-52 .arrow-steps .step.current small {

    background-color: #fff;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #000;
}

.section-52 .arrow-steps .step.current:after {
    /* border-left: 17px solid  var(--bs-primary); */
    border-left: 17px solid #004da9;
}

.section-52 .arrow-steps .step:hover {
    color: #fff;
    background-color: #004da9;
}

.section-52 .arrow-steps .step:hover:after {
    border-left: 17px solid #004da9;
}

.section-52 .timer p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #03990f;
}

.section-52 .arrow-steps .step:last-child {
    padding-right: 20px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;

    &:after {
        display: none;
    }
}

.account-drop .dropdown-menu[data-bs-popper] {
    right: 0px !important;
    left: unset;
}

.btn-group.account-drop .dropdown-menu {
    top: 48px !important;
    right: 0px !important;

    background: #fff;
    box-shadow: none;
    min-width: 300px;
    border: none;
    padding: 0rem;
    overflow: hidden;
    z-index: 99;
    border-radius: 0.4rem;
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.2);
    -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.2);
}

.booked {
    bottom: 20px;
    z-index: 3;
    /* padding-left: 0px; */
    left: 0px;
    right: 0px;
    bottom: 20px;
    margin: 0 auto;
    z-index: 9999;
}

.searchBar-single .btn-outline-primary {
    background: var(--bs-white);
    border-color: var(--bs-primary);
    color: #000;
}

.remove-left {
    left: unset !important;
}

.guests-input__options {
    position: absolute;
    z-index: 3;
    top: 3.6rem;
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 0.375rem;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: all 0.1s linear;
    left: 0px;
    border: 1px solid #E0E0EB;
    border-top: 0px;
}

.modal-form-search .guests-input__options {
    top: 29px;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.guests-input:after {
    position: absolute;
    right: -10px;
    content: "\f107";
    font: normal normal normal 14px / 1 FontAwesome;
}

.custom-avatar {
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

.bg-light {
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    height: 35px;
    font-size: 12px;
}

.searchBar-single .btn-sm {
    padding: 1.2rem 0.5rem;
    font-size: 12px;
}

.searchBar-single .btn-outline-primary {
    padding: 1.2rem 0.5rem;
    font-size: 12px;
}


.btn-group.account-drop .btn.btn-order-by-filt {
    padding: 0px;
    height: 46px;
    width: 46px;
    color: #06325d;
    font-size: 18px;
    margin-top: 0;
    font-weight: 600;
    overflow: hidden;
    border-radius: 0.32rem !important;
}

.seat input[type=checkbox]:checked+label {
    color: #000;
}

.whyus {
    p {
        padding-right: 250px;
    }
}

.note {
    padding: 5px 10px 5px 15px;
    border-radius: 5px;
    background-color: #21A1F8;
    color: #fff;
}

.ul-part-offer li {
    padding-bottom: 10px;
    ;
}

.hero-header {
    padding: 5em 0 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 650px;
}

.bottom-footer {
    border-top: 1px solid #E0E0EB;
    padding: 15px 0px 15px 0px;
    margin-top: 30px;

    p {
        font-size: 14px;
        color: #6e8497 !important;
    }

    ul {
        padding: 10px 0px;
        margin: 0px;

        li {
            padding: 0px 20px 0px 0px;
            margin: 0px;
            display: inline;
            text-align: left;

            a {
                font-size: 14px;
                color: #6e8497 !important;

            }

            a:hover {
                color: #000 !important;
            }

        }
    }
}

.modal-form-search .search-form .repeat-section:last-child {
    width: 100%;
}

.modal-form-search .booking-form__input.guests-input button {
    font-size: 14px;
}

.main-fare-box {
    padding: 10px 10px;
    /* display: flex; */
    /* align-items: flex-start */
}

.main-fare-box .fare-1 {
    margin-right: 20px;
}

.main-fare-box .benfit .more-benefits {
    font-size: 18px;
    font-weight: 600;
}

.main-fare-box .benfit .special-fares {
    background: #21A1F8;
    padding: 5px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    text-align: center;
}

.main-fare-box .fare-box {
    display: flex;
    align-items: center;
}

.category-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    border: 1px solid rgb(228, 228, 228, 0.94);
    border-radius: 0px;
    padding: 15px 20px;
    margin: 0px 10px;

    border-radius: 4px;
    transition: border-color 0.3s ease;
}

.category-label input[type="checkbox"] {
    border: 2px solid rgb(34, 118, 227);
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 3px;
}

.form-control-custom {
    margin-top: 5px;
    ;
}


.category-label .text {
    font-size: 14px;
}

.category-label:hover {
    border-color: #007bff;
    background-color: #EEF4FB;
}

.category-label input[type="checkbox"] {
    cursor: pointer;
}

.category-label.checked {
    border-color: #007bff;
    background-color: #eef4ff;
}

.category-label input:checked+.label-content {
    font-weight: bold;
    color: #007bff;
}

.label-content {
    text-align: center;
    margin-top: 10px;
}

.label-content span {
    display: block;
}


.cancellation-tab-section .cancellation-title {
    font-size: 16px;
    background-color: #28a745;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    padding: 2px 10px;
}

.cancellation-tab-section table tr td {
    font-size: 14px;
}

.cancellation-tab-section .table-1 .title {
    font-size: 16px;
    font-weight: 600;
}

.cancellation-tab-section .ul-cancellation ul li {
    padding-bottom: 5px;
    font-size: 14px;
    color: #000;
    list-style: disc;
}

.cancellation-tab-section .ul-cancellation ul li:last-child {
    padding-bottom: 0px;
    font-size: 14px;
}

/* Add by Saurav Tiwari */
.flatpickr-calendar {
    z-index: 1100;
    /* Adjust this value */
}

.btn-payments-pay {
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #5380F7;
    min-width: 259px;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 16px 20px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
    /* text-transform: uppercase; */
    overflow: hidden;
    cursor: pointer;
}

.btn-payments-pay:focus .dropdown,
.btn-payments-pay:active .dropdown {
    transform: translate(0, 20px);
    opacity: 1;
    visibility: visible;
}

.btn-payments-pay .material-icons {
    border-radius: 100%;
    -webkit-animation: ripples 0.6s linear infinite;
    animation: ripples 0.6s linear infinite;
    margin: 0px 20px;
}

@-webkit-keyframes ripples {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
}

.mobile-large {
    font-size: 18px;
    font-weight: 500;
}

.depart-date {
    color: #000;
    font-weight: 400;
}

.both-time-large {
    color: #000;
    font-weight: 500;
}

.dark-text {
    color: #585858 !important;
}

.refundable-text {
    font-size: 12px;
    color: #6c757d !important
}

.bg-white {
    background-color: var(--bs-white);
}

.section-52-booking {
    margin-top: 65px;
    /* position: sticky;
    top: 79px;
    z-index: 9999;
    background: #fff; */
}

.section-booking .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23ffffff%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3E%3C/svg%3E');
}

.section-booking .accordion-button::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 16 16%22 fill=%22%23ffffff%22%3E%3Cpath fill-rule=%22evenodd%22 d=%22M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%22/%3E%3C/svg%3E');

}

.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-group>* {
    margin: 0.5rem 0.5rem;
}

.checkbox-group-legend {
    font-size: 1.5rem;
    font-weight: 700;
    color: #9c9c9c;
    text-align: center;
    line-height: 1.125;
    margin-bottom: 1.25rem;
}

.checkbox-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.checkbox-input:checked+.checkbox-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #2260ff;
}

.checkbox-input:checked+.checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #2260ff;
    border-color: #2260ff;
}

.checkbox-input:checked+.checkbox-tile .checkbox-icon,
.checkbox-input:checked+.checkbox-tile .checkbox-label {
    color: #2260ff;
}

.checkbox-input:focus+.checkbox-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}

.checkbox-input:focus+.checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
}

.checkbox-tile {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 7rem;
    border-radius: 0.5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
}

.checkbox-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 1;
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.checkbox-tile:hover {
    border-color: #2260ff;
}


.checkbox-icon {
    transition: 0.375s ease;
    color: #494949;
}

.checkbox-icon svg {
    width: 3rem;
    height: 3rem;
}

.checkbox-label {
    color: #707070;
    transition: 0.375s ease;
    text-align: center;
}

.modal {
    z-index: 9999999;
}

.label {
    padding: 8px 10px !important;
    font-weight: 500;
    border-radius: 4px;
    font-size: 78%;
}

.form__radio-group {
    width: 35px !important;
}

.discount-price-round {
    font-size: 12px;
}

.section-round-modal {
    background: #EBEBFF;
    border: 1px solid red;
}

.section-round-modal .card {
    background: unset;
}

.nav-pills.small .nav-link {
    padding: 0.5rem 0.8rem;
    font-size: 13px;
}

.bg-active {
    background-color: #eaffef !important;
    border: 1px solid #318c0b;
}

.custom-sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 154px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.ribbon {
    position: absolute;
    top: 0px;
    right: 12px;
    background: red;
    border-radius: 0px 8px 0px 0px;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    transform: rotate(0deg);
    z-index: 1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.session-modal .icon i {
    font-size: 32px;
    color: red;
    padding-bottom: 10px;

}

.session-modal P {
    margin-bottom: 0px;
    font-size: 18px;
    font-style: 500;
    color: #FC3939;
}

.session-modal .icon {
    display: flex;
    justify-content: center;
}

.session-modal .icon img {
    height: 80px;
    margin-bottom: 20px;
}

.session-modal .btn {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
}

.session-modal .btn i {
    font-size: 16px;
}

.session-modal .btn-outline {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    background-color: unset;
}

.session-modal small {
    font-size: 16px;
    text-align: center;
    display: block;
    padding-top: 10px;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.8) !important;
    /* 0.5 opacity for semi-transparent effect */
}

.rotate-image-image {
    animation: rotateimage 2s infinite;
    /* Adjust duration as needed */
}

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

    50% {
        transform: rotate(180deg);
    }

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

.cab-hotel-selector {
    border-radius: 10px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.cab-hotel-selector .card .card-body {
    padding: 25px 25px;
}

.cab-hotel-selector .card-header {
    padding-top: 25px;
}

.cab-hotel-selector .card-header h6 {
    padding-left: 7px;
}

.cab-hotel-selector .image img {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 150px;
}

.cab-hotel-selector .center-text .save-min {
    background: #DBF0FF;
    padding: 5px 10px 4px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block
}

.cab-hotel-selector .center-text .save-min p {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
    color: #708BA7;
    text-align: center;
}

.cab-hotel-selector .center-text .save-min p span {
    color: #05264E;
}

.cab-hotel-selector .center-text .save-min p {
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
    color: #708BA7;
}

.cab-hotel-selector .center-text .title-best-offer small {
    color: #708BA7;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

.cab-hotel-selector .center-text .title-best-offer small span {
    color: #05264E;
}

.coupon-check:checked+span {
    background-color: unset !important;
    color: #05264e !important;
}


.w-xl-70 {
    width: 70% !important;
}

.payment-container h2 button {
    color: #fff !important;
}

.payment-container {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.payment-container .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23ffffff%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3E%3C/svg%3E');
    margin-left: 10px;
}

.payment-container .accordion-button::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 16 16%22 fill=%22%23ffffff%22%3E%3Cpath fill-rule=%22evenodd%22 d=%22M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%22/%3E%3C/svg%3E');
    margin-left: 10px;
}

.payment-container .accordion-button:not(.collapsed) {
    box-shadow: unset;
}

.payment-container .accordion-header {
    background-color: #21A1F8 !important;
    border-radius: 5px;
}

.payment-container .accordion-button {
    background-color: #21A1F8 !important;
    border-radius: 5px;
}

.payment-container .accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 5px;
}


.payment-section {
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.ssl-payment {
    color: #00B000;
    font-size: 16px;
}

.passengers-title-II h3 {
    font-size: 16px;
    margin-bottom: 0px;
}

.passengers-title-II {
    background-color: #eee;
    padding: 10px 10px;
    border-radius: 10px;
    margin: 0px;
}




/* CSS */
.paynow-btn {
    backface-visibility: hidden;
    background: #332cf2;
    border: 0;
    border-radius: .375rem;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Circular, Helvetica, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.3;
    padding: 1rem 1.25rem;
    position: relative;

    text-decoration: none;
    transform: translateZ(0) scale(1);
    transition: transform .2s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.paynow-btn:after {
    display: none;
}

.paynow-btn:disabled {
    color: #787878;
    cursor: auto;
}

.paynow-btn:not(:disabled):hover {
    transform: scale(1.05);
}

.paynow-btn:not(:disabled):hover:active {
    transform: scale(1.05) translateY(.125rem);
}

.paynow-btn:focus {
    outline: 0 solid transparent;
}

.paynow-btn:focus:before {
    border-width: .125rem;
    content: "";
    left: calc(-1*.375rem);
    pointer-events: none;
    position: absolute;
    top: calc(-1*.375rem);
    transition: border-radius;
    user-select: none;
}

.button-79:focus:not(:focus-visible) {
    outline: 0 solid transparent;
}

.button-79:not(:disabled):active {
    transform: translateY(.125rem);
}

.secure-payment img {
    width: 150px;
}

.payment {
    padding-bottom: 40px;
}

.border-top-payment {
    border-top: 1px solid #E0E0EB;
    ;
}

.gray-bg {
    background: #E9EEF2 !important;
}

.white-bg {
    background: #fff;
}

.section-33 .top-section-payment {
    border-radius: 10px;
    padding: 15px 15px;


}

.section-33 .top-section-payment .section-title h2 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

.section-33 .top-section-payment .section-title h2 span {
    color: var(--bs-primary);
}

.section-33 .top-section-payment-II {
    border-radius: 10px;
    padding: 15px 15px;
}

.section-33 .top-section-payment-II .icons i {
    font-size: 14px;
}

.section-33 .top-section-payment-II .text {
    font-size: 14px;
    color: #000;
}

.section-33 .top-section-payment-II .boardiing-date {
    color: #000;
    font-size: 14px;
    padding-top: 5px;
}

.section-33 .top-section-payment-II .btn {
    border-radius: 0px;
    padding: 8px 25px;
    width: 120px;
}

.section-33 .top-section-payment-II .e-ticket {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
}

.section-33 .top-section-payment-II .badge {
    font-size: 14px;
    padding: 3px 10px;
    margin: 0px;
    line-height: 20px;
}

.section-33 .top-section-payment-II .badge b {
    font-weight: 500;
}

.section-33 .top-section-payment-II .booking-section .ttx-id {
    font-size: 16px;
    font-weight: 600;
}

.section-33 .top-section-payment-II .booking-section .text-name {
    /* padding-top: 5px; */
}

.section-33 .top-section-payment-II .booking-section .text-name span {
    font-size: 16px;
    font-weight: 500;
}

.light-bg-blue {
    background-color: #F0F8FF;
}

.section-33 .top-section-payment-II .booking-progress h4 {
    margin-bottom: 0px;
    font-size: 20px;
}

.section-33 .top-section-payment-II .booking-progress .icons i {
    font-size: 16px;
    color: #000;
}

.section-33 .top-section-payment-II .booking-progress .main-text p {
    margin-bottom: 0px;
    padding-top: 15px;
    ;
    font-size: 14px;
}

.section-33 .top-section-payment-III {
    padding: 25px;
}

.bg-none {
    background: unset;
}

.section-33 .top-section-payment-II .title-text {
    font-size: 22px;
    font-weight: 700;
    padding-left: 10px;
    padding-bottom: 15px;
}

.section-33 .top-section-payment-II .bg-daneger {
    background: #EEDEDC;
    padding: 20px 25px;
    margin-left: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.yellow-bg {
    background: #FFF3CD;
    padding: 20px 25px;
    margin-left: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
}

/* .list-group-item:first-child:hover{
    background-color: #0d6efd!important;
} */
.total-amount-cal .section-header {
    background-color: #f0f8ff;
    padding: 10px;
    font-weight: bold;
    color: #0000ff;
    border: 1px solid #d0d0d0;
}

.total-amount-cal .table-container {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.total-amount-cal .table-container th,
.table-container td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #d0d0d0;
}

.total-amount-cal th {
    background-color: #d0d0d0;
}

.total-amount-cal .highlight {
    background-color: #ffeb3b;
    font-size: 0.9em;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #d0d0d0;
}

.total-amount-cal .highlight span {
    font-weight: bold;
    color: red;
}

.total-amount-cal .note {
    font-size: 0.8em;
    color: gray;
}

.total-amount-cal .green-text {
    color: green;
}

.text-red {
    color: red;
}

.payment-icons img {
    width: 100%;
    height: auto;
}

.flatpickr-day.selected .price-tag {
    color: white !important;
}

.flights-list-item .nav-tabs .nav-link {
    font-size: 14px;
}

.text-xl-sm {
    font-size: 12px;

}

.detail.ellipsis-container {
    color: #455873;
    font-size: 14px;
    padding-top: 3px;
}

.forgot-section {
    /* min-height: 476px; */
    display: flex;
    align-items: center;
    background: url('../img/map-bg2.png');
}

.forgot-section .main-box-forgot {
    margin: 68px 0px;
    border: 1px solid #E9E9EB;
    border-radius: 8px;
    padding: 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.section-box h5 {
    font-size: 38px;
    margin: 0px;
    padding-bottom: 15px;
    font-weight: 400;
}

.section-box h5 span {
    color: #0A8CF9;
    font-size: 38px;
    display: unset;
    font-weight: 500;
}

.section-box p {
    padding: 0px 150px;
    font-size: 16px;
    color: #727272;
}


.color-new-btn,
.light-orange-btn {
    color: #fff;
    border: 1px solid #0054b7 !important;
    color: #fff !important;
    background-image: linear-gradient(to right, #2278FB, #2278FB) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#2278FB", endColorstr="#2278FB", GradientType=1);
}

.color-new-btn:active,
.light-orange-btn:active {
    border: 1px solid #0054b7 !important;
    color: #fff !important;
    background-image: linear-gradient(to right, #2278FB, #2278FB) !important;
}

/* .color-new-btn:hover,
.light-orange-btn:hover {
    border: 1px solid #0054b7 !important;
    color: #fff !important;
    background-image: linear-gradient(to right, #2278FB, #2278FB) !important;
} */

.color-new-btn:focus,
.light-orange-btn:focus {
    border: 1px solid #0054b7 !important;
    color: #fff !important;
    background-image: linear-gradient(to right, #2278FB, #2278FB) !important;
}

/* .color-new-btn:hover {
    border: 1px solid #FE3D15;
    color: #fff;
} */
.slider {
    position: relative;
    width: 100%;
    height: 280px;
    /* Adjust based on your image size */
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.slider-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* .gradient-color{
    background: rgb(255,190,11)!important;
    background: linear-gradient(90deg, rgba(255,190,11,1) 0%, rgba(255,0,110,1) 100%)!important;
    border: 1px solid #FF006E!important;
} */
/* 
.gradient-color{
    background: rgb(255,190,11)!important;
    background: linear-gradient(90deg, rgba(255,190,11,1) 0%, rgba(251,86,7,1) 100%)!important;
    border: 1px solid #FB5607!important;
} */




/* 
.gradient-color{
    background: rgb(131,56,236)!important;
    background: linear-gradient(90deg, rgba(131,56,236,1) 0%, rgba(58,134,255,1) 100%)!important;
    border: 1px solid #8338ec!important;
} */

/* .gradient-color{
    background: rgb(131,56,236)!important;
    background: linear-gradient(90deg, rgba(131,56,236,1) 0%, rgba(255,0,110,1) 100%)!important;
    border: 1px solid #FF006E!important;
}  */



.light-sky-blue {
    background: rgb(144, 183, 247) !important;
}

/* 
.gradient-color{
    background: rgb(169, 202, 255)!important;
    background: linear-gradient(90deg, rgba(58,134,255,1) 0%, rgba(251,86,7,1) 100%)!important;
    border: 1px solid #FB5607!important;
}
*/
/* 
.gradient-color{
    background: rgb(251,86,7)!important;
    background: linear-gradient(90deg, rgba(251,86,7,1) 0%, rgba(255,0,110,1) 100%)!important;
    border: 1px solid #FB5607!important;
}


.gradient-color{
    background: rgb(251,86,7)!important;
    background: linear-gradient(90deg, rgba(251,86,7,1) 20%, rgba(255,0,110,1) 100%)!important;
    border: 1px solid #FB5607!important;
}

.gradient-color{
    background: #FB5607!important;
    border: 1px solid #ff9362!important;
}
.gradient-color:hover{
    background: #0451cc!important;
    border-color: rgb(251,86,7)!important;;
}

.orange-bg{
    background-color: #da6936!important;
} */
.btn-primary {}

.custom-card-booking {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 15px;
    margin-top: 15px;
    box-shadow: 0 3px 30px 0 rgba(0, 0, 0, .1);
    border-radius: 16px;
}

.custom-card-booking .material-symbols-outlined {
    color: var(--headingColor);
}

.custom-title h2 {
    font-size: 20px;
}

.center-mood-price {
    background: unset;
}

.center-mood-price .card-footer {
    background: #eee;
    border-radius: 0px;

}

.center-mood-price .card-footer:last-child {
    border-radius: 0px;
}

.center-mood-price .text-muted-2 {
    color: #000 !important;
}

.center-mood-price .text-primary {
    color: #000 !important;
}

.center-mood-price .card {
    box-shadow: unset;
}

.custom-border-radious {
    border-radius: 30px;
}

.center-mood-price .fare-discount p {
    font-weight: normal;
}

.center-mood-price {
    padding: 0px;
}

.best-price-copy-II p span {
    color: #fff;
}

.best-price-copy-II small {
    font-size: 12px;
    display: block;
    margin-top: -2px;
}

.best-price-copy-II .verified-user {
    font-size: 38px;
}

.bg-success {
    background-color: #28a745 !important;
}

.text-green {
    color: #155724;
}

.review-text {
    color: var(--headingColor);
    font-weight: 600;
    font-family: var(--heading-font-family);
    font-size: 20px;
}

.price-text-amount {
    font-size: 22px;
}

.price-text-amount-II {
    font-size: 18px;
}

.center-mood-price .guarantee {
    /* width: 150px;
    height: 150px; */
}

.gst-text {
    font-size: 16px;
}

.layover-div::before {
    border-top: 1px solid #c8c6c6;
    content: '';
    margin: 0 auto;
    position: absolute;
    top: 68%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

.light-gradient {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(23, 129, 255, 1) 100%);
}

.light-gradient {
    background: rgba(23, 129, 255, 0.8);
}

/* .light-gradient{
    background: rgb(0,108,198);
    background: linear-gradient(90deg, rgba(0,108,198,1) 0%, rgba(10,140,249,1) 60%, rgba(73,172,255,1) 96%);
} */

.light-green-gradient {
    background: #28a745;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    padding: 5px 6px;
    border-radius: 6px;
}



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

.fw-normal-600 {
    font-weight: 500;
    font-size: 14px;
}

.lighr-green-color .timer p {
    color: #03990f;
}

.lighr-green-color .step-text-color {
    color: #000;
}

.final-submit-btn {
    font-size: 18px;
    font-weight: 500;
}

.contact-info a {
    font-size: 1.25em;
    font-weight: 600;
}


.contact-info .bg-success {
    padding: 5px 8px;
}

.contact-info .assistance-bg {
    background: #28a745;
    padding: 3px 10px 2px 10px;
    font-weight: 500;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
}

.flights-list-item {
    padding: 25px 40px 25px 40px !important;
}

.discounted-fare-mobile {
    padding: 8px 10px !important;
}

.custom-rounded {
    border-radius: 13px;
}

.view-flight-details-btn {
    font-size: 14px;
}

.bg-success-custom {
    background: #03990f;
    border-radius: 5px;
}

.bg-success-custom:hover {
    background: #03990f !important;
    color: #fff !important;
}

.small-text {
    font-size: 10px;
}

.round-modal-img {
    height: 40px;
    width: 40px;
}

.round-modal-img .border-right-round {
    border-right: 1px #ccc dashed;
}

.round-flight-details .price-fare {
    font-weight: 600;
    font-size: 18px;
}

.round-flight-details .total-fare {
    font-size: 20px;
}

.refundable-price {
    font-weight: 500;
    background: #198754;
    border-radius: 15px;
    color: #fff;
    padding: 4px 11px;
    font-size: 12px;
}

.non-refundable-price {
    background: #FFF0E2;
    border-radius: 15px;
    color: #D57A0F;
    padding: 4px 11px;
    font-size: 12px;
    font-weight: 500;
}

.per-adult {
    font-size: 12px;
}

.flsx-first .nav-pills.lights .nav-link.active,
.nav-pills.lights .show>.nav-link {
    color: #004da9 !important;

}

/* Start::calculating animation */
.calculating {
    font-size: small;
    animation: opacity 1.5s infinite;

    .dots::after {
        content: '';
        display: inline-block;
        width: 1em;
        text-align: left;
        animation: dots 1.5s steps(3, end) infinite;
    }
}

@keyframes opacity {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}


@keyframes dots {
    0% {
        content: '';
    }

    33% {
        content: '.';
    }

    66% {
        content: '..';
    }

    100% {
        content: '...';
    }
}

/* End::calculating animation */


.main-card-price-summary .travel-insurance .custom-bg-info {
    background: linear-gradient(90deg, #D7F3FF, #BFE4FB, #A6D8F9, #E5F4FD);
    border-radius: 16px;
    padding: 20px 20px;
    position: relative;
}

.main-card-price-summary .travel-insurance .trip-secured {
    position: absolute;
    right: 40px;
    padding: 5px 15px;
    background-color: #ff7380;
    color: #000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    top: 0px;
}

.main-card-price-summary .travel-insurance .danger {
    background: linear-gradient(90deg, #FFDEDE, #FFD4D4, #FFE6E6, #FFECEC);
}

.main-card-price-summary .travel-insurance .success {
    background: linear-gradient(90deg, #CCF7C5, #E1FAD8, #F2FDEF, #DFF6ED);
}

.main-card-price-summary .travel-insurance .trip-secured span {
    color: #000;
    font-weight: 500;
    font-size: 12px;
}

.main-card-price-summary .travel-insurance .main-title span {
    font-size: 16px;
    color: #242222;
    font-weight: 500;
}

.main-card-price-summary .travel-insurance .main-title h2 {
    font-size: 14px;
    color: #3E4C56;
    font-weight: 600;

}

.main-card-price-summary .travel-insurance .main-title img {
    width: 150px;
}

.main-card-price-summary .travel-insurance .main-title .insurance-logo img {
    width: 100%;
}

.main-card-price-summary .travel-insurance .main-title p span {
    font-size: 14px;
}

.main-card-price-summary .travel-insurance .view-coverage a {
    font-size: 12px;
}

.main-card-price-summary .travel-insurance .view-coverage a:hover {
    color: #000;
}

.main-card-price-summary .travel-insurance .custom-slider {
    margin-top: 20px;
}

.main-card-price-summary .travel-insurance .custom-slider .slider-box {
    margin: 0px 10px;
}

.main-card-price-summary .travel-insurance .custom-slider .slider-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-card-price-summary .travel-insurance .custom-slider .slider-box .price-option {
    font-size: 14px;
    color: #000;
}

.main-card-price-summary .travel-insurance .custom-slider .slider-box .price-option span b {
    font-weight: 600;
    color: #0054b7;
}

.main-card-price-summary .travel-insurance .custom-slider .slider-box p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
}

.main-card-price-summary .travel-insurance .check-box-section .form-check-input {
    border: 1px solid #004da9;
}

.main-card-price-summary .travel-insurance .custom-slider .slider-box .box img {
    border-radius: 50%;
    height: 77px;
    width: 77px;
}

.main-card-price-summary .travel-insurance .check-box-danger {
    margin-top: 10px;
}

.main-card-price-summary .cancel-icon {
    position: absolute;
    right: 15px;
    top: -7px;
    height: 15px;
    width: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: red;
}

.main-card-price-summary .cancel-icon span {
    color: #fff;
    font-size: 12px;
}

.payment-img img {
    width: 100%;
}

#center-mode p {
    padding: 5px 20px;
    border-radius: 5px;
    display: inline-block;
    justify-content: end;
    background-color: #ffdede;
    color: #d62525;
    border: 1px solid #d62525;
}

.drag-file-area {
    border: 2px dashed var(--bs-primary);
    border-radius: 40px;
    margin: 10px 0 15px;
    padding: 30px 50px;
    width: 100%;
    text-align: center;
}

.drag-file-area label {
    font-size: 14px;
}

.drag-file-area label .browse-files-text {
    color: var(--bs-primary);
    font-weight: bolder;
    cursor: pointer;
}

.browse-files span {
    position: relative;
    top: -25px;
}

.default-file-input {
    opacity: 0;
}

.label-info {
    color: #526d83;
}

.insurance-amount {
    padding: 5px 10px !important;
}

.next-btn .btn-primary{
    color: #fff !important;
    background-image: linear-gradient(to right, #2278FB, #2278FB) !important;
    font-size: 14px;
}
.airline-date-slider{
    background-color: #fff;
    border-radius: 5px;
    padding: 0px 0px;
    margin: 0px 5px;;
}
.airline-date-slider .main-item{
    padding: 5px 3px;
    border-right: 1px solid #ccc;
    ;
}
.airline-date-slider .content-text .main-date{
    font-size: 14px;
    color: #3d3b3b;
    text-align: center;
   
}
.airline-date-slider .content-text .main-price{
    font-size: 14px;
    color: #21A1F8;
    font-weight: 500;
    text-align: center;
}
.airline-date-slider .arrow{
    background-color: #fff;
    border: 1px solid #2278FB;
    color: #3d3b3b;
    border-radius: 5px;
    top:0px;
    padding: 4px 5px;
    height: 58px;
    width: 40px;
    z-index: 1;
    font-size: 22px;
}


.airline-date-slider .left-arrow{
    left: -44px;
}
.airline-date-slider .right-arrow{
    right: -44px;
}

.main-item{
    position:relative;
}


.main-item{
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
}

.main-item.active .content-text .main-price{
    color: #25c47a;
    font-weight: 500;
}

#airline-date-slider {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.main-item{
    position: relative;
    border-top: 5px solid transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

.main-item:after{
    position: absolute;
    content: "";
    top: -5px;
    left: 0px;
    width: 100%;
    border-top: 5px solid transparent;
}
.main-item.active{
    background: #fffced;
}
.main-item.active:after{
    border-top: 5px solid #21A1F8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;   
}
.main-item:hover{
    -webkit-transition: all .3s ease;
    background: #fffced;
    transition: all .3s ease;
}
.main-item:hover:after{
    border-top: 5px solid #21A1F8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.main-item:hover .content-text .main-price{
    color: #25c47a;
    font-weight: 500;
    transition: all .3s ease;
}
.next-day{
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    background: linear-gradient(to right, #2278FB, #2278FB) !important;
}



.centered-border {
    position: relative;
    padding-bottom: 30px; /* Space for the border */
}

.flatpickr-calendar {
    border-radius: 0.375rem;
    width: 350px!important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #E0E0EB;
}
.common-modal .modal-header h2{
    font-size: 18px;
    color: #05264E;
    font-weight: 600;
    margin-bottom: 0px;
}
.common-modal .modal-header span{
    font-size: 16px;
    color: #0A8CF9;
    font-weight: 600;
}
.common-modal .modal-body h3{
    font-size: 16px;
    color: #05264E;
    font-weight: 600;
}
.common-modal .modal-header h2 small{
    font-size: 20px;
    color: #0A8CF9;
    font-weight: 600;
    margin-bottom: 0px;
}
.common-modal .modal-body p{
    font-size: 14px;
    color: #4D5760;
    font-weight: 400;
}
.common-modal .black-btn{
    background: #24282C;
    font-size: large;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    padding: 10px 30px;
}
.common-modal .modal-body .box{
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    padding: 8px;
}
.common-modal .modal-body .content-repeat:first-child{
    border-right:1px solid #E2E2E2;
}

.common-modal .modal-body .box .a-amount{
   color: #05264E;
   font-size: 18px;
   font-weight: 500;
}


.common-modal .modal-body .box .b-amount{
    color: #4D5760;
    font-size: 18px;
 }

.common-modal .modal-body .box p{
    color: #4D5760;
    margin-bottom: 0px;
    font-size: 14px;
 }

 .common-modal .black-grey{
    background: #E2E3E3;
    color: #4D5760;
 }

 .common-modal .modal-header{
    padding: 20px 20px;
 }
 
 .common-modal .modal-footer{
    padding: 20px 20px;
 }
 

 .common-modal .modal-body{
    padding: 20px 20px;
 }
 
 
 .common-modal .modal-header .btn-close{
   margin-top: -50px;
 }
 
.flights-details-overview{
    border: 1px dashed #ccc;
    margin: 12px;
    background: #e3e3ff3b;
    border-radius: 10px;
}
 
.nav-divider {
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
}
.both-modal .text-primary {
    color: #0A8CF9;
}
.m-center img{
    width: 130px;
}

.header.header-fixed {
    backdrop-filter: blur(5px) !important;
    opacity: 1 !important;
    background: #1781FF !important;
    border-bottom: 0px;
    position: fixed;
    z-index: 9999999;
    width: 100%;
    top: 0;
    transition: 0.2s ease-in;
    animation-duration: 0.5s;
    /*animation-name: slideInDown; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


/* 
.tooltip-container {
    --background: #d87639;
    position: relative;
    background: var(--background);
    cursor: pointer;
    transition: all 0.2s;
    font-size: 17px;
    padding: 0.7em 1.8em;
    border-radius: 0.2rem;
  }
  
  .tooltip {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%) rotateX(90deg);
    padding: 0.6em;
    opacity: 0.6;
    transition: all 0.5s ease;
    background: transparent;
    height: 0px;
    cursor: default;
  }
  
  .tooltip-container:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    background: none;
    transform: translateX(-50%) rotateX(0deg);
  }
    

  */
  .tooltip .tooltip-inner {
    max-width:  500px !important; /* Set maximum tooltip width, e.g., 200px */
    width: auto; /* Allows tooltip to expand to fit content within max-width */
    padding: 10px 10px;
    
}
.whyus .left-img img{
    width: 100%;
    padding-left: 20px;
    transition: transform 0.4s ease-in-out;
}
.whyus .left-img img:hover{
    transform: scale(1.2); /* Zoom to 1.2x */
}

footer .footer-widget p a:hover{
    color:#0054b7;
    transition: transform 0.4s ease-in-out;
}

/* package style */

.heading-title.packages {
    color: #000000;
    font-family:  var(--body-font-family);
    font-weight: 400;
    line-height: 38px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.double-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    font-family: var(--body-font-family);
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    position: relative;
}
.arabic{
    border: 1px solid #0A8CF9;
}
.double-buttons a {
    flex: 1;
    display: inline-block;
    line-height: 53px;
    color: #1E1F16;
    font-family: var(--body-font-family);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    background: #fff;
    text-transform: uppercase;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 0px 6px 6px 0px;
}

.double-buttons a:first-child {
    background: linear-gradient(135deg, #69BAFE, #0A8CF9);
    color: #FFFFFF;
    border: 1px solid #0A8CF9;
    border-radius: 6px 0px 0px 6px;
}

.double-buttons a:hover {
    background-color: var(--bs-secondary-bg-subtle);
    color: #000;
    border:1px solid var(--bs-primary);
}
.btn-primary:hover{
    background: var(--bs-primary);
}

.double-buttons a:active {
    background-color: #444;
    color: #fff;
}

.double-buttons .or {
    position: absolute;
    text-align: center;
    display: block;
    width: 26px;
    height: 26px;
    font-size: 12px;
    line-height: 26px;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, .2);
    background: #fafaf8;
    border-radius: 100%;
    border: 1px solid #fff;
    font-style: italic;
    color: #1E1F16;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: default;
}

@media (min-width: 993px) {
    .hero-header.packages {
        min-height: 360px;
        padding: 3rem 0;
    }

    .heading-title.packages {
        color: #1E1F16;
        font-family:  var(--body-font-family);
        font-size: 18px;
        font-weight: 400;
        line-height: 38px;
        -webkit-text-stroke-color: #1E1F16;
        stroke: #1E1F16;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .package-icon-box-icon {
        margin-right: 15px;
    }

    .package-icon-box-wrapper {
        display: flex;
        align-items: center;
        padding: 10px;
        border-radius: 5px;  
        margin: 10px;
    
    }
    .package-icon-box-title {
        font-family:  var(--body-font-family);
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        color: #1E1F16;
        text-wrap: nowrap;
    }
    
    .price.packages {
        color: #1E1F16;
        font-family:  var(--body-font-family);
        font-size: 18px;
    }
    .low-price{

        width: 150px;
        display: block;
    }
    .queries-headding.package {
        color: #FFFFFF;
        font-family:  var(--body-font-family);
        font-weight: 500;
    }

    .queries-description.package {
        color: #FFFFFF;
        font-family:  var(--body-font-family);
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5em;
    }

    .tour-package-title.packages {
        color: #FFFFFF;
        font-family:  var(--body-font-family);
        font-size: 38px;
        font-weight: 400;
        text-transform: capitalize;
        line-height: 58px;
    }

    .package-element-main{
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px dashed #ACACAC;
        border-radius: 10px;
    }
    .text-light.queries-description.package{
        font-weight: 400;
    }
    .queries-description.package{
        font-weight: 400;
    }
    .image-ratio {
        height: 180px;
    }
}

.button-main {
    background: linear-gradient(135deg, #69BAFE, #0A8CF9);
    color: #FFFFFF;
    border: 1px solid #0A8CF9;
    border-radius: 50px;
    padding: 12px 20px;
}

.title-tag{
    color: #1E1F16;
    border: 1px solid #B9B9B9;
    border-radius: 50px;
    font-weight: 500;
    padding: 6px 20px;
    line-height: 50px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
}
.swiper {
    padding-bottom: 20px;
}


.swiper-container {
    position: relative;
}

.swiper-pagination {
    position: absolute;
    bottom: 10px; /* Adjust this value to control the vertical position */
    left: 50%;
    bottom: 8%;
    transform: translateX(-50%);
    z-index: 10;
}


 .swiper-container-small {
      width: 100%;
      padding: 20px 0;
      position: relative;
    }
    .swiper-slide-small {
      text-align: center;
      border-radius: 20px;
      overflow: hidden;
      width: 300px !important;
      height: 150px;
    }
    .ImageCarousel_imageItemContainer__nV1Z4 {
      display: block;
      width: 100%;
      height: 100%;
    }
    .swiper-lazy {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .swiper-button-next, .swiper-button-prev {
      background: linear-gradient(135deg, #69BAFE, #0A8CF9);
      backdrop-filter: blur(5px);
      border-radius: 50%;
      width: 40px !important;
      height: 40px !important;
      color: #fff !important;
      transition: background 0.3s;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 10px !important;
    }
    .swiper-button-next:hover, .swiper-button-prev:hover {
      background: rgba(255, 255, 255, 0.6);
    }
    .swiper-button-next {
      right: 10px;
    }
    .swiper-button-prev {
      left: 10px;
    }

    .bg-F2F2F2{
        background: #F2F2F2;
    }

   
    .slide-container {
        height: 90vh;
        min-height: 400px;
        position: relative;
    }
    
    .slide-image {
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .slide-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
        z-index: 1;
    }
    
    .slide-content {
        position: absolute;
        top: 54%;
        left: 50%;
        z-index: 2;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 800px;
        padding: 20px;
    }
    
    .main-title h1 {
        font-size: 54px;
        line-height: 1.3;
        font-weight: 500;
        text-shadow: 2px 2px 10px rgb(0 0 0 / 29%);
        color: #fff;
    }

    .main-title h1 span {
        color: #FFD866;
        font-size: inherit;
        font-weight: 500;
        display: inline;
    }
    
    /* Button Style */
    .button-main {
        background-color: #ff6b00;
        color: #fff;
        padding: 12px 30px;
        font-size: 16px;
        font-weight: 500;
        border-radius: 30px;
        border: none;
        transition: 0.3s ease;
    }
    
    .button-main:hover {
        background-color: #e65a00;
        color: #fff;
    }
    
    /* Responsive Text Scaling */
    @media (max-width: 1200px) {
        .main-title h1 {
            font-size: 42px;
        }
    }
    
    @media (max-width: 992px) {
        .main-title h1 {
            font-size: 36px;
        }
    
        .button-main {
            padding: 10px 25px;
            font-size: 15px;
        }
    }
    
    @media (max-width: 768px) {
        .main-title h1 {
            font-size: 30px;
        }
    
        .slide-content {
            padding: 15px;
        }
        .slide-container {
            height: 40vh;
            min-height: 280px;
        }
    }
    
    @media (max-width: 576px) {
        .main-title h1 {
            font-size: 24px;
        }
    
        .button-main {
            padding: 8px 20px;
            font-size: 14px;
        }
        .slide-container {
            height: 40vh;
            min-height: 280px;
        }
    }
    
    .swiper-pagination-bullet{
        background: #fff !important;
    }

    .slide-features {
        z-index: 2;
        font-size: 16px;
        flex-wrap: wrap;
        gap: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .feature-item {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-weight: 400;
        white-space: nowrap; 
        padding-top: 70px;
    }
    
    @media (max-width: 768px) {
        .slide-features {
            font-size: 14px;
            gap: 1rem;
        }
        .feature-item {
            flex: 1 1 45%;
            justify-content: center;
            text-align: center;
        }
    }
    