﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif !important;
}

.maxwidth {
    width: 100%;
    max-width: 1920px;
    clear: both;
    margin: 0 auto;
}

:root {
    --primary: #2A3578;
    --secondary: #DB372B;
    --background: #F2F2F2;
    --text: #151515;
    --titletext: #4A4A4A;
    --subtext: #6F6F6F;
    --pure: #fff;
}

::selection {
    background-color: var(--primary);
    color: var(--pure);
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

/*::-webkit-scrollbar {
    border-radius: 4px;
    width: 8px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    width: 8px;
    background-color: var(--primarycolor);
}*/

a {
    text-decoration: none !important;
    cursor: pointer;
}

    a:hover,
    a:focus {
        text-decoration: none !important;
    }

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
    margin: 0 !important;
}

.fw-400 {
    font-weight: 400;
}

.fw-700 {
    font-weight: 700;
}

body .container-fluid {
    width: 100%;
    max-width: 1744px;
}

body .container {
    width: 100%;
    max-width: 1851px;
    padding: 0 15px !important;
}

body .container-full {
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;
}

/* Header Style Start header */

.header {
    width: 100%;
    float: left;
    clear: both;
}

.topheaderpart {
    width: 100%;
    float: left;
}

.topheader {
    width: 100%;
    float: left;
    /*border-bottom: 1px solid rgba(0,0,0,10%);*/
}

.headertop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0 27px;
}

.sitelogo {
    float: left;
}

    .sitelogo a {
        display: inline-block;
        vertical-align: middle;
    }

        .sitelogo a span {
            font-size: 20px;
            color: var(--secondary);
            font-weight: 600;
        }

.headercontacts {
    display: flex;
    align-items: center;
    gap: 50px;
}

    .headercontacts p {
        font-size: 15px;
        font-weight: 400;
        line-height: normal;
        color: var(--text);
        text-align: left;
        background-image: url("../images/site/icon1.svg");
        background-position: -11px -212px;
        background-repeat: no-repeat;
        padding: 0 0 0 40px;
    }

        .headercontacts p a {
            display: block;
            color: var(--primary);
            font-weight: 500;
        }

            .headercontacts p a:hover, .headercontacts p a:focus {
                color: var(--secondary);
            }

    .headercontacts .routeinq {
        background-position: -11px -2px;
    }

.headerbottom {
    width: 100%;
    float: left;
}

.headerparts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}



.loginclaim {
    float: left;
    text-align: center;
}

    .loginclaim h4 {
        font-size: 11px;
        color: #000;
        font-weight: 600;
        line-height: 15px;
    }

    .loginclaim p {
        font-size: 7px;
        text-align: center;
        font-weight: 500;
        color: #000;
    }

.loginwrap {
    float: right;
    display: flex;
    background: linear-gradient(90deg, #FFE7CB 0%, #F89D3C 100%);
    border-radius: 25px;
    padding: 9px 9px 9px 30px;
    gap: 20px;
    align-items: center;
    width: max-content;
    mask-image: linear-gradient(-63deg, rgba(10, 21, 169, 0.9) 50%, #ff7e00 50%, rgba(0, 0, 0, 1) 70%);
    -webkit-mask-image: linear-gradient(-63deg, rgba(10, 21, 169, 0.8) 50%, #ff7e00 50%, rgba(0, 0, 0, 1) 70%);
    mask-size: 200%;
    -webkit-mask-size: 200%;
    animation: shine 3s infinite;
    cursor: pointer;
}

@keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

.logincoin {
    display: flex;
    gap: 4px;
    align-items: center;
}

    .logincoin span {
        width: 18px;
        height: 19px;
        display: flex;
    }

    .logincoin p {
        font-size: 13px;
        font-weight: 700;
        color: var(--primary);
        line-height: 16px;
    }

.loginicon {
    display: flex;
    height: 28px;
    width: 28px;
    background-color: var(--primary);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}



    .loginicon a {
        float: left;
        width: 12px;
        height: 12px;
        background-image: url(../images/site/icon01.svg);
        background-repeat: no-repeat;
        background-position: center -10px;
    }
/* leftmenu start */

.headermenu {
    float: right;
    display: flex;
    flex-basis: 57.3%;
    justify-content: flex-end;
    padding: 5px 0 0;
}

    .headermenu .navbar-inverse {
        background-color: transparent;
        border: none;
        float: none;
        margin: 0;
        min-height: 10px;
        width: 100%;
        border-radius: 0;
        position: relative;
        z-index: 9;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

        .headermenu #myNavbar,
        .headermenu .navbar-inverse .container-fluid {
            padding: 0;
        }

    .headermenu .navbar-toggle .icon-bar {
        background: var(--primary);
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        margin-top: 4px;
    }

    .headermenu .navbar-inverse .navbar-nav {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
        gap: 50px;
    }

    .headermenu .navbar-header {
        float: left;
    }

    .headermenu .navbar-collapse {
        padding: 0;
    }

    .headermenu .navbar-inverse .navbar-nav > li {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
    }

        .headermenu .navbar-inverse .navbar-nav > li > a {
            display: inline-block;
            list-style-type: none;
            color: #000;
            font-size: 14px;
            font-weight: 400;
            line-height: 17px;
            position: relative;
            transition: all 0.6s;
            padding: 0 0 8px;
            border-bottom: 2px solid transparent;
        }

            .headermenu .navbar-inverse .navbar-nav > li > a:focus, .headermenu .navbar-inverse .navbar-nav > li > a:hover, .headermenu .navbar-inverse .navbar-nav > li > a:active {
                background-color: transparent;
                color: var(--secondary);
                border-bottom: 2px solid var(--secondary);
            }

}

.pull-left {
    float: left !important;
}

.navbar-toggle {
    display: none;
    position: relative;
}

.cssmenu {
    float: left;
}

/* leftmenu end */

/* Header Style Start header */


/* Hero Section Style Start Here */



.sliderarea {
    width: 100%;
    position: relative;
}

.slider-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 40px;
    position: relative;
}

    .slider-wrapper .slider {
        display: flex;
        width: 100%; /* Or 100% * total slides */
        transition: transform 0.5s ease-in-out;
    }

    .slider-wrapper .slide {
        width: 100%;
        flex-shrink: 0;
        height: 592px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

.progress-container {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    width: 10.4%;
    top: 50px;
    gap: 13px;
    right: 50px;
    z-index: 3;
}

.progress-block {
    width: 27px;
    text-align: center;
}

    .progress-block .number {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 2px;
        color: rgba(255,255,255,50%);
    }

        .progress-block .number.active {
            color: var(--pure);
            font-weight: 500;
        }

    .progress-block .progress-bar {
        width: 27px;
        height: 2px;
        background-color: rgba(255,255,255,20%);
        overflow: hidden;
        transition: width .6s;
    }

    .progress-block .progress-fill {
        height: 100%;
        width: 0%;
        background-color: var(--pure);
        transition: width 4s linear;
    }


.hero {
    width: 100%;
    float: left;
    clear: both;
}

.herosection {
    width: 100%;
    float: left;
    position: absolute;
    top: 0;
    padding: 50px 0 0 50px;
}

.dpherowrap {
    float: left;
    width: 42%;
    clear: both;
}

.bannerwrapper {
    width: 100%;
    float: left;
    position: relative;
}

.sliderwrapper {
    width: 100%;
    float: left;
}

/*.blink-soft {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}*/


/* Slider Style Start Here */

.carousel {
    padding-top: 0;
    position: relative;
    width: 100%;
    /* max-width: 800px; */
    margin: 0 auto;
}

    .carousel > ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .carousel .slide {
        display: none;
    }

    .carousel img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        object-position: center;
        border-radius: 40px;
    }

    .carousel .slide[data-active] {
        display: block;
        position: relative;
    }

    .carousel .arrow {
        position: absolute;
        top: 47.4%;
        font-size: 32px;
        padding: 0;
        display: flex;
        color: var(--text);
        border-radius: 6px;
    }

        .carousel .arrow:hover {
            background: var(--secondary);
            cursor: pointer;
        }

        .carousel .arrow.left {
            left: 2rem;
        }

        .carousel .arrow.right {
            right: 2rem;
        }

        .carousel .arrow > svg {
            width: 40px;
            height: 40px;
        }

    .carousel .fade {
        animation: fadeInAnimation ease 1s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}





.bookoffer {
    width: 100%;
    float: left;
}

    .bookoffer.mobileoffer {
        display: none;
    }

    .bookoffer h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 50px;
        color: var(--pure);
    }

    .bookoffer p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: var(--pure);
        width: 71%;
        padding: 20px 5px 50px 0;
    }

.serviceswraptop ul {
    float: left;
    width: 100%;
    border-bottom: 1px solid #F0F0F0;
    gap: 9px;
}

.serviceswraptop .nav-item {
    text-align: center;
}



.serviceswraptop .nav-tabs .nav-link {
    font-size: 14px;
    font-weight: 400;
    color: var(--subtext);
    line-height: 17px;
    padding: 17px 25px 20px 26px;
    margin-bottom: 0;
    background: 0 0;
    border: none;
    border-bottom: 1px solid transparent;
}

    .serviceswraptop .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color: transparent !important;
        isolation: isolate;
    }


.serviceswraptop .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--primary);
    font-weight: 600;
    border-bottom: 1px solid var(--primary);
}

.serviceswraptop .nav-tabs .nav-link:hover, .serviceswraptop .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid var(--primary);
    border-radius: 20px 20px 0 0;
    color: var(--primary);
}

/*Booking Form Style Start*/
.dphero {
    float: left;
    position: relative;
    width: 100%;
    margin: -1px 0 0;
    background-color: var(--pure);
}

.bookingwrapper {
    float: left;
    position: absolute;
    top: 0;
    padding: 50px 0 0 50px;
}

.bannerwrap {
    width: 100%;
    float: left;
    position: relative;
    background-color: var(--pure);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgb(42 53 120 / 25%);
}

.bookingform {
    width: 100%;
    float: left;
    padding: 35px 33px 36px 31px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.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;
}

.bookingform .tab-content .tab-pane {
    padding: 40px 20px 0;
    float: left;
    width: 100%;
}

.bookingcity {
    width: 65.07%;
    float: left;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .bookingcity.bookingdate {
        width: 34%;
    }

.fromdatecity {
    width: 100%;
    display: flex;
}

.bookingpart {
    width: 100%;
    float: left;
    padding: 0 0 0 20px;
    position: relative;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #F0F0F0;
    display: flex;
    align-items: center;
}



.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 !important;
        color: var(--subtext);
        font-family: 'Inter', sans-serif !important;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        height: 30px;
        line-height: normal;
        border: none !important;
        background-color: transparent;
        width: 100%;
        outline: none;
    }

    .bookinginput.bookingromcity input {
        background-position: left -232px;
    }

    .bookinginput.bookingtodate input, .bookinginput.bookingfromdate input {
        background-position: left -694px;
    }

.bookingpart label {
    color: var(--text);
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}


.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);
}

.fromdatetomorrow {
    width: 50%;
    float: left;
    text-align: right;
    padding: 26px 20px 0 0;
}

    .fromdatetomorrow a {
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
        color: var(--primary);
    }

.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);
    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(--secondary);
    }

.routepoint .css-113ntv0-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
    background-color: var(--secondary);
    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);
    }

.bookinginput span {
    color: red;
    font-size: 9px;
    position: absolute;
    left: 0;
    bottom: -16px;
}

.cityswapicon {
    z-index: 1;
    background-image: url(../images/site/icon1.svg) !important;
    background-position: center -422px;
    background-repeat: no-repeat;
    position: absolute;
    top: 27px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    cursor: pointer;
    box-shadow: 0 0 12px rgb(24, 31, 49, 0.1);
    border-radius: 4px;
}

.bookingsearch {
    width: 100%;
    float: right;
}

    .bookingsearch .searchbtn {
        background-color: var(--secondary);
        border: none;
        color: var(--pure);
        text-align: center;
        transition: all .5s;
        border-radius: 5px;
        font-size: 14px;
        line-height: 17px;
        font-weight: 400;
        padding: 11px 40px 12px;
        width: 100% !important;
        float: left;
    }

        .bookingsearch .searchbtn:hover,
        .bookingsearch .searchbtn:focus {
            background-color: var(--primary);
            color: var(--pure);
            transition: all .5s;
        }

/*Booking Form Style End*/

/*Track bus tab & Crago tab Form Style start*/

.bookingtrack {
    float: left;
    padding: 0 0 0 20px;
    position: relative;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #F0F0F0;
    display: flex;
    align-items: center;
    width: 62%;
    gap: 5px;
}

.cargo-result {
    float: left;
    clear: both;
    height: 113px;
    overflow-y: scroll;
    padding: 0 15px;
}

    .cargo-result::-webkit-scrollbar {
        border-radius: 4px;
        width: 8px;
        box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .cargo-result::-webkit-scrollbar-thumb {
        border-radius: 4px;
        width: 8px;
        background-color: var(--primary);
    }

.bookingtrack span {
    font-size: 14px;
    font-weight: 600;
    color: var(--subtext);
}

.cargo-result h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
    padding: 0 0 10px;
}

.cargo-result table {
    border: none;
}

    .cargo-result table thead {
        background-color: #f0f0f0;
        height: 30px;
    }

        .cargo-result table thead tr th {
            padding: 0 13px;
            font-size: 14px;
            color: var(--text);
        }

.cargo-result tbody tr td {
    padding: 5px 13px 5px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
}

.bookingtrack input {
    padding: 0 !important;
    color: var(--subtext);
    font-family: 'Inter', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 30px;
    line-height: normal;
    border: none !important;
    background-color: transparent;
    width: 100%;
    outline: none;
}


.bookingform.trackbus .bookingsearch, .bookingform.trackcargo .bookingsearch {
    width: 32%;
}



/* Top Destination Style Start Here */

.toptitle {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    font-weight: 600;
    color: var(--titletext);
    text-align: center;
    width: 100%;
    font-family: 'Poppins';
}

    .toptitle span {
        font-size: 20px;
        color: var(--secondary);
        line-height: 22px;
        letter-spacing: 1px;
        display: block;
        font-weight: 400;
        font-family: "Freestyle Script", serif !important;
    }



.slick-slide {
    outline: none;
}

.indexpopup {
    backdrop-filter: blur(3px);
    --webkit-backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, 0.3);
}

.slick-slide {
    outline: none;
}

/*owl-carousel css*/

#customers-testimonials .item {
    text-align: center;
    padding: 60px 30px 0;
    margin-bottom: 80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 385px;
    margin: 0;
    border-radius: 22px 22px 0 0;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--primary);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 40px 0 0;
}

    #customers-testimonials.owl-carousel .owl-dots .owl-dot {
        display: inline-block;
    }

        #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
            background: var(--secondary);
            display: inline-block;
            height: 15px;
            margin: 0 10px 0;
            transition: all 250ms ease-out 0s;
            width: 15px;
            border-radius: 50%;
        }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
    position: relative;
}

.owl-prev {
    top: -310px;
    left: -60px;
}

.owl-next {
    right: -60px;
    top: -310px;
}

.owl-next, .owl-prev {
    width: 50px;
    height: 50px;
    background-color: transparent;
    margin: 0;
    border-radius: 50%;
    color: transparent;
    opacity: 1;
    z-index: 1;
    text-align: center;
    border: 2px solid var(--primary);
    position: absolute;
}

    .owl-next::before, .owl-prev::before {
        content: "\f104";
        font-size: 34px;
        color: var(--primary);
        font-family: FontAwesome;
        opacity: 1;
        line-height: normal;
        text-align: center;
        position: absolute;
        top: 5px;
        left: -2px;
        right: 0;
    }

    .owl-next::before {
        content: "\f105";
        right: -4px;
    }

/*owl-carousel css*/


/* Counter Style End Here */


.maindivarea {
    float: left;
    width: 100%;
}

.countarea {
    float: left;
    width: 100%;
    padding: 60px 0 0;
}

