/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

[x-cloak] {
    display: none ! important;
}

.payment_modes {
    display: flex;
    gap: 2rem;
    align-items: center;
    background: white;
    padding: 25px;
}

.payment_modes img {
    width: 150px;
    cursor: pointer;
    /*aspect-ratio: 4/3;*/
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.payment_modes .img-thumbnail{
    border: 1px solid white !important;
}

.payment_modes img:hover {
    border: 1px solid blue;
}

.form-check-label {
    display: flex;
    align-items: center;
    font-size: 0.775rem !important;
}

.checkout-with-wrapper {
    display: flex;
    margin-bottom: 2rem;
    background: white;
    border: 5px;
    padding: 5px;
}

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;
}

#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 5px 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;
}

/* 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);
    }
}

/* Medium devices such as tablets (768px and up) */
@media only screen and (max-width: 48rem) {
    .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
        margin-top: 15px;
    }

    .payment_modes {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 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);
    }

    .payment_modes .form-check-label{
        width: 100px !important;
    }
}

/* 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);
    }
    .payment_modes .form-check-label{
        width: 100px !important;
    }
}

.ListFilterContainer .accordion .collapsible:last-child, #seat-filter-departure, #seat-filter-bus-type-container {
    padding: .2rem !important;
}

.priceDropContainer {
    padding: .5rem !important;
}

#seat-filter-departure, #seat-filter-bus-type-container {
    padding-bottom: .4rem !important;
}

.ListFilterContainer .filterOption-container .checkbox-container {
    display: flex;
    gap: 1rem;
    font-size: 14px;
}

.busSearchCheckbox {
    display: flex;
    gap: 0.5rem;
}

.busSearchBar {
    padding: 0 !important;
    padding-right: 0.5rem !important;
}

.booking_offer_container {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    /*flex-flow: row;*/
    /*place-content: flex-start;*/
    /*align-items: center;*/
    /*width: 100%;*/
    /*scroll-behavior: smooth;*/
    /*overflow-x: scroll;*/
}

.blog_thumbnail_images {
    height: 150px;
    padding: 0 !important;
    border-radius: 5px;
}

#why-choose-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

/*#why-price .container .card-body {*/
/*    gap: 1rem;*/
/*}*/

#bus-routes1 ul li, #bus-routes2 ul li, #bus-routes3 ul li, #bus-routes4 ul li {
    color: black;
}

.hYvBi .tCd65 {
    margin-bottom: 5px;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid rgba(16, 16, 16, .13) !important;
    background: #fff;
}

.hYvBi .tCd65:last-child {
    border: none !important;
}

.testimonials .testi .item .profile .information p {
    font-size: 16px;
}


.custom-search-input-jack {
    background-color: #fff !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
    margin-top: 15px !important;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3) !important;
    display: flex !important;
    align-items: center !important;
}

.custom-search-input-jack {
    background: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.custom-search-input-jack input {
    border: 0 !important;
    height: 50px !important;
    padding-left: 15px !important;
    border-right: 1px solid #d2d8dd !important;
    font-weight: 500 !important;
}

.custom-search-input-jack input {
    border: none !important;
}

.custom-search-input-jack input:focus {
    box-shadow: none !important;
    border-right: 1px solid #d2d8dd !important;
}

.custom-search-input-jack input:focus {
    border-right: none !important;
}

.custom-search-input-jack select {
    display: none !important;
}

.custom-search-input-jack .nice-select .current {
    font-weight: 500 !important;
    color: #6f787f !important;
}

.custom-search-input-jack .form-group {
    margin-bottom: 5px !important;
}

.custom-search-input-jack i {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    border-radius: 3px !important;
    font-size: 18px !important;
    font-size: 1.125rem !important;
    position: absolute !important;
    background-color: #fff !important;
    line-height: 50px !important;
    top: 0 !important;
    right: 1px !important;
    padding-right: 15px !important;
    display: block !important;
    width: 20px !important;
    box-sizing: content-box !important;
    height: 50px !important;
    z-index: 9 !important;
    color: #999 !important;
}

.custom-search-input-jack i {
    padding-right: 10px !important;
}

.custom-search-input-jack input[type='submit'] {
    -moz-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    font-size: 0.875rem !important;
    border: 0 !important;
    padding: 0 25px !important;
    height: 50px !important;
    cursor: pointer !important;
    outline: none !important;
    width: 100% !important;
    -webkit-border-radius: 0 3px 3px 0 !important;
    -moz-border-radius: 0 3px 3px 0 !important;
    -ms-border-radius: 0 3px 3px 0 !important;
    border-radius: 0 3px 3px 0 !important;
    background-color: #fc5b62 !important;
    margin-right: -1px !important;
}

.custom-search-input-jack input[type='submit'] {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    border-radius: 3px !important;
}

.custom-search-input-jack input[type='submit']:hover {
    background-color: #FFC107 !important;
    color: #222 !important;
}

.custom-search-input-jack.inner {
    margin-bottom: 30px !important;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1) !important;
}

