﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Manrope", sans-serif !important;
}

.maxwidth {
    width: 100%;
    max-width: 1920px;
    clear: both;
    margin: 0 auto;
}

:root {
    --primary: #092F53 !important;
    --secondary: #FEB209 !important;
    --head-text-color: #0A1229 !important;
    --border-color: #E8E8E9 !important;
    --background: #F1F4F6 !important;
    --text: #8590A3 !important;
    --pure: #fff !important;
}

:root {
    --primary-color: #092F53 !important;
    --secondary-color: #FEB209 !important;
    --text-color: #8590A3 !important;
}

::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;
    outline: none !important;
}

    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: 1306px;
}

body .container {
    width: 100%;
    max-width: 1390px;
    padding: 0 15px !important;
}

body .container-full {
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    width: 3px;
    height: 3px;
    background-color: var(--secondary-color);
}

/* Header Style Start header */

.hero {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--primary-color);
}

.menuheader {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
    padding: 0px 0 0;
}

.head {
    width: 100%;
    float: left;
    clear: both;
}

.topheader {
    width: 100%;
    float: left;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 10px 0 0;
    position: relative;
    z-index: 2;
}

.tophead {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sitelogo {
    float: left;
}

    .sitelogo a {
        float: left;
    }

        .sitelogo a img {
            width: 100%;
        }

.headercontactdetails {
    display: flex;
    width: 100%;
    align-items: center;
}

.head_contact01 {
    width: 100%;
    float: left;
    padding: 0 52px;
    position: relative;
}

    .head_contact01:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        width: 1px;
        height: 27px;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .head_contact01.head_contact03 {
        padding: 0 0 0 50px;
    }

    .head_contact01 p {
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        color: rgba(255, 255, 255, 0.8);
        margin: 0 0 6px !important;
        text-transform: uppercase;
    }

    .head_contact01 span a {
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        color: var(--pure);
    }

        .head_contact01 span a:focus,
        .head_contact01 span a:hover {
            color: var(--secondary-color);
        }

.head_login {
    padding: 0 0 0 51px;
    position: relative;
}

    .head_login:before {
        content: '';
        position: absolute;
        top: 7px;
        left: 0;
        width: 1px;
        height: 28px;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .head_login .dropdown, .dropup {
        display: flex;
        position: relative;
    }

.dropdown_hover.active .logilink i {
    transform: rotate(180deg) !important;
    transition: 300ms ease-in-out;
}

.logilink {
    font-size: 14px;
    font-weight: 800;
    line-height: normal;
    padding: 12px 25px 12px 30px;
    color: var(--primary-color) !important;
    background-color: var(--secondary-color);
    border-radius: 4px;
    text-transform: uppercase;
}

    .logilink i {
        margin: 0 0 0 6px;
        font-size: 16px;
        font-weight: 800;
        text-align: center;
        width: 16px;
        line-height: normal;
        transition: 300ms ease-in-out;
    }

    .logilink:hover, .logilink:focus {
        color: var(--pure);
        text-decoration: none;
    }

.head_login .dropdown-menu {
    padding: 0;
    background-color: var(--pure);
}

    .head_login .dropdown-menu > li > a {
        padding: 12px 0 12px 20px;
        color: var(--primary-color);
        font-weight: 400;
        font-size: 14px;
        text-transform: capitalize;
        letter-spacing: 0.2px;
        background: none;
        width: 100%;
    }

    .head_login .dropdown-menu > li > .branchtop {
        border-bottom: 1px solid var(--border-color);
    }

    .head_login .dropdown-menu > li > a:hover, .head_login .dropdown-menu > li > a:focus {
        color: var(--primary-color);
        background-color: var(--border-color);
        text-decoration: none;
    }

.head_login .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    margin: .125rem 0 0;
    list-style: none;
}

/* Header Style End Here*/

.rightheader {
    float: left;
    width: 100%;
}

    .rightheader .contactheader {
        display: none;
    }

.menuloginpart {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.headercontectinfo {
    padding: 5px 0 0;
}

.contactno {
    float: left;
    margin: 0 40px 0 0;
}

    .contactno .contactroute {
        float: left;
    }

    .contactno .contactroute {
        float: left;
        padding: 10px 0 10px 79px;
        background-image: url("../images/site/icon02.png");
        background-position: left -684px;
        background-repeat: no-repeat;
    }

        .contactno .contactroute.contactroute02 {
            background-position: left -899px;
            margin: 0 0 0 45px;
        }

.contactroute p {
    font-size: 14px;
    font-weight: 400;
    color: #404653;
    padding: 0 0 1px;
}

.contactroute a {
    font-size: 14px;
    font-weight: 700;
    color: #000A16 !important;
}

    .contactroute a:hover {
        color: #003478 !important;
    }

.headercontectinfo .agentlogin a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    padding: 14px 30px 11px;
    margin: 7px 0 0;
    background-color: #447BDE;
    color: #fff;
    border-radius: 4px;
}

    .headercontectinfo .agentlogin a:hover {
        background-color: #003478;
    }

.agentlogin {
    float: right;
}

.loginwrap {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
}

    .loginwrap .logilink {
        display: flex;
        justify-content: space-between;
        gap: 9px;
        background: rgba(62, 127, 219, 0.20);
        border-radius: 4px;
        padding: 13px 11px 12px 40px;
        color: var(--maincolor);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        background-image: url('../images/site/icon02.png');
        background-position: 9px 1px;
        background-repeat: no-repeat;
        background-size: 52px;
    }

        .loginwrap .logilink.logilink02 {
            background-position: 11px -170px;
        }

        .loginwrap .logilink.logilink03 {
            background-position: 11px -342px;
        }

/* leftmenu start */

.headermenu {
    float: left;
}

    .headermenu .navbar-inverse {
        background-color: transparent;
        border: none;
        float: none;
        margin: 0;
        min-height: 10px;
        width: 100%;
        border-radius: 0;
        position: relative;
        z-index: 1;
        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: 0;
    }

    .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:first-child {
            margin: 0;
        }

        .headermenu .navbar-inverse .navbar-nav > li > a {
            display: inline-block;
            list-style-type: none;
            color: #ffffff;
            position: relative;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: 0.051px;
            background-color: transparent;
            padding: 16px 41px 19px;
            text-transform: uppercase;
        }

            .headermenu .navbar-inverse .navbar-nav > li > a.active:focus {
                text-decoration: none;
                background-color: transparent;
                color: #ffffff;
                outline: none;
            }

            .headermenu .navbar-inverse .navbar-nav > li > a:before {
                content: '';
                position: absolute;
                width: 0;
                background-color: #EEB752;
                height: 4px;
                border-radius: 50px 50px 0 0;
                left: 0;
                bottom: 0;
                visibility: hidden;
                transition: width 0.5s ease, background 0.5s ease;
            }

            .headermenu .navbar-inverse .navbar-nav > li > a:hover:before, .headermenu .navbar-inverse .navbar-nav > li > a:focus:before {
                visibility: visible;
                background-color: #EEB752;
                width: 100%;
            }

            .headermenu .navbar-inverse .navbar-nav > li > a:after {
                content: '';
                display: block;
                position: absolute;
                right: 0;
                bottom: 0;
                width: 0;
                height: 4px;
                border-radius: 50px 50px 0 0;
                background-color: #EEB752;
                transition: width 0.5s ease;
            }

            .headermenu .navbar-inverse .navbar-nav > li > a:hover:after, .headermenu .navbar-inverse .navbar-nav > li > a:focus:after {
                background: transparent;
                width: 100%;
                transition: all 0s ease;
            }

            .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(--pure);
            }

.pull-left {
    float: left !important;
}

.navbar-toggle {
    display: none;
    position: relative;
}

.cssmenu {
    float: left;
}

/* leftmenu end */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.dropdown.active .dropdown-content {
    display: block;
}

/*Drop down end*/

/*Menu Style End Here*/

/*User Login Popup Style Start Here*/

.userloginpopup {
    display: inline-block;
    width: 50%;
}

    .userloginpopup .popupbtn {
        cursor: pointer;
        border: none;
        border-right: 1px solid var(--border-color);
        border-left: 1px solid var(--border-color);
        padding: 0;
        background-color: var(--primary-color);
        transition: 0.3s;
        text-transform: lowercase;
        height: 68px;
        background-image: url(../images/Icons.svg);
        background-repeat: no-repeat;
        background-position: center -556px;
    }

        .userloginpopup .popupbtn:hover {
            background-color: var(--head-text-color);
        }

.login_popup_main .css-yiavyu-MuiBackdrop-root-MuiDialog-backdrop {
    background-color: rgba(10, 18, 41, 0.9);
}

.login_popup_main .css-2rbg70-MuiPaper-root-MuiDialog-paper {
    background-color: var(--background);
    max-width: 576px;
    width: 100%;
}

