@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
@import url("./owl.carousel.min.css");
@import url("./owl.theme.default.min.css");
@import url("./aos.css");
@import url("./jquery-ui.css");
@import url("./bootstrap.min.css");


* {
    outline: none;
}

html,
body,
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
    scroll-behavior: smooth;
}



a {
    color: #008cff;
}

a:hover,
a:active,
a:focus {
    transition: all ease-in-out 0.3s;
}

.btn-check:focus + .btn,
.btn:focus {
    box-shadow: 0 0 0 0 rgba(246, 86, 35, 0.2);
}



.ui-state-default {
    text-align: center !important;
}

html {
    font-size: 1rem;
}

body {
    height: 100%;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.16;
    color: #313132;
}

a,
a:hover {
    text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}




.py-3 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.theme-bg-primary {
    background-color: #008cff;
}

.theme-bg-secondary {
    background-color: #a14021;
}

.theme-bg-white {
    background-color: #ffffff;
}

.theme-bg-light {
    background-color: #9f9f9f;
}

.theme-bg-accent-one {
    background-color: #343534;
}

.theme-bg-accent-two {
    background-color: #9f9f9f;
}

.theme-bg-accent-three {
    background-color: #f5faff;
}

.body-color {
    background-color: #efeeee;
}

.theme-text-white {
    color: #ffffff;
}

.theme-text-primary {
    color: #008cff;
}

.theme-text-secondary {
    color: #a14021;
}

.theme-text-accent-one {
    color: #343534;
}

.theme-text-accent-two {
    color: #9f9f9f;
}

.theme-text-accent-three {
    color: #f5faff;
}

.theme-box-shadow {
    box-shadow: 0 0rem 0.8rem rgba(52, 53, 52, 0.15);
}

.theme-text-shadow {
    text-shadow: 0 0rem 0.8rem rgba(52, 53, 52, 0.15);
}

.theme-border-radius {
    border-radius: 0.5rem;
}

.theme-border-radius-top {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.theme-border-radius-bottom {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.font-extra-small {
    font-size: 0.625rem;
}

.font-small {
    font-size: 0.75rem;
}

.font-medium {
    font-size: 0.875rem;
}

.max-1 {
    max-width: 50rem;
    margin: auto;
}

.call-center {
    font-size: 25px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #2738C9 !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
}

.btn-select {
    position: relative;
    border: 1px solid #2738C9;
    color: #2738C9;
    /* z-index: 1; */
}

.btn-book {
    position: relative;
    background-color: #2738C9;
    color: #ffffff;
    z-index: 0;
    overflow: hidden;
}

.min-h58 {
    min-height: 58px;
}

.z-in-2 {
    z-index: 2;
}

.dropdown-container {
    position: relative;
}
.dropdown-container .dropdown-toggle::after {
    opacity: 0;
}
.dropdown-container .dropdown-toggle {
    cursor: pointer;
    position: relative;

    transition: all ease-in-out 0.3s;
}
.dropdown-container .dropdown-toggle label {
    cursor: pointer;
    width: 100%;
}

.dropdown-container .dropdown-menu {
    width: 100%;
    box-shadow: 0px 0px 31px 0px rgba(179, 179, 179, 0.25);
    margin-top: 10px;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    z-index: 10;
}
.dropdown-container .dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    z-index: 10;
}
@media screen and (max-width: 767px) {
    .dropdown-container .dropdown-menu ul {
        border-radius: 0rem;
    }
}
.dropdown-container .dropdown-menu a {
    text-decoration: none;
    display: block;
    padding: 5px 20px;
    font-weight: 600;
    transition: all ease-in-out 0.3s;
}
.dropdown-container .dropdown-menu a:hover,
.dropdown-container .dropdown-menu a:active,
.dropdown-container .dropdown-menu a:focus {
    color: #343534;
}

.dropdown-menu,
.dropdown-toggle {
    position: relative;
}
.dropdown-menu::before,
.dropdown-toggle::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border: 2px solid #000637;
    border-top-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    margin-top: -3.5px;
    background-color: rgba(0, 0, 0, 0);
    transition: all ease-in-out 0.3s;
    z-index: 10;
    padding: 2px;
}

.dropdown-menu {
    z-index: 10;
    position: relative;
}
.dropdown-menu::before {
    z-index: -1;
    transform: rotate(-135deg);
    top: -4px;
    border-color: #ffffff;
    box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
    display: none;
}

.dropdown-open .dropdown-menu.dropdown-active {
    display: block;
}

.dropdown-container.dropdown-open .dropdown-toggle:before {
    transform: rotate(-135deg);
}

.header {
    position: relative;
    z-index: 11;
    box-shadow: 0 0 31px 0 rgba(193, 193, 193, 0.25);
    margin-bottom: 0;
}

.page-review-booking .header {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    #navbarSupportedContent {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        z-index: -1;
        padding-top: 87px;
    }
}
@media screen and (max-width: 767px) {
    #navbarSupportedContent .nav-item {
        padding: 1rem 0.5rem;
    }
}
@media screen and (max-width: 767px) {
    #navbarSupportedContent .dropdown-active {
        position: relative;
        border-radius: 0;
        border: 0;
    }
}
@media screen and (max-width: 767px) {
    #navbarSupportedContent .dropdown-active .nav-item {
        padding: 0rem 0rem;
    }
}
@media screen and (max-width: 767px) {
    #navbarSupportedContent .dropdown-toggle {
        color: #343534;
    }
}

.dropdown-open .dropdown-menu {
    min-width: 162px;
    padding: 0 0;
    width: auto;
}
.dropdown-open .dropdown-menu a {
    padding: 0.5rem 0.5rem;
}
.dropdown-open .dropdown-menu a:active,
.dropdown-open .dropdown-menu a:hover {
    background-color: #0a53be;
}

#corporate-page .dropdown-container .dropdown-toggle {
    color: #a14021;
    display: flex;
    flex-direction: column;
}
#corporate-page .dropdown-container .dropdown-toggle::before {
    top: 70%;
}
#corporate-page .dropdown-container .dropdown-toggle::after {
    opacity: 0;
    display: none;
}
#corporate-page .dropdown-container .dropdown-toggle:hover,
#corporate-page .dropdown-container .dropdown-toggle:active,
#corporate-page .dropdown-container .dropdown-toggle:focus {
    color: #0a53be;
}
#corporate-page .dropdown-container .dropdown-menu {
    margin-top: 0;
}

.flag {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 6px;
}
.flag.in {
    background-position: -4px 0px;
}
.flag.us {
    background-position: 0 -24px;
}
.flag.er {
    background-position: 0 -50px;
}
.flag.ru {
    background-position: 0 -100px;
}
.flag.fr {
    background-position: -4px -75px;
}

.preloader {
    position: fixed;
    z-index: 999999;
    background-color: #efeeee;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    right: 0;
}

.preloader .load-spinner {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.preloader .load-spinner div {
    transform-origin: 40px 40px;
    animation: load-spinner 1.2s linear infinite;
}

.preloader .load-spinner div::after {
    content: " ";
    display: block;
    position: absolute;
    top: 5px;
    left: 35px;
    width: 5px;
    height: 20px;
    border-radius: 20%;
    background: #0b386c;
}

.preloader .load-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.preloader .load-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.preloader .load-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.preloader .load-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.preloader .load-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.preloader .load-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.preloader .load-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.preloader .load-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.preloader .load-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.preloader .load-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.preloader .load-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.preloader .load-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes load-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.header-light {
    background-color: #ffffff;
}
.header-light .dropdown-toggle {
    color: #000637;
}
.header-light .dropdown-container.dropdown-open .dropdown-toggle {
    color: #000637;
}

.modify-search .head-wrapper {
    min-height: auto;
}
.modify-search .flight-search {
    background-color: #000637;
}

@media screen and (max-width: 991px) {
    .flight-search {
        background-color: #F1F3F8;
    }
}

@media (max-width: 991px) {
    .flight-search {
        padding-bottom: 50px;
    }
}

.modify-search .flight-search .check-wrap {
    color: #ffffff;
}
.modify-search .flight-search .check-wrap .checkmark {
    border: 1px solid #008cff;
}
.modify-search .flight-search .nav-tabs .nav-item .nav-link {
    color: #ffffff;
}

.filter-sec {
    background-color: #f5faff;
}
.filter-sec .flt-btn {
    position: relative;
    padding: 0 2rem 0 0;
}

.check-wrap {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #343534;
    font-size: 0.75rem;
}
.check-wrap:hover input ~ .checkmark {
    background-color: #008cff;
}
.check-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.check-wrap input:checked ~ .checkmark {
    background-color: #008cff;
    border: 0px solid #008cff;
}
.check-wrap input:checked ~ .checkmark:after {
    display: block;
}
.check-wrap .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 4px;
    border: 1px solid #9f9f9f;
}
.check-wrap .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #a14021;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.price-range-slider {
    width: 100%;
    float: left;
    padding: 10px 20px;
}
.price-range-slider .range-value {
    margin: 0;
}
.price-range-slider .range-value input {
    width: 100%;
    background: none;
    color: #343534;
    font-size: 16px;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 20px 0 20px 0;
}
.price-range-slider .range-bar {
    border: none;
    background: #343534;
    height: 3px;
    width: 96%;
    margin-left: 8px;
    padding: 0 !important;
    border: 0 !important;
}
.price-range-slider .range-bar .ui-slider-range {
    background: #008cff;
}
.price-range-slider .range-bar .ui-slider-handle {
    border-radius: 25px;
    background: #ffffff;
    border: 2px solid #a14021;
    height: 17px;
    width: 17px;
    top: -0.52em;
    cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
    background: #a14021;
}

.srp .stops {
    display: block;
    width: 60px;
    height: 2px;
    background-color: #9f9f9f;
    position: relative;
}
.srp .stops .one {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    display: flex;
    background: #a14021;
    position: absolute;
    top: -3px;
    left: 40%;
}

.selected-strip {
    box-shadow: 0px 0 20px rgba(0, 45, 91, 0.5);
}

/* .page-review-booking .col-md-6 {
  width: initial !important;
} */

.reviewStatus {
    width: 100%;
    display: flex;

    border-radius: 8px;

    color: #ffffff;
    font-size: 0.75rem;
    gap: 15px;
}

@media screen and (min-width: 768px) {
    .reviewStatus {
        gap: 30px;
    }
}

.reviewStatus li {
    position: relative;
    display: flex;
    flex-direction: column;
}

.reviewStatus:before {
    height: 2px;
    background: #e1e1e1;
    content: "";
    position: absolute;
    left: 5%;
    top: 2px;
    width: calc(100% - 50px);
}

@media screen and (min-width: 768px) {
    .reviewStatus:before {
        left: 3%;
    }
}

@media screen and (min-width: 1200px) {
    .reviewStatus:before {
        left: 2%;
    }
}

/* .reviewStatus.step1:before {
  width: 0%;
}

.reviewStatus.step2:before {
  width: 28%;
  animation-name: step2;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-delay: 500ms;
}

.reviewStatus.step3:before {
  width: 53%;
  animation-name: step3;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-delay: 500ms;
}

.reviewStatus.step4:before {
  width: 83%;
  animation-name: step4;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-delay: 500ms;
}
@keyframes step2 {
  from {
    width: 0%;
  }
  to {
    width: 28%;
  }
}
@keyframes step3 {
  from {
    width: 28%;
  }
  to {
    width: 53%;
  }
}
@keyframes step4 {
  from {
    width: 53%;
  }
  to {
    width: 83%;
  }
} */

.reviewStatus .numbering {
    width: 13px;
    min-height: 13px;
    font-size: 10px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    position: relative;
    top: -5px;
    color: #343534;
}

.reviewStatus .numbering.completed {
    background: #008cff;
    text-indent: -999999px;
    position: relative;
}

.reviewStatus .numbering.completed:before {
    content: "";
    display: block;
    width: 4px;
    height: 7px;
    border: solid #ffffff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    position: absolute;
    left: 4px;
    top: 2.5px;
}

.reviewStatus .numbering.onpage {
    background: #008cff;
    color: #ffffff;
}

.reviewStatus .reviewText.active {
    font-weight: 700;
    color: #ffffff;
}

.custom-tab .nav-link {
    text-align: left;
    background: #f5faff;
    color: #343534 !important;
    font-size: 0.875rem;
    border-radius: 0;
    border-bottom: 1px solid #efeeee;
    padding: 1.02rem 1rem;
}
.custom-tab .nav-link:last-child {
    border-bottom: 0px solid transparent;
}
.custom-tab .first-tab {
    border-top-left-radius: 0.5rem !important;
}
.custom-tab .last-tab {
    border-bottom-left-radius: 0.5rem !important;
}
.custom-tab .nav-link.active,
.custom-tab .show > .nav-link {
    text-align: left;
    background: #ffffff;
    color: #343534;
    font-size: 0.875rem;
    border-radius: 0;
}
.custom-tab .payment-icon {
    width: 24px;
    height: 16px;
    display: inline-block;
    background: url(../images/icons/icons-sprite-payment.png) no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
.custom-tab .credit {
    background-position: 0 0;
}
.custom-tab .debit {
    background-position: -25px 0;
}
.custom-tab .net {
    background-position: -50px 0;
}
.custom-tab .upi {
    background-position: -75px 0;
}
.custom-tab .phone {
    background-position: -100px 0;
}
.custom-tab .wallet {
    background-position: -125px 0;
}
.custom-tab .paypal {
    background-position: -150px 0;
}
.custom-tab .emi {
    background-position: -175px 0;
}

.form-label {
    font-size: 0.875rem;
}

.inner-banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 430px;
}

.privacy-page-bg {
    background-image: url(../images/section/privacy-page-bg.jpg);
}

.deals-page-bg {
    background-image: url(../images/section/deals-offer-banner.jpg);
}

.privacy-list li {
    font-size: 0.875rem;
    color: #9f9f9f;
    line-height: 2;
    list-style: disc;
    margin-left: 1.125rem;
}

.company-qotes {
    font-size: 2.5rem;
    line-height: 1.5;
    color: #9f9f9f;
    font-weight: 300;
    position: relative;
    padding: 0 0 0 3rem;
    margin-bottom: 2rem;
}
.company-qotes::after,
.company-qotes:before {
    content: "";
    background: url(../images/icons/qotes-icon.png) no-repeat;
    width: 36px;
    height: 30px;
    display: block;
}
.company-qotes::after {
    position: absolute;
    top: 0;
    left: 0;
}
.company-qotes::before {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}

.about-pic {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    box-shadow: 0 0rem 0.8rem rgba(52, 53, 52, 0.15);
    border: 5px solid #ffffff;
}

.text-color {
    color: rgba(0, 45, 91, 0.2);
}

iframe {
    width: 100%;
}

.deals-tab {
    box-shadow: 0 0rem 0.8rem rgba(52, 53, 52, 0.15);
    border-radius: 0.5rem;
    flex-wrap: nowrap;
}
.deals-tab li .nav-link {
    color: #343534;
    padding: 1rem;
}
.deals-tab li .nav-link.active {
    background-color: transparent;
    border-bottom: 2px solid #a14021;
    border-radius: 0;
    color: #a14021;
}

.offers-content .wrap-img {
    position: relative;
    min-height: 150px;
    height: auto;
    max-height: 200px;
    overflow: hidden;
}
.offers-content .wrap-content {
    display: flex;
    flex-direction: column;
}

.addons-tab li.nav-item {
    background-color: #ffffff;
}
.addons-tab li.nav-item div {
    cursor: pointer;
}
.addons-tab li.nav-item div:hover {
    background-color: #f5faff;
}
.addons-tab li.nav-item .active {
    background-color: #f5faff;
}

.add-btn-wrap {
    box-shadow: 0 0rem 0.8rem rgba(52, 53, 52, 0.15);
    border-radius: 0.5rem;
    width: 50%;
}

.active-addon {
    border-bottom: 2px solid #a14021;
    background-color: #f5faff;
}

.profile-pic {
    background-color: #efeeee;
    width: 100%;
    height: 100%;
    min-height: 130px;
    border-radius: 0.5rem;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.edit-btn {
    position: absolute;
    bottom: -5px;
    border: 2px solid #ffffff;
    background-color: #a14021;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.edit-btn i {
    color: #ffffff;
    font-size: 0.75rem;
}
.edit-btn:hover {
    background-color: #ffffff;
}
.edit-btn:hover i {
    color: #a14021;
}

.profile {
    width: 100%;
    height: 5px;
    background-color: #9f9f9f;
}

.complete-100 {
    width: 100%;
    background-color: green;
}

.traveller-pic {
    background-color: #f5faff;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
}

.img-icon {
    width: 25px;
    height: 23px;
    display: inline-block;
    background: url(../images/icons/my-booking-sprite.svg) no-repeat;
}

.icon-upcoming {
    background-size: 540%;
    background-position: 0px 0px;
}

.icon-cancel {
    background-size: 540%;
    background-position: -85px 0px;
}

.icon-complete {
    background-size: 540%;
    background-position: -53px 0px;
}

.icon-fail {
    background-size: 540%;
    background-position: -27px 0px;
}

.refund-step {
    margin-top: 1rem;
}
.refund-step li {
    font-size: 0.75rem;
    display: inline-flex;
    flex-direction: column;
    padding-right: 5rem;
    position: relative;
}
.refund-step li::after {
    content: "";
    background-color: #008cff;
    width: 90%;
    height: 4px;
    display: block;
    position: absolute;
    top: 15px;
    left: 24px;
    z-index: 1;
}
.refund-step li:last-child::after {
    display: none;
}

.wallet-head {
    background-color: #f5faff;
    border-radius: 0.5rem 0.5rem 0 0;
}

.cash-point {
    width: 2rem;
    height: 2rem;
    background-color: #008cff;
    border: 2px solid #a14021;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    line-height: 2rem;
    font-size: 0.75rem;
    margin-right: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
}

.cash-info {
    background-color: rgba(255, 193, 4, 0.2);
    border-radius: 0.5rem;
}

.hex {
    width: 30px;
    height: 18px;
    background-color: #a14021;
    border-color: #a14021;
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 0;
}
.hex i {
    color: #ffffff;
}
.hex:before {
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 8px solid;
    border-color: inherit;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: -8px;
    left: 0;
}
.hex:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -8px;
    border-top: 8px solid;
    border-color: inherit;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 0;
}

.pagination li a.page-link {
    border: 2px solid #9f9f9f;
    border-radius: 0.5rem;
    color: #008cff;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    width: 3rem;
    height: 3rem;
    display: inline-block;
    margin-right: 10px;
}
.pagination li a.page-link:hover {
    color: #ffffff;
    background: #008cff;
    border-color: #9f9f9f;
}
.pagination li a.page-link:first-child {
    border-radius: 0;
    border-radius: 0.5rem;
}
.pagination li a.page-link:last-child {
    border-radius: 0;
    border-radius: 0.5rem;
}

.post-wrap {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}
.post-wrap p i {
    line-height: 2rem;
    font-size: 0.875rem;
    border-left: 2px solid #008cff;
    height: 100%;
    display: block;
    padding: 1rem;
    background: rgba(255, 193, 4, 0.04);
    text-align: justify;
}
.post-wrap .post-head {
    font-size: 1.5rem;
    margin: 2rem 0;
    font-weight: bold;
}
.post-wrap .post-desc {
    font-size: 0.875rem;
    line-height: 2rem;
    text-align: justify;
}