.custom-search-input-jack.inner {
    margin: 0 0 20px 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.custom-search-input-jack.inner-2 {
    margin: 0 0 20px 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background: none !important;
}

.custom-search-input-jack.inner-2 .form-group {
    margin-bottom: 10px !important;
}

.custom-search-input-jack.inner-2 input {
    border: 1px solid #ededed !important;
}

.custom-search-input-jack.inner-2 input[type='submit'] {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    border-radius: 3px !important;
}

.custom-search-input-jack.inner-2 i {
    padding-right: 10px !important;
    line-height: 48px !important;
    height: 48px !important;
    top: 1px !important;
}

.custom-search-input-jack.inner-2 .nice-select {
    border: 1px solid #ededed !important;
}

.flatpickr-input[readonly] {
    background: white;
}

.seating-place-selector {
    box-shadow: rgba(0, 0, 0, 0.15) 0 15px 25px, rgba(0, 0, 0, 0.05) 0 5px 10px;
    padding-bottom: 10px;
}

div#seating-place-selector {
    padding-right: 10px !important;
}

#service-container-1830870272 {
    cursor: pointer;
}

.toast-error {
    color: white;
    background-color: rgba(255, 0, 0, 0.84);
}

nav._1-\+Qt {
    overflow-x: hidden;
}

.btn_1 {
    background: rgba(0, 84, 166, 1) !important;
}

.btn_1:hover {
    background: rgba(0, 84, 166, .8) !important;
}

.btn_1:focus, .btn_1:active {
    background: #ff5555 !important;
    border: 1px solid rgba(0, 84, 166, 1) !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.navigation {
    list-style: none;
    padding: 0;
    margin: 0;
    /*border: 1px solid blue;*/
    /*background: rgb(58,58,58);*/
    /*border-top: solid 3px #fff;*/
    /*border-bottom: solid 3px #fff;*/
    /*
    box-shadow:  0px -2px 3px -1px rgba(0, 0, 0, 1);
    */
}

.navigation li {
    float: left;
}

.navigation li:hover {
    background: #222;
}


.navigation li a {
    display: block;
    padding: 0 20px;
    text-decoration: none;
    line-height: 40px;
    color: #fff;
}

.navigation ul {
    display: none;
    position: absolute;
    list-style: none;
    padding: 0;
    overflow: hidden;
}

.navigation ul li {
    float: none;
}

.navigation li:hover > ul {
    display: block;
    background: #1B60C1;
    border-top: 0;

    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;

    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
}

.navigation li:hover > ul li:hover {
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.navigation li li a:hover {
    background: transparent;
}

.navigation ul li:last-child a,
.navigation ul li:last-child a:hover {
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

#search_from, #search-to {
    width: 300px !important;
}

#search-container .search-form {
    /*background: #F4F4F4 !important;*/
    /*align-items: center !important;*/
    /*column-gap: 0.5rem !important;*/
    /*width: 97vw !important;*/
    /*min-width: 80vw !important;*/
    /*display: flex !important;*/
    /*flex-direction: row !important;*/
    /*max-width: 100% !important;*/
    position: absolute;
    left: 0;
    right: 0;
    /*bottom: 22dvh;*/
    /*justify-content: space-around !important;*/
    /*height: 15vh !important;*/
    background: rgba(244, 244, 244, 0.7) !important;
    /*border: 1px solid #1B60C1 !important;*/
}

/*.search_bar_border{*/
/*    filter: drop-shadow(5px 5px 10px #857a7a);*/
/*}*/

.search_from_container, .search_to_container {
    width: 250px !important;
}

/*@media screen and (min-width: 600px) {*/
/*    .search-form{*/
/*        !*place-content: flex-start space-between !important;*!*/
/*    }*/
/*}*/

/*@media screen and (min-width: 768px) {*/
/*    .search_from_container, .search_to_container{*/
/*        width: 300px !important;*/
/*    }*/

/*    .search-form{*/
/*        place-content: space-evenly !important;*/
/*        margin-top: 25dvh !important;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 992px) {*/
/*    .search_date_container_column{*/
/*        flex: none !important;*/
/*    }*/

/*.search_date_container{*/
/*    width: 200px;*/
/*}*/
/*}*/

/*@media screen and (min-width: 1280px) {*/
/*}*/


/*@media screen and (min-width: 1920px) {*/
/*}*/

/*@media screen and (min-width: 3840px) {*/
/*}*/

#why-choose-cards {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
}

label.ticket_information_label {
    font-weight: 800 !important;
}