.login_popup_main .css-ypiqx9-MuiDialogContent-root {
    padding: 80px 40px 60px;
    position: relative;
}

    .login_popup_main .css-ypiqx9-MuiDialogContent-root::-webkit-scrollbar {
        width: 8px !important;
        height: 8px !important;
        box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .login_popup_main .css-ypiqx9-MuiDialogContent-root::-webkit-scrollbar-thumb {
        width: 3px;
        height: 3px;
        background-color: var(--primary-color);
    }

.login_popup_main .css-hlj6pa-MuiDialogActions-root {
    padding: 0;
}

.login_popup_main .css-1pxa9xg-MuiAlert-message {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 600;
}

.menurightpopup {
    display: flex;
    align-items: center;
    width: 10%;
    height: 68px;
    float: right;
}

.popupclosebutton {
    cursor: pointer;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

    .popupclosebutton i {
        cursor: pointer;
        font-size: 22px;
        color: var(--primary-color);
    }

.login_popup_main .userloginpopup {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.userloginpopup .popup-head h5 {
    float: left;
    width: 100%;
    padding: 40px 0 20px;
    border-bottom: 1px solid var(--border-color);
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 500;
}

.popupotp-input {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

.userloginpopup .popupotp-input input {
    width: 100%;
    height: 60px;
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid var(--border-color);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    margin: 0 0 0px;
}

    .userloginpopup .popupotp-input input:active,
    .userloginpopup .popupotp-input input:focus {
        outline: 1px solid var(--secondary-color);
    }

.userloginpopup .popupbtn {
    width: 100%;
}

.popupbtn-in {
    width: 100%;
    padding: 12px 0;
    background-color: var(--primary-color);
    border: none;
    border-radius: 2px;
    color: var(--pure);
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

    .popupbtn-in:hover, .popupbtn-in:focus {
        background-color: var(--secondary-color);
        box-shadow: 0px 10px 20px rgb(255 135 20 / 50%);
        color: var(--primary-color);
    }

.popup-sigin-option {
    display: flex;
    gap: 100px;
    align-items: center;
    padding: 60px 0 0px;
    width: 100%;
}

    .popup-sigin-option .sigin-option-title h5 {
        font-size: 15px;
        font-weight: 400;
        color: var(--primary-color);
        position: relative;
    }

        .popup-sigin-option .sigin-option-title h5::after {
            position: absolute;
            content: '';
            width: 60px;
            height: 2px;
            background-color: var(--border-color);
            right: -78px;
            bottom: 8px;
        }

.sigin-option-icon {
    display: flex;
    gap: 20px;
}

    .sigin-option-icon a i {
        font-size: 18px;
        line-height: 40px;
        color: var(--pure);
        background-color: var(--primary-color);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        text-align: center;
    }

    .sigin-option-icon a .fa-google {
        background-color: #EA4335;
        line-height: 42px;
    }

    .sigin-option-icon a i:hover,
    .sigin-option-icon a i:focus {
        background-color: #2f4677;
    }

    .sigin-option-icon a .fa-google:hover,
    .sigin-option-icon a .fa-google:focus {
        background-color: #bd362a;
    }

.popupotp-input .web_input span {
    text-align: left;
    font-size: 12px;
    color: var(--secondary-color);
    padding: 4px 0 0px;
}

.css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.Mui-checked, .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.MuiCheckbox-indeterminate {
    color: var(--primary-color) !important;
}

.css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root {
    color: var(--primary-color) !important;
}

.web_input_gender {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
}

    .web_input_gender label {
        float: left;
        font-size: 14px;
        font-weight: 500;
        color: var(--head-text-color);
        display: flex;
        flex-direction: row;
        margin: 0;
    }

    .web_input_gender .css-ahj2mt-MuiTypography-root {
        font-family: "Manrope", sans-serif !important;
        color: var(--head-text-color);
    }

    .web_input_gender .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
        color: var(--primary-color);
    }

    .web_input_gender.web_input_gender01 {
        flex-direction: row;
        gap: 5px;
        align-items: center;
        font-size: 14px;
        padding: 10px 0;
    }

        .web_input_gender.web_input_gender01 a {
            color: var(--secondary-color);
            font-weight: 500;
        }

/*User Login Popup Style End Here*/

/* Header Style Start header */

/* Hero Section Style Start Here */

.herobanner {
    position: relative;
}

.bannerwrapper {
    width: 100%;
    float: left;
    position: relative;
}

.sliderwrapper {
    width: 100%;
    float: left;
}

.carousel {
    padding-top: 0;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

    .carousel > ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .carousel .slide {
        display: none;
    }

    .carousel img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        object-position: center;
    }

    .carousel .slide[data-active] {
        display: block;
        position: relative;
    }

    .carousel .arrow {
        position: absolute;
        top: 47.4%;
        font-size: 32px;
        padding: 0;
        display: none;
        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;
    }
}

/* Slider Style End Here */

/*Booking Form Style Start*/

.bookingwrapper {
    width: 100%;
    float: left;
    position: absolute;
    top: 40px;
    z-index: 1;
}

    .bookingwrapper .tapnow {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 0 10px;
    }

.tapnow h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    color: #092f53;
    margin: 0;
}

.bookingbus {
    float: left;
    width: 100%;
    background-color: var(--background);
    border: 6px solid var(--pure);
    border-radius: 34px;
    padding: 24px 34px;
}

.booking-tab .tab-content {
    float: left;
    width: 100%;
}

.bookingtitle {
    width: 100%;
    float: left;
    z-index: 9;
    position: relative;
    max-width: 675px;
}

    .bookingtitle h1 {
        color: #1a1a1a;
        font-size: 20px;
        font-weight: 500;
        margin: 10px 0 0;
        float: left;
    }

.tablist .nav-tabs {
    border-bottom: 1px solid #ddd;
    margin: 0 0 22px;
    padding: 0 0 21px 0;
}

.css-1m9pwf3 {
    margin: 0 !important;
    width: 18px !important;
    height: 18px !important;
}

.modifyarticletable .css-1m9pwf3 {
    top: 3px !important;
    left: 3px !important;
}

.partialdatadetails .css-1m9pwf3 {
    top: 12px !important;
    left: 12px !important;
}

.partialradiogroup .css-1hbvpl3-MuiSvgIcon-root,
.partialradiogroup .css-11zohuh-MuiSvgIcon-root {
    font-size: 23px !important;
    color: var(--primary-color) !important;
}

.css-1hbvpl3-MuiSvgIcon-root,
.css-11zohuh-MuiSvgIcon-root {
    font-size: 18px !important;
    color: var(--primary-color) !important;
}

.partialradiogroup .css-ahj2mt-MuiTypography-root {
    margin: 0;
    font-family: "Manrope" !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: normal !important;
    letter-spacing: 0.00938em !important;
    color: var(--primary-color);
}

.css-ahj2mt-MuiTypography-root {
    font-family: "Manrope" !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: normal !important;
    letter-spacing: 0 !important;
}

.css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
    display: none;
}

.bokinginput {
    width: 100%;
    float: left;
}

.bokinginputwrap {
    float: left;
    width: 49.2%;
    position: relative;
    border-radius: 16px;
    background-color: var(--pure);
    margin: 0 20px 0 0;
    border: 1px solid rgb(9 47 83 / 20%);
}

    .bokinginputwrap .bookingforminput {
        float: left;
        width: 50%;
    }

.bookingforminput.tocityinput {
    padding: 0 0 0 20px;
}

/*.bookingforminput.journeydateinput,
.bookingforminput.returndateinput {
    width: 38%;
}*/

.quickdate {
    float: right;
    width: 39%;
    top: 23px;
    position: relative;
}

    .quickdate label {
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        line-height: normal;
        text-align: center;
        color: var(--primary-color);
        border-left: 2px solid #e2e2e2;
        padding: 3px 13px 3px 13px;
        cursor: pointer;
    }

        .quickdate label span {
            display: block;
            font-size: 12px;
            font-weight: 400;
            line-height: normal;
            color: var(--text-color);
            margin: 2px 0 0 0;
        }

.bookingforminput .inputdata {
    padding: 18px 0 13px 40px;
    position: relative;
}

    .bookingforminput .inputdata input,
    .bookingforminput .inputdata input {
        border: none;
        min-height: 32px !important;
        height: 32px !important;
        width: 100%;
        padding: 0 !important;
        font-size: 18px;
        font-weight: 700;
        line-height: normal;
        border: none;
        color: var(--primary-color) !important;
    }

        .bookingforminput .inputdata input[type="text"]::-webkit-input-placeholder {
            color: var(--primary-color) !important;
        }

        .bookingforminput .inputdata input::-webkit-input-placeholder {
            color: var(--primary-color) !important;
        }

        .bookingforminput .inputdata input::-moz-placeholder {
            color: var(--primary-color) !important;
        }

        .bookingforminput .inputdata input[type="text"]::-moz-placeholder {
            color: var(--primary-color) !important;
        }

.css-1tb7pjp-MuiInputBase-root-MuiInput-root:before,
.css-1tb7pjp-MuiInputBase-root-MuiInput-root:after {
    display: none !important;
}

.css-xsu6ln-MuiAutocomplete-root {
    width: 90% !important;
}

.bokinginputwrap.bokinginputwrap02 {
    width: 32.8%;
}

.bookingforminput.journeydateinput .inputdata {
    padding: 18px 0 19px 39px;
}

.bookingforminput.journeydateinput input {
    height: 27px !important;
    min-height: 27px !important;
}

    .bookingforminput.journeydateinput input:focus-visible,
    .bookingforminput .inputdata input, .bookingforminput .inputdata input {
        outline-offset: 0;
        outline: 0;
    }

.searchbus {
    float: left;
    width: 14.84%;
}

    .searchbus .searchbtn {
        font-size: 18px;
        font-weight: 400;
        width: 100%;
        letter-spacing: 1px;
        line-height: normal;
        text-transform: uppercase;
        padding: 35px 36px 35px 38px;
        border-radius: 16px;
        background-color: var(--primary-color);
        color: var(--pure);
        border: none;
        transition: 300ms ease-in-out;
        cursor: pointer;
    }

        .searchbus .searchbtn:hover, .searchbus .searchbtn:focus {
            background-color: var(--secondary-color);
            color: var(--primary-color);
            transition: 300ms ease-in-out;
        }

.tablist .nav-item {
    display: flex;
    align-items: center;
}

.bookingform {
    width: 100%;
    float: left;
    z-index: 3;
    position: relative;
    background-color: #F6F7FC;
    border-radius: 16px;
    padding: 10px 20px;
}

    .bookingform ul {
        border: none;
        float: left;
        background-color: var(--bgcolor);
        display: inline-block;
        vertical-align: middle;
        padding: 10px 10px 11px 10px;
        border-radius: 10px;
    }

        .bookingform ul li.nav-item {
            width: auto;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
        }

        .bookingform ul .nav-item02 {
            padding: 0 0 0 10px;
        }

    .bookingform .nav-tabs .nav-link {
        border: none;
        background-color: var(--bgcolor);
        color: var(--textcolor);
        font-size: 14px;
        line-height: 21px;
        font-weight: 600;
        border-radius: 0;
        padding: 15px 46px 14px 47px;
        border-radius: 6px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

        .bookingform .nav-tabs .nav-item.show .nav-link,
        .bookingform .nav-tabs .nav-link.active {
            color: var(--textcolor);
            background-color: var(--buttoncolor);
            border: none;
        }

    .bookingform .nav-tabs .nav-item02 .nav-link {
        padding: 15px 42px 14px 42px;
    }

.bookinginput input[type="text"]::-webkit-input-placeholder {
    color: var(--primary-color) !important;
    opacity: 1;
}

.bookinginput input::-webkit-input-placeholder {
    /*Chrome*/
    color: var(--primary-color) !important;
    opacity: 1;
}

.bookinginput input::-moz-placeholder {
    /*Firefox 19+*/
    color: var(--primary-color) !important;
    opacity: 1;
}

.bookingform .tab-content .tab-pane {
    padding: 40px 20px 0;
    float: left;
    width: 100%;
}

.tab-bookingform {
    width: 100%;
    float: left;
}

.bookingcity {
    width: 48.4%;
    float: left;
    position: relative;
    padding: 0;
    border-radius: 10px;
    background-color: #ffffff;
}

    .bookingcity.bookingdate {
        width: 35.47%;
        float: left;
        margin: 0 0 0 20px;
    }

.fromdatecity {
    border: none;
    width: 100%;
    height: 102px;
    display: flex;
    flex-wrap: nowrap;
    border-radius: 10px;
    background-color: #ffffff;
}

.bookinginput.bookingtodate {
    background-color: transparent;
    border: none;
    border-radius: inherit;
    background-position: left -1013px;
}

.cityswapicon {
    z-index: 1;
    background-image: url("../images/site/icon02.png") !important;
    background-position: center -342px;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    left: 0;
    right: -1px;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.MuiFormControlLabel-root.MuiFormControlLabel-labelPlacementTop.css-1hpqosy-MuiFormControlLabel-root {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px 0 0;
    margin: 0 30px 0 0 !important;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}

popupuserdetail .MuiFormControlLabel-root.MuiFormControlLabel-labelPlacementTop.css-1hpqosy-MuiFormControlLabel-root {
    margin: 0 0 0 0 !important;
    padding: 0 !important;
}

popupuserdetail .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
    padding: 0 !important;
}

.css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
    display: none !important;
}

.css-vqmohf-MuiButtonBase-root-MuiRadio-root {
    padding: 0px 6px 1px 0 !important;
}

.bookingforminput .inputdata label {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    margin: 0 0 8px !important;
    color: #8590A3;
}

.bookinginput k.css-dd2h8b-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
    padding: 0;
    font-size: 26px;
    font-weight: 700;
    background-color: var(--pure);
    border-radius: 50px;
    height: 52px;
    color: var(--primary-color);
    background-position: 21px -446px;
    background-repeat: no-repeat;
    padding: 0 0 0 50px;
}

.inputdata .redclr {
    left: 40px;
    bottom: -22px;
}

.returndateinput .inputdata .redclr {
    width: 100%;
}

.redclr {
    position: absolute;
    left: 0;
    bottom: 2px;
    font-size: 13px;
}

.boardingpointchart .redclr {
    bottom: -18px;
    left: 0;
}

/*Booking Form Style End*/

/*About Us Style Start Here*/

.aboutwrapper {
    float: left;
    width: 100%;
}

.aboutus {
    width: 100%;
    float: left;
    background-image: url("../images/site/aboutbg.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutuswrap {
    float: left;
    width: 100%;
    padding: 105px 0 89px;
}

.toptitle h6.title {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1.9px;
    color: var(--primary-color);
    width: 354px;
    max-width: 354px;
    display: inline-block;
    position: relative;
}

    .toptitle h6.title:before {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        height: 2px;
        width: 46px;
        background-color: var(--primary-color);
    }

    .toptitle h6.title:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 48px;
        height: 1px;
        width: 280px;
        background-color: var(--secondary-color);
    }

.toptitle h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    color: var(--primary-color);
    padding: 35px 0 0;
}

    .toptitle h2 span {
        display: block;
        color: var(--secondary-color);
    }

.aboutuswrap .aboutuswrapleft {
    width: 49.3%;
    float: left;
}

.aboutuswrapleft .visionwrap {
    padding: 40px 0 0;
}

.visionwrap .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    border-bottom: 1px solid rgba(9, 47, 83, 0.2);
}

    .visionwrap .panel-group .panel:first-child {
        border-top: 1px solid rgba(9, 47, 83, 0.2);
    }

    .visionwrap .panel-group .panel + .panel {
        margin: 0;
        background-color: transparent;
    }

.visionwrap .panel-default > .panel-heading {
    padding: 20px;
}

    .visionwrap .panel-default > .panel-heading:first-child {
        padding: 20px;
        border: none;
        background: transparent;
    }

    .visionwrap .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border: none;
    }

.visionwrap .panel-title > a, .panel-title > a:active {
    display: block;
    padding: 0;
    color: #555 !important;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.visionwrap .panel-title > a, .panel-title > a:active {
    display: block;
    padding: 0;
    color: var(--primary-color) !important;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.visionwrap .panel-heading a:before {
    font-family: 'FontAwesome';
    content: "\f067 ";
    font-weight: 100;
    color: var(--text-color);
    float: right;
    transition: all 0.5s;
}

.visionwrap .panel-heading.active a:before {
    content: "\f068" !important;
    font-family: 'FontAwesome';
}

.visionwrap .panel-body h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 0px 20px 20px;
    color: var(--text-color);
    letter-spacing: 0.2px;
}

.aboutuswrapleft .visionlist {
    padding: 20px;
    border-bottom: 1px solid rgb(9 47 83 / 20%);
}

    .aboutuswrapleft .visionlist:first-child {
        padding: 19px 20px 20px;
        border-top: 1px solid rgb(9 47 83 / 20%);
    }

    .aboutuswrapleft .visionlist a {
        font-size: 18px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.25px;
        display: block;
        color: var(--primary-color);
    }

        .aboutuswrapleft .visionlist a:hover, .aboutuswrapleft .visionlist a:focus {
            text-decoration: none;
        }

        .aboutuswrapleft .visionlist a::after {
            border-style: solid;
            border-width: 2px 2px 0 0;
            content: " ";
            height: 8px;
            right: 8px;
            position: relative;
            top: 7px;
            transform: rotate(135deg);
            transition: 0.35s ease-in-out;
            width: 8px;
            border-color: var(--text-color);
            float: right;
        }

    .aboutuswrapleft .visionlist.active a:after {
        transform: rotate(-45deg);
        transition: 0.25s ease-in-out;
    }

.aboutuswrapleft .visionlistcontent h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0 0 !important;
    padding: 0 20px 20px 20px;
    color: var(--text-color);
    border-bottom: 1px solid rgba(9, 47, 83, 0.2);
}

.aboutuswrap .aboutuswrapright {
    width: 50.7%;
    float: right;
    padding: 121px 0 0;
}

.aboutuswrapright .awardRecognition {
    padding: 0 0 0 134px;
}

.awardRecognition {
    float: left;
    width: 100%;
    padding: 0 0 0 123px;
    text-align: center;
}

    .awardRecognition h3 {
        font-size: 32px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.20px;
        text-transform: uppercase;
        text-align: center;
        margin: 22px 0 14px !important;
        color: var(--primary-color);
    }

    .awardRecognition p {
        font-size: 20px;
        font-weight: 700;
        line-height: normal;
        color: var(--primary-color);
    }

        .awardRecognition p span {
            display: block;
            font-size: 16px;
            font-weight: 500;
            padding: 4px 0 0;
        }

.aboutuswrapright img {
    float: right;
    width: 100%;
    max-width: 555px;
}

/*About Us Style End Here*/

/*count*/

.countside {
    display: flex;
    column-gap: 20px;
    padding: 40px 0 80px;
}

.customercounter h2 {
    padding: 25px 0 0;
}

.countside .countbox {
    border-radius: 8px;
    background: var(--primary-color);
    width: 25%;
    display: inline-block;
}

.countside .countitem {
    padding: 30px 30px 50px;
    position: relative;
}

    .countside .countitem::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 6px;
        width: 100%;
        border-radius: 0 0 100px 100px;
        background-color: var(--secondary-color);
    }

    .countside .countitem span {
        background-image: url("../images/site/count_icon.png");
        background-position: center -9px;
        background-repeat: no-repeat;
        width: 52px;
        height: 52px;
    }

    .countside .countitem.countitem02 span {
        background-position: center -162px;
    }

    .countside .countitem.countitem03 span {
        background-position: center -315px;
    }

    .countside .countitem h2 {
        color: #FFF;
        text-align: left;
        font-size: 34px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        padding: 0 0 8px;
    }

    .countside .countitem h5 {
        font-size: 14px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 2px;
        color: var(--secondary-color);
        text-transform: uppercase;
    }

    .countside .countitem p {
        color: var(--background);
        text-align: left;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        padding: 26px 0 0;
    }

/*count END*/

/*Amenities Style Start Here*/

/**/
.hbservices {
    float: left;
    width: 100%;
    background-color: var(--background);
}

.hbfaservicesfacilities {
    text-align: center;
    width: 100%;
    padding: 79px 0 80px;
}

    .hbfaservicesfacilities h2 {
        padding: 25px 0 0;
    }

