﻿body {
    font-family: 'Poppins', serif !important;
    color: #565969;
    line-height: normal;
    font-size: 15px;
    font-weight: 400;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
}

    body .container {
        width: 100%;
        max-width: 1550px;
    }

:root {
    --primary-color: #1A1A1A;
    --secondary-color: #9288F8;
    --main-color: #6E39AE;
    --text-color: #8A8A8A;
    --background: #F9F9FE;
    --pure: #fff;
}

/*::-webkit-scrollbar {
    border-radius: inherit !important;
    width: 15px !important;
    height: auto !important;
    box-shadow: none !important;
}*/

/*::-webkit-scrollbar-thumb {
    border-radius: inherit !important;
    width: auto !important;
    background-color: rgba(26, 26, 26, 0.3) !important;
}*/
.disabled-state {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
}

/*::-webkit-scrollbar {
    width: auto !important;
    height: auto !important;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}*/

::-webkit-scrollbar-thumb {
    background-color: var(--main-color) !important;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
span,
label,
p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

    a:focus {
        outline: none;
    }

    a:focus-visible {
        outline: none;
    }

.headertop {
    padding: 30px 0 0;
    background-color: #f5f5f5;
    position: relative;
    z-index: 9;
}

body .headertop .container {
    max-width: 1712px;
}

.headerpart {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 19px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}

.headerright {
    display: flex;
    justify-content: flex-end;
    gap: 148px;
    align-items: center;
    padding: 8px 0 0;
    z-index: 1;
}

.appuser {
    display: flex;
    gap: 26px;
    justify-content: flex-start;
    align-items: center;
}

.headercontact a {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    background-image: url("../React/images/site/icon01.svg");
    background-position: -7px -10px;
    background-repeat: no-repeat;
    padding: 0 3px 0 33px;
}

    .headercontact a:hover, .headercontact a:focus {
        color: var(--secondary-color);
    }

.loginwrap {
    display: flex;
}

    .loginwrap a {
        width: 40px;
        height: 40px;
        display: inline-block;
        border: 1px solid var(--primary-color);
        border-radius: 20px;
        background-image: url("../React/images/site/icon01.svg");
        background-position: center -171px;
        background-repeat: no-repeat;
        cursor: pointer;
    }

.appheadbox {
    padding: 9px 29px;
    border: 1px solid var(--primary-color);
    display: flex;
    gap: 25px;
    border-radius: 50px;
}

    .appheadbox a {
        width: 18px;
        height: 20px;
        display: inline-block;
        background-image: url("../React/images/site/icon01.svg");
        background-position: center -350px;
        background-repeat: no-repeat;
    }

        .appheadbox a:last-child {
            background-position: center -522px;
        }

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}


.sitelogo a {
    float: left;
}

.headermenu {
    float: right;
}

    .headermenu .navbar-inverse {
        background-color: transparent;
        border: none;
        float: none;
        margin: 0;
        min-height: 10px;
        width: 100%;
        border-radius: 0;
        position: relative;
        z-index: 9;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

        .headermenu #myNavbar,
        .headermenu .navbar-inverse .container-fluid {
            padding: 0;
        }

    .headermenu .navbar-toggle .icon-bar {
        background: var(--primary-color);
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        margin-top: 4px !important;
    }

    .headermenu .navbar-inverse .navbar-nav {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        gap: 45px;
        width: 100%;
    }

        .headermenu .navbar-inverse .navbar-nav:after {
            display: none;
        }

        .headermenu .navbar-inverse .navbar-nav:before {
            display: none;
        }

    .headermenu .navbar-header {
        float: left;
    }

    .headermenu .navbar-collapse {
        padding: 0;
    }

    .headermenu .navbar-inverse .navbar-nav > li {
        display: inline-block;
        vertical-align: middle;
        list-style: none;
    }

        .headermenu .navbar-inverse .navbar-nav > li > a {
            display: inline-block;
            list-style-type: none;
            color: var(--primary-color);
            font-size: 16px;
            font-weight: 500;
            line-height: normal;
            position: relative;
            transition: all 0.6s;
            padding: 0;
        }

            .headermenu .navbar-inverse .navbar-nav > li > a:after {
                position: absolute;
                content: "";
                left: 0;
                right: 0;
                margin: 0 auto;
                bottom: -28px;
                width: 0;
                height: 2px;
                background-color: var(--primary-color);
                transition: ease 0.6s;
            }

            .headermenu .navbar-inverse .navbar-nav > li > a:hover:after, .headermenu .navbar-inverse .navbar-nav > li > a:focus:after, .headermenu .navbar-inverse .navbar-nav > li > a:active:after {
                width: 20px;
                transition: ease 0.6s;
            }

        .headermenu .navbar-inverse .navbar-nav > li .dropdown-menu > li > a {
            padding: 6px 20px;
        }

    .headermenu .dropdown-menu {
        /*margin: 6px 0 0 !important;*/
        left: auto;
        padding: 6px 0;
        border-radius: 0;
    }

    .headermenu .navbar-inverse .navbar-nav > li:hover .dropdown-menu {
        display: block;
        border-radius: 10px;
        overflow: hidden;
    }

    .headermenu .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .headermenu .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .headermenu .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
        background-color: transparent;
    }

    .headermenu .navbar-inverse .navbar-nav > li:hover .dropdown-menu {
        display: block;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a:focus,
    .headermenu .navbar-inverse .navbar-nav > li > a:hover,
    .headermenu .navbar-inverse .navbar-nav > li > a:active {
        text-decoration: none;
        background-color: transparent;
        color: var(--primary-color);
        transition: ease 0.6s;
    }

.pull-left {
    float: left !important;
}

.navbar-toggle {
    display: none;
    position: relative;
}

.cssmenu {
    float: left;
}

/* leftmenu end */

/* Home Page */

.sliderparts {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 80px;
    background-color: #F5F5F5;
}

.slider_pattern {
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

    .slider_pattern span {
        position: absolute;
        width: 488px;
        height: 488px;
        left: 0px;
        top: 28px;
        background: rgba(146, 136, 248, 0.12);
        filter: blur(200px);
        z-index: 2;
    }

    .slider_pattern .slider_pattern2 {
        position: absolute;
        right: 416px;
        left: auto;
        top: 198px;
        background: rgba(255, 241, 115, 0.16);
        filter: blur(200px);
    }

    .slider_pattern .slider_pattern3 {
        position: absolute;
        right: 12px;
        left: auto;
        top: -109px;
        background: rgba(49, 34, 92, 0.1);
        filter: blur(200px);
        z-index: 2;
    }

.bookingwrap {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    padding: 66px 0 0;
    z-index: 2;
    position: relative;
}

.slider_content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 85px;
    padding: 49px 0 0;
    width: 68.4%;
    position: relative;
    z-index: 1;
}

.slider_top {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.slider_head {
    display: flex;
    align-items: flex-start;
    gap: 26px;
    flex-direction: column;
    width: 50%;
    font-style: italic;
    font-family: "Crimson Pro", serif;
}

    .slider_head span {
        display: inline-block;
        padding: 0 0 0 80px;
        position: relative;
        color: var(--primary-color);
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
    }

        .slider_head span:before {
            position: absolute;
            content: "";
            left: 0;
            top: 12px;
            width: 60px;
            height: 1px;
            background-color: var(--primary-color);
        }

    .slider_head h1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 54px;
        color: var(--primary-color);
    }

.slider_offer {
    float: right;
    padding: 11px 10px 0 0;
}

.slider_tx {
    width: 100%;
    float: left;
    position: relative;
}

    .slider_tx p {
        display: inline-block;
        font-size: 28px;
        color: var(--primary-color);
        font-weight: 500;
    }

    .slider_tx span {
        font-weight: 700;
        animation: color-btn 1.6s linear infinite;
    }

@keyframes color-btn {
    0%,100% {
        color: var(--secondary-color);
    }

    50% {
        color: var(--primary-color);
    }
}

.slider_explore {
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.datetabbing {
    display: none;
}

.bookingform {
    width: 100%;
    float: left;
}

.booking_tabs {
    float: left;
    background-color: var(--pure);
    border: 1px solid rgba(26, 26, 26, 0.2);
    border-radius: 20px 20px 0 0;
    padding: 19px 18px 0;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    border-bottom: none;
    position: relative;
    z-index: 1;
}

    .booking_tabs:after, .booking_tabs:before {
        display: none !important;
    }

    .booking_tabs li {
        margin: 0 !important;
    }

        .booking_tabs li a {
            background-color: #F5F5F5;
            padding: 14px 30px 13px 55px;
            border-radius: 10px;
            font-size: 16px;
            line-height: normal;
            font-weight: 500;
            color: var(--primary-color);
            margin: 0;
            background-image: url('../React/images/site/icon01.svg');
            background-position: 17% -1194px;
            background-repeat: no-repeat;
            border: none !important;
        }

        .booking_tabs li.nav-item02 a {
            background-position: 18% -1538px;
        }

        .booking_tabs li a:hover, .booking_tabs li a.active {
            background-color: var(--main-color);
            color: var(--pure);
            background-position: 17% -1367px;
            cursor: pointer;
        }

        .booking_tabs li.nav-item02 a:hover, .booking_tabs li.nav-item02 a.active {
            background-position: 18% -1710px;
        }

.booking_input {
    width: 100%;
    float: left;
    background-color: var(--pure);
    border: 1px solid rgba(26, 26, 26, 0.2);
    border-radius: 0 20px 20px 20px;
    padding: 30px 20px 29px;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
    margin: -1px 0 0;
    display: flex;
    gap: 20px;
}

.bookingcity {
    width: 50.1%;
    float: left;
    border: 1px solid rgba(49, 34, 92, 0.1);
    border-radius: 16px;
    padding: 18px 20px 20px 18px;
    display: flex;
    align-items: center;
    gap: 42px;
    position: relative;
}

    .bookingcity.bookingdate {
        width: 38%;
        gap: 41px;
        padding: 18px 20px 20px 21px;
    }

.cityswapicon {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40px;
    width: 20px;
    height: 20px;
    background-image: url('../React/images/site/icon01.svg');
    background-position: center -3856px;
    background-repeat: no-repeat;
    float: left;
    cursor: pointer;
}

.bookinginput1 .css-kgjvsr-MuiAutocomplete-root .MuiInput-root {
    padding-bottom: 0;
}

.bookingicon {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}

    .bookingicon i {
        display: inline-block;
        width: 34px;
        height: 44px;
        background-color: #F5F5F5;
        border-radius: 14px;
        background-image: url(../React/images/site/available_icon.svg);
        background-position: center 4px;
        background-repeat: no-repeat;
        position: relative;
        top: 1px;
    }

.bookinginput1 .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-kgjvsr-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0;
}

.bookingdate .bookingicon i {
    background-position: center -162px;
}

.table-condensed > tbody > tr > td.today {
    background-color: var(--secondary-color);
    color: var(--pure);
    border-radius: 4px;
    background-image: none;
}

.table-condensed > tbody > tr > td.active {
    background-color: var(--primary-color) !important;
    color: var(--pure);
    border-radius: 4px;
    background-image: none !important;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    text-align: center;
    cursor: pointer;
}

.bookingpart {
    width: 79%;
    float: left;
}

.bookinginput1 {
    width: 100%;
    display: inline-block;
}

    .bookinginput1 input {
        font-size: 18px !important;
        font-weight: 500;
        color: var(--primary-color) !important;
        border: none;
        width: 100% !important;
        display: inline-block;
        outline: none !important;
        padding: 0 !important;
        line-height: 27px !important;
        height: auto;
        font-family: 'Poppins', serif !important;
    }

        .bookinginput1 input[type="text"]::-webkit-input-placeholder {
            color: var(--primary-color) !important;
        }

        .bookinginput1 input::-webkit-input-placeholder {
            /* Chrome */
            color: var(--primary-color) !important;
        }

        .bookinginput1 input::-moz-placeholder {
            /* Firefox 19+ */
            color: var(--primary-color) !important;
        }

    .bookinginput1::-webkit-input-placeholder {
        /* Chrome */
        color: var(--primary-color) !important;
    }

    .bookinginput1::-moz-placeholder {
        /* Firefox 19+ */
        color: var(--primary-color) !important;
    }

    .bookinginput1 .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
        border: none !important;
    }

    .bookinginput1 .css-1tb7pjp-MuiInputBase-root-MuiInput-root:after {
        border: none !important;
    }

    .bookinginput1 .css-kgjvsr-MuiAutocomplete-root {
        width: 100%;
    }

    .bookinginput1 .redclr {
        left: 45px;
        bottom: -18px;
    }

.bookingpart.bookingpart03 .bookinginput1 .redclr {
    left: -9px;
}

.bookingpart label {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    padding: 0 0 8px;
}

.bookingsearch {
    width: 8.03%;
    float: right;
}

    .bookingsearch button {
        width: 100%;
        display: inline-block;
        background-color: var(--main-color);
        border: none;
        border-radius: 16px;
        color: var(--pure);
        height: 100px;
        font-size: 17px;
        font-weight: 500;
        padding: 6px 0 0 !important;
    }

        .bookingsearch button:hover, .bookingsearch button:focus {
            background-color: var(--primary-color);
            color: var(--pure);
        }

.bookingpart .css-1q60rmi-MuiAutocomplete-endAdornment {
    display: none !important;
}

.slider_discount {
    background-color: rgba(255, 255, 255, 0.2);
    border: 4px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    height: 537px;
    width: 27%;
    padding: 50px 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    position: relative;
}

    .slider_discount:after {
        position: absolute;
        content: "";
        right: -4px;
        bottom: -4px;
        width: 198px;
        height: 158px;
        background-image: url(../React/images/site/discount_design.png);
        background-position: right bottom;
        background-repeat: no-repeat;
    }

    .slider_discount:before {
        position: absolute;
        content: "";
        left: -24px;
        bottom: -4px;
        width: 308px;
        height: 301px;
        background-image: url(../React/images/site/discount_img.webp);
        background-position: left bottom;
        background-repeat: no-repeat;
    }

    .slider_discount h2 {
        font-size: 36px;
        text-align: left;
        line-height: 46px;
        position: relative;
        display: inline-block;
        font-weight: 700;
        font-style: italic;
        font-family: "Crimson Pro", serif !important;
        -webkit-text-fill-color: transparent;
        padding: 0 0 22px 47px;
        background: linear-gradient(to right, #757575, #1A1A1A);
        background-clip: text;
        color: transparent;
        width: 100%;
    }

        .slider_discount h2:before {
            position: absolute;
            content: "";
            left: 0;
            top: -3px;
            width: 277px;
            height: 50px;
            background-color: rgba(255, 255, 255, 0.6);
            z-index: -1;
        }

    .slider_discount i {
        /*font-style: normal;*/
        display: block;
        background: linear-gradient(to right, #1A1A1A, #757575);
        background-clip: text;
        color: transparent;
    }

.discount_txt {
    float: right;
    padding: 13px 15px 23px;
    background-color: #F9F9F9;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    position: relative;
    right: 18px;
    display: none;
    flex-direction: column;
}

    .discount_txt span {
        font-size: 40px;
        font-weight: 600;
        color: var(--primary-color);
        line-height: 60px;
        float: left;
    }

    .discount_txt h4 {
        font-size: 16px;
        font-weight: 500;
        color: var(--text-color);
        line-height: 24px;
        display: inline-block;
    }

    .discount_txt p {
        display: block;
    }

.slider_mainarea {
    width: 100%;
    float: left;
    position: relative;
}

    .slider_mainarea:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 1237px;
        background: linear-gradient(180deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
    }

.slideroffer {
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    top: 130px;
    left: 0;
}

    .slideroffer span {
        position: absolute;
        width: 534px;
        height: 534px;
        left: 0;
        top: 130px;
        background: rgba(146, 136, 248, 0.12);
        filter: blur(200px);
    }

    .slideroffer .slideroffer2 {
        position: absolute;
        width: 810px;
        height: 810px;
        left: auto;
        right: 67px;
        top: 0;
        background: rgba(49, 34, 92, 0.1);
        filter: blur(400px);
    }

    .slideroffer .slideroffer3 {
        position: absolute;
        width: 375px;
        height: 375px;
        left: auto;
        right: 52px;
        top: auto;
        bottom: 206px;
        background: rgba(255, 241, 115, 0.14);
        filter: blur(200px);
    }

.slider_imgpart {
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
    padding: 0 0 70px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.2);
}

.slider_section {
    width: 100%;
    float: left;
}

.slider_imgpart_mbl {
    display: none;
}

.sliderwrapper .fade:not(.show) {
    opacity: 1 !important;
}

.sliderwrapper {
    width: 100%;
    float: left;
    position: relative;
    right: 0;
    top: 0;
}

.carousel {
    padding-top: 0;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

    .carousel > ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .carousel .slide {
        display: none;
    }

    .carousel img {
        width: 100%;
        border-radius: 20px;
    }

    .carousel .slide[data-active] {
        display: block;
        position: relative;
    }

    .carousel .arrow {
        position: absolute;
        top: 47.4%;
        font-size: 32px;
        padding: 0;
        display: flex;
        color: var(--text);
        border-radius: 6px;
    }

        .carousel .arrow:hover {
            background: var(--secondary);
            cursor: pointer;
        }

        .carousel .arrow.left {
            left: 2rem;
        }

        .carousel .arrow.right {
            right: 2rem;
        }

        .carousel .arrow > svg {
            width: 40px;
            height: 40px;
        }

    .carousel .fade {
        animation: fadeInAnimation ease 1s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.ofr_discount_card {
    width: 100%;
    float: left;
    padding: 70px 0 0;
    position: relative;
    z-index: 1;
}

.ofr_discount {
    width: 100%;
    float: left;
    padding: 0 0 0 192px;
}

.offer_card_left {
    width: 23.2%;
    float: left;
}

.offer_icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.offer_box {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    /*background-image: url("../React/images/site/offer_card_03.webp");
    background-position: center top;
    width: 395px;
    height: 519px;
    background-size: 100%;
    background-repeat: no-repeat;*/
}

/*.offer_box.offer_box2 {
        background-image: url("../React/images/site/offer_card_02.webp");
    }*/

.offer_card_left .row {
    margin: 0 !important;
}

.offer_card_left .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 31px 0 0;
}

    .offer_card_left .owl-dots button {
        height: 10px;
        line-height: 10px !important;
    }

        .offer_card_left .owl-dots button span {
            width: 10px;
            height: 10px;
            display: inline-block;
            background-color: rgba(26, 26, 26, 0.2);
            border-radius: 10px;
        }

        .offer_card_left .owl-dots button.active {
            border: 1px solid var(--primary-color);
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: transparent;
        }

            .offer_card_left .owl-dots button.active span {
                background-color: var(--primary-color);
            }

.top_routes {
    width: 71.2%;
    float: right;
}

.top_routes_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 84%;
    float: left;
    padding: 20px 0 40px;
}

    .top_routes_top p {
        color: var(--primary-color);
        font-size: 18px;
        font-weight: 400;
        text-align: left;
        display: inline-block;
        line-height: 30px;
        width: 34%;
    }

.toptitle {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 48px;
    display: inline-block;
    font-style: italic;
    font-family: "Crimson Pro", serif !important;
}

    .toptitle i {
        display: block;
    }

.slider_head i {
    display: block;
}

.destination_route {
    width: 100%;
    float: left;
    padding: 60px 0 0;
    border-top: 1px solid rgba(26, 26, 26, 0.2);
}

    .destination_route ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        gap: 30px;
        align-items: flex-start;
    }

        .destination_route ul li {
            display: flex;
            flex-direction: column;
            gap: 14px;
            align-items: flex-start;
        }

        .destination_route ul .booknowin {
            display: flex;
            gap: 10px;
            align-items: center;
        }

            .destination_route ul .booknowin label {
                display: inline-block;
                width: 50px;
                height: 50px;
                background: #ECEAFF;
                background-image: url(../React/images/site/icon01.svg);
                background-position: center -1884px;
                background-repeat: no-repeat;
                border-radius: 50%;
            }

        .destination_route ul .booknowright {
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            gap: 8px;
        }

            .destination_route ul .booknowright span {
                display: inline-block;
                font-size: 16px;
                font-weight: 500;
                line-height: 24px;
                color: var(--primary-color);
            }

            .destination_route ul .booknowright a {
                font-size: 12px;
                font-weight: 500;
                color: var(--primary-color);
                line-height: 18px;
                background-color: transparent;
                border: 1px solid rgba(138, 138, 138, 0.4);
                border-radius: 30px;
                padding: 4px 15px;
            }

                .destination_route ul .booknowright a:hover, .destination_route ul .booknowright a:focus {
                    color: var(--pure);
                    background-color: var(--primary-color);
                }

body .servicewrap .container {
    width: 100%;
    max-width: 1545px;
}

.serappdiv {
    float: left;
    width: 100%;
}

.serappmain {
    float: left;
    width: 100%;
    position: relative;
}

.servicewrap {
    float: left;
    width: 100%;
    padding: 92px 0 0;
}

.servicearea {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.servicearealeft {
    float: left;
    width: 32.4%;
}

    .servicearealeft p {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        text-align: justify;
        color: rgb(26 26 26 / 80%);
    }

        .servicearealeft p.blodtext {
            font-weight: 500;
            padding: 60px 0 20px;
        }

.servicearearight {
    float: right;
    width: 60%;
    position: relative;
}

    .servicearearight:after {
        position: absolute;
        content: "";
        width: 805px;
        height: 805px;
        right: 0;
        top: -92px;
        background: rgba(49, 34, 92, 0.1);
        filter: blur(200px);
        z-index: -1;
    }

.serviceareabox {
    display: flex;
    width: 100%;
    gap: 20px;
    padding: 4px 0 0;
}

.servicepart {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-end;
}

    .servicepart.servicepart1 {
        align-items: flex-end;
    }

.servicebox {
    float: left;
    width: 320px;
    background: rgba(255, 255, 255, 0.2);
    border: 4px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 26px 16px 37px;
}

    .servicebox p {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        text-align: left;
        color: var(--primary-color);
        padding: 29px 0 0;
    }

        .servicebox p i {
            display: block;
            font-style: normal;
        }

    .servicebox.servicebox04 p {
        color: var(--secondary-color);
        text-align: center;
        float: left;
        width: 100%;
        padding: 25px 0 0;
        /*font-style: italic;
        font-family: "Crimson Pro", serif !important;*/
    }

.serviceicon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .serviceicon span {
        width: 64px;
        height: 64px;
        background-color: #f0c6f4;
        border-radius: 14px;
        float: left;
        background-image: url(../React/images/site/icon01.svg);
        background-position: center -2058px;
        background-repeat: no-repeat;
    }

    .serviceicon em {
        width: 166px;
        height: 0px;
        border: 1px solid rgba(138, 138, 138, 0.2);
        float: right;
    }

.servicepart.servicepart2 {
    width: 26%;
}

.servicebox.servicebox02,
.servicebox.servicebox04 {
    width: 232px;
}

    .servicebox.servicebox02 .serviceicon em {
        width: 105px;
    }

    .servicebox.servicebox02 .serviceicon span {
        background-color: #ffe3d4;
        background-position: center -2242px;
    }

    .servicebox.servicebox02 p {
        padding: 46px 0 0;
    }

.servicebox02 .serviceicon span.middleicon {
    background-color: #ced1f4;
    background-position: center -2426px;
}

.servicebox.servicebox04 {
    height: 130px;
    background: rgba(146, 136, 248, 0.2);
    border: 4px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 0;
}

    .servicebox.servicebox04 span {
        float: left;
        width: 36px;
        height: 36px;
        background-image: url(../React/images/site/icon01.svg);
        background-position: center -2625px;
        background-repeat: no-repeat;
    }

.servicepart3 .servicebox02 span {
    background-position: center -2798px !important;
}

.servicepart3 .servicebox01 span {
    background-position: center -2982px !important;
}

/* Application style*/

.appwrap {
    float: left;
    width: 100%;
    padding: 96px 0 0;
}

.appwraparea {
    float: left;
    width: 100%;
    padding: 100px 0;
    position: relative;
}

    .appwraparea::after {
        position: absolute;
        content: "";
        width: 920px;
        height: 920px;
        right: 0;
        top: 0;
        background: rgba(49, 34, 92, 0.1);
        filter: blur(200px);
        z-index: -1;
    }

.appleft {
    float: left;
    width: 29.1%;
    text-align: right;
    margin: -98px 0 0;
    position: relative;
}

    .appleft::after {
        position: absolute;
        content: "";
        width: 488px;
        height: 488px;
        left: -82px;
        top: 0;
        background: rgba(255, 241, 115, 0.14);
        filter: blur(100px);
        z-index: -1;
    }

    .appleft::before {
        position: absolute;
        content: "";
        width: 488px;
        height: 244px;
        left: 52px;
        bottom: -78px;
        background: rgba(49, 34, 92, 0.14);
        filter: blur(100px);
        z-index: -1;
    }

.appwraptop {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(26, 26, 26, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 40px;
    float: left;
    width: 100%;
}

.appright {
    float: right;
    width: 61.5%;
    padding: 79px 0 0;
}

    .appright h4 {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        color: var(--primary-color);
        padding: 36px 0 18px;
    }

        .appright h4 u {
            font-weight: 600;
        }

    .appright p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        color: var(--text-color);
    }

        .appright p i {
            display: block;
            font-style: normal;
        }

.appfeature {
    display: flex;
    flex-wrap: wrap;
    width: 60.3%;
    gap: 10px 0;
    padding: 32px 0 0;
}

    .appfeature span {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        color: var(--primary-color);
        padding: 0 0 0 38px;
        width: 50%;
        background-image: url(../React/images/site/icon01.svg);
        background-position: -9px -3177px;
        background-repeat: no-repeat;
    }

.appwrapbottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 92px 0 0;
    gap: 59px;
}

    .appwrapbottom span {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #ffffff;
        background-color: var(--primary-color);
        padding: 17px 50px;
        border-radius: 0 0 14px 14px;
    }

.applink {
    display: flex;
    gap: 26px;
}

/* Short Trip style */

.gotripdiv {
    float: left;
    width: 100%;
}

.gotriparea {
    float: left;
    width: 100%;
}

.gotripdetails {
    float: left;
    width: 100%;
}

.gotriptabbing {
    float: left;
    width: 100%;
    padding: 60px 0 0;
}

body .gotriptabbing .container {
    max-width: 1564px;
}

.gotripblock {
    float: left;
    width: 100%;
}

    .gotripblock .gotripmenu {
        list-style: none;
        padding: 0 0 0 10px;
        margin: 0;
        display: flex;
        justify-content: flex-start;
        width: 100%;
        gap: 10px;
    }

        .gotripblock .gotripmenu li {
            padding: 11px 33px 10px;
            background: #ffffff;
            border: 1px solid var(--primary-color);
            border-radius: 100px;
            font-size: 16px;
            font-weight: 500;
            color: var(--primary-color);
            cursor: pointer;
        }

        .gotripblock .gotripmenu .active {
            background-color: var(--secondary-color);
            cursor: default;
            color: var(--pure);
            border: 1px solid var(--secondary-color);
        }

.gotritabcount {
    padding: 40px 0 0 0;
    float: left;
    width: 100%;
    text-align: center;
}

.gotritabcount {
    display: none;
}

    .gotritabcount.active {
        display: block;
    }

    .gotritabcount .slick-prev, .gotritabcount .slick-next {
        top: -64px;
        width: 60px;
        height: 40px;
        background-color: transparent;
        bottom: 0;
        margin: 0;
        border-radius: 50px;
        opacity: 1;
        left: auto;
        right: 82px;
        z-index: 1;
        text-align: center;
        background-image: url("../React/images/site/icon01.svg") !important;
        background-position: center -3679px !important;
        background-repeat: no-repeat !important;
        border: 1px solid var(--primary-color) !important;
        line-height: 36px !important;
    }

    .gotritabcount .slick-next {
        left: auto;
        right: 0;
        background-position: center -3679px;
        transform: rotate(-180deg);
        top: -84px;
    }

        .gotritabcount .slick-prev:before,
        .gotritabcount .slick-next:before {
            display: none !important;
        }