.blog-post-social {
    border-top: 2px solid #efeeee;
    border-bottom: 2px solid #efeeee;
    padding: 25px 0px;
    margin-bottom: 55px;
}

.post-tag-list {
    display: flex;
    justify-content: start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.post-tag-list li {
    font-weight: bold;
    color: #a14021;
    margin-right: 8px;
}
.post-tag-list li:first-child {
    margin-right: 15px;
}
.post-tag-list li a {
    font-size: 0.875rem;
    color: #9f9f9f;
    font-weight: normal;
}
.post-tag-list li a:hover {
    color: #a14021;
}

.blog-icon-list {
    display: flex;
    justify-content: start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.blog-icon-list li {
    margin-left: 1rem;
}
.blog-icon-list li:first-child {
    font-weight: bold;
    color: #a14021;
}
.blog-icon-list li a {
    display: block;
    transition: 0.4s ease;
}
.blog-icon-list li a i {
    color: #a14021;
}
.blog-icon-list li a:hover {
    transform: scale(1.2);
}

.comment-box {
    border-radius: 0.5rem;
    box-shadow: 0 0rem 0.8rem rgba(52, 53, 52, 0.15);
}
.comment-box .comment-head {
    padding: 2rem;
    font-weight: bold;
    font-size: 1.5rem;
}
.comment-box .user-comment-card {
    margin-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.comment-box .user-comment-card li {
    position: inherit;
}
.comment-box .user-comment-card .userPic {
    position: relative;
}
.comment-box .user-comment-card .userName {
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 1rem;
    font-size: 0.875rem;
}
.comment-box .comment-title {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
    justify-content: space-between;
}
.comment-box .comment-title .comment-meta span {
    color: #343534;
    font-size: 0.875rem;
}
.comment-box .comment-body p {
    font-size: 0.875rem;
    line-height: 1.5;
    color: #9f9f9f;
}
.comment-box h4 {
    margin-bottom: 2rem;
}

.blog-list-head {
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    color: #a14021;
    font-weight: bold;
}
.blog-list-head :after {
    content: "";
    width: 20px;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background: #008cff;
}

.widget-categories li :first-child {
    margin-top: 0;
}
.widget-categories li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #008cff;
    padding: 10px 15px;
    padding-left: 15px;
    position: relative;
    transition: all 0.2s;
}
.widget-categories li a:hover {
    background: rgba(255, 193, 4, 0.04);
    color: #a14021;
}
.widget-categories li a:hover::before {
    opacity: 1;
    transform: translateX(0);
}
.widget-categories li a::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: #a14021;
    border-radius: 2px 0px 0px 2px;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.2s;
    transform: translateX(-5px);
}

.tags {
    list-style-type: none;
    border-radius: 0.5rem;
    box-shadow: 0 0rem 0.8rem rgba(52, 53, 52, 0.15);
    padding: 1rem;
}
.tags li {
    padding: 1rem 0.5rem;
    margin: 0 0;
    display: inline-block;
}
.tags li a {
    color: #a14021;
    font-weight: 600;
    border-radius: 0.5rem;
    background: #f5faff;
    padding: 0.5rem;
}
.tags li a:hover {
    background: #a14021;
    color: #ffffff;
}

/* #default-page .head-wrapper {
  min-height: 100vh;
} */

.promo-ban .container-fluid .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
.promo-ban .container-fluid .owl-carousel .owl-nav button.owl-next {
    right: 0%;
}

#corporate-page {
    position: relative;
    /*-- coupon deals css --*/
}

#corporate-page .head-wrapper::after {
    background: rgba(52, 53, 52, 0.2);
    opacity: 0.1;
}
#corporate-page .head-wrapper .flight-search {
    background-color: transparent;
}
#corporate-page .head-wrapper .flight-search .search-pan {
    padding: 0rem;
}
#corporate-page .head-wrapper .flight-search .search-pan .form-control {
    background-color: #efeeee;
}
#corporate-page .head-wrapper .flight-search .icon-20 {
    border: 1px solid #a14021;
}
#corporate-page .coupon-deal {
    position: relative;
}
#corporate-page .coupon-deal #carouseldeals img {
    width: auto;
}
#corporate-page .coupon-deal .owl-carousel .owl-nav button.owl-next {
    top: 0;
    right: 0;
}
#corporate-page .coupon-deal .owl-carousel .owl-nav button.owl-prev {
    top: 0;
    left: 0;
}
#corporate-page .coupon-deal .owl-carousel .owl-nav button.owl-next,
#corporate-page .coupon-deal .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
}
#corporate-page .owl-dots {
    position: absolute;
    bottom: -20px;
    left: 39%;
}
@media screen and (max-width: 575px) {
    #corporate-page .owl-dots {
        left: 31%;
    }
}
#corporate-page .footer {
    background-color: #efeeee;
}
#corporate-page .footer h1,
#corporate-page .footer h2,
#corporate-page .footer h3,
#corporate-page .footer p {
    color: #343534;
}
#corporate-page .footer .social a.smo {
    border-radius: 50%;
    padding: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5;
    border: 1px solid #343534;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    margin-left: 0.5rem;
}
#corporate-page .footer .social a,
#corporate-page .footer .social .botom-link {
    color: #343534;
}
#corporate-page .footer .social a:hover,
#corporate-page .footer .social .botom-link:hover {
    color: #008cff;
}

#video-page .head-wrapper {
    min-height: 95vh;
}
#video-page .flight-search {
    background: rgba(255, 255, 255, 0);
    z-index: 2;
}
#video-page .content {
    margin-top: 8rem;
}
@media screen and (max-width: 992px) {
    #video-page .content {
        margin-top: 4rem;
    }
}
#video-page .video-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#video-page .video-image .background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#video-page .video-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(52, 53, 52, 0.6);
    z-index: 2;
}

/*-- header wraper css --*/
.head-wrapper {
    display: block;
    /* min-height: 80vh; */
    position: relative;
}

/* .text-with-shadow {
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000,
    -1px 1px 0 #000, 0px 1px 0 #000, 1px 0px 0 #000, 0px -1px 0 #000,
    -1px 0px 0 #000, 2px 2px 10px #000;
} */

@media screen and (min-width: 768px) {
    .head-wrapper::after {
        height: 60%;
    }
}

@media screen and (max-width: 991px) {
    .head-wrapper::after {
        content: '';
        background: #F1F3F8 !important;
    }
}

/*-- header css --*/
.header .sideMenu {
    position: relative;
}
.header .sideMenu .custom-btn-close {
    background-image: none;
    position: absolute;
    right: -48px;
    top: 0;
    border-radius: 0;
    padding: 1rem;
    opacity: 1;
    line-height: 0;
}
.header .sideMenu .custom-btn-close:hover {
    background-color: #008cff;
    color: #343534;
}
.header .sideMenu .menuList li {
    line-height: 3rem;
}
.header .sideMenu .menuList li a {
    color: #ffffff;
    display: flex;
}
.header .sideMenu .menuList li a:hover {
    color: #343534;
}
.header .sideMenu .social a {
    color: #ffffff;
}
.header .sideMenu .social a:hover {
    color: #008cff;
}
@media screen and (max-width: 575px) {
    .header .offcanvas-start {
        width: 260px;
    }
}
.header .btn-left {
    display: block;
    min-height: 50px;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 10;
}

@media screen and (min-width: 768px) {
    .header .btn-left {
        display: none;
    }
}

/*-- custom theme css --*/
.custom-btn-head {
    color: #ffffff;
    padding: 0.6rem 1.6rem;
    background-color: #a14021;
}

.custom-shadow:hover {
    box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.5);
}

/*-- Search engine css*/
.flight-search {
    position: relative;
    z-index: 10;
    /* padding: 1.5rem 0; */
    /*checkbox css*/
}
.flight-search .icon-20 {
    width: 20px;
    height: 20px;
}
.flight-search .search-pan {
    background: #ffffff;
    padding: 0.8rem;
    min-height: auto;
    /*Date calender*/
}

.flight-search .search-pan .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 50%;
}
.flight-search .search-pan .dropdown .dropdown-menu {
    width: 100%;
    padding: 0px 0.5rem;
    border-radius: 0.5rem;
    /*-- Droup down Traveller --*/
}
.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li {
    border-bottom: 1px solid #f5faff;
    display: flex;
    padding: 5px 0 5px 0;
}
.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li span {
    font-size: 14px;
    font-weight: 500;
}
.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li .br {
    display: block;
    padding-top: 0px;
}
.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li .btn {
    background-color: #a14021;
    color: #ffffff;
    border: 0;
}
.flight-search .search-pan .dropdown .dropdown-menu .drop-rest li .btn:hover {
    background-color: #008cff;
    color: #343534;
}
.flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input {
    align-items: center;
    /* width: 45%; */
}
@media screen and (max-width: 992px) {
    .flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input {
        width: 30%;
    }
}
@media screen and (max-width: 575px) {
    .flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input {
        width: 50%;
    }
}
.flight-search
.search-pan
.dropdown
.dropdown-menu
.plus-minus-input
.input-group-button
button {
    background-color: #a14021;
    border: none;
    color: #ffffff;
}
.flight-search
.search-pan
.dropdown
.dropdown-menu
.plus-minus-input
.input-group-button
button:hover {
    background-color: #008cff;
    color: #343534;
}
.flight-search
.search-pan
.dropdown
.dropdown-menu
.plus-minus-input
.input-group-field {
    text-align: center;
    width: 50%;
    background: #f5faff;
    border: 0;
}
.flight-search
.search-pan
.dropdown
.dropdown-menu
.plus-minus-input
.input-group-field::-webkit-inner-spin-button,
.flight-search
.search-pan
.dropdown
.dropdown-menu
.plus-minus-input
.input-group-field::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}
.flight-search .search-pan .form-group {
    position: relative;
}
.flight-search .search-pan .icon-pos {
    top: 36.5px;
    left: 14px;
    color: #9f9f9f;
    margin: 0;
    width: 24px;
    height: 24px;
}
@media screen and (max-width: 992px) {
    .flight-search .search-pan .icon-pos {
        top: 1rem;
    }
}
.flight-search .search-pan .input-group {
    color: inherit;
}
.form-control input {
    font-size: 14px;
    min-height: 45px;
    border: 1px solid #e1e1e1;
    text-decoration: none;
    border-radius: 6px;
    text-align: left;
}
.flight-search .search-pan .cal-input {
    background: none;
    border: 0px;
    width: 6rem;
    padding: 0.4rem 0 0 0.5rem;
}

.flight-search .search-pan .dep-date-input {
    position: relative;
    width: auto;
    height: 2rem;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    background: #ffffff;
    border-style: none;
    padding: 0 0;
    margin: 0.3rem 0 0 2rem;
}
.flight-search .search-pan .dep-date-input:after {
    content: "";
    position: absolute;
    right: -12px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-left: 0.8rem solid #ffffff;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    transition: transform 0.3s ease;
}

/* .flight-search
  .search-pan
  .cal-input:focus
  + .flight-search
  .search-pan
  .dep-date-input:after {
  transform: rotate(-135deg);
} */

.flight-search .search-pan .arv-date-input {
    position: relative;
    width: 45%;
    height: 2rem;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    background: #ffffff;
    border-style: none;
    padding: 0 0;
    margin: 0.3rem 0 0 2rem;
}
.flight-search .search-pan .arv-date-input:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 0.5rem solid #f5faff;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
}
.flight-search .search-pan .dropdown-toggle {
    padding: 0 1rem 0 3rem;
}
.flight-search .search-pan .dropdown-toggle::before,
.trip-search-filter .dropdown-toggle::before
{
    color: #9f9f9f;
    right: 0.8rem;
}
.flight-search .nav-tabs .nav-item .nav-link {
    font-weight: 700;
    color: #a14021;
    background-color: transparent;
    border: none;
    padding: 0.5rem 1rem 1.5rem 0rem;
}
.flight-search .nav-tabs .nav-item .nav-link:hover {
    border-color: transparent;
    color: #008cff;
}
.flight-search .nav-tabs .nav-item .active span {
    background: #ffffff !important;
    border: 1px solid #008cff;
    position: relative;
}
.flight-search .nav-tabs .nav-item .active span:after {
    content: "";
    display: block;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #008cff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    position: absolute;
}
.flight-search .btn-search {
    background-color: #a14021;

    color: #ffffff;
    min-width: 75px;
    width: 100%;
    border-radius: 6px;
    border: none;
    transition: all 0.2s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.flight-search .btn-search:before {
    width: 100%;
    height: 100%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: -100%;
    background: #008cff;
    transition: all 0.2s;
}
.flight-search .btn-search:hover {
    color: #343534;
}
.flight-search .btn-search:hover:before {
    top: 0;
    left: 0;
}
.flight-search .pos-swap {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #a14021;
    position: absolute;
    top: 0.9rem;
    right: -1.2rem;
    z-index: 1;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    border: 0;
    cursor: pointer;
}
.flight-search .pos-swap:hover {
    background-color: #008cff;
    color: #343534;
}
@media screen and (max-width: 992px) {
    .flight-search .pos-swap {
        right: 0;
        top: 2.5rem;
    }
}
.flight-search .check-wrap {
    position: relative;
    padding-left: 1.5rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #343534;
}
.flight-search .check-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.flight-search .check-wrap .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1rem;
    width: 1rem;
    border-radius: 0.2rem;
    border: 1px solid #343534;
}
.flight-search .check-wrap .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.flight-search .check-wrap .checkmark:after {
    left: 0.2rem;
    top: 0rem;
    width: 0.5rem;
    height: 0.8rem;
    border: solid #343534;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.flight-search .check-wrap:hover input ~ .checkmark {
    background-color: #f5faff;
    background: #008cff;
}
.flight-search .check-wrap input:checked ~ .checkmark {
    border: 1px solid #343534;
}
.flight-search .check-wrap input:checked ~ .checkmark:after {
    display: block;
}

/*-- calender header modify css --*/
.ui-widget-header {
    background-color: #008cff !important;
    color: #343534 !important;
}

/*-- Promotional banner css --*/
.promo-ban {
    position: relative;
}
.promo-ban .owl-dots {
    display: none;
}
.promo-ban .owl-nav {
    margin: 0;
}
.promo-ban .owl-carousel .owl-item .promo {
    height: 100%;
    min-height: auto;
}
.promo-ban .owl-carousel .owl-item .promo img {
    height: auto;
}
.promo-ban .owl-carousel .owl-nav {
    margin: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.promo-ban .owl-carousel .owl-nav button.owl-prev,
.promo-ban .owl-carousel .owl-nav button.owl-next {
    color: #343534;
    font-size: 3rem;
    position: absolute;
    top: 40%;
    background: #ffffff;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    transition: all 0.3s ease-in-out;
}
.promo-ban .owl-carousel .owl-nav button.owl-prev span,
.promo-ban .owl-carousel .owl-nav button.owl-next span {
    line-height: 3rem;
    position: absolute;
    top: -10px;
    left: 8px;
    color: #a14021;
}
.promo-ban .owl-carousel .owl-nav button.owl-prev:hover,
.promo-ban .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #008cff;
}
.promo-ban .owl-carousel .owl-nav button.owl-prev {
    left: -2%;
}
@media screen and (max-width: 575px) {
    .promo-ban .owl-carousel .owl-nav button.owl-prev {
        left: 0px;
    }
}
.promo-ban .owl-carousel .owl-nav button.owl-next {
    right: -2%;
}
@media screen and (max-width: 575px) {
    .promo-ban .owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }
}
.promo-ban .owl-carousel:hover .owl-nav {
    opacity: 1;
}
.promo-ban .promo-hover {
    bottom: -130px;
    left: 0;
    height: auto;
    color: #ffffff;
    padding: 10px 15px;
    margin: 0 0;
    width: 100%;
    position: absolute;
    transition: all 0.3s ease 0s;
    min-height: 175px;
    background: #a14021;
    opacity: 0.8;
}
.promo-ban .item {
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 0.5rem;
}
.promo-ban .item:hover .promo-hover {
    background: #a14021;
    opacity: 0.9;
    bottom: 0px;
    color: #008cff;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
}
.promo-ban .item span {
    z-index: 10;
}

/*-- Travel deals css --*/
.travel-deal {
    position: relative;
}

/*-- card effect --*/
.cardeffect {
    transition: all 500ms ease-in-out;
}
.cardeffect:hover {
    transform: translateY(-10px);
    cursor: pointer;
    box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.2);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

/*-- Flight Featured deals css --*/
.featured-deal {
    position: relative;
}
.featured-deal .picHeight {
    position: relative;
    max-height: 240px;
    height: auto;
}
@media screen and (max-width: 767px) {
    .featured-deal .picHeight {
        max-height: 100%;
    }
}
.featured-deal .airline-tags {
    top: 1rem;
    left: 1rem;
    z-index: 1;
}
.featured-deal .airline-tags .airlineName {
    opacity: 0;
}
.featured-deal .airline-icon {
    display: block;
    background: #ffffff;
    border-radius: 40px;
    cursor: pointer;
}
.featured-deal .airline-icon a {
    text-decoration: none;
    color: #a14021;
}
.featured-deal .airline-icon a:hover {
    border-radius: 50px;
}
.featured-deal .airline-icon a:hover a {
    color: #ffffff;
}
.featured-deal .airline-icon a:hover .airlineName {
    opacity: 100;
}

/*-- flood effect --*/
.flood-effect {
    transition: 0.25s ease-in-out;
    overflow: hidden;
    display: inline-block;
    border-radius: 40px;
    vertical-align: middle;
}
.flood-effect:hover {
    box-shadow: inset 10rem 0 0 0 #a14021;
}
.flood-effect:hover:hover a {
    color: #ffffff;
}

/*-- Shine effect --*/
.hoverShine figure {
    position: relative;
}
.hoverShine figure::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 100%
    );
    transform: skewX(-25deg);
}

.hoverShine figure:hover::before {
    animation: shine 0.75s;
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
/*-- card hover effect --*/
.card-effect {
    overflow: hidden;
    z-index: 2;
}
.card-effect:hover .card-box {
    left: 0;
}
.card-effect .card-box {
    width: 100%;
    height: 100%;
    left: -50rem;
    top: 0;
    background: #008cff;
    position: absolute;
    transition: all 0.5s ease;
    z-index: -1;
}

/*-- image hover effect --*/
.img-effect img {
    transition: all 0.4s ease-in-out;
}
.img-effect:hover img {
    transform: scale(1.5);
}

/*-- process card hover effect --*/
.process-card {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
/* .process-card:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -0.2rem;
  left: -0.2rem;
  background: #008cff;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
} */
.process-card:hover:before {
    transform: scale(50);
}

.process-card:hover p {
    transition: all 0.3s ease-out;
    color: #343534;
}

.step-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    top: 0;
    left: 0;
    border-radius: 0 4px 0 32px;
}
.step-corner .step-arrow {
    color: #343534;
}

.process-card {
    cursor: pointer;
}
.process-card svg {
    transition: 0.5s ease-in-out;
}
.process-card:hover svg {
    transform: translateY(-20px);
}

.process-icon {
    margin-top: 3rem;
}

#work-process-01 path,
#work-process-02 path,
#work-process-03 path {
    fill: #a14021;
}