.serviceswraptop {
    text-align: center;
}

    .serviceswraptop ul {
        display: flex;
        justify-content: center;
        padding: 60px 0 0;
        border: none;
    }

    .serviceswraptop .nav > li {
        margin: 0;
    }

        .serviceswraptop .nav > li > a {
            background-color: transparent !important;
            color: var(--primary-color) !important;
            padding: 10px 40px 20px;
            border: none !important;
            font-size: 20px;
            font-weight: 600;
            line-height: normal;
            letter-spacing: 0.92px;
            margin: 0;
            position: relative;
        }

            .serviceswraptop .nav > li > a:before {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 2px;
                background-color: #8590A3;
            }

            .serviceswraptop .nav > li > a:hover:after,
            .serviceswraptop .nav > li.active > a:after {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 2px;
                background-color: var(--secondary-color);
            }

            .serviceswraptop .nav > li > a:hover {
            }
/**/
/*feature Start style*/
.hbservices .container {
    max-width: 1440px !important;
}

.feature,
.amenities,
.testimonial01 {
    padding: 40px 0 0;
}

    .feature .featurebox {
        background-color: var(--pure);
        color: var(--primary-color);
        padding: 30px 17px 62px 18px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 30px;
        margin: 0 10px 0;
        cursor: pointer;
        margin: 0 auto;
        width: 210px;
        max-width: 210px;
    }

        .feature .featurebox:hover {
            background-color: var(--primary-color);
        }

            .feature .featurebox:hover.featurebox .featureicon {
                background-color: var(--secondary-color);
            }

            .feature .featurebox:hover.featurebox h4 {
                color: var(--pure);
            }

.featurebox .featureicon {
    background-color: var(--background);
    width: 104px;
    height: 104px;
    border-radius: 30px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.featurebox h4 {
    margin: 30px 0 0 !important;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.82px;
    color: var(--primary-color);
}

.featureicon span {
    display: inline-block;
    background-image: url(../images/site/salientfeatures.png);
    background-position: left -10px;
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
}

.featureicon.featureicon02 span {
    background-position: left -152px;
}

.featureicon.featureicon03 span {
    background-position: left -294px;
}

.featureicon.featureicon04 span {
    background-position: left -436px;
}

.featureicon.featureicon05 span {
    background-position: left -578px;
}

.featureicon.featureicon06 span {
    background-position: left -720px;
}

/*feature End style*/

/*amenities Start style*/

.amenities .amenitiesbox {
    background-color: var(--pure);
    color: var(--primary-color);
    padding: 30px 17px 62px 18px;
    display: flex;
    row-gap: 0;
    flex-direction: column;
    align-items: center;
    border-radius: 30px;
    margin: 0 10px 0;
    cursor: pointer;
    margin: 0 auto;
    width: 210px;
    max-width: 210px;
}

    .amenities .amenitiesbox:hover {
        background-color: var(--primary-color);
    }

        .amenities .amenitiesbox:hover.amenitiesbox .amenitiesicon {
            background-color: var(--secondary-color);
        }

        .amenities .amenitiesbox:hover.amenitiesbox h4 {
            color: var(--pure);
        }

.amenitiesbox .amenitiesicon {
    background-color: var(--background);
    width: 104px;
    height: 104px;
    border-radius: 30px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.amenitiesbox h4 {
    margin: 30px 0 0 !important;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.82px;
    color: var(--primary-color);
}

.amenitiesicon span {
    display: inline-block;
    background-image: url(../images/site/amenities.png);
    background-position: left -10px;
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
}

.amenitiesicon.amenitiesicon02 span {
    background-position: left -152px;
}

.amenitiesicon.amenitiesicon03 span {
    background-position: left -294px;
}

.amenitiesicon.amenitiesicon04 span {
    background-position: left -436px;
}

.amenitiesicon.amenitiesicon05 span {
    background-position: left -578px;
}

.amenitiesicon.amenitiesicon06 span {
    background-position: left -720px;
}

/*amenities End style*/

/*.serviceswrapbottom .tab-content .tab-pane {
    display: none !important;
}

    .serviceswrapbottom .tab-content .tab-pane.active {
        display: block !important;
        opacity: 1 !important;
    }*/


.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}


.serviceswrapbottom .tab-content > .active .owl-carousel {
    display: flex !important;
}

/*.serviceswrapbottom .tab-content > .active .testimonial01 {
    display: flex !important;
}*/

.testimonial01 .owl-stage-outer {
    overflow: hidden;
}

    .testimonial01 .owl-stage-outer .owl-stage {
        display: flex;
    }

.testimonial01 .owl-nav {
    display: none;
}
/*Amenities Style End Here*/

/*Testimonial Style Start Here*/

.reviewbox {
    border-radius: 30px;
    background-color: var(--pure);
    padding: 40px 48px 44px 26px;
    display: flex;
    flex-direction: row;
    column-gap: 26px;
    align-items: flex-start;
}

    .reviewbox .customericon {
        background-color: var(--background);
        width: 104px;
        height: 104px;
        border-radius: 30px;
        justify-content: center;
        display: flex;
        align-items: center;
    }

        .reviewbox .customericon span {
            display: inline-block;
            background-image: url(../images/site/reviewicon.png);
            background-position: left 0;
            background-repeat: no-repeat;
            width: 42px;
            height: 42px;
            margin: 31px;
        }

.testimonial01 {
    position: relative;
}

.testimonialcontent p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
    color: #565864;
    margin: 0;
    min-height: 112px;
}

.testimonialcontent h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    color: #092F53;
    margin: 27px 0 0 !important;
}

.testimonial01 .owl-dots {
    text-align: center;
    padding-top: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial01 .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background: #8590A3;
    margin: 0 4px;
}

    .testimonial01 .owl-dot.active {
        width: 12px;
        height: 12px;
        background-color: #092F53;
    }

    .testimonial01 .owl-dot:focus {
        outline: none;
    }

.testimonial01 .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

    /*span {
    font-size: 70px;
    position: relative;
    top: -5px;
}*/

    .testimonial01 .owl-nav button:focus {
        outline: none;
    }

/*Testimonial Style End Here*/

.amenitieswrapper {
    width: 100%;
    float: left;
    clear: both;
}

.amenitiesblock {
    width: 100%;
    float: left;
    background-color: var(--background);
}

.amenitiessection {
    width: 100%;
    float: left;
    padding: 101px 0 0;
}

.amenitiesmain {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-start;
    padding: 0 0 81px;
}

.amenitiesmobiletitle {
    display: none;
}

.amenitiespart {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 80px;
}

.amenitiesleftpart {
    display: flex;
    gap: 30px;
    position: relative;
    flex-basis: 50%;
}

.leftimagecontent {
    position: absolute;
    bottom: 19px;
    right: 14px;
    width: 56.3%;
    background-color: var(--pure);
    padding: 25px 30px 28px 80px;
    border-radius: 6px;
    box-shadow: 0px 10px 20px rgba(81, 81, 81, 0.12);
}

    .leftimagecontent h5 {
        font-size: 26px;
        font-weight: 600;
        color: var(--primary-color);
        line-height: 48px;
        position: relative;
        letter-spacing: 2.8px;
        text-transform: uppercase;
    }

        .leftimagecontent h5::after {
            position: absolute;
            content: '';
            width: 120px;
            height: 2px;
            left: 167px;
            bottom: 15px;
            background-color: var(--secondary-color);
        }

    .leftimagecontent p {
        font-size: 16px;
        font-weight: 400;
        color: var(--text-color);
        line-height: 28px;
        padding: 8px 0 0;
    }

.amenitiesrightpart {
    flex-basis: 48.8%;
    padding: 12px 0 0;
}

.amenitieslistblock {
    width: 100%;
    float: left;
    padding: 80px 0 0 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 145px;
}

.amenitieslistblock01 {
    display: flex;
    flex-direction: column;
}

.amenitiesbox {
    list-style: none;
    /* width: 50%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 40px;
    gap: 46px;
    cursor: pointer;
}

    .amenitiesbox .box-item-left {
        width: 70px;
    }

        .amenitiesbox .box-item-left .box-item-border {
            border: 1px solid var(--border-color);
            width: 80px;
            height: 90px;
            position: relative;
            z-index: 0;
        }

    .amenitiesbox .box-border-bg {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#565969), to(#FF5E14));
        background-image: -webkit-linear-gradient(top, #565969 0%, #FF5E14 100%);
        background-image: -o-linear-gradient(top, #565969 0%, #FF5E14 100%);
        background-image: linear-gradient(180deg, #565969 0%, #FF5E14 100%);
    }

    .amenitiesbox .box-item-left .box-item-border .box-border-bg {
        position: absolute;
        z-index: -1;
        left: -1px;
        right: -1px;
        bottom: -1px;
        top: 60%;
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }

    .amenitiesbox .box-item-left .box-item-border .box-icon {
        width: 80px;
        height: 70px;
        background-color: var(--primary-color);
        color: #fff;
        margin: 13% 0 0 -13%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        background-image: url(../images/Icons.svg);
        background-repeat: no-repeat;
        background-position: center -2988px;
    }

    .amenitiesbox.amenitiesbox02 .box-item-left .box-item-border .box-icon {
        background-position: center -3368px;
    }

    .amenitiesbox.amenitiesbox03 .box-item-left .box-item-border .box-icon {
        background-position: center -3748px;
    }

    .amenitiesbox.amenitiesbox04 .box-item-left .box-item-border .box-icon {
        background-position: center -4128px;
    }

    .amenitiesbox.amenitiesbox05 .box-item-left .box-item-border .box-icon {
        background-position: center -3178px;
    }

    .amenitiesbox.amenitiesbox06 .box-item-left .box-item-border .box-icon {
        background-position: center -3558px;
    }

    .amenitiesbox.amenitiesbox07 .box-item-left .box-item-border .box-icon {
        background-position: center -3938px;
    }

    .amenitiesbox.amenitiesbox08 .box-item-left .box-item-border .box-icon {
        background-position: center -4318px;
    }

    .amenitiesbox:hover .box-item-left .box-item-border .box-border-bg {
        top: 0;
    }

    .amenitiesbox:hover .box-item-left .box-item-border .box-icon {
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    }

.box-item-right {
    align-content: center;
    display: flex;
    align-self: center;
}

    .box-item-right .box-title {
        font-size: 20px;
        font-weight: 600;
        color: var(--primary-color);
    }

.amenitiesbox:hover .box-item-right .box-title {
    color: var(--secondary-color);
}

/*mobilewrapper Style Start Here*/

.mobilewrapper {
    width: 100%;
    float: left;
    clear: both;
    background-image: url("../images/site/appbgpng.png");
    background-position: -9px top;
    background-repeat: no-repeat;
    min-height: 680px;
    background-size: 1020px;
    margin: 0 0 -100px;
}

.mobilewrap {
    float: left;
    width: 100%;
    padding: 100px 0;
}

.mobilewraplift {
    float: left;
    width: 61.5%;
    text-align: right;
}

    .mobilewraplift img {
        width: 100%;
        max-width: 776px;
    }

.mobilewrapright {
    float: left;
    width: 40.82%;
    z-index: 1;
    position: relative;
    margin: 0 0 0 -91px;
}

    .mobilewrapright .toptitle h2 {
        padding: 25px 0 0;
    }

    .mobilewrapright ul {
        margin: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 21px;
        column-gap: 18px;
        padding: 59px 31px 67px 0;
    }

        .mobilewrapright ul li {
            flex: 1 1 200px;
            list-style: none;
        }

            .mobilewrapright ul li p {
                margin: 0;
                font-size: 18px;
                font-weight: 700;
                line-height: normal;
                color: var(--primary-color);
                background-image: url("../images/site/icon02.png");
                background-position: left -532px;
                background-repeat: no-repeat;
                padding: 0 0 0 22px;
            }

.apptext {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding: 0 0 17px;
    color: var(--text-color);
}

.applink {
    position: relative;
    height: 71px;
    z-index: 2;
}

    .applink:after {
        position: absolute;
        content: "";
        left: -2px;
        right: -2px;
        top: -2px;
        bottom: -2px;
        z-index: -1;
    }

    .applink input {
        font-size: 18px;
        font-weight: 700;
        line-height: normal;
        width: 100%;
        height: 100%;
        border: none;
        padding: 22px 200px 23px 29px;
        background: var(--pure);
        color: var(--text-color);
        border: 1px solid rgb(9 47 83 / 20%);
        border-radius: 18px;
    }

        .applink input::-webkit-input-placeholder {
            color: var(--text-color);
        }

        .applink input:-ms-input-placeholder {
            color: var(--text-color);
        }

        .applink input::-ms-input-placeholder {
            color: var(--text-color);
        }

        .applink input:focus-visible {
            outline-offset: 0px;
            outline: none;
        }

        .applink input::placeholder {
            color: var(--text-color);
        }

    .applink button {
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 0;
        width: 142px;
        height: 51px;
        outline: none;
        border: none;
        border-radius: 11px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.5px;
        color: var(--pure);
        background-color: var(--primary-color);
        cursor: pointer;
        text-transform: uppercase;
    }

.mobileclick {
    display: flex;
    padding: 26px 0 0 60px;
    align-items: center;
    column-gap: 30px;
}

.mobileclickapp {
    background-color: var(--primary-color);
    border-radius: 20px;
}

.mobileclick p {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    margin: 0;
    color: var(--primary-color);
}

.mobileclickapp a {
    display: inline-block;
}

.mobileclickapp a {
    display: inline-block;
    padding: 10px 9px 10px 20px;
}

    .mobileclickapp a.iosapp {
        padding: 10px 19px 10px 11px;
        position: relative;
    }

        .mobileclickapp a.iosapp:before {
            content: '';
            position: absolute;
            left: 0;
            top: 17px;
            width: 1px;
            height: 28px;
            background-color: rgb(255 255 255 / 40%);
        }

/*mobilewrapper Style End Here*/

/*whathsaap icon css*/

.whatsappicon {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 3;
    cursor: pointer;
}

.whatsappbox {
    width: 310px;
    position: fixed;
    top: auto;
    bottom: 70px;
    left: auto;
    right: 15px;
    background-color: #fff;
    padding: 0;
    box-shadow: 2px 2px 20px rgba(9, 47, 83, 0.2);
    border-radius: 5px;
    z-index: 99;
}

.whatsappboxheader {
    padding: 18px 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .whatsappboxheader h5 {
        display: inline-block;
        font-weight: 700;
        font-size: 16px;
        margin: 0;
        line-height: normal;
        color: var(--primary-color);
    }

    .whatsappboxheader .close {
        display: inline-block;
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        color: var(--text-color);
        text-shadow: 0 1px 0 #fff;
        opacity: 1;
        margin-top: -3px;
        width: max-content;
    }

.whatsappboxinn {
    position: relative;
    padding: 15px 15px 15px 20px;
}

.whatsappbox .inner_whatsapp_blk {
    background: #fff;
    padding: 5px;
    position: relative;
}

    .whatsappbox .inner_whatsapp_blk p {
        margin: 0;
        font-size: 15px;
        font-weight: 600;
        color: var(--secondary-color);
    }

#divWhatsApp.hide {
    display: none !important;
}

.whatsappradio {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 6px;
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0 0;
}

.whatsappradiobox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

    .whatsappradiobox input {
        margin: 1px 0 0;
    }

.whatsappboxfooter {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 20px 20px;
    gap: 10px;
}

    .whatsappboxfooter .btn-success {
        width: 100%;
        background-color: #28a745 !important;
        color: var(--pure) !important;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
    }

    .whatsappboxfooter .btn-danger {
        width: 100%;
        background-color: #dc3545 !important;
        color: var(--pure) !important;
        font-weight: 600;
    }

.whatsappradio input[type="radio"]::before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}