.slick-track {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.tripicon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.tripboxarea {
    float: left;
    border: 1px solid rgb(26 26 26 / 40%);
    border-radius: 20px;
    background-color: var(--pure);
    display: flex;
    flex-direction: column;
    width: 362px;
    padding: 0 0 20px;
}

.tripimg {
    float: left;
    position: relative;
    width: 100%;
}

    .tripimg img {
        border-radius: 19px 19px 0 0;
        width: 100%;
        max-width: 100% !important;
        object-fit: cover;
    }

.triptime {
    position: absolute;
    right: 12px;
    top: 12px;
}

    .triptime label {
        align-items: center;
        padding: 8px 20px 6px;
        background: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(2px);
        border-radius: 60px;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        color: var(--pure);
    }

.tripbox {
    float: left;
    padding: 20px 19px 19px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    height: 225px;
}

    .tripbox h4 {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: var(--primary-color);
        text-align: left;
        padding: 0 0 9px;
    }

    .tripbox span {
        font-family: "Poppins";
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        display: flex;
        align-items: center;
        color: var(--text-color);
        padding: 0 0 0 24px;
        background-image: url(../React/images/site/icon01.svg);
        background-position: -10px -3345px;
        background-repeat: no-repeat;
    }

    .tripbox p {
        text-align: left;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        color: var(--primary-color);
        display: inline-block;
        width: 100%;
        padding: 12px 0 0;
    }

.triprice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 19px 20px 0;
    border-top: 1px solid rgba(26, 26, 26, 10%);
    margin: 21px 0 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

    .triprice label {
        font-size: 16px;
        font-weight: 600;
        color: var(--primary-color);
        float: left;
    }

        .triprice label i {
            padding: 2px 4px;
        }

    .triprice a {
        border-radius: 40px;
        border: 1px solid var(--primary-color);
        padding: 7px 19px 5px;
        text-decoration: none;
        color: var(--primary-color);
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
    }

        .triprice a:hover {
            color: var(--pure);
            background-color: var(--secondary-color);
            border-color: var(--secondary-color);
        }
/*Gallery Style*/
.gallerydiv {
    float: left;
    width: 100%;
}

.galleryarea {
    float: left;
    width: 100%;
    padding: 100px 0 0;
    position: relative;
}

.gallerytabbing {
    float: left;
    width: 100%;
    padding: 60px 0 0;
}

body .gallerytabbing .container {
    max-width: 1564px;
}

.galleryblock {
    float: left;
    width: 100%;
}

    .galleryblock .gallerymenu {
        list-style: none;
        padding: 0 0 0 10px;
        margin: 0;
        display: flex;
        justify-content: flex-start;
        width: 100%;
        gap: 10px;
    }

        .galleryblock .gallerymenu li {
            padding: 11px 33px 10px;
            background: #ffffff;
            border: 1px solid var(--primary-color);
            border-radius: 100px;
            font-size: 16px;
            font-weight: 500;
            color: var(--primary-color);
            cursor: pointer;
        }

        .galleryblock .gallerymenu .active {
            background-color: var(--secondary-color);
            cursor: default;
            color: var(--pure);
            border: 1px solid var(--secondary-color);
        }

.gallerytabpart {
    padding: 40px 0 0 0;
    float: left;
    width: 100%;
    text-align: center;
}

.galleryimg {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

    .galleryimg img {
        border-radius: 20px;
    }

.gallerytabpart .slick-prev,
.gallerytabpart .slick-next {
    top: -64px;
    width: 60px;
    height: 40px;
    line-height: 36px !important;
    border: 1px solid var(--primary-color) !important;
    background-color: transparent;
    bottom: 0;
    margin: 0;
    border-radius: 40px;
    opacity: 1;
    left: auto;
    right: 82px;
    z-index: 1;
    text-align: center;
    background-image: url("../React/images/site/icon01.svg") !important;
    background-position: center -3679px !important;
    background-repeat: no-repeat !important;
}

.gallerytabpart .slick-next {
    left: auto;
    right: 0;
    background-position: center -3679px;
    transform: rotate(-180deg);
    top: -84px;
}

    .gallerytabpart .slick-prev:before,
    .gallerytabpart .slick-next:before {
        display: none !important;
    }

/*Wallet*/

.wallet {
    width: 100%;
    float: left;
}

/*.walletsection {
    width: 100%;
    float: left;
    padding: 60px 0 0;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
}

.walletarea {
    border-radius: 20px;
    border: 4px solid rgba(146, 136, 248, 0.12);
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    width: 32%;
    height: 380px;
    padding: 30px;
}

    .walletarea span {
        display: inline-block;
        width: 64px;
        height: 64px;
        background-image: url("../React/images/site/wallet_icon.svg");
        background-position: center -10px;
        background-repeat: no-repeat;
    }

    .walletarea.walletarea2 span {
        background-position: center -224px;
    }

    .walletarea.walletarea3 span {
        background-position: center -438px;
    }

    .walletarea h2 {
        color: var(--primary-color);
        font-size: 22px;
        font-weight: 500;
        line-height: 30px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 20px 0 0;
    }

        .walletarea h2 a {
            font-size: 17px;
            font-weight: 500;
            line-height: 26px;
            color: var(--secondary-color);
            text-decoration: underline !important;
        }

    .walletarea.walletarea3 h2 a {
        text-decoration: inherit !important;
    }

    .walletarea h4 {
        font-size: 15px;
        font-weight: 500;
        color: var(--primary-color);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 3px 10px;
        padding: 30px 0 25px;
    }

    .walletarea p {
        color: var(--text-color);
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }

    .walletarea label {
        font-weight: 500;
        text-decoration: underline !important;
    }*/

/*New Wallet*/

.walletparts {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    position: relative;
}

.walletparts2:after {
    position: absolute;
    content: "";
    width: 810px;
    height: 810px;
    right: 0;
    bottom: -36px;
    background-color: rgba(49, 34, 92, 0.1);
    filter: blur(200px);
}

.walletcontent {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 27px;
    align-items: flex-start;
    padding: 100px 0 0;
}

.wallet_left {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 34px;
    width: 66%;
}

.wallet_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .wallet_text span {
        width: 46px;
        height: 28px;
        background-color: #CED1F4;
        border-radius: 30px;
        color: var(--primary-color);
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wallet_text.wallet_text2 span {
        background-color: #F0C6F4;
    }

    .wallet_text.wallet_text3 span {
        background-color: #FFE3D4;
    }

    .wallet_text h3 {
        font-size: 22px;
        font-weight: 500;
        line-height: 33px;
        color: var(--primary-color);
        padding: 14px 0 6px;
        display: inline-block;
    }

    .wallet_text p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: var(--text-color);
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .wallet_text.wallet_text3 p {
        gap: 4px;
        flex-wrap: wrap;
    }

    .wallet_text em {
        height: 20px;
    }

    .wallet_text a {
        text-decoration: underline !important;
        font-weight: 500;
        color: var(--text-color);
        cursor: pointer;
    }

        .wallet_text a:hover {
            color: var(--secondary-color);
        }

.wallet_right {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}

.wallet_boxes {
    display: flex;
    width: 380px;
    height: 212px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 4px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 40px 26px 0;
}

    .wallet_boxes.wallet_boxes4 {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 18px;
        padding: 12px 0 0;
        width: 212px;
        background-color: rgba(146, 136, 248, 0.2);
    }

    .wallet_boxes span {
        width: 64px;
        height: 64px;
        display: inline-block;
        background-image: url("../React/images/site/wallet_icon.svg");
        background-position: center -10px;
        background-repeat: no-repeat;
    }

    .wallet_boxes.wallet_boxes2 span {
        background-position: center -224px;
    }

    .wallet_boxes.wallet_boxes3 span {
        background-position: center -438px;
    }

    .wallet_boxes.wallet_boxes4 span {
        width: 60px;
        height: 60px;
        background-position: center -652px;
    }

    .wallet_boxes.wallet_boxes4 h4 {
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        color: var(--main-color);
        display: inline-block;
    }

    .wallet_boxes h3 {
        padding: 14px 0 0 20px;
        vertical-align: top;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        color: var(--primary-color);
        width: 79%;
        display: flex;
    }

    .wallet_boxes p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: var(--text-color);
    }

        .wallet_boxes p a {
            text-decoration: underline !important;
            font-weight: 500;
            color: var(--text-color);
            cursor: pointer;
        }

            .wallet_boxes p a:hover {
                color: var(--secondary-color);
            }

/*Branding*/

.branding {
    width: 100%;
    float: left;
}

.brandingparts {
    width: 100%;
    float: left;
    padding: 100px 0 0;
}

.brandinglogo {
    width: 100%;
    float: left;
    padding: 50px 0 0;
}

    .brandinglogo .owl-dots, .brandinglogo .owl-nav {
        display: none;
    }

.logo_icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.logo_box {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-image: url("../React/images/site/purple_brand_logo.webp");
    background-position: center 0;
    background-repeat: no-repeat;
    width: 189px;
    height: 61px;
}

    .logo_box.logo_box2 {
        background-position: center -90px;
    }

    .logo_box.logo_box3 {
        background-position: center -182px;
    }

    .logo_box.logo_box4 {
        background-position: center -274px;
    }

    .logo_box.logo_box5 {
        background-position: center -366px;
    }

    .logo_box.logo_box6 {
        background-position: center -458px;
    }

    .logo_box.logo_box7 {
        background-position: center -550px;
    }
/*testimonials*/
.testimonials {
    width: 100%;
    float: left;
    padding: 100px 0 106px;
    position: relative;
}

.test_pattern {
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

    .test_pattern span {
        position: absolute;
        width: 488px;
        height: 488px;
        left: 0;
        top: 134px;
        background: rgba(255, 241, 115, 0.1);
        filter: blur(200px);
    }

    .test_pattern .test_pattern2 {
        position: absolute;
        width: 488px;
        height: 488px;
        left: 0;
        right: 184px;
        margin: 0 auto;
        top: 148px;
        background: rgba(49, 34, 92, 0.04);
        filter: blur(200px);
    }

    .test_pattern .test_pattern3 {
        position: absolute;
        width: 920px;
        height: 920px;
        left: auto;
        right: 0;
        top: 20px;
        background: rgba(49, 34, 92, 0.1);
        filter: blur(400px);
    }

.testimonialsparts {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

    .testimonialsparts .toptitle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

        .testimonialsparts .toptitle span {
            display: inline-block;
            width: 68.2%;
            height: 1px;
            background-color: var(--primary-color);
        }

.testimonialslide {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

.test_left {
    width: 24.5%;
    float: left;
}

    .test_left h1 {
        font-size: 28px;
        font-weight: 500;
        line-height: 45px;
        color: var(--primary-color);
        display: inline-block;
        font-style: italic;
        font-family: "Crimson Pro", serif !important;
        padding: 21px 0 0;
    }

.test_right {
    float: right;
    width: 70%;
    padding: 0;
    position: relative;
    right: -30px;
}

    .test_right .row {
        margin: 0 !important;
    }

.test_icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.test_box {
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    width: 494px;
    height: 320px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 4px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    margin: 20px 0;
}

.test_box_top {
    display: inline-block;
    position: relative;
}

    .test_box_top label {
        position: absolute;
        top: 37.5%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 52px;
        height: 52px;
        background-color: var(--secondary-color);
        border-radius: 50%;
        background-image: url("../React/images/site/icon01.svg");
        background-position: center -3502px;
        background-repeat: no-repeat;
        cursor: pointer;
    }

.test_right .owl-carousel.owl-drag .owl-item {
    width: 519px;
    margin: 0 12px !important;
}

.test_box_btm {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
    padding: 0 0 0 20px;
}

    .test_box_btm h4 {
        color: var(--primary-color);
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        display: inline-block;
    }

    .test_box_btm p {
        color: var(--primary-color);
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        display: inline-block;
    }

.owl-carousel.owl-drag .owl-item {
    text-align: center;
}

.test_right .owl-carousel .owl-nav.disabled {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: absolute;
    left: 20px;
    right: 0;
    margin: 0 auto;
    bottom: -106px;
}

.test_right .owl-carousel .owl-dots.disabled {
    display: flex;
    justify-content: center;
}

.test_right .owl-carousel .owl-dots button {
    width: 82px;
    height: 2px;
    display: inline-block;
    background-color: rgba(26, 26, 26, 0.1);
}

    .test_right .owl-carousel .owl-dots button.active, .test_right .owl-carousel .owl-dots button:hover {
        background-color: var(--primary-color);
    }

.test_right .owl-dots {
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 36px;
}

.test_right .owl-nav button {
    width: 60px;
    height: 40px;
    border: 1px solid var(--primary-color) !important;
    border-radius: 40px;
    line-height: 36px !important;
}

    .test_right .owl-nav button span {
        font-size: 0;
        color: transparent;
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url("../React/images/site/icon01.svg");
        background-position: center -3684px;
        background-repeat: no-repeat;
    }

.test_right .owl-nav .owl-next span {
    transform: scaleX(-1);
    left: 2px;
    position: relative;
}

/*Available Routes*/

.availableroutes {
    width: 100%;
    float: left;
}

.availableparts {
    width: 100%;
    float: left;
}

.availablebooking {
    width: 100%;
    float: left;
    padding: 16px;
    background-color: rgba(26, 26, 26, 0.02);
}

.avbookingform {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    gap: 100px;
    align-items: center;
}

.avbookingpart {
    width: 70.2%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    background-color: var(--pure);
    padding: 12px 12px 12px 19px;
    border: 1px solid rgba(26, 26, 26, 0.1);
}

.bookinput {
    width: 42.5%;
    display: flex;
    align-items: flex-start;
}

    .bookinput.bookinput2 {
        width: 42%;
    }

.cancellationbox .bookinginput .css-kgjvsr-MuiAutocomplete-root .MuiAutocomplete-inputRoot .MuiAutocomplete-input, .cancellationbox .bookinginput input {
    padding: 0 0 0 37px !important;
    background-position: 7px 5px;
    line-height: 46px;
    height: 46px;
}

.cancellationbox .inputboxp002 .bookinginput .css-kgjvsr-MuiAutocomplete-root .MuiAutocomplete-inputRoot .MuiAutocomplete-input, .cancellationbox .inputboxp002 .bookinginput input {
    background-image: none !important;
    padding: 0 0 0 20px !important;
}

.cancellationbox .inputboxp01 .redclr {
    bottom: -19px;
    padding: 0;
    left: 0;
    font-size: 13px;
    font-weight: 400;
}

.bookinginput {
    width: 50%;
    padding: 2px 0 0;
    position: relative;
}

    .bookinginput .css-kgjvsr-MuiAutocomplete-root .MuiAutocomplete-inputRoot .MuiAutocomplete-input, .bookinginput input {
        border: none;
        padding: 0 0 0 27px !important;
        background-image: url(../React/images/site/available_icon.svg);
        background-position: -5px -5px;
        background-repeat: no-repeat;
        display: inline-block;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        color: var(--primary-color);
        line-height: 26px;
        height: 26px;
        outline: none !important;
        font-family: 'Poppins', serif !important;
    }

    .bookinginput .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-kgjvsr-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 15px;
    }

    .bookinginput .css-kgjvsr-MuiAutocomplete-root {
        width: 100%;
        padding: 0 12px 0 0;
    }

    .bookinginput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
        border: none !important;
    }

    .bookinginput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:after {
        border: none !important;
    }

    .bookinginput input {
        background-position: -5px -172px;
        padding: 0 0 0 29px !important;
    }

.avsearchbook {
    width: 15%;
    float: right;
}

    .avsearchbook a {
        background-color: var(--main-color);
        color: var(--pure);
        border-radius: 12px;
        font-size: 16px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        height: 56px;
        cursor: pointer;
    }

        .avsearchbook a:hover, .avsearchbook a:focus {
            background-color: var(--primary-color);
            color: var(--pure);
        }

#Showfemaleline {
    width: 100%;
    float: left;
}

.femaleline {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #5D983A;
    padding: 10px 20px;
}

    .femaleline label {
        color: var(--pure);
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        display: inline-block;
        width: 100%;
        animation: blink 1.5s infinite;
    }

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }
}

.availablewrap {
    width: 100%;
    float: left;
}

.availabledetails {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 0 0;
    gap: 26px;
}

.availablefilters {
    flex-basis: 19.8%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
}

.filter_tab_main {
    padding: 0 0 26px;
}

.filter-drawer {
    border: 1px solid rgba(26, 26, 26, 0.2);
    background-color: var(--pure);
    border-radius: 16px;
    padding: 25px 23px 23px;
}

.filter-drawer__content-wrapper {
    max-height: 0px;
    overflow: hidden;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}

.filter-drawer__title {
    color: var(--primary-color);
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
    transition: all 0.25s ease-out;
}

    .filter-drawer__title::after {
        position: absolute;
        right: 1px;
        top: -2px;
        content: "";
        width: 24px;
        height: 24px;
        background-image: url(../React/images/site/available_icon.svg);
        background-position: center -342px;
        background-repeat: no-repeat;
        transform: rotate(-90deg);
        transition: 0.25s ease-in-out;
    }

.filter-drawer__trigger:checked + .filter-drawer__title + .filter-drawer__content-wrapper {
    max-height: 100%;
}

.filter-drawer__trigger:checked + .filter-drawer__title::after {
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

.filter-drawer__content {
    display: flex;
    gap: 12px;
    padding: 25px 0 0;
    flex-wrap: wrap;
}

.filter-drawer__content_input {
    flex-basis: 47.6%;
}

.filter-drawer input[type="checkbox"] {
    display: none;
}

.filter-drawer__content_input input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.filter-drawer__content_input label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: var(--text-color);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin: 0;
    border-radius: 8px;
    padding: 8px 0;
    border: 1px solid rgba(26, 26, 26, 0.2)
}

.filter-drawer__content_input :checked + label {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
    width: 100%;
    float: left;
}

    .filter-drawer__content_input :checked + label:before {
        content: "";
        background-color: grey;
        transform: scale(1);
    }

.ba-we-love-subscribers-wrap {
    width: 100%;
    float: left;
}

.filter-drawer2 .filter-drawer__content {
    display: flex;
    gap: 12px;
    padding: 25px 0 0;
    flex-direction: column;
}

.filter-drawer2 .filter-drawer__content_input {
    flex-basis: 100%;
}

    .filter-drawer2 .filter-drawer__content_input label {
        justify-content: flex-start;
        padding: 8px 0 8px 48px;
        background-image: url(../React/images/site/available_icon.svg);
        background-position: 15px -507px;
        background-repeat: no-repeat;
    }

    .filter-drawer2 .filter-drawer__content_input.filtertime2 label {
        background-position: 15px -674px;
    }

    .filter-drawer2 .filter-drawer__content_input.filtertime3 label {
        background-position: 15px -842px;
    }

    .filter-drawer2 .filter-drawer__content_input.filtertime4 label {
        background-position: 15px -1010px;
    }

.filter-drawer__content_input .css-15ljb2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot .MuiAutocomplete-input {
    display: inline-block;
    border-radius: 10px;
    border: 1px solid rgba(26, 26, 26, 0.2);
    height: 46px;
    background-image: url(../React/images/site/available_icon.svg);
    background-position: 96.4% -1175px;
    background-repeat: no-repeat;
    width: 100%;
    padding: 0 47px 0 14px;
    outline: none !important;
}

.MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-15ljb2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0 !important;
}

.filter-drawer__content_input .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
    border: none !important;
}

.filter-drawer__content_input .css-1tb7pjp-MuiInputBase-root-MuiInput-root:after {
    border: none !important;
}

.filter-drawer__content_input .css-1glvl0p-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-clearIndicator {
    margin-right: 29px;
    top: 2px;
}

.filter-drawer__content_input .MuiAutocomplete-root.Mui-focused .css-1glvl0p-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-clearIndicator {
    margin-right: 29px;
}

.filter-drawer__content_input .css-1tb7pjp-MuiInputBase-root-MuiInput-root {
    font-family: 'Poppins', serif !important;
}

.filter-drawer__content_input .css-15ljb2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
    padding: 0 47px 0 14px;
}

.filter-drawer__content_input .css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
    display: none;
}

.filter-search .filter-drawer__content_input {
    flex-basis: 100%;
}

.filter_tab_main:last-child {
    padding: 0 !important;
}

.availableright {
    flex-basis: 78.8%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 46px;
    overflow: hidden;
}

.offercard {
    width: 93%;
    float: left;
}

.offerarea {
    width: 100%;
    float: left;
}

.owl-carousel .owl-item img {
    display: block;
    /*width: auto !important;*/
}

.offerarea .row {
    margin: 0;
}

/*.offerarea .owl-carousel.owl-drag .owl-item {
    width: max-content;
}*/

.offericon {
    display: inline-block;
    vertical-align: middle;
}

.offerbox {
    display: inline-block;
    vertical-align: middle;
}

.bookingoffer {
    width: 100%;
    float: left;
    height: 144px;
}

    .bookingoffer .owl-thumbs button {
        display: none;
    }

    .bookingoffer .row {
        margin: 0 !important;
    }

.offer-slide {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

.busroutedata {
    width: 100%;
    float: left;
}

.busesdatafound {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.busroutemhead {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
}

    .busroutemhead b {
        font-weight: 500;
        color: var(--text-color);
    }

.busroutetab {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
}

.routedata .viaroutesub {
    display: flex;
    flex-direction: column-reverse;
}

.routedata .changeoverbus {
    padding: 10px 0;
    text-align: center;
}

.disc_text {
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: flex-end;
    padding: 30px 30px 0 0;
}

    .disc_text p {
        display: inline-block;
        background-color: var(--secondary-color);
        padding: 10px 30px;
        font-size: 16px;
        font-weight: 600;
        color: var(--pure);
        border-radius: 20px 20px 0 0;
    }

.available_route_listing {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 0;
}

    .available_route_listing .connectingRoutes {
        width: 100%;
        float: left;
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        border: 1px solid #9288f8;
        border-radius: 20px;
    }

.changeovertext .changeoverbus {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    padding: 10px 0 0;
    display: inline-block;
    width: 100%;
}

.changeovertext .waitduration {
    color: var(--secondary-color);
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}

.busroutedata .routedata_main {
    border: 1px solid #9288f8;
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
}

.available_route_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 40px 11px;
    border: 1px solid rgba(26, 26, 26, 0.1);
    border-radius: 16px;
    background-color: #FDFDFD;
}

.available_route_box_toprow {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 25px;
}

.route_box.route_box01 {
    flex-basis: 44%;
}

.bus_time_data {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.bus_start_time {
    display: flex;
    flex-direction: column;
    flex-basis: 27%;
}

    .bus_start_time label {
        font-size: 20px;
        font-weight: 500;
        color: var(--primary-color);
        text-transform: uppercase;
        margin: 0;
    }

    .bus_start_time p {
        font-size: 14px;
        font-weight: 400;
        color: var(--text-color);
    }

.bus_duration_time {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

    .bus_duration_time p {
        font-size: 11px;
        font-weight: 500;
        color: var(--primary-color);
        border: 1px solid var(--secondary-color);
        border-radius: 40px;
        padding: 4px 15px;
    }

    .bus_duration_time span {
        display: inline-block;
        width: 20px;
        border: 1px solid var(--secondary-color);
    }

.bus_reach_time {
    text-align: right;
}

.route_fare_data {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 2px 0 0;
}

    .route_fare_data span {
        color: var(--text-color);
        font-size: 16px;
        font-weight: 400;
        text-decoration: line-through;
        line-height: 23px;
    }

        .route_fare_data span i {
            font-size: 14px;
            padding: 0 6px 0 0;
        }

    .route_fare_data label {
        font-size: 20px;
        font-weight: 600;
        color: var(--primary-color);
    }

        .route_fare_data label i {
            font-size: 18px;
            padding: 0 6px 0 0;
        }

    .route_fare_data p {
        font-size: 12px;
        font-weight: 600;
        color: var(--secondary-color);
        border: 1px solid var(--secondary-color);
        padding: 3px 17px;
        border-radius: 20px;
        margin: 8px 0 0;
    }

.route_box02 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.availableboxes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4px;
}

.availablebuses {
    border: 1px solid var(--secondary-color);
    border-radius: 30px;
    padding: 13px 4px 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 46px;
    gap: 6px;
}

    .availablebuses span {
        width: 22px;
        height: 22px;
        display: inline-block;
        background-image: url(../React/images/site/available_icon.svg);
        background-position: center -1358px;
        background-repeat: no-repeat;
    }

    .availablebuses.availablebuses2 span {
        background-position: center -1530px;
    }

    .availablebuses.availablebuses3 span {
        background-position: center -1702px;
    }

    .availablebuses i {
        font-style: normal;
        font-size: 14px;
        font-weight: 500;
        color: var(--primary-color);
    }

.availableboxes p {
    font-size: 12px;
    font-weight: 500;
    color: var(--primary-color);
}

.droproutebtnpart {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0 0;
    border-top: 1px solid rgba(26, 26, 26, 0.1);
    flex-wrap: wrap;
}

.busroutetype {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 1px;
}

    .busroutetype p {
        font-size: 16px;
        font-weight: 500;
        color: var(--text-color);
    }

    .busroutetype span {
        font-size: 14px;
        font-weight: 400;
        color: var(--text-color);
        line-height: 21px;
    }

.busroutetyperight {
    display: flex;
    align-items: center;
    gap: 116px;
}

.available_viaroutes {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.busroutetabbing {
    display: inline-block;
}

    .busroutetabbing ul {
        padding: 0;
        margin: 0;
        display: flex;
        gap: 20px;
    }

        .busroutetabbing ul li {
            list-style: none;
        }

            .busroutetabbing ul li button {
                background-color: var(--pure);
                border: 1px solid rgba(26, 26, 26, 0.1);
                border-radius: 30px;
                padding: 9px 25px;
                color: var(--primary-color);
                font-weight: 500;
                font-size: 12px;
            }

                .busroutetabbing ul li button:hover, .busroutetabbing ul li button:focus {
                    background-color: var(--primary-color);
                    color: var(--pure);
                }

.seatbookbtn {
    display: inline-block;
}

    .seatbookbtn button {
        font-size: 16px;
        font-weight: 400;
        color: var(--pure);
        background-color: var(--main-color);
        border-radius: 30px;
        padding: 7px 26px 8px;
        border: none;
        display: inline-block;
        outline: none !important;
    }

        .seatbookbtn button:hover {
            color: var(--pure);
            background-color: var(--primary-color);
        }

/*Customer Info Start*/

.customerinfowrap {
    width: 100%;
    float: left;
}

.customerinfopart {
    width: 100%;
    float: left;
    padding: 60px 0 0;
}

.customersection {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.customerleft {
    width: 66.2%;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
}

.customerleftinput {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 29px;
}

.customerhead {
    background-color: var(--background);
    padding: 12px 0 12px 20px;
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-color);
    font-style: italic;
    font-family: "Crimson Pro", serif !important;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .customerhead span {
        width: 24px;
        height: 24px;
        display: inline-block;
        background-image: url("../React/images/site/available_icon.svg");
        background-position: center -1875px;
        background-repeat: no-repeat;
    }

.customermainjrny, .custinfo_box {
    font-size: 18px;
    font-weight: 600;
    color: var(--main-color);
    width: 100%;
    float: left;
}

.customerleftinput .custinfo_gap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 29px;
}

.customerdetails .customerhead span {
    background-position: center -2049px;
}

.customergstbox .customerhead span {
    background-position: center -2222px;
}

.customerinformation {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
}

.customerbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    position: relative;
}

    .customerbox h4 {
        font-size: 16px;
        font-weight: 400;
        color: var(--primary-color);
        position: relative;
    }

    .customerbox i {
        font-style: normal;
    }

.customerinputbox {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.cust_pass_input {
    display: inline-block;
    position: relative;
    flex-basis: 19.2%;
}

.cust_pass_input03 .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-kgjvsr-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding: 0;
}

.cust_pass_input03 .css-kgjvsr-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
    padding: 0 0 0 20px;
    font-size: 16px;
    height: 46px;
    text-transform: lowercase;
}

.cust_pass_input03 .css-1q60rmi-MuiAutocomplete-endAdornment {
    right: 10px;
}

.cust_pass_input03 .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
    border-bottom: none !important;
}

.cust_pass_input03 .css-1tb7pjp-MuiInputBase-root-MuiInput-root:after {
    border-bottom: none !important;
}

.cust_pass_input03 .css-kgjvsr-MuiAutocomplete-root {
    width: 100%;
}

.cust_pass_input01 {
    width: 100%;
    flex-basis: 36.2% !important;
}

.cust_pass_input .hotdeal_title {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
    position: relative;
}

.terms-conditions-container {
    width: 100%;
    float: left;
}

    .terms-conditions-container h2 {
        color: var(--secondary-color);
        font-size: 22px;
        font-weight: 600;
        width: 100%;
        float: left;
        font-style: italic;
        font-family: "Crimson Pro", serif !important;
        padding: 15px 0 20px;
    }

    .terms-conditions-container p {
        display: block;
        color: var(--primary-color);
        font-size: 16px;
        font-weight: 400;
        padding: 0;
    }

    .terms-conditions-container ul {
        width: 100%;
        float: left;
        padding: 0 0 0 35px;
    }

        .terms-conditions-container ul li {
            color: var(--primary-color);
            font-size: 15px;
            font-weight: 400;
            padding: 5px 0 0;
        }

.css-1e6y48t-MuiButtonBase-root-MuiButton-root {
    background-color: var(--secondary-color) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    font-family: 'Poppins', serif !important;
}

    .css-1e6y48t-MuiButtonBase-root-MuiButton-root:hover, .css-1e6y48t-MuiButtonBase-root-MuiButton-root:focus {
        background-color: var(--primary-color) !important;
        color: #fff !important;
    }

.booking_popup .css-105qr5e {
    border: none;
    border-radius: 20px;
    padding: 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.booking_popup .css-1e6y48t-MuiButtonBase-root-MuiButton-root {
    background-color: var(--main-color) !important;
    border-radius: 30px !important;
    font-size: 15px !important;
    padding: 8px 20px !important;
}

    .booking_popup .css-1e6y48t-MuiButtonBase-root-MuiButton-root:hover, .booking_popup .css-1e6y48t-MuiButtonBase-root-MuiButton-root:focus {
        background-color: var(--secondary-color) !important;
        color: #fff;
    }

.booking_popup_btn {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    justify-content: center;
}

.booking_popup p {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 500;
    text-align: center;
}

.Walletsubdetails .agntpgcaptcha .redclr {
    bottom: -17px;
}

.Walletsubdetails {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* align-items: flex-start; */
    justify-content: space-between;
    padding: 12px 0 0;
}

.walletbox {
    width: 30.5%;
    background-color: #F1F0FE;
    border: 1px solid var(--secondary-color);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 10px;
    gap: 10px;
}

    .walletbox label {
        font-size: 15px;
        font-weight: 500;
        color: var(--primary-color);
        text-align: center;
        line-height: 20px;
    }

.walletbox4, .walletbox5 {
    width: 47.9%;
}

.agntpgcaptcha {
    width: 100%;
    float: left;
}

    .agntpgcaptcha .pull-left {
        padding: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 5px 6px;
    }

    .agntpgcaptcha label {
        font-size: 16px;
        font-weight: 500;
        color: var(--primary-color);
        width: 100%;
    }

    .agntpgcaptcha .form-control {
        width: 70%;
        height: 38px;
        padding: 2px 12px;
        font-size: 14px;
        color: var(--text-color);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .agntpgcaptcha.agntpgcaptcha2 .form-control {
        width: 100%;
    }

    .agntpgcaptcha a {
        font-size: 16px !important;
        color: var(--pure) !important;
        cursor: pointer;
        background-color: var(--main-color);
        border-radius: 4px;
        padding: 0 19px;
        display: flex;
        align-items: center;
    }

        .agntpgcaptcha a:hover, .agntpgcaptcha a:focus {
            color: var(--pure) !important;
            background-color: var(--primary-color);
        }

    .agntpgcaptcha .col-sm-12 {
        padding: 0;
        width: 100% !important;
    }

.walletbox.walletboxbtn {
    width: auto;
    background-color: transparent;
    border: none;
    border-radius: 0;
    display: inline-block;
    padding: 0;
}

    .walletbox.walletboxbtn button {
        background-color: var(--main-color);
        border-radius: 24px;
        color: var(--pure);
        font-size: 16px;
        font-weight: 400;
        width: auto;
        padding: 9px 24px;
        border: none;
        outline: none !important;
    }

        .walletbox.walletboxbtn button:hover, .walletbox.walletboxbtn button:focus {
            background-color: var(--primary-color);
            color: var(--pure);
        }

.agntpgcaptcha .captchin {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 7px 0 12px;
}

.agntpgcaptcha .captcharefresh {
    font-size: 18px !important;
    color: var(--primary-color) !important;
    cursor: pointer;
    background-color: transparent;
    border-radius: inherit;
    padding: 0;
}

.form-control {
    height: 38px;
    padding: 2px 12px;
    font-size: 14px;
    color: var(--text-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cust_pass_input input, .cust_pass_input select {
    height: 48px;
    border-radius: 8px;
    background: var(--pure);
    border: 1px solid rgba(26, 26, 26, 0.2);
    padding: 0 20px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
    position: relative;
    outline: none !important;
}

    .cust_pass_input input:focus {
        box-shadow: 1px 1px 10px rgba(146, 136, 248, 0.2);
        outline: 1px solid var(--secondary-color);
    }

.cust_pass_input02 input {
    color: var(--primary-color);
}

.customerleftdetails .customerhead span {
    background-position: center -2049px;
}

.customerdetails .customerbox {
    gap: 8px;
}

.cust_input_details .css-kgjvsr-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
    padding: 0 0 0 20px;
    font-size: 16px;
    height: 46px;
    font-family: 'Poppins', serif !important;
}

.cust_input_details .css-1q60rmi-MuiAutocomplete-endAdornment {
    right: 10px;
    top: calc(50% - 12px);
}

.cust_input_details .css-kgjvsr-MuiAutocomplete-root {
    width: 100%;
}

.cust_input_details .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-kgjvsr-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding: 0;
}

.cust_input_details .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
    border-bottom: none !important;
}

.cust_input_details .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled):before {
    border-bottom: none !important;
}

.cust_input_details .css-1tb7pjp-MuiInputBase-root-MuiInput-root:after {
    border-bottom: none !important;
}

.customergstbox .customerinputbox {
    padding: 2px 0 0;
}

.cust_pass_input.cust_input_details {
    flex-basis: 32%;
}

.cust_input_details .redclr {
    left: 0;
    bottom: -20px;
}

.customergstbox {
    border-bottom: 1px solid var(--secondary-color);
    padding: 0 0 40px;
}

    .customergstbox .customerbox h4 {
        display: flex;
        align-items: center;
        gap: 7px;
    }

.customerbox h4 input {
    margin: 0;
}

.walletcoupon .customerbox h4 {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 0 0 2px;
}

.customerbox h4 input[type=checkbox] {
    margin: 0;
    width: 19px;
    height: 19px;
}

.walletcoupon {
    padding: 4px 0 40px;
    flex-direction: initial;
    gap: 10px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--secondary-color);
}

    .walletcoupon .customerbox {
        width: 48%;
    }

    .walletcoupon .cust_pass_input {
        flex-basis: 100%;
        display: flex;
        gap: 20px;
        justify-content: space-between;
    }

        .walletcoupon .cust_pass_input button {
            background-color: var(--main-color);
            border-radius: 8px;
            color: var(--pure);
            font-size: 16px;
            font-weight: 400;
            width: 45.5%;
            border: none;
            padding: 0;
        }

            .walletcoupon .cust_pass_input button:hover, .walletcoupon .cust_pass_input button:focus {
                background-color: var(--primary-color);
                color: var(--pure);
            }

    .walletcoupon p {
        color: var(--secondary-color);
        font-size: 12px;
        font-weight: 400;
        padding: 3px 0 0;
    }

.pay_getdetails {
    width: 100%;
    display: none;
}

.payment_gateway {
    width: 100%;
    display: flex;
}

    .payment_gateway label {
        font-size: 16px;
        font-weight: 400;
        color: var(--primary-color);
        position: relative;
    }

.pg_gateway .css-j204z7-MuiFormControlLabel-root .MuiFormControlLabel-label {
    font-size: 15px;
    font-weight: 400;
    color: var(--text-color);
}

.paymentbox {
    width: 66.2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 0;
}

.agreeterms {
    width: auto;
}

    .agreeterms .redclr {
        bottom: -20px;
    }

    .agreeterms h4 {
        display: flex;
        align-items: center;
        gap: 0;
        font-weight: 500;
    }

        .agreeterms h4 input[type=checkbox] {
            margin: 0 10px 0 0;
        }

        .agreeterms h4 a {
            color: var(--primary-color);
            text-decoration: underline !important;
            cursor: pointer;
        }

            .agreeterms h4 a:hover, .agreeterms h4 a:focus {
                color: var(--main-color) !important;
            }

.paymentbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

    .paymentbtn button {
        font-size: 16px;
        font-weight: 500;
        color: var(--secondary-color);
        border: 1px solid var(--secondary-color);
        border-radius: 40px;
        background-color: transparent;
        padding: 11px 39px 10px;
        outline: none !important;
    }

        .paymentbtn button.paysuccess {
            padding: 11px 57px 10px;
            background-color: var(--main-color);
            border: 1px solid var(--main-color);
            color: #fff;
        }

        .paymentbtn button:hover, .paymentbtn button:focus {
            color: var(--pure);
            border: 1px solid var(--primary-color);
            background-color: var(--primary-color);
        }

.customerright {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
    flex-basis: 31.1%;
}

.customerroute {
    width: 100%;
    border-radius: 16px;
    padding: 36px 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 31px;
    align-items: flex-start;
    background: linear-gradient(180deg, #6E39AE 0%, #151977 100%);
    margin: 0 0 20px;
}

.journeybox .customerroute:last-child {
    margin: 0 !important;
}

.customerright .customerhead {
    padding: 0;
    background-color: transparent;
    text-decoration: underline !important;
}

.journeybox {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
    width: 100%;
}

.customerboxtop {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    width: 100%;
}

.customebox {
    display: flex;
    flex-direction: column;
    gap: 1px;
    align-items: flex-start;
    flex-basis: 42%;
}

.customebox2 {
    align-items: flex-end;
    text-align: right;
}

.customebox label {
    font-size: 20px;
    font-weight: 500;
    color: var(--pure);
}

.customebox p {
    font-size: 14px;
    font-weight: 400;
    color: var(--pure);
}

.customedateseat {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .customedateseat span {
        width: 40px;
        height: 40px;
        display: inline-block;
        border: 1px solid var(--pure);
        border-radius: 50%;
        background-color: transparent;
        background-image: url("../React/images/site/available_icon.svg");
        background-position: center -2387px;
        background-repeat: no-repeat;
    }

    .customedateseat.customedateseat2 span {
        background-position: center -2556px;
    }

    .customedateseat p {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
    }

.customerfarebox {
    border: 1px solid rgba(26, 26, 26, 0.2);
    border-radius: 16px;
    width: 100%;
    padding: 29px 40px 18px;
}

    .customerfarebox h4 {
        font-size: 16px;
        font-weight: 500;
        color: var(--primary-color);
        padding: 0 0 11px;
        border-bottom: 1px solid rgba(26, 26, 26, 0.1);
        width: 100%;
    }

.farelabelbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding: 26px 0 18px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}

.farelabel {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .farelabel label {
        font-size: 14px;
        font-weight: 400;
        color: var(--text-color);
    }

    .farelabel span {
        font-size: 14px;
        font-weight: 400;
        color: var(--primary-color);
    }

.farelabeltrns {
    border-bottom: 1px solid rgba(26, 26, 26, 0.2);
    padding: 0 0 6px;
    margin: 0 0 15px;
}

    .farelabeltrns label {
        font-size: 16px;
        font-weight: 400;
        color: var(--text-color);
    }

    .farelabeltrns span {
        font-size: 16px;
        font-weight: 600;
        color: var(--primary-color);
    }

.totalpayable {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0 0;
}

    .totalpayable label {
        font-size: 16px;
        font-weight: 600;
        color: var(--primary-color);
    }

.css-1t1j96h-MuiPaper-root-MuiDialog-paper {
    padding: 26px 40px;
}

.css-bdhsul-MuiTypography-root-MuiDialogTitle-root {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 600;
    letter-spacing: 0;
    font-family: 'Poppins', serif !important;
    padding: 0;
}

.css-hlj6pa-MuiDialogActions-root {
    justify-content: center;
    padding: 0;
}

.css-1e6y48t-MuiButtonBase-root-MuiButton-root {
    background-color: var(--secondary-color);
    color: var(--pure);
    font-size: 14px;
    border-radius: 40px;
    padding: 7px 28px;
    min-width: auto;
    border: none;
    outline: none !important;
}

element.style {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-color);
    padding: 0 0 15px;
}

.MuiDialogTitle-root + .css-ypiqx9-MuiDialogContent-root {
    padding: 0;
}

.css-qfso29-MuiTypography-root-MuiDialogContentText-root {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    padding: 0 0 30px;
}

.MuiDialog-paperScrollPaper.MuiDialog-paperWidthSm {
    margin: 0;
    padding: 0;
    border-radius: 30px;
}

.css-hz1bth-MuiDialog-container .css-i7kv6a-MuiDialogContent-root {
    padding: 0;
    width: 480px;
}

.ticket_cancel {
    width: 100%;
    float: left;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    border: 1px solid var(--secondary-color);
    border-radius: 30px;
    margin: 0;
}

    .ticket_cancel .managepnr {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 2px;
        position: relative;
    }

        .ticket_cancel .managepnr input {
            border: 1px solid #E1E1E1;
            height: 39px;
            padding: 0 0 0 20px;
            border-radius: 50px;
            font-size: 14px;
            color: #888;
        }

        .ticket_cancel .managepnr a.modifytctotp {
            position: absolute;
            right: 0;
            bottom: 0;
            background-color: var(--secondary-color);
            color: var(--pure);
            padding: 10px 18px;
            border-radius: 50px;
            font-size: 12px;
        }

            .ticket_cancel .managepnr a.modifytctotp:hover {
                background-color: var(--primary-color);
                color: var(--pure);
                text-decoration: none;
            }

        .ticket_cancel .managepnr.managebutton02 {
            width: auto;
            justify-content: flex-start;
            align-items: flex-start;
            flex-direction: row;
            gap: 20px;
        }

        .ticket_cancel .managepnr .redclr {
            bottom: -20px;
        }

.managepnr.managebutton02 button {
    background-color: var(--secondary-color);
    color: var(--pure);
    font-weight: 400;
    font-size: 14px;
    border-radius: 50px;
    padding: 10px 25px;
    border: none;
    margin: 20px 0 0;
}

    .managepnr.managebutton02 button:hover {
        background-color: var(--primary-color);
        color: var(--pure);
    }

/*footer start*/
.footerwrap {
    padding: 100px 0 0;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

    .footerwrap:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: -31px;
        border-radius: 50%;
        width: 810px;
        height: 810px;
        filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        -moz-filter: blur(4px);
        -webkit-filter: blur(200px);
        z-index: -1;
        background-color: rgba(49, 34, 92, 0.09);
    }

    .footerwrap:after {
        position: absolute;
        content: "";
        right: 0;
        bottom: -79px;
        border-radius: 50%;
        width: 488px;
        height: 488px;
        filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        -moz-filter: blur(4px);
        -webkit-filter: blur(80px);
        z-index: -1;
        background-color: rgba(49, 34, 92, 0.09);
    }

.footercall {
    width: 100%;
    padding: 60px 0 59px;
    gap: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid rgba(26, 26, 26, 0.4);
    border-bottom: 1px solid rgba(26, 26, 26, 0.4);
    position: relative;
    z-index: 2;
}

    .footercall h3 {
        font-style: italic;
        font-family: "Crimson Pro", serif !important;
        font-size: 32px;
        font-weight: 700;
        color: var(--primary-color);
    }

.footercallpart {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 27px;
    position: relative;
    z-index: 2;
}

    .footercallpart a {
        font-size: 20px;
        font-weight: 500;
        color: var(--primary-color);
        background-image: url("../React/images/site/icon01.svg");
        background-position: -4px -689px;
        background-repeat: no-repeat;
        padding: 0 0 0 34px;
    }

        .footercallpart a:hover, .footercallpart a:focus {
            color: var(--secondary-color);
        }

    .footercallpart button {
        background-color: var(--secondary-color);
        color: var(--pure);
        border-radius: 30px;
        font-size: 16px;
        font-weight: 500;
        padding: 12px 35px 11px;
        border: none;
    }

        .footercallpart button:hover, .footercallpart button:focus {
            background-color: var(--primary-color);
            color: var(--pure);
        }

.footertop {
    float: left;
    position: relative;
    /*z-index: 1;*/
    padding: 56px 30px 0;
    width: 100%;
}

    .footertop:after {
        position: absolute;
        content: "";
        right: 0;
        top: -223px;
        border-radius: 50%;
        width: 488px;
        height: 488px;
        filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        -moz-filter: blur(4px);
        -webkit-filter: blur(120px);
        z-index: -1;
        background-color: rgba(255, 241, 115, 0.1);
    }

.footerarea {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    float: left;
    border-radius: 30px;
    padding: 90px 0 42px;
    position: relative;
    z-index: 1;
}

.footerparts {
    width: 100%;
    float: left;
}

.footerpartstop {
    width: 100%;
    float: left;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 0 56px;
    position: relative;
    z-index: 1;
}

.footerlogo {
    display: inline-block;
}

    .footerlogo a {
        display: inline-block;
    }

        .footerlogo a img {
            width: 100%;
            max-width: 195px;
        }

.footerlinks {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 29px;
}

.footertitle {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    font-family: "Crimson Pro", serif !important;
}

.footerlinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
}

    .footerlinks ul li {
        display: inline-block;
    }

        .footerlinks ul li a {
            font-size: 16px;
            font-weight: 400;
            color: var(--text-color);
        }

            .footerlinks ul li a:hover, .footerlinks ul li a:focus {
                color: var(--secondary-color);
            }

.footeraddress {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 29px;
    width: 23.3%;
}

.footercontact {
    display: inline-block;
}

    .footercontact span {
        font-size: 16px;
        font-weight: 500;
        color: var(--primary-color);
        padding: 0 0 0 32px;
        background-image: url("../React/images/site/icon01.svg");
        background-position: -4px -865px;
        background-repeat: no-repeat;
    }

    .footercontact.footercontact2 span {
        background-position: -4px -1037px;
    }

    .footercontact p {
        color: var(--text-color);
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        padding: 10px 0px 0 17px;
    }

    .footercontact a {
        color: var(--text-color);
    }

        .footercontact a:hover, .footercontact a:focus {
            color: var(--secondary-color);
        }

.footerpartsbtm {
    width: 100%;
    position: relative;
    float: left;
}

.footermenubox {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 19px;
    width: 100%;
    padding: 40px 0 0;
    border-top: 1px solid rgba(49, 34, 92, 0.16);
}

    .footermenubox a {
        color: var(--primary-color);
        border: 1px solid var(--primary-color);
        border-radius: 30px;
        font-size: 14px;
        font-weight: 400;
        padding: 9px 29px;
        cursor: pointer;
    }

        .footermenubox a:hover, .footermenubox a:focus {
            color: var(--pure);
            border: 1px solid var(--secondary-color);
            background-color: var(--secondary-color);
        }

.footerbottom {
    float: left;
    position: relative;
    z-index: 1;
    padding: 20px 0 20px;
    width: 100%;
}

.footerbtm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright p {
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
}

.copyright a {
    color: var(--primary-color);
}

    .copyright a:hover, .copyright a:focus {
        color: var(--secondary-color);
    }

.powerdby {
    display: flex;
    align-items: center;
    gap: 9px;
}

    .powerdby span {
        color: var(--primary-color);
        font-size: 13px;
        font-weight: 400;
        padding: 4px 0 0;
        display: inline-block;
    }

.footersocial {
    float: right;
    position: absolute;
    right: 0;
    top: 50px;
    display: flex;
    align-items: center;
    gap: 26px;
}

    .footersocial a {
        color: var(--primary-color);
        float: left;
        font-size: 16px;
        line-height: 11px;
    }

        .footersocial a:hover {
            color: var(--primary-color);
        }

    .footersocial .ftrtwitter {
        fill: var(--primary-color);
    }

.fa-facebook:before {
    content: "\f09a";
    font-family: 'FontAwesome' !important;
}

.footersocial a svg {
    width: 18px;
}

.fa-square:before {
    content: "\f0c8";
    font-family: 'FontAwesome' !important;
}

/*footer End*/

/*Loader*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: none;
    z-index: 9999999;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(4px);
    --webkit-backdrop-filter: blur(4px);
}

.loader {
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    perspective: 800px;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    -webkit-transition: height 1s ease-in-out;
    -moz-transition: height 1s ease-in-out;
    -o-transition: height 1s ease-in-out;
    transition: height 1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    overflow: hidden;
}

    .loader iframe {
        width: 210px;
        height: 210px;
    }

/* Terms & Conditions */

.termswrap {
    width: 100%;
    float: left;
}

.termspage {
    width: 100%;
    float: left;
    padding: 60px 0 0;
}

.termspart {
    width: 100%;
    float: left;
}

.termsbox {
    width: 100%;
    float: left;
    padding: 40px 0 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

    .termsbox p {
        color: #3F3F3F;
        font-size: 15px;
        font-weight: 400;
    }

        .termsbox p span {
            display: block;
            padding: 10px 0 0 25px;
            color: var(--text-color);
        }

.termsheadbox {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 70px;
    flex-wrap: wrap;
}

    .termsheadbox h4 {
        color: var(--primary-color);
        font-size: 16px;
        font-weight: 600;
    }

.termspoints {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px 0;
}

    .termspoints p {
        color: var(--primary-color);
        font-weight: 500;
    }

.termsbox .innerheading2 {
    padding: 20px 0 5px;
}

/*Cancel Status*/

.panel-primary > .panel-heading {
    background-color: transparent;
    border-color: transparent;
}

.panel-primary {
    border-color: transparent;
    margin: 0;
}

#wrapper {
    float: left;
    width: 100%;
}

.cancelstatus {
    width: 100%;
    float: left;
    padding: 60px 0 0;
}

.statuscancel {
    width: 100%;
    float: left;
}

.cstatuspart {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}

.cancelstusinfo {
    width: 100%;
    float: left;
}

    .cancelstusinfo h3 {
        color: var(--primary-color);
        font-size: 20px;
        font-weight: 500;
    }

    .cancelstusinfo p {
        color: var(--text-color);
        font-size: 16px;
        font-weight: 400;
        padding: 5px 0 0;
    }

.cancelstatustlt {
    width: 100%;
    float: left;
}

    .cancelstatustlt .col-lg-2 {
        width: 14.28%;
        text-align: center;
        padding: 0;
    }

.refundtitle {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 10px 15px;
    background-color: #F1F0FE;
    border: 1px solid #cbcbcb;
}

.cancelstatusdata {
    width: 100%;
    float: left;
}

    .cancelstatusdata .col-lg-2 {
        width: 14.28%;
        text-align: center;
        padding: 0;
    }

.refundata {
    color: var(--text-color);
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #cbcbcb;
    padding: 8px 15px;
}

.cancellationother {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}

.canclrefund {
    width: 100%;
    float: left;
}

    .canclrefund .col-lg-12 {
        padding: 0;
    }

.tlrefund {
    font-size: 17px;
    padding: 30px 0 0;
    font-weight: 500;
    color: var(--primary-color);
}

    .tlrefund span {
        color: var(--secondary-color);
        font-weight: 600;
        padding: 0 0 0 8px;
    }

.canclrefund .col-lg-12.companytq {
    font-size: 16px;
    font-weight: 500;
    padding: 30px 0 0;
    color: var(--text-color);
}

    .canclrefund .col-lg-12.companytq span {
        font-size: 16px;
        font-weight: 500;
        color: var(--primary-color);
    }
/*E-Ticket Start*/
.ticketwrap {
    width: 100%;
    float: left;
}

.ticketpage {
    width: 100%;
    float: left;
}

body .ticketpage .container {
    max-width: 1250px;
}

.ticketpart {
    width: 100%;
    float: left;
    padding: 73px 0 0;
}

.ticketheading {
    width: 100%;
    float: left;
    text-align: center;
}

    .ticketheading h4 {
        color: var(--secondary-color);
        font-size: 20px;
        font-weight: 500;
    }

.mainticketbox {
    width: 100%;
    float: left;
}

/*.orderno:last-child {
    padding: 40px 0 7px !important;
}*/

.orderno {
    width: 100%;
    float: left;
    padding: 45px 0 7px;
    border-bottom: 1px solid var(--text-color);
}

    .orderno p {
        font-size: 18px;
        font-weight: 400;
        color: var(--primary-color);
    }

        .orderno p span {
            font-size: 20px;
            font-weight: 600;
        }

.ticketjourney {
    width: 100%;
    float: left;
    margin: 30px 0 0;
    border: 1px solid rgb(26 26 26 / 12%);
    border-radius: 16px;
}

.ticketboxpnr {
    /*width: 100%;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 40px;
    border-bottom: 1px solid rgb(26 26 26 / 12%);
}

    .ticketboxpnr h4 {
        font-size: 18px;
        font-weight: 600;
        color: var(--primary-color);
        font-style: italic;
        font-family: "Crimson Pro", serif !important;
        display: inline-block;
    }

    .ticketboxpnr span {
        background-color: var(--secondary-color);
        color: var(--pure);
        font-size: 14px;
        font-weight: 500;
        padding: 10px 20px;
        display: inline-block;
    }

.ticketroute {
    /*width: 100%;*/
    padding: 40px 40px 22px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ticketleft {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
    flex-basis: 52.9%;
}

.ticketroutebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.routeticket {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

    .routeticket label {
        font-size: 20px;
        font-weight: 600;
        color: var(--primary-color);
        display: inline-block;
    }

    .routeticket span {
        font-size: 14px;
        font-weight: 400;
        color: var(--text-color);
        padding: 1px 0 0;
        display: inline-block;
    }

    .routeticket p {
        font-size: 14px;
        font-weight: 500;
        color: var(--secondary-color);
        display: inline-block;
        padding: 3px 0 0;
    }

    .routeticket.routeticket2 {
        align-items: flex-end;
    }

.ticketduration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

    .ticketduration span {
        display: inline-block;
        width: 20px;
        border: 1px solid var(--secondary-color);
    }

    .ticketduration p {
        font-size: 12px;
        font-weight: 500;
        color: var(--primary-color);
        border: 1px solid var(--secondary-color);
        border-radius: 40px;
        padding: 4px 15px;
    }

.ticketright {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
    width: 30.5%;
    padding: 1px 0 0;
}

.ticketpoint {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
}

    .ticketpoint span {
        font-size: 16px;
        font-weight: 500;
        color: var(--primary-color);
    }

    .ticketpoint p {
        font-size: 14px;
        font-weight: 400;
        color: var(--text-color);
    }

.ticketbustype {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 23px 0 0;
    border-top: 1px solid rgb(26 26 26 / 10%);
}

    .ticketbustype p {
        font-size: 14px;
        font-weight: 400;
        color: var(--text-color);
    }

    .ticketbustype span {
        font-size: 16px;
        font-weight: 500;
        color: var(--primary-color);
    }

.ticketpsngr {
    /*width: 100%;
    float: left;*/
    padding: 40px 0 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ticketpsngrleft {
    width: 51%;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.ticketpsngrdetails {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
}

.ticketheading2 {
    width: 100%;
    float: left;
    padding: 0 0 11px;
    border-bottom: 1px solid var(--secondary-color);
}

    .ticketheading2 h4 {
        font-style: italic;
        font-family: "Crimson Pro", serif !important;
        font-size: 18px;
        font-weight: 600;
        color: var(--primary-color);
    }

.ticketnamingpart {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 22px;
}

.ticketpsdetails {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

    .ticketpsdetails label {
        font-size: 14px;
        font-weight: 400;
        color: var(--text-color);
        display: inline-block;
    }

    .ticketpsdetails span {
        font-size: 16px;
        font-weight: 400;
        color: var(--primary-color);
        display: inline-block;
    }

        .ticketpsdetails span:last-child {
            padding: 2px 0 0;
        }

.ticketfare {
    width: 35%;
    float: left;
    border: 1px solid rgb(26 26 26 / 12%);
    border-radius: 16px;
    background-color: #F1F0FE;
    padding: 40px;
}

    .ticketfare .ticketheading2 {
        width: 100%;
        float: left;
        padding: 0 0 8px;
        border-bottom: 1px solid rgb(26 26 26 / 12%);
    }

.ticketnamingpart2 {
    flex-wrap: wrap;
}

    .ticketnamingpart2 .ticketpsdetails {
        width: 50%;
    }

    .ticketnamingpart2 .ticketpsdetailsemail {
        width: max-content;
    }

.fareticket {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
    padding: 31px 0;
}

.fareticketbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .fareticketbox span {
        font-size: 14px;
        font-weight: 400;
        color: var(--primary-color);
    }

    .fareticketbox label {
        font-size: 14px;
        font-weight: 400;
        color: var(--primary-color);
    }

.ticketpaytotal {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0 0;
    border-top: 1px solid rgb(26 26 26 / 12%);
}

    .ticketpaytotal span {
        font-size: 16px;
        font-weight: 600;
        color: var(--primary-color);
    }

    .ticketpaytotal label {
        font-size: 16px;
        font-weight: 600;
        color: var(--primary-color);
    }

.ticketbtn {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 60px 0 0;
    display: flex;
}

    .ticketbtn button {
        color: #fff;
        background-color: #5D983A;
        border-radius: 8px;
        padding: 12px 24px;
        font-size: 16px;
        font-weight: 400;
        border: none;
        cursor: pointer;
        outline: none !important;
    }

    .ticketbtn .shareticket {
        background-color: var(--primary-color);
    }

    .ticketbtn .printticket {
        background-color: var(--secondary-color);
    }

    .ticketbtn button:hover, .ticketbtn button:focus {
        background-color: var(--main-color);
    }

.ticketpolicy {
    width: 100%;
    float: left;
}

body .ticketpolicy .container {
    max-width: 1250px;
}

.ticketpolicywrap {
    width: 100%;
    float: left;
    padding: 50px 0 0;
}

#purpleGst {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0 0;
}

    #purpleGst p {
        color: var(--text-color);
        font-size: 16px;
        font-weight: 400;
    }

    #purpleGst span {
        color: var(--primary-color);
        font-weight: 500;
    }

.termsconditionsdeta {
    width: 100%;
    float: left;
    padding: 10px 0 0;
}

.privacydatable {
    width: 100%;
    float: left;
}

.privacydatatime {
    width: 100%;
    float: left;
    display: flex;
}

    .privacydatatime .pull-left {
        padding: 15px 0 14px;
        background-color: rgba(146, 136, 248, 0.12);
        border: 1px solid rgba(185, 185, 185, 0.8);
        width: 50%;
        border-right: none;
        text-align: center;
        border-bottom: none;
    }

#purpleGst .privacydatatime .col-md-6 span {
    font-weight: 600;
}

.privacydatatime .pull-right {
    padding: 15px 0 14px;
    background-color: rgba(146, 136, 248, 0.12);
    border: 1px solid rgba(185, 185, 185, 0.8);
    width: 50%;
    text-align: center;
    border-bottom: none;
}

#purpleGst .privacydatatime .pull-right span {
    font-weight: 600;
    color: var(--primary-color);
}

#purpleGst .privacydatatime.privacydatatimeclr .col-md-6 {
    background-color: transparent;
}

    #purpleGst .privacydatatime.privacydatatimeclr .col-md-6 span {
        padding: 14px 0 13px;
        font-weight: 400;
        color: #3F3F3F;
        background-color: transparent;
    }

.tcktpolicy {
    /*width: 100%;*/
    float: left;
    padding: 30px 30px;
    border-left: 1px solid rgba(185, 185, 185, 0.8);
    border-right: 1px solid rgba(185, 185, 185, 0.8);
    border-top: 1px solid rgba(185, 185, 185, 0.8);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#purpleGst .tcktpolicy p {
    color: #3F3F3F;
}

.privacydatapart {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(185, 185, 185, 0.8);
    padding: 25px 0 0;
}

#purpleGst h3 {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0 6px;
    font-style: italic;
    font-family: "Crimson Pro", serif !important;
    border-bottom: 1px solid var(--text-color);
}

.purpleticketgst {
    gap: 0 !important;
}

/*E-Ticket End*/


/*Alert Box*/

.css-1pxa9xg-MuiAlert-message {
    font-size: 17px;
}

.css-1vooibu-MuiSvgIcon-root {
    top: -1px;
    position: relative;
    width: 1.5em;
    height: 1.5em;
}

.css-1ytlwq5-MuiAlert-icon {
    padding: 9px 0 !important;
}

.css-ptiqhd-MuiSvgIcon-root {
    width: 1.7em !important;
    height: 1.7em !important;
    top: -3px !important;
    position: relative;
}

.css-ki1hdl-MuiAlert-action {
    padding: 7px 0 0 16px !important;
    margin-right: 0px;
}

.css-3yjvh5-MuiPaper-root-MuiAlert-root {
    padding: 12px 24px !important;
    box-shadow: 0 2px 15px rgba(26, 26, 26, 0.2) !important;
}

/********** Bus Charter Style start Here **********/

.intro_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    column-gap: 44px;
    row-gap: 50px;
    padding: 0 0 100px;
}

.introbox {
    flex-basis: 31%;
    display: flex;
    column-gap: 10px;
    align-items: flex-start;
}

.intro_wrap .introbox .Introduction h3 {
    font-family: "Figtree" !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    margin: 0;
    color: #2B8AC8;
    padding: 0 0 23px;
}

.intro_wrap .introbox .Introduction h5 {
    font-family: "Figtree" !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    color: #3B3A4B;
}

.intro_wrap .introbox .intro_details h4 {
    font-family: "Figtree" !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding: 6px 0 20px;
    margin: 0;
    color: #3B3A4B;
}

.intro_wrap .introbox .intro_details p {
    font-family: "Figtree" !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    color: #A3A2AD;
    text-align: justify;
}

.introbox span {
    background-image: url(../images/bushireicon.png);
    background-position: left -10px;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
}

.introbox.introbox02 span {
    background-position: left -340px;
}

.introbox.introbox03 span {
    background-position: left -670px;
}

.introbox.introbox04 span {
    background-position: left -1000px;
}

.introbox.introbox05 span {
    background-position: left -1330px;
}

.introbox.introbox06 span {
    background-position: left -1660px;
}

.introbox.introbox07 span {
    background-position: left -1990px;
}

.intro_details {
    float: left;
    width: 78%;
}

.bushire_form .busdetails {
    float: left;
    width: 100%;
    background-color: #ffffff;
}

/*.busformleft {
    float: left;
    width: 31.8%;
    background-image: url("../images/bushireform.png");
    background-repeat: no-repeat;
    background-position: center left;
    height: 663px;
}*/

.busformleft {
    float: left;
    width: 31.8%;
    background-image: url("../images/bushireform2.png");
    background-repeat: no-repeat;
    background-position: center left;
    height: 742px;
    border-radius: 0 20px 20px 0;
}

    .busformleft h3 {
        text-align: center;
        padding: 80px 0 0;
        color: var(--pure);
        text-transform: uppercase;
        font-size: 22px;
    }

.Contect_details {
    display: flex;
    width: 100%;
    padding: 40px 20px;
    flex-wrap: wrap;
    row-gap: 40px;
    justify-content: space-around;
}

    .Contect_details p {
        font-size: 16px;
        color: #e3e3e3;
    }

        .Contect_details p.mailus {
            text-align: center;
        }

        .Contect_details p a {
            display: block;
            color: var(--pure);
            font-size: 18px;
            padding: 6px 0 0;
        }

            .Contect_details p a i {
                padding: 0 10px 0 0;
                font-size: 15px;
            }

.busformleft .contact_tomail {
    color: var(--background);
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

/*.busformright {
    float: left;
    width: 68.1%;
    padding: 30px 70px 0;
}*/

.busformright {
    float: left;
    width: 68.1%;
    padding: 70px;
}

    .busformright .bushireformbox {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 30px 0 35px;
        row-gap: 30px;
    }

.bushire_input {
    display: flex;
    flex-direction: column;
    flex-basis: 47%;
}

    .bushire_input .css-xsu6ln-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        padding: 0 0 0 20px;
    }

    .bushire_input .css-xsu6ln-MuiAutocomplete-root {
        width: 100%;
    }

    .bushire_input .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
        border: none !important;
    }

.busformright h2 {
    font-family: "Fahkwang";
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    color: #3B3A4B;
    margin: 0;
}

.bushire_input label {
    font-family: "Figtree" !important;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #3B3A4B;
    margin: 0 0 10px !important;
}

.bushire_input input:focus-visible .bushire_input textarea:focus-visible {
    outline: none;
}

.bushire_input input,
.bushire_input textarea {
    padding: 0 8px;
    vertical-align: middle;
    border-radius: 2px;
    width: 100%;
    min-height: 55px;
    background-color: transparent;
    border: 1px solid #D1D1D1 !important;
    transition: all 0.2s ease-in-out 0s;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
}

    .bushire_input input:focus,
    .bushire_input textarea:focus {
        outline: none;
        border: 1px solid #2B8AC8;
    }

.busformright .submitbtn {
    background-color: #2B8AC8;
    color: #fff;
    border-radius: 10px;
    padding: 17px 45px;
    display: inline-block;
    font-family: "Figtree" !important;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    border: none !important;
}

    .busformright .submitbtn:hover,
    .busformright .submitbtn:focus {
        background-color: #2B8AC8;
        text-decoration: none;
    }
/********** Bus Charter Style End Here **********/

.sorttitle {
    font-size: 18px;
    font-weight: 600;
    color: #080808;
    line-height: 22px;
    padding: 0 0 0 35px;
    display: inline-block;
    background-image: url("../images/availableicon.svg");
    background-position: left -1349px;
    background-repeat: no-repeat;
}

.sortbytype {
    display: flex;
    gap: 14px;
}


    .sortbytype p {
        font-size: 14px;
        font-weight: 400;
        color: var(--primary-color);
        position: relative;
        padding: 6px 25px;
        cursor: pointer;
        background-color: var(--pure);
        border: 1px solid rgba(26, 26, 26, 0.2);
        border-radius: 20px;
    }

    .sortbytype label {
        font-size: 14px;
        font-weight: 400;
        color: var(--primary-color);
        position: relative;
        padding: 6px 25px;
        cursor: pointer;
        background-color: var(--pure);
        border: 1px solid rgba(26, 26, 26, 0.2);
        border-radius: 20px;
    }

    .sortbytype .sortbyselect {
        background-color: var(--primary-color);
        color: #fff;
    }

.noroute {
    width: 100%;
    text-align: center;
    /*padding: 20px 0 0;*/
}

    .noroute p {
        color: #3B3A4B;
        font-size: 16px;
        font-weight: 500;
    }

    .noroute span {
        color: #3B3A4B;
        font-size: 20px;
        font-weight: 600;
        padding: 0 0 10px;
        display: inline-block;
    }

.available_routearea {
    display: flex;
    justify-content: space-between;
    gap: 19px;
    align-items: flex-start;
    flex-direction: column;
    flex-basis: 43%;
}

.available_routepart {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 43px;
    width: 100%;
}

.bustypepart {
    display: inline-block;
}

    .bustypepart label {
        font-size: 14px;
        font-weight: 500;
        color: #505F98;
        line-height: 17px;
        text-align: left;
    }

.routeduration {
    display: flex;
    justify-content: flex-start;
    gap: 6px;
    align-items: center;
    flex-direction: column;
}

    .routeduration span {
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        color: #6E777D;
    }

    .routeduration label {
        font-size: 12px;
        font-weight: 400;
        color: #F5F5F5;
        background-color: #BF464B;
        border-radius: 4px;
        padding: 10px 27px 9px;
    }

.availableseat {
    border: 1px solid #3B3A4B;
    border-radius: 8px;
    background-color: #fff;
    padding: 9px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

    .availableseat span {
        width: 20px;
        height: 20px;
        display: inline-block;
        background-image: url("../images/availableicon.svg");
        background-position: center -1572px;
        background-repeat: no-repeat;
    }

    .availableseat label {
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        color: #6E777D;
    }

        .availableseat label i {
            display: inline-block;
            color: #080808;
            font-size: 18px;
            font-weight: 600;
            font-style: normal;
            padding: 0 4px 0 0;
        }

.availableinr {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    align-items: flex-end;
    flex-direction: column;
}

    .availableinr span {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 400;
        color: #A3A2AD;
        line-height: 14px;
    }

    .availableinr p {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 400;
        color: var(--secondary-color);
        line-height: 14px;
        text-decoration: line-through;
    }

        .availableinr p i {
            text-decoration: line-through;
        }

    .availableinr label {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 600;
        color: #3B3A4B;
        line-height: 24px;
    }

.droproutebtnwrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid rgba(80, 95, 152, 0.1);
    padding: 20px 0 0;
    flex-wrap: wrap;
    gap: 20px;
}

