/** {*/
/* font-family: 'Montserrat', sans-serif;*/
/* !*font-size: 12px;*!*/
/*}*/

.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:greenyellow ;
}

.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;
    }
    .search-trip .search-panel{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 0.5rem;
        row-gap: 0.5rem;
    }
    .nepali-datepicker{
        width: 100%;
    }
}

@media (min-width: 992px) {
    .padding-t-60 {
        padding-top: 60px;
    }

    .search-trip .search-panel{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 0.5rem;
        row-gap: 0.5rem;
    }
}

/*.TV0VZ {*/
/*    background: var(--theme3);*/
/*    border: 1px solid var(--theme3);*/
/*    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: 8px;
    cursor: pointer;
    padding: 0;
}

.HQfRO {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left
}

._6QFp3 {
    color: #fff
}

.qtVJw {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: hidden;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.5rem;
}

.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;
    }
    .search-trip .search-panel{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 0.5rem;
        row-gap: 0.5rem;
    }
}

@media (min-width: 1400px) {
    .container-custom {
        max-width: 1380px;
        padding-left: 15px;
        margin: 0 auto;
    }
    .search-trip .search-panel{
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        column-gap: 0.5rem;
        row-gap: 0.5rem;
    }
}

@media (min-width: 1600px) {
    .container-custom {
        max-width: 1600px;
        padding-left: 15px;
        margin: 0 auto;
    }
    .search-trip .search-panel{
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        column-gap: 0.5rem;
        row-gap: 0.5rem;
    }
}

.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px;
}

@media (max-width: 575px) {
    .margin_60_35 {
        padding-top: 30px;
        padding-bottom: 5px;
    }
    .search-trip .search-panel{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 0.5rem;
        row-gap: 0.5rem;
    }
}

.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: #63AB45;
    color: #ffffff !important;
    border: 2px solid #63AB45;
}

.btn-theme.border {
    background-color: transparent;
    color: #63AB45 !important;
    border: 2px solid #63AB45;
}

.btn-theme.border:hover {
    background-color: #63AB45;
    color: #ffffff !important;
    border: 2px solid #63AB45;
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
    background: #63AB45 none repeat scroll 0 0;
    border: 2px solid #63AB45;
    color: #ffffff;
}

.btn-sm {
    padding: 8px 20px !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: #000 !important;
}
.tooltip .tooltip-arrow::before {
    --bs-tooltip-bg: #000 !important;
}

.tooltip-inner {
    background-color: #000 !important;
    color: #fff !important;
    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: -3.5rem;*/
/*}*/

#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;
}

.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;
}

.header-menu-area .header-menu-items .menu-components .search-wrp input {
    background-color: transparent !important;
    outline: none !important;
    width: 180px !important;
    font-size: 18px !important;
    padding: 10px 20px 10px 7px !important;
    font-weight: 400 !important;
    border: none !important;
    color: #307343 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #307343 !important;
}

.solar-newsletter .newsletter-single-items{
    display: grid;
}

.journey-date-input-wrapper{
    margin-top: -8px;
}

input, input:focus{
    color: currentColor;
}

.search-trip .solar-newsletter{
    padding: 35px 100px 35px 50px;
}

/*.search-trip .search-panel{*/
/* flex-direction: row;*/
/* flex-wrap: nowrap;*/
/* gap: 5px;*/
/* width: 100%;*/
/* display: flex;*/
/* justify-content: space-around;*/
/*}*/
.nepali-datepicker{
    width: 250px;
}
.newsletter-single-items .tab-content{
    margin-left: -2rem;
}

.TV0VZ {
    color: white;
}

.TV0VZ::before {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.TV0VZ::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 0.05s;
    transition-duration: 0.05s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.section-title-content{
    margin-top: unset;
}

.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);
}
.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.trip-type::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-items-area .mix-item-menu button.trip-type {
    color: #F05A22;
}
.new_trip_list{
    padding: 0px 0;
}


@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Apply the animation to portfolio items */
.pf-item {
    animation: fadeInUp 0.5s ease both;
}

input.form-check-input{
    color:white !important;
    border-color:#63AB45 !important;
    /*background-color:#63AB45 !important;*/
    height:10px !important;
    width:10px !important;
    font-size:5px !important;
}

.form-check-input:checked[type=checkbox]{
    color:#63AB45 !important;
    border-color:#63AB45 !important;

}
.badge-secondary{
    background-color:#63AB45 !important;
    color: #fff !important;

}