﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif !important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
    background-color: #e0cef6 !important;
}

.maxwidth {
    width: 100%;
    max-width: 1920px;
    clear: both;
    margin: 0 auto;
}

:root {
    --primary: #1A1A1A;
    --secondary: #9288F8;
    --background: #EBECF0;
    --text: #8A8A8A;
    --pure: #fff;
}

:root {
    --primary-color: #1A1A1A;
    --secondary-color: #9288F8;
    --main-color: #6E39AE;
    --text-color: #8A8A8A;
    --background: #F9F9FE;
    --pure: #fff;
}

::selection {
    background-color: var(--primary);
    color: var(--pure);
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

/*::-webkit-scrollbar {
    border-radius: 4px;
    width: 8px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    width: 8px;
    background-color: var(--primarycolor);
}*/

a {
    text-decoration: none !important;
    cursor: pointer;
    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: 1550px;
    padding: 0 15px !important;
}

body .container-full {
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;
}

.disabled-state {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
}

::-webkit-scrollbar {
    border-radius: 6px;
    width: 8px;
    height: 8px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    width: 8px;
    background-color: var(--main-color) !important;
}

/* Header Style Start header */

.headertop {
    padding: 30px 0 0;
    background-color: #e0cef6;
    position: relative;
    z-index: 9;
    width: 100%;
    float: left;
}

body .headertop .container {
    max-width: 1712px;
}

.headerpart {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 19px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}

.headerright {
    display: flex;
    justify-content: flex-end;
    gap: 148px;
    align-items: center;
    padding: 8px 0 0;
    z-index: 1;
}

.appuser {
    display: flex;
    gap: 26px;
    justify-content: flex-start;
    align-items: center;
}

.headercontact a {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    background-image: url("../images/site/icon01.svg");
    background-position: -7px -10px;
    background-repeat: no-repeat;
    padding: 0 3px 0 33px;
}

    .headercontact a:hover, .headercontact a:focus {
        color: var(--secondary-color);
    }

.loginwrap {
    display: flex;
}

    .loginwrap a {
        width: 40px;
        height: 40px;
        display: inline-block;
        border: 1px solid var(--primary-color);
        border-radius: 20px;
        background-image: url("../images/site/icon01.svg");
        background-position: center -171px;
        background-repeat: no-repeat;
        cursor: pointer;
    }

.appheadbox {
    padding: 9px 29px;
    border: 1px solid var(--primary-color);
    display: flex;
    gap: 25px;
    border-radius: 50px;
}

    .appheadbox a {
        width: 18px;
        height: 20px;
        display: inline-block;
        background-image: url("../images/site/icon01.svg");
        background-position: center -350px;
        background-repeat: no-repeat;
    }

        .appheadbox a:last-child {
            background-position: center -522px;
        }

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}


.sitelogo a {
    float: left;
}

.headermenu {
    float: right;
}

    .headermenu .navbar-inverse {
        background-color: transparent;
        border: none;
        float: none;
        margin: 0;
        min-height: 10px;
        width: 100%;
        border-radius: 0;
        position: relative;
        z-index: 9;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

        .headermenu #myNavbar,
        .headermenu .navbar-inverse .container-fluid {
            padding: 0;
        }

    .headermenu .navbar-toggle .icon-bar {
        background: var(--primary-color);
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        margin-top: 4px !important;
    }

    .headermenu .navbar-inverse .navbar-nav {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        gap: 45px;
        width: 100%;
        flex-wrap: nowrap;
        flex-direction: row;
    }

        .headermenu .navbar-inverse .navbar-nav:after {
            display: none;
        }

        .headermenu .navbar-inverse .navbar-nav:before {
            display: none;
        }

    .headermenu .navbar-header {
        float: left;
    }

    .headermenu .navbar-collapse {
        padding: 0;
    }

    .headermenu .navbar-inverse .navbar-nav > li {
        display: inline-block;
        vertical-align: middle;
        list-style: none;
        position: relative;
    }

        .headermenu .navbar-inverse .navbar-nav > li > a {
            display: inline-block;
            list-style-type: none;
            color: var(--primary-color);
            font-size: 16px;
            font-weight: 500;
            line-height: normal;
            position: relative;
            transition: all 0.6s;
            padding: 0;
        }

            .headermenu .navbar-inverse .navbar-nav > li > a:after {
                position: absolute;
                content: "";
                left: 0;
                right: 0;
                margin: 0 auto;
                bottom: -28px;
                width: 0;
                height: 2px;
                background-color: var(--primary-color);
                transition: ease 0.6s;
                border: none !important;
            }

            .headermenu .navbar-inverse .navbar-nav > li > a:hover:after, .headermenu .navbar-inverse .navbar-nav > li > a:focus:after, .headermenu .navbar-inverse .navbar-nav > li > a:active:after {
                width: 20px;
                transition: ease 0.6s;
            }

        .headermenu .navbar-inverse .navbar-nav > li .dropdown-menu > li > a {
            padding: 6px 20px;
        }

    .headermenu .dropdown-menu {
        left: auto;
        padding: 6px 0;
        border-radius: 0;
    }

    .headermenu .navbar-inverse .navbar-nav > li:hover .dropdown-menu {
        display: block;
        border-radius: 10px;
        overflow: hidden;
    }

    .headermenu .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .headermenu .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .headermenu .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
        background-color: transparent;
    }

    .headermenu .navbar-inverse .navbar-nav > li:hover .dropdown-menu {
        display: block;
    }

    .headermenu .navbar-inverse .navbar-nav > li > a:focus,
    .headermenu .navbar-inverse .navbar-nav > li > a:hover,
    .headermenu .navbar-inverse .navbar-nav > li > a:active {
        text-decoration: none;
        background-color: transparent;
        color: var(--primary-color);
        transition: ease 0.6s;
    }

.pull-left {
    float: left !important;
}

.navbar-toggle {
    display: none;
    position: relative;
}

.cssmenu {
    float: left;
}

.headermenu .dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: 0;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

/* leftmenu end */

/* Header Style Start header */

/* Home Page */

.sliderparts {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 80px;
    background-color: #e0cef6;
}

.slider_pattern {
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

    .slider_pattern span {
        position: absolute;
        width: 488px;
        height: 488px;
        left: 0px;
        top: 28px;
        background: rgba(146, 136, 248, 0.12);
        filter: blur(200px);
        z-index: 2;
    }

    .slider_pattern .slider_pattern2 {
        position: absolute;
        right: 416px;
        left: auto;
        top: 198px;
        background: rgba(255, 241, 115, 0.16);
        filter: blur(200px);
    }

    .slider_pattern .slider_pattern3 {
        position: absolute;
        right: 12px;
        left: auto;
        top: -109px;
        background: rgba(49, 34, 92, 0.1);
        filter: blur(200px);
        z-index: 2;
    }

.slider_new .arrow {
    display: none !important;
}

.new_imgpart {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 0 0;
}

.bookingwrap {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 50px;
    z-index: 2;
    position: relative;
}

.slider_content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 85px;
    width: 68.4%;
    position: relative;
    z-index: 1;
}

.slider_top {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.slider_head {
    display: flex;
    align-items: flex-start;
    gap: 26px;
    flex-direction: column;
    width: 50%;
    font-style: italic;
    font-family: "Crimson Pro", serif;
}

    .slider_head span {
        display: inline-block;
        padding: 0 0 0 80px;
        position: relative;
        color: var(--primary-color);
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
    }

        .slider_head span:before {
            position: absolute;
            content: "";
            left: 0;
            top: 12px;
            width: 60px;
            height: 1px;
            background-color: var(--main-color);
        }

    .slider_head h1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 54px;
        color: var(--primary-color);
    }

.slider_offer {
    float: right;
    padding: 11px 10px 0 0;
}

.slider_tx {
    float: left;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .slider_tx p {
        display: inline-block;
        font-size: 28px;
        color: var(--primary-color);
        font-weight: 500;
    }

    .slider_tx span {
        font-weight: 700;
        animation: color-btn 1.6s linear infinite;
    }

@keyframes color-btn {
    0%,100% {
        color: var(--secondary-color);
    }

    50% {
        color: var(--primary-color);
    }
}

.slider_explore {
    display: inline-block;
}

.datetabbing {
    display: none;
}

.bookingform {
    width: 100%;
    float: left;
}

.booking_tabs {
    float: left;
    background-color: var(--pure);
    border: 1px solid rgba(26, 26, 26, 0.2) !important;
    border-radius: 20px 20px 0 0;
    padding: 19px 18px 1px !important;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    border-bottom: none;
    position: relative;
    z-index: 1;
    border-bottom: none !important;
}

    .booking_tabs:after, .booking_tabs:before {
        display: none !important;
    }

    .booking_tabs li {
        margin: 0 !important;
    }

        .booking_tabs li a {
            background-color: #F5F5F5 !important;
            padding: 14px 30px 13px 55px;
            border-radius: 10px !important;
            font-size: 16px;
            line-height: normal;
            font-weight: 500;
            color: var(--primary-color);
            margin: 0;
            background-image: url('../images/site/icon01.svg') !important;
            background-position: 17% -1194px !important;
            background-repeat: no-repeat !important;
            border: none !important;
        }

        .booking_tabs li.nav-item02 a {
            background-position: 18% -1538px !important;
        }

        .booking_tabs li a:hover, .booking_tabs li a.active {
            background-color: var(--main-color) !important;
            color: var(--pure) !important;
            background-position: 17% -1367px !important;
            cursor: pointer;
        }

        .booking_tabs li.nav-item02 a:hover, .booking_tabs li.nav-item02 a.active {
            background-position: 18% -1710px !important;
        }

.booking_input {
    width: 100%;
    float: left;
    background-color: var(--pure);
    border: 1px solid rgba(26, 26, 26, 0.2);
    border-radius: 0 20px 20px 20px;
    padding: 30px 20px 29px;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
    margin: -1px 0 0;
    display: flex;
    gap: 20px;
}

.bookingcity {
    width: 50.1%;
    float: left;
    border: 1px solid rgba(49, 34, 92, 0.1);
    border-radius: 16px;
    padding: 19px 20px 20px 18px;
    display: flex;
    align-items: center;
    gap: 42px;
    position: relative;
    justify-content: space-between;
}

    .bookingcity.bookingdate {
        width: 38%;
        gap: 41px;
        padding: 13px 20px 15px 21px;
    }

.cityswapicon {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40px;
    width: 20px;
    height: 20px;
    background-image: url('../images/site/icon01.svg');
    background-position: center -3856px;
    background-repeat: no-repeat;
    float: left;
    cursor: pointer;
}

.bookinginput1 .css-kgjvsr-MuiAutocomplete-root .MuiInput-root {
    padding-bottom: 0;
}

.bookingicon {
    /* width: 100%; */
    display: inline-block;
    /* align-items: center; */
    /* gap: 12px; */
    position: relative;
}

    .bookingicon i {
        display: inline-block;
        width: 34px;
        height: 44px;
        background-color: #F5F5F5;
        border-radius: 14px;
        background-image: url(../images/site/available_icon.svg);
        background-position: center 4px;
        background-repeat: no-repeat;
        position: relative;
        top: 1px;
    }

.bookinginput1 .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-kgjvsr-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0;
}

.bookingdate .bookingicon i {
    background-position: center -162px;
}

.table-condensed > tbody > tr > td.today {
    background-color: var(--secondary-color);
    color: var(--pure);
    border-radius: 4px;
    background-image: none;
}

.table-condensed > tbody > tr > td.active {
    background-color: var(--primary-color) !important;
    color: var(--pure);
    border-radius: 4px;
    background-image: none !important;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    text-align: center;
    cursor: pointer;
}

.bookingpart {
    width: 78%;
    /* float: left; */
    display: inline-block;
    padding: 0 0 0 12px;
}

    .bookingpart.bookingpart04 {
        width: auto;
    }

    .bookingpart .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0 !important;
    }

    .bookingpart .css-xsu6ln-MuiAutocomplete-root {
        width: auto;
    }

.bookinginput1 {
    /* width: 100%; */
    display: inline-block;
}

    .bookinginput1 input {
        font-size: 18px !important;
        font-weight: 500;
        color: var(--primary-color) !important;
        border: none;
        width: 100% !important;
        display: inline-block;
        outline: none !important;
        padding: 0 !important;
        line-height: 27px !important;
        height: auto;
        font-family: 'Poppins', serif !important;
    }

        .bookinginput1 input[type="text"]::-webkit-input-placeholder {
            color: var(--primary-color) !important;
        }

        .bookinginput1 input::-webkit-input-placeholder {
            /* Chrome */
            color: var(--primary-color) !important;
        }

        .bookinginput1 input::-moz-placeholder {
            /* Firefox 19+ */
            color: var(--primary-color) !important;
        }

    .bookinginput1::-webkit-input-placeholder {
        /* Chrome */
        color: var(--primary-color) !important;
    }

    .bookinginput1::-moz-placeholder {
        /* Firefox 19+ */
        color: var(--primary-color) !important;
    }

    .bookinginput1 .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
        border: none !important;
    }

    .bookinginput1 .css-1tb7pjp-MuiInputBase-root-MuiInput-root:after {
        border: none !important;
    }

    .bookinginput1 .css-kgjvsr-MuiAutocomplete-root {
        width: 100%;
    }

    .bookinginput1 .redclr {
        left: 45px;
        bottom: -45px;
        width: 170px;
    }

.bookingpart.bookingpart03 .bookinginput1 .redclr {
    left: -9px;
}

.bookingpart label {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    padding: 0 0 8px;
}

.bookingsearch {
    width: 8.03%;
    float: right;
}

    .bookingsearch button {
        width: 100%;
        display: inline-block;
        background-color: var(--main-color);
        border: none;
        border-radius: 16px;
        color: var(--pure);
        height: 100px;
        font-size: 17px;
        font-weight: 500;
    }

        .bookingsearch button:hover, .bookingsearch button:focus {
            background-color: var(--primary-color);
            color: var(--pure);
        }

.bookingpart .css-1q60rmi-MuiAutocomplete-endAdornment {
    display: none !important;
}

.slider_discount {
    background-color: rgba(255, 255, 255, 0.2);
    border: 4px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    height: 537px;
    width: 27%;
    padding: 50px 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    position: relative;
}

    .slider_discount:after {
        position: absolute;
        content: "";
        right: -4px;
        bottom: -4px;
        width: 198px;
        height: 158px;
        background-image: url(../images/site/discount_design.png);
        background-position: right bottom;
        background-repeat: no-repeat;
    }

    .slider_discount:before {
        position: absolute;
        content: "";
        left: -24px;
        bottom: -4px;
        width: 308px;
        height: 301px;
        background-image: url(../images/site/discount_img.webp);
        background-position: left bottom;
        background-repeat: no-repeat;
    }

    .slider_discount h2 {
        font-size: 36px;
        text-align: left;
        line-height: 46px;
        position: relative;
        display: inline-block;
        font-weight: 700;
        font-style: italic;
        font-family: "Crimson Pro", serif !important;
        -webkit-text-fill-color: transparent;
        padding: 0 0 22px 47px;
        background: linear-gradient(to right, #757575, #1A1A1A);
        background-clip: text;
        color: transparent;
        width: 100%;
    }

        .slider_discount h2:before {
            position: absolute;
            content: "";
            left: 0;
            top: -3px;
            width: 277px;
            height: 50px;
            background-color: rgba(255, 255, 255, 0.6);
            z-index: -1;
        }

    .slider_discount i {
        display: block;
        background: linear-gradient(to right, #1A1A1A, #757575);
        background-clip: text;
        color: transparent;
    }

.discount_txt {
    float: right;
    padding: 13px 15px 23px;
    background-color: #F9F9F9;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    position: relative;
    right: 18px;
    display: none;
    flex-direction: column;
}

    .discount_txt span {
        font-size: 40px;
        font-weight: 600;
        color: var(--primary-color);
        line-height: 60px;
        float: left;
    }

    .discount_txt h4 {
        font-size: 16px;
        font-weight: 500;
        color: var(--text-color);
        line-height: 24px;
        display: inline-block;
    }

    .discount_txt p {
        display: block;
    }

.slider_mainarea {
    width: 100%;
    float: left;
    position: relative;
}

    .slider_mainarea:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 1237px;
        background: linear-gradient(180deg, #e0cef6 0%, rgba(245, 245, 245, 0) 100%);
    }

.slideroffer {
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    top: 130px;
    left: 0;
}

    .slideroffer span {
        position: absolute;
        width: 534px;
        height: 534px;
        left: 0;
        top: 130px;
        background: rgba(146, 136, 248, 0.12);
        filter: blur(200px);
    }

    .slideroffer .slideroffer2 {
        position: absolute;
        width: 810px;
        height: 810px;
        left: auto;
        right: 67px;
        top: 0;
        background: rgba(49, 34, 92, 0.1);
        filter: blur(400px);
    }

    .slideroffer .slideroffer3 {
        position: absolute;
        width: 375px;
        height: 375px;
        left: auto;
        right: 52px;
        top: auto;
        bottom: 206px;
        background: rgba(255, 241, 115, 0.14);
        filter: blur(200px);
    }

.slider_imgpart {
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
    padding: 0 0 70px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.2);
}

.slider_section {
    width: 100%;
    float: left;
}

.slider_imgpart_mbl {
    display: none;
}

.sliderwrapper .fade:not(.show) {
    opacity: 1 !important;
}

.sliderwrapper {
    width: 100%;
    float: left;
    position: relative;
    right: 0;
    top: 0;
}

.carousel {
    padding-top: 0;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

    .carousel > ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .carousel .slide {
        display: none;
    }

    .carousel img {
        width: 100%;
        border-radius: 20px;
    }

    .carousel .slide[data-active] {
        display: block;
        position: relative;
    }

    .carousel .slide.active {
        display: block;
    }

    .carousel .arrow {
        position: absolute;
        top: 47.4%;
        font-size: 32px;
        padding: 0;
        display: flex;
        color: var(--text);
        border-radius: 6px;
    }

        .carousel .arrow:hover {
            background: var(--secondary);
            cursor: pointer;
        }

        .carousel .arrow.left {
            left: 1.5rem;
        }

        .carousel .arrow.right {
            right: 1.5rem;
        }

        .carousel .arrow > svg {
            width: 40px;
            height: 40px;
        }

    .carousel .fade {
        animation: fadeInAnimation ease 1s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.ofr_discount_card {
    width: 100%;
    float: left;
    padding: 70px 0 0;
    position: relative;
    z-index: 1;
}

.ofr_discount {
    width: 100%;
    float: left;
    padding: 0 0 0 192px;
}

.offer_card_left {
    width: 23.2%;
    float: left;
}

.offer_icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.offer_box {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.offer_card_left .row {
    margin: 0 !important;
}

.offer_card_left .col-12.col-carousel {
    padding: 0 !important;
}

.offer_card_left .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 31px 0 0;
}

    .offer_card_left .owl-dots button {
        height: 10px;
        line-height: 10px !important;
        background-color: transparent;
        border: none;
    }

        .offer_card_left .owl-dots button span {
            width: 10px;
            height: 10px;
            display: inline-block;
            background-color: rgba(26, 26, 26, 0.2);
            border-radius: 10px;
        }

        .offer_card_left .owl-dots button.active {
            border: 1px solid var(--primary-color);
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: transparent;
        }

            .offer_card_left .owl-dots button.active span {
                background-color: var(--primary-color);
            }

.top_routes {
    width: 71.2%;
    float: right;
}

.top_routes_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 84%;
    float: left;
    padding: 20px 0 40px;
}

    .top_routes_top p {
        color: var(--primary-color);
        font-size: 18px;
        font-weight: 400;
        text-align: left;
        display: inline-block;
        line-height: 30px;
        width: 34%;
    }

.toptitle {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 48px;
    display: inline-block;
    font-style: italic;
    font-family: "Crimson Pro", serif !important;
}

    .toptitle i {
        display: block;
    }

.slider_head i {
    display: block;
}

.destination_route {
    width: 100%;
    float: left;
    padding: 60px 0 0;
    border-top: 1px solid rgba(26, 26, 26, 0.2);
}

    .destination_route ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        gap: 30px;
        align-items: flex-start;
    }

        .destination_route ul li {
            display: flex;
            flex-direction: column;
            gap: 14px;
            align-items: flex-start;
        }

        .destination_route ul .booknowin {
            display: flex;
            gap: 10px;
            align-items: center;
        }

            .destination_route ul .booknowin label {
                display: inline-block;
                width: 50px;
                height: 50px;
                background: #ECEAFF;
                background-image: url(../images/site/icon01.svg);
                background-position: center -1884px;
                background-repeat: no-repeat;
                border-radius: 50%;
            }

        .destination_route ul .booknowright {
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            gap: 8px;
        }

            .destination_route ul .booknowright span {
                display: inline-block;
                font-size: 16px;
                font-weight: 500;
                line-height: 24px;
                color: var(--primary-color);
            }

            .destination_route ul .booknowright a {
                font-size: 12px;
                font-weight: 500;
                color: var(--primary-color);
                line-height: 18px;
                background-color: transparent;
                border: 1px solid rgba(138, 138, 138, 0.4);
                border-radius: 30px;
                padding: 4px 15px;
            }

                .destination_route ul .booknowright a:hover, .destination_route ul .booknowright a:focus {
                    color: var(--pure);
                    background-color: var(--primary-color);
                }

body .servicewrap .container {
    width: 100%;
    max-width: 1545px;
}

.serappdiv {
    float: left;
    width: 100%;
}

.serappmain {
    float: left;
    width: 100%;
    position: relative;
}

.servicewrap {
    float: left;
    width: 100%;
    padding: 92px 0 0;
}

.servicearea {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.servicearealeft {
    float: left;
    width: 32.4%;
}

    .servicearealeft p {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        text-align: justify;
        color: rgb(26 26 26 / 80%);
    }

        .servicearealeft p.blodtext {
            font-weight: 500;
            padding: 60px 0 20px;
        }

.servicearearight {
    float: right;
    width: 60%;
    position: relative;
}

    .servicearearight:after {
        position: absolute;
        content: "";
        width: 805px;
        height: 805px;
        right: 0;
        top: -92px;
        background: rgba(49, 34, 92, 0.1);
        filter: blur(200px);
        z-index: -1;
    }

.serviceareabox {
    display: flex;
    width: 100%;
    gap: 20px;
    padding: 4px 0 0;
}

.servicepart {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-end;
}

    .servicepart.servicepart1 {
        align-items: flex-end;
    }

.servicebox {
    float: left;
    width: 320px;
    background: rgba(255, 255, 255, 0.2);
    border: 4px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 26px 16px 37px;
}

    .servicebox p {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        text-align: left;
        color: var(--primary-color);
        padding: 29px 0 0;
    }

        .servicebox p i {
            display: block;
            font-style: normal;
        }

    .servicebox.servicebox04 p {
        color: var(--secondary-color);
        text-align: center;
        float: left;
        width: 100%;
        padding: 25px 0 0;
    }

.serviceicon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .serviceicon span {
        width: 64px;
        height: 64px;
        background-color: #f0c6f4;
        border-radius: 14px;
        float: left;
        background-image: url(../images/site/icon01.svg);
        background-position: center -2058px;
        background-repeat: no-repeat;
    }

    .serviceicon em {
        width: 166px;
        height: 0px;
        border: 1px solid rgba(138, 138, 138, 0.2);
        float: right;
    }

.servicepart.servicepart2 {
    width: 26%;
}

.servicebox.servicebox02,
.servicebox.servicebox04 {
    width: 232px;
}

    .servicebox.servicebox02 .serviceicon em {
        width: 105px;
    }

    .servicebox.servicebox02 .serviceicon span {
        background-color: #ffe3d4;
        background-position: center -2242px;
    }

    .servicebox.servicebox02 p {
        padding: 46px 0 0;
    }

.servicebox02 .serviceicon span.middleicon {
    background-color: #ced1f4;
    background-position: center -2426px;
}

.servicebox.servicebox04 {
    height: 130px;
    background: rgba(146, 136, 248, 0.2);
    border: 4px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 0;
}

    .servicebox.servicebox04 span {
        float: left;
        width: 36px;
        height: 36px;
        background-image: url(../images/site/icon01.svg);
        background-position: center -2625px;
        background-repeat: no-repeat;
    }

.servicepart3 .servicebox02 span {
    background-position: center -2798px !important;
}

.servicepart3 .servicebox01 span {
    background-position: center -2982px !important;
}

/*Application*/

.appwrap {
    float: left;
    width: 100%;
    padding: 96px 0 0;
}

.appwraparea {
    float: left;
    width: 100%;
    padding: 100px 0;
    position: relative;
}

.appwraptop {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(26, 26, 26, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 40px;
    float: left;
    width: 100%;
}

.appleft {
    float: left;
    width: 29.1%;
    text-align: right;
    margin: -98px 0 0;
    position: relative;
}

    .appleft::before {
        position: absolute;
        content: "";
        width: 488px;
        height: 244px;
        left: 52px;
        bottom: -78px;
        background: rgba(49, 34, 92, 0.14);
        filter: blur(100px);
        z-index: -1;
    }

    .appleft::after {
        position: absolute;
        content: "";
        width: 488px;
        height: 488px;
        left: -82px;
        top: 0;
        background: rgba(255, 241, 115, 0.14);
        filter: blur(100px);
        z-index: -1;
    }

.appright {
    float: right;
    width: 61.5%;
    padding: 79px 0 0;
}

.toptitle {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 48px;
    display: inline-block;
    font-style: italic;
    font-family: "Crimson Pro", serif !important;
}

.appright h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: var(--primary-color);
    padding: 36px 0 18px;
}

    .appright h4 u {
        font-weight: 600;
    }

.appright p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color);
}

    .appright p i {
        display: block;
        font-style: normal;
    }