.banner {
    width: 84dvw !important;
    background: none !important;
}

.banner.owl-item {
    width: 100% !important;
}

/*.home-banner{*/
/*    border: 1px solid gray;*/
/*    border-radius: 5px;*/
/*    padding: 10px !important;*/
/*    box-shadow: rgba(0, 0, 0, 0.26) 0 4px 12px;*/
/*}*/
.home-banner img {
    height: 500px !important;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.26) 0 4px 12px;
}

#reccomended {
    padding-left: 5px;
    padding-right: 5px;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 5px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 5px;
    /*border-radius: 5px;*/
    position: relative;
    display: flex;
    flex-direction: column;
    /*gap: 2rem;*/
    width: 85dvw !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#reccomended2 {
    padding-left: 5px;
    padding-right: 5px;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 5px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 5px;
    /*border-radius: 5px;*/
    position: relative;
    display: flex;
    flex-direction: column;
    /*gap: 2rem;*/
    width: 85dvw !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.reccomended_container {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 5px;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    overflow: hidden;
}
#new_trip_promo {
    padding-61eft: 5px;
    padding-right: 5px;
    background: rgb(255, 255, 255);
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 5px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 5px;
    /*border-radius: 5px;*/
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 85dvw !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.new_trip_promo_container {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 5px;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    overflow: hidden;
}

.tour_package_container {
    width: 85dvw;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 5px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    overflow: hidden;
}

.blog_container {
    width: 85dvw;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 5px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    overflow: hidden;
    padding-bottom: 1rem;
}

.milestone_container {
    width: 85dvw;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 5px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    overflow: hidden;
    padding-bottom: 1rem;
}

.milestone_container p {
    padding-left: 1rem;
}

.card-blog {
    margin-top: 20px;
    height: 300px;
    max-width: 250px;
}


.popular_routes_container {
    width: 85dvw;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 5px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.faq_container {
    width: 85dvw;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 5px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}


@media (max-width: 767px) {
    #reccomended {
        margin-top: 0;
    }
}

/*#reccomended .item {*/
/*    margin: 0 15px;*/
/*}*/

#reccomended .owl-item {
    /*opacity: 0.5;*/
    transform: scale(0.85);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(0.85, 0.85);
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden;
}

#reccomended .owl-item.active.center {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: scale(1);
}

#reccomended .owl-item.active.center .item .title h4,
#reccomended .owl-item.active.center .item .views {
    opacity: 1;
}


@media (max-width: 767px) {
    #reccomended2 {
        margin-top: 0;
    }
}

/*#reccomended .item {*/
/*    margin: 0 15px;*/
/*}*/

#reccomended2 .owl-item {
    /*opacity: 0.5;*/
    transform: scale(0.85);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(0.85, 0.85);
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden;
}

#reccomended2 .owl-item.active.center {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: scale(1);
}

#reccomended2 .owl-item.active.center .item .title h4,
#reccomended2 .owl-item.active.center .item .views {
    opacity: 1;
}

.owl-theme .owl-dots {
    margin-top: 10px !important;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .owl-theme .owl-dots {
        margin-top: 0 !important;
        margin-bottom: 20px;
    }
    .hero_in {
        height: 450px !important;
    }
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fc5b62 !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px !important;
    height: 13px !important;
}

.main_title_2 {
    text-align: center;
    margin-bottom: 45px;
    position: relative;
}

.main_title_2 span {
    width: 120px;
    height: 2px;
    background-color: #e1e1e1;
    display: block;
    margin: auto;
}

.main_title_2 span em {
    width: 60px;
    height: 2px;
    background-color: #fc5b62;
    display: block;
    margin: auto;
}

.big-screen-container .box_grid {
    /*background-color: rgba(127, 17, 224, 1);*/
    /*display: block;*/
    /*position: relative;*/
    /*margin-bottom: 30px;*/
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);*/
    /*-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);*/
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);*/
    display: block;
    /*width: 20.3rem;*/
    border-radius: 0.5rem;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(71.04deg, rgb(12, 57, 139) -6.92%, rgb(62, 118, 216) 109.43%);
    padding: 0.5rem;
    cursor: pointer;
}

.big-screen-container .box_grid .price {
    display: inline-block;
    font-weight: 500;
    color: #999;
}

.big-screen-container .box_grid .price strong {
    color: #32a067;
}