.droproutebtnleft {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 26px;
}

    .droproutebtnleft a {
        font-size: 14px;
        font-weight: 400;
        color: #202020;
        line-height: 17px;
        background-color: #fff;
        border-radius: 50px;
        border: 1px solid rgba(80, 95, 152, 0.2);
        display: flex;
        justify-content: center;
        gap: 11px;
        align-items: center;
        padding: 15px 19px 14px;
    }

        .droproutebtnleft a span {
            display: inline-block;
            width: 16px;
            height: 10px;
            background-image: url("../images/availableicon.svg");
            background-position: center -1792px;
            background-repeat: no-repeat;
        }

.viewseatpart {
    display: inline-block;
}

    .viewseatpart button {
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
        color: #fff;
        background-color: #2B8AC8;
        border-radius: 8px;
        padding: 15px 43px 14px;
        border: none;
        outline: none;
    }

        .viewseatpart button:hover, .viewseatpart button:focus {
            color: #fff;
            background-color: #BF464B;
        }

    .viewseatpart a {
        display: inline-block;
    }

    .viewseatpart i {
        background-color: #BF464B;
        padding: 14px 36px;
        color: var(--pure);
        border-radius: 8px;
        cursor: pointer;
        font-size: 20px;
    }

/*.available_route_box .tab-pane {
    width: 100%;
    float: left;
    padding: 10px 0 30px;
}*/

.bookingchartdata {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 25px 0 0;
    align-items: flex-start;
}

.bookingseatchart {
    float: left;
    display: flex;
    flex-direction: column;
    gap: 26px;
    width: 63.5%;
}

upperlowerdeckchart::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.upperlowerdeckchart::-webkit-scrollbar-thumb {
    border-radius: inherit !important;
    width: auto !important;
    background-color: var(--primary-color) !important;
}


.seatpricefilter {
    float: left;
    width: 100%;
    overflow-x: auto;
    padding: 0 0 17px;
    border-bottom: 1px solid var(--secondary-color);
}

    .seatpricefilter::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }

    .seatpricefilter::-webkit-scrollbar-thumb {
        border-radius: inherit !important;
        width: auto !important;
        background-color: var(--primary-color) !important;
    }

    .seatpricefilter ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
        width: max-content;
        font-size: 14px;
        font-weight: 500;
        color: var(--primary-color);
    }

        .seatpricefilter ul li:first-child {
            margin: 0 0 0 2px;
        }

    .seatpricefilter .seatprice {
        padding: 0;
        border: none;
        border-radius: inherit;
        color: #3B3A4B;
        font-size: 15px;
        font-weight: 600;
    }

    .seatpricefilter ul li {
        display: inline-block;
        padding: 5px 22px 5px;
        border: 1px solid rgba(26, 26, 26, 0.2);
        border-radius: 30px;
        cursor: pointer;
        font-size: 12px;
        background-color: #fff;
        color: var(--primary-color);
    }

        .seatpricefilter ul li.active {
            background-color: var(--main-color);
            color: #fff;
        }

.seatindchart {
    display: flex;
    gap: 40px;
}

.upperlowerdeckchart {
    width: 100%;
    float: left;
}

.upperlowerchart {
    float: left;
    display: flex;
    gap: 10px;
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lowerdeckchart, .upperdeckchart {
    width: max-content;
    float: left;
}

.seatchartone, .seatchartwo {
    width: 100%;
    float: left;
    position: relative;
}

.tab-content {
    width: 100%;
    float: left;
}

.lowerdeckseat, .upperdeckseat {
    border: 1px solid rgba(26, 26, 26, 0.2);
    border-radius: 16px;
    width: 222px;
    float: left;
    min-height: 570px;
    padding: 35px 20px 0;
}

.seatchartdeta {
    width: 100%;
    float: left;
    position: relative;
}

.seatindicator {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 37px;
    flex-direction: column;
    padding: 26px 0 50px 20px;
    background-color: #FAF9FF;
    border: 1px solid var(--secondary-color);
    border-radius: 16px;
    flex-basis: 36.2%;
}

.seatindicatorinfo {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
}

    .seatindicatorinfo span {
        display: inline-block;
        width: 40px;
        height: 40px;
        border: 1px solid var(--secondary-color);
        border-radius: 50%;
        background-image: url(../React/images/site/available_icon.svg);
        background-position: center -2726px;
        background-repeat: no-repeat;
    }

    .seatindicatorinfo h4 {
        font-size: 12px;
        font-weight: 400;
        color: var(--primary-color);
    }

.seatindicatorbox {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.seatindicator .seat01 {
    font-size: 12px;
    font-weight: 400;
    color: var(--primary-color);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
}

    .seatindicator .seat01 em {
        border: 1px solid var(--secondary-color);
        background-color: var(--pure);
        border-radius: 8px;
        height: 18px;
        width: 48px;
        display: inline-block;
        vertical-align: middle;
    }

    .seatindicator .seat01.seat02 em {
        border: 1px solid var(--text-color);
        background-color: #D5D5D5;
    }

    .seatindicator .seat01.seat03 em {
        border: 1px solid #F782C9;
        background-color: var(--pure);
    }

    .seatindicator .seat01.seat04 em {
        border: 1px solid var(--secondary-color);
        background-color: #F782C9;
    }

.bookingdeatails {
    float: left;
    flex-basis: 29.3%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.insurancembl {
    display: none;
}

.steering {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url("../React/images/site/steeringbus.svg");
    background-position: center 0;
    background-repeat: no-repeat;
    position: absolute;
    right: 22px;
    top: 26px;
}

.seat-icon {
    min-width: 60px;
    min-height: 36px;
    color: var(--primary-color);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
    padding: 5px 0 0;
    margin: 0;
    cursor: pointer;
    float: none;
    clear: both;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background-image: url("../React/images/site/seat_icon.svg");
    background-position: center -10px;
    background-repeat: no-repeat;
}

    .seat-icon.seat_selected {
        background-position: center -220px;
    }

    .seat-icon.seat_reserved {
        background-position: center -430px;
    }

    .seat-icon.seat_available_ladies {
        background-position: center -640px;
    }

    .seat-icon.seat__booked_ladies {
        background-position: center -850px;
    }

    .seat-icon.seat_available_ladies {
        background-position: center -640px;
    }

    .seat-icon.seat-Horizontal {
        transform: rotate(90deg);
        min-width: 36px;
        min-height: 60px;
    }

.seatchartdeta span.seat {
    transform: rotate(-90deg);
}

.seat-icon02 {
    min-width: 31px;
    min-height: 30px;
    color: var(--primary-color);
    border: 1px solid var(--secondary-color);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
    padding: 5px 0 0;
    margin: 0 4px 7px 0;
    cursor: pointer;
    float: none;
    clear: both;
    display: inline-block;
    vertical-align: top;
    position: relative;
    max-width: 31px;
    overflow-x: hidden;
}

    .seat-icon02.seat_selected {
        background-color: #C6DE2A;
        border: 1px solid #9AAE14;
    }

    .seat-icon02.seat_reserved {
        background-color: #D5D5D5;
        border: 1px solid var(--text-color);
    }

    .seat-icon02.seat_available_ladies {
        border: 1px solid #F782C9;
        background-color: var(--pure);
    }

    .seat-icon02.seat__booked_ladies {
        background-color: #F782C9;
        border: 1px solid var(--secondary-color);
    }

.seat-iconvertical {
    min-height: 60px;
    min-width: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    padding-left: 6px !important;
    float: left;
    max-width: 36px;
    writing-mode: vertical-rl;
    justify-content: space-around;
}

.seat-opacity {
    opacity: 0.3;
    pointer-events: none !important;
}

/*Seat Tooltip Start*/

.css-13hjud9-MuiTooltip-tooltip {
    background-color: var(--primary-color) !important;
    font-family: 'Poppins', sans-serif !important;
    padding: 4px 8px;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
}

    .css-13hjud9-MuiTooltip-tooltip h4 {
        font-size: 14px !important;
        font-weight: 500;
        padding: 6px 0;
    }

    .css-13hjud9-MuiTooltip-tooltip table tbody tr th,
    .css-13hjud9-MuiTooltip-tooltip table tbody tr td {
        font-size: 12px !important;
        font-weight: 400;
    }

.css-kudwh-MuiTooltip-arrow::before {
    background-color: var(--secondary-color) !important;
}

.css-viryjt-MuiPopper-root-MuiTooltip-popper[data-popper-placement*="top"] .MuiTooltip-arrow {
    bottom: -9px;
}

/*Seat Tooltip End*/

.routepoint {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
    /*padding: 24px 0 0;*/
}

.dorppickupselected {
    width: 100%;
    float: left;
    background-color: var(--bgcolor);
    border-radius: 2px;
    padding: 5px 8px;
}

    .dorppickupselected span {
        font-size: 14px;
        font-weight: 400;
        padding: 0 0 5px;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
    }

        .dorppickupselected span i {
            font-style: normal;
            font-weight: 600;
            color: var(--primary-color);
            font-size: 15px;
        }

.boardingpointchart {
    width: 100%;
    float: left;
    position: relative;
}

.routepoint .css-1f2jyl-MuiAutocomplete-root {
    width: 100%;
}

.routepoint .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-1f2jyl-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 42px;
    width: 100%;
    height: 48px;
    border: 1px solid rgba(26, 26, 26, 0.2);
    border-radius: 12px;
}

.routepoint .css-i4bv87-MuiSvgIcon-root {
    font-size: 1.9rem;
}

.routepoint .css-1f2jyl-MuiAutocomplete-root .MuiAutocomplete-inputRoot .MuiAutocomplete-input {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    /* color: var(--text-color); */
    padding: 2px 18px 0 20px;
    font-family: 'Poppins', serif !important;
    letter-spacing: 0;
}

.droppingpointchart {
    width: 100%;
    float: left;
    position: relative;
}

.routepoint .css-qkv3hr-MuiAutocomplete-root {
    width: 100%;
}

.routepoint .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
    border-bottom: none;
}

.routepoint .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-qkv3hr-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0;
}

.routepoint .css-821wyw-MuiSvgIcon-root {
    display: none;
}

.routepoint .css-qkv3hr-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
    padding: 10px 30px 10px 10px;
    border: 1px solid rgba(9, 47, 83, 0.2);
    cursor: pointer;
    color: #3B3A4B;
}

.routepoint .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before {
    border-bottom: none;
}

.routepoint .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before {
    border-bottom: none;
}

.routepoint .css-1q60rmi-MuiAutocomplete-endAdornment {
    position: absolute;
    right: 13px;
    top: calc(50% - 12px);
}

.routepoint .css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
    background-color: var(--secondary-color);
    padding: 2px;
    border-radius: 6px;
    color: var(--pure);
    margin-right: 0;
}

    .routepoint .css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator:hover {
        background-color: #3B3A4B;
    }

.routepoint .css-113ntv0-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
    background-color: var(--secondary-color);
    font-size: 20px;
    padding: 2px;
    border-radius: 6px;
    color: var(--pure);
    margin-right: 0px;
    transition: 0.3s ease all;
    transform: rotate(180deg);
}

    .routepoint .css-113ntv0-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator:hover {
        background-color: var(--secondary-color);
    }

.doppingpointformat {
    font-size: 14px;
    cursor: pointer;
    padding: 5px;
    border-bottom: 1px solid var(--border-color);
}

    .doppingpointformat .dropppingtimedate {
        display: block;
        font-weight: 600;
    }

    .doppingpointformat .dropppingpointlist {
        display: block;
    }

.bookingservicefair {
    flex-basis: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.bookingservicedetails, .bookingfairdetails {
    width: 100%;
}

.serviceboxdata {
    width: 100%;
    float: left;
    padding: 26px 20px 20px;
    border: 1px solid rgba(26, 26, 26, 0.2);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.totalamountgst {
    margin: 4px 0 0;
    border-top: 1px solid rgba(26, 26, 26, 0.2);
    padding: 11px 0 0;
}

    .totalamountgst.serviceboxdetail p {
        font-size: 16px;
        font-weight: 600;
        color: var(--primary-color);
    }

    .totalamountgst.serviceboxdetail label {
        font-size: 16px;
        font-weight: 600;
        color: var(--primary-color);
    }

.serviceboxdetail {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .serviceboxdetail p {
        font-size: 14px;
        font-weight: 400;
        color: var(--text-color);
        display: inline-block;
        position: relative;
    }

    .serviceboxdetail label {
        font-size: 14px;
        font-weight: 400;
        color: var(--primary-color);
        display: inline-block;
    }

    .serviceboxdetail.serviceboxtotal {
        padding: 12px 0 0;
        margin: 4px 0 0;
        border-top: 1px solid rgba(26, 26, 26, 0.2);
    }

        .serviceboxdetail.serviceboxtotal p {
            font-size: 16px;
            font-weight: 600;
            color: var(--primary-color);
        }

        .serviceboxdetail.serviceboxtotal label {
            font-size: 16px;
            font-weight: 600;
            color: var(--primary-color);
        }

.bookingcontinue {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0;
}

    .bookingcontinue button {
        font-size: 16px;
        font-weight: 500;
        color: var(--pure);
        background-color: var(--main-color);
        width: 100%;
        border: none;
        padding: 12px 38px 11px;
        border-radius: 50px;
        cursor: pointer;
    }

        .bookingcontinue button:hover, .bookingcontinue button:focus, .bookingcontinue button:active {
            color: #fff;
            background-color: var(--primary-color);
        }

.routepoint .redclr {
    font-size: 12px;
    position: absolute;
    bottom: -16px;
    left: 10px;
}

.redclr {
    font-size: 12px;
    position: absolute;
}

.seatitle {
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    padding: 0;
    color: var(--primary-color);
    position: absolute;
    left: 26px;
    top: 38px;
}

/*Seat Chart Style End Here*/

/*Amenities for Tabbing*/

.busfacilitiestab .tab-pane {
    width: 100%;
    float: left;
    /*border-radius: 20px;
    padding: 30px;
    background-color: var(--pure);
    border: 1px solid #DCDCDC;*/
}

.amenities-tab-section {
    width: 100%;
    float: left;
    padding: 30px 0 20px;
    border-top: 1px solid rgba(26, 26, 26, 0.12);
}

.amenities-tab-list {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 25px;
}

.amenities-tab-box {
    text-align: left;
    padding: 10px 20px 10px 20px;
    background-color: var(--pure);
    border-radius: 30px;
    border: 1px solid #DCDCDC;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

    .amenities-tab-box i {
        font-size: 20px;
        color: var(--secondary-color);
    }

    .amenities-tab-box p {
        font-size: 15px;
        font-weight: 400;
        color: var(--primary-color);
        margin: 0;
    }

    .amenities-tab-box span {
        color: var(--secondary-color);
        font-size: 14px;
        font-weight: 400;
    }

.busfacilitiestab {
    width: 100%;
    float: left;
    padding: 15px 0 0;
}

.tabbusphoto {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    align-items: flex-start;
}

.MuiTooltip-popper[data-popper-placement*="top"] .css-1k51tf5-MuiTooltip-tooltip {
    background-color: var(--secondary-color);
    font-family: 'Poppins', serif !important;
    padding: 10px 8px;
    font-size: 13px;
    font-weight: 400;
}

    .MuiTooltip-popper[data-popper-placement*="top"] .css-1k51tf5-MuiTooltip-tooltip h4 {
        padding: 0 0 8px;
        color: var(--primary-color);
    }

    .MuiTooltip-popper[data-popper-placement*="top"] .css-1k51tf5-MuiTooltip-tooltip table th {
        font-weight: 400;
        padding: 0 6px 0 0;
    }

/*Login Popup*/

.loginpopupmain {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.popupclosebutton {
    float: right;
    position: absolute;
    right: -18px;
    top: -18px;
}

    .popupclosebutton i {
        font-size: 20px;
        color: var(--primary-color);
        cursor: pointer;
    }

        .popupclosebutton i:hover, .popupclosebutton i:focus {
            color: var(--secondary-color);
        }

.loginbkpopup {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
}

.popupleft img {
    transform: rotateY(180deg);
}

.loginmybk {
    width: 100%;
    float: left;
    padding: 0 0 10px;
}

    .loginmybk span {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 20px;
        color: var(--secondary-color);
        font-weight: 500;
        padding: 0 0 8px;
        border-bottom: 1px solid #D8D8D8;
    }

.popuserdetail {
    width: 100%;
    float: left;
    padding: 0;
    position: relative;
}

    .popuserdetail input {
        width: 100%;
        border: 1px solid #D8D8D8;
        outline: none;
        background-color: transparent;
        padding: 0 15px;
        height: 48px;
        font-size: 16px;
        color: var(--text-color);
        font-weight: 400;
        border-radius: 8px;
    }

        .popuserdetail input:focus {
            border: 1px solid var(--secondary-color);
            outline: 1px solid var(--secondary-color);
        }

        .popuserdetail input .form-control:focus {
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

    .popuserdetail .redclr {
        bottom: -18px;
        left: 0;
    }

    .popuserdetail label {
        font-size: 16px;
        font-weight: 500;
        color: var(--primary-color);
        display: block;
        padding: 0 0 8px;
    }

        .popuserdetail label i {
            font-style: normal;
            font-weight: 600;
        }

    .popuserdetail .captchin img {
        width: 100%;
        max-width: 289px;
    }

    .popuserdetail.popuserdetailbutton {
        padding: 0;
        text-align: center;
        margin: 0;
    }

        .popuserdetail.popuserdetailbutton button {
            padding: 10px 0;
            font-size: 16px;
            font-weight: 500;
            background-color: var(--secondary-color);
            color: var(--pure);
            border: none;
            border-radius: 2px;
            width: 100%;
            margin: 5px 0 0;
        }

            .popuserdetail.popuserdetailbutton button:hover, .popuserdetail.popuserdetailbutton button:focus {
                background-color: var(--primary-color);
                color: var(--pure);
            }

    .popuserdetail .captchin {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

        .popuserdetail .captchin .okbtn {
            color: var(--primary-color);
            font-size: 17px;
            cursor: pointer;
        }

.cancellationbox .popuserdetail .captchin {
    width: 80%;
}

.login_popup_main .css-hlj6pa-MuiDialogActions-root {
    padding: 0;
}

.login_popup_main .css-ypiqx9-MuiDialogContent-root {
    padding: 35px;
    width: 100% !important;
}

    .login_popup_main .css-ypiqx9-MuiDialogContent-root::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important;
        box-shadow: none !important;
    }

    .login_popup_main .css-ypiqx9-MuiDialogContent-root::-webkit-scrollbar-thumb {
        width: 0 !important;
        height: 0 !important;
        background-color: transparent !important;
    }

.popuserdetailotp p {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 400;
    padding: 10px 0 8px;
}

.resendotplink {
    float: right;
    width: 100%;
    text-align: right;
    padding: 5px 0 20px;
}

    .resendotplink a {
        color: var(--primary-color);
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
    }

.popupuserdetail .redclr {
    bottom: -16px;
}

.popuprightpart {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.popupuserdetail {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    position: relative;
}

    .popupuserdetail label {
        font-size: 16px;
        font-weight: 500;
        color: var(--primary-color);
    }

    .popupuserdetail input {
        font-size: 16px;
        font-weight: 400;
        color: var(--text-color);
        width: 100%;
        float: left;
        height: 46px;
        border-radius: 8px;
        padding: 0 20px;
        margin: 0 !important;
        border: 1px solid rgba(26, 26, 26, 0.2);
    }

        .popupuserdetail input:focus, .popupuserdetail select:focus {
            outline: 1px solid var(--secondary-color);
        }

.passengertitle01 {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0 0;
}

    .passengertitle01 input {
        margin: 0;
        width: 16px;
        height: 16px;
    }

    .passengertitle01 a {
        color: var(--secondary-color);
        font-weight: 500;
        font-size: 16px;
        cursor: pointer;
    }

.popupuserdetail .css-qfz70r-MuiFormGroup-root {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0 0 0 10px;
}

.popupuserdetail .css-1hpqosy-MuiFormControlLabel-root {
    margin: 0;
    flex-direction: row;
    gap: 8px;
}

.popupuserdetail .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
    padding: 0;
}

.popupuserdetail .css-1hpqosy-MuiFormControlLabel-root .MuiFormControlLabel-label {
    font-size: 15px;
    color: var(--text-color);
    font-weight: 400;
    font-family: 'Poppins', serif !important;
}

.signinpopupmain .popupclosebutton {
    right: 12px;
    top: 12px;
}

.profileinputdetailsbtn {
    padding: 10px 0 0;
}

    .profileinputdetailsbtn button {
        background-color: var(--secondary-color);
        font-size: 16px;
        color: var(--pure);
        font-weight: 500;
        padding: 10px 28px;
        border-radius: 50px;
        border: none;
        outline: none !important;
    }

        .profileinputdetailsbtn button:hover, .profileinputdetailsbtn button:focus {
            background-color: var(--primary-color);
            color: var(--pure);
        }
/* My Booking */
.myloginwrap {
    width: 100%;
    float: left;
}

.loginpage {
    width: 100%;
    float: left;
    padding: 60px 0 0;
}

.loginpart {
    width: 100%;
    float: left;
}

.profileblock {
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}

    .profileblock .profilemenu {
        list-style: none;
        padding: 40px 0 0;
        display: flex;
        flex-direction: column;
        width: 15.6%;
        gap: 8px;
    }

        .profileblock .profilemenu li {
            background-color: #fff;
            color: var(--primary-color);
            text-align: center;
            padding: 13px 0;
            cursor: pointer;
            font-size: 18px;
            font-weight: 400;
            border: 1px solid rgba(26, 26, 26, 0.2);
            border-radius: 4px;
        }

            .profileblock .profilemenu li:hover:not(.active) {
                background-color: var(--secondary-color);
                color: #fff;
                border: 1px solid var(--secondary-color);
            }

        .profileblock .profilemenu .active {
            color: #fff;
            cursor: default;
            background-color: var(--secondary-color);
            border: 1px solid var(--secondary-color);
        }

.profiletabpart {
    float: left;
    width: 83.1%;
    padding: 40px 0 0;
}

.profilemenu2 {
    display: flex;
}

    .profilemenu2 li {
        width: 33.33%;
        display: block;
        text-align: center;
        cursor: pointer;
        padding: 15px 0 12px;
        border-bottom: 2px solid rgb(26 26 26 / 10%);
        font-size: 16px;
        line-height: normal;
        font-weight: 400;
        color: var(--primary-color);
    }

        .profilemenu2 li.active {
            border-bottom: 2px solid #9288f8;
        }

.profiletabcont .bookingtrip {
    margin: 40px 0 0;
}

.profilemainh {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0px 0;
}

    .profilemainh .tabtitlewlt {
        background-color: var(--pure);
        text-align: center;
        color: var(--head-text-color);
        font-weight: 500;
        flex-basis: 49.2%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        border: 1px solid rgba(26, 26, 26, 0.2);
        padding: 20px 0;
        border-radius: 4px;
    }

.tabtitlewlt label {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    height: auto;
    border: none;
    background-color: transparent;
    padding: 5px 0 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--primary-color);
}

.tabtitlewlt span {
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 500;
}

.ticketbookchange .table td, .ticketbookchange .table th {
    padding: 15px 15px 14px;
    vertical-align: top;
    border: 1px solid #B9B9B9;
}

.ticketbookchange .table th {
    font-weight: 600;
    color: #1A1A1A;
    background-color: rgba(146, 136, 248, 0.12);
    width: auto;
}

.ticketbookchange .table-bordered {
    border: 1px solid #B9B9B9;
}

.innerinputbox.innerinputboxbook {
    flex-direction: inherit;
    flex-wrap: wrap;
}

    .innerinputbox.innerinputboxbook .inputboxp01 {
        gap: 4px;
        width: 49.2%;
    }

.inputboxselect {
    padding: 10px 0 0;
}

.innerboxgender {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 5px 0 0;
}

.innergender {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
}

    .innergender input[type=radio] {
        height: auto;
        outline: none !important;
    }

.mybookingbtn.savebtn {
    padding: 8px 0 0;
}

.innerinputbox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
}

.gbookingbtn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.inputboxp01 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 51%;
    position: relative;
}

    .inputboxp01 label {
        font-size: 16px;
        font-weight: 400;
        color: var(--primary-color);
    }

    .inputboxp01 input, .inputboxp01 select {
        font-size: 16px !important;
        font-weight: 400;
        color: #000000;
        width: 100%;
        float: left;
        height: 48px;
        border-radius: 8px;
        padding: 0 20px !important;
        margin: 0 !important;
        border: 1px solid rgba(26, 26, 26, 0.2);
    }

        .inputboxp01 input:focus, .inputboxp01 select:focus {
            outline: 1px solid var(--secondary-color);
        }

    .inputboxp01 .MuiAutocomplete-hasPopupIcon.css-15ljb2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot, .MuiAutocomplete-hasClearIcon.css-15ljb2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .inputboxp01 .css-15ljb2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        padding: 0;
        height: 46px;
    }

    .inputboxp01 .redclr {
        bottom: -19px;
    }

    .inputboxp01 .css-mdrjet-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        padding: 0 20px;
        height: 46px;
        font-size: 16px;
        font-weight: 400;
        font-family: 'Poppins', serif !important;
    }

    .inputboxp01 .css-1q60rmi-MuiAutocomplete-endAdornment {
        right: 12px;
    }

    .inputboxp01 .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-mdrjet-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .inputboxp01 .css-1tb7pjp-MuiInputBase-root-MuiInput-root:after {
        border: none !important;
    }

    .inputboxp01 .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
        border: none !important;
    }

    .inputboxp01 textarea {
        font-size: 16px;
        font-weight: 400;
        color: var(--text-color);
        width: 100%;
        float: left;
        height: 48px;
        border-radius: 8px;
        padding: 0 20px;
        margin: 0 !important;
        border: 1px solid rgba(26, 26, 26, 0.2);
    }

.bushirepopup {
    width: 100%;
    float: left;
    position: relative;
}

    .bushirepopup .redclr {
        font-size: 13px;
        left: 0;
        bottom: 58px;
    }

    .bushirepopup h2 {
        color: var(--primary-color);
        font-weight: 600;
        font-size: 22px;
        padding: 0 0 6px;
        font-style: italic;
        font-family: "Crimson Pro", serif !important;
        border-bottom: 1px solid var(--text-color);
    }

    .bushirepopup p {
        font-size: 16px;
        font-weight: 400;
        color: var(--primary-color);
        padding: 30px 0 0;
    }

    .bushirepopup input {
        font-size: 16px;
        font-weight: 400;
        color: var(--text-color);
        width: 100%;
        float: left;
        height: 48px;
        border-radius: 8px;
        padding: 0 20px;
        margin: 0 !important;
        border: 1px solid rgba(26, 26, 26, 0.2);
    }

        .bushirepopup input:focus, .bushirepopup select:focus {
            outline: 1px solid var(--secondary-color);
        }

.cancellationbox #spanOtpVrifyFalse {
    position: absolute;
    left: 0;
    bottom: -19px;
    padding: 0;
    font-size: 13px;
}

.partialradiogroup .MuiFormGroup-root.MuiFormGroup-row.css-qfz70r-MuiFormGroup-root {
    gap: 35px;
}

.modify_popup_main .css-ypiqx9-MuiDialogContent-root {
    padding: 25px 40px;
}

.modifyarticledetails
.modifyarticletable {
    padding: 30px 0 0;
}

.partialradiogroup .MuiTypography-root.MuiTypography-body1.MuiFormControlLabel-label.css-ahj2mt-MuiTypography-root {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    color: var(--primary-color);
}

.partialradiogroup .css-hyxlzm .css-1hbvpl3-MuiSvgIcon-root {
    width: 20px;
    height: 20px;
}

.partialradiogroup .css-hyxlzm .css-11zohuh-MuiSvgIcon-root {
    width: 20px;
    height: 20px;
}

.modifyarticletable table tr th {
    padding: 10px 10px;
    text-align: center;
    border: 1px solid #b1b1b1;
    background-color: #8176eb;
    color: #fff;
    font-weight: 500;
}

.modify_popup_main table tr td {
    padding: 4px 15px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.2);
}

.modify_popup_main .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root {
    padding: 0;
}

.modify_popup_main .css-i4bv87-MuiSvgIcon-root {
    overflow: hidden;
    font-size: 20px;
}

.modifyarticletable table tr td {
    padding: 10px;
    border: 1px solid #b1b1b1;
    font-weight: 400;
}

.modifydetailsinput .btn-primary,
.modifydetailsinput button {
    background-color: var(--secondary-color);
    color: var(--pure);
    font-size: 16px;
    font-weight: 400;
    padding: 12px 41px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    display: inline-block;
}

    .modifydetailsinput .btn-primary:hover, .modifydetailsinput .button:hover,
    .modifydetailsinput .btn-primary:focus, .modifydetailsinput button:focus {
        background-color: var(--primary-color);
        color: var(--pure);
    }

.modify_popup_main table thead th {
    color: var(--pure);
    font-weight: 500;
    background-color: var(--secondary-color);
    padding: 8px 15px;
}

.modifydetailsinput {
    padding: 20px 0 0;
}

.mybookingbtn {
    float: left;
    padding: 26px 0 0;
    width: 100%;
}

    .mybookingbtn button {
        background-color: var(--secondary-color);
        color: var(--pure);
        font-size: 16px;
        font-weight: 400;
        padding: 12px 41px;
        border-radius: 50px;
        border: none;
        cursor: pointer;
        display: inline-block;
    }

        .mybookingbtn button:hover,
        .mybookingbtn button:focus {
            background-color: var(--primary-color);
            color: var(--pure);
        }

.innerboxgender .css-1hpqosy-MuiFormControlLabel-root {
    flex-direction: row;
    margin: 0;
    gap: 8px;
}

.innerboxgender .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
    padding: 0;
}

.innerboxgender .css-1hpqosy-MuiFormControlLabel-root .MuiFormControlLabel-label {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 400;
}

.innerboxgender .css-qfz70r-MuiFormGroup-root {
    gap: 30px;
    padding: 0 0 0 10px;
}

/* Cancellation */

.cancellationwrap {
    width: 100%;
    float: left;
}

.cancelpage {
    width: 100%;
    float: left;
    padding: 60px 0 0;
}

.cancellationpart {
    width: 100%;
    float: left;
}

.innerheading {
    width: 100%;
    float: left;
}

    .innerheading h4 {
        width: 100%;
        float: left;
        font-size: 22px;
        color: var(--pure);
        background-color: var(--secondary-color);
        padding: 12px 20px;
        font-weight: 600;
        font-style: italic;
        font-family: "Crimson Pro", serif !important;
    }

.cancellationbox {
    width: 100%;
    float: left;
    padding: 26px 0 0;
}

    .cancellationbox .inputboxp01 {
        width: 100%;
    }

.modify_popup_main table {
    margin: 0 0 30px;
    float: left;
}

.modify_popup_main h5 {
    float: left;
    width: 100%;
    padding: 0 0 8px;
}

.totalrfdtotalr {
    width: 100%;
    float: left;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .totalrfdtotalr .tlrefund {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding: 8px 18px;
        border: 1px solid var(--secondary-color);
        border-radius: 4px;
        font-size: 15px;
        color: var(--primary-color);
        font-weight: 400;
    }

        .totalrfdtotalr .tlrefund span {
            color: var(--secondary-color);
        }

.totalrfdbtn {
    width: 100%;
    float: left;
}

.totalrfdtotalrpart {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.inputboxmblcancel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    position: relative;
}

    .inputboxmblcancel button {
        background-color: var(--secondary-color);
        color: var(--pure);
        font-size: 16px;
        font-weight: 400;
        border-radius: 8px;
        padding: 12px 0 11px;
        border: none;
        width: 140px;
    }

        .inputboxmblcancel button:hover, .inputboxmblcancel button:focus {
            background-color: var(--primary-color);
            color: var(--pure);
        }

.canceltc {
    width: 100%;
    float: left;
    padding: 26px 0 0;
    display: flex;
    gap: 6px;
    align-items: center;
}

    .canceltc input {
        width: 20px;
        height: 20px;
        margin: 0;
    }

    .canceltc p {
        font-size: 16px;
        font-weight: 400;
        color: var(--primary-color);
    }

        .canceltc p a {
            font-weight: 500;
            color: var(--secondary-color);
            text-decoration: underline !important;
        }

            .canceltc p a:hover,
            .canceltc p a:focus {
                color: var(--primary-color);
            }

.cancellationbox span {
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary-color);
    padding: 14px 0 0;
    display: inline-block;
    width: auto;
}