.countside {
    float: left;
    width: 100%;
    background-color: var(--primary);
    border-radius: 40px;
    display: flex;
    padding: 34px 109px;
    justify-content: space-between;
    background-image: url(../images/site/counterbg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-blend-mode: color-burn;
}

.countbox {
    float: left;
}

.countitem h2 {
    color: var(--pure);
    font-size: 50px;
    font-family: 'Poppins';
    line-height: 60px;
    font-weight: 500;
}

.countitem p {
    font-size: 20px;
    color: var(--pure);
    line-height: 32px;
    font-weight: 400;
    font-family: 'Poppins';
}


/* Offer Style End Here */

.offerdiv {
    float: left;
    width: 100%;
}

.offerwrap {
    float: left;
    width: 100%;
    padding: 70px 0 0;
}

.offerpart {
    float: left;
    width: 100%;
}

.offercard {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.offerimg {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

    .offerimg img {
        max-width: 100%;
        border-radius: 20px;
    }

.offerslider {
    float: left;
    width: 100%;
    padding: 44px 0 0;
}

.passengeroffercard .offerslider {
    padding: 0 0 44px;
}

body .offerwrap .container {
    /* padding: 0 25px !important; */
    max-width: 1891px;
}

.offerslider button.slick-prev,
.offerslider button.slick-next {
    display: none !important;
}


/* Top Destination Style End Here */

/* Namespace to isolate styles */
.slider-section {
    display: flex;
    width: 100%;
    /* height: 100vh; */
    /* font-family: sans-serif; */
    /* overflow: hidden; */
}

    .slider-section .main {
        float: left;
        width: 100%;
        position: relative;
        padding: 70px 0;
    }



        .slider-section .main .progress-block .number {
            color: rgba(42,53,120,50%);
        }

            .slider-section .main .progress-block .number.active {
                color: var(--primary);
            }

        .slider-section .main .progress-block .progress-bar {
            background-color: rgba(42,53,120,20%);
        }

        .slider-section .main .progress-block .progress-fill {
            background-color: var(--primary);
        }

    .slider-section .left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        z-index: 1;
        width: 35%;
        padding: 50px 0 0 50px;
    }

        .slider-section .left h1 {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 600;
            font-size: 40px;
            line-height: 50px;
            /* or 125% */
            color: var(--titletext);
        }

        .slider-section .left p {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            color: var(--subtext);
            padding: 20px 0 0;
        }

    .slider-section .tabs {
        display: flex;
        gap: 30px;
        padding: 56px 0 0;
    }

    .slider-section .tab {
        cursor: pointer;
        color: #000;
        transition: background 0.3s, border-color 0.3s, color 0.3s;
        font-size: 14px;
        font-weight: 500;
        padding: 0 0 8px;
        border-bottom: 1px solid transparent;
    }

        .slider-section .tab:hover,
        .slider-section .tab.active {
            background: transparent;
            color: var(--secondary);
            border-color: none;
            border-bottom: 1px solid var(--secondary);
        }

    .slider-section .right {
        flex: 1;
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .slider-section .image-container {
        flex: 1;
    }

        .slider-section .image-container.image-containermb {
            display: none;
        }

        .slider-section .image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 40px;
        }

    .slider-section .progressarea {
        display: flex;
        justify-content: space-between;
        position: absolute;
        width: 8.4%;
        top: 50px;
        right: 50px;
        z-index: 3;
    }

    .slider-section .counterarea {
        width: 27px;
        text-align: center;
    }

        .slider-section .counterarea .count {
            font-size: 18px;
            font-weight: 400;
            margin-bottom: 2px;
            color: rgb(42 53 120 / 50%);
        }

        .slider-section .counterarea .bar {
            width: 100%;
            height: 2px;
            background-color: rgb(42 53 120 / 20%);
            overflow: hidden;
            transition: width .6s;
        }

    .slider-section .counter .bar .progresfill {
        display: flex;
        justify-content: space-between;
        position: absolute;
        width: 8.4%;
        top: 50px;
        right: 50px;
        z-index: 3;
    }





/* amenities Style start Here*/
.amenitiesarea {
    float: left;
    width: 100%;
    padding: 70px 0 70px;
}

.chooseus {
    float: left;
    width: 100%;
}

    .chooseus .amenitiesarea {
        padding: 70px 0 0;
    }

.amenitieswrap {
    float: left;
    width: 100%;
    background: linear-gradient(270deg, #F2F2F2 0%, #E5E9FF 100%);
    border-radius: 40px;
    display: flex;
    justify-content: flex-start;
    height: 670px;
    align-items: center;
}

.chooseus .amenitiesleft {
    padding: 0 46px 0 0;
}

    .chooseus .amenitiesleft img {
        box-shadow: 0px 14px 50px rgba(42, 53, 120, 0.3);
        margin: 70px 50px;
        border-radius: 30px;
    }


.amenitiesleft {
    float: left;
    width: 52.8%;
    text-align: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


    .amenitiesleft:after {
        position: absolute;
        content: "";
        width: 633px;
        height: 320px;
        left: 0;
        top: 30%;
        background: #ADB9FF;
        opacity: 0.7;
        filter: blur(150px);
        z-index: -1;
    }

.chooseus .amenitiesleft:after {
    display: none;
}

.amenitiesright {
    float: right;
    width: 37.9%;
    text-align: left;
    padding: 0 0 0 116px;
}



    .amenitiesright .toptitle {
        text-align: left;
        line-height: 45px;
    }

        .amenitiesright .toptitle i {
            display: block;
            font-style: normal;
            color: var(--secondary);
        }

    .amenitiesright ul {
        padding: 20px 0 0 20px;
        margin: 0;
    }

        .amenitiesright ul li {
            font-size: 24px;
            color: var(--titletext);
            line-height: 45px;
            font-family: 'Poppins';
        }

            .amenitiesright ul li::marker {
                font-size: 18px;
                line-height: 18px;
            }

    .amenitiesright p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        color: var(--subtext);
        padding: 5px 40px 38px 0;
    }

.vediolink img {
    border: 1px solid var(--pure);
    border-radius: 30px;
    box-shadow: 0 14px 50px rgb(42 53 120 / 30%);
    max-width: 100%;
}




/* services Style start Here*/

.services {
    float: left;
    width: 100%;
}

.servicesarea {
    float: left;
    width: 100%;
}

.serviceswrapper {
    float: left;
    width: 100%;
    background-color: var(--background);
    border-radius: 40px;
    padding: 50px 24px 60px;
}

.servicesleft {
    float: left;
    width: 100%;
    padding: 0 26px;
}

    .servicesleft .toptitle {
        text-align: left;
        width: auto;
        float: left;
    }

        .servicesleft .toptitle p {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 600;
            font-size: 20px;
            line-height: normal;
            color: var(--subtext);
            padding: 6px 0 0;
        }

.servicecontent {
    text-align: left;
    float: right;
    width: 47%;
}

    .servicecontent p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        color: var(--subtext);
        padding: 1px 0 0;
    }

.servicesright {
    display: inline-block;
    width: 100%;
}

.serviceslide {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 140px 0 0;
}

.serviceicon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.servicebox {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
}

    .servicebox img {
        border-radius: 20px;
    }

.serviceboxpart {
    float: left;
}

    .serviceboxpart h4 {
        font-size: 24px;
        line-height: 36px;
        padding: 22px 0 13px;
        text-align: left;
        color: var(--titletext);
        font-weight: 600;
        font-family: 'Poppins';
    }

    .serviceboxpart p {
        text-align: left;
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: 400;
        color: var(--subtext);
        line-height: 26px;
        height: 183px;
    }

    .serviceboxpart a {
        float: left;
        background-color: var(--secondary);
        border-radius: 25px;
        padding: 13px 40px 12px;
        font-size: 16px;
        color: var(--pure);
        line-height: normal;
        font-family: 'Poppins';
        font-weight: 400;
        margin: 27px 0 0;
    }

        .serviceboxpart a:hover {
            color: var(--pure);
            background-color: var(--primary);
        }

.serviceslide .slick-prev, .serviceslide .slick-next {
    content: '';
    position: absolute;
    top: -100px;
    left: auto;
    right: 87px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    display: flex;
    font-size: 0;
    line-height: 0;
    background-color: var(--pure);
    z-index: 1;
    text-align: center;
    background-image: url("../images/site/icon01.svg");
    background-position: 9px -154px;
    background-repeat: no-repeat;
}

    .serviceslide .slick-prev:hover,
    .serviceslide .slick-next:hover {
        background-color: #D9D9D9;
    }

.serviceslide .slick-next {
    left: auto;
    right: 19px;
    background-position: 9px -154px;
    transform: rotate(180deg);
}


/* application Style start Here*/

.application {
    float: left;
    width: 100%;
}

.applicationwrap {
    float: left;
    width: 100%;
    padding: 84px 0 0;
}

.applicationarea {
    float: left;
    width: 100%;
    background-color: var(--primary);
    border-radius: 40px;
}


.applicationleft {
    float: left;
    width: 49.8%;
    text-align: right;
}

.applicationright {
    float: left;
    width: 39%;
    padding: 88px 0 0 52px;
}

    .applicationright .toptitle {
        text-align: left;
        color: var(--pure);
        line-height: 50px;
    }

        .applicationright .toptitle i {
            display: block;
            font-style: normal;
        }

    .applicationright p {
        font-size: 16px;
        line-height: normal;
        color: var(--pure);
        padding: 20px 0 0;
    }

.applink {
    display: flex;
    gap: 14px;
    padding: 19px 0 0;
}

    .applink a {
        cursor: pointer;
    }


.appservice {
    display: flex;
}

    .appservice p {
        padding: 0 10px 0 0;
        border-right: 1px solid var(--pure);
        line-height: 19px;
    }

.appservice {
    display: flex;
    gap: 10px;
    padding: 83px 0 0;
}

    .appservice p:last-child {
        border: none;
    }
/* Testimonial Style start Here*/
.slick-slide {
    outline: none;
}

.testimonials {
    width: 100%;
    /*max-width: 1920px;
    clear: both;
    margin: 0 auto;*/
}

.testimonialswrap {
    width: 100%;
    float: left;
}

.testimonialarea {
    float: left;
    width: 100%;
    background: linear-gradient(90deg, #F2F2F2 0%, #E5E9FF 100%);
    border-radius: 40px;
}



.testimonialpart {
    width: 100%;
    float: left;
    display: flex;
}

.testimonialslide {
    width: 100%;
    float: right;
    padding: 55px 0 0;
    overflow: hidden;
}

.testicon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.testimonialslide button.slick-prev,
.testimonialslide button.slick-next {
    display: none !important;
}

.slick-initialized .slick-slide, .slick-slide img {
    display: inline-block;
    text-align: center;
}

.testbox {
    width: 620px;
    height: 190px;
    text-align: center;
    border-radius: 30px;
    padding: 40px 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    border: 1px solid rgb(30, 110, 231, 0.5);
    border-bottom: none;
    margin: 11px 0 0;
}

    .testbox:before {
        position: absolute;
        content: "";
        right: 30px;
        top: -21px;
        width: 50px;
        height: 50px;
        background-image: url("../images/site/testicon.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    .testbox p {
        color: var(--text);
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        position: relative;
        z-index: 1;
    }

.testname {
    float: left;
    position: relative;
    z-index: 1;
}

    .testname h4 {
        color: var(--primary);
        font-size: 18px;
        font-weight: 600;
        line-height: normal;
        padding: 0 0 4px;
    }

    .testname i {
        color: var(--secondary);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

/* Testimonial Style End Here*/
.testimonial-progress-container {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    justify-content: center;
    position: absolute;
}

.testimonial-progress-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-number {
    color: #999;
    font-weight: bold;
}

    .testimonial-number.active {
        color: #000;
    }

.testimonial-progress-bar {
    width: 40px;
    height: 4px;
    background-color: #e0e0e0;
    margin-top: 5px;
    border-radius: 2px;
    overflow: hidden;
}

.testimonial-progress-fill {
    height: 100%;
    width: 0%;
    background-color: #ff6600;
    transition: width 4s linear;
}





.testimonialbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 85px;
}



.testimonial-box {
    float: left;
    width: 100%;
    padding: 50px;
    position: relative;
}

    .testimonial-box .top {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }

    .testimonial-box .left {
        float: left;
        width: 36%;
    }


        .testimonial-box .left h2 {
            text-align: left;
            line-height: 50px;
        }

    .testimonial-box .right {
        position: relative;
        float: left;
        width: 47.1%;
        padding: 34px;
        background-color: var(--pure);
        border-radius: 30px;
        height: 300px;
        display: flex;
        align-items: center;
    }

    .testimonial-box .testimonial {
        display: none;
        transition: opacity 0.5s ease;
        text-align: center;
    }

        .testimonial-box .testimonial.active {
            display: block;
        }

    .testimonial-box .stars {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .testimonial-box .text {
        font-family: 'Poppins';
        font-style: italic;
        font-weight: 500;
        font-size: 30px;
        line-height: 50px;
        text-align: center;
        color: var(--subtext);
        padding: 20px 0 0;
    }

    .testimonial-box .name {
        /*margin-top: 5px;*/
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 50px;
        text-align: center;
        color: var(--subtext);
    }

.leftside {
    width: 477px;
    text-align: right;
}

.progrescounter {
    display: flex;
    flex-direction: column;
    align-items: center;
    float: left;
    position: absolute;
    bottom: 50px;
}

.testimonial-box .counter {
    display: flex;
    justify-content: center;
    gap: 13px;
}

.testimonial-box .count {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 2px;
    color: rgb(42 53 120 / 50%);
    width: 27px;
    text-align: center;
    cursor: pointer;
}

    .testimonial-box .count.active {
        color: var(--primary)
    }

.testimonial-box .progressbar-container {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.testimonial-box .progressbar {
    width: 27px;
    height: 2px;
    background-color: rgb(42 53 120 / 20%);
    overflow: hidden;
    transition: width .6s;
}

.testimonial-box .progress-fill {
    width: 0%;
    height: 100%;
    background: var(--primary);
    transition: width 4s linear;
}


/* Footer Style Start Here */

.footer_wrapper {
    width: 100%;
    float: left;
    padding: 70px 0 55px;
}

.footer_main {
    width: 100%;
    float: left;
    position: relative;
    padding: 100px 0 0;
    background-color: var(--primary);
}

.footer_main_block {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.footer_maindetails {
    width: 100%;
    float: left;
}

.footer_navbar_address {
    width: 100%;
    float: left;
}

.footer_bg {
    width: 100%;
    float: left;
    background-color: var(--text);
    border-radius: 40px;
    padding: 100px 141px 136px;
    display: flex;
    justify-content: space-between;
    height: auto;
    gap: 120px;
}



.navbarmenu {
    display: flex;
    flex-direction: column;
    width: 17%;
}


.aboutfooter {
    width: 44%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

    .aboutfooter a {
        display: inline-block;
    }

    .aboutfooter p {
        color: rgba(255, 255, 255, 0.8);
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
        padding: 30px 0 0;
    }

        .aboutfooter p.secondline {
            color: var(--subtext);
            padding: 10px 0 0;
        }

.footer_right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 59px;
    width: 100%;
    background-color: var(--secondary);
    border-radius: 0 0 20px 20px;
    padding: 23px 20px 22px 20px;
}

.socialicon {
    display: flex;
    gap: 30px;
}

.footer_right .footer_title h5 {
    padding: 0 !important;
    font-size: 20px !important;
    line-height: 24px;
}

.filter-drawer__title {
    color: var(--text);
    cursor: pointer;
    display: block;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    transition: all 0.25s ease-out;
}

.socialicon span {
    display: inline-block;
    background-color: var(--pure);
    width: 30px;
    height: 1px;
}

.fa-linkedin:before {
    content: "\f0e1" !important;
}

.socialicon a {
    color: var(--pure);
    font-size: 23px;
    margin: 0;
    display: flex;
    justify-content: center;
    transition: .4s ease;
}

    .socialicon a svg {
        height: 23px;
        fill: var(--pure);
    }

    .socialicon a:hover svg {
        fill: var(--primary);
    }

.socialicon .fa-facebook:before, .socialicon .fa-twitter:before, .socialicon .fa-linkedin:before {
    font-family: 'FontAwesome';
}

.socialicon a:hover, .socialicon a:focus {
    color: var(--primary);
    transition: all .5s;
}

.routenum {
    float: left;
    width: 100%;
    background-color: #000;
    border-radius: 10px;
    text-align: center;
    padding: 8px 0;
    margin: 76px 0 0;
}

    .routenum p {
        padding: 0 !important;
        font-size: 17px;
    }

        .routenum p a {
            color: var(--pure);
        }

            .routenum p a:hover {
                color: var(--secondary);
            }

.footer_title h5 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: var(--pure);
    position: relative;
    display: inline-block;
}

.footer_navbar {
    display: flex;
    justify-content: space-between;
    gap: 98px;
}

.footer_navlinks {
    display: flex;
    padding: 33px 0 0;
}

    .footer_navlinks ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

        .footer_navlinks ul li a {
            color: var(--subtext);
            font-size: 16px;
            font-weight: 400;
            line-height: 19px;
        }

            .footer_navlinks ul li a i {
                color: rgba(255,255,255,70%);
                font-weight: 600;
                padding: 0 6px 0 0;
                font-size: 14px;
            }

            .footer_navlinks ul li a:hover,
            .footer_navlinks ul li a:focus {
                color: var(--pure);
            }

.footer_contact {
    float: left;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    background-color: var(--primary);
    border-radius: 20px;
    /* padding: 20px 15px 20px 20px; */
    width: 38.4%;
}

    .footer_contact .footer_title h5 {
        font-size: 24px;
        padding: 20px 20px 0;
    }

.dualnumber {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 10px 15px 20px 20px;
}


    .dualnumber p {
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        color: rgb(255 255 255 / 80%);
        background-image: url("../images/site/icon01.svg");
        background-position: 0 -505px;
        background-repeat: no-repeat;
        padding: 0 0 0 36px;
    }

        .dualnumber p a {
            color: rgba(255, 255, 255, 0.8);
        }

            .dualnumber p a:hover {
                color: var(--secondary);
                transition: all 0.5s;
            }

        .dualnumber p.address {
            background-position: 0px -337px;
        }

        .dualnumber p.mailus {
            background-position: 0 -845px;
        }

        .dualnumber p.whtp {
            background-position: 0 -674px;
        }

        .dualnumber p.website {
            background-position: 0 -1013px;
        }

.bottomfooter_main {
    width: 100%;
    float: left;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.bottomfooter {
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyrights {
    float: left;
    color: var(--pure);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

    .copyrights a {
        color: var(--secondary);
    }

        .copyrights a:hover, .copyrights a:focus {
            color: var(--pure);
        }

.poweredby {
    float: right;
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
}

    .poweredby span {
        float: left;
        color: var(--pure);
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 3px 0 0;
    }

    .poweredby a {
        float: left;
    }

/* Footer Style End Here */

/* gallery css start */

.gallerywrap {
    width: 100%;
    float: left;
    clear: both;
}

    .gallerywrap .row > .column {
        padding: 6px;
    }

    .gallerywrap .row:after {
        content: "";
        display: table;
        clear: both;
    }

    .gallerywrap .column {
        float: left;
        width: 25% !important;
    }

    /* The Modal (background) */
    .gallerywrap .modal {
        display: none;
        position: fixed;
        z-index: 3;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        z-index: 999999;
        background-color: rgba(0,0,0,0.6);
    }

    /* Modal Content */
    .gallerywrap .modal-content {
        position: relative;
        background-color: transparent;
        margin: auto;
        padding: 0;
        width: 90%;
        border: none;
        max-width: 800px;
    }

    /* The Close Button */
    .gallerywrap .closebutton {
        color: #ffffff;
        position: absolute;
        top: 10px;
        right: 25px;
        font-size: 35px;
        font-weight: bold;
        opacity: 0.6;
    }

        .gallerywrap .closebutton:hover,
        .gallerywrap .closebutton:focus {
            color: #ffffff;
            text-decoration: none;
            cursor: pointer;
            opacity: 0.9;
        }

    .gallerywrap .mySlides {
        display: none;
    }

    /* Next & previous buttons */
    .gallerywrap .prev, .gallerywrap .next {
        cursor: pointer;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 16px;
        color: white;
        height: max-content;
        font-weight: bold;
        display: flex;
        font-size: 20px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
        align-items: center;
    }

    /* Position the "next button" to the right */
    .gallerywrap .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

        /* On hover, add a black background color with a little bit see-through */
        .gallerywrap .prev:hover,
        .gallerywrap .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

    /* Number text (1/3 etc) */
    .gallerywrap .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
    }

    .gallerywrap .caption-container {
        text-align: center;
        background-color: black;
        padding: 2px 16px;
        color: white;
    }

    .gallerywrap img {
        opacity: 1;
        max-width: 100%;
        border-radius: 20px;
    }

    .gallerywrap .active,
    .gallerywrap .demo:hover {
        opacity: 1;
    }

    .gallerywrap img.hover-shadow {
        transition: 0.3s;
    }

    .gallerywrap .hover-shadow:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }


/* Medea Queries */

@media only screen and (max-width: 639px) {
    .gallerywrap .column {
        width: 50%;
    }

    .gallerywrap .row > .column {
        padding: 5px;
    }

    .gallerywrap .gallerywrap {
        padding: 40px 0;
    }
}

/* gallery css end */

/*************************Index Popup Style Start***********************/

.indexpopup .css-1t1j96h-MuiPaper-root-MuiDialog-paper {
    background-color: transparent;
    box-shadow: none;
    transition: none;
    margin: 0;
    padding: 0;
}

.indexpopup .css-bdhsul-MuiTypography-root-MuiDialogTitle-root {
    padding: 0;
    text-align: right;
    position: absolute;
    right: 40px;
    top: 10px;
}

.indexpopup .css-yiavyu-MuiBackdrop-root-MuiDialog-backdrop {
    backdrop-filter: blur(3px);
    --webkit-backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, 0.3);
}

.indexpopup .css-1e6y48t-MuiButtonBase-root-MuiButton-root {
    padding: 0;
    margin: 0;
    min-width: auto;
}

    .indexpopup .css-1e6y48t-MuiButtonBase-root-MuiButton-root i {
        font-size: 30px;
        color: var(--secondary-color) !important;
        cursor: pointer;
    }

.changepaaswrd .css-1e6y48t-MuiButtonBase-root-MuiButton-root {
    background-color: var(--primary) !important;
    color: var(--pure) !important;
}

    .changepaaswrd .css-1e6y48t-MuiButtonBase-root-MuiButton-root:hover {
        background-color: var(--secondary) !important;
        color: var(--pure) !important;
    }
/*************************Index Popup Style End***********************/

/*************************Track bus Page  Style ***********************/

.iframe-container iframe form .maptoparea {
    display: none !important;
}

.iframe-container {
    margin-top: 0px !important;
}

    .iframe-container iframe {
        border: none !important;
        background-color: #f0f0f0 !important;
        height: 137.6vh;
        overflow: auto !important;
        scrollbar-width: none !important;
        overflow-clip-margin: content-box !important;
    }

.trackbusdiv iframe html, .trackbusdiv body {
    overflow: hidden !important;
    height: auto !important;
    scrollbar-width: none !important;
        overflow-clip-margin: content-box !important;
}

.trackbusdiv .mainmapdiv {
    height: auto !important;
    background-color: #f0f0f0 !important;
}

.trackcargodiv.trackbusdiv {
    padding: 0 0 40px !important;
}
/*************************Track cargo Page  Style ***********************/
.trackwrapbox {
    float: left;
    width: 100%;
}

.trackcargodiv {
    width: 100%;
    float: left;
    padding: 0;
    background-color: #F0F0F0;
    border-radius: 40px;
    padding: 0 0 93px;
}

    

    .trackcargodiv .booking-detail-headtop, .booking-detail-wrapper .booking-detail-headtop {
        display: inline-flex;
        padding: 30px 50px 28px;
        border-bottom: 1px solid #cacaca;
        width: 100%;
        align-items: center;
        position: relative;
        justify-content: center;
    }

    .trackcargodiv .back-button {
        padding: 0 0 0 27px;
        border: none;
        font-size: 24px;
        font-weight: 500;
        font-family: 'Poppins';
        color: var(--subtext);
        background-image: url(../images/site/icon01.svg?d=0.2);
        background-repeat: no-repeat;
        background-position: -8px -1836px;
        background-size: 27px;
        position: absolute;
        left: 50px;
    }

    .trackcargodiv .booking_title {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        color: var(--titletext);
        display: inline-block;
    }

    .trackcargodiv .btn-share, .booking-detail-headtop .btn-share {
        background-color: var(--primary);
        border-radius: 10px;
        color: var(--pure);
        font-size: 18px;
        padding: 10px 50px 10px 20px;
        border: none;
        line-height: 22px;
        text-transform: capitalize;
        font-weight: 400;
        background-image: url(../images/site/icon01.svg);
        background-repeat: no-repeat;
        background-position: 83% -1176px;
        cursor: pointer;
    }

    .trackcargodiv .bookingform {
        padding: 40px 0 40px 50px;
        width: 100%;
        justify-content: flex-start;
    }

    .trackcargodiv .bookingtrack {
        background-color: var(--pure);
        width: 19.75%;
    }

    .trackcargodiv .bookingsearch {
        width: max-content !important;
    }

    .trackcargodiv .cargo-result {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0 0 0 50px;
        position: relative;
    }

.cargo-point {
    position: absolute;
    top: 0;
    height: 100%;
    display: inline-block;
    width: 40px;
    text-align: center;
    padding: 30px 0 0;
}

    .cargo-point em {
        width: 40px;
        height: 40px;
        background-color: var(--primary);
        float: left;
        border-radius: 50%;
        display: block;
    }

    .cargo-point span {
        width: 9px;
        height: 90%;
        background-color: var(--primary);
        display: inline-block;
    }

    .cargo-point p {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: var(--primary);
        display: block;
        margin: 0 auto !important;
        position: relative;
        bottom: 14px;
    }

.cargo-result_list {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 9px;
    width: 100%;
    padding: 0 50px 0 76px;
}

    .cargo-result_list .cargo-result_title {
        display: flex;
        justify-content: space-between;
        padding: 0 96px 0 20px;
    }

        .cargo-result_list .cargo-result_title h4 {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            line-height: 20px;
            color: #4A4A4A;
        }

    .cargo-result_list .cargo-result_data {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

.cargo_data_box {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: var(--pure);
    border-radius: 10px;
}

    .cargo_data_box p {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        color: #4A4A4A;
    }

        .cargo_data_box p label {
            display: none;
        }
/* Modal Content */
.trackcargodiv .modal {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 97%);
}

.trackcargodiv .modal-content {
    position: relative;
    background-color: var(--pure);
    margin: auto;
    padding: 0;
    border-radius: 20px;
    border: none;
    width: 555px;
    box-shadow: 0 20px 40px rgba(42, 53, 120, 25%);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

/* The Close Button */
.modal-header .close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .modal-header .close:hover,
    .modal-header .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.trackcargodiv .modal-header {
    background-color: transparent;
    border-radius: 0;
    padding: 19px 15px;
    text-align: center;
    width: 100%;
    justify-content: center;
}

    .trackcargodiv .modal-header h3 {
        margin: 0;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        color: var(--subtext);
        line-height: 17px;
    }

.trackcargodiv .modal-body {
    padding: 40px 16px 60px;
    text-align: center;
    width: 100%;
    float: left;
}

.modal-body input.phno {
    background-color: var(--pure);
    border: 1px solid #d9d9d9;
    height: 40px;
    text-align: center;
    font-size: 14px;
    width: 45.45%;
    border-radius: 5px;
    color: var(--subtext);
}

    .modal-body input.phno::placeholder {
        color: var(--subtext) !important;
    }

    .modal-body input.phno:focus,
    .modal-body input.phno:hover {
        border: 1px solid #d9d9d9 !important;
        outline: none;
    }

.modal-body .setimer {
    float: left;
    width: 100%;
    padding: 30px 0 0;
}

    .modal-body .setimer h3 {
        font-size: 16px;
        font-weight: 600;
        color: var(--subtext);
        margin: 0;
        display: inline-block;
        padding: 0 0 13px;
    }

.timerinput {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 17px;
    justify-content: center;
}

.timebox {
    width: 68px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

    .timebox input {
        width: 100%;
        height: 68px;
        font-size: 24px;
        border-radius: 5px;
        color: #d9d9d9;
        font-weight: 400;
        text-align: center;
        border: 1px solid #f0f0f0;
    }

        .timebox input::placeholder {
            color: #d9d9d9;
        }

        .timebox input:focus,
        .timebox input:hover {
            border: 1px solid #d9d9d9 !important;
            outline: none;
        }

    .timebox h4 {
        font-size: 14px;
        font-weight: 400;
        padding: 15px 0 0;
        margin: 0;
        color: var(--subtext);
        line-height: 17px;
    }

.modal-button {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 0 54px;
}

    .modal-button button {
        background-color: var(--secondary);
        color: var(--pure);
        font-size: 14px;
        padding: 11px 27px 12px;
        border: none;
        line-height: 17px;
        border-radius: 5px;
        cursor: pointer;
    }

        .modal-button button:focus,
        .modal-button button:hover {
            outline: none;
            background-color: var(--primary);
        }



/*************************Track cargo Page  Style  End***********************/



/*************************About Page  Style ***********************/

.abt_detail {
    float: left;
    width: 100%;
}

.abt_sectionarea {
    float: left;
    width: 100%;
}

.abt_oustory {
    display: flex;
    background: linear-gradient(90deg, #F2F2F2 0%, #E5E9FF 100%);
    border-radius: 40px;
    padding: 50px;
    justify-content: space-between;
    align-items: flex-start;
}

.abt_oustoryleft {
    display: flex;
    flex-direction: column;
    flex-basis: 47%;
}

.aboutitle {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: var(--titletext);
    text-transform: capitalize;
}

.abouheadtitle {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: #4A4A4A;
    padding: 0 0 20px;
}

.aboutext {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--titletext);
}

    .aboutext.aboutextbtm {
        padding: 30px 0 0;
    }

.abt_oustoryright {
    width: max-content;
}

    .abt_oustoryright img {
        border-radius: 30px;
        max-width: 100%;
    }

.abt_oustory2 {
    display: flex;
    padding: 70px 0;
    gap: 50px;
    justify-content: space-between;
}

.abt_promise {
    display: flex;
    flex-basis: 41.2%;
    background: linear-gradient(90deg, #F2F2F2 0%, #E5E9FF 100%);
    border-radius: 40px;
    padding: 50px;
    gap: 64px;
}

.abt_promiseleft p {
    padding: 10px 0;
}

.abt_promiseright {
    width: max-content;
}

    .abt_promiseright img {
        border-radius: 30px;
        max-width: max-content;
    }


.abt_milestones {
    background-color: var(--primary);
    border-radius: 40px;
    display: flex;
    padding: 50px 50px 44px;
    justify-content: space-between;
    background-image: url(../images/site/anotherpageimg/milestonebg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-blend-mode: color-burn;
    flex-direction: column;
    flex-basis: 56.1%;
}

    .abt_milestones .aboutitle {
        color: var(--pure);
    }

.abt_countside {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 40px;
}

    .abt_countside .countbox {
        box-sizing: border-box;
        width: 268px;
        height: 200px;
        background: rgba(255, 255, 255, 0.1);
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
        border-radius: 30px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        padding: 35px 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .abt_countside .countbox .countitem p {
            padding: 10px 0 0;
        }

            .abt_countside .countbox .countitem p i {
                display: block;
                font-style: normal;
            }

.abt_milestonestext {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--pure);
}

    .abt_milestonestext i {
        display: block;
        font-style: normal;
    }

.abt_oustory3 {
    background-image: url(../images/site/anotherpageimg/aboutp_img3.webp);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 50px;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
}

.abt_futuretext {
    float: left;
    width: 32%;
}

    .abt_futuretext .abouheadtitle {
        padding: 20px 0 0;
    }

.abt_futurepart {
    float: left;
    display: flex;
    flex-direction: column;
    padding: 50px 0;
    gap: 15px;
    align-items: flex-end;
}

.abt_futurebox {
    box-sizing: border-box;
    background: rgb(243 232 227 / 50%);
    border: 1px solid rgb(255 255 255 / 50%);
    border-radius: 40px;
    padding: 13px 13px 12px 13px;
    width: max-content;
}

    .abt_futurebox.abt_futurebox1 {
        width: 86%;
    }

    .abt_futurebox.abt_futurebox2 {
        width: 92.7%;
    }

.abt_futureboxin {
    background: #F4E3DD;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 14px 50px rgba(120, 42, 43, 0.3);
    border-radius: 30px;
    padding: 18px 40px 16px 30px;
    text-align: left;
    /* width: max-content; */
}



    .abt_futureboxin p {
        font-family: 'Poppins';
        color: var(--subtext);
        font-weight: 400;
        line-height: 24px;
    }

    .abt_futureboxin span {
        color: var(--text);
        font-weight: 600;
    }

.abt_oustory4 {
    background: linear-gradient(270deg, #F2F2F2 0%, #E5E9FF 100%);
    border-radius: 40px;
    padding: 50px;
    margin: 70px 0 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .abt_oustory4 h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 26px;
        line-height: 40px;
        text-align: center;
        color: #4A4A4A;
        width: 61%;
        padding: 20px 0 0;
    }

.abt_busimg {
    display: flex;
    gap: 70px;
    padding: 46px 0 80px;
}

    .abt_busimg img {
        border-radius: 20px;
    }

.abt_text {
    float: left;
}

    .abt_text p {
        font-family: "Redressed", cursive;
        font-weight: 400;
        font-size: 26px;
        color: var(--titletext);
    }

        .abt_text p i {
            display: block;
            font-style: normal;
        }

/*************************About Page Style End***********************/

/*************************FAQ Page Style***********************/

.faq_detail {
    float: left;
    width: 100%;
}

.faq_sectionpart {
    background: linear-gradient(90deg, #E5E9FF 0%, #F2F2F2 100%);
    border-radius: 40px;
    float: left;
    width: 100%;
    padding: 40px 100px 70px;
}

    .faq_sectionpart .abouheadtitle {
        text-align: center;
    }

.faq_sectionwrap {
    float: left;
    width: 100%;
    padding: 50px 0 0;
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.faq_sectionare {
    float: left;
    width: 100%;
}

    .faq_sectionare .faq_titlename {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        color: var(--titletext);
    }

    .faq_sectionare .filter_tab_main {
        display: flex;
        flex-direction: column;
        gap: 25px;
        padding: 30px 0 0;
    }

    .faq_sectionare .filter-drawer {
        background-color: #FBFBFB;
        padding: 25px 50px;
        border-radius: 30px;
    }

    .faq_sectionare .filter-drawer__title::after {
        position: absolute;
        content: "\f107";
        right: 0;
        top: 0;
        transition: 0.35s ease-in-out;
        float: right;
        font-size: 28px;
        font-family: 'FontAwesome' !important;
        color: #C4C4C4;
    }

    .faq_sectionare .filter-drawer__trigger:checked + .filter-drawer__title::after {
        transform: rotate(-180deg);
        transition: 0.25s ease-in-out;
        color: var(--primary);
    }

    .faq_sectionare .filter-drawer__title {
        color: #6F6F6F;
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        font-family: 'Poppins';
    }

    .faq_sectionare .filter-drawerpart {
        padding: 30px 0 0;
        width: 100%;
        float: left;
    }

        .faq_sectionare .filter-drawerpart p {
            font-size: 16px;
            font-weight: 400;
            line-height: 30px;
            color: #6F6F6F;
            font-family: 'Poppins';
        }


/*************************FAQ Page Style End***********************/

/*************************Blog Page Style ***********************/
.blogcontent {
    width: 100%;
    float: left;
    padding: 0 0 0 !important;
}

body .blogcontent .container {
    max-width: 1851px !important;
    width: 100%;
}

.blogcontentinnr {
    background: linear-gradient(90deg, #F2F2F2 0%, #E5E9FF 100%);
    border-radius: 40px;
    padding: 80px 74px;
}

.blogcomfortparts.blogcomfortparts02 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 86px 80px;
}

.blogcomfortleft {
    width: 500px;
}

.blognone01 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blogcomfort {
    float: left;
    width: 550px;
    height: 500px;
    max-width: 500px;
    background-color: var(--pure);
    border-radius: 40px;
    display: flex;
}

    .blogcomfort img {
        max-width: 100%;
        object-fit: cover;
        max-width: 100%;
        width: 100%;
    }

.detailcomfort {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogcomfort img {
    max-width: 100%;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    border-radius: 40px;
}

.blogcomfort img {
    max-width: 100%;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    border-radius: 40px;
}

.detailcomfort {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.blogtitle {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 35px;
    text-align: center;
    color: var(--titletext);
}

.blogmore {
    padding: 14px 29px;
    background-color: var(--secondary);
    border-radius: 10px;
    color: var(--pure);
    font-size: 18px;
    font-weight: 400;
}

    .blogmore a {
        color: var(--pure) !important;
    }

    .blogmore:hover {
        background-color: var(--primary);
    }

.slider-text-bg h1, .blog_main_content h2 {
    text-align: left !important;
    padding: 0 0 20px !important;
    margin: 0;
    color: var(--primary) !important;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
}

.blog_main_content h2 {
    padding: 50px 0 20px !important;
}

.blog_main_content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
}

    .blog_main_content p img {
        width: 750px;
        max-width: 100%;
        object-fit: cover;
        border-radius: 40px;
    }

.blogcontentinnr .booking-detail-headtop {
    float: left;
    width: 100%;
    padding: 0 0 30px;
}

.blogcontentinnr .back-button {
    padding: 0 0 0 27px;
    border: none;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins';
    color: var(--subtext);
    background-image: url(../images/site/icon01.svg?d=0.2);
    background-repeat: no-repeat;
    background-position: -8px -1836px;
    background-size: 27px;
}

.blogarea {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 55px;
    padding: 110px 0 0;
}

.blogpart {
    display: flex;
    align-items: center;
    gap: 90px;
}

    .blogpart:nth-child(2n) {
        flex-direction: row-reverse;
    }



.blogleft {
    float: left;
    width: 59%;
}

.blogright {
    width: 51%;
}


    .blogright img {
        width: 770px !important;
        height: 500px !important;
        max-width: 100%;
        object-fit: cover;
        border-radius: 40px;
        background-color: var(--pure);
    }


/*************************Gallery Page Style ***********************/

/* Gallery CSS Start */

.gallerywrapper {
    width: 100%;
    float: left;
    /*padding: 50px 0 50px;*/
}

.galleryarea.galleryarea {
    width: 100%;
    float: left;
    background: linear-gradient(90deg, #F2F2F2 0%, #E5E9FF 100%);
    border-radius: 40px;
    padding: 80px;
}

.gallerythumrwapper {
    width: 100%;
    float: left;
    /*padding: 30px 0 0;*/
}

.rowdata {
    display: flex;
    gap: 87px 70px;
    flex-wrap: wrap;
}

.gallerybox {
    float: left;
}

.backtogallery {
    width: 100%;
    float: left;
    clear: both;
    display: none;
}

    .backtogallery a {
        color: #da251d !important;
        font-size: 18px;
        /*font-family: 'Montserrat', sans-serif;*/
        font-weight: 500;
        text-transform: capitalize;
        display: inline-block;
    }

        .backtogallery a i {
            padding-right: 5px;
        }

        .backtogallery a:hover {
            color: #080661 !important;
            text-decoration: none;
        }

.gallerythum {
    float: left;
    display: flex;
    flex-direction: column;
    gap: 7px;
    align-items: center;
    justify-content: center;
}

.gallerythumimg {
    width: 350px;
    height: 350px;
    border-radius: 40px;
    float: left;
    clear: both;
    transition: transform .35s ease-out;
    transform: translate3d(0, 0, 0) scale(1);
    image-rendering: -webkit-optimize-contrast;
}

.gallerythum h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #4A4A4A;
}

.gallerythum a {
    background-color: var(--pure);
    border-radius: 40px;
    float: left;
    display: flex;
    max-width: 100%;
    width: 350px;
    height: 350px;
}

    .gallerythum a img {
        display: flex;
        object-fit: cover;
        max-width: 100%;
        width: 100%;
        border-radius: 40px;
    }


/*.gallerythum a:hover, .gallerythum a:focus {
        background: #080661;
        color: #fff;
        text-decoration: none;
    }*/

.gallerywrap {
    display: none;
    width: 100%;
    float: left;
    margin: 0 !important;
}

.gallerytitle {
    font-size: 26px;
    color: #080661;
    font-weight: 600;
    padding: 50px 0 30px;
    width: 100%;
    float: left;
    margin: 0;
}

.gallerywrap .column {
    float: left;
    width: 25%;
    box-sizing: border-box;
}

.gallerywrap .row > .column {
    padding: 6px;
}

/* Gallery CSS Start */


/*************************service Page Style ***********************/
.service_detail {
    float: left;
    width: 100%;
}

.ser_sectionarea {
    display: flex;
    flex-direction: column;
    gap: 70px;
}



.ser_sectionpart {
    float: left;
    width: 100%;
    background-image: url(../images/site/anotherpageimg/Our-Service-Banner.webp);
    background-repeat: no-repeat;
    background-position: center top;
    border-radius: 40px;
    padding: 50px 50px 0 50px;
    min-height: 470px;
    display: flex;
    background-size: cover;
}

.ser_sectioncare {
    background-color: var(--primary);
    width: 47.7%;
    border-radius: 40px 40px 0 0;
    padding: 50px;
}

    .ser_sectioncare .aboutitle {
        color: var(--pure);
        text-transform: capitalize;
    }

    .ser_sectioncare .abouheadtitle {
        color: var(--pure);
        padding: 10px 0 21px;
    }


    .ser_sectioncare .aboutext {
        color: var(--pure);
    }

.ser_section {
    display: flex;
    width: 100%;
    background: linear-gradient(90deg, #F2F2F2 0%, #E5E9FF 100%);
    border-radius: 40px;
    gap: 100px;
}

.ser_sectionbox ul {
    padding: 31px 0 0 27px;
}

    .ser_sectionbox ul li {
        font-size: 16px;
        font-weight: 400;
        color: var(--titletext);
        font-family: 'Poppins';
        line-height: 30px;
    }

        .ser_sectionbox ul li::marker {
            font-size: 12px;
            line-height: 12px;
        }

.ser_section img {
    border-radius: 40px 0 0 40px;
}

.ser_section .ser_sectionbox {
    padding: 50px 50px 0 0;
}

.ser_section.ser_section2 .ser_sectionbox, .ser_section.ser_section4 .ser_sectionbox {
    padding: 50px 0 0 50px;
}

.ser_section.ser_section2 img, .ser_section.ser_section4 img {
    border-radius: 0 40px 40px 0;
}

/*************************service Page Style End ***********************/

/*************************Contact Page Style ***********************/

.cont_detail {
    float: left;
    width: 100%;
}

.cont_sectionarea {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.cont_sectionpart {
    float: left;
    background-image: url(../images/site/anotherpageimg/contactp_img.webp);
    background-repeat: no-repeat;
    background-position: center top;
    border-radius: 40px;
    padding: 50px 50px;
    min-height: 644px;
}

.cont_sectionbox {
    float: right;
    background-color: var(--primary);
    border-radius: 30px;
    padding: 40px 50px 50px;
    width: 31.1%;
    box-shadow: 0px 20px 40px rgba(42, 53, 120, 0.25);
}

    .cont_sectionbox .abouheadtitle {
        color: var(--pure);
    }

.cont_boxdetail {
    float: left;
    width: 84%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 29px 0 0;
}

    .cont_boxdetail p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        color: var(--pure);
        padding: 0 0 0 40px;
        background-image: url(../images/site/icon01.svg?d=0.2);
        background-repeat: no-repeat;
        background-position: 0px -323px;
    }

        .cont_boxdetail p.phone {
            background-position: 0px -504px;
        }

        .cont_boxdetail p.wphone {
            background-position: 0px -675px;
        }

        .cont_boxdetail p.email {
            background-position: 0px -845px;
        }


        .cont_boxdetail p a {
            color: var(--pure);
        }

            .cont_boxdetail p a:hover {
                color: var(--secondary);
            }

.cont_sectionpart2 {
    float: left;
    border-radius: 40px;
    padding: 50px 50px 0;
    text-align: center;
    background: linear-gradient(270deg, #F5DFD6 0%, #EDF7FF 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cont_feedback {
    float: left;
    width: 88%;
    text-align: center;
    padding: 0 0 104px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

    .cont_feedback:after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 226px;
        height: 310px;
        background-image: url(../images/site/anotherpageimg/contactp_img1.png);
        background-repeat: no-repeat;
        background-position: left center;
    }

    .cont_feedback:before {
        position: absolute;
        content: "";
        right: 0;
        bottom: 0;
        width: 230px;
        height: 228px;
        background-image: url(../images/site/anotherpageimg/contactp_img2.png);
        background-repeat: no-repeat;
        background-position: left center;
    }

    .cont_feedback .abouheadtitle {
        width: 60%;
        padding: 20px 0 70px;
    }

.cont_boxfeedback {
    float: left;
    width: 63.4%;
    position: relative;
    background-color: var(--pure);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 20px 20px rgba(42, 53, 120, 0.1);
}

    .cont_boxfeedback .redclr {
        left: 30px;
        bottom: -30px;
    }

    .cont_boxfeedback textarea {
        min-height: 80px !important;
        height: 80px !important;
        padding: 0 0 0 10px;
        border-radius: 0;
        border: none;
        color: #A5A5A5;
        font-size: 16px;
        /*text-transform: lowercase;*/
        font-family: 'Poppins';
        font-weight: 400;
    }

    .cont_boxfeedback .form-check-input:focus, .cont_boxfeedback .form-control:focus, .form-select:focus {
        border-color: transparent;
        outline: 0;
        box-shadow: none;
    }

    .cont_boxfeedback button {
        background-color: var(--secondary);
        color: var(--pure);
        border-radius: 10px;
        padding: 13px 18px 13px 63px;
        border: none;
        font-size: 16px;
        font-weight: 400;
        background-image: url(../images/site/icon01.svg?d=0.2);
        background-repeat: no-repeat;
        background-position: 19px -2543px;
        float: right;
        margin: 24px 0 0;
        letter-spacing: 0.5px;
    }

.cont_sectionpart3 {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    padding: 0 0;
    width: 100%;
}

.cont_followus {
    background: linear-gradient(270deg, #F2F2F2 0%, #E5E9FF 100%);
    border-radius: 40px;
    padding: 40px 50px;
    width: 47.8%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 343px;
}

.followtext {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: var(--titletext);
    width: 91%;
    padding: 23px 0;
}



.cont_followicon.socialicon {
    gap: 70px;
    padding: 0 0 0;
    align-items: center;
}

    .cont_followicon.socialicon a {
        font-size: 53px;
        color: var(--primary);
    }

        .cont_followicon.socialicon a svg {
            height: 58px;
            fill: var(--primary);
        }

    .cont_followicon.socialicon em {
        float: left;
        width: 1px;
        height: 30px;
        background-color: var(--primary);
    }

.cont_panter {
    background: linear-gradient(270deg, #F2F2F2 0%, #E5E9FF 100%);
    border-radius: 40px;
    padding: 40px 50px;
    width: 47.8%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 343px;
    justify-content: center;
}

    .cont_panter a {
        padding: 16px 20px 16px 70px;
        border-radius: 10px;
        background-color: var(--primary);
        color: var(--pure);
        letter-spacing: 0.5px;
        font-size: 16px;
        font-weight: 400;
        margin: 0;
        background-image: url(../images/site/icon01.svg?d=0.2);
        background-repeat: no-repeat;
        background-position: 19px -661px;
        background-size: 40px;
    }

        .cont_panter a:hover {
            color: var(--secondary);
        }
/*************************service Page Style End ***********************/
/*************************Available Route Page Style Start***********************/
/* Modify Search Area Style Start */
.availableroutewrapper {
    width: 100%;
    float: left;
    clear: both;
    padding: 0;
}

.modifywrapper {
    width: 100%;
    float: left;
}

.modifybookingform {
    width: 100%;
    float: left;
}

.modifybookingsearch {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.modifycity {
    width: 61.1%;
    float: left;
    border-radius: 8px;
    position: relative;
    display: flex;
    gap: 20px;
}

.modifyswapcity {
    background-image: url("../images/site/available_icon.svg") !important;
    background-position: center -358px;
    background-repeat: no-repeat;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 23px;
    height: 21px;
    cursor: pointer;
    z-index: 1;
}

.modifytocity {
    width: 100%;
    display: inline-block;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    background-color: var(--pure);
    padding: 0 0 0 20px;
    height: 50px;
    border-radius: 20px;
}

.modifylabel {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--subtext);
    flex: none;
    order: 0;
    flex-grow: 0;
}

.modifyinput {
    width: 78%;
}

    .modifyinput.modifytocity.modifyfromcity {
        float: right;
    }

    .modifyinput .css-1q60rmi-MuiAutocomplete-endAdornment {
        display: none !important;
    }

.modifybookingsearch .modifyinput input {
    height: 22px;
    display: inline-block;
    font-family: 'Inter' !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    background-color: transparent !important;
    color: var(--primary);
    outline: none;
    border: none;
    border-radius: 0;
    padding: 0 0 0 0 !important;
    /* background-image: url("../images/site/available_icon.svg"); */
    /* background-position: 0 4px; */
    /* background-repeat: no-repeat; */
    width: 100% !important;
}

.modifybookingsearch .modifyinput.modifyfromcity input {
    background-position: 0 -170px;
}

.modifyinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    font-size: 18px;
}

.modifydate {
    width: 22%;
    float: left;
    background-color: var(--pure);
    display: flex;
    gap: 10px;
    height: 50px;
    border-radius: 20px;
}

.modifytodate {
    width: 100%;
    display: inline-block;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 20px;
}

    .modifytodate.modifyfromdate {
    }

/*.modifytodate:before {
        position: absolute;
        content: "";
        left: 0;
        top: -20px;
        width: 1px;
        height: 92px;
        background-color: rgba(24, 31, 49, 0.1);
    }

    .modifytodate.modifyfromdate:after {
        position: absolute;
        content: "";
        right: 0;
        top: -20px;
        width: 1px;
        height: 92px;
        background-color: rgba(24, 31, 49, 0.1);
    }*/

.modifybookingsearch .modifyinput.modifytodate input {
    background-position: 17px -515px;
    padding: 0 0 0 50px;
}

.modifybookingsearch .modifyinput.modifyfromdate input {
    background-position: 17px -689px;
}

.modifybutton {
    width: 13.3%;
    float: right;
    margin: 0 0 0 0;
}

    .modifybutton button {
        width: 100%;
        text-align: center;
        height: 50px;
        background-color: var(--primary);
        border: none;
        font-size: 14px;
        font-weight: 400;
        color: var(--pure);
        border-radius: 20px;
        outline: 1px solid #f0f0f0;
    }

        .modifybutton button:hover, .modifybutton button:focus {
            background-color: var(--secondary);
            color: var(--pure);
        }

.modifyinput .css-xsu6ln-MuiAutocomplete-root {
    width: 100%;
}

.modifyinput .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0;
}

.modifyinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
    border-bottom: none !important;
}

.modifyinput .css-xsu6ln-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
    padding: 0 10px 0 35px;
    height: 50px;
    line-height: normal;
}

.modifyinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before {
    border-bottom: none;
}

.modifyinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
    border-bottom: none;
}

/*Modify Search Area Style End*/

/*Routewrapper Style Start Here*/

.routewrapper {
    width: 100%;
    float: left;
    clear: both;
    background-color: #f0f0f0;
    border-radius: 40px;
}

body .routewrapper .container {
    max-width: 1310px;
}

.routedetail {
    width: 100%;
    max-width: 1552px;
    margin: 0 auto;
    padding: 0 15px 0;
}

/* Route Filters Style Start Here */

.filtermodel .css-2rbg70-MuiPaper-root-MuiDialog-paper {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    position: relative;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    max-height: 100%;
    max-width: 460px;
    left: 0 !important;
    right: auto !important;
    transition: none;
}

.filtermodel .css-hz1bth-MuiDialog-container {
    transition: none !important;
    justify-content: flex-start;
}

.filtermodel .css-yiavyu-MuiBackdrop-root-MuiDialog-backdrop {
    background-color: rgba(24, 31, 49, 0.8);
}

.filtermodel .css-ypiqx9-MuiDialogContent-root {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    padding: 0;
    background-color: var(--pure);
    height: 100vh;
}

    .filtermodel .css-ypiqx9-MuiDialogContent-root::-webkit-scrollbar {
        width: 0;
    }

    .filtermodel .css-ypiqx9-MuiDialogContent-root::-webkit-scrollbar-thumb {
        width: 0;
    }

.filtermodelbottombtn {
    position: fixed;
    bottom: 10px;
    padding: 20px 0 0;
    width: 380px;
    float: left;
    text-align: center;
}

    .filtermodelbottombtn .filterapplybutton {
        font-size: 18px;
        font-weight: 500;
        text-transform: capitalize;
        color: var(--head-text);
        background-color: var(--secondary);
        width: 100%;
        position: relative;
        display: inline-block;
        padding: 12px 0 12px;
        border-radius: 8px;
    }

        .filtermodelbottombtn .filterapplybutton:hover, .filtermodelbottombtn .filterapplybutton:focus {
            color: var(--pure);
            background-color: var(--primary);
        }

.routeleftside {
    border: none;
    float: left;
    position: relative;
    width: 20.9%;
    background-color: var(--pure);
    /* box-shadow: rgba(133, 144, 163, 0.1) 6px 10px 40px; */
    border-radius: 20px;
    padding: 0;
    border-image: initial;
}

    .routeleftside .filterclosebtn {
        background-color: transparent;
        border: none;
        padding: 0;
        position: absolute;
        right: 12px;
        top: 12px;
        font-size: 20px;
        color: var(--primary);
        line-height: 20px;
    }

.routeleftsidetitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 30px 18px;
    gap: 8px;
    border-bottom: 1px solid rgba(24,31, 49, 0.2);
}

    .routeleftsidetitle.mobileview {
        display: none;
    }

    .routeleftsidetitle h5 {
        font-size: 14px;
        font-weight: 400;
        color: var(--subtext);
        line-height: 17px;
    }

    .routeleftsidetitle label {
        font-size: 14px;
        font-weight: 400;
        color: var(--secondary);
        line-height: 17px;
        cursor: pointer;
    }

    .routeleftsidetitle i {
        font-size: 15px;
        color: var(--primary);
        display: none !important;
    }

.routefilters {
    width: 100%;
    float: left;
    padding: 30px 30px 50px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.filter_tab_main {
    /* border: 1px solid rgba(24, 31, 49, 0.2); */
    /* border-radius: 8px; */
    /* padding: 20px 26px; */
}

    .filter_tab_main.filter_tab_main05 {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .filter_tab_main h3 {
        font-size: 14px;
        font-weight: 400;
        color: var(--subtext);
        line-height: 17px;
    }


.routebustype {
    width: 100%;
    float: left;
    padding: 0 0 10px;
    position: relative;
}

/*** Filter Drawer Style Start Here*****/

.filter-drawer {
    width: 100%;
    float: left;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 15px 19px 16px;
}

    .filter-drawer h3 {
        font-size: 14px;
        font-weight: 400;
        color: var(--subtext);
        line-height: 17px;
    }

.filter-drawer__content-wrapper {
    max-height: 0px;
    overflow: hidden;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}

.filter-drawer__title {
    color: var(--subtext);
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    position: relative;
    transition: all 0.25s ease-out;
    /* border: 1px solid #f0f0f0; */
    /* border-radius: 5px; */
    /* padding: 15px 19px 16px; */
    /* margin: 136px 0 0 !important; */
}

    .filter-drawer__title::after {
        position: absolute;
        content: "\f107";
        right: 0;
        top: 0;
        transition: 0.35s ease-in-out;
        float: right;
        font-size: 18px;
        font-family: 'FontAwesome' !important;
        color: var(--subtext);
    }

/* OPTIONAL HOVER STATE */


.filter-drawer__trigger:checked + .filter-drawer__title + .filter-drawer__content-wrapper {
    max-height: 1000px;
}

.filter-drawer__content {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.filter-drawer__trigger:checked + .filter-drawer__title::after {
    transform: rotate(-180deg);
    transition: 0.25s ease-in-out;
}

.filter-drawer .filter-drawer__trigger {
    display: none;
}

.filter-drawer__content_input input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.filter-drawer__content_input label {
    position: relative;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: var(--text);
}

    .filter-drawer__content_input label::before {
        content: '';
        background-color: transparent;
        border: 1px solid var(--text);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        height: 16px;
        width: 16px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 10px;
        margin-top: -1px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
    }


.filter-drawer__content_input input:checked + label::after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 6px;
    width: 5px;
    height: 8px;
    border: 1px solid var(--text);
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.filter-drawer__content.filter-drawer__content-time {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}

    .filter-drawer__content.filter-drawer__content-time .filter-drawer__content_input {
        flex-basis: 47%;
    }

/*** Filter Drawer Style End Here*****/


.routebustype:last-child:after {
    display: none;
}

.filtertitle h5 {
    font-size: 18px;
    font-weight: 500;
    padding: 24px 16px 16px 0;
    position: relative;
    background: #266db2;
    display: inline-block;
    z-index: 1;
    color: rgba(255, 255, 255, 0.6);
}

.filtertitle {
    position: relative;
}

    .filtertitle:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.6);
        left: 0;
        bottom: 25px;
    }

.filtercheckbox {
    width: 100%;
    float: left;
    gap: 9px;
    display: flex;
    flex-direction: row;
    padding: 15px 0 0;
}

    .filtercheckbox .vh {
        position: absolute !important;
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0 !important;
        border: 0 !important;
        height: 1px !important;
        width: 1px !important;
        overflow: hidden;
    }

    .filtercheckbox label::before {
        /*content: "";
        width: 22px;
        height: 22px;
        background-color: transparent;
        border: 1px solid var(--primary);
        display: inline-block;
        margin-right: 0;
        border-radius: 4px;
        position: absolute;
        right: 0;
        top: 1px;*/
        display: none !important;
    }

    .filtercheckbox input[type="checkbox"]:checked ~ label:before {
        /*background: var(--primary) no-repeat center;
        background-size: 12px 12px;
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ1LjcwMSA0NS43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NS43MDEgNDUuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yMC42ODcsMzguMzMyYy0yLjA3MiwyLjA3Mi01LjQzNCwyLjA3Mi03LjUwNSwwTDEuNTU0LDI2LjcwNGMtMi4wNzItMi4wNzEtMi4wNzItNS40MzMsMC03LjUwNCAgICBjMi4wNzEtMi4wNzIsNS40MzMtMi4wNzIsNy41MDUsMGw2LjkyOCw2LjkyN2MwLjUyMywwLjUyMiwxLjM3MiwwLjUyMiwxLjg5NiwwTDM2LjY0Miw3LjM2OGMyLjA3MS0yLjA3Miw1LjQzMy0yLjA3Miw3LjUwNSwwICAgIGMwLjk5NSwwLjk5NSwxLjU1NCwyLjM0NSwxLjU1NCwzLjc1MmMwLDEuNDA3LTAuNTU5LDIuNzU3LTEuNTU0LDMuNzUyTDIwLjY4NywzOC4zMzJ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);*/
        display: none !important;
    }

    .filtercheckbox label {
        font-size: 10px;
        font-weight: 400;
        float: left;
        position: relative;
        color: var(--subtext);
        width: 100%;
        display: flex;
        align-items: center;
        cursor: pointer;
        flex-direction: column;
        padding: 13px 0 7px;
        gap: 13px;
        border: 1px solid #f0f0f0;
        border-radius: 5px;
    }

        .filtercheckbox label:hover {
            background-color: #F4F6FF;
            border: 1px solid var(--primary);
        }

.fillterbox .pickuptime {
    width: 25px;
    height: 25px;
    float: left;
    background-image: url(../images/site/available_img01.svg);
    background-position: center -10px;
    background-repeat: no-repeat;
}



    .fillterbox .pickuptime.pickuptime02 {
        background-position: center -135px;
    }

    .fillterbox .pickuptime.pickuptime03 {
        background-position: center -261px;
    }

    .fillterbox .pickuptime.pickuptime04 {
        background-position: center -383px;
    }

    .fillterbox .pickuptime.pickuptime05 {
        background-position: center -513px;
        width: 34px;
    }

    .fillterbox .pickuptime.pickuptime06 {
        background-position: center -635px;
    }

    .fillterbox .pickuptime.pickuptime07 {
        background-position: center -761px;
    }

    .fillterbox .pickuptime.pickuptime08 {
        background-position: center -886px;
    }

.filtercheckbox.sortingfilter label::before {
    display: none;
}

.filtercheckbox.sortingfilter label {
    padding: 0 0 14px;
    justify-content: space-between;
}

    .filtercheckbox.sortingfilter label:last-child {
        padding: 0;
    }

.filtercheckbox.sortingfilter .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
    color: var(--primary);
    padding: 0;
}

.filtercheckbox.sortingfilter .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
    padding: 0;
    color: var(--primary);
}

.filtercheckbox.sortingfilter .css-ahj2mt-MuiTypography-root {
    margin: 0;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    color: var(--text);
    line-height: 1.5;
    letter-spacing: 0;
}

.filtercheckbox .css-xsu6ln-MuiAutocomplete-root {
    width: 100%;
}

.filtercheckbox .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0;
}

.filtercheckbox .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
    border-bottom: none;
}

.filtercheckbox .css-1x51dt5-MuiInputBase-input-MuiInput-input {
    height: 40px;
    border: 1px solid var(--text);
    padding: 0 10px 0 !important;
    color: var(--primary);
}

.filtercheckbox .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled):before {
    border-bottom: none;
}

.filtercheckbox .css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
    color: var(--primary);
}

.filtercheckbox .css-1glvl0p-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-clearIndicator {
    color: var(--primary);
}

.filtercheckbox .css-1tb7pjp-MuiInputBase-root-MuiInput-root:after {
    border-bottom: 2px solid var(--text);
}




.price-range-container {
    margin: 0;
    width: 100%;
    padding: 15px 0 0;
}



    .price-range-container .range-values {
        display: flex;
        justify-content: space-between;
        font-weight: bold;
        color: var(--primary);
        font-size: 14px;
        line-height: 17px;
    }

    .price-range-container .slider-container {
        position: relative;
        height: 30px;
    }

.slider-container .css-187mznn-MuiSlider-root {
    color: var(--primary);
    border-radius: 5px;
    height: 10px;
}


.slider-container .MuiSlider-rail.css-14pt78w-MuiSlider-rail {
    top: auto;
    background-color: #f0f0f0;
    opacity: 1;
}

.slider-container .css-eg0mwd-MuiSlider-thumb {
    top: auto;
    border: 2px solid #f0f0f0;
    width: 18px !important;
    height: 18px !important;
}

.slider-container .MuiSlider-track.css-1gv0vcd-MuiSlider-track {
    top: auto;
}

.price-range-container .thumb {
    position: absolute;
    pointer-events: none;
    height: 0;
    width: 100%;
    -webkit-appearance: none;
    background: none;
    top: 15px;
    z-index: 3;
}

    .price-range-container .thumb::-webkit-slider-thumb {
        pointer-events: all;
        width: 18px !important;
        height: 18px !important;
        border-radius: 50%;
        background: var(--primary) !important;
        border: 1px solid #f0f0f0 !important;
        cursor: pointer;
    }



.price-range-container input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 18px;
    height: 18px;
    background-color: var(--primary);
    border-radius: 50%;
    box-shadow: 0 0 0 1px #C6C6C6;
    cursor: pointer;
}


.price-range-container input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 18px;
    height: 18px;
    background-color: var(--primary);
    border-radius: 50%;
    box-shadow: 0 0 0 1px #C6C6C6;
    cursor: pointer;
}


.price-range-container .slider-track {
    position: absolute;
    height: 10px;
    background-color: #F0F0F0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
    border-radius: 5px;
}

.price-range-container .slider-range {
    position: absolute;
    height: 10px;
    background: var(--primary);
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    border-radius: 5px;
}

.price-range-container .min-max-labels {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #888;
    margin-top: 0;
    line-height: 17px;
}


.filter_tab_mainbd .filter-drawer__title::after {
    display: none;
}

.filter-drawerpart {
    padding: 20px 0 0;
    width: 100%;
    float: left;
}

    .filter-drawerpart .css-xsu6ln-MuiAutocomplete-root {
        width: 100%;
    }

    .filter-drawerpart .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .filter-drawerpart .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
        border: none;
    }

    .filter-drawerpart .css-1tb7pjp-MuiInputBase-root-MuiInput-root:after {
        border-bottom: 2px solid var(--secondary);
    }

    .filter-drawerpart .css-1tb7pjp-MuiInputBase-root-MuiInput-root {
        font-family: "Poppins", sans-serif !important;
    }

        .filter-drawerpart .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled):before {
            border-bottom: none;
        }

    .filter-drawerpart .css-xsu6ln-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        padding: 0 0 0 18px;
        height: 48px;
        background-color: var(--background);
        border-radius: 4px;
        font-size: 15px;
        font-weight: 400;
        color: var(--text);
        background-image: url(../images/site/available_icon.svg);
        background-position: 94% -862px;
        background-repeat: no-repeat;
        outline: none;
        border: none;
    }

        .filter-drawerpart .css-xsu6ln-MuiAutocomplete-root .MuiInput-root .MuiInput-input:hover, .filter-drawerpart .css-xsu6ln-MuiAutocomplete-root .MuiInput-root .MuiInput-input:focus {
            outline: none;
            border: none;
        }

    .filter-drawerpart .css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
        display: none;
    }

    .filter-drawerpart .css-113ntv0-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
        display: none;
    }

    .filter-drawerpart .css-1glvl0p-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-clearIndicator {
        display: none;
    }