.appfeature {
    display: flex;
    flex-wrap: wrap;
    width: 60.3%;
    gap: 10px 0;
    padding: 32px 0 0;
}

    .appfeature span {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        color: var(--primary-color);
        padding: 0 0 0 38px;
        width: 50%;
        background-image: url(../images/site/icon01.svg);
        background-position: -9px -3177px;
        background-repeat: no-repeat;
    }

.appwrapbottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 92px 0 0;
    gap: 59px;
}

    .appwrapbottom span {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #ffffff;
        background-color: var(--primary-color);
        padding: 17px 50px;
        border-radius: 0 0 14px 14px;
    }

.applink {
    display: flex;
    gap: 26px;
}

/* Short Trip style */

.gotripdiv {
    float: left;
    width: 100%;
}

.gotriparea {
    float: left;
    width: 100%;
}

.gotripdetails {
    float: left;
    width: 100%;
}

.gotriptabbing {
    float: left;
    width: 100%;
    padding: 60px 0 0;
}

body .gotriptabbing .container {
    max-width: 1564px;
}

.gotripblock {
    float: left;
    width: 100%;
}

    .gotripblock .gotripmenu {
        list-style: none;
        padding: 0 0 0 10px;
        margin: 0;
        display: flex;
        justify-content: flex-start;
        width: 100%;
        gap: 10px;
    }

        .gotripblock .gotripmenu li {
            padding: 12px 33px 10px;
            background: rgba(255, 255, 255, 0.4);
            border: 1px solid var(--primary-color);
            border-radius: 100px;
            font-size: 16px;
            font-weight: 500;
            color: var(--primary-color);
            cursor: pointer;
        }

        .gotripblock .gotripmenu .active {
            background-color: var(--secondary-color);
            cursor: default;
            color: var(--pure);
            border: 1px solid var(--secondary-color);
        }

.gotritabcount {
    padding: 40px 0 0 0;
    float: left;
    width: 100%;
    text-align: center;
}

.gotritabcount {
    display: none;
}

    .gotritabcount.active {
        display: block;
    }

    .gotritabcount .slick-prev, .gotritabcount .slick-next {
        position: absolute;
        font-size: 0;
        top: -84px;
        width: 60px;
        height: 40px;
        background-color: transparent;
        bottom: 0;
        margin: 0;
        border-radius: 50px;
        opacity: 1;
        left: auto;
        right: 82px;
        z-index: 1;
        text-align: center;
        background-image: url("../images/site/icon01.svg") !important;
        background-position: center -3679px !important;
        background-repeat: no-repeat !important;
        border: 1px solid var(--primary-color) !important;
        line-height: 36px !important;
    }

    .gotritabcount .slick-next {
        left: auto;
        right: 0;
        background-position: center -3679px;
        transform: rotate(-180deg);
        /*top: -84px;*/
    }

        .gotritabcount .slick-prev:before,
        .gotritabcount .slick-next:before {
            display: none !important;
        }

.gotripblock button.slick-next.slick-arrow.slick-disabled, .gotripblock button.slick-prev.slick-arrow.slick-disabled {
    opacity: 0.2;
    cursor: not-allowed;
}

.purple_darshan {
    display: none;
}

.slick-track {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.tripicon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.tripboxarea {
    float: left;
    border: 1px solid rgb(26 26 26 / 40%);
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.4);
    display: flex;
    flex-direction: column;
    width: 362px;
    padding: 0 0 20px;
}

.tripimg {
    float: left;
    position: relative;
    width: 100%;
}

    .tripimg img {
        border-radius: 19px 19px 0 0;
        width: 100%;
        max-width: 100% !important;
        object-fit: cover;
    }

.triptime {
    position: absolute;
    right: 12px;
    top: 12px;
}

    .triptime label {
        align-items: center;
        padding: 8px 20px 6px;
        background: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(2px);
        border-radius: 60px;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        color: var(--pure);
    }

.tripbox {
    float: left;
    padding: 20px 19px 19px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    height: 225px;
}

    .tripbox h4 {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: var(--primary-color);
        text-align: left;
        padding: 0 0 9px;
    }

    .tripbox span {
        font-family: "Poppins";
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        display: flex;
        align-items: center;
        color: var(--text-color);
        padding: 0 0 0 24px;
        background-image: url(../images/site/icon01.svg);
        background-position: -10px -3345px;
        background-repeat: no-repeat;
    }

    .tripbox p {
        text-align: left;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        color: var(--primary-color);
        display: inline-block;
        width: 100%;
        padding: 12px 0 0;
    }

.triprice {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 19px 20px 0;
    border-top: 1px solid rgba(26, 26, 26, 10%);
    margin: 21px 0 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

    .triprice label {
        font-size: 16px;
        font-weight: 600;
        color: var(--primary-color);
        float: left;
    }

        .triprice label i {
            padding: 2px 4px;
        }

    .triprice a {
        border-radius: 40px;
        border: 1px solid var(--primary-color);
        padding: 7px 19px 5px;
        text-decoration: none;
        color: var(--primary-color);
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
    }

        .triprice a:hover {
            color: var(--pure);
            background-color: var(--secondary-color);
            border-color: var(--secondary-color);
        }

/*Gallery Style*/

.gallerydiv {
    float: left;
    width: 100%;
}

.galleryarea {
    float: left;
    width: 100%;
    padding: 100px 0 0;
    position: relative;
}

.gallerytabbing {
    float: left;
    width: 100%;
    padding: 60px 0 0;
}

body .gallerytabbing .container {
    max-width: 1564px;
}

.galleryblock {
    float: left;
    width: 100%;
}

    .galleryblock .gallerymenu {
        list-style: none;
        padding: 0 0 0 10px;
        margin: 0;
        display: flex;
        justify-content: flex-start;
        width: 100%;
        gap: 10px;
    }

        .galleryblock .gallerymenu li {
            padding: 11px 33px 10px;
            background: rgba(255, 255, 255, 0.4);
            border: 1px solid var(--primary-color);
            border-radius: 100px;
            font-size: 16px;
            font-weight: 500;
            color: var(--primary-color);
            cursor: pointer;
        }

        .galleryblock .gallerymenu .active {
            background-color: var(--secondary-color);
            cursor: default;
            color: var(--pure);
            border: 1px solid var(--secondary-color);
        }

.gallerytabpart {
    padding: 40px 0 0 0;
    float: left;
    width: 100%;
    text-align: center;
}

.galleryimg {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

    .galleryimg img {
        border-radius: 20px;
    }

.gallerytabpart .slick-prev, .gallerytabpart .slick-next {
    position: absolute;
    top: -84px;
    width: 60px;
    height: 40px;
    line-height: 36px !important;
    border: 1px solid var(--primary-color) !important;
    background-color: transparent;
    font-size: 0;
    bottom: 0;
    margin: 0;
    border-radius: 40px;
    opacity: 1;
    left: auto;
    right: 82px;
    z-index: 1;
    text-align: center;
    background-image: url("../images/site/icon01.svg") !important;
    background-position: center -3679px !important;
    background-repeat: no-repeat !important;
}

.gallerytabpart .slick-next {
    left: auto;
    right: 0;
    background-position: center -3679px;
    transform: rotate(-180deg);
}

    .gallerytabpart .slick-prev:before,
    .gallerytabpart .slick-next:before {
        display: none !important;
    }

/*Testimonials*/

.testimonials {
    width: 100%;
    float: left;
    padding: 100px 0 106px;
    position: relative;
}

.testimonialsparts {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

    .testimonialsparts .toptitle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

        .testimonialsparts .toptitle span {
            display: inline-block;
            width: 68.2%;
            height: 1px;
            background-color: var(--primary-color);
        }

.testimonialslide {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

.test_left {
    width: 24.5%;
    float: left;
}

    .test_left h1 {
        font-size: 28px;
        font-weight: 500;
        line-height: 45px;
        color: var(--primary-color);
        display: inline-block;
        font-style: italic;
        font-family: "Crimson Pro", serif !important;
        padding: 21px 0 0;
    }

.test_right {
    float: right;
    width: 70%;
    padding: 0;
    position: relative;
    right: -30px;
}

    .test_right .row {
        margin: 0 !important;
    }

.test_icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.test_box {
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    width: 494px;
    height: 320px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 4px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    padding: 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    margin: 20px 0;
}

.test_box_top {
    display: inline-block;
    position: relative;
}

    .test_box_top label {
        position: absolute;
        top: 37.5%;
        left: 0;
        right: 0;
        margin: 0 auto !important;
        width: 52px;
        height: 52px;
        background-color: var(--secondary-color);
        border-radius: 50%;
        background-image: url("../images/site/icon01.svg");
        background-position: center -3502px;
        background-repeat: no-repeat;
        cursor: pointer;
    }

.test_box_btm {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
    padding: 0 0 0 20px;
}

    .test_box_btm h4 {
        color: var(--primary-color);
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        display: inline-block;
    }

    .test_box_btm p {
        color: var(--primary-color);
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        display: inline-block;
    }

.test_pattern {
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

    .test_pattern span {
        position: absolute;
        width: 488px;
        height: 488px;
        left: 0;
        top: 134px;
        background: rgba(255, 241, 115, 0.1);
        filter: blur(200px);
    }

    .test_pattern .test_pattern2 {
        position: absolute;
        width: 488px;
        height: 488px;
        left: 0;
        right: 184px;
        margin: 0 auto;
        top: 148px;
        background: rgba(49, 34, 92, 0.04);
        filter: blur(200px);
    }

    .test_pattern .test_pattern3 {
        position: absolute;
        width: 920px;
        height: 920px;
        left: auto;
        right: 0;
        top: 20px;
        background: rgba(49, 34, 92, 0.1);
        filter: blur(400px);
    }

.test_right .owl-carousel .owl-nav.disabled {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: absolute;
    left: 20px;
    right: 0;
    margin: 0 auto;
    bottom: -106px;
}

.test_right .owl-nav button {
    width: 60px;
    height: 40px;
    border: 1px solid var(--primary-color) !important;
    border-radius: 40px;
    line-height: 36px !important;
    background-color: transparent;
}

    .test_right .owl-nav button span {
        font-size: 0;
        color: transparent;
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url("../images/site/icon01.svg");
        background-position: center -3684px;
        background-repeat: no-repeat;
    }

.test_right .owl-nav .owl-next span {
    transform: scaleX(-1);
    left: 2px;
    position: relative;
}

.test_right .owl-dots {
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 36px;
}

.test_right .owl-carousel .owl-dots button {
    width: 82px;
    height: 2px;
    display: inline-block;
    border: none;
    background-color: rgba(26, 26, 26, 0.1);
}

    .test_right .owl-carousel .owl-dots button.active, .test_right .owl-carousel .owl-dots button:hover {
        background-color: var(--primary-color);
    }


/*footer start*/
.footerwrap {
    padding: 100px 0 0;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

    .footerwrap:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: -31px;
        border-radius: 50%;
        width: 810px;
        height: 810px;
        filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        -moz-filter: blur(4px);
        -webkit-filter: blur(200px);
        z-index: -1;
        background-color: rgba(49, 34, 92, 0.09);
    }

    .footerwrap:after {
        position: absolute;
        content: "";
        right: 0;
        bottom: -79px;
        border-radius: 50%;
        width: 488px;
        height: 488px;
        filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        -moz-filter: blur(4px);
        -webkit-filter: blur(80px);
        z-index: -1;
        background-color: rgba(49, 34, 92, 0.09);
    }

.footercall {
    width: 100%;
    padding: 60px 0 59px;
    gap: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid rgba(26, 26, 26, 0.4);
    border-bottom: 1px solid rgba(26, 26, 26, 0.4);
    position: relative;
    z-index: 2;
}

    .footercall h3 {
        font-style: italic;
        font-family: "Crimson Pro", serif !important;
        font-size: 32px;
        font-weight: 700;
        color: var(--primary-color);
    }

.footercallpart {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 27px;
    position: relative;
    z-index: 2;
}

    .footercallpart a {
        font-size: 20px;
        font-weight: 500;
        color: var(--primary-color);
        background-image: url("../images/site/icon01.svg");
        background-position: -4px -689px;
        background-repeat: no-repeat;
        padding: 0 0 0 34px;
    }

        .footercallpart a:hover, .footercallpart a:focus {
            color: var(--secondary-color);
        }

    .footercallpart button {
        background-color: var(--secondary-color);
        color: var(--pure);
        border-radius: 30px;
        font-size: 16px;
        font-weight: 500;
        padding: 12px 35px 11px;
        border: none;
    }

        .footercallpart button:hover, .footercallpart button:focus {
            background-color: var(--primary-color);
            color: var(--pure);
        }

.footertop {
    float: left;
    position: relative;
    /*z-index: 1;*/
    padding: 56px 30px 0;
    width: 100%;
}

    .footertop:after {
        position: absolute;
        content: "";
        right: 0;
        top: -223px;
        border-radius: 50%;
        width: 488px;
        height: 488px;
        filter: blur(4px);
        -o-filter: blur(4px);
        -ms-filter: blur(4px);
        -moz-filter: blur(4px);
        -webkit-filter: blur(120px);
        z-index: -1;
        background-color: rgba(255, 241, 115, 0.1);
    }

.footerarea {
    background-color: rgba(255, 255, 255, 0.4);
    width: 100%;
    float: left;
    border-radius: 30px;
    padding: 90px 0 42px;
    position: relative;
    z-index: 1;
}

.footerparts {
    width: 100%;
    float: left;
}

.footerpartstop {
    width: 100%;
    float: left;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 0 56px;
    position: relative;
    z-index: 1;
}

.footerlogo {
    display: inline-block;
}

    .footerlogo a {
        display: inline-block;
    }

        .footerlogo a img {
            width: 100%;
            max-width: 195px;
        }

.footerlinks {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 29px;
}

.footertitle {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    font-family: "Crimson Pro", serif !important;
}

.footerlinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

    .footerlinks ul li {
        display: inline-block;
    }

        .footerlinks ul li a {
            font-size: 16px;
            font-weight: 400;
            color: var(--text-color);
        }

            .footerlinks ul li a:hover, .footerlinks ul li a:focus {
                color: var(--secondary-color);
            }

.footeraddress {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 29px;
    width: 23.3%;
}

.footercontact {
    display: inline-block;
}

    .footercontact span {
        font-size: 16px;
        font-weight: 500;
        color: var(--primary-color);
        padding: 0 0 0 32px;
        background-image: url("../images/site/icon01.svg");
        background-position: -4px -865px;
        background-repeat: no-repeat;
    }

    .footercontact.footercontact2 span {
        background-position: -4px -1037px;
    }

    .footercontact p {
        color: var(--text-color);
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        padding: 10px 0px 0 17px;
    }

    .footercontact a {
        color: var(--text-color);
    }

        .footercontact a:hover, .footercontact a:focus {
            color: var(--secondary-color);
        }

.footerpartsbtm {
    width: 100%;
    position: relative;
    float: left;
}

.footermenubox {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 19px;
    width: 100%;
    padding: 40px 0 0;
    border-top: 1px solid rgba(49, 34, 92, 0.16);
}

    .footermenubox a {
        color: var(--primary-color);
        border: 1px solid var(--primary-color);
        border-radius: 30px;
        font-size: 14px;
        font-weight: 400;
        padding: 9px 29px;
        cursor: pointer;
    }

        .footermenubox a:hover, .footermenubox a:focus {
            color: var(--pure);
            border: 1px solid var(--secondary-color);
            background-color: var(--secondary-color);
        }

.footerbottom {
    float: left;
    position: relative;
    z-index: 1;
    padding: 20px 0 20px;
    width: 100%;
}

.footerbtm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright p {
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
}

.copyright a {
    color: var(--primary-color);
}

    .copyright a:hover, .copyright a:focus {
        color: var(--secondary-color);
    }

.powerdby {
    display: flex;
    align-items: center;
    gap: 9px;
}

    .powerdby span {
        color: var(--primary-color);
        font-size: 13px;
        font-weight: 400;
        padding: 4px 0 0;
        display: inline-block;
    }

.footersocial {
    float: right;
    position: absolute;
    right: 0;
    top: 50px;
    display: flex;
    align-items: center;
    gap: 26px;
}

    .footersocial a {
        color: var(--primary-color);
        float: left;
        font-size: 16px;
        line-height: 11px;
    }

        .footersocial a:hover {
            color: var(--primary-color);
        }

    .footersocial .ftrtwitter {
        fill: var(--primary-color);
    }

.fa-facebook:before {
    content: "\f09a";
    font-family: 'FontAwesome' !important;
}

.footersocial a svg {
    width: 18px;
}

.fa-square:before {
    content: "\f0c8";
    font-family: 'FontAwesome' !important;
}

/*footer End*/

/* 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***********************/

.booking_popup .css-105qr5e {
    border: none;
    border-radius: 20px;
    padding: 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.booking_popup p {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 500;
    text-align: center;
}

.booking_popup_btn {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    justify-content: center;
}

.booking_popup .css-1e6y48t-MuiButtonBase-root-MuiButton-root {
    background-color: var(--main-color) !important;
    border-radius: 30px !important;
    font-size: 15px !important;
    padding: 8px 20px !important;
    color: white;
}

    .booking_popup .css-1e6y48t-MuiButtonBase-root-MuiButton-root:hover, .booking_popup .css-1e6y48t-MuiButtonBase-root-MuiButton-root:focus {
        background-color: var(--secondary-color) !important;
        color: #fff;
    }

.availableroutes {
    width: 100%;
    float: left;
}

.availableparts {
    width: 100%;
    float: left;
}

.availablebooking {
    width: 100%;
    float: left;
    padding: 16px;
    background-color: rgba(26, 26, 26, 0.02);
}

.avbookingform {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    gap: 100px;
    align-items: center;
}

.avbookingpart {
    width: 70.2%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    background-color: var(--pure);
    padding: 12px 12px 12px 19px;
    border: 1px solid rgba(26, 26, 26, 0.1);
}

.bookinput {
    width: 42.5%;
    display: flex;
    align-items: flex-start;
}

    .bookinput.bookinput2 {
        width: 42%;
    }

.cancellationbox .bookinginput .css-kgjvsr-MuiAutocomplete-root .MuiAutocomplete-inputRoot .MuiAutocomplete-input, .cancellationbox .bookinginput input {
    padding: 0 0 0 37px !important;
    background-position: 7px 5px;
    line-height: 46px;
    height: 46px;
}

.cancellationbox .inputboxp002 .bookinginput .css-kgjvsr-MuiAutocomplete-root .MuiAutocomplete-inputRoot .MuiAutocomplete-input, .cancellationbox .inputboxp002 .bookinginput input {
    background-image: none !important;
    padding: 0 0 0 20px !important;
    box-shadow: none;
}

.cancellationbox .inputboxp01 .redclr {
    bottom: -19px;
    padding: 0;
    left: 0;
    font-size: 13px;
    font-weight: 400;
}

.bookinginput {
    width: 50%;
    padding: 2px 0 0;
    position: relative;
}

    .bookinginput .css-kgjvsr-MuiAutocomplete-root .MuiAutocomplete-inputRoot .MuiAutocomplete-input, .bookinginput input {
        border: none;
        padding: 0 0 0 27px !important;
        background-image: url(../images/site/available_icon.svg);
        background-position: -5px -5px;
        background-repeat: no-repeat;
        display: inline-block;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        color: var(--primary-color);
        line-height: 26px;
        height: 26px;
        outline: none !important;
        font-family: 'Poppins', serif !important;
    }

    .bookinginput .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-kgjvsr-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 15px;
    }

    .bookinginput .css-kgjvsr-MuiAutocomplete-root {
        width: 100%;
        padding: 0 12px 0 0;
    }

    .bookinginput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
        border: none !important;
    }

    .bookinginput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:after {
        border: none !important;
    }

    .bookinginput.bookinginput3 input, .bookinginput.bookinginput4 input {
        background-position: -5px -172px;
        padding: 0 0 0 29px !important;
    }

.avsearchbook {
    width: 15%;
    float: right;
}

    .avsearchbook button {
        background-color: var(--main-color);
        color: var(--pure);
        border-radius: 12px;
        font-size: 16px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        height: 56px;
        cursor: pointer;
        border: none;
        outline: none;
    }

        .avsearchbook button:hover, .avsearchbook button:focus {
            background-color: var(--primary-color);
            color: var(--pure);
        }

.bookinput .css-xsu6ln-MuiAutocomplete-root {
    width: 90%;
}

.bookinput .css-1q60rmi-MuiAutocomplete-endAdornment {
    top: calc(50% - 18px);
}

.bookinput .css-1glvl0p-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-clearIndicator {
    display: none !important;
}

.bookinput .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0;
}

.bookinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
    border-bottom: 2px solid var(--secondary);
}

.bookinput .css-xsu6ln-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
    padding: 0 10px 0 35px;
}

.bookinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before {
    border-bottom: none;
}

.bookinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
    border-bottom: none;
}