.cancelamount {
    width: 100%;
    float: left;
    padding: 60px 0 0;
}

    .cancelamount .table-bordered {
        border: 1px solid #B9B9B9;
    }

        .cancelamount .table-bordered td,
        .cancelamount .table-bordered th {
            border: 1px solid #B9B9B9;
            width: 50%;
            color: #3F3F3F;
        }

        .cancelamount .table-bordered th {
            background-color: rgba(146, 136, 248, 0.12);
            font-weight: 600;
            padding: 15px 0 14px;
            color: var(--primary-color);
        }

        .cancelamount .table-bordered td {
            padding: 14px 0 13px;
            font-weight: 400;
        }

.inputboxp01 .bookinput {
    width: 100%;
    gap: 20px;
}

.inputboxp01 .bookinginput {
    padding: 0;
}

    .inputboxp01 .bookinginput .css-kgjvsr-MuiAutocomplete-root {
        width: 100%;
        padding: 0 12px 0 0;
        border: 1px solid rgba(26, 26, 26, 0.2);
        border-radius: 8px;
        height: 48px;
    }

        .inputboxp01 .bookinginput .css-kgjvsr-MuiAutocomplete-root:focus {
            border: 1px solid var(--secondary-color);
        }

    .inputboxp01 .bookinginput .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-kgjvsr-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        border-radius: 8px;
        height: 48px;
        padding: 0 0 0 20px;
    }

.modify_popup_main .css-1hpqosy-MuiFormControlLabel-root {
    margin: 0;
    flex-direction: row;
    gap: 8px;
}

.modify_popup_main .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
    padding: 0;
}

.partialradiogroup {
    padding: 20px 140px;
}

.capchabtn {
    display: flex;
    width: 100%;
    gap: 50px;
    align-items: center;
}

