* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Figtree", sans-serif !important;
    color: #565969;
    line-height: normal;
    font-size: 15px;
    font-weight: 400;
}

    body .container {
        width: 100%;
        max-width: 1330px !important;
        margin: 0 auto;
    }

    body .container-fluid {
        width: 100%;
        max-width: 1920px !important;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto;
    }

a,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
span,
label,
p {
    margin: 0;
    padding: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}

ul,
li {
    list-style-type: none;
    text-decoration: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
    }

img {
    max-width: 100%;
}

:root {
    --primary-color: #2B8AC8;
    --secondary-color: #BF464B;
    --head-text-color: #3B3A4B;
    --text-color: #A3A2AD;
    --background: #EFF9FF;
    --border-color: #F5F5F5;
    --pure: #fff;
    --black: #000;
}

body .manudp .container {
    padding: 0 !important;
}

.max-width-1920 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    clear: both;
}

::selection {
    background-color: var(--head-text-color);
    color: var(--pure);
}

button, select {
    cursor: pointer;
}

::-webkit-scrollbar {
    border-radius: 2px;
    width: 8px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    width: 8px;
    background-color: var(--text-color);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: var(--secondary-color);
    }

/****************validation-success POPUP***************/

.validation-success {
    float: left;
}

    .validation-success p {
        margin: 0;
        color: #0B763F;
        font-size: 18px;
        font-weight: 500;
        padding: 17px 30px 17px 30px;
        border: 2px solid #0B763F;
        border-radius: 15px;
        float: left;
        background-color: var(--pure) !important;
        display: flex;
        align-items: center;
    }

        .validation-success p i {
            color: #0B763F;
            font-size: 12px;
            margin: 0 11px 0 0;
            padding: 3px 0 0;
            width: 20px;
            height: 20px;
            border: 1px solid #0B763F;
            border-radius: 50%;
            text-align: center;
            font-family: 'FontAwesome';
            float: left;
        }

#demo .css-3yjvh5-MuiPaper-root-MuiAlert-root {
    /* color: var(--button-color) !important;
    background-color: transparent !important;*/
}


#demo .css-3yjvh5-MuiPaper-root-MuiAlert-root {
    /* padding: 0 !important;
    justify-content: center;
    top: 40px;
    position: relative;*/
}

#demo .MuiAlert-action css-ki1hdl-MuiAlert-action {
    display: none !important;
}

.logintest .css-1pxa9xg-MuiAlert-message {
    padding: 0 !important;
}

/****************validation-unsuccess POPUP***************/

.validation-unsuccess {
    float: left;
}

    .validation-unsuccess p {
        margin: 0;
        color: #EA4335;
        font-size: 18px;
        font-weight: 500;
        padding: 17px 60px 17px 60px;
        border: 2px solid #EA4335;
        border-radius: 15px;
        float: left;
        background-color: var(--pure) !important;
        display: flex;
        align-items: center;
    }

        .validation-unsuccess p i {
            color: #EA4335;
            font-size: 12px;
            margin: 0 11px 0 0;
            padding: 3px 0 0;
            width: 20px;
            height: 20px;
            border: 1px solid #EA4335;
            border-radius: 50%;
            text-align: center;
            font-family: 'FontAwesome';
            float: left;
        }

/****************validation-.validation-alert POPUP***************/
.validation-alert {
    float: left;
}

    .validation-alert p {
        margin: 0;
        color: #FF8E00;
        font-size: 18px;
        font-weight: 500;
        padding: 17px 60px 17px 60px;
        border: 2px solid #FF8E00;
        border-radius: 15px;
        float: left;
        background-color: var(--pure) !important;
        display: flex;
        align-items: center;
    }

        .validation-alert p i {
            color: #FF8E00;
            font-size: 12px;
            margin: 0 11px 0 0;
            padding: 3px 0 0;
            width: 20px;
            height: 20px;
            border: 1px solid #FF8E00;
            border-radius: 50%;
            text-align: center;
            font-family: 'FontAwesome';
            float: left;
        }

.MuiDialog-root .css-3yjvh5-MuiPaper-root-MuiAlert-root {
    background-color: transparent !important;
}

.termsdatapart .css-yiavyu-MuiBackdrop-root-MuiDialog-backdrop {
    background-color: transparent !important;
}

/*Home Page*/

.animate-charcter {
    background-image: linear-gradient(-245deg, #3B3A4B 0%, #2B8AC8 50%, #3B3A4B 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 3s linear infinite;
    display: inline-block;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.callwrap .animate-charcter {
    background-image: linear-gradient(-245deg, #fff 0%, #BF464B 50%, #fff 100%);
}

.footer_title .animate-charcter {
    background-image: linear-gradient(-245deg, #fff 0%, #3B3A4B 50%, #fff 100%);
}

.table-condensed {
    width: 100%;
}

/*Loader*/

#preloader {
    position: fixed;
    background-image: none;
    z-index: 9999999;
    height: 100% !important;
    width: 100% !important;
    background-color: rgb(34 34 37 / 92%);
    backdrop-filter: blur(2px);
    --webkit-backdrop-filter: blur(1px);
    left: 0;
    top: 0;
    border-radius: inherit;
}

.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;
}

.redclr {
    position: absolute;
    left: 0;
    font-size: 13px !important;
}

.headertop {
    width: 100%;
    float: left;
    height: 40px;
    background-color: var(--primary-color);
}

.headertopcontent {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .headertopcontent p {
        font-size: 16px;
        font-weight: 500;
        line-height: 18.72px;
        letter-spacing: 0em;
        color: var(--pure);
    }

.headerappicon {
    display: flex;
    align-items: center;
    gap: 11px;
}

    .headerappicon span a {
        background-image: url(../images/icon01.svg);
        background-repeat: no-repeat;
        background-position: center -2px;
        width: 23px;
        height: 23px;
        float: left;
        padding: 20px;
    }

    .headerappicon a {
        color: var(--pure);
        font-size: 24px;
        line-height: normal;
    }

.header {
    width: 100%;
    float: left;
    clear: both;
}

.headerbottom {
    width: 100%;
    float: left;
    position: relative;
}

    .headerbottom:after {
        position: absolute;
        content: "";
        right: 0;
        top: 70px;
        height: 1px;
        width: 16%;
        border-top: 1px solid var(--primary-color);
    }

.sitelogo {
    float: left;
    padding: 0 0 4px;
}

    .sitelogo a {
        display: inline-block;
        vertical-align: middle;
    }

.headerin {
    float: left;
    width: 100%;
    padding: 0;
    background-color: var(--pure);
    position: relative;
    transition: 0.6s;
    z-index: 3;
}

    .headerin.sticky .topheader {
        padding: 15px 0;
        transition: 0.6s;
        box-shadow: 0 0 8px rgba(0,0,0,0.2);
    }

.headercontent {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.leftheader {
    width: 39%;
    float: left;
}

.rightheader {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
    float: right;
    position: relative;
    width: 71.2%;
    border-left: 1px solid var(--primary-color);
}

.headertopright {
    display: flex;
    float: right;
    justify-content: flex-end;
    align-items: center;
    gap: 125px;
    padding: 5px 0 2px;
}

.contactaera {
    display: flex;
    align-items: center;
    gap: 69px;
    padding: 4px 0 0;
}

.route {
    position: relative;
}

.contactaera p {
    color: var(--head-text-color);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    background-image: url("../images/icon01.svg") !important;
    background-position: -15px -177px;
    background-repeat: no-repeat;
    padding: 6px 0 12px 70px;
}

.route p {
    background-position: -15px -367px;
}

.contactaera p a {
    color: var(--head-text-color);
    display: block;
    padding: 3px 0 0;
}

    .contactaera p a:hover, .contactaera p a:focus {
        color: var(--primary-color);
    }

.loginwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 2px;
}

    .loginwrap .sec-center {
        position: relative;
        max-width: 100%;
        text-align: center;
        z-index: 200;
    }

        .loginwrap .sec-center [type="checkbox"]:checked,
        .loginwrap .sec-center [type="checkbox"]:not(:checked) {
            position: absolute;
            left: -9999px;
            opacity: 0;
            pointer-events: none;
        }

    .loginwrap .dropdown:checked + label, .loginwrap .dropdown:not(:checked) + label {
        transition: all 200ms linear;
        cursor: pointer;
        float: left;
        color: var(--head-text-color);
        font-size: 14px;
        font-weight: 500;
        padding: 9px 20px 9px 45px;
        background-color: var(--pure);
        position: relative;
        z-index: 1;
        background-image: url("../images/icon01.svg") !important;
        background-position: -18px -553px;
        background-repeat: no-repeat;
        text-transform: capitalize;
        border-radius: 3px;
        border: 1px solid var(--primary-color);
        box-shadow: 0px 4px 8px 0px rgba(43, 138, 200, 0.14);
    }

        .loginwrap .dropdown:checked + label:before,
        .loginwrap .dropdown:not(:checked) + label:before {
            position: fixed;
            top: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 100%;
            z-index: -1;
            cursor: auto;
            pointer-events: none;
        }

        .loginwrap .dropdown:checked + label:before {
            pointer-events: auto;
        }

    .loginwrap .section-dropdown {
        position: absolute;
        background-color: var(--primary-color);
        top: 44px;
        right: 0;
        width: 155px;
        display: block;
        z-index: 2;
        opacity: 0;
        pointer-events: none;
        transform: translateY(20px);
        transition: all 200ms linear;
    }

    .loginwrap .dropdown:checked ~ .section-dropdown {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .loginwrap .section-dropdown:after {
        position: absolute;
        top: -7px;
        right: 30px;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid var(--primary-color);
        content: '';
        display: block;
        z-index: 2;
        transition: all 200ms linear;
    }

    .loginwrap .section-dropdown a {
        position: relative;
        color: #fff;
        transition: all 200ms linear;
        font-weight: 500;
        font-size: 15px;
        padding: 9px 0 9px 12px;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .loginwrap .section-dropdown a:hover, .loginwrap .section-dropdown a:focus {
            background-color: #3B3A4B;
        }

.userbranch {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/* leftmenu start */

.manudp {
    float: right;
    padding: 20px 0 0;
    border-top: 1px solid var(--primary-color);
}

.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(--pure);
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        margin-top: 4px !important;
    }

    .headermenu .navbar-inverse .navbar-nav {
        margin: 0;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }

    .headermenu .navbar-header {
        float: left;
    }

    .headermenu .navbar-collapse {
        padding: 0;
    }

    .headermenu .navbar-inverse .navbar-nav > li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 21px 0 29px;
    }

        .headermenu .navbar-inverse .navbar-nav > li > a {
            display: inline-block;
            list-style-type: none;
            color: var(--head-text-color);
            font-size: 16px;
            font-weight: 500;
            line-height: normal;
            position: relative;
            padding: 0 10px 20px;
            transition: all 0.6s;
        }

    .headermenu .dropdown-menu {
        margin: 6px 0 0;
        left: auto;
        padding: 0;
        border-radius: 0;
    }

        .headermenu .dropdown-menu > li > a {
            color: #000000;
            font-size: 16px;
            border-top: 1px solid #e9e9e9;
            padding: 6px 15px;
            font-weight: 500;
            font-family: 'Poppins', sans-serif;
        }

    .headermenu .navbar-inverse .navbar-nav > li > a i {
        font-size: 14px;
    }

    .headermenu .dropdown-menu > li:first-child > a {
        border-top: none;
    }

    .headermenu .dropdown-menu > li > a:hover, .headermenu .dropdown-menu > li > a:focus {
        color: #ffffff;
        background-color: #ff9126;
        background-image: none;
    }

    .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: #ff9126;
    }

    .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);
        /*border-bottom: 2px solid var(--secondary-color);*/
        transition: all 0.6s;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a:before {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 4px;
        background-color: var(--primary-color);
        opacity: 0;
        transition: all 0.6s;
        border-radius: 10px 10px 0 0;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a:focus:before,
    .headermenu .navbar-inverse .navbar-nav > li > a:hover:before {
        transition: all 0.6s;
        opacity: 1;
    }

.pull-left {
    float: left !important;
}

.navbar-toggle {
    display: none;
    position: relative;
}

.cssmenu {
    float: left;
}

/* leftmenu end */

/* Header Style Start Here*/

.hero {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.menuheader {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
    padding: 0px 0 0;
}

.head {
    width: 100%;
    float: left;
    clear: both;
}

.topheader {
    width: 100%;
    float: left;
    padding: 10px 0;
    /* position: relative;
    z-index: 2; */
}

.tophead {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .tophead .logo a {
        float: left;
    }

.headercontactdetails {
    display: flex;
    width: 100%;
    gap: 83px;
    padding: 2px 0 0;
}

.head_contact01 {
    width: 100%;
    float: left;
    padding: 0 0 0 56px;
    background-image: url(../images/Icons.svg);
    background-repeat: no-repeat;
    background-position: left -7px;
}

    .head_contact01.head_contact02 {
        background-position: left -197px;
    }

    .head_contact01.head_contact03 {
        background-position: left -387px;
    }

    .head_contact01 p {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        color: var(--head-text-color);
        letter-spacing: 0.28px;
    }

    .head_contact01 span a {
        font-size: 14px;
        font-weight: 400;
        color: var(--text-color);
        letter-spacing: 0.28px;
    }

        .head_contact01 span a:focus,
        .head_contact01 span a:hover {
            color: var(--secondary-color);
        }


/* Header Style End Here*/

/*fade on slider start */
.carousel .arrow {
    position: absolute;
    top: 49%;
    display: flex;
    color: var(--head-text-color);
    border-radius: 6px;
}

/***/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1 !important;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* fade on slider end

/* Slider Style CSS Here */

/*.sliderwrap .carousel-inner > .item {
    background: url("../images/slider/NeetaTours&travels_slider_02.png");
    background-position: left top;
    background-repeat: no-repeat;
    width: 100%;
    float: left;
    min-height: 634px;
}

    .sliderwrap .carousel-inner > .item.active {
        background: url("../images/slider/NeetaTours&travels_slider_01.png") !important;
        background-position: left top;
        background-repeat: no-repeat;
    }*/


.carousel .arrow {
    position: absolute;
    top: 46%;
    left: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1 !important;
    border-radius: 50%;
    background-image: url("../images/icon01.svg") !important;
    background-position: center -883px;
    background-repeat: no-repeat !important;
}

    .carousel .arrow.right {
        left: auto;
        right: 50px;
        background-position: center -1063px;
    }

    /*.sliderwrap a.carousel-control {
    background-image: url("../images/site/icon01.png") !important;
    background-position: center -423px;
    background-repeat: no-repeat;
    text-shadow: none;
    top: 46.7%;
    height: 50px;
    width: 50px;
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    color: #fff;
    margin: 0;
    opacity: 1;
    left: 60px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgb(255 255 255 / 22%);
}

    .sliderwrap a.carousel-control.right {
        right: 52px;
        left: auto;
        background-position: center -635px;
    }*/

    .carousel .arrow:hover, .carousel .arrow:focus {
        text-decoration: none;
        background-color: rgba(220, 35, 35, 0.40) !important;
    }




.bookingwrapper {
    width: 100%;
    float: left;
}

.bookingform {
    float: left;
    /* background-color: var(--primary-color); */
    /* padding: 67px 61px; */
    width: 35.6%;
    position: relative;
}

.maxwidth {
    width: 100%;
    max-width: 1920px;
    clear: both;
    margin: 0 auto;
}

.bannerwrapper {
    width: 100%;
    max-width: 1920px;
    clear: both;
    margin: 0 auto;
}

.sliderwrap {
    float: left;
    width: 64.2%;
    position: relative;
}



/* 000 */

/* Slider Style Start Here */

.sliderwrapper {
    width: 100%;
    float: left;
    position: relative;
    right: 0;
    top: 0;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*.carousel .arrow {
    position: absolute;
    top: 49%;
    display: flex;
    color: var(--pure);
    border-radius: 6px;
}

    .carousel .arrow.left {
        left: 3.2rem;
    }

    .carousel .arrow.right {
        right: 3.2rem;
    }*/

/*.carousel .arrow > svg {
        width: 44px;
        height: 44px;
    }*/
/**/
.carousel {
    padding-top: 0;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

    .carousel > ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

    .carousel .slide {
        display: none;
    }

    .carousel img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        object-position: center;
    }

    .carousel .slide[data-active] {
        display: block;
    }

    /*.carousel .arrow {
        position: absolute;
        display: flex;
        color: var(--pure);
    }*/

    .carousel .arrow:hover {
        cursor: pointer;
    }

    /*.carousel .arrow.left {
        left: 3.2rem;
    }

    .carousel .arrow.right {
        right: 3.2rem;
    }*/

    .carousel .arrow > svg {
        width: 44px;
        height: 44px;
    }

    .carousel .fade {
        animation: fadeInAnimation ease 2000ms;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }

    .carousel .slidetopbox {
        position: absolute;
        top: 40px;
        left: 132px;
        text-align: center;
        z-index: 1;
    }

    .carousel .discountbox {
        border-radius: 10px;
        background: #FFF;
        display: inline-flex;
        padding: 20px;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin: 20px 0 8px;
    }

.close {
    float: right;
    font-size: 2em;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    width: 98%;
    text-align: right;
}

    .close:focus, .close:hover {
        color: #000 !important;
        text-decoration: none;
        opacity: .75;
    }

button:focus {
    outline: none !important;
    outline: none !important;
}

:focus-visible {
    outline: none;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 40%;
    font-size: 52px;
    line-height: normal;
    color: #ffffff;
}

.modal-content .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .modal-content .carousel-indicators li {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px !important;
        margin-left: 3px !important;
        text-indent: -999px;
        background-color: rgba(255, 255, 255, .5)
    }



    .modal-content .carousel-indicators .active {
        background-color: #fff
    }

.carousel-dark .carousel-indicators [data-bs-target], .modal-backdrop, .tooltip-inner {
    background-color: #000
}
/*****/

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
}

.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: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    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;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.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-control-next-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='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%
}

.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
}

.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
}

/**/
/* Slider Style End Here */
.website_banner .btn-default {
    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;
}

.website_banner button.btn-default {
    position: absolute;
    z-index: 99;
    right: 10px;
    top: 10px;
    opacity: 1;
}

.website_banner:focus, .carousel-indicators .active, select:disabled {
    opacity: 1 !important;
}

/*.website_banner .modal-dialog {*/
/* width: 512px;
    height: 512px;*/
/* margin: 60px auto; */
/*top: 15%;
    left: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    right: 0;
    bottom: 0;
}*/


.website_banner .modal-body {
    padding: 0;
}

.website_banner .modal-content {
    border: none;
}

.website_banner .carousel-indicators li {
    cursor: pointer;
}

.website_banner .modal-content {
    background-color: transparent;
    border: none;
    justify-content: center;
    align-items: center;
}
/* 000 */

.bookingsection {
    padding: 67px 61px;
    position: absolute;
    top: 0;
    width: 100%;
    float: left;
}

.tab-bookingform {
    float: left;
    background-color: #93C3E2;
    padding: 60px;
}

.quickbook {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-transform: uppercase;
    color: var(--pure);
    padding: 0 0 30px;
}

.bookingpart {
    float: left;
    width: 100%;
    padding: 0 0 25px;
}

.bookingcity {
    width: 100%;
    float: left;
}

.bookingtodate .redclr {
    bottom: -14px;
}
/*.bookingform ul {
    border: none;
    float: left;
    background-color: var(--bgcolor);
    display: inline-block;
    vertical-align: middle;
    padding: 10px 10px 11px 10px;
    border-radius: 10px;
}

    .bookingform ul li.nav-item {
        width: auto;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

    .bookingform ul .nav-item02 {
        padding: 0 0 0 10px;
    }

.bookingform .nav-tabs .nav-link {
    border: none;
    background-color: var(--bgcolor);
    color: var(--textcolor);
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    border-radius: 0;
    padding: 15px 46px 14px 47px;
    border-radius: 6px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

    .bookingform .nav-tabs .nav-item.show .nav-link,
    .bookingform .nav-tabs .nav-link.active {
        color: var(--textcolor);
        background-color: var(--buttoncolor);
        border: none;
    }

.bookingform .nav-tabs .nav-item02 .nav-link {
    padding: 15px 42px 14px 42px;
}*/

.bookinginput .css-xsu6ln-MuiAutocomplete-root {
    width: 100% !important;
}

.bookinginput .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding: 0 !important;
}

.bookinginput .MuiAutocomplete-hasPopupIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot, .MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding: 0;
}

.bookinginput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
    border-bottom: none;
}

.bookinginput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before {
    border-bottom: none;
}

.bookinginput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before {
    border-bottom: none;
}

.bookinginput .css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
    display: none;
}

.bookinginput .css-uw1i0v-MuiAutocomplete-listbox {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    max-height: 40vh;
    overflow: auto;
    width: 100%;
    background-color: var(--pure);
}

/*.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-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
    background-color: var(--primary-color);
    font-size: 1.5rem;
    padding: 2px;
    border-radius: 4px;
    color: var(--pure);
    margin-right: 6px;
}

    .routepoint .css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator:hover {
        background-color: var(--primary-color);
    }

.routepoint .css-113ntv0-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
    background-color: var(--secondary-color);
    font-size: 1.5rem;
    padding: 2px;
    border-radius: 4px;
    color: var(--pure);
    margin-right: 6px;
    transition: 0.3s ease all;
    transform: rotate(180deg);
}

    .routepoint .css-113ntv0-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator:hover {
        background-color: var(--secondary-color);
    }*/

.bookinginput input[type="text"]::-webkit-input-placeholder {
    color: var(--textcolor) !important;
    opacity: 1;
}

.bookinginput input::-webkit-input-placeholder {
    /* Chrome */
    color: var(--textcolor) !important;
    opacity: 1;
}

.bookinginput input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--textcolor) !important;
    opacity: 1;
}

.bookinginput {
    width: 100%;
    float: left;
    position: relative;
}

    .bookinginput .css-xsu6ln-MuiAutocomplete-root {
        width: 100% !important;
    }

    .bookinginput .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding: 0 !important;
    }

    .bookinginput .MuiAutocomplete-hasPopupIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot, .MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding: 0;
    }

    .bookinginput input {
        padding: 0 0 0 30px !important;
        color: var(--head-text-color);
        font-family: "Figtree", sans-serif !important;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border: none !important;
        background-image: none;
        /* letter-spacing: -0.1px; */
        width: 100%;
        outline: none;
        background-color: var(--border-color);
        border-radius: 5px;
        height: 60px;
    }

.bookingcity.bookingdate {
    display: flex;
    gap: 25px;
}

.bookingpart.bookingpart03 {
    flex-basis: 50%;
}

.bookingpart.bookingpart04 {
    flex-basis: 50%;
}

.bookingsearch {
    float: left;
    width: 100%;
}

    .bookingsearch button {
        font-size: 18px;
        font-weight: normal;
        text-transform: uppercase;
        color: var(--pure);
        height: 60px;
        border-radius: 5px;
        width: 100%;
        background-color: var(--primary-color);
        border: none;
        outline: none;
    }

        .bookingsearch button:hover {
            background-color: var(--secondary-color);
        }

/*CALL ME SECTION CSS STRAT*/

.callmeWrapper {
    float: left;
    width: 100%;
    position: relative;
}

    .callmeWrapper::after {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        width: 1157px;
        height: 457px;
        background-color: var(--background);
        z-index: -1;
    }

.box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    max-width: 100%;
    float: left;
}

.flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    float: left;
}


.verticalMove {
    animation: verticalMove 3.5s infinite;
}