/*Modify Search Area Style End*/

/*Routewrapper Style Start Here*/

#Showfemaleline {
    width: 100%;
    float: left;
}

.femaleline {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #5D983A;
    padding: 10px 20px;
}

    .femaleline label {
        color: var(--pure);
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        display: inline-block;
        width: 100%;
        animation: blink 1.5s infinite;
    }

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }
}

.availablewrap {
    width: 100%;
    float: left;
}

.availabledetails {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 0 0;
    gap: 26px;
}

.availablefilters {
    flex-basis: 19.8%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
}

.filter_tab_main {
    padding: 0 0 26px;
}

.filter-drawer {
    border: 1px solid rgba(26, 26, 26, 0.2);
    background-color: var(--pure);
    border-radius: 16px;
    padding: 25px 23px 23px;
}

.filter-drawer__content-wrapper {
    max-height: 0px;
    overflow: hidden;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}

.filter-drawer__title {
    color: var(--primary-color);
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
    transition: all 0.25s ease-out;
}

    .filter-drawer__title::after {
        position: absolute;
        right: 1px;
        top: -2px;
        content: "";
        width: 24px;
        height: 24px;
        background-image: url(../images/site/available_icon.svg);
        background-position: center -342px;
        background-repeat: no-repeat;
        transform: rotate(-90deg);
        transition: 0.25s ease-in-out;
    }

.filter-drawer__trigger:checked + .filter-drawer__title + .filter-drawer__content-wrapper {
    max-height: 100%;
}

.filter-drawer__trigger:checked + .filter-drawer__title::after {
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

.filter-drawer__content {
    display: flex;
    gap: 12px;
    padding: 25px 0 0;
    flex-wrap: wrap;
}

.filter-drawer__content_input {
    flex-basis: 47.6%;
}

.filter-drawer input[type="checkbox"] {
    display: none;
}

.filter-drawer__content_input input {
    height: 42px;
    width: 100% !important;
    cursor: pointer;
    padding: 0 0 0 20px !important;
    border: 1px solid rgba(26, 26, 26, 0.2);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    color: var(--text);
    background-image: url(../images/site/available_icon.svg);
    background-position: 96% -1177px;
    background-repeat: no-repeat;
}

.filter-drawer__content_input .css-1q60rmi-MuiAutocomplete-endAdornment {
    display: none !important;
}

.filter-drawer__content_input .css-dd2h8b-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
    padding: 0;
}

.filter-drawer__content_input .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-dd2h8b-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0 !important;
}

.filter-drawer__content_input label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: var(--text-color);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin: 0;
    border-radius: 8px;
    padding: 8px 0;
    border: 1px solid rgba(26, 26, 26, 0.2)
}

.filter-drawer__content_input :checked + label {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
    width: 100%;
    float: left;
}

    .filter-drawer__content_input :checked + label:before {
        content: "";
        background-color: grey;
        transform: scale(1);
    }

.ba-we-love-subscribers-wrap {
    width: 100%;
    float: left;
}

.filter-drawer2 .filter-drawer__content {
    display: flex;
    gap: 12px;
    padding: 25px 0 0;
    flex-direction: column;
}

.filter-drawer2 .filter-drawer__content_input {
    flex-basis: 100%;
}

    .filter-drawer2 .filter-drawer__content_input label {
        justify-content: flex-start;
        padding: 8px 0 8px 48px;
        background-image: url(../images/site/available_icon.svg);
        background-position: 15px -507px;
        background-repeat: no-repeat;
    }

    .filter-drawer2 .filter-drawer__content_input.filtertime2 label {
        background-position: 15px -674px;
    }

    .filter-drawer2 .filter-drawer__content_input.filtertime3 label {
        background-position: 15px -842px;
    }

    .filter-drawer2 .filter-drawer__content_input.filtertime4 label {
        background-position: 15px -1010px;
    }

.filter-drawer__content_input .css-15ljb2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot .MuiAutocomplete-input {
    display: inline-block;
    border-radius: 10px;
    border: 1px solid rgba(26, 26, 26, 0.2);
    height: 46px;
    background-image: url(../React/images/site/available_icon.svg);
    background-position: 96.4% -1175px;
    background-repeat: no-repeat;
    width: 100%;
    padding: 0 47px 0 14px;
    outline: none !important;
}

.MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-15ljb2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0 !important;
}

.filter-drawer__content_input .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
    border: none !important;
}

.filter-drawer__content_input .css-1tb7pjp-MuiInputBase-root-MuiInput-root:after {
    border: none !important;
}

.filter-drawer__content_input .css-1glvl0p-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-clearIndicator {
    margin-right: 29px;
    top: 2px;
}

.filter-drawer__content_input .MuiAutocomplete-root.Mui-focused .css-1glvl0p-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-clearIndicator {
    margin-right: 29px;
}

.filter-drawer__content_input .css-1tb7pjp-MuiInputBase-root-MuiInput-root {
    font-family: 'Poppins', serif !important;
}

.filter-drawer__content_input .css-15ljb2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
    padding: 0 47px 0 14px;
}

.filter-drawer__content_input .css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
    display: none;
}

.filter-search .filter-drawer__content_input {
    flex-basis: 100%;
}

.filter_tab_main:last-child {
    padding: 0 !important;
}

/*** Filter Drawer Style End Here*****/

.availableright {
    flex-basis: 78.8%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 46px;
    overflow: hidden;
}

.offercard {
    width: 93%;
    float: left;
}

.offerarea {
    width: 100%;
    float: left;
}

    .offerarea .row {
        margin: 0;
    }

    .offerarea .col-12.col-carousel {
        padding: 0
    }

    .offerarea .owl-item.active:last-child {
        margin: 0 !important
    }

.offericon {
    display: inline-block;
    vertical-align: middle;
}

.offerbox {
    display: inline-block;
    vertical-align: middle;
}

.bookingoffer {
    width: 100%;
    float: left;
    height: 144px;
}

    .bookingoffer .owl-thumbs button {
        display: none;
    }

    .bookingoffer .row {
        margin: 0 !important;
    }

.offer-slide {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}

/*Route Listing Style Start Here*/

.busroutedata {
    width: 100%;
    float: left;
}

.busesdatafound {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.busroutemhead {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
}

    .busroutemhead b {
        font-weight: 500;
        color: var(--text-color);
    }

.busroutetab {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
}

.section-dropdown span.MuiButtonBase-root.MuiRadio-root.MuiRadio-colorPrimary.PrivateSwitchBase-root.MuiRadio-root.MuiRadio-colorPrimary.css-vqmohf-MuiButtonBase-root-MuiRadio-root {
    display: none;
}

.sortbytype input#sortdropdown {
    display: none;
}

.section-dropdown .MuiFormGroup-root.MuiFormGroup-row.css-qfz70r-MuiFormGroup-root {
    gap: 14px;
}

.sortbytype {
    display: flex;
    gap: 14px;
}

    .sortbytype label span {
        font-size: 14px;
        font-weight: 400;
        color: var(--primary-color);
        position: relative;
        padding: 6px 25px;
        cursor: pointer;
        background-color: var(--pure);
        border: 1px solid rgba(26, 26, 26, 0.2);
        border-radius: 20px;
        font-family: "Poppins", sans-serif !important;
    }

    .sortbytype .sortbyselect {
        background-color: var(--primary-color);
        color: #fff;
    }

.buscountnumber {
    float: left;
    display: none;
}

    .buscountnumber p {
        font-size: 20px;
        font-weight: 600;
        color: var(--text);
    }

        .buscountnumber p label {
            font-size: 22px;
            font-weight: 600;
            color: var(--text);
        }

.filterbuttonsidebar a {
    padding: 7px 14px 7px;
    color: var(--primary);
    border: 1px solid var(--background);
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .filterbuttonsidebar a i {
        font-size: 15px;
    }

    .filterbuttonsidebar a:hover, .filterbuttonsidebar a:focus {
        color: var(--pure);
        background-color: var(--secondary);
    }

.bussortbylisting {
    float: right;
}

    .bussortbylisting p {
        font-size: 16px;
        font-weight: 600;
        color: var(--primary);
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px 4px 0;
    }

    .bussortbylisting .dropdown {
        width: 180px;
        display: inline-block;
        transition: all .5s ease;
        position: relative;
        font-size: 16px;
        color: var(--primary);
        height: 100%;
        text-align: left;
    }

        .bussortbylisting .dropdown .select {
            cursor: pointer;
            display: block;
            outline: none;
            padding: 10px 16px;
            background-color: var(--tertiary-color);
            border-radius: 4px;
        }

            .bussortbylisting .dropdown .select > i {
                font-size: 16px;
                color: var(--text);
                cursor: pointer;
                transition: all .3s ease-in-out;
                float: right;
                line-height: 25px
            }

        .bussortbylisting .dropdown:focus {
            outline: none;
        }

        .bussortbylisting .dropdown.active .select > i {
            transform: rotate(-180deg)
        }

        .bussortbylisting .dropdown .dropdown-menu {
            position: absolute;
            background-color: #fff;
            width: 100%;
            left: 0;
            margin-top: 1px;
            box-shadow: 0 1px 2px rgb(204, 204, 204);
            border-radius: 0 1px 2px 2px;
            overflow: hidden;
            display: none;
            max-height: 300px;
            z-index: 9;
            border-top: 2px solid var(--text);
        }

            .bussortbylisting .dropdown .dropdown-menu li {
                padding: 10px;
                transition: all .2s ease-in-out;
                cursor: pointer
            }

        .bussortbylisting .dropdown .dropdown-menu {
            padding: 0;
            list-style: none
        }

            .bussortbylisting .dropdown .dropdown-menu li:hover {
                background-color: #f2f2f2
            }

            .bussortbylisting .dropdown .dropdown-menu li:active {
                background-color: #e2e2e2
            }

.noroute {
    width: 100%;
    float: left;
    text-align: center;
}

    .noroute p {
        font-size: 16px;
        font-weight: 600;
        padding: 20px 0;
        border-radius: 10px;
        border: 1px solid var(--secondary);
        background-color: var(--pure);
        color: var(--primary);
    }

.disc_text {
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: flex-end;
    padding: 30px 30px 0 0;
}

    .disc_text p {
        display: inline-block;
        background-color: var(--secondary-color);
        padding: 10px 30px;
        font-size: 16px;
        font-weight: 600;
        color: var(--pure);
        border-radius: 20px 20px 0 0;
    }

.available_route_listing {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 0;
}

    .available_route_listing .connectingRoutes {
        width: 100%;
        float: left;
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        border: 1px solid #9288f8;
        border-radius: 20px;
    }

.changeovertext .changeoverbus {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    padding: 10px 0 0;
    display: inline-block;
    width: 100%;
}

.changeovertext .waitduration {
    color: var(--secondary-color);
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}

.busroutedata .routedata_main {
    border: 1px solid #9288f8;
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
}

.waitduration {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: var(--secondary);
    padding: 12px 0 10px;
    border-radius: 100px;
    color: #f9ff00;
}

.changeoverbus {
    color: var(--pure);
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    display: inline-block;
    text-align: center;
}

.waitduration span {
    color: #f9ff00;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    display: inline-block;
    text-align: center;
}

.available_route_listing.available_listing {
    padding: 15px 0 0;
}

.available_route_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 40px 12px;
    border: 1px solid rgba(26, 26, 26, 0.1);
    border-radius: 16px;
    background-color: #FDFDFD;
}

.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;
    }

.available_route_box_toprow {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 25px;
}

.route_box.route_box01 {
    flex-basis: 44%;
}