.cancellationbox .captchin {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cancellationbox .capchabtn {
    gap: 30px;
}

/* Bus Hire */

.bushirewrap {
    width: 100%;
    float: left;
}

.bushirepage {
    width: 100%;
    float: left;
    padding: 60px 0 0;
}

.bushirepart {
    width: 100%;
    float: left;
}

.bushirebox {
    width: 100%;
    float: left;
    padding: 41px 0 0;
}

.mainbushire {
    width: 100%;
    float: left;
}

.innerheading2 {
    width: 100%;
    float: left;
    padding: 0 0 26px;
}

    .innerheading2 h5 {
        color: var(--primary-color);
        font-size: 20px;
        font-weight: 600;
        border-bottom: 1px solid var(--text-color);
        padding: 0 0 6px;
        font-style: italic;
        font-family: "Crimson Pro", serif !important;
    }

.mainbushire2 {
    padding: 41px 0 0;
}

/*Bus Parcel*/

.busparcelwrap {
    width: 100%;
    float: left;
}

.busparcelpage {
    width: 100%;
    float: left;
}

.busparcelpart {
    width: 100%;
    float: left;
    padding: 60px 0 0;
}

.busparcelbox {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

.mainbusparcel {
    width: 100%;
    float: left;
}

    .mainbusparcel .innerheading2 h5 {
        border: none;
        font-family: 'Poppins', serif !important;
        font-weight: 500;
    }

.innerheading2 span {
    color: var(--secondary-color);
    text-decoration: underline;
    font-size: 22px;
}

.busparcelimg {
    width: 100%;
    float: left;
    text-align: center;
}

.busparcelpoint {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
    width: 100%;
    padding: 5px 0 0;
}

.parcelpoint {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    color: var(--primary-color);
    font-size: 17px;
    font-weight: 500;
}

    .parcelpoint span {
        display: inline-block;
        background-image: url("../React/images/site/parcelarrow.svg");
        background-position: left 0;
        background-repeat: no-repeat;
        width: 35px;
        height: 10px;
    }

.mainbusparcel .innerinputbox {
    padding: 40px 0 0;
}

/*Wallet*/

.wallet_cashback {
    width: 100%;
    float: left;
}

.cashback-wrapper {
    padding: 0;
    margin: 0;
}

.wallet_cashparts {
    width: 100%;
    float: left;
    padding: 60px 0 0;
}

/*.banner-section {
    background-color: #fefefe;
    text-align: center;
    padding: 20px;
}

.responsive-img {
    width: 100%;
    max-width: 600px;
    height: auto;
}*/

.cta-bar {
    background-color: var(--secondary-color);
    text-align: center;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 15px;
}

    .cta-bar span {
        font-size: 20px;
        color: var(--pure);
        font-weight: 600;
        font-style: italic;
        font-family: "Crimson Pro", serif !important;
    }

.wallet_contact {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

    .wallet_contact a {
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        line-height: 22px;
    }

        .wallet_contact a:hover {
            color: var(--primary-color);
        }

.cashback-content {
    padding: 40px 0 0;
    width: 100%;
    float: left;
}

.cashback-step {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

.step-text {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .step-text p {
        color: #3F3F3F;
        font-size: 16px;
        font-weight: 400;
    }

    .step-text span {
        color: var(--primary-color);
        font-weight: 500;
    }

.cashback-table {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(185, 185, 185, 0.8);
    padding: 5px 0 0;
    margin: 0 0 20px;
}

.cashback_text {
    width: 100%;
    float: left;
    display: flex;
}

    .cashback_text .pull-left {
        padding: 15px 0 14px;
        background-color: rgba(146, 136, 248, 0.12);
        border: 1px solid rgba(185, 185, 185, 0.8);
        width: 50%;
        border-right: none;
        text-align: center;
        border-bottom: none;
    }

    .cashback_text .pull-right {
        padding: 15px 0 14px;
        background-color: rgba(146, 136, 248, 0.12);
        border: 1px solid rgba(185, 185, 185, 0.8);
        width: 50%;
        text-align: center;
        border-bottom: none;
    }

    .cashback_text span {
        font-weight: 600;
        color: var(--primary-color);
    }

    .cashback_text p {
        padding: 14px 0 13px;
        font-weight: 400;
        color: #3F3F3F;
        background-color: transparent;
    }

.walletdata {
    background-color: transparent !important;
    padding: 0 !important;
}

.column {
    flex: 1;
    padding: 8px;
    text-align: center;
    border-left: 1px solid #aaa;
}

    .column:first-child {
        border-left: none;
    }

/*Media Query Start*/

@media only screen and (max-width: 1899px) {
    /*.offer_box {
        background-size: 99%;
    }*/

    .ofr_discount {
        padding: 0 0 0 140px;
    }

    .offer_card_left {
        width: 24.2%;
    }

    .top_routes_top {
        width: 87%;
    }
}

@media only screen and (max-width: 1799px) {
    /*.offer_box {
        background-size: 98%;
        height: 492px;
        width: 380px;
    }*/

    .offer_box img {
        max-width: 380px;
    }

    .ofr_discount {
        padding: 0 0 0 100px;
    }

    .top_routes_top {
        width: 90%;
    }
}

@media only screen and (max-width: 1699px) {
    .headerright {
        gap: 100px;
    }

    .footerwrap {
        padding: 90px 0 0;
    }

    /*.slider_imgpart {
        padding: 0 0 90px;
    }

    .ofr_discount_card {
        padding: 90px 0 0;
    }*/

    .testimonials {
        padding: 90px 0 106px;
    }

    /*.offer_box {
        background-size: 97%;
        height: 478px;
        width: 372px;
    }*/

    .offer_box img {
        max-width: 372px;
    }

    .ofr_discount {
        padding: 0 0 0 60px;
    }

    .top_routes_top {
        width: 94%;
    }

    .test_right {
        right: -5px;
    }

    .serviceareabox {
        justify-content: flex-end;
    }

    .appwrapbottom {
        padding: 0 90px 0 0;
        gap: 59px;
    }
}

@media only screen and (max-width: 1599px) {
    .walletcontent {
        padding: 90px 0 0;
    }

    .brandingparts {
        padding: 90px 0 0;
    }

    .brandinglogo {
        padding: 45px 0 0;
    }

    .logo_box {
        width: 180px;
        height: 59px;
        background-size: 180px;
    }

        .logo_box.logo_box2 {
            background-position: center -86px;
        }

        .logo_box.logo_box3 {
            background-position: center -175px;
        }

        .logo_box.logo_box4 {
            background-position: center -245px;
            background-size: 170px;
        }

        .logo_box.logo_box5 {
            background-position: center -346px;
        }

        .logo_box.logo_box6 {
            background-position: center -433px;
        }

        .logo_box.logo_box7 {
            background-position: center -519px;
        }

    .wallet_left {
        width: 66%;
    }

    .bookingcity.bookingdate {
        width: 40%;
    }

    .bookingpart.bookingpart03 .bookinginput1 .redclr {
        left: -11px;
    }

    .sitelogo a img {
        width: 100%;
        max-width: 260px;
    }

    .servicewrap {
        padding: 90px 0 0;
    }

    .appwrap {
        padding: 90px 0 0;
    }

    .appwraparea {
        padding: 90px 0;
    }

    .galleryarea {
        padding: 90px 0 0;
    }

    .appheadbox {
        padding: 9px 25px;
        gap: 20px;
    }

    .headerright {
        gap: 70px;
    }

    .headermenu .navbar-inverse .navbar-nav {
        gap: 34px;
    }

    .ofr_discount {
        padding: 0 0 0 20px;
    }

    .top_routes_top {
        width: 97%;
    }

    /*.offer_box {
        height: 470px;
        width: 362px;
    }*/

    .offer_box img {
        max-width: 356px;
    }

    .servicearealeft {
        width: 34%;
    }

    .servicepart.servicepart2 {
        width: 24.2%;
    }

    .servicearearight {
        width: 65%;
    }

    .appwrapbottom {
        padding: 0 60px 0 0;
    }

    .toptitle {
        font-size: 30px;
    }

    .gotripblock .gotripmenu {
        padding: 0 0 0 0;
    }

    .galleryblock .gallerymenu {
        padding: 0 0 0 0;
    }

    .gotriptabbing {
        padding: 50px 0 0;
    }

    .tripimg img {
        max-width: 350px;
    }

    .tripboxarea {
        width: 352px;
    }

    .gallerytabbing {
        padding: 50px 0 0;
    }

    .galleryimg img {
        max-width: 350px;
    }

    /*Available Routes*/

    .filter-drawer__content_input {
        flex-basis: 47.5%;
    }

    .route_box.route_box01 {
        flex-basis: 47%;
    }

    .avbookingpart {
        width: 74%;
    }

    .seatindchart {
        gap: 16px;
    }

    .seatindicator {
        flex-basis: 36%;
    }

    .filter-drawer {
        padding: 23px 20px 21px;
    }

    .tabbusphoto img {
        width: 22.8%;
        max-width: 100%;
    }

    /* Customer Info */

    .cust_pass_input.cust_input_details {
        flex-basis: 31.9%;
    }

    .walletbox4, .walletbox5 {
        width: 47.8%;
    }

    /* My Booking */

    .innerinputbox.innerinputboxbook .inputboxp01 {
        width: 49.1%;
    }
}

@media only screen and (max-width: 1499px) {
    .brandinglogo {
        padding: 40px 0 0;
    }

    .wallet_text p {
        flex-wrap: wrap;
    }

    .headerright {
        gap: 45px;
    }

    .bookingcity.bookingdate {
        width: 42%;
    }

    .bookingpart.bookingpart03 .bookinginput1 .redclr {
        left: -8px;
    }

    .bookingpart.bookingpart03 .bookinginput1 .redclr {
        left: -16px;
    }

    .bookinginput1 .redclr {
        left: 35px;
    }

    .headerpart {
        align-items: center;
        padding: 0 0 20px;
    }

    .sitelogo a img {
        max-width: 240px;
    }

    .headercontact a {
        font-size: 15px;
        background-position: -5px -10px;
        padding: 0 0 0 33px;
    }

    .footerlinks ul {
        gap: 8px;
    }

        .footerlinks ul li a {
            font-size: 15px;
        }

    .footercontact p {
        font-size: 15px;
        line-height: 23px;
    }

    .footerarea {
        padding: 80px 0 42px;
    }

    .bookingwrap {
        gap: 30px;
    }

    .slider_content {
        width: 70%;
    }

    .bookingcity.bookingdate {
        gap: 25px;
    }

    .offer_card_left {
        width: 25%;
    }

    /*.offer_box {
        height: 452px;
        width: 350px;
    }*/

    .offer_box img {
        max-width: 350px;
    }

    .top_routes_top {
        width: 100%;
        padding: 0 15px 40px 0;
    }

        .top_routes_top p {
            width: 36%;
        }

    .testimonialsparts .toptitle span {
        width: 66%;
    }

    .test_left h1 {
        font-size: 26px;
        line-height: 40px;
        padding: 20px 0 0;
    }

    .test_right {
        right: 0;
        width: 71%;
    }

    .owl-carousel .owl-item .test_box_top img {
        width: 100% !important;
    }

    .test_box {
        width: 470px;
        height: 305px;
    }

    .servicepart {
        width: 33.3%;
    }

    .servicebox p {
        font-size: 17px;
        line-height: 23px;
        padding: 25px 0 0;
    }

    .servicebox.servicebox02 p {
        padding: 35px 0 0;
    }

    .serviceicon em {
        width: 140px;
    }

    .servicebox.servicebox02 .serviceicon em {
        width: 80px;
    }

    .servicebox {
        float: left;
        width: 280px;
        padding: 22px 15px 35px;
    }

        .servicebox.servicebox02, .servicebox.servicebox04 {
            width: 210px;
        }

    .servicearealeft {
        width: 36%;
    }

    .servicearearight {
        width: 62%;
    }

    .servicepart.servicepart2 {
        width: 24.5%;
    }

    .appwraparea::after {
        width: 800px;
        height: 800px;
    }

    .servicearealeft p.blodtext {
        padding: 55px 0 20px;
    }

    .tripboxarea {
        width: 328px;
    }

    .appright h4 {
        font-style: normal;
        font-size: 18px;
        line-height: 28px;
        padding: 32px 0 15px;
    }

    .appwrapbottom {
        padding: 0 30px 0 0;
        gap: 30px;
    }

        .appwrapbottom span {
            font-size: 17px;
            line-height: 23px;
            padding: 15px 40px;
        }

    .appwraparea::after {
        width: 700px;
        height: 700px;
    }

    .tripimg img {
        max-width: 326px;
    }

    .galleryimg img {
        max-width: 326px;
    }

    /*Available Routes*/

    .filter-drawer__content {
        gap: 11px;
        padding: 22px 0 0;
    }

    .avbookingform {
        gap: 60px;
    }

    .filter-drawer__content_input {
        flex-basis: 47.4%;
    }

    .filter-drawer2 .filter-drawer__content {
        gap: 11px;
        padding: 22px 0 0;
    }

    .bookingchartdata {
        gap: 16px;
    }

    .busroutetyperight {
        gap: 100px;
    }

    .busroutetabbing ul {
        gap: 16px;
    }

    .route_box.route_box01 {
        flex-basis: 47%;
    }

    .bus_start_time label {
        font-size: 19px;
    }

    .route_fare_data label {
        font-size: 19px;
    }

        .route_fare_data label i {
            font-size: 17px;
            padding: 0 3px 0 0;
        }

    .bookingseatchart {
        width: 65.5%;
    }

    .bookingdeatails {
        flex-basis: 29%;
    }

    .seatindicator {
        flex-basis: 35%;
    }

    .tabbusphoto {
        gap: 25px;
    }

    /* Customer Info */

    .cust_pass_input {
        flex-basis: 19%;
    }

        .cust_pass_input.cust_input_details {
            flex-basis: 31.8%;
        }

    .Walletsubdetails {
        gap: 18px;
    }

    .agntpgcaptcha .form-control {
        width: 68%;
    }
}

@media only screen and (max-width: 1399px) {
    .walletcontent {
        padding: 80px 0 0;
        gap: 50px;
    }

    .brandingparts {
        padding: 80px 0 0;
    }

    .bookingpart {
        width: 60%;
    }

    .cityswapicon {
        left: -25px;
    }

    .carousel .arrow {
        top: 45%;
    }

    .headerright {
        gap: 35px;
    }

    .headermenu .navbar-inverse .navbar-nav {
        gap: 28px;
    }

    .bookinginput1 .redclr {
        left: 28px;
        font-size: 11px;
    }

    .bookingpart.bookingpart03 .bookinginput1 .redclr {
        left: 4px;
    }

    .servicewrap {
        padding: 80px 0 0;
    }

    .appwrap {
        padding: 80px 0 0;
    }

    .appwraparea {
        padding: 80px 0;
    }

    .galleryarea {
        padding: 80px 0 0;
    }

    .sitelogo a img {
        max-width: 220px;
    }

    .appheadbox {
        padding: 8px 22px;
        gap: 16px;
    }

    .loginwrap a {
        width: 36px;
        height: 36px;
        border-radius: 30px;
        background-position: center -173px;
    }

    .appuser {
        gap: 20px;
    }

    .slider_head {
        width: 46%;
    }

        .slider_head h1 {
            font-size: 36px;
            line-height: 46px;
        }

    .slider_explore {
        top: -39px;
        right: -40px;
    }

        .slider_explore img {
            width: 100%;
            max-width: 140px;
        }

    .slider_discount:before {
        width: 260px;
        height: 256px;
        background-size: 260px;
    }

    .bookingcity {
        width: 48%;
        padding: 16px;
        gap: 20px;
    }

        .bookingcity.bookingdate {
            width: 43%;
            padding: 16px 16px 16px 16px;
        }

    .booking_input {
        padding: 20px;
        gap: 16px;
    }

    .slider_discount {
        height: 518px;
    }

        .slider_discount h2 {
            font-size: 32px;
            line-height: 42px;
            padding: 0 0 22px 30px;
        }

            .slider_discount h2:before {
                width: 240px;
                height: 46px;
            }

    /*.slider_imgpart {
        padding: 0 0 80px;
    }

    .ofr_discount_card {
        padding: 80px 0 0;
    }*/

    .top_routes_top p {
        width: 39%;
    }

    /*.offer_box {
        height: 426px;
        width: 327px;
    }*/

    .offer_box img {
        max-width: 327px;
    }

    .destination_route {
        padding: 55px 0 0;
    }

    .testimonials {
        padding: 80px 0 80px;
    }

    .test_box {
        width: 420px;
        height: 280px;
    }

    .test_box_top label {
        top: 35.5%;
        width: 44px;
        height: 44px;
        background-position: center -3113px;
        background-size: 32px;
    }

    .test_box_btm {
        gap: 4px;
        padding: 0 0 0 15px;
    }

    .test_right .owl-dots {
        top: 20px;
    }

    .test_right .owl-carousel .owl-nav.disabled {
        bottom: -80px;
    }

    .footerwrap {
        padding: 80px 0 0;
    }

    .footerarea {
        padding: 75px 0 42px;
    }

    .footertop {
        padding: 56px 25px 0;
    }

    .footerlinks ul {
        gap: 7px;
    }

    .footertitle {
        font-size: 19px;
    }

    .footerlinks ul li a {
        font-size: 15px;
    }

    .footercontact p {
        font-size: 15px;
        line-height: 23px;
    }

    .servicebox.servicebox02, .servicebox.servicebox04 {
        width: 194px;
    }

    .servicebox {
        width: 260px;
        padding: 22px 12px 30px;
    }

    .servicearealeft p.blodtext {
        font-size: 17px;
    }

    .servicearealeft p {
        font-size: 16px;
        line-height: 150%;
    }

    .servicepart.servicepart2 {
        width: 25%;
    }

    .tripimg img {
        max-width: 305px;
    }

    .tripboxarea {
        width: 307px;
    }

    .tripbox h4 {
        font-size: 17px;
    }

    .triptime label {
        font-size: 11px;
    }

    .gotripblock .gotripmenu li {
        padding: 8px 24px 7px;
    }

    .tripimg img {
        max-width: 305px;
    }

    .galleryimg img {
        max-width: 305px;
    }

    .galleryblock .gallerymenu li {
        padding: 8px 24px 8px;
    }

    /*Available Routes*/

    .avbookingpart {
        width: 78%;
    }

    .avbookingform {
        gap: 50px;
    }

    .filter-drawer {
        padding: 20px 18px 19px;
    }

    .filter-drawer__title {
        font-size: 15px;
    }

        .filter-drawer__title::after {
            top: 1px;
            width: 20px;
            height: 20px;
            background-position: center -285px;
            background-size: 20px;
        }

    .filter-drawer__content {
        padding: 14px 0 0;
    }

    .filter-drawer2 .filter-drawer__content {
        padding: 19px 0 0;
    }

    .route_box.route_box01 {
        flex-basis: 50%;
    }

    .busroutetab {
        font-size: 14px;
    }

    .sortbytype {
        gap: 12px;
    }

        .sortbytype p {
            font-size: 13px;
            padding: 5px 18px;
        }

    .busroutemhead {
        font-size: 17px;
    }

    .available_route_box {
        padding: 22px 30px 11px;
    }

    .amenities-tab-list {
        gap: 20px;
    }

    .bookingseatchart {
        width: 68%;
    }

    .seatindicator {
        flex-basis: 33%;
        padding: 26px 0 50px 15px;
    }

    .bookingdeatails {
        flex-basis: 29%;
    }

    .insurance img {
        max-width: 100%;
    }

    /*Customer Info*/

    .cust_pass_input01 {
        flex-basis: 35.8% !important;
    }

    .cust_pass_input.cust_input_details {
        flex-basis: 31.7%;
    }

    .walletcoupon .cust_pass_input {
        gap: 14px;
    }

    .walletcoupon .customerbox {
        width: 48.8%;
    }

    .agntpgcaptcha .form-control {
        width: 66%;
    }

    /*My Booking*/

    .innerinputbox.innerinputboxbook .inputboxp01 {
        width: 49%;
    }

    /*Bus Parcel*/

    .busparcelpoint {
        gap: 30px;
    }

    .parcelpoint {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1309px) {
    .slider_content {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        gap: 40px 20px;
        width: 100%;
    }

    .bookingcity.bookingdate {
        width: 43%;
    }

    .booking_input {
        justify-content: space-between;
    }

    .slider_top {
        width: 50%;
    }

    .slider_tx {
        width: 47%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .wallet_boxes {
        width: 370px;
        height: 210px;
        padding: 40px 22px 0;
    }

        .wallet_boxes.wallet_boxes4 {
            width: 210px;
            padding: 10px 0 0;
        }

    .appleft img {
        width: 100%;
        max-width: 220px;
    }

    .carousel .arrow {
        top: 44%;
    }

    .bookinginput1 .redclr {
        left: 48px !important;
    }

    .top_routes_top p {
        width: 41%;
    }

    .bookingsearch {
        width: auto;
    }

        .bookingsearch button {
            padding: 6px 20px 0 !important;
        }

    .sitelogo {
        align-items: center;
        width: 100%;
        justify-content: center;
        display: flex;
    }

        .sitelogo a img {
            max-width: 260px;
        }

    .headerpart {
        align-items: center;
        padding: 20px 0 20px;
        flex-direction: column;
        justify-content: center;
    }

    .appuser {
        gap: 35px;
    }

    .headermenu .navbar-inverse .navbar-nav {
        gap: 38px;
    }

    .headertop {
        padding: 0;
    }

    .headerright {
        gap: 35px;
        justify-content: space-between;
        width: 100%;
        padding: 30px 0 0;
    }

    .headercontact a {
        padding: 0 0 0 31px;
    }

    .headermenu .navbar-nav > li > a {
        font-size: 16px;
    }

    .slider_head h1 {
        font-size: 32px;
        line-height: 44px;
    }

    .bookingwrap {
        flex-direction: column;
    }



    .slider_discount {
        height: 200px;
        width: 100%;
        padding: 25px 0 0;
    }

    .slider_head {
        width: 60%;
        gap: 16px;
    }



    .slider_explore {
        top: 0;
        position: relative;
        margin: 0;
    }


    .slider_discount h2 {
        width: 50%;
    }

    .discount_txt {
        z-index: 1;
    }

    .slider_discount:before {
        width: 180px;
        height: 176px;
        background-size: 180px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .slider_discount h2 {
        padding: 25px 0 0 30px;
    }

        .slider_discount h2:before {
            top: 21px;
        }

    .bookingcity {
        width: auto;
    }



    /*.offer_box {
        height: 402px;
        width: 305px;
    }*/

    .offer_box img {
        max-width: 301px;
    }

    .top_routes_top {
        padding: 0 15px 35px 0;
    }

    .toptitle {
        font-size: 30px;
        line-height: 42px;
    }

    .test_left h1 {
        font-size: 24px;
        line-height: 36px;
    }

    .testimonialslide {
        padding: 35px 0 0;
    }

    .test_left {
        width: 22%;
    }

    .test_right {
        width: 73.5%;
    }

    .footertitle {
        font-size: 18px;
    }

    .footerlogo {
        display: none;
    }

    .cancelamount {
        padding: 50px 0 0;
    }

    .toptitle {
        font-size: 28px;
    }

    .serviceareabox {
        padding: 0;
    }

    .servicepart {
        width: 35%;
    }

    .serviceicon span {
        width: 52px;
        height: 52px;
        background-position: center -1832px;
        background-size: 32px;
    }

    .servicebox.servicebox02 .serviceicon span {
        background-position: center -1994px;
    }

    .servicepart3 .servicebox02 span {
        background-position: center -2490px !important;
    }

    .servicepart3 .servicebox01 span {
        background-position: center -2652px !important;
    }

    .servicebox02 .serviceicon span.middleicon {
        background-position: center -2158px;
    }

    .appleft {
        width: 26%;
    }

    .appright {
        width: 66%;
        padding: 70px 0 0;
    }

        .appright p {
            font-size: 15px;
            line-height: 23px;
        }

    .appfeature {
        padding: 30px 0 0;
    }

        .appfeature span {
            font-size: 15px;
            line-height: 23px;
            padding: 0 0 0 32px;
            background-position: -8px -2823px;
            background-size: 32px;
        }

    .appwrapbottom span {
        font-size: 16px;
        line-height: 21px;
    }

    .tripimg img {
        max-width: 283px;
    }

    .tripbox {
        padding: 20px 13px 19px;
        height: 218px;
    }

    .tripboxarea {
        padding: 0 0 15px;
    }

    .triprice {
        padding: 15px 13px 0;
        margin: 15px 0 0;
    }

    .galleryimg img {
        max-width: 283px;
    }

    /*Available Routes*/

    .bus_start_time {
        flex-basis: 29%;
    }

    .offercard {
        width: 95%;
    }

    .filter-drawer__content_input {
        flex-basis: 47.2%;
    }

    .sortbytype p {
        padding: 4px 14px;
    }

    .filter-drawer2 .filter-drawer__content_input label {
        padding: 8px 0 8px 42px;
        background-position: 12px -507px;
    }

    .filter-drawer2 .filter-drawer__content_input.filtertime2 label {
        background-position: 12px -674px;
    }

    .filter-drawer2 .filter-drawer__content_input.filtertime3 label {
        background-position: 12px -842px;
    }

    .filter-drawer2 .filter-drawer__content_input.filtertime4 label {
        background-position: 12px -1010px;
    }

    .amenities-tab-list {
        gap: 16px;
    }

    .amenities-tab-box {
        padding: 8px 18px;
        gap: 10px;
    }

        .amenities-tab-box i {
            font-size: 16px;
        }

    .availabledetails {
        gap: 20px;
    }

    .routepoint .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-1f2jyl-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        height: 44px;
    }

    .routepoint .css-1f2jyl-MuiAutocomplete-root .MuiAutocomplete-inputRoot .MuiAutocomplete-input {
        font-size: 15px;
        padding: 0px 18px 0 15px;
    }

    .bookingcontinue button {
        font-size: 15px;
        padding: 10px 20px;
    }

    .bookingchartdata {
        gap: 14px;
    }

    .bookingseatchart {
        width: 71%;
    }

    .seatindchart {
        gap: 14px;
    }

    .bookingdeatails {
        flex-basis: 27.4%;
    }

    .seatindicator {
        flex-basis: 33%;
        padding: 26px 0 40px 16px;
    }

    .upperlowerchart {
        gap: 12px;
        justify-content: flex-end;
    }

    /*Customer Info*/

    .Walletsubdetails {
        gap: 16px;
    }

    .cust_pass_input {
        flex-basis: 18.8%;
    }

        .cust_pass_input.cust_input_details {
            flex-basis: 31.6%;
        }

    .walletcoupon .cust_pass_input button {
        width: 53%;
    }

    .paymentbtn {
        gap: 16px;
    }

        .paymentbtn button {
            padding: 10px 38px;
        }

            .paymentbtn button.paysuccess {
                padding: 10px 42px;
            }

    .customerroute {
        padding: 22px 25px 26px;
        gap: 28px;
    }

    .customebox label {
        font-size: 18px;
    }

    .customedateseat {
        gap: 16px;
    }

    .customerfarebox {
        padding: 24px 25px 20px;
    }

    .totalpayable label {
        font-size: 15px;
    }

    .customerhead {
        font-size: 20px;
    }

    .agntpgcaptcha .form-control {
        width: 64%;
    }

    /*My Booking*/

    .profileblock .profilemenu li {
        padding: 12px 0;
        font-size: 17px;
    }

    .innerinputbox.innerinputboxbook .inputboxp01 {
        width: 48.9%;
    }

    .profiletabcont .bookingtrip {
        margin: 35px 0 0;
    }

    /*Bus Parcel*/

    .busparcelpoint {
        gap: 20px 35px;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1229px) {
    .walletcontent {
        padding: 70px 0 0;
        gap: 45px;
    }

    .wallet_text.wallet_text3 p {
        display: inline-block;
    }

    .wallet_text p {
        font-size: 14px;
        line-height: 22px;
    }

    .wallet_text span {
        width: 44px;
        height: 26px;
        font-size: 13px;
    }

    .wallet_text h3 {
        font-size: 19px;
        line-height: 28px;
        padding: 10px 0 6px;
    }

    .wallet_boxes {
        width: 319px;
        height: 170px;
        padding: 18px 14px 0;
    }

        .wallet_boxes h3 {
            padding: 14px 0 0 16px;
            gap: 10px;
            font-size: 17px;
            line-height: 26px;
            width: 83%;
        }

        .wallet_boxes p {
            font-size: 15px;
            line-height: 23px;
        }

        .wallet_boxes span {
            width: 50px;
            height: 50px;
            background-position: center -8px;
            background-size: 50px;
        }

        .wallet_boxes.wallet_boxes2 span {
            background-position: center -175px;
        }

        .wallet_boxes.wallet_boxes3 span {
            background-position: center -342px;
        }

        .wallet_boxes.wallet_boxes4 span {
            width: 50px;
            height: 50px;
            background-position: center -507px;
        }

    .wallet_right {
        gap: 14px;
    }

    .wallet_left {
        width: 60%;
    }

    .brandingparts {
        padding: 70px 0 0;
    }

    .tripbox {
        height: 234px;
    }

    .bookinginput1 .redclr {
        left: 45px !important;
    }

    .galleryarea {
        padding: 70px 0 0;
    }

    .headermenu .navbar-nav > li > a {
        font-size: 15px;
    }

    .appuser {
        gap: 20px;
    }

    .headermenu .navbar-inverse .navbar-nav {
        gap: 24px;
    }

    .bookingwrap {
        padding: 60px 0 0;
    }

    .discount_txt span {
        font-size: 36px;
        line-height: 50px;
    }

    .discount_txt h4 {
        font-size: 15px;
        line-height: 21px;
    }

    .discount_txt {
        padding: 10px 12px 16px;
        right: 15px;
    }

    .slider_discount {
        height: 175px;
        padding: 22px 0 0;
    }

        .slider_discount h2 {
            width: 30%;
            padding: 20px 0 0 30px;
        }

            .slider_discount h2:before {
                top: 17px;
            }

        .slider_discount:before {
            width: 155px;
            height: 153px;
            background-size: 155px;
        }

    .sliderparts {
        padding: 0 0 70px;
    }

    /*.slider_imgpart {
        padding: 0 0 70px;
    }

    .ofr_discount_card {
        padding: 70px 0 0;
    }*/

    .toptitle {
        font-size: 28px;
        line-height: 40px;
    }

    .slider_head h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .tripboxarea {
        width: 285px;
    }

    .slider_top {
        width: 30%;
    }

    .slider_head {
        width: 100%;
    }

    .slider_tx {
        width: 55%;
    }

    .slider_offer {
        padding: 0;
    }



    .offer_card_left {
        width: 29%;
    }

    .top_routes {
        width: 68%;
    }

    /*.offer_box {
        height: 390px;
        width: 294px;
    }*/

    .offer_box img {
        max-width: 290px;
    }

    .top_routes_top p {
        width: 50%;
        font-size: 17px;
        line-height: 26px;
    }

    .top_routes_top {
        padding: 0 15px 25px 0;
    }

    .destination_route {
        padding: 50px 0 0;
    }

        .destination_route ul li {
            gap: 10px;
        }

        .destination_route ul .booknowin {
            gap: 8px;
        }

        .destination_route ul .booknowright {
            gap: 6px;
        }

    .testimonials {
        padding: 70px 0 80px;
    }

    .testimonialsparts .toptitle span {
        width: 60%;
    }

    .testimonialslide {
        padding: 30px 0 0;
    }

    .test_left h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .test_box {
        width: 340px;
        height: 240px;
        gap: 12px;
    }

    .test_right {
        width: 74.5%;
    }

    .test_box_top label {
        top: 34.5%;
    }

    .footercall {
        padding: 50px 0;
        gap: 30px;
    }

        .footercall h3 {
            font-size: 30px;
        }

    .footerarea {
        padding: 65px 0 45px;
    }

    .footeraddress {
        width: 26.6%;
    }

    .footermenubox a {
        padding: 8px 24px;
    }

    .footerwrap {
        padding: 70px 0 0;
    }

    .servicewrap {
        padding: 70px 0 0;
    }

    .servicebox.servicebox02 p {
        font-size: 16px;
        padding: 30px 0 0;
    }

    .servicebox {
        width: 240px;
        padding: 20px 10px 25px;
    }

        .servicebox.servicebox02, .servicebox.servicebox04 {
            width: 180px;
        }

    .servicearea {
        flex-wrap: wrap;
        gap: 55px;
    }

    .servicearealeft {
        width: 100%;
    }

        .servicearealeft p.blodtext {
            padding: 45px 0 20px;
        }

    .servicearearight {
        width: 100%;
    }

    .serviceareabox {
        padding: 0;
        justify-content: center;
    }

    .servicepart.servicepart2 {
        width: 15%;
    }

    .appwrap {
        padding: 90px 0 0;
    }

    .appwraparea {
        padding: 70px 0;
    }

    .appleft {
        width: 28%;
    }

    .serviceicon em {
        width: 100px;
    }

    .galleryimg img {
        max-width: 313px;
    }

    .gallerytabbing {
        padding: 45px 0 0;
    }

    .gotriptabbing {
        padding: 45px 0 0;
    }

    /*AvailableRoutes Css Start*/

    .bus_start_time label {
        font-size: 17px;
    }

    .bus_start_time {
        flex-basis: 28%;
    }

    .route_box.route_box01 {
        flex-basis: 60%;
    }

    .offercard {
        width: 100%;
    }

    .offerarea .owl-carousel .owl-item img {
        width: 100% !important;
    }

    .bookinginput {
        padding: 0;
    }

        .bookinginput .css-kgjvsr-MuiAutocomplete-root .MuiAutocomplete-inputRoot .MuiAutocomplete-input, .bookinginput input {
            padding: 0 0 0 24px !important;
            background-position: -5px -7px;
            font-size: 15px;
            line-height: 22px;
            height: 22px;
        }

        .bookinginput input {
            background-position: -5px -173px;
            padding: 0 0 0 24px !important;
        }

    .availablebooking .avbookingform img {
        width: 10%;
    }

    .avbookingpart {
        width: 90%;
    }

    .bookinput {
        width: 48%;
        display: flex;
    }

        .bookinput.bookinput2 {
            width: 37%;
        }

    .busroutemhead {
        font-size: 15px;
    }

    .sortbytype p {
        padding: 3px 12px;
    }

    .filter-drawer__content_input label {
        font-size: 13px;
        background-size: 20px;
    }

    .route_box.route_box01 {
        flex-basis: 57%;
    }

    .bookingseatchart {
        width: 100%;
    }

    .seatbookbtn button {
        font-size: 14px;
        padding: 6px 22px;
    }

    .upperlowerchart {
        justify-content: space-evenly;
    }

    .bookingchartdata {
        gap: 30px;
        flex-direction: column;
    }

    .bookingdeatails {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        width: 100%;
        flex-basis: 100%;
    }

    .insurance {
        flex-basis: 30%;
    }

    .routepoint {
        flex-basis: 35%;
    }

    .bus_duration_time span {
        width: 15px;
    }

    .filter-drawer__content_input {
        flex-basis: 46.2%;
    }

    .filter-drawer2 .filter-drawer__content_input label {
        padding: 8px 0 8px 26px;
        background-position: 5px -421px;
    }

    .filter-drawer2 .filter-drawer__content_input.filtertime2 label {
        background-position: 6px -560px;
    }

    .filter-drawer2 .filter-drawer__content_input.filtertime3 label {
        background-position: 6px -700px;
    }

    .filter-drawer2 .filter-drawer__content_input.filtertime4 label {
        background-position: 6px -840px;
    }

    .routepoint .css-1f2jyl-MuiAutocomplete-root .MuiAutocomplete-inputRoot .MuiAutocomplete-input {
        font-size: 16px;
        padding: 0px 18px 0 15px;
    }

    .bookingcontinue button {
        font-size: 16px;
        padding: 8px 20px;
    }

    .bookingdeatails .insurance img {
        float: right;
    }

    .busroutetabbing ul li button {
        padding: 6px 22px;
    }

    .availablebuses span {
        width: 20px;
        height: 20px;
        background-position: center -1130px;
        background-size: 20px;
    }

    .filter-drawer {
        padding: 14px 16px;
    }

    .customerhead span {
        width: 20px;
        height: 20px;
        background-position: center -1561px;
        background-size: 20px;
    }

    .availablebuses.availablebuses2 span {
        background-position: center -1273px;
    }

    .availablebuses i {
        font-size: 13px;
    }

    .availableboxes p {
        font-size: 12px;
    }

    .filter-drawer__content_input .css-15ljb2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot .MuiAutocomplete-input {
        height: 38px;
        background-position: 96.4% -879px;
        background-size: 18px;
    }

    .filter-drawer2 .filter-drawer__content {
        padding: 14px 0 0;
    }

    .avbookingform {
        gap: 20px;
    }

    .availablebooking {
        padding: 15px 0;
    }

    .availablebuses {
        width: 44px;
    }

    .busroutetype p {
        font-size: 15px;
    }

    .seatpricefilter ul li {
        padding: 5px 18px 5px;
    }

    .bookingservicefair {
        padding: 0 0 20px;
        flex-basis: 35%;
    }

    .changeovertext .changeoverbus {
        font-size: 18px;
        padding: 8px 0 0;
    }

    .changeovertext .waitduration {
        font-size: 18px;
        padding: 8px 0;
    }

    /*AvailableRoutes Css End*/

    /*Customer Info*/

    .customersection {
        gap: 20px;
    }

    .customerhead {
        padding: 11px 0 11px 15px;
        gap: 8px;
    }

    .cust_pass_input {
        flex-basis: 18%;
    }

    .customerleftinput {
        gap: 15px;
    }

    .customerbox h4 {
        font-size: 15px;
    }

    .cust_pass_input input, .cust_pass_input select {
        height: 46px;
        padding: 0 18px;
        font-size: 15px;
    }

    .customerinputbox {
        gap: 16px;
    }

    .cust_pass_input01 {
        flex-basis: 38.6% !important;
    }

    .cust_pass_input03 .css-kgjvsr-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        padding: 0 0 0 18px;
        font-size: 15px;
        height: 44px;
    }

    .cust_pass_input03 .css-1q60rmi-MuiAutocomplete-endAdornment {
        right: 9px;
        top: calc(50% - 12px);
    }

    .cust_input_details .css-kgjvsr-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        font-size: 15px;
        height: 44px;
    }

    .customerdetails .customerhead span {
        background-position: center -1706px;
    }

    .customerleft {
        gap: 35px;
    }

    .customergstbox .customerhead span {
        background-position: center -1852px;
    }

    .customergstbox {
        padding: 0 0 35px;
    }

    .walletcoupon .cust_pass_input button {
        width: 68%;
        font-size: 15px;
    }

    .walletcoupon {
        padding: 0 0 35px;
    }

    .paymentbox {
        padding: 35px 0 0;
    }

    .paymentbtn button {
        padding: 9px 26px;
        font-size: 15px;
    }

        .paymentbtn button.paysuccess {
            padding: 9px 28px;
        }

        .paymentbtn button.paysuccess {
            padding: 9px 28px;
        }

    .customerroute {
        padding: 20px 22px 24px;
        gap: 28px;
    }

    .customedateseat {
        gap: 14px;
    }

    .cust_pass_input.cust_input_details {
        flex-basis: 31.6%;
    }

    .customebox label {
        font-size: 17px;
    }

    .customerboxtop span img {
        width: 100%;
        max-width: 66px;
    }

    .customedateseat p {
        font-size: 15px;
    }

    .customedateseat span {
        width: 36px;
        height: 36px;
        background-position: center -2389px;
    }

    .customedateseat.customedateseat2 span {
        background-position: center -2558px;
    }

    .customerfarebox {
        padding: 22px 22px 19px;
    }

    .Walletsubdetails {
        gap: 14px;
    }

    .agntpgcaptcha .form-control {
        width: 60%;
    }

    .agntpgcaptcha a {
        font-size: 15px !important;
        padding: 0 17px;
    }

    /*My Booking*/

    .profileblock .profilemenu li {
        padding: 11px 0;
        font-size: 16px;
    }

    .ticketbookchange .table th {
        font-size: 14px !important;
    }

    .innerinputbox.innerinputboxbook .inputboxp01 {
        width: 48.7%;
    }

    .inputboxselect {
        padding: 5px 0 0;
        width: 51.5%;
    }

    .mybookingbtn.savebtn {
        padding: 4px 0 0;
    }

    /*Cancel Status*/

    .refundtitle {
        font-size: 15px;
        width: 50%;
    }

    .cancelstatusdata .col-lg-2 {
        width: 100%;
        display: flex;
    }

    .refundata {
        width: 50%;
        font-size: 15px;
    }

    /*T & C*/

    .termsheadbox {
        gap: 40px;
    }

    /*Cancellation*/

    .cancellationbox .capchabtn {
        gap: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (max-width:1199px) {
    .servicepart.servicepart2 {
        width: 17%;
    }
}

@media only screen and (max-width: 1023px) {
    .bookingdeatails {
        gap: 15px;
    }

    .offer_box img {
        max-width: 280px;
    }

    .logo_box.logo_box4 {
        background-position: center -229px;
        background-size: 160px;
    }

    .wallet_left {
        width: 59%;
    }

    .bookinginput1 .redclr {
        left: 39px !important;
    }

    .test_right {
        width: 75.5%;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a {
        font-size: 15px;
    }

    .top_routes_top p {
        font-size: 16px;
        line-height: 24px;
    }

    /*.offer_box {
        height: 380px;
        width: 285px;
    }*/

    .footeraddress {
        width: 27.4%;
    }

    .servicepart.servicepart2 {
        width: 18.5%;
    }

    .galleryimg img {
        max-width: 306px;
    }

    .gotripblock .gotripmenu li {
        padding: 8px 24px 7px;
        font-size: 15px;
    }

    .galleryblock .gallerymenu li {
        padding: 8px 24px 8px;
        font-size: 15px;
    }

    /*Available Routes*/

    .filter-drawer {
        padding: 14px 14px;
    }

    .route_box.route_box01 {
        flex-basis: 58%;
    }

    .sortbytype {
        gap: 10px;
    }

    .busroutetyperight {
        gap: 60px;
    }

    .filter-drawer__title {
        font-size: 14px;
    }

    /* Customer Info */

    .agntpgcaptcha .form-control {
        width: 72%;
    }

    .customersection {
        flex-direction: column;
        gap: 45px;
    }

    .customerleft {
        flex-basis: 100%;
        width: 100%;
    }

    .customerright {
        flex-basis: 100%;
        width: 100%;
    }

    .customerbox h4 input[type=checkbox] {
        width: 16px;
        height: 16px;
    }

    .paymentbox {
        width: 100%;
        padding: 25px 0 0;
    }

    .cust_pass_input01 {
        flex-basis: 41% !important;
    }

    .cust_pass_input.cust_input_details {
        flex-basis: 32.2%;
    }

    .walletcoupon .customerbox {
        width: 49.1%;
    }

    .journeybox {
        flex-direction: initial;
        width: 100%;
        flex-wrap: wrap;
        align-items: normal;
    }

    .customerroute {
        width: 49%;
        justify-content: space-around;
    }

    .customerfarebox {
        width: 49%;
    }

    .walletbox4, .walletbox5 {
        width: 47.8%;
    }
}

@media only screen and (max-width: 991px) {
    .banner_modal .modal-dialog {
        padding: 0 15px;
    }

    .disc_text {
        padding: 20px 20px 0 0;
    }

        .disc_text p {
            padding: 10px 25px;
            font-size: 15px;
        }

    .slider_top {
        width: 37%;
    }

    .slider_tx {
        width: 57%;
    }

        .slider_tx p {
            font-size: 25px;
        }

    .walletparts2:after {
        width: 600px;
        height: 600px;
    }

    .walletcontent {
        gap: 40px;
        padding: 60px 0 0;
    }

    .wallet_left {
        width: 100%;
        gap: 26px 30px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .wallet_text.wallet_text2 {
        width: 57%;
    }

    .walletparts {
        flex-direction: column;
        gap: 40px;
        justify-content: center;
        align-items: center;
    }

    .wallet_right {
        justify-content: center;
    }

    .brandingparts {
        padding: 60px 0 0;
    }

    .brandinglogo {
        padding: 35px 0 0;
    }

    .logo_box {
        width: 160px;
    }

    .bookingpart {
        width: 100%;
    }

    .bookingcity.bookingcity01 .bookingicon {
        width: 100%;
    }

    .cityswapicon {
        top: 0;
        position: relative;
        left: 0;
        width: 46px;
    }

    .gotritabcount .slick-prev, .gotritabcount .slick-next {
        top: -57px;
        width: 50px;
        height: 30px;
        right: 60px;
        background-position: center -3684px !important;
    }

    .gotritabcount .slick-next {
        top: -72px;
        right: 0;
    }

    .carousel .arrow {
        top: 43%;
    }

        .carousel .arrow > svg {
            width: 34px;
            height: 34px;
        }

    .bookinginput1 .redclr {
        bottom: -12px;
        left: 47px !important;
    }

    .gallerytabbing {
        padding: 40px 0 0;
    }

    .galleryarea {
        padding: 60px 0 0;
    }

    .gotriptabbing {
        padding: 40px 0 0;
    }

    .slider_explore img {
        width: 100%;
        max-width: 110px;
    }

    .slider_head h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .sitelogo a img {
        max-width: 240px;
    }

    .headermenu .navbar-inverse .navbar-nav {
        gap: 38px;
    }

        .headermenu .navbar-inverse .navbar-nav > li > a {
            font-size: 16px;
        }

    .headerright {
        gap: 22px;
        padding: 30px 0 0;
        flex-direction: column;
    }

    .booking_input {
        flex-wrap: wrap;
        margin: -2px 0 0;
    }

    .bookingsearch {
        width: 11%;
    }

    .bookingcity.bookingdate {
        width: 86.7%;
    }

    .bookingicon {
        width: auto;
    }

    .booking_tabs {
        padding: 16px 16px 0;
    }

    .bookingcity {
        padding: 12px !important;
        width: 100%;
    }

    .bookingsearch button {
        height: 84px;
    }

    .sliderparts {
        padding: 0 0 60px;
    }

    .slider_imgpart {
        padding: 0 0 60px;
    }

    .ofr_discount_card {
        padding: 60px 0 0;
    }

    .ofr_discount {
        padding: 0;
    }

    .offer_card_left {
        width: 100%;
        padding: 0 15px;
    }

        /*.offer_box {
        height: 360px;
        width: 279px;
    }*/

        .offer_card_left .owl-dots {
            padding: 18px 0 0;
            display: none;
        }

    .testimonials {
        padding: 60px 0 80px;
    }

    .toptitle {
        font-size: 27px;
        line-height: 38px;
    }

    .testimonialsparts .toptitle span {
        width: 50%;
    }

    .testimonialslide {
        padding: 20px 0 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .top_routes {
        width: 100%;
    }

    .top_routes_top {
        padding: 25px 15px 25px;
    }

    .destination_route {
        padding: 45px 0 0;
    }

    .test_left h1 {
        font-size: 19px;
        line-height: 28px;
    }

    .test_left {
        width: 100%;
    }

    .test_right {
        width: 100%;
    }

    .test_box {
        width: 440px;
        height: 292px;
    }

    .test_pattern .test_pattern2 {
        width: 200px;
        height: 200px;
    }

    .test_pattern span {
        width: 200px;
        height: 200px;
    }

    .test_pattern .test_pattern3 {
        width: 200px;
        height: 200px;
    }

    .test_right .owl-carousel .owl-nav.disabled {
        left: 0;
    }

    .test_right .owl-dots {
        left: 0;
    }

    .footerwrap {
        padding: 60px 0 0;
    }

    .footercall h3 {
        font-size: 28px;
    }

    .footerarea {
        padding: 60px 0 35px;
    }

    .footercall {
        padding: 45px 0;
        gap: 30px;
    }

    .footertop {
        padding: 50px 15px 0;
    }

    .footermenubox {
        gap: 10px;
        padding: 35px 0 0;
    }

        .footermenubox a {
            padding: 8px 20px;
            font-size: 13px;
        }

    .footersocial {
        top: 40px;
        gap: 16px;
    }

        .footersocial a {
            font-size: 16px;
        }

    .footerpartstop {
        flex-wrap: wrap;
        gap: 36px;
    }

    .footercontact {
        width: 65%;
    }

        .footercontact.footercontact2 {
            width: 26%;
        }

    .footeraddress {
        width: 100%;
        flex-direction: inherit;
        flex-wrap: wrap;
    }

        .footeraddress .footertitle {
            width: 100%;
        }

    .servicewrap {
        padding: 60px 0 0;
    }

    .servicearea {
        flex-wrap: wrap;
        gap: 50px;
    }

    .toptitle {
        font-size: 26px;
    }

    .servicearealeft p.blodtext {
        font-size: 16px;
        padding: 40px 0 15px;
    }

    .servicearealeft p {
        font-size: 15px;
        line-height: 150%;
    }

    .servicepart {
        width: 32.5%;
    }

        .servicepart.servicepart2 {
            width: 24.5%;
        }

    .servicepart2 .servicebox.servicebox02 {
        width: 100%;
    }

    .servicepart2 .servicebox.servicebox04 {
        width: 100%;
    }

    .appwrap {
        padding: 40px 0 0;
    }

    .appwraparea {
        padding: 60px 0;
    }

    .appleft {
        width: 23%;
        margin: -38px 0 0 20px;
    }

        .appleft::after {
            width: 340px;
            height: 340px;
        }

        .appleft::before {
            width: 360px;
            height: 180px;
        }

        .appleft img {
            max-width: 170px;
        }

    .appright {
        width: 68%;
        padding: 40px 0 0;
    }

        .appright h4 {
            font-style: normal;
            font-size: 16px;
            line-height: 23px;
            padding: 28px 0 15px;
        }

    .appfeature {
        width: 100%;
        gap: 10px 0;
        padding: 25px 0 0;
    }

        .appfeature span {
            font-size: 14px;
            line-height: 18px;
            padding: 0 0 0 22px;
            background-position: -8px -2471px;
            background-size: 28px;
        }

    .appwrapbottom {
        gap: 16px;
    }

        .appwrapbottom span {
            font-size: 15px;
            line-height: 21px;
            padding: 15px 25px;
            padding: 15px 25px;
        }

    .applink {
        gap: 16px;
    }

    .appwraparea::after {
        width: 500px;
        height: 500px;
        top: auto;
        bottom: 0;
    }

    .tripimg img {
        max-width: 268px;
    }

    .tripboxarea {
        width: 270px;
    }

    .tripbox h4 {
        font-size: 16px;
    }

    .toptitle {
        font-size: 26px;
        line-height: 30px;
    }

    .galleryimg img {
        max-width: 268px;
    }

    .galleryblock .gallerymenu li {
        padding: 6px 22px 6px;
        font-size: 15px;
    }

    .gotripblock .gotripmenu li {
        padding: 6px 22px 5px;
        font-size: 15px;
    }

    /*Available Routes*/

    .changeovertext .changeoverbus {
        font-size: 16px;
        padding: 5px 0 0;
    }

    .changeovertext .waitduration {
        font-size: 16px;
        padding: 5px 0;
    }

    .avbookingform {
        gap: 40px;
    }

    .availablebooking .avbookingform img {
        display: none;
    }

    .avbookingpart {
        width: 100%;
        flex-direction: column;
        padding: 0 12px 16px 15px;
    }

    .busroutemhead {
        font-size: 16px;
    }

    .sortbytype {
        gap: 8px;
    }

        .sortbytype p {
            font-size: 12px;
        }

    .bookinput {
        width: 100%;
        padding: 14px 0;
    }

        .bookinput.bookinput2 {
            width: 100%;
            border-top: 1px solid #e5e5e5;
        }

    .cancellationbox .bookinput {
        padding: 0;
    }

    .avsearchbook {
        width: 100%;
        float: right;
    }

        .avsearchbook a {
            font-size: 16px;
            height: 40px;
        }

    .availablefilters {
        display: contents;
    }

    .availableright {
        flex-basis: 100%;
    }

    .filter_tab_main {
        padding: 0 0 18px;
    }

    .ba-we-love-subscribers {
        height: 0;
        background-color: var(--main-color);
        border-radius: 8px;
        box-shadow: 0px 12px 45px rgba(0, 0, 0, .15);
        text-align: left;
        overflow: hidden;
        opacity: 0;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        padding: 0 20px 0px;
    }

        .ba-we-love-subscribers.open {
            width: 360px;
            height: 363px;
            overflow-y: auto;
            opacity: 1;
            padding: 18px 18px 18px 18px;
            margin: 0 0 10px 0;
        }

            .ba-we-love-subscribers.open::-webkit-scrollbar {
                width: 0 !important;
                height: 0 !important;
            }

        .ba-we-love-subscribers.popup-ani {
            -webkit-transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

    .logo-ani {
        transition: 0.5s linear;
        -webkit-transition: 0.5s linear;
    }

    .ba-we-love-subscribers-fab {
        width: 65px;
        height: 65px;
        background-color: var(--primary-color);
        border-radius: 50px;
        float: left;
        box-shadow: 0px 12px 45px rgba(0, 0, 0, .3);
        z-index: 5;
        position: relative;
        cursor: pointer;
    }

        .ba-we-love-subscribers-fab .img-fab {
            position: relative;
        }

            .ba-we-love-subscribers-fab .img-fab::before {
                font-family: "FontAwesome";
                content: "\f0b0";
                font-size: 16px;
                font-weight: 500;
                color: var(--pure);
                font-style: normal;
                display: inline-block;
                vertical-align: middle;
                transition: .4s ease;
                -webkit-transition: .4s ease;
                -moz-transition: .4s ease;
                -ms-transition: .4s ease;
                -o-transition: .4s ease;
            }

            .ba-we-love-subscribers-fab .img-fab.close {
                position: relative;
                font-weight: 500;
                font-size: 16px;
                line-height: 0;
                text-shadow: none;
                opacity: 1;
                right: 0;
                top: 0;
            }

                .ba-we-love-subscribers-fab .img-fab.close::before {
                    font-family: "FontAwesome";
                    content: "\f00d";
                    font-size: 18px;
                    font-weight: 500;
                    line-height: normal;
                    color: var(--pure);
                    font-style: normal;
                    display: inline-block;
                    vertical-align: middle;
                    transition: .4s ease;
                    -webkit-transition: .4s ease;
                    -moz-transition: .4s ease;
                    -ms-transition: .4s ease;
                    -o-transition: .4s ease;
                }

        .ba-we-love-subscribers-fab .wrap {
            transform: rotate(0deg);
            -webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
            transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
        }

        .ba-we-love-subscribers-fab .ani {
            transform: rotate(45deg);
            -webkit-transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
            transition: all .15s cubic-bezier(0.15, 0.87, 0.45, 1.23);
        }

        .ba-we-love-subscribers-fab .close {
            background-position: -2px 1px;
            transform: rotate(-45deg);
            float: none;
            opacity: 1;
        }

    .ba-we-love-subscribers-wrap {
        position: fixed;
        left: 25px;
        bottom: 25px;
        z-index: 2;
        width: 50px;
    }

    .ba-settings {
        position: absolute;
        top: -25px;
        left: 0px;
        padding: 10px 20px;
        background-color: #555;
        border-radius: 5px;
        color: #fff;
    }

    .available_route_leftbar {
        flex-basis: 0;
        background-color: transparent;
        border: none;
        padding: 0;
    }

    .available_route_rightbar {
        flex-basis: 100%;
    }

    .available_route_leftbar .title {
        font-weight: 700;
        font-size: 18px;
        color: var(--secondary-color);
        padding: 0;
        border-bottom: none;
        margin: 0;
        background-image: none;
        text-align: center;
    }

    .filter-drawer__title {
        cursor: pointer;
        display: block;
        font-size: 15px;
        padding: 0;
        position: relative;
        text-align: left;
    }

    .filter-drawer {
        margin-bottom: 0;
        background-color: var(--pure);
        border-radius: 8px;
        padding: 14px 16px;
    }

    .filter-drawer__trigger:checked + .filter-drawer__title + .filter-drawer__content-wrapper {
        max-height: 100%;
        text-align: left;
    }

    .ba-we-love-subscribers-fab {
        width: 50px;
        height: 50px;
        background-color: var(--primary-color);
        border-radius: 50px;
        float: left;
        box-shadow: 0px 12px 45px rgba(0, 0, 0, .3);
        z-index: 5;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .route_box.route_box01 {
        flex-basis: 54%;
    }

    .busroutetyperight {
        gap: 20px;
    }

    .busroutetabbing ul li button {
        padding: 6px 20px;
    }

    .busroutetype p {
        font-size: 14px;
    }

    .bus_start_time label {
        font-size: 15px;
    }

    .route_fare_data label {
        font-size: 17px;
    }

        .route_fare_data label i {
            font-size: 16px;
        }

    .availablebuses {
        width: 42px;
        padding: 11px 4px 9px;
    }

    .route_box02 {
        gap: 16px;
    }

    .filter-drawer__content_input label {
        font-size: 14px;
    }

    .filter-drawer2 .filter-drawer__content_input label {
        padding: 8px 0 8px 32px;
        background-position: 8px -420px;
    }

    .filter-drawer2 .filter-drawer__content_input.filtertime2 label {
        background-position: 8px -559px;
    }

    .filter-drawer2 .filter-drawer__content_input.filtertime3 label {
        background-position: 8px -700px;
    }

    .filter-drawer2 .filter-drawer__content_input.filtertime4 label {
        background-position: 8px -840px;
    }

    .insurancembl {
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-basis: 100%;
    }

    .insurance {
        display: none;
    }

    .routepoint {
        flex-basis: 48%;
    }

    .bookingservicefair {
        flex-basis: 48%;
    }

    /* Customer Info */

    .cust_pass_input01 {
        flex-basis: 39.4% !important;
    }

    .cust_pass_input.cust_input_details {
        flex-basis: 31.8%;
    }

    .customergstbox {
        padding: 0 0 30px;
    }

    .walletcoupon .customerbox {
        width: 48.8%;
    }

    .customersection {
        gap: 40px;
    }

    .customerfarebox {
        width: 48.8%;
    }

    .walletbox {
        width: 47.6%;
    }

    .agntpgcaptcha .form-control {
        width: 65%;
    }

    .agntpgcaptcha a {
        font-size: 15px !important;
        padding: 0 16px;
    }

    .walletbox.walletboxbtn {
        padding: 10px 0 0;
    }

    /*My Booking*/

    .profileblock {
        width: 100%;
        margin: 0 auto;
        display: flex;
        gap: 16px;
    }

        .profileblock .profilemenu {
            width: 17%;
        }

            .profileblock .profilemenu li {
                padding: 10px 0;
                font-size: 15px;
            }

    .innerinputbox.innerinputboxbook .inputboxp01 {
        width: 48.6%;
    }

    .inputboxp01 .css-15ljb2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        height: 44px;
    }

    .inputboxp01 label {
        font-size: 15px;
    }

    .inputboxp01 input, .inputboxp01 select {
        font-size: 15px !important;
        height: 46px;
    }

    .inputboxp01 .css-mdrjet-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        height: 44px;
        font-size: 15px;
    }

    .innerinputbox {
        gap: 16px;
    }

    .inputboxselect {
        padding: 0;
    }

    .mybookingbtn.savebtn {
        padding: 0;
    }

    .mybookingbtn button {
        font-size: 15px;
        padding: 10px 38px;
    }

    .ticketbookchange {
        width: 100%;
        float: left;
        overflow-x: auto;
    }

        .ticketbookchange .table-bordered {
            width: max-content;
        }

    .inputboxmblcancel button {
        padding: 11px 0 10px;
    }

    .inputboxp01 .bookinginput .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-kgjvsr-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        height: 46px;
    }

    .inputboxp01 .bookinginput .css-kgjvsr-MuiAutocomplete-root {
        height: 46px;
    }

    /*Bus hire*/

    .bushirepopup .redclr {
        font-size: 12px;
        bottom: 52px;
    }

    /*E-Ticket*/

    .ticketpart {
        padding: 60px 0 0;
    }

    .ticketheading h4 {
        font-size: 19px;
    }

    .orderno p span {
        font-size: 19px;
    }

    .orderno {
        padding: 40px 0 7px;
    }

    .ticketboxpnr {
        padding: 14px 20px;
    }

    .ticketroute {
        padding: 20px;
    }

    .ticketleft {
        gap: 30px;
        flex-basis: 56%;
    }

    .routeticket label {
        font-size: 18px;
    }

    .ticketpsngr {
        padding: 25px 0 0 10px;
    }

    .ticketpsdetails {
        gap: 6px;
    }

    .ticketfare {
        width: 35%;
        padding: 25px;
    }

    .ticketpsngrleft {
        width: 56%;
        gap: 25px;
    }

    .fareticket {
        padding: 25px 0;
    }

    .ticketpolicywrap {
        padding: 45px 0 0;
    }

    /*T & C*/

    .termsheadbox {
        gap: 25px 40px;
    }

    .termsbox .innerheading2 {
        padding: 15px 0 3px;
    }

    .termsbox {
        gap: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .walletcontent {
        gap: 35px;
        padding: 55px 0 0;
    }

    .wallet_left {
        gap: 20px 26px;
    }

    .wallet_text.wallet_text2 {
        width: 49%;
    }

    .walletparts {
        gap: 35px;
    }

    .wallet_boxes {
        width: 298px;
    }

        .wallet_boxes.wallet_boxes3 {
            width: 319px;
        }

    .brandingparts {
        padding: 55px 0 0;
    }

    .brandinglogo {
        padding: 30px 0 0;
    }

    .logo_box {
        width: 140px;
        height: 54px;
        background-size: 140px;
        background-position: center 5px;
    }

        .logo_box.logo_box2 {
            background-position: center -63px;
        }

        .logo_box.logo_box3 {
            background-position: center -131px;
        }

        .logo_box.logo_box4 {
            background-position: center -182px;
            background-size: 130px;
        }

        .logo_box.logo_box5 {
            background-position: center -264px;
        }

        .logo_box.logo_box6 {
            background-position: center -333px;
        }

        .logo_box.logo_box7 {
            background-position: center -399px;
        }

    .carousel .arrow {
        top: 42%;
    }

    .cityswapicon {
        left: 4px;
    }

    .testimonialslide {
        padding: 15px 0 0;
    }

    .gallerytabpart .galleryautoplay button {
        width: 50px;
        height: 30px;
        line-height: 26px !important;
    }

    .galleryarea {
        padding: 55px 0 0;
    }

    .gallerytabbing {
        padding: 35px 0 0;
    }

    .gallerytabpart .slick-next {
        top: -79px;
        right: 0 !important;
        left: auto !important;
    }

    .gallerytabpart .slick-prev, .gallerytabpart .slick-next {
        background-position: center -3684px !important;
        left: auto;
        right: 60px;
    }



    .headerright {
        padding: 25px 0 0;
    }

    .headerpart {
        position: relative;
    }

    .bookingcity.bookingdate {
        width: 86.1%;
    }

    .sliderparts {
        padding: 0 0 55px;
    }

    .bookingwrap {
        padding: 55px 0 0;
    }

    .footerwrap {
        padding: 55px 0 0;
    }

    .footertop {
        padding: 0;
    }

    .footercall {
        padding: 38px 0;
        gap: 28px;
    }

        .footercall h3 {
            font-size: 24px;
        }

    .footercallpart {
        gap: 22px;
    }

        .footercallpart a {
            font-size: 19px;
            background-position: -6px -690px;
            padding: 0 0 0 30px;
        }

        .footercallpart button {
            font-size: 15px;
            padding: 11px 30px;
        }

    .footermenubox {
        gap: 10px;
        padding: 0 0 35px;
        border: none;
    }

    .footerarea {
        padding: 55px 0 0;
        background-color: transparent;
        border-radius: 0;
    }

    .footersocial {
        top: 0;
        position: relative;
        width: 100%;
        justify-content: center;
        flex-direction: row-reverse;
        padding: 35px 0 0;
        border-top: 1px solid rgba(49, 34, 92, 0.16);
    }

    .footerpartstop {
        padding: 0 0 50px;
    }

    .footercontact {
        width: 100% !important;
    }

    .footeraddress {
        width: 62%;
    }

    .slider_pattern span {
        width: 200px;
        height: 200px;
    }

    .slider_head {
        gap: 12px;
    }

        .slider_head span {
            font-size: 18px;
            line-height: 22px;
            padding: 0 0 0 65px;
        }

            .slider_head span:before {
                top: 11px;
                width: 50px;
            }

    .slider_offer img {
        width: 100%;
        max-width: 140px;
    }

    .slider_explore img {
        max-width: 90px;
    }

    .slider_tx p {
        font-size: 22px;
        line-height: 28px;
    }

    .slider_tx {
        width: 58%;
    }


    .slider_head h1 {
        font-size: 26px;
        line-height: 35px;
    }

    .booking_tabs li a:hover, .booking_tabs li a.active {
        background-position: 10% -1370px;
    }

    .booking_tabs li a {
        padding: 10px 22px 10px 45px;
        font-size: 15px;
        background-position: 10% -1198px;
    }

    .booking_tabs li.nav-item02 a:hover, .booking_tabs li.nav-item02 a.active {
        background-position: 11% -1714px;
    }

    .booking_tabs li.nav-item02 a {
        background-position: 11% -1542px;
    }

    .bookingcity {
        padding: 10px !important;
        gap: 14px;
    }

    .bookingpart label {
        padding: 0 0 4px;
    }

    .bookingsearch button {
        height: 76px;
    }

    .slider_discount h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .slider_discount h2 {
        padding: 26px 0 0 20px;
    }

        .slider_discount h2:before {
            top: 22px;
            width: 190px;
            height: 42px;
        }

    .slider_head h1 {
        font-size: 20px;
        line-height: 28px;
    }

    .slider_head {
        gap: 10px;
    }

    .slider_explore img {
        max-width: 80px;
    }



    .slider_content {
        gap: 20px;
    }

    .slideroffer .slideroffer2 {
        width: 200px;
        height: 200px;
    }

    .slideroffer span {
        width: 200px;
        height: 200px;
    }

    .slideroffer .slideroffer3 {
        width: 200px;
        height: 200px;
    }

    .gotriptabbing {
        padding: 35px 0 0;
    }

    .servicearealeft p.blodtext {
        padding: 35px 0 15px;
    }

    /*hearder manu start*/

    .headermenu {
        width: auto;
        position: absolute;
        top: 27px;
        left: 3px;
        margin: 0;
        background-color: transparent;
        z-index: 5;
        padding: 0;
    }

    .fixedbtn {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1030;
        background-color: transparent;
        border: none;
        padding: 0;
        margin: 0;
    }

        .fixedbtn.topfixedicon {
            position: fixed !important;
            top: 10px !important;
            z-index: 99999 !important;
            margin: 0 !important;
            padding: 0 !important;
            width: 24px;
            height: 24px;
            -webkit-transition: all 0.4s;
            transition: all 0.6s;
            right: 14px;
            left: auto;
        }

            .fixedbtn.topfixedicon::after {
                font-family: FontAwesome;
                content: "\f00d";
                right: 0;
                top: 0;
                position: absolute;
                font-size: 22px;
                color: var(--secondary-color);
                transition: all 1s;
            }

    .headermenu .navbar-header {
        display: block;
    }

    .fixedbtn.topfixedicon span {
        display: none !important;
    }

    .headermenu .navbar-inverse .navbar-nav {
        float: none;
        width: 100%;
        margin: 0 auto;
        flex-direction: column;
        gap: 30px;
        height: 100vh;
        padding: 45px 0 0;
    }

    .headermenu .navbar-inverse {
        float: left;
    }

        .headermenu .navbar-inverse .navbar-toggle:focus,
        .headermenu .navbar-inverse .navbar-toggle:hover {
            background-color: transparent;
        }

        .headermenu .navbar-inverse .navbar-toggle {
            border-color: transparent;
            margin: 0 10px 0 0;
        }

        .headermenu .navbar-inverse .container-fluid {
            padding: 0 15px;
            text-align: center;
            background: #3e3e3e;
        }

        .headermenu .navbar-inverse .navbar-nav > li {
            display: block;
            margin: 0 !important;
            text-align: left;
            padding: 0;
        }

            .headermenu .navbar-inverse .navbar-nav > li > a {
                font-size: 16px;
                padding: 0;
                color: #fff;
                margin: 0;
                border-bottom: none;
                font-weight: 500;
                text-align: left;
            }

    .headermenu .navbar-inverse {
        background-color: rgba(0, 0, 0, 0.94);
        box-shadow: none;
        backdrop-filter: blur(2px);
    }

        .headermenu .navbar-inverse .navbar-nav > .active > a, .headermenu .navbar-inverse .navbar-nav > .active > a:focus, .headermenu .navbar-inverse .navbar-nav > .active > a:hover, .headermenu .navbar-inverse .navbar-nav > li > a:hover {
            background: transparent;
            color: var(--secondary-color);
            border-bottom: none;
        }

        .headermenu .navbar-inverse .navbar-collapse {
            border: none !important;
            box-shadow: none;
            height: 100%;
        }

    .side-collapse-container {
        width: 100%;
        position: relative;
        left: 0;
        transition: left .6s;
    }

        .side-collapse-container.out {
            left: 200px;
        }

    .headermenu .side-collapse {
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        position: fixed;
        overflow-y: hidden;
        transition: .6s;
        padding-top: 30px;
        z-index: 9999;
    }

    .side-collapse.in {
        width: 0;
        transition: .6s;
        right: 100%;
    }

    .cssmenu {
        float: left;
        width: 100%;
    }

    .navbar-toggle {
        display: block;
    }

    .slider_imgpart {
        padding: 0 0 55px;
    }

    .ofr_discount_card {
        padding: 55px 0 0;
    }

    .destination_route {
        padding: 40px 0 0;
    }

    .top_routes_top p {
        font-size: 15px;
        line-height: 22px;
        width: 48%;
    }

    .testimonials {
        padding: 55px 0 55px;
        overflow: hidden;
    }

    .toptitle {
        font-size: 26px;
        line-height: 36px;
    }

    .testimonialsparts .toptitle span {
        width: 43%;
    }

    .test_box {
        width: 420px;
        height: 268px;
        gap: 10px;
    }

    .test_left h1 {
        font-size: 18px;
        line-height: 26px;
    }

    .test_box_btm h4 {
        font-size: 17px;
        line-height: 25px;
    }

    .test_box_btm p {
        font-size: 13px;
        line-height: 20px;
    }

    .test_right .owl-dots {
        top: 10px;
    }

    .test_right .owl-carousel .owl-nav.disabled {
        bottom: -55px;
        gap: 12px;
    }

    .test_right .owl-nav button {
        width: 50px;
        height: 30px;
        line-height: 26px !important;
    }

        .test_right .owl-nav button span {
            width: 22px;
            height: 22px;
            background-position: center -3686px;
            top: -3px;
            position: relative;
        }

    /*hearder manu end*/

    .servicewrap {
        padding: 55px 0 0;
    }

    .servicearea {
        gap: 45px;
    }

    .toptitle {
        font-size: 24px;
    }

    .servicebox {
        width: 200px;
        padding: 16px 10px 20px;
    }

        .servicebox.servicebox02, .servicebox.servicebox04 {
            width: 160px;
        }

    .serviceicon span {
        width: 48px;
        height: 48px;
        background-position: center -1602px;
        background-size: 28px;
    }

    .servicebox.servicebox02 .serviceicon span {
        background-position: center -1744px;
    }

    .servicebox02 .serviceicon span.middleicon {
        background-position: center -1888px;
    }

    .servicepart3 .servicebox02 span {
        background-position: center -2176px !important;
    }

    .servicepart3 .servicebox01 span {
        background-position: center -2320px !important;
    }

    .servicebox.servicebox04 span {
        width: 32px;
        height: 32px;
        background-position: center -2332px;
        background-size: 32px;
    }

    .servicebox p {
        font-size: 16px;
        line-height: 21px;
        padding: 20px 0 0;
    }

    .servicebox p {
        font-size: 15px;
        line-height: 19px;
        padding: 20px 0 0;
    }

    .servicebox.servicebox02 p {
        font-size: 15px;
        line-height: 19px;
    }

    .servicebox.servicebox02 .serviceicon em {
        width: 60px;
    }

    .appwrap {
        padding: 55px 0 0;
    }

    .appwraparea {
        padding: 55px 0;
    }

        .appwraparea::after {
            width: 400px;
            height: 400px;
        }

    .appleft {
        width: 100%;
        margin: -60px 0 0 0;
        text-align: center;
    }

    .appright {
        width: 100%;
        padding: 55px 20px 40px;
    }

    .appwrapbottom {
        gap: 26px;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
    }

    /*Available Routes*/

    .femaleline {
        padding: 8px 6px;
    }

        .femaleline label {
            font-size: 14px;
        }

    .bus_start_time {
        flex-basis: 31%;
    }

    .availabledetails {
        padding: 35px 0 0;
    }

    .availableright {
        gap: 38px;
    }



    .available_route_box {
        padding: 18px;
    }

    .route_box.route_box01 {
        flex-basis: 100%;
    }

    .route_box.route_box01 {
        flex-basis: 100%;
        padding: 0 0 18px;
        margin: 0 0 22px;
        border-bottom: 1px solid #e5e5e5;
    }

    .busfacilitiestab {
        padding: 0;
    }

    .amenities-tab-section {
        padding: 25px 0 13px;
    }

    .amenities-tab-box {
        padding: 7px 17px;
        gap: 9px;
    }

        .amenities-tab-box p {
            font-size: 14px;
        }

        .amenities-tab-box i {
            font-size: 14px;
        }

    .amenities-tab-list {
        gap: 14px;
    }

    .tabbusphoto {
        gap: 17px;
    }

    .droproutebtnpart {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        border: none;
        padding: 0;
    }

    .available_route_listing .connectingRoutes {
        padding: 10px;
    }

    .available_route_box_toprow {
        padding: 0 0 20px;
    }

    .busroutetyperight {
        gap: 20px;
        width: 100%;
        justify-content: space-between;
    }

    .busesdatafound {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .busroutetab {
        width: 100%;
        font-size: 14px;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .sortbytype {
        gap: 12px;
        flex-wrap: wrap;
        width: 87%;
    }

    .bus_start_time label {
        font-size: 16px;
    }

    .cust_pass_input.cust_input_details:last-child {
        flex-basis: 100%;
    }

    .bookingdeatails {
        align-items: normal;
        flex-direction: column;
    }

    .routepoint .css-1q60rmi-MuiAutocomplete-endAdornment {
        top: calc(50% - 14px);
    }
    /*Login Popup*/

    .css-2rbg70-MuiPaper-root-MuiDialog-paper {
        width: 100%;
    }

    .loginpopupmain {
        flex-direction: column-reverse;
        gap: 0;
    }

    .popupright {
        width: 100%;
        float: left;
    }

    /* My Booking */

    .profileblock .profilemenu li {
        padding: 9px 0;
        font-size: 14px;
    }

    .profileblock .profilemenu {
        width: 19%;
    }

    .profiletabpart {
        width: 79%;
        padding: 30px 0 0;
    }

    .profilemenu2 li {
        padding: 10px 0 10px;
        font-size: 15px;
    }

    .innerheading h4 {
        font-size: 18px;
        padding: 10px 20px;
    }

    .loginpage {
        padding: 55px 0 0;
    }

    .innerinputbox.innerinputboxbook .inputboxp01 {
        width: 48.3%;
    }

    /*Customer Info Start*/

    .customerleft {
        gap: 30px;
    }

    .customerfarebox {
        width: 47.4%;
    }

    .customerroute {
        width: 50%;
    }

    .paymentbtn {
        gap: 12px;
    }

        .paymentbtn button.paysuccess {
            padding: 9px 22px;
        }

        .paymentbtn button {
            padding: 9px 20px;
        }

    .customergstbox {
        padding: 0 0 25px;
    }

    .walletcoupon .customerbox {
        width: 100%;
    }

    .walletcoupon {
        padding: 0 0 25px;
        flex-direction: column;
        gap: 20px;
    }

        .walletcoupon .cust_pass_input button {
            width: 50%;
        }

    .cust_pass_input {
        flex-basis: 31.8%;
    }

    .cust_pass_input01 {
        flex-basis: 100% !important;
    }

    .cust_pass_input.cust_input_details {
        flex-basis: 48.7%;
    }

    .customerinputbox {
        gap: 13px;
    }

    .cust_input_details .redclr {
        bottom: -15px;
    }

    .walletbox {
        width: 48.6%;
        gap: 8px;
    }

    .walletbox4, .walletbox5 {
        width: 48.7%;
    }

    .agntpgcaptcha .form-control {
        width: 79%;
    }

    /*Customer Info End*/

    /*E-Ticket*/

    .ticketpart {
        padding: 55px 0 0;
    }

    .ticketheading h4 {
        font-size: 18px;
    }

    .orderno p span {
        font-size: 18px;
    }

    .orderno p {
        font-size: 17px;
    }

    .ticketjourney {
        margin: 25px 0 0;
    }

    .orderno {
        padding: 35px 0 7px;
    }

    .ticketboxpnr h4 {
        font-size: 17px;
    }

    .ticketboxpnr span {
        padding: 8px 18px;
    }

    .routeticket label {
        font-size: 16px;
    }

    .ticketduration p {
        padding: 3px 13px;
    }

    .ticketleft {
        gap: 25px;
        flex-basis: 59%;
    }

    .ticketright {
        gap: 20px;
        width: 33%;
        padding: 0;
    }

    .ticketbustype {
        gap: 10px;
        padding: 20px 0 0;
    }

    .ticketheading2 h4 {
        font-size: 17px;
    }

    .ticketnamingpart2 .ticketpsdetails {
        width: 100%;
    }

    .ticketpsdetails {
        gap: 2px;
    }

        .ticketpsdetails span:last-child {
            padding: 0px 0 0;
        }

        .ticketpsdetails span {
            font-size: 15px;
        }

    .ticketfare {
        padding: 22px;
    }

    .ticketpaytotal span {
        font-size: 15px;
    }

    .ticketpaytotal label {
        font-size: 15px;
    }

    .fareticket {
        padding: 20px 0;
    }

    .ticketbtn {
        padding: 45px 0 0;
    }

        .ticketbtn button {
            padding: 10px 24px;
        }

    /*T & C*/

    .termspage {
        padding: 55px 0 0;
    }

    .termsbox {
        padding: 35px 0 0;
    }

    .innerheading2 h5 {
        font-size: 19px;
    }

    /*Bus Parcel*/

    .bushirepage {
        padding: 55px 0 0;
    }

    .busparcelpart {
        padding: 55px 0 0;
    }

    .busparcelbox {
        padding: 36px 0 0;
    }

    .mainbusparcel .innerheading2 h5 {
        font-size: 18px;
    }

    .innerheading2 span {
        font-size: 20px;
    }

    .busparcelpoint {
        gap: 15px 30px;
        padding: 0;
    }

    .parcelpoint {
        font-size: 15px;
    }

        .parcelpoint span {
            width: 30px;
            background-size: 30px;
        }

    /*Wallet Page*/

    .wallet_cashparts {
        padding: 55px 0 0;
    }

    .cashback-content {
        padding: 35px 0 0;
    }
}

@media only screen and (max-width: 694px) {
    /* Available Routes */

    .seatindchart {
        gap: 30px;
        flex-direction: column-reverse;
    }

    .seatindicator {
        flex-basis: 100%;
        padding: 0;
        flex-direction: row;
        background-color: transparent;
        border: none;
    }

    .seatindicatorinfo {
        display: none;
    }

    .seatindicatorbox {
        flex-direction: row;
        gap: 13px;
    }

    .seatindicator .seat01 {
        flex-direction: row;
        gap: 4px;
    }

        .seatindicator .seat01 em {
            height: 16px;
            width: 46px;
        }

    .routepoint {
        padding: 0;
    }

    .bookingservicefair {
        padding: 0 0 15px;
    }

    .ticketpsngr {
        padding: 25px 0 0;
        width: 100%;
        float: left;
    }

    .ticketpolicywrap {
        padding: 40px 0 0;
    }

    #purpleGst {
        gap: 8px;
    }

        #purpleGst p {
            font-size: 15px;
        }

    .tcktpolicy {
        padding: 20px;
    }
}

@media only screen and (max-width: 639px) {
    .disc_text {
        padding: 15px 20px 0 0;
    }

    .slider_top {
        width: 44%;
    }

    .slider_tx {
        width: 51%;
        flex-direction: column;
        align-items: flex-end;
        gap: 15px;
    }

        .slider_tx p {
            font-size: 20px;
            line-height: 26px;
            text-align: right;
        }

    .walletparts2:after {
        width: 450px;
        height: 450px;
    }

    .walletcontent {
        gap: 30px;
        padding: 48px 0 0;
    }

    .wallet_text {
        width: 100% !important;
    }

    .walletparts {
        gap: 30px;
    }

    .wallet_boxes.wallet_boxes4 h4 {
        display: none;
    }

    .wallet_boxes {
        width: 100%;
        height: auto;
        padding: 18px 14px 18px;
    }

        .wallet_boxes h3 {
            padding: 14px 0 0 14px;
            gap: 8px;
            font-size: 16px;
            line-height: 24px;
        }

        .wallet_boxes.wallet_boxes4 {
            width: 30%;
            padding: 0;
            height: 160px;
        }

        .wallet_boxes.wallet_boxes3 {
            width: 304px;
        }

    .wallet_right {
        gap: 10px;
    }

    .brandingparts {
        padding: 48px 0 0;
    }

    .brandinglogo {
        padding: 20px 0 0;
    }

    .tripboxarea {
        padding: 0 0 16px;
    }

    .gotritabcount .slick-next {
        top: -122px !important;
        right: 0 !important;
    }

    .gotritabcount .slick-prev, .gotritabcount .slick-next {
        top: -109px;
        right: 46px;
        background-position: center -3070px !important;
        background-size: 30px;
        width: 40px;
        height: 26px;
    }

    .carousel .arrow {
        top: 41%;
    }

        .carousel .arrow.right {
            right: 1.5rem;
        }

        .carousel .arrow.left {
            left: 1.5rem;
        }

        .carousel .arrow > svg {
            width: 28px;
            height: 28px;
        }

    .test_box {
        height: auto;
        padding: 16px 16px 8px;
        width: auto;
    }

    .bookinginput1 .redclr {
        left: 27px !important;
    }

    .ofr_discount_card {
        padding: 48px 0 0;
    }

    .slider_offer img {
        max-width: 110px;
    }

    .gallerytabbing {
        padding: 28px 0 0;
    }

    .galleryarea {
        padding: 48px 0 0;
    }

    .sitelogo a img {
        max-width: 220px;
    }

    .headermenu {
        top: 25px;
    }

    .headercontact {
        display: none;
    }

    .appheadbox {
        display: none;
    }

    .appuser {
        position: absolute;
        z-index: 2;
        right: 0;
        top: 18px;
    }

    .headerright {
        gap: 0;
        padding: 0px 0 0;
    }

    .bookingwrap {
        padding: 40px 0 0;
    }

    .bookingform {
        padding: 0;
        border: none;
        background-color: transparent;
        box-shadow: none;
        z-index: 1;
    }

    .bookingpart label {
        display: none;
    }

    .bookingicon i {
        width: 18px;
        height: 30px;
        background-position: center -4px;
        background-color: transparent;
        border-radius: 0;
    }

    .bookinginput1 input {
        font-size: 16px !important;
        font-weight: 400;
    }

    .bookingdate .bookingicon i {
        background-position: center -169px;
    }

    .bookingcity {
        padding: 14px 16px;
        gap: 16px;
    }

        .bookingcity.bookingdate {
            width: 100%;
        }

    .bookingsearch {
        width: 100%;
    }

        .bookingsearch button {
            height: 46px;
        }

    .bookingicon {
        gap: 8px;
    }

    .booking_input {
        padding: 16px;
        gap: 12px;
    }

    .slider_discount h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .slider_discount:before {
        width: 115px;
        height: 113px;
        background-size: 115px;
    }

    .slider_discount h2 {
        padding: 26px 0 0 15px;
        width: 40%;
    }

    .slider_discount:after {
        width: 130px;
        height: 108px;
        background-size: 130px;
    }

    .slider_discount {
        height: 150px;
        padding: 13px 0 0;
        z-index: 0;
    }

        .slider_discount h2:before {
            top: 23px;
            width: 150px;
            height: 37px;
        }

    .sliderparts {
        padding: 0 0 48px;
    }

    .slider_imgpart {
        padding: 0 0 48px;
    }

    .slider_imgpart {
        padding: 0 0 48px;
    }

    /*.offer_box {
        height: 280px;
        width: 214px;
    }*/

    .top_routes_top {
        padding: 25px 15px 25px;
        flex-direction: column;
        justify-content: flex-start;
        gap: 20px;
    }

        .top_routes_top p {
            width: 100%;
        }

    .toptitle {
        font-size: 25px;
        line-height: 34px;
        width: 100%;
    }

    .testimonialsparts .toptitle span {
        width: 25%;
    }

    .testimonials {
        padding: 48px 0 55px;
    }

    .testimonialslide {
        padding: 5px 0 0;
    }

    .test_left {
        width: 100%;
    }

    .test_right {
        width: 100%;
    }

    .test_icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 0 8px 0 0;
    }

    .test_right .owl-carousel .owl-nav.disabled {
        left: 0px;
    }

    .test_right .owl-dots {
        left: 0;
    }

    .footerwrap {
        padding: 40px 0 0;
    }

    .footercall h3 {
        font-size: 20px;
    }

    .footercallpart a {
        font-size: 17px;
        background-position: -6px -691px;
        padding: 0 0 0 29px;
    }

    .footercallpart button {
        font-size: 14px;
        padding: 10px 28px;
    }

    .footercallpart {
        gap: 18px;
    }

    .footercall {
        padding: 40px 0;
        gap: 28px;
    }

    .footerarea {
        padding: 48px 0 0;
    }

    .footerpartstop {
        gap: 20px;
    }

    .footeraddress {
        width: 64%;
    }

    .footerpartstop {
        padding: 0 0 42px;
    }

    .footermenubox a {
        padding: 9px 25px;
        font-size: 14px;
    }

    .footermenubox {
        gap: 16px;
        flex-wrap: wrap;
    }

    .footersocial {
        padding: 30px 0 0;
    }

    .footerbtm {
        justify-content: center;
        flex-wrap: wrap;
        gap: 16px;
    }

    .footerbottom {
        padding: 20px 0 26px;
    }

    .toptitle {
        line-height: 32px;
        font-size: 22px;
    }

    .servicewrap {
        padding: 45px 0 0;
    }

    .servicearea {
        gap: 40px;
    }

    .servicearealeft p.blodtext {
        font-size: 15px;
        padding: 30px 0 15px;
    }

    .appwrapbottom span {
        padding: 15px 28px;
    }

    .servicearealeft p {
        font-size: 14px;
        line-height: 150%;
    }

    .servicepart {
        width: 31%;
    }

        .servicepart.servicepart2 {
            width: 31%;
        }

    .servicebox {
        width: 100%;
    }

        .servicebox.servicebox02, .servicebox.servicebox04 {
            width: 100%;
        }

    .serviceicon em {
        width: 50px;
    }

    .servicebox.servicebox02 .serviceicon em {
        width: 50px;
    }

    .serviceareabox {
        align-items: baseline;
    }

    .servicebox p {
        font-size: 14px;
        line-height: 17px;
        padding: 20px 0 0;
    }

    .servicebox.servicebox02 p {
        font-size: 14px;
        padding: 30px 0 0;
    }

    .appwrap {
        padding: 50px 0 0;
    }

    .appwraparea {
        padding: 46px 0;
    }

        .appwraparea::after {
            width: 300px;
            height: 300px;
        }

    .appleft img {
        max-width: 40%;
    }

    .appright {
        padding: 36px 16px 40px;
    }

        .appright h4 {
            font-style: normal;
            font-size: 15px;
            line-height: 21px;
            padding: 25px 0 15px;
        }

        .appright p {
            font-size: 14px;
            line-height: 21px;
        }

    .gotripblock .gotripmenu li {
        padding: 6px 19px 5px;
        font-size: 13px;
    }

    .gotriptabbing {
        padding: 28px 0 0;
    }

    .gotritabcount {
        padding: 35px 0 0 0;
    }

    .gotripblock .gotripmenu {
        gap: 6px;
    }

    .tripimg img {
        max-width: 268px;
    }

    .galleryblock .gallerymenu li {
        padding: 6px 19px 5px;
        font-size: 13px;
    }

    .gallerytabpart {
        padding: 35px 0 0 0;
    }

    .galleryblock .gallerymenu {
        gap: 6px;
    }

    .gallerytabpart .galleryautoplay button {
        width: 40px;
        height: 26px;
    }

    .gallerytabpart .slick-next {
        top: -64px !important;
    }

    .gallerytabpart .slick-prev, .gallerytabpart .slick-next {
        top: -51px;
        left: auto;
        right: 46px;
        background-position: center -3069.5px !important;
        background-size: 30px;
    }

    .galleryimg img {
        max-width: 268px;
    }

    /*Available Routes*/

    .bus_start_time {
        flex-basis: 25.2%;
    }

    .changeovertext .changeoverbus {
        font-size: 14px;
        padding: 4px 0 0;
    }

    .changeovertext .waitduration {
        font-size: 14px;
        padding: 4px 0;
    }

    .ba-we-love-subscribers-wrap {
        width: 44px;
    }

    .femaleline {
        padding: 8px 15px;
    }

    .busroutetab {
        display: none;
    }

    .availabledetails {
        padding: 30px 0 0;
    }

    .availabledetails {
        padding: 30px 0 0;
    }



    .bookingchartdata {
        padding: 15px 0 0;
        overflow: hidden;
        gap: 26px;
    }

    .upperlowerchart {
        justify-content: flex-start;
        gap: 20px;
        flex-wrap: nowrap;
    }

    .upperlowerdeckchart {
        overflow-x: auto;
        padding: 0 0 15px;
    }

    .upperlowerchart {
        width: max-content;
    }

    .bookingseatchart {
        width: 100%;
    }

    .seatindicator {
        width: 100%;
        flex-basis: auto;
        overflow-x: auto;
        border-radius: 0;
    }

        .seatindicator::-webkit-scrollbar {
            width: 0 !important;
            height: 0 !important;
            box-shadow: none !important;
            background-color: transparent !important;
        }

        .seatindicator::-webkit-scrollbar-thumb {
            width: 0 !important;
            height: 0 !important;
            background-color: transparent !important;
        }

    .seatindchart {
        gap: 15px;
    }

    .seatindicatorbox {
        gap: 10px;
        width: max-content;
    }

    .seatindicator .seat01 {
        width: max-content;
    }

    .seatpricefilter {
        padding: 0 0 10px;
    }

    .routepoint .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-1f2jyl-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        height: 48px;
    }

    .routepoint .css-1f2jyl-MuiAutocomplete-root .MuiAutocomplete-inputRoot .MuiAutocomplete-input {
        font-size: 15px;
    }

    .routepoint {
        gap: 14px;
    }

    .bookingdeatails {
        gap: 14px;
    }

    .bookingservicefair {
        gap: 10px;
    }

    .bookingservicefair {
        padding: 0;
    }

    .bookingcontinue {
        padding: 10px 0 0;
    }

    .amenities-tab-section {
        padding: 20px 0 6px;
    }

    .amenities-tab-list {
        gap: 12px;
    }

    .amenities-tab-box {
        padding: 6px 16px;
        gap: 8px;
    }

        .amenities-tab-box p {
            font-size: 13px;
        }

    .tabbusphoto {
        flex-wrap: wrap;
    }

        .tabbusphoto img {
            width: 47.5%;
        }

    .ba-we-love-subscribers-fab {
        width: 44px;
        height: 44px;
    }

        .ba-we-love-subscribers-fab .img-fab::before {
            font-size: 14px;
        }

        .ba-we-love-subscribers-fab .img-fab.close::before {
            font-size: 16px;
        }

    .ba-we-love-subscribers.open {
        width: 340px;
    }

    .availableright {
        gap: 30px;
    }

    /*Customer Info Start*/

    .paymentbox {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
    }

    .paymentbtn {
        gap: 12px;
    }

    .farelabeltrns {
        margin: 0 0 10px;
    }

    .customerroute {
        width: 100%;
        margin: 0 0 10px;
    }

    .cust_pass_input {
        flex-basis: 31.4%;
    }

        .cust_pass_input.cust_input_details {
            flex-basis: 48.5%;
        }

    .customerfarebox {
        width: 100%;
    }

    .Walletsubdetails {
        gap: 12px;
    }

    .walletbox {
        width: 48.4% !important;
    }

    .agntpgcaptcha .form-control {
        width: 72%;
    }

    /*Login Popup*/

    .css-2rbg70-MuiPaper-root-MuiDialog-paper {
        margin: 15px !important;
        max-height: calc(100% - 32px) !important;
    }

    .popupclosebutton {
        right: -8px;
        top: -16px;
    }

    .loginmybk span {
        font-size: 18px;
    }

    .loginbkpopup {
        gap: 15px;
    }

    .loginmybk {
        padding: 0 0 5px;
    }

    /*My Booking*/

    .innerinputbox.innerinputboxbook .inputboxp01 {
        width: 100%;
    }

    .profileblock {
        flex-direction: column;
    }

        .profileblock .profilemenu {
            width: 100%;
            flex-direction: row;
            justify-content: space-between;
            padding: 30px 0 0;
        }

            .profileblock .profilemenu li {
                width: 33%;
            }

    .profiletabpart {
        width: 100%;
        padding: 12px 0 0;
    }

    .loginpage {
        padding: 48px 0 0;
    }

    .innerheading h4 {
        padding: 10px 18px;
    }

    .profilemenu2 li {
        padding: 0 0 10px;
        font-size: 14px;
    }

    .profiletabcont .bookingtrip {
        margin: 30px 0 0;
    }

    .inputboxp01 label {
        font-size: 14px;
    }

    .inputboxp01 input, .inputboxp01 select {
        font-size: 14px !important;
        height: 44px;
    }

    .inputboxp01 .css-mdrjet-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        height: 42px;
        font-size: 14px;
    }

    .gbookingbtn {
        justify-content: space-between;
    }

    .inputboxselect {
        width: auto;
    }

    /*Cancellation*/

    .inputboxp01 .bookinput {
        flex-direction: column;
        padding: 0;
    }

    .inputboxp01 .bookinginput {
        width: 100%;
    }

    .inputboxmblcancel button {
        padding: 10px 0 9px;
    }

    .inputboxmblcancel {
        gap: 14px;
    }

    .inputboxp01 .bookinginput .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-kgjvsr-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        height: 44px;
    }

    .inputboxp01 .bookinginput .css-kgjvsr-MuiAutocomplete-root {
        height: 44px;
    }

    .partialradiogroup {
        padding: 20px 20px;
    }

    /*Bus Hire*/

    .bushirepopup input {
        font-size: 15px;
        height: 44px;
        padding: 0 18px;
    }

    /*E-Ticket*/

    .ticketpart {
        padding: 48px 0 0;
    }

    .ticketheading h4 {
        font-size: 17px;
    }

    .orderno {
        padding: 30px 0 7px;
    }

        .orderno p span {
            font-size: 17px;
        }

        .orderno p {
            font-size: 16px;
        }

    .ticketjourney {
        margin: 20px 0 0;
    }

    .ticketboxpnr h4 {
        font-size: 16px;
    }

    .ticketboxpnr span {
        padding: 7px 17px;
    }

    .ticketroute {
        padding: 18px;
        flex-direction: column;
    }

    .ticketboxpnr {
        padding: 14px 18px;
    }

    .ticketleft {
        gap: 20px;
        flex-basis: 100%;
        width: 100%;
    }

    .ticketright {
        gap: 20px;
        width: 100%;
        padding: 15px 0 0px;
        border-top: 1px solid rgb(26 26 26 / 10%);
        margin: 15px 0 0;
    }

    .ticketpoint {
        gap: 9px;
    }

    .ticketpsngr {
        flex-direction: column;
        gap: 20px;
    }

    .ticketpsngrleft {
        width: 100%;
        gap: 20px;
    }

    .ticketfare {
        width: 70%;
        padding: 20px;
    }

    .ticketpsngrdetails {
        gap: 20px;
    }

    .ticketheading2 h4 {
        font-size: 16px;
    }

    .ticketnamingpart {
        gap: 16px;
        flex-wrap: wrap;
    }

    .ticketpsdetails {
        flex-basis: 47%;
    }

    .ticketnamingpart2 .ticketpsdetails {
        width: 48%;
    }

    .ticketbtn {
        padding: 38px 0 0;
    }

        .ticketbtn button {
            padding: 8px 24px;
        }

    .ticketpolicywrap {
        padding: 35px 0 0;
    }

    #purpleGst h3 {
        font-size: 19px;
        padding: 15px 0 6px;
    }

    /*T & C*/

    .termspage {
        padding: 48px 0 0;
    }

    .termsbox {
        padding: 30px 0 0;
        gap: 12px;
    }

    .termsheadbox h4 {
        font-size: 15px;
    }

    .termsheadbox {
        gap: 17px;
    }

    .termsbox .innerheading2 {
        padding: 12px 0 2px;
    }

    .innerheading2 h5 {
        font-size: 18px;
        padding: 0 0 4px;
    }

    /*Bus Parcel*/

    .bushirepage {
        padding: 48px 0 0;
    }

    .bushirebox {
        padding: 36px 0 0;
    }

    .busparcelpart {
        padding: 48px 0 0;
    }

    .mainbusparcel .innerheading2 h5 {
        font-size: 17px;
    }

    .innerheading2 span {
        font-size: 18px;
    }

    .busparcelpoint {
        gap: 13px 30px;
    }

    .innerheading2 {
        padding: 0 0 20px;
    }

    .mainbusparcel .innerinputbox {
        padding: 30px 0 0;
    }

    .inputboxp01 .css-15ljb2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        height: 42px;
    }

    .css-hz1bth-MuiDialog-container .css-i7kv6a-MuiDialogContent-root {
        padding: 0;
        width: 340px;
    }

    .ticket_cancel .managepnr .modifytctotp {
        padding: 10px 18px;
        border-radius: 50px;
        font-size: 12px;
    }

    /*wallet page*/

    .cta-bar {
        padding: 14px 20px;
        gap: 5px;
        flex-direction: column;
    }

        .cta-bar span {
            font-size: 18px;
        }

    .wallet_contact a {
        font-size: 15px;
        line-height: 20px;
    }

    .wallet_cashparts {
        padding: 48px 0 0;
    }

    .cashback-content {
        padding: 30px 0 0;
    }
}

@media only screen and (max-width: 520px) {
    .banner_modal .modal-lg {
        width: 100% !important;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 479px) {
    .banner_modal .modal-dialog {
        top: 17%;
    }

    .slider_tx {
        width: 100%;
        align-items: center;
    }

        .slider_tx p {
            font-size: 18px;
            line-height: 22px;
            text-align: center;
        }


    .femaleline label {
        font-size: 13px;
    }

    .route_fare_data span {
        font-size: 14px;
    }

        .route_fare_data span i {
            font-size: 12px;
            padding: 0 3px 0 0;
        }

    .route_fare_data p {
        padding: 3px 15px;
    }

    .slider_discount h2:before {
        width: 140px;
        height: 31px;
    }

    .walletparts2:after {
        width: 290px;
        height: 290px;
    }

    .wallet_boxes.wallet_boxes4 {
        display: none;
    }

    .walletcontent {
        gap: 24px;
        padding: 38px 0 0;
    }

    .walletparts {
        gap: 25px;
    }

    .testimonialslide {
        gap: 5px;
    }

    .brandingparts {
        padding: 38px 0 0;
    }

    .brandinglogo {
        padding: 15px 0 0;
    }

    .cityswapicon {
        position: absolute;
        right: 8px;
        left: auto;
        top: 44px;
        transform: rotate(90deg);
    }

    .test_right .owl-nav button {
        width: 40px;
        height: 26px;
    }

        .test_right .owl-nav button span {
            top: -5px;
        }

    .test_right .owl-carousel .owl-nav.disabled {
        gap: 10px;
    }

    .gotritabcount .slick-prev, .gotritabcount .slick-next {
        top: auto !important;
        bottom: -55px;
        left: 0;
        right: 50px;
        margin: 0 auto;
        z-index: 1;
    }

    .gotritabcount .slick-next {
        right: 0px !important;
        left: 50px !important;
        bottom: -42px !important;
    }

    .slider_imgpart {
        display: none;
    }

    .slider_imgpart_mbl {
        display: block !important;
    }

    .carousel .arrow {
        top: 41%;
    }

        .carousel .arrow.left {
            left: 1rem;
        }

        .carousel .arrow.right {
            right: 1rem;
        }

        .carousel .arrow > svg {
            width: 24px;
            height: 24px;
        }

    .bookingpart.bookingpart03 .bookinginput1 .redclr {
        left: -4px !important;
    }

    .bookinginput1 .redclr {
        bottom: -2px;
    }

    .bookingpart.bookingpart04 {
        display: none;
    }

    .toptitle {
        line-height: 30px;
        font-size: 21px;
    }

    .applink {
        gap: 20px;
    }

    .test_box_top label {
        top: 33%;
        width: 36px;
        height: 36px;
        background-position: center -2529px;
        background-size: 26px;
    }

    .galleryblock .gallerymenu li {
        padding: 4px 15px 4px;
        font-size: 13px;
    }

    .test_box_btm h4 {
        font-size: 16px;
    }

    .slider_offer img {
        max-width: 90px;
    }

    .slider_head {
        gap: 8px;
        width: 100%;
    }

    .slider_offer {
        padding: 0 30px 0 0;
        width: 100%;
        text-align: right;
    }

    .slider_content {
        gap: 18px;
    }

    .slider_explore {
        top: 100px;
        right: auto;
        left: 10%;
        display: none;
    }

        .slider_explore img {
            max-width: 100px;
        }

    .slider_top {
        flex-direction: column;
        gap: 16px;
        display: none;
    }

    .booking_input {
        gap: 12px;
        background-color: transparent;
        border: none;
        padding: 0 !important;
        margin: 0;
        box-shadow: none;
    }

    .galleryarea {
        padding: 36px 0 0;
    }

    /*.offer_box {
        height: 262px;
        width: 200px;
    }*/

    .bookingcity {
        width: 100% !important;
        padding: 4px 10px !important;
        gap: 0;
        flex-direction: column;
        background-color: #fff !important;
        border-radius: 10px;
    }

    .bookingdate .bookingicon {
        width: 80%;
        padding: 8px 0;
    }

    .bookingpart {
        width: 100%;
    }

    .booking_tabs {
        display: none;
    }

    .bookingicon {
        width: 100%;
        padding: 10px 0;
    }

    .loader iframe {
        width: 100px;
        height: 100px;
        border: none;
    }

    .sitelogo a img {
        max-width: 170px;
    }

    .headermenu {
        top: 23px;
    }

    .appuser {
        top: 15px;
    }

    .bookingwrap {
        padding: 25px 0 0;
    }

    .bookingicon.bookingicon2 {
        border-top: 1px solid rgba(26, 26, 26, 0.2);
    }

    .bookingcity.bookingdate {
        flex-direction: row;
        justify-content: space-between;
        gap: 4px;
        border-radius: 10px;
    }

    .datetabbing {
        display: flex;
        gap: 12px;
    }

        .datetabbing button {
            font-size: 13px;
            font-weight: 600;
            color: var(--secondary-color);
            background-color: transparent;
            border: none;
            padding: 0;
        }

    .bookingsearch {
        width: 100%;
    }

        .bookingsearch button {
            height: 44px;
            border-radius: 10px;
        }

            .bookingsearch button svg {
                width: 22px;
            }

    .discount_txt span {
        font-size: 26px;
        line-height: 36px;
    }

    .discount_txt h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .discount_txt {
        padding: 9px 10px 12px;
        right: 4px;
    }

    .slider_discount h2 {
        font-size: 22px;
        line-height: 26px;
        width: auto;
    }

    .sliderparts {
        padding: 0;
    }

    .ofr_discount_card {
        padding: 36px 0 0;
    }

    .slider_imgpart {
        padding: 30px 0 30px;
    }

    .slider_discount:before {
        width: 90px;
        height: 93px;
        background-size: 90px;
        right: 20px;
        left: auto;
    }

    .slider_discount {
        height: 120px;
        padding: 4px 0 0;
    }

    .footercall h3 {
        font-size: 22px;
        text-align: center;
        padding: 0 50px;
        line-height: 29px;
    }

    .footercallpart a {
        font-size: 16px;
        background-position: -6px -692px;
        padding: 0 0 0 28px;
    }

    .testimonialsparts .toptitle span {
        display: none;
    }

    .footerarea {
        padding: 58px 0 0;
    }

    .footerpartstop {
        gap: 40px 20px;
    }

    .footerlinks {
        gap: 22px;
    }

        .footerlinks ul li a {
            font-size: 14px;
        }

    .footertitle {
        font-size: 20px;
    }

    .footeraddress {
        width: 100%;
    }

    .footercontact p {
        font-size: 14px;
        line-height: 21px;
    }

    .footerpartstop {
        padding: 0 0 36px;
    }

    .footermenubox {
        gap: 12px;
        padding: 0 0 30px;
        justify-content: flex-start;
    }

        .footermenubox a {
            padding: 8px 18px;
            font-size: 13px;
        }

    .footersocial {
        padding: 26px 0 0;
    }

    .top_routes_top {
        gap: 15px;
    }

    .servicewrap {
        padding: 35px 0 0;
    }

    .servicewrap {
        padding: 45px 0 0;
    }

    .servicearea {
        gap: 35px;
    }

    .servicearealeft p.blodtext {
        font-size: 14px;
        padding: 18px 0 15px;
    }

    .appwraparea {
        padding: 36px 0;
    }

    .servicearealeft p {
        font-size: 13px;
    }

    .serviceareabox {
        flex-wrap: wrap;
        gap: 10px;
    }

    .servicepart.servicepart1 {
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .servicepart {
        width: 100%;
        gap: 10px;
    }

        .servicepart.servicepart2 {
            width: 100%;
        }

    .servicepart2 .servicebox.servicebox04 {
        display: none;
    }

    .serviceicon em {
        width: 75%;
        display: none;
    }

    .servicebox {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 16px 10px 16px;
    }

        .servicebox p {
            padding: 0 !important;
        }

    /*.servicebox.servicebox02 .serviceicon em {
            width: 75%;
        }*/

    .serviceicon span {
        width: 46px;
        height: 46px;
        background-position: center -1371px;
        background-size: 24px;
        border-radius: 8px;
    }

    .servicebox.servicebox02 .serviceicon span {
        background-position: center -1492px;
    }

    .servicebox02 .serviceicon span.middleicon {
        background-position: center -1615px;
    }

    .servicepart3 .servicebox02 span {
        background-position: center -1864px !important;
    }

    .servicepart3 .servicebox01 span {
        background-position: center -1986px !important;
    }

    .servicebox p i {
        display: inline-block;
    }

    .appwraptop {
        border-radius: 20px 20px 0 0;
    }

    .appwrapbottom span {
        font-size: 12px;
        line-height: 16px;
        padding: 12px 10px;
        text-align: center;
        width: 100%;
    }

    .appleft::before {
        width: 300px;
        height: 180px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .appright h4 {
        font-size: 14px;
        line-height: 18px;
        padding: 22px 0 12px;
    }

    .appfeature span {
        font-size: 13px;
        line-height: 14px;
        padding: 0 0 0 22px;
        background-position: -4px -2119px;
        background-size: 24px;
    }

    .appwraparea::after {
        width: 250px;
        height: 250px;
    }

    .gotripblock .gotripmenu {
        gap: 4px;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

        .gotripblock .gotripmenu li {
            padding: 4px 9px 3px;
            font-size: 11px;
            min-width: max-content;
        }

    .gotripmenu::-webkit-scrollbar {
        display: none;
    }

    .gotriptabbing {
        padding: 18px 0 43px;
    }

    .gotritabcount {
        padding: 20px 0 0 0;
    }

    .gallerytabbing {
        padding: 20px 0 0;
    }

    .gallerytabpart {
        padding: 20px 0 0 0;
    }

        .gallerytabpart .galleryautoplay button {
            display: none !important;
        }

        .gallerytabpart .slick-prev, .gallerytabpart .slick-next {
            display: none !important;
        }

    .testimonials {
        padding: 36px 0 55px;
    }

    .test_left h1 {
        font-size: 15px;
        line-height: 22px;
        padding: 10px 0 0;
    }

    .test_box {
        width: 100%;
        height: auto;
        gap: 10px;
        padding: 10px;
    }

    /*Available Routes*/

    .bus_start_time {
        flex-basis: 28.2%;
    }

    .busroutetype span {
        font-size: 12px;
        line-height: 15px;
    }

    .busroutetype {
        gap: 2px;
    }

    .booking_popup .css-105qr5e {
        padding: 30px 20px;
        width: 290px;
    }

    .booking_popup p {
        font-size: 15px;
        line-height: 21px;
    }

    #Showfemaleline {
        padding: 20px 0 0;
    }

    .ba-we-love-subscribers-wrap {
        left: 15px;
        bottom: 15px;
    }

    .ba-we-love-subscribers.open {
        padding: 14px;
        width: 290px;
        height: 332px;
    }

    .filter_tab_main {
        padding: 0 0 12px;
    }

    .avbookingpart {
        padding: 0;
        background-color: transparent;
        border: none;
        gap: 14px;
    }

    .bookinput.bookinput2 {
        flex-direction: row;
    }

    .bookinput {
        padding: 13px 14px;
        flex-direction: column;
        background-color: #fff;
        border: 1px solid #EBE9EF;
        border-radius: 8px;
    }

    .bookinginput .css-kgjvsr-MuiAutocomplete-root .MuiAutocomplete-inputRoot .MuiAutocomplete-input, .bookinginput input {
        font-weight: 400;
    }

    .bookinginput .css-kgjvsr-MuiAutocomplete-root {
        padding: 0;
    }

    .bookinginput.bookinginput2 {
        border-top: 1px solid #EBE9EF;
        padding: 13px 0 0;
        margin: 13px 0 0;
    }

    .avsearchbook a {
        font-size: 16px;
        height: 46px;
        font-weight: 400;
    }

    .availablebooking {
        padding: 26px 0 0;
        background-color: transparent;
    }

    .availabledetails {
        padding: 26px 0 0;
    }

    .availableright {
        gap: 26px;
    }

    .disc_text {
        padding: 15px 15px 0 0;
    }

        .disc_text p {
            padding: 9px 20px;
            font-size: 14px;
        }

    .available_route_box {
        padding: 16px 12px;
    }

    .bus_start_time label {
        font-size: 13px;
    }

    .bus_start_time p {
        font-size: 13px;
    }

    .bus_duration_time p {
        font-size: 10px;
        padding: 3px 6px;
        text-align: center;
    }

    .bus_time_data {
        gap: 5px;
    }

    .bus_duration_time span {
        width: 10px;
    }

    .route_box.route_box01 {
        padding: 0 0 16px;
        margin: 0 0 14px;
    }

    .route_box02 {
        gap: 14px;
    }

    .route_fare_data label i {
        font-size: 15px;
    }

    .busroutetabbing ul {
        gap: 10px;
        width: 100%;
    }

        .busroutetabbing ul li {
            width: 49%;
        }

            .busroutetabbing ul li button {
                padding: 8px 20px;
                width: 100%;
                font-size: 13px;
            }

    .busroutetyperight {
        gap: 10px;
        flex-direction: column;
    }

    .busroutetabbing {
        width: 100%;
    }

    .seatbookbtn {
        width: 100%;
    }

        .seatbookbtn button {
            font-size: 16px;
            padding: 9px 22px 8px;
            width: 100%;
        }

    .bookingchartdata {
        padding: 10px 0 0;
    }

    .seatindchart {
        gap: 8px;
    }

    .tabbusphoto img {
        width: 46%;
    }

    /*Login Popup*/

    .popuserdetail .captchin img {
        width: 100%;
        max-width: 220px;
    }

    .popuserdetail input {
        height: 44px;
    }

    .resendotplink {
        padding: 5px 0 15px;
    }

    .popuserdetail label {
        font-size: 14px;
        line-height: 19px;
    }

    .popuserdetailotp p {
        font-size: 15px;
        padding: 0px 0 4px;
    }

    .popuserdetail.popuserdetailbutton button {
        padding: 9px 0;
        font-size: 15px;
    }

    .login_popup_main .css-ypiqx9-MuiDialogContent-root {
        padding: 22px;
    }

    .popuprightpart {
        gap: 12px;
    }

    .popupuserdetail input {
        font-size: 15px;
        height: 40px;
        padding: 0 18px;
    }

    .popupuserdetail label {
        font-size: 14px;
    }

    .passengertitle01 a {
        font-size: 14px;
    }

    .passengertitle01 input {
        width: 15px;
        height: 15px;
    }

    .popupuserdetail .css-qfz70r-MuiFormGroup-root {
        gap: 22px;
    }

    .profileinputdetailsbtn button {
        font-size: 15px;
        padding: 9px 24px;
    }

    .signinpopupmain .popupclosebutton {
        right: 8px;
        top: 8px;
    }

    .popupclosebutton i {
        font-size: 18px;
    }

    /*My Booking*/

    .profileblock .profilemenu {
        padding: 25px 0 0;
    }

        .profileblock .profilemenu li {
            width: 28%;
        }

        .profileblock .profilemenu .profilefirst01 {
            width: 39%;
        }

    .profilemenu2 li {
        padding: 0 0 8px;
        font-size: 13px;
    }

    .profiletabpart {
        padding: 8px 0 0;
    }

    .profiletabcont .bookingtrip {
        margin: 25px 0 0;
    }

    .ticketbookchange .table th {
        font-size: 13px !important;
    }

    .inputboxp01 input, .inputboxp01 select {
        height: 40px;
    }

    .innerboxgender .css-qfz70r-MuiFormGroup-root {
        gap: 20px;
        padding: 0;
    }

    .innerboxgender .css-1hpqosy-MuiFormControlLabel-root .MuiFormControlLabel-label {
        font-size: 14px;
    }

    .mybookingbtn button {
        font-size: 14px;
        padding: 8px 32px;
    }

    /*Customer Info Start*/

    .customerinputbox {
        gap: 10px;
    }

    .cust_pass_input .redclr {
        bottom: -15px;
    }

    .customermainjrny {
        font-size: 16px;
    }

    .customerhead {
        font-size: 17px;
    }

    .farelabeltrns span {
        font-size: 14px;
    }

    .farelabeltrns label {
        font-size: 15px;
    }

    .cust_pass_input03 .css-1q60rmi-MuiAutocomplete-endAdornment {
        display: none;
    }

    .cust_pass_input {
        flex-basis: 31%;
    }

    .walletcoupon .cust_pass_input button {
        width: 75%;
        font-size: 13px;
    }

    .paymentbtn button.paysuccess {
        padding: 9px 18px;
    }

    .cust_pass_input01 {
        flex-basis: 100% !important;
    }

    .cust_pass_input.cust_input_details {
        flex-basis: 100%;
    }

    .cust_pass_input03 .css-kgjvsr-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        padding: 0 0 0 14px;
        font-size: 14px;
        height: 44px;
    }

    .cust_pass_input input, .cust_pass_input select {
        font-size: 14px;
    }

    .walletcoupon .cust_pass_input {
        gap: 10px;
    }

    .walletcoupon {
        border: none;
        padding: 0;
    }

    .customergstbox {
        border: none;
        padding: 0;
    }

    .customersection {
        gap: 33px;
    }

    .customebox label {
        font-size: 14px;
    }

    .customerboxtop span img {
        max-width: 60px;
    }

    .customerroute {
        padding: 20px 20px 24px;
        gap: 22px;
    }

    .customedateseat p {
        font-size: 14px;
    }

    .customedateseat span {
        width: 32px;
        height: 32px;
        background-position: center -1588px;
        background-size: 16px;
    }

    .customedateseat.customedateseat2 span {
        background-position: center -1701px;
    }

    .customerfarebox h4 {
        font-size: 15px;
    }

    .farelabelbox {
        padding: 20px 0 16px;
    }

    .paymentbtn button {
        padding: 8px 20px;
        font-size: 14px;
    }

        .paymentbtn button.paysuccess {
            padding: 8px 20px;
        }

    .cust_pass_input .redclr {
        bottom: -14px;
    }

    .cust_pass_input.cust_pass_input03 .redclr, .cust_pass_input.cust_pass_input04 .redclr {
        font-size: 8px;
    }

    .walletbox {
        width: 100% !important;
    }

    .Walletsubdetails {
        gap: 10px;
    }

    .walletbox label {
        font-size: 14px;
    }

    .agntpgcaptcha .form-control {
        width: 56%;
    }

    .agntpgcaptcha label {
        font-size: 14px;
    }

    .agntpgcaptcha .captchin img {
        max-width: 255px;
        width: 100%;
    }

    /*Customer Info End*/

    /*Cancellation*/

    .inputboxmblcancel button {
        padding: 10px 0 9px;
        font-size: 14px;
    }

    .cancellationbox .captchin img {
        width: 100%;
        max-width: 262px;
    }

    .cancellationbox .bookinginput .css-kgjvsr-MuiAutocomplete-root .MuiAutocomplete-inputRoot .MuiAutocomplete-input, .cancellationbox .bookinginput input {
        padding: 0 0 0 34px !important;
        background-position: 7px 1px;
        line-height: 38px;
        height: 38px;
    }

    .inputboxmblcancel {
        gap: 10px;
    }

    .bookinginput {
        width: 100%;
    }

    .inputboxp01 .bookinput {
        flex-direction: column;
        gap: 12px;
    }

    .inputboxp01 .bookinginput .css-kgjvsr-MuiAutocomplete-root {
        height: 40px;
    }

    .inputboxp01 .bookinginput .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-kgjvsr-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        height: 40px;
        padding: 0 0 0 14px;
    }

    .cancellationbox .bookinput {
        border-radius: 0;
        border: none;
    }

    .cancellationbox .bookinginput.bookinginput2 {
        border-top: none;
        padding: 13px 0 0;
        margin: 0 0;
    }

    .canceltc p {
        font-size: 14px;
    }

    .canceltc input {
        width: 16px;
        height: 16px;
    }

    .cancellationbox span {
        font-size: 13px;
        font-weight: 400;
        line-height: 17px;
    }

    .cancelamount {
        padding: 35px 0 0;
    }

        .cancelamount .table-bordered th {
            padding: 12px 0 11px;
            font-size: 13px !important;
        }

        .cancelamount .table-bordered td {
            padding: 12px 6px 11px;
            font-size: 13px;
        }

    /*Cancel Status*/

    .cancelstusinfo h3 {
        font-size: 18px;
    }

    .cancelstusinfo p {
        font-size: 15px;
        padding: 10px 0 0;
        line-height: 20px;
    }

    .refundtitle {
        font-size: 14px;
    }

    .refundata {
        font-size: 14px;
    }

    .canclrefund .col-lg-12.companytq span {
        font-size: 15px;
    }

    .capchabtn {
        display: flex;
        width: 100%;
        gap: 50px;
    }

    /*Bus Hire*/

    .bushirebox {
        padding: 28px 0 0;
    }

    .innerheading2 h5 {
        font-size: 18px;
    }

    .inputboxp01 .redclr {
        bottom: -17px;
    }

    .inputboxp01 .css-mdrjet-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        height: 38px;
    }

    .bushirepopup .redclr {
        bottom: 48px;
    }

    .bushirepopup h2 {
        font-size: 20px;
    }

    .bushirepopup input {
        font-size: 14px;
        height: 42px;
        padding: 0 16px;
    }

    .bushirepopup p {
        font-size: 15px;
        padding: 25px 0 0;
    }

    /*E-Ticket*/

    .ticketpart {
        padding: 40px 0 0;
    }

    .ticketheading h4 {
        font-size: 16px;
    }

    .orderno {
        padding: 28px 0 7px;
    }

    .ticketboxpnr {
        padding: 16px 18px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px;
    }

    .routeticket label {
        font-size: 15px;
    }

    .routeticket span {
        font-size: 13px;
    }

    .routeticket p {
        font-size: 13px;
        padding: 1px 0 0;
    }

    .ticketduration {
        gap: 3px;
    }

        .ticketduration span {
            width: 12px;
        }

        .ticketduration p {
            padding: 1px 10px;
            font-size: 11px;
        }

    .ticketleft {
        gap: 15px;
    }

    .ticketroute {
        padding: 16px 13px;
    }

    .ticketbustype {
        gap: 8px;
        padding: 15px 0 0;
    }

        .ticketbustype span {
            font-size: 15px;
        }

    .ticketpoint span {
        font-size: 15px;
    }

    .ticketpoint {
        gap: 6px;
    }

    .ticketpsngr {
        padding: 22px 0 0;
    }

    .ticketheading2 {
        padding: 0 0 8px;
    }

    .ticketpsngrdetails {
        gap: 15px;
    }

    .ticketnamingpart {
        gap: 14px;
    }

    .ticketnamingpart2 .ticketpsdetails {
        width: 100%;
    }

    .ticketpsdetails {
        flex-basis: 100%;
        gap: 0px;
    }

    .ticketfare {
        padding: 16px;
        width: 90%;
    }

    .fareticket {
        padding: 16px 0;
    }

    .ticketbtn {
        padding: 32px 0 0;
    }

        .ticketbtn button {
            padding: 7px 24px;
            font-size: 15px;
        }

    .ticketpolicywrap {
        padding: 30px 0 0;
    }

    #purpleGst {
        gap: 7px;
        padding: 6px 0 0;
    }

        #purpleGst p {
            font-size: 14px;
        }

    .privacydatapart {
        padding: 18px 0 0;
    }

    #purpleGst .privacydatatime.privacydatatimeclr .col-md-6 span {
        padding: 12px 10px 11px;
        font-size: 14px;
    }

    .tcktpolicy {
        padding: 15px;
        gap: 10px;
    }

    #purpleGst h3 {
        font-size: 18px;
    }

    /*T & C*/

    .termspage {
        padding: 42px 0 0;
    }

    .termsbox {
        padding: 25px 0 0;
        gap: 10px;
    }

        .termsbox p {
            font-size: 14px;
        }

    .termsheadbox h4 {
        font-size: 14px;
    }

    .termsbox p span {
        padding: 8px 0 0 15px;
    }

    .termspoints {
        padding: 6px 0;
        gap: 6px;
    }

    /*Bus Parcel*/

    .busparcelpart {
        padding: 42px 0 0;
    }

    .bushirepage {
        padding: 42px 0 0;
    }

    .busparcelbox {
        padding: 30px 0 0;
    }

    .innerheading2 {
        padding: 0 0 16px;
    }

    .mainbusparcel .innerheading2 h5 {
        font-size: 16px;
    }

    .innerheading2 span {
        font-size: 17px;
    }

    .parcelpoint {
        font-size: 14px;
        align-items: flex-start;
    }

        .parcelpoint span {
            width: 24px;
            background-size: 24px;
            margin: 6px 0 0;
        }

    .mainbusparcel .innerinputbox {
        padding: 24px 0 0;
    }

    .inputboxp01 .css-15ljb2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        height: 38px;
    }

    .css-hz1bth-MuiDialog-container .css-i7kv6a-MuiDialogContent-root {
        width: 280px;
    }

    /*Wallet Page*/

    .wallet_contact {
        flex-direction: column;
        gap: 5px;
    }

        .wallet_contact i {
            display: none;
        }

    .step-text p {
        font-size: 14px;
    }

    .cashback_text .pull-left {
        padding: 10px 0;
    }

    .cashback_text .pull-right {
        padding: 10px 0;
    }

    .cashback_text p {
        padding: 10px 0 10px;
    }

    .cashback-step {
        gap: 12px;
    }

    .cashback-table {
        margin: 0 0 10px;
    }
}