@-webkit-keyframes verticalMove {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.Callarea {
    float: left;
    width: 100%;
    padding: 80px 0 0;
    position: relative;
}

    .Callarea::after {
        position: absolute;
        content: "";
        left: 0;
        top: 50px;
        width: 400px;
        height: 427px;
        background-image: url("../images/callleftbg.png");
        background-position: left bottom;
        background-repeat: no-repeat;
        z-index: -1;
    }

.callmewrap {
    float: left;
    width: 50%;
    /* padding: 0 0 0 150px; */
    /* text-align: right; */
    display: flex;
    justify-content: center;
}

.callmeleft,
.callmeleft02 {
    width: 100%;
    float: left;
    background-image: url("../images/callshape.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center;
    -ms-transition: transform 1s;
    transition: transform 1s;
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -o-transition: transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.callmeleft {
    background-color: var(--head-text-color);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .callmeleft {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


.callmeleft02 {
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .callmeleft02 {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.callwrap {
    float: left;
    width: 388px;
    height: 377px;
    position: relative;
    left: 0;
    top: 0;
    padding: 40px 30px;
    -webkit-perspective: inherit;
    perspective: inherit;
    transform: translateY(0%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(0%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
}

.color-white {
    color: var(--pure);
}

.color-black {
    color: #181515;
}

.callwrap span {
    /* float: left; */
    background-image: url("../images/icon01.svg");
    background-position: center -1253px;
    background-repeat: no-repeat;
    color: var(--head-text-color);
    width: 37px;
    height: 37px;
    text-align: center;
    display: inline-block;
}



.toptitle {
    font-family: "Fahkwang", sans-serif !important;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    /* BG */
    color: var(--head-text-color);
    display: inline-block;
}

    .toptitle p {
        text-align: center;
        height: 11px;
    }

.callwrap .toptitle {
    padding: 18px 0 0;
    color: var(--border-color);
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

    .callwrap .toptitle svg {
        fill: var(--secondary-color);
    }

.toptitle svg {
    position: relative;
    bottom: 12px;
}

.callwrap p {
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    color: var(--pure);
    padding: 21px 0 30px;
}

.callwrap .callme {
    display: inline-block;
    background-color: var(--secondary-color);
    padding: 16px 16px 16px 16px;
    border-radius: 6px;
    cursor: pointer;
}

    .callwrap .callme a {
        font-size: 18px;
        font-weight: 400;
        line-height: normal;
        color: var(--pure);
        width: 100%;
        float: left;
    }

.callmeright {
    float: right;
    width: 40.2%;
    padding: 80px 0 0;
}

    .callmeright h4 {
        font-size: 26px;
        font-weight: 600;
        color: var(--head-text-color);
        line-height: 41px;
        padding: 1px 0 39px;
    }

        .callmeright h4 i {
            font-style: normal;
            color: var(--primary-color);
        }

        .callmeright h4 p {
            display: block;
        }

.callmepart {
    float: left;
    width: 100%;
    border: 1px solid var(--text-color);
    height: 70px;
    border-radius: 8px;
    background-color: var(--pure);
    padding: 13px;
    font-size: 16px;
    font-weight: 400;
}

    .callmepart input[type="text"] {
        margin: 0;
        width: 70%;
        padding: 11px 0 15px 32px;
        font-size: 16px;
        border: none;
        border-radius: 4px 0 0 4px;
        box-shadow: none;
        border-right: none;
        float: left;
        outline: none;
        color: var(--text-color);
    }

    .callmepart button {
        float: right;
        padding: 12px 21px 12px;
        border: none;
        border-radius: 7px;
        text-align: center;
        text-transform: uppercase;
        color: var(--pure);
        font-size: 16px;
        font-weight: 400;
        background-color: var(--secondary-color);
        cursor: pointer;
    }

/*SERVICE CSS STRAT*/

.servicewrap {
    padding: 101px 0 0 0;
    float: left;
    width: 100%;
}

.serviceslide button.slick-prev:before, .serviceslide button.slick-next:before {
    display: none !important;
}

.serviceslide button.slick-prev, .serviceslide button.slick-next {
    display: none !important;
}


    .serviceslide button.slick-prev::before {
        display: none !important;
    }

.serviceslide button.slick-prev {
    display: none !important;
}

body .serviceslide .container {
    max-width: 1365px !important;
    width: 100%;
}

.serviceslide {
    padding: 43px 0 0 0;
    float: left;
    width: 100%;
    text-align: center;
}

.serviceicon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.servicebox {
    width: 290px;
    height: 233px;
    background-color: Var(--pure);
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px 20px 0 20px;
    border: 1px solid var(--text-color);
    text-align: left;
}

.servicecontrnt {
    width: 288px;
    height: 231px;
    background-color: var(--border-color);
    border-radius: 19px 19px 160px 19px;
    float: left;
    padding: 39px 0 0 34px;
}

.servicebox span {
    height: 45px;
    width: 45px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/web_icon.svg");
    background-repeat: no-repeat;
    background-position: center -20px;
}

.servicebox h3 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    color: var(--black);
    padding: 45px 0 0;
}

    .servicebox h3 i {
        display: block;
        font-style: normal;
    }


.servicecontrnt:hover {
    background-color: var(--background);
    transition: all .5s;
}

.servicebox:hover h3 {
    color: var(--head-text-color);
    transition: all .5s;
}

.servicebox.servicebox02 span {
    background-position: center -215px;
}

.servicebox.servicebox03 span {
    background-position: center -410px;
}

.servicebox.servicebox04 span {
    background-position: center -606px;
}

.servicebox.servicebox05 span {
    background-position: center -993px;
}

.servicebox.servicebox06 span {
    background-position: center -800px;
}


/* Application And Bus hire css start*/

.appndbuswrap {
    float: left;
    width: 100%;
    position: relative;
}

    .appndbuswrap::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 703px;
        top: 25.1%;
        left: 0;
        background-color: var(--background);
        z-index: -1;
    }

.appmainarea {
    float: left;
    width: 100%;
}

.appndbushirewrap {
    float: left;
    width: 100%;
    padding: 70px 0 0;
}

.apparea {
    display: flex;
    width: 100%;
    background-color: var(--pure);
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0 0 0 / 10%);
    padding: 0 0 0 98px;
    position: relative;
    gap: 52px;
    justify-content: space-between;
}

.appleft {
    float: left;
    width: 36%;
    padding: 54px 0 47px;
    position: relative;
    z-index: 1;
}

.apparea::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 631px;
    height: 510px;
    background-image: url("../images/app_leftbg.png");
    background-position: left bottom;
    background-repeat: no-repeat;
}

.appleft h4 {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
}

.appleft h2 {
    font-size: 28px;
    font-weight: 600;
    color: var(--head-text-color);
    text-transform: uppercase;
    padding: 14px 0 26px;
}

.appleft p {
    font-size: 20px;
    font-weight: 400;
    color: var(--head-text-color);
    line-height: normal;
}

.appleft .appfeatures {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 32px 0 26px;
    justify-content: space-between;
}

.appfeatures .featurecontent {
    display: inline-block;
    flex-basis: 50%;
    padding: 0 0 14px;
}

    .appfeatures .featurecontent span {
        height: 12px;
        width: 23px;
        display: inline-block;
        vertical-align: middle;
        background-image: url("../images/icon01.svg");
        background-repeat: no-repeat;
        background-position: center -1439px;
    }

.featurecontent p {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    padding: 0 0 0 15px;
}

.appleft .appbutton {
    float: left;
    width: 100%;
}

.appbutton p {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--head-text-color);
    padding: 0 0 10px;
    text-transform: capitalize;
}


.appbutton .appicon {
    display: flex;
    gap: 19px;
}

.appright {
    float: left;
    width: 60%;
    position: relative;
    background-image: url("../images/app_rightbg.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 510px;
    border-radius: 0 20px 20px 0;
}



.apprightbox {
    background-color: var(--pure);
    display: inline-block;
    padding: 20px 20px 0 0;
    position: relative;
    top: 199px;
}

.appright .appqrcodebox {
    display: flex;
    background-color: var(--border-color);
    padding: 42px 37px 47px;
    gap: 32px;
    border-radius: 10px 0 0 0;
}

.appstorebox p {
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
    padding: 20px 0 0;
    text-align: center;
}

    .appstorebox p i {
        font-size: 20px;
        font-weight: 500;
        color: var(--primary-color);
        font-style: normal;
    }

/* Bus Hire css*/

.buswraper {
    float: left;
    width: 100%;
}

/* body .buswraper .container {
    max-width: 1430px;
    width: 100%;
} */
.bushirearea {
    float: left;
    width: 100%;
    padding: 112px 0 45px;
}

.bushiretop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .bushiretop h4 {
        font-size: 18px;
        font-weight: 400;
        color: var(--head-text-color);
        line-height: 26px;
        flex-basis: 42.8%;
    }

.bushireslide {
    float: left;
    width: 100%;
    text-align: center;
}

    .bushireslide .slick-dots {
        display: none !important;
    }

.serviceslide .slick-dots {
    display: none !important;
}

body .bushireslide .container {
    max-width: 1350px !important;
}

.busicon {
    display: inline-block;
    vertical-align: middle;
    margin: 20px 0;
    position: relative;
}

    .busicon:after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        background-image: url("../images/border-shape.png");
        background-repeat: no-repeat;
        background-position: center left;
        width: 135px;
        height: 108px;
    }

    .busicon:hover:after {
        z-index: -1;
    }

    .busicon:before {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        background-image: url("../images/round-dotted-shape.png");
        background-repeat: no-repeat;
        background-position: center top;
        width: 154px;
        height: 154px;
        z-index: 1;
        -webkit-transition: all 0.50s;
        transition: all 0.50s;
        -webkit-animation: rounded 50S infinite linear;
        animation: rounded 50S infinite linear;
    }

@-webkit-keyframes rounded {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rounded {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.bushirebox {
    width: 310px;
    height: 366px;
    background-color: var(--pure);
    float: left;
    box-shadow: 0 4px 20px rgba(0 0 0 / 10%);
    padding: 40px 26px 0 25px;
    text-align: left;
    display: flex;
    flex-direction: column;
    position: relative;
}

    .bushirebox:after {
        position: absolute;
        content: "";
        width: 0;
        height: 100%;
        top: 0;
        left: 0;
        background-color: var(--primary-color);
        transition: all linear 0.7s;
    }

    .bushirebox:hover:after {
        width: 100%;
    }

    .bushirebox span {
        width: 80px;
        height: 80px;
        background-color: var(--primary-color);
        border-radius: 10px;
        float: left;
        background-image: url("../images/web_icon.svg");
        background-repeat: no-repeat;
        background-position: center -1180px;
        box-shadow: 0 10px 30px rgba(43 138 200 / 25%);
        position: relative;
        z-index: 1;
    }

    .bushirebox.bushirebox02 span {
        background-position: center -1390px;
    }

    .bushirebox.bushirebox03 span {
        background-position: center -1600px;
    }

    .bushirebox.bushirebox04 span {
        background-position: center -1808px;
    }

    .bushirebox.bushirebox05 span {
        background-position: center -2016px;
    }

    .bushirebox.bushirebox06 span {
        background-position: center -2228px;
    }

    .bushirebox.bushirebox07 span {
        background-position: center -2430px;
    }


    .bushirebox h3 {
        font-size: 20px;
        font-weight: 500;
        color: var(--head-text-color);
        line-height: normal;
        padding: 30px 0 12px;
        position: relative;
        z-index: 1;
    }

    .bushirebox:hover h3 {
        color: var(--pure);
    }

    .bushirebox:hover p {
        color: var(--border-color);
    }

    .bushirebox p {
        font-size: 16px;
        font-weight: 400;
        color: #A3A2AD;
        line-height: 21px;
        position: relative;
        z-index: 1;
    }

.buswraper .slick-prev, .buswraper .slick-next {
    top: 49.8%;
    width: 40px;
    height: 40px;
    background-color: var(--border-color);
    border: 1px solid var(--primary-color);
    bottom: 0;
    margin: 0;
    border-radius: 52px;
    opacity: 1;
    left: -52px;
    right: 0px;
    z-index: 1;
    text-align: center;
    background-image: url("../images/icon01.svg");
    background-repeat: no-repeat;
    background-position: center -1590px;
}

.buswraper .slick-next {
    left: auto;
    right: -50px;
    background-position: center -1760px;
}

    .buswraper .slick-prev:hover,
    .buswraper .slick-prev:focus,
    .buswraper .slick-next:hover,
    .buswraper .slick-next:focus {
        background-color: var(--head-text-color);
        background-image: url("../images/icon01.svg");
        background-repeat: no-repeat;
        background-position: center -1590px;
    }

    .buswraper .slick-next:hover,
    .buswraper .slick-next:focus {
        background-image: url("../images/icon01.svg");
        background-repeat: no-repeat;
        background-position: center -1760px;
    }

    .buswraper .slick-prev:before,
    .buswraper .slick-next:before {
        display: none !important;
    }

.slick-dots li button {
    display: none !important;
}


/* Application And Bus hire css End*/


/*Testimonials css start*/

.testimonials {
    float: left;
    width: 100%;
}

.testimonialswrap {
    float: left;
    width: 100%;
    position: relative;
}

    .testimonialswrap:after {
        position: absolute;
        content: "";
        width: 100%;
        top: -232px;
        left: 0;
        height: 932px;
        background-image: url("../images/testmonialbg.png");
        background-repeat: no-repeat;
        background-position: center top;
        z-index: -1;
    }


.slick-slide {
    outline: none;
}



/*body .testimonialswrap .container {
    width: 100%;
    max-width: 1313px;
    padding: 0 15px !important;
}*/

.testimonialpart {
    display: flex;
    padding: 50px 0 99px;
    justify-content: space-between;
    align-items: center;
}

.testimonialpartleft {
    width: 50%;
    padding: 0 0 0 15.8%;
}

    .testimonialpartleft h4 {
        font-size: 26px;
        font-weight: 500;
        color: var(--head-text-color);
        padding: 44px 50% 36px 0;
        line-height: 31px;
    }

    .testimonialpartleft .ratting {
        display: flex;
        gap: 20px;
    }

        .testimonialpartleft .ratting span {
            float: left;
            width: 45px;
            height: 45px;
            padding: 10px;
            background-image: url("../images/icon01.svg");
            background-repeat: no-repeat;
            background-position: center -1940px;
        }

.testimonialpartright {
    background-color: var(--pure);
    width: 50.5%;
    box-shadow: 0 4px 20px rgba(58,59,75,10%);
    border-radius: 30px 0 0 30px;
    position: relative;
}

.testimonialslide {
    width: 100%;
    float: left;
    padding: 66px 0 99px 103px;
    position: relative;
    z-index: 1;
}

.testimonialpartright:after {
    position: absolute;
    content: "";
    height: 222px;
    width: 225px;
    right: 90px;
    bottom: 46px;
    background-image: url("../images/testmonialqoutes.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}


.testicon {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 130px 0 0;
}

.testbox {
    width: 51%;
    float: left;
    padding: 12px 0 0 0;
}

    .testbox p {
        font-size: 18px;
        font-weight: 400;
        line-height: 32px;
        color: var(--black);
    }

.testname {
    float: left;
    padding: 41px 0 0 0;
}

    .testname h4 {
        font-size: 20px;
        font-weight: 500;
        color: var(--black);
        text-transform: uppercase;
        padding: 0 0 4px;
    }

        .testname h4 span {
            width: 20.43px;
            opacity: 1;
            height: 3px;
            float: left;
            background: linear-gradient(90deg, rgba(242,75,75,1) 0%, rgba(0,0,0,1) 100%);
            position: relative;
            top: 9px;
            margin: 0 8px 0 0 !important;
        }

    .testname i {
        font-style: normal;
        font-size: 13px;
        font-weight: 500;
        color: var(--head-text-color);
        text-transform: capitalize;
        padding: 0 0 0 28px
    }


.testimonialslide button.slick-prev, .testimonialslide button.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -82px;
    display: block;
    width: 40px;
    height: 40px;
    left: 0;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: var(--text-color);
    background-image: url("../images/icon01.svg");
    background-position: center -2554px;
    background-repeat: no-repeat;
}

.testimonialslide button.slick-next {
    right: auto;
    left: 62px;
    background-position: center -2704px;
}

.testimonialslide button.slick-prev:before, .slick-next:before {
    display: none;
}


/*.testimonialslide button.slick-prev,
.testimonialslide button.slick-next {
    display: none !important;
}*/
.testimonialslide .slick-dots {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    bottom: auto;
    top: 0;
    justify-content: flex-start;
    gap: 16px;
    align-items: center;
}

    .testimonialslide .slick-dots li {
        margin: 0;
        width: 80px;
        height: 80px;
    }

        .testimonialslide .slick-dots li:last-child button {
            background-position: center -2349px;
        }

    .testimonialslide .slick-dots button {
        width: 80px;
        height: 80px;
        border: none;
        display: inline-block !important;
        background-color: var(--pure);
        text-indent: -9999px;
        background-image: url("../images/icon01.svg");
        background-position: center -2129px;
        background-repeat: no-repeat;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
        border-radius: 50%;
    }

    .testimonialslide .slick-dots li.slick-active button {
        background-color: var(--secondary-color);
    }



/*Footer CSS Start*/

.footer_wrapper {
    float: left;
    width: 100%;
}

.footer_main {
    float: left;
    width: 100%;
}

.footer_main_block {
    float: left;
    width: 100%;
    padding: 0 0 0;
}

.footer_bg {
    float: left;
    width: 100%;
    background-color: var(--primary-color);
    min-height: 635px;
    padding: 101px 0 0;
    position: relative;
}

    .footer_bg:after {
        position: absolute;
        content: '';
        right: 0;
        bottom: 0;
        width: 286px;
        height: 302px;
        background-image: url("../images/footershape1.png");
        background-position: right bottom;
        background-repeat: no-repeat;
    }



.footer_maindetails {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 99px;
    position: relative;
}

    .footer_maindetails:after {
        position: absolute;
        content: '';
        width: 661px;
        height: 498px;
        bottom: -8px;
        left: -76px;
        background-image: url("../images/footershape.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

.footer_navbar_top {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.footer_navbar_details {
    float: left;
    flex-basis: 40.7%;
    position: relative;
    z-index: 1;
}

    .footer_navbar_details h4 {
        font-size: 16px;
        color: var(--border-color);
        font-weight: 400;
        line-height: 22px;
        padding: 44px 0 0;
        /* letter-spacing: 0.03px; */
    }

.toptitle.footertoptitle {
    color: var(--border-color);
    font-size: 25px;
}

    .toptitle.footertoptitle svg {
        fill: var(--head-text-color);
        bottom: 6px;
    }

.footer_navbar_block {
    display: flex;
    justify-content: space-between;
    gap: 217px;
}

.footer_navlinks {
    display: flex;
    gap: 100px;
    padding: 43px 0 0;
}

    .footer_navlinks ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        display: flex;
        flex-direction: column;
        gap: 13px;
    }

        .footer_navlinks ul li a {
            color: var(--border-color);
            font-size: 17px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px;
        }




            .footer_navlinks ul li a span {
                background-image: url(../images/icon01.svg) !important;
                background-position: center -2865px;
                background-repeat: no-repeat;
                height: 20px;
                width: 18px;
                float: left;
                display: none;
                transition: all 0.5s;
            }

            .footer_navlinks ul li a:hover span {
                display: block;
                transition: all 0.6s;
            }


            .footer_navlinks ul li a:hover, .footernav ul li a:focus {
                color: var(--head-text-color);
                text-decoration: none;
                padding: 0 0 0 5px;
                background-repeat: no-repeat;
                transition: all 0.6s;
            }


.footer_navbar_bottom {
    float: left;
    width: 100%;
    height: 112px;
    position: relative;
    z-index: 1;
}

.footer_contact {
    float: left;
    width: 100%;
    display: flex;
}

.dualnumber {
    float: left;
    width: 430px;
    display: inline-block;
    padding: 31px 90px 30px;
    background-color: #52A9E1;
}

    .dualnumber.dualnumber02 {
        background-color: #1A83C7;
        width: 440px;
    }

    .dualnumber p {
        float: left;
        background-image: url(../images/icon01.svg) !important;
        background-position: left -3025px;
        background-repeat: no-repeat;
        padding: 0 0 0 80px;
    }

    .dualnumber.dualnumber02 p {
        padding: 0 0 0 70px;
        background-position: -11px -3216px;
    }

    .dualnumber p i {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        color: var(--border-color);
        text-transform: capitalize;
    }

    .dualnumber p a {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        color: var(--pure);
        display: block;
        padding: 10px 0 0;
    }

        .dualnumber p a:hover {
            color: var(--head-text-color);
        }

.socialicon {
    width: 100%;
    padding: 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .socialicon ul {
        display: flex;
        gap: 20px;
    }

        .socialicon ul li {
            float: left;
            width: 40px;
            height: 40px;
            background-color: transparent;
            border: 1px solid var(--pure);
            border-radius: 50%;
            text-align: center;
        }

            .socialicon ul li a i {
                color: var(--pure);
                font-size: 20px;
                line-height: 40px;
            }

            .socialicon ul li:hover a i {
                color: var(--secondary-color);
                transition: all 0.5s;
            }

            .socialicon ul li:hover {
                border: 1px solid var(--secondary-color);
                transition: all 0.5s;
            }


.bottomfooter_main {
    width: 100%;
    float: left;
}

.bottomfooter {
    width: 100%;
    padding: 17px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyrights {
    float: left;
    color: var(--head-text-color);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

    .copyrights a {
        color: var(--primary-color);
    }

        .copyrights a:hover, .copyrights a:focus {
            color: var(--secondary-color);
        }

.poweredby {
    float: right;
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
}

    .poweredby span {
        float: left;
        color: var(--head-text-color);
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 2px 6px 0 0;
    }

    .poweredby a {
        float: left;
    }

/********** E-Ticket Page Style Start Here **********/
.ticket-wraper {
    width: 100%;
    float: left;
    clear: both;
    border-top: 1px solid #2b8ac8;
}

    .ticket-wraper .container {
        width: 100%;
        max-width: 1250px !important;
        margin: 0 auto;
    }

.ticket_main {
    width: 100%;
    float: left;
    padding: 60px 0 0;
}

.ticket_page_title {
    text-align: center;
}

    .ticket_page_title h5 {
        font-size: 22px;
        font-weight: 600;
        color: var(--secondary-color);
    }

.ticket_main_section {
    width: 100%;
    float: left;
    padding: 0px 0 0;
}

.ticket_orderno {
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 2px dashed var(--text-color);
    padding: 60px 0 20px;
}

    .ticket_orderno p {
        font-size: 20px;
        font-weight: 600;
        color: var(--secondary-color);
    }

    .ticket_orderno label {
        font-size: 20px;
        font-weight: 600;
        color: var(--head-text-color);
    }

.onward_journey_block {
    background-color: var(--background);
    border-radius: 16px;
}

.onwars_journy_top {
    display: flex;
    justify-content: space-between;
    padding: 30px 40px;
    border-bottom: 1px solid var(--border-color);
    align-items: center;
}

.onward_title p {
    font-size: 20px;
    font-weight: 600;
    color: var(--secondary-color);
}

.onward_pnr {
    display: flex;
    gap: 5px;
    background-color: var(--head-text-color);
    padding: 10px 24px 9px;
    border-radius: 2px;
    color: var(--pure);
    font-size: 16px;
    font-weight: 500;
}

.journey_detail_block {
    padding: 30px 0 0;
}

.onward_journy_box {
    display: flex;
    justify-content: space-between;
    padding: 10px 40px 20px;
    align-items: flex-start;
}

.onward_journy_box_left {
    display: flex;
    flex-direction: column;
}

.onward_journy_box_left_top {
    display: flex;
    gap: 60px;
    align-items: center;
    border-bottom: 1px solid var(--border-color);
    padding: 0 0 40px;
}

.onward_journy_left_block {
    display: flex;
    flex-direction: column;
}

.onward_journy_box_right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex-basis: 24.3%;
}

.onward_journy_left_block .block_tocity {
    font-size: 22px;
    font-weight: 600;
    color: var(--head-text-color);
}

.onward_journy_left_block .block_tocity_date {
    font-size: 14px;
    font-weight: 400;
    color: var(--head-text-color);
    padding: 6px 0 4px;
}

.onward_journy_left_block .block_tocitytime {
    font-size: 13px;
    font-weight: 500;
    color: var(--secondary-color);
    padding: 2px 0 0;
}

.onward_journy_left_block.left_block02 {
    display: flex;
    align-items: center;
}

    .onward_journy_left_block.left_block02 p {
        font-size: 12px;
        font-weight: 400;
        color: var(--head-text-color);
    }

.onward_journy_box_left_bottom {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 20px 0 20px;
}

.onward_journy_bus_type {
    display: flex;
    align-items: flex-start;
}

    .onward_journy_bus_type p {
        flex-basis: 30%;
        font-size: 16px;
        font-weight: 600;
        color: var(--head-text-color);
    }

    .onward_journy_bus_type label {
        font-size: 14px;
        font-weight: 300;
        color: var(--head-text-color);
    }

.onward_journy_boarding_point {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .onward_journy_boarding_point p {
        font-size: 16px;
        font-weight: 600;
        color: var(--head-text-color);
    }

    .onward_journy_boarding_point label {
        font-size: 14px;
        font-weight: 300;
        color: var(--head-text-color);
    }

.passenger_detail_main_block {
    padding: 60px 0 0;
}

.passenger_detail_main_block {
    padding: 62px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.passenger_detail_box {
    padding: 0 0 0 40px;
    flex-basis: 63.5%;
}

.passenger_detail_title h5 {
    font-size: 20px;
    font-weight: 600;
    color: var(--head-text-color);
    border-bottom: 2px solid var(--secondary-color);
    display: inline-block;
    padding: 0 0 6px;
}

.passenger_detail_list {
    display: flex;
    flex-direction: column;
}

    .passenger_detail_list .passenger_detail_row {
        display: flex;
    }

.passenger_detail_list_name {
    flex-basis: 47%;
}

    .passenger_detail_list_name.passenger_detail_list_age {
        flex-basis: 31%;
    }

    .passenger_detail_list_name.passenger_detail_list_seatno {
        flex-basis: 20%;
    }

.passenger_detail_list.passenger_contact_detail_list .passenger_detail_row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.passenger_detail_row .passenger_detail_list_name p {
    font-size: 13px;
    font-weight: 400;
    color: var(--head-text-color);
    display: none;
}

.passenger_detail_row:first-child .passenger_detail_list_name p {
    display: block;
}

.passenger_detail_row .passenger_detail_list_name label {
    font-size: 16px;
    font-weight: 500;
    color: var(--head-text-color);
    padding: 11px 0 0;
}

.passenger_detail_sub_box {
    display: flex;
    flex-direction: column;
    gap: 19px;
}

    .passenger_detail_sub_box.passenger_contact_detail_sub_box {
        padding: 65px 0 0;
    }

.fare_detail_box {
    flex-basis: 36.5%;
    background-color: var(--head-text-color);
    padding: 50px 40px;
}

.fare_detail_title h5 {
    font-size: 20px;
    font-weight: 600;
    color: var(--pure);
    border-bottom: 2px solid var(--secondary-color);
    padding: 0 0 6px;
    display: inline-block;
}

.fare_details_block {
    padding: 24px 0 0;
}

.fare_details_row {
    display: flex;
    justify-content: space-between;
    padding: 16px 0 2px;
}

    .fare_details_row p,
    .fare_details_row label {
        font-size: 16px;
        font-weight: 400;
        color: var(--pure);
    }

    .fare_details_row.fare_details_bottom_row {
        border-top: 2px solid var(--text-color);
        margin: 16px 0 0;
        padding: 21px 0 0;
    }

        .fare_details_row.fare_details_bottom_row label {
            color: var(--primary-color);
            font-weight: 600;
            font-size: 18px;
        }

.fare_detail_para_details .fare_detail_title h5 {
    border-bottom: 2px solid #2B8AC8;
}

.paperless_block {
    padding: 60px 0 0;
}

.paperless_box {
    background-color: var(--background);
    border-radius: 4px;
    padding: 0 0 0 60px;
    display: flex;
    align-items: center;
    gap: 164px;
}

.paperless_rightpart {
    text-align: center;
    line-height: 40px;
}

    .paperless_rightpart p {
        font-size: 16px;
        font-weight: 400;
        color: var(--head-text-color);
        line-height: 36px;
    }

        .paperless_rightpart p span {
            color: var(--secondary-color);
            font-weight: 500;
        }

    .paperless_rightpart label {
        font-size: 20px;
        font-weight: 600;
        color: var(--head-text-color);
    }

        .paperless_rightpart label span {
            border-bottom: 2px solid var(--secondary-color);
            padding: 0 0 4px;
        }

.button_bottom {
    padding: 70px 0;
}

.ticket_button {
    display: flex;
    justify-content: center;
    gap: 40px;
}

    .ticket_button button {
        font-size: 15px;
        font-weight: 400;
        color: var(--pure);
        padding: 11px 28px 10px 28px;
        background-color: var(--primary-color);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
        border: none;
        text-transform: uppercase;
        cursor: pointer;
        transition: 0.2s ease;
        border-radius: 4px;
    }

        .ticket_button button:hover,
        .ticket_button button:focus {
            background-color: var(--secondary-color);
            transition: 0.2s ease;
        }

.paperless_block {
    display: none;
}

.ticket-btn {
    width: 100%;
    float: left;
}

/********** E-Ticket Page Style End Here **********/
/********** About Us Page Style Start Here **********/
.innerpage_top {
    width: 100%;
    float: left;
    clear: both;
}

.innerpage_head {
    width: 100%;
    float: left;
    min-height: 255px;
    background-image: url(../images/innerpagebg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    align-items: flex-start;
}

.innerpage_toptitle {
    width: 100%;
    float: left;
    padding: 120px 0 0;
}

.inner_head_title {
    display: inline-block;
    position: relative;
}

    .inner_head_title span {
        font-size: 30px;
        font-weight: 600;
        text-transform: uppercase;
        color: var(--pure);
        font-family: "Fahkwang", sans-serif !important;
    }

.innerpage_titleshape h2 {
    font-size: 20px;
    font-weight: 400;
    color: var(--pure);
    text-transform: capitalize;
    display: inline-block;
    position: relative;
}

    .innerpage_titleshape h2 b {
        color: var(--primary-color) !important;
        font-weight: 400 !important;
    }

.innerpage_titleshape {
    display: flex;
    align-items: flex-start;
    padding: 10px 0 0;
}


    .innerpage_titleshape h2 i {
        padding: 0 10px;
    }


.innerpage_wrapper {
    width: 100%;
    float: left;
    clear: both;
    padding: 80px 0;
    background-color: #f5f8fa;
}

.aboutus_wrapper {
    display: flex;
    width: 100%;
}

.aboutus_content_left {
    flex-basis: 80%;
}

.aboutus_content_right {
    flex-basis: 20%;
}

.aboutus_content_main {
    width: 100%;
    float: left;
}

    .aboutus_content_main h5 {
        font-size: 20px;
        font-weight: 600;
        color: var(--primary-color);
        border-bottom: 1px solid var(--secondary-color);
        padding: 0 0 4px;
        text-transform: capitalize;
        display: inline-block;
    }

    .aboutus_content_main p {
        font-size: 16px;
        font-weight: 400;
        color: var(--head-text-color);
        padding: 16px 0 26px;
        text-align: justify;
        line-height: 24px;
    }

        .aboutus_content_main p em {
            font-style: normal;
            color: var(--secondary-color);
            font-weight: 600;
        }


/********** About Us Page Style End Here **********/

/********** Privacy policy Page Style start Here **********/

.policy_content_main h3 {
    font-size: 25px;
    color: var(--primary-color);
    line-height: normal;
    padding: 0 0 20px;
}

.policy_content_main p {
    font-size: 16px;
    font-weight: 400;
    color: var(--head-text-color);
    padding: 0 0 16px;
    line-height: 24px;
}

.policy_area ul {
    padding: 0 0 20px 40px;
}

.policy_area li {
    list-style-type: auto !important;
    padding: 0 0 7px;
    color: var(--head-text-color);
    font-weight: 600;
}

.policy_part {
    padding: 0 0 0 10px;
}

    .policy_part h4 {
        font-size: 20px;
        color: var(--black);
        font-weight: 600;
        padding: 0 0 20px;
    }

.office_address {
    font-size: 18px;
    color: var(--black);
    font-weight: 500;
}

    .office_address i {
        display: block;
        padding: 4px 0;
        font-style: normal;
    }

/********** Privacy policy Page Style End Here **********/

/********** Contact Us Page Style Start Here **********/
.contactus_wrapper {
    width: 100%;
    clear: both;
    float: left;
    padding: 0 0 0;
}

.contact_headoffice {
    float: left;
    width: 100%;
    padding: 0 0 50px;
}

.contact_headoffice_detail {
    float: left;
    width: 100%;
    display: inline-block;
    /*padding: 30px 30px 20px;
    background-color: #fff;*/
}

    .contact_headoffice_detail h5 {
        font-size: 22px;
        font-weight: 600;
        color: #3B3A4B;
        border-bottom: 2px solid #BF464B;
        padding: 0 0 5px;
        display: inline-block;
    }

.contact_headoffice_no {
    padding: 40px 0 0;
    float: left;
    width: 100%;
    display: flex;
    gap: 50px;
    justify-content: flex-start;
}

.contact_div {
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 7px;
    display: flex;
    gap: 20px;
    border: 1px solid #fff;
}

.contact_num p {
    font-size: 16px;
    font-weight: 500;
    color: #A3A2AD;
}

.contact_num a {
    font-size: 17px;
    font-weight: 500;
    color: #3B3A4B;
    display: block;
    padding: 10px 0 0;
}

.contact_div:hover {
    background-color: rgb(43 138 200 / 10%);
    border: 1px solid #2b8ac8;
    transition: all 0.5s;
}

    .contact_div:hover .contact_num p {
        color: #3B3A4B;
    }

    .contact_div:hover .contact_num a {
        color: #2b8ac8;
    }


.contact_div span {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--background);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

    .contact_div span i {
        font-size: 20px;
        color: var(--primary-color)
    }

.contact_suboffice {
    width: 100%;
    float: left;
    padding: 0 0;
}

    .contact_suboffice .filter-drawer {
        margin-bottom: 0;
        border: 1px solid #dcdcdc;
        background-color: var(--pure);
        border-radius: 4px;
        padding: 20px 30px 0px;
    }



    .contact_suboffice .filter_tab_main {
        padding: 0 0 20px;
        flex-basis: 24%;
    }

.contactbar-content .filter-drawer__title::after {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: " ";
    height: 10px;
    left: 2px;
    position: relative;
    right: 0;
    top: 2px;
    transform: rotate(135deg);
    transition: 0.35s ease-in-out;
    width: 10px;
    border-color: var(--head-text-color);
    float: right;
}

.contactbar-content .filter-drawer__trigger:checked + .filter-drawer__title::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
    top: 5px;
}

.contactbar-content .filter-drawer__content {
    padding: 0 0 21px;
}

.contact_suboffice .filter_tab_main h5 {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--head-text-color);
    border-bottom: 1px solid #DCDCDC;
    padding: 0 0 8px;
    width: 100%;
}

.contact_suboffice .filter_tab_main p {
    font-size: 14px;
    font-weight: 400;
    color: var(--head-text-color);
    line-height: 22px;
    padding: 0;
}

    .contact_suboffice .filter_tab_main p span {
        color: var(--secondary-color);
    }

.contact_suboffice .filter-drawer__title {
    padding: 0 0 20px;
}

.contactbar-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    float: left;
}

.contact_suboffice_title {
    width: 100%;
    float: left;
    padding: 0 0 40px;
}

    .contact_suboffice_title h5 {
        display: inline-block;
        font-size: 20px;
        font-weight: 600;
        color: var(--head-text-color);
        border-bottom: 2px solid var(--secondary-color);
        padding: 0 0 6px;
        line-height: normal;
    }

/********** Contact Us Page Style End Here **********/


/********** Agent Registration Page Style Start Here **********/

.Agent_form {
    display: flex;
    width: 100%;
    gap: 50px;
}

.Agent_form_left {
    flex-basis: 40%;
    background-color: var(--primary-color);
    border-radius: 10px;
    padding: 25px;
}

    .Agent_form_left h4 {
        font-size: 28px;
        color: var(--pure);
        border-bottom: 1px solid var(--text-color);
        padding: 0 0 15px;
        text-transform: capitalize;
        font-weight: 500;
        line-height: normal;
    }

    .Agent_form_left p {
        font-size: 17px;
        text-align: justify;
        color: #e7e6e6;
        font-weight: 400;
        padding: 20px 0 60px;
    }

    .Agent_form_left .document_req {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

.document_div h5 {
    font-size: 20px;
    color: var(--pure);
    border-bottom: 1px solid #352e2e;
    padding: 0 0 10px;
    display: inline-block;
    font-weight: 400;
    text-transform: capitalize;
    line-height: normal;
}

.document_list {
    padding: 10px;
}

    .document_list li {
        font-size: 16px;
        color: #e7e6e6;
        padding: 0 0 10px;
        font-weight: 400;
        text-transform: capitalize;
        line-height: normal;
    }

.Agent_form_right {
    flex-basis: 60%;
}
/********** Agent Registration Page Style End Here **********/

/********** Feedback Page Style Start Here **********/
.feedback_wrapper {
    width: 100%;
    float: left;
    clear: both;
}

.feedback_form {
    display: flex;
    width: 100%;
}

.feedback_form_left {
    flex-basis: 80%;
}

.feedback_form_right {
    flex-basis: 20%;
}

.web_input {
    width: 100%;
    float: left;
    padding: 0 0 20px;
    position: relative;
}

    .web_input label {
        font-size: 16px;
        font-weight: 500;
        color: var(--head-text-color);
        display: block;
        padding: 0 0 8px;
    }

    .web_input input {
        width: 100% !important;
        height: 56px !important;
        border: 1px solid var(--border-color) !important;
        background-color: var(--pure) !important;
        border-radius: 2px !important;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        padding: 0 0 0 10px !important;
    }

        .web_input input:active, .web_input input:focus, .web_input input:target, .web_input input:focus-visible {
            border: 1px solid var(--secondary-color) !important;
            background-color: #fff8f9 !important;
            box-shadow: none !important;
            outline: none !important;
        }

    .web_input textarea {
        width: 100%;
        height: 86px;
        border: 1px solid var(--border-color);
        background-color: var(--pure);
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        padding: 10px;
    }

        .web_input textarea:active,
        .web_input textarea:focus,
        .web_input textarea:target,
        .web_input textarea:focus-visible {
            border: 1px solid var(--secondary-color);
            background-color: #fffaf8;
            box-shadow: none;
            outline: none;
        }

    .web_input span {
        padding: 0;
        float: left;
        bottom: 3px;
    }

        .web_input span a {
            color: var(--head-text-color);
            font-weight: 600;
            border-bottom: 1px solid var(--secondary-color);
        }


    .web_input .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .web_input .css-16awh2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        padding: 0 10px;
    }

    .web_input .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
        border-bottom: none;
    }

    .web_input .MuiAutocomplete-hasPopupIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot,
    .web_input .MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }



.web_input_bluebtn {
    display: flex;
    width: 100%;
    gap: 20px;
    padding: 15px 0 0;
}

.theme_buton_s1 {
    background-color: var(--primary-color);
    color: var(--pure);
    border: 1px solid var(--primary-color);
    box-shadow: 0px 10px 20px rgba(0, 35, 90, 0.2);
    font-size: 16px;
    padding: 14px 38px;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    display: block;
    float: left;
    cursor: pointer;
    letter-spacing: 0.5px;
}

    .theme_buton_s1:hover,
    .theme_buton_s1:focus {
        background-color: var(--secondary-color);
        border: 1px solid var(--secondary-color);
        box-shadow: 0px 10px 20px rgba(255, 94, 20, 0.2);
    }

/********** Feedback Us Page Style End Here **********/
/********** Cancellation Page Style Start Here **********/

.cancellation_wrapper {
    width: 100%;
    float: left;
    clear: both;
}

.cancellation_policy_list {
    padding: 20px 40px 20px !important;
}

    .cancellation_policy_list ul {
        padding: 0;
    }

        .cancellation_policy_list ul li {
            font-size: 14px;
            font-weight: 400;
            color: var(--text-color);
            padding: 0 0 10px;
            text-align: justify;
            line-height: normal;
            list-style-type: square;
        }

            .cancellation_policy_list ul li p {
                line-height: 24px;
            }

/********** Cancellation Page Style End Here **********/
/********** FAQ's Page Style Start Here **********/

.faq_wrapper {
    width: 100%;
    float: left;
    clear: both;
}

.faq_content_list {
    width: 100%;
    float: left;
}

    .faq_content_list .contact_suboffice_title {
        padding: 40px 0 0px 30px;
    }

    .faq_content_list .filter_tab_main {
        padding: 20px 0 0;
        float: left;
        width: 100%;
    }

    .faq_content_list .filter-drawer__content p {
        font-size: 14px;
        font-weight: 400;
        color: var(--text-color);
    }

    .faq_content_list .filter-drawer__content em {
        font-style: normal;
        font-weight: 500;
        color: var(--secondary-color);
    }

    .faq_content_list .filter-drawer__content ul {
        padding: 0 0 0 20px;
    }

        .faq_content_list .filter-drawer__content ul li {
            font-size: 14px;
            font-weight: 400;
            color: var(--text-color);
            padding: 0 0 4px;
            text-align: justify;
            line-height: normal;
            list-style-type: square;
        }

/********** FAQ's Page Style End Here **********/
/********** T&C Page Style Start Here **********/

.conditions_wrapper {
    width: 100%;
    display: flex;
}

.conditions_wrapper_left {
    flex-basis: 80%;
}

.conditions_wrapper_right {
    flex-basis: 20%;
}

.conditions_wrapper .contact_suboffice_title {
    padding: 0 0 20px;
}

.conditions_wrapper_block_detail {
    width: 100%;
    float: left;
    padding: 0 0 40px;
}

    .conditions_wrapper_block_detail p {
        font-size: 16px;
        font-weight: 400;
        color: var(--text-color);
        padding: 0 0 12px;
        text-align: justify;
        line-height: 24px;
    }

    .conditions_wrapper_block_detail li p {
        color: var(--secondary-color);
    }

#_cancellationPolicy {
    padding: 8px 0 0;
}

.redtext {
    color: var(--secondary-color);
    font-weight: 500;
}

#_cancellationPolicy table {
    width: 100% !important;
    border-color: #dcdcdc !important;
}

    #_cancellationPolicy table th {
        padding: 15px;
    }

    #_cancellationPolicy table td {
        padding: 15px;
        text-align: center;
        color: var(--head-text-color);
    }

#_cancellationPolicy .tbltit-txt {
    text-align: center;
    font-size: 16px;
    color: var(--head-text-color);
    font-weight: 600;
}

#_cancellationPolicy .tbl-light td ul {
    padding: 0 0 0 20px;
}

    #_cancellationPolicy .tbl-light td ul li {
        text-align: left;
        padding: 0 0 10px;
        list-style-type: square;
    }
/********** T&C Page Style End Here **********/
/********** DatePicker Style Start Here **********/
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
    background-color: #F8F9FC;
}

    .datepicker .datepicker-switch:hover,
    .datepicker .prev:hover,
    .datepicker .next:hover,
    .datepicker tfoot tr th:hover {
        background: #F8F9FC;
    }

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: var(--primary-color) !important;
    color: var(--pure) !important;
    background-image: none !important;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 45px;
    height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

    .datepicker td.active {
        background-color: var(--secondary-color);
        color: var(--pure) !important;
    }

    .datepicker td.new {
        opacity: 0.4;
    }

    .datepicker td.disabled {
        opacity: 0.4;
    }

    .datepicker td span {
        display: block;
    }
/********** DatePicker Style End Here **********/
/********** Pay Online Style Start Here **********/
.payonlineother {
    width: 100%;
    float: left;
    padding: 60px 0 0px;
}

.canclrefund {
    width: 100%;
    float: left;
}


.payonlinerefnd {
    width: 100%;
    float: left;
    display: none;
}

.payonlinerefnd02 {
    width: 100%;
    float: left;
}

.payonlinerefnd02 {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    padding: 0 0 40px;
}

.payonline_box {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid var(--text-color);
    align-items: center;
    padding: 20px 0;
}

.refundtitle {
    padding: 0 0 5px;
}

.refundata {
    color: var(--head-text-color);
    font-weight: 500;
    border-top: 1px solid var(--text-color);
    width: 100%;
    text-align: center;
    padding: 20px 0 0;
    font-size: 13px;
}


/********** Pay Online Style End Here **********/


/********** 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 **********/


/********** My Booking Page Style Start Here **********/

.bookinglist_tabs {
    position: relative;
    min-height: 560px;
    clear: both;
    margin: 25px 0;
}

    .bookinglist_tabs .season_tab {
        float: left;
        clear: both;
        width: 286px;
    }

        .bookinglist_tabs .season_tab [type=radio] {
            display: none;
        }

.season_tab label {
    background-color: var(--pure);
    padding: 10px 10px 10px 10px;
    border: 1px solid var(--primary-color);
    margin-left: 0;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    width: 264px;
    height: 58px;
    display: table-cell;
    color: var(--head-text-color);
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 500;
}

.season_tab [type="radio"]:checked ~ label {
    background: var(--primary-color);
    border-left: 7px solid var(--secondary-color);
    z-index: 1;
    color: var(--pure);
}

.bookinglist_tabs .season_content {
    position: absolute;
    top: 0;
    left: 286px;
    right: 0;
    bottom: 0;
    padding: 0px;
}

[type=radio]:checked ~ label ~ .season_content {
    z-index: 0;
}

.season_content .container-fluid {
    float: left;
    max-width: 100%;
}

.mybooking-tabs {
    width: 100%;
    float: left;
    background-color: #b5e2ff;
    padding: 0;
}


    .mybooking-tabs .tab-list {
        padding-left: 0;
        padding-right: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        float: left;
    }

        .mybooking-tabs .tab-list > li {
            padding: 20px 3%;
            border-left: 1px solid var(--pure);
            text-align: center;
            float: left;
            cursor: pointer;
        }

            .mybooking-tabs .tab-list > li:first-child {
                border-left: none;
            }

            .mybooking-tabs .tab-list > li > h3 {
                font-weight: 600;
                display: block;
                transition: all 500ms ease;
                font-size: 16px;
                color: var(--head-text-color);
                text-transform: uppercase;
            }

            .mybooking-tabs .tab-list > li:hover > h3, .mybooking-tabs .tab-list > li.active > h3 {
                color: var(--secondary-color);
            }

.mybooking_tabscontent {
    width: 100%;
    float: left;
    padding: 0 0px !important;
    max-height: 554px;
    overflow-y: scroll;
}

    .mybooking_tabscontent::-webkit-scrollbar {
        height: 0px;
        width: 0px;
    }

    .mybooking_tabscontent::-webkit-scrollbar-thumb {
        height: 0px;
        width: 0px;
    }


    .mybooking_tabscontent table {
        border: 2px solid #E6E6E6;
        width: 100%;
        text-align: center;
    }

        .mybooking_tabscontent table thead tr {
            background-color: var(--background);
            color: var(--primary-color);
            font-size: 16px;
            font-weight: 400;
        }

            .mybooking_tabscontent table thead tr th {
                padding: 15px 10px;
                border: 1px solid #E6E6E6;
                text-align: center;
                font-weight: 400;
            }

.profileinputdetails {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

    .profileinputdetails .tabtitle {
        background-color: var(--pure);
        text-align: center;
        color: var( --head-text-color);
        font-weight: 500;
        flex-basis: 49%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        border: 1px solid var( --text-color);
        padding: 20px 0;
    }

    .profileinputdetails label {
        display: flex;
        flex-basis: 100%;
        justify-content: center;
        height: auto;
        border: none;
        background-color: transparent;
        padding: 5px 0 5px;
        font-size: 15px;
        font-weight: 600;
    }

    .profileinputdetails .profileinputdata label {
        font-size: 16px;
        font-weight: 600;
        background: transparent;
        width: auto;
        height: auto;
        display: inline-block;
        flex-basis: auto;
    }

    .profileinputdetails span {
        font-size: 16px;
        color: var(--secondary-color);
        font-weight: 500;
    }


.walletdatainfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    overflow: auto;
    border: 1px solid var(--primary-color);
    padding: 10px;
    width: 100%;
    height: auto;
    max-height: 440px;
}

.walletdtls {
    display: flex;
    justify-content: flex-end;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 0;
}

    .walletdtls span.wallethistry {
        position: relative;
        font-weight: 600;
        background-color: var(--primary-color);
        color: var(--pure);
        padding: 10px 30px 10px;
        border-radius: 3px;
        margin: 0 0 10px;
        display: flex;
        flex-wrap: wrap;
        cursor: pointer;
    }

.walletdatainfo .walletdtlsinfo {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0 0 5px;
}

    .walletdatainfo .walletdtlsinfo .walletcol {
        flex-basis: 50%;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
        border: 2px solid var(--border-color);
        gap: 5px;
        padding: 4px 0 4px 10px;
    }

        .walletdatainfo .walletdtlsinfo .walletcol p {
            display: flex;
            flex-wrap: wrap;
            justify-content: left;
            flex-basis: 100%;
            font-weight: 600;
            font-size: 16px;
            color: var(--head-text-color);
        }

        .walletdatainfo .walletdtlsinfo .walletcol em {
            display: flex;
            font-style: normal;
        }

        .walletdatainfo .walletdtlsinfo .walletcol.wlletcrdt {
            color: var(--head-text-color);
            font-weight: 600;
        }

            .walletdatainfo .walletdtlsinfo .walletcol.wlletcrdt span {
                color: #008f0b;
            }

                .walletdatainfo .walletdtlsinfo .walletcol.wlletcrdt span.walletdebit {
                    color: var(--secondary-color);
                }

.mybooking_tabscontent table tbody tr td {
    padding: 15px;
    border: 1px solid #E6E6E6;
    font-weight: 400;
}

.profileinputdetails {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0px 0;
}

    .profileinputdetails .web_input {
        width: 48%;
        float: left;
        padding: 0 0 20px;
    }


        .profileinputdetails .web_input label {
            justify-content: flex-start;
        }


    .profileinputdetails.profileinputdetailsbtn {
        padding: 40px 0 0;
    }

    .profileinputdetails.profileinputdetails01 .web_input {
        width: 80%;
        float: left;
        padding: 0 0 20px;
    }

.profileinputdata {
    width: 45%;
    float: left;
}

    .profileinputdata .MuiFormGroup-root.MuiFormGroup-row.css-qfz70r-MuiFormGroup-root {
        display: flex;
    }

/*.profileinputdata .MuiFormControlLabel-root.MuiFormControlLabel-labelPlacementTop.css-1hpqosy-MuiFormControlLabel-root {
        flex-basis: 34%;
    }*/

.css-3yjvh5-MuiPaper-root-MuiAlert-root {
    /*font-family: 'Poppins', sans-serif !important;
    background-color: var(--secondary-color) !important;
    color: var(--pure) !important;*/
}

    .css-3yjvh5-MuiPaper-root-MuiAlert-root .MuiAlert-icon {
        color: var(--pure) !important;
        display: none;
    }

.css-3yjvh5-MuiPaper-root-MuiAlert-root {
    background-color: transparent !important;
}
/********** My Booking Page Style End Here **********/
/*My Booking Right Tab Style End*/
/*Profile Style Start*/
.tabprofiledetails {
    width: 100%;
    float: left;
    padding: 0 40px 0;
}

.profileinputdetails {
    /* width: 100%; */
    /* float: left; */
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

    .profileinputdetails .profileinputdata {
        width: 48%;
        float: left;
        padding: 0 0 20px;
    }

        .profileinputdetails .profileinputdata label {
            font-size: 16px;
            font-weight: 700;
            color: var(--head-text-color);
            background: transparent;
            padding: 0 0 10px;
            height: auto;
            width: auto;
            text-transform: capitalize;
            display: inline-block;
            flex-basis: auto;
        }

        .profileinputdetails .profileinputdata input {
            width: 100%;
            border: 2px solid #ececec;
            outline: none;
            background-color: transparent;
            padding: 0 10px;
            height: 50px;
        }


            .profileinputdetails .profileinputdata input:focus, .profileinputdetails .profileinputdata input:target {
                border: 2px solid var(--maincolor);
                background-color: var(--tertiary-color);
            }

    .profileinputdetails.profileinputdetailsbtn {
        width: 100%;
        float: left;
        padding: 10px 0 10px;
        text-align: center;
        display: block;
    }

        /*.profileinputdetails.profileinputdetailsbtn button {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px 40px;
        letter-spacing: 1px;
        background-color: var(--secondary-color);
        border: none;
        border-radius: 2px;
        color: var(--pure);
    }*/
        .profileinputdetails.profileinputdetailsbtn button {
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            padding: 10px 40px;
            letter-spacing: 1px;
            background-color: var(--primary-color);
            border: none;
            border-radius: 2px;
            color: var(--pure);
        }

            .profileinputdetails.profileinputdetailsbtn button:hover,
            .profileinputdetails.profileinputdetailsbtn button:focus {
                background-color: var(--secondary-color);
                color: var(--pure);
            }

.popuserdetail.profileinputdata.profileinputradio input {
    display: none;
}

/*Profile Style End*/

.mybooking_tabscontent table thead tr th {
    padding: 20px 0px;
    border: 1px solid #E6E6E6;
    text-align: center;
    font-weight: 400;
}

.mybooking_tabscontent table tbody tr td i {
    font-size: 26px;
    color: var(--secondary-color);
    cursor: pointer;
}

    .mybooking_tabscontent table tbody tr td i:hover {
        color: var(--primary-color);
    }


/*****************---my booking responsive css******************/

@media only screen and (max-width:1600px) {
    .mybookingtab {
        padding: 0 20px;
    }

    .season_content .container-fluid {
        float: none;
        padding: 0 30px;
    }

    .tabprofiledetails {
        width: 100%;
        float: left;
        padding: 20px 20px 0;
    }

    .profileinputdetails {
        gap: 10px !important;
    }
}

@media only screen and (max-width:1309px) {
    .mybooking_tabscontent table {
        width: 1100px !important;
        overflow: scroll;
    }

    .tabprofiledetails {
        padding: 20px 20px 0 !important;
    }
}



@media only screen and (max-width:992px) {
    .modal-dialog {
        max-width: 500px !important;
    }
}

@media only screen and (max-width:991px) {
    .season_content .container-fluid {
        padding: 0 10px;
    }

    .bookinglist_tabs .season_tab {
        width: 100% !important;
    }

    .season_tab label.tabtitle {
        height: 42px !important;
        width: 100% !important;
        display: block;
        /* background-color: var(--tertiary-color);*/
    }

    .season_tab label {
        width: 100% !important;
        display: block !important;
        height: 32px !important;
    }

    .profileinputdata label {
        height: 35px !important;
        width: 100% !important;
        display: inline-block !important;
        line-height: 35px !important;
        padding: 0 !important;
    }

    .profileinputdetails .tabtitle {
        margin: 10px 0 0;
    }

    .profileinputdetails {
        flex-wrap: wrap;
        gap: 0 !important;
    }

    .profileinputdata input {
        height: 40px !important;
    }

    .bookinglist_tabs .season_content {
        left: 0 !important;
        position: relative !important;
    }

    .tabprofiledetails {
        padding: 10px 10px 0 !important;
    }

    .profileinputdata {
        width: 100% !important;
        padding: 0 0 15px !important;
    }

    .profileinputdetails.profileinputdetailsbtn {
        padding: 20px 0 20px;
        display: inline-block;
    }

    .profileinputdetails .web_input {
        width: 100%;
        float: left;
        padding: 0 0 20px;
        position: relative;
    }
}

/*********************My Booking Page Style End Here**********************/


/*Modify Ticket Page Style Start Here*/

.partialradiogroup .css-1hpqosy-MuiFormControlLabel-root .MuiFormControlLabel-label {
    font-size: 18px;
    color: #3B3A4B;
    padding: 2px 0 0;
}

.partialradiogroup .css-hyxlzm svg {
    font-size: 20px;
}

.modify_ticket_popup .partialradiogroup .css-1hpqosy-MuiFormControlLabel-root {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    flex-direction: row;
}

.modify_ticket_popup .partialradiogroup .css-qfz70r-MuiFormGroup-root {
    gap: 18px;
}

.mybooking_tabscontent .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root svg {
    font-size: 20px;
}

.mybooking_tabscontent .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root {
    padding-right: 7px;
    padding-top: 6px;
}

.modify_ticket_popup {
    width: 100%;
    float: left;
}

    .modify_ticket_popup .css-2rbg70-MuiPaper-root-MuiDialog-paper {
        max-width: 1440px !important;
        width: 100% !important;
    }

    .modify_ticket_popup .css-ypiqx9-MuiDialogContent-root {
        padding: 20px 20px 40px;
    }

    .modify_ticket_popup .css-qfz70r-MuiFormGroup-root {
        padding: 20px 0 20px;
        border-bottom: 2px solid var(--secondary-color);
    }

    .modify_ticket_popup .css-1hpqosy-MuiFormControlLabel-root {
        display: inline-block;
        margin-right: 16px;
    }

    .modify_ticket_popup .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
        color: var(--head-text-color);
    }

    .modify_ticket_popup .css-yiavyu-MuiBackdrop-root-MuiDialog-backdrop {
        background-color: rgba(10, 18, 41, 0.9);
    }

.modifypopupwrapper {
    width: 100%;
    float: left;
}

.modifyticketcontent {
    width: 100%;
    float: left;
    position: relative;
}

.modifyarticledetails {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

.modify_ticket_popup .web_input .css-16awh2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
    padding: 0 0 0 10px;
}

.modify_ticket_popup .web_input .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0;
}

.modify_ticket_popup .web_input .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
    border-bottom: none;
}