/*-- flight top destination css --*/
.flight-destination {
    position: relative;
}
.flight-destination img {
    width: 100%;
    max-height: 185px;
}
@media screen and (max-width: 767px) {
    .flight-destination img {
        max-height: 100%;
    }
}

.text-link,
.text-link > span {
    position: relative;
}
.text-link:before,
.text-link:after,
.text-link > span:before,
.text-link > span:after {
    content: "";
    position: absolute;
    transition: transform 0.5s ease;
}

.text-link-effect {
    display: inline-block;
    overflow: hidden;
}
.text-link-effect:before,
.text-link-effect:after {
    right: 0;
    bottom: 0;
    background: #008cff;
}
.text-link-effect:before {
    width: 100%;
    height: 2px;
    transform: translateX(-100%);
}
.text-link-effect:after {
    width: 2px;
    height: 100%;
    transform: translateY(100%);
}
.text-link-effect > span {
    display: block;
    color: #a14021;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.text-link-effect > span:before,
.text-link-effect > span:after {
    left: 0;
    top: 0;
    background: #008cff;
}
.text-link-effect > span:before {
    width: 100%;
    height: 2px;
    transform: translateX(100%);
}
.text-link-effect > span:after {
    width: 2px;
    height: 100%;
    transform: translateY(-100%);
}
.text-link-effect:hover:before,
.text-link-effect:hover:after,
.text-link-effect:hover > span:before,
.text-link-effect:hover > span:after {
    transform: translate(0, 0);
}

/*-- unique experience css --*/
.recom-sec {
    position: relative;
}
.recom-sec .con {
    position: absolute;
    left: 5%;
    top: 5%;
}

.item-effect {
    background: #343534;
    overflow: hidden;
    max-height: 250px;
}
@media screen and (max-width: 575px) {
    .item-effect {
        max-height: 100%;
    }
}
.item-effect img {
    min-height: 220px;
}
.item-effect a {
    position: absolute;
    bottom: 0;
    left: 10%;
    border-radius: 50%;
    font-size: 2rem;
    color: #ffffff;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    background: #a14021;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 300ms 0ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.item-effect:hover a {
    transform: translate(-50%, -50%) scale(1);
    transition: transform 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 0.3s ease-in-out;
}
.item-effect:hover a:hover {
    background-color: #008cff;
    color: #343534;
}
.item-effect:hover img {
    opacity: 0.3;
    filter: grayscale(10%);
}

/*-- ribbon css --*/
.ribbon {
    --ribbon-size: 20px;
    --ribbon-padding: 10px;
    padding: var(--ribbon-padding);
    padding-inline-start: calc(var(--ribbon-size) + var(--ribbon-padding));
    border-radius: 4px;
    background-color: #a14021;
    color: #ffffff;
    width: fit-content;
    -webkit-clip-path: polygon(
            0 0,
            var(--ribbon-size) 50%,
            0 100%,
            100% 100%,
            100% 0
    );
    clip-path: polygon(0 0, var(--ribbon-size) 50%, 0 100%, 100% 100%, 100% 0);
}

/*-- button effect --*/
button::before,
button::after {
    background: #008cff;
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.btn-effect::after {
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
}

.btn-effect:hover:after {
    width: 100%;
}

/*-- footer css --*/
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #262626;
}
.footer h1,
.footer h2,
.footer h3,
.footer p {
    color: #ffffff;
}
.footer .custom-btn-subscribe {
    color: #ffffff;
    background-color: #a14021;
}
.footer .custom-btn-subscribe:hover {
    color: #343534;
}
.footer .fl-menu li {
    list-style: none;
    line-height: 34px;
}
.footer .fl-menu li a {
    color: #9f9f9f;
    position: relative;
}
.footer .fl-menu li a::after {
    content: "";
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 1px solid;
    margin-top: 10px;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: scale(0, 1);
}
.footer .fl-menu li a:hover {
    color: #008cff;
}
.footer .fl-menu li a:hover:after {
    opacity: 1;
    transform: scale(1);
}
.footer .social a,
.footer .social .botom-link {
    color: #ffffff;
}
.footer .social a:hover,
.footer .social .botom-link:hover {
    color: #008cff;
}

/* Back to top button css */
body.floating-support-btn-open {
    .back-to-top {
        display: none !important;
    }
}
.back-to-top {
    position: fixed;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    z-index: 50;
    border-radius: 50%;
    right: 20px;
    bottom: 80px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    background: #F1F3F8 !important;
    border: 1px solid #dfdfdf;
}
.back-to-top .back-to-top a {
    text-decoration: none;
}
.back-to-top i {
    color: #ffffff;
    font-size: 1.8rem;
    transition: all 0.3s ease-in-out;
}
.back-to-top i:hover {
    color: #008cff;
} /*# sourceMappingURL=main.css.map */

.error-summary {
    color: red;
}

/* Новые стили */

span.d-flex {
    display: inline !important;
}

li.nav-item {
    text-align: left !important;
    padding: 0 !important;
}

.nav-item a {
    margin: 0 !important;
    font-size: 16px !important;
    transition: all 0.2s;
}

@media screen and (max-width: 768px) {
    .nav-item a {
        font-size: 18px !important;
    }
}

.nav-item a:hover {
    color: #2738C9;
    text-decoration: underline !important;
}

.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-right: 0 !important;
}

.navbar-expand-md {
    align-items: center !important;
}

.navbar.py-0 {
    padding-top: 18px !important;
    padding-bottom: 22px !important;
}

.navbar-nav {
    justify-content: center !important;
    align-items: center !important ;
    gap: 20px;
}

.bg-light {
    background-color: white !important;
    border: none !important;
}

.dropdown-toggle:hover,
.dropdown-toggle:active,
.dropdown-toggle:focus {
    color: #313132 !important;
}

section.py-5 {
    padding-top: 0 !important;
    padding-bottom: 40px !important;
}

@media screen and (min-width: 768px) {
    section.py-5 {
        padding-top: 100px !important;
        padding-bottom: 40px !important;
    }
}

.col-12.mt-5 {
    margin: 0 !important;
}

.head-wrapper .h1 {
    text-align: left !important;
    text-transform: inherit !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
    color: #ffffff !important;
}

@media screen and (min-width: 768px) {
    .head-wrapper .h1 {
        font-size: 55px !important;
        line-height: 1.2 !important;
        margin-bottom: 10px !important;
    }
}

.col-12.mt-5 > p.font-small {
    text-align: left !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 1.17 !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media screen and (min-width: 768px) {
    .col-12.mt-5 > p.font-small {
        font-size: 25px !important;
    }
}

.dropdown-menu {
    border: none !important;
    border-radius: 0 !important;
    padding: 15px !important;
}

.dropdown-open .dropdown-menu a {
    padding: 0 !important;
}

.dropdown-menu > ul > li.nav-item:not(:last-child) {
    margin-bottom: 13px !important;
}

.dropdown-item {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.16 !important;
    transition: all 0.2s;
}

.dropdown-item:hover {
    color: #2738C9 !important;
    background-color: transparent !important;
}

.dropdown-container {
    transition: all 0.2s !important;
}

.dropdown-open .dropdown-menu.dropdown-active {
    transition: all 0.2s !important;
}

.flight-search .theme-bg-white.theme-border-radius {
    border-radius: 10px !important;
    padding: 0px !important;
    box-shadow: 0 0 31px 0 rgba(179, 179, 179, 0.25);
}

@media screen and (min-width: 768px) {
    .flight-search .theme-bg-white.theme-border-radius {
        border-radius: 10px !important;
        padding: 20px 26px !important;
    }
}

.tab-pane .row .col-12 {
    padding: 0 !important;
    margin: 0 !important;
}

.search-pan {
    border-radius: 0 !important;
    padding: 0 !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-items: end;
}

@media screen and (min-width: 768px) {
    .search-pan {
        display: flex !important;
        flex-direction: column;
        align-items: center !important;
        gap: 10px !important;
        flex-wrap: nowrap;
    }
}

@media screen and (min-width: 992px) {
    .search-pan {
        display: flex !important;
        flex-direction: row;
        justify-content: center;
        align-items: flex-end !important;
        gap: 10px !important;
        flex-wrap: nowrap;
    }
}

.col-12.col-lg-4.col-xl-2.ps-0.mb-2.mb-xl-0.pe-0.pe-lg-2:first-child {
    grid-area: 1 / 1 / 2 / 3;
}
.col-12.col-lg-4.col-xl-2.ps-0.mb-2.mb-xl-0.pe-0.pe-lg-2:nth-child(2) {
    grid-area: 2 / 1 / 3 / 3;
}
.search-pan .btn-search-wrapper {
    grid-area: 4 / 1 / 4 / 3;
}

.search-pan .pe-xl-2 {
    padding: 0 !important;
}
.search-pan .pe-lg-2 {
    padding: 0 !important;
}

.form-group label {
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 1.17 !important;
    color: #a7a7a7 !important;
    margin-bottom: 8px !important;
}

@media screen and (min-width: 992px) {
    .form-group label {
        font-size: 14px !important;
    }
}

.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.form-group {
    width: 100% !important;
    max-height: 70px !important;
    max-width: 100% !important;
}

@media screen and (min-width: 992px) {
    .form-group {
        max-width: 190px !important;
        max-height: 70px !important;
    }
}

.icons-search {
    position: absolute;
    fill: #2738C9;
    top: 10px;
    left: 10px;
}

@media screen and (max-width: 991px) {
    .icons-search {
        top: 14px;
    }
}

.icons-calendar {
    position: absolute;
    stroke: #2738C9;
    fill: transparent;
    top: 10px;
    left: 10px;
}

@media screen and (max-width: 991px) {
    .icons-calendar {
        top: 14px;
    }
}

.form-control {
    font-size: 16px !important;
    color: #313132 !important;
}
.form-control:not(.phone-input) {
    padding-left: 38px !important;
}
.form-control.phone-input {
    padding-left: 38px;
}

@media screen and (min-width: 992px) {
    .form-control {
        font-size: 16px !important;
    }
    .form-control:not(.phone-input) {
        padding-left: 42px !important;
    }
    .form-control.phone-input {
        padding-left: 42px;
    }
}

.form-control.form-group.d-flex {
    display: block !important;
    padding: 0 !important;
}

.form-control {
    border: none !important;
}

.form-group input {
    border: 1px solid #e1e1e1 !important;
}

.form-group input::placeholder {
    font-size: 16px !important;
    color: #313132;
}

.flight-search .search-pan .dep-date-input {
    height: auto;
    display: block;
    margin: 0 !important;
    background: transparent;
}

.flight-search .search-pan .cal-input {
    position: relative;
    width: 100% !important;
    padding-left: 36px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

@media screen and (min-width: 768px) {
    .flight-search .search-pan .cal-input {
        position: relative;
        width: 100% !important;
        padding-left: 42px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
}

@media screen and (max-width: 991px) {
    .flight-search .search-pan .cal-input {
        height: 55px;
        border: none !important;
    }
}

.flight-search .search-pan .dep-date-input:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border: 2px solid #2738C9;
    border-top-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    margin-top: -3.5px;
    background-color: rgba(0, 0, 0, 0);
    transition: all ease-in-out 0.3s;
    z-index: 10;
    padding: 2px;
}

.dropdown label {
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 1.17 !important;
    color: #a7a7a7 !important;
    margin-bottom: 8px !important;
}
@media screen and (min-width: 768px) {
    .dropdown label {
        font-size: 14px !important;
    }
}


.text-truncate {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1.16 !important;
}

@media screen and (min-width: 992px) {
    .text-truncate {
        font-size: 16px !important;
    }
}

.form-control input {
    font-size: 16px !important;
}

.flight-search .search-pan .cal-input::placeholder {
    font-size: 16px !important;
    color: #313132;
}

.icons-passenger {
    position: absolute;
    stroke: #2738C9;
    fill: transparent !important;
    top: 10px;
    left: 10px;
}

@media screen and (max-width: 991px) {
    .icons-passenger {
        top: 14px;
    }
}

.btn.btn-search {
    padding: 13px 12px !important;
    height: 55px;
}

.btn.btn-search:active {
    background: #d34214 !important;
    color: #ffffff !important;
}

.btn.btn-search:disabled {
    background: #e1e1e1 !important;
    color: #a7a7a7 !important;
}

@media screen and (min-width: 768px) {
    .btn.btn-search {
        padding: 13px 15px !important;
        height: auto;
    }
}

@media screen and (min-width: 992px) {
    .btn.btn-search {
        padding: 13px 15px !important;
    }
}

@media screen and (min-width: 1400px) {
    .btn.btn-search {
        padding: 13px 36px !important;
    }
}

.search-pan.row.mx-0.theme-border-radius div {
    width: 100% !important;
    margin-bottom: 0 !important;
}

@media screen and (min-width: 992px) {
    .search-pan.row.mx-0.theme-border-radius div {
        max-width: 165px !important;
        margin-bottom: 0 !important;
    }
}

@media screen and (min-width: 1200px) {
    .search-pan.row.mx-0.theme-border-radius div {
        max-width: 195px !important;
    }
}

@media screen and (min-width: 1400px) {
    .search-pan.row.mx-0.theme-border-radius div {
        max-width: 230px !important;
    }
}

@media screen and (min-width: 1400px) {
    .search-pan.row.mx-0.theme-border-radius {
        justify-content: center;
    }
}

@media screen and (min-width: 1200px) {
    .btn.btn-search span {
        font-size: 14px !important;
        line-height: 1.2 !important;
        display: block !important;
    }
}

.btn.btn-search span {
    font-size: 16px !important;
    line-height: 1.2 !important;
    display: block !important;
}


.flight-search .btn-search:disabled {
    background-color: #e1e1e1 !important;
    color: #a7a7a7 !important;
}

.form-control:focus {
    background-color: white !important;
    box-shadow: none !important;
}

/*.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {*/
/*    border-radius: 3px !important;*/
/*    box-shadow: 0 0 31px 0 rgba(179, 179, 179, 0.25);*/

/*    border: none !important;*/
/*    font-size: 16px !important;*/
/*    font-weight: 400 !important;*/
/*    width: fit-content !important;*/
/*    margin-top: 5px !important;*/
/*    z-index: 999999;*/
/*}*/

/*.ui-menu-item {*/
/*    transition: all 0.2s;*/
/*}*/

/*.ui-menu-item-wrapper b {*/
/*    font-weight: 700 !important;*/
/*    line-height: 1.2 !important;*/
/*    font-size: 16px !important;*/
/*}*/

/*.ui-menu-item-wrapper {*/
/*    color: #313132 !important;*/
/*    font-weight: 400 !important;*/
/*    line-height: 1.16 !important;*/
/*    font-size: 16px !important;*/
/*    padding-left: 14px !important;*/
/*    padding-top: 5px !important;*/
/*    padding-bottom: 5px !important;*/
/*    padding-right: 14px !important;*/
/*    transition: all 0.2s;*/
/*}*/

.dropdown-menu.show {
    margin-top: 5px !important;
    min-width: 210px !important;
    width: 100% !important;
    box-shadow: 0 0 31px 0 rgba(179, 179, 179, 0.25) !important;
}

.drop-rest {
    width: 100% !important;
}

.drop-rest li {
    border-bottom: none !important;
    padding: 0 !important;
    justify-content: space-between !important;
}

.drop-rest li .d-flex {
    align-items: center !important;
}

.flight-search .search-pan .dropdown .dropdown-menu .plus-minus-input {
    align-items: center !important;
}

.flight-search
.search-pan
.dropdown
.dropdown-menu
.plus-minus-input
.input-group-button
button.circle {
    background-color: transparent !important;
    width: 23px !important;
    height: 23px !important;
    padding: 4px !important;
    border: 1px solid #2738C9 !important;
    border-radius: 3px !important;
}

.flight-search
.search-pan
.dropdown
.dropdown-menu
.plus-minus-input
.input-group-button
button.circle:disabled {
    border: 1px solid #a7a7a7 !important;
}

.bi.bi-dash {
    color: #33385F !important;
    display: block !important;
    width: 13.5px !important;
    height: 2px !important;
    position: relative !important;
}

.bi.bi-dash::before {
    position: absolute;
    top: -7px;
    left: -0.5px;
}

.flight-search
.search-pan
.dropdown
.dropdown-menu
.plus-minus-input
.input-group-field {
    width: 28px !important;
    background: none !important;
}

.ms-auto.input-group.plus-minus-input {
    margin: 0 !important;
    width: fit-content !important;
}

.input-group-button {
    width: 23px !important;
    height: 23px !important;
}

.input-group-field {
    font-size: 14px !important;
    line-height: 1.16 !important;
}

.bi.bi-plus {
    color: #2738C9 !important;
    display: block !important;
    width: 13.5px !important;
    height: 2px !important;
    position: relative !important;
}

.bi.bi-plus::before {
    position: absolute;
    top: -7px;
    left: -0.5px;
}

.dropdown-toggle.form-control.show::before {
    transform: rotate(-135deg);
}

.flight-search {
    margin-bottom: 100px;
}

.page-review-booking .flight-search {
    margin-bottom: 30px;
}
/*
@media screen and (min-width: 768px) {
.page-review-booking .flight-search {
  margin-bottom: 100px;
}

} */

#howWork {
    padding-top: 0 !important;
}

@media screen and (min-width: 768px) {
    #howWork {
        padding-top: 100px !important;
    }


}

.row.my-5.overflow-hidden {
    margin: 0 !important;
    align-items: center;
    justify-content: center;
}

.h3.fw-bold.theme-text-secondary.mb-3 {
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
    color: #313132;
    margin-bottom: 5px !important;
}

@media screen and (min-width: 768px) {
    .h3.fw-bold.theme-text-secondary.mb-3 {
        font-size: 35px !important;
    }
}

.font-small.fw-bold.theme-text-accent-one.mb-0 {
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    color: #313132;
}

@media screen and (min-width: 768px) {
    .font-small.fw-bold.theme-text-accent-one.mb-0 {
        font-size: 16px !important;
    }
}

.col-12.text-center.aos-init.aos-animate {
    width: fit-content !important;
}

.row.overflow-hidden.py-5 {
    padding-top: 30px !important;
    gap: 20px !important;
    flex-direction: column;
    padding-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
    .row.overflow-hidden.py-5 {
        flex-direction: row;
    }
}

.col-12.col-lg-4.mb-4.mb-lg-0.aos-init.aos-animate {
    flex-basis: calc((100% - 60px) / 3);
    min-height: 150px !important;
    height: 100%;
    border-radius: 20px !important;
    border: 1px solid #e1e1e1 !important;
    box-shadow: 0 0 30px 0 rgba(179, 179, 179, 0.25) !important ;
    margin-bottom: 0 !important;
    padding: 20px !important;
}

@media screen and (min-width: 768px) {
    .col-12.col-lg-4.mb-4.mb-lg-0.aos-init.aos-animate {
        padding: 30px !important;
        min-height: 270px !important;
    }
}

@media screen and (min-width: 1200px) {
    .col-12.col-lg-4.mb-4.mb-lg-0.aos-init.aos-animate {
        padding: 30px !important;
        min-height: 213px !important;
    }
}

.text-center.theme-box-shadow.theme-border-radius.process-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    pointer-events: none;
}

.step-corner {
    display: none !important;
}