.whatsappradio label {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: var(--text-color);
    margin: 0;
}

/*whathsaap icon css*/

/* Footer Style Start Here */

/*Footer Style Start Here*/

.footerwrapper {
    width: 100%;
    float: left;
    padding: 100px 0 0;
}

.footermain {
    width: 100%;
    float: left;
}

.footertop {
    width: 100%;
    float: left;
    background-color: var(--primary-color);
}

.footertopmain {
    width: 100%;
    float: left;
}

.footer-navlinks {
    padding: 36px 0 3px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

    .footer-navlinks ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 0;
        list-style: none;
        padding: 0;
    }

        .footer-navlinks ul li a {
            font-size: 16px;
            font-weight: 400;
            line-height: normal;
            color: var(--pure);
            text-transform: uppercase;
            letter-spacing: 0.50px;
            padding: 20px 38px 22px 40px;
            display: inline-block;
            position: relative;
            transition: .4s ease;
            -webkit-transition: .4s ease;
            -moz-transition: .4s ease;
            -ms-transition: .4s ease;
            -o-transition: .4s ease;
        }

            .footer-navlinks ul li a:hover::before, .footer-navlinks ul li a:focus::before {
                content: '';
                position: absolute;
                bottom: -4px;
                left: 0;
                width: 100%;
                height: 1px;
                background-color: var(--secondary-color);
            }

            .footer-navlinks ul li a:hover,
            .footer-navlinks ul li a:focus {
                color: var(--pure);
                text-decoration: none;
            }

.footer-contact-main {
    width: 100%;
    float: left;
    background-color: var(--primary-color);
    padding: 60px 0 67px;
}

.footer-contact-block {
    display: flex;
    column-gap: 20px;
}

.footer-contact-data {
    float: left;
    width: 25%;
    text-align: center;
}

    .footer-contact-data span {
        display: inline-block;
        background-image: url(../images/site/icon02.png);
        background-position: left -700px;
        background-repeat: no-repeat;
        width: 60px;
        height: 60px;
    }

    .footer-contact-data.contact-email span {
        background-position: left -910px;
    }

    .footer-contact-data.contact-address span {
        background-position: left -1120px;
    }

    .footer-contact-data.contact-social span {
        background-position: left -1330px;
    }

    .footer-contact-data h5 {
        font-size: 18px;
        font-weight: 600;
        color: var(--secondary-color);
        padding: 18px 0 14px;
    }

    .footer-contact-data.contact-social h5 {
        padding: 18px 0 12px;
    }

.footer-contact-details {
    display: flex;
    flex-direction: column;
    padding: 0;
}

    .footer-contact-details a,
    .footer-contact-details p {
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        color: var(--pure);
    }

        .footer-contact-details a:hover,
        .footer-contact-details a:focus {
            color: var(--secondary-color);
            text-decoration: none;
        }

    .footer-contact-details.social {
        flex-direction: row;
        justify-content: center;
        column-gap: 24px;
        list-style: none;
    }

        .footer-contact-details.social li a {
            font-size: 22px;
        }

            .footer-contact-details.social li a i {
                font-family: 'FONTAWESOME';
                font-weight: var(--fa-style,900);
            }

.footer-bottom {
    width: 100%;
    float: left;
    clear: both;
    padding: 0;
    background-color: #072542;
}

.footer-bottom-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 19px 0 20px;
}

.footer-social-icon {
    display: flex;
    flex-direction: row;
}

    .footer-social-icon a {
        font-size: 18px;
        line-height: normal;
        color: var(--pure);
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        width: 80px;
        height: 80px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
    }

        .footer-social-icon a:hover,
        .footer-social-icon a:focus {
            color: var(--secondary-color);
            transition: 0.3s ease;
            -webkit-transition: 0.3s ease;
            -moz-transition: 0.3s ease;
            -ms-transition: 0.3s ease;
            -o-transition: 0.3s ease;
        }

.footer-company-link {
    padding: 2px 0 0 0;
}

    .footer-company-link p, .footer-company-link p a {
        font-size: 14px;
        font-weight: 400;
        color: var(--pure);
        letter-spacing: 0.25px;
        margin: 0;
    }

        .footer-company-link p a:hover,
        .footer-company-link p a:focus {
            color: var(--secondary-color);
            text-decoration: none;
        }

.footer-poweredby p {
    font-size: 14px;
    font-weight: 400;
    color: var(--pure);
    margin: 0;
}

.footer-poweredby {
    display: flex;
    align-items: center;
    padding: 1px 34px 0 0;
}

    .footer-poweredby p {
        padding: 0 10px 0 0;
    }

/*Footer Style End Here*/

/*****************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 {*/
/* width: 512px;
    height: 512px;*/
/* margin: 60px auto; */
/*top: 15%;
    left: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    right: 0;
    bottom: 0;
}


.website_banner .modal-body {
    padding: 0;
}

.website_banner .modal-content {
    border: none;
}

.website_banner .carousel-indicators li {
    cursor: pointer;
}

.website_banner .modal-content {
    background-color: transparent;
    border: none;
    justify-content: center;
    align-items: center;
}*/

/*.website_banner .carousel-control-next, .website_banner .carousel-control-prev {
    display: none;
}*/

/*.banner_modal .fade:not(.show),
.banner_modal .modal-backdrop.fade,
.banner_modal .offcanvas-backdrop.fade,
.banner_modal .toast.showing, .tooltip {
    opacity: 1 !important;
    background-color: rgba(0, 0, 0, 0.5);
}

.fade:not(.show), .modal-backdrop.fade {
    opacity: 0.5;
}

.sliderwrapper .fade:not(.show) {
    opacity: 1 !important;
}

.modal.fade .modal-dialog {
    transform: translate(0, 50px) !important;
}

.btn-close {
    width: 2em !important;
    height: 2em !important;
    background-size: 15px !important;
}*/

.website_banner .btn-default {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: #000;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
}

.website_banner button.btn-default {
    position: absolute;
    z-index: 99;
    right: 10px;
    top: 10px;
    opacity: 1;
}

.website_banner:focus, .carousel-indicators .active, select:disabled {
    opacity: 1 !important;
}

.website_banner .modal-dialog {
    /* width: 512px;
    height: 512px;*/
    /* margin: 60px auto; */
    top: 15%;
    left: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    right: 0;
    bottom: 0;
}

.website_banner .modal-body {
    padding: 0;
}

.website_banner .modal-content {
    border: none;
}

.website_banner .carousel-indicators li {
    cursor: pointer;
}

.website_banner .modal-content {
    background-color: transparent;
    border: none;
    justify-content: center;
    align-items: center;
}

/*.fade:not(.show), .modal-backdrop.fade {
    opacity: 0.5 !important;
}

.sliderwrapper .fade:not(.show) {
    opacity: 1 !important;
}*/

/*****************Website Banner Style End Here******************/

/* gallery css start */

.gallerywrap {
    width: 100%;
    float: left;
    clear: both;
    padding: 50px 0 0;
}

    .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: #fefefe;
        margin: auto;
        padding: 0;
        width: 90%;
        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: 50%;
        width: auto;
        padding: 16px;
        margin-top: -50px;
        color: white;
        font-weight: bold;
        font-size: 20px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
    }

    /* 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%;
    }

    .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***********************/

/*************************Available Route Page Style Start***********************/
/* Modify Search Area Style Start */
.availableroutewrapper {
    width: 100%;
    float: left;
    clear: both;
    padding: 0;
}

.modifywrapper {
    width: 100%;
    float: left;
    padding: 20px 0 20px;
    background-color: var(--background);
    margin: 19px 0 0;
}

.modifybookingform {
    width: 100%;
    float: left;
    background-color: var(--pure);
    padding: 20px 20px 19px 16px;
    border-radius: 10px;
}

.modifybookingsearch {
    width: 100%;
    float: left;
}

.modifycity {
    width: 47.1%;
    float: left;
    background-color: var(--pure);
    border-radius: 8px;
    position: relative;
}

.modifyswapcity {
    background-image: url("../images/site/availableicon.png") !important;
    background-position: center -457px;
    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: 46%;
    display: inline-block;
}

.modifyinput.modifytocity.modifyfromcity {
    float: right;
}

.modifybookingsearch .modifyinput input {
    width: 100%;
    height: 52px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #395875;
    outline: none;
    border: none;
    border-radius: 0;
    padding: 0 0 0 46px;
    background-image: url("../images/site/availableicon.png");
    background-position: 0 4px;
    background-repeat: no-repeat;
    font-family: "Manrope", sans-serif !important;
}

.modifybookingsearch .modifyinput.modifyfromcity input {
    background-position: 0 -220px;
}

.modifyinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root {
    font-family: "Manrope", sans-serif !important;
    font-weight: 500;
    font-size: 18px;
}

.modifydate {
    width: 37.1%;
    float: left;
}

.modifytodate {
    width: 50%;
    display: inline-block;
    position: relative;
}

    .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: 15px -663px;
    padding: 0 0 0 50px;
}

.modifybookingsearch .modifyinput.modifyfromdate input {
    background-position: 16px -887px;
}

.modifybutton {
    width: 14.2%;
    float: right;
    margin: 0 0 0 10px;
}

    .modifybutton button {
        width: 100%;
        text-align: center;
        height: 52px;
        background-color: var(--secondary-color);
        border: none;
        font-size: 16px;
        font-weight: 600;
        color: var(--primary-color);
        border-radius: 8px;
    }

        .modifybutton button:hover, .modifybutton button:focus {
            background-color: var(--primary-color);
            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: 2px solid var(--secondary);
}

.modifyinput .css-xsu6ln-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
    padding: 0 10px 0 35px;
    height: 52px;
}

.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;
}

body .routewrapper .container {
    max-width: 1310px;
}

.routedetail {
    width: 100%;
    max-width: 1684px;
    margin: 0 auto;
    padding: 0 15px 0;
}

.routerightside .routeleftside {
    float: left;
    position: relative;
    width: 23.3%;
    background-color: var(--pure);
    box-shadow: rgba(133, 144, 163, 0.1) 6px 10px 40px;
    border-radius: 10px;
    padding: 40px 39px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(9, 47, 83, 0.2);
    border-image: initial;
}

.routerightside .routerightcontent {
    width: 72.3%;
}

.available_route_topbar {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0 0 10px;
}

.available_route_count span {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-color);
}

    .available_route_count span label {
        font-weight: 600;
        color: var(--secondary-color);
    }

.sec-center {
    position: relative;
    text-align: center;
    z-index: 1;
}

    .sec-center span {
        font-size: 15px;
        font-weight: 500;
        color: var(--primary-color);
        padding: 0 20px 0 0;
    }

    .sec-center input {
        opacity: 0;
        position: absolute;
    }

.section-dropdown .css-qfz70r-MuiFormGroup-root .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
    padding: 0;
}

.section-dropdown .css-hyxlzm {
    padding: 0;
}

.dark-light:checked + label,
.dark-light:not(:checked) + label {
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 20000;
    display: block;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    cursor: pointer;
    transition: all 200ms linear;
    box-shadow: 0 0 25px rgba(255, 235, 167, .45);
}


.sortdropdown:checked + label, .sortdropdown:not(:checked) + label {
    position: relative;
    font-weight: 500;
    font-size: 15px;
    height: 42px;
    margin: 0;
    width: 266px;
    padding: 0 0 0 15px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    background-color: var(--pure);
    cursor: pointer;
    color: var(--text-color);
    border-radius: 8px;
    border: 1px solid rgba(9, 47, 83, 0.2);
}

.for-dropdown:after {
    position: absolute;
    right: 10px;
    content: "\f107";
    color: var(--primary-color);
    font-size: 18px;
    font-family: 'FontAwesome' !important;
}

.sortdropdown:checked + label:before,
.sortdropdown:not(:checked) + label:before {
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: auto;
    pointer-events: none;
}

.sortdropdown:checked + label:before {
    pointer-events: auto;
}

.section-dropdown .css-1f2kvjf-MuiFormControlLabel-root {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: 6px;
    margin: 0;
}

.section-dropdown button {
    color: var(--textcolor);
    background-color: transparent;
    border: none;
    transition: all 200ms linear;
    font-size: 15px;
    padding: 5px 20px 8px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(14, 44, 120, 0.2);
}

    .section-dropdown button:last-child {
        border: none !important;
    }

.section-dropdown .css-qfz70r-MuiFormGroup-root {
    gap: 10px;
}

.section-dropdown {
    position: absolute;
    padding: 20px 0 20px 16px;
    background-color: #f1f5ff;
    top: 42px;
    left: 70px;
    width: 200px;
    border-radius: 8px;
    display: block;
    box-shadow: 0 14px 35px 0 rgba(14, 44, 120, 0.2);
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 200ms linear;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 4px;
}

.sortdropdown:checked ~ .section-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.section-dropdown button {
    color: var(--textcolor);
    background-color: transparent;
    border: none;
    transition: all 200ms linear;
    font-size: 15px;
    padding: 5px 20px 8px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(14, 44, 120, 0.2);
}

    .section-dropdown button:last-child {
        border: none !important;
    }

