body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

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

/* Custom scrollbar style */
/* For Firefox */
/* width */
.custom-scrollbar::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

/* Handle on hover */
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
    background: #555;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

body, .banner-area, .banner-area div {
    height: 80dvh;
}

.padding-t-60 {
    padding-top: 30px;
}

@media (min-width: 576px) {
    .padding-t-60 {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    .padding-t-60 {
        padding-top: 60px;
    }
}

.TV0VZ {
    background-color: hsl(var(--main)) !important;
    border-color: hsl(var(--main)) !important;
    color: #fff
}

.MqlUe {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 50px;
    height: 50px;
    margin-top: 10px;
    border: 1px solid rgba(16, 16, 16, .07);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
}

.MqlUe:hover{
    background-color: hsl(var(--main));
    color: #ffffff !important;
    border: 2px solid hsl(var(--main));
}

.HQfRO {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left
}

._6QFp3 {
    color: #fff
}

.qtVJw {
    padding-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-x: hidden;
    margin-bottom: 20px;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

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

.align-items-center {
    align-items: center;
}

.input-group {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.input-group-prepend {
    position: absolute;
    left: 1rem;
    bottom: 0.75rem;
    z-index: 1;
}

.select2-container {
    text-align: center;
}

.nepali-datepicker {
    padding-left: 1rem;
}

@media (min-width: 1200px) {
    .container-custom {
        max-width: 1140px;
        padding-left: 15px;
        margin: 0 auto;
    }
}

@media (min-width: 1400px) {
    .container-custom {
        max-width: 1380px;
        padding-left: 15px;
        margin: 0 auto;
    }
}

@media (min-width: 1600px) {
    .container-custom {
        max-width: 1600px;
        padding-left: 15px;
        margin: 0 auto;
    }
}

.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px;
}

@media (max-width: 575px) {
    .margin_60_35 {
        padding-top: 30px;
        padding-bottom: 5px;
    }
}

.new_trip_list .swap-route-wrapper > svg {
    width: 100px !important;
    height: 42px !important;
    cursor: pointer;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute !important;
    bottom: 0.8rem !important;
    right: 0 !important;
}

.jumbotron {
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

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

/* Custom styles for the breadcrumb */
.breadcrumb {
    background-color: transparent !important; /* Background color */
    padding: 8px 15px !important; /* Padding for the breadcrumb */
    border-radius: 4px !important; /* Border radius */
}

.breadcrumb li {
    display: inline !important; /* Display list items inline */
}

.breadcrumb li:not(:last-child):after {
    content: ">" !important; /* Add slash separator between breadcrumb items */
    margin: 0 5px !important; /* Margin for the separator */
    color: #777 !important; /* Color of the separator */
}

.breadcrumb .active {
    color: #333 !important; /* Color for the active breadcrumb item */
}

.breadcrumb-item a {
    color: #0c9ddb;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.form-check > input[type="checkbox"] {
    min-height: 15px !important;
}

.form-check {
    display: flex;
    gap: 1rem;
    align-items: center;
}

label.form-check-label {
    display: flex;
    align-items: center;
}

label {
    margin-bottom: 0 !important;
}

.btn-theme {
    background-color: #F69220;
    color: #ffffff !important;
    border: 2px solid #F69220;
}

.btn-theme.border {
    background-color: transparent;
    color: #F69220 !important;
    border: 2px solid #F69220;
}

.btn-theme.border:hover {
    background-color: #F69220;
    color: #ffffff !important;
    border: 2px solid #F69220;
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
    background: #F69220 none repeat scroll 0 0;
    border: 2px solid #F69220;
    color: #ffffff;
}

.btn-sm {
    padding: 8px 35px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    display: inline-block !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    line-height: 25px !important;
    text-transform: uppercase !important;
    -webkit-transition: all 0.35s ease-in-out !important;
    -moz-transition: all 0.35s ease-in-out !important;
    -ms-transition: all 0.35s ease-in-out !important;
    -o-transition: all 0.35s ease-in-out !important;
    transition: all 0.35s ease-in-out !important;
    letter-spacing: 1px !important;
    overflow: hidden !important;
}

.btn-block {
    display: block;
    width: 100%;
}

input {
    border: 1px solid #e7e7e7 !important;
    border-radius: inherit !important;
    box-shadow: inherit !important;
    min-height: 50px !important;
}
.form-check {
    display: flex !important;
    gap: 1rem !important;
    align-items: center !important;
}
.form-group {
    margin-bottom: 1rem;
}
.trip-filter-collapse{
    display: flex !important;
    justify-content: space-between;
}

.new_trip_list .select2-container span.selection{
    width: 100% !important;
}
/*.tooltip{*/
/*    display: block !important;*/
/*}*/

/*.tooltip .tooltip-inner {*/
/*    --bs-tooltip-bg: #4d8bb7 !important;*/
/*}*/
/*.tooltip .tooltip-arrow::before {*/
/*    --bs-tooltip-bg: #4d8bb7 !important;*/
/*}*/

/*.tooltip-inner {*/
/*    background-color: #1B60C1 !important; !* Change background color to red *!*/
/*    color: #fff !important; !* Optional: Change text color to white *!*/
/*    padding: 5px !important;*/
/*    z-index: 9999 !important;*/
/*    !*width: 50% !important;*!*/
/*    margin: 0 auto !important;*/
/*}*/

/*.tooltip{*/
/*    transform: rotate(90deg);*/
/*}*/

/* Style for the title attribute tooltips */


.driver_seat {
    /*display: flex;*/
    /*flex-direction: row-reverse;*/
    /*position: relative;*/
    /*!*display: flex;*!*/
    /*!*justify-content: end;*!*/
    /*!*width: 16rem;*!*/
    /*border: 1px solid #E8E8E8;*/
    /*border-bottom: none;*/
    display: flex;
    justify-content: flex-end;
    /*width: 15rem;*/
}

/* Transition Styles*/
.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.duration-300 {
    transition-duration: 300ms;
}

.transform {
    transform: none; /* or whatever transform value you want to set */
}

.opacity-0 {
    opacity: 0;
}

.translate-x-100 {
    transform: translateX(100%);
}

.opacity-100 {
    opacity: 1;
}

.translate-x-0 {
    transform: translateX(0);
}

.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.duration-200 {
    transition-duration: 200ms;
}

.translate-x-minus-100 {
    transform: translateX(-100%);
}

.animated-div {
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

/*.left {*/
/*    animation-name: animateLeft;*/
/*}*/

/*.right {*/
/*    animation-name: animateRight;*/
/*}*/

@keyframes animateLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes animateRight {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

.trip-infos {
    overflow: hidden;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    top: 0.1rem !important;
}

.contact-area .contact-box .icon {
    background-color: #F69220;
}

.about-area .info h2 {
    margin-top: 0 !important;
}

.about-area .info h2 strong {
    color: #F69220;
}

nav.navbar.bootsnav ul.nav > li > a.active {
    color: #F69220;
}

nav.navbar.bootsnav ul.nav > li > a:hover {
    color: #F69220;
}

.slider-panel .field-img {
    position: relative;
}

.field-img .autocomplete {
    position: absolute;
    bottom: -3rem;
}

#search-button {
    padding: 1rem 0 !important;
    white-space: nowrap !important;
}

/*#gridContainer {*/
/*    padding: 1.5rem 5rem 1.5rem 1.5rem !important;*/
/*}*/

.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}

.position-on-bottom-right{
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
}
.new_trip_promo_container{
    display: none;
}

.property-type-three-item__content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.modal-header-title{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
[aria-label="Close"]{
    font-size: 30px !important;
}
a.simple-btn.text-heading.fw-semibold{
    cursor: pointer;
}

.property-type-five-item__content {
    padding: clamp(1.25rem, -0.271rem, 2.5rem) !important;
}
.google-map iframe{
    min-height: 500px !important;
}
.trip-filter-toggle .btn:hover{
    background-color: #FF9800 !important;
}
.trip-filter-toggle .btn:active{
    background: #FF9800 !important;
}
.image_logo{
    width: 200px;
    height: 50px;
}
.modal-body{
    font-size: 14px;
}

.available-trips .services-area .services-items .item{
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.available-trips .trip_item{
    /*display: grid;*/
    /*grid-template-columns: repeat(2, 1fr);*/
    display: flex;
    justify-content: space-between;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.2);
    padding: 1rem 0.5rem;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 5px;
    align-items: center;
    color: black;
}

.available-trips .trip_item:hover{
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.5);
}

.available-trips .trip_item > :last-child{
    text-align: right;
}
.available-trips .services-items{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}
.available-trips .services-items div{
    width: 100%;
}
.available-trips .services-items .item {
    background: #ffffff;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.property-type-five-item__thumb img{
    aspect-ratio: 4/3;
}

/*.available_trips_list{*/
/*    max-height: 300px;*/
/*    overflow-x: scroll;*/
/*}*/
/*.available_trips_list .item h4{*/
/*    position: sticky;*/
/*    top: 0;*/
/*    background-color: white;*/
/*    padding-top: 1rem;*/
/*    padding-left: 0.5rem;*/
/*    padding-bottom: 0.5rem;*/
/*}*/

.portfolio-area.default-padding {
    padding-bottom: 105px;
}

.portfolio-area .portfolio-items.col-3 .pf-item {
    float: left;
    padding: 15px;
    width: 33.3333%;
}

.portfolio-area .portfolio-items.col-2 .pf-item {
    float: left;
    padding: 15px;
    width: 50%;
}

.portfolio-area .portfolio-items.col-4 .pf-item {
    float: left;
    padding: 15px;
    width: 25%;
}

.portfolio-items-area .mix-item-menu button {
    border: none;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px;
    color: #232323;
    position: relative;
    z-index: 1;
    font-size: 14px;
}

.portfolio-items-area .mix-item-menu {
    margin-bottom: 15px;
}

.portfolio-items-area .mix-item-menu button.active::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 1px;
    width: 100%;
    background: #F05A22;
    z-index: -1;
}

.portfolio-items-area .mix-item-menu button.active {
    color: #F05A22;
}

/* Portfolio Effect */

.portfolio-area .portfolio-items .pf-item .item-effect > img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}

.portfolio-area .portfolio-items .pf-item:hover .item-effect > img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.portfolio-area .portfolio-items .pf-item .item-effect {
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.portfolio-area .portfolio-items .pf-item .item-effect:before {
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    width: 100%;
    height: 50%;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    transition-property: top, opacity;
    transition-duration: 0.3s;
}

.portfolio-area .portfolio-items .pf-item:hover .item-effect:before {
    opacity: 1;
    top: 50%;
}

.portfolio-area .portfolio-items .pf-item .item-effect .overlay {
    bottom: 0;
    padding: 30px;
    position: absolute;
    z-index: 9;
    text-align: left;
    width: 100%;
}

.portfolio-area .portfolio-items .pf-item .item-effect h4 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin: 0;
    line-height: 1.4;
    z-index: 1;
    text-transform: capitalize;
    font-weight: 500;
    opacity: 0;
}

.portfolio-area .portfolio-items .pf-item .item-effect .link {
    bottom: 30px;
    display: inline-block;
    left: 30px;
    position: absolute;
    z-index: 1;
}

.portfolio-area .portfolio-items .pf-item .item-effect a {
    background: #F05A22 none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-right: 3px;
    padding: 0;
    text-align: center;
    width: 40px;
}

.portfolio-area .portfolio-items .pf-item .item-effect .overlay::before,
.portfolio-area .portfolio-items .pf-item .item-effect .link {
    opacity: 0;
    -webkit-transition: opacity 0.45s,
    -webkit-transform 0.45s;
    transition: opacity 0.45s, transform 0.45s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.portfolio-area .portfolio-items .pf-item:hover h4 {
    -webkit-transform: translate3d(0, -55px, 0);
    transform: translate3d(0, -55px, 0);
    opacity: 1;
}

.portfolio-area .portfolio-items .pf-item:hover .overlay::before,
.portfolio-area .portfolio-items .pf-item:hover .link {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*.trip_items{*/
/*    display: grid;*/
/*    grid-template-columns: repeat(3, 1fr);*/
/*}*/

.available-trips .services-area{
    margin-bottom: 3rem;
    overflow: hidden;
    padding-bottom: 2rem;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
    border-radius: 2px !important;
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
    border-radius: 2px !important;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.available-trips .services-area .badge-success, .available-trips .services-area .badge-warning{
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
}
.available-trips .services-area .trip_item{
    position: relative;
}

.footer-two{
    overflow: hidden;
    margin-top: 2rem;
}

/* Checkout CSS */
#policy {
    border: 1px solid #d2d8dd;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px #ccc;
    background: white;
}

.travel_details, .payment_details {
    padding: 10px 25px 15px 10px;
}

.travel_customer_details {
    border: 3px solid white;
    background-color: #F2F2F2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.travel_customer_details h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    background: white;
    padding: 0.5rem;
}

.customer_details_extra_information {
    border: 1px solid white;
    /*background-color: #f8f8f8;*/
    background-color: white;
    padding: 1rem;
}

.customer_details_extra_information .message {
    border-bottom: 1px solid #d2d8dd;
}

.checkout_background {
    background: #F6F6F6;
}
a.btn-theme.full-width,
.btn-theme.full-width {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

a.btn-theme.full-width.purchase,
.btn-theme.full-width.purchase {
    background-color: #32a067;
}

a.btn-theme.full-width.purchase:hover,
.btn-theme.full-width.purchase:hover {
    background-color: #0054a6;
}

.border_purchase:hover, .border_go_back:hover{
    background-color: green;
    border-color: green;
}
.border_go_back:hover{
    border-color: red;
    background-color: red;
    color: white !important;
}
ul li.route_name {
    display: grid;
    gap: 1rem;
    /*grid-template-columns: repeat(3, 1fr);*/
    grid-template-columns: 7rem 1rem auto;
    white-space: nowrap;
}

ul li.route_name span:first-child {
    font-weight: bold;
}

ul li.route_name span:last-child {
    white-space: normal;
    line-break: loose;
}

.payment_modes {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: white;
    padding: 25px;
}

.payment_modes img {
    width: 150px;
    cursor: pointer;
    /*aspect-ratio: 4/3;*/
}

.payment_modes .img-thumbnail{
    border: 1px solid white !important;
}

.payment_modes img:hover {
    border: 1px solid blue;
}

/* Small devices such as large phones (640px and up) */
@media only screen and (max-width: 40rem) {
    .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
        margin-top: 15px;
    }

    .payment_modes {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .form-check{
        width: 50%;
    }
}

/* Medium devices such as tablets (768px and up) */
@media only screen and (max-width: 48rem) {
    .payment_modes {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .form-check{
        width: 50%;
    }
}

/* Large devices such as laptops (1024px and up) */
@media only screen and (max-width: 64rem) {
    .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
        margin-top: 15px;
    }

    .payment_modes {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .form-check{
        width: 50%;
    }
}

/* Largest devices such as desktops (1280px and up) */
@media only screen and (max-width: 80rem) {
    .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
        margin-top: 15px;
    }

    .payment_modes {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .form-check{
        width: 50%;
    }
}

.sticky_sidebar{
    position: sticky;
    top: 6.5rem;
}

.form_title {
    position: relative;
    padding-left: 55px;
    margin-bottom: 10px;
}

.form_title {
    position: relative;
    padding-left: 55px;
    margin-bottom: 0;
}
.form_title h3 {
    margin: 0;
    padding: 0;
    font-size: 21px;
    font-size: 1.3125rem;
}
.form_title h3 strong {
    background-color: #F05A22;
    text-align: center;
    width: 40px;
    height: 40px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 42px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -5px;
}
.form_title p {
    color: #999;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
}

.contact_details label{
    display: block;
}
.iti--allow-dropdown{
    width: 100% !important;
}
.check-list.style-two .check-list__item:nth-child(3), .check-list.style-two .check-list__item:nth-child(4){
    margin-left: 0;
}