@media only screen and (max-width:375px) {
    .appfeature span {
        width: 50%;
        font-size: 12px;
        line-height: 14px;
        padding: 0 0 0 14px;
        background-position: -4px -1587px;
        background-size: 18px;
    }

    .appfeature {
        padding: 20px 0 0;
        flex-wrap: wrap;
    }
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: transparent;
}

.gotripblock button.slick-next.slick-arrow.slick-disabled, .gotripblock button.slick-prev.slick-arrow.slick-disabled {
    opacity: 0.2;
    cursor: not-allowed;
}

.datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
    padding: 4px 5px;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .datepicker table tr td span.active {
        background-color: var(--secondary-color);
        color: var(--pure);
    }

.datepicker table tr td .month.active {
    background-color: var(--secondary-color);
    color: var(--pure);
}

.datepicker-dropdown.dropdown-menu {
    width: 250px;
}

.datepicker table tr td span {
    height: 44px;
    line-height: 44px;
}

.datepicker-days .table-condensed {
    width: 100%;
}

/*POP STYLE START*/


/* Force modal dialog to be visible in center */
.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_modal .modal-dialog {
    width: max-content !important;
    height: max-content !important;
    top: 20%;
    left: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    max-width: 100% !important;
}

.banner_modal .carousel img {
    border-radius: 0;
}