.bus_time_data {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.bus_start_time {
    display: flex;
    flex-direction: column;
    flex-basis: 27%;
}

    .bus_start_time label {
        font-size: 20px;
        font-weight: 500;
        color: var(--primary-color);
        text-transform: uppercase;
        margin: 0;
    }

    .bus_start_time p {
        font-size: 14px;
        font-weight: 400;
        color: var(--text-color);
    }

.bus_duration_time {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

    .bus_duration_time span {
        display: inline-block;
        width: 20px;
        border: 1px solid var(--secondary-color);
        height: 2px;
    }

    .bus_duration_time p {
        font-size: 11px;
        font-weight: 500;
        color: var(--primary-color);
        border: 1px solid var(--secondary-color);
        border-radius: 40px;
        padding: 4px 15px;
    }

.bus_reach_time {
    text-align: right;
}

.route_box02 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.availableboxes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4px;
}

.availablebuses {
    border: 1px solid var(--secondary-color);
    border-radius: 30px;
    padding: 13px 4px 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 46px;
    gap: 6px;
}

    .availablebuses span {
        width: 22px;
        height: 22px;
        display: inline-block;
        background-image: url(../images/site/available_icon.svg);
        background-position: center -1358px;
        background-repeat: no-repeat;
    }

    .availablebuses i {
        font-style: normal;
        font-size: 14px;
        font-weight: 500;
        color: var(--primary-color);
    }

    .availablebuses.availablebuses2 span {
        background-position: center -1530px;
    }

.availableboxes p {
    font-size: 12px;
    font-weight: 500;
    color: var(--primary-color);
}

.route_fare_data {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 2px 0 0;
}

    .route_fare_data span {
        color: #f00;
        font-size: 16px;
        font-weight: 400;
        text-decoration: line-through;
        line-height: 23px;
    }

        .route_fare_data span i {
            font-size: 14px;
            padding: 0 6px 0 0;
        }

    .route_fare_data label {
        font-size: 20px;
        font-weight: 600;
        color: var(--primary-color);
    }

        .route_fare_data label i {
            font-size: 18px;
            padding: 0 6px 0 0;
        }

    .route_fare_data p {
        font-size: 12px;
        font-weight: 600;
        color: var(--secondary-color);
        border: 1px solid var(--secondary-color);
        padding: 3px 17px;
        border-radius: 20px;
        margin: 8px 0 0 !important;
    }

.droproutebtnpart {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0 0;
    border-top: 1px solid rgba(26, 26, 26, 0.1);
    flex-wrap: wrap;
}

.busroutetype {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 1px;
}

    .busroutetype p {
        font-size: 16px;
        font-weight: 500;
        color: var(--text-color);
    }

.available_viaroutes {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.busroutetype span {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    line-height: 21px;
}

.busroutetyperight {
    display: flex;
    align-items: center;
    gap: 116px;
}

.busroutetabbing {
    display: inline-block;
}

    .busroutetabbing ul {
        padding: 0;
        margin: 0;
        display: flex;
        gap: 20px;
    }

        .busroutetabbing ul li {
            list-style: none;
        }

            .busroutetabbing ul li button {
                background-color: var(--pure);
                border: 1px solid rgba(26, 26, 26, 0.1);
                border-radius: 30px;
                padding: 9px 25px;
                color: var(--primary-color);
                font-weight: 500;
                font-size: 12px;
            }

                .busroutetabbing ul li button:hover, .busroutetabbing ul li button:focus {
                    background-color: var(--primary-color);
                    color: var(--pure);
                }

.seatbookbtn {
    display: inline-block;
}

    .seatbookbtn button {
        font-size: 16px;
        font-weight: 400;
        color: var(--pure);
        background-color: var(--main-color);
        border-radius: 30px;
        padding: 8px 26px;
        border: none;
        display: inline-block;
        outline: none !important;
    }

        .seatbookbtn button:hover {
            color: var(--pure);
            background-color: var(--primary-color);
        }

/*.busroutetimetable {
    width: 100%;
    float: left;
    padding: 40px 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.bustiming {
    display: flex;
    gap: 0px;
    flex-basis: 43%;
}

.busroutetimetable .boldlabel {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
    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);
    display: block;
    padding: 5px 0 0;
}

.busroutetimetable .lightlabel {
    font-size: 14px;
    font-weight: 400;
    color: var(--text);
    display: block;
}

.busroutetimetable .bustime {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

    .busroutetimetable .bustime.busendtime {
        text-align: right;
    }

.bustime.busroutearrow {
    padding: 0 20px 0;
}

.busratting {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4px;
}

.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;
        }

.route_box.route_box02 {
    text-align: center;
}*/

/*.route_box {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 420px;
    height: 310px;
    position: relative;
}*/

/*.route_box label {
    background-color: var(--primary);
    padding: 15px 20px;
    width: 100%;
    color: var(--pure) !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
}*/

. /*route_box label {
    color: var(--text);
    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(--secondary);
}

.bustype {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary);
}

.busroutevia {
    width: 100%;
    float: left;
    padding: 18px 40px 28px;
}*/
.bustypeamenities {
    display: flex;
    gap: 10px;
    padding: 0;
    display: none;
}

.bustypeamenities i {
    font-size: 16px;
    color: var(--text);
    cursor: pointer;
}

.busroutevialist {
    border: 1px solid #D5D7DF;
    border-radius: 6px;
    display: flex;
    padding: 10px 20px;
    justify-content: flex-start;
}

    .busroutevialist span {
        font-size: 18px;
        font-weight: 600;
        color: var(--text);
        float: left;
        flex: 0 0 auto;
    }

    .busroutevialist .vialist {
        display: inline-block;
        vertical-align: middle;
        flex: 1 1 auto;
    }

        .busroutevialist .vialist ul {
            margin: 0;
            padding: 2px 0 0 5px;
            list-style-type: none;
        }

            .busroutevialist .vialist ul li {
                font-size: 18px;
                font-weight: 400;
                color: var(--pure);
                display: inline-block;
                position: relative;
                padding: 0 28px 0 0;
            }

                .busroutevialist .vialist ul li::after {
                    content: '\f178';
                    font-family: FontAwesome;
                    position: absolute;
                    right: 6px;
                    top: 5px;
                    color: var(--primary);
                    font-size: 12px;
                    font-weight: normal;
                }

                .busroutevialist .vialist ul li:last-child::after {
                    display: none;
                }

.busroutefacilities {
    width: 100%;
    float: left;
    position: relative;
}

.fulltckt {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 122px;
    top: 44px;
}

    .fulltckt label {
        color: #f00;
        font-size: 12px;
        font-weight: 500;
        line-height: 24px;
        display: inline-block;
    }

.bookingchartdata {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 26px 0 0;
    align-items: flex-start;
}

.bookingseatchart {
    float: left;
    display: flex;
    flex-direction: column;
    gap: 26px;
    width: 63.5%;
}

.seatitle {
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    padding: 0;
    color: var(--primary-color);
    position: absolute;
    left: 26px;
    top: 38px;
}

.busfacilitiestab {
    width: 100%;
    float: left;
    padding: 15px 0 28px;
    position: relative;
}

    /* 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.active {
                color: var(--secondary);
                background-color: transparent;
                border: none;
            }

        .busfacilitiestab .nav-tabs .nav-link {
            border: none;
            font-size: 16px;
            font-weight: 500;
            color: var(--primary);
            padding: 0 12px 0 12px;
            position: relative;
        }

            .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;
        }

            .busfacilitiestab .nav-tabs .nav-item:first-child .nav-link:before {
                display: none;
            }

        .busfacilitiestab .nav-tabs .nav-link:hover, .busfacilitiestab .nav-tabs .nav-link:focus {
            color: var(--secondary);
        }

    .busfacilitiestab .tab-pane {
        width: 100%;
        float: left;
    }

.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;
    padding: 30px 0 20px;
    border-top: 1px solid rgba(26, 26, 26, 0.12);
}

.amenities-tab-list {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.amenities-tab-box {
    text-align: left;
    padding: 10px 20px 10px 20px;
    background-color: var(--pure);
    border-radius: 30px;
    border: 1px solid #DCDCDC;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

    .amenities-tab-box i, .amenities-tab-box p {
        font-size: 22px;
        color: var(--secondary);
        display: inline-block;
        vertical-align: middle;
    }

    .amenities-tab-box p {
        color: var(--primary);
        font-size: 15px;
        font-weight: 400;
    }

/*Amenities Tabbing Style End Here*/

.tabbusphoto {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: flex-start;
    padding: 30px 0 20px;
    border-top: 1px solid rgba(26, 26, 26, 0.12);
}

/*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(--secondary);
    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);
        font-size: 16px;
        font-weight: 500;
    }

    .boarding-list p {
        flex: 1;
        color: var(--text);
    }

/*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 {
    }

        .seatbutton .seatavailable p {
            font-size: 16px;
            font-weight: 500;
            color: var(--primary);
        }

            .seatbutton .seatavailable p label {
                font-size: 20px;
                font-weight: 600;
                color: var(--secondary);
            }

    .seatbutton .nav-item.nav-item-button {
        float: right;
        padding: 0;
        background-color: var(--primary);
        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: var(--pure);
        }

        .seatbutton .nav-item.nav-item-button i {
            font-size: 22px;
            padding: 0px 20px 0;
            color: var(--pure);
            line-height: 46px;
        }

    .seatbutton .nav-link:focus,
    .seatbutton .nav-link:hover {
        border: none;
        isolation: isolate;
    }

    .seatbutton .nav-item-button button {
        color: var(--pure);
        padding: 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(--pure);
        }


/* Booking Seat Chart Style Start Here */

.seatpricefilter {
    float: left;
    width: 100%;
    overflow-x: auto;
    padding: 0 0 17px;
    border-bottom: 1px solid var(--secondary-color);
    position: relative;
    z-index: 1;
}

    .seatpricefilter ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
        width: max-content;
        font-size: 14px;
        font-weight: 500;
        color: var(--primary-color);
    }

        .seatpricefilter ul li {
            display: inline-block;
            padding: 5px 22px 5px;
            border: 1px solid rgba(26, 26, 26, 0.2);
            border-radius: 30px;
            cursor: pointer;
            font-size: 12px;
            background-color: #fff;
            color: var(--primary-color);
        }

            .seatpricefilter ul li.active {
                background-color: var(--main-color);
                color: #fff;
            }

            .seatpricefilter ul li:first-child {
                margin: 0 0 0 2px;
            }

.seat-opacity {
    opacity: 0.3;
    pointer-events: none !important;
}

.seatindchart {
    display: flex;
    gap: 40px;
}

.upperlowerdeckchart {
    width: 100%;
    float: left;
}

.upperlowerchart {
    float: left;
    display: flex;
    gap: 10px;
    width: 100%;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lowerdeckchart, .upperdeckchart {
    width: max-content;
    float: left;
}

.seatchartone, .seatchartwo {
    width: 100%;
    float: left;
    position: relative;
}

.tab-content {
    width: 100%;
    float: left;
}

.lowerdeckseat, .upperdeckseat {
    border: 1px solid rgba(26, 26, 26, 0.2);
    border-radius: 16px;
    width: 222px;
    float: left;
    min-height: 570px;
    padding: 35px 20px 0;
}

.seatchartdeta {
    width: 100%;
    float: left;
    position: relative;
}

.seatindicator {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 36px;
    flex-direction: column;
    padding: 26px 0 50px 20px;
    background-color: #FAF9FF;
    border: 1px solid var(--secondary-color);
    border-radius: 16px;
    flex-basis: 36.2%;
}

.seatindicatorinfo {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
}

    .seatindicatorinfo span {
        display: inline-block;
        width: 40px;
        height: 40px;
        border: 1px solid var(--secondary-color);
        border-radius: 50%;
        background-image: url(../images/site/available_icon.svg);
        background-position: center -2726px;
        background-repeat: no-repeat;
    }

    .seatindicatorinfo h4 {
        font-size: 12px;
        font-weight: 400;
        color: var(--primary-color);
    }

.seatindicatorbox {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.seatindicator .seat01 {
    font-size: 12px;
    font-weight: 400;
    color: var(--primary-color);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
}

    .seatindicator .seat01 em {
        border: 1px solid var(--secondary-color);
        background-color: var(--pure);
        border-radius: 8px;
        height: 18px;
        width: 48px;
        display: inline-block;
        vertical-align: middle;
    }

    .seatindicator .seat01.seat02 em {
        border: 1px solid var(--text-color);
        background-color: #D5D5D5;
    }

    .seatindicator .seat01.seat03 em {
        border: 1px solid #F782C9;
        background-color: var(--pure);
    }

    .seatindicator .seat01.seat04 em {
        border: 1px solid var(--secondary-color);
        background-color: #F782C9;
    }

.bookingdeatails {
    float: left;
    flex-basis: 29.3%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.insurancembl {
    display: none;
}

.steering {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url("../images/site/steeringbus.svg");
    background-position: center 0;
    background-repeat: no-repeat;
    position: absolute;
    right: 22px;
    top: 26px;
}

.seat-icon {
    min-width: 60px;
    min-height: 36px;
    color: var(--primary-color);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
    padding: 5px 0 0;
    margin: 0;
    cursor: pointer;
    float: none;
    clear: both;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background-image: url("../images/site/seat_icon.svg");
    background-position: center -10px;
    background-repeat: no-repeat;
}

    .seat-icon.seat_selected {
        background-position: center -220px;
    }

    .seat-icon.seat_reserved {
        background-position: center -430px;
    }

    .seat-icon.seat_available_ladies {
        background-position: center -640px;
    }

    .seat-icon.seat__booked_ladies {
        background-position: center -850px;
    }

    .seat-icon.seat_available_ladies {
        background-position: center -640px;
    }

    .seat-icon.seat-Horizontal {
        transform: rotate(90deg);
        min-width: 36px;
        min-height: 60px;
    }

.seatchartdeta span.seat {
    transform: rotate(-90deg);
}

.seat-icon02 {
    min-width: 31px;
    min-height: 30px;
    color: var(--primary-color);
    border: 1px solid var(--secondary-color);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
    padding: 5px 0 0;
    margin: 0 4px 7px 0;
    cursor: pointer;
    float: none;
    clear: both;
    display: inline-block;
    vertical-align: top;
    position: relative;
    max-width: 31px;
    overflow-x: hidden;
}

    .seat-icon02.seat_selected {
        background-color: #C6DE2A;
        border: 1px solid #9AAE14;
    }

    .seat-icon02.seat_reserved {
        background-color: #D5D5D5;
        border: 1px solid var(--text-color);
    }

    .seat-icon02.seat_available_ladies {
        border: 1px solid #F782C9;
        background-color: var(--pure);
    }

    .seat-icon02.seat__booked_ladies {
        background-color: #F782C9;
        border: 1px solid var(--secondary-color);
    }

.seat-iconvertical {
    min-height: 60px;
    min-width: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    padding-left: 6px !important;
    float: left;
    max-width: 36px;
    writing-mode: vertical-rl;
    justify-content: space-around;
}

.seat-opacity {
    opacity: 0.3;
    pointer-events: none !important;
}

/*Seat Tooltip Start*/

/*.css-13hjud9-MuiTooltip-tooltip {
    background-color: var(--primary-color) !important;
    font-family: 'Poppins', sans-serif !important;
    padding: 4px 8px;
    font-size: 12px !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
}

    .css-13hjud9-MuiTooltip-tooltip h4 {
        font-size: 14px !important;
        font-weight: 500;
        padding: 6px 0;
    }

    .css-13hjud9-MuiTooltip-tooltip table tbody tr th,
    .css-13hjud9-MuiTooltip-tooltip table tbody tr td {
        font-size: 12px !important;
        font-weight: 400;
    }

.css-kudwh-MuiTooltip-arrow::before {
    background-color: var(--secondary-color) !important;
}

.css-viryjt-MuiPopper-root-MuiTooltip-popper[data-popper-placement*="top"] .MuiTooltip-arrow {
    bottom: -9px;
}*/

/*Seat Tooltip End*/

/*Booking Information */

.routepoint {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
    /* padding: 24px 0 0; */
}

.dorppickupselected {
    width: 100%;
    float: left;
    background-color: var(--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;
}

.redclr {
    font-size: 13px;
    left: 0;
    position: absolute;
}

.charterinput .mrgbtm:last-child .redclr {
    bottom: -20px;
}

.droppingpointchart {
    width: 100%;
    float: left;
    position: relative;
}

.routepoint .css-qkv3hr-MuiAutocomplete-root {
    width: 100%;
}

.routepoint .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
    border-bottom: none !important;
}

.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 45px 10px 10px;
    border: 1px solid rgba(9, 47, 83, 0.2);
    cursor: pointer;
    font-family: "Poppins", sans-serif !important;
    font-size: 15px;
    font-weight: 400;
    color: var(--text);
    border-radius: 12px;
}

.routepoint .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before {
    border-bottom: none;
}

.routepoint .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before {
    border-bottom: none;
}

.routepoint .css-1q60rmi-MuiAutocomplete-endAdornment {
    top: calc(50% - 12px);
}

.routepoint .css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
    background-color: var(--secondary);
    font-size: 20px;
    padding: 0;
    border-radius: 6px;
    color: var(--pure);
    margin-right: 8px;
}

    .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 {
    flex-basis: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.bookingservicedetails, .bookingfairdetails {
    width: 100%;
}

.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: 26px 20px 20px;
    border: 1px solid rgba(26, 26, 26, 0.2);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.serviceboxdetail {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .serviceboxdetail p {
        font-size: 14px;
        font-weight: 400;
        color: var(--text-color);
        display: inline-block;
        position: relative;
    }

    /*.serviceboxdetail p:after {
            content: ':';
            position: absolute;
            right: 0;
            top: 0;
        }*/

    .serviceboxdetail label {
        font-size: 14px;
        font-weight: 400;
        color: var(--primary-color);
        display: inline-block;
    }

    .serviceboxdetail.serviceboxtotal {
        padding: 12px 0 0;
        margin: 4px 0 0;
        border-top: 1px solid rgba(26, 26, 26, 0.2);
    }

        .serviceboxdetail.serviceboxtotal p {
            font-size: 16px;
            font-weight: 600;
            color: var(--primary-color);
        }

        .serviceboxdetail.serviceboxtotal label {
            font-size: 16px;
            font-weight: 600;
            color: var(--primary-color);
        }

/*.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: center;
}

    .bookingcontinue button {
        font-size: 16px;
        font-weight: 500;
        color: var(--pure);
        background-color: var(--main-color);
        width: 100%;
        border: none;
        padding: 12px 38px 11px;
        border-radius: 50px;
        cursor: pointer;
    }

        .bookingcontinue button:hover, .bookingcontinue button:focus, .bookingcontinue button:active {
            color: #fff;
            background-color: var(--primary-color);
        }

.css-3yjvh5-MuiPaper-root-MuiAlert-root .MuiAlert-icon {
    display: none;
}

.css-3yjvh5-MuiPaper-root-MuiAlert-root {
    color: var(--pure) !important;
    background-color: var(--primary) !important;
    padding: 14px 40px !important;
    font-weight: 600;
}

.css-3yjvh5-MuiPaper-root-MuiAlert-root {
    font-weight: 600 !important;
    font-size: 16px !important;
}

/* Booking Seat Chart Style End Here*/

/*Route Listing Style End Here*/

/*Routewrapper Style End Here*/

/*************************Available Route Page Style End***********************/

/*inner page style(25-03-23)*/

/*************************Customer Info Page Style Start***********************/

.customerbox.agreeterms span {
    bottom: -25px;
}

.customerinfowrap {
    width: 100%;
    float: left;
}

.customerinfopart {
    width: 100%;
    float: left;
    padding: 60px 0 0;
}

/*.custinfopopup .css-2rbg70-MuiPaper-root-MuiDialog-paper {
    margin: 30px;
    top: 0;
    max-height: calc(100% - 60px);
    max-width: 1650px;
    overflow-y: hidden;
    background-color: #F6F6F9;
}

.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);
        }*/

.customersection {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.customerleft {
    width: 66.2%;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
}

.customerleftinput {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 29px;
}

.customerhead {
    background-color: var(--background);
    padding: 12px 0 12px 20px;
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-color);
    font-style: italic;
    font-family: "Crimson Pro", serif !important;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .customerhead span {
        width: 24px;
        height: 24px;
        display: inline-block;
        background-image: url("../images/site/available_icon.svg");
        background-position: center -1875px;
        background-repeat: no-repeat;
    }

.customerinformation {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
}

.customermainjrny, .custinfo_box {
    font-size: 18px;
    font-weight: 600;
    color: var(--main-color);
    width: 100%;
    float: left;
}

.customerbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    position: relative;
}

    .customerbox h4 {
        font-size: 16px;
        font-weight: 400;
        color: var(--primary-color);
        position: relative;
    }

    .customerbox i {
        font-style: normal;
    }

.customerinputbox {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}

    .customerinputbox .redclr {
        bottom: -20px;
    }

.cust_pass_input03 .css-xsu6ln-MuiAutocomplete-root {
    width: 100%;
}

.cust_pass_input {
    display: inline-block;
    position: relative;
    flex-basis: 19.2%;
}

.cust_pass_input01 {
    width: 100%;
    flex-basis: 36.2% !important;
}

.cust_pass_input input, .cust_pass_input select {
    height: 48px;
    border-radius: 8px;
    background-color: var(--pure) !important;
    border: 1px solid rgba(26, 26, 26, 0.2);
    padding: 0 20px !important;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
    position: relative;
    outline: none !important;
    box-shadow: none !important;
}

    .cust_pass_input input:focus, .cust_pass_input select:focus {
        border: 1px solid var(--primary) !important;
    }

.cust_pass_input .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0;
}

.cust_pass_input .css-1tb7pjp-MuiInputBase-root-MuiInput-root:after {
    border-bottom: none !important;
}

.cust_pass_input .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled):before {
    border-bottom: none !important;
}

.cust_pass_input .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
    border-bottom: none !important;
}

.customerdetails .customerbox {
    gap: 8px;
}

.customerdetails .customerhead span {
    background-position: center -2049px;
}

.cust_pass_input.cust_input_details {
    flex-basis: 32%;
}

.customergstbox {
    border-bottom: 1px solid var(--secondary-color);
    padding: 0 0 40px;
}

    .customergstbox .customerhead span {
        background-position: center -2222px;
    }

    .customergstbox .customerbox h4 {
        display: flex;
        align-items: center;
        gap: 7px;
    }

.customerbox h4 input[type=checkbox] {
    margin: 0;
    width: 19px;
    height: 19px;
}

.walletcoupon {
    padding: 4px 0 40px;
    flex-direction: initial;
    gap: 10px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--secondary-color);
}

    .walletcoupon .customerbox {
        width: 48%;
    }

        .walletcoupon .customerbox h4 {
            display: flex;
            gap: 8px;
            align-items: center;
            padding: 0 0 2px;
        }

.customerbox h4 input {
    margin: 0;
}