/* 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 {
    padding: 20px 0 0;
    width: 100%;
    float: left;
    text-align: center;
}

    .filtermodelbottombtn .filterapplybutton {
        font-size: 18px;
        font-weight: 500;
        text-transform: capitalize;
        color: var(--pure);
        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 {
    width: 100%;
    float: left;
    padding: 43px 40px;
    border-radius: 0;
    border: none;
    position: relative;
}

    .routeleftside .filterclosebtn {
        background-color: transparent;
        border: none;
        padding: 0;
        position: absolute;
        right: 12px;
        top: 12px;
        font-size: 20px;
        color: var(--secondary);
        line-height: 20px;
    }

.routeleftsidetitle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 17px;
    gap: 8px;
    border-bottom: 1px solid rgba(24,31, 49, 0.2);
}

    .routeleftsidetitle h5 {
        font-size: 18px;
        font-weight: 500;
        color: var(--primary-color);
    }

    .routeleftsidetitle i {
        font-size: 15px;
        color: var(--secondary-color);
    }

.routefilters {
    width: 100%;
    float: left;
    padding: 20px 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.filter_tab_main {
    border: 1px solid rgba(24, 31, 49, 0.2);
    border-radius: 8px;
    padding: 18px 25px;
}

.routebustype {
    width: 100%;
    float: left;
    padding: 0 0 10px;
    position: relative;
}

/*** Filter Drawer Style Start Here*****/

.filter-drawer {
    width: 100%;
    float: left;
}

.filter-drawer__content-wrapper {
    max-height: 0px;
    overflow: hidden;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}

.filter-drawer__title {
    color: var(--primary-color);
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    transition: all 0.25s ease-out;
}

    .filter-drawer__title::after {
        position: absolute;
        content: "\f103";
        right: 0;
        top: 0;
        transform: rotate(0deg);
        transition: 0.35s ease-in-out;
        float: right;
        font-size: 16px;
        font-family: 'FontAwesome' !important;
        color: var(--secondary-color);
    }

/* 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 input[type="checkbox"] {
    display: none;
}

.filter-drawer__content_input input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.filter-drawer__content_input label {
    position: relative;
    cursor: pointer;
    font-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;
    border-top: 1px solid rgba(24, 31, 49, 0.2);
    padding: 20px 0 0;
    margin: 20px 0 0;
    gap: 14px;
    display: flex;
    flex-direction: column;
}

    .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;
    }

    .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==);
    }

    .filtercheckbox label {
        font-size: 16px;
        font-weight: 400;
        float: left;
        position: relative;
        padding: 0 40px 0 0;
        color: var(--text);
        width: 100%;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .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: "Manrope", sans-serif !important;
        font-weight: 400 !important;
        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);
    }

.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% !important;
    }

    .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: "Manrope", 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: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: 40px 0 0;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.routerightcontent {
    width: 100%;
    float: left;
    padding: 0 0 0 0px;
}

.routedateslider {
    width: 100%;
    float: left;
}

.routebuscount {
    width: 100%;
    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);
        }

.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: 10px 0 0;
    gap: 20px;
    width: 100%;
}

.available_route_box {
    display: flex;
    flex-direction: column;
    padding: 39px 0 0;
    border: 1px solid rgba(9, 47, 83, 0.2);
    border-radius: 10px;
    margin-top: 10px;
    background-color: var( --pure);
    box-shadow: 6px 10px 40px rgba(133, 144, 163, 0.1);
    overflow: hidden;
    width: 100%;
}

.routebusviadetails .available_route_box {
    padding: 20px 20px;
    border: 1px solid rgba(9, 47, 83, 0.8);
    background-color: var(--primary-color);
}

.modifydatasleep.modifydatasleep_connecting {
    color: var(--pure);
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0 18px;
    text-align: center;
    width: 100%;
}

.busroutedetails {
    width: 100%;
    float: left;
}

.routedata {
    width: 100%;
    float: left;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(24, 31, 49, 0.2);
    box-shadow: 6px 10px 40px rgba(133, 144, 163, 0.1);
    overflow: hidden;
}

.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: 40px 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.droproutebtnpart {
    padding: 10px 40px 10px;
    background-color: rgba(9, 43, 83, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.available_route_box .busfacilitiestab {
    padding: 0;
}

.bustiming {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    flex-basis: 43%;
    align-items: center;
}

.busroutetimetable .boldlabel {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    display: block;
}

.busroutetimetable .lighttext {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary);
    display: block;
}

.busroutetimetable p.lighttext {
    display: none;
}

.busroutetimetable .bluetext {
    font-size: 16px;
    font-weight: 400;
    color: var(--text) !important;
    display: block;
    padding: 5px 0 0;
}

.busroutetimetable .lightlabel {
    font-size: 12px;
    font-weight: 600;
    color: var(--text);
    display: block;
    text-align: center;
}

.busroutetimetable .bustime {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

    .busroutetimetable .bustime.busendtime {
        text-align: right;
    }

.bustime.busroutearrow {
    padding: 0 20px 0;
    width: 34%;
}

    .bustime.busroutearrow span {
        width: 100%;
        display: inline-block;
        background-image: url("../images/site/arrowicon.png");
        background-position: center -1px;
        background-repeat: no-repeat;
    }

.bustime.busendtime p {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
}

.busratting {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    display: none;
}

.route_box.route_box02 {
    text-align: center;
}

.route_box label {
    color: var(--secondary);
    font-size: 14px;
    font-weight: 500;
    padding: 2px 0 0;
    display: block;
}

.route_box span {
    padding: 2px 0 0;
    font-size: 17px;
    font-weight: 600;
    color: var(--primary-color);
}

.rattinglabel {
    padding: 6px 12px 5px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid rgba(24, 31, 49, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    gap: 4px;
}

    .rattinglabel label {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        font-weight: 500;
        color: var(--secondary);
    }

    .rattinglabel i {
        font-size: 13px;
        display: inline-block;
        vertical-align: middle;
        color: var(--secondary);
    }

.busfairdetails {
    text-align: right;
    position: relative;
}

    .busfairdetails.busfairdetailsmobile {
        text-align: left;
        position: absolute;
        left: 40px;
        top: 16px;
        display: none;
    }

    .busfairdetails p {
        font-size: 12px;
        font-weight: 400;
        color: var(--text);
        text-transform: uppercase;
    }

    .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);
    }

        .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: 16px;
    font-weight: 600;
    color: var(--primary-color);
}

.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(--primary);
                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: center;
    flex-wrap: wrap;
    padding: 10px 40px;
    background-color: var(--background);
}

    /* Tabs Area */

    .busfacilitiestab .nav-tabs {
        display: flex;
        padding: 0;
        border: none;
        justify-content: flex-start;
        align-items: center;
    }

        .busfacilitiestab .nav-tabs .nav-item {
            display: inline-block;
            padding: 0 0;
        }

            .busfacilitiestab .nav-tabs .nav-item.show .nav-link,
            .busfacilitiestab .nav-tabs .nav-link:hover {
                color: var(--secondary);
                background-color: transparent;
                border: none;
            }

        .busfacilitiestab .nav-tabs .nav-link {
            border: none;
            font-size: 16px;
            font-weight: 500;
            color: var(--primary-color) !important;
            padding: 0 12px 0 12px;
            position: relative;
            background-color: transparent !important;
        }

            .busfacilitiestab .nav-tabs .nav-link:before {
                content: '';
                position: absolute;
                width: 2px;
                height: 24px;
                background-color: rgba(133, 144, 163, 0.3);
                left: 0;
                top: 0px;
            }

        .busfacilitiestab .nav-tabs .nav-item:first-child .nav-link {
            padding: 0 12px 0 0;
            background-color: transparent !important;
            color: var(--primary-color);
        }

            .busfacilitiestab .nav-tabs .nav-item:first-child .nav-link:before {
                display: none;
            }

        .busfacilitiestab .nav-tabs .nav-link:hover {
            color: var(--secondary) !important;
        }

    .busfacilitiestab .tab-pane {
        width: 100%;
        float: left;
        padding: 40px 40px 32px;
        border-top: 1px dashed #D5D7DF;
        background-color: var(--pure);
        border-radius: 0 0 10px 10px;
    }

.busfacilitiestabbing {
    padding: 0 !important;
    background-color: transparent;
    display: inline-block;
}

.tab-content {
    width: 100%;
}

/*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;
}

.amenities-tab-list {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px;
}

.amenities-tab-box {
    text-align: left;
    padding: 6px 20px;
    border: 1px solid var(--border-color);
    border-radius: 40px;
}

    .amenities-tab-box i {
        font-size: 16px;
        color: var(--primary-color);
        display: inline-block;
        vertical-align: middle;
    }

    .amenities-tab-box p {
        font-size: 15px;
        font-weight: 500;
        padding-left: 10px;
        color: var(--text);
        display: inline-block;
        vertical-align: middle;
    }

/*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 #D5D7DF;
    border-radius: 10px;
    padding: 22px 20px;
    width: 100%;
}

.boarding-title {
    font-size: 20px;
    text-align: center;
    position: relative;
    padding: 0 0 20px;
    font-weight: 600;
    color: var(--primary-color) !important;
    border-bottom: 1px solid var(--background);
}

.boarding-list-type {
    width: 100%;
    float: left;
    padding: 30px 0 0;
    height: 320px;
    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;
}

    .boarding-list label.dropdate {
        display: block;
        font-weight: 600;
        text-align: left;
        color: var(--secondary);
    }

    .boarding-list label {
        padding: 0 20px 0 0;
        color: var(--primary-color);
        font-size: 16px;
        font-weight: 600;
    }

    .boarding-list p {
        flex: 1;
        color: var(--text);
        font-size: 15px;
        font-weight: 500;
    }

/*Boarding/Dropping Point Tabbing 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: 25px;
}

    .seatbutton li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .seatbutton .seatavailable p {
        font-size: 16px;
        font-weight: 500;
        color: var(--primary-color);
        padding: 0px 0 0 27px;
        background-image: url(../images/site/availableicon.png);
        background-position: 0px -1774px;
        background-repeat: no-repeat;
    }

        .seatbutton .seatavailable p label {
            font-size: 20px;
            font-weight: 600;
            color: var(--primary-color);
        }

    .seatbutton .nav-item.nav-item-button {
        float: right;
        padding: 0;
        background-color: var(--primary-color);
        color: var(--pure);
        cursor: pointer;
        border-radius: 8px;
        list-style: none;
        display: flex;
        align-items: center;
        height: 46px;
    }

        .seatbutton .nav-item.nav-item-button:hover,
        .seatbutton .nav-item.nav-item-button:focus {
            background-color: var(--secondary-color);
            color: var(--primary-color);
        }

        .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: 0 21px;
        border: none;
        background-color: transparent;
        font-size: 16px;
        font-weight: 500;
    }

        .seatbutton .nav-item-button button:focus,
        .seatbutton .nav-item-button button:hover,
        .seatbutton .nav-item-button button.active {
            color: var(--primary-color);
        }

    .seatbutton .nav-item-button:hover button, .seatbutton .nav-item-button:focus button {
        color: var(--primary-color);
    }


/* Booking Seat Chart Style Start Here */

.seatpricefilter {
    float: left;
    width: 100%;
    overflow-y: auto;
    padding: 0 40px 5px 0;
}

    .seatpricefilter ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline-block;
        width: max-content;
        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(--primary-color);
                color: var(--pure);
            }

.seat-opacity {
    opacity: 0.3;
    pointer-events: none !important;
}

.upperlowerchart {
    float: left;
}

.bookingchartdata {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-around;
}

.seatchartdeta {
    width: 100%;
    float: left;
    position: relative;
}

    .seatchartdeta span.seat {
        transform: rotate(-90deg);
    }

.bookingseatchart {
    float: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 60%;
}

.lowerdeckseat, .upperdeckseat {
    background-color: var(--pure);
    border: 1px solid #D5D7DF;
    border-radius: 10px;
    width: 580px;
    float: left;
    min-height: 240px;
    padding: 0px 20px 0;
}

/*.lowerdeckseat {
    background-image: url(../Images/Driver.png);
    background-position: 76% 20px;
    background-repeat: no-repeat;
    background-size: 30px;
}*/

.lowerdeckchart, .upperdeckchart {
    width: 100%;
    float: left;
}

.lowerdeckchart {
    padding: 20px 0 0;
}

.seatchartone, .seatchartwo {
    text-align: left;
}

.seatitle {
    padding: 0 120px 0;
    display: inline-block;
    margin: 20px 0 20px;
    color: var(--primary);
    font-weight: 600;
    position: relative;
}

    .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: #fff;
    min-width: 70px;
    min-height: 30px;
    color: var(--primary);
    font-size: 13px;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
    padding: 5px 0 0;
    margin: 0 4px 7px 0;
    cursor: pointer;
    float: none;
    clear: both;
    display: inline-block;
    vertical-align: top;
    border: 1px solid var(--primary);
    position: relative;
}

.seat-icon02 {
    background-color: #fff;
    min-width: 31px;
    min-height: 30px;
    color: var(--primary);
    font-size: 12px;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
    padding: 5px 0 0;
    margin: 0 4px 7px 0;
    cursor: pointer;
    float: none;
    clear: both;
    display: inline-block;
    vertical-align: top;
    border: 1px solid var(--primary);
    position: relative;
    max-width: 31px;
    overflow-x: hidden;
}

.seat-iconvertical {
    min-height: 70px;
    min-width: 30px;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    padding-left: 6px !important;
    float: left;
    max-width: 30px;
    writing-mode: vertical-rl;
    justify-content: space-around;
}

/*Seat Available color*/

.seat-icon.seat_available {
    background-color: #fff;
    color: var(--primary);
    border: 1px solid rgba(124, 133, 149, 0.3);
}

.seat-icon02.seat_available {
    background-color: #fff;
    color: var(--primary);
    border: 1px solid rgba(124, 133, 149, 0.3);
}

/*Seat Available for lady*/

.seat-icon.seat_available_ladies {
    background-color: #fff;
    color: var(--primary);
    border: 1px solid #FF91AB;
}

.seat-icon02.seat_available_ladies {
    background-color: #fff;
    color: var(--primary);
    border: 1px solid #FF91AB;
}

/*Seat Reserved*/

.seat-icon.seat_reserved {
    background-color: var(--text);
    color: var(--pure);
    border: 1px solid rgba(124, 133, 149, 0.3);
}

.seat-icon02.seat_reserved {
    background-color: var(--text);
    color: var(--pure);
    border: 1px solid rgba(124, 133, 149, 0.3);
}

/*Seat Booked By Lady*/

.seat-icon.seat__booked_ladies {
    background-color: #FF91AB;
    color: var(--primary);
    border: 1px solid rgba(124, 133, 149, 0.3);
}