.bustypecheckbox {
    width: 100%;
    float: left;
    word-wrap: anywhere;
}

    .bustypecheckbox :checked + label {
        background-color: #F4F6FF;
        border: 1px solid var(--primary);
    }



    .bustypecheckbox:last-child {
        padding: 0;
    }

.routepickupcheckbox {
    width: 100%;
    float: left;
}

    .routepickupcheckbox ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .routepickupcheckbox li {
        display: inline-block;
        flex-basis: 22%;
    }

    .routepickupcheckbox .pickuptime {
        height: 34px;
        width: 100%;
        background-image: url(../Images/Icons.png);
        background-position: center -2960px;
        background-repeat: no-repeat;
        float: left;
        text-align: center;
    }

        .routepickupcheckbox .pickuptime.pickuptime02 {
            background-position: center -3190px;
        }

        .routepickupcheckbox .pickuptime.pickuptime03 {
            background-position: center -3420px;
        }

        .routepickupcheckbox .pickuptime.pickuptime04 {
            background-position: center -3650px;
        }

    .routepickupcheckbox input[type="checkbox"][id^="myCheckbox"] {
        display: none;
    }

    .routepickupcheckbox p {
        font-size: 10px;
        font-weight: 400;
        color: var(--primary);
        padding: 20px 0 0;
        position: relative;
        text-align: center;
        width: 100%;
        float: left;
    }

        .routepickupcheckbox p::before {
            content: '';
            position: absolute;
            top: 12px;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 60px;
            height: 2px;
            background: rgb(249, 250, 251);
            background: -moz-linear-gradient(left, rgba(249, 250, 251, 1) 0%, rgba(213, 215, 223, 1) 50%, rgba(249, 250, 251, 1) 100%);
            background: -webkit-linear-gradient(left, rgba(249, 250, 251, 1) 0%, rgba(213, 215, 223, 1) 50%, rgba(249, 250, 251, 1) 100%);
            background: linear-gradient(to right, rgba(249, 250, 251, 1) 0%, rgba(213, 215, 223, 1) 50%, rgba(249, 250, 251, 1) 100%);
            filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9fafb', endColorstr='#f9fafb', GradientType=1);
        }

    .routepickupcheckbox label {
        border: 1px solid #4A4A4A;
        border-radius: 4px;
        padding: 10px 0;
        display: block;
        position: relative;
        cursor: pointer;
        width: 100%;
        float: left;
    }

        .routepickupcheckbox label:before {
            background-color: white;
            color: white;
            content: " ";
            display: block;
            border-radius: 50%;
            border: none;
            position: absolute;
            text-align: center;
            line-height: 28px;
            transition-duration: 0.4s;
            transform: scale(0);
            z-index: -1;
        }

.gststate .form-control:disabled, .gststate .form-control[readonly] {
    background-color: var(--background);
}

.routepickupcheckbox label img {
    height: 100px;
    width: 100px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

.routepickupcheckbox :checked + label {
    background-color: var(--text);
    width: 100%;
    float: left;
}

    .routepickupcheckbox :checked + label:before {
        content: "";
        background-color: grey;
        transform: scale(1);
    }


.pickupsearch {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 0px;
    display: none;
}

    .pickupsearch input {
        width: 100%;
        height: 40px;
        border-radius: 4px;
        background: transparent;
        border: 1px solid #d5d7df;
        outline: none;
        padding: 0 30px 0 10px;
        color: var(--primary);
    }

        .pickupsearch input:focus {
            border-color: var(--text);
        }

    .pickupsearch i {
        font-size: 22px;
        color: var(--primary);
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 1;
    }

.collapsecheckboxlist {
    width: 100%;
    float: left;
}

    .collapsecheckboxlist .wraper {
        width: 100%;
        float: left;
    }

    .collapsecheckboxlist .collapsed-menu {
        position: relative;
        overflow: hidden;
        max-height: 24px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        padding: 0;
        transition: max-height 0.2s ease;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 0px;
    }

        .collapsecheckboxlist .collapsed-menu.toggled {
            max-height: 200px;
            overflow: auto;
        }

        .collapsecheckboxlist .collapsed-menu .collapsed-menu-list {
            list-style-type: none;
            padding: 20px 0 0;
            margin: 0;
        }

    /*styled item*/

    .collapsecheckboxlist .styled-link {
        cursor: pointer;
        position: relative;
        padding: 0;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        color: var(--primary);
    }

.farerangeslider {
    width: 100%;
    float: left;
}

    .farerangeslider .css-187mznn-MuiSlider-root {
        border-radius: 12px;
        color: var(--primary);
        height: 4px;
        padding: 13px 0;
        position: relative;
        z-index: 3;
    }

    .farerangeslider .css-eg0mwd-MuiSlider-thumb:hover, .farerangeslider .css-eg0mwd-MuiSlider-thumb.Mui-focusVisible {
        box-shadow: 0px 0px 0px 8px rgb(217, 217, 217);
    }

    .farerangeslider .css-eg0mwd-MuiSlider-thumb::before {
        background: var(--primary);
    }

    .farerangeslider .css-eg0mwd-MuiSlider-thumb::after {
        width: 30px;
        height: 30px;
        opacity: 0.3;
        z-index: -1;
        background-color: var(--secondary);
    }

/* Route Filters Style End Here */

/*Route Listing Style Start Here*/

.routerightside {
    width: 100%;
    float: left;
    padding: 64px 0;
    display: flex;
    gap: 54px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.routerightcontent {
    width: 74.9%;
    float: left;
    padding: 0;
}

.routedateslider {
    width: 100%;
    float: left;
}

.routebuscount {
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.buscountnumber {
    float: left;
    display: none;
}

    .buscountnumber p {
        font-size: 20px;
        font-weight: 600;
        color: var(--text);
    }

        .buscountnumber p label {
            font-size: 22px;
            font-weight: 600;
            color: var(--text);
        }

.filterbuttonsidebar a {
    /*padding: 7px 14px 7px;
    color: var(--primary);
    border: 1px solid var(--background);
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;*/
}

    .filterbuttonsidebar a i {
        font-size: 15px;
    }

    .filterbuttonsidebar a:hover, .filterbuttonsidebar a:focus {
        color: var(--pure);
        /*background-color: var(--secondary);*/
    }

.bussortbylisting {
    float: right;
}

    .bussortbylisting p {
        font-size: 16px;
        font-weight: 600;
        color: var(--primary);
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px 4px 0;
    }

    .bussortbylisting .dropdown {
        width: 180px;
        display: inline-block;
        transition: all .5s ease;
        position: relative;
        font-size: 16px;
        color: var(--primary);
        height: 100%;
        text-align: left;
    }

        .bussortbylisting .dropdown .select {
            cursor: pointer;
            display: block;
            outline: none;
            padding: 10px 16px;
            background-color: var(--tertiary-color);
            border-radius: 4px;
        }

            .bussortbylisting .dropdown .select > i {
                font-size: 16px;
                color: var(--text);
                cursor: pointer;
                transition: all .3s ease-in-out;
                float: right;
                line-height: 25px
            }

        .bussortbylisting .dropdown:focus {
            outline: none;
        }

        .bussortbylisting .dropdown.active .select > i {
            transform: rotate(-180deg)
        }

        .bussortbylisting .dropdown .dropdown-menu {
            position: absolute;
            background-color: #fff;
            width: 100%;
            left: 0;
            margin-top: 1px;
            box-shadow: 0 1px 2px rgb(204, 204, 204);
            border-radius: 0 1px 2px 2px;
            overflow: hidden;
            display: none;
            max-height: 300px;
            z-index: 9;
            border-top: 2px solid var(--text);
        }

            .bussortbylisting .dropdown .dropdown-menu li {
                padding: 10px;
                transition: all .2s ease-in-out;
                cursor: pointer
            }

        .bussortbylisting .dropdown .dropdown-menu {
            padding: 0;
            list-style: none
        }

            .bussortbylisting .dropdown .dropdown-menu li:hover {
                background-color: #f2f2f2
            }

            .bussortbylisting .dropdown .dropdown-menu li:active {
                background-color: #e2e2e2
            }

.noroute {
    width: 100%;
    float: left;
    text-align: center;
}

    .noroute p {
        font-size: 16px;
        font-weight: 600;
        padding: 20px 0;
        border-radius: 10px;
        border: 1px solid var(--secondary);
        background-color: var(--pure);
        color: var(--primary);
    }

.routebusviadetails {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 35px 0 0;
    gap: 0;
    width: 100%;
}

.busroutedetails {
    width: 100%;
    float: left;
    padding: 0 0 50px;
}

.routearea {
    float: left;
    width: 100%;
    padding: 0 0 4px;
}

.routeline {
    font-size: 14px;
}

.routedata {
    width: 100%;
    float: left;
    border-radius: 20px;
    background: #FBFBFB;
    /* box-shadow: 6px 10px 40px rgba(133, 144, 163, 0.1); */
    overflow: hidden;
}

    .routedata .travelsname {
        font-size: 22px;
        font-weight: 700;
        margin: 20px 0 0 40px;
        color: var(--head-text);
    }

.busdetails {
    width: 100%;
    float: left;
    padding: 10px 40px;
    background-color: var(--secondary);
    border-radius: 10px 10px 0 0;
    display: none;
    justify-content: space-between;
    align-items: center;
}

.bustypedetails {
    float: left;
}

    .bustypedetails label {
        font-size: 20px;
        color: var(--pure);
        font-weight: 600;
    }

.busseatleft {
    font-size: 18px;
    color: var(--pure);
    font-weight: 600;
}

    .busseatleft .windowseat {
        font-size: 16px;
        font-weight: 400;
    }

.bustypenumber {
    padding: 0 0 0 120px;
}

    .bustypenumber i {
        padding: 0 10px 0 0;
    }

.busroutetimetable {
    width: 100%;
    float: left;
    padding: 29px 38px 29px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.bustiming {
    display: flex;
    /* justify-content: space-between; */
    gap: 0px;
    flex-basis: 43.7%;
    /* align-items: center; */
}

    .bustiming .busroutearea {
        width: 100%;
        display: flex;
        align-items: flex-start;
        gap: 63px;
        justify-content: flex-start;
    }

.busroutetimetable .boldlabel {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
    display: block;
}

.busroutename {
    display: flex;
    flex-direction: column;
    flex-basis: 43.8%;
}

.busroutetimetable .bluetext {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
    display: block;
    padding: 0 0 0;
    line-height: 24px;
}

.busroutetimetable p.lighttext {
    display: none;
}



.busroutetimetable .lightlabel {
    font-size: 12px;
    font-weight: 400;
    color: var(--subtext);
    display: block;
}

.busroutetimetable .bustime {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

/*.busroutetimetable .bustime.busendtime {
        text-align: right;
    }*/

.bustime p {
    font-size: 12px;
    font-weight: 400;
    color: var(--subtext);
    display: block;
    text-align: left;
}

.routenamearea {
    padding: 6px 0 0;
}

    .routenamearea i {
        padding: 0 0 0 10px;
        font-size: 14px;
        font-weight: 700;
    }

/*.bustime.busroutearrow {
    padding: 0 20px 0;
}*/

.busratting {
    display: flex;
}

.rattinglabel {
    padding: 0;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fbfbfb;
    gap: 4px;
    height: 40px;
}

    .rattinglabel label.ratpoint {
        background-color: #009A3B;
        padding: 8px 20px 8px 50px;
        color: var(--pure);
        border-radius: 5px;
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
        background-image: url(../images/site/available_img01.svg);
        background-repeat: no-repeat;
        background-position: 13px -1001px;
    }

    .rattinglabel label {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 500;
        color: var(--subtext);
        padding: 8px 17px 9px 38px;
        background-image: url(../images/site/available_img01.svg);
        background-repeat: no-repeat;
        background-position: 3px -1119px;
    }

    .rattinglabel i {
        font-size: 13px;
        display: inline-block;
        vertical-align: middle;
        color: var(--secondary);
    }

.busfairdetails {
    text-align: right;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

    .busfairdetails.busfairdetailsmobile {
        text-align: left;
        position: absolute;
        left: 40px;
        top: 16px;
        display: none;
    }

    .busfairdetails p {
        font-size: 12px;
        font-weight: 400;
        color: var(--subtext);
        text-transform: capitalize;
    }

    .busfairdetails .lighttext {
        font-size: 14px;
        font-weight: 500;
        padding: 2px 0 0;
        color: var(--secondary);
        display: block;
        text-decoration: line-through;
    }

        .busfairdetails .lighttext i {
            padding: 0 1px 0 0;
            font-size: 13px;
        }

    .busfairdetails span {
        font-size: 20px;
        font-weight: 600;
        color: var(--primary);
        line-height: 24px;
    }

        .busfairdetails span i {
            font-size: 18px;
        }

    .busfairdetails .savingamount {
        font-size: 14px;
        font-weight: 400;
        color: var(--primary);
    }

        .busfairdetails .savingamount i {
            padding: 0 2px 0 2px;
        }

.bustype {
    font-size: 12px;
    font-weight: 400;
    color: var(--subtext);
    text-transform: capitalize;
    padding: 5px 0 0;
}

.busroutevia {
    width: 100%;
    float: left;
    padding: 18px 40px 28px;
}

.bustypeamenities {
    display: flex;
    gap: 10px;
    padding: 0;
    display: none;
}

    .bustypeamenities i {
        font-size: 16px;
        color: var(--text);
        cursor: pointer;
    }

.busroutevialist {
    border: 1px solid #D5D7DF;
    border-radius: 6px;
    display: flex;
    padding: 10px 20px;
    justify-content: flex-start;
}

    .busroutevialist span {
        font-size: 18px;
        font-weight: 600;
        color: var(--text);
        float: left;
        flex: 0 0 auto;
    }

    .busroutevialist .vialist {
        display: inline-block;
        vertical-align: middle;
        flex: 1 1 auto;
    }

        .busroutevialist .vialist ul {
            margin: 0;
            padding: 2px 0 0 5px;
            list-style-type: none;
        }

            .busroutevialist .vialist ul li {
                font-size: 18px;
                font-weight: 400;
                color: var(--pure);
                display: inline-block;
                position: relative;
                padding: 0 28px 0 0;
            }

                .busroutevialist .vialist ul li::after {
                    content: '\f178';
                    font-family: FontAwesome;
                    position: absolute;
                    right: 6px;
                    top: 5px;
                    color: var(--primary);
                    font-size: 12px;
                    font-weight: normal;
                }

                .busroutevialist .vialist ul li:last-child::after {
                    display: none;
                }

.busroutefacilities {
    width: 100%;
    float: left;
    position: relative;
}

.busfacilitiestab {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 30px 38px 30px;
    background-color: var(--pure);
    border-top: 1px solid #f0f0f0;
}

.route_box.route_box02 {
    text-align: center;
}

.route_box label {
    color: var(--text);
    font-size: 14px;
    font-weight: 500;
    padding: 2px 0 0;
    display: block;
}
/* Tabs Area */

.busfacilitiestab .nav-tabs {
    display: flex;
    padding: 0;
    border: none;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    flex-basis: 63.8%;
}

    .busfacilitiestab .nav-tabs .nav-item {
        display: inline-block;
    }

        .busfacilitiestab .nav-tabs .nav-item.show .nav-link, .busfacilitiestab .nav-tabs .nav-link.active {
            color: var(--primary);
            background-color: #f4f6ff !important;
            border: 1px solid #D9DFFF !important;
        }

    .busfacilitiestab .nav-tabs .nav-link {
        border: none;
        font-size: 14px;
        font-weight: 400;
        color: #000;
        /* padding: 0 30px 0 0; */
        position: relative;
        line-height: 17px;
        padding: 11px 50px 11px 20px;
        background-color: #F4F6FF !important;
        border: 1px solid #f0f0f0 !important;
        border-radius: 5px;
    }

    .busfacilitiestab .nav-tabs .nav-busphotos .nav-link {
        background-color: #009A3B !important;
        color: var(--pure);
        padding: 11px 43px 11px 50px;
        background-image: url('../images/site/available_img01.svg');
        background-position: 13px -1588px;
        background-repeat: no-repeat;
    }

        .busfacilitiestab .nav-tabs .nav-busphotos .nav-link:hover {
            color: var(--pure) !important;
        }

    .busfacilitiestab .nav-tabs .nav-link:before {
        position: absolute;
        content: "\f107";
        right: 14px;
        top: 12px;
        transition: 0.35s ease-in-out;
        float: right;
        font-size: 14px;
        font-family: 'FontAwesome' !important;
        color: var(--subtext);
    }

    .busfacilitiestab .nav-tabs .nav-busphotos .nav-link:before {
        transform: rotate(-90deg);
        color: var(--pure);
    }

    .busfacilitiestab .nav-tabs .nav-link.active::before {
        transform: rotate(-180deg);
        transition: 0.25s ease-in-out;
        color: var(--primary);
    }



    /*.busfacilitiestab .nav-tabs .nav-item:first-child .nav-link {
        padding: 0 12px 0 0;
    }*/



    .busfacilitiestab .nav-tabs .nav-link:hover, .busfacilitiestab .nav-tabs .nav-link:focus {
        color: var(--primary);
    }

.bookingchartarea {
    float: left;
    width: 100%;
}

    .bookingchartarea .busfacilitiestab.busfacilitiestabbing {
        background-color: #f0f0f0;
    }

.bookingtab {
    float: left;
    width: 100%;
    padding: 20px 43px 0;
    border-bottom: 1px solid #C4C4C4;
}



.booktabmenu {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 50px;
    padding: 23px 0 0;
}

.booktabmenudiv {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 50px;
}

.booktabmenu button {
    font-size: 14px;
    color: var(--subtext);
    font-weight: 400;
    background-color: transparent;
    border-bottom: 2px solid transparent;
    padding: 0 0 16px;
    outline: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

    .booktabmenu button.active {
        color: var(--primary);
        font-weight: 600;
        border-bottom: 2px solid var(--primary);
    }

.busfacilitiestab .tab-pane {
    width: 100%;
    float: left;
    padding: 40px 40px 32px;
}

.busfacilitiestab.busfacilitiestabbing {
    background-color: #f4f6ff;
}

.busfacilitiestab.amenitiestabpart .tab-pane {
    padding: 0;
    background-color: #F4F6FF;
}

.busfacilitiestabbing {
    padding: 0 !important;
    background-color: transparent;
    display: flex;
}

.tab-content {
    width: 100%;
}

/*Bus overview popup css*/


.busoverpopup .css-hz1bth-MuiDialog-container .css-2rbg70-MuiPaper-root-MuiDialog-paper {
    margin: auto 270px !important;
    max-width: 100% !important;
    /* top: 0 !important; */
    /* bottom: 0 !important; */
    border-radius: inherit !important;
    width: 100%;
    position: relative !important;
    right: auto !important;
    height: 886px;
    border-radius: 40px !important;
    max-height: calc(97% - 64px);
    /*animation: slide-up__ind-seat-styles-module-scss-Yd2ej .5s ease-out forwards;*/
    /*animation: scaleIn 0.5s ease-in both;
    -webkit-animation: scaleIn 0.5s ease-in both;*/
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipLeftIn .5s both ease-out;
    -moz-animation: flipLeftIn .5s both ease-out;
    animation: flipLeftIn .5s both ease-out;
}

@-webkit-keyframes flipLeftIn {
    0% {
        -webkit-transform: translateZ(-1000px) rotateY(90deg);
        opacity: .2;
    }
}

@keyframes flipLeftIn {
    0% {
        transform: translateZ(-1000px) rotateY(90deg);
        opacity: .2;
    }
}



.pop_busphotos {
    float: left;
    width: 100%;
}

.busoverpopup .css-ypiqx9-MuiDialogContent-root {
    padding: 0 !important;
    overflow: hidden;
}

.pop_busimgarea {
    float: left;
    width: 100%;
    text-align: center;
    padding: 28px 0;
    border-bottom: 1px solid #f0f0f0;
    position: static;
}

    .pop_busimgarea .popuup_bustype {
        padding: 5px 20px 0 !important;
    }

.busoverpopup .popupclose {
    top: 28px;
    right: 51px;
}

    .busoverpopup .popupclose button {
        background-color: #f0f0f0;
    }

    .busoverpopup .popupclose i {
        color: var(--secondary);
    }

        .busoverpopup .popupclose i:hover {
            color: var(--secondary);
        }

.pop_busphotos .popup_photoswrap {
    padding: 0 35px 50px 50px;
    overflow-y: auto;
    height: calc(109dvh - 17rem);
    margin: 0;
}

.popup_photostop .nav-tabs {
    border-bottom: none;
}

.busoverpopup .photosimage {
    gap: 20px 26px;
}

.popup_photostop .nav-item .nav-link {
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--titletext);
    position: relative;
    line-height: 24px;
    padding: 5px 20px;
    background-color: #F0F0F0 !important;
    border-radius: 30px;
}

.popup_photostop .nav-item.active .nav-link {
    background-color: var(--primary) !important;
    color: var(--pure) !important;
}

.busoverpopup .photosimgwrap img {
    max-width: 100%;
    border-radius: 20px;
    width: 300px;
    object-fit: cover;
    height: 300px;
}

.pop_busphotos .popup_photoswrap::-webkit-scrollbar {
    border-radius: 4px;
    width: 8px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.pop_busphotos .popup_photoswrap::-webkit-scrollbar-thumb {
    border-radius: 4px;
    width: 8px;
    background-color: var(--primary);
}


/*bus Img Tabbing Slider Style Start Here*/
.busroutephotos {
    float: left;
    width: 100%;
}

.busroutephotolist {
    float: left;
    width: 100%;
    padding: 0 25px;
}

.busimg-tab-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.busimg-tab-box img {
    border-radius: 5px;
}

.busroutephotolist button.slick-prev, .busroutephotolist button.slick-next {
    content: "";
    position: absolute;
    top: 45%;
    left: -40px;
    right: auto;
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 0;
    display: flex;
    font-size: 0;
    line-height: 0;
    background-color: transparent;
    z-index: 1;
    text-align: center;
    background-image: url(../images/site/icon01.svg);
    background-position: center -166px;
    background-repeat: no-repeat;
}

.busroutephotolist button.slick-next {
    left: auto;
    right: -40px;
    background-position: center -166px;
    transform: rotate(180deg);
}

/*Review Tabbing Slider Style Start Here*/

.testimonialtabwrapper {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #F9FAFB;
    border: 1px solid #D5D7DF;
    border-radius: 10px;
    padding: 20px 20px;
}

    .testimonialtabwrapper .testimonialslide {
        padding: 0;
    }

.testim.testimtab {
    width: 100%;
    position: relative;
}

    .testim.testimtab .wrap {
        position: relative;
        width: 100%;
        max-width: 100%;
        padding: 40px 20px;
        margin: auto;
    }

    .testim.testimtab .cont div h2 {
        color: var(--text);
        font-size: 18px;
        font-weight: 600;
        margin: 15px 0;
        padding: 20px 0 10px;
    }

    .testim.testimtab .cont div p {
        font-size: 16px;
        font-weight: 400;
        color: var(--text);
        width: 100%;
        text-align: center;
        line-height: 30px;
        padding: 20px 0 0;
    }

    .testim.testimtab .cont i {
        font-weight: bold;
        font-size: 120px;
        color: var(--primary);
    }

    .testim.testimtab ul {
        padding-left: 0;
    }

    .testim.testimtab .dots .dot {
        list-style-type: none;
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 2px solid var(--text);
        margin: 0 5px;
        cursor: pointer;
        -webkit-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        position: relative;
        background-color: var(--background);
    }

        .testim.testimtab .dots .dot.active,
        .testim.testimtab .dots .dot:hover {
            background: var(--primary);
            border-color: var(--primary);
        }

    .testim.testimtab .arrow {
        display: none;
    }

    .testim.testimtab .cont > div.inactive {
        opacity: 0;
    }

/*Review Tabbing Slider Style End Here*/

/*Amenities Tabbing Style Start Here*/

.amenities-tab-section {
    width: 100%;
    float: left;
    padding: 30px 40px;
}

.amenities-tab-list {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.amenitieslide {
    width: 100%;
    float: left;
}

.amenities-tab-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 4px;
}

.amenities-tab-box {
    text-align: left;
    padding: 8px 12px;
    border: 1px solid #F0F0F0;
    border-radius: 5px;
    background-color: var(--pure);
    display: flex;
    gap: 5px;
    width: 100%;
    align-items: center;
}

    .amenities-tab-box i, .amenities-tab-box p {
        font-size: 20px;
        color: var(--primary);
        display: inline-block;
        vertical-align: middle;
    }

    .amenities-tab-box p {
        font-size: 10px;
        font-weight: 400;
        padding-left: 0;
        width: 100%;
        color: var(--subtext);
    }



.amenitieslide button.slick-prev, .amenitieslide button.slick-next {
    content: "";
    position: absolute;
    top: 20%;
    left: -30px;
    right: auto;
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 0;
    display: flex;
    font-size: 0;
    line-height: 0;
    background-color: transparent;
    z-index: 1;
    text-align: center;
    background-image: url(../images/site/icon01.svg);
    background-position: center -166px;
    background-repeat: no-repeat;
}

.amenitieslide button.slick-next {
    left: auto;
    right: -30px;
    background-position: center -166px;
    transform: rotate(180deg);
}

    .amenitieslide button.slick-next.slick-arrow.slick-disabled, .amenitieslide button.slick-prev.slick-arrow.slick-disabled {
        opacity: 0.2;
        cursor: not-allowed;
    }


/*Amenities Tabbing Style End Here*/

/*Boarding/Dropping Point Tabbing Style Start Here*/

.boarding-dropping-tab-section {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.boarding-point-tab,
.dropping-point-tab {
    width: 50%;
    float: left;
}

.boarding-point-list, .dropping-point-list {
    float: left;
    background-color: var(--pure);
    border: 1px solid #F0F0F0;
    border-radius: 5px;
    padding: 22px 0;
    width: 100%;
    height: 215px;
}

.boarding-title {
    font-size: 16px;
    text-align: left;
    position: relative;
    padding: 0 0 20px 60px;
    font-weight: 600;
    color: var(--primary);
    background-image: url(../images/site/available_img01.svg);
    background-position: 20px -1241px;
    background-repeat: no-repeat;
}

    .boarding-title.boarding-title02 {
        background-position: 20px -1361px;
    }

.boarding-list-type {
    width: 100%;
    float: left;
    padding: 0 30px 0;
    height: 127px;
    overflow-y: auto;
}

    .boarding-list-type::-webkit-scrollbar {
        border-radius: 10px;
        width: 6px;
        background-color: #D5D7DF;
    }

    .boarding-list-type::-webkit-scrollbar-thumb {
        border-radius: 10px;
        width: 6px;
        background-color: var(--secondary);
    }

.boarding-list {
    width: 100%;
    float: left;
    display: flex;
    padding: 0 0 20px;
    flex-direction: row-reverse;
    gap: 20px;
}

    .boarding-list label.dropdate {
        display: block;
        font-weight: 600;
        text-align: right;
        color: var(--subtext);
    }

    .boarding-list label {
        color: var(--subtext);
        font-size: 14px;
        font-weight: 500;
        text-align: right;
    }

    .boarding-list p {
        flex: 1;
        color: var(--subtext);
        font-size: 14px;
        font-weight: 400;
    }

/*Boarding/Dropping Point Tabbing Style End Here*/


/********** 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);
}

.custinfopopup .css-hz1bth-MuiDialog-container .css-2rbg70-MuiPaper-root-MuiDialog-paper {
    margin: 32px 44px !important;
    max-width: 100% !important;
    /* top: 0 !important; */
    /* bottom: 0 !important; */
    border-radius: inherit !important;
    width: 100%;
    position: relative !important;
    right: auto !important;
    height: 92.8%;
    border-radius: 40px !important;
    animation: slide-up__ind-seat-styles-module-scss-Yd2ej .5s ease-out forwards;
}

.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);
    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: 15%;
    }

.routecitytitletime {
    font-size: 18px;
    font-weight: 600;
    color: var(--pure);
    line-height: 19px;
    padding: 12px 0 0;
    text-align: center;
}

    .routecitytitletime span {
        color: var(--pure);
        font-size: 15px;
    }

.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);
}

.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);
        z-index: 0;
    }

.dbpointnm:last-child .dbpointnm_data .dbroutehead:before {
    display: none;
}

.routedataicon {
    width: 18px;
    float: left;
    height: 22px;
    background-color: var(--pure);
    background-image: url("../images/site/available_icon.svg");
    background-position: center -8px;
    background-repeat: no-repeat;
    background-size: 20px;
    position: relative;
}

.routeheadtitle {
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary);
    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);
    line-height: 17px;
    margin: 0;
    display: block;
    padding: 0 0 2px;
}