.modify_ticket_popup .web_input .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled):before {
    border-bottom: none;
}

.modify_ticket_popup .web_input .css-1tb7pjp-MuiInputBase-root-MuiInput-root:after {
    border-bottom: none;
}

.modify_ticket_popup .web_input .MuiAutocomplete-hasPopupIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot,
.modify_ticket_popup .web_input .MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0;
}

.modify_ticket_popup .tlrefund {
    width: 100%;
    float: left;
    padding: 40px 0 20px;
    font-size: 16px;
    font-weight: 600;
    color: var(--head-text-color);
}

.MuiModal-root .css-1t1j96h-MuiPaper-root-MuiDialog-paper {
    padding: 10px 30px 30px;
}

.MuiModal-root .css-bdhsul-MuiTypography-root-MuiDialogTitle-root {
    font-size: 24px;
    font-family: inherit;
    color: #3B3A4B;
    letter-spacing: inherit;
    padding: 20px 0 14px;
    text-align: center;
}

.MuiModal-root .css-qfso29-MuiTypography-root-MuiDialogContentText-root {
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: inherit;
    color: var(--text-color);
}

.MuiModal-root .css-hlj6pa-MuiDialogActions-root {
    justify-content: flex-end;
}

.tlrefund span {
    padding: 10px 0 20px;
    float: none;
    display: inline-block;
}