.big-screen-container .box_grid a.wish_bt {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 9px 10px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.big-screen-container .box_grid a.wish_bt:after {
    font-family: 'ElegantIcons';
    content: "\e030";
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.big-screen-container .box_grid a.wish_bt.liked:after {
    content: "\e089";
    color: #fc5b62;
}

.big-screen-container .box_grid a.wish_bt:hover.liked:after {
    color: #fc5b62;
}

.big-screen-container .box_grid a.wish_bt:hover:after {
    content: "\e089";
    color: #fff;
}

.big-screen-container .box_grid figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    height: 210px;
}

.promo_code small {
    position: absolute;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    left: 7rem;
    top: 22px;
    text-transform: uppercase;
    color: #ccc;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 1.25rem;
    padding: 7px 10px 4px 10px;
    line-height: 1;
}

.promo_code .read_more {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 2;
}

.promo_code .read_more span {
    background-color: #fcfcfc;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    color: #222;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 10px;
}

.promo_code:hover .read_more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.big-screen-container .box_grid .promo_code a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 90%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.big-screen-container .box_grid .promo_code a:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.big-screen-container .box_grid .wrapper {
    padding: 25px;
}

.big-screen-container .box_grid .wrapper h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 0;
}

.big-screen-container .box_grid ul {
    padding: 20px 15px;
    border-top: 1px solid #ededed;
}

.big-screen-container .box_grid ul li {
    display: inline-block;
    margin-right: 15px;
}

.big-screen-container .box_grid ul li .score {
    margin-top: -10px;
}

.big-screen-container .box_grid ul li:last-child {
    margin-right: 0;
    float: right;
}

@media (min-width: 1400px) {
    .container-custom {
        max-width: 1600px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .reccomended_container {
        width: 66dvw;
        margin: 0 auto !important;
    }

    #reccomended {
        width: 66dvw !important;
    }
    .new_trip_promo_container {
        width: 100% !important;
        margin: 0 auto !important;
    }

    #new_trip_promo {
        width: 66dvw !important;
    }

    .tour_package_container {
        width: 66dvw !important;
        margin: 0 auto !important;
    }

    .blog_container {
        width: 66dvw !important;
        margin: 0 auto !important;
    }

    .milestone_container {
        width: 66dvw !important;
        margin: 0 auto !important;
    }


    .popular_routes_container {
        width: 66dvw !important;
        margin: 0 auto !important;
    }

    .faq_container {
        width: 66dvw !important;
        margin: 0 auto !important;
    }

    .card-blog {
        margin-top: 20px;
        height: 300px;
        max-width: 250px;
    }
    .select2-container--default .select2-selection--single .select2-selection__clear {
        position: absolute !important;
        bottom: 1rem !important;
        right: 0 !important;
    }
}

@media (min-width: 1800px) {
    .container-custom {
        max-width: 1600px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .reccomended_container {
        width: 66dvw;
        margin: 0 auto !important;
    }

    #reccomended {
        width: 66dvw !important;
    }
    .new_trip_promo_container {
        width: 100% !important;
        margin: 0 auto !important;
    }

    #new_trip_promo {
        width: 61dvw !important;
    }

    .tour_package_container {
        width: 66dvw;
        margin: 0 auto !important;
    }

    .home-banner img {
        width: 66dvw !important;
        margin: 0 auto !important;
    }

    .blog_container {
        width: 66dvw !important;
        margin: 0 auto !important;
    }

    .milestone_container {
        width: 66dvw !important;
        margin: 0 auto !important;
    }

    .popular_routes_container {
        width: 66dvw !important;
        margin: 0 auto !important;
    }

    .faq_container {
        width: 66dvw !important;
        margin: 0 auto !important;
    }

    .card-blog {
        margin-top: 20px;
        height: 300px;
        max-width: 300px;
    }
}

.margin_80_0 {
    padding-top: 80px;
}

@media (max-width: 991px) {
    .margin_80_0 {
        padding-top: 60px;
    }
}

@media (max-width: 575px) {
    .margin_80_0 {
        padding-top: 45px;
    }
}


.big-screen-container .btn_home_align {
    position: absolute;
    right: -1rem;
}