.dbroutehead span {
    font-size: 14px;
    font-weight: 400;
    color: var(--text);
    line-height: 19px;
    display: block;
}

.dbroutehead i {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary);
    line-height: 18px;
    font-style: normal;
}
/*******************View Bus route Page Style End Here******************/

/*Cancellation Tabbing Style Start Here*/

.cancellation-tab-section {
    width: 100%;
    float: left;
}

.cancellation-policy {
    width: 100%;
    float: left;
    border: 1px solid #D5D7DF;
    border-radius: 10px 10px 0 0;
}

.cancellation-list-type {
    width: 100%;
    float: left;
}

.cancellation-title {
    font-size: 18px;
    font-weight: 600;
    background-color: var(--background);
    padding: 16px 40px;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #D5D7DF;
}

.cancellation-list-title {
    font-size: 16px;
    font-weight: 600;
    padding: 16px 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D5D7DF;
}

.cancellation-list {
    font-size: 16px;
    font-weight: 400;
    padding: 16px 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D5D7DF;
}

    .cancellation-list:last-child {
        border: none;
    }

/*Cancellation Tabbing Style End Here*/

.seatbutton {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

    .seatbutton li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .seatbutton .seatavailable {
        padding: 0 !important;
    }

        .seatbutton .seatavailable p {
            font-size: 12px;
            font-weight: 500;
            color: #E76503;
            line-height: 15px;
        }

            .seatbutton .seatavailable p.warningbtn {
                background-color: #F89D3C;
                color: var(--pure);
                font-size: 14px;
                font-weight: 400;
                padding: 11px 18px 12px 52px;
                line-height: 17px;
                border-radius: 5px;
                background-image: url(../images/site/available_img01.svg);
                background-repeat: no-repeat;
                background-position: 10px -2129px;
            }

    /*.seatbutton .seatavailable p label {
                font-size: 20px;
                font-weight: 600;
                color: var(--secondary);
            }*/

    .seatbutton .nav-item.nav-item-button {
        float: right;
        padding: 0;
        background-color: var(--secondary);
        cursor: pointer;
        border-radius: 5px;
        list-style: none;
        display: flex;
        align-items: center;
        height: 40px;
    }

        .seatbutton .nav-item.nav-item-button:hover,
        .seatbutton .nav-item.nav-item-button:focus {
            background-color: var(--primary);
            color: var(--pure);
        }

        .seatbutton .nav-item.nav-item-button i {
            font-size: 22px;
            padding: 0px 20px 0;
            color: var(--pure);
            line-height: 46px;
        }

    .seatbutton .nav-link:focus,
    .seatbutton .nav-link:hover {
        border: none;
        isolation: isolate;
    }

    .seatbutton .nav-item-button button {
        color: var(--pure);
        padding: 11px 0;
        border: none;
        background-color: transparent;
        font-size: 14px;
        font-weight: 500;
        width: 130px;
    }

        .seatbutton .nav-item-button button:focus,
        .seatbutton .nav-item-button button:hover,
        .seatbutton .nav-item-button button.active {
            color: var(--pure);
        }


/* Booking Seat Chart Style Start Here */

.seatpricefilter {
    float: left;
}

    .seatpricefilter ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline-block;
        width: 100%;
        color: var(--primary);
        font-weight: 500;
    }

        .seatpricefilter ul li {
            display: inline-block;
            padding: 2px 20px 2px;
            border: 1px solid rgba(124, 131, 149, 0.5);
            border-radius: 4px;
            margin: 0 6px;
            cursor: pointer;
            font-size: 14px;
            background-color: var(--pure);
        }

            .seatpricefilter ul li.active {
                background-color: var(--secondary);
                color: var(--pure);
            }

.seat-opacity {
    opacity: 0.3;
    pointer-events: none !important;
}

.upperlowerchart {
    float: left;
    display: flex;
    flex-direction: column;
}

.bookingseatchartpart h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--titletext);
    font-family: 'Poppins';
    padding: 0 0 22px;
}


.upperchart {
    display: flex;
    gap: 40px;
}


.bookingchartdata {
    float: left;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

body .bookingchartdata .container {
    max-width: 1563px;
}

.seatchartdeta {
    width: 100%;
    float: left;
    position: relative;
    left: -23px;
    top: 20px;
}

    .seatchartdeta span.seat {
        transform: rotate(-90deg);
    }

.bookingseatchartpart {
    width: 45.2%;
}



.bookingseatchart {
    float: left;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 0 20px;
    overflow-y: scroll;
    height: calc(100dvh - 15rem);
    scrollbar-color: rgba(0,0,0,0);
    scroll-snap-type: mandatory;
    scrollbar-width: none;
}

    .bookingseatchart::-webkit-scrollbar {
        width: 0px;
        background: rgba(0,0,0,0)
    }

    .bookingseatchart ::-webkit-scrollbar-thumb {
        width: 0px;
        background: rgba(0,0,0,0)
    }

/*::-webkit-scrollbar {
    border-radius: 4px;
    width: 8px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    width: 8px;
    background-color: var(--primarycolor);
}*/


.lowerdeckchart {
    background-image: url(../images/steering.jpg);
    background-position: 92% 20px;
    background-repeat: no-repeat;
}

.lowerdeckchart, .upperdeckchart {
    background-color: var(--pure);
    border: 1px solid #F0F0F0;
    border-radius: 20px;
    width: 318px;
    float: left;
    min-height: 702px;
    padding: 36px 40px;
}

.lowerdeckseat, .upperdeckseat {
    /* background-image: url(../images/steering.png); */
    /* background-position: 76% 45px; */
    /* background-repeat: no-repeat; */
    /* background-size: 40px; */
    float: left;
}



.seatchartone, .seatchartwo {
    text-align: left;
    float: left;
    width: 100%;
    height: 100%;
}

.seatitle {
    display: inline-block;
    margin: 0 0 20px;
    color: var(--primary);
    font-weight: 600;
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 17px;
}

/*.seatitle:before {
        content: '';
        position: absolute;
        width: 80px;
        height: 30px;
        left: 20px;
        top: -2px;
        background-color: var(--background);
        clip-path: polygon(100% 37%, 1% 45%, 100% 52%);
    }

    .seatitle:after {
        content: '';
        position: absolute;
        width: 80px;
        height: 30px;
        right: 20px;
        bottom: -2px;
        background-color: var(--background);
        clip-path: polygon(100% 37%, 1% 45%, 100% 52%);
        transform: rotate(180deg);
    }*/

/*Seat Icon*/

.seat-icon {
    background-color: #FBFBFB;
    min-width: 55px;
    min-height: 25px;
    color: var(--subtext);
    font-size: 12px;
    text-transform: uppercase;
    line-height: 15px;
    text-align: center;
    padding: 0 0 0;
    margin: 0 0 0 0;
    border-radius: 5px;
    cursor: pointer;
    float: none;
    clear: both;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #f0f0f0;
    position: relative;
}

.seat-icon02 {
    background-color: #fbfbfb;
    min-width: 30px;
    min-height: 24px;
    color: var(--subtext);
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 0;
    margin: 0 0 0 0;
    border-radius: 5px;
    cursor: pointer;
    float: none;
    clear: both;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #D9D9D9;
    position: relative;
    max-width: 31px;
    overflow-x: hidden;
}

.seat-iconvertical {
    min-height: 60px;
    min-width: 32px;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    padding-left: 6px !important;
    float: left;
    font-size: 14px;
    max-width: 30px;
    writing-mode: vertical-rl;
    justify-content: space-around;
}

/*Seat Available color*/

.seat-icon.seat_available {
    background-color: #fbfbfb;
    color: var(--subtext);
    border: 1px solid #D9D9D9;
}

.seat-icon.seat_available {
    background-color: #fbfbfb;
    color: var(--subtext);
    border: 1px solid #D9D9D9;
}

/*Seat Available for lady*/

.seat-icon.seat_available_ladies {
    background-color: #fbfbfb;
    color: var(--subtext);
    border: 1px solid #FF79F2;
}

.seat-icon02.seat_available_ladies {
    background-color: #fbfbfb;
    color: var(--subtext);
    border: 1px solid #FF79F2;
}

/*Seat Reserved*/

.seat-icon.seat_reserved {
    background-color: #C4C4C4;
    color: var(--subtext);
    border: 1px solid #f0f0f0;
}

.seat-icon02.seat_reserved {
    background-color: #C4C4C4;
    color: var(--subtext);
    border: 1px solid #f0f0f0;
}

/*Seat Booked By Lady*/

.seat-icon.seat__booked_ladies {
    background-color: #FF79F2;
    color: var(--subtext);
    border: 1px solid #f0f0f0;
}

.seat-icon02.seat__booked_ladies {
    background-color: #FF79F2;
    color: var(--subtext);
    border: 1px solid #f0f0f0;
}

/*Seat Selected*/

.seat-icon.seat_selected {
    background-color: #56D787;
    color: var(--subtext);
    border: 1px solid #f0f0f0;
}

.seat-icon02.seat_selected {
    background-color: #56D787;
    color: var(--subtext);
    border: 1px solid #f0f0f0;
}

/*Seat Available for Low Price color*/

.seat-icon.seat_lowprice {
    border: 2px dashed #df8f90;
    animation: blink 1s;
    animation-iteration-count: infinite;
}

.seat-icon02.seat_lowprice {
    border: 2px dashed #df8f90;
    animation: blink 1s;
    animation-iteration-count: infinite;
}

@keyframes blink {
    50% {
        border-color: var(--secondary);
    }
}

/*Tooltip Style*/

.css-13hjud9-MuiTooltip-tooltip {
    background-color: #f5f5f5 !important;
    border-radius: 0px !important;
    color: #fff !important;
    padding: 10px 15px !important;
    float: left !important;
    font-size: 14px !important;
    max-width: 300px !important;
    margin: 0 !important;
    word-wrap: break-word !important;
    font-weight: 400 !important;
    position: relative !important;
    border: none !important;
}

    .css-13hjud9-MuiTooltip-tooltip h4 {
        font-size: 16px !important;
        text-align: center !important;
        padding: 6px 10px;
        color: var(--secondary);
        font-weight: 600;
    }

    .css-13hjud9-MuiTooltip-tooltip table {
        width: 100% !important;
        float: left !important;
        padding: 0px !important;
        color: var(--primary) !important;
    }

        .css-13hjud9-MuiTooltip-tooltip table tr {
            padding: 0 0 4px;
            display: flex;
            justify-content: space-between;
        }

        .css-13hjud9-MuiTooltip-tooltip table th {
            text-align: left !important;
            color: var(--primary) !important;
        }

            .css-13hjud9-MuiTooltip-tooltip table th td {
                text-align: right !important;
                color: var(--primary) !important;
            }

.css-kudwh-MuiTooltip-arrow {
    color: #f5f5f5 !important;
}

/*Available Seat Indicator Style*/

.tab-pane.bookingchart {
    padding: 40px 0 0;
    display: flex;
    gap: 1.5rem;
    max-width: 1532px;
    margin: 0 auto;
    width: 100%;
}

.seatindicator {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px 50px;
    padding: 0;
    width: 70%;
}

    .seatindicator .seat01 {
        font-size: 20px;
        font-weight: 400;
        color: var(--subtext);
        display: flex;
        align-items: center;
    }

        .seatindicator .seat01 em {
            background-color: #fbfbfb;
            height: 30px;
            width: 30px;
            border-radius: 5px;
            display: inline-block;
            vertical-align: middle;
            margin: 0 8px 0 0;
            border: 1px solid #D9D9D9;
        }

        .seatindicator .seat01.seat02 em {
            border: 1px solid #FF79F2;
            background-color: #FBFBFB;
        }

        .seatindicator .seat01.seat03 em {
            background-color: #C4C4C4;
        }

        .seatindicator .seat01.seat04 em {
            background-color: #FF79F2;
        }

        .seatindicator .seat01.seat05 em {
            background-color: #56D787;
        }

        .seatindicator .seat01.seat06 em {
            border: 1px dashed #df8f90;
            background-color: #fff;
            animation: blink 1s;
            animation-iteration-count: infinite;
        }

        .seatindicator .seat01.seat06 {
            font-weight: 600;
            color: var(--secondary);
            text-transform: uppercase;
        }

@keyframes blink {
    50% {
        border-color: var(--primary);
    }
}

/*Travel Policy style */
.travelpolicypart {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.travelpolicyarea {
    float: left;
    padding: 0 0 20px;
}

    .travelpolicyarea h5 {
        font-size: 20px;
        font-weight: 600;
        color: var(--secondary);
        display: inline-block;
    }

.travelpolicywrap {
    display: flex;
    flex-direction: column;
    border: 1px solid rgb(55 53 54 / 20%);
    border-radius: 12px;
    padding: 10px 0;
}

.travelsrpolicy:last-child {
    border-bottom: none;
}

.travelsrpolicy {
    display: flex;
    gap: 30px;
    padding: 12px 20px;
    align-items: self-start;
    border-bottom: 1px solid rgb(55 53 54 / 20%);
}



.travelpolicybox h6 {
    font-size: 18px;
    font-weight: 500;
    color: var(--text);
    padding: 0 0 5px;
}

.travelpolicybox p {
    font-size: 14px;
    font-weight: 400;
    color: rgb(55 53 54 / 70%);
}
/*Travel Policy style end */
/*Booking Information */

.bookingdeatails {
    float: left;
    padding: 49px 0 0;
    flex-basis: 50.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .bookingdeatails::-webkit-scrollbar {
        width: 0px;
        background: rgba(0,0,0,0)
    }

.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: transparent;
    border-radius: 2px;
    padding: 5px 0;
}

    .dorppickupselected span {
        font-size: 13px;
        font-weight: 400;
        padding: 0 0 5px;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        word-break: break-word;
    }

        .dorppickupselected span i {
            font-style: normal;
            font-weight: 600;
        }

.boardingpointchart {
    width: 100%;
    float: left;
    position: relative;
}

.redclr {
    font-size: 13px;
    left: 0;
    position: absolute;
}

.charterinput .mrgbtm:last-child .redclr {
    bottom: -20px;
}

.droppingpointchart {
    width: 100%;
    float: left;
    position: relative;
}

.routepoint .css-qkv3hr-MuiAutocomplete-root {
    width: 100%;
}

.routepoint .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
    border-bottom: none;
}

.routepoint .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-qkv3hr-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0;
}

.routepoint .css-821wyw-MuiSvgIcon-root {
    display: none;
}

.routepoint .css-qkv3hr-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
    padding: 15px 47px 13px 47px;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    background-color: var(--pure);
    border-radius: 5px;
    background-image: url(../images/site/available_img01.svg);
    background-position: 10px -1229px;
    background-repeat: no-repeat;
    font-size: 14px;
    color: var(--subtext);
    line-height: 17px;
    font-weight: 400;
}


.routepoint .droppingpointchart .css-qkv3hr-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
    background-position: 10px -1349px;
}

.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: transparent !important;
    font-size: 0;
    padding: 0;
    border-radius: 0;
    color: var(--subtext);
    margin-right: 6px;
}

    .routepoint .css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator:after {
        position: absolute;
        content: "\f107";
        right: 16px;
        font-weight: 400;
        top: -8px;
        /*transition: 0.3s ease all;*/
        float: right;
        font-size: 16px;
        font-family: 'FontAwesome' !important;
        color: var(--subtext);
    }

.routepoint .boardingpointchart .css-113ntv0-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator .css-i4bv87-MuiSvgIcon-root {
    display: none;
}

.routepoint .boardingpointchart .css-113ntv0-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator:after {
    position: absolute;
    content: "\f107";
    right: -30px;
    font-weight: 400;
    top: -13px;
    float: right;
    font-size: 16px;
    font-family: 'FontAwesome' !important;
    color: var(--subtext);
    transition: 0.3s ease all;
    transform: rotate(0deg);
}

.routepoint .css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator .css-i4bv87-MuiSvgIcon-root {
    display: none !important;
}

.css-i4bv87-MuiSvgIcon-root

.routepoint .boardingpointchart .css-113ntv0-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator:hover {
    background-color: transparent;
}

.routepoint .css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator:hover {
    color: var(--primary) !important;
}

.routepoint .css-113ntv0-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
    background-color: transparent !important;
    font-size: 0;
    padding: 0;
    border-radius: 0;
    color: var(--subtext);
    margin-right: 6px;
}

    .routepoint .css-113ntv0-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator .css-i4bv87-MuiSvgIcon-root {
        display: none !important;
    }

    .routepoint .css-113ntv0-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator:after {
        position: absolute;
        content: "\f107";
        right: -30px;
        font-weight: 400;
        top: -13px;
        float: right;
        font-size: 16px;
        font-family: 'FontAwesome' !important;
        color: var(--subtext);
        transition: 0.3s ease all;
        transform: rotate(0deg);
    }

    .routepoint .css-113ntv0-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator:hover {
        color: var(--primary);
    }

.routepoint {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* padding: 0 0 101px; */
    flex-wrap: wrap;
    gap: 20px;
}

.doppingpointformat {
    font-size: 14px;
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px solid rgb(21 21 21 / 20%);
}

    .doppingpointformat .dropppingtimedate {
        display: block;
        font-weight: 600;
    }

    .doppingpointformat .dropppingpointlist {
        display: block;
    }

.bookingservicefairdetail {
    width: 100%;
    background-color: #fff;
    float: left;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    overflow-y: scroll;
    height: calc(100dvh - 15rem);
    scrollbar-color: rgba(0,0,0,0);
    scroll-snap-type: mandatory;
    scrollbar-width: none;
}


    .bookingservicefairdetail::-webkit-scrollbar {
        width: 0px;
        background: rgba(0,0,0,0)
    }

.bookingfairdetail {
    position: fixed;
    width: 100%;
    bottom: 0rem;
    left: 0rem;
    z-index: 9999;
    background-color: #F4F6FF;
    border: 1px solid #D9DFFF;
    animation: slide-up__ind-seat-styles-module-scss-Yd2ej .5s ease-out forwards;
}

.bookingservicefair {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 100px;
    padding: 30px 0;
}

@keyframes slide-up__ind-seat-styles-module-scss-Yd2ej {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(0)
    }
}

/*.bookingservicedetails, .bookingfairdetails {
    width: 100%;
}*/

.bookingservicebox {
    float: left;
    padding: 0 0px;
    display: flex;
    gap: 10px;
}

.serviceboxtitle {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: transparent;
    color: var(--primary);
    line-height: 19px;
}


    .serviceboxtitle.fairdetailstitle i {
        display: block;
        font-style: normal;
        font-size: 12px;
        font-weight: 400;
        padding: 10px 0 0;
    }

.serviceboxdata {
    float: left;
}

.serviceboxdetail {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

    .serviceboxdetail p {
        font-size: 16px;
        font-weight: 600;
        color: var(--primary);
        display: inline-block;
        vertical-align: top;
        width: auto;
        padding: 0 0 0 0;
        position: relative;
    }

    /*.serviceboxdetail p:after {
            content: ':';
            position: absolute;
            right: 0;
            top: 0;
        }*/

    .serviceboxdetail label {
        font-size: 16px;
        font-weight: 500;
        color: var(--text);
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }

.fairdetails {
    width: 100%;
    float: left;
    padding: 0 0;
}

    .fairdetails p, .fairdetails label {
        font-size: 12px;
        font-weight: 400;
        color: var(--subtext);
        line-height: 15px;
    }

    .fairdetails.fairdetailsbold p, .fairdetails.fairdetailsbold label {
        font-size: 16px;
        color: var(--text);
        font-weight: 600;
    }

    .fairdetails.fairdetailsbold label {
        font-size: 20px !important;
        color: var(--text);
        font-weight: 600;
    }




.bookingcontinue {
    /*width: 100%;*/
    float: left;
    text-align: right;
}

    .bookingcontinue .btndisabled {
        background-color: #AFAFAF;
    }

    .bookingcontinue button {
        font-size: 18px;
        font-weight: 400;
        text-transform: capitalize;
        color: var(--pure);
        background-color: var(--secondary);
        border: none;
        padding: 11px 50px;
        border-radius: 5px;
    }

/*.bookingcontinue button:hover, .bookingcontinue button:focus, .bookingcontinue button:active {
            color: var(--pure);
            background-color: var(--primary);
            border: none;
            box-shadow: none;
        }*/

.css-3yjvh5-MuiPaper-root-MuiAlert-root .MuiAlert-icon {
    display: none;
}

.css-3yjvh5-MuiPaper-root-MuiAlert-root {
    color: var(--pure) !important;
    background-color: var(--primary) !important;
    padding: 14px 40px !important;
    font-weight: 600;
}

.css-3yjvh5-MuiPaper-root-MuiAlert-root {
    font-weight: 600 !important;
    font-size: 16px !important;
}


.popuup_routedetail {
    float: left;
    padding: 27px 39px 27px;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    background-color: #FBFBFB;
    /*margin: 0 0 30px;*/
}

.popup_tabdetailwrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px 0 0;
}

.popuup_busroutename {
    float: left;
    width: 100%;
}

    .popuup_busroutename .popuup_bluetext {
        font-size: 20px;
        font-weight: 600;
        color: var(--primary);
        padding: 0 0 0;
        line-height: 24px;
    }

    .popuup_busroutename .popuup_bustype {
        font-size: 12px;
        font-weight: 400;
        color: var(--subtext);
        text-transform: capitalize;
        padding: 5px 0 0;
    }

.popuup_busroutearea {
    display: flex;
    width: 100%;
    padding: 26px 0 0;
    justify-content: space-between;
    align-items: center;
}

.popuup_busroutearrow {
    font-size: 12px;
    color: #6F6F6F;
    font-weight: 400;
}

.popuup_busstarttime {
    float: left;
}

.popuup_busroutearrow {
    font-size: 12px;
    color: var(--subtext);
    width: 67%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed var(--primary);
    padding: 0;
    align-items: flex-end;
}

.popuup_directionarrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 -5px 0 -5px;
}

    .popuup_directionarrow span {
        float: left;
        width: 11px;
        height: 11px;
        background-color: #56D787;
        border-radius: 50%;
        margin: 0 0 -4px;
        z-index: 1;
    }

        .popuup_directionarrow span.destinationpath {
            background-color: #DB372B;
        }

    .popuup_directionarrow i {
        height: 20px;
        width: 1px;
        float: left;
        background-color: var(--primary);
    }

.popuup_busduration {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    padding: 0 0 2px;
}


.popuup_busstarttime .popuup_boldlabel, .popuup_busendtime .popuup_boldlabel {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
    display: block;
}

.popuup_busstarttime .routenamearea, .popuup_busendtime .routenamearea {
    font-size: 12px;
    font-weight: 400;
    color: var(--subtext);
    display: block;
    text-align: left;
}

.popup_tabdetail {
    float: left;
    width: 100%;
    position: sticky;
    top: 0px;
    z-index: 1000;
    background-color: rgb(255, 255, 255);
}

.popup_busovertab {
    width: 100%;
    float: left;
    padding: 0 70px;
    background-color: #fff;
    /*position: sticky;
    top: 0; /* adjust based on header */
    height: fit-content;
    z-index: 10;
    /* border-bottom: 1px solid #f0f0f0; */ */
}

.bustabslider {
    float: left;
    width: 100%;
}

.bustabname {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bustabnameimg {
    width: 100%;
    display: flex;
    justify-content: center;
}

.bustabname button {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 20px;
    gap: 20px;
    width: 97%;
    height: 40px;
    background: #F4F6FF;
    border: 1px solid #D9DFFF;
    border-radius: 5px;
    flex: none;
    order: 1;
    flex-grow: 0;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

    .bustabname button.active {
        background-color: var(--primary);
        color: var(--pure);
    }

.bustabslider button.slick-prev, .bustabslider button.slick-next {
    content: "";
    position: absolute;
    top: 20%;
    left: -40px;
    right: auto;
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 0;
    display: flex;
    font-size: 0;
    line-height: 0;
    background-color: transparent;
    z-index: 1;
    text-align: center;
    background-image: url(../images/site/icon01.svg);
    background-position: center -166px;
    background-repeat: no-repeat;
}

.bustabslider button.slick-next {
    left: auto;
    right: -40px;
    background-position: center -166px;
    transform: rotate(180deg);
}

    .bustabslider button.slick-next.slick-arrow.slick-disabled, .bustabslider button.slick-prev.slick-arrow.slick-disabled {
        opacity: 0.2;
        cursor: not-allowed;
    }


.popup_photoslayout {
    float: left;
    width: 100%;
    margin: 30px 0 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.linehead {
    border-bottom: 1px solid #f0f0f0;
}

.popup_photoswrap {
    float: left;
    margin: 40px;
}

    .popup_photoswrap h2 {
        font-size: 16px;
        font-weight: 600;
        color: var(--primary);
        line-height: 19px;
        margin: 10px 0 0 !important;
    }

.busfacilitiestab .popup_photostop .nav-item .nav-link {
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--titletext);
    position: relative;
    line-height: 24px;
    padding: 5px 20px;
    background-color: #F0F0F0 !important;
    border-radius: 30px;
}

.busfacilitiestab .popup_photostop .nav-item.active .nav-link {
    background-color: var(--primary) !important;
    color: var(--pure) !important;
}

.busfacilitiestab .popup_photostop .nav-tabs .nav-link:before {
    display: none;
}

.photoswrap {
    float: left;
    padding: 20px 0 0;
}

.busfacilitiestab .popup_photosbottom .tab-pane {
    padding: 0;
}

.photosimage {
    padding: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    width: 100%;
}

.photosimgwrap {
    /*width: 220px;
    height: 150px;*/
    float: left;
}

    .photosimgwrap img {
        max-width: 100%;
        border-radius: 10px;
        width: 220px;
        object-fit: cover;
        height: 150px;
    }




.bus_bordingpoint {
    float: left;
    width: 100%;
}

.bus_droppingpoint {
    float: left;
    width: 100%;
}

.bus_bordingpointarea {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 40px;
    border-bottom: 1px solid #f0f0f0;
}

    .bus_bordingpointarea h2 {
        font-size: 16px;
        font-weight: 600;
        color: var(--pure);
        padding: 0 0 0 32px;
        display: flex;
        background-image: url(../images/site/available_img01.svg);
        background-position: -4px -1240px;
        background-repeat: no-repeat;
        margin: 10px 0 20px !important;
    }

.bus_amenitiesarea h2 {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
    line-height: 19px;
    padding: 0 0 0;
    background-image: none;
}

.bus_bordingpointarea h2 i {
    font-style: normal;
    padding: 3px 8px;
    background-color: var(--primary);
    border-radius: 5px;
}

.bus_bordingpointarea.bus_droppingpointarea h2 {
    background-position: -4px -1360px;
}



.bus_bordingpointbox {
    display: inline-flex;
    flex-direction: column;
}

    .bus_bordingpointbox h3 {
        font-size: 24px;
        font-weight: 600;
        color: var(--primary);
        display: flex;
        gap: 30px;
        align-items: center;
    }

        .bus_bordingpointbox h3 i {
            float: left;
            width: 40px;
            height: 40px;
            background-color: var(--primary);
            border-radius: 50%;
        }

.bus_amenities {
    float: left;
    width: 100%;
}

.bus_amenitiesbox {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
}

    .bus_amenitiesbox .amenities-tab-box {
        gap: 10px;
    }

        .bus_amenitiesbox .amenities-tab-box p {
            font-size: 16px;
        }

        .bus_amenitiesbox .amenities-tab-box i {
            font-size: 24px;
        }

.bus_route {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow-y: auto;
    /*height: 322px;*/
}

    .bus_route:after {
        position: absolute;
        content: '';
        left: 16px;
        top: 0px;
        background-color: #F0F0F0;
        height: 100%;
        width: 9px;
        border-radius: 0 0 20px 20px;
    }

.bus_routelist {
    display: flex;
    flex-direction: column;
    padding: 30px 0 30px 70px;
    gap: 23px;
    position: relative;
    /* overflow-y: auto; */
    /* height: 100%; */
}

.bus_routebox {
    display: flex;
    justify-content: flex-start;
    gap: 6px;
    align-items: normal;
}



    .bus_routebox .route_name {
        border-radius: 10px 0 0 10px;
        background-color: #f0f0f0;
        font-size: 16px;
        font-weight: 400;
        color: var(--titletext);
        padding: 7px 7px 7px 24px;
        line-height: 26px;
        width: 71.3%;
        word-break: break-word;
    }

    .bus_routebox .route_time {
        padding: 10px 16px 10px;
        background-color: #f0f0f0;
        font-size: 14px;
        font-weight: 400;
        color: var(--titletext);
        line-height: 20px;
        width: 15.3%;
        text-align: center;
        position: relative;
        display: flex;
        align-items: center;
    }

        .bus_routebox .route_time .route_date {
            position: absolute;
            top: -19px;
            background-color: var(--primary);
            color: var(--pure);
            width: 100%;
            border-radius: 10px 10px 0 0;
            left: 0;
        }

    .bus_routebox i {
        float: left;
        width: 47px;
        height: auto;
        background-color: #EAEBF2;
        border-radius: 0 10px 10px 0;
        background-image: url(../images/site/avdestination_icon.png?d=0.2);
        background-repeat: no-repeat;
        background-position: center center;
    }

/*Tab 2 slect bord/drop style*/


.popup_busbordingarea {
    padding: 50px 0 100px;
    display: flex;
    gap: 1.5rem;
    max-width: 1533px;
    margin: 0 auto;
    width: 100%;
    flex-direction: column;
    overflow-y: auto;
    height: calc(100dvh - 14rem);
}

    .popup_busbordingarea::-webkit-scrollbar {
        width: 0px;
        background: rgba(0,0,0,0)
    }

    .popup_busbordingarea .css-480o17-MuiGrid-root {
        margin-left: 0 !important;
        margin-top: 0 !important;
        display: block;
        width: auto;
    }

.popup_busbordingwrap {
    display: flex;
    gap: 100px;
}

    .popup_busbordingwrap .css-u4tvz2-MuiFormLabel-root {
        font-family: 'Poppins';
        color: var(--titletext);
        font-size: 20px;
        line-height: 30px;
    }

    .popup_busbordingwrap .css-1ps6pg7-MuiPaper-root {
        transition: none;
        color: transparent;
        background-color: var(--pure);
        border-radius: 10px;
        padding: 7px 30px 30px;
        box-shadow: none;
    }

    .popup_busbordingwrap .css-dmmspl-MuiFormGroup-root {
        display: block;
    }

    .popup_busbordingwrap .point-row {
        background-color: var(--pure);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 23px 0 23px;
        border-bottom: 1px solid #f0f0f0;
    }

        .popup_busbordingwrap .point-row:last-child {
            border-bottom: none;
            padding: 23px 0 0;
        }



.point-row .point-name {
    color: var(--subtext);
    font-size: 16px;
    font-weight: 400;
    width: 66%;
}

.point-timelist {
    display: flex;
    gap: 10px;
}

.point-row .point-date, .point-row .point-time {
    font-size: 16px;
    color: var(--subtext);
    font-weight: 400;
    text-align: right;
}

.point-row .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
    padding: 0;
}

    .point-row .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
        color: var(--primary);
    }
/* Booking Seat Chart Style End Here*/
/*Route Listing Style End Here*/
/*Routewrapper Style End Here*/
/*************************Available Route Page Style End***********************/
/*inner page style(25-03-23)*/
/*************************Customer Info Page Style Start***********************/
.customerinfowrapper {
    width: 100%;
    clear: both;
    max-width: 1552px !important;
    margin: 0 auto;
    padding: 0 15px !important;
}

.abc {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.custinfopopup .css-2rbg70-MuiPaper-root-MuiDialog-paper {
    margin: 30px;
    top: 0;
    max-height: calc(100% - 60px);
    max-width: 1650px;
    overflow-y: hidden;
    background-color: #f0f0f0;
}

.custinfopopup .css-ypiqx9-MuiDialogContent-root::-webkit-scrollbar {
    border-radius: 0;
    width: 3px;
}

.custinfopopup .css-ypiqx9-MuiDialogContent-root::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width: 3px;
    background-color: var(--secondary);
}

.custinfopopup .css-ypiqx9-MuiDialogContent-root {
    padding: 0;
    overflow: hidden;
}



.popupclose {
    float: right;
    position: absolute;
    right: 40px;
}

    .popupclose button {
        width: 45px;
        height: 45px;
        background-color: var(--secondary);
        border: 0;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .popupclose i {
        font-size: 22px;
        color: var(--pure);
        cursor: pointer;
    }

        .popupclose i:hover {
            color: var(--pure);
            background-color: transparent;
        }

.customerinfohead.passinfo {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}



.customerinfowrapper .customerinfotitle {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary);
    padding: 0px 0 0;
    display: inline-block;
}

.customerinfowrapper .customer-route-time {
    width: 100%;
    float: left;
    padding: 10px 0 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
}

    .customerinfowrapper .customer-route-time .bus-route-date {
        padding: 0 10px 0 0;
    }

    .customerinfowrapper .customer-route-time .bus-fix-number {
        border-left: 2px solid var(--background);
        padding: 0 0 0 10px;
    }

.customerroutedata {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 44px;
    padding: 37px 0 0;
}