.partialdata {
    width: 70%;
    float: none;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    margin: 40px auto 20px;
    box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.10);
    display: flow-root;
}

.partialdatatitle {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    background-color: var(--primary-color);
    color: var( --pure);
}

    .partialdatatitle span {
        flex-basis: 25%;
        float: left;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        padding: 0 0 0 20px;
    }

.partialdatadetails {
    width: 100%;
    float: left;
    border-bottom: 1px solid var(--border-color);
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .partialdatadetails p {
        flex-basis: 25%;
        float: left;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        padding: 0 0 0 20px;
    }

.modify_ticket_popup .mybooking_tabscontent {
    overflow-y: auto;
}

.alert_popup .css-hlj6pa-MuiDialogActions-root {
    -webkit-justify-content: center;
    justify-content: center;
}


/*Modify Ticket Page Style End Here*/


/*Partial Cancel Popup Style Start Here*/

.patrialdialogue .css-yiavyu-MuiBackdrop-root-MuiDialog-backdrop {
    background-color: rgba(10, 18, 41, 0.9);
}

.patrialdialogue .css-1t1j96h-MuiPaper-root-MuiDialog-paper {
    width: 100%;
}

.patrialdialoguedata {
    width: 100%;
    float: left;
}

.patrialdialogue .patrialdialoguetitle {
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 16px;
    width: 100%;
    float: left;
    border-bottom: 2px solid var(--secondary-color);
}

.patrialdialogue .patrialdialoguedetails {
    width: 100%;
    float: left;
}

.partialdatadetails {
    width: 100%;
    float: left;
    border-bottom: 1px solid #999;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.patrialdialogue .partialdatadetails {
    border-bottom: none;
}

.partialdatadetails p {
    flex-basis: 25%;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 20px;
}

.patrialdialogue .css-hlj6pa-MuiDialogActions-root {
    padding: 20px 20px 0;
    border-top: 2px solid var(--text-color);
    margin: 0px 20px 20px;
}

.cancelstusinfo {
    width: 100%;
    float: left;
    padding: 20px 0 15px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 2px solid var(--secondary-color);
    color: var(--primary-color);
}

    .cancelstusinfo p {
        font-size: 18px;
        font-weight: 400;
        color: var(--head-text-color);
        padding: 5px 0 0;
    }

.cancelstatusnewpnr {
    width: 100%;
    float: left;
    text-align: right;
    padding: 20px 0 0;
}

    .cancelstatusnewpnr span {
        font-size: 18px;
        font-weight: 700;
        color: var(--secondary-color);
    }

.cancellationother.cancelstatus {
    width: 100%;
    float: left;
    padding: 0;
    margin: 40px 0 0;
    border: none;
}

.canclrefund {
    width: 100%;
    float: left;
    padding: 0;
}

.cancelstatustlt {
    width: 100%;
    float: left;
}

.cancelstatusdata {
    width: 100%;
    float: left;
}

    .cancelstatusdata label {
        color: var(--secondary-color);
        font-weight: 600;
        padding: 0 0 20px;
        font-size: 20px;
    }

.canclrefund .companytq {
    width: 100%;
    float: left;
    padding: 20px 0 0;
    font-size: 18px;
    font-weight: 700;
}

.canclrefund .refundtitle {
    background-color: var(--head-text-color);
    color: var(--pure);
    padding: 5px 0 5px 0;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.refundtitle.refundtitleshow {
    display: none;
}*/

.canclrefund .refundata {
    text-align: center;
    padding: 10px 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 50%;
}

.canclrefund .col-lg-2 {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 100%;
}

.canclrefund .col-lg-1 {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 100%;
}

.canclrefund .tlrefund {
    width: 100%;
    float: left;
    padding: 40px 0 0;
    font-size: 18px;
}

    .canclrefund .tlrefund span {
        font-weight: 600;
        color: var(--secondary-color);
    }

.canclrefund .companytq {
    width: 100%;
    float: left;
    padding: 20px 0 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary-color);
}

/*Partial Cancel Popup Style End Here*/


/*Payment Failed Style Start Here*/

.payment_failed span {
    font-size: 14px;
    color: var(--head-text-color);
}

.payment_failed p {
    font-size: 16px;
    color: var(--head-text-color);
    padding: 4px 0 20px;
}

    .payment_failed p em {
        color: var(--secondary-color);
        font-style: normal;
        font-weight: 600;
    }

.payment_failed li a {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
}


/*Payment Failed Style End 


/*Available Routes*/

.buscitynm {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 600;
}

.customer .cust_pass_input .redclr {
    bottom: -18px;
}

.customer .cust_pass_input .wallet_boxotp .redclr {
    bottom: -14px;
}

.customer .agntpgcaptcha .wallet_boxotp .redclr {
    bottom: -25px;
}

.WalletBooking .cust_pass_input {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
}

    .WalletBooking .cust_pass_input .wallet_box {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        width: 49%;
        background-color: rgba(191, 70, 75, 0.2);
        border: 1px solid #BF464B;
        border-radius: 4px;
        padding: 10px;
    }

.WalletBooking {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 12px;
    padding: 15px 0 0;
}

    .WalletBooking .cust_pass_input .wallet_box input {
        background-color: #fff;
        color: #000;
        box-shadow: none;
        height: 46px;
    }

    .WalletBooking .cust_pass_input .wallet_box label {
        font-size: 15px;
        font-weight: 600;
        color: var(--head-text-color);
    }

    .WalletBooking .cust_pass_input .wallet_boxotp {
        width: 100%;
    }

    .WalletBooking .cust_pass_inputbtn {
        justify-content: flex-start;
        gap: 20px;
        padding: 10px 0 0;
    }

.availablewrap {
    width: 100%;
    float: left;
    position: relative;
}

.availablerootwrap {
    width: 100%;
    float: left;
    border-top: 1px solid #2B8AC8;
}

.availablebook {
    width: 100%;
    float: left;
}

.available_booking {
    width: 100%;
    float: left;
    padding: 20px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.modifycity {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 49.2%;
}

    .modifycity.modifydate {
        width: 35%;
        gap: 20px;
    }

.modifyinput {
    width: 45.2%;
}

    .modifyinput .MuiAutocomplete-hasPopupIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot, .MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0 !important;
    }

    .modifyinput.modifytodate, .modifyinput.modifyfromdate {
        width: 47.8%;
    }

    .modifyinput select, .modifyinput input {
        width: 100% !important;
        height: 63px;
        background-color: #F2F1F4;
        border-radius: 6px;
        padding: 0 0 0 16px !important;
        color: #080808 !important;
        font-size: 16px;
        font-weight: 500;
        border: none;
        outline: none;
    }

    .modifyinput .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding: 0;
    }

    .modifyinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled):before {
        border-bottom: none;
    }

    .modifyinput .css-xsu6ln-MuiAutocomplete-root {
        width: 100%;
    }

    .modifyinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:after {
        border: none;
    }

    .modifyinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
        border: none;
    }

.sortbytype .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
    display: none;
}

.sortbytype .css-ahj2mt-MuiTypography-root {
    font-size: 14px;
    font-weight: 600;
    color: #080808;
    font-family: inherit;
}

.sortbytype .css-qfz70r-MuiFormGroup-root {
    display: flex;
    justify-content: flex-end;
    gap: 22px;
}

.sortbytype .sortbyselect .css-ahj2mt-MuiTypography-root {
    color: #fff;
}

.modifyinput input[type="text"]::-webkit-input-placeholder {
    color: #080808 !important;
}

.modifyinput ::-webkit-input-placeholder {
    /* Chrome */
    color: #080808 !important;
}

.modifyinput::-moz-placeholder {
    /* Firefox 19+ */
    color: #080808 !important;
}

.modifyswapcity {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url("../images/availableicon.svg");
    background-position: center -10px;
    background-repeat: no-repeat;
}

.modifybutton {
    width: 12.7%;
    float: right;
}

    .modifybutton button {
        width: 100%;
        background-color: #2B8AC8;
        color: #fff;
        border-radius: 6px;
        border: none;
        font-size: 18px;
        font-weight: 400;
        height: 63px;
        outline: none;
    }

        .modifybutton button:hover, .modifybutton button:focus {
            background-color: #BF464B;
            color: #fff;
        }

.tripdetail {
    width: 100%;
    float: left;
    text-align: center;
    padding: 40px 0 0;
}

    .tripdetail p {
        font-size: 18px;
        color: var(--primary-color);
        font-weight: 600;
    }

.OnwardDetails {
    color: var(--head-text-color);
    font-size: 16px;
    font-weight: 600;
    padding: 4px 0 0;
}

    .OnwardDetails i {
        font-style: normal;
    }

.available_route_section {
    width: 100%;
    float: left;
    padding: 40px 0 60px;
}

.available_route_width {
    width: 100%;
    max-width: 1596px;
    margin: 0 auto;
    padding: 0 15px 0;
}

.available_route_main {
    width: 100%;
    float: left;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.available_route_leftbar {
    width: 23.6%;
    background-color: #F2F1F4;
    border-radius: 15px;
    padding: 21px 0 91px;
    border: 1px solid #DCDCDC;
}

    .available_route_leftbar .title {
        font-size: 20px;
        font-weight: 500;
        color: #2B8AC8;
        border-bottom: 1px solid #DCDCDC;
        padding: 0 29px 21px;
    }

.ba-we-love-subscribers {
    width: 100%;
    float: left;
    padding: 10px 29px 0;
}

.filter_tab_main {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}

.filter-drawer {
    background-color: #fff;
    width: 100%;
    display: inline-block;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    padding: 20px 19px;
}

    .filter-drawer input[type="checkbox"] {
        display: none;
    }

.filter-drawer__title {
    color: #3B3A4B;
    cursor: pointer;
    display: block;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    position: relative;
    transition: all 0.25s ease-out;
}

    .filter-drawer__title::after {
        position: absolute;
        content: "\f107";
        right: 5px;
        top: 2px;
        font-size: 14px;
        transition: 0.25s ease-in-out;
        font-family: 'FontAwesome' !important;
        color: #3B3A4B;
    }

.filter-drawer__trigger:checked + .filter-drawer__title::after {
    transform: rotate(180deg);
    transition: 0.25s ease-in-out;
    top: 0;
}

.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__trigger:checked + .filter-drawer__title + .filter-drawer__content-wrapper {
    max-height: 100%;
}

.filter-drawer__trigger:checked + .filter-drawer__title::after {
    transform: rotate(180deg);
    transition: 0.25s ease-in-out;
}

.filter-drawer__content {
    display: flex;
    justify-content: space-between;
    gap: 16px 10px;
    padding: 21px 0 0;
    align-items: center;
    flex-wrap: wrap;
}

.filter-drawer__content_input {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 3px;
    width: 129px;
    height: 73px;
    position: relative;
    padding: 30px 0 0;
    box-shadow: 6px 10px 40px rgba(163, 162, 173, 0.1);
}

    .filter-drawer__content_input:before {
        position: absolute;
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        left: 0;
        right: 0;
        top: 13px;
        margin: 0 auto;
        background-image: url("../images/availableicon.svg");
        background-position: center -249px;
        background-repeat: no-repeat;
        z-index: 2;
    }

    .filter-drawer__content_input.filter-drawer__content_input02:before {
        background-position: center -466px;
    }

    .filter-drawer__content_input.filter-drawer__content_input03:before {
        background-position: center -689px;
    }

    .filter-drawer__content_input.filter-drawer__content_input04:before {
        background-position: center -909px;
    }

    .filter-drawer__content_input input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .filter-drawer__content_input label {
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        color: #3B3A4B;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
        z-index: 1;
    }

        .filter-drawer__content_input label i {
            font-style: normal;
        }

    .filter-drawer__content_input input:checked + label i {
        color: #fff;
        position: relative;
        z-index: 1;
        font-weight: 400;
    }

    .filter-drawer__content_input label::before {
        content: '';
        background-color: #fff;
        height: 71px;
        width: 127px;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 4px;
        position: absolute;
        right: 0;
        z-index: -1;
        top: 0;
    }

    .filter-drawer__content_input input:checked + label::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 127px;
        height: 71px;
        background-color: #2B8AC8;
        border-radius: 3px;
    }

    .filter-drawer__content_input input:checked + label {
        color: #fff;
    }

.filter-drawer__content03 {
    display: flex;
    justify-content: space-between;
    gap: 11px;
    padding: 21px 0 0;
    align-items: flex-start;
    flex-direction: column;
}

.filter-drawer__type_input {
    flex-basis: 100%;
}

    .filter-drawer__type_input label {
        font-size: 15px;
        font-weight: 400;
        color: #A3A2AD;
        position: relative;
        cursor: pointer;
        display: flex;
        justify-content: flex-start;
        gap: 10px;
        align-items: center;
    }

        .filter-drawer__type_input label::before {
            content: '';
            background-color: #fff;
            border: 1px solid #2B8AC8;
            height: 20px;
            width: 20px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-top: -1px;
            border-radius: 5px;
        }

    .filter-drawer__type_input input:checked + label::after {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        left: 7px;
        width: 7px;
        height: 11px;
        border: 1px solid #2B8AC8;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.filter-drawer-search .filter-drawer__title:after {
    display: none;
}

.filter-drawer__content_input_search input {
    width: 100%;
    height: 45px;
    background-color: #F5F5F5;
    border-radius: 3px;
    padding: 0 12px;
    border: none;
    outline: none;
    background-image: url("../images/availableicon.svg");
    background-position: 99% -1116px;
    background-repeat: no-repeat;
}

.filtercheckbox .css-xsu6ln-MuiAutocomplete-root {
    width: 100%;
}

.filtercheckbox .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0;
}

.filtercheckbox .css-xsu6ln-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
    padding: 0 56px 0 15px;
}

.filtercheckbox .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
    border-bottom: none;
}

.filtercheckbox .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled):before {
    border-bottom: none;
}

.filtercheckbox .css-1tb7pjp-MuiInputBase-root-MuiInput-root:after {
    border-bottom: 2px solid #2B8AC8;
}

.filtercheckbox .css-1glvl0p-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-clearIndicator {
    right: 33px;
    top: 0;
}

    .filtercheckbox .css-1glvl0p-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-clearIndicator svg {
        font-size: 20px;
    }

.filtercheckbox .css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
    display: none;
}

.filtercheckbox .css-113ntv0-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
    display: none;
}

.available_route_rightbar {
    width: 72.3%;
}

.available_route_topbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.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;
    justify-content: flex-end;
    align-items: center;
    gap: 22px;
}

    .sortbytype label {
        background-color: #F2F1F4;
        border-radius: 50px;
        color: #080808;
        padding: 8px 33px;
        line-height: 17px;
        font-weight: 600;
        font-size: 14px;
        cursor: pointer;
    }

    .sortbytype .sortbyselect {
        background-color: #2B8AC8;
        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_route_listing {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    padding: 31px 0 0;
}

.available_route_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 19px;
    align-items: flex-start;
    padding: 39px 39px 0;
    box-shadow: 6px 10px 40px rgba(163, 162, 173, 0.1);
    border: 1px solid #DCDCDC;
    background-color: #fff;
    border-radius: 15px;
}

.available_route_box_toprow {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.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%;
}

.route_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    flex-basis: 23%;
}

    .route_box label {
        font-size: 20px;
        color: #080808;
        line-height: 24px;
        font-weight: 600;
    }

    .route_box .routedatearea {
        font-size: 14px;
        color: var(--primary-color);
        font-weight: 500;
        line-height: 16px;
    }

    .route_box span {
        font-size: 16px;
        color: #6E777D;
        line-height: 19px;
        font-weight: 400;
    }

.route_box02 {
    align-items: flex-end;
    text-align: right;
}

.routearrow {
    flex-basis: 188px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 22px 0 0;
}

.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;
    flex-wrap: wrap;
    gap: 20px;
}

.bookingseatchart {
    float: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-basis: 58%;
}

.seatpricefilter {
    float: left;
    width: 100%;
    overflow-x: auto;
}

    .seatpricefilter ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
        width: max-content;
    }

    .seatpricefilter .seatprice {
        padding: 0;
        border: none;
        border-radius: inherit;
        color: #3B3A4B;
        font-size: 15px;
        font-weight: 600;
    }

    .seatpricefilter ul li {
        display: inline-block;
        padding: 3px 20px 3px;
        border: 1px solid #2B8AC8;
        border-radius: 4px;
        cursor: pointer;
        font-size: 12px;
        background-color: #fff;
        color: #3B3A4B;
    }

        .seatpricefilter ul li.active {
            background-color: #2B8AC8;
            color: #fff;
        }

.upperlowerchart {
    float: left;
    display: flex;
    gap: 12px;
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lowerdeckchart, .upperdeckchart {
    width: 49%;
    float: left;
}

.seatchartone, .seatchartwo {
    text-align: left;
    width: 100%;
}

.seatitle {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0 10px;
    color: #000;
}

.tab-content {
    width: 100%;
    float: left;
}

.lowerdeckseat, .upperdeckseat {
    background-color: #fff;
    border: 1px solid rgba(9, 47, 83, 0.2);
    border-radius: 10px;
    width: 290px;
    float: left;
    min-height: 570px;
    padding: 0px 20px 0;
}

.seatchartdeta {
    width: 100%;
    float: left;
    position: relative;
}

.seatindicator {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    padding: 10px 0 0px;
}

    .seatindicator .seat01 {
        font-size: 14px;
        font-weight: 400;
        color: #3B3A4B;
        display: flex;
        align-items: center;
    }

        .seatindicator .seat01 em {
            border: 1px solid #3B3A4B;
            background-color: var(--pure);
            height: 16px;
            width: 16px;
            display: inline-block;
            vertical-align: middle;
            margin: 0 10px 0 0;
        }

        .seatindicator .seat01.seat03 em {
            border: 1px solid #3B3A4B;
            background-color: #a3a2ad;
        }

        .seatindicator .seat01.seat04 em {
            border: 1px solid #3B3A4B;
            background-color: #ff4a75;
        }

        .seatindicator .seat01.seat05 em {
            border: 1px solid #2B8AC8;
            background-color: #2B8AC8;
        }

.bookingdeatails {
    float: left;
    padding: 70px 0 0;
    flex-basis: 35%;
    display: flex;
    flex-direction: column;
}

.seat-icon {
    background-color: #fff;
    min-width: 70px;
    min-height: 30px;
    color: #000;
    font-size: 13px;
    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;
    border: 1px solid #000;
    position: relative;
}

    .seat-icon.seat_selected {
        background-color: var(--primary-color) !important;
        color: var(--pure) !important;
        border: 1px solid var(--primary-color) !important;
    }

    .seat-icon.seat_reserved {
        background-color: #a3a2ad !important;
        color: var(--pure) !important;
        border: 1px solid #3B3A4B !important;
    }

    .seat-icon.seat_available {
        background-color: var(--pure);
        color: #3B3A4B;
        border: 1px solid #3B3A4B;
    }

    .seat-icon.seat__booked_ladies {
        background-color: #ff4a75 !important;
        color: var(--pure);
        border: 1px solid #3B3A4B;
    }

.seatchartdeta span.seat {
    transform: rotate(-90deg);
}

.seat-icon02 {
    background-color: #fff;
    min-width: 31px;
    min-height: 30px;
    color: var(--text-color);
    font-size: 12px;
    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;
    border: 1px solid var(--text-color);
    position: relative;
    max-width: 31px;
    overflow-x: hidden;
}

    .seat-icon02.seat_selected {
        background-color: var(--primary-color) !important;
        color: var(--pure) !important;
        border: 1px solid var(--primary-color) !important;
    }

    .seat-icon02.seat_reserved {
        background-color: var(--text-color) !important;
        color: var(--pure) !important;
        border: 1px solid #3B3A4B !important;
    }

    .seat-icon02.seat_available {
        background-color: var(--pure);
        color: #3B3A4B;
        border: 1px solid #3B3A4B;
    }

    .seat-icon02.seat__booked_ladies {
        background-color: #ff4a75 !important;
        color: var(--pure);
        border: 1px solid #3B3A4B;
    }

.seat-iconvertical {
    min-height: 70px;
    min-width: 30px;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    padding-left: 6px !important;
    float: left;
    max-width: 30px;
    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: #2B8AC8 !important;
}

.css-viryjt-MuiPopper-root-MuiTooltip-popper[data-popper-placement*="top"] .MuiTooltip-arrow {
    bottom: -9px;
}

/*Seat Tooltip End*/

.routepoint {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 0 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.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;
}

.droppingpointchart {
    width: 100%;
    float: left;
    position: relative;
}

.routepoint .css-qkv3hr-MuiAutocomplete-root {
    width: 100%;
}

.routepoint .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
    border-bottom: 2px solid var(--secondary-color);
}

.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-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
    background-color: #3B3A4B;
    font-size: 1.5rem;
    padding: 2px;
    border-radius: 4px;
    color: var(--pure);
    margin-right: 6px;
}

    .routepoint .css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator:hover {
        background-color: #3B3A4B;
    }

.routepoint .css-113ntv0-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
    background-color: #3B3A4B;
    font-size: 20px;
    padding: 2px;
    border-radius: 4px;
    color: var(--pure);
    margin-right: 6px;
    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 {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.bookingservicedetails, .bookingfairdetails {
    width: 100%;
    background-color: var(--pure);
    border: 1px solid rgba(9, 47, 83, 0.2);
}

.bookingservicebox {
    width: 100%;
    float: left;
    padding: 0 0px;
}

.serviceboxtitle {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #3B3A4B;
    color: var(--pure);
    padding: 8px 20px;
}

.serviceboxdata {
    width: 100%;
    float: left;
    padding: 10px 0 0;
}

.serviceboxdetail {
    width: 100%;
    padding: 0px 10px 6px;
}

    .serviceboxdetail p {
        font-size: 14px;
        font-weight: 400;
        color: #3B3A4B;
        display: inline-block;
        vertical-align: top;
        width: 40%;
        padding: 0 10px 0 0;
        position: relative;
        margin: 0;
    }

        .serviceboxdetail p:after {
            content: ':';
            position: absolute;
            right: 0;
            top: 0;
        }

    .serviceboxdetail label {
        font-size: 14px;
        font-weight: 400;
        color: #3B3A4B;
        display: inline-block;
        vertical-align: top;
        width: 58%;
        padding: 0 0 0 20px;
    }

.fairdetails {
    width: 100%;
    float: left;
    padding: 0px 10px 6px;
    display: flex;
    justify-content: space-between;
}

    .fairdetails p, .fairdetails label {
        font-size: 14px;
        font-weight: 400;
        color: #3B3A4B;
        margin: 0 0 7px;
    }

    .fairdetails:last-child p, .fairdetails:last-child label {
        font-weight: 700;
    }

    .fairdetails.savingfare p, .fairdetails.savingfare label {
        color: #3B3A4B;
        font-weight: 600;
    }

.bookingcontinue {
    width: 100%;
    float: left;
    text-align: right;
    padding: 30px 0 0;
}

    .bookingcontinue button {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        color: var(--pure);
        background-color: var(--primary-color);
        border: none;
        padding: 11px 38px;
        border-radius: 2px;
        box-shadow: 0px 10px 20px rgba(0, 35, 90, 0.16);
        cursor: pointer;
    }

        .bookingcontinue button:hover, .bookingcontinue button:focus, .bookingcontinue button:active {
            color: #fff;
            background-color: var(--secondary-color);
            border: none;
            box-shadow: 0px 10px 20px rgba(255, 94, 20, 0.16);
        }

.seatitle {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0 10px;
    color: var(--secondary-color);
}

/*Seat Chart Style End Here*/

.availablegender {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 0 0 30px;
    display: none;
}

.availableseats {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}

.availableseatspart {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
}

.availableseats input {
    font-size: 14px;
    padding: 6px 10px 5px 12px !important;
    width: 100% !important;
    text-align: left;
    background-color: var(--pure);
    border: 1px solid var(--text-color);
    border-radius: 2px;
    color: var(--primary-color);
    font-weight: 500;
}

.availableseattext {
    font-size: 14px;
    padding: 6px 22px 6px !important;
    text-align: center;
    background-color: rgba(9, 47, 83, 0.15);
    border-radius: 2px;
    color: var(--primary-color);
    font-weight: 600;
}

.availableseatspart .css-16awh2u-MuiAutocomplete-root {
    width: 82%;
    position: relative;
}

.availableseatspart .css-1glvl0p-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-clearIndicator {
    top: -2px;
    position: absolute;
    right: 4px;
}

.availableseatspart .MuiAutocomplete-popupIndicator {
    display: none !important;
}

.availableseats .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0;
}

.genderparts {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

    .genderparts .form-control {
        height: auto;
        padding: 3px 10px;
        width: 130px;
        color: var(--primary-color);
        border: 1px solid var(--text-color);
        border-radius: 2px;
        background-color: transparent;
    }

/********** View Bus Route style start Here **********/

.restroute_point_popup.css-zw3mfo-MuiModal-root-MuiDialog-root {
    left: auto;
}

.restroute_point_popup .css-hz1bth-MuiDialog-container {
    align-items: flex-start;
}

.restroute_point_popup .css-yiavyu-MuiBackdrop-root-MuiDialog-backdrop {
    background-color: rgba(0, 0, 0, 0.8);
}

.restroute_point_popup .css-hz1bth-MuiDialog-container .css-2rbg70-MuiPaper-root-MuiDialog-paper {
    margin: 0 !important;
    max-height: 100vh !important;
    max-width: 100% !important;
    height: 100%;
}

button.okbtnroute {
    border: none;
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    background-color: transparent;
    padding: 0;
    min-width: auto;
    letter-spacing: inherit;
    top: 4px;
    right: 14px;
}

    button.okbtnroute:hover, button.okbtnroute:focus {
        color: var(--secondary-color);
    }

.restroute_point_popup .css-ypiqx9-MuiDialogContent-root {
    width: 488px;
    padding: 28px 20px 20px 20px;
    margin: 122px 0 0;
}

.viewbusroutepart {
    width: 100%;
    float: left;
    position: relative;
}

    .viewbusroutepart .passengerbox {
        padding: 0 0 40px;
    }

.bookingdb {
    width: 100%;
    float: left;
}

.routecitytitlesec {
    background-color: var(--pure);
    padding: 0 0;
    width: 100%;
    float: left;
}

.routecitytitlepart {
    position: fixed;
    top: 55px;
    z-index: 3;
    width: 440px;
    background-color: var(--primary-color);
    border-radius: 6px;
    box-shadow: 6px 10px 20px rgba(23, 66, 117, 0.2);
    padding: 20px;
}

.routecitytitle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    font-weight: 600;
    color: var(--pure);
    width: 100%;
}

    .routecitytitle span {
        height: 12px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        background-image: url("../images/site/arrowicon.png");
        background-position: center -203px;
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
        flex-basis: 10%;
    }