.seat-icon02.seat__booked_ladies {
    background-color: #FF91AB;
    color: var(--primary);
    border: 1px solid rgba(124, 133, 149, 0.3);
}

/*Seat Selected*/

.seat-icon.seat_selected {
    background-color: var(--primary);
    color: var(--pure);
    border: 1px solid rgba(124, 133, 149, 0.3);
}

.seat-icon02.seat_selected {
    background-color: var(--primary);
    color: var(--pure);
    border: 1px solid rgba(124, 133, 149, 0.3);
}

/*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: var(--primary) !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(--pure) !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(--pure) !important;
        }

            .css-13hjud9-MuiTooltip-tooltip table th td {
                text-align: right !important;
                color: var(--pure) !important;
            }

.css-kudwh-MuiTooltip-arrow {
    color: var(--primary) !important;
}

/*Available Seat Indicator Style*/

.seatindicator {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 23px;
    padding: 30px 0 10px;
}

    .seatindicator .seat01 {
        font-size: 14px;
        font-weight: 400;
        color: var(--primary);
        display: flex;
        align-items: center;
    }

        .seatindicator .seat01 em {
            background-color: var(--pure);
            height: 16px;
            width: 16px;
            display: inline-block;
            vertical-align: middle;
            margin: 0 10px 0 0;
            border: 1px solid rgba(124, 133, 149, 0.3);
        }

        .seatindicator .seat01.seat02 em {
            border: 1px solid rgba(124, 133, 149, 0.3);
            background-color: var(--pure);
        }

        .seatindicator .seat01.seat03 em {
            border: 1px solid rgba(124, 133, 149, 0.3);
            background-color: var(--text);
            color: var(--pure);
        }

        .seatindicator .seat01.seat04 em {
            border: 1px solid rgba(124, 133, 149, 0.3);
            background-color: #FF91AB;
        }

        .seatindicator .seat01.seat05 em {
            border: 1px solid rgba(124, 133, 149, 0.3);
            background-color: var(--primary);
        }

        .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);
    }
}

.changeoverbus {
    color: var(--pure);
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    padding: 15px 0 0;
    display: inline-block;
    width: 100%;
}

.waitduration {
    color: var(--secondary-color);
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding: 10px 0 12px;
    display: inline-block;
    width: 100%;
}

/*Booking Information */

.available_route_box .bookingdeatails {
    gap: 20px;
}

.bookingdeatails {
    float: left;
    padding: 60px 0 0;
    width: 40%;
    display: flex;
    flex-direction: column;
}

.routepoint {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
}

.dorppickupselected {
    width: 100%;
    float: left;
    background-color: var(--background);
    border-radius: 2px;
    padding: 5px 8px;
}

    .dorppickupselected span {
        font-size: 14px;
        font-weight: 400;
        padding: 0 0 5px;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        word-break: break-word
    }

        .dorppickupselected span i {
            font-style: normal;
            font-weight: 600;
        }

.boardingpointchart {
    width: 100%;
    float: left;
    position: relative;
}

.charterinput .mrgbtm:last-child .redclr {
    bottom: -10px;
}

.droppingpointchart {
    width: 100%;
    float: left;
    position: relative;
}

.routepoint .css-qkv3hr-MuiAutocomplete-root {
    width: 100%;
}

.routepoint .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
    border-bottom: 2px solid var(--secondary);
}

.routepoint .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-qkv3hr-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0;
}

.routepoint .css-821wyw-MuiSvgIcon-root {
    display: none;
}

.routepoint .css-qkv3hr-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
    padding: 10px 30px 10px 10px;
    border: 1px solid #D5D7DF;
    cursor: pointer;
}

.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(--secondary);
    font-size: 1.5rem;
    padding: 2px;
    border-radius: 4px;
    color: var(--pure);
    margin-right: 6px;
}

    .routepoint .css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator:hover {
        background-color: var(--primary);
    }

.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(--primary);
    }

.doppingpointformat {
    font-size: 14px;
    cursor: pointer;
    padding: 5px;
    border-bottom: 1px solid var(--text);
}

    .doppingpointformat .dropppingtimedate {
        display: block;
        font-weight: 600;
    }

    .doppingpointformat .dropppingpointlist {
        display: block;
    }

.bookingservicefair {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.bookingservicedetails, .bookingfairdetails {
    width: 100%;
    background-color: var(--background);
    border: 1px solid #D5D7DF;
}

.bookingservicebox {
    width: 100%;
    float: left;
    padding: 0 0px;
}

.serviceboxtitle {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: var(--primary);
    color: var(--pure);
    padding: 8px 20px;
}

.serviceboxdata {
    width: 100%;
    float: left;
    padding: 10px 0 0;
}

.serviceboxdetail {
    width: 100%;
    padding: 6px 10px;
}

    .serviceboxdetail p {
        font-size: 16px;
        font-weight: 400;
        color: var(--primary);
        display: inline-block;
        vertical-align: top;
        width: 40%;
        padding: 0 10px 0 0;
        position: relative;
    }

        .serviceboxdetail p:after {
            content: ':';
            position: absolute;
            right: 0;
            top: 0;
        }

    .serviceboxdetail label {
        font-size: 16px;
        font-weight: 400;
        color: var(--primary);
        display: inline-block;
        vertical-align: top;
        width: 58%;
        padding: 0 0 0 20px;
    }

.fairdetails {
    width: 100%;
    float: left;
    padding: 4px 20px;
    display: flex;
    justify-content: space-between;
}

    .fairdetails p, .fairdetails label {
        font-size: 16px;
        font-weight: 400;
        color: var(--primary);
    }

    .fairdetails.savingfare p, .fairdetails.savingfare label {
        color: var(--secondary);
        font-weight: 600;
    }

.bookingcontinue {
    width: 100%;
    float: left;
    text-align: right;
    padding: 40px 0 0;
}

    .bookingcontinue button {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        color: var(--primary-color);
        background-color: var(--secondary);
        border: none;
        padding: 11px 38px;
        border-radius: 4px;
    }

        .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(--primary-color) !important;
    background-color: var(--secondary-color) !important;
    padding: 14px 40px !important;
    font-weight: 600;
}

.busfacilitiestab .css-3yjvh5-MuiPaper-root-MuiAlert-root {
    color: var(--primary-color) !important;
    background-color: var(--secondary-color) !important;
    padding: 14px 40px !important;
    font-weight: 600;
}

.css-3yjvh5-MuiPaper-root-MuiAlert-root {
    font-weight: 600 !important;
    font-size: 16px !important;
}

.availablegender {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 0 0 30px;
}

.availableseats {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}

.availableseatspart {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
}

.availableseats input {
    font-size: 14px;
    padding: 6px 10px 5px 12px !important;
    width: 100% !important;
    text-align: left;
    background-color: var(--pure);
    border: 1px solid var(--text-color);
    border-radius: 2px;
    color: var(--primary-color);
    font-weight: 500;
}

.availableseattext {
    font-size: 14px;
    padding: 6px 22px 6px !important;
    text-align: center;
    background-color: rgba(9, 47, 83, 0.15);
    border-radius: 2px;
    color: var(--primary-color);
    font-weight: 600;
    /* width: 18%; */
}

.availableseatspart .css-16awh2u-MuiAutocomplete-root {
    width: 82%;
    position: relative;
}

.availableseatspart .css-1glvl0p-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-clearIndicator {
    top: -2px;
    position: absolute;
    right: 4px;
}

.availableseatspart .MuiAutocomplete-popupIndicator {
    display: none !important;
}

.availableseats .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0;
}

.genderparts {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

    .genderparts .form-control {
        height: auto;
        padding: 3px 10px;
        width: 130px;
        color: var(--primary-color);
        border: 1px solid var(--text-color);
        border-radius: 2px;
        background-color: transparent;
    }

.droppingpointchart .redclr {
    bottom: -18px;
}

/* Booking Seat Chart Style End Here*/

/*Route Listing Style End Here*/

/*Routewrapper Style End Here*/

/*************************Available Route Page Style End***********************/

/********** 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: 40px 40px 40px 0 !important;
    max-width: 86.4% !important;
    top: 0 !important;
    bottom: 0 !important;
    border-radius: inherit !important;
}

.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 0px;
        border: none;
        border-radius: 0;
    }

.bookingdb {
    width: 100%;
    float: left;
}

.routecitytitlesec {
    background-color: var(--pure);
    padding: 0 0;
    width: 100%;
    float: left;
}

.routecitytitlepart {
    position: fixed;
    top: 55px;
    z-index: 3;
    width: 440px;
    background-color: var(--primary-color);
    border-radius: 6px;
    box-shadow: 6px 10px 20px rgba(23, 66, 117, 0.2);
    padding: 20px;
}

.routecitytitle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    font-weight: 600;
    color: var(--pure);
    width: 100%;
}

    .routecitytitle span {
        height: 12px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        background-image: url("../images/site/arrowicon.png");
        background-position: center -203px;
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
        flex-basis: 10%;
    }

.routecitytitletime {
    font-size: 15px;
    font-weight: 500;
    color: var(--secondary-color);
    line-height: 19px;
    padding: 12px 0 0;
    text-align: center;
}

    .routecitytitletime span {
        color: var(--pure);
    }

.dbpointnm_data {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 0 0 0 10px;
}

.routedatatime {
    font-size: 15px;
    font-weight: 700;
    color: var(--primary-color);
}

.dbroutehead {
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
    padding: 2px 0 35px;
    flex-basis: 78%;
}

    .dbroutehead:before {
        position: absolute;
        content: "";
        left: 8px;
        top: 3px;
        height: 100%;
        border-left: 1px solid var(--secondary-color);
        z-index: 0;
    }

.dbpointnm:last-child .dbpointnm_data .dbroutehead:before {
    display: none;
}

.routedataicon {
    width: 18px;
    float: left;
    height: 26px;
    background-image: url("../images/site/availableicon.png");
    background-position: center -1999px;
    background-repeat: no-repeat;
    position: relative;
}

.routeheadtitle {
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary-color);
    line-height: 15px;
    padding: 0 0 5px;
}

.dbrouteheadpart {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 1px;
}

.dbroutehead label {
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 17px;
    display: block;
    padding: 0;
}

.dbroutehead span {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    line-height: 19px;
    display: block;
}

.dbroutehead i {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 18px;
    font-style: normal;
}

/********** View Bus Route style end Here **********/

/*inner page style(25-03-23)*/

/*************************Customer Info Page Style Start***********************/

.bookingtypedetails .css-qfz70r-MuiFormGroup-root {
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}

.bookingtypedetails .MuiFormControlLabel-root.MuiFormControlLabel-labelPlacementTop.css-1hpqosy-MuiFormControlLabel-root {
    padding: 0 0 20px 10px;
    width: 100%;
    border-bottom: 1px solid rgba(9, 47, 83, 0.1);
}

    .bookingtypedetails .MuiFormControlLabel-root.MuiFormControlLabel-labelPlacementTop.css-1hpqosy-MuiFormControlLabel-root:last-child {
        padding: 20px 0 10px 10px !important;
        border: none;
    }

.bookingtypedetails span {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 0;
    color: #395875;
}

.customerinfowrapper {
    width: 100%;
    float: left;
    clear: both;
    padding: 52px;
}

.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: #fff;
}

.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: 18px;
}

.popupclose {
    position: absolute;
    right: 0;
    top: 0;
}

    .popupclose i {
        font-size: 25px;
        color: var(--primary);
        cursor: pointer;
    }

        .popupclose i:hover {
            color: var(--secondary);
        }

.customerinfohead {
    width: 100%;
    float: left;
}

.customerinfowrapper .customerinfotitle label {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary);
    text-decoration: underline;
    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: 30px;
}

.passengerdetails {
    width: 70%;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.passengerbox {
    width: 100%;
    float: left;
    border: 1px solid rgba(9, 47, 83, 0.2);
    border-radius: 12px;
    padding: 30px;
    position: relative;
}

    .passengerbox.passengersubdetails {
        max-height: 460px;
        overflow-y: auto;
    }

    .passengerbox.gstdetails {
        width: 100%;
        float: left;
        padding: 30px;
        border-radius: 12px;
        border: 1px solid rgba(9, 47, 83, 0.2);
    }

.passengertitle {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    padding: 0 0 20px;
}

.passengermainbox {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.passengernumber {
    width: 100%;
    float: left;
}

.passengercount {
    width: 100%;
    float: left;
    padding: 0 0 20px;
}

    .passengercount p {
        font-size: 16px;
        font-weight: 400;
        color: var(--text);
        display: inline-block;
    }

        .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(--secondary);
        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: space-between;
    gap: 20px;
}

    .passengerfillbox 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;
    }

    .passengerfillbox .form-check-input:focus, .passengerfillbox .form-control:focus, .passengerfillbox .form-select:focus {
        border-color: var(--text);
        outline: none;
        box-shadow: none;
    }

.passname {
    width: 45.5%;
    display: inline-block;
    position: relative;
}

.passgender .MuiAutocomplete-hasPopupIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot, .MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0 !important;
}

.passgender {
    width: 16%;
    display: inline-block;
    position: relative;
}

    .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: 16%;
    display: inline-block;
    position: relative;
}

.contactdetails .passcontactdata {
    margin: 0;
}

.passengerbox .redclr {
    bottom: -20px;
    left: 0;
}

.passengerbox .agntpgcaptcha .redclr {
    bottom: -16px;
}

.passengerbox .agntpgcaptcha span#spanCustEmptyOTP {
    bottom: 20px;
}

.passcontactdata {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

    .passcontactdata .passemail {
        flex-basis: 48.8%;
        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: var(--text);
        outline: none;
        box-shadow: none;
    }

.cust_pass_input {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.wallet_box {
    flex-basis: 48.7%;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

    .wallet_box label {
        font-size: 14px;
        color: var(--head-text-color);
        font-weight: 500;
    }

.bookingtypedetails .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
    color: var(--secondary);
}

.passengerbox.terms_conditions {
    border: none;
    padding: 0;
    border-radius: 0;
}

.passcontactdata.passcontactgst {
    padding: 20px 0 0;
}

.gststate .css-xsu6ln-MuiAutocomplete-root {
    width: 100% !important;
}

.gststate .MuiAutocomplete-hasPopupIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot, .gststate .MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0 !important;
}

.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: 20px;
        height: 20px;
        background: #fff;
        border: 1px solid var(--primary);
        display: inline-block;
        margin-right: 13px;
        border-radius: 4px;
    }

    .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(--primary);
}