.walletcoupon .cust_pass_input {
    flex-basis: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

    .walletcoupon .cust_pass_input button {
        background-color: var(--main-color);
        border-radius: 8px;
        color: var(--pure);
        font-size: 16px;
        font-weight: 400;
        width: 45.5%;
        border: none;
        padding: 0;
    }

        walletcoupon .cust_pass_input button:hover, .walletcoupon .cust_pass_input button:focus {
            background-color: var(--primary-color);
            color: var(--pure);
        }

.walletcoupon p {
    color: var(--secondary-color);
    font-size: 12px;
    font-weight: 400;
    padding: 3px 0 0;
}

.cust_input_details .css-xsu6ln-MuiAutocomplete-root {
    width: 100%;
}

.paymentbox {
    width: 66.2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 40px 0 0;*/
}

.agreeterms {
    width: auto;
}

    .agreeterms h4 {
        display: flex;
        align-items: center;
        gap: 0;
        font-weight: 500;
    }

        .agreeterms h4 input[type=checkbox] {
            margin: 0 10px 0 0;
        }

        .agreeterms h4 a {
            color: var(--primary-color);
            text-decoration: underline !important;
            cursor: pointer;
        }

.paymentbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

    .paymentbtn button {
        font-size: 16px;
        font-weight: 500;
        color: var(--secondary-color);
        border: 1px solid var(--secondary-color);
        border-radius: 40px;
        background-color: transparent;
        padding: 11px 39px 10px;
        outline: none !important;
    }

        .paymentbtn button.paysuccess {
            padding: 11px 57px 10px;
            background-color: var(--main-color);
            border: 1px solid var(--main-color);
            color: #fff;
        }

        .paymentbtn button:hover, .paymentbtn button:focus {
            color: var(--pure);
            border: 1px solid var(--primary-color);
            background-color: var(--primary-color);
        }

.cust_input_details.cust_input_details2 input {
    background-color: #e9ecef !important;
}

.customerright {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
    flex-basis: 31.1%;
}

.customerroute {
    width: 100%;
    border-radius: 16px;
    padding: 36px 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 31px;
    align-items: flex-start;
    background: linear-gradient(180deg, #6E39AE 0%, #151977 100%);
    margin: 0 0 20px;
}

.journeybox .customerroute:last-child {
    margin: 0 !important;
}

.customerright .customerhead {
    padding: 0;
    background-color: transparent;
    text-decoration: underline !important;
}

.journeybox {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
    width: 100%;
}

.customerboxtop {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    width: 100%;
}

.customebox {
    display: flex;
    flex-direction: column;
    gap: 1px;
    align-items: flex-start;
    flex-basis: 42%;
}

.customebox2 {
    align-items: flex-end;
    text-align: right;
}

.customebox label {
    font-size: 20px;
    font-weight: 500;
    color: var(--pure);
}

.customebox p {
    font-size: 14px;
    font-weight: 400;
    color: var(--pure);
}

.customedateseat {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .customedateseat span {
        width: 40px;
        height: 40px;
        display: inline-block;
        border: 1px solid var(--pure);
        border-radius: 50%;
        background-color: transparent;
        background-image: url("../React/images/site/available_icon.svg");
        background-position: center -2387px;
        background-repeat: no-repeat;
    }

    .customedateseat.customedateseat2 span {
        background-position: center -2556px;
    }

    .customedateseat p {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
    }

.customerfarebox {
    border: 1px solid rgba(26, 26, 26, 0.2);
    border-radius: 16px;
    width: 100%;
    padding: 29px 40px 18px;
}

    .customerfarebox h4 {
        font-size: 16px;
        font-weight: 500;
        color: var(--primary-color);
        padding: 0 0 11px;
        border-bottom: 1px solid rgba(26, 26, 26, 0.1);
        width: 100%;
    }

.farelabelbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    padding: 26px 0 18px;
    border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}

.farelabel {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .farelabel label {
        font-size: 14px;
        font-weight: 400;
        color: var(--text-color);
    }

    .farelabel span {
        font-size: 14px;
        font-weight: 400;
        color: var(--primary-color);
    }

.farelabeltrns {
    border-bottom: 1px solid rgba(26, 26, 26, 0.2);
    padding: 0 0 6px;
    margin: 0 0 15px;
}

    .farelabeltrns label {
        font-size: 16px;
    }

    .farelabeltrns span {
        font-size: 16px;
    }

.totalpayable {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0 0;
}

    .totalpayable label {
        font-size: 16px;
        font-weight: 600;
        color: var(--primary-color);
    }

/*.css-1t1j96h-MuiPaper-root-MuiDialog-paper {
    padding: 26px 40px;
}

.css-bdhsul-MuiTypography-root-MuiDialogTitle-root {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 600;
    letter-spacing: 0;
    font-family: 'Poppins', serif !important;
    padding: 0;
}

.css-hlj6pa-MuiDialogActions-root {
    justify-content: center;
    padding: 0;
}

.css-1e6y48t-MuiButtonBase-root-MuiButton-root {
    background-color: var(--secondary-color);
    color: var(--pure);
    font-size: 14px;
    border-radius: 40px;
    padding: 7px 28px;
    min-width: auto;
    border: none;
    outline: none !important;
}*/

.customerroute {
    width: 100%;
    border-radius: 16px;
    padding: 36px 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 31px;
    align-items: flex-start;
    background: linear-gradient(180deg, #6E39AE 0%, #151977 100%);
    margin: 0 0 20px;
}

.customerboxtop {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    width: 100%;
}

.customebox {
    display: flex;
    flex-direction: column;
    gap: 1px;
    align-items: flex-start;
    flex-basis: 42%;
}

    .customebox label {
        font-size: 20px;
        font-weight: 500;
        color: var(--pure);
    }

    .customebox p {
        font-size: 14px;
        font-weight: 400;
        color: var(--pure);
    }

.customebox2 {
    align-items: flex-end;
    text-align: right;
}

.customedateseat {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .customedateseat span {
        width: 40px;
        height: 40px;
        display: inline-block;
        border: 1px solid var(--pure);
        border-radius: 50%;
        background-color: transparent;
        background-image: url("../images/site/available_icon.svg");
        background-position: center -2387px;
        background-repeat: no-repeat;
    }

    .customedateseat p {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
    }

    .customedateseat.customedateseat2 span {
        background-position: center -2556px;
    }

.customerfarebox {
    border: 1px solid rgba(26, 26, 26, 0.2);
    border-radius: 16px;
    width: 100%;
    padding: 29px 40px 18px;
}

    .customerfarebox h4 {
        font-size: 16px;
        font-weight: 500;
        color: var(--primary-color);
        padding: 0 0 11px;
        border-bottom: 1px solid rgba(26, 26, 26, 0.1);
        width: 100%;
    }

.farelabel {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .farelabel label {
        font-size: 14px;
        font-weight: 400;
        color: var(--text-color);
    }

    .farelabel span {
        font-size: 14px;
        font-weight: 400;
        color: var(--primary-color);
    }

.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);
}

.passengerwallet input {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    border: 1px solid #D5D7DF;
    background-color: var(--pure);
    outline: none;
    font-size: 14px;
    color: var(--text);
}

    .passengerwallet input:focus {
        border-color: var(--text);
        outline: none;
        box-shadow: none;
    }

.Walletsubdetails {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0 0;
    width: 100%;
}

.walletbox {
    flex-basis: 46%;
    border: 1px solid #D5D7DF;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 10px;
    border-radius: 4px;
}

    .walletbox.walletboxbtn {
        flex-basis: 46%;
        border: none;
        display: flex;
        gap: 10px;
        padding: 0;
    }

        .walletbox.walletboxbtn button {
            font-size: 14px;
            font-weight: 600;
            color: #fff;
            background-color: var(--primary);
            border: none;
            border-radius: 4px;
            padding: 12px 36px;
            text-transform: capitalize;
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
        }

    .walletbox label {
        font-size: 14px;
        font-weight: 400;
        color: var(--text);
        padding: 0 0 10px;
    }

.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);
    margin: 20px 0 0;
}

.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;
    }

.hotdealbox label.radio-label {
    align-items: start;
}

.paymentbox .radio span {
    font-size: 18px;
    font-weight: 400;
    color: var(--primary);
    padding: 10px 0 20px 40px;
    position: relative;
    margin: 0 0 20px;
}

.pg_gateway {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
}

    .pg_gateway span {
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 0;
        color: var(--primary);
    }

        .pg_gateway span .pytype img {
            max-width: 80px;
        }

    .pg_gateway:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        height: 1px;
        background: -moz-linear-gradient(left, rgba(166,145,76,1) 0%, rgba(166,145,76,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(166,145,76,1) 0%,rgba(166,145,76,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(166,145,76,1) 0%,rgba(166,145,76,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6914c', endColorstr='#33a6914c',GradientType=1 ); /* IE6-9 */
    }

    .pg_gateway:last-child:after {
        display: none;
    }

    .pg_gateway img {
        display: block;
        max-width: 120px;
    }

.passengerbox.payment_gateway .css-dmmspl-MuiFormGroup-root {
    flex-direction: row;
}

.passengerbox.payment_gateway .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
    color: var(--primary);
}

.passengerbox.payment_gateway label {
    position: relative;
    gap: 8px;
}

.passengerroutedetails {
    width: 40%;
    float: left;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.psngrpaybox {
    background-color: #fff;
    border-radius: 6px;
    padding: 30px;
    position: relative;
}

.jrnypsngr {
    background-color: #fff;
    border-radius: 6px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.journeydetails {
    width: 100%;
    float: left;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.journeydate {
    width: 50%;
    float: left;
    padding: 30px 25px 0;
    border-right: 1px solid #eaeaea;
}

    .journeydate.journeytiming {
        padding: 30px 25px;
    }

    .journeydate p {
        font-size: 14px;
        color: var(--text);
        font-weight: 400;
        padding: 0 0 0 20px;
        background-image: url("../images/site/available_icon.svg");
        background-position: -6px -1047px;
        background-repeat: no-repeat;
    }

    .journeydate.journeydates p {
        background-position: -5px -1214px;
    }

    .journeydate.journeyseat p {
        background-position: -5px -1382px;
    }

    .journeydate.journryboarding p {
        background-position: -4px -1550px;
    }

    .journeydate.journeydropping p {
        background-position: -4px -1718px;
    }

    .journeydate.journeytiming p {
        background-position: -4px -1886px;
    }

    .journeydate label {
        font-size: 15px;
        color: var(--primary);
        font-weight: 500;
        padding: 5px 0 0;
    }

    .journeydate:last-child {
        border: none;
    }

.passfaredetails.passengerbox {
    background-color: var(--primary);
    border-radius: 6px;
    padding: 30px;
}

.journeytitle {
    font-size: 18px;
    font-weight: 500;
    color: var(--pure);
    padding: 0 0 15px;
}

.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;
    }

    .bookingconfirmbtn .cstmrpopcancel {
        background-color: var(--secondary);
    }

    .bookingconfirmbtn button:hover,
    .bookingconfirmbtn button:focus,
    .bookingconfirmbtn button:active {
        background-color: var(--secondary);
    }

    .bookingconfirmbtn .cstmrpopcancel:hover, .bookingconfirmbtn .cstmrpopcancel:focus {
        background-color: var(--primary);
    }

.bookingconfirmbtnmbl {
    display: none;
}

/*************************Customer Info Page Style End***********************/

/*************************Date Picker Style Start***********************/

.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover {
    background-color: var(--secondary) !important;
    color: var(--pure) !important;
    background-image: none !important;
    text-shadow: none !important;
}

.datetimepicker th.dow {
    background-color: var(--pure) !important;
}

.datetimepicker td, .datetimepicker th {
    width: 40px !important;
    height: 30px !important;
    color: var(--primary);
    background-color: #acceee2e !important;
    font-weight: 600;
}

/*New style added*/

.datetimepicker-hours .table-condensed tr:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

    .datetimepicker-hours .table-condensed tr:first-child th {
        padding: 0 10px;
    }

        .datetimepicker-hours .table-condensed tr:first-child th.switch {
            padding: 2px 20px;
        }

.datetimepicker-hours .table-condensed tbody td {
    display: flex;
    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')
}*/

@font-face {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    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 30px 0 0;
        vertical-align: middle;
        width: auto;
        position: relative;
        text-align: left;
        font-weight: 500;
    }

        .managepnr label::after {
            content: ':';
            position: absolute;
            right: 20px;
            top: -2px;
            font-size: 20px;
            line-height: normal;
            font-weight: 700;
        }

    .managepnr input {
        width: 87%;
        border: 1px solid #e5e5e5;
        outline: none;
        background-color: var(--pure);
        padding: 0 10px;
        height: 50px;
        font-size: 15px;
    }

        .managepnr input:focus,
        .managepnr input:target {
            border: 1px solid var(--text);
            box-shadow: none;
        }

    .managepnr.managebutton {
        padding: 30px 20px 0;
    }

        .managepnr.managebutton button {
            border: none;
            font-size: 16px;
            font-weight: 700;
            color: var(--pure);
            border-radius: 3px;
            padding: 10px 40px;
            text-transform: uppercase;
            letter-spacing: 1px;
            background-color: var(--primary);
            border-color: var(--primary);
        }

            .managepnr.managebutton button:hover,
            .managepnr.managebutton button:focus {
                box-shadow: none !important;
                background-color: var(--secondary);
                color: var(--pure);
            }

    .managepnr a {
        float: right;
        padding: 10px 0 0;
        color: var(--main-color);
        font-size: 16px;
        font-weight: 600;
        text-decoration: underline !important;
    }

    .managepnr.managebutton02 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

        .managepnr.managebutton02 button {
            display: inline-block;
            font-size: 15px;
            font-weight: 400;
            background-color: var(--primary);
            color: var(--pure);
            padding: 8px 24px;
            border-radius: 30px;
            border: none;
            outline: none !important;
        }

            .managepnr.managebutton02 button.backbtn {
                background-color: var(--main-color);
            }

            .managepnr.managebutton02 button:hover {
                background-color: var(--secondary);
            }

.jrnyseat th {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.jrnyseat td {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

    .jrnyseat td .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root {
        padding: 0;
    }

/**************************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;
}

.loginpage {
    width: 100%;
    float: left;
    padding: 60px 0 0;
}

.loginpart {
    width: 100%;
    float: left;
}

.profileblock {
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}

    .profileblock .profilemenu {
        list-style: none;
        padding: 40px 0 0;
        display: flex;
        flex-direction: column;
        width: 15.6%;
        gap: 8px;
    }

        .profileblock .profilemenu li {
            background-color: #fff;
            color: var(--primary-color);
            text-align: center;
            padding: 13px 0;
            cursor: pointer;
            font-size: 18px;
            font-weight: 400;
            border: 1px solid rgba(26, 26, 26, 0.2);
            border-radius: 4px;
        }

            .profileblock .profilemenu li:hover:not(.active) {
                background-color: var(--secondary-color);
                color: #fff;
                border: 1px solid var(--secondary-color);
            }

        .profileblock .profilemenu .active {
            color: #fff;
            cursor: default;
            background-color: var(--secondary-color);
            border: 1px solid var(--secondary-color);
        }

.profiletabpart {
    float: left;
    width: 83.1%;
    padding: 40px 0 0;
}

.profilemenu2 {
    display: flex;
    margin: 0;
    padding: 0;
}

    .profilemenu2 li {
        width: 33.33%;
        display: block;
        text-align: center;
        cursor: pointer;
        padding: 15px 0 12px;
        border-bottom: 2px solid rgb(26 26 26 / 10%);
        font-size: 16px;
        line-height: normal;
        font-weight: 400;
        color: var(--primary-color);
    }

        .profilemenu2 li.active {
            border-bottom: 2px solid #9288f8;
        }

.profiletabcont .bookingtrip {
    margin: 40px 0 0;
}

.profilemainh {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0px 0;
}

.gbookingbtn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.innerboxgender {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 5px 0 0;
}

.mybookingbtn.savebtn {
    padding: 8px 0 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);
}

[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(--pure);
        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(--pure);
        }

            .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;
}

    .popupclosebutton i {
        font-size: 22px;
        color: var(--secondary);
        cursor: pointer;
    }

        .popupclosebutton i:hover {
            color: var(--primary);
        }

.popupleft {
    padding: 10px 0 0;
    transform: rotateY(180deg);
}

.loginbkpopup {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
}


.popuserdetail {
    width: 100%;
    float: left;
    padding: 0;
    position: relative;
}

    .popuserdetail .redclr {
        bottom: -22px;
    }



.captchin img {
    mix-blend-mode: multiply;
    width: 100%;
    max-width: 300px;
}

.captchin a {
    color: var(--primary);
}

.loginmybk {
    width: 100%;
    float: left;
    padding: 0 0 10px;
}

    .loginmybk span {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 24px;
        color: var(--primary);
        font-weight: 600;
        padding: 0 0 12px;
        border-bottom: 1px solid #D8D8D8;
    }

.popuserdetail.popuserdetailhalf {
    width: 50%;
    float: left;
}

.popuserdetail label {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary);
    display: block;
    padding: 10px 0 12px;
}

.popuserdetail.popuserdetailotp label {
    font-size: 17px;
    color: var(--secondary);
    padding: 10px 0 20px;
}

    .popuserdetail.popuserdetailotp label i {
        color: var(--primary);
        font-weight: 600;
        font-style: normal;
    }

.popuserdetail.popuserdetailotp p {
    color: var(--primary);
    font-weight: 500;
    font-size: 16px;
    padding: 5px 0 10px;
}

.popuserdetail.profileinputradio label {
    padding: 0 0 14px;
}

.popuserdetail.profileinputdata label.css-1hpqosy-MuiFormControlLabel-root {
    padding: 0 20px 0px 0px;
}

.popuserdetail.profileinputdata .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
    padding: 0;
}

.popuserdetail.profileinputdata .css-1hpqosy-MuiFormControlLabel-root .MuiFormControlLabel-label {
    padding: 0 10px 0 10px;
}

.popuserdetail.profileinputdata .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
    color: var(--text);
}

.popuserdetail .passengertitle.hotdealbox label {
    font-size: 16px;
    padding: 0;
}

    .popuserdetail .passengertitle.hotdealbox label::before {
        border-radius: 2px;
        top: 4px;
        position: relative;
    }

.popuserdetail .passengertitle.hotdealbox a {
    font-size: 16px;
}

.popuserdetail input {
    width: 100%;
    border: 1px solid #D8D8D8;
    outline: none;
    background-color: transparent;
    padding: 0 15px;
    height: 50px;
    color: var(--text);
    font-weight: 400;
    border-radius: 0;
}

    .popuserdetail input:focus, .popuserdetail input:target {
        border: 1px solid var(--text);
        box-shadow: none;
    }

.popuserdetail.popuserdetailradio input {
    width: auto;
}

.popuserdetail.popuserdetailotp {
    padding: 0;
}

    .popuserdetail.popuserdetailotp .otpinput {
        width: 100%;
    }

    .popuserdetail.popuserdetailotp .otpinput {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        gap: 10px;
    }

        .popuserdetail.popuserdetailotp .otpinput input {
            width: 100%;
        }

.popuserdetail.popuserdetailbutton {
    padding: 0;
    text-align: center;
    margin: 0;
}

    .popuserdetail.popuserdetailbutton button {
        padding: 10px 0;
        font-size: 16px;
        font-weight: 500;
        background-color: var(--primary);
        color: var(--pure);
        border: none;
        border-radius: 2px;
        width: 100%;
        margin: 10px 0 0;
    }

        .popuserdetail.popuserdetailbutton button:hover, .popuserdetail.popuserdetailbutton button:focus {
            background-color: var(--secondary);
            color: var(--pure);
        }

.popupright {
    width: 100%;
    float: left;
}

.login_popup_main .css-hlj6pa-MuiDialogActions-root {
    padding: 0;
}

.resendotplink {
    width: 100%;
    float: right;
    text-align: right;
    padding: 30px 0 10px;
    font-size: 18px;
    text-decoration: underline;
    color: var(--secondary);
}

/*.googlelink {
    width: 100%;
    text-align: center;
    float: left;
    padding: 0;
    margin: 0;
}

    .googlelink p {
        width: 100%;
        float: left;
        padding: 20px 20px 10px;
        border-top: 1px solid var(--text);
        color: var(--primary);
        margin: 0;
    }

    .googlelink a {
        color: var(--primary) !important;
        font-size: 16px;
        font-weight: 600;
        border: 1px solid var(--text);
        padding: 4px 18px;
        border-radius: 4px;
        position: relative;
        display: inline-block;
    }

        .googlelink a:hover, .googlelink a:focus {
            border: 1px solid var(--primary);
            box-shadow: none;
        }

        .googlelink a i {
            color: var(--primary);
            padding-right: 10px;
        }*/

.popuprightpart {
    width: 100%;
    float: left;
    padding: 40px 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 24px;
}

.popupuserdetail {
    width: 48.5%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

    .popupuserdetail .redclr {
        font-size: 13px;
        bottom: -18px;
        left: 15px;
        position: absolute;
    }

    .popupuserdetail label {
        font-size: 16px;
        font-weight: 500;
        color: var(--primary);
    }

    .popupuserdetail input {
        height: 50px;
        border-radius: 0;
        border: 1px solid #D8D8D8;
        padding: 0 15px;
    }

        .popupuserdetail input:hover, .popupuserdetail input:focus {
            border-radius: 0;
            border: 1px solid var(--text);
            outline: none;
        }

    .popupuserdetail.profileinputradio {
        flex-direction: row;
        gap: 28px;
        align-items: center;
        padding: 5px 0 0;
    }

        .popupuserdetail.profileinputradio .css-qfz70r-MuiFormGroup-root {
            display: flex;
            gap: 20px;
        }

        .popupuserdetail.profileinputradio .css-1hpqosy-MuiFormControlLabel-root {
            display: flex;
            flex-direction: row;
            gap: 8px;
        }

        .popupuserdetail.profileinputradio .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
            padding: 0;
        }

    .popupuserdetail .passengertitle.hotdealbox label {
        font-size: 16px;
        font-weight: 600;
    }

    .popupuserdetail .css-1hpqosy-MuiFormControlLabel-root .MuiFormControlLabel-label {
        color: var(--text);
    }

/*******************Header Login/Signup Modal Style End Here******************/
/*******************Cancellation Module Style End Here******************/
.modifypopupwrapper {
    width: 100%;
    float: left;
}

.modifyticketcontent {
    width: 100%;
    float: left;
    position: relative;
}

    .modifyticketcontent article {
        background-color: rgba(235, 235, 235, 0.5);
        padding: 40px;
        display: none;
        margin: 40px 0 0;
    }

        .modifyticketcontent article.on {
            display: block;
            float: left;
            width: 100%;
        }

    .modifyticketcontent input[type="radio"] {
        position: absolute;
        opacity: 0;
    }

        .modifyticketcontent input[type="radio"]:checked + .radio-label::before {
            background-color: var(--primary);
            box-shadow: inset 0 0 0 4px #f4f4f4;
        }

        .modifyticketcontent input[type="radio"] + .radio-label::before {
            content: "";
            background: #f4f4f4;
            border-radius: 100%;
            border: 1px solid var(--text);
            display: inline-block;
            width: 20px;
            height: 20px;
            position: relative;
            top: 2px;
            margin-right: 10px;
            vertical-align: top;
            cursor: pointer;
            text-align: center;
            transition: all 250ms ease;
        }

    .modifyticketcontent label.radio-label {
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
        padding: 0 40px 0px 0;
    }

.modifyarticledetails {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

.modifyinputflex {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 100px;
}

.modifydetailsinput {
    width: 30%;
    float: left;
}

    .modifydetailsinput label {
        font-size: 16px;
        font-weight: 700;
        display: block;
        cursor: pointer;
        padding: 0 0px 10px 0;
    }

    .modifydetailsinput input {
        width: 100%;
        border: 2px solid #ececec;
        outline: none;
        background-color: #fff;
        padding: 0 10px;
        height: 50px;
    }

        .modifydetailsinput input:focus, .modifydetailsinput input:target {
            border: 2px solid var(--primary);
            background-color: var(--background);
            box-shadow: none;
        }

    .modifydetailsinput.modifydetailsinputbutton {
        display: flex;
        justify-content: flex-start;
        padding: 34px 0 0;
        gap: 40px;
        width: 100%;
    }

        .modifydetailsinput.modifydetailsinputbutton button {
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            padding: 10px 40px;
            letter-spacing: 1px;
            background-color: var(--secondary);
            border: none;
            border-radius: 2px;
            color: var(--pure);
        }

            .modifydetailsinput.modifydetailsinputbutton button:hover,
            .modifydetailsinput.modifydetailsinputbutton button:focus {
                background-color: var(--primary);
                color: var(--pure);
            }

.modifyarticledetails table {
    border: 2px solid #E6E6E6;
    width: 100%;
    text-align: center;
}

    .modifyarticledetails table thead tr {
        background-color: var(--background);
        color: var(--primary);
        font-size: 16px;
        font-weight: 400;
    }

        .modifyarticledetails table thead tr th {
            padding: 20px 10px;
            border: 1px solid #E6E6E6;
            text-align: center;
        }

    .modifyarticledetails table tbody tr td {
        padding: 20px 10px;
        border: 1px solid #E6E6E6;
        font-weight: 400;
        background-color: #fff;
    }

        .modifyarticledetails table tbody tr td input {
            margin: 0 10px 0 0;
        }

.modifyarticledetails.modifyarticledetails01 {
    width: 100%;
    float: left;
    display: block;
}

.modifydetailsinput.modifydetailscancelbutton {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

    .modifydetailsinput.modifydetailscancelbutton button {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px 40px;
        letter-spacing: 1px;
        background-color: var(--secondary);
        border: none;
        border-radius: 2px;
        color: var(--pure);
    }

        .modifydetailsinput.modifydetailscancelbutton button:hover,
        .modifydetailsinput.modifydetailscancelbutton button:focus {
            background-color: var(--primary);
            color: var(--pure);
        }

/*******************Ticket Modify Module Popup Style Start Here******************/

.modify_popup_main {
    width: 100%;
    float: left;
    clear: both;
}

    .modify_popup_main .css-2rbg70-MuiPaper-root-MuiDialog-paper {
        width: 80%;
        min-height: 420px;
    }

    .modify_popup_main .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
        border-bottom: 2px solid var(--secondary);
    }

    .modify_popup_main .MuiAutocomplete-hasPopupIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot, .modify_popup_main .MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .modify_popup_main .css-16awh2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        padding: 0 50px 0 10px;
    }

    .modify_popup_main .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before {
        border-bottom: none;
    }

    .modify_popup_main .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .modify_popup_main .css-1hpqosy-MuiFormControlLabel-root {
        display: inline-block;
        margin-right: 16px;
    }

    .modify_popup_main .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
        color: var(--primary);
        padding: 0;
    }

    .modify_popup_main .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
        padding: 0;
    }

    .modify_popup_main .css-ypiqx9-MuiDialogContent-root {
        padding: 20px 20px 40px;
    }

    .modify_popup_main .css-1hpqosy-MuiFormControlLabel-root .MuiFormControlLabel-label {
        font-size: 16px;
        font-weight: 700;
        margin-right: 20px;
        padding: 3px 0 0 10px;
        float: right;
    }

    .modify_popup_main .css-qfz70r-MuiFormGroup-root {
        padding: 20px 0 30px;
        border-bottom: 1px solid var(--textlight);
    }

    .modify_popup_main .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.Mui-checked, .modify_popup_main .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.MuiCheckbox-indeterminate {
        color: var(--primary);
    }

    .modify_popup_main .tlrefund {
        width: 100%;
        float: left;
        padding: 0 0 20px;
    }

/*Partial Cancel Style Start Here*/

.partialdata {
    width: 70%;
    float: none;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    margin: 40px auto 0;
    box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.2);
    display: flow-root;
}

.partialdatatitle {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
}

.partialdatatitle {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    background-color: var(--secondary);
    color: var(--pure);
}

    .partialdatatitle span {
        flex-basis: 25%;
        float: left;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        padding: 0 0 0 20px;
    }

.partialdatadetails {
    width: 100%;
    float: left;
    border-bottom: 1px solid #999;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

    .partialdatadetails p {
        flex-basis: 25%;
        float: left;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        padding: 0 0 0 20px;
    }

.modifydetailsinput.modifydetailscancelbutton {
    width: 100%;
    float: left;
    padding: 40px 0 40px;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 10px 0 0px;
    border-top: 2px solid var(--text);
}

.totalrfdtotalrfd {
    width: 100%;
}

.modifyarticledetails01 .totalrfdtotalrfd {
    width: 100%;
    float: left;
    text-align: right;
}

    .modifyarticledetails01 .totalrfdtotalrfd .tlrefund {
        width: 100%;
        float: left;
        padding: 0 0 20px;
    }

.partialclose {
    position: absolute;
    right: 0;
    top: 0;
}

    .partialclose i {
        font-size: 30px;
        color: var(--secondary);
        cursor: pointer;
    }

        .partialclose i:hover {
            color: var(--primary);
        }

.patrialdialoguedata {
    width: 100%;
    float: left;
}

.patrialdialogue {
    width: 100%;
    float: left;
}

    .patrialdialogue .patrialdialoguetitle {
        font-size: 18px;
        font-weight: 700;
        padding: 0 0 16px;
        width: 100%;
        float: left;
        border-bottom: 2px solid var(--secondary);
    }

    .patrialdialogue .patrialdialoguedetails {
        width: 100%;
        float: left;
    }

    .patrialdialogue .css-1t1j96h-MuiPaper-root-MuiDialog-paper {
        width: 100%;
    }

    .patrialdialogue .css-ypiqx9-MuiDialogContent-root {
        position: relative;
    }

    .patrialdialogue .css-ypiqx9-MuiDialogContent-root {
        padding: 20px 20px 10px;
    }

    .patrialdialogue .partialdatadetails {
        border-bottom: none;
    }

    .patrialdialogue .css-hlj6pa-MuiDialogActions-root {
        padding: 20px 20px 0;
        border-top: 2px solid var(--text);
        margin: 0px 20px 20px;
    }

    .patrialdialogue button.tlrefund {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 8px 30px 6px;
        letter-spacing: 1px;
        background-color: var(--secondary);
        border: none;
        border-radius: 2px;
        color: var(--pure);
    }

/*JobOpportunity*/

.panel-heading.panel-heading02 {
    width: 100%;
    float: left;
    background-color: transparent;
    color: var(--primary);
    border-bottom: 2px solid var(--secondary);
    font-size: 20px;
    padding: 0 0 4px;
    font-weight: 600;
}

.panel-area {
    float: left;
    width: 100%;
    padding: 60px 0 0;
}

.panel-wrap {
    width: 100%;
    background-color: var(--pure);
    border-radius: 20px;
    border: 1px solid rgba(0, 34, 79, 20%);
    padding: 40px 50px 50px;
    margin: 40px 0 0;
    float: left;
}

.panel-inputarea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 36px;
}

.panel-input {
    float: left;
    flex-basis: 47.5%;
}

    .panel-input label {
        width: 100%;
        float: left;
        color: var(--text);
        font-size: 18px;
        font-weight: 400;
        text-transform: capitalize;
        padding: 0 0 12px;
    }

    .panel-input input {
        width: 100%;
        border: 1px solid rgba(0,34,79,20%);
        outline: none;
        background-color: var(--pure);
        padding: 0 25px;
        height: 50px;
        border-radius: 4px;
    }

        .panel-input input[type="text"]::-webkit-input-placeholder {
            color: var(--text) !important;
            font-size: 15px;
        }

        .panel-input input::-webkit-input-placeholder {
            /* Chrome */
            color: var(--text) !important;
            font-size: 15px;
        }

        .panel-input input::-moz-placeholder {
            /* Firefox 19+ */
            color: var(--text) !important;
            font-size: 15px;
        }

.panel-button {
    float: left;
    padding: 40px 0 0;
}

    .panel-button button {
        box-shadow: 0 8px 18px rgb(0, 34, 79, 20%);
        background-color: var(--secondary);
        color: var(--pure);
        font-size: 18px;
        padding: 10px 26px;
        border: none;
        outline: none;
    }

        .panel-button button:hover, .panel-button button:focus {
            background-color: var(--primary);
            border: none;
            outline: none;
        }

.panel-input input[type=file] {
    padding: 5px 15px;
    color: var(--text);
    background: transparent;
}

    .panel-input input[type=file]::file-selector-button {
        margin: 0 20px 0 0;
        border: none;
        font-size: 14px;
        background: var(--secondary);
        padding: 8px 25px;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        transition: background .2s ease-in-out;
    }

        .panel-input input[type=file]::file-selector-button:hover {
            background: var(--primary);
        }

/*Blog Css*/

.blog-area {
    width: 100%;
    background-color: var(--pure);
    box-shadow: 0 8px 18px rgb(0, 34, 79, 20%);
    border-radius: 20px;
    border: 1px solid rgba(0, 34, 79, 20%);
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.blog-content {
    float: left;
}

    .blog-content h2 {
        font-size: 20px;
        font-weight: 500;
        color: var(--primary);
        margin: 0;
        line-height: 28px;
    }

    .blog-content p {
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
        color: rgba(0, 34, 79, 60%);
        margin: 0;
        text-align: justify;
        padding: 30px 0 0;
    }

/*Partial Cancel Style End Here*/

/*******************Ticket Modify Module Popup Style Style Here******************/

/*******************Cancellation Module Style End Here******************/

/*******************Bus Charter Style Start Here******************/

.bushirepopup {
    width: 100%;
    float: left;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .bushirepopup h2 {
        font-size: 24px;
        font-weight: 600;
        color: var(--main-color);
        padding: 0 0 20px;
    }

.hirepopmsg {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 0 15px;
    width: 100%;
}

    .hirepopmsg p {
        width: 100%;
        color: var(--primary-color);
        font-size: 16px;
        font-weight: 400;
    }

    .hirepopmsg input {
        width: 100%;
        margin: 10px 0 0;
        font-size: 15px;
        font-weight: 400;
        color: var(--text-color);
        height: 48px;
        padding: 0 20px;
        border-radius: 4px;
        border: 1px solid #dbdbdb;
    }

    .hirepopmsg .redclr {
        bottom: -5px !important;
    }

.bushirepopup .mybookingbtn {
    text-align: center;
}

.bushirewrap {
    width: 100%;
    float: left;
}

.bushirepage {
    width: 100%;
    float: left;
    padding: 60px 0 0;
}

.bushirepart {
    width: 100%;
    float: left;
}

.bushirebox {
    width: 100%;
    float: left;
    padding: 41px 0 0;
}

.mainbushire {
    width: 100%;
    float: left;
}

.innerheading2 {
    width: 100%;
    float: left;
    padding: 0 0 26px;
}

    .innerheading2 h5 {
        color: var(--primary-color);
        font-size: 20px;
        font-weight: 600;
        border-bottom: 1px solid var(--text-color);
        padding: 0 0 6px;
        font-style: italic;
        font-family: "Crimson Pro", serif !important;
    }

.mainbushire2 {
    padding: 41px 0 0;
}

#wrapper {
    float: left;
    width: 100%;
}

.fix_contentwidth {
    margin: 30px auto 50px;
    max-width: 1310px;
    width: 100%;
    padding: 0 15px;
}

    .fix_contentwidth .panel-primary > .panel-heading {
        width: 100%;
        float: left;
        background-color: var(--secondary);
        color: var(--pure);
        font-size: 20px;
        padding: 10px 20px;
        font-weight: 600;
    }

/*e-ticket-page change css(chand-24-03-23)*/

.panel .phonebook {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 60px 0 0;
    font-size: 70px;
    color: #f00;
    font-weight: 600;
}

/*e-ticket-page change css(chand-24-03-23)*/

.fix_contentwidth .panel-body {
    padding: 15px 15px 0;
    width: 100%;
    float: left;
}

.charterformgroup:last-child {
    padding: 0;
}

.charterformgroup {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

    .charterformgroup h3 {
        width: 100%;
        float: left;
        font-size: 18px;
        color: var(--primary);
        font-weight: 700;
        padding: 0px 0 6px;
        border-bottom: 2px solid var(--secondary);
    }

.charterinput {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0 0;
}

    .charterinput .col-lg-6 {
        flex: 0 0 auto;
        width: 45%;
        position: relative;
    }

        .charterinput .col-lg-6 label {
            width: 100%;
            font-size: 16px;
            font-weight: 500;
            color: var(--primary);
            padding: 18px 0 6px;
        }

        .charterinput .col-lg-6 input {
            width: 100%;
            border: 2px solid #ececec;
            outline: none;
            background-color: #fff;
            padding: 0 10px;
            height: 50px;
            border-radius: 0;
        }

            .charterinput .col-lg-6 input:focus, .charterinput .col-lg-6 input:target {
                border: 2px solid var(--text);
                box-shadow: none;
            }

        .charterinput .col-lg-6 textarea {
            width: 100%;
            border: 2px solid #ececec;
            outline: none;
            background-color: #fff;
            padding: 0 10px;
            height: 80px;
            border-radius: 0;
        }

    .charterinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
        border-bottom: 2px solid var(--text);
    }

    .charterinput .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0px;
    }

    .charterinput .MuiAutocomplete-hasPopupIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot, .charterinput .MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .charterinput .css-16awh2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        padding: 0 10px;
    }

    .charterinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before {
        border-bottom: none;
    }

    .charterinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before {
        border-bottom: none;
    }

.agntpgcaptcha .form-control {
    width: 100%;
    border: 2px solid #ececec;
    outline: none;
    background-color: #fff;
    padding: 0 10px;
    height: 50px;
    border-radius: 0;
    margin: 5px 0 0;
}

    .agntpgcaptcha .form-control:focus, .agntpgcaptcha .form-control:target {
        border: 2px solid var(--text);
        box-shadow: none;
    }

.agntpgcaptcha .col-lg-6 {
    flex: 0 0 auto;
    width: 45%;
}

.agntchbox span {
    bottom: 0;
}

.agntpgcaptcha .btn-primary {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 40px;
    letter-spacing: 1px;
    border: none;
    border-radius: 2px;
    margin: 20px 0 0;
    background-color: var(--secondary);
    color: var(--pure);
}

    .agntpgcaptcha .btn-primary:hover, .agntpgcaptcha .btn-primary:focus {
        box-shadow: none !important;
        background-color: var(--primary);
        color: var(--pure);
    }

.agntpgcaptcha .mrgbtm {
    float: left;
    position: relative;
}

.mybkdp label {
    max-width: 100%;
    margin-bottom: 5px !important;
}

/*e-ticket-page change css(chand-29-04-24)*/

.e-ticket {
    width: 100%;
    overflow: auto;
}

    .e-ticket .e-ticketview {
        width: 100%;
    }

/********-------bus charter page responsive**********/

@media only screen and (max-width:639px) {
    .charterinput .col-lg-6 {
        width: 100%;
    }
}

/********-------bus charter page responsive**********/

/*******************Bus Charter Style End Here******************/

/*Bus Parcel*/

.busparcelwrap {
    width: 100%;
    float: left;
}

.busparcelpage {
    width: 100%;
    float: left;
}

.busparcelpart {
    width: 100%;
    float: left;
    padding: 60px 0 0;
}

.busparcelbox {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

.mainbusparcel {
    width: 100%;
    float: left;
}

    .mainbusparcel .innerheading2 h5 {
        border: none;
        font-family: 'Poppins', serif !important;
        font-weight: 500;
    }

.innerheading2 span {
    color: var(--secondary-color);
    text-decoration: underline;
    font-size: 22px;
}

.busparcelimg {
    width: 100%;
    float: left;
    text-align: center;
}

.busparcelpoint {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
    width: 100%;
    padding: 5px 0 0;
}

.parcelpoint {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    color: var(--primary-color);
    font-size: 17px;
    font-weight: 500;
}

    .parcelpoint span {
        display: inline-block;
        background-image: url("../images/site/parcelarrow.svg");
        background-position: left 0;
        background-repeat: no-repeat;
        width: 35px;
        height: 10px;
    }

.mainbusparcel .innerinputbox {
    padding: 40px 0 0;
}

.innerheading2 {
    width: 100%;
    float: left;
    padding: 0 0 26px;
}

.innerinputbox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
}

    .innerinputbox.innerinputboxbook {
        flex-direction: inherit;
        flex-wrap: wrap;
    }

.inputboxp01 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 51%;
    position: relative;
}

.innerinputbox.innerinputboxbook .inputboxp01 {
    gap: 4px;
    width: 49.2%;
}

.inputboxp01 label {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
}

.inputboxp01 input, .inputboxp01 select {
    font-size: 16px !important;
    font-weight: 400;
    color: #000000;
    width: 100%;
    float: left;
    height: 48px;
    border-radius: 8px;
    padding: 0 20px !important;
    margin: 0 !important;
    border: 1px solid rgba(26, 26, 26, 0.2);
    background-color: #fff;
}

    .inputboxp01 input:focus, .inputboxp01 select:focus {
        border: 1px solid var(--secondary-color) !important;
        box-shadow: none;
    }

.inputboxp01 .MuiAutocomplete-hasPopupIcon.css-15ljb2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot, .MuiAutocomplete-hasClearIcon.css-15ljb2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0;
}

.inputboxp01 .css-15ljb2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
    padding: 0;
    height: 46px;
}