.routecitytitletime {
    font-size: 15px;
    font-weight: 500;
    color: var(--secondary-color);
    line-height: 19px;
    padding: 12px 0 0;
    text-align: center;
}

    .routecitytitletime span {
        color: var(--pure);
    }

.dbpointnm_data {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 0 0 0 10px;
}

.routedatatime {
    font-size: 15px;
    font-weight: 700;
    color: var(--primary-color);
}

.dbroutehead {
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    position: relative;
    padding: 2px 0 35px;
    flex-basis: 78%;
}

    .dbroutehead:before {
        position: absolute;
        content: "";
        left: 8px;
        top: 3px;
        height: 100%;
        border-left: 1px solid var(--secondary-color);
        z-index: 0;
    }

.dbpointnm:last-child .dbpointnm_data .dbroutehead:before {
    display: none;
}

.routedataicon {
    width: 18px;
    float: left;
    height: 26px;
    background-image: url("../images/site/availableicon.png");
    background-position: center -1999px;
    background-repeat: no-repeat;
    position: relative;
}

.routeheadtitle {
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary-color);
    line-height: 15px;
    padding: 0 0 5px;
}

.dbrouteheadpart {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 2px;
}

.dbroutehead label {
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 17px;
    margin: 0;
    display: block;
    padding: 0 0 2px;
}

.dbroutehead span {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    line-height: 19px;
    display: block;
}

.dbroutehead i {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 18px;
    font-style: normal;
}

/********** View Bus Route style end Here **********/

/*Amenities Tabbing Style Start Here*/

.amenities-tab-section {
    width: 100%;
    float: left;
    border-radius: 20px;
    padding: 30px;
    background-color: var(--pure);
    border: 1px solid #DCDCDC;
}

.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(--primary-color);
    }

    .amenities-tab-box p {
        font-size: 16px;
        font-weight: 500;
        color: #3B3A4B;
        margin: 0;
    }

    .amenities-tab-box span {
        color: var(--primary-color);
        font-size: 14px;
        font-weight: 400;
    }
/*Amenities Tabbing Style End Here*/
/*Boarding/Dropping Point Tabbing Style Start Here*/
.boarding-dropping-tab-section {
    width: 100%;
    float: left;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #DCDCDC;
}

.boarding-point-tab, .dropping-point-tab {
    width: 100%;
    float: left;
    text-align: left;
}

.boarding-point-list, .dropping-point-list {
    float: left;
    width: 100%;
}

.boarding-title {
    font-size: 18px;
    position: relative;
    padding: 0 0 16px;
    font-weight: 600;
    line-height: 19px;
    color: #3B3A4B;
}

.boarding-list-type-main {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    overflow-y: auto;
    height: 341px;
    padding: 0 30px 0 0;
}

    .boarding-list-type-main::-webkit-scrollbar {
        border-radius: 2px;
        width: 4px;
        background-color: #F5F5F5;
    }

    .boarding-list-type-main::-webkit-scrollbar-thumb {
        border-radius: 2px;
        width: 4px;
        background-color: #DCDCDC;
    }

.boarding-list-type {
    width: 100%;
    padding: 8px 0 8px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #e3e3e3;
}

    .boarding-list-type::-webkit-scrollbar {
        border-radius: 10px;
        width: 4px;
    }

    .boarding-list-type::-webkit-scrollbar-thumb {
        border-radius: 10px;
        width: 4px;
        background-color: #DCDCDC;
    }

.boarding-list label.dropdate {
    display: block;
    font-weight: 600;
    text-align: left;
}

.boarding-list label {
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: #2b8ac8;
}

.boarding-route {
    display: flex;
    justify-content: space-between;
    gap: 3px;
    flex-direction: column;
    flex: 1;
}

    .boarding-route span {
        font-size: 15px;
        font-weight: 400;
        color: #3B3A4B;
    }

    .boarding-route a {
        font-size: 12px;
        font-weight: 400;
        color: var(--primarycolor) !important;
        display: flex;
        justify-content: flex-start;
        gap: 8px;
        padding: 4px 0 0;
    }

        .boarding-route a i {
            width: 16px;
            height: 17px;
            float: left;
            background-image: url("../images/site/availableicon.png");
            background-position: center -1045px;
            background-repeat: no-repeat;
        }

        .boarding-route a:hover, .boarding-route a:focus {
            color: var(--maincolor) !important;
        }

/*Boarding/Dropping Point Tabbing Style End Here*/

/*Canncellation Policy*/

.tbl-light ul li {
    font-size: 15px;
    color: var(--head-text-color);
    font-weight: 500;
}

.conditions_wrapper_block #_cancellationPolicy .tbltit-txt {
    color: var(--primary-color);
    font-weight: 500;
}

.conditions_wrapper_block .conditions_wrapper_block_detail {
    padding: 0;
}

.cancellation-policy {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 25px;
    flex-wrap: wrap;
}

.cancellation-list-scroll {
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cancellation-list-part {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cancellation-list-left {
    width: 100%;
    display: flex;
    justify-content: center;
}

    .cancellation-list-left .cancellation-list-title {
        width: 50%;
        text-align: center;
        border: 1px solid #DCDCDC;
        padding: 16px 2px;
    }

.cancellation-list-title label {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 500;
}

.cancellation-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .cancellation-list p {
        display: inline-block;
        text-align: center;
        width: 50%;
        font-size: 14px;
        color: var(--head-text-color);
        font-weight: 400;
        padding: 10px 10px;
        border: 1px solid #dcdcdc;
    }

    .cancellation-list label {
        display: inline-block;
        text-align: center;
        width: 50%;
        font-size: 14px;
        color: var(--head-text-color);
        font-weight: 400;
        padding: 10px 10px;
        border: 1px solid #dcdcdc;
    }

.bookingpolicycont {
    width: 46.2%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    overflow-y: auto;
    height: 282px;
}

    .bookingpolicycont::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .bookingpolicycont::-webkit-scrollbar-thumb {
        width: 0;
        height: 0;
    }

.bookingpolicysec {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 11px;
    flex-wrap: wrap;
}

    .bookingpolicysec span {
        width: 6px;
        height: 6px;
        background-color: var(--secondary-color);
        margin: 5px 0 0 !important;
    }

    .bookingpolicysec p {
        font-size: 14px;
        font-weight: 400;
        color: var(--head-text-color);
        width: 95.8%;
    }

/*Customer Info*/
.custinfopopup .css-ki1hdl-MuiAlert-action .css-1e0d89p-MuiButtonBase-root-MuiIconButton-root svg {
    font-size: 20px;
}

.customer {
    width: 100%;
    float: left;
    position: relative;
}

.popupclose {
    top: 40px;
    right: 40px;
    position: relative;
    z-index: 1;
    float: right;
}

    .popupclose button {
        font-size: 30px;
        font-weight: 300;
        text-transform: uppercase;
        background-color: transparent !important;
        border: none;
        padding: 0 !important;
        box-shadow: none !important;
        color: #3B3A4B !important;
        border-radius: 4px;
        cursor: pointer;
        float: right;
        display: inline-block;
        min-width: auto;
        line-height: inherit !important;
        outline: none;
    }

        .popupclose button:hover, .popupclose button:focus {
            color: #2B8AC8 !important;
        }

.custinfopopup .css-ypiqx9-MuiDialogContent-root {
    overflow-y: auto;
}

    .custinfopopup .css-ypiqx9-MuiDialogContent-root::-webkit-scrollbar {
        width: 3px;
        height: 3px;
        box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .custinfopopup .css-ypiqx9-MuiDialogContent-root::-webkit-scrollbar-thumb {
        width: 3px;
        height: 3px;
        background-color: #2B8AC8;
    }

.custinfopopup .css-yiavyu-MuiBackdrop-root-MuiDialog-backdrop {
    background-color: rgba(1, 1, 1, 0.86);
}

.custinfopopup .css-2rbg70-MuiPaper-root-MuiDialog-paper {
    border-radius: inherit;
}

.custinfopopup .css-2rbg70-MuiPaper-root-MuiDialog-paper {
    max-width: 100%;
    margin: 100px;
    top: 0;
    bottom: 0;
}

.custinfopopup .css-ypiqx9-MuiDialogContent-root {
    padding: 0;
}

.customerinfowrap {
    width: 100%;
    float: left;
    position: relative;
}

.customerwrap {
    width: 100%;
    float: left;
    padding: 66px 100px 100px;
}

.customerboxwrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.customerleft {
    width: 63.6%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
}

.customerhead {
    font-size: 25px;
    font-weight: 600;
    color: #3B3A4B;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: underline;
    display: inline-block;
    padding: 0 0 20px;
}

.custinfo_box {
    width: 100%;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    padding: 29px 19px;
    box-shadow: 0 6px 40px rgba(59, 58, 75, 0.10);
    background-color: #fff;
    float: left;
}

.cust_box_title h5 {
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    color: #2B8AC8;
    line-height: 24px;
    float: left;
}

    .cust_box_title h5.returnbox_title {
        padding: 20px 0 0;
    }

.cust_boxdata_details {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}

.custinfo_box_gst .cust_boxdata_details {
    padding: 0;
}

.cust_pass_psngr .css-xsu6ln-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
    padding: 0 20px;
}

.cust_pass_psngr .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0;
}

.cust_pass_psngr .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
    border: none;
}

.custinfo_box_gst .cust_pass_input_details {
    padding: 20px 0 0;
}

.custinfo_box_gst .css-1tb7pjp-MuiInputBase-root-MuiInput-root:after {
    border: none;
}

.cust_pass_psngr .css-xsu6ln-MuiAutocomplete-root {
    width: auto;
}

.cust_pass_title h5 {
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    line-height: 22px;
    color: #A3A2AD;
    padding: 0 0 12px;
}

.cust_pass_input_details {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cust_pass_input {
    position: relative;
}

    .cust_pass_input input {
        height: 53px;
        border-radius: 4px;
        background-color: #F5F5F5;
        padding: 0 20px;
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        color: #A3A2AD;
        position: relative;
        border: none;
        outline: none;
    }

.cust_pass_input02 .css-xsu6ln-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
    padding: 0 20px;
}

.cust_pass_input02 .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0;
}

.cust_pass_input02 .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
    border-bottom: none;
}

.cust_pass_input02 .css-1tb7pjp-MuiInputBase-root-MuiInput-root:after {
    border-bottom: none;
}

.cust_pass_input02 .css-xsu6ln-MuiAutocomplete-root {
    width: auto;
}

.custinfo_box_gst .cust_box_title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

    .custinfo_box_gst .cust_box_title .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root {
        padding: 0;
    }

        .custinfo_box_gst .cust_box_title .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root input[type=checkbox] {
            margin: 0;
        }

        .custinfo_box_gst .cust_box_title .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root svg:not(:root) {
            font-size: 24px;
            color: #3B3A4B;
        }

.cust_pass_input01 {
    flex-basis: 43%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cust_pass_input02 {
    flex-basis: 16.8%;
}

.cust_pass_psngr .cust_pass_input {
    flex-basis: 31.8%;
}

.custinfo_box_wallet {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    padding: 29px 19px 23px;
}

.custoinfo_coupon {
    flex-basis: 41.8%;
}

.custoinfo_wallet {
    flex-basis: 49.6%;
}

.custoinfo_coupon .couponwallet input {
    width: 65.9%;
}

.custoinfo_wallet .couponwallet input {
    width: 75.7%;
}

.couponwallet {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

    .couponwallet button {
        background-color: #BF464B;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        padding: 15px 20px 14px;
        border: none;
        border-radius: 5px;
        outline: none;
    }

        .couponwallet button:hover, .couponwallet button:focus {
            background-color: #2B8AC8;
            color: #fff;
        }

.cust_box_code h5 {
    font-size: 16px;
    color: #A3A2AD;
    font-weight: 500;
    line-height: 19px;
    display: inline-block;
    padding: 21px 0 0 5px;
}

.cust_box_title label {
    position: relative;
    padding: 0 0 0 30px;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    color: #2B8AC8;
    line-height: 24px;
    float: left;
}

    .cust_box_title label input[type="checkbox"] {
        position: absolute;
        top: 2px;
        left: 0;
        margin: 0;
        width: 20px;
        height: 20px;
    }

.cust_pass_select select {
    width: 100%;
    height: 53px;
    border: none;
    background-color: #F5F5F5;
    font-size: 14px;
    font-weight: 400;
    color: #A3A2AD;
    padding: 0 16px;
    border-radius: 4px;
    outline: none;
}

.customer_pay {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding: 0;
}

.psnger_checkbox label {
    position: relative;
    padding: 0 0 0 35px;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
    color: #3B3A4B;
    line-height: 24px;
    float: left;
}

    .psnger_checkbox label input[type="checkbox"] {
        position: absolute;
        top: 2px;
        left: 0;
        margin: 0;
        width: 20px;
        height: 20px;
    }

.cutomer_note {
    width: 100%;
    float: left;
    padding: 5px 0 0 20px;
}

    .cutomer_note label {
        font-size: 20px;
        color: #2B8AC8;
        font-weight: 500;
        line-height: 24px;
    }

    .cutomer_note p {
        font-size: 16px;
        color: #A3A2AD;
        font-weight: 500;
        line-height: 19px;
        padding: 8px 190px 0 0;
    }

.customer_agree {
    padding: 4px 0 0 20px;
    display: flex;
    gap: 13px;
    align-items: center;
    position: relative;
}

    .customer_agree .redclr {
        bottom: -16px;
    }

    .customer_agree label {
        position: relative;
        padding: 0;
        font-weight: 500;
        font-size: 18px;
        text-align: left;
        color: #3B3A4B;
        line-height: 24px;
        float: left;
    }

    .customer_agree a {
        color: #BF464B;
        padding: 0 0 0 4px;
    }

    .customer_agree .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root {
        padding: 0;
        color: #3B3A4B !important;
    }

        .customer_agree .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root input[type=checkbox] {
            margin: 0;
        }

        .customer_agree .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root svg:not(:root) {
            font-size: 24px;
        }

.customer_paybtn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    padding: 24px 0 0 20px;
}

    .customer_paybtn button {
        color: #F5F5F5;
        font-size: 20px;
        font-weight: 500;
        border-radius: 7px;
        background-color: #BF464B;
        border: none;
        padding: 15px 18px;
        outline: none;
    }

    .customer_paybtn .custopaybtn {
        background-color: #2B8AC8;
    }

    .customer_paybtn button:hover,
    .customer_paybtn button:focus {
        background-color: #3B3A4B;
    }

.customer_paybtnmbl {
    display: none;
}

.payment_gateway {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}

.psngrpaybox {
    position: relative;
}

.pg_gateway {
    width: 100%;
}

    .pg_gateway .MuiTypography-body1.MuiFormControlLabel-label {
        color: var(--head-text-color);
        font-size: 16px;
        font-weight: 500;
    }

    .pg_gateway .css-hyxlzm svg {
        font-size: 20px !important;
        color: var(--head-text-color) !important;
    }

    .pg_gateway .css-j204z7-MuiFormControlLabel-root {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
    }

    .pg_gateway .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
        padding: 0;
    }

    .pg_gateway span {
        display: inline-block;
    }

    .pg_gateway .css-vqmohf-MuiButtonBase-root-MuiRadio-root input[type=radio] {
        margin: 0;
        margin-top: 1px\9;
        line-height: normal;
    }

.psngrpaybox .css-dmmspl-MuiFormGroup-root {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}

    .psngrpaybox .css-dmmspl-MuiFormGroup-root .pg_gateway:first-child {
        border-bottom: 1px solid #e1e1e1;
        padding: 0 0 13px;
    }

.customerright {
    width: 34.4%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
}

.trip_fare_view {
    background-color: #F2F1F4;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    width: 100%;
    padding: 0 0 30px;
}

    .trip_fare_view .cust_box_title h5 {
        padding: 29px 19px 30px;
        border-bottom: 1px dashed #A3A2AD;
        width: 100%;
    }

.trip_fare_details {
    width: 100%;
    float: left;
    padding: 20px 19px 0;
}

.trip_fare_part {
    width: 100%;
    background-color: #fff;
    border: 1px solid #A3A2AD;
    border-radius: 7px;
    padding: 19px 18px 30px;
}

.pass_journey_details {
    display: flex;
    flex-direction: column;
}

.pass_journey_details_box {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    padding: 8px 0 3px;
    border-bottom: 1px solid #FFEDDB;
    flex-wrap: wrap;
    gap: 5px;
}

    .pass_journey_details_box p {
        flex-basis: 36%;
        font-size: 16px;
        font-weight: 400;
        color: #A3A2AD;
    }

    .pass_journey_details_box label {
        flex-basis: 62%;
        color: #000;
        font-size: 18px;
        font-weight: 400;
    }

.trip_fare_amount {
    width: 100%;
    background-color: #2B8AC8;
    padding: 30px 0 0;
    border-radius: 10px;
}

    .trip_fare_amount h4 {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        color: #fff;
        padding: 0 20px 30px;
    }

.fareamountpart {
    width: 100%;
    background-color: #52A9E1;
    border-radius: 10px;
    padding: 21px 20px 30px;
}

.fareamountbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 0 20px 23px;
    gap: 20px;
}