.filter-drawer.customfilter {
    /*background-color: #fbfbfb;*/
    border: none;
    border-radius: 0;
    padding: 0;
}

.customerinfohead .filter-drawer__title {
    font-size: 25px;
    color: var(--text);
    font-weight: 600;
    line-height: 29px;
    padding: 22px 40px 20px 85px !important;
    /* position: relative; */
    background-color: #ffffff;
    background-image: url(../images/site/available_img01.svg);
    background-repeat: no-repeat;
    background-position: 39px -1957px;
}

.customerinfohead.passinfo .filter-drawer__title {
    background-position: 39px -1827px;
}

.customerinfohead .filter-drawerpart {
    padding: 10px 40px 40px;
    border-bottom: 1px solid #f0f0f0;
}

    .customerinfohead .filter-drawerpart:last-child {
        border-bottom: none;
    }

.passinfo .filter-drawerpart {
    padding: 10px 40px 10px;
}

.customerinfohead .filter-drawer__content {
    background-color: var(--pure);
}

.customerinfohead .filter-drawer__title::after {
    right: 40px;
    top: 18px;
}

.passengerdetails {
    width: 98%;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* border-radius: 20px; */
    border: 1px solid #f0f0f0;
    overflow-y: scroll;
    height: calc(100dvh - 18rem);
}

.passengeroffercard {
    width: 100%;
    float: left;
}

    .passengeroffercard .offerslider .offercard {
        width: 95%;
    }


    .passengeroffercard .offerslider .offerimg {
        width: 100%;
    }

    .passengeroffercard .offerimg img {
        max-width: 100%;
        border-radius: 6px;
    }

    .passengeroffercard .slick-initialized .slick-slide, .slick-slide img {
        display: flex;
        align-items: center;
        justify-content: center;
    }


.passengerdetails::-webkit-scrollbar {
    width: 0px;
    background: rgba(0,0,0,0)
}

.passengerbox {
    width: 100%;
    float: left;
}

.passengerwallet {
    float: left;
    width: 100%;
    padding: 0 0 30px;
}

.passengerbox.couponoffer {
    padding: 30px 0;
}

.passengerbox.passengersubdetails {
    max-height: 208px;
    overflow-y: auto;
}

.passengertitle {
    font-size: 18px;
    font-weight: 500;
    color: var(--secondary);
    padding: 0 0 20px;
}

.passengermainbox {
    width: 100%;
    float: left;
    padding: 0 0 0;
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.passengernumber {
    width: 100%;
    float: left;
    padding: 0 0 20px;
}

.passengercount {
    width: 100%;
    float: left;
    padding: 0 0 10px;
}

    .passengercount p {
        font-size: 16px;
        font-weight: 400;
        color: var(--subtext);
        display: inline-block;
        line-height: 19px;
    }

        .passengercount p.passcopy {
            padding-left: 0px;
            padding-right: 0px;
            border-left: none;
        }

            .passengercount p.passcopy a {
                font-weight: 600;
                font-size: 14px;
                text-transform: capitalize;
                color: var(--primary);
            }

    .passengercount i {
        font-style: normal;
        color: var(--text);
        font-weight: 600;
    }

    .passengercount a {
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        color: var(--primary);
    }

.passengerfillbox {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-start;
    gap: 15px;
}

    .passengerfillbox input {
        width: 100%;
        height: 50px;
        padding: 0 0 0 20px;
        border: 1px solid #f0f0f0;
        background-color: var(--pure);
        outline: none;
        font-size: 14px;
        color: var(--subtext);
        font-weight: 400;
        border-radius: 5px;
    }

    .passengerfillbox .passage input {
        text-align: center;
        padding: 0;
    }

    .passengerfillbox .form-check-input:focus, .passengerfillbox .form-control:focus, .passengerfillbox .form-select:focus {
        border-color: var(--text);
        outline: none;
        box-shadow: none;
    }

.passname {
    width: 39.8%;
    display: inline-block;
    position: relative;
}

.passgender {
    display: inline-block;
    position: relative;
}

    .passgender .genderselect {
        border: 1px solid #f0f0f0;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        height: 50px;
        align-items: center;
        color: var(--subtext);
        display: flex;
        justify-content: space-between;
    }

.genderpart {
    color: var(--subtext);
    padding: 15px 20px !important;
    cursor: pointer;
    border-right: 1px solid #f0f0f0;
    height: 50px;
}


    .genderpart:first-child {
        border-radius: 5px 0 0 5px;
    }


    .genderpart:last-child {
        border-right: none;
        border-radius: 0 5px 5px 0;
    }





.passgender .css-xsu6ln-MuiAutocomplete-root, .gststate .css-xsu6ln-MuiAutocomplete-root {
    width: 100%;
}

.passgender .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after,
.gststate .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
    border-bottom: 2px solid var(--text);
}

.passgender .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot,
.gststate .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0;
}

.passgender .css-xsu6ln-MuiAutocomplete-root .MuiInput-root .MuiInput-input, .gststate .css-xsu6ln-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
    padding: 0 0 0 18px;
    height: 48px;
    border-radius: 2px;
}

.passgender .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before,
.gststate .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before {
    border-bottom: none;
}

.passgender .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before,
.gststate .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before {
    border-bottom: none;
}

.passgender .css-1glvl0p-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-clearIndicator,
.gststate .css-1glvl0p-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-clearIndicator {
    display: none;
}

.passgender .css-1q60rmi-MuiAutocomplete-endAdornment {
    right: 8px;
}





.passseats {
    width: 16%;
    display: inline-block;
    position: relative;
}

.passage {
    width: 8%;
    display: inline-block;
    position: relative;
}

.contactdetails .passcontactdata {
    margin: 0;
}

.contactinfo .filter-drawer__title {
    background-color: #fbfbfb;
    background-position: 39px -1699px;
}

.contactinfo .filter-drawer__content {
    background-color: #fbfbfb;
    border-radius: 0 0 20px 20px;
}

.passcontactdata {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px;
}

    .passcontactdata .passwallet {
        width: 66%;
        position: relative;
    }

.passwallet #spanWallet, .passwallet #spanWalletVaild {
    position: absolute;
    bottom: -37px;
    font-size: 12px;
}

.passwallet input {
    border: none !important;
    background-color: transparent !important;
    height: 34px !important;
}

.Walletsubdetails .agntpgcaptcha .form-control {
    height: 40px;
}

.Walletsubdetails .captchin {
    width: 85%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 0 0 15px;
}

.passcontactdata .passphone {
    flex-basis: 18.2% !important;
    position: relative;
}

.passcontactdata .passemail {
    flex-basis: 48%;
    position: relative;
}

    .passcontactdata .passemail .css-xsu6ln-MuiAutocomplete-root {
        width: 100%;
    }

        .passcontactdata .passemail .css-xsu6ln-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
            padding: 0 0 0 10px;
        }

    .passcontactdata .passemail .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .passcontactdata .passemail .MuiAutocomplete-hasPopupIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot,
    .passcontactdata .passemail .MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .passcontactdata .passemail .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
        border-bottom: none;
    }

    .passcontactdata .passemail .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled):before {
        border-bottom: none;
    }

.passcontactdata input {
    width: 100%;
    height: 50px;
    padding: 0 18px;
    border: 1px solid #dee0e7;
    background-color: var(--pure);
    outline: none;
    font-size: 15px;
    color: var(--text);
    font-weight: 400;
    border-radius: 2px;
}

.passcontactdata .form-check-input:focus, .passcontactdata .form-control:focus, .passcontactdata .form-select:focus {
    border-color: #dee0e7;
    outline: none;
    box-shadow: none;
}

.bookingtypedetails .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
    color: var(--secondary);
}

.contactprocess {
    width: 100%;
    float: left;
    padding: 20px 0 0 !important;
    display: flex;
}

    .contactprocess input[type="checkbox"] {
        width: 25px;
        height: 25px;
        background: #fff;
        border: 2px solid var(--primary);
        display: inline-block;
        margin-right: 13px;
        border-radius: 5px;
    }

        .contactprocess input[type="checkbox"]:checked {
            background-color: var(--primary);
        }



    /*.contactprocess label::before {
        content: "";
        width: 25px;
        height: 25px;
        background: #fff;
        border: 2px solid var(--primary);
        display: inline-block;
        margin-right: 13px;
        border-radius: 5px;
    }*/

    .contactprocess label {
        font-size: 16px;
        font-weight: 500;
        display: flex;
        align-items: center;
        cursor: pointer;
        float: left;
        color: var(--subtext);
    }

.discount_offer {
    float: left;
    width: 100%;
}

    .discount_offer .passengertitle, .passengerwallet .passengertitle {
        font-size: 16px;
        font-weight: 600;
        color: var(--text);
        line-height: 30px;
        padding: 0 0 0 50px;
        background-image: url(../images/site/available_img01.svg);
        background-position: 0 -2497px;
        background-repeat: no-repeat;
    }

.passengerwallet .passengertitle {
    background-position: 0 -2628px !important;
}

.coupendetailmenu {
    float: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0 0;
    width: 100%;
}

    .coupendetailmenu .css-qfz70r-MuiFormGroup-root {
        gap: 10px;
    }

.coupencardoffer {
    float: left;
    padding: 20px;
    background-color: #F0F0F0;
    border-radius: 10px;
    width: 100%;
}


    .coupencardoffer .css-ahj2mt-MuiTypography-root {
        margin: 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #4A4A4A;
        font-family: 'Inter';
        letter-spacing: normal;
    }

    .coupencardoffer .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
        padding: 0;
    }


    .coupencardoffer .css-1f2kvjf-MuiFormControlLabel-root {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .coupencardoffer .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
        color: var(--primary);
    }

.hotdealbox {
    width: 100%;
    float: left;
    padding: 0 !important;
}

    .hotdealbox .vh {
        position: absolute !important;
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0 !important;
        border: 0 !important;
        height: 1px !important;
        width: 1px !important;
        overflow: hidden;
    }

    .hotdealbox input[type="checkbox"]:checked ~ label::before {
        background: var(--primary) no-repeat center;
        background-size: 12px 12px;
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ1LjcwMSA0NS43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NS43MDEgNDUuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yMC42ODcsMzguMzMyYy0yLjA3MiwyLjA3Mi01LjQzNCwyLjA3Mi03LjUwNSwwTDEuNTU0LDI2LjcwNGMtMi4wNzItMi4wNzEtMi4wNzItNS40MzMsMC03LjUwNCAgICBjMi4wNzEtMi4wNzIsNS40MzMtMi4wNzIsNy41MDUsMGw2LjkyOCw2LjkyN2MwLjUyMywwLjUyMiwxLjM3MiwwLjUyMiwxLjg5NiwwTDM2LjY0Miw3LjM2OGMyLjA3MS0yLjA3Miw1LjQzMy0yLjA3Miw3LjUwNSwwICAgIGMwLjk5NSwwLjk5NSwxLjU1NCwyLjM0NSwxLjU1NCwzLjc1MmMwLDEuNDA3LTAuNTU5LDIuNzU3LTEuNTU0LDMuNzUyTDIwLjY4NywzOC4zMzJ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    }

    .hotdealbox label::before {
        content: "";
        width: 25px;
        height: 25px;
        background: #fff;
        border: 2px solid var(--primary);
        display: inline-block;
        margin-right: 20px;
        border-radius: 5px;
    }

    .hotdealbox label {
        font-size: 14px;
        font-weight: 700;
        display: flex;
        align-items: center;
        cursor: pointer;
        float: left;
    }

    .hotdealbox span {
        width: 100%;
        float: left;
        padding: 0;
        font-size: 14px;
        font-weight: 400;
        color: var(--text);
        left: 0;
        bottom: -19px;
    }

.hotdeallabel {
    width: 100%;
    float: left;
    padding: 20px 0 0px 30px;
}

    .hotdeallabel span {
        font-size: 12px;
        font-weight: 400;
        color: var(--pure);
        background-color: var(--text);
        padding: 7px 17px;
        border-radius: 4px;
        display: inline-block;
    }

        .hotdeallabel span.totalamountlbl {
            margin-left: 40px;
        }

        .hotdeallabel span label {
            font-size: 14px;
            font-weight: 400;
            color: var(--pure);
        }

.passengertitle.hotdealbox label {
    font-size: 18px;
    font-weight: 600;
}

.terms_conditions .passengertitle.hotdealbox label {
    font-size: 16px;
    font-weight: 500;
    color: var(--subtext);
}

.passengerwallet input {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    border: 1px solid #D5D7DF;
    background-color: var(--pure);
    outline: none;
    font-size: 14px;
    color: var(--text);
}

    .passengerwallet input:focus {
        border-color: var(--text);
        outline: none;
        box-shadow: none;
    }

.Walletsubdetails {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0 0;
    width: 100%;
}

.walletbox {
    flex-basis: 46%;
    border: 1px solid #D5D7DF;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 10px;
    border-radius: 4px;
}

    .walletbox.walletboxbtn {
        flex-basis: 46%;
        border: none;
        display: flex;
        gap: 10px;
        padding: 0;
    }

        .walletbox.walletboxbtn button {
            font-size: 14px;
            font-weight: 600;
            color: #fff;
            background-color: var(--primary);
            border: none;
            border-radius: 4px;
            padding: 10px 36px;
            text-transform: capitalize;
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
            margin: 0 0 0;
        }

    .walletbox label {
        font-size: 14px;
        font-weight: 400;
        color: var(--text);
        padding: 0 0 10px;
    }

.Walletsubdetails .agntpgcaptcha {
    float: left;
    width: 46%;
    position: relative;
}

    .Walletsubdetails .agntpgcaptcha .mrgbtm {
        float: left;
        position: relative;
        width: 100%;
    }

.passengerwallet .passcontactdata {
    width: 100%;
    background-color: #f0f0f0;
    float: left;
    border-radius: 10px;
    display: flex;
    padding: 14px 10px;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin: 10px 0 0;
}

.bookingtypedetails .css-1hpqosy-MuiFormControlLabel-root {
    display: flex;
    flex-direction: row;
}

.passengerwallet button {
    font-size: 12px;
    font-weight: 400;
    color: var(--pure);
    background-color: var(--secondary);
    border: none;
    border-radius: 5px;
    padding: 8px 12px;
    text-transform: capitalize;
}

.gststate {
    width: 31.8%;
    float: left;
    position: relative;
}

.passengertitle.hotdealbox a {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 0 6px;
    border-bottom: none;
    color: var(--subtext) !important;
}

.paymentbox .radio {
    width: 100%;
    float: left;
}

    .paymentbox .radio input[type=radio] {
        position: absolute;
        opacity: 0;
    }

    .paymentbox .radio input[type="radio"] + .radio-label::before {
        content: "";
        background: #f4f4f4;
        border-radius: 100%;
        border: 1px solid var(--text);
        display: inline-block;
        width: 20px;
        height: 20px;
        position: relative;
        top: 10px;
        margin-right: 20px;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        transition: all 250ms ease;
    }

    .paymentbox .radio input[type=radio]:checked + .radio-label:before {
        background-color: var(--background);
        box-shadow: inset 0 0 0 4px #f4f4f4;
    }

    .paymentbox .radio input[type=radio]:focus + .radio-label:before {
        outline: none;
        border-color: var(--primary);
    }

    .paymentbox .radio input[type=radio]:disabled + .radio-label:before {
        box-shadow: inset 0 0 0 4px #f4f4f4;
        border-color: #b4b4b4;
        background: #b4b4b4;
    }

    .paymentbox .radio input[type=radio] + .radio-label:empty:before {
        margin-right: 0;
    }


.customerinfo_note {
    float: left;
    width: 60%;
}

    .customerinfo_note h4 {
        color: #f84545;
        font-size: 18px;
        margin: 0;
    }

    .customerinfo_note p {
        color: rgb(250 72 72 / 60%);
        font-size: 16px;
        margin: 0;
        padding: 10px 0 0;
    }

.hotdealbox label.radio-label {
    align-items: start;
}

.paymentbox .radio span {
    font-size: 18px;
    font-weight: 400;
    color: var(--primary);
    padding: 10px 0 20px 40px;
    position: relative;
    margin: 0 0 20px;
}