.inputboxp01 .redclr {
    bottom: -19px;
}

.inputboxp01 .css-mdrjet-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
    padding: 0 20px;
    height: 46px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', serif !important;
}

.inputboxp01 .css-1q60rmi-MuiAutocomplete-endAdornment {
    right: 12px;
}

.inputboxp01 .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-mdrjet-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0;
}

.inputboxp01 .css-1tb7pjp-MuiInputBase-root-MuiInput-root:after {
    border: none !important;
}

.inputboxp01 .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
    border: none !important;
}

.inputboxp01 textarea {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    width: 100%;
    float: left;
    height: 70px;
    border-radius: 8px;
    padding: 10px 20px;
    margin: 0 !important;
    border: 1px solid rgba(26, 26, 26, 0.2);
    outline: none;
}

.mybookingbtn {
    float: left;
    padding: 26px 0 0;
    width: 100%;
}

    .mybookingbtn button {
        background-color: var(--secondary-color);
        color: var(--pure);
        font-size: 16px;
        font-weight: 400;
        padding: 12px 41px;
        border-radius: 50px;
        border: none;
        cursor: pointer;
        display: inline-block;
        outline: none !important;
        box-shadow: none !important;
    }

        .mybookingbtn button:hover,
        .mybookingbtn button:focus {
            background-color: var(--primary-color);
            color: var(--pure);
        }

.innerboxgender .css-1hpqosy-MuiFormControlLabel-root {
    flex-direction: row;
    margin: 0;
    gap: 8px;
}

.innerboxgender .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
    padding: 0;
}

.innerboxgender .css-1hpqosy-MuiFormControlLabel-root .MuiFormControlLabel-label {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 400;
}

.innerboxgender .css-qfz70r-MuiFormGroup-root {
    gap: 30px;
    padding: 0 0 0 10px;
}

.inputboxp01 .MuiInputBase-root.MuiInput-root.MuiInput-underline.MuiInputBase-colorPrimary.MuiInputBase-fullWidth.MuiInputBase-formControl.MuiInputBase-adornedEnd.MuiAutocomplete-inputRoot.css-1tb7pjp-MuiInputBase-root-MuiInput-root {
    padding: 0 !important;
}

/*******************Cancellation Page Style Start Here******************/

/* Cancellation */

.cancellationwrap {
    width: 100%;
    float: left;
}

.cancelpage {
    width: 100%;
    float: left;
    padding: 60px 0 0;
}

.cancellationpart {
    width: 100%;
    float: left;
}

.innerheading {
    width: 100%;
    float: left;
}

    .innerheading h4 {
        width: 100%;
        float: left;
        font-size: 22px;
        color: var(--pure);
        background-color: var(--secondary-color);
        padding: 12px 20px;
        font-weight: 600;
        font-style: italic;
        font-family: "Crimson Pro", serif !important;
    }

.cancellationbox {
    width: 100%;
    float: left;
    padding: 26px 0 0;
}

    .cancellationbox .inputboxp01 {
        width: 100%;
    }

.modify_popup_main table {
    margin: 0 0 30px;
    float: left;
}

.modify_popup_main h5 {
    float: left;
    width: 100%;
    padding: 0 0 13px;
}

.totalrfdtotalr {
    width: 100%;
    float: left;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

    .totalrfdtotalr .tlrefund {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding: 8px 18px;
        border: 1px solid var(--secondary-color);
        border-radius: 4px;
        font-size: 15px;
        color: var(--primary-color);
        font-weight: 400;
    }

        .totalrfdtotalr .tlrefund span {
            color: var(--secondary-color);
        }

.totalrfdbtn {
    width: 100%;
    float: left;
}

.totalrfdtotalrpart {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.inputboxmblcancel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    position: relative;
}

    .inputboxmblcancel button {
        background-color: var(--secondary-color);
        color: var(--pure);
        font-size: 16px;
        font-weight: 400;
        border-radius: 8px;
        padding: 12px 0 11px;
        border: none;
        width: 140px;
    }

        .inputboxmblcancel button:hover, .inputboxmblcancel button:focus {
            background-color: var(--primary-color);
            color: var(--pure);
        }

.canceltc {
    width: 100%;
    float: left;
    padding: 26px 0 0;
    display: flex;
    gap: 6px;
    align-items: center;
    position: relative;
}

    .canceltc input {
        width: 20px;
        height: 20px;
        margin: 0;
    }

    .canceltc p {
        font-size: 16px;
        font-weight: 400;
        color: var(--primary-color);
    }

        .canceltc p a {
            font-weight: 500;
            color: var(--secondary-color);
            text-decoration: underline !important;
        }

            .canceltc p a:hover,
            .canceltc p a:focus {
                color: var(--primary-color);
            }

    .canceltc .redclr {
        font-weight: 400;
        font-size: 13px;
        bottom: -15px;
    }

.cancellationbox span {
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary-color);
    padding: 0;
    display: inline-block;
    width: auto;
}

.cnclnote {
    padding: 14px 0 0 !important;
}

.cancelamount {
    width: 100%;
    float: left;
    padding: 60px 0 0;
}

    .cancelamount .table-bordered {
        border: 1px solid #B9B9B9;
    }

        .cancelamount .table-bordered td,
        .cancelamount .table-bordered th {
            border: 1px solid #B9B9B9;
            width: 50%;
            color: #3F3F3F;
        }

        .cancelamount .table-bordered th {
            background-color: rgba(146, 136, 248, 0.12);
            font-weight: 600;
            padding: 15px 0 14px;
            color: var(--primary-color);
        }

        .cancelamount .table-bordered td {
            padding: 14px 0 13px;
            font-weight: 400;
        }

.termsconditionsdeta {
    width: 100%;
    float: left;
    padding: 10px 0 0;
}

.privacydatatime {
    width: 100%;
    float: left;
    display: flex;
}

.privacydatapart {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(185, 185, 185, 0.8);
    padding: 25px 0 0;
}

#purpleGst {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    padding: 10px 0 0;
}

.privacydatatime .pull-left {
    padding: 15px 0 14px;
    background-color: rgba(146, 136, 248, 0.12);
    border: 1px solid rgba(185, 185, 185, 0.8);
    width: 50%;
    border-right: none;
    text-align: center;
    border-bottom: none;
}

.privacydatatime .pull-right {
    padding: 15px 0 14px;
    background-color: rgba(146, 136, 248, 0.12);
    border: 1px solid rgba(185, 185, 185, 0.8);
    width: 50%;
    text-align: center;
    border-bottom: none;
}