.fare_lable {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .fare_lable p {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: 19px;
    }

    .fare_lable label {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: 19px;
    }

.totalfare_lable {
    background-color: #F5F5F5;
    padding: 13px 20px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .totalfare_lable p {
        font-size: 18px;
        font-weight: 600;
        color: #52A9E1;
        line-height: 22px;
    }

    .totalfare_lable label {
        font-size: 18px;
        font-weight: 600;
        color: #52A9E1;
        line-height: 22px;
    }

/*Login*/

.login_popup_main .css-yiavyu-MuiBackdrop-root-MuiDialog-backdrop {
    background-color: rgba(10, 18, 41, 0.9);
}

.login_popup_main .css-2rbg70-MuiPaper-root-MuiDialog-paper {
    background-color: #fff;
    max-width: 576px;
    width: 100%;
}

.login_popup_main .css-ypiqx9-MuiDialogContent-root {
    padding: 55px 50px 40px;
    position: relative;
}

    .login_popup_main .css-ypiqx9-MuiDialogContent-root::-webkit-scrollbar {
        width: 3px;
        height: 3px;
        box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .login_popup_main .css-ypiqx9-MuiDialogContent-root::-webkit-scrollbar-thumb {
        width: 3px;
        height: 3px;
        background-color: #2B8AC8;
    }

.popupclosebutton {
    cursor: pointer;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

    .popupclosebutton i {
        font-weight: 600;
        font-size: 24px;
        color: #3B3A4B;
    }

        .popupclosebutton i:hover {
            color: #2B8AC8;
        }

.login_popup_main .userloginpopup {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.userloginpopup .popup-head h5 {
    float: left;
    width: 100%;
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 600;
}

.userloginpopup .popup-head i {
    color: #3B3A4B;
    font-size: 30px;
    display: none;
}

.popupotp-input {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

.userloginpopup .popupotp-input input {
    width: 100%;
    height: 48px;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #A3A2AD;
    border-radius: 2px;
    margin: 0;
}

    .userloginpopup .popupotp-input input:active,
    .userloginpopup .popupotp-input input:focus {
        outline: 1px solid #2B8AC8;
        background-color: #fff;
    }

.userloginpopup .popupbtn {
    width: 100%;
}

.popupbtn-cnt {
    margin: 15px 0 0;
}

.popupbtn-in {
    padding: 12px 25px;
    background-color: #2B8AC8;
    border: none;
    border-radius: 2px;
    color: var(--pure);
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

    .popupbtn-in:hover, .popupbtn-in:focus {
        background-color: #BF464B;
        color: var(--pure);
    }

.popup-sigin-option {
    display: flex;
    gap: 100px;
    align-items: center;
    padding: 60px 0 0px;
    width: 100%;
}

    .popup-sigin-option .sigin-option-title h5 {
        font-size: 15px;
        font-weight: 400;
        color: var(--primary-color);
        position: relative;
    }

        .popup-sigin-option .sigin-option-title h5::after {
            position: absolute;
            content: '';
            width: 60px;
            height: 2px;
            background-color: var(--border-color);
            right: -78px;
            bottom: 8px;
        }

.sigin-option-icon {
    display: flex;
    gap: 20px;
}

    .sigin-option-icon a i {
        font-size: 18px;
        line-height: 40px;
        color: var(--pure);
        background-color: var(--primary-color);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        text-align: center;
    }

    .sigin-option-icon a .fa-google {
        background-color: #EA4335;
        line-height: 42px;
    }

    .sigin-option-icon a i:hover,
    .sigin-option-icon a i:focus {
        background-color: #2f4677;
    }

    .sigin-option-icon a .fa-google:hover,
    .sigin-option-icon a .fa-google:focus {
        background-color: #bd362a;
    }

.popupotp-input .web_input span {
    text-align: left;
    font-size: 13px;
    position: absolute;
    left: 0;
    bottom: 13px;
}

.css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.Mui-checked, .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.MuiCheckbox-indeterminate {
    color: var(--primary-color) !important;
}

.css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root {
    color: var(--primary-color) !important;
    padding-right: 2px;
}

.resendotplink {
    width: 100%;
    float: left;
    text-align: right;
    color: var(--secondary-color);
    font-size: 14px;
    margin: 0 0 20px;
    font-weight: 500;
}

.popupotp-input .web_input {
    padding: 0 0 30px;
    position: relative;
}

.web_input_gender {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
}

    .web_input_gender label {
        float: left;
        font-size: 16px;
        font-weight: 600;
        color: var(--head-text-color);
        display: flex;
        flex-direction: row;
    }

    .web_input_gender .css-ahj2mt-MuiTypography-root {
        color: var(--head-text-color);
        font-size: 15px;
        font-family: inherit;
    }

    .web_input_gender .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
        color: #3B3A4B;
    }

    .web_input_gender .css-1hbvpl3-MuiSvgIcon-root, .web_input_gender .css-11zohuh-MuiSvgIcon-root {
        font-size: 20px;
    }

    .web_input_gender .css-i4bv87-MuiSvgIcon-root {
        font-size: 22px;
    }

    .web_input_gender .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
        color: var(--primary-color);
    }

    .web_input_gender.web_input_gender01 {
        flex-direction: row;
        gap: 5px;
        align-items: center;
        font-size: 14px;
        padding: 10px 0;
    }

        .web_input_gender.web_input_gender01 a {
            color: var(--secondary-color);
            font-weight: 600;
            font-size: 16px;
        }

    .web_input_gender .redclr {
        bottom: 0;
    }

.popupotp-input .web_input label {
    font-size: 17px;
    padding: 0 0 15px;
}

.userloginpopup .web_input input {
    width: 100%;
    height: 48px;
    border: 1px solid #A3A2AD;
    background-color: var(--pure);
    padding: 0 0 0 15px;
}

.css-1pxa9xg-MuiAlert-message {
    font-size: 16px;
}

.login_popup_main .css-ptiqhd-MuiSvgIcon-root {
    font-size: 20px;
}

.MuiDialogActions-root .css-1e6y48t-MuiButtonBase-root-MuiButton-root {
    background-color: var(--primary-color);
    color: var(--pure);
}

    .MuiDialogActions-root .css-1e6y48t-MuiButtonBase-root-MuiButton-root:hover {
        background-color: var(--secondary-color);
        color: var(--pure);
    }
/*Media Query*/
@media only screen and (max-width: 1902px) {
    /* Customer Info */

    .custinfopopup .css-2rbg70-MuiPaper-root-MuiDialog-paper {
        margin: 60px;
    }

    .customerwrap {
        padding: 50px 80px 80px;
    }

    .popupclose {
        top: 30px;
        right: 30px;
    }
}

@media only screen and (max-width: 1899px) {
    /* Home Page */

    .rightheader {
        width: 70.2%;
    }

    .bookingsection {
        padding: 0 61px;
        top: 9%;
    }
}

@media only screen and (max-width: 1799px) {
    /* Home Page */

    .rightheader {
        width: 69.1%;
    }

    .bookingsection {
        padding: 0 40px;
        top: 8%;
    }

    .tab-bookingform {
        padding: 50px;
    }

    /* Customer Info */

    .customerwrap {
        padding: 35px 70px 70px;
    }

    .custinfopopup .css-2rbg70-MuiPaper-root-MuiDialog-paper {
        margin: 40px;
    }

    .cust_pass_input01 {
        flex-basis: 42%;
    }

    .couponwallet button {
        font-size: 19px;
    }

    .cutomer_note p {
        padding: 8px 140px 0 0;
    }

    .customerright {
        width: 34.3%;
    }

    .callmeWrapper::after {
        width: 1087px;
    }
}

@media only screen and (max-width: 1699px) {
    /* Home Page */

    .rightheader {
        width: 68%;
    }

    .headertopright {
        gap: 110px;
    }

    .contactaera {
        gap: 60px;
    }

    .tab-bookingform {
        padding: 40px;
    }

    .bookingsection {
        top: 7%;
    }

    .callmeright h4 {
        font-size: 25px;
    }

    .testimonialpartleft h4 {
        padding: 44px 40% 36px 0;
    }

    .testbox {
        width: 60%;
    }

    /* Customer Info */

    .customerwrap {
        padding: 30px 60px 60px;
    }

    .customerhead {
        font-size: 24px;
        padding: 0 0 15px;
    }

    .cust_pass_psngr .cust_pass_input {
        flex-basis: 31.7%;
    }

    .custoinfo_coupon {
        flex-basis: 44%;
    }

    .custoinfo_wallet {
        flex-basis: 52%;
    }

        .custoinfo_wallet .couponwallet input {
            width: 75.3%;
        }

    .customerright {
        width: 34.2%;
    }

    .pass_journey_details_box {
        padding: 7px 0 6px;
    }

        .pass_journey_details_box p {
            font-size: 15px;
        }

        .pass_journey_details_box label {
            font-size: 17px;
        }
}

@media only screen and (max-width: 1599px) {
    /* Home Page */

    .rightheader {
        width: 66.8%;
    }

    .headermenu .navbar-inverse .navbar-nav > li {
        padding: 0 20px;
    }

    .bookingsection {
        top: 8%;
        padding: 0 30px;
    }

    .tab-bookingform {
        padding: 30px;
    }

    .quickbook {
        font-size: 22px;
        padding: 0 0 25px;
    }

    .bookinginput input {
        height: 56px;
    }

    .bookingsearch button {
        height: 56px;
    }

    .toptitle {
        font-size: 29px;
    }

    /* Available Routes */

    .bookingseatchart {
        flex-basis: 61%;
    }

    .ba-we-love-subscribers {
        padding: 10px 18px 0;
    }

    .available_routearea {
        flex-basis: 45%;
    }

    .route_box {
        flex-basis: 22%;
    }

    .available_routepart {
        gap: 36px;
    }

    /* Customer Info */

    .cust_pass_input01 {
        flex-basis: 41.8%;
    }

    .customerhead {
        padding: 0 0 10px;
    }

    .cust_pass_psngr .cust_pass_input {
        flex-basis: 31.6%;
    }

    .custoinfo_coupon.custoinfo_wallet .couponwallet input {
        width: 73%;
    }

    .custinfo_box_wallet {
        gap: 20px;
    }

    .custoinfo_coupon .couponwallet input {
        width: 63.5%;
    }

    .cutomer_note p {
        padding: 8px 40px 0 0;
    }

    .customerright {
        width: 34%;
    }

    .pass_journey_details_box label {
        font-size: 16px;
    }

    .customer_pay {
        padding: 0 0 0;
    }

    .cutomer_note {
        padding: 5px 0 0 10px;
    }

    .customer_agree {
        padding: 4px 0 0 10px;
    }

    .customer_paybtn {
        padding: 15px 0 0 0;
    }
}

@media only screen and (max-width: 1499px) {
    /* Home Page */

    .rightheader {
        width: 65.8%;
    }

    .tab-bookingform {
        padding: 20px;
    }

    .bookingsection {
        top: 7.3%;
    }



    .servicewrap {
        padding: 95px 0 0 0;
    }

    .serviceslide {
        padding: 40px 0 0 0;
    }

    .bushirearea {
        padding: 100px 0 45px;
    }

    .buswraper .slick-prev, .buswraper .slick-next {
        left: -12px;
    }

    .buswraper .slick-next {
        right: -20px;
        left: auto;
        background-position: center -1760px;
    }

    .testimonialpartleft h4 {
        padding: 44px 35% 36px 0;
    }

    .footer_bg:after {
        opacity: 0.4;
    }

    /* E-Ticket */

    .ticket_orderno {
        padding: 50px 0 20px;
    }

    .ticket_page_title h5 {
        font-size: 21px;
    }

    /* Available Routes */

    .bookingpolicysec p {
        width: 95.6%;
    }

    .lowerdeckchart, .upperdeckchart {
        width: 48.8%;
    }

    .bookingdeatails {
        flex-basis: 30%;
    }

    .filter-drawer__content_input {
        width: 118px;
    }

        .filter-drawer__content_input label::before {
            width: 116px;
        }

        .filter-drawer__content_input input:checked + label::after {
            width: 116px;
        }

    .availableseat {
        padding: 9px 16px;
        gap: 9px;
    }

    .availableinr {
        gap: 10px;
    }

    .route_box {
        gap: 8px;
    }

        .route_box label {
            font-size: 19px;
        }

        .route_box span {
            font-size: 15px;
        }

    .routearrow {
        flex-basis: 160px;
        height: 11px;
        margin: 21px 0 0;
    }

        .routearrow img {
            width: 100%;
            max-width: 160px;
        }

    .availableinr label {
        font-size: 19px;
    }

    .available_route_leftbar {
        padding: 20px 0 40px;
    }

        .available_route_leftbar .title {
            padding: 0 20px 20px;
            font-size: 19px;
        }

    .ba-we-love-subscribers {
        padding: 5px 20px 0;
    }

    .filter-drawer__title {
        font-size: 17px;
        line-height: 20px;
    }

        .filter-drawer__title::after {
            top: 0px;
        }

    .filter-drawer {
        padding: 16px;
    }

    /* Customer Info */

    .customerwrap {
        padding: 30px 50px 50px;
    }

    .customerhead {
        padding: 0 0 5px;
        font-size: 23px;
    }

    .customerright {
        width: 33.9%;
    }

    .fareamountbox {
        padding: 0 12px 20px;
    }

    .totalfare_lable {
        padding: 12px 16px;
    }

    .trip_fare_amount {
        padding: 20px 0 0;
    }

        .trip_fare_amount h4 {
            padding: 0 20px 20px;
            font-size: 19px;
        }

    .trip_fare_view .cust_box_title h5 {
        padding: 20px 18px 20px;
    }

    .trip_fare_view .cust_box_title h5 {
        padding: 20px 18px 20px;
        border-bottom: 1px dashed #A3A2AD;
        width: 100%;
    }

    .cust_box_title h5 {
        font-size: 19px;
    }

    .cust_pass_psngr .cust_pass_input {
        flex-basis: 31.4%;
    }

    .cust_box_title label {
        font-size: 19px;
    }

    .cutomer_note label {
        font-size: 19px;
    }

    .psnger_checkbox label {
        padding: 0 0 0 32px;
        font-size: 19px;
    }

    .customer_paybtn {
        gap: 25px;
        padding: 15px 0 0 10px;
    }

        .customer_paybtn button {
            font-size: 19px;
            padding: 14px 18px;
        }

    .cutomer_note p {
        font-size: 15px;
    }

    .couponwallet button {
        padding: 15px 18px 14px;
    }

    .custoinfo_coupon.custoinfo_wallet .couponwallet input {
        width: 72.9%;
    }

    .custoinfo_coupon .couponwallet input {
        width: 62.8%;
    }

    .cust_pass_input01 {
        flex-basis: 41.2%;
    }
}

@media only screen and (max-width: 1399px) {
    /* Home Page */

    .rightheader {
        width: 64.9%;
    }

    .headertopright {
        gap: 100px;
    }

    .bookingsection {
        top: 7.3%;
        padding: 0 20px;
    }

    .quickbook {
        font-size: 20px;
        padding: 0 0 15px;
    }

    .bookinginput input {
        height: 52px;
    }

    .bookingsearch button {
        height: 52px;
    }

    .carousel .arrow {
        left: 30px;
        width: 40px;
        height: 40px;
        background-position: center -686px;
        background-size: 70px;
    }

        .carousel .arrow.right {
            left: auto;
            right: 30px;
            background-position: center -826px;
        }

    .callmeWrapper::after {
        width: 924px;
    }

    /* .Callarea {
        padding: 90px 0 0;
    }



    .callmeWrapper::after {
        width: 800px;
    }

    .callmeright h4 {
        font-size: 24px;
    }

    .toptitle {
        font-size: 28px;
    }

    .callwrap {
        width: 408px;
        height: 417px;
    }
*/
    .serviceslide {
        padding: 39px 0 0 0;
    }

    .appndbushirewrap {
        padding: 60px 0 0;
    }

    .bushirebox {
        width: 300px;
        height: 356px;
    }

    .buswraper .slick-prev, .buswraper .slick-next {
        top: 53.8%;
        width: 30px;
        height: 40px;
        border-radius: 9px;
    }

    .buswraper .slick-next {
        right: 0;
        left: auto;
    }

    .testimonialpartleft {
        padding: 0 0 0 5.8%;
    }

    .testimonialpartright:after {
        height: 197px;
        width: 200px;
        right: 20px;
        bottom: 20px;
        background-size: 200px;
    }

    /*Bus Hire page*/

    .busgallerybox {
        flex-basis: 32%;
    }

        .busgallerybox img {
            max-width: 100%;
        }

    .busformleft img {
        max-width: 100%;
    }

    .bus_galleryfilter .btn {
        font-size: 20px;
    }

    .galleryname p {
        font-size: 22px;
    }

    /*Modify Ticket*/

    .mybooking_tabscontent table {
        width: max-content;
    }

    .modify_ticket_popup .mybooking_tabscontent {
        overflow-x: auto;
    }
    /*My Booking css*/

    .bookinglist_tabs .season_tab {
        width: 200px;
    }

    .bookinglist_tabs .season_content {
        left: 240px;
    }

    .bookinglist_tabs {
        min-height: 620px;
    }

    .mybooking-tabs .tab-list > li > h3 {
        font-size: 14px;
    }

    /* Available Routes */

    .bookingpolicysec p {
        width: 95.4%;
    }

    .viewseatpart i {
        padding: 12px 34px;
    }

    .bookingchartdata {
        gap: 16px;
    }

    .bookingdeatails {
        flex-basis: 29.8%;
    }

    .available_routepart {
        gap: 34px;
    }

    .available_routearea {
        flex-basis: 46%;
    }

    .route_box {
        flex-basis: 24%;
    }

    .available_route_leftbar {
        width: 25.4%;
    }

    .available_route_rightbar {
        width: 73%;
    }

    .routeduration label {
        padding: 9px 24px;
    }

    .droproutebtnleft {
        gap: 20px;
    }

        .droproutebtnleft a {
            gap: 10px;
            padding: 13px 16px 12px;
        }

    .viewseatpart button {
        padding: 13px 34px 12px;
    }

    .available_route_topbar {
        gap: 18px;
    }

    .sortbytype .css-qfz70r-MuiFormGroup-root {
        gap: 18px;
    }

    .sorttitle {
        font-size: 17px;
        padding: 0 0 0 33px;
    }

    .available_route_box {
        gap: 20px;
        padding: 30px 30px 0;
    }

    .amenities-tab-section {
        padding: 25px;
    }

    .boarding-dropping-tab-section {
        padding: 25px;
    }

    .boarding-list-type-main {
        height: 246px;
    }

    .amenities-tab-list {
        gap: 22px;
    }

    .amenities-tab-box {
        padding: 8px 18px;
        gap: 11px;
    }

        .amenities-tab-box p {
            font-size: 15px;
        }

        .amenities-tab-box i {
            font-size: 19px;
        }

    .modifycity {
        width: 49%;
    }

    .filter-drawer__content_input {
        width: 119px;
    }

        .filter-drawer__content_input label::before {
            width: 117px;
        }

        .filter-drawer__content_input input:checked + label::after {
            width: 117px;
        }

    /* Customer Info */

    .customerwrap {
        padding: 15px 40px 40px;
    }

    .popupclose {
        top: 20px;
        right: 20px;
    }

        .popupclose button {
            font-size: 24px;
        }

    .custinfopopup .css-2rbg70-MuiPaper-root-MuiDialog-paper {
        margin: 30px;
        max-height: calc(100% - 40px);
    }

    .customerboxwrap {
        gap: 25px;
    }

    .customerleft {
        gap: 25px;
    }

    .customerhead {
        padding: 0;
        font-size: 22px;
    }

    .cust_pass_input01 {
        flex-basis: 41%;
    }

    .cust_pass_input input {
        height: 50px;
    }

    .cust_pass_select select {
        height: 50px;
    }

    .custinfo_box {
        padding: 20px 18px;
    }

    .custinfo_box_wallet {
        padding: 20px 18px;
    }

    .custoinfo_coupon.custoinfo_wallet .couponwallet input {
        width: 71.6%;
    }

    .custoinfo_coupon .couponwallet input {
        width: 61.8%;
    }

    .couponwallet button {
        padding: 14px 18px 14px;
        font-size: 18px;
    }

    .cust_boxdata_details {
        padding: 15px 0 0;
    }

    .cust_pass_title h5 {
        font-size: 17px;
    }

    .customer_paybtn {
        gap: 20px;
        padding: 10px 0 0;
    }

        .customer_paybtn button {
            font-size: 18px;
        }

    .fareamountpart {
        padding: 20px;
    }
}

@media only screen and (max-width: 1309px) {
    /* Home Page */

    .headermenu .navbar-inverse .navbar-nav > li {
        padding: 0 15px;
    }

    .headertopright {
        gap: 90px;
    }

    .headertopcontent p {
        font-size: 15px;
        font-weight: 400;
        line-height: normal;
    }

    .sitelogo {
        padding: 0;
    }

        .sitelogo a img {
            width: 100%;
            max-width: 270px;
        }

    .contactaera p {
        font-size: 15px;
        background-position: -9px -156px;
        padding: 6px 0 11px 60px;
        background-size: 80px;
    }

    .route p {
        background-position: -9px -325px;
    }

    .headerbottom:after {
        top: 67.2px;
        width: 1.7%;
    }

    .carousel .arrow {
        top: 45%;
    }

    .bookingsection {
        top: 8.3%;
    }

    .bookingpart {
        padding: 0 0 20px;
    }

    .bookingcity.bookingdate {
        gap: 20px;
    }

    .bookinginput input {
        height: 48px;
        padding: 0 0 0 20px !important;
        font-size: 17px;
    }

    .bookingsearch button {
        height: 48px;
        font-size: 17px;
    }

    .toptitle {
        font-size: 27px;
    }

    .Callarea {
        padding: 75px 0 0
    }

        .Callarea::after {
            width: 350px;
            height: 377px;
            background-size: 350px;
        }

    .servicewrap {
        padding: 90px 0 0 0;
    }

    .serviceslide {
        padding: 37px 0 0 0;
    }

    .servicebox {
        width: 270px;
        height: 223px;
    }

    .servicecontrnt {
        width: 268px;
        height: 221px;
    }


    .appleft h4 {
        font-size: 17px;
    }

    .appleft h2 {
        font-size: 26px;
    }

    .appleft p {
        font-size: 19px;
    }

    .featurecontent p {
        font-size: 14px !important;
    }

    .appicon a img {
        width: 150px;
    }

    .appleft .appfeatures {
        padding: 32px 0 20px;
    }

    .appleft {
        padding: 54px 0 46px;
    }

    .bushiretop h4 {
        font-size: 17px;
    }

    .bushirearea {
        padding: 90px 0 40px;
    }

    .bushirebox {
        width: 310px;
        height: 376px;
    }

    .testimonialpartleft h4 {
        padding: 28px 35% 36px 0;
    }

    .testimonialpartleft h4 {
        padding: 28px 35% 36px 0;
    }

    .testbox {
        width: 85%;
    }

    .testimonialpart {
        padding: 40px 0 90px;
    }

    .footer_navbar_details h4 {
        line-height: 25px;
    }

    .dualnumber {
        padding: 31px 84px 30px;
    }

    .footer_bg {
        padding: 80px 0 0;
    }

    .footer_navbar_details h4 {
        padding: 34px 0 0;
    }

    .footer_navlinks {
        padding: 33px 0 0;
    }

    /*Bus Hire page*/

    .introbox {
        flex-basis: 30.88%;
    }

    /* E-Ticket */

    .ticket_page_title h5 {
        font-size: 20px;
    }

    .ticket_main {
        padding: 50px 0 0;
    }

    .onwars_journy_top {
        padding: 30px;
    }

    .onward_journy_box {
        padding: 10px 30px 20px;
    }

    .passenger_detail_main_block {
        padding: 50px 0 0;
    }

    .passenger_detail_sub_box.passenger_contact_detail_sub_box {
        padding: 40px 0 0;
    }

    .passenger_detail_row .passenger_detail_list_name label {
        padding: 7px 0 0;
    }

    .ticket_orderno p {
        font-size: 19px;
    }

    .ticket_orderno label {
        font-size: 19px;
    }

    .button_bottom {
        padding: 60px 0;
    }

    /* Available Routes */

    .bookingpolicycont {
        height: 247px;
    }

    .ba-we-love-subscribers {
        width: 330px;
        height: 0;
        background-color: var(--primary-color);
        border-radius: 8px;
        box-shadow: 0px 12px 45px rgba(0, 0, 0, .15);
        text-align: left;
        margin: 0 0 10px 0;
        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 {
            height: 75vh;
            overflow-y: auto;
            opacity: 1;
            padding: 0 20px 20px;
        }

        .ba-we-love-subscribers.popup-ani {
            -webkit-transition: all .8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            transition: all .8s 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: 20px;
                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: 20px;
                line-height: 0;
                text-shadow: none;
                opacity: 1;
            }

                .ba-we-love-subscribers-fab .img-fab.close::before {
                    font-family: "FontAwesome";
                    content: "\f00d";
                    font-size: 20px;
                    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: 3;
        width: 70px;
    }

    .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 {
        display: none;
    }

    .filter-drawer__title {
        cursor: pointer;
        display: block;
        font-size: 15px;
        padding: 0;
        position: relative;
        text-align: left;
    }

    .filter-drawer {
        margin-bottom: 0;
        border: 1px solid var(--border-color);
        background-color: var(--pure);
        border-radius: 4px;
        padding: 18px;
    }


    .filter-drawer__trigger:checked + .filter-drawer__title + .filter-drawer__content-wrapper {
        max-height: 100%;
        text-align: left;
    }

    .ba-we-love-subscribers-fab {
        width: 65px;
        height: 65px;
        background-color: #BF464B;
        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;
    }

    .modifycity {
        width: 48.9%;
    }

    .available_route_rightbar {
        width: 100%;
    }

    .sortbytype label {
        padding: 9px 28px;
    }

    .sorttitle {
        font-size: 16px;
        padding: 0 0 0 30px;
        background-position: left -1145px;
        background-size: 34px;
    }

    .available_routearea {
        flex-basis: 41%;
    }

    .available_route_main {
        gap: 0;
    }

    /* Customer Info */

    .customerhead {
        font-size: 21px;
    }

    .cust_pass_input01 {
        flex-basis: 40.4%;
    }

    .cust_pass_psngr .cust_pass_input {
        flex-basis: 31.2%;
    }

    .custoinfo_coupon.custoinfo_wallet .couponwallet input {
        width: 70%;
    }

    .custoinfo_coupon {
        flex-basis: 48%;
    }

    .custoinfo_wallet {
        flex-basis: 48%;
    }

    .custoinfo_coupon.custoinfo_wallet .couponwallet input {
        width: 67.6%;
    }

    .customerright {
        gap: 25px;
    }
}

@media only screen and (max-width: 1229px) {
    /* Home Page */

    .headertopright {
        gap: 60px;
    }

    .contactaera {
        gap: 40px;
    }

    .manudp {
        padding: 18px 0 0;
    }

    .headermenu .navbar-inverse .navbar-nav > li {
        padding: 0 8px;
    }

        .headermenu .navbar-inverse .navbar-nav > li > a {
            font-size: 15px;
            padding: 0 10px 18px;
        }

    .quickbook {
        font-size: 18px;
        padding: 0 0 10px;
    }

    .tab-bookingform {
        padding: 15px;
    }

    .bookingsection {
        top: 6.4%;
        padding: 0 15px;
    }

    .bookinginput input {
        height: 44px;
        padding: 0 0 0 15px !important;
        font-size: 16px;
    }

    .bookingcity.bookingdate {
        gap: 15px;
    }

    .bookingpart {
        padding: 0 0 15px;
    }

    .servicewrap {
        padding: 80px 0 0 0;
    }

    .Callarea {
        padding: 70px 0 0;
    }

    .callmeright h4 {
        font-size: 23px;
    }

    .callwrap {
        width: 368px;
        height: 357px;
    }


    .callmeWrapper::after {
        width: 844px;
        height: 437px;
    }



    .toptitle {
        font-size: 26px;
    }

    .servicebox {
        width: 260px;
        height: 213px;
    }

    .servicecontrnt {
        width: 258px;
        height: 211px;
    }

    .apparea {
        padding: 0 0 0 88px;
    }

    .appleft h2 {
        font-size: 23px;
    }

    .bushiretop h4 {
        flex-basis: 47.8%;
    }

    .testimonialpartleft h4 {
        font-size: 22px;
    }

    .testimonialpartleft h4 {
        padding: 28px 35% 20px 0;
    }

    .testimonialpartleft .ratting {
        gap: 15px;
    }

        .testimonialpartleft .ratting span {
            width: 34px;
            height: 33px;
            padding: 0;
            background-position: center -1379px;
            background-size: 64px;
        }

    .testimonialslide .slick-dots button {
        width: 75px;
        height: 75px;
        background-position: center -1891px;
        background-size: 80px;
    }

    .testimonialslide .slick-dots li:last-child button {
        background-position: center -2086px;
    }

    .testicon {
        padding: 100px 0 0;
    }

    .testimonialslide button.slick-prev, .testimonialslide button.slick-next {
        width: 37px;
        height: 37px;
        background-position: center -2556px;
    }

    .testimonialslide button.slick-next {
        right: auto;
        left: 52px;
        background-position: center -2706px;
    }

    .testimonialpart {
        padding: 50px 0 80px;
    }

    .footer_bg {
        padding: 77px 0 0;
    }

    .footer_maindetails {
        gap: 75px;
    }

    .dualnumber {
        width: 380px;
        padding: 31px 54px 30px;
    }

        .dualnumber.dualnumber02 {
            width: 390px;
        }

    /* Available Routes */

    .droproutebtnwrap {
        justify-content: center;
    }

    .bookingseatchart {
        flex-basis: 65%;
    }

    .route_box {
        flex-basis: 26%;
    }

    .available_routepart {
        gap: 32px;
    }

    .available_routearea {
        flex-basis: 43%;
    }

    .modifybutton {
        width: 12%;
    }

        .modifybutton button {
            font-size: 17px;
            height: 56px;
        }

    .modifyinput select, .modifyinput input {
        height: 56px;
    }

    .available_route_section {
        padding: 50px 0 60px;
    }

    /* Customer Info */

    .customerleft {
        gap: 22px;
        width: 100%;
    }

    .cust_box_title h5 {
        font-size: 18px;
    }

    .custoinfo_coupon .couponwallet input {
        width: 69.8%;
    }

    .custoinfo_coupon.custoinfo_wallet .couponwallet input {
        width: 73.8%;
    }

    .cust_box_title label {
        font-size: 18px;
    }

    .psnger_checkbox label {
        font-size: 18px;
    }

    .cutomer_note label {
        font-size: 18px;
    }

    .cutomer_note p {
        padding: 8px 0 0;
    }

    .customer_agree label {
        font-size: 17px;
    }

    .customer_paybtn {
        display: none;
    }

    .customer_paybtnmbl {
        display: flex !important;
    }

    .customerboxwrap {
        gap: 35px;
    }

    .customerright {
        gap: 22px;
        width: 100%;
    }

    .pass_journey_details_box p {
        flex-basis: 28%;
    }

    .pass_journey_details_box label {
        flex-basis: 70%;
    }
}

@media only screen and (max-width: 1299px) {
    .buswrap {
        min-height: inherit;
    }

    .bushire .bushiretop {
        padding: 70px 0;
    }

    .busgalllrywrap {
        padding: 70px 0;
    }

    .busformleft {
        width: 35%;
        background-size: cover;
    }

    .busformright {
        width: 65%;
        padding: 70px 50px 0;
    }

        .busformright .bushireformbox {
            row-gap: 24px;
        }

    .intro_wrap {
        column-gap: 30px;
        row-gap: 40px;
        padding: 0 0 50px;
    }

    .galleryname {
        padding: 15px 20px;
    }

        .galleryname a span {
            background-position: 116% center;
            width: 38px;
            height: 38px;
            background-size: 80px;
        }

            .galleryname a span:hover {
                background-position: -20% center;
            }

    .intro_details {
        width: 70%;
    }
}

@media only screen and (max-width: 1123px) {

    .Callarea {
        padding: 65px 0 0;
    }



    .callwrap {
        width: 355px;
        height: 355px;
    }

    .callmeright {
        width: 42.2%;
    }

    .callmeWrapper::after {
        width: 744px;
        height: 427px;
    }

    .callmeright h4 {
        font-size: 21px;
        padding: 1px 0 30px;
    }

    .callwrap p {
        font-size: 23px;
        padding: 31px 0 30px;
    }

    .toptitle {
        font-size: 25px;
    }

    .apparea {
        padding: 0 0 0 50px;
    }

    .appleft h4 {
        font-size: 16px;
    }

    .appleft h2 {
        font-size: 22px;
        padding: 14px 0 23px;
    }

    .appleft p {
        font-size: 18px;
    }

    .appicon a img {
        width: 140px;
    }

    .appright {
        width: 60%;
        height: 483px;
        z-index: 1;
        background-size: 500px;
    }

    .apprightbox {
        top: 172px;
    }

    .bushirearea {
        padding: 80px 0 40px;
    }

    .bushiretop h4 {
        flex-basis: 51.8%;
    }

    .bushirebox span {
        width: 75px;
        height: 75px;
        background-position: center -1081px;
        background-size: 55px;
    }

    .bushirebox.bushirebox02 span {
        background-position: center -1273px;
    }

    .bushirebox.bushirebox03 span {
        background-position: center -1465px;
    }

    .bushirebox.bushirebox04 span {
        background-position: center -1656px;
    }

    .bushirebox.bushirebox05 span {
        background-position: center -1847px;
    }

    .bushirebox.bushirebox06 span {
        background-position: center -2040px;
    }

    .bushirebox.bushirebox07 span {
        background-position: center -2227px;
    }

    .dualnumber {
        padding: 31px 46px 30px;
    }

    .footer_navbar_block {
        gap: 117px;
    }

    .Contect_details {
        gap: 20px;
        align-items: flex-start;
    }

    .busformright {
        width: 65%;
        padding: 50px;
    }

    .busformleft {
        background-size: cover;
        height: 684px;
    }
}

@media only screen and (max-width: 1099px) {

    /*Bus Hire*/
    .bushire_input input, .bushire_input textarea {
        min-height: 50px;
    }

    .busformright .submitbtn {
        padding: 15px 32px;
        margin: 0 0 0;
        font-size: 18px;
    }

    .busgallerybox {
        flex-basis: 31.9%;
    }

    .bus_galleryfilter {
        column-gap: 46px;
        padding: 50px 0 30px;
    }

    .intro_wrap .introbox .Introduction h5 {
        font-size: 18px;
        line-height: 21px;
    }

    .intro_wrap .introbox .intro_details h4 {
        font-size: 18px;
        line-height: 21px;
    }

    .intro_wrap .introbox .intro_details p {
        font-size: 14px;
        line-height: 18px;
    }

    .busformright h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1023px) {
    /* Home Page */

    .bookingsection {
        top: 5.2%;
    }

    .callwrap p {
        font-size: 20px;
        padding: 21px 0 30px;
    }

    .callwrap .callme a {
        font-size: 17px;
    }

    .callmeWrapper::after {
        width: 664px;
        height: 412px;
    }

    .callwrap {
        width: 345px;
        height: 345px;
    }

    .appleft h2 {
        font-size: 20px;
    }

    .appleft p {
        font-size: 17px;
    }

    .bushirebox {
        width: 300px;
        height: 366px;
    }

    .bushiretop h4 {
        flex-basis: 53.8%;
    }

    .appndbushirewrap {
        padding: 50px 0 0;
    }

    .bushirearea {
        padding: 80px 0 35px;
    }

    .appndbuswrap::after {
        height: 603px;
    }

    .testimonialpart {
        padding: 30px 0 80px;
    }

    .testimonialslide {
        padding: 66px 0 99px 63px;
    }

    .testimonialpartright:after {
        height: 139px;
        width: 160px;
        background-size: 160px;
    }

    .footer_navbar_details h4 {
        padding: 30px 0 0;
    }

    .footer_bg {
        padding: 72px 0 0;
    }

    .footer_navbar_details h4 {
        padding: 25px 0 0;
    }

    .footer_navlinks {
        padding: 24px 0 0;
    }

    .dualnumber {
        padding: 31px 26px 30px;
    }

    /* Available Routes */

    .bookingpolicycont {
        height: 282px;
    }

    .modifycity {
        width: 48.8%;
    }

    .available_routepart {
        gap: 30px;
    }

    /*Bus Hire*/
    .Contect_details {
        gap: 25px;
    }

        .Contect_details p.mailus {
            text-align: left;
        }

    @media only screen and (max-width: 991px) {
        /* Home Page */

        .sitelogo a img {
            max-width: 220px;
        }

        .contactaera p {
            font-size: 14px;
            background-position: -3px -113px;
            padding: 6px 0 11px 50px;
            background-size: 60px;
        }

        .route p {
            background-position: -3px -239px;
        }

        .loginwrap .dropdown:checked + label, .loginwrap .dropdown:not(:checked) + label {
            font-size: 13px;
            padding: 7px 14px 7px 30px;
            background-position: -19px -429px;
            background-size: 70px;
        }

        .loginwrap .section-dropdown {
            top: 38px;
        }

            .loginwrap .section-dropdown a {
                font-size: 14px;
                padding: 8px 0 8px 10px;
            }

        .contactaera {
            gap: 40px;
            padding: 0;
        }

        .rightheader {
            width: 100%;
            float: left;
            justify-content: center;
            align-items: center;
            border: none;
        }

        .headermenu .navbar-inverse .navbar-nav > li {
            padding: 0 14px;
        }

        .headertopright {
            gap: 70px;
            justify-content: space-between;
            width: 100%;
            padding: 0 0 5px;
        }

        .headerappicon a {
            font-size: 20px;
        }

        .headertop {
            height: auto;
        }

        .headertopcontent p {
            font-size: 14px;
        }

        .headerappicon {
            gap: 8px;
        }

            .headerappicon span a {
                background-position: center 2px;
                width: 20px;
                height: 20px;
                padding: 18px;
                background-size: 70px;
            }

        .sitelogo {
            padding: 20px 0;
            width: 100%;
            text-align: center;
        }

        .headerbottom:after {
            display: none;
        }

        .manudp {
            float: left;
            padding: 20px 0 0;
            width: 100%;
        }

        .headermenu {
            float: left;
            width: 100%;
            text-align: center;
        }

        .cssmenu {
            float: none;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
        }

        .bookingform {
            background-color: var(--primary-color);
            width: 100%;
        }

            .bookingform img {
                display: none;
            }

        .bookingsection {
            top: 0;
            position: relative;
            padding: 15px;
        }

        .tab-bookingform {
            width: 100%;
        }

        .sliderwrap {
            width: 100%;
        }

        .carousel .arrow {
            left: 20px;
        }

            .carousel .arrow.right {
                left: auto;
                right: 20px;
            }

        .footer_maindetails {
            gap: 60px;
        }

        .footer_bg {
            padding: 65px 0 0;
        }

        .servicewrap {
            padding: 70px 0 0 0;
        }

        .testimonialpart {
            padding: 20px 0 0 0;
        }



        .appndbushirewrap {
            padding: 40px 0 0;
        }

        .bushirearea {
            padding: 70px 0 35px;
        }

        .Callarea {
            padding: 70px 0 0;
        }

        .callwrap {
            width: 345px;
            height: 345px;
        }

        .Callarea::after {
            width: 330px;
            height: 357px;
            background-size: 330px;
            left: 110px;
            top: 30px;
            bottom: 48px;
        }

        .callmeWrapper::after {
            display: none;
        }

        .callmeright {
            width: 100%;
            padding: 30px;
            background-color: var(--background);
            border-radius: 10px;
            box-shadow: 0 4px 20px rgba(43,138,200,20%);
        }

        .box-item {
            width: 100%;
            display: flex;
            justify-content: center;
        }

        .callmewrap {
            padding: 0 0 70px;
            width: 100%;
        }

        .toptitle {
            font-size: 24px;
        }

        .serviceslide {
            padding: 27px 0 0 0;
        }

        .servicecontrnt {
            width: 248px;
            height: 211px;
        }

        .servicebox {
            width: 250px;
            height: 213px;
        }

        .apparea {
            width: 100%;
            padding: 0 0 0;
            gap: 0;
            flex-direction: column;
        }

        .appleft {
            width: 100%;
            padding: 54px 46px;
        }

        .appright {
            width: 100%;
            height: 350px;
            border-radius: 0 0 20px 0;
        }

        .apprightbox {
            top: 39px;
            padding: 20px 20px 0 0;
        }

        .appright .appqrcodebox {
            border-radius: 0 0;
        }

        .appndbuswrap::after {
            height: 723px;
            top: 32.1%;
        }

        .testimonialpartright {
            width: 100%;
            border-radius: 0;
        }

        .testimonialpartleft {
            width: 100%;
        }

        .testimonialpart {
            flex-direction: column;
            gap: 70px;
            padding: 40px 0 70px;
        }

        .footer_navbar_top {
            flex-direction: column;
            gap: 50px;
        }

        .footer_navbar_block {
            justify-content: flex-start;
        }

        .footer_contact {
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
        }

        .dualnumber {
            width: 50% !important;
        }

        .footer_navbar_bottom {
            height: auto;
        }

        .dualnumber.dualnumber03 {
            /* width: 100% !important; */
            background-color: transparent;
        }

        .footer_bg:after {
            display: none;
        }

        /*Contact Us Page*/

        .contact_suboffice .filter_tab_main {
            flex-basis: 32%;
        }

        /******My Booking Page css******/

        .bookinglist_tabs .season_tab {
            width: 160px;
        }

        .bookinglist_tabs .season_content {
            left: 180px;
        }

        .mybooking_tabscontent table tbody tr td {
            padding: 10px 5px;
        }

        .mybooking_tabscontent table thead tr {
            font-size: 14px;
            font-weight: 700;
        }

        /*Agent registration*/

        .Agent_form_left h4 {
            font-size: 20px;
        }

        .Agent_form {
            gap: 30px;
            flex-direction: column;
        }

        .Agent_form_left p {
            font-size: 16px;
            padding: 20px 0 40px;
        }

        /*Bus Hire page*/

        .intro_wrap {
            justify-content: space-between;
        }

        .introbox {
            flex-basis: 47%;
        }

        .busformleft {
            background-image: none;
            height: 663px;
            background-color: var(--primary-color);
            border-radius: 0 15px 15px 0;
        }

        .busformright .bushireformbox {
            padding: 40px 0 30px;
        }

        .busformright {
            padding: 55px 30px 0 30px;
        }

        .bushire_input input, .bushire_input textarea {
            min-height: 45px;
        }

        .introbox span {
            background-position: left -8px;
            background-size: 60px;
            width: 58px;
            height: 58px;
        }

        .introbox.introbox02 span {
            background-position: left -255px;
        }

        .introbox.introbox03 span {
            background-position: left -503px;
        }

        .introbox.introbox04 span {
            background-position: left -751px;
        }

        .introbox.introbox05 span {
            background-position: left -998px;
        }

        .introbox.introbox06 span {
            background-position: left -1246px;
        }

        .introbox.introbox07 span {
            background-position: left -1493px;
        }

        /*E-Ticket*/

        .ticket_orderno {
            padding: 40px 0 20px;
        }

        .passenger_detail_box {
            padding: 0 0 0 10px;
            flex-basis: 65.5%;
        }

        .fare_detail_box {
            flex-basis: 34.5%;
            padding: 25px 20px;
        }

        .fare_details_block {
            padding: 15px 0 0;
        }

        .passenger_detail_title h5 {
            font-size: 19px;
            padding: 0 0 6px;
        }

        .button_bottom {
            padding: 50px 0 60px;
        }

        .passenger_detail_row .passenger_detail_list_name label {
            font-size: 15px;
        }

        .onward_journy_left_block .block_tocity {
            font-size: 20px;
        }

        .fare_detail_title h5 {
            font-size: 19px;
        }

        /* Available Routes */

        .cancellation-list-scroll {
            width: 100%;
        }

        .bookingpolicycont {
            width: 100%;
            justify-content: flex-start;
            height: 130px;
        }

        .bookingseatchart {
            flex-basis: 100%;
        }

        .viewseatpart i {
            padding: 11px 30px;
            font-size: 18px;
        }

        .bookingdeatails {
            flex-basis: 100%;
            padding: 0;
        }

        .bookingchartdata {
            gap: 40px;
        }

        .ba-we-love-subscribers-wrap {
            width: 52px;
        }

        .route_box label {
            font-size: 18px;
        }

        .modifycity {
            width: 100%;
        }

            .modifycity.modifydate {
                width: 100%;
                gap: 20px;
            }

        .modifyinput {
            width: 46%;
        }

            .modifyinput select, .modifyinput input {
                height: 50px;
            }

            .modifyinput.modifytodate, .modifyinput.modifyfromdate {
                width: 48.6%;
            }

        .modifybutton {
            width: 100%;
        }

            .modifybutton button {
                height: 50px;
            }

        .available_route_topbar {
            gap: 14px;
        }

        .sortbytype .css-qfz70r-MuiFormGroup-root {
            gap: 12px;
        }

        .sortbytype label {
            padding: 9px 22px;
        }

        .available_route_box {
            padding: 25px 25px 0;
        }

        .available_route_box_toprow {
            gap: 30px 36px;
        }

        .available_routearea {
            flex-basis: 55%;
        }

        .availableinr {
            gap: 6px;
            align-items: flex-start;
        }

        .droproutebtnleft {
            gap: 12px;
            flex-wrap: wrap;
            justify-content: center;
        }

            .droproutebtnleft a {
                gap: 8px;
                padding: 11px 12px 10px;
            }

        .viewseatpart button {
            padding: 11px 22px 10px;
            font-size: 15px;
        }

        .ba-we-love-subscribers-fab {
            width: 50px;
            height: 50px;
        }

            .ba-we-love-subscribers-fab .img-fab::before {
                font-size: 18px;
            }

            .ba-we-love-subscribers-fab .img-fab.close::before {
                font-size: 18px;
            }

        /* Customer Info */

        .customerwrap {
            padding: 5px 30px 35px;
        }

        .custinfopopup .css-2rbg70-MuiPaper-root-MuiDialog-paper {
            margin: 10px;
            max-height: calc(100% - 20px);
        }

        .customerhead {
            font-size: 20px;
        }

        .cust_pass_input01 {
            flex-basis: 40%;
        }

        .custoinfo_coupon {
            flex-basis: 100%;
        }

        .custoinfo_wallet {
            flex-basis: 100%;
        }

        .cust_box_code h5 {
            padding: 15px 0 0;
        }

        .custoinfo_coupon .couponwallet input {
            width: 81.6%;
        }

        .custoinfo_coupon.custoinfo_wallet .couponwallet input {
            width: 84.2%;
        }

        .customerboxwrap {
            gap: 30px;
        }

        .fareamountbox {
            padding: 0 8px 20px;
        }
    }

    @media only screen and (max-width: 767px) {
        .validation-unsuccess p {
            padding: 12px 28px;
        }

            .validation-unsuccess p i {
                margin: 3px 11px 0 0;
                padding: 4px 0 0;
            }

        .validation-success p {
            font-size: 12px;
            padding: 15px 20px;
        }

            .validation-success p i {
                margin: 3px 12px 0 0;
                padding: 4px 0 0;
            }
        /* Home page */
        .headertopcontent {
            justify-content: flex-end;
        }

            .headertopcontent p {
                display: none;
            }

        .headermenu .navbar-collapse {
            padding: 0;
            border: none;
        }

        .rightheader {
            position: initial;
        }

        .loginwrap .sec-center {
            z-index: 2;
        }

        .manudp {
            padding: 0;
            border: none;
            overflow: hidden;
        }

        .headertop {
            padding: 3px 0;
        }

        /* leftmenu start */

        .headermenu {
            width: auto;
            position: absolute;
            top: -9px;
            left: -8px;
            margin: 0;
            background-color: transparent;
            z-index: 5;
            padding: 0;
        }

        .fixedbtn {
            position: absolute;
            top: -24px;
            left: 8px;
            z-index: 1030;
            background-color: transparent;
            border: navajowhite;
        }

            .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;
                left: 44%;
            }

                .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;
        }

        /*.headermenu .navbar-toggle .icon-bar {
        background: #fff;
    }*/

        .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: 10px 0 15px !important;
                text-align: left;
                padding: 0 0 0 20px;
            }

                .headermenu .navbar-inverse .navbar-nav > li > a {
                    font-size: 16px;
                    padding: 0;
                    color: #3B3A4B;
                    margin: 0;
                    border-bottom: none;
                    font-weight: 500;
                    text-align: left;
                }

                    .headermenu .navbar-inverse .navbar-nav > li > a:before {
                        display: none;
                    }

        .headermenu .navbar-inverse {
            background-color: #fff;
            box-shadow: none;
        }

            .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;
            }

        .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: 50%;
            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;
        }

        /* leftmenu end */

        .bookinginput input {
            height: 42px;
        }

        .bookingsearch button {
            height: 42px;
            font-size: 16px;
        }

        .carousel .arrow {
            width: 36px;
            height: 36px;
            background-position: center -587px;
            background-size: 60px;
        }

            .carousel .arrow.right {
                background-position: center -707px;
            }

        .Callarea::after {
            left: 60px;
        }

        .apprightbox {
            top: 57px;
            padding: 20px 20px 0 0;
        }

        .bushireslide .slick-dots {
            display: none !important;
        }

        .apparea::after {
            width: 100%;
        }

        .poweredby span {
            padding: 2px 0 0 0;
        }

        .bushirearea {
            padding: 70px 0 35px;
        }

        .bushirebox {
            width: 280px;
            height: 346px;
            padding: 40px 25px 0 25px;
        }



        .appstoreicon img {
            width: 140px;
        }

        /*Contact Page*/

        .innerpage_titleshape h2 {
            font-size: 17px;
        }

        .inner_head_title span {
            font-size: 23px;
        }

        .contact_suboffice .filter_tab_main {
            flex-basis: 48.6%;
        }

        /*About Page*/

        .aboutus_content_left {
            flex-basis: 100%;
        }

        .aboutus_content_right {
            display: none;
        }

        .policy_content_main h3 {
            font-size: 23px;
        }

        .policy_part h4 {
            font-size: 18px;
            line-height: 22px;
        }

        .policy_content_main p {
            font-size: 15px;
        }

        .office_address {
            font-size: 16px;
        }

        .conditions_wrapper_left {
            flex-basis: 100%;
            width: 100%;
        }

        .policy_area ul {
            padding: 0 0 20px 30px;
        }

        .conditions_wrapper_right {
            display: none;
        }

        .feedback_form_left {
            flex-basis: 100%;
        }

        .feedback_form_right {
            display: none;
        }

        .toptitle.footertoptitle {
            font-size: 23px;
        }

        /*Bus Hire page*/


        .bus_galleryfilter {
            column-gap: 14px;
            padding: 40px 0 24px;
        }

            .bus_galleryfilter .btn {
                font-size: 15px;
            }

        .busgallerylist {
            display: grid;
            grid-template-columns: repeat(2, 48.3%);
            justify-content: start;
            gap: 20px;
        }

        .busformleft {
            display: block;
            height: auto;
            width: 100%;
            border-radius: 0;
        }

            .busformleft h3 {
                padding: 50px 0 0;
            }

        .Contect_details {
            flex-direction: row;
            gap: 8px;
            align-items: center;
            justify-content: space-around;
            padding: 40px 20px 50px;
        }

        .busformright {
            width: 100%;
            padding: 50px;
        }

        .bushire_input label {
            font-size: 14px;
            margin: 0 0 6px;
        }

        .busformright h2 {
            font-size: 26px;
        }

        /*E-Ticket*/

        .ticket_page_title h5 {
            font-size: 19px;
        }

        .ticket_orderno p {
            font-size: 18px;
        }

        .ticket_orderno label {
            font-size: 18px;
        }

        .journey_detail_block {
            padding: 20px 0 0;
        }

        .onwars_journy_top {
            padding: 20px 20px;
        }

        .onward_journy_box {
            padding: 10px 20px 10px;
        }

        .onward_title p {
            font-size: 19px;
        }

        .onward_journy_left_block .block_tocity {
            font-size: 18px;
        }

        .onward_pnr {
            padding: 8px 20px 7px;
            font-size: 14px;
            font-weight: 500;
        }

            .onward_pnr label {
                font-weight: 500;
            }

        .onward_journy_boarding_point label {
            font-size: 13px;
        }

        .passenger_detail_main_block {
            flex-wrap: wrap;
            flex-direction: column;
            padding: 40px 0 0;
            width: 100%;
            gap: 30px;
        }

        .passenger_detail_box {
            padding: 0;
            flex-basis: 100%;
            width: 100%;
        }

        .fare_detail_box {
            flex-basis: 100%;
            width: 100%;
        }

        .fare_details_row p, .fare_details_row label {
            font-size: 15px;
        }

        .fare_details_row.fare_details_bottom_row label {
            font-size: 16px;
        }

        .onward_journy_box_right {
            gap: 24px;
            flex-basis: 34%;
        }

        .onward_journy_box_left {
            flex-basis: 62%;
        }

        .onward_journy_box {
            gap: 20px;
        }

        .button_bottom {
            padding: 40px 0 50px;
        }

        /* Available Routes */

        .bookingpolicycont {
            height: 150px;
        }

        .bookingchartdata {
            flex-direction: column;
            flex-wrap: nowrap;
        }

        .seatpricefilter ul {
            padding: 0 0 10px;
        }

        .lowerdeckseat, .upperdeckseat {
            width: 270px;
            min-height: 550px;
        }

        .seatitle {
            text-align: left;
            padding: 15px 0 10px;
        }

        .bookingcontinue button {
            font-size: 15px;
            padding: 11px 30px;
        }

        .amenities-tab-list {
            gap: 18px;
        }

        .boarding-dropping-tab-section {
            padding: 22px;
        }

        .boarding-title {
            font-size: 17px;
            padding: 0 0 12px;
        }

        .amenities-tab-section {
            padding: 20px;
        }

        .availableinr {
            align-items: flex-end;
        }

        .boarding-list-type-main {
            height: 194px;
        }

        .available_route_sortby {
            width: 100%;
            float: left;
            overflow-x: auto;
            padding: 0 0 10px;
        }

            .available_route_sortby::-webkit-scrollbar {
                width: 0;
                height: 0;
            }

            .available_route_sortby::-webkit-scrollbar-thumb {
                width: 0;
                height: 0;
            }

        .available_route_topbar {
            width: max-content;
        }

        .available_route_listing {
            padding: 20px 0 0;
        }

        .available_route_box_toprow {
            gap: 20px;
        }

        .available_booking {
            gap: 16px;
        }

        .available_routearea {
            flex-basis: 66%;
        }

        .available_routepart {
            gap: 30px;
        }

        .routearrow {
            flex-basis: 140px;
            height: 10px;
        }

            .routearrow img {
                max-width: 140px;
            }

        .droproutebtnwrap {
            justify-content: center;
        }

        /* Customer Info */

        .cust_pass_input01 {
            flex-basis: 48%;
        }

        .cust_pass_input02 {
            flex-basis: 48%;
        }

        .cust_pass_psngr .cust_pass_input {
            flex-basis: 30.6%;
        }

        .cust_pass_input input {
            height: 46px;
            padding: 0 12px !important;
        }

        .custoinfo_coupon .couponwallet input {
            width: 76.8%;
        }

        .couponwallet button {
            padding: 13px 21px 13px;
            font-size: 17px;
        }

        .custoinfo_coupon.custoinfo_wallet .couponwallet input {
            width: 79.8%;
        }

        .cust_pass_select select {
            padding: 0 12px;
            height: 46px;
        }

        .cutomer_note p {
            font-size: 14px;
            line-height: 18px;
        }

        .customerboxwrap {
            gap: 25px;
        }
        /****My Booking Page CSS****/

        .loginpopupmain:before {
            height: 25px;
            clip-path: polygon(0 0, 70% 0%, 65% 100%, 0% 100%);
        }

        .loginpopupmain:after {
            height: 25px;
            clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 25% 100%);
        }

        .bookinglist_tabs {
            min-height: 10px;
        }

            .bookinglist_tabs .season_tab {
                width: 100%;
                margin: 0 0 15px;
            }


        .season_tab label.tabtitle {
            height: 42px !important;
            width: 100% !important;
            float: left;
        }

        .bookinglist_tabs .season_content {
            left: 0;
            position: relative;
            width: 100%;
        }

        .profileinputdetails {
            flex-wrap: wrap;
        }

        .profileinputdata {
            width: 100%;
            padding: 0 0 0px;
        }

            .profileinputdata label {
                line-height: 60px;
            }

        .profileinputdetails.profileinputdetailsbtn {
            padding: 10px 0;
        }

        .mybookingtab {
            padding: 0;
        }


        .profileinputdetails .tabtitle.tabtitlewlt label {
            height: 40px !important;
        }
    }

    @media only screen and (max-width: 679px) {
        .available_routearea {
            flex-basis: 100%;
        }
    }

    @media only screen and (max-width: 639px) {
        /* Home Page */

        .loginwrap .section-dropdown {
            left: -13px;
        }

            .loginwrap .section-dropdown:after {
                left: 43px;
            }

        .headertopright {
            gap: 30px;
        }

        .sitelogo a img {
            max-width: 200px;
        }

        .fixedbtn.topfixedicon {
            left: 42%;
        }

        .contactaera {
            gap: 20px;
        }

        .headertopright {
            gap: 10px;
            padding: 0 0 20px;
            flex-direction: column;
        }

        .loginwrap {
            margin: 0;
        }

        .bookinginput input {
            height: 40px;
            font-size: 15px;
        }

        .bookingsearch button {
            height: 40px;
            font-size: 15px;
        }

        .carousel .arrow {
            top: 44%;
        }

        .footer_navbar_top {
            gap: 40px;
        }

        .Callarea {
            padding: 60px 0 0;
        }

        .toptitle {
            font-size: 23px;
        }

            .toptitle svg {
                bottom: 0;
            }

        .callwrap p {
            font-size: 20px;
        }

        .callmepart input[type="text"] {
            width: 69%;
        }

        .callmepart button {
            font-size: 15px;
        }

        .servicewrap {
            padding: 60px 0 0 0;
        }

        .Callarea::after {
            left: 0;
        }

        .appndbuswrap::after {
            height: 833px;
        }

        .appndbushirewrap {
            padding: 30px 0 0;
        }

        .buswraper .slick-prev, .buswraper .slick-next {
            display: none !important;
        }

        .buswraper .slick-next {
            display: none !important;
        }

        .bushirearea {
            padding: 60px 0 25px;
        }

        .bushiretop h4 {
            flex-basis: 60.8%;
        }

        .dualnumber {
            width: 100% !important;
        }



        .footer_bg {
            padding: 60px 0 0;
        }

        .footer_navlinks {
            padding: 14px 0 0;
        }

            .footer_navlinks ul {
                gap: 11px;
            }

        .footer_maindetails:after {
            width: 100%;
            height: 450px;
            left: 0;
            background-size: cover;
        }

        .bottomfooter {
            flex-direction: column;
            gap: 10px;
        }

        .bushiretop {
            align-items: flex-start;
            flex-direction: column;
            gap: 40px;
        }

        .testbox {
            width: 100%;
        }

        .testimonialslide {
            padding: 60px 15px 70px;
        }

        .testimonialpart {
            padding: 10px 0 60px;
        }


        .footer_navbar_block {
            justify-content: flex-start;
            flex-direction: column;
            gap: 50px;
        }

        .testimonialpartleft h4 {
            font-size: 19px;
            line-height: 26px;
            padding: 28px 0 20px 0;
        }

        .footer_navbar_block {
            gap: 40px;
        }

        .footer_maindetails {
            gap: 50px;
        }

        /*Contact Page*/

        .contact_suboffice .filter_tab_main {
            flex-basis: 100%;
        }

        .contact_headoffice_no {
            gap: 20px;
            flex-direction: column;
        }

        .contact_num a {
            font-size: 17px;
        }

        /*Bus Hire page*/

        .introbox {
            flex-basis: 100%;
        }

        .intro_wrap .introbox .Introduction h3 {
            font-size: 18px;
            line-height: 21px;
            padding: 0 0 20px;
        }

        .intro_wrap .introbox .Introduction h5 {
            font-size: 14px;
            line-height: 18px;
        }

        .intro_wrap .introbox .intro_details h4 {
            font-size: 16px;
            line-height: 21px;
        }

        .intro_details {
            width: 80%;
        }

        .intro_wrap .introbox .intro_details p {
            font-size: 13px;
            line-height: 18px;
        }

        .bushire_input {
            flex-basis: 100%;
        }

        .galleryname p {
            font-size: 16px;
        }

        .busgallerylist {
            grid-template-columns: repeat(2, 48.3%);
        }

        .busformright h2 {
            font-size: 24px;
        }

        /*E-Ticket*/

        .ticket_main {
            padding: 40px 0 0;
        }

        .ticket_page_title h5 {
            font-size: 18px;
        }

        .onward_journy_box {
            flex-wrap: wrap;
            flex-direction: column;
            width: 100%;
        }

        .onward_journy_box_left {
            flex-basis: 100%;
            width: 100%;
        }

        .onward_journy_box_right {
            flex-basis: 100%;
            width: 100%;
        }

        .onward_journy_box_left_bottom {
            padding: 20px 0 5px;
        }

        .onward_journy_box {
            padding: 10px 20px 20px;
        }

        .onward_journy_box_left_top {
            gap: 30px;
            padding: 0 0 10px;
            justify-content: space-between;
        }

        .passenger_detail_main_block {
            padding: 35px 0 0;
        }

        .passenger_detail_sub_box.passenger_contact_detail_sub_box {
            padding: 30px 0 0;
        }

        .passenger_detail_title h5 {
            font-size: 18px;
            padding: 0 0 5px;
        }

        .fare_details_row {
            padding: 12px 0 1px;
        }

        .ticket_orderno {
            padding: 35px 0 15px;
        }

        .onward_journy_left_block.left_block03 {
            align-items: flex-end;
        }

        /* Login Popup */

        .popupotp-input .web_input span {
            bottom: 8px;
        }

        .login_popup_main .css-ypiqx9-MuiDialogContent-root {
            padding: 45px 35px 30px;
        }

        .login_popup_main .css-2rbg70-MuiPaper-root-MuiDialog-paper {
            margin: 20px;
            max-height: calc(100% - 40px);
        }

        .popupclosebutton {
            width: 20px;
            height: 20px;
            top: 15px;
            right: 15px;
        }

            .popupclosebutton i {
                font-size: 20px;
            }

        .userloginpopup .popup-head i {
            font-size: 28px;
        }

        .userloginpopup .popup-head h5 {
            font-size: 20px;
            padding: 25px 0 0;
        }

        .popupotp-input {
            padding: 30px 0 0;
        }

            .popupotp-input .web_input {
                padding: 0 0 25px;
            }

                .popupotp-input .web_input label {
                    font-size: 16px;
                    padding: 0 0 12px;
                }

        .userloginpopup .web_input input {
            height: 44px !important;
        }

        .popupbtn-in {
            padding: 10px 22px;
            font-size: 15px;
        }

        /* Available Routes */

        .buscitynm {
            font-size: 17px;
        }

        .cancellation-list-scroll {
            overflow-x: scroll;
        }

            .cancellation-list-scroll::-webkit-scrollbar {
                width: 0;
                height: 0;
            }

            .cancellation-list-scroll::-webkit-scrollbar-thumb {
                width: 0;
                height: 0;
            }

        .cancellation-list-part {
            width: max-content;
        }

        .cancellation-list-left .cancellation-list-title {
            padding: 16px 10px;
        }

        .bookingpolicysec p {
            width: 95.2%;
        }

        .bookingpolicycont {
            height: 160px;
        }

        .customer .cust_pass_input .redclr {
            bottom: -15px;
        }

        .lowerdeckchart, .upperdeckchart {
            width: 100%;
        }

        .seatitle {
            padding: 10px 0 10px;
        }

        .bookingcontinue {
            padding: 30px 0 5px;
        }

            .bookingcontinue button {
                font-size: 14px;
                padding: 10px 24px;
            }

        .serviceboxtitle {
            font-size: 15px;
            padding: 8px 18px;
        }

        .viewseatpart button {
            padding: 10px 20px 9px;
        }

        .viewseatpart i {
            padding: 10px 28px;
        }

        .available_route_box .tab-pane {
            padding: 5px 0 25px;
        }

        .boarding-list-type-main {
            padding: 0 20px 0 0;
        }

        .boarding-route span {
            font-size: 14px;
        }

        .boarding-list-type {
            padding: 8px 0 8px;
        }

        .available_route_box {
            padding: 20px 20px 0;
        }

        .available_route_section {
            padding: 45px 0 55px;
        }

        .route_box label {
            font-size: 17px;
        }

        .available_routearea {
            flex-basis: 100%;
        }

        .routeduration {
            gap: 5px;
        }

            .routeduration label {
                padding: 7px 16px;
            }

        .availableseat {
            padding: 8px 12px;
            gap: 8px;
        }

            .availableseat span {
                width: 18px;
                height: 18px;
                background-position: center -1336px;
                background-size: 34px;
            }

            .availableseat label i {
                font-size: 16px;
                padding: 0 3px 0 0;
            }

        .availableinr {
            gap: 4px;
        }

            .availableinr label {
                font-size: 18px;
            }

        .route_box {
            gap: 6px;
        }

        .droproutebtnleft {
            justify-content: center;
            flex-wrap: wrap;
        }

            .droproutebtnleft a {
                padding: 10px 12px 9px;
            }

        .modifyinput select, .modifyinput input {
            height: 46px;
            font-size: 15px;
        }

        .modifybutton button {
            height: 46px;
        }

        /* Customer Info */

        .cust_pass_input01 {
            flex-basis: 100%;
        }

        .cust_pass_input02 {
            flex-basis: 100%;
        }

        .cust_pass_input input {
            height: 44px;
        }

        .cust_pass_input_details {
            gap: 16px;
        }

        .customerhead {
            font-size: 19px;
            line-height: 22px;
        }

        .cust_pass_psngr .cust_pass_input {
            flex-basis: 100%;
        }

        .custoinfo_coupon .couponwallet input {
            width: 100% !important;
        }

        .couponwallet button {
            padding: 13px 20px 12px;
            font-size: 16px;
        }

        .cust_pass_select select {
            height: 44px;
        }

        .customer_pay {
            padding: 0;
        }

        .cutomer_note {
            padding: 0 0 0 0;
        }

        .customer_agree {
            padding: 0;
        }



        .pass_journey_details_box {
            gap: 12px;
        }

            .pass_journey_details_box p {
                flex-basis: 32%;
            }

            .pass_journey_details_box label {
                flex-basis: 64%;
                font-size: 15px;
            }

        .trip_fare_amount {
            padding: 15px 0 0;
        }

            .trip_fare_amount h4 {
                padding: 0 15px 15px;
                font-size: 19px;
            }

        .fareamountbox {
            padding: 0 0 15px;
        }

        .fareamountpart {
            padding: 15px;
        }

        .totalfare_lable {
            padding: 11px 14px;
        }

        .customer_paybtn button {
            font-size: 17px;
            padding: 11px 18px;
        }
    }

    @media only screen and (max-width: 576px) {
        .head_customerdetails {
            flex-basis: 45%;
        }

        .head_paymentissues {
            flex-basis: 55%;
        }

        .modal-dialog-scrollable {
            height: calc(100% - 3.5rem)
        }

        .modal-dialog-centered {
            min-height: calc(100% - 3.5rem)
        }
    }

    @media only screen and (max-width: 479px) {
        .callwrap .callme {
            padding: 14px 10px;
        }

        .carousel .arrow.right {
            background-position: center -590px;
        }

        .mybooking-tabs .tab-list > li {
            border: none;
        }

        .redclr {
            font-size: 12px !important;
        }

        /* Home Page */

        .headertop {
            padding: 5px 0;
        }

        .headertopcontent {
            flex-direction: column;
            gap: 10px;
        }

            .headertopcontent p {
                font-size: 14px;
                text-align: center;
                line-height: 19px;
            }

        .contactaera {
            gap: 0;
            flex-direction: column;
        }

        .headermenu {
            top: -11px;
            left: -9px;
        }

            .headermenu .navbar-inverse .navbar-nav > li > a {
                font-size: 15px;
            }

            .headermenu .navbar-inverse .navbar-nav > li {
                margin: 10px 0 11px !important;
                padding: 0 0 0 15px;
                /* text-align: center; */
            }

        .fixedbtn.topfixedicon {
            left: 40%;
            top: 7px !important;
            /* right: 40px; */
        }

            .fixedbtn.topfixedicon::after {
                font-size: 20px;
            }

        .bookingsection {
            padding: 10px;
        }

        .tab-bookingform {
            padding: 10px;
        }

        .quickbook {
            font-size: 17px;
            padding: 0 0 8px;
        }

        .bookinginput input {
            height: 48px;
            padding: 0 0 0 12px !important;
        }

        .bookingcity.bookingdate {
            gap: 0;
            flex-direction: column;
        }

        .bookingsearch button {
            height: 48px;
        }

        .carousel .arrow {
            width: 30px;
            height: 30px;
            background-position: center -489px;
            background-size: 50px;
            left: 15px;
            top: 43%;
        }

        .carousel .arrows.right {
            background-position: center -589px;
            right: 15px;
            left: auto;
        }

        .appndbushirewrap {
            padding: 20px 0 0;
        }

        .testimonialpart {
            gap: 50px;
        }

        .Callarea {
            padding: 50px 0 0;
        }

        .servicewrap {
            padding: 50px 0 0 0;
        }

        .bushirearea {
            padding: 60px 0 15px;
        }

        .callwrap {
            width: 295px;
            height: auto;
            padding: 40px 19px;
        }

        .Callarea::after {
            width: 100%;
        }

        .callmeright h4 i {
            padding: 0 0 0 8px;
        }

        .callmeright h4 {
            font-size: 19px;
            padding: 1px 0 30px;
            line-height: 31px;
        }

            .callmeright h4 p {
                display: contents;
            }

        .callmepart {
            height: 60px;
        }

            .callmepart input[type="text"] {
                width: 100%;
                padding: 10px 0 10px 12px;
                font-size: 15px;
                border: 1px solid var(--text-color);
                height: 44px;
                border-radius: 8px;
                background-color: var(--pure);
                font-weight: 400;
            }

        .callmepart {
            float: left;
            width: 100%;
            border: none;
            height: auto;
            border-radius: 0;
            background-color: transparent !important;
            padding: 0;
            font-size: inherit;
            font-weight: inherit;
        }

            .callmepart button {
                font-size: 15px;
                width: 100%;
                margin: 20px 0 0;
            }

        .appleft {
            width: 100%;
            padding: 44px 24px;
        }

        .apparea {
            border-radius: 10px;
        }

        .appleft h2 {
            line-height: 30px;
        }

        .appleft .appfeatures {
            flex-direction: column;
        }

        .appright {
            background-image: none !important;
            height: auto;
            border-radius: 0;
        }

        .apprightbox {
            top: 0;
            padding: 0;
            border-radius: 0 0 10px 10px;
            width: 100%;
        }

        .appright .appqrcodebox {
            border-radius: 0 0 10px 10px;
            padding: 30px 15px;
            width: 100%;
            align-items: flex-start;
            justify-content: center;
        }

        .appstorebox p {
            font-size: 15px;
        }

            .appstorebox p i {
                font-size: 15px;
            }

        .toptitle {
            font-size: 22px;
        }

        .bushirearea {
            padding: 50px 0 15px;
        }

        .testimonialpart {
            padding: 0 0 50px;
        }

        .testimonialpartleft h4 {
            padding: 28px 0 20px 0;
            font-size: 21px;
        }

        .testimonialswrap:after {
            top: -240px;
            background-size: cover;
        }

        .testbox p {
            font-size: 16px;
            line-height: 26px;
        }

        .testname {
            padding: 30px 0 0 0;
        }

            .testname h4 {
                font-size: 18px;
            }

        .testimonialslide {
            padding: 50px 15px 70px;
        }

        .copyrights {
            line-height: 23px;
        }

            .copyrights a {
                display: block;
                text-align: center;
            }

        .dualnumber {
            padding: 21px 26px 20px;
        }

        .toptitle.footertoptitle {
            color: var(--border-color);
            font-size: 19px;
        }

            .toptitle.footertoptitle svg {
                fill: var(--head-text-color);
                bottom: 0;
                width: 93px;
            }

        .dualnumber p {
            background-position: -11px -3025px;
            padding: 0 0 0 70px;
        }

        .footer_maindetails:after {
            display: none;
        }

        .footer_maindetails {
            gap: 30px;
        }

        .socialicon ul {
            gap: 15px;
        }



        .footer_bg {
            padding: 50px 0 0;
        }

        .footer_navbar_top {
            gap: 30px;
        }

        .footer_navbar_block {
            gap: 30px;
        }

        .footer_navlinks ul {
            gap: 9px;
        }

        /*Contact Page*/

        .innerpage_head {
            min-height: 180px;
            /* background-size: contain; */
        }

        .innerpage_toptitle {
            padding: 80px 0 0;
        }

        .inner_head_title span {
            font-size: 20px;
        }

        .innerpage_titleshape h2 {
            font-size: 14px;
        }

        .innerpage_wrapper {
            padding: 45px 0 40px;
        }

        .bookinglist_tabs {
            margin: 0;
        }

        /*Bus Hire Page*/

        .busformright h2 {
            font-size: 20px;
        }

        .busformright .bushireformbox {
            padding: 20px 0 30px;
        }

        .intro_wrap {
            row-gap: 24px;
            padding: 0 0 50px;
        }

        .intro_details {
            width: 76%;
        }

        .busformright .submitbtn {
            padding: 10px 24px;
            margin: 0 0 0;
            font-size: 14px;
            border-radius: 6px;
        }

        .busformright {
            padding: 20px;
        }

        .bus_galleryfilter .btn.active::before,
        .bus_galleryfilter .btn.btn:hover::before {
            right: 0;
            width: 30%;
            margin: 0 auto;
        }

        .busgallerylist {
            grid-template-columns: repeat(1, 100%);
        }

        .busgallerybox img {
            width: 100%;
        }

        .bus_galleryfilter {
            flex-direction: column;
            row-gap: 12px;
            padding: 32px 0 20px;
        }

        /*E-Ticket*/

        .ticket_page_title h5 {
            font-size: 17px;
        }

        .ticket_orderno p {
            font-size: 17px;
        }

        .ticket_orderno label {
            font-size: 17px;
        }

        .onwars_journy_top {
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
        }

        .passenger_detail_list .passenger_detail_row {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            gap: 20px;
        }

        .passenger_detail_list_name {
            flex-basis: 50%;
        }

            .passenger_detail_list_name.passenger_detail_list_age {
                flex-basis: 40%;
            }

            .passenger_detail_list_name.passenger_detail_list_seatno {
                flex-basis: 30%;
            }

        .ticket_orderno {
            padding: 32px 0 10px;
        }

        .passenger_detail_main_block {
            padding: 32px 0 0;
        }

        .button_bottom {
            padding: 35px 0 45px;
        }

        /*Modify Ticket*/

        .modify_ticket_popup .partialradiogroup .css-qfz70r-MuiFormGroup-root {
            padding: 5px 0 10px;
            gap: 10px;
        }

        .modify_ticket_popup .partialradiogroup .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
            padding: 0 5px 1px 0;
        }

        .partialradiogroup .css-1hpqosy-MuiFormControlLabel-root .MuiFormControlLabel-label {
            font-size: 16px;
            padding: 0;
        }

        .modifyarticledetails {
            padding: 30px 0 0;
        }

        .mybooking_tabscontent table tbody tr td {
            padding: 10px 10px;
        }

        .mybooking_tabscontent table thead tr th {
            padding: 10px;
        }

        .modify_ticket_popup .css-ypiqx9-MuiDialogContent-root {
            padding: 20px;
        }

        .web_input_bluebtn {
            flex-wrap: wrap;
        }

        .theme_buton_s1 {
            padding: 10px 22px;
            letter-spacing: inherit;
        }

        .web_input_bluebtn {
            padding: 5px 0 0;
            gap: 15px;
        }

        .web_input input {
            height: 46px !important;
        }

        /* Login Popup */

        .web_input_gender label {
            font-size: 14px;
        }

        .web_input_gender.web_input_gender01 {
            gap: 4px;
            padding: 5px 0 10px;
        }

        .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root {
            padding-right: 0;
        }

        .web_input_gender.web_input_gender01 a {
            font-size: 14px;
        }

        .popupotp-input .web_input span {
            font-size: 12px;
            bottom: 4px;
        }

        .login_popup_main .css-2rbg70-MuiPaper-root-MuiDialog-paper {
            margin: 15px;
            max-height: calc(100% - 0px);
            border-radius: inherit;
        }

        .login_popup_main .css-ypiqx9-MuiDialogContent-root {
            padding: 40px 20px 25px;
        }

        .userloginpopup .popup-head i {
            font-size: 24px;
        }

        .popupclosebutton {
            width: 18px;
            height: 18px;
            top: 10px;
            right: 10px;
        }

            .popupclosebutton i {
                font-size: 18px;
            }

        .userloginpopup .popup-head h5 {
            font-size: 18px;
            padding: 20px 0 0;
        }

        .popupotp-input {
            padding: 20px 0 0;
        }

            .popupotp-input .web_input label {
                font-size: 15px;
                padding: 0 0 10px;
            }

        .userloginpopup .web_input input {
            height: 40px !important;
            font-size: 14px;
        }

        .web_input_gender .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
            padding-right: 5px;
        }

        .popupbtn-cnt {
            margin: 5px 0 0;
        }

        .popupotp-input .web_input {
            padding: 0 0 20px;
        }

        .popupbtn-in {
            padding: 9px 20px;
            font-size: 14px;
        }

        /* Available Routes */

        .buscitynm {
            font-size: 16px;
        }

        .cancellation-list-part {
            width: 160%;
        }

        .cancellation-list-scroll {
            overflow-x: scroll;
            display: block;
        }

        .bookingpolicysec p {
            width: 92%;
        }

        .bookingpolicycont {
            height: 170px;
        }

        .conditions_wrapper_block #_cancellationPolicy .tbltit-txt {
            font-size: 14px;
            padding: 10px;
        }

        .conditions_wrapper_block #_cancellationPolicy table td {
            padding: 10px;
            font-size: 13px;
        }

        .tbl-light ul li {
            font-size: 14px;
            font-weight: 400;
        }

        .conditions_wrapper_block .conditions_wrapper_block_detail {
            overflow-x: auto;
        }

        .customer_agree .redclr {
            bottom: -14px;
        }

        .serviceboxtitle {
            font-size: 14px;
            padding: 8px 15px;
        }

        .lowerdeckseat, .upperdeckseat {
            width: 249px;
            min-height: 540px;
        }

        .seatindicator {
            gap: 15px;
        }

            .seatindicator .seat01 {
                font-size: 13px;
            }

                .seatindicator .seat01 em {
                    height: 14px;
                    width: 14px;
                    margin: 0 7px 0 0;
                }

        .seatitle {
            padding: 0 0 10px;
        }

        .seatpricefilter ul li {
            padding: 2px 16px 2px;
            font-size: 12px;
        }

        .seatpricefilter .seatprice {
            font-size: 14px;
        }

        .bookingchartdata {
            gap: 30px;
        }

        .routepoint {
            padding: 0 0 25px;
        }

            .routepoint .css-qkv3hr-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
                padding: 9px 30px 9px 9px;
                font-size: 14px;
            }

        .ba-we-love-subscribers-fab {
            width: 40px;
            height: 40px;
        }

            .ba-we-love-subscribers-fab .img-fab::before {
                font-size: 16px;
            }

            .ba-we-love-subscribers-fab .img-fab.close::before {
                font-size: 16px;
            }

        .modifycity {
            flex-wrap: wrap;
            gap: 14px;
        }

        .modifyinput {
            width: 100%;
        }

        .modifyswapcity {
            width: 34px;
            height: 34px;
            background-position: center -10px;
            position: absolute;
            z-index: 1;
            right: 30px;
            transform: rotate(90deg);
            background-size: 34px;
        }

        .available_booking {
            gap: 14px;
        }

        .modifycity.modifydate {
            gap: 14px;
        }

        .modifyinput.modifytodate, .modifyinput.modifyfromdate {
            width: 100%;
        }

        .ba-we-love-subscribers-wrap {
            left: 15px;
            bottom: 20px;
            width: 42px;
        }

        .ba-we-love-subscribers {
            width: 290px;
        }

        .filter-drawer {
            padding: 11px 14px;
        }

        .filter-drawer__title::after {
            top: 1px;
        }

        .ba-we-love-subscribers.open {
            padding: 0 12px 12px;
        }

        .filter_tab_main {
            padding: 12px 0 0;
        }

        .filter-drawer {
            padding: 10px;
        }

        .filter-drawer__content {
            gap: 10px;
            padding: 12px 0 0;
        }

        .filter-drawer__content_input {
            width: 116px;
            height: 68px;
            padding: 27px 0 0;
        }

            .filter-drawer__content_input label {
                font-size: 13px;
            }

                .filter-drawer__content_input label::before {
                    width: 114px;
                    height: 66px;
                }

            .filter-drawer__content_input input:checked + label::after {
                width: 114px;
                height: 66px;
            }

            .filter-drawer__content_input:before {
                top: 11px;
            }

        .filter-drawer__content_input_search input {
            height: 42px;
            font-size: 14px;
            background-position: 99% -946px;
            background-size: 34px;
        }

        .modifyinput select, .modifyinput input {
            height: 42px;
            font-size: 14px;
            padding: 0 0 0 14px;
        }

        .modifybutton button {
            height: 42px;
            font-size: 16px;
        }

        .available_route_section {
            padding: 40px 0 45px;
        }

        .sorttitle {
            font-size: 14px;
            padding: 0 0 0 28px;
        }

        .sortbytype label {
            padding: 7px 16px;
        }

        .sortbytype .css-ahj2mt-MuiTypography-root {
            font-size: 13px;
        }

        .available_route_box {
            padding: 15px 20px 0;
            gap: 15px;
        }

        .amenities-tab-section {
            padding: 15px;
        }

        .amenities-tab-list {
            gap: 14px;
        }

        .amenities-tab-box {
            padding: 7px 17px;
            gap: 10px;
        }

            .amenities-tab-box i {
                font-size: 18px;
            }

            .amenities-tab-box p {
                font-size: 14px;
            }

        .boarding-title {
            font-size: 16px;
            padding: 0 0 10px;
        }

        .boarding-dropping-tab-section {
            padding: 15px;
        }

        .boarding-list-type {
            padding: 10px 0 10px;
            gap: 8px;
            flex-direction: column;
        }

        .route_box {
            gap: 0;
            flex-basis: 50%;
        }

            .route_box label {
                font-size: 14px;
            }

            .route_box span {
                font-size: 13px;
            }

        .available_routepart {
            gap: 13px;
        }

        .available_routearea {
            gap: 12px;
        }

        .route_box .routedatearea {
            font-size: 12px;
        }

        .bustypepart label {
            font-size: 13px;
        }

        .routeduration label {
            padding: 6px 14px;
        }

        .availableseat {
            padding: 7px 11px;
            gap: 6px;
        }

            .availableseat label {
                font-size: 13px;
            }

                .availableseat label i {
                    font-size: 15px;
                    padding: 0 2px 0 0;
                }

            .availableseat span {
                width: 16px;
                height: 16px;
                background-position: center -1258px;
                background-size: 32px;
            }

        .availableinr {
            gap: 3px;
            align-items: flex-start;
            width: 100%;
        }

            .availableinr label {
                font-size: 16px;
            }

            .availableinr span {
                font-size: 11px;
                line-height: 12px;
            }

        .available_route_box_toprow {
            align-items: center;
            gap: 20px;
        }

        .droproutebtnwrap {
            padding: 15px 0 0;
            gap: 15px;
        }

        .droproutebtnleft {
            gap: 10px;
        }

        .filter-drawer__content03 {
            padding: 14px 0 5px;
        }

        .filter-drawer__type_input label {
            font-size: 14px;
            gap: 9px;
        }

            .filter-drawer__type_input label::before {
                height: 18px;
                width: 18px;
                margin-top: 0;
                border-radius: 3px;
            }

        .filter-drawer__type_input input:checked + label::after {
            top: 4px;
            left: 7px;
            width: 5px;
            height: 9px;
        }

        .routearrow {
            margin: 17px 0 0;
        }

        .droproutebtnleft a {
            padding: 9px 12px 8px;
            font-size: 13px;
        }

        /* Customer Info */

        .custinfopopup .css-2rbg70-MuiPaper-root-MuiDialog-paper {
            margin: 0;
            max-height: calc(100% - 0px);
        }

        .customerwrap {
            padding: 0 20px 25px;
        }

        .customerhead {
            font-size: 18px;
        }

        .popupclose {
            top: 12px;
            right: 12px;
        }

            .popupclose button {
                font-size: 20px;
            }

        .cust_box_title h5 {
            font-size: 16px;
        }

        .payment_gateway {
            padding: 12px 0 0;
        }

        .pg_gateway .MuiTypography-body1.MuiFormControlLabel-label {
            font-size: 15px;
        }

        .pg_gateway .css-hyxlzm svg {
            font-size: 18px !important;
        }

        .psngrpaybox .css-dmmspl-MuiFormGroup-root .pg_gateway:first-child {
            padding: 0 0 10px;
        }

        .cust_boxdata_details {
            padding: 12px 0 0;
        }

        .customerleft {
            gap: 18px;
        }

        .cust_pass_title h5 {
            font-size: 16px;
            padding: 0 0 10px;
        }

        .cust_pass_input input {
            height: 42px;
        }

        .custinfo_box {
            padding: 18px;
        }

        .couponwallet button {
            padding: 12px 18px 12px;
            font-size: 15px;
        }

        .custinfo_box_wallet {
            gap: 18px;
        }

        .cust_box_title label {
            font-size: 17px;
        }

        .cust_pass_select select {
            height: 42px;
        }

        .psnger_checkbox label {
            font-size: 16px;
            line-height: 18px;
            padding: 0 0 0 28px;
        }

            .psnger_checkbox label input[type="checkbox"] {
                top: 0;
                left: 0;
                margin: 0;
                width: 18px;
                height: 18px;
            }

        .cutomer_note label {
            font-size: 17px;
        }

        .customer_pay {
            gap: 18px;
        }

        .customer_agree {
            padding: 0;
            gap: 8px;
        }

            .customer_agree label {
                font-size: 15px;
                line-height: 22px;
            }

                .customer_agree label input[type="checkbox"] {
                    top: 1px;
                    width: 18px;
                    height: 18px;
                }

            .customer_agree a {
                padding: 0;
            }

        .customerboxwrap {
            gap: 22px;
        }

        .WalletBooking .cust_pass_input {
            gap: 12px;
            flex-direction: column;
        }

            .WalletBooking .cust_pass_input .wallet_box {
                gap: 6px;
                padding: 8px;
                width: 100%;
            }

                .WalletBooking .cust_pass_input .wallet_box input {
                    height: 42px;
                }

        .WalletBooking .cust_pass_inputbtn {
            gap: 15px;
            padding: 5px 0 0;
            flex-direction: row;
        }

        .customerright {
            gap: 18px;
        }

        .trip_fare_view .cust_box_title h5 {
            padding: 15px 12px 15px;
        }

        .trip_fare_details {
            padding: 15px 10px 0;
        }

        .trip_fare_part {
            padding: 12px 10px 20px;
        }

        .pass_journey_details_box {
            gap: 10px;
        }

            .pass_journey_details_box p {
                flex-basis: 40%;
                font-size: 14px;
            }

            .pass_journey_details_box label {
                flex-basis: 54%;
                font-size: 14px;
            }

        .trip_fare_view {
            padding: 0 0 15px;
        }

        .trip_fare_amount {
            padding: 12px 0 0;
        }

            .trip_fare_amount h4 {
                padding: 0 12px 12px;
                font-size: 17px;
            }

        .fare_lable p {
            font-size: 15px;
            line-height: 18px;
        }

        .fare_lable label {
            font-size: 15px;
            line-height: 18px;
        }

        .fareamountbox {
            gap: 14px;
        }

        .totalfare_lable {
            padding: 9px 12px;
        }

            .totalfare_lable p {
                font-size: 16px;
            }

            .totalfare_lable label {
                font-size: 16px;
            }

        .css-2rbg70-MuiPaper-root-MuiDialog-paper {
            margin: 20px;
        }

        .css-ypiqx9-MuiDialogContent-root {
            padding: 10px;
        }

        .customer_paybtn {
            gap: 12px;
            padding: 5px 0 0;
        }

            .customer_paybtn button {
                font-size: 14px;
                padding: 10px 16px;
            }

        .customer .agntpgcaptcha .wallet_boxotp .redclr {
            bottom: -23px;
        }

        /*My Booking*/

        .mybooking-tabs .tab-list > li {
            padding: 20px 7px;
        }

            .mybooking-tabs .tab-list > li > h3 {
                font-size: 13px;
            }

        .season_tab label.tabtitle {
            height: 37px !important;
            font-size: 14px;
        }

        /*Cancel status*/

        .canclrefund .refundtitle {
            font-size: 14px;
        }

        /*Contact Us*/

        .contact_suboffice .filter_tab_main {
            padding: 0 0 15px;
        }

        .contact_suboffice .filter-drawer {
            padding: 15px 15px 0;
        }

        .contact_suboffice .filter-drawer__title {
            padding: 0 0 15px;
        }

        .contact_suboffice_title {
            padding: 0 0 30px;
        }

        .busformleft h3 {
            padding: 30px 0 0;
        }

        .busformleft .contact_tomail {
            font-size: 14px;
        }

        .Contect_details {
            padding: 20px 7px 30px;
            gap: 20px;
        }

            .Contect_details p {
                font-size: 15px;
            }

                .Contect_details p a {
                    font-size: 16px;
                }
    }