.process-icons {
    fill: #2738C9;
    width: 40px;
    height: 40px;
}

@media screen and (min-width: 768px) {
    .process-icons {
        width: 60px;
        height: 60px;
    }
}

.process-icons-phone {
    stroke: #2738C9;
    fill: transparent;
    width: 40px;
    height: 40px;
}

@media screen and (min-width: 768px) {
    .process-icons-phone {
        width: 60px;
        height: 60px;
    }
}
.pt-4.pb-2.mb-0 {
    padding-top: 5px !important;
    padding-bottom: 0 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
}

@media screen and (min-width: 768px) {
    .pt-4.pb-2.mb-0 {
        font-size: 18px !important;
        text-align: left;
    }
}

.mb-0.pb-5.m-5.theme-text-accent-two {
    margin: 0 !important;
    padding-top: 8px !important;
    padding-bottom: 0 !important;
    text-align: left;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1.16 !important;
    min-height: 58px !important;
    height: 100% !important;
    color: #313132 !important;
}

@media screen and (min-width: 768px) {
    .mb-0.pb-5.m-5.theme-text-accent-two {
        font-weight: 400 !important;
        font-size: 16px !important;
    }
}

div.row.overflow-hidden {
    align-items: center;
    justify-content: center;
    margin-bottom: 25px !important;
}

.col-12.col-md-4.mt-5 {
    margin-bottom: 25px !important;
}

.fl-menu .nav-item {
    margin-bottom: 10px !important;
}

.fl-menu .nav-item .trip_link {
    text-decoration: none !important;
    color: #313132 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1.16 !important;
    transition: all 0.2s !important;
}

@media screen and (min-width: 768px) {
    .fl-menu .nav-item .trip_link {
        font-size: 16px !important;
    }
}

.trip_link-icon {
    fill: #2738C9 !important;
}

@media screen and (min-width: 768px) {
    .trip_link-icon {
        fill: #2738C9 !important;
    }
}

.nav-item a.trip_link:hover {
    color: #2738C9 !important;
    text-decoration: underline !important;
}

#footerSec {
    margin-top: 160px !important ;
    position: relative;
    z-index: 100;
}

@media screen and (min-width: 768px) {
    .page-after-pay #footerSec {
        margin-top: 60px !important ;
        position: absolute;
    }
}

.row .col-12.col-lg-4.pt-5 {
    padding-top: 20px !important;
    width: fit-content !important;
    margin-right: 70px !important;
}

@media screen and (min-width: 768px) {
    .row .col-12.col-lg-4.pt-5 {
        padding-top: 50px !important;
        width: fit-content !important;
        margin-right: 20px !important;
    }
}

@media screen and (min-width: 1400px) {
    .row .col-12.col-lg-4.pt-5 {
        margin-right: 70px !important;
    }
}

.text-justify.pt-5.font-medium {
    padding-top: 15px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1.16 !important;
    margin-bottom: 0 !important;
    max-width: 294px !important;
}

@media screen and (min-width: 768px) {
    .text-justify.pt-5.font-medium {
        font-size: 16px !important;
    }
}

.row .col-12.col-lg-4.pt-5.mt-5 {
    padding-top: 30px !important;
    margin-right: 0 !important;
}

@media screen and (min-width: 768px) {
    .row .col-12.col-lg-4.pt-5.mt-5 {
        padding-top: 50px !important;
        width: 200px !important;
        margin-right: 20px !important;
    }
}

@media screen and (min-width: 1200px) {
    .row .col-12.col-lg-4.pt-5.mt-5 {
        width: fit-content !important;
        margin-right: 40px !important;
    }
}

@media screen and (min-width: 1400px) {
    .row .col-12.col-lg-4.pt-5.mt-5 {
        width: fit-content !important;
        margin-right: 73px !important;
    }
}

.mt-5 {
    margin-top: 0 !important;
}

@media screen and (min-width: 768px) {
    .mt-5 {
        margin-top: 3rem !important;
    }
}

.col-12.col-lg-4.pt-5 .row .col-12.col-md-6.mt-5:first-child {
    padding-right: 20px;
}

@media screen and (min-width: 1200px) {
    .col-12.col-lg-4.pt-5 .row .col-12.col-md-6.mt-5:first-child {
        padding-right: 70px;
    }
}

.col-12.col-lg-4.pt-5 > .row {
    row-gap: 20px;
}

@media screen and (min-width: 768px) {
    .col-12.col-lg-4.pt-5 .row {
        row-gap: 0px;
    }
}

.text-uppercase.fw-bold.mb-4 {
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    margin-bottom: 15px !important;
}

@media screen and (min-width: 768px) {
    .text-uppercase.fw-bold.mb-4 {
        font-size: 18px !important;
    }
}

.col-12.col-md-6.mt-5 .fl-menu .nav-item {
    line-height: 1.16 !important;
}

.col-12.col-md-6.mt-5 .fl-menu .nav-item a {
    color: #ffffff !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1.16 !important;
}

@media screen and (min-width: 768px) {
    .col-12.col-md-6.mt-5 .fl-menu .nav-item a {
        font-size: 16px !important;
    }
}

.col-12.col-md-6.mt-5 {
    width: 160px !important;
}

@media screen and (min-width: 1400px) {
    .col-12.col-md-6.mt-5 {
        width: fit-content !important;
    }
}
.bi-geo-alt-fill::before {
    display: none !important;
}

.bi-telephone-fill::before {
    display: none !important;
}

.bi-envelope-fill::before {
    display: none !important;
}

.text-uppercase.fw-bold {
    font-size: 16px !important;
    line-height: 1.2 !important;
}

@media screen and (min-width: 768px) {
    .text-uppercase.fw-bold {
        font-size: 18px !important;
    }
}

.flex-grow-1.ms-3.theme-text-accent-two.font-medium {
    margin-left: 0 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1.16 !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
}

@media screen and (min-width: 768px) {
    .flex-grow-1.ms-3.theme-text-accent-two.font-medium {
        font-size: 16px !important;
    }
}

.d-flex.mt-3 {
    margin-top: 0 !important;
    margin-bottom: -10px !important;
}

.footer .social .botom-link {
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    display: block;
    margin-bottom: 10px !important;
}
@media screen and (min-width: 768px) {
    .footer .social .botom-link {
        font-size: 16px !important;
    }
}

.d-flex.mt-3 .flex-grow-1.ms-3.theme-text-accent-two.font-medium br {
    display: none !important;
}

.ui-state-active {
    border: none !important;
    color: #ffffff !important;
}

.d-flex.mt-3
> .flex-grow-1.ms-3.theme-text-accent-two.font-medium
> a[href^="/site/screen?name=mailto:support@example.com"] {
    font-weight: 400 !important;
    margin-bottom: 15px !important;
}

.flex-grow-1.ms-3.theme-text-accent-two.font-medium > a[href^="#"].ps-3.smo {
    padding-left: 0 !important;
}

.insta,
.facebook {
    fill: #2738C9;
}
.insta {
    margin-right: 7px;
}

.row.g-0.pt-5 {
    padding-top: 20px !important;
}

.row.g-0.pt-5 > .col-12.border-top {
    border: none !important;
}

.col-12.border-top > .text-center.py-5.mb-0.font-small {
    padding: 10px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1.16 !important;
}

@media screen and (min-width: 768px) {
    .col-12.border-top > .text-center.py-5.mb-0.font-small {
        font-size: 16px !important;
    }
}

.footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px !important;
    background-color: #2a2a2a !important;
    z-index: -1;
}

.col-12.col-md-6.mt-5 .fl-menu .nav-item a:hover {
    color: #2738C9 !important;
    text-decoration: underline !important;
}

.footer .fl-menu li a::after {
    display: none !important;
}

.footer .social .botom-link:hover {
    color: #2738C9 !important;
    text-decoration: underline !important;
}

.ui-widget.ui-widget-content {
    border: 1px solid #e1e1e1 !important;
    border-radius: 10px !important;
    width: 290px !important;
}

.ui-widget-content {
    color: #313132 !important;
}

.ui-datepicker .ui-datepicker-header {
    padding: 0 !important;
    margin-bottom: 13px !important;
}

.ui-widget-header {
    background-color: transparent !important;
    color: #2738C9 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center;
    border: none !important;
}

@media screen and (min-width: 768px) {
    .ui-widget-header {
        font-size: 16px !important;
    }
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 0 !important;
    cursor: pointer !important;
    pointer-events: all !important;
    transition: transform 0.2s !important;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    transform: scale(1.15);
}

.ui-widget {
    font-family: Gilroy, sans-serif !important ;
    font-size: 16px !important;
}

.ui-datepicker-next.ui-corner-all {
    top: 0 !important;
    cursor: pointer !important;
    pointer-events: all !important;
}

.ui-datepicker-calendar > thead > tr > th > span {
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 1.16 !important;
}

@media screen and (min-width: 768px) {
    .ui-datepicker-calendar > thead > tr > th > span {
        font-weight: 700 !important;
        font-size: 16px !important;
        line-height: 1.2 !important;
    }
}

a.ui-state-default {
    background-color: transparent !important;
    font-size: 16px !important;
    line-height: 1.16 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background-color: transparent !important;
}



.ms-auto.input-group.plus-minus-input {
    flex-wrap: nowrap;
}

.input-group-button {
    max-width: 23px !important;
}

.ms-5 {
    margin-left: 0 !important;
}

.burger {
    stroke: #2738C9;
}

.cross {
    fill: #2738C9;
}

.navbar-toggler {
    border: none !important;
}

.navbar-toggler.px-1.btn.rounded-0 {
    display: none !important;
}

.offcanvas.offcanvas-start.theme-bg-secondary.border-0 {
    position: fixed;
    top: 0;
    right: 0;
    left: unset !important;
    width: 100%;
    height: 100%;
    background-color: #fff;
    bottom: 0;
    padding: 20px 22px;
}

.offcanvas.offcanvas-start {
    transform: translate(100%) !important;
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
    transform: none !important;
}

.header .sideMenu .custom-btn-close {
    top: 16px !important;
    right: 16px !important;
    background: #fff !important;
    width: fit-content !important;
    height: inherit !important;
    padding: 0 !important;
}

.burger-logo {
    position: absolute;
    top: 16px;
    left: 16px;
}

.offcanvas-body.p-0.mt-5 {
    padding-top: 47px !important;
}

.offcanvas-body.p-0.mt-5 > .navbar-nav.ms-auto.p-3 {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    padding: 0 !important;
}

.srp.py-2 > .container > .row > .col-12.col-md-6.mt-md-4.mb-3 {
    display: none !important;
}

.srp.py-2 > .container > .row > .col-12.col-md-6.my-2 h2 {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1.16 !important;
    color: #313132 !important;
}

@media screen and (min-width: 768px) {
    .srp.py-2 > .container > .row > .col-12.col-md-6.my-2 h2 {
        font-size: 16px !important;
    }
}

.srp.py-2 > .container > .row > .col-12.col-md-6.my-2 h6 {
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 1.35 !important;
    color: #313132 !important;
    margin-top: 5px;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .srp.py-2 > .container > .row > .col-12.col-md-6.my-2 h6 {
        font-size: 30px !important;
    }
}

/*@media screen and (max-width: 430px) {*/
/*  .srp.py-2 > .container > .row > .col-12.col-md-6.my-2 h6 {*/
/*    width: 264px;*/
/*  }*/
/*}*/

.srp.py-2 {
    padding-top: 30px !important;
}

@media screen and (min-width: 768px) {
    .srp.py-2 {
        padding: 20px !important;
    }
}

@media screen and (min-width: 992px) {
    .srp.py-2 {
        padding: 0 !important;
    }
}

.search-results .trip_card {
    margin-bottom: var(--trip-card-margin-bottom);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.07);
}

.trip_card
> .row.g-0.border.theme-border-radius.theme-box-shadow.p-2.align-items-center.theme-bg-white {
    padding-top: 15px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-bottom: 0 !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    box-shadow: 0 0 30px 0 rgba(179, 179, 179, 0.25);
    border-bottom: none !important;
}

@media screen and (min-width: 768px) {
    .trip_card
    > .row.g-0.border.theme-border-radius.theme-box-shadow.p-2.align-items-center.theme-bg-white {
        padding: 15px !important;
    }
}

.btn.btn-sm.btn-warning.disabled {
    white-space: nowrap !important;
    color: #313132 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 1.17 !important;
    border-radius: 5px !important;
    padding: 5px 10px !important;
    background: #fcd55e !important;
    opacity: 1 !important;
    margin-right: 6px !important;
    border: none !important;
    margin-bottom: 6px !important;
}

@media screen and (min-width: 768px) {
    .btn.btn-sm.btn-warning.disabled {
        font-size: 14px !important;
        margin-bottom: 0 !important;
    }
}

.best_price.btn.btn-sm.btn-danger.disabled {
    display: inline-block !important;
    white-space: nowrap !important;
    max-width: 95px !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 1.17 !important;
    border-radius: 5px !important;
    padding: 5px 10px !important;
    background: #e57a86 !important;
    opacity: 1 !important;
    border: none !important;
    margin-right: 6px !important;
    margin-bottom: 5px !important;
}

@media screen and (min-width: 768px) {
    .best_price.btn.btn-sm.btn-danger.disabled {
        max-width: 100px !important;
        font-size: 14px !important;
        margin-bottom: 0 !important;
    }
}

.btn.btn-sm.btn-primary.disabled {
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 1.17 !important;
    border-radius: 5px !important;
    padding: 5px 10px !important;
    background: #5e9ffe !important;
    opacity: 1 !important;
    border: none !important;
    margin-right: 6px !important;
    margin-bottom: 5px !important;
}

@media screen and (min-width: 768px) {
    .btn.btn-sm.btn-primary.disabled {
        font-size: 14px !important;
        margin-bottom: 0 !important;
    }
}

.btn-success {
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 1.17 !important;
    border-radius: 5px !important;
    padding: 5px 10px !important;
    background: #66af90 !important;
    opacity: 1 !important;
    border: none !important;
    margin-right: 6px !important;
    margin-bottom: 5px !important;
}

@media screen and (min-width: 768px) {
    .btn-success {
        font-size: 14px !important;
        margin-bottom: 0 !important;
    }
}

.col-3.col-md-1 > .fw-bold.departure {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 1.1 !important;
    color: #313132 !important;
    text-align: left;
    padding-left: 10px;
}

@media screen and (min-width: 768px) {
    .col-3.col-md-1 > .fw-bold.departure {
        font-size: 25px !important;
        text-align: center;
        padding-left: 0;
    }
}

.col-9.col-md-3 > .font-bold {
    font-weight: 700 !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
    color: #313132 !important;
    margin-left: 20px !important;
    margin-bottom: 5px !important;
}

@media screen and (min-width: 768px) {
    .col-9.col-md-3 > .font-bold {
        font-size: 18px !important;
    }
}

.col-9.col-md-3 > .font-small {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1.16 !important;
    color: #a7a7a7 !important;
    margin-left: 20px !important;
}

@media screen and (min-width: 768px) {
    .col-9.col-md-3 > .font-small {
        font-size: 14px !important;
    }
}

.col-md-2 > .fw-small {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1.16 !important;
    color: #a7a7a7 !important;
}

@media screen and (min-width: 768px) {
    .col-md-2 > .fw-small {
        font-size: 14px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
}

.col-3.col-md-1 > .fw-bold {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 1.1 !important;
    color: #313132 !important;
    text-align: left;
    padding-left: 10px;
}

@media screen and (min-width: 768px) {
    .col-3.col-md-1 > .fw-bold {
        font-size: 25px !important;
        text-align: center;
        padding-left: 0;
    }
}

.clock {
    fill: #a7a7a7 !important;
}

.col-3.col-md-1 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.col-9.col-md-4 {
    margin-left: 0 !important;
    margin-right: -10px !important;
}

.col-3.col-md-1 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.col-12.col-md-1.text-center.mt-md-0.mt-2 {
    margin-left: 0 !important;
    margin-right: 10px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.col-6.col-md-12.fw-bold.trip_price {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #313131 !important;
    white-space: nowrap !important;
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .col-6.col-md-12.fw-bold.trip_price {
        font-size: 25px !important;
        font-weight: 600 !important;
        display: block;
    }
}

.col-6.col-md-12.fw-bold.trip_price > s {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.16 !important;
    color: #a2a2a2 !important;
}

.bi.bi-clock::before {
    color: #a7a7a7 !important;
    padding-right: 5px !important;
    font-size: 15px;
}

.btn-select.btn.btn-effect {
    padding: 10px 16px !important;
    border-radius: 10px !important;
    background: #2738C9 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
    transition: all 0.2s !important;
    width: 100%;
    margin-bottom: 5px;
    min-height: 45px;
    height: 100%;
    border: none !important;
}

.btn-select.btn.btn-effect:active {
    background: #d34214 !important;
    color: #ffffff !important;
}

.btn-select.btn.btn-effect:disabled {
    background: #e1e1e1 !important;
    color: #a7a7a7 !important;
}

@media screen and (min-width: 768px) {
    .btn-select.btn.btn-effect {
        font-size: 16px !important;
        min-height: 39px;
        height: 100%;
        max-width: 118px;
    }
}

.btn-select.btn.btn-effect:hover {
    background: #2738C9 !important;
    border-radius: 10px !important;
}

.btn-select.btn.btn-effect > span {
    display: block;
}

.col-12.col-md-2.text-center.mt-md-0.mt-2 > .fw-small {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.16 !important;
    color: #2738C9 !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .col-12.col-md-2.text-center.mt-md-0.mt-2 > .fw-small {
        font-size: 14px !important;
    }
}

.btn:hover {
    border-radius: 10px !important;
}

.filter-sec.py-2 {
    padding: 4px !important;
    background-color: #F5F5F5 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-left: 1px solid #e1e1e1 !important;
    border-right: 1px solid #e1e1e1 !important;
    border-bottom: 1px solid #e1e1e1 !important;
}

@media screen and (min-width: 768px) {
    .filter-sec.py-2 {
        background-color: #F5F5F5 !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }
}

.dropdown-toggle.click-dropdown {
    padding-top: 0 !important;
}

a.btn.flt-btn {
    border: none !important;
    border-radius: 0 !important;
}

a.btn.flt-btn:hover {
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.services.d-none.d-md-inline {
    margin-right: 180px !important;
}

.filter-sec.py-2 .fw-bold .font-small {
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: center;
    align-self: center;
    padding-left: 0;
}

@media screen and (min-width: 768px) {
    .filter-sec.py-2 .fw-bold .font-small {
        font-size: 16px !important;
    }
}

@media screen and (min-width: 922px) {
    .filter-sec.py-2 .fw-bold .font-small {
        font-size: 16px !important;
        padding-left: 95px;
    }
}

#datepicker-from,
#datepicker-to {
    font-size: 14px !important;
}

@media screen and (min-width: 768px) {
    #datepicker-from,
    #datepicker-to {
        font-size: 16px !important;
    }
}

.col-12.col-md-6 .nav.nav-tabs {
    margin-top: 30px !important;
    justify-content: center;
}

.trip_card .col-12.col-md-6 .nav.nav-tabs {
    gap: 5px;
}
@media screen and (min-width: 768px) {
    .trip_card .col-12.col-md-6 .nav.nav-tabs {
        gap: 0;
    }
}

@media screen and (min-width: 768px) {
    .col-12.col-md-6 .nav.nav-tabs {
        margin-top: 30px !important;
        justify-content: space-between;
    }
}

.nav.nav-tabs {
    max-width: 344px !important;
    padding: 10px !important;
    border-radius: 10px !important;
    border: 1px solid #e1e1e1 !important;
    box-shadow: 0 0 31px 0 rgba(179, 179, 179, 0.25) !important;
}

.col-12.col-md-6 .nav.nav-tabs .nav-link.btn.btn-primary {
    padding: 8px 10px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #a7a7a7 !important;
    border: none !important;
}

@media screen and (min-width: 768px) {
    .col-12.col-md-6 .nav.nav-tabs .nav-link.btn.btn-primary {
        padding: 10px 16px !important;
        border-radius: 10px !important;
        font-size: 16px !important;
    }
}

.col-12.col-md-6 .nav.nav-tabs .nav-link.btn.btn-primary:hover {
    background: transparent !important;
    color: #a7a7a7 !important;
    text-decoration: none !important;
}

.col-12.col-md-6 .nav.nav-tabs .nav-link.btn.btn-primary.active {
    padding: 8px 10px !important;
    border-radius: 8px !important;
    background: #2738C9 !important;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff !important;
    border: none !important;
}

@media screen and (min-width: 768px) {
    .col-12.col-md-6 .nav.nav-tabs .nav-link.btn.btn-primary.active {
        padding: 10px 16px !important;
        border-radius: 10px !important;

        font-size: 16px;
    }
}

.tab-details,
.tab-comfort,
.tab-route {
    padding: 15px !important;
}

.tab-pane .row.pt-3 {
    padding-top: 0 !important;
}

.tab-pane.tab-details .row.pt-3 h5 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #313132 !important;
    margin-bottom: 15px !important;
}