.passwallet {
    width: 100%;
}

.passengerwallet input {
    width: 100%;
    height: 50px;
    padding: 0 18px;
    border: 1px solid #D5D7DF;
    background-color: var(--pure);
    outline: none;
    font-size: 15px;
    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: 48.5%;
    border: 1px solid #D5D7DF;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 10px;
    border-radius: 4px;
}

    .walletbox.walletboxbtn {
        flex-basis: 100%;
        border: none;
        display: flex;
        gap: 10px;
        padding: 5px 0 0;
        flex-direction: row;
    }

        .walletbox.walletboxbtn button {
            font-size: 14px;
            font-weight: 600;
            color: #fff;
            background-color: var(--primary);
            border: none;
            border-radius: 4px;
            padding: 12px 36px;
            text-transform: capitalize;
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
        }

            .walletbox.walletboxbtn button:hover {
                color: var(--primary-color);
                background-color: var(--secondary-color);
            }

    .walletbox label {
        font-size: 14px;
        font-weight: 400;
        color: var(--text);
        padding: 0 0 10px;
    }

.agntpgcaptcha {
    width: 100%;
    float: left;
}

    .agntpgcaptcha .col-sm-12 {
        padding: 10px 0 0 !important;
    }

    .agntpgcaptcha label {
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        color: var(--primary-color);
        margin: 0;
        padding: 0 0 12px;
    }

    .agntpgcaptcha .form-control:focus {
        color: var(--text-color);
        border-color: var(--secondary-color);
        box-shadow: none;
    }

    .agntpgcaptcha .btn-primary {
        color: #fff;
        background-color: var(--primary-color);
        border: none !important;
        padding: 10px 26px;
        float: left;
        font-size: 16px;
    }

        .agntpgcaptcha .btn-primary:hover, .agntpgcaptcha .btn-primary:focus {
            color: var(--primary-color) !important;
            background-color: var(--secondary-color) !important;
            box-shadow: none !important;
        }

.walletbox p {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
}

.bookingtypedetails .css-1hpqosy-MuiFormControlLabel-root {
    display: flex;
    flex-direction: row;
}

.passengerwallet button {
    font-size: 14px;
    font-weight: 600;
    color: var(--pure);
    background-color: var(--primary);
    border: none;
    border-radius: 4px;
    padding: 12px 36px;
    text-transform: capitalize;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.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(--secondary) !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;
    }

.custinfo_box_wallet {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
}

.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 {
    padding: 0 0 20px 10px;
    width: 100%;
    border-bottom: 1px solid rgba(9, 47, 83, 0.1);
}

    .passengerbox.payment_gateway .css-dmmspl-MuiFormGroup-root:last-child {
        padding: 20px 0 20px 10px;
        border-bottom: none;
    }

.passengerbox.payment_gateway .cust_pay:last-child .css-dmmspl-MuiFormGroup-root {
    padding: 20px 0 10px 10px !important;
    border: none;
}

.bookingtypedetails .MuiFormControlLabel-root.MuiFormControlLabel-labelPlacementTop.css-1hpqosy-MuiFormControlLabel-root:last-child {
    padding: 20px 0 10px 10px !important;
    border: none;
}

.passengerbox.payment_gateway .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
    color: var(--primary);
}

.passengerbox.payment_gateway label {
    position: relative;
    gap: 2px;
}

.passengerroutedetails {
    width: 40%;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.psngrpaybox {
    background-color: #fff;
    border-radius: 6px;
    padding: 30px;
    position: relative;
}

.pass_journey_details {
    display: flex;
    flex-direction: column;
}

.pass_journey_details_box {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    padding: 9px 0 10px;
    border-bottom: 1px solid rgba(14, 44, 120, 0.2);
    flex-wrap: wrap;
}

    .pass_journey_details_box p {
        flex-basis: 35%;
        font-size: 14px;
        font-weight: 500;
        color: var(--text-color);
        margin: 2px 0 0 !important;
    }

    .pass_journey_details_box label {
        flex-basis: 65%;
        color: #395875;
        font-size: 16px;
        font-weight: 500;
        word-break: break-all;
    }

    .pass_journey_details_box:last-child {
        border: none;
    }

.passgender .css-xsu6ln-MuiAutocomplete-root {
    width: 100% !important;
}

.passfaredetails.passengerbox {
    background-color: var(--primary);
    border-radius: 6px;
    padding: 30px;
}

.faredetails.farepayble p, .faredetails.farepayble label {
    color: var(--primary-color);
    font-weight: 600;
}

.journeytitle {
    font-size: 18px;
    font-weight: 500;
    color: var(--pure);
    padding: 0 0 15px;
    text-decoration: underline;
}

.faredetails.farepayble {
    background-color: var(--secondary);
    padding: 10px 20px;
    border-radius: 2px;
    margin: 6px 0 0;
    border: none;
}

.faredetails.faredetailstotal {
    border: none;
}

.faredetails {
    width: 100%;
    float: left;
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

    .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: 15px;
        display: inline-block;
        font-weight: 400;
        color: var(--pure);
    }

    .faredetails label {
        font-size: 15px;
        display: inline-block;
        font-weight: 400;
        color: var(--pure);
    }

.passengertitle.passengertitle01.hotdealbox {
    display: flex;
    align-items: center;
    position: relative;
}

.passengertitle.hotdealbox a:hover, .passengertitle.hotdealbox a:focus {
    color: var(--primary);
}

.bookingconfirmbtn {
    float: left;
    display: flex;
    gap: 20px;
}

    .bookingconfirmbtn button {
        font-size: 16px;
        font-weight: 400;
        color: var(--pure);
        background-color: var(--primary);
        border: none;
        border-radius: 4px;
        padding: 14px 29px;
        text-transform: none;
    }

    .bookingconfirmbtn .cstmrpopcancel {
        background-color: var(--secondary);
        color: var(--primary);
    }

    .bookingconfirmbtn button:hover,
    .bookingconfirmbtn button:focus,
    .bookingconfirmbtn button:active {
        background-color: var(--secondary);
        color: var(--primary);
    }

    .bookingconfirmbtn .cstmrpopcancel:hover, .bookingconfirmbtn .cstmrpopcancel:focus {
        background-color: var(--primary);
        color: var(--pure);
    }

.bookingconfirmbtnmbl {
    display: none;
}

.custlastpopup .css-2rbg70-MuiPaper-root-MuiDialog-paper {
    max-width: 460px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
}

.custlastpopup .custocancel {
    background-color: var(--primary-color);
    color: var(--pure);
    font-size: 14px;
    padding: 0 7px;
    min-width: auto;
    right: 12px;
    position: absolute;
    top: 12px;
}

    .custlastpopup .custocancel:hover, .custlastpopup .custocancel:focus {
        background-color: var(--secondary-color);
        color: var(--primary-color);
    }

.custlastpopup p {
    color: var(--primary-color);
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}

.custotp {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    align-items: center;
    padding: 30px 0 30px;
    position: relative;
}

    .custotp input {
        height: 40px;
        border: 1px solid var(--text-color);
        border-radius: 4px;
        padding: 0 15px;
        width: 100%;
    }

    .custotp .redclr {
        bottom: 8px;
    }

.custobtnparts {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

    .custobtnparts .custbtn {
        background-color: var(--primary-color);
        color: var(--pure);
        border-radius: 2px;
        font-size: 14px;
        font-weight: 400;
        padding: 8px 24px;
        text-transform: capitalize;
    }

        .custobtnparts .custbtn.custbtnclose {
            background-color: var(--text-color);
            color: var(--pure);
        }

            .custobtnparts .custbtn.custbtnclose:hover, .custobtnparts .custbtn.custbtnclose:focus {
                background-color: var(--primary-color);
                color: var(--pure);
            }

        .custobtnparts .custbtn:hover, .custobtnparts .custbtn:focus {
            background-color: var(--secondary-color);
            color: var(--primary-color);
        }

.custotpsuccess {
    padding: 30px 0 0;
    display: inline-block;
    color: #009106;
    font-size: 20px;
    font-weight: 600;
}

/*************************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-color) !important;
    color: var(--primary-color) !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-color);
    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;
    flex-direction: column;
    width: 100% !important;
}

    .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: 31% !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;
        }

/*************************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(--primary);
            }

/**************************Manage Booking Style End Here ***************************/

/**********************My Booking Page Style Start Here************************/

.mybookingwrapper {
    width: 100%;
    float: left;
    clear: both;
}

    .mybookingwrapper .container {
        width: 100%;
        max-width: 1600px;
    }

.mybookingtab {
    width: 100%;
    float: left;
    padding: 20px 20px 0;
}

/*My Booking Left Tab Style Start*/

.bookinglist_tabs {
    position: relative;
    min-height: 392px;
    clear: both;
    margin: 25px 0 0;
}

    .bookinglist_tabs .season_tab {
        float: left;
        clear: both;
        width: 286px;
    }

.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;
    overflow: hidden;
}

    .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);
}

.whatsappradiobox [type="radio"]:checked ~ label {
    background-color: transparent !important;
    border-left: none !important;
    z-index: 2;
    color: var(--text) !important;
}

[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 {
    float: left;
    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*/

.walletdtls {
    display: flex;
    justify-content: flex-end;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

    .walletdtls span.wallethistry {
        position: relative;
        font-weight: 600;
        background-color: var(--secondary);
        color: var(--primary);
        padding: 10px 30px 10px;
        border-radius: 3px;
        margin: 0 0 10px;
        display: flex;
        flex-wrap: wrap;
    }

.walletdatainfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 293px;
    overflow: auto;
    border: 1px solid var(--text);
    padding: 10px;
    width: 100%;
}

    .walletdatainfo .walletdtlsinfo {
        flex-basis: 100%;
        display: flex;
        justify-content: center;
        gap: 10px;
        padding: 0 0 5px;
    }

        .walletdatainfo .walletdtlsinfo .walletcol {
            flex-basis: 50%;
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
            align-items: center;
            border: 2px solid var(--text);
            gap: 5px;
            padding: 4px 0 4px 10px;
        }

            .walletdatainfo .walletdtlsinfo .walletcol p {
                display: flex;
                flex-wrap: wrap;
                justify-content: left;
                flex-basis: 100%;
                font-weight: 600;
                font-size: 16px;
            }

            .walletdatainfo .walletdtlsinfo .walletcol em {
                display: flex;
                font-style: normal;
            }

            .walletdatainfo .walletdtlsinfo .walletcol.wlletcrdt {
                color: var(--primary);
            }

                .walletdatainfo .walletdtlsinfo .walletcol.wlletcrdt span.walletdebit {
                    color: #f00;
                }

/*wallet details css*/

.mybooking-tabs {
    width: 100%;
    float: left;
    background-color: var(--primary);
    padding: 0 !important;
}

    .mybooking-tabs .tab-list {
        padding-left: 0;
        padding-right: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        float: left;
    }

        .mybooking-tabs .tab-list > li {
            padding: 20px 3%;
            border-left: 1px solid var(--text);
            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(--secondary);
            }

            .mybooking-tabs .tab-list > li > h3 {
                font-weight: 500;
                display: block;
                transition: all 500ms ease;
                font-size: 16px;
                color: var(--pure);
            }

/*.mybooking-tabs .tab-list .active {
        background-color: var(--secondary);
    }*/

.mybooking_tabscontent {
    width: 100%;
    float: left;
    padding: 0 0px !important;
    max-height: 554px;
    overflow-y: scroll;
}

    .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*/

.tabprofiledetails {
    width: 100%;
    float: left;
    padding: 10px 40px 0;
}

.profileinputdata .redclr {
    bottom: 0;
}

.profileinputdetails {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

    .profileinputdetails .profileinputdata {
        width: 45%;
        float: left;
        padding: 0 0 20px;
        position: relative;
    }

        .profileinputdetails .profileinputdata label {
            font-size: 16px;
            font-weight: 500;
            color: var(--primary);
            background: transparent;
            padding: 0 0 10px;
            height: auto;
            width: auto;
            text-transform: capitalize;
            display: inline-block;
            flex-basis: auto;
        }

        .profileinputdetails .profileinputdata input {
            width: 100%;
            border: 1px solid #D8D8D8;
            outline: none;
            background-color: transparent;
            padding: 0 15px;
            height: 50px;
        }

            .profileinputdetails .profileinputdata input:focus, .profileinputdetails .profileinputdata input:target {
                border: 1px solid var(--text);
                background-color: var(--pure);
            }

    .profileinputdetails.profileinputdetailsbtn {
        width: 100%;
        float: left;
        padding: 16px 0 0;
        text-align: center;
        display: block;
    }

        .profileinputdetails.profileinputdetailsbtn button {
            font-size: 16px;
            font-weight: 500;
            padding: 10px 32px;
            letter-spacing: 1px;
            background-color: var(--secondary);
            border: none;
            border-radius: 2px;
            color: var(--primary);
        }

            .profileinputdetails.profileinputdetailsbtn button:hover,
            .profileinputdetails.profileinputdetailsbtn button:focus {
                background-color: var(--primary);
                color: var(--pure);
            }

.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: 20px 20px 0;
    }
}

@media only screen and (max-width:1309px) {
    .mybooking_tabscontent table {
        width: 1100px !important;
        overflow: scroll;
    }

    .tabprofiledetails {
        padding: 10px 0 0 !important;
    }
}

@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;
    }

    .profileinputdetails .profileinputdata {
        width: 48%;
    }

        .profileinputdetails .profileinputdata label {
            width: auto !important;
        }

    .profileinputdetails {
        flex-wrap: wrap;
        gap: 0 !important;
        justify-content: space-between;
    }

    .bookinglist_tabs .season_content {
        left: 0 !important;
        position: relative !important;
    }

    .profileinputdetails.profileinputdetailsbtn {
        padding: 20px 0 20px;
        display: inline-block;
    }

    .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%;
    }
}

/*********************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;
}

.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(--primary);
        }

.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(--primary-color);
    font-weight: 600;
}

/*.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: 0px;
            margin: 0 !important;
        }

        .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;
    position: relative;
}

    .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(--primary);
        }

            .modifydetailsinput.modifydetailsinputbutton button:hover,
            .modifydetailsinput.modifydetailsinputbutton button:focus {
                background-color: var(--primary);
                color: var(--pure);
            }

    .modifydetailsinput .redclr {
        bottom: -18px;
    }

.modifyarticletable .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root {
    padding: 0px 5px 0 0;
}

.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(--primary);
    }

        .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: 1px 0 0 0px;
        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(--primary);
}

    .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(--primary);
    }

/*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(--primary);
        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******************/