.custom-popup-img {
    height: auto;
    max-height: 450px;
    object-fit: contain;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: transparent;
    border-radius: 0;
    width: 40px;
    height: 40px;
}

.btn-close {
    z-index: 10;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: #000;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    float: right;
    position: relative;
    z-index: 1;
}

.modal-content {
    padding: 0 !important;
    max-width: 100%;
}

@media (max-width: 768px) {
    .custom-popup-img {
        max-height: 250px;
    }
}

.accordion-button, .alert, .btn .badge, .carousel, .dropdown, .dropend, .dropstart, .dropup, .form-floating, .input-group, .input-group .btn, .list-group-item, .page-link, sub, sup {
    position: relative
}

.dropdown-header, .dropdown-item, .dropdown-toggle, .input-group-text, .navbar-brand {
    white-space: nowrap
}

.btn-close:focus, .carousel-indicators .active, select:disabled {
    opacity: 1
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active, .dropdown-menu.show, .tab-content > .active {
    display: block
}

.breadcrumb, .carousel-indicators, .dropdown-menu, .nav, .navbar-nav, .pagination {
    list-style: none
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner::after, .clearfix::after {
        display: block;
        clear: both;
        content: ""
    }

.banner_modal .modal {
    opacity: 1;
}

/*.banner_modal .modal-lg {
    width: 512px !important;
    margin: 0 auto !important;
    top: 30px;
}*/

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    /*margin-right: -100%;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

    .carousel-item.active {
        display: block;
    }

.modal-backdrop.fade {
    display: none !important;
}

.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end), .offcanvas-start {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 50%;
    bottom: 0;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px !important;
    height: 30px !important;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s;
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9
    }

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    font-size: 20px;
    color: #000;
}

/*.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}*/

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
}

.spinner-border, .spinner-grow {
    display: inline-block;
    vertical-align: -.125em
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s
}

.btn-close:focus, .carousel-indicators .active, select:disabled {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-caption {
    color: #000
}

.carousel-dark .carousel-indicators [data-bs-target], .modal-backdrop, .tooltip-inner {
    background-color: #000
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active, .dropdown-menu.show, .tab-content > .active {
    display: block
}

.accordion-button, .accordion-button::after, .btn, .carousel-control-next, .carousel-control-prev, .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start, .carousel-indicators [data-bs-target], .carousel-item, .collapsing, .collapsing.collapse-horizontal, .fade, .form-floating > label, .form-select, .form-switch .form-check-input, .modal.fade .modal-dialog, .nav-link, .navbar-toggler, .offcanvas, .page-link, .progress-bar {
    transition: none
}

/*POP STYLE END*/