@media screen and (min-width: 768px) {
    .tab-pane.tab-details .row.pt-3 h5 {
        font-size: 18px !important;
    }
}

.tab-details .col-12.col-md-12 {
    font-size: 14px !important;
}

@media screen and (min-width: 768px) {
    .tab-details .col-12.col-md-12 {
        font-size: 16px !important;
    }
}

.tab-comfort strong {
    font-size: 16px !important;
}

.tab-comfort .col-12.col-md-12 {
    font-size: 14px !important;
}

@media screen and (min-width: 768px) {
    .tab-comfort .col-12.col-md-12 {
        font-size: 16px !important;
    }
}

.tab-pane.fade.active.show h4 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #313132 !important;
    margin-bottom: 15px !important;
}

@media screen and (min-width: 768px) {
    .tab-pane.fade.active.show h4 {
        font-size: 18px !important;
    }
}

.tab-pane.fade h5 {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #313132 !important;
    margin-bottom: 15px !important;
}

@media screen and (min-width: 768px) {
    .tab-pane.fade {
        font-size: 18px !important;
    }
}

.tab-pane.fade h5 > span {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #313132 !important;
    line-height: 1.2 !important;
    margin-bottom: 15px !important;
}

.tab-pane.fade h6 {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #313132 !important;
    margin-bottom: 15px !important;
}

.tab-pane.fade ul.pt-3 {
    padding-top: 0 !important;
    position: relative;
}

.time-point {
    font-size: 14px;
    font-weight: 700;
    margin-right: 50px;
}

@media screen and (min-width: 768px) {
    .time-point {
        font-size: 16px;
    }
}

.date-point {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #a7a7a7 !important;
}

@media screen and (min-width: 768px) {
    .date-point {
        font-size: 14px;
    }
}

.tab-pane.fade.active.show ul.pt-3 li {
    margin-bottom: 10px !important;

}

.tab-pane.fade.active.show ul.pt-3 .col-10.pb-3.pt-1 {
    padding: 0 !important;
    font-size: 14px;
    max-width: 175px;
}

@media screen and (min-width: 768px) {
    .tab-pane.fade.active.show ul.pt-3 .col-10.pb-3.pt-1 {
        font-size: 16px;
        max-width: initial;
    }
}

.tab-pane.fade.active.show ul.pt-3 li .row {
    flex-wrap: nowrap;
}

.point {
    width: 16px;
    height: 16px;
    margin-left: -40px;
    margin-right: 20px;
}

.point-icon {
    stroke: #2738C9;
    fill: #ffffff;
    width: 16px;
    height: 16px;
    position: relative;
    z-index: 1;
}

.point-icon__small {
    stroke: #2738C9;
    fill: #ffffff;
    width: 7px;
    height: 7px;
    position: relative;
    z-index: 1;
}

.input-group-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-comfort .col-6 {
    font-size: 12px;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .tab-comfort .col-6 {
        font-size: 14px;
    }
}

.tab-comfort p {
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    .tab-comfort p {
        font-size: 14px;
    }
}

.owl-item .item img.d-block.w-100.img-fluid {
    border-radius: 10px;
    max-height: 250px;
    max-width: 244px;
}

@media screen and (min-width: 768px) {
    .owl-item .item img.d-block.w-100.img-fluid {

        max-width: 450px;
    }
}

@media screen and (min-width: 768px) {
    .tab-comfort p {
        font-size: 14px;
    }
}

.trip_card .row {
    justify-content: space-between;
}

.trip_card .row .col-12.col-md-6:nth-child(2) {
    padding: 30px;
    max-width: 450px;
}

@media screen and (min-width: 768px) {
    .trip_card .row .col-12.col-md-6:nth-child(2) {
        padding-top: 33px;
        padding-right: 65px;
        max-width: 450px;
    }
}

.trip_card .row .col-12.col-md-6:nth-child(1) {
    max-width: 580px;
}

#carouselExampleControls.owl-carousel.owl-theme.owl-loaded.owl-drag {
    display: flex;
    flex-direction: column;

    justify-content: center;
}

#carouselExampleControls.owl-carousel.owl-theme.owl-loaded.owl-drag
> .owl-stage-outer {
    max-width: 450px;
}

button.owl-dot span {
    width: 15px !important;
    height: 15px !important;
    background-color: #e1e1e1 !important;
}

button.owl-dot.active span {
    background-color: #2738C9 !important;
}

button.owl-prev:hover,
button.owl-next:hover {
    color: #2738C9 !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}

#carouselExampleControls .owl-nav button.owl-prev {
    display: none;
}

@media screen and (min-width: 768px) {
    #carouselExampleControls .owl-nav button.owl-prev {
        display: block;
        position: absolute;
        bottom: -1px;
        left: 125px;
    }
}

#carouselExampleControls .owl-nav button.owl-next {
    display: none;
}

@media screen and (min-width: 768px) {
    #carouselExampleControls .owl-nav button.owl-next {
        display: block;
        position: absolute;
        bottom: -1px;
        right: 125px;
    }
}

.flight-search.aos-init.aos-animate .row {
    padding-top: 10px;
}

@media screen and (min-width: 768px) {
    .flight-search.aos-init.aos-animate .row {
        padding-top: 0px;
    }
}

.col-6.services.d-md-none.d-inline {
    align-self: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-align: left;
    padding-left: 10px;
}
@media screen and (min-width: 768px) {
    .col-6.services.d-md-none.d-inline {
        text-align: center;
    }
}

.filter-sec.py-2 .d-flex.justify-content-between .fw-bold {
    display: flex;
    flex-grow: 1;
}



@media screen and (min-width: 768px) {
    .ui-widget.ui-widget-content {
        width: fit-content !important;
    }
}

.ui-datepicker th {
    padding: 2px !important;
}

@media screen and (min-width: 768px) {
    .ui-datepicker th {
        padding: 4px !important;
    }
}

.ui-datepicker td a {
    padding: 0 !important;
}

@media screen and (min-width: 768px) {
    .ui-datepicker td a {
        padding: 0.5em !important;
    }
}




.ui-datepicker td a {
    border: 1px solid transparent !important;
}

.ui-datepicker td a:hover {
    border: 1px solid #2738C9 !important;
}

.col-md-6 {
    width: 100% !important;
}

.big-block {
    padding: 15px 10px !important;

    border-radius: 20px !important;
    border: 1px solid #2738C9 !important;
    box-shadow: 0 0 31px 0 rgba(179, 179, 179, 0.25);
    position: relative;
}

@media screen and (min-width: 768px) {
    .big-block {
        padding: 15px 20px !important;
        padding-left: 75px !important;
    }
}

.search {
    fill: #2738C9;
    position: absolute;
    top: 12px;
    left: 15px;
    width: 25px;
    height: 25px;
}

@media screen and (min-width: 768px) {
    .search {
        top: 15px;
        left: 20px;
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 400px) {
    .search {
        top: 20px;
        left: 15px;
    }
}

.big-block h3 {
    color: #2738C9;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-left: 36px;
}

@media screen and (min-width: 768px) {
    .big-block h3 {
        font-size: 25px;
        font-weight: 600;
        padding-left: 0;
    }
}

.srp.py-2 .container .row .col-12.col-md-6.my-2 .big-block h6 {
    color: #313132 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-bottom: 14px !important;
}

@media screen and (min-width: 768px) {
    .srp.py-2 .container .row .col-12.col-md-6.my-2 .big-block h6 {
        font-size: 16px !important;
        margin-bottom: 20px !important;
    }
}

.big-block .btn-secondary.btn {
    color: #313132 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    background-color: transparent !important;
    padding: 10px !important;
    border: 1px solid #2738C9 !important ;
    border-radius: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

@media screen and (min-width: 768px) {
    .big-block .btn-secondary.btn {
        font-size: 16px !important;
        margin-right: 0px !important;
        margin-bottom: 0px !important;
    }
}

.big-block .btn-secondary.btn:hover {
    color: #ffffff !important;
    background-color: #2738C9 !important;
}

.d-flex.justify-content-between.align-items-start.mb-3 {
    display: block !important;
}

.big-block.review-block {
    padding: 20px !important;
    text-align: center;
}

.big-block.review-block h3 {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: center;
}

.big-block.review-block h3 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: center;
    padding: 0px !important;
}

@media screen and (min-width: 768px) {
    .big-block.review-block h3 {
        font-size: 25px;
        font-weight: 600;
        padding-bottom: 10px;
        text-align: center;
        padding: 10px !important;
    }
}

.big-block.review-block h6 {
    font-size: 14px;
    font-weight: 400;
    color: #313132;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
    .big-block.review-block h6 {
        font-size: 16px;
    }
}

.big-block.review-block a {
    display: none;
}

.big-block.review-block input {
    font-size: 16px;
    font-weight: 700;
    padding: 16px 57px;
    text-align: center;
    border-radius: 10px;
    width: 100%;
}

.big-block.review-block input:active {
    background-color: #d34214 !important;
    color: #ffffff !important;
}

.big-block.review-block input:disabled {
    background-color: #e1e1e1 !important;
    color: #a7a7a7 !important;
}

@media screen and (min-width: 768px) {
    .big-block.review-block input {
        width: initial;
    }
}

.flight-search .fw-bold.theme-text-white h5 {
    font-size: 14px;
    font-weight: 400;
    color: #313132;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .flight-search .fw-bold.theme-text-white h5 {
        font-size: 16px;
    }
}

.flight-search .fw-bold.theme-text-white h4 {
    color: #313132;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .flight-search .fw-bold.theme-text-white h4 {
        font-size: 25px;
    }
}

.reviewStatus .numbering {
    width: 15px;
    min-height: 15px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    color: #ffffff;
}

.reviewStatus .numbering.completed {
    background-color: #2738C9 !important;
    border: none;
}

.reviewStatus.step2 li:nth-child(2) .numbering.completed {
    background-color: #ffffff !important;
    border: 1px solid #2738C9;
}

.reviewStatus.step3 li:nth-child(3) .numbering.completed {
    background-color: #ffffff !important;
    border: 1px solid #2738C9;
}
.reviewStatus.step4 li:nth-child(4) .numbering.completed {
    background-color: #ffffff !important;
    border: 1px solid #2738C9;
}

.reviewStatus .reviewText {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.16;
    white-space: nowrap;
    color: #313132;
}

@media screen and (min-width: 1400px) {
    .reviewStatus .reviewText {
        font-size: 14px;
    }
}

.reviewStatus .reviewText.active {
    font-weight: 400;
}

.reviewStatus .numbering.completed:before {
    display: none;
}

.col-12.col-md-3.mb-4.mb-md-0 {
    margin-bottom: 0 !important;
}

.col-8 .fw-bold.font-medium {
    font-size: 14px !important;
    font-weight: 700 !important;
}

@media screen and (min-width: 768px) {
    .col-8 .fw-bold.font-medium {
        font-size: 16px !important;
    }
}

.row.border-bottom.py-2.m-auto {
    border-bottom: none !important;
}

#collapseAdult:not(:last-child) {
    margin-bottom: 20px;
}

#collapseAdult li {
    max-height: 69px;
}

@media screen and (min-width: 768px) {
    #collapseAdult li {
        max-height: 72px;
    }
}

#collapseAdult .row .col-sm-12 .px-3 {
    padding: 0px !important;
}

#collapseAdult label {
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-bottom: 8px !important;
}

@media screen and (min-width: 768px) {
    #collapseAdult label {
        font-size: 16px !important;
    }
}

#collapseAdult .passenger_amount {
    padding: 10px 13px !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 10px;

    font-size: 14px !important;
    font-weight: 400 !important;
    color: #313132 !important;
}

.bi.bi-person-circle {
    display: none;
}

@media screen and (min-width: 768px) {
    #collapseAdult .passenger_amount {
        font-size: 16px !important;
    }
}

#collapseAdult input[placeholder="Ім'я"] {
    padding: 10px 13px !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 10px;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #313132 !important;
}

@media screen and (min-width: 768px) {
    #collapseAdult input[placeholder="Ім'я"] {
        font-size: 16px !important;
    }
}

#collapseAdult input[placeholder="Ім'я"]::placeholder {
    color: #a7a7a7 !important;
}

#collapseAdult .row .col-sm-12 .px-3 .row.py-3 {
    justify-content: space-between;
}

#collapseAdult input[placeholder="Прізвище"] {
    padding: 10px 13px !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 10px;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #313132 !important;
}

@media screen and (min-width: 768px) {
    #collapseAdult input[placeholder="Прізвище"] {
        font-size: 16px !important;
        color: #313132 !important;
    }
}

#collapseAdult input[placeholder="Прізвище"]::placeholder {
    font-size: 16px !important;
    color: #a7a7a7 !important;
}

label.font-medium {
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-bottom: 8px !important;
}

@media screen and (min-width: 768px) {
    label.font-medium {
        font-size: 16px !important;
    }
}

.col-12.col-md-3.pb-3 input[placeholder="Пошта"] {
    padding: 10px 13px !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 10px;
    font-size: 14px !important;
    font-weight: 400 !important;
    color:  #313132 !important;
    margin-right: 20px !important;
}

@media screen and (min-width: 768px) {
    .col-12.col-md-3.pb-3 input[placeholder="Пошта"] {
        font-size: 16px !important;
    }
}

.col-12.col-md-3.pb-3 input[placeholder="Пошта"]::placeholder {
    color: #a7a7a7 !important;
}

.col-12.col-md-3.pb-3 input[placeholder="Телефон +380..."] {
    padding: 10px 13px !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 10px;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #313132 !important;
}
.col-12.col-md-3.pb-3 input[placeholder="Телефон +380..."]::placeholder {
    color: #a7a7a7 !important;
}
@media screen and (min-width: 768px) {
    .col-12.col-md-3.pb-3 input[placeholder="Телефон +380..."] {
        font-size: 16px !important;
    }
}

li #amount {
    font-size: 16px;
    font-weight: 700;
    color: #313132;
}

@media screen and (min-width: 768px) {
    li #amount {
        font-size: 18px !important;
    }
}

#specificSizeInputCode {
    color: #2738C9 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    border: 1px solid #2738C9 !important;
    padding: 16px 32px !important;
    background-color: transparent !important;
}

@media screen and (min-width: 768px) {
    #specificSizeInputCode {
        font-size: 16px !important;
    }
}

.col-12.col-md-3.pb-3 input[placeholder="Промокод"] {
    padding: 10px 13px !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 10px;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #313132 !important;
    min-height: 45px;
}
@media screen and (min-width: 768px) {
    .col-12.col-md-3.pb-3 input[placeholder="Промокод"] {
        font-size: 16px !important;
    }
}

.col-12.col-md-3.pb-3 input[placeholder="Промокод"]::placeholder {
    color: #a7a7a7 !important;
}

.col-12.col-md-3.pb-3 {
    border-left: none !important;
}

.col-12.col-md-3.pb-3 label[for="inlineFormSelectTitle"] {
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-bottom: 8px !important;
}

@media screen and (min-width: 768px) {
    .col-12.col-md-3.pb-3 label[for="inlineFormSelectTitle"] {
        font-size: 16px !important;
    }
}

.form-select {
    border-radius: 10px !important;
    padding: 8px 13px !important;
}

.form-check-label.font-small {
    font-size: 14px;
    font-weight: 400;
    color: #313132;
}


.form-check-label.font-small a {
    color: #313132;
}

input[type="checkbox"]:checked {
    background-color: #2738C9 !important;
    border-color: transparent !important;
}

.form-check-input:focus {
    box-shadow: none !important;
    border: 1px solid #e1e1e1 !important;
}

.fw-bold.theme-text-white {
    color: #313132 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.pin-point {
    stroke: #e64a18;
    fill: #ffffff;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 3px;
    right: -18px;
    z-index: 1;
}
@media screen and (min-width: 768px) {
    .pin-point {
        right: -25px;
    }
}

.tab-route li:first-child .pin-point,
.tab-route li:last-child .pin-point {
    width: 12px;
    height: 12px;
    right: -20px;
}

@media screen and (min-width: 768px) {
    .tab-route li:first-child .pin-point,
    .tab-route li:last-child .pin-point {
        right: -27px;
    }
}

.tab-route .col-2 {
    position: relative;
    width: 47px;

}

.tab-route ul li {
    position: relative;
}

.tab-route ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 54px;
    border: 1px dashed #e1e1e1;
    transform: rotate(90deg);
    top: 40px;
    left: 2.05em;
}

@media screen and (min-width: 360px) {
    .tab-route ul li:not(:last-child)::after {
        content: "";
        position: absolute;
        width: 36px;
        border: 1px dashed #e1e1e1;
        transform: rotate(90deg);
        top: 80%;
        left: 2.6em;
    }
}

@media screen and (min-width: 768px) {
    .tab-route ul li:not(:last-child)::after {
        content: "";
        position: absolute;
        width: 36px;
        border: 1px dashed #e1e1e1;
        transform: rotate(90deg);
        top: 32px;
        left: 9%;
    }
}