#purpleGst .privacydatatime.privacydatatimeclr .col-md-6 {
    background-color: transparent;
}

    #purpleGst .privacydatatime.privacydatatimeclr .col-md-6 span {
        padding: 14px 0 13px;
        font-weight: 400;
        color: #3F3F3F;
        background-color: transparent;
    }

#purpleGst .privacydatatime .col-md-6 span {
    font-weight: 600;
}

#purpleGst span {
    color: var(--primary-color);
    font-weight: 500;
}

.tcktpolicy {
    /* width: 100%; */
    float: left;
    padding: 30px 30px;
    border-left: 1px solid rgba(185, 185, 185, 0.8);
    border-right: 1px solid rgba(185, 185, 185, 0.8);
    border-bottom: 1px solid rgba(185, 185, 185, 0.8);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#purpleGst p {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
}

#purpleGst .tcktpolicy p {
    color: #3F3F3F;
}

.inputboxp01 .bookinput {
    width: 100%;
    gap: 20px;
}

.inputboxp01 .bookinginput {
    padding: 0;
}

.capchabtn {
    display: flex;
    width: 100%;
    gap: 50px;
    align-items: center;
}

.cancellationbox .capchabtn {
    gap: 30px;
}

.cancellationbox .captchin {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
}

/*.canceldatatable {
    width: 100%;
    float: left;
    border: 1px solid #eee8e8;
    margin: 20px 0 0;
}

.canceldatatime {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee8e8;
    text-align: center;
}

    .canceldatatime .pull-left.canceldatapadd {
        border-right: 1px solid #eee8e8;
        width: 50%;
        float: left;
        padding: 15px 0;
    }

    .canceldatatime .pull-right.canceldatapadd {
        width: 50%;
        float: left;
        padding: 15px 0;
    }

        .canceldatatime .pull-left.canceldatapadd span, .canceldatatime .pull-right.canceldatapadd span {
            font-size: 16px;
            font-weight: 700;
            color: var(--primary);
        }

    .canceldatatime.canceldatatimeclr .pull-left.canceldatapadd span, .canceldatatime.canceldatatimeclr .pull-right.canceldatapadd span {
        font-size: 16px;
        font-weight: 400;
    }

.canceldatatime {
    text-align: center;
}

.cancelinfo ul li::marker {
    color: var(--secondary);
    content: "►";
    font-size: 12px;
}

.cancelinfo ul {
    padding: 20px 0 0 10px;
    width: 100%;
    float: left;
    margin: 0;
}

    .cancelinfo ul li {
        padding: 0 0 10px;
    }

        .cancelinfo ul li span {
            font-size: 16px;
            color: var(--primary);
            padding: 0 0 0 6px;
            letter-spacing: 0.5px;
        }

.inputblock {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-start;
    gap: 64px;
    padding: 10px 0 0;
}

    .inputblock .form-group {
        width: 30%;
        position: relative;
    }

        .inputblock .form-group label {
            width: 100%;
            font-size: 16px;
            font-weight: 400;
            color: var(--primary);
            padding: 10px 0 6px;
        }

        .inputblock .form-group input {
            width: 100%;
            border: 2px solid #ececec;
            outline: none;
            background-color: #fff;
            padding: 0 10px;
            height: 50px;
            border-radius: 0;
            color: var(--text);
            font-size: 16px;
            font-weight: 400;
            font-family: 'Poppins', sans-serif !important;
        }

            .inputblock .form-group input:focus, .inputblock .form-group input:target {
                border: 2px solid var(--text);
                background-color: var(--background);
                box-shadow: none;
            }

        .inputblock .form-group .input-group-addon {
            position: absolute;
            padding: 0;
            font-size: 14px;
            font-weight: 400;
            line-height: 1;
            color: var(--primary);
            text-align: right;
            background-color: transparent;
            border: none;
            top: 56px;
            right: 20px;
        }

        .inputblock .form-group .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
            border-bottom: 2px solid var(--secondary);
        }

        .inputblock .form-group .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
            padding-right: 0px;
        }

        .inputblock .form-group .MuiAutocomplete-hasPopupIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot, .charterinput .MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
            padding-right: 0;
        }

        .inputblock .form-group .css-16awh2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
            padding: 0 10px;
        }

        .inputblock .form-group .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before {
            border-bottom: none;
        }

        .inputblock .form-group .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before {
            border-bottom: none;
        }

.panel-body .togglebutton {
    width: 100%;
    float: left;
    padding: 20px 0 0;
    position: relative;
}

    .panel-body .togglebutton .redclr {
        font-size: 13px;
        left: 34px;
        top: 40px;
        position: absolute;
    }

    .panel-body .togglebutton .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.Mui-checked, .panel-body .togglebutton .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.MuiCheckbox-indeterminate {
        color: var(--primary);
    }

    .panel-body .togglebutton .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root {
        padding: 0 10px 0 0;
    }

    .panel-body .togglebutton .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root {
        color: var(--primary);
    }

    .panel-body .togglebutton a {
        display: inline-block;
        vertical-align: middle;
        color: var(--primary);
        padding: 0 0px;
    }

    .panel-body .togglebutton .btn-primary {
        font-size: 16px;
        font-weight: 700;
        text-transform: capitalize;
        padding: 10px 40px;
        letter-spacing: 1px;
        background-color: var(--secondary) !important;
        border: none;
        border-radius: 2px;
        color: var(--pure);
        margin: 20px 0 0;
        display: block;
    }

        .panel-body .togglebutton .btn-primary:hover, .panel-body .togglebutton .btn-primary:focus {
            background-color: var(--primary) !important;
            color: var(--pure);
            box-shadow: none !important;
        }

.cancellationother {
    width: 100%;
    float: left;
    border: 1px solid #dbdbdb;
    background-color: transparent;
    padding: 0;
    margin: 30px 0 0 !important;
}

.canceldetails {
    width: 100%;
    float: left;
    padding: 40px 0 40px 20px;
}

    .canceldetails ul {
        margin: 0;
        padding: 0;
        list-style-position: inside;
    }

        .canceldetails ul li {
            padding: 0 0 10px;
        }

            .canceldetails ul li::marker {
                color: var(--secondary);
                content: "►";
                font-size: 12px;
            }

            .canceldetails ul li span {
                font-size: 15px;
                color: var(--primary);
                padding: 0 0 0px 6px;
                letter-spacing: 0.5px;
            }*/

/*******************Cancellation Page Style End Here******************/

/*******************Contact Us Page Style Start Here******************/

.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;
    padding: 20px 0 0;
}

    .privacypolicydata p {
        font-size: 16px;
        color: var(--primary);
        line-height: 22px;
        padding: 20px 0 0;
        letter-spacing: 1px;
    }

/*******************Privacy Policy Page Style End Here******************/

/*******************Feedback Page Style Start Here******************/

.feedbkformgroup {
    width: 100%;
    float: left;
}

.feedbkinput {
    width: 100%;
    float: left;
    padding: 30px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .feedbkinput .mrgbtm {
        position: relative;
    }

    .feedbkinput .redclr {
        font-size: 13px;
        left: 0;
        position: absolute;
    }

    .feedbkinput .col-lg-6 {
        flex: 0 0 auto;
        width: 45%;
        float: left;
        position: relative;
    }

        .feedbkinput .col-lg-6 label {
            width: 100%;
            font-size: 16px;
            font-weight: 500;
            color: var(--primary);
            padding: 15px 0 6px;
        }

        .feedbkinput .col-lg-6 input {
            width: 100%;
            border: 2px solid #ececec;
            outline: none;
            background-color: #fff;
            padding: 0 10px;
            height: 50px;
            border-radius: 0;
            font-size: 15px;
            color: var(--text);
        }

            .feedbkinput .col-lg-6 input:focus, .feedbkinput .col-lg-6 input:target {
                border: 2px solid var(--text);
                box-shadow: none;
            }

    .feedbkinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
        border-bottom: 2px solid var(--secondary);
    }

    .feedbkinput .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0px;
    }

    .feedbkinput .MuiAutocomplete-hasPopupIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot, .feedbkinput .MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .feedbkinput .css-16awh2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        padding: 0 10px;
    }

    .feedbkinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before {
        border-bottom: none;
    }

    .feedbkinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before {
        border-bottom: none;
    }

    .feedbkinput .col-lg-6 textarea {
        border: 2px solid #ececec;
        border-radius: 0;
    }

        .feedbkinput .col-lg-6 textarea:focus {
            border: 2px solid var(--text);
            box-shadow: none;
        }

.feedbkformgroup .agntpgcaptcha .mrgbtm {
    float: left;
    position: relative;
}

    .feedbkformgroup .agntpgcaptcha .mrgbtm .redclr {
        font-size: 13px;
        left: 0;
        position: absolute;
    }

/***************************-----feedback page--responsive css------*****************************************************/

@media only screen and (max-width:767px) {
    .feedbkinput {
        justify-content: center;
        flex-wrap: wrap;
    }

        .feedbkinput .col-lg-6 {
            width: 46%;
        }
}

@media only screen and (max-width:639px) {
    .feedbkinput .col-lg-6 {
        width: 100%;
    }

    .feedbkformgroup .agntpgcaptcha .mrgbtm {
        float: left;
        width: 100%;
    }

    .agntpgcaptcha .btn-primary {
        margin: 30px 0 0;
    }
}

/***************************-----feedback page--responsive css------*****************************************************/

/*******************Feedback Page Style End Here******************/

/*******************Pay Online Page Style Start Here******************/