@media (max-width: 767px) {
    .big-screen-container .btn_home_align {
        text-align: center;
        margin-bottom: 25px;
    }
    .gx-5 > *{
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }
    .custom-search-input-jack{
        gap: 2rem !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__clear {
        position: absolute !important;
        bottom: 1rem !important;
        right: 0 !important;
    }
}

a.btn_1,
.btn_1 {
    border: none;
    color: #fff;
    background: #fc5b62;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 1rem !important;
}

a.btn_1:hover,
.btn_1:hover {
    background: #0054a6;
    color: #fff;
}

a.btn_1.full-width,
.btn_1.full-width {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

a.btn_1.full-width.purchase,
.btn_1.full-width.purchase {
    background-color: #32a067;
}

a.btn_1.full-width.purchase:hover,
.btn_1.full-width.purchase:hover {
    background-color: #0054a6;
}

a.btn_1.full-width.wishlist,
.btn_1.full-width.wishlist {
    border-color: #555;
    color: #555;
}

a.btn_1.medium,
.btn_1.medium {
    font-size: 16px;
    font-size: 1rem;
    padding: 18px 40px;
}

a.btn_1.rounded,
.btn_1.rounded {
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    border-radius: 25px !important;
}

a.btn_1.outline,
.btn_1.outline {
    border: 2px solid #fc5b62;
    color: #fc5b62;
    padding: 11px 40px;
    background: none;
}

a.btn_1.outline:hover,
.btn_1.outline:hover {
    background: #0054a6;
    color: #fff;
    border-color: #0054a6;
}

a.btn_1.outline:focus,
.btn_1.outline:focus {
    outline: none;
}

.main_title_2 {
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 0.5rem !important;
    position: relative;
    padding-left: 1rem !important;
}

.main_title_2 span {
    width: 120px;
    height: 2px;
    background-color: #e1e1e1;
    display: block;
    margin: auto;
}

.main_title_2 span em {
    width: 60px;
    height: 2px;
    background-color: #fc5b62;
    display: block;
    margin: auto;
}

@media (max-width: 767px) {
    .main_title_2 {
        margin-bottom: 10px;
    }
}

.main_title_2 h2 {
    /*margin: 15px 0 0 0;*/
    font-size: 2rem !important;
}

@media (max-width: 767px) {
    .main_title_2 h2 {
        font-size: 1.625rem;
    }
}

.main_title_2 h3 {
    margin: 25px 0 0 0;
}

@media (max-width: 767px) {
    .main_title_2 h3 {
        font-size: 1.5rem;
    }
}

.main_title_2 p {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .main_title_2 p {
        font-size: 1.125rem;
    }
}

hr.large {
    border-color: white !important;
    background: white !important;
    border-top-width: 1px;
    width: 40dvw;
}

.card__body_blog h4 {
    font-size: 1rem !important;
}

/*.blog_thumbnail_images {*/
/*    height: 100px !important;*/
/*}*/

.card__body_blog {
    padding: 0.5rem !important;
    gap: 0.2rem !important;
}

hr.larger {
    border-color: #ededed;
    border-top-width: 1px;
    width: 40dvw;
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.big-screen-container {
    /*background-color: rgba(0, 77, 218, .5) !important;*/
    /*background-color: rgba(27, 96, 193, 0.5) !important;*/
    background-color: rgba(241, 241, 241, .5) !important;
}

/*.faq_container {*/
/*    padding-left: 15px;*/
/*    padding-right: 15px;*/
/*    background: #F7F7F7;*/
/*    border: none;*/
/*    border-bottom: 1px solid lightgray;*/
/*    padding-bottom: 1rem;*/
/*    border-radius: 5px;*/
/*}*/

/*.faq_container .tabs-actions-wrapper {*/
/*    margin-left: -15px;*/
/*    margin-right: -15px;*/
/*    border: none !important;*/
/*}*/

.media {
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative !important;
    padding: 0 0 0 20px !important;
    margin-left: 20px !important;
}

.media img {
    width: 40px !important;
    height: 40px !important;
    display: block !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    border: 2px solid #fff !important;
}

.testimonial {
    color: #fff !important;
    position: relative !important;
    background: #9b9b9b !important;
    padding: 15px !important;
    margin: 0 0 20px 20px !important;
}

.testimonial::before, .testimonial::after {
    content: "" !important;
    display: inline-block !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -20px !important;
}

.testimonial::before {
    width: 20px !important;
    height: 20px !important;
    background: #9b9b9b !important;
    box-shadow: inset 12px 0 13px rgba(0, 0, 0, 0.5) !important;
}

.testimonial::after {
    width: 0 !important;
    height: 0 !important;
    border: 10px solid transparent !important;
    border-bottom-color: #fff !important;
    border-left-color: #fff !important;
}

.carousel .carousel-item .row > div:first-child .testimonial {
    margin: 0 20px 20px 0 !important;
}

.carousel .carousel-item .row > div:first-child .media {
    margin-left: 0 !important;
}

.testimonial p {
    text-indent: 40px !important;
    line-height: 21px !important;
    margin: 0 !important;
    white-space: break-spaces !important;
}
.testimonial p:hover {
    -webkit-line-clamp: 10 !important;
    line-clamp: 10 !important;
}

.testimonial p::before {
    content: "\201D" !important;
    font-family: Arial, sans-serif !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 68px !important;
    line-height: 70px !important;
    position: absolute !important;
    left: -25px !important;
    top: 0 !important;
}

.overview {
    padding: 3px 0 0 15px !important;
}

.overview .details {
    padding: 5px 0 8px !important;
}

.overview b {
    text-transform: uppercase !important;
    color: #ff5555 !important;
}

.carousel-control-prev, .carousel-control-next {
    width: 30px !important;
    height: 30px !important;
    background: #666 !important;
    text-shadow: none !important;
    top: 4px !important;
}

.carousel-control-prev i, .carousel-control-next i {
    font-size: 16px !important;
}

.carousel-control-prev {
    left: auto !important;
    right: 40px !important;
}

.carousel-control-next {
    left: auto !important;
}

.carousel-indicators {
    bottom: -80px !important;
}

.carousel-indicators li, .carousel-indicators li.active {
    width: 17px !important;
    height: 17px !important;
    border-radius: 0 !important;
    margin: 1px 5px !important;
    box-sizing: border-box !important;
}

.carousel-indicators li {
    background: #e2e2e2 !important;
    border: 4px solid #fff !important;
}

.carousel-indicators li.active {
    color: #fff !important;
    background: #ff5555 !important;
    border: 5px double !important;
}

.star-rating li {
    padding: 0 2px !important;
}

.star-rating i {
    font-size: 14px !important;
    color: #004dda !important;
}

.list-inline-item {
    display: inline-block !important;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem !important;
}

.testimonials .testi .item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.testimonials .testi .item .profile {
    align-items: center;
    gap: 0.25rem;
}

.testimonials .testi .item .profile .information {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.testimonials .title h2 {
    color: #000;
    font-size: 26px;
    font-weight: 300;
    position: relative;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    display: inline-block;
}

.testimonials .title h2::after {
    content: "";
    width: 50%;
    position: absolute;
    height: 4px;
    border-radius: 1px;
    background: #ff5555;
    left: 0;
    bottom: -20px;
}

.item .col-sm-6 {
    /*border: 1px solid #efc3c3;*/
    padding: 5px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.owl-carousel .owl-item img {
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
}

.discount_offer_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3rem !important;
}

.ribbon {
    position: absolute;
    display: inline-block;
    top: 0.3em;
    left: 0.8em;
    /*max-width: 3rem;*/
    color: #fff;
    z-index: 1;
    white-space: nowrap;
    padding-top: 1rem;
}

.ribbon::after {
    position: absolute;
    top: -1.5em;
    right: -3em;
    content: "";
    height: 10em;
    width: 15em;
    transform: rotatez(-45deg);
    /*background-color: rgba(127, 17, 224, .7);*/
    background-color: rgba(0, 84, 166, 1);
    z-index: -1;
}

.btn-group {
    gap: 0.25rem;
    display: flex;
}

.btn-group button {
    background-color: rgba(0, 84, 166, 1); /* Green background */
    border: 1px solid rgba(0, 84, 166, 1); /* Green border */
    color: white; /* White text */
    padding: 10px 24px; /* Some padding */
    cursor: pointer; /* Pointer/hand icon */
    float: left; /* Float the buttons side by side */
    border-radius: 5px;
}

.btn-group button:not(:last-child) {
    border-right: none; /* Prevent double borders */
    border-radius: 0;
}

/* Clear floats (clearfix hack) */
.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

/* Add a background color on hover */
.btn-group button:hover {
    background-color: rgba(0, 84, 166, 0.8);
    color: white;
}

.card__body_blog h4, .card__body_blog p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.testimonial p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-right: 1.2rem !important;
}

.card__body_blog p {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.big-screen-container .description .title, .new_trip_list .description .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new_trip_list .description .title{
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
}

.card-blog {
    background: none !important;
    border-radius: 3px !important;
    /*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;*/
}

.select2-dropdown {
    border: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid lightgray !important;
    border-radius: 5px !important;
    padding: 0.5rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 12px !important;
    font-style: italic !important;
}

/*.bg_image_container {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    z-index: 999;*/
/*}*/

/*.bg_image_container img{*/
/*    position: absolute;*/
/*}*/

.background {
    position: relative;
    width: 100%;
    height: 75vh !important; /* Adjust as needed */
    background-image: url('../images/background/81-campgain-web_2.jpg'); /* Replace 'background.jpg' with your background image */
    background-size: cover;
    overflow: hidden;
}

.bus {
    position: absolute;
    /* top: 25%;  */
    /*left: -500px; !* Initial position off-screen to the left *!*/
    width: 500px; /* Adjust as needed */
    height: 400px; /* Adjust as needed */
    background-image: url('./body.png'); /* Replace 'bus.png' with your bus image */
    background-size: cover;
    transition: left 0s linear;
    bottom:3%;
    animation: moveBus 10s linear infinite; /* Adjust duration (10s) as needed */
}

@media only screen and (min-width: 1400px) {
    .background {
        position: relative;
        width: 100%;
        height: 60vh !important; /* Adjust as needed */
        background-image: url('../images/background/81-campgain-web_2.jpg'); /* Replace 'background.jpg' with your background image */
        background-size: cover;
        overflow: hidden;
    }
}
.tyre_1 {
    position: absolute;
    top: 19.8rem;
    left: 23.5rem;
    width: 50px;
    height: 50px;
    background-image: url(../images/background/front_tyre.png);
    background-size: cover;
    animation: rotateTyre 2s linear infinite;
}

.tyre_2 {
    position: absolute;
    top: 19.8rem;
    left: 7.5rem;
    width: 50px;
    height: 50px;
    background-image: url(../images/background/front_tyre.png);
    background-size: cover;
    animation: rotateTyre 2s linear infinite;
}

@keyframes moveBus {
    0% {
        left: -500px; /* Start position off-screen to the left */
    }
    100% {
        left: calc(100% + 100px); /* End position off-screen to the right */
    }
}

.bus:hover {
    left: 0; /* Hover effect to pause animation and show bus at starting point */
    transition: left 1s ease; /* Smooth transition when hovering */
}

@keyframes rotateTyre {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.gotoTop {
    background: #1B60C1 !important;
    border: 2px solid white !important;
}

.gotoTop:hover {
    background: white !important;
    border: 2px solid #1B60C1 !important;
}

.gotoTop svg path {
    fill: white !important;
}


.gotoTop:hover svg path {
    fill: #1B60C1 !important;
}

.gotoTop svg {
    height: 35px;
    animation: bounce 1s infinite !important;
}


.ml-3 {
    margin-left: 0.75rem; /* 3/4 of the default spacing */
}

.mr-2 {
    margin-right: 0.5rem; /* 2/4 of the default spacing */
}

.w-3 {
    width: 0.75rem; /* 3/4 of the default width */
}

.h-3 {
    height: 0.75rem; /* 3/4 of the default height */
}

.w-4 {
    width: 1rem;
}

.h-4 {
    height: 1rem;
}

.text-gray-200 {
    color: #edf2f7; /* Equivalent to Tailwind's 'gray-200' color */
}

.animate-spin {
    animation: spin 1s linear infinite; /* Keyframe animation for spinning */
}

.dark\:text-gray-600 {
    color: #718096; /* Dark mode color for gray-600 */
}

.text-white {
    color: white !important;
}

.dark\:text-white {
    color: white !important;
}

.fill-blue-600 {
    fill: #3182ce; /* Fill color for blue-600 */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.inline-flex {
    display: inline-flex;
}

.items-center {
    align-items: center;
}

.new_trip_list .btn_1 {
    background: rgba(0, 84, 166, 1) !important;
}

.new_trip_list .btn_1:not([type="submit"]) {
    padding: 0.5rem 0.5rem !important;
}

.new_trip_list .btn_1:hover {
    background: rgba(0, 84, 166, .8) !important;
}

.new_trip_list .btn_1:focus, .new_trip_list.btn_1:active {
    background: white !important;
    color: rgba(0, 84, 166, 1) !important;
    border: 1px solid rgba(0, 84, 166, 1) !important;
}

.new_trip_list .btn_1_active {
    background-color: rgba(0, 84, 166, 1) !important;
    color: white !important;
    border: 1px solid rgba(0, 84, 166, 1) !important;
}

.new_trip_list .btn_1_active:hover {
    background-color: white !important;
    color: rgba(0, 84, 166, 1) !important;
    border: 1px solid rgba(0, 84, 166, 1) !important;
}

.new_trip_list .btn_1_inactive {
    background-color: white !important;
    color: rgba(0, 84, 166, 1) !important;
    border: 1px solid rgba(0, 84, 166, 1) !important;
}

.new_trip_list .btn_1_inactive:hover {
    background-color: rgba(0, 84, 166, 1) !important;
    color: white !important;
    border: 1px solid rgba(0, 84, 166, 1) !important;
}

.new_trip_list .checkbox-container input[type=checkbox]:checked.primary {
    background-color: rgba(0, 84, 166, 1) !important;
    border-color: rgba(0, 84, 166, 1) !important;
}

.new_trip_list input.primary.active, .new_trip_list input.primary:focus, .new_trip_list input.primary:hover {
    border-color: rgba(0, 84, 166, 1) !important;
}

.new_trip_list .scrollable-container.primary::-webkit-scrollbar, .new_trip_list .scrollable-container.primary::-webkit-scrollbar-thumb {
    background: rgba(0, 84, 166, 1) !important;
}

.new_trip_list .search-bar .form-control {
    caret-color: rgba(0, 84, 166, 1) !important;
}

/*.new_trip_list .busmap-layers {*/
/*    margin-top: 0rem !important;*/
/*}*/

/*.new_trip_list .busmap-legend {*/
/*    margin-top: 0rem !important;*/
/*}*/

#scroll-element::-webkit-scrollbar {
    display: none;
    height: 0;
}

.promo_code {
    border-radius: 50%;
}

.promo_code a {
    display: flex;
    flex-direction: row-reverse;
    gap: 1rem;
    justify-content: space-between;
}


.big-screen-container .promo_code, .new_trip_list .promo_code {
    margin: 0 !important;
}

.big-screen-container .promo_code, .new_trip_list .promo_code {
    display: flex;
    border-radius: 1rem;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(71.04deg, rgb(12, 57, 139) -6.92%, rgb(62, 118, 216) 109.43%);
    padding: 1rem;
    gap: 1rem;
    cursor: pointer;
    height: 10.75rem;
    justify-content: center;
    flex-direction: column;
}
.new_trip_list .promo_code{
    height: 7rem !important;
    justify-content: start !important;
    flex-direction: row !important;
}

.big-screen-container .description, .new_trip_list .description {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: white;
    font-family: Montserrat, serif;
}
.new_trip_list .description{
    gap: 0.5rem !important;
}

.big-screen-container .description .title, .new_trip_list .description .title {
    font-size: 1.2rem;
    font-weight: bold;
}
.promo_code{
    border-radius: 5px !important;
}

.big-screen-container .copy_coupon_code, .new_trip_list .copy_coupon_code{
    font-size: 1rem;
    position: absolute;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    display: flex;
    bottom: 10px !important;
    right: 1rem !important;
}

.new_trip_list .copy_coupon_code{
    bottom: 0.2rem !important;
    right: 0.5rem !important;
}

.big-screen-container .copy_coupon_code span:first-child, .new_trip_list .copy_coupon_code span:first-child{
    border: 1px dashed white;
    padding: 0.1rem 1rem;
    border-radius: 5px;
    background: rgba(209, 213, 219, 0.3);
}
/*.MqlUe{*/
/*.MqlUe{*/
/*    z-index: 99;*/
/*    background: red;*/
/*}*/
/*.MqlUe > *{*/
/*    z-index: -1;*/
/*}*/

.big-screen-container .reccomended_container .owl-theme .owl-nav, .new_trip_list .owl-theme .owl-nav{
    display: flex;
    justify-content: space-between;
    margin-top: 0 !important;
}
.reccomended_container .owl-carousel .owl-nav button.owl-prev, .reccomended_container .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot,
.new_trip_promo_container .owl-carousel .owl-nav button.owl-prev, .new_trip_promo_container .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot{
    font-size: 2rem !important;
    margin: 0 1rem !important;
    width: 1.5rem;
    padding: 0 !important;
}

.new_trip_promo_container .owl-nav.disabled{
    max-width: 72dvw !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;*/
/*}*/

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle{
    background: #0062cc !important;
}

.iti{
    display: block !important;
}
#bi-direction, .swap-route-wrapper{
    cursor: pointer !important;
}

/*.lower-layer img {*/
/*    position: absolute;*/
/*    bottom: 11.5rem;*/
/*    right: 1rem;*/
/*}*/
/*.lower-layer{*/
/*    border-top: 0 !important;*/
/*}*/
.driver_seat{
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    /*right: 2rem;*/
    border: 1px solid #E8E8E8;
    border-bottom: none;
}

/* 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;
}
/*.animated-div {*/
/*    transition: opacity 0.3s ease-in-out;*/
/*}*/

.hidden {
    opacity: 0;
}

#login aside, #register aside{
    padding: 2rem 60px 0 60px !important;
    min-height: 100dvh !important;
}
#login .access_social, #login .mobile_number, #login .password, #login .first_name, #login .last_name{
    margin: 0 !important;
    margin-bottom: 0.08rem !important;
}
#login figure, #register figure {
    margin: -45px -60px 10px -60px !important;
}
/*#login .divider{*/
/*    margin: 0 !important;*/
/*}*/
/*.toolTip{*/
/*    position: absolute;*/
/*    transform: rotate(90deg) !important;*/
/*}*/

.gx-5 > * {
    padding-right: 0.25rem !important; /* Adjust as needed */
    padding-left: 0.25rem !important; /* Adjust as needed */
}

nav{
    max-width: 100% !important;
}

.offcanvas-body{
    margin-top: 50px !important;
    padding: 0 !important;
    padding-top: 1rem !important;
}

.offcanvas-body section{
    position: unset !important;
    bottom: unset !important;
    top: unset !important;
    padding: 0 !important;
}
.offcanvas-body .card{
    height: 90vh;
}

.offcanvas-body .card-body{
    position: relative;
    min-height: 200px !important;
    overflow-y: auto;
}

#toTop{
    z-index: 99 !important;
}

.chat_box_bargain{
    z-index: 9999 !important;
}