.trip_card
.row.g-0.border.theme-border-radius.theme-box-shadow.p-2.align-items-center.theme-bg-white
.col.col-12 {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (min-width: 768px) {
    .trip_card
    .row.g-0.border.theme-border-radius.theme-box-shadow.p-2.align-items-center.theme-bg-white
    .col.col-12 {
        margin-bottom: 0;
    }
}

.trip_card
.row.g-0.border.theme-border-radius.theme-box-shadow.p-2.align-items-center.theme-bg-white
.col-12.col-md-2.text-center.mt-md-0.mt-2
.row {
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .trip_card
    .row.g-0.border.theme-border-radius.theme-box-shadow.p-2.align-items-center.theme-bg-white
    .col-12.col-md-2.text-center.mt-md-0.mt-2
    .row {
        margin-bottom: 0;
    }
}

.bi-clock {
    padding-left: 12px;
}

@media screen and (min-width: 768px) {
    .bi-clock {
        padding-left: 0;
    }
}

.trip_card ul.pt-3 .row {
    gap: 38px;

}

@media screen and (min-width: 768px) {
    .trip_card ul.pt-3 .row {
        gap: 0;
        overflow: auto;
        width: initial;
        height: initial;
    }
}

.bi::before {
    font-size: 23px;
    margin-left: 5px;
}

.trip_container .col-12.col-md-2.text-center.mt-md-0.mt-2 {
    margin-top: 10px !important;
}

@media (max-width: 767px) {
    .trip_container .col-12.col-md-2.text-center.mt-md-0.mt-2 {
        margin-top: 30px !important;
    }
}


.trip_container .col-md-2 {
    text-align: left;
}

@media screen and (min-width: 768px) {
    .trip_container .col-md-2 {
        text-align: center;
    }
}

.filter-sec .flt-btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    transform: translateY(-50%) rotate(45deg);
    border: 1.5px solid #939393;
    border-top-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    margin-top: -2.5px;
    background-color: rgba(0, 0, 0, 0);
    transition: all ease-in-out 0.3s;
    z-index: 10;
    padding: 2px;
}

@media screen and (min-width: 768px) {
    .filter-sec .flt-btn::before {
        top: 50%;
    }
}

.filter-sec .flt-btn.collapsed::before {
    transform: rotate(-135deg);
}

.filter-sec.py-2 .btn.flt-btn {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.16 !important;
    color: #939393 !important;
    background-color: #F5F5F5;
    padding-right: 0px !important;
    margin-right: 0px;
    transition: all 0s;
    overflow: unset;
    width: 100%;
    height: 35px;
    align-items: center;
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .filter-sec.py-2 .btn.flt-btn {
        font-size: 16px !important;
    }
}

.filter-sec.py-2 .btn.flt-btn.collapsed {
    overflow: unset;
}

@media screen and (min-width: 768px) {
    .filter-sec.py-2 .btn.flt-btn.collapsed {
        font-size: 16px !important;
    }
}
.filter-sec.py-2 .btn.flt-btn :hover,
.filter-sec.py-2 .btn.flt-btn.collapsed:hover {
    border: none !important;
    background: none !important;
    border-radius: 0 !important;
    overflow: unset;
}

.tab-comfort .row.pt-3 .col .row {
    max-width: 320px;
}

.tab-comfort .row.pt-3 .col .row .col-6 {
    margin-bottom: 5px;
}

.tab-comfort .row.pt-3 .col .row .col-6 i.bi {
    margin-right: 8px;
}

.trip_container .trip_card .collapse.show {
    position: relative;
    top: -8px;
    margin-left: -12px;
    margin-right: -12px;
    padding: 18px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.page-index-corporate h1.h1 {
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: left !important;
    color: black !important;
    box-shadow: none !important;
}

.page-index-corporate .col-12.mt-5 > p.font-small {
    color: black !important;
    box-shadow: none !important;
}

@media screen and (max-width: 991px) {
    .page-index-corporate .col-12.mt-5 > p.font-small {
        color: white !important;
        padding: 4px 12px !important;
        font-weight: 600 !important;
        font-size: 24px !important;
        border-radius: 8px;
        margin: 5px auto 0px !important;
        width: fit-content;
    }
}

@media screen and (max-width: 359px) {
    .page-index-corporate .col-12.mt-5 > p.font-small {
        font-size: 21px !important;
    }
}

@media screen and (min-width: 768px) {
    .page-index-corporate h1.h1 {
        font-size: 55px !important;
    }
}

.bi.bi-dash::before {
    font-size: 15px;
}
.bi.bi-plus::before {
    font-size: 15px;
}

.page-traveller-details .head-wrapper::after {
    display: none;
}
.page-review-booking .head-wrapper::after {
    display: none;
}
.page-after-pay .head-wrapper::after {
    display: none;
}

.page-traveller-details .header {
    margin-bottom: 30px;
}
.page-after-pay .header {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .page-after-pay .header {
        margin-bottom: 30px;
    }
}

.flight-search.status-block h4 {
    padding: 0;
    margin-bottom: 0;
}

.flight-search.status-block .row .col-12.col-md-3.mb-4.mb-md-0:nth-child(2) {
    align-self: flex-end;
    padding-left: 0;
    text-align: center;
    min-width: 270px;
    margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
    .flight-search.status-block .row .col-12.col-md-3.mb-4.mb-md-0:nth-child(2) {
        margin-bottom: 10px !important;
    }
}
@media screen and (min-width: 992px) {
    .flight-search.status-block .row .col-12.col-md-3.mb-4.mb-md-0:nth-child(2) {
        margin-bottom: 0 !important;
    }
}

#timer {
    display: inline-block !important;
    border-radius: 5px !important;
    border: 1px solid #2738C9 !important;
    padding: 8px 44px !important;
    background-color: transparent !important;
    box-shadow: 0 0 31px 0 rgba(193, 193, 193, 0.25) !important;
    width: 100%;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    #timer {
        border-radius: 5px !important;
        border: 1px solid #2738C9 !important;
        padding: 8px 10px !important;
        background-color: transparent !important;
        box-shadow: 0 0 31px 0 rgba(193, 193, 193, 0.25) !important;
        width: initial;
        font-size: 16px;
    }
}

#timerMessage {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}
@media screen and (min-width: 768px) {
    #timerMessage {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.2;
    }
}

#ten-countdown {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

@media screen and (min-width: 768px) {
    #ten-countdown {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.2;
    }
}

.page-traveller-details .trip_card {
    margin-bottom: 30px !important;
}

.page-traveller-details
.d-flex.justify-content-between.align-items-start.mb-3
.fw-bold {
    font-size: 16px !important;
}

@media screen and (min-width: 768px) {
    .page-traveller-details
    .d-flex.justify-content-between.align-items-start.mb-3
    .fw-bold {
        font-size: 18px !important;
    }
}

.page-traveller-details
.d-flex.justify-content-between.align-items-start.mb-3
span.number {
    display: inline-block;
    padding: 7px 12px;
    border-radius: 5px;
    background-color: #2738C9;
    color: #ffffff;
    margin-right: 15px;
}

.page-traveller-details .d-flex.justify-content-between.align-items-start.mb-3 {
    margin-bottom: 20px !important;
}

.page-traveller-details .row.border-bottom.py-2.m-auto {
    padding: 0 !important;
    margin-bottom: 15px !important;
}

#collapseAdult .row .col-sm-12 .px-3 .row.py-3 span {
    position: relative;
    top: -28px !important;
    left: 85% !important;
    font-size: 14px !important;
}

@media screen and (min-width: 768px) {
    #collapseAdult .row .col-sm-12 .px-3 .row.py-3 span {
        position: relative;
        top: -29px !important;
        left: 80px !important;
        font-size: 16px !important;
    }
}

#collapseAdult .row .col-sm-12 .px-3 .row.py-3 {
    justify-content: flex-start;
    gap: 15px;
}

@media screen and (min-width: 768px) {
    #collapseAdult .row .col-sm-12 .px-3 .row.py-3 {
        justify-content: flex-start;
        gap: 20px;
    }
}

#collapseAdult .row .col-sm-12 .px-3 .row.py-3 li {
    max-width: initial;
    padding-bottom: 0 !important;
}

#collapseAdult .row .col-sm-12 .px-3 .row.py-3 li.col-md-2:first-child {
    max-width: 100%;
    padding-bottom: 0 !important;
    max-height: 62px !important;
}

@media screen and (min-width: 768px) {
    #collapseAdult .row .col-sm-12 .px-3 .row.py-3 li.col-md-2:first-child {
        max-width: 122px;
        padding-bottom: 0 !important;
        max-height: 72px !important;
    }
}

@media screen and (min-width: 768px) {
    #collapseAdult .row .col-sm-12 .px-3 .row.py-3 li {
        max-width: 250px;
    }
}

/* #collapseAdult .row .col-sm-12 .px-3 .row.py-3 li:first-child {
  margin-bottom: -18px;
} */

.page-traveller-details
.theme-box-shadow.theme-border-radius.bg-light.mb-3.p-3.pb-0
ul.row.pt-3 {
    padding-top: 0 !important;
}

.page-traveller-details
.theme-box-shadow.theme-border-radius.bg-light.mb-3.p-3.pb-0
ul.row.pt-3
li {
    max-width: initial;
}

@media screen and (min-width: 768px) {
    .page-traveller-details
    .theme-box-shadow.theme-border-radius.bg-light.mb-3.p-3.pb-0
    ul.row.pt-3
    li {
        max-width: 250px;
    }
}

.page-traveller-details .theme-box-shadow.theme-border-radius.bg-light.mb-3 {
    position: relative;
    padding: 20px !important;
    margin-bottom: 20px !important;
    font-size: 16px;
    border: 1px solid #E1E1E1 !important;
}

@media screen and (min-width: 768px) {
    #collapseAdult .row .col-sm-12 .px-3 .row.py-3 li {
        max-width: 250px;
        font-size: 16px;
    }
}

#amount {
    font-size: 16px;
    font-weight: 700;
    color: #313132;
}
@media screen and (min-width: 768px) {
    #amount {
        font-size: 18px;
        font-weight: 700;
        color: #313132;
        padding-left: 10px;
    }
}

.page-traveller-details
.theme-box-shadow.theme-border-radius.bg-light.mb-3.p-3.pb-0
.row.mb-3 {
    padding-top: 15px;
}

.page-traveller-details
.theme-box-shadow.theme-border-radius.bg-light.mb-3.p-3.pb-0
.row.mb-3:first-child {
    padding-top: 0;
    margin-bottom: 0 !important;
}

.page-traveller-details
.theme-box-shadow.theme-border-radius.bg-light.mb-3.p-3.pb-0
.row.mb-3
> .col-12
> ul.row
> li:nth-child(1) {
    display: flex;
    flex-direction: column;
    padding-bottom: 0 !important;
    max-width: initial;
    gap: 20px;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .page-traveller-details
    .theme-box-shadow.theme-border-radius.bg-light.mb-3.p-3.pb-0
    .row.mb-3
    > .col-12
    > ul.row
    > li:nth-child(1) {
        display: flex;
        flex-direction: row;
        padding-bottom: 0 !important;
        max-width: initial;
        gap: 20px;
        align-items: center;
    }
}

.page-traveller-details
.theme-box-shadow.theme-border-radius.bg-light.mb-3.p-3.pb-0
.row.mb-3:first-child
> .col-12
> ul.row
> li:nth-child(1) {
    display: block;
    max-width: initial;
    gap: 0;
}

@media screen and (min-width: 768px) {
    .page-traveller-details
    .theme-box-shadow.theme-border-radius.bg-light.mb-3.p-3.pb-0
    .row.mb-3:first-child
    > .col-12
    > ul.row
    > li:nth-child(1) {
        display: block;
        max-width: 250px;
        gap: 0;
    }
}

.page-traveller-details span.pay-label {
    display: inline-block;
    white-space: nowrap;
    align-self: flex-start;
}

@media screen and (min-width: 768px) {
    .page-traveller-details span.pay-label {
        display: inline-block;
        white-space: nowrap;
        align-self: center;
    }
}

#inlineFormSelectTitle_pt {
    max-height: 45px;
    align-self: center;
    min-height: 45px;
    font-size: 16px !important;
}

@media screen and (min-width: 768px) {
    #inlineFormSelectTitle_pt {
        font-size: 14px !important;
    }
}

.page-traveller-details
.theme-box-shadow.theme-border-radius.bg-light.mb-3.p-3.pb-0
.row.mb-3
> .col-12
> ul.row
> li:nth-child(2) {
    align-self: center;
    padding-bottom: 0 !important;
}

.col-12.col-md-3.pb-3.no-pdf {
    padding-bottom: 0 !important;
}

.page-traveller-details #specificSizeInputCode {
    padding: 13px 32px !important;
    line-height: 1.2 !important;
}


#btn-part-prepayment-part {
    color: white;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    padding: 13px 32px !important;
    margin-top: 15px !important;
    margin-bottom: 0px !important;
}
#btn-part-prepayment-no, .awaiting-payment-btn {
    background-color: #2738C9;
    color: white;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    padding: 13px 32px !important;
    margin: 0px !important;
}
.awaiting-payment-btn {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
}
@media screen and (min-width: 768px) {
    #btn-part-prepayment-no,
    #btn-part-prepayment-part,
    .awaiting-payment-btn {
        font-size: 16px;
    }
}
#complete-booking {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    padding: 13px 32px;
    border-radius: 10px;
    width: 100%;
}

#complete-booking:active {
    background-color: #2738C9 !important;
    color: #ffffff !important;
}

#complete-booking:disabled {
    background-color: #e1e1e1 !important;
    color: #a7a7a7 !important;
}

@media screen and (min-width: 768px) {
    #complete-booking {
        font-size: 16px;
        width: auto;
    }
}

.flash-message-popup {
    background-color: #ffffff !important;
    border-radius: 7px !important;
    padding: 60px 10px !important;
    width: 100% !important;
    border: none !important;
    box-shadow: 0px 8px 1000px 1000px rgba(8, 8, 8, 0.52) !important;
    top: 34% !important;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .flash-message-popup {
        padding: 64px 42px !important;
        width: 600px !important;
        height: auto !important;
    }
}

.flash-message-popup .popup-close-btn {
    font-size: 30px; line-height: 20px; cursor: pointer; color: black;
}

@media screen and (min-width: 1400px) {
    footer.footer .row {
        flex-wrap: nowrap;
    }
}


.page-flight-listing-oneway .srp.py-2{
    padding-top: 0 !important;
}

@media screen and (min-width: 1400px) {
    .page-flight-listing-oneway .srp.py-2{
        padding-top: 30px !important;
    }
}

#collapseAdult
.row
.col-sm-12
.px-3
.row.py-3
span.select2.select2-container.select2-container--default {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    max-width: 190px !important;
}

@media screen and (min-width: 768px) {
    #collapseAdult
    .row
    .col-sm-12
    .px-3
    .row.py-3
    span.select2.select2-container.select2-container--default {
        max-width: 160px !important;
    }
}
@media screen and (min-width: 992px) {
    #collapseAdult
    .row
    .col-sm-12
    .px-3
    .row.py-3
    span.select2.select2-container.select2-container--default {
        max-width: 190px !important;
    }
}

#collapseAdult
.row
.col-sm-12
.px-3
.row.py-3
span.select2.select2-container.select2-container--default
.select2-selection.select2-selection--single {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    padding: 10px 13px !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 10px;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #a7a7a7 !important;
    min-height: 40.5px;
}
@media screen and (min-width: 768px) {
    #collapseAdult
    .row
    .col-sm-12
    .px-3
    .row.py-3
    span.select2.select2-container.select2-container--default
    .select2-selection.select2-selection--single {
        font-size: 16px !important;
    }
}

.page-traveller-details
.select2.select2-container.select2-container--default
.select2-selection.select2-selection--single {
    padding: 13px 10px !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 10px;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #a7a7a7 !important;
    min-height: 45px;
    /* min-width: 150px; */
}

@media screen and (min-width: 768px) {
    .page-traveller-details
    .select2.select2-container.select2-container--default
    .select2-selection.select2-selection--single {
        font-size: 14px !important;
    }
}

#collapseAdult
.row
.col-sm-12
.px-3
.row.py-3
span.select2.select2-container.select2-container--default
span.selection {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}
#collapseAdult
.row
.col-sm-12
.px-3
.row.py-3
span.select2.select2-container.select2-container--default
span.selection
span.select2-selection__rendered {
    position: unset !important;
    top: 0 !important;
    left: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #313132 !important;
}

@media screen and (min-width: 768px) {
    #collapseAdult
    .row
    .col-sm-12
    .px-3
    .row.py-3
    span.select2.select2-container.select2-container--default
    span.selection
    span.select2-selection__rendered {
        font-size: 16px !important;
    }
}

.page-traveller-details
span.select2.select2-container.select2-container--default
span.selection
span.select2-selection__rendered {
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #313132 !important;
    line-height: 1.16;
}

@media screen and (min-width: 768px) {
    .page-traveller-details
    span.select2.select2-container.select2-container--default
    span.selection
    span.select2-selection__rendered {
        font-size: 16px !important;
    }
}

#collapseAdult
.row
.col-sm-12
.px-3
.row.py-3
span.select2.select2-container.select2-container--default
span.selection
span.select2-selection__arrow {
    position: unset !important;
}

.page-traveller-details
.select2.select2-container.select2-container--default
span.selection
span.select2-selection__arrow {
    position: unset !important;
}

#collapseAdult
.row
.col-sm-12
.px-3
.row.py-3
span.select2.select2-container.select2-container--default
span.selection
span.select2-selection__arrow
b {
    top: 50% !important;
    left: 90% !important;
    border-color: #2738C9 transparent transparent transparent !important;
}

.page-traveller-details
.select2.select2-container.select2-container--default
span.selection
span.select2-selection__arrow
b {
    top: 50% !important;
    left: 92% !important;
    border-color: #2738C9 transparent transparent transparent !important;
}

#collapseAdult
.row
.col-sm-12
.px-3
.row.py-3
span.select2.select2-container.select2-container--default.select2-container--open
span.selection
span.select2-selection__arrow
b {
    top: 50% !important;
    left: 80% !important;
    border-color: transparent transparent #2738C9 transparent !important;
}

.page-traveller-details
.select2.select2-container.select2-container--default.select2-container--open
span.selection
span.select2-selection__arrow
b {
    top: 50% !important;
    left: 92% !important;
    border-color: transparent transparent #2738C9 transparent !important;
}
.page-traveller-details
.select2-container--default
.select2-results__option[aria-selected="true"] {
    background-color: #ffffff !important;

    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.16 !important;
}

@media screen and (min-width: 768px) {
    .page-traveller-details
    .select2-container--default
    .select2-results__option[aria-selected="true"] {
        font-size: 16px !important;
    }
}

.page-traveller-details
.select2-container--default
.select2-results__option[aria-selected="true"] {
    background-color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.16 !important;
}
@media screen and (min-width: 768px) {
    .page-traveller-details
    .select2-container--default
    .select2-results__option[aria-selected="true"] {
        font-size: 16px !important;
    }
}

.page-traveller-details
.select2-container--default
.select2-results__option--highlighted[aria-selected] {
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
}
@media screen and (min-width: 768px) {
    .page-traveller-details
    .select2-container--default
    .select2-results__option--highlighted[aria-selected] {
        font-size: 16px !important;
    }
}

.page-traveller-details .select2-dropdown {
    border: transparent !important;
    box-shadow: 0 0 31px 0 rgba(179, 179, 179, 0.25) !important;
}

.page-traveller-details .select2-container {
    min-width: 100%;
}

@media screen and (min-width: 768px) {
    .page-traveller-details .select2-container {
        min-width: 100px;
    }
}

@media screen and (min-width: 1200px) {
    .page-traveller-details .select2-container {
        min-width: 136px;
    }
}