.pg_gateway {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
}

    .pg_gateway span {
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 0;
        color: var(--primary);
    }

        .pg_gateway span .pytype img {
            max-width: 80px;
        }

    .pg_gateway:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        height: 1px;
        background: -moz-linear-gradient(left, rgba(166,145,76,1) 0%, rgba(166,145,76,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(166,145,76,1) 0%,rgba(166,145,76,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(166,145,76,1) 0%,rgba(166,145,76,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6914c', endColorstr='#33a6914c',GradientType=1 ); /* IE6-9 */
    }

    .pg_gateway:last-child:after {
        display: none;
    }

    .pg_gateway img {
        display: block;
        max-width: 120px;
    }

.passengerbox.payment_gateway .css-dmmspl-MuiFormGroup-root {
    flex-direction: row;
}

.passengerbox.payment_gateway .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
    color: var(--primary);
}

.passengerbox.payment_gateway label {
    position: relative;
    gap: 8px;
}

.passengerroutedetails {
    width: 57.03%;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 35px;
    overflow-y: auto;
    height: calc(100dvh - 17rem);
}

    .passengerroutedetails::-webkit-scrollbar {
        width: 0px;
        background: rgba(0,0,0,0)
    }

.psngrpaybox {
    background-color: #fff;
    border-radius: 6px;
    padding: 30px;
    position: relative;
}

.tripdetail .filter-drawer__content {
    background-color: #fbfbfb !important;
}

.jrnypsngr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.journeydetails {
    width: 100%;
    float: left;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.journeydate {
    width: 60%;
    float: left;
    display: flex;
    flex-direction: column;
}

    .journeydate.journeytiming {
        padding: 30px 25px;
    }

    .journeydate p {
        font-size: 14px;
        color: var(--text);
        font-weight: 400;
        padding: 0 0 0 20px;
        background-image: url("../images/site/available_icon.svg");
        background-position: -6px -1047px;
        background-repeat: no-repeat;
    }

    .journeydate.journeydates p {
        background-position: -5px -1214px;
    }

    .journeydate.journeyseat p {
        background-position: -5px -1382px;
    }

    .journeydate.journryboarding p {
        background-position: -4px -1550px;
    }

    .journeydate.journeydropping p {
        background-position: -4px -1718px;
    }

    .journeydate.journeytiming p {
        background-position: -4px -1886px;
    }

    .journeydate .journeycity {
        font-size: 20px;
        color: var(--primary);
        font-weight: 600;
        padding: 0 0 0;
        line-height: 24px;
    }

.triproutename {
    display: flex;
    flex-direction: column;
    gap: 27px;
    width: 100%;
}

.tripdetail .filter-drawer__title {
    background-color: #fbfbfb;
    border-radius: 20px 20px 0 0;
}

.journeyfromcity .bustype {
    font-size: 16px;
    padding: 7px 0 0;
}

.tripseatno {
    font-size: 20px;
    color: var(--primary);
    font-weight: 600;
    padding: 0 0 0;
    line-height: 24px;
    text-transform: capitalize;
}

    .tripseatno i {
        font-style: normal;
    }

.tripboarding {
    float: left;
    width: 50%;
}

    .tripboarding p, .tripdropping p {
        font-size: 20px;
        color: var(--primary);
        font-weight: 600;
        padding: 0 0 0;
        line-height: 24px;
    }

    .tripboarding .journeydate, .tripdropping .journeydate {
        width: 100%;
        padding: 15px 0 0;
        gap: 15px;
    }

.tripdropping {
    float: right;
    width: 50%;
    text-align: right;
}

.journeydate .journeytime {
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
    line-height: 19px;
}

.journeydate .journeyname {
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
    line-height: 19px;
}

.journeydate:last-child {
    border: none;
}

.passfaredetails.passengerbox {
    background-color: var(--pure);
    border-radius: 20px;
    padding: 20px 46px 40px;
}

.journeytitle {
    font-size: 25px;
    font-weight: 600;
    color: var(--text);
    padding: 0 0 20px 50px;
    background-image: url(../images/site/available_img01.svg);
    background-repeat: no-repeat;
    background-position: 0 -2106px;
}

.faredetailinfo {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faredetails.farepayble {
    border-radius: 0;
    padding: 20px 0;
    border-top: 1px solid #D9DFFF;
    border-bottom: 1px solid #D9DFFF;
}

.faredetails.faredetailstotal {
    border: none;
}

.faredetails {
    width: 100%;
    float: left;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .faredetails.farediscount label {
        width: 100%;
        float: left;
        text-align: left;
        padding: 20px 0 6px;
        font-size: 17px;
        font-weight: 700;
    }

    .faredetails.farediscount input {
        width: 100%;
        float: left;
        border: 1px solid var(--text);
        outline: none;
        height: 40px;
        border-radius: 4px;
        padding: 0 10px;
    }

    .faredetails.farediscount .fareinput {
        width: 100%;
        float: left;
        position: relative;
    }

        .faredetails.farediscount .fareinput a {
            position: absolute;
            font-size: 16px;
            font-weight: 700;
            color: var(--primary);
            right: 10px;
            top: 7px;
        }



    .faredetails.faredetails01 {
        padding: 20px 20px 5px;
    }

    .faredetails p {
        font-size: 16px;
        display: inline-block;
        font-weight: 400;
        color: var(--subtext);
        line-height: 19px;
    }

    .faredetails .walltag {
        color: var(--primary) !important;
        font-weight: 600 !important;
    }

    .faredetails.farepayble p, .faredetails.farepayble label {
        color: var(--text) !important;
        font-weight: 600 !important;
    }

    .faredetails label {
        font-size: 16px;
        display: inline-block;
        font-weight: 400;
        color: var(--subtext);
    }

.passengertitle.passengertitle01.hotdealbox {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 0 20px !important;
}

.passengertitle.hotdealbox a:hover, .passengertitle.hotdealbox a:focus {
    color: var(--primary);
}

.bookingconfirmbtn {
    float: left;
    display: flex;
    gap: 20px;
    width: 100%;
}

    .bookingconfirmbtn button {
        font-size: 16px;
        font-weight: 400;
        color: var(--pure);
        background-color: var(--secondary);
        border: none;
        border-radius: 4px;
        padding: 14px 29px;
        width: 100%;
    }

    .bookingconfirmbtn .cstmrpopcancel {
        background-color: var(--secondary);
    }

    .bookingconfirmbtn button:hover,
    .bookingconfirmbtn button:focus,
    .bookingconfirmbtn button:active {
        background-color: var(--secondary);
    }

    .bookingconfirmbtn .cstmrpopcancel:hover, .bookingconfirmbtn .cstmrpopcancel:focus {
        background-color: var(--primary);
    }

.bookingconfirmbtnmbl {
    display: none;
}

.coinbalance {
    float: left;
    width: 100%;
    background-color: #EBEEFF;
    border-radius: 5px;
    padding: 10px 20px 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 60px;
}


.coinusable {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

    .coinusable label {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .coinusable .css-1f2kvjf-MuiFormControlLabel-root .MuiFormControlLabel-label {
        order: 2;
        font-family: 'Inter';
        font-size: 16px;
        font-weight: 400;
        color: var(--primary);
    }

    .coinusable .MuiButtonBase-root.MuiRadio-root.MuiRadio-colorPrimary.PrivateSwitchBase-root.MuiRadio-root.MuiRadio-colorPrimary.css-vqmohf-MuiButtonBase-root-MuiRadio-root {
        padding: 0;
        /* border: 1px solid var(--primary); */
        margin: 0;
        width: 18px;
        height: 18px;
    }

    .coinusable .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
        color: var(--primary);
    }

    .coinusable .css-hyxlzm {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 18px;
        height: 18px;
    }

    .coinusable svg {
        width: 18px;
        height: 18px;
    }

    .coinusable p {
        font-size: 12px;
        font-weight: 400;
        color: var(--subtext);
        line-height: 19px;
    }

    .coinusable .coinmaster {
        font-size: 16px;
        color: var(--subtext);
        padding: 0 0 0 24px;
        line-height: 19px;
        background-image: url(../images/site/coinicon.png);
        background-position: left center;
        background-repeat: no-repeat;
    }

/*************************Customer Info Page Style End***********************/

/*************************Date Picker Style Start***********************/

.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover {
    background-color: var(--secondary) !important;
    color: var(--pure) !important;
    background-image: none !important;
    text-shadow: none !important;
}

.datetimepicker th.dow {
    background-color: var(--pure) !important;
}

.datetimepicker td, .datetimepicker th {
    width: 40px !important;
    height: 30px !important;
    color: var(--primary);
    background-color: #acceee2e !important;
    font-weight: 600;
}

/*New style added*/

.datetimepicker-hours .table-condensed tr:first-child {
    /*display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;*/
}

    .datetimepicker-hours .table-condensed tr:first-child th {
        padding: 0 10px;
    }

        .datetimepicker-hours .table-condensed tr:first-child th.switch {
            padding: 2px 20px;
        }

.datetimepicker-hours .table-condensed tbody td {
    /*display: flex;*/
}

    .datetimepicker-hours .table-condensed tbody td legend {
        border: 1px solid #d9d9d9;
    }

.datetimepicker .datetimepicker-hours td, .datetimepicker .datetimepicker-hours th {
    width: auto !important;
    height: auto !important;
    color: var(--primary);
    background-color: #acceee2e !important;
    font-weight: 600;
}

.datetimepicker-minutes .table-condensed tr:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

    .datetimepicker-minutes .table-condensed tr:first-child th {
        padding: 0 10px;
    }

        .datetimepicker-minutes .table-condensed tr:first-child th.switch {
            padding: 2px 20px;
        }

.datetimepicker-minutes .table-condensed tbody td {
    display: flex;
}

    .datetimepicker-minutes .table-condensed tbody td legend {
        border: 1px solid #d9d9d9;
    }

.datetimepicker .datetimepicker-minutes td, .datetimepicker .datetimepicker-minutes th {
    width: auto !important;
    height: auto !important;
    color: var(--primary);
    background-color: #acceee2e !important;
    font-weight: 600;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.datetimepicker table tr td.disabled, .datetimepicker table tr td.disabled:hover {
    color: #999 !important;
    background-color: var(--pure) !important;
    font-weight: 400;
}

.datetimepicker thead tr:first-child th, .datetimepicker tfoot th {
    background-color: #acceee2e !important;
    font-weight: 600 !important;
}


.datetimepicker table tr td.old, .datetimepicker table tr td.new {
    color: #999 !important;
    font-weight: 400;
    background-color: var(--pure) !important;
}

.datetimepicker table {
    margin: 0;
    padding: 0;
    width: 100% !important;
}

    .datetimepicker table tr td span {
        /*width: 100% !important;*/
    }

        .datetimepicker table tr td span.active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover {
            background-color: var(--secondary) !important;
            color: var(--pure) !important;
            background-image: none !important;
        }

    .datetimepicker table tr td span {
        width: 31% !important;
    }

/*************************Date Picker Style End***********************/

/*************************Manage Booking Style Start Here ***************************/

.managebookingwrapper {
    width: 100%;
    float: left;
    clear: both;
}

.managebooking {
    width: 100%;
    float: left;
    padding: 60px 0 0;
}

    .managebooking .panel-heading {
        font-size: 22px;
        padding: 40px 0 20px;
        color: var(--secondary);
        font-weight: 600;
    }

.managewrapper {
    width: 100%;
    float: left;
    border: 1px solid var(--background);
    padding: 0 0 40px;
    text-align: center;
}

.managetitle {
    width: 100%;
    float: left;
    background-color: var(--background);
    color: var(--primary);
    font-size: 20px;
    font-weight: 600;
    padding: 10px 40px;
    margin: 0 0px 20px;
    text-align: left;
}

.managepnr {
    width: 100%;
    float: left;
    padding: 15px 20px;
    position: relative;
}

    .managepnr .redclr {
        position: absolute;
        bottom: -2px;
        left: 40%;
        padding: 0 0 0 20px;
    }

    .managepnr label {
        display: inline-block;
        font-size: 18px;
        color: var(--primary);
        padding: 0 0px 0 0;
        vertical-align: middle;
        width: 20%;
        position: relative;
        text-align: left;
        font-weight: 500;
    }

        .managepnr label::after {
            content: ':';
            position: absolute;
            right: 60px;
            top: 0;
            font-size: 20px;
            line-height: normal;
            font-weight: 700;
        }

    .managepnr input {
        width: 40%;
        border: 1px solid #e5e5e5;
        outline: none;
        background-color: var(--pure);
        padding: 0 10px;
        height: 50px;
        font-size: 15px;
    }

        .managepnr input:focus,
        .managepnr input:target {
            border: 1px solid var(--text);
            box-shadow: none;
        }

    .managepnr.managebutton {
        padding: 30px 20px 0;
    }

        .managepnr.managebutton button {
            border: none;
            font-size: 16px;
            font-weight: 700;
            color: var(--pure);
            border-radius: 3px;
            padding: 10px 40px;
            text-transform: uppercase;
            letter-spacing: 1px;
            background-color: var(--primary);
            border-color: var(--primary);
        }

            .managepnr.managebutton button:hover,
            .managepnr.managebutton button:focus {
                box-shadow: none !important;
                background-color: var(--secondary);
                color: var(--pure);
            }

/**************************Manage Booking Style End Here ***************************/

/**********************My Booking Page Style Start Here************************/


/*mybooking login*/

.mybklogindiv {
    float: left;
    padding: 35px 33px 36px 31px;
    width: 100%;
}

.loginboxdiv {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.loginboxinput, .otpinput {
    width: 59%;
    float: left;
    padding: 0;
    position: relative;
}

    .loginboxinput .captchin {
        padding: 0 0 10px;
    }

    .loginboxinput input, .otpinput input {
        float: left;
        padding: 0 0 0 20px;
        position: relative;
        height: 40px;
        border-radius: 5px;
        border: 1px solid #F0F0F0;
        display: flex;
        align-items: center;
        color: var(--subtext);
        font-family: 'Inter', sans-serif !important;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background-color: transparent;
        width: 100%;
        outline: none;
    }

        .loginboxinput input:focus, .loginboxinput input:hover, .otpinput input:focus, .otpinput input:hover {
            outline: none;
            border: 1px solid #F0F0F0;
            box-shadow: none;
        }

    .loginboxinput span {
        bottom: -13px;
    }

.popuserpart {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-end;
}

.loginboxinput .captchin img {
    max-width: 67%;
}

.popuserpart2 {
    width: 35%;
}

.userdetailbutton {
    float: left;
    width: 100%;
}

    .userdetailbutton button {
        background-color: var(--secondary);
        border: none;
        color: var(--pure);
        text-align: center;
        transition: all .5s;
        border-radius: 5px;
        font-size: 14px;
        line-height: 17px;
        font-weight: 400;
        padding: 11px 24px 12px;
        width: 100% !important;
        float: left;
    }

.loginotpflow.popuserdetailotp {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .loginotpflow.popuserdetailotp label {
        font-size: 16px;
        font-weight: 400;
        color: var(--subtext);
    }

        .loginotpflow.popuserdetailotp label i {
            font-weight: 600;
            color: var(--text);
            font-style: normal;
        }

.otpboxinput {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

    .otpboxinput .userdetailbutton {
        width: 35%;
    }

.mybklogindiv .resendotplink {
    text-align: left;
    padding: 0;
    font-size: 16px;
    text-decoration: none;
}

.Captcharesend {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

    .Captcharesend .captchin {
        width: 59%;
    }

    .Captcharesend .loginboxinput {
        width: 35%;
    }


    .Captcharesend .captchin img {
        max-width: 67%;
    }


.mybklogindiv .popuprightpart {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .mybklogindiv .popuprightpart .profileinputdata .css-qfz70r-MuiFormGroup-root {
        display: flex;
        flex-direction: row;
        gap: 8px;
        justify-content: flex-end;
    }

    .mybklogindiv .popuprightpart .profileinputdata .css-1hpqosy-MuiFormControlLabel-root {
        display: flex;
        flex-direction: row;
        gap: 8px;
    }

    .mybklogindiv .popuprightpart .profileinputdata .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
        padding: 0;
    }


.popuptopinput {
    display: flex;
    gap: 20px;
}

.mybklogindiv .profileinputdata {
    display: inline-flex;
    width: max-content;
}

.mybklogindiv .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
    color: var(--primary);
}



.loginboxtermsbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}

    .loginboxtermsbtn .profileinputdetails.profileinputdetailsbtn {
        width: 35%;
        padding: 0;
    }

        .loginboxtermsbtn .profileinputdetails.profileinputdetailsbtn button {
            background-color: var(--secondary);
            border: none;
            color: var(--pure);
            text-align: center;
            transition: all .5s;
            border-radius: 5px;
            font-size: 14px;
            line-height: 17px;
            font-weight: 400;
            padding: 11px 40px 12px;
            width: 100% !important;
            float: left;
        }

.loginboxterms {
    display: flex;
}

    .loginboxterms .passengertitle.passengertitle01.hotdealbox {
        padding: 0 !important;
    }

    .loginboxterms .passengertitle.passengertitle01.hotdealbox {
        padding: 0 !important;
    }



    .loginboxterms .hotdealbox label::before {
        width: 18px;
        height: 18px;
        margin-right: 10px;
        border-radius: 3px;
    }

    .loginboxterms .passengertitle.hotdealbox label {
        font-size: 16px;
        font-weight: 600;
    }



.dropdown-menu {
    padding: .5rem !important;
}


.mybookingwrapper {
    width: 100%;
    float: left;
    clear: both;
}

    .mybookingwrapper .container {
        width: 100%;
        /*max-width: 1600px;*/
    }

.mybookingtab {
    width: 100%;
    float: left;
    padding: 0;
    background-color: #F0F0F0;
    border-radius: 40px;
}

/*My Booking Left Tab Style Start*/

.bookinglist_tabs {
    position: relative;
    min-height: auto;
    clear: both;
    margin: 30px 0 0;
    text-align: center;
    display: flex;
    flex-direction: column;
}

    .bookinglist_tabs .booking_title {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        color: var(--titletext);
        display: inline-block;
        text-transform: capitalize;
    }

    .bookinglist_tabs .season_tab {
        float: left;
        clear: both;
        /* width: 286px; */
        width: 100%;
        padding: 53px 0 143px;
    }

.booking_dataflow {
    float: left;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .booking_dataflow .text-center {
        padding: 20px 120px;
        background-color: #ffd3cf;
        font-size: 16px;
        margin-top: 60px !important;
        font-weight: 500;
        color: var(--text);
        border: 1px solid #e9aeaa;
        border-radius: 12px;
    }
/*.season_tab label {
    background-color: var(--primary);
    padding: 10px 10px 10px 10px;
    border: 1px solid #fff;
    margin-left: -1px;
    font-size: 18px;
    vertical-align: middle;
    position: relative;
    width: 264px;
    height: 68px;
    display: table-cell;
    color: var(--pure);
    text-transform: uppercase;
    cursor: pointer;
}*/

.bookinglist_tabs .season_tab [type=radio] {
    display: none;
}

.bookinglist_tabs .season_content {
    /*position: absolute;
    top: 0;
    left: 286px;
    background: white;
    right: 0;
    bottom: 0;
    padding: 0px;*/
}

    .bookinglist_tabs .season_content span {
        animation: 0.5s ease-out 0s 1 slideInFromTop;
    }

[type="radio"]:checked ~ label {
    background: var(--secondary);
    border-left: 4px solid var(--primary);
    z-index: 2;
    color: var(--pure);
}

[type=radio]:checked ~ label ~ .season_content {
    z-index: 0;
}

.bookinglist_tabs .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
    color: var(--text);
}

/*My Booking Left Tab Style End*/

/*My Booking Right Tab Style Start*/

.season_content .container-fluid {
    max-width: 100%;
}

.profileinputdetails .tabtitle {
    background-color: transparent;
    text-align: center;
    color: var( --textcolor);
    font-weight: 500;
    flex-basis: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 2px solid var(--text);
}

.profileinputdetails label {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    height: auto;
    padding: 5px 0 5px;
}

.profileinputdetails .tabtitle.tabtitlewlt span {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    background-color: var(--background);
    padding: 5px 0 5px;
}

/*wallet details css*/

.booking-detail-wallet {
    float: left;
    width: 100%;
    margin: 50px 0 0;
    border-top: 1px solid #CACACA;
    padding: 70px 0;
    display: flex;
}

.season_contentwallet {
    max-width: 1182px;
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    margin: 0px auto;
}

.profileinputdetails.walletamdata {
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: var(--pure);
    height: auto;
    border-radius: 20px;
    align-items: flex-start;
    gap: 0;
}

.walletamt_wrap {
    display: flex;
    gap: 20px;
    padding: 13px 21px 11px;
    border-bottom: 1px solid #cacaca;
    width: 100%;
}


    .walletamt_wrap .walleticon {
        height: 54px;
        width: 54px;
        background-size: 61px;
        background-image: url("../images/site/available_img01.svg");
        background-repeat: no-repeat;
        background-position: -3px -4247px;
    }

.walletamdata .tabtitle.tabtitlewlt {
    flex-basis: 100%;
    border: none;
    padding: 27px 0 27px 95px;
    font-size: 20px;
    font-family: 'Poppins';
    color: var(--text);
    font-weight: 400;
}

    .walletamdata .tabtitle.tabtitlewlt label {
        text-align: left;
        justify-content: flex-start;
        padding: 0;
    }

    .walletamdata .tabtitle.tabtitlewlt span {
        padding: 0;
        background-color: transparent;
        justify-content: flex-start;
    }

.walletamt_rec {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 29px;
    font-weight: 600;
    font-family: 'Poppins';
    color: var(--titletext);
}

    .walletamt_rec label {
        padding: 0;
    }




.walletdtls {
    display: flex;
    justify-content: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 58px 0 0;
    gap: 58px;
}

    .walletdtls span.wallethistry {
        position: relative;
        font-size: 15px;
        border-radius: 8px;
        font-weight: 400;
        background-color: var(--primary);
        color: var(--pure);
        padding: 10px 30px 10px;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }

.walletdatainfo {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-direction: column;
    gap: 58px;
}

    .walletdatainfo .walletdtlsinfo {
        flex-basis: 100%;
        display: flex;
        justify-content: center;
        background-color: var(--pure);
        border-radius: 20px;
        flex-direction: column;
    }

.walletpart1 {
    float: left;
    display: flex;
    flex-direction: row-reverse;
    padding: 21px 95px;
    justify-content: space-between;
}

    .walletpart1 .walletcol, .walletpart2 .walletcol {
        flex-direction: column;
        border: none !important;
        gap: 0 !important;
        justify-content: flex-start !important;
        padding: 0 !important;
        align-items: flex-start !important;
        flex-wrap: nowrap !important;
        flex-basis: auto !important;
        display: flex;
    }

.walletpart2 {
    float: left;
    border-top: 1px solid #cacaca;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 27px 95px;
}

    .walletpart2 .walletcol span {
        font-size: 20px;
        font-weight: 400;
        font-family: 'Poppins';
        line-height: 30px;
    }

        .walletpart2 .walletcol span i {
            font-style: normal;
            padding: 0 4px 0 0;
        }

.walletdatainfo .walletdtlsinfo .wlletcrdt {
    /*flex-basis: 20% !important;*/
    display: flex;
}

    .walletdatainfo .walletdtlsinfo .wlletcrdt span {
        border-radius: 8px;
        padding: 8px 24px;
        background-color: #009A3B;
        color: var(--pure);
    }

.walletblancheck {
    display: flex;
    flex-basis: 45%;
    justify-content: space-between;
}

.walletcol label, .walletcol .datewallet {
    font-size: 29px;
    font-weight: 600;
    font-family: 'Poppins';
    color: var(--titletext);
    line-height: 43px;
}



.walletdatainfo .walletdtlsinfo .walletcol p, .walletcol em {
    font-weight: 400;
    font-size: 20px;
    font-family: 'Poppins';
    line-height: 26px;
    color: var(--titletext);
}

.walletdatainfo .walletdtlsinfo .walletcol em {
    display: flex;
    font-style: normal;
}

.walletdatainfo .walletdtlsinfo .walletcol.wlletcrdt {
    color: var(--primary);
}

    .walletdatainfo .walletdtlsinfo .walletcol.wlletcrdt span.walletdebit {
        color: var(--pure);
        background-color: var(--secondary);
    }

/*wallet details css*/

.mybooking-tabs {
    width: 100%;
    float: left;
    padding: 0 !important;
    border-bottom: 1px solid #CACACA;
}

    .mybooking-tabs .tab-list {
        padding-left: 0;
        padding-right: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        float: left;
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 29px;
    }

        .mybooking-tabs .tab-list > li {
            padding: 0;
            text-align: center;
            float: left;
            cursor: pointer;
        }


            .mybooking-tabs .tab-list > li:first-child {
                /*border-left: none;*/
            }

            .mybooking-tabs .tab-list > li:hover > h3,
            .mybooking-tabs .tab-list > li.active > h3 {
                color: var(--primary);
                border-bottom: 4px solid var(--primary);
            }

            .mybooking-tabs .tab-list > li > h3 {
                font-weight: 500;
                display: block;
                transition: all 500ms ease;
                font-size: 16px;
                color: var(--subtext);
                padding: 0 30px 10px;
                font-family: 'Poppins';
                border-bottom: 4px solid transparent;
            }

/*.mybooking-tabs .tab-list .active {
        background-color: var(--secondary);
    }*/

.mybooking_tabscontent {
    width: 100%;
    float: left;
    padding: 0 20px !important;
    /* max-height: 554px; */
    /* overflow-y: scroll; */
}

.mybookinglistype {
    max-width: 1182px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 0;
}

    .mybookinglistype .bookinglist {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mybookinglistype .bookingmonth h5 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        color: var(--subtext);
    }

    .mybookinglistype .bookingwp {
        padding: 10px 50px 9px 20px;
        background-color: #009A3B;
        border-radius: 5px;
        cursor: pointer;
        color: var(--pure);
        font-size: 16px;
        font-weight: 400;
        background-image: url(../images/site/icon01.svg?d=0.2);
        background-repeat: no-repeat;
        background-position: 94% -2371px;
    }

        .mybookinglistype .bookingwp a {
            color: var(--pure);
        }

.bookingticket {
    float: left;
    width: 100%;
    padding: 40px 0 0;
}

.bookingtictdetail {
    float: left;
    width: 100%;
    background-image: url(../images/site/anotherpageimg/mybookingbg.svg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 387px;
    display: flex;
    padding: 72px 0 0;
    justify-content: space-between;
    cursor: pointer;
}

.bookingdetaileft {
    display: flex;
    flex-direction: column;
    width: 82%;
    text-align: left;
    padding: 0 62px 0 8.7%;
}

.booking_bustype {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.booking_busnameare {
    display: flex;
    flex-direction: column;
}

    .booking_busnameare .booking_busname, .booking_busnameare .booking_busnametype {
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: 600;
        color: var(--pure);
    }

    .booking_busnameare .booking_busnametype {
        font-weight: 500;
        font-size: 14px;
    }

.bookingticket_total {
    float: left;
}

    .bookingticket_total p {
        font-size: 23px;
        color: var(--pure);
        font-weight: 600;
        font-family: 'Poppins';
    }

    .bookingticket_total label {
        font-size: 24px;
    }


.bookingdetailbottom {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 0;
    gap: 54px;
}

.booking_routedetail {
    display: flex;
    flex-direction: column;
    width: 50%;
}

    .booking_routedetail .booking_routelist {
        display: flex;
        justify-content: space-between;
        padding: 0 0 20px;
        border-bottom: 1px solid var(--pure);
        gap: 20px;
    }

        .booking_routedetail .booking_routelist .booking_routefrom, .booking_routedetail .booking_routelist .booking_routeto {
            font-size: 15px;
            color: var(--pure);
            font-family: 'Poppins';
            font-weight: 500;
            width: 50%;
        }

        .booking_routedetail .booking_routelist .booking_routeto {
            text-align: right;
        }

            .booking_routedetail .booking_routelist .booking_routefrom .booking_routetime,
            .booking_routedetail .booking_routelist .booking_routeto .booking_routetime {
                font-size: 16px;
            }

            .booking_routedetail .booking_routelist .booking_routefrom .booking_routeboard, .booking_routedetail .booking_routelist .booking_routeto .booking_routeboard {
                font-size: 10px;
                font-weight: 600;
                color: #859AFF;
                word-break: break-all;
            }

.middleline {
    height: 100%;
    border: 1px dashed var(--pure);
    float: left;
}

.booking_routedetail .booking_routelist .booking_routeduration {
    font-size: 10px;
    font-weight: 600;
    color: var(--pure);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    width: 80px;
}

    .booking_routedetail .booking_routelist .booking_routeduration i {
        float: left;
        width: 33px;
        background-image: url(../images/site/anotherpageimg/bookingicon.svg);
        background-repeat: no-repeat;
        background-position: center -10px;
        height: 33px;
    }

.booking_routedetail .booking_passdetail {
    display: flex;
    flex-direction: column;
    margin: 16px 0;
    gap: 0;
    overflow: auto;
    height: 74px;
    overflow-x: auto;
    padding: 0;
    scrollbar-color: rgba(0,0,0,0);
    scroll-snap-type: mandatory;
    /* scrollbar-width: none; */
}

    .booking_routedetail .booking_passdetail::-webkit-scrollbar {
        border-radius: 10px;
        width: 6px;
        background-color: #D5D7DF;
    }

    .booking_routedetail .booking_passdetail::-webkit-scrollbar-thumb {
        border-radius: 10px;
        width: 6px;
        background-color: var(--secondary);
    }

    .booking_routedetail .booking_passdetail .booking_passdetailbox {
        display: flex;
        justify-content: space-between;
        font-family: 'Poppins';
    }

        .booking_routedetail .booking_passdetail .booking_passdetailbox .booking_passabout {
            display: flex;
            align-items: center;
            gap: 7px;
        }

            .booking_routedetail .booking_passdetail .booking_passdetailbox .booking_passabout .booking_passname {
                font-size: 16px;
                color: var(--pure);
                font-weight: 500;
            }

            .booking_routedetail .booking_passdetail .booking_passdetailbox .booking_passabout .booking_passgender {
                font-size: 14px;
                font-weight: 600;
                color: #859aff;
            }

        .booking_routedetail .booking_passdetail .booking_passdetailbox .booking_pass_seatdeatil {
            text-align: right;
        }

            .booking_routedetail .booking_passdetail .booking_passdetailbox .booking_pass_seatdeatil .booking_pasetno {
                font-size: 16px;
                color: var(--pure);
                font-weight: 500;
            }

            .booking_routedetail .booking_passdetail .booking_passdetailbox .booking_pass_seatdeatil .booking_paseatype {
                font-size: 14px;
                color: #859aff;
                font-weight: 600;
                margin: -5px 0 0 !important;
            }

.bookingdetailbottom .booking_borddropdetail {
    display: flex;
    flex-direction: column;
    width: 36%;
}

.booking_borddropdetail .booking_bordrop_title {
    font-size: 16px;
    color: var(--pure);
    font-family: 'Poppins';
    padding: 0 0 8px;
}

.booking_borddropbox {
    float: left;
}

.booking_bordeatil {
    display: flex;
}

    .booking_bordeatil .booking_bordnamelist {
        float: left;
        padding: 0 0 0 10px;
        display: flex;
        flex-direction: column;
        gap: 62px;
        width: 100%;
    }

.booking_bordnameare {
    display: flex;
    position: relative;
    width: 100%;
}

.booking_bordname {
    display: flex;
    flex-direction: column;
}

    .booking_bordname .booking_bordbustop {
        font-size: 16px;
        font-weight: 500;
        font-family: 'Poppins';
        color: var(--pure);
        cursor: pointer;
    }


    .booking_bordname .booking_bordstopname {
        font-size: 14px;
        color: #859AFF;
        font-weight: 600;
        font-family: 'Poppins';
    }

.booking_bordnameare .booking_locationimg {
    float: left;
    width: 30px;
    height: 30px;
    background-image: url(../images/site/anotherpageimg/bookingicon.svg);
    background-repeat: no-repeat;
    background-position: center -140px;
    position: absolute;
    right: 0;
    top: 6px;
}

.bookingdetailright {
    display: flex;
    flex-direction: column;
    width: 17%;
    align-items: center;
    padding: 0 16px 16px;
}

.booking_busroutename {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
    align-items: center;
    border-bottom: 2px solid var(--pure);
}

p.booking_busbordname, .booking_busdropname {
    font-family: 'Poppins';
    font-size: 25px;
    text-transform: uppercase;
    color: var(--pure);
    letter-spacing: 0.5px;
    font-weight: 700;
}

.booking_busbordimg {
    float: left;
    width: 60px;
    height: 38px;
    background-image: url(../images/site/anotherpageimg/bookingicon.svg);
    background-repeat: no-repeat;
    background-position: center -268px;
}

.booking_busroutetimer {
    font-size: 18px;
    color: var(--pure);
    font-weight: 600;
    display: inline-flex;
    flex-direction: column;
    width: max-content;
    padding: 20px 0 0;
}

/*booking page 2*/

/*.css-ypiqx9-MuiDialogContent-root {
    padding: 0;
}*/

.track_popup .css-yiavyu-MuiBackdrop-root-MuiDialog-backdrop {
    background-color: rgba(0, 0, 0, 97%);
}

.track_popup .css-2rbg70-MuiPaper-root-MuiDialog-paper {
    border-radius: 20px;
    border: none;
    width: 555px;
    box-shadow: 0 20px 40px rgba(42, 53, 120, 25%);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    margin: 0 auto !important;
}

.track_popup .css-ypiqx9-MuiDialogContent-root {
    padding: 0;
}



.track_popup .css-hz1bth-MuiDialog-container {
    display: block;
    padding-top: 100px;
    transition: none !important;
}



.track_popup .tripinfo_data {
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
}

    .track_popup .tripinfo_data label {
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        color: var(--subtext);
        line-height: 17px;
        padding: 19px 15px;
        border-bottom: 1px solid #f0f0f0;
    }

.trip_modal-body {
    padding: 40px 16px 60px;
    text-align: center;
    width: 100%;
    float: left;
}

.trip_modal-input {
    display: inline-block;
    width: 50%;
    position: relative;
}

    .trip_modal-input .redclr {
        bottom: -22px;
        left: 0;
        right: 0;
    }

.trip_modal-body input {
    background-color: var(--pure);
    border: 1px solid #d9d9d9;
    height: 40px;
    text-align: center;
    font-size: 14px;
    width: 100%;
    border-radius: 5px;
    color: var(--subtext);
}



    .trip_modal-body input:focus, .trip_modal-body input:hover {
        outline: none;
        box-shadow: none;
        border: 1px solid #d9d9d9;
    }

.trip_modal-captcha {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 11px 0 0 0;
    position: relative;
}

    .trip_modal-captcha .redclr {
        bottom: -22px;
        left: 0;
        right: 0;
    }

    .trip_modal-captcha input {
        width: 50%;
    }

    .trip_modal-captcha label {
        border-bottom: none !important;
    }


    .trip_modal-captcha .captchin {
        justify-content: center;
        width: max-content;
    }

        .trip_modal-captcha .captchin img {
            max-width: 250px;
        }


.booking-detail-wrapper {
    float: left;
    width: 100%;
}

    .booking-detail-wrapper .booking-detail-headtop {
        padding: 0 50px 28px;
        align-items: flex-start;
    }

.booking-detail-head {
    border-bottom: 1px solid #cacaca;
    padding: 0 0 30px;
}



.bookinglist_tabs .back-button {
    position: absolute;
    left: 50px;
    padding: 0 0 0 27px;
    border: none;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins';
    color: var(--subtext);
    background-image: url(../images/site/icon01.svg?d=0.2);
    background-repeat: no-repeat;
    background-position: -8px -1836px;
    background-size: 27px;
    background-color: transparent;
}

.booking-detail-headtop .loginicon {
    position: absolute;
    right: 30px;
    display: inline-block;
    top: 0;
    height: 45px;
    border: none;
    width: 45px;
    font-size: 0;
    background-image: url(../images/site/icon01.svg);
    background-repeat: no-repeat;
    background-position: center -2px;
    color: transparent;
    background-size: 45px;
}


.booking-detail-headtop .logoutbtn {
    position: absolute;
    right: 90px;
    top: 0;
    color: var(--pure);
    width: 45px;
    height: 45px;
    background-color: var(--secondary);
    border: 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bookinglist_tabs .booking-detail-wrapper .back-button {
    position: relative;
    left: 0;
}

.bookinglist_tabs .back-button:focus, .bookinglist_tabs .back-button:hover {
    background-color: transparent;
}

.booking_passdetail {
    width: 100%;
    float: none;
    text-align: left;
    padding: 50px 0;
    max-width: 1720px;
    margin: 0 auto;
}

.booking_topdetail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-family: 'Poppins';
    padding: 0 0 40px;
}

    .booking_topdetail .booking_busroute {
        display: flex;
        flex-direction: column;
        gap: 1px;
    }

        .booking_topdetail .booking_busroute .book_busroutename {
            font-size: 30px;
            font-weight: 600;
            color: var(--primary);
            text-transform: capitalize;
            font-family: 'Poppins';
        }

        .booking_topdetail .booking_busroute .book_bustype {
            font-size: 16px;
            font-weight: 400;
            color: var(--subtext);
        }

    .booking_topdetail .booking_buspnr {
        background-color: #FBFBFB;
        padding: 11px 60px 10px 20px;
        border-radius: 10px;
        font-size: 19px;
        font-weight: 400;
        color: var(--primary);
        background-image: url(../images/site/icon01.svg?d=0.2);
        background-repeat: no-repeat;
        background-position: 92% -1342px;
    }

        .booking_topdetail .booking_buspnr label {
            font-weight: 600;
        }

.book_toproutedetail {
    display: flex;
    justify-content: space-between;
    gap: 160px;
    padding: 0 0 70px;
}

.book_borddetail, .book_dropdetail {
    float: left;
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.book_dropdetail {
    float: right;
    text-align: right;
    align-items: flex-end;
}

    .book_borddetail h3.bordrop_title, .book_dropdetail h3.bordrop_title {
        font-size: 24px;
        font-weight: 600;
        color: #009A3B;
        padding: 0 0 0 40px;
        display: inline-block;
        background-image: url(../images/site/icon01.svg?d=0.2);
        background-repeat: no-repeat;
        background-position: left -1528px;
        letter-spacing: 0.5px;
    }

    .book_dropdetail h3.bordrop_title {
        color: #DB372B;
        padding: 0 40px 0 0;
        background-position: right -1708px;
    }

    .book_borddetail .bordrop_timming, .book_dropdetail .bordrop_timming {
        font-size: 18px;
        font-weight: 400;
        color: var(--text);
        line-height: 22px;
    }

    .book_borddetail .bordrop_pickup, .book_dropdetail .bordrop_pickup {
        font-weight: 600;
        font-size: 18px;
        color: var(--text);
        line-height: 22px;
    }

    .book_borddetail label, .book_dropdetail label {
        font-size: 14px;
        color: var(--pure);
        background-color: var(--primary);
        padding: 4px 32px 4px 10px;
        border-radius: 7px;
        cursor: pointer;
        font-family: 'Poppins';
        line-height: 21px;
        display: inline-block;
        width: max-content;
        background-image: url(../images/site/icon01.svg?d=0.2);
        background-repeat: no-repeat;
        background-position: 99% -1880px;
    }

.book_detailduration {
    display: inline-flex;
    height: max-content;
    align-items: center;
    font-size: 20px;
    color: var(--subtext);
    font-weight: 400;
    width: 56%;
    gap: 15px;
    padding: 41px 0 0;
    justify-content: center;
}

    .book_detailduration i {
        font-style: normal;
    }



    .book_detailduration .durationarrow {
        width: 352px;
        height: 2px;
        background-color: #CACACA;
        position: relative;
    }

        .book_detailduration .durationarrow:after {
            position: absolute;
            content: '';
            top: -4px;
            left: 0;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-right: 10px solid #cacaca;
            border-bottom: 5px solid transparent;
        }

        .book_detailduration .durationarrow.durationarrow2:after {
            position: absolute;
            content: '';
            top: -4px;
            right: -1px;
            left: auto;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-left: 10px solid #cacaca;
            border-bottom: 5px solid transparent;
            border-right: none;
        }


.book_passdetailwrap {
    float: left;
    width: 100%;
    background-color: #fbfbfb;
    border-radius: 30px;
    padding: 31px 0 40px;
}

.book_passdetailtitle {
    display: flex;
    justify-content: space-between;
    padding: 0 50px 18px;
    border-bottom: 1px solid #f0f0f0;
}

    .book_passdetailtitle h4 {
        font-size: 16px;
        color: var(--subtext);
        font-weight: 400;
        font-family: 'Poppins';
        line-height: 24px;
    }

.book_passlistbox {
    padding: 30px 50px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 34px;
}

.book_passlist {
    display: flex;
    justify-content: space-between;
}

    .book_passlist label {
        font-size: 20px;
        font-weight: 400;
        color: var(--text);
        font-family: 'Poppins';
        line-height: 30px;
    }

.book_ppasname {
    width: 30%;
}

.book_ppasage {
    width: 10%;
}

.book_ppasgender {
    width: 20%;
}

.book_ppaseat {
    width: 6%;
    text-align: right;
}

.book_passlist .book_ppaseat {
    color: #009A3B;
}


.book_sechedulebtn {
    display: flex;
    width: 100%;
    padding: 60px 0 94px;
    justify-content: center;
    gap: 20px;
}

    .book_sechedulebtn button {
        font-size: 18px;
        background-color: var(--primary);
        color: var(--pure);
        padding: 10px 20px 10px;
        line-height: 21px;
        border: none;
        border-radius: 10px;
    }

        .book_sechedulebtn button.cancbtn {
            background-color: var(--secondary);
        }


.book_otherfacility {
    border-radius: 30px;
    padding: 30px 34px 50px;
    background-color: var(--pure);
    display: none;
}

    .book_otherfacility h2 {
        font-size: 30px;
        line-height: 40px;
        color: var(--titletext);
        font-weight: 600;
        font-family: 'Poppins';
        padding: 0 0 0 17px;
    }

.book_facilityslider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 60px 0 0;
}

.book_facilitybox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.book_facilityboxwrp {
    display: flex;
    flex-direction: column;
    width: 382px;
    position: relative;
}

.auto_facilityslider .slick-prev, .auto_facilityslider .slick-next {
    content: '';
    position: absolute;
    top: -100px;
    left: auto;
    right: 87px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    display: flex;
    font-size: 0;
    line-height: 0;
    background-color: #F0F0F0;
    z-index: 1;
    text-align: center;
    background-image: url("../images/site/icon01.svg");
    background-position: center -152px;
    background-repeat: no-repeat;
}

    .auto_facilityslider .slick-prev:hover,
    .auto_facilityslider .slick-next:hover {
        background-color: #D9D9D9;
    }

.auto_facilityslider .slick-next {
    left: auto;
    right: 19px;
    background-position: 12px -155px;
    transform: rotate(180deg);
}

.book_facilitytext {
    background-color: var(--primary);
    border-radius: 0 0 20px 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 20px;
    font-family: 'Poppins';
    color: var(--pure);
    padding: 20px 0;
}

.book_benefitsdata {
    float: left;
    position: relative;
    /*margin: 70px 0 60px !important;*/
    margin: 0 0 60px !important;
}

    .book_benefitsdata img {
        max-width: 100%;
        border-radius: 40px;
    }

.book_benefitscontent {
    position: absolute;
    top: 0;
}

    .book_benefitscontent h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 40px;
        line-height: 50px;
        color: var(--titletext);
        width: 66%;
        padding: 40px 0 33px 50px;
    }

.book_benefitofer {
    width: auto;
    display: inline-block;
    padding: 0 10px 10px 0;
    font-size: 40px;
    font-style: italic;
    font-family: 'Poppins';
    font-weight: 700;
    color: var(--pure);
    background-color: #5E2420;
    border-radius: 0;
    line-height: 50px;
    clip-path: polygon(97% 0, 100% 15%, 100% 100%, 0 99%, 0 0);
    width: 42%;
    text-transform: capitalize;
}

    .book_benefitofer p {
        background-color: var(--secondary);
        width: 100%;
        padding: 6px 26px 6px 50px;
        border-radius: 0;
    }

.book_otherdetail {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.book_accdetail {
    box-sizing: border-box;
    background: linear-gradient(90.62deg, #E76503 1.07%, #FFE7CB 100%);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 10px 40px rgba(42, 53, 120, 0.15);
    border-radius: 20px;
    padding: 35px 50px;
    width: 47.65%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .book_accdetail h3, .book_wpdetail h3 {
        font-size: 30px;
        color: var(--pure);
        font-weight: 600;
        font-family: 'Poppins';
    }

    .book_accdetail button, .book_wpdetail button {
        background-color: #E76503;
        color: var(--pure);
        padding: 11px 47px 10px 20px;
        font-size: 18px;
        border: none;
        border-radius: 5px;
        line-height: 20px;
        background-image: url(../images/site/icon01.svg?d=0.2);
        background-position: 95% -2205px;
        background-repeat: no-repeat;
    }

.book_wpdetail {
    box-sizing: border-box;
    background: linear-gradient(90.62deg, #009A3B 1.07%, #D3F5E0 100%);
    border: 1px solid #FFFFFF;
    box-shadow: 0px 10px 40px rgba(42, 53, 120, 0.15);
    border-radius: 20px;
    padding: 35px 50px;
    width: 47.65%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .book_wpdetail button {
        background-color: #009A3B;
        padding: 10px 50px 10px 20px;
        background-position: 89% -2373px;
    }

.mybooking_tabscontent .tabs-content {
    opacity: 0;
    display: none;
    padding: 20px 0 0;
    opacity: 1s ease-out;
}

    .mybooking_tabscontent .tabs-content.active {
        opacity: 1;
        display: block;
    }

/* Tab 1 Set */

.tabs-content#content-select-1 > div {
    padding: 0 4em;
}

/*My Booking Right Tab Style End*/

/*Profile Style Start*/

.season_content.profilearea {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.profilebtn {
    display: flex;
    justify-content: space-between;
    padding: 30px 20px 50px 50px;
    align-items: flex-end;
    border-bottom: 1px solid #CACACA;
}

    .profilebtn .back-button {
        padding: 0 0 0 27px;
        border: none;
        font-size: 24px;
        font-weight: 500;
        font-family: 'Poppins';
        color: var(--subtext);
        background-image: url(../images/site/icon01.svg?d=0.2);
        background-repeat: no-repeat;
        background-position: -8px -1836px;
        background-size: 27px;
        background-color: transparent;
    }

    .profilebtn .logoutbtn {
        width: 45px;
        height: 45px;
        background-color: var(--secondary);
        border: 0;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .profilebtn .logoutbtn i {
            font-size: 22px;
            color: var(--pure);
            cursor: pointer;
        }

.profile_detailpart {
    max-width: 1182px;
    margin: 0 auto;
    width: 100%;
    padding: 70px 0;
    float: left;
    display: flex;
    flex-direction: column;
}

.profile_photopart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

    .profile_photopart button {
        background-color: var(--primary);
        padding: 10px 11px 9px;
        border-radius: 8px;
        border: none;
        color: var(--pure);
        font-weight: 400;
        font-size: 16px;
        font-family: 'Poppins';
    }

.profile_photoselect {
    display: flex;
    align-items: center;
    gap: 24px;
}

    .profile_photoselect label img {
        width: 97px !important;
        height: 97px !important;
    }

.profile_userpart {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .profile_userpart .PU_name {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 29px;
        color: #000000;
        text-transform: capitalize;
    }

    .profile_userpart .PU_email {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 23px;
        color: #000000;
        opacity: 0.5;
    }

.tabprofiledetails {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    padding: 30px 0 0;
    align-items: center;
    gap: 22px;
}

.profileinputdetails {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

    .profileinputdetails .profileinputdata {
        width: 48.6%;
        float: left;
        position: relative;
    }

        .profileinputdetails .profileinputdata .redclr {
            bottom: 0;
        }

        .profileinputdetails .profileinputdata label {
            font-size: 16px;
            font-weight: 400;
            color: var(--text);
            background: transparent;
            font-family: 'Poppins';
            padding: 0 0 12px;
            height: auto;
            width: auto;
            text-transform: capitalize;
            display: inline-block;
            flex-basis: auto;
        }

        .profileinputdetails .profileinputdata input, .profileinputdetails .profileinputdata .form-control {
            width: 100%;
            border: none !important;
            outline: none;
            background-color: #F9F9F9;
            padding: 0 20px;
            height: 50px;
            border-radius: 8px;
            color: var(--text);
            font-size: 16px;
        }

            .profileinputdetails .profileinputdata input:focus, .profileinputdetails .profileinputdata input:target {
                border: 1px solid var(--text);
                background-color: var(--pure);
            }

            .profileinputdetails .profileinputdata .form-check-input:focus, .profileinputdetails .profileinputdata .form-control:focus, .form-select:focus {
                box-shadow: none !important;
            }



/* Dropdown options styling */
.profileinputdata select option {
    padding: 12px;
    background-color: #fff;
    color: #333;
    animation: fadeIn 0.2s ease !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hover option (for modern browsers) */
.profileinputdata select option:hover {
    background-color: #2A3578 !important;
    color: #fff !important;
}

/* Selected option */
.profileinputdata select option:checked {
    background-color: #e7efff !important;
    color: #2A3578 !important;
}

/* Scrollbar for option list */
.profileinputdata select::-webkit-scrollbar {
    width: 8px;
}

.profileinputdata select::-webkit-scrollbar-thumb {
    background-color: #2A3578;
    border-radius: 10px;
}

.profileinputdata select::-webkit-scrollbar-track {
    background-color: #2A3578;
}

.profileinputdetails.profileinputdetailsbtn {
    float: left;
    padding: 34px 0 0;
    text-align: center;
    display: block;
    display: flex;
    width: max-content;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

    .profileinputdetails.profileinputdetailsbtn button {
        font-size: 16px;
        font-weight: 400;
        padding: 10px 0;
        background-color: var(--secondary);
        border: none;
        border-radius: 8px;
        color: var(--pure);
        font-family: 'Poppins';
        width: 100px;
    }

    .profileinputdetails.profileinputdetailsbtn .savebtn {
        background-color: #009A3B;
    }

    .profileinputdetails.profileinputdetailsbtn button:hover,
    .profileinputdetails.profileinputdetailsbtn button:focus {
        background-color: var(--secondary);
        color: var(--pure);
    }

    .profileinputdetails.profileinputdetailsbtn .savebtn:hover, .profileinputdetails.profileinputdetailsbtn .savebtn:focus {
        background-color: #009A3B;
    }

.popuserdetail.profileinputdata.profileinputradio input {
    display: none;
}

/*Profile Style End*/

.mybooking_tabscontent table {
    border: 2px solid #E6E6E6;
    width: 100%;
    text-align: center;
}

    .mybooking_tabscontent table thead tr {
        background-color: var(--background);
        color: var(--pure);
        font-size: 16px;
        font-weight: 400;
    }

        .mybooking_tabscontent table thead tr th {
            padding: 20px 0px;
            border: 1px solid #d3d3d3;
            text-align: center;
            font-weight: 400;
            color: var(--primary);
        }

    .mybooking_tabscontent table tbody tr td {
        padding: 20px 0px;
        border: 1px solid #E6E6E6;
        font-weight: 400;
    }

        .mybooking_tabscontent table tbody tr td i {
            font-size: 26px;
            color: var(--primary);
            cursor: pointer;
        }

            .mybooking_tabscontent table tbody tr td i:hover {
                color: var(--secondary);
            }

.bookingdetails1 .mybookinginner .mybkdpt .col-lg-1,
.mybookinginner .mybookinginfo .col-md-1 {
    flex: 0 0 auto;
    width: 11.11%;
}

.mybookinginner .mybkdpt {
    display: flex;
}

.panel-body .bookingdetails1 {
    width: 100%;
}

.bookingdetails1 .mybookinginner {
    padding: 0 0 6px;
}

.mybkdp {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 0 15px;
}

    .mybkdp .btn-primary {
        color: #fff !important;
        background-color: #2f8ad5 !important;
        border-color: #2f8ad5 !important;
    }

        .mybkdp .btn-primary:hover, .mybkdp .btn-primary:focus {
            color: #fff !important;
            background-color: #00224F !important;
            border-color: #00224F !important;
        }

    .mybkdp .form-check-input:focus, .mybkdp .form-control:focus, .form-select:focus {
        border-color: #00224f;
        outline: 0;
        box-shadow: none;
    }

/*****************---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: 30px 0 0;
    }

    .profile_detailpart {
        padding: 70px 20px;
    }
}

@media only screen and (max-width:1309px) {
    .mybooking_tabscontent table {
        width: 1100px !important;
        overflow: scroll;
    }


    .profilebtn {
        padding: 20px 20px 52px 50px;
    }
}

@media only screen and (max-width:1229px) {
    .profileinputdetails .profileinputdata {
        width: 48%;
    }

    .profile_detailpart {
        padding: 50px 20px;
    }
}

@media only screen and (max-width:991px) {
    .season_content .container-fluid {
        padding: 0 10px;
    }

    .bookinglist_tabs .season_tab {
        width: 100% !important;
        margin: 0 0 10px;
    }

    .season_tab label {
        width: 100% !important;
        display: block !important;
        height: auto !important;
    }

    .profileinputdetails .tabtitle {
        margin: 10px 0 0;
    }

    .profilebtn {
        padding: 20px 20px 42px 30px;
    }

    .tabprofiledetails {
        gap: 12px;
    }

    .profileinputdetails .profileinputdata {
        width: 47.7%;
    }

        .profileinputdetails .profileinputdata label {
            width: auto !important;
        }



    .bookinglist_tabs .season_content {
        left: 0 !important;
        position: relative !important;
    }

    .profile_photoselect label img {
        width: 85px !important;
        height: 85px !important;
    }

    .mybkdp {
        width: 100% !important;
    }

    .bookingdetails .mybookinginner .mybkdpt .col-lg-1, .mybookinginner .mybookinginfo .col-md-1 {
        flex: 0 0 auto;
        width: 16%;
    }

    .bookingdetails1 .mybookinginner .mybkdpt .col-lg-1,
    .mybookinginner .mybookinginfo .col-md-1 {
        flex: 0 0 auto;
        width: 16%;
    }
}

@media only screen and (max-width:767px) {
    .profilebtn .logoutbtn {
        width: 35px;
        height: 35px;
    }

    .profile_detailpart {
        padding: 40px 20px;
    }

    .profilebtn .back-button {
        font-size: 21px;
    }

    .profile_photopart button {
        font-size: 15px;
    }

    .profileinputdetails .profileinputdata {
        width: 47.1%;
    }

    .profileinputdetails {
        gap: 22px;
    }

        .profileinputdetails.profileinputdetailsbtn {
            padding: 20px 0 0;
        }

    .profile_userpart {
        gap: 3px;
    }
}

/*********************My Booking Page Style End Here**********************/





/*******************Header Login/Signup Modal Style Start Here******************/

.login_popup_main {
    width: 100%;
    float: left;
    background-color: rgba(0,0,0,0.1);
    backdrop-filter: blur(1px);
    --webkit-backdrop-filter: blur(1px);
}

    .login_popup_main .css-ypiqx9-MuiDialogContent-root {
        padding: 0;
        overflow-y: visible;
    }

    .login_popup_main .css-2rbg70-MuiPaper-root-MuiDialog-paper {
        width: 100%;
        max-width: 900px;
        margin: 0;
    }

        .login_popup_main .css-2rbg70-MuiPaper-root-MuiDialog-paper::-webkit-scrollbar {
            border-radius: 2px;
            width: 3px;
        }

        .login_popup_main .css-2rbg70-MuiPaper-root-MuiDialog-paper::-webkit-scrollbar-thumb {
            border-radius: 6px;
            width: 3px;
            background-color: var(--secondary);
        }

.loginpopup {
    width: 100%;
    float: left;
}

.loginpopupmain {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    padding: 50px 40px 10px 24px;
    gap: 24px;
}


.captchin {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 0 0 15px;
}

.signpopup {
    width: 100%;
    float: left;
}

.signinpopupmain {
    width: 100%;
    float: left;
}

.popupclosebutton {
    position: absolute;
    right: 10px;
    top: 10px;
}

    .popupclosebutton i {
        font-size: 22px;
        color: var(--secondary);
        cursor: pointer;
    }

        .popupclosebutton i:hover {
            color: var(--primary);
        }

.popupleft {
    padding: 10px 0 0;
}

.loginbkpopup {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
}


.popuserdetail {
    width: 100%;
    float: left;
    padding: 0;
    position: relative;
}

    .popuserdetail .redclr {
        bottom: -22px;
    }



.captchin img {
    mix-blend-mode: multiply;
    width: 100%;
    max-width: 300px;
}

.captchin a {
    color: var(--primary);
}

.loginmybk {
    width: 100%;
    float: left;
    padding: 0 0 10px;
}

    .loginmybk span {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 24px;
        color: var(--primary);
        font-weight: 600;
        padding: 0 0 12px;
        border-bottom: 1px solid #D8D8D8;
    }

.popuserdetail.popuserdetailhalf {
    width: 50%;
    float: left;
}

.popuserdetail label {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary);
    display: block;
    padding: 10px 0 12px;
}

.popuserdetail.popuserdetailotp label {
    font-size: 17px;
    color: var(--secondary);
    padding: 10px 0 20px;
}

    .popuserdetail.popuserdetailotp label i {
        color: var(--primary);
        font-weight: 600;
        font-style: normal;
    }

.popuserdetail.popuserdetailotp p {
    color: var(--primary);
    font-weight: 500;
    font-size: 16px;
    padding: 5px 0 10px;
}

.popuserdetail.profileinputradio label {
    padding: 0 0 14px;
}

.popuserdetail.profileinputdata label.css-1hpqosy-MuiFormControlLabel-root {
    padding: 0 20px 0px 0px;
}

.popuserdetail.profileinputdata .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
    padding: 0;
}

.popuserdetail.profileinputdata .css-1hpqosy-MuiFormControlLabel-root .MuiFormControlLabel-label {
    padding: 0 10px 0 10px;
}

.popuserdetail.profileinputdata .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
    color: var(--text);
}

.popuserdetail .passengertitle.hotdealbox label {
    font-size: 16px;
    padding: 0;
}

    .popuserdetail .passengertitle.hotdealbox label::before {
        border-radius: 2px;
        top: 4px;
        position: relative;
    }

.popuserdetail .passengertitle.hotdealbox a {
    font-size: 16px;
}

.popuserdetail input {
    width: 100%;
    border: 1px solid #D8D8D8;
    outline: none;
    background-color: transparent;
    padding: 0 15px;
    height: 50px;
    color: var(--text);
    font-weight: 400;
    border-radius: 0;
}

    .popuserdetail input:focus, .popuserdetail input:target {
        border: 1px solid var(--text);
        box-shadow: none;
    }

.popuserdetail.popuserdetailradio input {
    width: auto;
}

.popuserdetail.popuserdetailotp {
    padding: 0;
}

    .popuserdetail.popuserdetailotp .otpinput {
        width: 100%;
    }

    .popuserdetail.popuserdetailotp .otpinput {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        gap: 10px;
    }

        .popuserdetail.popuserdetailotp .otpinput input {
            width: 100%;
        }

.popuserdetail.popuserdetailbutton {
    padding: 0;
    text-align: center;
    margin: 0;
}

    .popuserdetail.popuserdetailbutton button {
        padding: 10px 0;
        font-size: 16px;
        font-weight: 500;
        background-color: var(--primary);
        color: var(--pure);
        border: none;
        border-radius: 2px;
        width: 100%;
        margin: 10px 0 0;
    }

        .popuserdetail.popuserdetailbutton button:hover, .popuserdetail.popuserdetailbutton button:focus {
            background-color: var(--secondary);
            color: var(--pure);
        }

.popupright {
    width: 100%;
    float: left;
}

.login_popup_main .css-hlj6pa-MuiDialogActions-root {
    padding: 0;
}

.resendotplink {
    width: 100%;
    float: right;
    text-align: right;
    padding: 30px 0 10px;
    font-size: 18px;
    text-decoration: underline;
    color: var(--secondary);
}

/*.googlelink {
    width: 100%;
    text-align: center;
    float: left;
    padding: 0;
    margin: 0;
}

    .googlelink p {
        width: 100%;
        float: left;
        padding: 20px 20px 10px;
        border-top: 1px solid var(--text);
        color: var(--primary);
        margin: 0;
    }

    .googlelink a {
        color: var(--primary) !important;
        font-size: 16px;
        font-weight: 600;
        border: 1px solid var(--text);
        padding: 4px 18px;
        border-radius: 4px;
        position: relative;
        display: inline-block;
    }

        .googlelink a:hover, .googlelink a:focus {
            border: 1px solid var(--primary);
            box-shadow: none;
        }

        .googlelink a i {
            color: var(--primary);
            padding-right: 10px;
        }*/

.popuprightpart {
    width: 100%;
    float: left;
    padding: 40px 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 24px;
}

.popupuserdetail {
    width: 48.5%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

    .popupuserdetail .redclr {
        font-size: 13px;
        bottom: -18px;
        left: 15px;
        position: absolute;
    }

    .popupuserdetail label {
        font-size: 16px;
        font-weight: 500;
        color: var(--primary);
    }

    .popupuserdetail input {
        height: 50px;
        border-radius: 0;
        border: 1px solid #D8D8D8;
        padding: 0 15px;
    }

        .popupuserdetail input:hover, .popupuserdetail input:focus {
            border-radius: 0;
            border: 1px solid var(--text);
            outline: none;
        }

    .popupuserdetail.profileinputradio {
        flex-direction: row;
        gap: 28px;
        align-items: center;
        padding: 5px 0 0;
    }

        .popupuserdetail.profileinputradio .css-qfz70r-MuiFormGroup-root {
            display: flex;
            gap: 20px;
        }

        .popupuserdetail.profileinputradio .css-1hpqosy-MuiFormControlLabel-root {
            display: flex;
            flex-direction: row;
            gap: 8px;
        }

        .popupuserdetail.profileinputradio .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
            padding: 0;
        }

    .popupuserdetail .passengertitle.hotdealbox label {
        font-size: 16px;
        font-weight: 600;
    }

    .popupuserdetail .css-1hpqosy-MuiFormControlLabel-root .MuiFormControlLabel-label {
        color: var(--text);
    }

/*******************Header Login/Signup Modal Style End Here******************/
/*******************Cancellation Module Style End Here******************/
.modifypopupwrapper {
    width: 100%;
    float: left;
}

.modifyticketcontent {
    width: 100%;
    float: left;
    position: relative;
}

    .modifyticketcontent article {
        background-color: rgba(235, 235, 235, 0.5);
        padding: 40px;
        display: none;
        margin: 40px 0 0;
    }

        .modifyticketcontent article.on {
            display: block;
            float: left;
            width: 100%;
        }

    .modifyticketcontent input[type="radio"] {
        position: absolute;
        opacity: 0;
    }

        .modifyticketcontent input[type="radio"]:checked + .radio-label::before {
            background-color: var(--primary);
            box-shadow: inset 0 0 0 4px #f4f4f4;
        }

        .modifyticketcontent input[type="radio"] + .radio-label::before {
            content: "";
            background: #f4f4f4;
            border-radius: 100%;
            border: 1px solid var(--text);
            display: inline-block;
            width: 20px;
            height: 20px;
            position: relative;
            top: 2px;
            margin-right: 10px;
            vertical-align: top;
            cursor: pointer;
            text-align: center;
            transition: all 250ms ease;
        }

    .modifyticketcontent label.radio-label {
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
        padding: 0 40px 0px 0;
    }

.modifyarticledetails {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

.modifyinputflex {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 100px;
}

.modifydetailsinput {
    width: 30%;
    float: left;
}

    .modifydetailsinput label {
        font-size: 16px;
        font-weight: 700;
        display: block;
        cursor: pointer;
        padding: 0 0px 10px 0;
    }

    .modifydetailsinput input {
        width: 100%;
        border: 2px solid #ececec;
        outline: none;
        background-color: #fff;
        padding: 0 10px;
        height: 50px;
    }

        .modifydetailsinput input:focus, .modifydetailsinput input:target {
            border: 2px solid var(--primary);
            background-color: var(--background);
            box-shadow: none;
        }

    .modifydetailsinput.modifydetailsinputbutton {
        display: flex;
        justify-content: flex-start;
        padding: 34px 0 0;
        gap: 40px;
        width: 100%;
    }

        .modifydetailsinput.modifydetailsinputbutton button {
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            padding: 10px 40px;
            letter-spacing: 1px;
            background-color: var(--secondary);
            border: none;
            border-radius: 2px;
            color: var(--pure);
        }

            .modifydetailsinput.modifydetailsinputbutton button:hover,
            .modifydetailsinput.modifydetailsinputbutton button:focus {
                background-color: var(--primary);
                color: var(--pure);
            }

.modifyarticledetails table {
    border: 2px solid #E6E6E6;
    width: 100%;
    text-align: center;
}

    .modifyarticledetails table thead tr {
        background-color: var(--background);
        color: var(--primary);
        font-size: 16px;
        font-weight: 400;
    }

        .modifyarticledetails table thead tr th {
            padding: 20px 0px;
            border: 1px solid #E6E6E6;
            text-align: center;
        }

    .modifyarticledetails table tbody tr td {
        padding: 20px 0px;
        border: 1px solid #E6E6E6;
        font-weight: 400;
        background-color: #fff;
    }

        .modifyarticledetails table tbody tr td input {
            margin: 0 10px 0 0;
        }

.modifyarticledetails.modifyarticledetails01 {
    width: 100%;
    float: left;
    display: block;
}

.modifydetailsinput.modifydetailscancelbutton {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

    .modifydetailsinput.modifydetailscancelbutton button {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px 40px;
        letter-spacing: 1px;
        background-color: var(--secondary);
        border: none;
        border-radius: 2px;
        color: var(--pure);
    }

        .modifydetailsinput.modifydetailscancelbutton button:hover,
        .modifydetailsinput.modifydetailscancelbutton button:focus {
            background-color: var(--primary);
            color: var(--pure);
        }

/*******************Ticket Modify Module Popup Style Start Here******************/

.modify_popup_main {
    width: 100%;
    float: left;
    clear: both;
}

    .modify_popup_main .css-2rbg70-MuiPaper-root-MuiDialog-paper {
        width: 80%;
        min-height: 420px;
    }

    .modify_popup_main .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
        border-bottom: 2px solid var(--secondary);
    }

    .modify_popup_main .MuiAutocomplete-hasPopupIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot, .modify_popup_main .MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .modify_popup_main .css-16awh2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        padding: 0 50px 0 10px;
    }

    .modify_popup_main .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before {
        border-bottom: none;
    }

    .modify_popup_main .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .modify_popup_main .css-1hpqosy-MuiFormControlLabel-root {
        display: inline-block;
        margin-right: 16px;
    }

    .modify_popup_main .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
        color: var(--primary);
        padding: 0;
    }

    .modify_popup_main .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
        padding: 0;
    }

    .modify_popup_main .css-ypiqx9-MuiDialogContent-root {
        padding: 20px 20px 40px;
    }

    .modify_popup_main .css-1hpqosy-MuiFormControlLabel-root .MuiFormControlLabel-label {
        font-size: 16px;
        font-weight: 700;
        margin-right: 20px;
        padding: 3px 0 0 10px;
        float: right;
    }

    .modify_popup_main .css-qfz70r-MuiFormGroup-root {
        padding: 20px 0 30px;
        border-bottom: 1px solid var(--textlight);
    }

    .modify_popup_main .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.Mui-checked, .modify_popup_main .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.MuiCheckbox-indeterminate {
        color: var(--primary);
    }

    .modify_popup_main .tlrefund {
        width: 100%;
        float: left;
        padding: 0 0 20px;
    }

/*Partial Cancel Style Start Here*/

.partialdata {
    width: 70%;
    float: none;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    margin: 40px auto 0;
    box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.2);
    display: flow-root;
}

.partialdatatitle {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
}

.partialdatatitle {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    background-color: var(--secondary);
    color: var(--pure);
}

    .partialdatatitle span {
        flex-basis: 25%;
        float: left;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        padding: 0 0 0 20px;
    }

.partialdatadetails {
    width: 100%;
    float: left;
    border-bottom: 1px solid #999;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

    .partialdatadetails p {
        flex-basis: 25%;
        float: left;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        padding: 0 0 0 20px;
    }

.modifydetailsinput.modifydetailscancelbutton {
    width: 100%;
    float: left;
    padding: 40px 0 0;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 40px 0 0px;
    border-top: 2px solid var(--text);
}

.modifyarticledetails01 .totalrfdtotalrfd {
    width: 100%;
    float: left;
    text-align: right;
}

    .modifyarticledetails01 .totalrfdtotalrfd .tlrefund {
        width: 100%;
        float: left;
        padding: 0 0 20px;
    }

.partialclose {
    position: absolute;
    right: 0;
    top: 0;
}

    .partialclose i {
        font-size: 30px;
        color: var(--secondary);
        cursor: pointer;
    }

        .partialclose i:hover {
            color: var(--primary);
        }

.patrialdialoguedata {
    width: 100%;
    float: left;
}

.patrialdialogue {
    width: 100%;
    float: left;
}

    .patrialdialogue .patrialdialoguetitle {
        font-size: 18px;
        font-weight: 700;
        padding: 0 0 16px;
        width: 100%;
        float: left;
        border-bottom: 2px solid var(--secondary);
    }

    .patrialdialogue .patrialdialoguedetails {
        width: 100%;
        float: left;
    }

    .patrialdialogue .css-1t1j96h-MuiPaper-root-MuiDialog-paper {
        width: 100%;
    }

    .patrialdialogue .css-ypiqx9-MuiDialogContent-root {
        position: relative;
    }

    .patrialdialogue .css-ypiqx9-MuiDialogContent-root {
        padding: 20px 20px 10px;
    }

    .patrialdialogue .partialdatadetails {
        border-bottom: none;
    }

    .patrialdialogue .css-hlj6pa-MuiDialogActions-root {
        padding: 20px 20px 0;
        border-top: 2px solid var(--text);
        margin: 0px 20px 20px;
    }

    .patrialdialogue button.tlrefund {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 8px 30px 6px;
        letter-spacing: 1px;
        background-color: var(--secondary);
        border: none;
        border-radius: 2px;
        color: var(--pure);
    }

/*JobOpportunity*/

.panel-heading.panel-heading02 {
    width: 100%;
    float: left;
    background-color: transparent;
    color: var(--primary);
    border-bottom: 2px solid var(--secondary);
    font-size: 20px;
    padding: 0 0 4px;
    font-weight: 600;
}

.panel-area {
    float: left;
    width: 100%;
    padding: 60px 0 0;
}

.panel-wrap {
    width: 100%;
    background-color: var(--pure);
    border-radius: 20px;
    border: 1px solid rgba(0, 34, 79, 20%);
    padding: 40px 50px 50px;
    margin: 40px 0 0;
    float: left;
}

.panel-inputarea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 36px;
}

.panel-input {
    float: left;
    flex-basis: 47.5%;
}

    .panel-input label {
        width: 100%;
        float: left;
        color: var(--text);
        font-size: 18px;
        font-weight: 400;
        text-transform: capitalize;
        padding: 0 0 12px;
    }

    .panel-input input {
        width: 100%;
        border: 1px solid rgba(0,34,79,20%);
        outline: none;
        background-color: var(--pure);
        padding: 0 25px;
        height: 50px;
        border-radius: 4px;
    }

        .panel-input input[type="text"]::-webkit-input-placeholder {
            color: var(--text) !important;
            font-size: 15px;
        }

        .panel-input input::-webkit-input-placeholder {
            /* Chrome */
            color: var(--text) !important;
            font-size: 15px;
        }

        .panel-input input::-moz-placeholder {
            /* Firefox 19+ */
            color: var(--text) !important;
            font-size: 15px;
        }

.panel-button {
    float: left;
    padding: 40px 0 0;
}

    .panel-button button {
        box-shadow: 0 8px 18px rgb(0, 34, 79, 20%);
        background-color: var(--secondary);
        color: var(--pure);
        font-size: 18px;
        padding: 10px 26px;
        border: none;
        outline: none;
    }

        .panel-button button:hover, .panel-button button:focus {
            background-color: var(--primary);
            border: none;
            outline: none;
        }

.panel-input input[type=file] {
    padding: 5px 15px;
    color: var(--text);
    background: transparent;
}

    .panel-input input[type=file]::file-selector-button {
        margin: 0 20px 0 0;
        border: none;
        font-size: 14px;
        background: var(--secondary);
        padding: 8px 25px;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        transition: background .2s ease-in-out;
    }

        .panel-input input[type=file]::file-selector-button:hover {
            background: var(--primary);
        }

/*Blog Css*/

.blog-area {
    width: 100%;
    background-color: var(--pure);
    box-shadow: 0 8px 18px rgb(0, 34, 79, 20%);
    border-radius: 20px;
    border: 1px solid rgba(0, 34, 79, 20%);
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.blog-content {
    float: left;
}

    .blog-content h2 {
        font-size: 20px;
        font-weight: 500;
        color: var(--primary);
        margin: 0;
        line-height: 28px;
    }

    .blog-content p {
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
        color: rgba(0, 34, 79, 60%);
        margin: 0;
        text-align: justify;
        padding: 30px 0 0;
    }

/*Partial Cancel Style End Here*/

/*******************Ticket Modify Module Popup Style Style Here******************/

/*******************Cancellation Module Style End Here******************/

/*******************E-Ticket Module Style Here******************/

.eticketwrapdata {
    float: left;
    width: 100%;
    background-color: #f0f0f0;
    border-radius: 40px;
    padding: 40px !important;
    position: relative;
}

.tblticket_conf {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1182px;
    margin: 0 auto;
}

.tblticket_conf {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tblticket_slogan {
    text-align: center;
    float: left;
    width: max-content;
}

    .tblticket_slogan span {
        display: inline-block;
        width: max-content;
    }

    .tblticket_slogan h3 {
        font-size: 50px;
        font-weight: 700;
        color: var(--text);
    }

    .tblticket_slogan p {
        font-size: 24px;
        font-weight: 600;
        color: var(--text);
        line-height: 29px;
    }

.tblticket_databox {
    float: left;
    width: 100%;
}




/*******************E-Ticket Module Style End  Here******************/

/*******************Bus Charter Style Start Here******************/

#wrapper {
    float: left;
    width: 100%;
}

.fix_contentwidth {
    margin: 30px auto 50px;
    max-width: 1624px;
    width: 100%;
    padding: 0 15px;
}

    .fix_contentwidth .panel-primary > .panel-heading {
        width: 100%;
        float: left;
        background-color: var(--secondary);
        color: var(--pure);
        font-size: 20px;
        padding: 10px 20px;
        font-weight: 600;
    }

/*e-ticket-page change css(chand-24-03-23)*/

.panel .phonebook {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 60px 0 0;
    font-size: 70px;
    color: #f00;
    font-weight: 600;
}

/*e-ticket-page change css(chand-24-03-23)*/

.fix_contentwidth .panel-body {
    padding: 15px 15px 0;
    width: 100%;
    float: left;
}

.charterformgroup:last-child {
    padding: 0;
}

.charterformgroup {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

    .charterformgroup h3 {
        width: 100%;
        float: left;
        font-size: 18px;
        color: var(--primary);
        font-weight: 700;
        padding: 0px 0 6px;
        border-bottom: 2px solid var(--secondary);
    }

.charterinput {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0 0;
}

    .charterinput .col-lg-6 {
        flex: 0 0 auto;
        width: 45%;
        position: relative;
    }

        .charterinput .col-lg-6 label {
            width: 100%;
            font-size: 16px;
            font-weight: 500;
            color: var(--primary);
            padding: 18px 0 6px;
        }

        .charterinput .col-lg-6 input {
            width: 100%;
            border: 2px solid #ececec;
            outline: none;
            background-color: #fff;
            padding: 0 10px;
            height: 50px;
            border-radius: 0;
        }

            .charterinput .col-lg-6 input:focus, .charterinput .col-lg-6 input:target {
                border: 2px solid var(--text);
                box-shadow: none;
            }

        .charterinput .col-lg-6 textarea {
            width: 100%;
            border: 2px solid #ececec;
            outline: none;
            background-color: #fff;
            padding: 0 10px;
            height: 80px;
            border-radius: 0;
        }

    .charterinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
        border-bottom: 2px solid var(--text);
    }

    .charterinput .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0px;
    }

    .charterinput .MuiAutocomplete-hasPopupIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot, .charterinput .MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .charterinput .css-16awh2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        padding: 0 10px;
    }

    .charterinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before {
        border-bottom: none;
    }

    .charterinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before {
        border-bottom: none;
    }

.agntpgcaptcha .form-control {
    width: 100%;
    border: 2px solid #ececec;
    outline: none;
    background-color: #fff;
    padding: 0 10px;
    height: 50px;
    border-radius: 0;
    margin: 20px 0 0;
}

    .agntpgcaptcha .form-control:focus, .agntpgcaptcha .form-control:target {
        border: 2px solid var(--text);
        box-shadow: none;
    }

.agntpgcaptcha .col-lg-6 {
    flex: 0 0 auto;
    width: 45%;
}

.agntpgcaptcha .btn-primary {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 40px;
    letter-spacing: 1px;
    border: none;
    border-radius: 2px;
    margin: 40px 0 0;
    background-color: var(--secondary);
    color: var(--pure);
}

    .agntpgcaptcha .btn-primary:hover, .agntpgcaptcha .btn-primary:focus {
        box-shadow: none !important;
        background-color: var(--primary);
        color: var(--pure);
    }

.agntpgcaptcha .mrgbtm {
    float: left;
    position: relative;
}

.mybkdp label {
    max-width: 100%;
    margin-bottom: 5px !important;
}

/*e-ticket-page change css(chand-29-04-24)*/

.e-ticket {
    width: 100%;
    overflow: auto;
}

    .e-ticket .e-ticketview {
        width: 100%;
    }

/********-------bus charter page responsive**********/

@media only screen and (max-width:639px) {
    .charterinput .col-lg-6 {
        width: 100%;
    }
}

/********-------bus charter page responsive**********/

/*******************Bus Charter Style End Here******************/

/*******************Cancellation Page Style Start Here******************/

.canceldatatable {
    width: 100%;
    float: left;
    border: 1px solid #eee8e8;
    margin: 20px 0 0;
}

.canceldatatime {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee8e8;
    text-align: center;
}

    .canceldatatime .pull-left.canceldatapadd {
        border-right: 1px solid #eee8e8;
        width: 50%;
        float: left;
        padding: 15px 0;
    }

    .canceldatatime .pull-right.canceldatapadd {
        width: 50%;
        float: left;
        padding: 15px 0;
    }

        .canceldatatime .pull-left.canceldatapadd span, .canceldatatime .pull-right.canceldatapadd span {
            font-size: 16px;
            font-weight: 700;
            color: var(--primary);
        }

    .canceldatatime.canceldatatimeclr .pull-left.canceldatapadd span, .canceldatatime.canceldatatimeclr .pull-right.canceldatapadd span {
        font-size: 16px;
        font-weight: 400;
    }

.canceldatatime {
    text-align: center;
}

.cancelinfo ul li::marker {
    color: var(--secondary);
    content: "►";
    font-size: 12px;
}

.cancelinfo ul {
    padding: 20px 0 0 10px;
    width: 100%;
    float: left;
    margin: 0;
}

    .cancelinfo ul li {
        padding: 0 0 10px;
    }

        .cancelinfo ul li span {
            font-size: 16px;
            color: var(--primary);
            padding: 0 0 0 6px;
            letter-spacing: 0.5px;
        }

.inputblock {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-start;
    gap: 64px;
    padding: 10px 0 0;
}

    .inputblock .form-group {
        width: 30%;
        position: relative;
    }

        .inputblock .form-group label {
            width: 100%;
            font-size: 16px;
            font-weight: 400;
            color: var(--primary);
            padding: 10px 0 6px;
        }

        .inputblock .form-group input {
            width: 100%;
            border: 2px solid #ececec;
            outline: none;
            background-color: #fff;
            padding: 0 10px;
            height: 50px;
            border-radius: 0;
            color: var(--text);
            font-size: 16px;
            font-weight: 400;
            font-family: 'Poppins', sans-serif !important;
        }

            .inputblock .form-group input:focus, .inputblock .form-group input:target {
                border: 2px solid var(--text);
                background-color: var(--background);
                box-shadow: none;
            }

        .inputblock .form-group .input-group-addon {
            position: absolute;
            padding: 0;
            font-size: 14px;
            font-weight: 400;
            line-height: 1;
            color: var(--primary);
            text-align: right;
            background-color: transparent;
            border: none;
            top: 56px;
            right: 20px;
        }

        .inputblock .form-group .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
            border-bottom: 2px solid var(--secondary);
        }

        .inputblock .form-group .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
            padding-right: 0px;
        }

        .inputblock .form-group .MuiAutocomplete-hasPopupIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot, .charterinput .MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
            padding-right: 0;
        }

        .inputblock .form-group .css-16awh2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
            padding: 0 10px;
        }

        .inputblock .form-group .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before {
            border-bottom: none;
        }

        .inputblock .form-group .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before {
            border-bottom: none;
        }

.panel-body .togglebutton {
    width: 100%;
    float: left;
    padding: 20px 0 0;
    position: relative;
}

    .panel-body .togglebutton .redclr {
        font-size: 13px;
        left: 34px;
        top: 40px;
        position: absolute;
    }

    .panel-body .togglebutton .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.Mui-checked, .panel-body .togglebutton .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.MuiCheckbox-indeterminate {
        color: var(--primary);
    }

    .panel-body .togglebutton .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root {
        padding: 0 10px 0 0;
    }

    .panel-body .togglebutton .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root {
        color: var(--primary);
    }

    .panel-body .togglebutton a {
        display: inline-block;
        vertical-align: middle;
        color: var(--primary);
        padding: 0 0px;
    }

    .panel-body .togglebutton .btn-primary {
        font-size: 16px;
        font-weight: 700;
        text-transform: capitalize;
        padding: 10px 40px;
        letter-spacing: 1px;
        background-color: var(--secondary) !important;
        border: none;
        border-radius: 2px;
        color: var(--pure);
        margin: 20px 0 0;
        display: block;
    }

        .panel-body .togglebutton .btn-primary:hover, .panel-body .togglebutton .btn-primary:focus {
            background-color: var(--primary) !important;
            color: var(--pure);
            box-shadow: none !important;
        }

.cancellationother {
    width: 100%;
    float: left;
    border: 1px solid #dbdbdb;
    background-color: transparent;
    padding: 0;
    margin: 30px 0 0 !important;
}

.canceldetails {
    width: 100%;
    float: left;
    padding: 40px 0 40px 20px;
}

    .canceldetails ul {
        margin: 0;
        padding: 0;
        list-style-position: inside;
    }

        .canceldetails ul li {
            padding: 0 0 10px;
        }

            .canceldetails ul li::marker {
                color: var(--secondary);
                content: "►";
                font-size: 12px;
            }

            .canceldetails ul li span {
                font-size: 15px;
                color: var(--primary);
                padding: 0 0 0px 6px;
                letter-spacing: 0.5px;
            }

/*******************Cancellation Page Style End Here******************/

/*******************Contact Us Page Style Start Here******************/


.contact_details {
    float: left;
    width: 100%;
    padding: 100px 60px 70px;
    background: linear-gradient(90deg, #F2F2F2 0%, #E5E9FF 100%);
    border-radius: 40px;
    text-align: center;
}

.contect_part .cont_sectionarea {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.contact_details h2 {
    font-size: 40px;
    font-weight: 600;
    color: var(--titletext);
    font-family: 'Poppins';
    padding: 0 0 35px;
}

.contact_detailswrap {
    width: 100%;
    float: left;
}

.contact_dropdown {
    display: inline-flex;
    flex-direction: column;
    gap: 35px;
    width: 52.33%;
}

    .contact_dropdown .serchcity {
        background-color: var(--primary);
        border-radius: 10px;
        height: 80px;
        font-size: 28px;
        color: var(--pure);
        font-weight: 400;
        border: none;
    }

        .contact_dropdown .serchcity p i {
            float: left;
            height: 30px;
            width: 30px;
            background-image: url(../images/site/icon01.svg?d=0.3);
            background-repeat: no-repeat;
            background-position: center -2730px;
        }

        .contact_dropdown .serchcity p {
            display: inline-flex;
            align-items: center;
            gap: 20px;
        }



.contact_detailinput {
    display: flex;
    gap: 70px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.contact_selectoption {
    display: flex;
    gap: 70px;
    justify-content: space-between;
    width: 100%;
}



    .contact_selectoption input {
        background-color: var(--pure);
        border: none;
        text-align: left !important;
        width: 43.855%;
        text-align: center;
        height: 80px;
        font-size: 28px;
        font-weight: 400;
        border-radius: 10px;
        padding: 0 20px !important;
    }



    .contact_selectoption .css-uw1i0v-MuiAutocomplete-listbox .MuiAutocomplete-option[aria-selected="true"] {
        background-color: rgb(42 53 120 / 10%) !important;
    }

        .contact_selectoption .css-uw1i0v-MuiAutocomplete-listbox .MuiAutocomplete-option[aria-selected="true"].Mui-focused {
            background-color: rgb(42 53 120 / 10%) !important;
        }




    .contact_selectoption .css-xsu6ln-MuiAutocomplete-root {
        width: 100% !important;
    }

    .contact_selectoption .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding: 0 !important;
    }

    .contact_selectoption .css-1tb7pjp-MuiInputBase-root-MuiInput-root:after, .contact_selectoption .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
        border-bottom: none !important;
    }

    .contact_selectoption .css-1q60rmi-MuiAutocomplete-endAdornment {
        position: absolute;
        right: 10px;
        top: calc(50% - 18px);
    }

    .contact_selectoption .css-1glvl0p-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-clearIndicator {
        display: none !important;
    }

    .contact_selectoption .css-i4bv87-MuiSvgIcon-root {
        font-size: 2rem !important;
    }




    .contact_selectoption select:hover, .contact_selectoption select:focus {
        border: none;
    }

.contact_detailswrap .results {
    float: left;
    width: 100%;
    padding: 100px 0 0;
}



.maincontcadd {
    width: 100%;
    float: left;
    text-align: left;
    padding: 40px 0 40px;
    border-bottom: 2px solid var(--secondary);
}

    .maincontcadd h2 {
        margin: 0 0 10px;
        padding: 0;
        line-height: normal;
        font-size: 24px;
        color: var(--primary);
        display: inline-block;
        vertical-align: middle;
        padding: 0 0 6px;
        font-weight: 700;
    }

    .maincontcadd p {
        margin: 0;
        padding: 0;
        line-height: 22px;
        font-size: 16px;
        color: var(--text);
    }

.contactuscol {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 60px;
    position: relative;
}

.cardBox {
    display: flex;
    flex-basis: 48.21%;
}

    .cardBox .Row {
        width: 100%;
    }



.contactuscol .cityaddname {
    margin: 20px 0 20px;
    font-size: 20px;
    color: var(--secondary);
    line-height: normal;
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
}

.contactuscol .tabs {
    border-radius: 0px;
    overflow: hidden;
    border-radius: 40px;
}



.contactuscol .tab {
    width: 100%;
    color: white;
    overflow: hidden;
    text-align: left;
}

.contactuscol .tab-label {
    display: flex;
    justify-content: center;
    padding: 25px 20px;
    background-color: var(--primary);
    font-weight: normal;
    cursor: pointer;
    margin: 0;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    border-radius: 40px 40px 0 0;
    text-transform: capitalize;
    position: relative;
}

    .contactuscol .tab-label:hover, .contactuscol .tab-label:focus {
        background-color: var(--secondary);
    }

    /*.contactuscol .tab-label::after {
        content: "❯";
        width: 1em;
        height: 1em;
        text-align: center;
        transition: all 0.35s;
    }*/

    .contactuscol .tab-label::after {
        position: absolute;
        content: "\f067";
        right: 40px;
        top: 0;
        bottom: 0;
        margin: 0 auto;
        /*transition: 0.35s ease-in-out;*/
        float: right;
        font-size: 28px;
        display: flex;
        font-family: 'FontAwesome' !important;
        color: #fff;
        align-items: center;
    }

.contactuscol .tab_checked:checked + .tab-label::after {
    transform: rotate(-180deg);
    /*transition: 0.25s ease-in-out;*/
    color: var(--primary);
}

.contactuscol input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.contactuscol .tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: white;
    /*transition: all 0.35s;*/
}

.contactuscol input:checked ~ .tab-content {
    max-height: 100%;
    padding: 42px 96px 60px;
    text-align: left;
}

.contactuscol .tab-content h4 {
    color: var(--text);
    font-size: 28px;
    line-height: 30px;
    padding: 0 0 30px;
    font-weight: 600;
    text-transform: capitalize;
}

.contactuscol .tab-content p {
    color: var(--text);
    font-size: 28px;
    line-height: 35px;
    font-weight: normal;
    padding: 0 0 10px;
}

.contactuscol .addrow {
    padding: 0 0 0 0;
    width: 100% !important;
}

    .contactuscol .addrow .paddgz {
        padding-bottom: 0px !important;
    }



/*******************Contact Us Page Style End Here******************/

/*******************Privacy Policy Page Style Start Here******************/

.privacypolicydata {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}

    .privacypolicydata p {
        font-size: 16px;
        color: var(--primary);
        line-height: 22px;
        padding: 20px 0 0;
        letter-spacing: 1px;
    }

/*******************Privacy Policy Page Style End Here******************/

/*******************Feedback Page Style Start Here******************/

.feedbkformgroup {
    width: 100%;
    float: left;
}

.feedbkinput {
    width: 100%;
    float: left;
    padding: 30px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .feedbkinput .mrgbtm {
        position: relative;
    }

    .feedbkinput .redclr {
        font-size: 13px;
        left: 0;
        position: absolute;
    }

    .feedbkinput .col-lg-6 {
        flex: 0 0 auto;
        width: 45%;
        float: left;
        position: relative;
    }

        .feedbkinput .col-lg-6 label {
            width: 100%;
            font-size: 16px;
            font-weight: 500;
            color: var(--primary);
            padding: 15px 0 6px;
        }

        .feedbkinput .col-lg-6 input {
            width: 100%;
            border: 2px solid #ececec;
            outline: none;
            background-color: #fff;
            padding: 0 10px;
            height: 50px;
            border-radius: 0;
            font-size: 15px;
            color: var(--text);
        }

            .feedbkinput .col-lg-6 input:focus, .feedbkinput .col-lg-6 input:target {
                border: 2px solid var(--text);
                box-shadow: none;
            }

    .feedbkinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
        border-bottom: 2px solid var(--secondary);
    }

    .feedbkinput .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0px;
    }

    .feedbkinput .MuiAutocomplete-hasPopupIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot, .feedbkinput .MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .feedbkinput .css-16awh2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        padding: 0 10px;
    }

    .feedbkinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before {
        border-bottom: none;
    }

    .feedbkinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before {
        border-bottom: none;
    }

    .feedbkinput .col-lg-6 textarea {
        border: 2px solid #ececec;
        border-radius: 0;
    }

        .feedbkinput .col-lg-6 textarea:focus {
            border: 2px solid var(--text);
            box-shadow: none;
        }

.feedbkformgroup .agntpgcaptcha .mrgbtm {
    float: left;
    position: relative;
}

    .feedbkformgroup .agntpgcaptcha .mrgbtm .redclr {
        font-size: 13px;
        left: 0;
        position: absolute;
    }

/***************************-----feedback page--responsive css------*****************************************************/

@media only screen and (max-width:767px) {
    .feedbkinput {
        justify-content: center;
        flex-wrap: wrap;
    }

        .feedbkinput .col-lg-6 {
            width: 46%;
        }
}

@media only screen and (max-width:639px) {
    .feedbkinput .col-lg-6 {
        width: 100%;
    }

    .feedbkformgroup .agntpgcaptcha .mrgbtm {
        float: left;
        width: 100%;
    }

    .agntpgcaptcha .btn-primary {
        margin: 30px 0 0;
    }
}

/***************************-----feedback page--responsive css------*****************************************************/

/*******************Feedback Page Style End Here******************/

/*******************Pay Online Page Style Start Here******************/

.payonlinetop {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

    .payonlinetop h4 {
        font-size: 24px;
        font-weight: 700;
        color: var(--primary);
        border-bottom: 2px solid var(--secondary);
        padding: 0 0 10px;
        margin: 0 0 20px;
    }

    .payonlinetop ul {
        list-style-position: inside;
        margin: 0;
        padding: 0 0;
    }

        .payonlinetop ul li {
            padding: 0 0 10px;
        }

            .payonlinetop ul li::marker {
                color: var(--secondary);
                content: "►";
                font-size: 12px;
            }

            .payonlinetop ul li span {
                font-size: 16px;
                letter-spacing: 0.5px;
                color: var(--primary);
                padding-left: 10px;
            }

.payonlineother {
    border: none;
    margin: 0;
}

    .payonlineother .togglebutton {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        gap: 40px;
        flex-wrap: wrap;
    }

.payonlinerefndbox.payonlineroceed {
    display: flex;
    flex-direction: row;
    gap: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 20px 0 0;
}

    .payonlinerefndbox.payonlineroceed .refundata {
        border: none;
        width: auto;
    }

        .payonlinerefndbox.payonlineroceed .refundata .btn-primary {
            background-color: var(--secondary);
            border-color: var(--secondary);
        }

            .payonlinerefndbox.payonlineroceed .refundata .btn-check:focus + .btn-primary,
            .payonlinerefndbox.payonlineroceed .refundata .btn-primary:focus,
            .payonlinerefndbox.payonlineroceed .refundata .btn-primary:hover {
                background-color: var(--primary);
                border-color: var(--primary);
            }

/*******************Pay Online Page Style End Here******************/

/*******************Agent Registration Page Style Start Here******************/

.agentformgroup {
    width: 100%;
    float: left;
}

.agentinput {
    width: 100%;
    float: left;
    padding: 30px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .agentinput .col-lg-6 {
        flex: 0 0 auto;
        width: 45%;
        float: left;
    }

        .agentinput .col-lg-6 label {
            width: 100%;
            font-size: 16px;
            font-weight: 400;
            color: var(--primary);
            padding: 10px 0 6px;
        }

        .agentinput .col-lg-6 input {
            width: 100%;
            border: 2px solid #ececec;
            outline: none;
            background-color: #fff;
            padding: 0 10px;
            height: 50px;
            border-radius: 0;
        }

            .agentinput .col-lg-6 input:focus, .agentinput .col-lg-6 input:target {
                border: 2px solid var(--text);
                background-color: var(--background);
                box-shadow: none;
            }

    .agentinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
        border-bottom: 2px solid var(--secondary);
    }

    .agentinput .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0px;
    }

    .agentinput .MuiAutocomplete-hasPopupIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot, .agentinput .MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .agentinput .css-16awh2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        padding: 0 10px;
    }

    .agentinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before {
        border-bottom: none;
    }

    .agentinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before {
        border-bottom: none;
    }

    .agentinput .col-lg-6 textarea {
        border: 2px solid #ececec;
        border-radius: 0;
    }

        .agentinput .col-lg-6 textarea:focus {
            border: 2px solid var(--text);
            background-color: var(--background);
            box-shadow: none;
        }

/*******************Agent Registration Page Style End Here******************/

/*******************Terms & Conditions Page Style Start Here******************/

.termsdata {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}

.conditionsdata:last-child {
    padding: 0;
}

.conditionsdata {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}

    .conditionsdata h3 {
        font-size: 24px;
        font-weight: 600;
        color: var(--primary);
        padding: 0 0 10px;
        margin: 0 0 0px !important;
    }

    .conditionsdata p {
        margin: 0 0 5px;
        font-size: 15px;
        color: #514949;
        line-height: 24px;
        padding: 0 0 10px;
        font-weight: 400;
    }

.termsconditionsdeta {
    width: 100%;
    float: left;
    border: 1px solid #eee8e8;
    padding: 5px;
    background-color: #f9f9f9;
}

.privacydatable {
    width: 100%;
    float: left;
    border: 1px solid #eee8e8;
    background-color: #fff;
}

.privacydatatime {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee8e8;
    text-align: center;
}

    .privacydatatime .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
        float: left;
    }

    .privacydatatime .pull-left.privacydatadd {
        border-right: 1px solid #eee8e8;
    }

.privacydatable .privacydatadd {
    padding: 15px 0;
}

.privacydatatime .pull-left.privacydataddfz span, .privacydatatime .pull-right.privacydataddfz span {
    font-size: 16px;
    font-weight: 700;
}

/*******************Terms & Conditions Page Style End Here******************/

/*******************Cancel Status Page Style Start Here******************/

.cancelstusinfo {
    width: 100%;
    float: left;
    padding: 20px 0 20px;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 2px solid var(--secondary);
}

.cancellationother.cancelstatus {
    width: 100%;
    float: left;
    padding: 0;
    margin: 40px 0 0;
    background-color: #fff;
    border: none;
}

.payonlinerefndbox {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.canclrefund {
    width: 100%;
    float: left;
    padding: 0;
}

    .canclrefund .refundtitle {
        color: var(--primary);
        font-weight: 600;
        padding: 10px 0;
        text-align: center;
        border: 1px solid #ececec;
    }

    .canclrefund .refundata {
        text-align: center;
        color: var(--text);
        font-size: 15px;
    }

        .canclrefund .refundata button {
            font-size: 14px;
            font-weight: 700;
            text-transform: capitalize;
            padding: 10px 20px;
            letter-spacing: 1px;
            background-color: var(--secondary);
            border: none;
            border-radius: 2px;
            color: var(--pure);
            display: block;
        }

    .canclrefund .css-1m9pwf3 {
        cursor: inherit;
        position: absolute;
        opacity: 0;
        width: 18px;
        height: 18px;
        top: 2px;
        left: 2px;
        margin: 0;
        padding: 0;
        z-index: 1;
    }

    .canclrefund .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root {
        padding: 0;
    }

        .canclrefund .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.Mui-checked, .canclrefund .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.MuiCheckbox-indeterminate {
            color: var(--primary);
        }

    .canclrefund .tlrefund {
        width: 100%;
        float: left;
        padding: 40px 0 0;
        font-size: 18px;
    }

        .canclrefund .tlrefund span {
            font-weight: 700;
        }

    .canclrefund .companytq {
        width: 100%;
        float: left;
        padding: 20px 0 0;
        font-size: 18px;
        font-weight: 700;
    }

    .canclrefund .css-i4bv87-MuiSvgIcon-root {
        font-size: 1.3rem;
    }

.totalrfdtotalrfd .tlrefund {
    width: 100%;
    float: left;
    padding: 40px 20px 0;
}

    .totalrfdtotalrfd .tlrefund span {
        font-weight: 700;
    }

.panel-body .totalrfdtotalrfd .togglebutton {
    padding: 0 0 0 20px;
}

.canclrefund .col-lg-2 {
    float: left;
}

.canclrefund .col-lg-1 {
    float: left;
}

.canclrefund .col-lg-3 {
    float: left;
}

.cancelstatustlt {
    width: 100%;
    float: left;
}

.cancelstatusdata {
    width: 100%;
    float: left;
}

.refundtitle.refundtitleshow {
    display: none;
}

.cancelstatusnewpnr {
    width: 100%;
    float: left;
    text-align: right;
    padding: 20px 0 0;
}

    .cancelstatusnewpnr p {
        font-size: 16px;
        font-weight: 700;
        padding: 0 0 10px;
    }

    .cancelstatusnewpnr span {
        font-size: 18px;
        font-weight: 700;
        color: var(--text);
    }

.feedback_top_image {
    display: none;
}

.feedbackwrap {
    display: none;
}
/*******************Cancel Status Page Style End Here******************/
/*******************Refund Status Page Style Start Here******************/
.refundmain {
    width: 100%;
    float: left;
    margin: 40px 0 0px;
    text-align: center;
}

.refunddetails {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .refunddetails .refunddata {
        width: 45%;
        position: relative;
        float: left;
    }

        .refunddetails .refunddata label {
            width: 100%;
            font-size: 16px;
            font-weight: 400;
            color: var(--primary);
            padding: 10px 0 6px;
        }

        .refunddetails .refunddata input {
            width: 100%;
            border: 2px solid #ececec;
            outline: none;
            background-color: #fff;
            padding: 0 10px;
            height: 50px;
            border-radius: 0;
        }

            .refunddetails .refunddata input:focus, .refunddetails .refunddata input:target {
                border: 2px solid var(--text);
                background-color: var(--background);
                box-shadow: none;
            }

    .refunddetails .agntpgcaptcha label {
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        color: var(--primary);
        padding: 10px 0 6px;
    }

    .refunddetails .agntpgcaptcha {
        width: 100%;
    }

.refunttabletitle {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    margin: 0 0 4px;
}

    .refunttabletitle > div {
        width: calc(100%/8);
    }

        .refunttabletitle > div span {
            width: 100%;
            float: left;
            padding: 10px 0 14px 0px;
            background-color: var(--primary);
            color: var(--pure);
            border: 1px solid #736d6d;
        }

.payonlinerefnd02 {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid #aaaaaa;
    padding: 10px;
    align-items: center;
}

.refundata {
    border: 1px solid #ececec;
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
}

/*******************Refund Status Page Style End Here******************/

/*******************FAQ's Page Style Start Here******************/

.faqmain {
    width: 100%;
    float: left;
    clear: both;
}

.faqwrapper {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

.faqquestion {
    width: 100%;
    float: left;
}

.faqtitle {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 700;
    color: var(--pure);
    padding: 10px 0 10px 20px;
    background-color: var(--secondary);
    margin: 40px 0 20px;
}

.faqblock {
    width: 100%;
    height: 100%;
    float: left;
    padding: 0;
    z-index: 10;
    background-color: white;
}

    .faqblock > div {
        display: block;
        position: relative;
        padding: 0;
    }

        .faqblock > div:not(:last-of-type) {
            margin: 0 0 10px;
        }


        .faqblock > div input + label {
            cursor: pointer;
            display: block;
            padding: 10px 0px 10px 10px;
            font-size: 18px;
            font-weight: 400;
            color: var(--primary);
            background-color: #f5f5f5;
            transition: all 0.25s ease-in-out 0.5s, color 0.25s ease-in-out 0.5s;
            -webkit-transition: all 0.25s ease-in-out 0.5s, color 0.25s ease-in-out 0.5s;
            -moz-transition: all 0.25s ease-in-out 0.5s, color 0.25s ease-in-out 0.5s;
            -o-transition: all 0.25s ease-in-out 0.5s, color 0.25s ease-in-out 0.5s;
        }

        .faqblock > div input ~ div {
            visibility: hidden;
            max-height: 0;
            opacity: 0;
            transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.25s, padding 0s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.25s, padding 0s ease-in-out 0s;
            -moz-transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.25s, padding 0s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.25s, padding 0s ease-in-out 0s;
        }

            .faqblock > div input ~ div p {
                padding: 20px 20px 20px;
                border-top: 2px solid var(--text);
                font-size: 16px;
                letter-spacing: 0.5px;
                background-color: var(--background);
            }

                .faqblock > div input ~ div p em {
                    display: block;
                    font-style: normal;
                    line-height: 30px;
                }

        .faqblock > div input:checked + label {
            transition: background-color 0s ease-in-out 0s;
        }

        .faqblock > div input:checked ~ div {
            display: block;
            opacity: 1;
            visibility: visible;
            max-height: 800px;
            transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
            -moz-transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
        }

/*******************FAQ's Page Style End Here******************/

/*******************Gallery Page Style Start Here******************/

/*.gallerywrapper {
    width: 100%;
    float: left;
    clear: both;
    padding: 40px 0;
}

    .gallerywrapper .gallerytitle {
        width: 100%;
        display: inline-block;
        float: none;
        font-size: 20px;
        font-weight: 700;
        padding: 0 0 10px;
        border-bottom: 2px solid var(--secondary);
        margin: 0 0 40px;
    }

.gallerytab {
    display: flex;
    width: 100%;
    float: left;
}

    .gallerytab .filter {
        margin: 0px 0 10px;
        width: 20%;
    }

        .gallerytab .filter a {
            display: block;
            padding: 10px;
            position: relative;
            margin-right: 20px;
            margin-bottom: 20px;
            color: var(--pure);
            font-size: 14px;
        }

    .gallerytab .boxes {
        display: flex;
        flex-wrap: wrap;
        width: 80%;
        gap: 40px;
        justify-content: flex-start;
        align-content: flex-start;
    }

        .gallerytab .boxes a {
            width: 48%;
        }

    .gallerytab .filter .all {
        background: var(--primary);
    }

        .gallerytab .filter .all.active {
            background: var(--secondary);
        }

    .gallerytab .filter .bustype_01 {
        background: var(--primary);
    }

        .gallerytab .filter .bustype_01.active {
            background: var(--secondary);
        }

    .gallerytab .filter .bustype_02 {
        background: var(--primary);
    }

        .gallerytab .filter .bustype_02.active {
            background: var(--secondary);
        }

    .gallerytab .filter .bustype_03 {
        background: var(--primary);
    }

        .gallerytab .filter .bustype_03.active {
            background: var(--secondary);
        }

    .gallerytab .filter .bustype_04 {
        background: var(--primary);
    }

        .gallerytab .filter .bustype_04.active {
            background: var(--secondary);
        }

    .gallerytab .filter .bustype_05 {
        background: var(--primary);
    }

        .gallerytab .filter .bustype_05.active {
            background: var(--secondary);
        }

    .gallerytab .filter .bustype_06 {
        background: var(--primary);
    }

        .gallerytab .filter .bustype_06.active {
            background: var(--secondary);
        }

    .gallerytab .filter .bustype_07 {
        background: var(--primary);
    }

        .gallerytab .filter .bustype_07.active {
            background: var(--secondary);
        }

    .gallerytab .filter .bustype_08 {
        background: var(--primary);
    }

        .gallerytab .filter .bustype_08.active {
            background: var(--secondary);
        }

    .gallerytab .filter .bustype_09 {
        background: var(--primary);
    }

        .gallerytab .filter .bustype_09.active {
            background: var(--secondary);
        }

    .gallerytab .filter a.active:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 15px 0 0;
        border-color: #333 transparent transparent transparent;
    }

    .gallerytab .is-animated {
        animation: .6s zoom-in;
    }

@keyframes zoom-in {
    0% {
        transform: scale(.1);
    }

    100% {
        transform: none;
    }
}*/

/*******************Gallery Page Style End Here******************/

/*******************E-Ticket Page Style Start Here******************/

.ticketprint {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    padding: 40px 0;
}

    .ticketprint input {
        border: none;
        font-size: 16px;
        font-weight: 700;
        background-color: var(--pure);
        color: var(--text);
        border-radius: 3px;
        padding: 10px 40px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        .ticketprint input:hover, .ticketprint input:focus {
            background-color: var(--primary);
            color: var(--pure);
        }

button.okbtn {
    border: none;
    font-size: 14px;
    font-weight: 700;
    background-color: var(--secondary);
    color: var(--pure);
    border-radius: 3px;
    padding: 6px 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    button.okbtn:hover, button.okbtn:focus {
        background-color: var(--primary);
        color: var(--pure);
        box-shadow: none;
    }

/*******************E-Ticket Page Style End Here******************/

/*******************GST Details Page Style Start Here******************/

.gstmaincontent {
    width: 100%;
    float: left;
}

.gstform {
    width: 100%;
    float: left;
    text-align: center;
}

    .gstform h2 {
        font-size: 32px;
        font-weight: 600;
        line-height: 36px;
        margin: 0 0 20px !important;
        padding: 45px 0 20px 0;
        position: relative;
        color: var(--primary);
        text-align: center;
        font-family: 'Raleway', sans-serif !important;
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

        .gstform h2::before {
            content: '';
            position: absolute;
            width: 120px;
            height: 1px;
            background: var(--text);
            bottom: 1px;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

        .gstform h2::after {
            content: '';
            position: absolute;
            width: 40px;
            height: 5px;
            background: var(--text);
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

.gstbox {
    width: 100%;
    float: left;
    padding: 0 0 60px;
}



.regform {
    width: 100%;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
    padding: 30px 20px;
    background: #fff;
    text-align: left;
}

    .regform h5 {
        color: var(--primary);
        font-size: 18px;
        font-weight: 700;
        margin: 0;
        line-height: 20px;
        padding: 2px 0 30px;
    }

    .regform ul {
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .regform ul li {
            list-style-type: none;
            display: block;
            padding: 5px 0 23px;
        }

            .regform ul li a {
                color: var(--primary);
                text-decoration: none;
                font-size: 16px;
                font-weight: 500;
                line-height: 28px;
            }

                .regform ul li a:hover, .regform ul li a:focus {
                    color: #333;
                }

/*******************GST Details Page Style End Here******************/

/************loader css start****************/

.text_loader {
    width: 100%;
    float: left;
    text-align: center;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: none;
    z-index: 9999999;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    backdrop-filter: blur(5px);
    --webkit-backdrop-filter: blur(5px);
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

    .sk-folding-cube .sk-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

        .sk-folding-cube .sk-cube:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #ffffff;
            -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

    .sk-folding-cube .sk-cube2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
    }

        .sk-folding-cube .sk-cube2:before {
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
        }

    .sk-folding-cube .sk-cube3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
    }

        .sk-folding-cube .sk-cube3:before {
            -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
        }

    .sk-folding-cube .sk-cube4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
    }

        .sk-folding-cube .sk-cube4:before {
            -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
        }

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.no-js #preloader, .oldie #preloader {
    display: none;
}

/*.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;
}

.loader01 {
    position: absolute;
    top: 80px;
    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;
}*/

/*.loader img, .loader01 img {
        max-width: 100px;
    }*/

/*.inner {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

    .inner.one {
        left: 0%;
        top: 0%;
        animation: rotate-one 1.5s linear infinite;
        border-bottom: 7px solid #EFEFFA;
    }

    .inner.two {
        right: 0%;
        top: 0%;
        animation: rotate-two 1.5s linear infinite;
        border-right: 7px solid #EFEFFA;
    }

    .inner.three {
        right: 0%;
        bottom: 0%;
        animation: rotate-three 1.5s linear infinite;
        border-top: 7px solid #EFEFFA;
    }

    .inner.four {
        right: 0%;
        bottom: 0%;
        animation: rotate-three 1.5s linear infinite;
        border-top: 7px solid #EFEFFA;
    }

@media only screen and (max-width:650px) {
    .loader {
        -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;
        top: calc(50% - 50px);
        left: calc(50% - 50px);
        width: 100px;
        height: 100px;
    }

    .inner.one, .inner.two, .inner.three {
        border-top: 4px solid #EFEFFA;
    }
}

@keyframes rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(40deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@keyframes rotate-four {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}*/

/*New Loader Style Start Here*/


h1.websiteloader {
    position: relative;
    color: rgba(0, 0, 0, .8);
    font-size: 5em;
    text-align: center;
}

    h1.websiteloader:before {
        content: attr(data-text);
        position: absolute;
        overflow: hidden;
        max-width: 7em;
        white-space: nowrap;
        color: var(--primary);
        animation: loading 1s infinite;
    }

@keyframes loading {
    0% {
        max-width: 0;
    }
}

/* NO BORDER SPINNER */


.nb-spinner {
    width: 40px;
    height: 40px;
    margin: 0;
    background: transparent;
    border-top: 4px solid var(--secondary);
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*New Loader Style End Here*/
/*****************loader css end*******************/


/*about us (17-march-23)*/

.mainabout {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}

.charteredabout {
    width: 100%;
    float: left;
    border-bottom: 2px solid #bcbdb0;
    padding: 20px 0 15px;
}

.col-md-8, .col-md-4 {
    float: left;
}

.aboutdetails h3 {
    color: #0465b4;
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 5px;
}

.aboutdetails p {
    text-align: justify;
    line-height: 24px;
    font-size: 13px;
    color: #000;
    margin: 0;
    padding: 0 0 10px;
}

.aboutdetails span {
    color: #333;
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
}

.charted_icon {
    background-image: url("../images/site/aboutus-image/bus.png");
    background-position: center 0;
    background-repeat: no-repeat;
    height: 120px !important;
    margin: 40px auto;
}

    .charted_icon.charted_icon02 {
        background-image: url("../images/site/aboutus-image/abouticon.png");
        background-position: center 0;
        background-size: 50%;
        width: 200px;
        height: 102px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .charted_icon.charted_icon03 {
        background-image: url("../images/site/aboutus-image/abouticon.png");
        background-position: center -122px;
        background-size: 50%;
        width: 200px;
        height: 102px;
        margin-top: 40px;
        margin-bottom: 0;
    }

    .charted_icon.charted_icon04 {
        background-image: url("../images/site/aboutus-image/abouticon.png");
        background-position: center -242px;
        background-size: 50%;
        width: 200px;
        height: 102px;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .charted_icon.charted_icon05 {
        background-image: url("../images/site/aboutus-image/abouticon.png");
        background-position: center -352px;
        background-size: 50%;
        width: 200px;
        height: 102px;
        margin-top: 20px;
        margin-bottom: 0;
    }

.charteredabout03 p {
    padding: 0 0 10px 30px;
}

.charteredabout ul {
    padding: 0 0 0 40px;
    margin: 0;
}

    .charteredabout ul li {
        font-size: 13px;
        line-height: 24px;
        color: #000;
        font-weight: 500;
    }

.charteredabout.charteredabout05 {
    border: none;
}

/*contact use (17-march-23)*/

.contactpage {
    width: 100%;
    float: left;
    padding: 30px 0px 0;
}

.contactarea {
    width: 100%;
    float: left;
}

.col-md-6 {
    float: left;
}

.contactarea h3 {
    font-size: 23px;
    margin: 0;
    color: var(--primary);
    font-weight: 600;
}

.contact_info {
    padding: 10px 0 0;
}

    .contact_info span {
        color: var(--text);
        font-weight: 700;
        font-size: 16px;
    }

    .contact_info p {
        color: var(--text);
        margin: 0;
        padding: 0 0 10px;
        font-size: 13px;
        line-height: 24px;
    }

        .contact_info p i {
            display: block;
            font-style: normal;
            color: var(--text);
        }

        .contact_info p .fa {
            display: inline-block;
            font-size: 11px;
            padding: 0 6px 0 0;
        }

        .contact_info p .fa-envelope {
            font-size: 13px;
        }

        .contact_info p a {
            color: #000;
            display: inline-block;
            vertical-align: middle;
        }

.contact_form {
    width: 100%;
    float: left;
}

.form-group {
    padding: 15px 0 0;
    margin: 0;
}
    /*ticket page css changes (changes-25-03-23)*/
    .form-group h3 {
        padding: 30px 0 20px;
    }
/*ticket page css changes (changes-25-03-23)*/

.contact_form select {
    background: #fff;
    width: 100%;
    height: 40px;
    padding: 5px;
    border: 1px solid var(--text);
    color: var(--primary);
    outline: none;
}

.contact-list {
    padding: 15px;
    background-color: #fff;
    border: 1px solid var(--text);
    height: 300px;
}

    .contact-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

/*inner page style (25-03-23)*/

/*****************Website Banner Style Start 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 {
    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;
}

/*.website_banner .carousel-control-next, .website_banner .carousel-control-prev {
    display: none;
}*/

.fade:not(.show), .modal-backdrop.fade {
    opacity: 0.5 !important;
}

.sliderwrapper .fade:not(.show) {
    opacity: 1 !important;
}

/*****************Website Banner Style End Here******************/

.input-group-addon .fa {
    line-height: 3.5 !important;
}

/*datepicker*/

.datetimepicker table tr td.today, .datetimepicker table tr td.today:hover, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today.disabled:hover {
    background-color: var(--primary) !important;
}

.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) !important;
    color: #fff !important;
    background-image: none !important;
}

.datepicker .datepicker-days .active.day {
    background-color: var(--secondary) !important;
    background-image: none !important;
}

.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
    background-color: #f1f1f8;
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

    .datepicker.datepicker-rtl table tr td span {
        float: right;
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
}

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px;
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px;
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px;
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        top: -7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        top: -6px;
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid #999999;
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #ffffff;
    }

.datepicker > div {
    display: none;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker thead {
    width: 100%;
}

.datepicker tbody {
    padding: 4px 0 0;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 38px;
    height: 34px;
    border-radius: 5px;
    border: none;
    background-color: #fff;
    align-items: center;
    font-size: 14px;
    color: #181f31;
    cursor: pointer;
}

.datepicker thead tr:last-child th {
    color: #181f31;
    font-weight: 700;
    font-size: 15px;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.disabled {
    background-color: transparent !important;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.35) !important;
}

.datepicker table tr td.day {
    background-color: #fff;
    font-weight: 500;
}

.datepicker table tr td.old, .datepicker table tr td.new {
    color: rgba(0, 0, 0, 0.4);
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background-color: rgba(0, 0, 0, 0.12);
    color: #000;
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0;
}


.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a;
}

    .datepicker table tr td.today:active,
    .datepicker table tr td.today:hover:active,
    .datepicker table tr td.today.disabled:active,
    .datepicker table tr td.today.disabled:hover:active,
    .datepicker table tr td.today.active,
    .datepicker table tr td.today:hover.active,
    .datepicker table tr td.today.disabled.active,
    .datepicker table tr td.today.disabled:hover.active {
        background-color: #fbf069 \9;
    }

    .datepicker table tr td.today:hover:hover {
        color: #000;
    }

    .datepicker table tr td.today.active:hover {
        color: #fff;
    }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .datepicker table tr td.range.today,
    .datepicker table tr td.range.today:hover,
    .datepicker table tr td.range.today.disabled,
    .datepicker table tr td.range.today.disabled:hover {
        background-color: #f3d17a;
        background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
        background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
        border-color: #f3e97a #f3e97a #edde34;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .datepicker table tr td.range.today:hover,
        .datepicker table tr td.range.today:hover:hover,
        .datepicker table tr td.range.today.disabled:hover,
        .datepicker table tr td.range.today.disabled:hover:hover,
        .datepicker table tr td.range.today:active,
        .datepicker table tr td.range.today:hover:active,
        .datepicker table tr td.range.today.disabled:active,
        .datepicker table tr td.range.today.disabled:hover:active,
        .datepicker table tr td.range.today.active,
        .datepicker table tr td.range.today:hover.active,
        .datepicker table tr td.range.today.disabled.active,
        .datepicker table tr td.range.today.disabled:hover.active,
        .datepicker table tr td.range.today.disabled,
        .datepicker table tr td.range.today:hover.disabled,
        .datepicker table tr td.range.today.disabled.disabled,
        .datepicker table tr td.range.today.disabled:hover.disabled,
        .datepicker table tr td.range.today[disabled],
        .datepicker table tr td.range.today:hover[disabled],
        .datepicker table tr td.range.today.disabled[disabled],
        .datepicker table tr td.range.today.disabled:hover[disabled] {
            background-color: #f3e97a;
        }

            .datepicker table tr td.range.today:active,
            .datepicker table tr td.range.today:hover:active,
            .datepicker table tr td.range.today.disabled:active,
            .datepicker table tr td.range.today.disabled:hover:active,
            .datepicker table tr td.range.today.active,
            .datepicker table tr td.range.today:hover.active,
            .datepicker table tr td.range.today.disabled.active,
            .datepicker table tr td.range.today.disabled:hover.active {
                background-color: #efe24b \9;
            }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
    background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: linear-gradient(to bottom, #b3b3b3, #808080);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: #808080 #808080 #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.selected:hover,
    .datepicker table tr td.selected:hover:hover,
    .datepicker table tr td.selected.disabled:hover,
    .datepicker table tr td.selected.disabled:hover:hover,
    .datepicker table tr td.selected:active,
    .datepicker table tr td.selected:hover:active,
    .datepicker table tr td.selected.disabled:active,
    .datepicker table tr td.selected.disabled:hover:active,
    .datepicker table tr td.selected.active,
    .datepicker table tr td.selected:hover.active,
    .datepicker table tr td.selected.disabled.active,
    .datepicker table tr td.selected.disabled:hover.active,
    .datepicker table tr td.selected.disabled,
    .datepicker table tr td.selected:hover.disabled,
    .datepicker table tr td.selected.disabled.disabled,
    .datepicker table tr td.selected.disabled:hover.disabled,
    .datepicker table tr td.selected[disabled],
    .datepicker table tr td.selected:hover[disabled],
    .datepicker table tr td.selected.disabled[disabled],
    .datepicker table tr td.selected.disabled:hover[disabled] {
        background-color: #808080;
    }

        .datepicker table tr td.selected:active,
        .datepicker table tr td.selected:hover:active,
        .datepicker table tr td.selected.disabled:active,
        .datepicker table tr td.selected.disabled:hover:active,
        .datepicker table tr td.selected.active,
        .datepicker table tr td.selected:hover.active,
        .datepicker table tr td.selected.disabled.active,
        .datepicker table tr td.selected.disabled:hover.active {
            background-color: #666666 \9;
        }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
    background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.active:hover,
    .datepicker table tr td.active:hover:hover,
    .datepicker table tr td.active.disabled:hover,
    .datepicker table tr td.active.disabled:hover:hover,
    .datepicker table tr td.active:active,
    .datepicker table tr td.active:hover:active,
    .datepicker table tr td.active.disabled:active,
    .datepicker table tr td.active.disabled:hover:active,
    .datepicker table tr td.active.active,
    .datepicker table tr td.active:hover.active,
    .datepicker table tr td.active.disabled.active,
    .datepicker table tr td.active.disabled:hover.active,
    .datepicker table tr td.active.disabled,
    .datepicker table tr td.active:hover.disabled,
    .datepicker table tr td.active.disabled.disabled,
    .datepicker table tr td.active.disabled:hover.disabled,
    .datepicker table tr td.active[disabled],
    .datepicker table tr td.active:hover[disabled],
    .datepicker table tr td.active.disabled[disabled],
    .datepicker table tr td.active.disabled:hover[disabled] {
        background-color: #0044cc;
    }

        .datepicker table tr td.active:active,
        .datepicker table tr td.active:hover:active,
        .datepicker table tr td.active.disabled:active,
        .datepicker table tr td.active.disabled:hover:active,
        .datepicker table tr td.active.active,
        .datepicker table tr td.active:hover.active,
        .datepicker table tr td.active.disabled.active,
        .datepicker table tr td.active.disabled:hover.active {
            background-color: #003399 \9;
        }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .datepicker table tr td span:hover {
        background: #eeeeee;
    }

    .datepicker table tr td span.disabled,
    .datepicker table tr td span.disabled:hover {
        background: none;
        color: #999999;
        cursor: default;
    }

    .datepicker table tr td span.active,
    .datepicker table tr td span.active:hover,
    .datepicker table tr td span.active.disabled,
    .datepicker table tr td span.active.disabled:hover {
        background-color: #006dcc;
        background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
        background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
        background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
        background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
        background-image: linear-gradient(to bottom, #0088cc, #0044cc);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
        border-color: #0044cc #0044cc #002a80;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

        .datepicker table tr td span.active:hover,
        .datepicker table tr td span.active:hover:hover,
        .datepicker table tr td span.active.disabled:hover,
        .datepicker table tr td span.active.disabled:hover:hover,
        .datepicker table tr td span.active:active,
        .datepicker table tr td span.active:hover:active,
        .datepicker table tr td span.active.disabled:active,
        .datepicker table tr td span.active.disabled:hover:active,
        .datepicker table tr td span.active.active,
        .datepicker table tr td span.active:hover.active,
        .datepicker table tr td span.active.disabled.active,
        .datepicker table tr td span.active.disabled:hover.active,
        .datepicker table tr td span.active.disabled,
        .datepicker table tr td span.active:hover.disabled,
        .datepicker table tr td span.active.disabled.disabled,
        .datepicker table tr td span.active.disabled:hover.disabled,
        .datepicker table tr td span.active[disabled],
        .datepicker table tr td span.active:hover[disabled],
        .datepicker table tr td span.active.disabled[disabled],
        .datepicker table tr td span.active.disabled:hover[disabled] {
            background-color: #0044cc;
        }

            .datepicker table tr td span.active:active,
            .datepicker table tr td span.active:hover:active,
            .datepicker table tr td span.active.disabled:active,
            .datepicker table tr td span.active.disabled:hover:active,
            .datepicker table tr td span.active.active,
            .datepicker table tr td span.active:hover.active,
            .datepicker table tr td span.active.disabled.active,
            .datepicker table tr td span.active.disabled:hover.active {
                background-color: #003399 \9;
            }

    .datepicker table tr td span.old,
    .datepicker table tr td span.new {
        color: #999999;
    }

.datepicker .datepicker-switch {
    width: 200px;
}

.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next, .datepicker tfoot tr th {
    cursor: pointer;
    background-color: var(--background) !important;
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    font-size: 16px;
    border-radius: 25px;
    padding: 0;
}

.datepicker .prev, .datepicker .next {
    font-size: 22px;
    border-radius: 50%;
    height: 34px;
    width: 34px;
}

    .datepicker .datepicker-switch:hover,
    .datepicker .prev:hover,
    .datepicker .next:hover,
    .datepicker tfoot tr th:hover {
        background-color: var(--primary) !important;
        color: #fff;
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
    cursor: pointer;
}

    .input-append.date .add-on i,
    .input-prepend.date .add-on i {
        margin-top: 3px;
    }

.input-daterange input {
    text-align: center;
}

    .input-daterange input:first-child {
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .input-daterange input:last-child {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}

/*aksjdfkasjdklasjkajsdklajsdkjaslkjdalksjdaksld*/

.datepicker-switch {
    background-color: #EDE9DB;
}

.datepicker .datepicker-months .active.month {
    background: var(--secondary) !important;
}

.datepicker .datepicker-years .active.year {
    background: var(--secondary) !important;
}

.busroutearea {
    display: flex;
    justify-content: space-between;
    flex-basis: 100%;
    align-items: center;
}



/*skeleton*/
.skeleton {
    background-color: #e2e2e2;
    position: relative;
    overflow: hidden;
}

    .skeleton::after {
        content: "";
        position: absolute;
        top: 0;
        left: -150px;
        height: 100%;
        width: 150px;
        background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.4), transparent );
        animation: loading 1.2s infinite;
    }

.skeleton-text {
    margin-bottom: 12px;
}

.skeleton-input {
    width: 100% !important;
    margin-bottom: 12px;
}

.passkeleton {
    width: 100%;
    max-width: 1533px;
    margin: 0 auto;
}

    .passkeleton .passengerbox.passengersubdetails {
        padding: 50px 0 0;
        height: auto;
        overflow: hidden
    }

    .passkeleton .passengermainbox {
        background-color: transparent;
    }

    .passkeleton .passengercount {
        width: max-content;
    }

    .passkeleton .passname {
        width: 100%;
    }

    .passkeleton .passage {
        width: 100%;
    }

    .passkeleton .passgender {
        width: 100%;
    }

@keyframes loading {
    0% {
        left: -150px;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