/*******************Bus Charter Style Start Here******************/

#wrapper {
    float: left;
    width: 100%;
}

.fix_contentwidth {
    margin: 30px auto 50px;
    max-width: 1390px;
    width: 100%;
    padding: 0 15px;
}

    .fix_contentwidth .panel-primary > .panel-heading {
        width: 100%;
        float: left;
        background-color: var(--primary);
        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: 1px solid #dbdbdb;
    outline: none;
    background-color: #fff;
    padding: 0 10px;
    height: 50px;
    border-radius: 4px;
    margin: 0;
}

    .agntpgcaptcha .form-control:focus, .agntpgcaptcha .form-control:target {
        border: 2px solid var(--text);
        box-shadow: none;
    }

.agntpgcaptcha a {
    font-size: 16px !important;
    color: var(--primary-color) !important;
    cursor: pointer;
    font-weight: 600;
    text-decoration: underline !important;
    padding: 15px 0 0;
}

.agntpgcaptcha .col-lg-6 {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
}

.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(--primary);
}

    .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: "Manrope", 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;
        }

.payonline_box {
    width: 13%;
}

.cancellationother {
    width: 100%;
    float: left;
    border: 1px solid #dbdbdb;
    background-color: transparent;
    padding: 0;
    margin: 20px 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******************/

.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;
}

    .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;
        box-shadow: 0px 4px 8px rgb(24, 31, 49, 0.1);
    }

    .contactuscol .tab {
        width: 100%;
        color: white;
        overflow: hidden;
    }

    .contactuscol .tab-label {
        display: flex;
        justify-content: space-between;
        padding: 0.5em;
        background-color: var(--primary);
        font-weight: normal;
        cursor: pointer;
        margin: 0;
        font-size: 18px;
        line-height: normal;
    }

        .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 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: 0 1em 1em;
    }

    .contactuscol .tab-content h4 {
        margin: 0 0 10px;
        color: var(--primary);
        font-size: 18px;
        line-height: normal;
        border-bottom: 1px solid var(--background);
        padding: 10px 0 6px;
        font-weight: 600;
    }

    .contactuscol .tab-content p {
        color: var(--text);
        font-size: 16px;
        line-height: 22px;
        font-weight: normal;
        padding: 0 0 10px;
    }

    .contactuscol .addrow {
        padding: 0 15px 0 0;
    }

/*******************Contact Us Page Style End Here******************/

/*******************Privacy Policy Page Style Start Here******************/

.privacypolicydata {
    width: 100%;
    float: left;
}

    .privacypolicydata p {
        font-size: 16px;
        color: var(--primary);
        line-height: 22px;
        padding: 10px 0 10px;
        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******************/

.innerpage_top {
    width: 100%;
    float: left;
    clear: both;
    padding: 80px 0 0;
}

.innerpage_head {
    width: 100%;
    float: left;
    display: flex;
    align-items: flex-end;
    padding: 0 0 40px;
}

.innerpage_headbooking {
    padding: 0;
}

.innerpage_toptitle {
    width: 100%;
    float: left;
}

.inner_head_title {
    display: inline-block;
    position: relative;
}

    .inner_head_title span {
        font-size: 30px;
        font-weight: 700;
        color: var(--primary-color);
        display: block;
        text-decoration: underline;
    }

.panel.panel-primary {
    padding: 50px 0 0;
}

.fix_contentwidth .panel-primary > .panel-heading {
    font-size: 30px;
    font-weight: 700;
    color: var(--primary-color);
    display: block;
    text-decoration: underline;
    background-color: transparent;
    padding: 0 0 40px;
}

.innerpage_titleshape h2 {
    font-size: 46px;
    font-weight: 600;
    color: var(--pure);
    text-transform: capitalize;
    display: inline-block;
    position: relative;
}

.innerpage_titleshape {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    padding: 0 0 0 40px;
    margin: -50px 0 0;
}

    .innerpage_titleshape em {
        height: 4px;
        width: 86px;
        background-color: var(--secondary-color);
        display: inline-block;
    }

.innerpage_wrapper {
    width: 100%;
    float: left;
    clear: both;
    /*padding: 0 0 80px;*/
}

.payonline_wrapper .container {
    padding: 0 !important
}

.contact_suboffice_title {
    width: 100%;
    float: left;
    padding: 0 0 20px;
}

    .contact_suboffice_title h5 {
        display: inline-block;
        font-size: 20px;
        font-weight: 600;
        color: var(--secondary-color);
        margin-bottom: 0;
    }

.conditions_wrapper_block_detail {
    float: left;
    width: 100%;
    padding: 25px 0 30px;
}

    .conditions_wrapper_block_detail p {
        font-size: 16px;
        font-weight: 400;
        color: var(--text-color);
        padding: 0 0 15px;
        text-align: justify;
        line-height: 24px;
        margin: 0;
    }

.cancellation-wrapper div {
    text-align: center;
}

.cancellation-wrapper ul {
    margin: 0;
    list-style-type: square;
    padding: 0 40px 20px;
}

    .cancellation-wrapper ul li {
        font-size: 16px;
        font-weight: 500;
        color: var(--primary-color);
        text-align: justify;
        line-height: normal;
        padding: 0 0 10px;
    }

        .cancellation-wrapper ul li:nth-child(9),
        .cancellation-wrapper ul li:nth-child(10) {
            color: var(--secondary-color);
        }

        .cancellation-wrapper ul li:last-child {
            color: #ff0000;
        }

.aboutus_content_main {
    width: 100%;
    float: left;
}

    .aboutus_content_main ul {
        padding: 0 0 26px 16px;
    }

        .aboutus_content_main ul li {
            list-style-type: auto;
            font-size: 16px;
            font-weight: 400;
            color: var(--text-color);
            line-height: 28px;
        }

.web_input {
    width: 100%;
    float: left;
    padding: 0 0 20px;
    position: relative;
}

    .web_input label {
        font-size: 16px;
        font-weight: 600;
        color: var(--primary-color);
        display: block;
        padding: 0 0 8px;
        margin: 0;
    }

    .web_input input {
        width: 100%;
        height: 56px;
        border: 1px solid var(--border-color);
        background-color: var(--pure);
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        padding: 0 0 0 20px;
    }

        .web_input input:active,
        .web_input input:focus,
        .web_input input:target,
        .web_input input:focus-visible {
            border: 1px solid var(--secondary-color);
            background-color: #fffaf8;
            box-shadow: none;
            outline: none;
        }

    .web_input textarea {
        width: 100%;
        height: 86px;
        border: 1px solid var(--border-color);
        background-color: var(--pure);
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        padding: 10px;
    }

        .web_input textarea:active,
        .web_input textarea:focus,
        .web_input textarea:target,
        .web_input textarea:focus-visible {
            border: 1px solid var(--secondary-color);
            background-color: #fffaf8;
            box-shadow: none;
            outline: none;
        }

    .web_input span {
        padding: 10px 0 20px;
        float: left;
    }

        .web_input span a {
            color: var(--head-text-color);
            font-weight: 600;
            border-bottom: 1px solid var(--secondary-color);
        }


    .web_input .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .web_input .css-16awh2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        padding: 0 10px;
    }

    .web_input .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
        border-bottom: none;
    }

    .web_input .MuiAutocomplete-hasPopupIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot,
    .web_input .MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .web_input .css-1x51dt5-MuiInputBase-input-MuiInput-input {
        font-family: 'Poppins', sans-serif !important;
    }

.web_input_bluebtn {
    display: flex;
    width: 100%;
    gap: 20px;
    padding: 20px 0 0;
}

.theme_buton_s1 {
    background-color: var(--primary-color);
    color: var(--pure);
    border: 1px solid var(--primary-color);
    box-shadow: 0px 10px 20px rgba(0, 35, 90, 0.5);
    font-size: 15px;
    padding: 14px 38px;
    text-transform: capitalize;
    font-weight: 400;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    display: block;
    float: left;
    cursor: pointer;
    letter-spacing: 0.5px;
}

    .theme_buton_s1:hover,
    .theme_buton_s1:focus {
        background-color: var(--secondary-color);
        border: 1px solid var(--secondary-color);
        box-shadow: 0px 10px 20px rgba(255, 94, 20, 0.5);
        color: var(--primary-color);
    }

.web_inputterms {
    padding: 10px 0 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

    .web_inputterms label {
        padding: 0;
    }

    .web_inputterms span {
        padding: 0;
    }

        .web_inputterms span svg {
            font-size: 24px;
        }

    .web_inputterms a {
        font-size: 17px;
        color: var(--primary-color) !important;
        font-weight: 600;
    }

.web_input .redclr {
    bottom: -18px;
}

.pay_web_input {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.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%;
}

    .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;
        position: relative;
    }

        .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: #fff;
        font-weight: 700;
        padding: 10px 0;
        text-align: center;
        border: 1px solid rgb(255 255 255 / 18%);
        background-color: var(--primary-color);
    }

    .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(--primary);
            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;
}

.firstinfo {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    padding: 30px 0 0;
    margin: 0 !important;
}

    .firstinfo .wallet_box {
        border: 1px solid #bfbfbf;
        border-radius: 10px;
        padding: 20px;
        justify-content: space-between;
    }

    .firstinfo .cust_pass_input {
        flex-wrap: nowrap;
        width: 49% !important;
    }

        .firstinfo .cust_pass_input.cust_pass_input2 .wallet_box {
            flex-basis: 100% !important;
        }

        .firstinfo .cust_pass_input.agntpgcaptcha .wallet_box {
            flex-basis: 100% !important;
        }

.cust_pass_input_btn {
    padding: 20px 0 0;
    justify-content: flex-start;
}

.custinfo_box {
    width: 100%;
    float: left;
    padding: 10px 0 0;
}

.passengerbox_pay {
    padding: 0 20px;
}

.pay_box_line {
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    gap: 30px;
    padding: 0 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cust_wlt .cust_pass_input {
    width: 100%;
}

.custinfo_box2 .cust_pass_input_details {
    gap: 20px;
    flex-wrap: nowrap;
}

.pay_box_line .pg_gateway {
    padding: 12px 0;
}

    .pay_box_line .pg_gateway:after {
        height: auto !important;
        background: none;
        filter: inherit;
        border-bottom: 1px solid rgba(9, 47, 83, 0.3);
    }

    .pay_box_line .pg_gateway span {
        color: var(--text);
    }

.cust_pass_input_botton button {
    font-size: 16px;
    color: #fff;
    border: none;
    padding: 10px 20px;
    background-color: var(--primary-color);
    border-radius: 6px;
    font-weight: 600;
}

    .cust_pass_input_botton button:hover {
        color: var(--primary-color) !important;
        background-color: var(--secondary-color);
    }

.payonlinerefndbox button {
    font-size: 16px;
    color: var(--primary-color);
    border: none;
    padding: 10px 20px;
    background-color: var(--secondary-color);
    border-radius: 6px;
    font-weight: 600;
    box-shadow: none;
    outline: none;
}

    .payonlinerefndbox button:hover {
        color: var(--pure) !important;
        background-color: var(--primary-color);
    }

.cust_box_title h5.returnbox_title {
    padding: 31px 0 0;
}

.cust_box_title h5 {
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: var(--primary-color);
    padding: 0 0 10px;
    line-height: 23px;
}

.cust_pass_input_details {
    display: flex;
    gap: 25px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.custinfo_box_wallet .cust_pass_input_details {
    gap: 20px;
}

.cust_pass_input input {
    height: 50px;
    border-radius: 4px;
    background: var(--pure);
    border: 1px solid rgba(9, 47, 83, 0.2);
    padding: 0 20px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-color);
    position: relative;
}

    .cust_pass_input input[type="text"]::-webkit-input-placeholder {
        color: var(--text-color) !important;
    }

.pay_box_line .cust_pass_input input {
    height: 44px;
}

.form-group li {
    list-style: none;
}

.menulink {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: var(--primary-color);
    padding: 10px 20px;
    display: inline-block;
    margin: 30px 0 0;
    border-radius: 8px;
}

    .menulink:hover {
        color: var(--primary-color);
        background-color: var(--secondary-color);
    }

/*******************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;*/
    /*align-items: center;*/
}

.refundata {
    border: 1px solid rgba(9, 47, 83, 0.3);
    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(--primary);
    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(--primary);
    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 {
    margin: 0 !important;
    padding: 15px 0 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
}

    /*ticket page css changes (changes-25-03-23)*/

    .form-group h3 {
        padding: 30px 0 20px;
    }

    .form-group b {
        color: var(--secondary-color);
        text-transform: uppercase;
        font-weight: 700;
        padding: 0 5px;
    }

/*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-color) !important;
    color: var(--pure) !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;
    color: var(--primary);
}

.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);
    /* 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;
}

/********** Quick Booking Start **********/

.quickbookwrap {
    width: 100%;
    float: left;
    padding: 60px 0 0;
}

.quicktitle {
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 800;
}

.quickpart {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

.quicktitle02 {
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: 600;
}

.quickboxpart {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}

.quickboxschedule {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.quickboxdetail {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex-basis: 13%;
    flex-wrap: wrap;
    align-items: stretch;
}

.quickboxschedule table {
    width: 100%;
}

    .quickboxschedule table tr th {
        background-color: var(--primary-color);
        color: var(--pure);
        font-size: 14px;
        line-height: 22px;
        font-weight: 600;
        margin: 0;
        padding: 10px 20px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .quickboxschedule table tr td {
        background-color: var(--pure);
        color: var(--primary-color);
        font-size: 14px;
        line-height: 22px;
        font-weight: 600;
        margin: 0;
        border: 1px solid rgba(9, 47, 63, 0.1);
        padding: 10px 12px;
    }

        .quickboxschedule table tr td:last-child {
            text-align: center !important;
        }

        .quickboxschedule table tr td button {
            background-color: var(--secondary-color);
            color: var(--primary-color);
            border: none;
            padding: 6px 14px;
            font-weight: 500;
        }

            .quickboxschedule table tr td button:hover, .quickboxschedule table tr td button:focus {
                background-color: var(--primary-color);
                color: var(--pure);
            }

.custinfopopup .css-1pxa9xg-MuiAlert-message {
    font-size: 16px;
    font-weight: 500;
}

.custinfopopup .css-1e0d89p-MuiButtonBase-root-MuiIconButton-root .css-ptiqhd-MuiSvgIcon-root {
    font-size: 20px;
}

/********** Quick Booking End **********/
.disabled-wallet {
    pointer-events: none;
    opacity: 0.5;
}