@media screen and (min-width: 1400px) {
    .page-traveller-details .select2-container {
        min-width: 180px;
    }
}

.traveller-details .row.no-pdf .col-12.col-md-9 {
    flex-grow: 1;
}

.page-index-corporate .head-wrapper::after {
    height: 170px;
}

@media screen and (min-width: 992px) {
    .page-index-corporate .head-wrapper::after {
        height: 285px;
    }

}

.status-block .row {
    align-items: flex-end;
    gap: 10px;
}

.status-block h5 {
    margin-bottom: 10px;
}
.status-block h4 {
    margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
    .status-block h4 {
        margin-bottom: 0;
    }
}

.status-block .row .col-12.col-md-6.mb-4.mb-md-0:nth-child(3) {
    position: relative;
    margin-bottom: 0 !important;
    width: initial !important;
    padding-left: 0;
}
/* @media screen and (min-width: 768px) {
  .status-block .row .col-12.col-md-6.mb-4.mb-md-0:nth-child(3) {
    padding-left: 20px;
  }
} */

.page-review-booking .status-block,
.page-traveller-details .status-block {
    margin-bottom: 20px;
}
.page-review-booking .status-block {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .page-review-booking .status-block {
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .page-review-booking .flight-search {
        margin-bottom: 30px;
    }
}

.status-block .row div.col-12.col-md-3.mb-4.mb-md-0:nth-child(1) {
    margin-right: 60px;
    margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
    .status-block .row div.col-12.col-md-3.mb-4.mb-md-0:nth-child(1) {
        margin-bottom: 10px !important;
    }
}

@media screen and (min-width: 996px) {
    .status-block .row div.col-12.col-md-3.mb-4.mb-md-0:nth-child(1) {
        margin-bottom: 0 !important;
    }
}

@media screen and (min-width: 1200px) {
    .status-block .row div.col-12.col-md-3.mb-4.mb-md-0:nth-child(1) {
        margin-right: 175px;
    }
}

@media screen and (min-width: 1400px) {
    .status-block .row div.col-12.col-md-3.mb-4.mb-md-0:nth-child(1) {
        margin-right: 230px;
    }
}

.status-block .row div.col-12.col-md-3.mb-4.mb-md-0:nth-child(2) {
    padding-left: 0px;
    margin-bottom: 10px !important;
    text-align: center;
    min-width: 270px;
}

@media screen and (min-width: 768px) {
    .status-block .row div.col-12.col-md-3.mb-4.mb-md-0:nth-child(2) {
        margin-bottom: 0px !important;
    }
}

/* @media screen and (min-width: 1200px) {
  .status-block .row div.col-12.col-md-3.mb-4.mb-md-0:nth-child(2) {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .status-block .row div.col-12.col-md-3.mb-4.mb-md-0:nth-child(2) {
    padding-left: 85px;
  }
} */

.page-traveller-details .head-wrapper,
.page-review-booking .head-wrapper,
.page-after-pay .head-wrapper {
    min-height: auto !important;
}

.uah {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    padding-left: 5px;
}

@media screen and (min-width: 768px) {
    .uah {
        font-size: 18px;
    }
}

.page-flight-listing-oneway .flight-search {
    margin-bottom: 30px !important;
}

@media screen and (min-width: 992px) {
    .page-flight-listing-oneway .flight-search {
        padding-top: 40px;
    }
}

.page-after-pay .flight-search {
    margin-bottom: 30px !important;
}

.page-after-pay .flex-shrink-0 {
    display: none;
}

.page-after-pay .theme-box-shadow.theme-border-radius.theme-bg-white.p-3 {
    border-radius: 20px !important;
    border: 1px solid #2738C9;
    padding: 15px 10px !important;
}

@media screen and (min-width: 768px) {
    .page-after-pay .theme-box-shadow.theme-border-radius.theme-bg-white.p-3 {
        padding: 20px !important;
    }
}

.page-after-pay
.theme-box-shadow.theme-border-radius.theme-bg-white.p-3
.d-flex.align-items-center.mb-3 {
    margin-bottom: 0 !important;
}

.page-after-pay
.theme-box-shadow.theme-border-radius.theme-bg-white.p-3
.d-flex.align-items-center.mb-3
.flex-grow-1.ms-3 {
    text-align: center;
    margin-left: 0 !important;
}

.page-after-pay
.theme-box-shadow.theme-border-radius.theme-bg-white.p-3
.d-flex.align-items-center.mb-3
.flex-grow-1.ms-3
.fs-4.fw-bold {
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #2738C9;
}

@media screen and (min-width: 768px) {
    .page-after-pay
    .theme-box-shadow.theme-border-radius.theme-bg-white.p-3
    .d-flex.align-items-center.mb-3
    .flex-grow-1.ms-3
    .fs-4.fw-bold {
        font-size: 25px !important;
    }
}

.page-after-pay
.theme-box-shadow.theme-border-radius.theme-bg-white.p-3
.d-flex.align-items-center.mb-3
.flex-grow-1.ms-3
p {
    margin-top: 10px;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.16 !important;
    margin-bottom: 10px !important;
}

@media screen and (min-width: 768px) {
    .page-after-pay
    .theme-box-shadow.theme-border-radius.theme-bg-white.p-3
    .d-flex.align-items-center.mb-3
    .flex-grow-1.ms-3
    p {
        margin-top: 20px;
        font-size: 16px !important;
        margin-bottom: 20px !important;
    }
}

.page-after-pay
.theme-box-shadow.theme-border-radius.theme-bg-white.p-3
.d-flex.align-items-center.mb-3
.flex-grow-1.ms-3
a:last-child {
    display: none;
}

.page-after-pay
.theme-box-shadow.theme-border-radius.theme-bg-white.p-3
.d-flex.align-items-center.mb-3
.flex-grow-1.ms-3
a {
    padding: 16px 32px;
    background: #2738C9;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    min-width: 100%;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    transition: background 0.2s;
}

.page-after-pay
.theme-box-shadow.theme-border-radius.theme-bg-white.p-3
.d-flex.align-items-center.mb-3
.flex-grow-1.ms-3
a:hover {
    background: #2738C9;
}

.page-after-pay
.theme-box-shadow.theme-border-radius.theme-bg-white.p-3
.d-flex.align-items-center.mb-3
.flex-grow-1.ms-3
a:disabled {
    background: #e1e1e1;
    color: #a7a7a7;
}

@media screen and (min-width: 768px) {
    .page-after-pay
    .theme-box-shadow.theme-border-radius.theme-bg-white.p-3
    .d-flex.align-items-center.mb-3
    .flex-grow-1.ms-3
    a {
        font-size: 16px;
        min-width: 210px;
    }
}

.page-after-pay .flight-search.status-block {
    margin-bottom: 20px !important;
}

.page-after-pay .review-flight.py-5 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

input.has-error[placeholder] {
    border: 1px solid #fa2c2c !important;
}

#collapseAdult input.has-error[placeholder][required] {
    border: 1px solid #fa2c2c !important;
}

.ui-datepicker-unselectable.ui-state-disabled{
    caption-side: initial !important;
    border-collapse: separate !important;
    font-size: 16px !important;
}
.ui-datepicker-unselectable.ui-state-disabled span{
    padding: 0 !important;
    font-size: 16px !important;
    line-height: 1.16 !important;

}

@media screen and (min-width: 768px) {
    .ui-datepicker-unselectable.ui-state-disabled span{
        padding: 0.5em !important;


    }

}

.ui-datepicker table{
    font-size: 16px !important;
    border-collapse: separate !important;
}

table{

    border-collapse: separate !important;
}

.page-traveller-details input.form-control,
.page-traveller-details textarea.form-control
{
    border: 1px solid #e1e1e1 !important;
    border-radius: 10px !important;
}

.page-traveller-details input.form-control.phone-input {
    padding-left: 10px;
}
.collapsing{
    transition: height 0s ease !important;
}

h3.trip-date-title {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    background-color: white;
    padding: 20px 20px 20px 20px;
    font-size: 22px;
    text-align: center;
    color: black;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    h3.trip-date-title {
        font-size: 18px;
    }
}

span.trip-date {
    font-size: 17px;
    color: #939393;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    span.trip-date {
        font-size: 15px;
    }
}
@media (max-width: 1399px) {
    .head-wrapper::after {
        background-position: calc(50% + 20px) center !important;
    }
}

@media (max-width: 1199px) {
    .head-wrapper::after {
        background-position: calc(50% + 110px) center !important;
    }
}