.payonlinetop {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

    .payonlinetop h4 {
        font-size: 24px;
        font-weight: 700;
        color: var(--primary);
        border-bottom: 2px solid var(--secondary);
        padding: 0 0 10px;
        margin: 0 0 20px;
    }

    .payonlinetop ul {
        list-style-position: inside;
        margin: 0;
        padding: 0 0;
    }

        .payonlinetop ul li {
            padding: 0 0 10px;
        }

            .payonlinetop ul li::marker {
                color: var(--secondary);
                content: "►";
                font-size: 12px;
            }

            .payonlinetop ul li span {
                font-size: 16px;
                letter-spacing: 0.5px;
                color: var(--primary);
                padding-left: 10px;
            }

.payonlineother {
    border: none;
    margin: 0;
}

    .payonlineother .togglebutton {
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        gap: 40px;
        flex-wrap: wrap;
    }

.payonlinerefndbox.payonlineroceed {
    display: flex;
    flex-direction: row;
    gap: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 20px 0 0;
}

    .payonlinerefndbox.payonlineroceed .refundata {
        border: none;
        width: auto;
    }

        .payonlinerefndbox.payonlineroceed .refundata .btn-primary {
            background-color: var(--secondary);
            border-color: var(--secondary);
        }

            .payonlinerefndbox.payonlineroceed .refundata .btn-check:focus + .btn-primary,
            .payonlinerefndbox.payonlineroceed .refundata .btn-primary:focus,
            .payonlinerefndbox.payonlineroceed .refundata .btn-primary:hover {
                background-color: var(--primary);
                border-color: var(--primary);
            }

/*******************Pay Online Page Style End Here******************/

/*******************Agent Registration Page Style Start Here******************/

.agntchbox {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 20px 0 20px;
}

    .agntchbox label {
        width: auto !important;
    }

    .agntchbox input {
        width: 16px !important;
        height: 16px !important;
    }

    .agntchbox a {
        color: var(--secondary);
        font-weight: 600;
    }

.agntcaptcha label {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: var(--primary);
    padding: 10px 0 6px;
}

.agentformgroup {
    width: 100%;
    float: left;
}

.agentinput {
    width: 100%;
    float: left;
    padding: 30px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px 0;
}

    .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******************/

.terms-conditions-container {
    width: 100%;
    float: left;
}

    .terms-conditions-container h2 {
        color: var(--secondary-color);
        font-size: 22px;
        font-weight: 600;
        width: 100%;
        float: left;
        font-style: italic;
        font-family: "Crimson Pro", serif !important;
        padding: 15px 0 20px;
    }

    .terms-conditions-container p {
        display: block;
        color: var(--primary-color);
        font-size: 16px;
        font-weight: 400;
        padding: 0;
    }

    .terms-conditions-container ul {
        width: 100%;
        float: left;
        padding: 0 0 0 35px;
    }

        .terms-conditions-container ul li {
            color: var(--primary-color);
            font-size: 15px;
            font-weight: 400;
            padding: 5px 0 0;
        }

.termswrap {
    width: 100%;
    float: left;
}

.termspage {
    width: 100%;
    float: left;
    padding: 60px 0 0;
}

.termspart {
    width: 100%;
    float: left;
}

.innerheading {
    width: 100%;
    float: left;
}

    .innerheading h4 {
        width: 100%;
        float: left;
        font-size: 22px;
        color: var(--pure);
        background-color: var(--secondary-color);
        padding: 12px 20px;
        font-weight: 600;
        font-style: italic;
        font-family: "Crimson Pro", serif !important;
    }

.termsbox {
    width: 100%;
    float: left;
    padding: 40px 0 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

    .termsbox p {
        color: #3F3F3F;
        font-size: 15px;
        font-weight: 400;
    }

.termsheadbox {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.innerheading2 h5 {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid var(--text-color);
    padding: 0 0 6px;
    font-style: italic;
    font-family: "Crimson Pro", serif !important;
}

.termspart .cancellation-wrapper {
    text-align: center;
    padding: 0 0 15px;
}

/*******************Terms & Conditions Page Style End Here******************/

/*******************Cancel Status Page Style Start Here******************/

.cancelstusinfo {
    width: 100%;
    float: left;
    padding: 20px 0 20px;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 2px solid var(--secondary);
}

.cancellationother.cancelstatus {
    width: 100%;
    float: left;
    padding: 0;
    margin: 40px 0 0;
    background-color: #fff;
    border: none;
}

.payonlinerefndbox {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.canclrefund {
    width: 100%;
    float: left;
    padding: 0;
}

    .canclrefund .refundtitle {
        color: var(--primary);
        font-weight: 600;
        padding: 10px 0;
        text-align: center;
        border: 1px solid #ececec;
    }

    .canclrefund .refundata {
        text-align: center;
        color: var(--text);
        font-size: 15px;
    }

        .canclrefund .refundata button {
            font-size: 14px;
            font-weight: 700;
            text-transform: capitalize;
            padding: 10px 20px;
            letter-spacing: 1px;
            background-color: var(--secondary);
            border: none;
            border-radius: 2px;
            color: var(--pure);
            display: block;
        }

    .canclrefund .css-1m9pwf3 {
        cursor: inherit;
        position: absolute;
        opacity: 0;
        width: 18px;
        height: 18px;
        top: 2px;
        left: 2px;
        margin: 0;
        padding: 0;
        z-index: 1;
    }

    .canclrefund .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root {
        padding: 0;
    }

        .canclrefund .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.Mui-checked, .canclrefund .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.MuiCheckbox-indeterminate {
            color: var(--primary);
        }

    .canclrefund .tlrefund {
        width: 100%;
        float: left;
        padding: 40px 0 0;
        font-size: 18px;
    }

        .canclrefund .tlrefund span {
            font-weight: 700;
        }

    .canclrefund .companytq {
        width: 100%;
        float: left;
        padding: 20px 0 0;
        font-size: 18px;
        font-weight: 700;
    }

    .canclrefund .css-i4bv87-MuiSvgIcon-root {
        font-size: 1.3rem;
    }

.totalrfdtotalrfd .tlrefund {
    width: 100%;
    float: left;
    padding: 40px 20px 0;
}

    .totalrfdtotalrfd .tlrefund span {
        font-weight: 700;
    }

.panel-body .totalrfdtotalrfd .togglebutton {
    padding: 0 0 0 20px;
}

.canclrefund .col-lg-2 {
    float: left;
}

.canclrefund .col-lg-1 {
    float: left;
}

.canclrefund .col-lg-3 {
    float: left;
}

.cancelstatustlt {
    width: 100%;
    float: left;
}

.cancelstatusdata {
    width: 100%;
    float: left;
}

.refundtitle.refundtitleshow {
    display: none;
}

.cancelstatusnewpnr {
    width: 100%;
    float: left;
    text-align: right;
    padding: 20px 0 0;
}

    .cancelstatusnewpnr p {
        font-size: 16px;
        font-weight: 700;
        padding: 0 0 10px;
    }

    .cancelstatusnewpnr span {
        font-size: 18px;
        font-weight: 700;
        color: var(--text);
    }

.feedback_top_image {
    display: none;
}

.feedbackwrap {
    display: none;
}
/*******************Cancel Status Page Style End Here******************/
/*******************Refund Status Page Style Start Here******************/
.refundmain {
    width: 100%;
    float: left;
    margin: 40px 0 0px;
    text-align: center;
}

.refunddetails {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .refunddetails .refunddata {
        width: 45%;
        position: relative;
        float: left;
    }

        .refunddetails .refunddata label {
            width: 100%;
            font-size: 16px;
            font-weight: 400;
            color: var(--primary);
            padding: 10px 0 6px;
        }

        .refunddetails .refunddata input {
            width: 100%;
            border: 2px solid #ececec;
            outline: none;
            background-color: #fff;
            padding: 0 10px;
            height: 50px;
            border-radius: 0;
        }

            .refunddetails .refunddata input:focus, .refunddetails .refunddata input:target {
                border: 2px solid var(--text);
                background-color: var(--background);
                box-shadow: none;
            }

    .refunddetails .agntpgcaptcha label {
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        color: var(--primary);
        padding: 10px 0 6px;
    }

    .refunddetails .agntpgcaptcha {
        width: 100%;
    }

.refunttabletitle {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    margin: 0 0 4px;
}

    .refunttabletitle > div {
        width: calc(100%/8);
    }

        .refunttabletitle > div span {
            width: 100%;
            float: left;
            padding: 10px 0 14px 0px;
            background-color: var(--primary);
            color: var(--pure);
            border: 1px solid #736d6d;
        }

.payonlinerefnd02 {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid #aaaaaa;
    padding: 10px;
    align-items: center;
}

.refundata {
    border: 1px solid #ececec;
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
}

/*******************Refund Status Page Style End Here******************/

/*******************FAQ's Page Style Start Here******************/

.faqmain {
    width: 100%;
    float: left;
    clear: both;
}

.faqwrapper {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

.faqquestion {
    width: 100%;
    float: left;
}

.faqtitle {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 700;
    color: var(--pure);
    padding: 10px 0 10px 20px;
    background-color: var(--secondary);
    margin: 40px 0 20px;
}

.faqblock {
    width: 100%;
    height: 100%;
    float: left;
    padding: 0;
    z-index: 10;
    background-color: white;
}

    .faqblock > div {
        display: block;
        position: relative;
        padding: 0;
    }

        .faqblock > div:not(:last-of-type) {
            margin: 0 0 10px;
        }


        .faqblock > div input + label {
            cursor: pointer;
            display: block;
            padding: 10px 0px 10px 10px;
            font-size: 18px;
            font-weight: 400;
            color: var(--primary);
            background-color: #f5f5f5;
            transition: all 0.25s ease-in-out 0.5s, color 0.25s ease-in-out 0.5s;
            -webkit-transition: all 0.25s ease-in-out 0.5s, color 0.25s ease-in-out 0.5s;
            -moz-transition: all 0.25s ease-in-out 0.5s, color 0.25s ease-in-out 0.5s;
            -o-transition: all 0.25s ease-in-out 0.5s, color 0.25s ease-in-out 0.5s;
        }

        .faqblock > div input ~ div {
            visibility: hidden;
            max-height: 0;
            opacity: 0;
            transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.25s, padding 0s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.25s, padding 0s ease-in-out 0s;
            -moz-transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.25s, padding 0s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.25s, padding 0s ease-in-out 0s;
        }

            .faqblock > div input ~ div p {
                padding: 20px 20px 20px;
                border-top: 2px solid var(--text);
                font-size: 16px;
                letter-spacing: 0.5px;
                background-color: var(--background);
            }

                .faqblock > div input ~ div p em {
                    display: block;
                    font-style: normal;
                    line-height: 30px;
                }

        .faqblock > div input:checked + label {
            transition: background-color 0s ease-in-out 0s;
        }

        .faqblock > div input:checked ~ div {
            display: block;
            opacity: 1;
            visibility: visible;
            max-height: 800px;
            transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
            -webkit-transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
            -moz-transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
            -o-transition: all 0.5s ease-in-out 0.2s, opacity 0.25s ease-in-out 0.5s, padding 0s ease-in-out 0s;
        }

/*******************FAQ's Page Style End Here******************/

/*******************Gallery Page Style Start Here******************/

.gallerywrapper {
    width: 100%;
    float: left;
    clear: both;
    padding: 40px 0;
}

    .gallerywrapper .gallerytitle {
        width: 100%;
        display: inline-block;
        float: none;
        font-size: 20px;
        font-weight: 700;
        padding: 0 0 10px;
        border-bottom: 2px solid var(--secondary);
        margin: 0 0 40px;
    }

.gallerytab {
    display: flex;
    width: 100%;
    float: left;
}

    .gallerytab .filter {
        margin: 0px 0 10px;
        width: 20%;
    }

        .gallerytab .filter a {
            display: block;
            padding: 10px;
            position: relative;
            margin-right: 20px;
            margin-bottom: 20px;
            color: var(--pure);
            font-size: 14px;
        }

    .gallerytab .boxes {
        display: flex;
        flex-wrap: wrap;
        width: 80%;
        gap: 40px;
        justify-content: flex-start;
        align-content: flex-start;
    }

        .gallerytab .boxes a {
            width: 48%;
        }

    .gallerytab .filter .all {
        background: var(--primary);
    }

        .gallerytab .filter .all.active {
            background: var(--secondary);
        }

    .gallerytab .filter .bustype_01 {
        background: var(--primary);
    }

        .gallerytab .filter .bustype_01.active {
            background: var(--secondary);
        }

    .gallerytab .filter .bustype_02 {
        background: var(--primary);
    }

        .gallerytab .filter .bustype_02.active {
            background: var(--secondary);
        }

    .gallerytab .filter .bustype_03 {
        background: var(--primary);
    }

        .gallerytab .filter .bustype_03.active {
            background: var(--secondary);
        }

    .gallerytab .filter .bustype_04 {
        background: var(--primary);
    }

        .gallerytab .filter .bustype_04.active {
            background: var(--secondary);
        }

    .gallerytab .filter .bustype_05 {
        background: var(--primary);
    }

        .gallerytab .filter .bustype_05.active {
            background: var(--secondary);
        }

    .gallerytab .filter .bustype_06 {
        background: var(--primary);
    }

        .gallerytab .filter .bustype_06.active {
            background: var(--secondary);
        }

    .gallerytab .filter .bustype_07 {
        background: var(--primary);
    }

        .gallerytab .filter .bustype_07.active {
            background: var(--secondary);
        }

    .gallerytab .filter .bustype_08 {
        background: var(--primary);
    }

        .gallerytab .filter .bustype_08.active {
            background: var(--secondary);
        }

    .gallerytab .filter .bustype_09 {
        background: var(--primary);
    }

        .gallerytab .filter .bustype_09.active {
            background: var(--secondary);
        }

    .gallerytab .filter a.active:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 15px 0 0;
        border-color: #333 transparent transparent transparent;
    }

    .gallerytab .is-animated {
        animation: .6s zoom-in;
    }

@keyframes zoom-in {
    0% {
        transform: scale(.1);
    }

    100% {
        transform: none;
    }
}

/*******************Gallery Page Style End Here******************/

/*******************E-Ticket Page Style Start Here******************/

.ticketprint {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    padding: 40px 0;
}

    .ticketprint input {
        border: none;
        font-size: 16px;
        font-weight: 700;
        background-color: var(--pure);
        color: var(--text);
        border-radius: 3px;
        padding: 10px 40px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        .ticketprint input:hover, .ticketprint input:focus {
            background-color: var(--primary);
            color: var(--pure);
        }

button.okbtn {
    border: none;
    font-size: 14px;
    font-weight: 700;
    background-color: var(--secondary);
    color: var(--pure);
    border-radius: 3px;
    padding: 6px 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    button.okbtn:hover, button.okbtn:focus {
        background-color: var(--primary);
        color: var(--pure);
        box-shadow: none;
    }

/*******************E-Ticket Page Style End Here******************/

/*******************GST Details Page Style Start Here******************/

.gstmaincontent {
    width: 100%;
    float: left;
}

.gstform {
    width: 100%;
    float: left;
    text-align: center;
}

    .gstform h2 {
        font-size: 32px;
        font-weight: 600;
        line-height: 36px;
        margin: 0 0 20px !important;
        padding: 45px 0 20px 0;
        position: relative;
        color: var(--primary);
        text-align: center;
        font-family: 'Raleway', sans-serif !important;
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

        .gstform h2::before {
            content: '';
            position: absolute;
            width: 120px;
            height: 1px;
            background: var(--text);
            bottom: 1px;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

        .gstform h2::after {
            content: '';
            position: absolute;
            width: 40px;
            height: 5px;
            background: var(--text);
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

.gstbox {
    width: 100%;
    float: left;
    padding: 0 0 60px;
}



.regform {
    width: 100%;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
    padding: 30px 20px;
    background: #fff;
    text-align: left;
}

    .regform h5 {
        color: var(--primary);
        font-size: 18px;
        font-weight: 700;
        margin: 0;
        line-height: 20px;
        padding: 2px 0 30px;
    }

    .regform ul {
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .regform ul li {
            list-style-type: none;
            display: block;
            padding: 5px 0 23px;
        }

            .regform ul li a {
                color: var(--primary);
                text-decoration: none;
                font-size: 16px;
                font-weight: 500;
                line-height: 28px;
            }

                .regform ul li a:hover, .regform ul li a:focus {
                    color: #333;
                }

/*******************GST Details Page Style End Here******************/

/************loader css start****************/

.text_loader {
    width: 100%;
    float: left;
    text-align: center;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: none;
    z-index: 9999999;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    backdrop-filter: blur(5px);
    --webkit-backdrop-filter: blur(5px);
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

    .sk-folding-cube .sk-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

        .sk-folding-cube .sk-cube:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #ffffff;
            -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

    .sk-folding-cube .sk-cube2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
    }

        .sk-folding-cube .sk-cube2:before {
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
        }

    .sk-folding-cube .sk-cube3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
    }

        .sk-folding-cube .sk-cube3:before {
            -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
        }

    .sk-folding-cube .sk-cube4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
    }

        .sk-folding-cube .sk-cube4:before {
            -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
        }

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.no-js #preloader, .oldie #preloader {
    display: none;
}

/*.loader {
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    perspective: 800px;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    -webkit-transition: height 1s ease-in-out;
    -moz-transition: height 1s ease-in-out;
    -o-transition: height 1s ease-in-out;
    transition: height 1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader01 {
    position: absolute;
    top: 80px;
    left: calc(50% - 100px);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    perspective: 800px;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    -webkit-transition: height 1s ease-in-out;
    -moz-transition: height 1s ease-in-out;
    -o-transition: height 1s ease-in-out;
    transition: height 1s ease-in-out;
}*/

/*.loader img, .loader01 img {
        max-width: 100px;
    }*/

/*.inner {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

    .inner.one {
        left: 0%;
        top: 0%;
        animation: rotate-one 1.5s linear infinite;
        border-bottom: 7px solid #EFEFFA;
    }

    .inner.two {
        right: 0%;
        top: 0%;
        animation: rotate-two 1.5s linear infinite;
        border-right: 7px solid #EFEFFA;
    }

    .inner.three {
        right: 0%;
        bottom: 0%;
        animation: rotate-three 1.5s linear infinite;
        border-top: 7px solid #EFEFFA;
    }

    .inner.four {
        right: 0%;
        bottom: 0%;
        animation: rotate-three 1.5s linear infinite;
        border-top: 7px solid #EFEFFA;
    }

@media only screen and (max-width:650px) {
    .loader {
        -webkit-transition: width 1s ease-in-out;
        -moz-transition: width 1s ease-in-out;
        -o-transition: width 1s ease-in-out;
        transition: width 1s ease-in-out;
        -webkit-transition: height 1s ease-in-out;
        -moz-transition: height 1s ease-in-out;
        -o-transition: height 1s ease-in-out;
        transition: height 1s ease-in-out;
        top: calc(50% - 50px);
        left: calc(50% - 50px);
        width: 100px;
        height: 100px;
    }

    .inner.one, .inner.two, .inner.three {
        border-top: 4px solid #EFEFFA;
    }
}

@keyframes rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(40deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@keyframes rotate-four {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}*/

/*New Loader Style Start Here*/


h1.websiteloader {
    position: relative;
    color: rgba(0, 0, 0, .8);
    font-size: 5em;
    text-align: center;
}

    h1.websiteloader:before {
        content: attr(data-text);
        position: absolute;
        overflow: hidden;
        max-width: 7em;
        white-space: nowrap;
        color: var(--primary);
        animation: loading 1s infinite;
    }

@keyframes loading {
    0% {
        max-width: 0;
    }
}

/* NO BORDER SPINNER */


.nb-spinner {
    width: 40px;
    height: 40px;
    margin: 0;
    background: transparent;
    border-top: 4px solid var(--secondary);
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*New Loader Style End Here*/
/*****************loader css end*******************/


/*about us (17-march-23)*/

.mainabout {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}

.charteredabout {
    width: 100%;
    float: left;
    border-bottom: 2px solid #bcbdb0;
    padding: 20px 0 15px;
}

.col-md-8, .col-md-4 {
    float: left;
}

.aboutdetails h3 {
    color: #0465b4;
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 5px;
}

.aboutdetails p {
    text-align: justify;
    line-height: 24px;
    font-size: 13px;
    color: #000;
    margin: 0;
    padding: 0 0 10px;
}

.aboutdetails span {
    color: #333;
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
}

.charted_icon {
    background-image: url("../images/site/aboutus-image/bus.png");
    background-position: center 0;
    background-repeat: no-repeat;
    height: 120px !important;
    margin: 40px auto;
}

    .charted_icon.charted_icon02 {
        background-image: url("../images/site/aboutus-image/abouticon.png");
        background-position: center 0;
        background-size: 50%;
        width: 200px;
        height: 102px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .charted_icon.charted_icon03 {
        background-image: url("../images/site/aboutus-image/abouticon.png");
        background-position: center -122px;
        background-size: 50%;
        width: 200px;
        height: 102px;
        margin-top: 40px;
        margin-bottom: 0;
    }

    .charted_icon.charted_icon04 {
        background-image: url("../images/site/aboutus-image/abouticon.png");
        background-position: center -242px;
        background-size: 50%;
        width: 200px;
        height: 102px;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .charted_icon.charted_icon05 {
        background-image: url("../images/site/aboutus-image/abouticon.png");
        background-position: center -352px;
        background-size: 50%;
        width: 200px;
        height: 102px;
        margin-top: 20px;
        margin-bottom: 0;
    }

.charteredabout03 p {
    padding: 0 0 10px 30px;
}

.charteredabout ul {
    padding: 0 0 0 40px;
    margin: 0;
}

    .charteredabout ul li {
        font-size: 13px;
        line-height: 24px;
        color: #000;
        font-weight: 500;
    }

.charteredabout.charteredabout05 {
    border: none;
}

/*contact use (17-march-23)*/

.contactpage {
    width: 100%;
    float: left;
    padding: 30px 0px 0;
}

.contactarea {
    width: 100%;
    float: left;
}

.col-md-6 {
    float: left;
}

.contactarea h3 {
    font-size: 23px;
    margin: 0;
    color: var(--primary);
    font-weight: 600;
}

.contact_info {
    padding: 10px 0 0;
}

    .contact_info span {
        color: var(--text);
        font-weight: 700;
        font-size: 16px;
    }

    .contact_info p {
        color: var(--text);
        margin: 0;
        padding: 0 0 10px;
        font-size: 13px;
        line-height: 24px;
    }

        .contact_info p i {
            display: block;
            font-style: normal;
            color: var(--text);
        }

        .contact_info p .fa {
            display: inline-block;
            font-size: 11px;
            padding: 0 6px 0 0;
        }

        .contact_info p .fa-envelope {
            font-size: 13px;
        }

        .contact_info p a {
            color: #000;
            display: inline-block;
            vertical-align: middle;
        }

.contact_form {
    width: 100%;
    float: left;
}

.form-group {
    padding: 15px 0 0;
    margin: 0;
}
    /*ticket page css changes (changes-25-03-23)*/
    .form-group h3 {
        padding: 30px 0 20px;
    }
/*ticket page css changes (changes-25-03-23)*/

.contact_form select {
    background: #fff;
    width: 100%;
    height: 40px;
    padding: 5px;
    border: 1px solid var(--text);
    color: var(--primary);
    outline: none;
}

.contact-list {
    padding: 15px;
    background-color: #fff;
    border: 1px solid var(--text);
    height: 300px;
}

    .contact-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

/*inner page style (25-03-23)*/

/*****************Website Banner Style Start Here******************/

.banner_modal .modal {
    background-color: rgb(0 0 0 / .4);
}

.banner_modal .carousel img {
    border-radius: 0;
}

.banner_modal .modal-dialog {
    width: max-content !important;
    height: max-content !important;
    top: 10%;
    left: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    max-width: 100% !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 {
    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.6;
}

.sliderwrapper .fade:not(.show) {
    opacity: 1 !important;
}

/*****************Website Banner Style End Here******************/

.input-group-addon .fa {
    line-height: 3.5 !important;
}

/*datepicker*/

.datetimepicker table tr td.today, .datetimepicker table tr td.today:hover, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today.disabled:hover {
    background-color: var(--primary) !important;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background-color: var(--primary) !important;
    color: #fff !important;
    background-image: none !important;
}

.datepicker .datepicker-days .active.day {
    background-color: var(--secondary) !important;
    background-image: none !important;
}

.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
    background-color: #f1f1f8;
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

    .datepicker.datepicker-rtl table tr td span {
        float: right;
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
}

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px;
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px;
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px;
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        top: -7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        top: -6px;
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid #999999;
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #ffffff;
    }

.datepicker > div {
    display: none;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker thead {
    width: 100%;
}

.datepicker tbody {
    padding: 4px 0 0;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 38px;
    height: 34px;
    border-radius: 5px;
    border: none;
    background-color: #fff;
    align-items: center;
    font-size: 14px;
    color: #181f31;
    cursor: pointer;
}

.datepicker thead tr:last-child th {
    color: #181f31;
    font-weight: 700;
    font-size: 15px;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.disabled {
    background-color: transparent !important;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.35) !important;
}

.datepicker table tr td.day {
    background-color: #fff;
    font-weight: 500;
}

.datepicker table tr td.old, .datepicker table tr td.new {
    color: rgba(0, 0, 0, 0.4);
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background-color: rgba(0, 0, 0, 0.12);
    color: #000;
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0;
}


.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a;
}

    .datepicker table tr td.today:active,
    .datepicker table tr td.today:hover:active,
    .datepicker table tr td.today.disabled:active,
    .datepicker table tr td.today.disabled:hover:active,
    .datepicker table tr td.today.active,
    .datepicker table tr td.today:hover.active,
    .datepicker table tr td.today.disabled.active,
    .datepicker table tr td.today.disabled:hover.active {
        background-color: #fbf069 \9;
    }

    .datepicker table tr td.today:hover:hover {
        color: #000;
    }

    .datepicker table tr td.today.active:hover {
        color: #fff;
    }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eeeeee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .datepicker table tr td.range.today,
    .datepicker table tr td.range.today:hover,
    .datepicker table tr td.range.today.disabled,
    .datepicker table tr td.range.today.disabled:hover {
        background-color: #f3d17a;
        background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
        background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
        border-color: #f3e97a #f3e97a #edde34;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .datepicker table tr td.range.today:hover,
        .datepicker table tr td.range.today:hover:hover,
        .datepicker table tr td.range.today.disabled:hover,
        .datepicker table tr td.range.today.disabled:hover:hover,
        .datepicker table tr td.range.today:active,
        .datepicker table tr td.range.today:hover:active,
        .datepicker table tr td.range.today.disabled:active,
        .datepicker table tr td.range.today.disabled:hover:active,
        .datepicker table tr td.range.today.active,
        .datepicker table tr td.range.today:hover.active,
        .datepicker table tr td.range.today.disabled.active,
        .datepicker table tr td.range.today.disabled:hover.active,
        .datepicker table tr td.range.today.disabled,
        .datepicker table tr td.range.today:hover.disabled,
        .datepicker table tr td.range.today.disabled.disabled,
        .datepicker table tr td.range.today.disabled:hover.disabled,
        .datepicker table tr td.range.today[disabled],
        .datepicker table tr td.range.today:hover[disabled],
        .datepicker table tr td.range.today.disabled[disabled],
        .datepicker table tr td.range.today.disabled:hover[disabled] {
            background-color: #f3e97a;
        }

            .datepicker table tr td.range.today:active,
            .datepicker table tr td.range.today:hover:active,
            .datepicker table tr td.range.today.disabled:active,
            .datepicker table tr td.range.today.disabled:hover:active,
            .datepicker table tr td.range.today.active,
            .datepicker table tr td.range.today:hover.active,
            .datepicker table tr td.range.today.disabled.active,
            .datepicker table tr td.range.today.disabled:hover.active {
                background-color: #efe24b \9;
            }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
    background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
    background-image: linear-gradient(to bottom, #b3b3b3, #808080);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: #808080 #808080 #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.selected:hover,
    .datepicker table tr td.selected:hover:hover,
    .datepicker table tr td.selected.disabled:hover,
    .datepicker table tr td.selected.disabled:hover:hover,
    .datepicker table tr td.selected:active,
    .datepicker table tr td.selected:hover:active,
    .datepicker table tr td.selected.disabled:active,
    .datepicker table tr td.selected.disabled:hover:active,
    .datepicker table tr td.selected.active,
    .datepicker table tr td.selected:hover.active,
    .datepicker table tr td.selected.disabled.active,
    .datepicker table tr td.selected.disabled:hover.active,
    .datepicker table tr td.selected.disabled,
    .datepicker table tr td.selected:hover.disabled,
    .datepicker table tr td.selected.disabled.disabled,
    .datepicker table tr td.selected.disabled:hover.disabled,
    .datepicker table tr td.selected[disabled],
    .datepicker table tr td.selected:hover[disabled],
    .datepicker table tr td.selected.disabled[disabled],
    .datepicker table tr td.selected.disabled:hover[disabled] {
        background-color: #808080;
    }

        .datepicker table tr td.selected:active,
        .datepicker table tr td.selected:hover:active,
        .datepicker table tr td.selected.disabled:active,
        .datepicker table tr td.selected.disabled:hover:active,
        .datepicker table tr td.selected.active,
        .datepicker table tr td.selected:hover.active,
        .datepicker table tr td.selected.disabled.active,
        .datepicker table tr td.selected.disabled:hover.active {
            background-color: #666666 \9;
        }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
    background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .datepicker table tr td.active:hover,
    .datepicker table tr td.active:hover:hover,
    .datepicker table tr td.active.disabled:hover,
    .datepicker table tr td.active.disabled:hover:hover,
    .datepicker table tr td.active:active,
    .datepicker table tr td.active:hover:active,
    .datepicker table tr td.active.disabled:active,
    .datepicker table tr td.active.disabled:hover:active,
    .datepicker table tr td.active.active,
    .datepicker table tr td.active:hover.active,
    .datepicker table tr td.active.disabled.active,
    .datepicker table tr td.active.disabled:hover.active,
    .datepicker table tr td.active.disabled,
    .datepicker table tr td.active:hover.disabled,
    .datepicker table tr td.active.disabled.disabled,
    .datepicker table tr td.active.disabled:hover.disabled,
    .datepicker table tr td.active[disabled],
    .datepicker table tr td.active:hover[disabled],
    .datepicker table tr td.active.disabled[disabled],
    .datepicker table tr td.active.disabled:hover[disabled] {
        background-color: #0044cc;
    }

        .datepicker table tr td.active:active,
        .datepicker table tr td.active:hover:active,
        .datepicker table tr td.active.disabled:active,
        .datepicker table tr td.active.disabled:hover:active,
        .datepicker table tr td.active.active,
        .datepicker table tr td.active:hover.active,
        .datepicker table tr td.active.disabled.active,
        .datepicker table tr td.active.disabled:hover.active {
            background-color: #003399 \9;
        }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .datepicker table tr td span:hover {
        background: #eeeeee;
    }

    .datepicker table tr td span.disabled,
    .datepicker table tr td span.disabled:hover {
        background: none;
        color: #999999;
        cursor: default;
    }

    .datepicker table tr td span.active,
    .datepicker table tr td span.active:hover,
    .datepicker table tr td span.active.disabled,
    .datepicker table tr td span.active.disabled:hover {
        background-color: #006dcc;
        background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
        background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
        background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
        background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
        background-image: linear-gradient(to bottom, #0088cc, #0044cc);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
        border-color: #0044cc #0044cc #002a80;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

        .datepicker table tr td span.active:hover,
        .datepicker table tr td span.active:hover:hover,
        .datepicker table tr td span.active.disabled:hover,
        .datepicker table tr td span.active.disabled:hover:hover,
        .datepicker table tr td span.active:active,
        .datepicker table tr td span.active:hover:active,
        .datepicker table tr td span.active.disabled:active,
        .datepicker table tr td span.active.disabled:hover:active,
        .datepicker table tr td span.active.active,
        .datepicker table tr td span.active:hover.active,
        .datepicker table tr td span.active.disabled.active,
        .datepicker table tr td span.active.disabled:hover.active,
        .datepicker table tr td span.active.disabled,
        .datepicker table tr td span.active:hover.disabled,
        .datepicker table tr td span.active.disabled.disabled,
        .datepicker table tr td span.active.disabled:hover.disabled,
        .datepicker table tr td span.active[disabled],
        .datepicker table tr td span.active:hover[disabled],
        .datepicker table tr td span.active.disabled[disabled],
        .datepicker table tr td span.active.disabled:hover[disabled] {
            background-color: #0044cc;
        }

            .datepicker table tr td span.active:active,
            .datepicker table tr td span.active:hover:active,
            .datepicker table tr td span.active.disabled:active,
            .datepicker table tr td span.active.disabled:hover:active,
            .datepicker table tr td span.active.active,
            .datepicker table tr td span.active:hover.active,
            .datepicker table tr td span.active.disabled.active,
            .datepicker table tr td span.active.disabled:hover.active {
                background-color: #003399 \9;
            }

    .datepicker table tr td span.old,
    .datepicker table tr td span.new {
        color: #999999;
    }

.datepicker .datepicker-switch {
    width: 200px;
}

.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next, .datepicker tfoot tr th {
    cursor: pointer;
    background-color: var(--background);
    /* 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;
}