@media (max-width: 991px) {
    .page-index-corporate h1.h1, .col-12.mt-5 > p.font-small {
        text-align: center !important;
    }

    .page-index-corporate h1.h1 {
        font-size: 30px !important;
    }

    .col-12.mt-5 > p.font-small {
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    .head-wrapper .h1 {
        margin-bottom: 5px !important;
    }

    .head-wrapper > section.py-5 {
        padding-top: 25px !important;
    }

    section.py-5 {
        padding-bottom: 96px !important;
    }
}
@media (max-width: 991px) {
    .flight-search .theme-bg-white.theme-border-radius {
        box-shadow: none;
        background-color: #F1F3F8;
    }
}

@media screen and (max-width: 991px) {
    .flight-search .search-pan {
        background-color: #F1F3F8;
    }
}

@media (max-width: 767px) {
    .flight-search {
        margin-bottom: 57px;
    }
}
@media (max-width: 767px) {
    .col-6.col-md-12.fw-bold.trip_price {
        width: auto;
    }
}


/* ============== */




.trip_card .card-top {
    box-shadow: none !important;
    position: relative;
    min-height: 171px;
    justify-content: flex-start;
    overflow: hidden;
}

/* .trip_container .trip_card .row.g-0.border.theme-border-radius.theme-box-shadow.p-2.align-items-center.theme-bg-white {
  padding-right: 0px !important;
} */

.trip_container .col.col-2.text-center.prepayment-badges-container>* {
    display: none;
}

.trip_container .col-3.col-md-1.departure-time-col,
.trip_container .col-9.col-md-3.start-point-col,
.trip_container .col-md-2.duration-col,
.trip_container .col-3.col-md-1.arrival-time-col,
.trip_container .col-9.col-md-3.end-point-col,
.trip_container .col-12.col-md-2.text-center.mt-md-0.mt-2.price-col {
    display: flex;
    align-self: stretch;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.trip_container .col-12.col-md-2.text-center.mt-md-0.mt-2.price-col {
    position: absolute;
    top: 50%;
    right: 0;
    align-items: center;
    /* padding-top: 10px; */
    margin-top: 0 !important;
    /* width: calc(20.1636% + 15px); */
    width: calc(20.1646776% + 13px);
    transform: translateY(-50%);
}

.trip_container .col-md-2.duration-col {
    align-items: center;
    width: 14%;
}

.trip_container .col-3.col-md-1.departure-time-col,
.trip_container .col-9.col-md-3.start-point-col,
.trip_container .col-md-2.duration-col,
.trip_container .col-3.col-md-1.arrival-time-col,
.trip_container .col-9.col-md-3.end-point-col {
    border-bottom: 1px solid #E1E1E1;
    /* padding: 15px 0; */
    padding: 13px 0;
}

.trip_container .col-9.col-md-3.end-point-col {
    padding-right: 10px;
    width: 23%;
}

.trip_container .col-mobile.col-2.text-center.prepayment-badges-col {
    /* position: absolute; */
    position: relative;
    display: block;
    /* bottom: calc(100% + 10px); */
    /* bottom: 100%; */
    left: 50%;
    /* margin: 0 0 5px; */
    margin: 5px 0;
    width: max-content;
    transform: translateX(-50%);
}

.trip_container .col-12.col-md-2.text-center.mt-md-0.mt-2.price-col:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 1px;
    height: 200%;
    background: #E1E1E1;
    transform: translateY(-50%);
}

.trip_container .col-mobile.col-2.text-center.prepayment-badges-col>* {
    margin-right: 0 !important;
}

.trip_container .trip_card .bottom-info {
    padding: 10px 0 0;
    width: calc(100% - 20.1646776% - 15px);
}

.trip_container .trip_card .btn-select.btn.btn-effect {
    /* margin: 5px 0 !important; */
    margin: 5px 0 3px !important;
    height: auto;
    max-width: 164px;
    overflow: hidden;
}

.trip_container .trip_card .btn-select.btn.btn-effect>* {
    font-size: 16px !important;
}

.trip_container .filter-sec.py-2 .btn.flt-btn {
    background-color: #F6F6F6;
}

.trip_container .filter-sec.py-2 {
    /* padding: 0 4px !important; */
    padding: 0 !important;
}

.trip_container .filter-sec.py-2>.container {
    padding: 0;
}

.trip_container span.trip-date {
    font-size: 14px;
}

@media (max-width: 1401px) {

    .trip_container .col-12.col-md-2.text-center.mt-md-0.mt-2.price-col {
        width: calc(20.1646776% + 10px);
    }

}

@media (max-width: 1201px) {

    /* .trip_container .col-9.col-md-3.end-point-col {
  align-items: center;
}

.trip_container .col-9.col-md-3.end-point-col>* {
  margin-left: 0 !important;
} */


    .trip_container .col-12.col-md-2.text-center.mt-md-0.mt-2.price-col {
        /* position: relative; */
        /* order: 2; */
        /* top: auto; */
        /* right: auto; */
        top: calc(50% - 21px);
        right: 15px;
        /* width: 100%; */
        /* transform: unset; */
        /* border-bottom: 1px solid #e1e1e1; */
        /* border-bottom: unset; */
        /* border-top: 1px solid #e1e1e1; */
        /* border-right: 1px solid #e1e1e1; */
    }

    .trip_container .col-12.col-md-2.text-center.mt-md-0.mt-2.price-col:before {
        /* display: none; */
        left: -15px;
    }

    /* .trip_container .col-md-2.duration-col {
  width: 20%;
}

.trip_container .col-9.col-md-3.end-point-col {
  align-items: center;
  padding-right: 0;
  width: 35%;
}

.trip_container .col-9.col-md-3.start-point-col {
  align-items: center;
  width: 28.33759%;
} */

    .trip_container .col-9.col-md-3.end-point-col>*,
    .trip_container .col-9.col-md-3.start-point-col>* {
        margin-left: 0 !important;
        /* text-align: center; */
        text-align: left;
    }

    .trip_container .row.price-col-main-row {
        margin: 10px 0 5px !important;
        width: 100%;
        justify-content: center !important;
        align-items: center;
    }

    .trip_container .col-6.col-md-12.fw-bold.trip_price.inner-price-col {
        width: auto;
        margin: 0 20px;
    }

    .trip_container .col-mobile.col-2.text-center.prepayment-badges-col {
        /* order: 2; */
        left: auto;
        /* margin: 0 20px; */
        margin: 0 0 10px;
        transform: unset;
    }

    .trip_container .trip_card .bottom-info {
        padding: 10px 0;
        width: 100%;
        /* justify-content: center; */
        background: #fff;
        border-top: 1px solid #E1E1E1;
        justify-content: flex-start;
        z-index: 2;
    }

    .trip_container .col-12.col-md-2.text-center.mt-md-0.mt-2 > .fw-small {
        margin-bottom: 10px !important;
    }

    .trip_container .col-3.col-md-1.arrival-time-col {
        width: 8% !important;
    }

    .trip_container .col-9.col-md-3.start-point-col,
    .trip_container .col-9.col-md-3.end-point-col {
        /* width: 82% !important; */
        width: calc(62% - 30px) !important;
        padding-right: 15px;
        align-items: flex-start;
    }

    .trip_container .col-3.col-md-1.departure-time-col,
    .trip_container .col-3.col-md-1.arrival-time-col {
        width: 18% !important;
    }

    .trip_container .col-3.col-md-1.departure-time-col,
    .trip_container .col-9.col-md-3.start-point-col {
        border: unset;
    }

    .trip_container .col-3.col-md-1.departure-time-col > .fw-bold.departure,
    .trip_container .col-3.col-md-1.arrival-time-col > .fw-bold {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        text-align: left;
    }

    .trip_container .col-md-2.duration-col {
        width: 100% !important;
        border: unset;
        align-items: flex-start;
    }

    .trip_container .trip_card .btn-select.btn.btn-effect {
        max-width: 100%;
    }

    .trip_container .col-9.col-md-3.end-point-col,
    .trip_container .col-3.col-md-1.arrival-time-col {
        border: unset;
    }

}

@media (max-width: 993px) {


    .trip_container .col-9.col-md-3.start-point-col,
    .trip_container .col-9.col-md-3.end-point-col {
        width: 82% !important;
        padding-right: 0;
        align-items: flex-start;
    }

    .trip_container .col-3.col-md-1.departure-time-col,
    .trip_container .col-3.col-md-1.arrival-time-col {
        width: 18% !important;
    }

    .trip_container .col-3.col-md-1.departure-time-col,
    .trip_container .col-9.col-md-3.start-point-col {
        border: unset;
    }

    .trip_container .col-3.col-md-1.departure-time-col > .fw-bold.departure,
    .trip_container .col-3.col-md-1.arrival-time-col > .fw-bold {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        text-align: left;
    }

    .trip_container .col-md-2.duration-col {
        width: 100% !important;
    }

    .trip_container .col-12.col-md-2.text-center.mt-md-0.mt-2.price-col {
        order: 3;
        width: 100%;
        border-bottom: unset;
        border-top: 1px solid #e1e1e1;
    }

    .trip_container .trip_card .bottom-info {
        flex-direction: column;
        gap: 10px 0;
        padding: 13px 0;
        width: 100%;
        justify-content: center;
        align-items: flex-start;
    }

    .trip_container .col-9.col-md-3.end-point-col>*,
    .trip_container .col-9.col-md-3.start-point-col>* {
        padding: 0 30% 0 0;
        text-align: left;
    }

    .trip_container .col-md-2.duration-col {
        align-items: flex-start;
        border: unset;
    }

    .trip_container .col-md-2.duration-col.fw-small {
        padding-top: 0 !important;
    }

    .trip_container .row.price-col-main-row {
        margin: 13px 0 5px !important;
    }

    .trip_container .trip_card .btn-select.btn.btn-effect {
        max-width: 100%;
    }



    .trip_container .col-12.col-md-2.text-center.mt-md-0.mt-2.price-col {
        position: relative;
        order: 2;
        top: auto;
        right: auto;
        width: 100%;
        transform: unset;
        border-bottom: 1px solid #e1e1e1;
        border-bottom: unset;
        border-top: 1px solid #e1e1e1;
    }

    .trip_container .col-12.col-md-2.text-center.mt-md-0.mt-2.price-col:before {
        display: none;
    }

    .trip_container .col-mobile.col-2.text-center.prepayment-badges-col {
        order: 2;
        left: auto;
        margin: 0 20px;
        transform: unset;
    }

}

@media (max-width: 769px) {

    .trip_card .card-top>* {
        padding-left: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .trip_container .col-3.col-md-1.departure-time-col,
    .trip_container .col-9.col-md-3.start-point-col,
    .trip_container .col-md-2.duration-col,
    .trip_container .col-3.col-md-1.arrival-time-col,
    .trip_container .col-9.col-md-3.end-point-col {
        padding: 15px 0;
    }
    .trip_card .col-3.col-md-1.departure-time-col,
    .trip_card .col-9.col-md-3.start-point-col,
    .trip_card .col-3.col-md-1.arrival-time-col,
    .trip_card .col-9.col-md-3.end-point-col {
        padding: 15px 0;
    }

    .trip_card .col-12.col-md-2.text-center.mt-md-0.mt-2.price-col {
        padding: 15px 0 0 0;
    }

    .trip_container .col-3.col-md-1.departure-time-col,
    .trip_container .col-3.col-md-1.arrival-time-col {
        width: 25% !important;
        border: unset;
    }

    .trip_container .col-9.col-md-3.start-point-col,
    .trip_container .col-9.col-md-3.end-point-col {
        margin: 0 0 0 auto;
        /* width: calc(75% - 45px) !important; */
        width: calc(75% - 5px) !important;
        border: unset;
    }

    .trip_container .col-9.col-md-3.end-point-col>*,
    .trip_container .col-9.col-md-3.start-point-col>* {
        padding: 0;
    }

    .trip_container .col-md-2.duration-col {
        /* border-top: 1px solid #e1e1e1; */
        /* border-bottom: 1px solid #e1e1e1; */
        border-bottom: unset;
        padding: 0;
    }

    .trip_container .col-md-2.duration-col>* {
        margin: 0 !important;
    }

    .trip_container span.trip-date,
    .trip_container .bottom-info .carrier.info-col,
    .trip_container .bottom-info .schedule.info-col {
        font-size: 14px;
    }

    .trip_container .trip_card .bottom-info {
        gap: 0;
        padding: 15px 0;
    }

    .trip_container .bi-clock {
        padding-left: 0;
    }

    .trip_container .col-6.col-md-12.fw-bold.trip_price.inner-price-col,
    .trip_container .col-mobile.col-2.text-center.prepayment-badges-col {
        /* margin: 0 5px; */
        margin: 0;
    }

    .trip_container .col-12.col-md-2.text-center.mt-md-0.mt-2.price-col {
        padding: 15px 0 5px;
        gap: 15px 0;
        border-top: unset;
    }

    .trip_container .col-12.col-md-2.text-center.mt-md-0.mt-2.price-col>* {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .trip_container .row.price-col-main-row {
        justify-content: space-between !important;
    }

    .trip_container .col-12.col-md-2.text-center.mt-md-0.mt-2 > .fw-small {
        margin-top: -5px !important;
    }

}
@media (max-width: 1399px) {
    .status-block .row {
        justify-content: space-between;
    }
}
@media (max-width: 1399px) {
    .status-block .row div.col-12.col-md-3.mb-4.mb-md-0:nth-child(1) {
        margin-right: 80px;
    }
}
@media (max-width: 1199px) {
    .status-block .row div.col-12.col-md-3.mb-4.mb-md-0:nth-child(1) {
        margin-right: -60px;
    }
}
@media (max-width: 991px) {
    .status-block .row {
        justify-content: flex-start;
    }
}
@media (max-width: 991px) {
    .status-block .row div.col-12.col-md-3.mb-4.mb-md-0:nth-child(1) {
        margin-right: 60px;
    }
}
.transfer-info {
    padding: 4px 15px;
    border-radius: 100px;
    border: 1px solid #E1E1E1;
}

img.transfer-icon {
    margin-right: 5px;
    max-height: 19px;
}
.trip_card .bottom-info .transfer-info {
    margin-right: 15px;
}
@media (max-width: 993px) {
    .bottom-info .schedule.info-col {
        display: none;
    }
}
@media screen and (max-width: 993px) {
    .bottom-info .carrier.info-col {
        display: none;
    }
}
@media (max-width: 993px) {
    .bottom-info {
        align-items: center !important;
        display: flex !important;
        flex-direction: row !important;
        gap: 10px 0px !important;
        justify-content: left !important;
    }
}
@media screen and (max-width: 993px) {
    .trip_card .bottom-info .info-col {
        margin-bottom: 0px !important;
    }
}
@media screen and (max-width: 993px) {
    .trip_card .bottom-info .service-icons.info-col {
        margin-right: 0px !important;
    }
}
@media screen and (max-width: 767px) {
    .col.col-10.top-badges-container {
        width: 100%;
    }
}
.col.col-10.top-badges-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.carrier-name {
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 6px;
    background-color: #f3f3f3 !important;
    font-weight: 600;
    line-height: 1.17 !important;
    font-size: 14px;
}
@media screen and (min-width: 994px) {
    .carrier-name {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .carrier-name {
        margin-bottom: 6px !important;
    }
}
.trip_container .bottom-info .carrier.info-col, .trip_container .bottom-info .schedule.info-col {
    font-size: 16px;
}
span.trip-date {
    margin-top: 3px;
}
.carrier-icon {
    height: 14px;
    width: auto;
    margin-right: 3px;
}


@media (min-width: 768px) {
    .col-md-5 {
        width: 50% !important;
    }
}
li.col-1.col-md-1.pb-3.px-1.pt-3 {
    display: none;
}
.form-select {
    line-height: 1.16 !important;
    padding: 13px 12px 13px 10px !important;
    border-radius: 10px !important;
}
.page-traveller-details .theme-box-shadow.theme-border-radius.bg-light.mb-3.p-3.pb-0 .row.mb-3:first-child > .col-12 > ul.row > li:nth-child(1) {
    width: 50% !important;
    max-width: none !important;
}
@media (max-width: 767px) {
    li.col-12.col-md-6.pb-3.px-1 {
        width: 100% !important;
    }
}
@media (max-width: 678px) {
    .page-traveller-details .theme-box-shadow.theme-border-radius.bg-light.mb-3.p-3.pb-0 .row.mb-3:first-child > .col-12 > ul.row > li:nth-child(1) {
        width: 100% !important;
    }
}
.page-traveller-details .theme-box-shadow.theme-border-radius.bg-light.mb-3.p-3.pb-0 ul.row.pt-3 {
    padding-top: 0 !important;
    gap: 20px 0;
}


/*
 These style were at the bottom of _justTrip
 */
.details-description img {
    /*max-width: -webkit-fill-available !important;*/
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 20px;
    height: auto !important;
    width: 100% !important;
}

.trip_card .row .col-12.col-md-6:nth-child(2) {
    padding: 5px !important;
}


a.btn.flt-btn {
    border-radius: 0 0 9px 9px !important;
}

@media screen and (min-width: 1400px) {
    .filter-sec .flt-btn::before {
        top: 52%;
        right: 571px;
    }
}

@media screen and (max-width: 1400px) {
    .filter-sec .flt-btn::before {
        top: 52%;
        right: 481px;
    }
}

@media screen and (max-width: 1200px) {
    .filter-sec .flt-btn::before {
        top: 52%;
        right: 391px;
    }
}

@media screen and (max-width: 991px) {
    .filter-sec .flt-btn::before {
        top: 52%;
        right: 272px;
    }
}

@media screen and (max-width: 767px) {
    .filter-sec .flt-btn::before {
        top: 52%;
        right: 182px;
    }
}

@media screen and (max-width: 575px) {
    .filter-sec .flt-btn::before {
        top: 52%;
        right: calc(50% + -60px);
    }
}

/* Общие стили для стрелки */
.filter-sec .flt-btn::before {
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease-in-out;
}

/* Стили для состояния, когда кнопка свернута */
.filter-sec .flt-btn.collapsed::before {
    transform: rotate(225deg); /* 180 градусов к исходному + 45 градусов */
}

.big-block.review-block {
    margin-top: 20px;
}

.col-mobile.col-2.text-center {
    width: auto;
}

@media (min-width: 768px) {
    .col-mobile.col-2.text-center {
        display: none;
    }
}

@media (max-width: 767px) {
    .col.col-2.text-center {
        display: none;
    }
}.details-description img {
     /*max-width: -webkit-fill-available !important;*/
     border-radius: 8px;
     margin-top: 10px;
     margin-bottom: 20px;
     height: auto !important;
     width: 100% !important;
 }

.trip_card .row .col-12.col-md-6:nth-child(2) {
    padding: 5px !important;
}


a.btn.flt-btn {
    border-radius: 0 0 9px 9px !important;
}

@media screen and (min-width: 1400px) {
    .filter-sec .flt-btn::before {
        top: 52%;
        right: 571px;
    }
}

@media screen and (max-width: 1400px) {
    .filter-sec .flt-btn::before {
        top: 52%;
        right: 481px;
    }
}

@media screen and (max-width: 1200px) {
    .filter-sec .flt-btn::before {
        top: 52%;
        right: 391px;
    }
}

@media screen and (max-width: 991px) {
    .filter-sec .flt-btn::before {
        top: 52%;
        right: 272px;
    }
}

@media screen and (max-width: 767px) {
    .filter-sec .flt-btn::before {
        top: 52%;
        right: 182px;
    }
}

@media screen and (max-width: 575px) {
    .filter-sec .flt-btn::before {
        top: 52%;
        right: calc(50% + -60px);
    }
}

/* Общие стили для стрелки */
.filter-sec .flt-btn::before {
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease-in-out;
}

/* Стили для состояния, когда кнопка свернута */
.filter-sec .flt-btn.collapsed::before {
    transform: rotate(225deg); /* 180 градусов к исходному + 45 градусов */
}

.big-block.review-block {
    margin-top: 20px;
}

.col-mobile.col-2.text-center {
    width: auto;
}

@media (min-width: 768px) {
    .col-mobile.col-2.text-center {
        display: none;
    }
}

@media (max-width: 767px) {
    .col.col-2.text-center {
        display: none;
    }
}
.no-trips-notice {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}
@media (max-width: 991px) {
    .no-trips-notice {
        margin-top: 30px;
    }
}

.trip-search-filter .dropdown-menu.show {
    padding: 0px !important;
}

.trip-search-filter .dropdown-item {
    padding: 15px 25px !important;
}

.trip-search-filter .dropdown-item:hover {
    background-color: #fff;
    color: #2738C9;
}

.trip-search-filter .dropdown-item.active {
    background-color: #2738C9 !important;
    color: #fff !important;
}

.trip-search-filter .dropdown-item.active:hover {
    background-color: #2738C9 !important;
    color: #fff !important;
}

@media (max-width: 370px) {
    .trip-search-filter .col {
        margin-right: 5px !important;
    }
}

@media screen and (max-width: 991px) {
    .form-control {
        height: 55px;
    }
}

@media screen and (max-width: 991px) {
    .form-group input {
        border: none !important;
    }
}

.trip-search-filter .dropdown-toggle {
    border: 1px solid #e1e1e1 !important;
    border-radius: 10px;
    max-height: 45px !important;
}

.col.no-transfer-col .form-check-label {
    color: black !important;
}

.flight-search.status-block {
    padding: 0px;
    background-color: transparent;
}

.usp {
    background-color: #F1F3F8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 0 25px 0;
}

@media (min-width: 992px) {
    .usp {
        /*display: none;*/
        padding: 0;
    }
}

.text-usp {
    color: black;
    font-size: 30px;
    font-weight: 600;

}

.text-usp2 {
    display: inline-block;
    background-color: #F65524;
    color: white;
    padding: 2px 10px;
    border-radius: 8px;
    font-size: 30px;
    margin-top: 5px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .trip-search-filter {
        margin-top: 10px !important;
    }
}

@media (min-width: 768px) {
    .contacts-header {
        display: none !important;
    }
}

.header {
    background-color: white;
}

@media (max-width: 991px) {
    .header {
        position: sticky;
        top: 0;
        z-index: 999;
    }
}

@media (min-width: 768px) {
    .usp {
        flex-direction: row;
        align-items: baseline;
        gap: 5px;
    }
}

@media (max-width: 991px) {
    .head-wrapper > section.py-5 {
        background-color: #F1F3F8;
    }
}

@media (max-width: 1200px) {
    .heading-filter-container {
        margin-bottom: 0 !important;
    }
}

.big-block {
    margin-top: 25px;
}

.traveller-details .trip_card .card-top {
    padding: 15px 15px 5px 15px !important; }
.traveller-details .trip_card .card-top > {
    padding-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
.traveller-details .trip_card .col-3.col-md-1.departure-time-col, .traveller-details .trip_card .col-9.col-md-3.start-point-col, .traveller-details .trip_card .col-3.col-md-1.arrival-time-col, .traveller-details .trip_card .col-9.col-md-3.end-point-col {
    padding: 15px 0 !important; }
.traveller-details .col-3.col-md-1 {
    flex: 0 0 auto !important;
    width: 25% !important; }
.traveller-details .col-3.col-md-1 > .fw-bold.departure {
    font-size: 20px !important;
    text-align: left !important;
    padding-left: 10px !important;
    display: flex;
    flex-direction: column; }
.traveller-details .col-3.col-md-1 > .fw-bold {
    font-size: 20px !important;
    text-align: left;
    padding-left: 10px;
    display: flex;
    flex-direction: column; }
.traveller-details span.trip-date {
    font-size: 15px !important; }
.traveller-details .col-9.col-md-3 {
    flex: 0 0 auto !important;
    width: 75% !important; }
.traveller-details .col-9.col-md-3 > .font-bold {
    font-size: 17px !important; }
.traveller-details .col-md-2.duration-col {
    flex-shrink: 0 !important;
    width: 100% !important; }
.traveller-details .bi-clock {
    padding-left: 12px !important; }
@media (max-width: 1199px) and (min-width: 992px) {
    .traveller-details .col-3.col-md-1 {
        width: 30% !important; }
    .traveller-details .col-9.col-md-3 {
        width: 70% !important; } }
@media screen and (max-width: 1400px) {
    .traveller-details .filter-sec .flt-btn::before {
        top: 52%;
        right: 78px; } }
@media screen and (max-width: 1200px) {
    .traveller-details .filter-sec .flt-btn::before {
        top: 52%;
        right: 50px; } }
@media screen and (max-width: 991px) {
    .traveller-details .filter-sec .flt-btn::before {
        top: 52%;
        right: 250px; } }
@media screen and (max-width: 767px) {
    .traveller-details .filter-sec .flt-btn::before {
        top: 52%;
        right: 160px; } }
@media screen and (max-width: 575px) {
    .traveller-details .filter-sec .flt-btn::before {
        top: 52%;
        right: calc(50% + -60px); } }
.traveller-details .booking-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 20px;
    margin-top: 15px; }
@media screen and (min-width: 768px) {
    .traveller-details .booking-title {
        font-size: 18px !important; } }
@media screen and (min-width: 992px) {
    .traveller-details .booking-title {
        padding: 7px 0;
        margin-bottom: 20px !important;
        margin-top: 0px; } }
@media screen and (min-width: 1400px) {
    .traveller-details .filter-sec .flt-btn::before {
        top: 52%;
        right: 108px; } }
@media screen and (min-width: 992px) {
    .traveller-details .filter-sec.py-2 {
        display: none; }
    .traveller-details .trip_card .card-top {
        border-radius: 10px !important;
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
        padding: 15px 15px 15px 15px !important; } }
.traveller-details .col-12.col-md-2.text-center.mt-md-0.mt-2.price-col,
.traveller-details .bottom-info {
    display: none !important; }
@media screen and (min-width: 992px) {
    .traveller-details .booking-title {
        color: white; } }
@media screen and (min-width: 992px) {
    .traveller-details .col-12.col-md-4 {
        display: flex;
        position: sticky;
        top: 0;
        height: min-content; } }

@media screen and (max-width: 350px) {
    .header img.img-fluid {
        width: 160px;
    }
    button#contactBtn {
        padding: 10px 10px !important;
    }
    .contact-link-header {
        font-size: 16.5px !important;
    }
}
.pen-edit {
    z-index: 1;
}

.contacts-header-pc {
    display: flex;
    gap: 20px;
    margin-left: auto;
    margin-right: 30px;
    margin-top: 3px;
}

@media screen and (max-width: 767px) {
    .contacts-header-pc {
        display: none;
    }
}

nav.navbar.navbar-expand-md.navbar-light.py-0.px-0 {
    justify-content: space-between;
}

.instagram-container-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: linear-gradient(90deg, #343534 0%, #262626 100%);
    border-radius: 10px;
    padding: 15px 20px 15px 20px;
}
h2.instagram-title-mobile {
    font-size: 16px;
    color: white;
    margin-bottom: 0px;
    font-weight: 500;
    text-align: left;
}
img.instagram-photo-mobile {
    width: 50px;
    height: auto;
}
.subscriber-footer-form-wrapper-mobile {
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .instagram-container-mobile, .subscriber-footer-form-wrapper-mobile {
        display: none;
    }
}
@media (max-width: 991px) {
    .subscriber-footer-form-wrapper {
        display: none;
    }
}
@media (max-width: 991px) {
    #footerSec {
        padding-top: 25px;
    }
}

.page-traveller-details .header {
    position: relative !important;
}

@media screen and (min-width: 992px) {
    .traveller-details .trip_card > .row.g-0.border.theme-border-radius.theme-box-shadow.p-2.align-items-center.theme-bg-white {
        border-radius: 10px !important;
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
}

.cta-container-td {
    width: 100%;
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    align-items: center;
}

.cta-container-td img {
    width: 25px;
}

p.cta-container-td-h {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #40BB1E;
    line-height: 1;
}

.phones-numbers {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.contact-link {
    color: #313132 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    transition: color 0.3s ease;
    display: flex;
    align-items: end;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
}
@media (max-width: 767px) {
    .contact-link {
        font-size: 18px !important;
    }
}

.contact-link:hover {
    color: #2738C9;
}
.phone-icon {
    width: 25px;
    height: 25px;
    margin-right: 7px;
}

.divider-abo {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
    font-size: 16px;
}
.divider-abo::before,
.divider-abo::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
}
.divider-abo:not(:empty)::before {
    margin-right: 10px;
}
.divider-abo:not(:empty)::after {
    margin-left: 10px;
}

.route-info-title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
}

.route-info-photo {
    max-width: 50%;
    border-radius: 10px;
    object-fit: cover;
}

.route-info {
    gap: 50px;
    margin-top: 100px !important;
    display: flex;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
}

.route-info-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0 40px 35px;
}


@media (max-width: 991px) {
    .route-info {
        flex-direction: column-reverse;
    }
    .route-info-photo {
        width: 100%;
        max-width: 100%;
    }
    .route-info-text {
        padding: 0 25px 30px 25px;
    }
}

@media (max-width: 768px) {
    .route-info-title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .route-info {
        margin-top: 57px !important;
    }
}
.reservation_complete-popup a.home-link {
    position: relative;
    top: 0;
    right: 0;
    font-size: 18px;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
    color: #2738C9;
}
.reservation_complete-popup {
    position: fixed;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    padding: 20px;
    width: 50%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    overflow: auto;
}
.reservation_complete-popup .flash-message-text {
    font-size: 18px; text-align: left; margin-bottom: 15px; font-weight: 600;
}

.rc-container {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    padding: 30px;
}

.rc-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 480px;
    margin: 0 auto;
}

.discount-message {
    font-weight: 600;
    text-align: left;
    margin-bottom: 15px;
}

.return-route {
    background: #F8F8F8;
    border-radius: 7px;
    padding: 10px 15px;
    margin-top: 15px;
    width: 100%;
}

.return-label {
    font-size: 14px;
    color: #939393;
    margin-bottom: 5px;
    font-weight: 500;
    text-align: left;
}

.return-direction {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .flash-message-popup {
        border-radius: 0px !important;
    }
}
