﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif !important;
    font-family: "Playfair Display", serif;
}

.maxwidth {
    width: 100%;
    max-width: 1920px;
    clear: both;
    margin: 0 auto;
}

:root {
    --primary-color: #00224F;
    --secondary-color: #3F78BC;
    --background: #F6F7FC;
    --pure: #fff;
    --text-color: #565864;
}

::selection {
    background-color: var(--primary-color);
    color: var(--pure);
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-arrow-right:before {
    content: "\e092";
}
/*::-webkit-scrollbar {
    border-radius: 4px;
    width: 8px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    width: 8px;
    background-color: var(--primarycolor);
}*/

a {
    text-decoration: none !important;
    cursor: pointer;
}

    a:hover,
    a:focus {
        text-decoration: none !important;
    }

h1,
h2,
h3,
h5,
h5,
p,
label {
    margin: 0 !important;
}

.fw-400 {
    font-weight: 400;
}

.fw-700 {
    font-weight: 700;
}

body .container-fluid {
    width: 100%;
    max-width: 1310px;
}

body .container {
    width: 100%;
    max-width: 1330px;
    padding: 0 15px !important;
}

body .container-full {
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;
}

/* Header Style Start header */

.header {
    width: 100%;
    float: left;
    clear: both;
}

.topheader {
    width: 100%;
    float: left;
}

.sitelogo {
    float: left;
    padding: 10px 0 0;
}

    .sitelogo a {
        display: inline-block;
        vertical-align: middle;
    }

.headerin {
    float: left;
    width: 100%;
    padding: 0;
    background-color: var(--pure);
    position: relative;
    transition: 0.6s;
    z-index: 3;
}

    .headerin.sticky .topheader {
        padding: 15px 0;
        transition: 0.6s;
        box-shadow: 0 0 8px rgba(0,0,0,0.2);
    }


.headercontent {
    width: 100%;
    float: left;
}

.leftheader {
    width: 39%;
    float: left;
}

.rightheader {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
    float: right;
}

.headertopright {
    display: flex;
    float: right;
    justify-content: flex-end;
}

.contactaera {
    display: flex;
    align-items: center;
    column-gap: 0;
    border-bottom: 1px solid rgba(0, 34, 79, 0.1);
}

.route {
    position: relative;
    border-left: 1px solid rgba(0, 34, 79, 0.1);
    padding: 22px 49px 18px;
}

    .route p {
        color: var(--primary-color);
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        display: inline-block;
        letter-spacing: -0.1px;
    }

        .route p a {
            color: var(--primary-color);
        }

            .route p a:hover, .route p a:focus {
                color: var(--secondary-color);
            }

.headercontact {
    float: right;
    margin: -1px 0 0;
}

    .headercontact button i {
        padding: 0 0 0 11px;
    }

.agentlogin button {
    padding: 0;
}

.agentlogin {
    float: right;
}

.logindown ul {
    margin: 0;
    padding: 0;
}

    .logindown ul li {
        position: relative;
        list-style-type: none;
        display: block;
    }

.logindown > ul > li > a {
    background: var(--secondary-color);
    display: inline-flex;
    padding: 20px 41px 19px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--pure) !important;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(0, 34, 79, 0.2);
}

    .logindown > ul > li > a:hover,
    .logindown > ul > li > a:focus {
        color: var(--pure);
        transition: all .4s;
        text-decoration: none;
        background-color: var(--primary-color);
    }

/* leftmenu start */

.manudp {
    width: 100%;
    float: left;
    border-left: 1px solid rgba(0, 34, 79, 0.1);
    border-right: 1px solid rgba(0, 34, 79, 0.1);
    padding: 24px 34px 19px;
}

body .manudp .container {
    padding: 0 !important;
}

.headermenu {
    float: left;
}

    .headermenu .navbar-inverse {
        background-color: transparent;
        border: none;
        float: none;
        margin: 0;
        min-height: 10px;
        width: 100%;
        border-radius: 0;
        position: relative;
        z-index: 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(--maincolor);
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        margin-top: 4px;
    }

    .headermenu .navbar-inverse .navbar-nav {
        margin: 0;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
    }

    .headermenu .navbar-header {
        float: left;
    }

    .headermenu .navbar-collapse {
        padding: 0;
    }

    .headermenu .navbar-inverse .navbar-nav > li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 35px 0 36px;
    }

        .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;
            padding: 0 0 3px;
            transition: all 0.6s;
        }

            /*.headermenu .navbar-inverse .navbar-nav > li > a.active,
            .headermenu .navbar-inverse .navbar-nav > li > a.active:focus,
            .headermenu .navbar-inverse .navbar-nav > li > a.active:hover,
            .headermenu .navbar-inverse .navbar-nav > li > a:hover {
                text-decoration: none;
                background-color: transparent;
                color: var(--secondary-color);*/
            /*border-bottom: 2px solid var(--secondary-color);*/
            /*transition: all 0.6s;
            }*/

            .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(--secondary-color);
                /*border-bottom: 2px solid var(--secondary-color);*/
                transition: all 0.6s;
            }

            .headermenu .navbar-inverse .navbar-nav > li > a:before {
                position: absolute;
                content: '';
                left: 0;
                bottom: 0;
                width: 100%;
                height: 2px;
                background-color: var(--secondary-color);
                opacity: 0;
                transition: all 0.6s;
            }

            .headermenu .navbar-inverse .navbar-nav > li > a:focus:before,
            .headermenu .navbar-inverse .navbar-nav > li > a:hover:before {
                transition: all 0.6s;
                opacity: 1;
            }

.pull-left {
    float: left !important;
}

.navbar-toggle {
    display: none;
    position: relative;
}

.cssmenu {
    float: left;
}

/* leftmenu end */

/* Header Style Start header */


/* Hero Section Style Start Here */

.hero {
    width: 100%;
    float: left;
    clear: both;
}

.herosection {
    width: 100%;
    float: left;
    position: relative;
}

.bannerwrapper {
    width: 100%;
    float: left;
    position: relative;
}

.sliderwrapper {
    width: 100%;
    float: left;
    position: relative;
    right: 0;
    top: 0;
}

/*.blink-soft {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}*/


/* Slider Style Start Here */

.carousel {
    padding-top: 0;
    position: relative;
    width: 100%;
    /* max-width: 800px; */
    margin: 0 auto;
}

    .carousel > ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .carousel .slide {
        display: none;
    }

    .carousel img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        object-position: center;
    }

    .carousel .slide[data-active] {
        display: block;
        position: relative;
    }

.slidercontent {
    position: absolute;
    bottom: 160px;
    left: 320px;
}

    .slidercontent h2 {
        color: var(--pure);
        font-family: Syne;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
        padding: 0 0 10px;
        letter-spacing: -0.60px;
    }

    .slidercontent p {
        color: var(--pure);
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.carousel .arrow {
    position: absolute;
    top: 47.4%;
    font-size: 32px;
    padding: 0;
    display: flex;
    color: var(--pure);
    border-radius: 6px;
}

    .carousel .arrow:hover {
        background: var(--secondary-color);
        cursor: pointer;
    }

    .carousel .arrow.left {
        left: 2rem;
    }

    .carousel .arrow.right {
        right: 2rem;
    }

    .carousel .arrow > svg {
        width: 40px;
        height: 40px;
    }

.carousel .fade {
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* Slider Style End Here */

/* fade on slider start */

/*.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1 !important;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}*/

/* fade on slider end*/

/* Slider Style Start Here */

/*.carousel {
    padding-top: 0;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

    .carousel > ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .carousel .slide {
        display: none;
    }

    .carousel img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        object-position: center;
    }

    .carousel .slide[data-active] {
        display: block;
    }

    .carousel .arrow {
        position: absolute;
        top: 50%;
        font-size: 32px;
        padding: 8px;
        margin-top: -20px;
        display: flex;
        color: var(--pure);
        border-radius: 6px;
    }

        .carousel .arrow:hover {
            background: rgba(255, 255, 255, 0.3);
            cursor: pointer;
        }

        .carousel .arrow.left {
            left: 1rem;
        }

        .carousel .arrow.right {
            right: 1rem;
        }

        .carousel .arrow > svg {
            width: 32px;
            height: 32px;
        }

    .carousel .fade {
        animation: fadeInAnimation ease 1s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}*/


/* Slider Style End Here */


.bookoffer {
    width: 100%;
    float: left;
    position: relative;
}


/*Booking Form Style Start*/

.bookingwrapper {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 14px;
}

.bookingform {
    width: 100%;
    float: left;
    z-index: 2;
    position: relative;
    border-radius: 20px;
    background-color: var(--pure);
    box-shadow: 0 8px 20px rgba(86, 88, 100, 0.26);
}

    .bookingform ul {
        border: none;
        float: left;
        background-color: var(--bgcolor);
        display: inline-block;
        vertical-align: middle;
        padding: 10px 10px 11px 10px;
        border-radius: 10px;
    }

        .bookingform ul li.nav-item {
            width: auto;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
        }

        .bookingform ul .nav-item02 {
            padding: 0 0 0 10px;
        }

    .bookingform .nav-tabs .nav-link {
        border: none;
        background-color: var(--bgcolor);
        color: var(--textcolor);
        font-size: 14px;
        line-height: 21px;
        font-weight: 600;
        border-radius: 0;
        padding: 15px 46px 14px 47px;
        border-radius: 6px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

        .bookingform .nav-tabs .nav-item.show .nav-link,
        .bookingform .nav-tabs .nav-link.active {
            color: var(--textcolor);
            background-color: var(--buttoncolor);
            border: none;
        }

    .bookingform .nav-tabs .nav-item02 .nav-link {
        padding: 15px 42px 14px 42px;
    }

.bookinginput input[type="text"]::-webkit-input-placeholder {
    color: var(--textcolor) !important;
    opacity: 1;
}

.bookinginput input::-webkit-input-placeholder {
    /* Chrome */
    color: var(--textcolor) !important;
    opacity: 1;
}

.bookinginput input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--textcolor) !important;
    opacity: 1;
}

.bookingform .tab-content .tab-pane {
    padding: 40px 20px 0;
    float: left;
    width: 100%;
}

.tab-bookingform {
    width: 100%;
    float: left;
}

.bookingcity {
    width: 51%;
    float: left;
    position: relative;
    padding: 34px 0 0;
}

    .bookingcity.bookingdate {
        width: 33.9%;
        padding: 33px 0 0;
    }

.fromdatecity {
    width: 100%;
    display: flex;
}

.bookingpart {
    width: 50%;
    float: left;
    padding: 0 0 0 24px;
    position: relative;
}

    .bookingpart.bookingpart02 {
        padding: 0 0 0 41px;
    }

    .bookingpart.bookingpart03, .bookingpart.bookingpart04 {
        padding: 0 0 0 21px;
    }

.bookinginput {
    width: 100%;
    float: left;
    position: relative;
}

    .bookinginput .css-xsu6ln-MuiAutocomplete-root {
        width: 100% !important;
    }

    .bookinginput .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding: 0 !important;
    }

    .bookinginput .MuiAutocomplete-hasPopupIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot, .MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding: 0;
    }

    .bookinginput input {
        padding: 0 0 0 36px !important;
        color: var(--text-color);
        font-family: 'Poppins', sans-serif !important;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        border: none !important;
        background-color: transparent;
        background-image: url("../images/icon01.svg");
        background-position: left -10px;
        background-repeat: no-repeat;
        letter-spacing: -0.1px;
        width: 100%;
        outline: none;
    }

    .bookinginput.bookingromcity input {
        background-position: left -232px;
    }

    .bookinginput.bookingtodate input, .bookinginput.bookingfromdate input {
        background-position: left -694px;
    }

.bookingpart.bookingpart03:before, .bookingpart.bookingpart04:before {
    position: absolute;
    content: "";
    left: 0;
    top: -24px;
    width: 1px;
    height: 70px;
    background-color: rgba(86, 88, 100, 0.2);
}

.bookinginput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
    border-bottom: none;
}

.bookinginput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before {
    border-bottom: none;
}

.bookinginput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before {
    border-bottom: none;
}

.bookinginput .css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
    display: none;
}

.bookinginput .css-uw1i0v-MuiAutocomplete-listbox {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    max-height: 40vh;
    overflow: auto;
    width: 100%;
    background-color: var(--pure);
}

.fromdatetomorrow {
    width: 50%;
    float: left;
    text-align: right;
    padding: 26px 20px 0 0;
}

    .fromdatetomorrow a {
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
        color: var(--maincolor);
    }


/*.bookinginput .MuiAutocomplete-popper {
        width: 100%;
    }*/
.routepoint .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before {
    border-bottom: none;
}

.routepoint .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before {
    border-bottom: none;
}

.routepoint .css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
    background-color: var(--primary-color);
    font-size: 1.5rem;
    padding: 2px;
    border-radius: 4px;
    color: var(--pure);
    margin-right: 6px;
}

    .routepoint .css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator:hover {
        background-color: var(--primary-color);
    }

.routepoint .css-113ntv0-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
    background-color: var(--secondary-color);
    font-size: 1.5rem;
    padding: 2px;
    border-radius: 4px;
    color: var(--pure);
    margin-right: 6px;
    transition: 0.3s ease all;
    transform: rotate(180deg);
}

    .routepoint .css-113ntv0-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator:hover {
        background-color: var(--secondary-color);
    }

.bookinginput span {
    color: red;
    font-size: 12px;
    position: absolute;
    left: 37px;
    bottom: -22px;
}

.cityswapicon {
    z-index: 1;
    background-image: url(../images/icon01.svg) !important;
    background-position: center -454px;
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    cursor: pointer;
    box-shadow: 0 0 12px rgba(127, 127, 127, 0.16);
}

.bookingsearch {
    width: 15.1%;
    float: right;
}

    .bookingsearch .searchbtn {
        background-color: var(--secondary-color);
        border: none;
        color: var(--pure);
        text-align: center;
        transition: all .5s;
        border-radius: 20px;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        height: 90px;
        width: 100%;
    }

        .bookingsearch .searchbtn:hover,
        .bookingsearch .searchbtn:focus {
            background-color: var(--primary-color);
            color: var(--pure);
            transition: all .5s;
        }

/*Booking Form Style End*/

.searcharea {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}

    .searcharea h4 {
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        color: var(--textcolor);
        margin: 0;
        padding: 0;
    }

.busarea {
    width: 100%;
    float: left;
    padding: 19px 0 0;
}

    .busarea ul {
        padding: 0;
        margin: 0;
        background-color: transparent;
        border-radius: inherit;
    }

        .busarea ul li {
            list-style-type: none;
            display: inline-block;
            vertical-align: middle;
            position: relative;
            padding: 8px 19px 11px 73px;
            margin: 0 16px 0 0;
            background-color: var(--primary-color);
            border-radius: 10px;
            border: 1px solid #E8E9EA;
        }

            .busarea ul li::before {
                position: absolute;
                content: "";
                left: 9px;
                top: 9px;
                width: 50px;
                height: 50px;
                background-color: #E8E9EA;
                border-radius: 6px;
                background-image: url("../images/site/bus.svg");
                background-position: center 10px;
                background-repeat: no-repeat;
            }

            .busarea ul li span {
                color: var(--maincolor);
                font-size: 10px;
                font-weight: 500;
                line-height: 16px;
            }

.citybook {
    padding: 1px 0 0;
}

    .citybook label {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        color: var(--textcolor);
        cursor: pointer;
    }

        .citybook label em {
            background-image: url("../images/site/icon01.svg");
            background-position: center -896px;
            background-repeat: no-repeat;
            width: 30px;
            height: 20px;
            position: relative;
            padding: 0;
            text-align: center;
            display: inline-block;
            vertical-align: middle;
            margin: 0;
        }

.toptitle {
    text-align: center;
    padding: 0 0 19px;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    font-weight: 600;
    color: var(--primary-color);
    width: 100%;
    line-height: 45px;
    background-image: url("../images/headshape.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    letter-spacing: 0.1px;
}

    .toptitle p {
        font-size: 14px;
        color: var(--secondary-color);
        line-height: 22px;
        letter-spacing: 2px;
        padding: 0 0 3px;
        font-weight: 400;
    }

    .toptitle span {
        color: var(--secondary-color);
        font-family: "Playfair Display", serif !important;
        font-style: italic;
        font-weight: 600;
        line-height: 45px;
        display: inline-block;
        vertical-align: middle;
        padding: 0 0 6px;
    }

.amenitieslide {
    width: 100%;
    float: left;
    text-align: left;
    overflow: hidden;
    margin: 0 !important;
    position: relative;
    padding: 0;
}

.slick-slide {
    outline: none;
}

.amenitieslide .slick-track {
    display: flex;
    justify-content: flex-start;
    float: none;
    margin: 0;
}

.indexpopup {
    backdrop-filter: blur(3px);
    --webkit-backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, 0.3);
}

.aboutoparts {
    width: 100%;
    float: left;
    position: relative;
}

    .aboutoparts:before {
        position: absolute;
        content: "";
        width: 1273px;
        height: 962px;
        left: 45px;
        top: 40px;
        background-image: url("../images/aboutroutebg.png");
        background-position: left top;
        background-repeat: no-repeat;
    }

/* Top Destination Style Start Here */
.topdestinationwrap {
    width: 100%;
    padding: 118px 0 34px;
    position: relative;
    z-index: 1;
}

.destination {
    width: 100%;
    float: left;
    padding: 52px 0 0;
}

    .destination ul {
        margin: 0;
        list-style: none;
        padding: 0;
        display: flex;
    }

    .destination li {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 10px 0 10px 41px;
        margin: 0 80px 0 0;
        position: relative;
        cursor: pointer;
        background-color: var(--primary-color);
        border-radius: 10px;
        width: max-content;
    }

        .destination li:hover .booknowin {
            background-color: var(--primary-color);
        }

        .destination li span {
            color: var(--pure);
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            display: inline-block;
            padding: 23px 109px 24px 0;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

            .destination li span p {
                display: block;
                padding: 17px 0 0;
            }

            .destination li span i {
                background-image: url(../images/icon01.svg);
                background-position: 1px -913px;
                background-repeat: no-repeat;
                position: relative;
                display: block;
                width: 15px;
                height: 25px;
                top: 9px;
            }

        .destination li .booknowin label {
            color: var(--primary-color);
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            cursor: pointer;
            text-transform: uppercase;
            writing-mode: vertical-lr;
            text-orientation: upright;
            float: right;
            padding: 18px 12px 30px 10px;
            letter-spacing: -3px;
            background-image: url("../images/icon01.svg");
            background-position: right -1012px;
            background-repeat: no-repeat;
        }

            .destination li .booknowin label:hover, .destination li .booknowin label:focus {
                color: var(--pure);
                background-position: right -1212px;
            }

.booknowin {
    display: inline-block;
    vertical-align: middle;
    width: 65px;
    height: 143px;
    background-image: url("../images/routebookshape.png");
    background-position: right top;
    background-repeat: no-repeat;
    transition: ease-in-out 0.4s;
}

    .booknowin:hover, .booknowin:focus {
        background-image: url("../images/routebookhover.png");
        transition: ease-in-out 0.4s;
    }



.slick-slide {
    outline: none;
}

/*owl-carousel css*/

#customers-testimonials .item {
    text-align: center;
    padding: 60px 30px 0;
    margin-bottom: 80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 385px;
    margin: 0;
    border-radius: 22px 22px 0 0;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--primary);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 40px 0 0;
}

    #customers-testimonials.owl-carousel .owl-dots .owl-dot {
        display: inline-block;
    }

        #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
            background: var(--secondary);
            display: inline-block;
            height: 15px;
            margin: 0 10px 0;
            transition: all 250ms ease-out 0s;
            width: 15px;
            border-radius: 50%;
        }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
    position: relative;
}

.owl-prev {
    top: -310px;
    left: -60px;
}

.owl-next {
    right: -60px;
    top: -310px;
}

.owl-next, .owl-prev {
    width: 50px;
    height: 50px;
    background-color: transparent;
    margin: 0;
    border-radius: 50%;
    color: transparent;
    opacity: 1;
    z-index: 1;
    text-align: center;
    border: 2px solid var(--primary);
    position: absolute;
}

    .owl-next::before, .owl-prev::before {
        content: "\f104";
        font-size: 34px;
        color: var(--primary);
        font-family: FontAwesome;
        opacity: 1;
        line-height: normal;
        text-align: center;
        position: absolute;
        top: 5px;
        left: -2px;
        right: 0;
    }

    .owl-next::before {
        content: "\f105";
        right: -4px;
    }

/*owl-carousel css*/


/* Top Destination Style End Here */

/* about us*/

.aboutcontent {
    position: relative;
    float: left;
    width: 100%;
    padding: 105px 0 60px;
}

.aboutmain {
    float: left;
    width: 100%;
}

.aboutleft {
    float: left;
    width: 48.6%;
}

    .aboutleft .toptitle {
        text-align: left;
        background-position: left bottom;
        line-height: 43px;
        letter-spacing: 0;
    }

        .aboutleft .toptitle p {
            padding: 0 0 11px 7px;
        }

        .aboutleft .toptitle i {
            display: block;
            font-style: normal;
        }

    .aboutleft em {
        font-style: normal;
        color: var(--primary-color);
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        padding: 41px 0 0;
        float: left;
        text-align: justify;
    }

        .aboutleft em label {
            color: var(--secondary-color);
            font-weight: 600;
        }

    .aboutleft .aboutem {
        color: var(--text-color);
        padding: 26px 0 0;
    }

.aboutfeatures {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 0 0 40px;
    gap: 19px;
}

    .aboutfeatures p {
        flex-basis: 32%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        color: var(--primary-color);
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: -0.2px;
    }

    .aboutfeatures .aboutfbox {
        flex-basis: 40%;
    }

    .aboutfeatures p span {
        width: 12px;
        height: 17px;
        display: inline-block;
        background-image: url("../images/icon01.svg");
        background-position: left -1533px;
        background-repeat: no-repeat;
    }

.aboutnumber {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    width: max-content;
    padding: 39px 0 34px;
    border-bottom: 1px dashed var(--text-color);
}

    .aboutnumber a {
        color: var(--primary-color);
        font-size: 24px;
        font-weight: 700;
        line-height: 39px;
    }

.aboutright {
    float: right;
    width: 50%;
    position: absolute;
    right: 0;
    text-align: right;
}

.aboutrightcontent {
    padding: 80px 0 0 124px;
}

    .aboutrightcontent h2 {
        color: var(--headtext-color);
        font-family: Syne;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 42px;
        text-transform: capitalize;
        padding: 0 0 40px;
    }

        .aboutrightcontent h2 span {
            color: var(--secondary-color);
            display: block;
        }

.dptravelstext {
    color: var(--headtext-color);
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding: 0 0 20px;
}

    .dptravelstext span {
        color: var(--secondary-color);
    }

.aboutleftpic {
    border-radius: 40px;
    background: var(--pure);
    box-shadow: 0px 0px 100px 0px rgba(0, 34, 79, 0.20);
}

.aboutusread p {
    color: var(--headtext-color);
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.dptravelssubtext {
    color: var(--subtext-color);
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.aboutusread .readmore {
    border-radius: 16px 0px 16px 16px;
    border: 1px solid var(--secondary-color);
    background: var(--secondary-color);
    color: var(--pure);
    font-size: 14px;
    font-weight: 500;
    padding: 17px 34px 17px 36px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .aboutusread .readmore:hover, .aboutusread .readmore:focus {
        background: var(--primary-color);
        color: var(--pure);
    }

.aboutusread {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0 0;
}

/*Award Start*/

.awardwrappart {
    width: 100%;
    float: left;
}

.awardwrapper {
    width: 100%;
    float: left;
    background-image: url("../images/awardbg.png");
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 516px;
}

.awardpart {
    width: 100%;
    float: left;
}

.awardleft {
    width: 49%;
    float: left;
    padding: 80px 0 0 2px;
    text-align: center;
}

    .awardleft .toptitle {
        letter-spacing: inherit;
    }

.awardname {
    color: var(--primary-color);
    padding: 79px 0 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0.26px;
    text-decoration-line: underline;
    text-align: center;
    display: inline-block;
}

    .awardname p {
        color: var(--primary-color);
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0.2px;
        display: block;
    }

.awardright {
    width: 51%;
    float: left;
    text-align: right;
}

/*Award End*/

/*services*/

.services {
    width: 100%;
    float: left;
}

.services_wrapper {
    width: 100%;
    float: left;
    background-image: url("../images/servicebg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    padding: 112px 0 0;
    text-align: center;
    min-height: 759px;
}

.cservices {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
}

    .cservices .toptitle {
        color: var(--pure);
        letter-spacing: inherit;
    }

.servicesbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 52px 0 0;
    border-radius: 40px;
    gap: 20px;
}

.servicesitem {
    cursor: pointer;
    display: flex;
    width: 420px;
    height: 184px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 19px;
    background-color: transparent;
    border: 2px dashed rgba(246, 247, 252, 0.20);
    position: relative;
    transition: .6s ease all;
}

    .servicesitem:before {
        content: '';
        position: absolute;
        height: 0;
        width: 0;
        background: var(--secondary-color);
        left: 0;
        top: 0;
        transition: .6s ease all;
    }

    .servicesitem:hover:before {
        height: 100%;
        width: 100%;
    }

    .servicesitem span {
        color: rgba(246, 247, 252, 0.2);
        text-align: center;
        font-size: 50px;
        font-weight: 700;
        line-height: 50px;
        position: relative;
        z-index: 1;
    }

    .servicesitem h6 {
        color: var(--pure);
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 0.5px;
        margin: 0;
        position: relative;
        z-index: 1;
    }

/* .servicesitem:hover {
        background: var(--secondary-color);
    }*/

/*Amenities Start here*/

.amenities {
    width: 100%;
    float: left;
}

.amenities_wrapper {
    width: 100%;
    float: left;
    background-image: url("../images/amenitiesbg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 777px;
}

.amenities_main {
    width: 100%;
    float: left;
    padding: 112px 0 0;
}

    .amenities_main .toptitle {
        letter-spacing: inherit;
    }

.amenitiespart {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 81px 20px;
    align-items: center;
    flex-wrap: wrap;
    padding: 52px 0 0;
}

.amenitiesicon {
    float: left;
}

.amenities_box {
    width: 420px;
    height: 110px;
    cursor: pointer;
    border-radius: 10px;
    background: var(--pure);
    box-shadow: 0px 6px 26px 0px rgba(0, 34, 79, 0.08);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 0 0 0 25px;
    position: relative;
    transition: ease-in-out 0.4s;
}


    .amenities_box i {
        position: relative;
        left: -14px;
        top: 21px;
        width: 152px;
        height: 138px;
        background-image: url("../images/amenitiesshape.png");
        background-position: center top;
        background-repeat: no-repeat;
        padding: 0 0 0 14px;
    }

    .amenities_box span {
        width: 110px;
        height: 110px;
        border-radius: 10px;
        background-color: var(--primary-color);
        display: inline-block;
        margin: 13px 0 0;
        background-image: url("../images/icon01.svg");
        background-position: center -1717px;
        background-repeat: no-repeat;
        position: relative;
        transition: ease-in-out 0.4s;
        position: relative;
    }

    .amenities_box.amenities_box02 span {
        background-position: center -1967px;
    }

    .amenities_box.amenities_box03 span {
        background-position: center -2214px;
    }

    .amenities_box.amenities_box04 span {
        background-position: center -2460px;
    }

    .amenities_box.amenities_box05 span {
        background-position: center -2710px;
    }

    .amenities_box.amenities_box06 span {
        background-position: center -2960px;
    }

    .amenities_box p {
        color: var(--primary-color);
        font-size: 18px;
        font-weight: 600;
        line-height: normal;
        margin: 0;
        display: inline-block;
        padding: 0 0 1px;
    }

    .amenities_box:hover span {
        background-color: var(--secondary-color);
        transition: ease-in-out 0.4s;
    }


/*Application Style End Here*/

.applicationpart {
    width: 100%;
    float: left;
}

.application {
    width: 100%;
    float: left;
}

body .application .container {
    max-width: 1470px;
}

.appareapart {
    width: 100%;
    float: left;
    position: relative;
}

.downloadappart {
    position: absolute;
    right: -140px;
    top: -33px;
    width: 391px;
    height: 264px;
    background-image: url("../images/appbg.png");
    background-position: center top;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    padding: 7px 19px 0 0;
}

    .downloadappart span {
        background-color: var(--pure);
        width: 52px;
        height: 52px;
        border-radius: 50%;
        display: inline-block;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.20);
        background-image: url("../images/icon01.svg");
        background-position: 2px -3229px;
        background-repeat: no-repeat;
        position: relative;
        right: 4px;
        animation: shimmy 2s infinite;
        animation-direction: alternate;
    }


@keyframes shimmy {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
}

.downloadappart h3 {
    color: var(--pure);
    font-size: 24px;
    font-weight: 600;
    line-height: 39px;
    padding: 20px 0 16px;
}

.downloadbox {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

    .downloadbox a {
        display: inline-block;
        width: 50px;
        height: 48px;
        background-image: url("../images/icon01.svg");
        background-position: center -3470px;
        background-repeat: no-repeat;
    }

    .downloadbox .downloadios {
        background-position: center -3718px;
    }

.apparea {
    width: 100%;
    float: left;
    padding: 80px 0 0;
    background-image: url("../images/appfeaturesbg.png");
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 552px;
}

    .apparea .toptitle {
        color: var(--pure);
    }

        .apparea .toptitle span {
            padding: 0 0 6px 7px;
        }

.appfeatures {
    width: 74.7%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 80px;
    margin: 0 auto;
    padding: 52px 0 0;
}

.appfeaturesbox {
    display: flex;
    width: 305px;
    padding: 14px 16px;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

    .appfeaturesbox span {
        width: 40px;
        height: 40px;
        display: inline-block;
        background-image: url("../images/icon01.svg");
        background-position: left -3966px;
        background-repeat: no-repeat;
    }

    .appfeaturesbox h6 {
        color: var(--pure);
        font-size: 16px;
        font-weight: 500;
        line-height: normal;
        margin: 0;
    }

.downloadapp {
    display: flex;
    justify-content: center;
    padding: 52px 0 0;
}

    .downloadapp a {
        background-color: var(--secondary-color);
        border-radius: 16px 0px 16px 16px;
        display: inline-block;
        padding: 18px 36px;
        color: var(--pure);
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
    }

        .downloadapp a:hover,
        .downloadapp a:active,
        .downloadapp a:focus {
            background-color: var(--secondary-color);
            color: var(--pure);
        }
/* Testimonial Style start Here*/
.slick-slide {
    outline: none;
}

.testimonials {
    width: 100%;
    float: left;
}

.testimonialswrap {
    width: 100%;
    float: left;
    padding: 112px 0 0;
}

/*body .testimonialswrap .container {
    width: 100%;
    max-width: 1313px;
    padding: 0 15px !important;
}*/

.testimonialpart {
    width: 100%;
    float: left;
}

.testimonialslide {
    width: 100%;
    float: left;
    padding: 52px 0 0;
}

.testicon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}


.testimonialslide button.slick-prev,
.testimonialslide button.slick-next {
    display: none !important;
}

.testimonialslide .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 40px 0 0;
    list-style-type: none;
}

    .testimonialslide .slick-dots li {
        margin: 0 0.25rem;
    }

    .testimonialslide .slick-dots button {
        display: block;
        width: 20px;
        height: 4px;
        padding: 0;
        border: none;
        background-color: var(--primary-color);
        opacity: 0.2;
        text-indent: -9999px;
    }

    .testimonialslide .slick-dots li.slick-active button {
        opacity: 1;
    }

.testbox {
    width: 636px;
    height: 275px;
    /* display: inline-block; */
    vertical-align: middle;
    text-align: left;
    border-radius: 36px 0px 0px 0px;
    background: var(--pure);
    border-left: 4px solid var(--secondary-color);
    padding: 51px 46px 20px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



    .testbox p {
        color: var(--text-color);
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }

.testname {
    float: left;
}

    .testname h4 {
        color: var(--primary-color);
        font-size: 18px;
        font-weight: 600;
        line-height: normal;
        margin: 0;
        padding: 0 0 4px;
    }

    .testname i {
        color: var(--text-color);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.14px;
    }

/* Testimonial Style End Here*/

/* Footer Style Start Here */

.footer_wrapper {
    width: 100%;
    float: left;
    padding: 102px 0 0;
}

.footer_main {
    width: 100%;
    float: left;
    position: relative;
    padding: 112px 0 0;
    background-image: url("../images/footerbg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 563px;
}

.footer_main_block {
    width: 100%;
    float: left;
}

.footer_bg {
    width: 100%;
    float: left;
}

.footer_maindetails {
    width: 100%;
    float: left;
}

.footer_topdetails_card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 19px 0 20px;
    stroke-width: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.footercard {
    flex-basis: 31.2%;
    border-radius: 6px;
    display: flex;
    align-items: start;
    padding: 0 35px 0 0;
}

    .footercard span {
        padding: 0 0 0 40px;
        display: flex;
        flex-direction: column;
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.6);
        background-image: url("../images/iconsm.png");
        background-position: -2px -1832px;
        background-repeat: no-repeat;
    }

        .footercard span h6 {
            color: var(--pure);
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: 150%;
            padding: 0 0 12px;
            margin: 0;
        }

    .footercard.footercard2 {
        padding: 0 0 0 70px;
    }

    .footercard.footercard3 {
        padding: 0 0 0 46px;
    }

    .footercard.footercard2 span {
        background-position: -1px -2006px;
    }

    .footercard.footercard3 span {
        background-position: -1px -2180px;
    }

    .footercard .dualnumber {
        display: grid;
        grid-template-columns: auto auto;
    }

    .footercard span a {
        color: rgba(255, 255, 255, 0.60);
        font-weight: 500;
        color: rgba(255, 255, 255, 0.60);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .footercard p {
        color: rgba(255, 255, 255, 0.60);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    .footercard span a:hover {
        color: var(--secondary-color);
    }

.footer_navbar_address {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 0 111px;
}

.footer_title h5 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--pure);
    padding: 0 0 10px;
    position: relative;
}

.footer_navbar {
    display: flex;
    justify-content: space-between;
    gap: 98px;
}


.fooret_navbar_block {
    display: flex;
    gap: 167px;
}


.footer_navlinks {
    display: flex;
    gap: 100px;
    padding: 19px 0 0;
}

    .footer_navlinks ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .footer_navlinks ul li a {
            color: rgba(255, 255, 255, 0.6);
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
        }

            .footer_navlinks ul li a:hover,
            .footer_navlinks ul li a:focus {
                color: var(--secondary-color);
            }

                .footer_navlinks ul li a:hover::before {
                    color: var(--secondary-color);
                }

.footer_contact {
    float: left;
    flex-basis: 23.4%;
}


.dualnumber {
    padding: 20px 0 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}


    .dualnumber span {
        color: var(--pure);
        display: block;
        padding: 0 0 5px;
    }

    .dualnumber p {
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        color: rgba(255, 255, 255, 60%);
        padding: 1px 0 0;
        background-image: url("../images/icon01.svg");
        background-position: left -4208px;
        background-repeat: no-repeat;
        padding: 0 0 0 36px;
    }

        .dualnumber p a {
            color: rgba(255, 255, 255, 60%);
        }

            .dualnumber p a:hover {
                color: var(--secondary-color);
                transition: all 0.5s;
            }

        .dualnumber p.address {
            line-height: 24px;
        }

        .dualnumber p.callus {
            background-position: left -4433px;
        }

        .dualnumber p.mailus {
            background-position: left -4658px;
            padding: 1px 0 0 36px;
        }

        .dualnumber p i {
            font-style: normal;
            display: block;
        }

.socialicon {
    float: left;
    padding: 18px 0 0;
}

    .socialicon ul {
        flex-direction: row;
        gap: 10px;
    }


.fa-linkedin:before {
    content: "\f0e1" !important;
}

.socialicon ul li a {
    color: var(--pure);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 26px;
    border: 1px solid rgba(255 255 255 / 20%);
    height: 54px;
    width: 54px;
    border-radius: 50%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    -ms-transition: .4s ease;
    -o-transition: .4s ease;
}

.socialicon .fa-facebook:before, .socialicon .fa-twitter:before, .socialicon .fa-linkedin:before {
    font-family: 'FontAwesome';
}

.socialicon ul li a i {
    padding: 0;
}



.socialicon a:hover, .socialicon a:focus {
    background-color: var(--buttoncolor);
    border-color: var(--buttoncolor);
    color: var(--textcolor);
    transition: all .5s;
}



/* gallery css start */

.gallerywrap {
    width: 100%;
    float: left;
    clear: both;
    padding: 80px 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 */





/*.footer {
    width: 100%;
    float: left;
    clear: both;
}

.footerwrapper {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}

.topfooter {
    width: 100%;
    float: left;
}

.footertoppart {
    width: 100%;
    float: left;
    background-image: url(../Images/Footer_BG.webp);
    min-height: 10px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 40px;
}

.topfooterwrapper {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 0 0;
}

.footertitle {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 40px;
}

.footerlinks {
    width: 100%;
    float: left;
    text-align: left;
}

    .footerlinks ul {
        margin: 0;
        padding: 0;
    }

        .footerlinks ul li {
            margin: 0;
            padding: 0;
            display: block;
        }

            .footerlinks ul li a {
                font-size: 16px;
                font-weight: 400;
                color: var(--primarycolor);
                margin: 0 0 16px;
                text-transform: capitalize;
                position: relative;
                transition: 0.5s all;
                padding: 0 10px 0 0;
                width: 100%;
                float: left;
                line-height: 22px;
            }

                .footerlinks ul li a:hover {
                    padding: 0 0 0 10px;
                    color: var(--secondary-color);
                }

                .footerlinks ul li a::before {
                    content: '';
                    position: absolute;
                    width: 0;
                    height: 16px;
                    background-color: var(--secondary-color);
                    top: 4px;
                    left: 0;
                    transition: 0.5s all;
                }

                .footerlinks ul li a:hover::before {
                    width: 5px;
                }*/

/*.contactnumber {
    padding: 0 0 16px 28px;
    background-image: url(../Images/Icons.png);
    background-position: left -1625px;
    background-repeat: no-repeat;
}

    .contactnumber.contactemail {
        background-position: left -1842px;
    }

    .contactnumber a {
        font-size: 16px;
        font-weight: 400;
        color: var(--primarycolor);
    }

        .contactnumber a:hover,
        .contactnumber a:focus {
            color: var(--secondary-color);
        }*/

/*.footeraddress {
    width: 100%;
    float: left;
    padding: 20px 0;
}

.addressbottom {
    width: 49.7%;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 58px;
    background-image: url(../Images/Icons.png);
    background-position: left -2056px;
    background-repeat: no-repeat;
}

    .addressbottom .footertitle {
        padding: 0 0 14px;
    }

    .addressbottom p {
        font-size: 16px;
        font-weight: 400;
        color: var(--primarycolor);
    }

        .addressbottom p i {
            display: block;
            font-style: normal;
        }*/

/*.followbottom {
    width: 50%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

    .followbottom .footertitle {
        padding: 0 20px 0 0;
        display: inline-block;
        vertical-align: middle;
    }

.footersocialicon {
    display: inline-block;
    vertical-align: middle;
}

    .footersocialicon a {
        padding: 0;
        font-size: 22px;
        height: 50px;
        width: 50px;
        border: 1px solid var(--primarycolor);
        background-color: var(--pure);
        color: var(--primarycolor);
        border-radius: 50%;
        float: left;
        text-align: center;
        margin-left: 20px;
    }

        .footersocialicon a:hover,
        .footersocialicon a:focus {
            background-color: var(--primarycolor);
            color: var(--pure);
        }

        .footersocialicon a i {
            line-height: 48px;
        }*/

.bottomfooter_main {
    width: 100%;
    float: left;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.14);
}

.bottomfooter {
    width: 100%;
    padding: 24px 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyrights {
    float: left;
    color: var(--pure);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

    .copyrights a {
        color: var(--pure);
    }

        .copyrights a:hover, .copyrights a:focus {
            color: var(--secondary-color);
        }

.poweredby {
    float: right;
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
}

    .poweredby span {
        float: left;
        color: var(--pure);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 1px 0 0;
    }

    .poweredby a {
        float: left;
    }


/*.bottomfooterwrapper {
    width: 100%;
    float: left;
}

.footertravelslink {
    width: 50%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

    .footertravelslink p {
        font-size: 14px;
        font-weight: 400;
        color: var(--pure);
    }

        .footertravelslink p a {
            color: var(--pure);
        }

            .footertravelslink p a:hover,
            .footertravelslink p a:focus {
                color: var(--secondary-color);
            }

.footerpoweredby {
    width: 49.7%;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}

    .footerpoweredby span {
        font-size: 14px;
        font-weight: 400;
        color: var(--pure);
        padding: 0 14px 0 0;
    }*/


/* Footer Style End Here */


/**/


/**/

/**/


/**/




/*************************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;
    }

/*.indexpopup .css-1e6y48t-MuiButtonBase-root-MuiButton-root i:hover {
            color: var(--secondary-color);
        }*/

.changepaaswrd .css-1e6y48t-MuiButtonBase-root-MuiButton-root {
    background-color: var(--secondary-color) !important;
    color: var(--pure) !important;
}

    .changepaaswrd .css-1e6y48t-MuiButtonBase-root-MuiButton-root:hover {
        background-color: var(--primary-color) !important;
        color: var(--pure) !important;
    }
/*************************Index Popup Style End***********************/
/*************************Available Route Page Style Start***********************/
/* Modify Search Area Style Start */
.availableroutewrapper {
    width: 100%;
    float: left;
    clear: both;
}

.modifywrapper {
    width: 100%;
    float: left;
    padding: 40px 0;
}

.modifybookingform {
    width: 100%;
    float: left;
    background-color: var(--primary-color);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.modifybookingsearch {
    width: 100%;
    float: left;
}

.modifycity {
    width: 46%;
    float: left;
    background-color: var(--pure);
    border-radius: 8px;
    position: relative;
}

.modifyswapcity {
    background-image: url("../images/site/icon01.svg") !important;
    background-position: center -223px;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 46px;
    height: 48px;
    cursor: pointer;
    z-index: 1;
}



.modifytocity {
    width: 46%;
    display: inline-block;
}

.modifyinput.modifytocity.modifyfromcity {
    float: right;
}

/*.modifytocity.modifyfromcity {
    border-left: 1px solid #D5D7DF;
}*/

.modifybookingsearch .modifyinput input {
    width: 100%;
    height: 60px;
    background-color: var(--pure);
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    outline: none;
    border: none;
    border-radius: 8px;
    padding: 0 0 0 46px;
    background-image: url("../images/icon01.svg");
    background-position: 6px 10px;
    background-repeat: no-repeat;
}

.modifybookingsearch .modifyinput.modifyfromcity input {
    background-position: 6px -211px;
}

.modifyinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
    font-size: 18px;
}

.modifydate {
    width: 38%;
    float: left;
    padding: 0 20px;
    background-color: var(--pure );
    border-radius: 8px;
    margin: 0 0 0 10px;
}

.modifytodate {
    width: 49.6%;
    display: inline-block;
    padding: 0 10px 0 0;
}

    .modifytodate.modifyfromdate {
        padding: 0 0 0 10px;
    }

.modifybookingsearch .modifyinput.modifytodate input {
    background-position: 6px -675px;
    padding: 0 0 0 40px;
}

.modifybutton {
    width: 14.3%;
    float: left;
    margin: 0 0 0 10px;
}

    .modifybutton button {
        width: 100%;
        text-align: center;
        height: 60px;
        background-color: var(--secondary-color);
        border: none;
        font-size: 18px;
        font-weight: 500;
        color: var(--pure);
        border-radius: 8px;
    }

.modifyinput .css-xsu6ln-MuiAutocomplete-root {
    width: 100%;
}

.modifyinput .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0;
}

.modifyinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
    border-bottom: 2px solid var(--secondary-color);
}

.modifyinput .css-xsu6ln-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
    padding: 4px 10px 4px 46px;
    height: 52px;
}

.modifyinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before {
    border-bottom: none;
}

.modifyinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
    border-bottom: none;
}
/*Modify Search Area Style End*/


/*Routewrapper Style Start Here*/

.routewrapper {
    width: 100%;
    float: left;
    clear: both;
}

.routedetail {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}


/* Route Filters Style Start Here */



.filtermodel .css-2rbg70-MuiPaper-root-MuiDialog-paper {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.87);
    -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 0;
    box-shadow: 0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12);
    margin: 0;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
    max-width: 520px;
}

.filtermodel .css-ypiqx9-MuiDialogContent-root {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    padding: 0;
    background-color: var(--background);
    height: 100vh;
}

.filtermodelbottombtn {
    position: fixed;
    bottom: 10px;
    width: 100%;
    padding: 20px 0 0;
    width: 480px;
    float: left;
    text-align: center;
}

    .filtermodelbottombtn .filterapplybutton {
        font-size: 16px;
        font-weight: 600;
        text-transform: capitalize;
        color: var(--pure);
        background-color: var(--primary-color);
        width: 100%;
        position: relative;
        display: inline-block;
        padding: 14px 0 15px;
        border-radius: 4px;
    }

.routeleftside {
    width: 100%;
    float: left;
    padding: 20px 20px 60px;
    border-radius: 0;
    border: none;
    position: relative;
}

.routeleftsidetitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 20px;
}

    .routeleftsidetitle h5 {
        font-size: 18px;
        font-weight: 500;
        color: var(--primary-color);
    }

    .routeleftsidetitle i {
        font-size: 22px;
        color: var(--primary-color);
        cursor: pointer;
    }

.routefilters {
    width: 100%;
    float: left;
    padding: 20px;
    border: none;
    border-radius: 10px;
    background: transparent;
    backdrop-filter: blur(20px);
    --webkit-backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.15);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.routebustype {
    width: 100%;
    float: left;
    padding: 0 0 10px;
    position: relative;
}



/*** Filter Drawer Style Start Here*****/



.filter-drawer {
    margin-bottom: 0;
    border: 1px solid var(--text-color);
    background-color: transparent;
    border-radius: 4px;
    padding: 20px 30px 0px;
}

.filter-drawer__content-wrapper {
    max-height: 0px;
    overflow: hidden;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
}

.filter-drawer__title {
    color: var(--primary-color);
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 20px;
    position: relative;
    margin-bottom: 0;
    transition: all 0.25s ease-out;
    text-transform: uppercase;
}

    .filter-drawer__title::after {
        border-style: solid;
        border-width: 2px 2px 0 0;
        content: " ";
        height: 8px;
        left: 2px;
        position: relative;
        right: 0;
        top: 7px;
        transform: rotate(135deg);
        transition: 0.35s ease-in-out;
        width: 8px;
        border-color: var(--head-text-color);
        float: right;
    }

/* OPTIONAL HOVER STATE */


.filter-drawer__trigger:checked + .filter-drawer__title + .filter-drawer__content-wrapper {
    max-height: 1000px;
}

.filter-drawer__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 0 30px;
}

.filter-drawer__trigger:checked + .filter-drawer__title::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}

.filter-drawer input[type="checkbox"] {
    display: none;
}





.filter-drawer__content_input input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.filter-drawer__content_input label {
    position: relative;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: var(--text-color);
}

    .filter-drawer__content_input label::before {
        content: '';
        background-color: transparent;
        border: 1px solid var(--text-color);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        height: 16px;
        width: 16px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 10px;
        margin-top: -1px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
    }


.filter-drawer__content_input input:checked + label::after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 6px;
    width: 5px;
    height: 8px;
    border: 1px solid var(--head-text-color);
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.filter-drawer__content.filter-drawer__content-time {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}

    .filter-drawer__content.filter-drawer__content-time .filter-drawer__content_input {
        flex-basis: 47%;
    }

/*** Filter Drawer Style End Here*****/









/*.routebustype::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 80%;
        height: 2px;*/
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9fafb+0,d5d7df+50,f9fafb+100 */
/*background: rgb(249, 250, 251);*/
/* Old browsers */
/*background: -moz-linear-gradient(left, rgba(249, 250, 251, 1) 0%, rgba(213, 215, 223, 1) 50%, rgba(249, 250, 251, 1) 100%);*/
/* FF3.6-15 */
/*background: -webkit-linear-gradient(left, rgba(249, 250, 251, 1) 0%, rgba(213, 215, 223, 1) 50%, rgba(249, 250, 251, 1) 100%);*/
/* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to right, rgba(249, 250, 251, 1) 0%, rgba(213, 215, 223, 1) 50%, rgba(249, 250, 251, 1) 100%);*/
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9fafb', endColorstr='#f9fafb', GradientType=1);*/
/* IE6-9 */
/*}*/

.routebustype:last-child:after {
    display: none;
}

.filtertitle h5 {
    font-size: 18px;
    font-weight: 500;
    /* color: var(--primarycolor); */
    padding: 24px 16px 16px 0;
    position: relative;
    background: #266db2;
    display: inline-block;
    z-index: 1;
    color: rgba(255, 255, 255, 0.6);
}

.filtertitle {
    position: relative;
}

    .filtertitle:after {
        content: '';
        position: absolute;
        height: 1px;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.6);
        left: 0;
        bottom: 25px;
    }

.filtercheckbox {
    width: 100%;
    float: left;
    border-top: 1px solid var(--text-color);
    padding: 20px 0 0 0;
}

    .filtercheckbox label {
        font-weight: 600;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .filtercheckbox .vh {
        position: absolute !important;
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0 !important;
        border: 0 !important;
        height: 1px !important;
        width: 1px !important;
        overflow: hidden;
    }

    .filtercheckbox label::before {
        content: "";
        width: 22px;
        height: 22px;
        background-color: transparent;
        border: 1px solid var(--primary-color);
        display: inline-block;
        margin-right: 0;
        border-radius: 2px;
        position: absolute;
        right: 0;
        top: 1px;
    }

    .filtercheckbox input[type="checkbox"]:checked ~ label:before {
        background: var(--primary-color) no-repeat center;
        background-size: 12px 12px;
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ1LjcwMSA0NS43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NS43MDEgNDUuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yMC42ODcsMzguMzMyYy0yLjA3MiwyLjA3Mi01LjQzNCwyLjA3Mi03LjUwNSwwTDEuNTU0LDI2LjcwNGMtMi4wNzItMi4wNzEtMi4wNzItNS40MzMsMC03LjUwNCAgICBjMi4wNzEtMi4wNzIsNS40MzMtMi4wNzIsNy41MDUsMGw2LjkyOCw2LjkyN2MwLjUyMywwLjUyMiwxLjM3MiwwLjUyMiwxLjg5NiwwTDM2LjY0Miw3LjM2OGMyLjA3MS0yLjA3Miw1LjQzMy0yLjA3Miw3LjUwNSwwICAgIGMwLjk5NSwwLjk5NSwxLjU1NCwyLjM0NSwxLjU1NCwzLjc1MmMwLDEuNDA3LTAuNTU5LDIuNzU3LTEuNTU0LDMuNzUyTDIwLjY4NywzOC4zMzJ6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    }

    .filtercheckbox label {
        font-size: 16px;
        font-weight: 400;
        float: left;
        position: relative;
        padding: 0 40px 0 0;
        color: var(--primary-color);
        width: 100%;
    }

    .filtercheckbox.sortingfilter label::before {
        display: none;
    }

    .filtercheckbox.sortingfilter label {
        padding: 0 0 14px;
        justify-content: space-between;
    }

        .filtercheckbox.sortingfilter label:last-child {
            padding: 0;
        }

    .filtercheckbox.sortingfilter .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
        color: var(--primary-color);
        padding: 0;
    }

    .filtercheckbox.sortingfilter .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
        padding: 0;
        color: var(--primary-color);
    }

    .filtercheckbox.sortingfilter .css-ahj2mt-MuiTypography-root {
        margin: 0;
        font-family: 'Poppins', sans-serif !important;
        font-weight: 400;
        font-size: 16px;
        color: var(--primary-color);
        line-height: 1.5;
        letter-spacing: 0.00938em;
    }

    .filtercheckbox .css-xsu6ln-MuiAutocomplete-root {
        width: 100%;
    }

    .filtercheckbox .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .filtercheckbox .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
        border-bottom: none;
    }

    .filtercheckbox .css-1x51dt5-MuiInputBase-input-MuiInput-input {
        height: 40px;
        border: 1px solid var(--text-color);
        padding: 0 10px 0 !important;
        color: var(--primary-color);
    }

    .filtercheckbox .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled):before {
        border-bottom: none;
    }

    .filtercheckbox .css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
        color: var(--bgcolor);
    }

    .filtercheckbox .css-1glvl0p-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-clearIndicator {
        color: var(--bgcolor);
    }

    .filtercheckbox .css-1tb7pjp-MuiInputBase-root-MuiInput-root:after {
        border-bottom: 2px solid var(--buttoncolor);
    }

.bustypecheckbox {
    width: 100%;
    float: left;
    padding: 0 0 14px;
    word-wrap: anywhere;
}

    .bustypecheckbox:last-child {
        padding: 0;
    }

.routepickupcheckbox {
    width: 100%;
    float: left;
}

    .routepickupcheckbox ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .routepickupcheckbox li {
        display: inline-block;
        flex-basis: 22%;
    }

    .routepickupcheckbox .pickuptime {
        height: 34px;
        width: 100%;
        background-image: url(../Images/Icons.png);
        background-position: center -2960px;
        background-repeat: no-repeat;
        float: left;
        text-align: center;
    }

        .routepickupcheckbox .pickuptime.pickuptime02 {
            background-position: center -3190px;
        }

        .routepickupcheckbox .pickuptime.pickuptime03 {
            background-position: center -3420px;
        }

        .routepickupcheckbox .pickuptime.pickuptime04 {
            background-position: center -3650px;
        }

    .routepickupcheckbox input[type="checkbox"][id^="myCheckbox"] {
        display: none;
    }

    .routepickupcheckbox p {
        font-size: 10px;
        font-weight: 400;
        color: var(--primary-color);
        padding: 20px 0 0;
        position: relative;
        text-align: center;
        width: 100%;
        float: left;
    }

        .routepickupcheckbox p::before {
            content: '';
            position: absolute;
            top: 12px;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 60px;
            height: 2px;
            background: rgb(249, 250, 251);
            background: -moz-linear-gradient(left, rgba(249, 250, 251, 1) 0%, rgba(213, 215, 223, 1) 50%, rgba(249, 250, 251, 1) 100%);
            background: -webkit-linear-gradient(left, rgba(249, 250, 251, 1) 0%, rgba(213, 215, 223, 1) 50%, rgba(249, 250, 251, 1) 100%);
            background: linear-gradient(to right, rgba(249, 250, 251, 1) 0%, rgba(213, 215, 223, 1) 50%, rgba(249, 250, 251, 1) 100%);
            filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9fafb', endColorstr='#f9fafb', GradientType=1);
        }

    .routepickupcheckbox label {
        border: 1px solid #4A4A4A;
        border-radius: 4px;
        padding: 10px 0;
        display: block;
        position: relative;
        cursor: pointer;
        width: 100%;
        float: left;
    }

        .routepickupcheckbox label:before {
            background-color: white;
            color: white;
            content: " ";
            display: block;
            border-radius: 50%;
            border: none;
            position: absolute;
            text-align: center;
            line-height: 28px;
            transition-duration: 0.4s;
            transform: scale(0);
            z-index: -1;
        }

        .routepickupcheckbox label img {
            height: 100px;
            width: 100px;
            transition-duration: 0.2s;
            transform-origin: 50% 50%;
        }

    .routepickupcheckbox :checked + label {
        background-color: var(--textcolor);
        width: 100%;
        float: left;
    }

        .routepickupcheckbox :checked + label:before {
            content: "";
            background-color: grey;
            transform: scale(1);
        }


.pickupsearch {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 0px;
    display: none;
}

    .pickupsearch input {
        width: 100%;
        height: 40px;
        border-radius: 4px;
        background: transparent;
        border: 1px solid #d5d7df;
        outline: none;
        padding: 0 30px 0 10px;
        color: var(--primary-color);
    }

        .pickupsearch input:focus {
            color: var(--primary-color);
            border-color: #d5d7df;
        }

    .pickupsearch i {
        font-size: 22px;
        color: var(--primary-color);
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 1;
    }

.collapsecheckboxlist {
    width: 100%;
    float: left;
}

    .collapsecheckboxlist .wraper {
        width: 100%;
        float: left;
    }

    .collapsecheckboxlist .collapsed-menu {
        position: relative;
        overflow: hidden;
        max-height: 24px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        padding: 0;
        transition: max-height 0.2s ease;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 0px;
    }

        .collapsecheckboxlist .collapsed-menu.toggled {
            max-height: 200px;
            overflow: auto;
        }

        .collapsecheckboxlist .collapsed-menu .collapsed-menu-list {
            list-style-type: none;
            padding: 20px 0 0;
            margin: 0;
        }


    /*      styled item              */

    .collapsecheckboxlist .styled-link {
        cursor: pointer;
        position: relative;
        padding: 0;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        color: var(--secondary-color);
    }


.farerangeslider {
    width: 100%;
    float: left;
}

    .farerangeslider .css-187mznn-MuiSlider-root {
        border-radius: 12px;
        color: var(--primary-color);
        height: 4px;
        padding: 13px 0;
        position: relative;
        z-index: 3;
    }

    .farerangeslider .css-eg0mwd-MuiSlider-thumb:hover, .farerangeslider .css-eg0mwd-MuiSlider-thumb.Mui-focusVisible {
        box-shadow: 0px 0px 0px 8px rgb(217, 217, 217);
    }

    .farerangeslider .css-eg0mwd-MuiSlider-thumb::before {
        background: var(--primary-color);
    }

    .farerangeslider .css-eg0mwd-MuiSlider-thumb::after {
        width: 30px;
        height: 30px;
        opacity: 0.3;
        z-index: -1;
        background-color: var(--maincolor);
    }

/* Route Filters Style End Here */


/*Route Listing Style Start Here*/

.routerightside {
    width: 100%;
    float: left;
}

.routerightcontent {
    width: 100%;
    float: left;
    padding: 0 0 0 0px;
}

.routedateslider {
    width: 100%;
    float: left;
}

.routebuscount {
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.routearea {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.busrouttime {
    display: flex;
}

.staroute {
    font-size: 35px;
    line-height: 41px;
}

.busroutearea {
    display: flex;
    justify-content: space-between;
    flex-basis: 100%;
    align-items: center;
}

.buscountnumber {
    float: left;
    display: none;
}

    .buscountnumber p {
        font-size: 20px;
        font-weight: 600;
        color: var(--textcolor);
    }

        .buscountnumber p label {
            font-size: 22px;
            font-weight: 600;
            color: var(--buttoncolor);
        }

.filterbuttonsidebar a {
    padding: 10px 20px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 50px;
}

    .filterbuttonsidebar a i {
        padding: 0 6px 0 0;
    }

    .filterbuttonsidebar a:hover, .filterbuttonsidebar a:focus {
        color: var(--primary-color);
    }

.bussortbylisting {
    float: right;
}

    .bussortbylisting p {
        font-size: 16px;
        font-weight: 600;
        color: var(--primary-color);
        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-color);
        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(--secondary-color);
                cursor: pointer;
                transition: all .3s ease-in-out;
                float: right;
                line-height: 25px
            }

        .bussortbylisting .dropdown:focus {
            outline: none;
        }


        /* .bussortbylisting .dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
} */


        /* .bussortbylisting .dropdown:active {
    background-color: #f8f8f8
} */


        /* .bussortbylisting .dropdown.active:hover,
.bussortbylisting .dropdown.active {
    border-bottom: 1px solid var(--secondary-color);
} */

        .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(--secondary-color);
        }

            .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;
    margin: 40px 0 0;
}

    .noroute p {
        font-size: 16px;
        font-weight: 600;
        padding: 20px 0;
        border-radius: 10px;
        border: 1px solid var(--secondary-color);
        background-color: var(--bgcolor);
    }

.busroutedetails {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}

.routedata {
    width: 100%;
    float: left;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #d5d7df;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 0 0 0px;
}

.busdetails {
    width: 100%;
    float: left;
    padding: 10px 40px;
    background-color: var(--secondary-color);
    border-radius: 10px 10px 0 0;
    display: none;
    justify-content: space-between;
    align-items: center;
}

.bustypedetails {
    float: left;
}

    .bustypedetails label {
        font-size: 20px;
        color: var(--pure);
        font-weight: 600;
    }

.busseatleft {
    font-size: 18px;
    color: var(--pure);
    font-weight: 600;
}

    .busseatleft .windowseat {
        font-size: 16px;
        font-weight: 400;
    }

.bustypenumber {
    padding: 0 0 0 120px;
}

    .bustypenumber i {
        padding: 0 10px 0 0;
    }

.busroutetimetable {
    width: 100%;
    float: left;
    padding: 20px 40px 0;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.bustiming {
    display: flex;
    /* justify-content: space-between; */
    gap: 0px;
    flex-basis: 43%;
    /* align-items: center; */
}

.bustimingbottom {
    display: flex;
    justify-content: space-between;
    flex-basis: 36%;
}

    .bustimingbottom .bustype.seatleft {
        display: block;
    }

        .bustimingbottom .bustype.seatleft p {
            font-size: 14px;
            padding: 10px 20px;
            border: 1px solid var(--secondary-color);
            border-radius: 20px;
        }



.busroutetimetable .boldlabel {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-color);
    display: block;
}

.busroutetimetable .lighttext {
    font-size: 14px;
    font-weight: 400;
    color: var(--textcolor);
    display: block;
}

.busroutetimetable p.lighttext {
    display: none;
}

.busroutetimetable .bluetext {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    display: block;
    padding: 6px 0 0;
}

.busroutetimetable .lightlabel {
    font-size: 14px;
    font-weight: 400;
    color: var(--textcolor);
    display: block;
}

.busroutetimetable .bustime {
    display: inline-block;
    vertical-align: middle;
}

.bustime.busroutearrow {
    padding: 5px 20px 0;
}

.rattinglabel {
    padding: 1px 0px 2px;
    border: 1px solid #D5D7DF;
    border-radius: 4px;
    color: var(--maincolor);
    font-size: 20px;
    font-weight: 600;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
    margin: 0 0 6px;
}

    .rattinglabel label {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
    }

    .rattinglabel i {
        font-size: 12px;
        display: inline-block;
        vertical-align: middle;
        padding: 0 0px 0 4px;
    }

.busfairdetails {
    text-align: left;
    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(--primary-color);
        text-transform: uppercase;
    }

    .busfairdetails span {
        font-size: 28px;
        font-weight: 700;
        color: var(--primary-color);
    }

        .busfairdetails span i {
            font-size: 24px;
            padding: 0 5px 0 0;
        }

    .busfairdetails .savingamount {
        font-size: 14px;
        font-weight: 400;
        color: var(--secondary-color);
    }

        .busfairdetails .savingamount i {
            padding: 0 2px 0 2px;
        }

.busroutevia {
    width: 100%;
    float: left;
    padding: 20px 40px 20px;
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
}

.bustypeamenities {
    display: flex;
    gap: 10px;
    padding: 14px 0 0;
}

    .bustypeamenities i {
        font-size: 16px;
        color: var(--textlight);
        cursor: pointer;
    }

.busroutevialist {
    border: 1px solid #D5D7DF;
    border-radius: 6px;
    display: flex;
    padding: 10px 20px;
    justify-content: flex-start;
    /* flex: 1 auto; */
}

    .busroutevialist span {
        font-size: 18px;
        font-weight: 600;
        color: var(--primary-color);
        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(--secondary-color);
                    font-size: 12px;
                    font-weight: normal;
                }

                .busroutevialist .vialist ul li:last-child::after {
                    display: none;
                }

.busroutefacilities {
    width: 100%;
    float: left;
    background-color: #e5ecf2;
    border-radius: 0 0 10px 10px;
    position: relative;
}

.busfacilitiestab {
    width: 100%;
    float: left;
}


    /* Tabs Area */

    .busfacilitiestab .nav-tabs {
        border-bottom: none;
        width: 100%;
        display: flex;
        padding: 10px 40px;
        border-top: 1px dashed #D5D7DF;
        justify-content: flex-end;
        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(--buttoncolor);
                background-color: transparent;
                border: none;
            }

        .busfacilitiestab .nav-tabs .nav-link {
            background: 0 0;
            border: none;
            font-size: 16px;
            font-weight: 500;
            color: var(--textcolor);
            padding: 0 20px 0;
            position: relative;
        }

            .busfacilitiestab .nav-tabs .nav-link:after {
                content: '';
                position: absolute;
                width: 2px;
                height: 20px;
                background-color: #D5D7DF;
                right: 0;
                top: 5px;
            }

            .busfacilitiestab .nav-tabs .nav-link.nav-link-last:after {
                display: none;
            }

    .busfacilitiestab .tab-pane {
        width: 100%;
        float: left;
        padding: 40px 40px 40px;
        border-top: 1px dashed #D5D7DF;
        background-color: var(--pure);
        border-radius: 0 0 10px 10px;
    }

    .busfacilitiestab .nav-tabs .nav-item.nav-item-button {
        float: right;
        padding: 10px;
        background-color: var(--primary-color);
        border-radius: 4px;
        cursor: pointer;
        color: var(--pure);
    }

        .busfacilitiestab .nav-tabs .nav-item.nav-item-button:hover,
        .busfacilitiestab .nav-tabs .nav-item.nav-item-button:focus {
            background-color: var(--secondary-color);
        }

        .busfacilitiestab .nav-tabs .nav-item.nav-item-button i {
            font-size: 22px;
            line-height: 30px;
            padding: 0 20px;
            color: var(--pure);
        }

    .busfacilitiestab .nav-tabs .nav-link:focus,
    .busfacilitiestab .nav-tabs .nav-link:hover {
        border: none;
        isolation: isolate;
    }

    .busfacilitiestab .nav-tabs .nav-item-button button {
        color: var(--pure);
    }

        .busfacilitiestab .nav-tabs .nav-item-button button:focus,
        .busfacilitiestab .nav-tabs .nav-item-button button:hover,
        .busfacilitiestab .nav-tabs .nav-item-button button.active {
            color: var(--primary-color);
        }


/*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(--primary-color);
        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(--primary-color);
        width: 100%;
        text-align: center;
        line-height: 30px;
        padding: 20px 0 0;
    }

    .testim.testimtab .cont i {
        font-weight: bold;
        font-size: 120px;
        color: var(--secondary-color);
    }

    .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(--primary-color);
        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(--primary-color);
    }

        .testim.testimtab .dots .dot.active,
        .testim.testimtab .dots .dot:hover {
            background: var(--secondary-color);
            border-color: var(--secondary-color);
        }

    .testim.testimtab .arrow {
        display: none;
    }

    /* .testim.testimtab .cont > div {
        position: relative;
        padding: 0 0 70px 0;
        width: 100%;
    }*/

    .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;
    background-color: #F9FAFB;
    border: 1px solid #D5D7DF;
    border-radius: 10px;
    padding: 20px 20px;
}

.amenities-tab-list {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.amenities-tab-box {
    text-align: left;
    padding: 10px 0;
    flex-basis: 20.9%;
}

    .amenities-tab-box i,
    .amenities-tab-box p {
        font-size: 22px;
        color: var(--primary-color);
        display: inline-block;
        vertical-align: middle;
    }

    .amenities-tab-box p {
        font-size: 16px;
        font-weight: 400;
        padding-left: 10px;
    }


/*Amenities Tabbing Style End Here*/


/*Boarding/Dropping Point Tabbing Style Start Here*/

.boarding-dropping-tab-section {
    width: 100%;
    float: left;
}

.boarding-point-tab,
.dropping-point-tab {
    width: 50%;
    float: left;
}

.boarding-point-list, .dropping-point-list {
    float: left;
    margin: 0 20px 0 0;
    background-color: var(--bgcolor);
    border: 1px solid #D5D7DF;
    border-radius: 10px;
    padding: 30px 20px;
    width: 100%;
}

.dropping-point-list {
    margin: 0 0 0 20px;
}

.boarding-title {
    font-size: 20px;
    text-align: center;
    position: relative;
    padding: 0 0 20px;
    font-weight: 600;
}

.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(--primary-color);
    }

.boarding-list {
    width: 100%;
    float: left;
    display: flex;
    padding: 0 0 20px;
}

    .boarding-list label.dropdate {
        display: block;
        font-weight: 600;
        text-align: left;
    }

    .boarding-list label {
        padding: 0 20px 0 0;
    }

    .boarding-list p {
        flex: 1;
    }
/*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(--bgcolor);
    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*/


/* Booking Seat Chart Style Start Here */


.seatpricefilter {
    /*width: 100%;*/
    float: left;
}

    .seatpricefilter ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline-block;
        width: 100%;
    }

        .seatpricefilter ul li {
            display: inline-block;
            padding: 2px 20px 2px;
            border: 1px solid var(--primary-color);
            border-radius: 4px;
            margin: 0 6px;
            cursor: pointer;
            font-size: 14px;
            background-color: var(--pure);
        }

            .seatpricefilter ul li.active {
                background-color: var(--primary-color);
                color: var(--pure);
            }

/*.seatpricefilter ul li:first-child {
                background-color: transparent;
                border: none;
                font-size: 16px;
                font-weight: 600;
                margin-right: 2px;
            }*/

.seat-opacity {
    opacity: 0.3;
    pointer-events: none !important;
}

.upperlowerchart {
    /*width: 100%;*/
    float: left;
}

.bookingchartdata {
    /* width: 100%; */
    float: left;
    display: flex;
    justify-content: space-around;
}

.seatchartdeta {
    width: 100%;
    float: left;
    position: relative;
}

    .seatchartdeta span.seat {
        transform: rotate(-90deg);
    }

.bookingseatchart {
    /* width: 70%; */
    float: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/*.lowerdeckseat, .upperdeckseat {
    background-color: #F9FAFB;
    border: 1px solid #D5D7DF;
    border-radius: 10px;
    width: 100%;
    float: left;
    height: 250px;
    padding: 0 0 0 60px;
}*/

.lowerdeckseat, .upperdeckseat {
    background-color: var(--pure);
    border: 1px solid #D5D7DF;
    border-radius: 10px;
    width: 320px;
    float: left;
    min-height: 630px;
    padding: 40px 30px 0;
}

/*.lowerdeckseat {
    background-image: url(../Images/Driver.png);
    background-position: 15px 40px;
    background-repeat: no-repeat;
    background-size: 30px;
}*/

.lowerdeckseat {
    background-image: url(../Images/Driver.png);
    background-position: 76% 20px;
    background-repeat: no-repeat;
    background-size: 30px;
}


.lowerdeckchart, .upperdeckchart {
    width: 50%;
    float: left;
}

.seatchartone, .seatchartwo {
    text-align: left;
}

.seatitle {
    padding: 0 120px 0;
    display: inline-block;
    margin: 20px 0 20px;
    color: var(--secondary-color);
    font-weight: 600;
    position: relative;
}

    .seatitle:before {
        content: '';
        position: absolute;
        width: 80px;
        height: 30px;
        left: 20px;
        top: -2px;
        background-color: var(--textcolor);
        clip-path: polygon(100% 37%, 1% 45%, 100% 52%);
    }

    .seatitle:after {
        content: '';
        position: absolute;
        width: 80px;
        height: 30px;
        right: 20px;
        bottom: -2px;
        background-color: var(--textcolor);
        clip-path: polygon(100% 37%, 1% 45%, 100% 52%);
        transform: rotate(180deg);
    }



/*Seat Icon*/
.seat-icon {
    background-color: #fff;
    min-width: 70px;
    min-height: 30px;
    color: var(--primary-color);
    font-size: 13px;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
    padding: 5px 0 0;
    margin: 0 4px 7px 0;
    cursor: pointer;
    float: none;
    clear: both;
    display: inline-block;
    vertical-align: top;
    border: 1px solid var(--primary-color);
    position: relative;
}



/*.seat-icon02 {
    background-color: #fff;
    min-width: 31px;
    min-height: 30px;
    color: var(--primarycolor);
    font-size: 13px;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
    padding: 5px 0 0;
    margin: 0 4px 7px 0;
    cursor: pointer;
    float: none;
    clear: both;
    display: inline-block;
    vertical-align: top;
    border: 1px solid var(--primarycolor);
    position: relative;
}*/

.seat-icon02 {
    background-color: #fff;
    min-width: 31px;
    min-height: 30px;
    color: var(--textcolor);
    font-size: 12px;
    text-transform: uppercase;
    line-height: normal;
    text-align: center;
    padding: 5px 0 0;
    margin: 0 4px 7px 0;
    cursor: pointer;
    float: none;
    clear: both;
    display: inline-block;
    vertical-align: top;
    border: 1px solid var(--primary-color);
    position: relative;
    max-width: 31px;
    overflow-x: hidden;
}

.seat-iconvertical {
    min-height: 70px;
    min-width: 30px;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    padding-left: 6px !important;
    float: left;
    max-width: 30px;
    writing-mode: vertical-rl;
    justify-content: space-around;
}
/*Seat Available color*/
.seat-icon.seat_available {
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid var(--text-color);
}

.seat-icon02.seat_available {
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid var(--text-color);
}

/*Seat Available for lady*/
.seat-icon.seat_available_ladies {
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid var(--text-color);
}

.seat-icon02.seat_available_ladies {
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid var(--text-color);
}


/*Seat Reserved*/
.seat-icon.seat_reserved {
    background-color: var(--text-color);
    color: var(--pure);
    border: 1px solid var(--text-color);
}

.seat-icon02.seat_reserved {
    background-color: var(--text-color);
    color: var(--pure);
    border: 1px solid var(--text-color);
}


/*Seat Booked By Lady*/
.seat-icon.seat__booked_ladies {
    background-color: #FF91AB;
    color: var(--primary-color);
    border: 1px solid var(--text-color);
}

.seat-icon02.seat__booked_ladies {
    background-color: #FF91AB;
    color: var(--primary-color);
    border: 1px solid var(--text-color);
}



/*Seat Selected*/
.seat-icon.seat_selected {
    background-color: var(--primary-color);
    color: var(--pure);
    border: 1px solid var(--text-color);
}

.seat-icon02.seat_selected {
    background-color: var(--primary-color);
    color: var(--pure);
    border: 1px solid var(--text-color);
}


/*Seat Available for Low Price color*/
.seat-icon.seat_lowprice {
    border: 2px dashed #df8f90;
    animation: blink 1s;
    animation-iteration-count: infinite;
}

.seat-icon02.seat_lowprice {
    border: 2px dashed #df8f90;
    animation: blink 1s;
    animation-iteration-count: infinite;
}

@keyframes blink {
    50% {
        border-color: var(--secondary-color);
    }
}

/*Tooltip Style*/

.css-13hjud9-MuiTooltip-tooltip {
    background-color: var(--secondary-color) !important;
    border-radius: 0px !important;
    color: #fff !important;
    padding: 10px 15px !important;
    float: left !important;
    font-size: 14px !important;
    max-width: 300px !important;
    margin: 0 !important;
    word-wrap: break-word !important;
    font-weight: 400 !important;
    position: relative !important;
    border: 1px solid var( --primary-color) !important;
}

    .css-13hjud9-MuiTooltip-tooltip h4 {
        font-size: 16px !important;
        background-color: var(--primary-color) !important;
        text-align: center !important;
        padding: 6px 10px;
    }

    .css-13hjud9-MuiTooltip-tooltip table {
        width: 100% !important;
        float: left !important;
        padding: 0px !important;
        color: var(--pure) !important;
    }

        .css-13hjud9-MuiTooltip-tooltip table tr {
            padding: 0 0 4px;
            display: flex;
            justify-content: space-between;
        }

        .css-13hjud9-MuiTooltip-tooltip table th {
            text-align: left !important;
            color: var(--pure) !important;
        }

            .css-13hjud9-MuiTooltip-tooltip table th td {
                text-align: right !important;
                color: var(--pure) !important;
            }

.css-kudwh-MuiTooltip-arrow {
    color: var(--secondary-color) !important;
}

/*.css-viryjt-MuiPopper-root-MuiTooltip-popper {
    position: absolute !important;
    bottom: 10px !important;
}*/
/*Available Seat Indicator Style*/
.seatindicator {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 23px;
    padding: 30px 0 10px;
}

    .seatindicator .seat01 {
        font-size: 14px;
        font-weight: 400;
        color: var(--primary-color);
        display: flex;
        align-items: center;
    }

        .seatindicator .seat01 em {
            border: 1px solid var(--text-color);
            background-color: var(--pure);
            height: 16px;
            width: 16px;
            display: inline-block;
            vertical-align: middle;
            margin: 0 10px 0 0;
        }

        .seatindicator .seat01.seat02 em {
            border: 1px solid var(--secondary-color);
            background-color: var(--pure);
        }

        .seatindicator .seat01.seat03 em {
            border: 1px solid var(--text-color);
            background-color: var(--text-color);
            color: var(--pure);
        }

        .seatindicator .seat01.seat04 em {
            border: 1px solid var(--textcolor);
            background-color: #FF91AB;
        }

        .seatindicator .seat01.seat05 em {
            border: 1px solid var(--text-color);
            background-color: var(--primary-color);
        }

        .seatindicator .seat01.seat06 em {
            border: 1px dashed #df8f90;
            background-color: #fff;
            animation: blink 1s;
            animation-iteration-count: infinite;
        }

        .seatindicator .seat01.seat06 {
            font-weight: 600;
            color: var(--secondary-color);
            text-transform: uppercase;
        }

@keyframes blink {
    50% {
        border-color: var(--secondary-color);
    }
}
/*Booking Information */
.bookingdeatails {
    /* width: 30%; */
    float: left;
    padding: 60px 0 0;
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
}

.routepoint {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 0 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.dorppickupselected {
    width: 100%;
    float: left;
    background-color: var(--bgcolor);
    border-radius: 2px;
    padding: 5px 8px;
}

    .dorppickupselected span {
        font-size: 14px;
        font-weight: 400;
        padding: 0 0 5px;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        word-break: break-word
    }

        .dorppickupselected span i {
            font-style: normal;
            font-weight: 600;
        }

.boardingpointchart {
    width: 100%;
    float: left;
}

.droppingpointchart {
    width: 100%;
    float: left;
}

.routepoint .css-qkv3hr-MuiAutocomplete-root {
    width: 100%;
}

.routepoint .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
    border-bottom: 2px solid var(--secondary-color);
}

.routepoint .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-qkv3hr-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding-right: 0;
}

.routepoint .css-821wyw-MuiSvgIcon-root {
    display: none;
}

.routepoint .css-qkv3hr-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
    padding: 10px 30px 10px 10px;
    border: 1px solid #D5D7DF;
    cursor: pointer;
}

.routepoint .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before {
    border-bottom: none;
}

.routepoint .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before {
    border-bottom: none;
}

.routepoint .css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
    background-color: var(--primary-color);
    font-size: 1.5rem;
    padding: 2px;
    border-radius: 4px;
    color: var(--pure);
    margin-right: 6px;
}

    .routepoint .css-qzbt6i-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator:hover {
        background-color: var(--primary-color);
    }

.routepoint .css-113ntv0-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator {
    background-color: var(--secondary-color);
    font-size: 1.5rem;
    padding: 2px;
    border-radius: 4px;
    color: var(--pure);
    margin-right: 6px;
    transition: 0.3s ease all;
    transform: rotate(180deg);
}

    .routepoint .css-113ntv0-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator:hover {
        background-color: var(--secondary-color);
    }

.doppingpointformat {
    font-size: 14px;
    cursor: pointer;
    padding: 5px;
    border-bottom: 1px solid var(--tertiary-color);
}

    .doppingpointformat .dropppingtimedate {
        display: block;
        font-weight: 600;
    }

    .doppingpointformat .dropppingpointlist {
        display: block;
    }

.bookingservicefair {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.bookingservicedetails, .bookingfairdetails {
    width: 100%;
    background-color: var(--bgcolor);
    border: 1px solid #D5D7DF;
}

.bookingservicebox {
    width: 100%;
    float: left;
    padding: 0 0px;
}

.serviceboxtitle {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: var(--primary-color);
    color: var(--pure);
    padding: 8px 20px;
}

.serviceboxdata {
    width: 100%;
    float: left;
    padding: 10px 0 0;
}

.serviceboxdetail {
    width: 100%;
    padding: 6px 10px;
}

    .serviceboxdetail p {
        font-size: 16px;
        font-weight: 400;
        color: var(--primary-color);
        display: inline-block;
        vertical-align: top;
        width: 40%;
        padding: 0 10px 0 0;
        position: relative;
    }

        .serviceboxdetail p:after {
            content: ':';
            position: absolute;
            right: 0;
            top: 0;
        }

    .serviceboxdetail label {
        font-size: 16px;
        font-weight: 400;
        color: var(--primary-color);
        display: inline-block;
        vertical-align: top;
        width: 58%;
        padding: 0 0 0 20px;
    }

.fairdetails {
    width: 100%;
    float: left;
    padding: 4px 20px;
    display: flex;
    justify-content: space-between;
}

    .fairdetails p, .fairdetails label {
        font-size: 16px;
        font-weight: 400;
        color: var(--primary-color);
    }

    .fairdetails.savingfare p, .fairdetails.savingfare label {
        color: #0045c3;
        font-weight: 600;
    }


.bookingcontinue {
    width: 100%;
    float: left;
    text-align: right;
    padding: 40px 0 0;
}

    .bookingcontinue button {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        color: var(--pure);
        background-color: var(--secondary-color);
        border: none;
        padding: 11px 38px;
        border-radius: 4px;
    }

        .bookingcontinue button:hover, .bookingcontinue button:focus, .bookingcontinue button:active {
            color: var(--pure);
            background-color: var(--primary-color);
            border: none;
            box-shadow: none;
        }


.css-3yjvh5-MuiPaper-root-MuiAlert-root .MuiAlert-icon {
    display: none;
}

.css-3yjvh5-MuiPaper-root-MuiAlert-root {
    color: var(--pure) !important;
    background-color: var(--primary-color) !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***********************/
.customerinfowrapper {
    width: 100%;
    float: left;
    clear: both;
    padding: 20px 50px 0;
}

.abc {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.popupclose {
    position: absolute;
    right: 0;
    top: 0;
}

    .popupclose i {
        font-size: 30px;
        color: var(--primary-color);
        cursor: pointer;
    }

        .popupclose i:hover {
            color: var(--secondary-color);
        }

.customerinfohead {
    width: 100%;
    float: left;
    padding: 0 0 30px;
}

.bookingchartdata {
    width: 100%;
    float: left;
}

.customerinfowrapper .customerinfotitle {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
    padding: 0px 0 0;
    display: inline-block;
}

.customerinfowrapper .customer-route-time {
    width: 100%;
    float: left;
    padding: 10px 0 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
}

    .customerinfowrapper .customer-route-time .bus-route-date {
        padding: 0 10px 0 0;
    }

    .customerinfowrapper .customer-route-time .bus-fix-number {
        border-left: 2px solid var(--textlight);
        padding: 0 0 0 10px;
    }

.customerroutedata {
    width: 100%;
    float: left;
    padding: 30px 0px 0;
}

.passengerdetails {
    width: 60%;
    float: left;
    padding: 0 25px 0 0;
}

.passengerbox {
    width: 100%;
    float: left;
    padding: 20px 20px 30px;
    background-color: transparent;
    border: 1px solid #D5D7DF;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    margin: 30px 0;
}

    .passengerbox.passengersubdetails {
        max-height: 460px;
        overflow-y: auto;
    }


.passengertitle {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
    padding: 0 0 20px;
}

.passengernumber {
    width: 100%;
    float: left;
    padding: 0 0 20px;
}

.passengercount {
    width: 100%;
    float: left;
    padding: 0 0 10px;
}

    .passengercount p {
        font-size: 14px;
        font-weight: 400;
        color: var(--primary-color);
        padding-right: 10px;
        display: inline-block;
    }

        .passengercount p.passseat {
            padding-left: 10px;
            padding-right: 40px;
            border-left: 2px solid var(--secondary-color);
        }

        .passengercount p.passcopy {
            padding-left: 0px;
            padding-right: 0px;
            border-left: none;
        }

            .passengercount p.passcopy a {
                font-weight: 600;
                font-size: 14px;
                text-transform: capitalize;
                color: var(--secondary-color);
            }

        .passengercount p.passseat label {
            color: var(--secondary-color);
            font-weight: 700;
            padding-left: 6px;
        }

    .passengercount a {
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        color: var(--secondary-color);
    }

.passengerfillbox {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
}

    .passengerfillbox input {
        width: 100%;
        height: 35px;
        padding: 0 10px;
        border: 1px solid #D5D7DF;
        background-color: var(--pure);
        outline: none;
        font-size: 14px;
        color: var(--textcolor);
    }

    .passengerfillbox .form-check-input:focus, .passengerfillbox .form-control:focus, .passengerfillbox .form-select:focus {
        border-color: var(--maincolor);
        outline: none;
        box-shadow: none;
    }

.passname {
    width: 60%;
    display: inline-block;
}

.passgender {
    width: 15%;
    display: inline-block;
}

    .passgender .css-xsu6ln-MuiAutocomplete-root, .gststate .css-xsu6ln-MuiAutocomplete-root {
        width: 100%;
    }

    .passgender .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after,
    .gststate .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
        border-bottom: 2px solid var(--secondary-color);
    }

    .passgender .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot,
    .gststate .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .passgender .css-xsu6ln-MuiAutocomplete-root .MuiInput-root .MuiInput-input,
    .gststate .css-xsu6ln-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        padding: 4px 4px 4px 10px;
        height: 25px;
        border-radius: 4px;
    }

    .passgender .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before,
    .gststate .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before {
        border-bottom: none;
    }

    .passgender .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before,
    .gststate .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before {
        border-bottom: none;
    }

    .passgender .css-1glvl0p-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-clearIndicator,
    .gststate .css-1glvl0p-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-clearIndicator {
        display: none;
    }

.passage {
    width: 15%;
    display: inline-block;
}

.passcontactdata {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

    .passcontactdata .passemail {
        flex-basis: 46%;
    }

        .passcontactdata .passemail .css-xsu6ln-MuiAutocomplete-root {
            width: 100%;
        }

            .passcontactdata .passemail .css-xsu6ln-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
                padding: 0 0 0 10px;
            }

        .passcontactdata .passemail .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
            padding-right: 0;
        }

        .passcontactdata .passemail .MuiAutocomplete-hasPopupIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot,
        .passcontactdata .passemail .MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
            padding-right: 0;
        }

        .passcontactdata .passemail .css-1tb7pjp-MuiInputBase-root-MuiInput-root:before {
            border-bottom: none;
        }

        .passcontactdata .passemail .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled):before {
            border-bottom: none;
        }

    .passcontactdata label {
        font-size: 14px;
        font-weight: 400;
        color: var(--textcolor);
        padding: 0 0 10px;
    }

    .passcontactdata input {
        width: 100%;
        height: 35px;
        padding: 0 10px;
        border: 1px solid #D5D7DF;
        background-color: var(--pure);
        outline: none;
        font-size: 14px;
        color: var(--textcolor);
    }

    .passcontactdata .form-check-input:focus, .passcontactdata .form-control:focus, .passcontactdata .form-select:focus {
        border-color: var(--maincolor);
        outline: none;
        box-shadow: none;
    }

.bookingtypedetails .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
    color: var(--maincolor);
}

.hotdealbox {
    width: 100%;
    float: left;
}

    .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-color) 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(--text-color);
        display: inline-block;
        margin-right: 10px;
        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: 6px 0 0px 31px;
        font-size: 14px;
        font-weight: 700;
        color: var(--secondary-color);
    }

.hotdeallabel {
    width: 100%;
    float: left;
    padding: 20px 0 0px 30px;
}

    .hotdeallabel span {
        font-size: 12px;
        font-weight: 400;
        color: var(--pure);
        background-color: var(--primary-color);
        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;
}



.passengerwallet input {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    border: 1px solid #D5D7DF;
    background-color: var(--pure);
    outline: none;
    font-size: 14px;
    color: var(--textcolor);
}

    .passengerwallet input:focus {
        border-color: var(--maincolor);
        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: var(--primarycolor);*/
            color: #fff;
            background-color: var(--maincolor);
            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(--textcolor);
        padding: 0 0 10px;
    }

.bookingtypedetails .css-1hpqosy-MuiFormControlLabel-root {
    display: flex;
    flex-direction: row;
}

.passengerwallet button {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    background-color: var(--maincolor);
    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: 30%;
    float: left;
}


.passengertitle.hotdealbox a {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 0 10px;
    border-bottom: none;
    padding: 0 0 2px;
    color: var(--secondary-color) !important;
}

.passengertitle.passengertitle01 {
    padding: 0 0 0px;
}

.passengerbox.terms_conditions {
    background-color: var(--bgcolor);
    padding: 20px 20px;
}

.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(--primary-color);
        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(--primary-color);
        box-shadow: inset 0 0 0 4px #f4f4f4;
    }

    .paymentbox .radio input[type=radio]:focus + .radio-label:before {
        outline: none;
        border-color: var(--primary-color);
    }

    .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(--secondary-color);
    padding: 10px 0 20px 40px;
    position: relative;
    margin: 0 0 20px;
}

.pg_gateway {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px 0 20px;
    display: flex;
}

    .pg_gateway span {
        display: flex;
        align-items: center;
        gap: 20px;
    }

        .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;
    }
/*.paymentbox .radio span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 3px;
    background: rgb(249, 250, 251);
    background: -moz-linear-gradient(left, rgba(249, 250, 251, 1) 0%, rgba(213, 215, 223, 1) 50%, rgba(249, 250, 251, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(249, 250, 251, 1) 0%, rgba(213, 215, 223, 1) 50%, rgba(249, 250, 251, 1) 100%);
    background: linear-gradient(to right, rgba(249, 250, 251, 1) 0%, rgba(213, 215, 223, 1) 50%, rgba(249, 250, 251, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9fafb', endColorstr='#f9fafb', GradientType=1);
}*/
.passengerbox.payment_gateway {
    padding: 20px 20px 10px;
}

    .passengerbox.payment_gateway .css-dmmspl-MuiFormGroup-root {
        flex-direction: row;
    }

    .passengerbox.payment_gateway .css-vqmohf-MuiButtonBase-root-MuiRadio-root.Mui-checked {
        color: var(--primary-color);
    }

    .passengerbox.payment_gateway label {
        position: relative;
        padding: 0 0 10px;
        flex-basis: 25%;
    }

/*.passengerbox.payment_gateway label::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 */
/*}*/

/*.passengerbox.payment_gateway label:last-child:after {
            display: none;
        }*/

.passengerroutedetails {
    width: 40%;
    float: left;
    padding: 0 0 0 25px;
}

.passjourneydetails.passengerbox {
    padding: 0 0 20px;
}

.journeytitle {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color);
    background-color: var(--background);
    width: 100%;
    float: left;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px dashed var(--text-color);
}

.journeysubtitle {
    width: 100%;
    float: left;
    padding: 20px 20px;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

.journeydetails {
    width: 100%;
    float: left;
    padding: 0 20px 14px;
    display: flex;
    justify-content: space-between;
}

.journeydate {
    width: 48%;
    float: left;
}

    .journeydate p {
        font-size: 14px;
        color: var(--textcolor);
        font-weight: 600;
    }

    .journeydate label {
        font-size: 14px;
        color: var(--textcolor);
        display: block;
    }

        .journeydate label.journeytime {
            font-size: 14px;
            display: block;
        }

.faredetails {
    width: 100%;
    float: left;
    padding: 5px 20px;
}

    .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(--primary-color);
        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(--secondary-color);
            right: 10px;
            top: 7px;
        }

    .faredetails.faredetails01 {
        padding: 20px 20px 5px;
    }

    .faredetails p {
        font-size: 16px;
        float: left;
        text-align: left;
    }

    .faredetails label {
        text-align: right;
        float: right;
    }

    .faredetails.savingfare p {
        color: #0045c3;
        font-weight: 600;
    }

    .faredetails.savingfare label {
        color: #0045c3;
        font-weight: 600;
    }

    .faredetails.farepayble p {
        font-weight: 700;
    }

    .faredetails.farepayble label {
        font-weight: 700;
    }


.bookingconfirmbtn {
    width: 60%;
    float: left;
    text-align: left;
    padding: 20px 0 60px;
}

    .bookingconfirmbtn button {
        font-size: 16px;
        font-weight: 600;
        color: var(--pure);
        background-color: var(--primary-color);
        border: none;
        border-radius: 4px;
        padding: 12px 36px;
        text-transform: uppercase;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    }

        .bookingconfirmbtn button:hover,
        .bookingconfirmbtn button:focus,
        .bookingconfirmbtn button:active {
            background-color: var(--secondary-color);
        }
/*************************Customer Info Page Style End***********************/

/*************************Date Picker Style Start***********************/

.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover {
    background-color: var(--secondary-color) !important;
    color: var(--pure) !important;
    background-image: none !important;
}

.datetimepicker th.dow {
    background-color: var(--pure) !important;
}

.datetimepicker td, .datetimepicker th {
    width: 40px !important;
    height: 30px !important;
    color: var(--primary-color);
    background-color: #acceee2e !important;
    font-weight: 600;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.datetimepicker table tr td.disabled, .datetimepicker table tr td.disabled:hover {
    color: #999 !important;
    background-color: var(--pure) !important;
    font-weight: 400;
}

.datetimepicker thead tr:first-child th, .datetimepicker tfoot th {
    background-color: #acceee2e !important;
    font-weight: 600 !important;
}


.datetimepicker table tr td.old, .datetimepicker table tr td.new {
    color: #999 !important;
    font-weight: 400;
    background-color: var(--pure) !important;
}

.datetimepicker table {
    margin: 0;
    padding: 0;
    width: 100% !important;
}

    .datetimepicker table tr td span {
        width: 100% !important;
    }

        .datetimepicker table tr td span.active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover {
            background-color: var(--secondary-color) !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;
}

.managewrapper {
    width: 100%;
    float: left;
    border: 1px solid var(--maincolor);
    padding: 0 0 40px;
    text-align: center;
}

.managetitle {
    width: 100%;
    float: left;
    background-color: var(--maincolor);
    color: var(--primary-color);
    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 {
        text-align: right;
        float: right;
        position: absolute;
        bottom: 30px;
        padding: 0 0 0 20px;
    }

    .managepnr label {
        display: inline-block;
        font-size: 18px;
        color: var(--primary-color);
        padding: 0 0px 0 0;
        vertical-align: middle;
        width: 20%;
        position: relative;
        text-align: left;
    }

        .managepnr label::after {
            content: ':';
            position: absolute;
            right: 60px;
            top: 0;
            font-size: 20px;
            line-height: normal;
            font-weight: 700;
        }

    .managepnr input {
        width: 40%;
        border: 1px solid var(--primary-color);
        outline: none;
        background-color: var(--pure);
        background-color: transparent;
        padding: 0 10px;
        height: 50px;
    }


        .managepnr input:focus,
        .managepnr input:target {
            border: 2px solid var(--primary-color);
            box-shadow: none;
        }


    .managepnr.managebutton {
        padding: 40px 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(--secondary-color);
            border-color: var(--secondary-color);
        }

            .managepnr.managebutton button:hover,
            .managepnr.managebutton button:focus {
                box-shadow: none !important;
                background-color: var(--primary-color);
                color: var(--pure);
            }

/**************************Manage Booking Style End Here ***************************/

/**********************My Booking Page Style Start Here************************/

.mybookingwrapper {
    width: 100%;
    float: left;
    clear: both;
}

    .mybookingwrapper .container {
        width: 100%;
        max-width: 1600px;
    }

.mybookingtab {
    width: 100%;
    float: left;
    padding: 20px 20px 0;
}

/*My Booking Left Tab Style Start*/
.bookinglist_tabs {
    position: relative;
    min-height: 560px;
    clear: both;
    margin: 25px 0;
}

    .bookinglist_tabs .season_tab {
        float: left;
        clear: both;
        width: 286px;
    }

.season_tab label {
    background-color: var(--secondary-color);
    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;
}
/*.season_tab label {
    background: var(--tertiary-color);
    padding: 10px 10px 10px 10px;
    border: 1px solid #fff;
    margin-left: -1px;
    font-size: 18px;
    vertical-align: middle;
    position: relative;
    width: 264px;
    height: 68px;
    display: table-cell;
    color: var( --pure);
    text-transform: uppercase;
    cursor: pointer;
}*/

.bookinglist_tabs .season_tab [type=radio] {
    display: none;
}

.bookinglist_tabs .season_content {
    position: absolute;
    top: 0;
    left: 286px;
    background: white;
    right: 0;
    bottom: 0;
    padding: 0px;
}

    .bookinglist_tabs .season_content span {
        animation: 0.5s ease-out 0s 1 slideInFromTop;
    }

/*[type="radio"]:checked ~ label {
    background: var(--primarycolor);
    border-left: 7px solid var(--secondary-color);
    z-index: 2;
    color: var(--pure);
}*/

[type="radio"]:checked ~ label {
    background: var(--primary-color);
    border-left: 7px solid var(--buttoncolor);
    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(--primary-color);
}

/*My Booking Left Tab Style End*/

/*My Booking Right Tab Style Start*/


/*.season_content .container-fluid {
    float: left;
}*/

/*.profileinputdetails .tabtitle {
    padding: 0 0 10px;
    background-color: var(--tertiary-color);
    text-align: center;
    color: var(--textcolor);
    font-weight: 500;
}
*/
.season_content .container-fluid {
    float: left;
    max-width: 100%;
}

.profileinputdetails .tabtitle {
    /* padding: 0 0 0; */
    background-color: transparent;
    text-align: center;
    color: var( --textcolor);
    font-weight: 500;
    /* width: 710px; */
    flex-basis: 49%;
    /* gap: 20px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* font-size: 19px; */
    border: 2px solid var(--maincolor);
}

.profileinputdetails label {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    height: auto;
    /* border: none; */
    /*background-color: transparent;*/
    padding: 5px 0 5px;
}

.profileinputdetails .tabtitle.tabtitlewlt span {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    background-color: var(--tertiary-color);
    padding: 5px 0 5px;
}
/*.profileinputdetails span {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    background-color: var(--tertiary-color);
    padding: 5px 0 5px;
}*/

/*.profileinputdetails span {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
    background-color: var(--tertiary-color);
    padding: 5px 0 5px;
}*/
/*.profileinputdetails .tabtitle label {
        width: 100%;
        display: block;
    }*/


/*wallet details css*/
.walletdtls {
    display: flex;
    justify-content: flex-end;
    position: relative;
    /* min-height: 700px; */
    /* width: 100%; */
    /* height: auto; */
    display: flex;
    flex-wrap: wrap;
    /* gap: 30px; */
    padding: 0;
}

    .walletdtls span.wallethistry {
        position: relative;
        /* top: -30px; */
        /* right: 20px; */
        font-weight: 600;
        background-color: var(--maincolor);
        color: var(--primary-color);
        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(--tertiary-color);
    /* gap: 10px; */
    padding: 10px;
    width: 100%;
}

    .walletdatainfo .walletdtlsinfo {
        flex-basis: 100%;
        display: flex;
        justify-content: center;
        gap: 10px;
        /* border: 2px solid var(--tertiary-color); */
        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(--tertiary-color);
            gap: 5px;
            padding: 4px 0 4px 10px;
        }

            .walletdatainfo .walletdtlsinfo .walletcol p {
                display: flex;
                flex-wrap: wrap;
                justify-content: left;
                flex-basis: 100%;
                font-weight: 600;
                font-size: 16px;
            }

            .walletdatainfo .walletdtlsinfo .walletcol em {
                display: flex;
                font-style: normal;
            }

            .walletdatainfo .walletdtlsinfo .walletcol.wlletcrdt {
                color: var(--maincolor);
            }

                .walletdatainfo .walletdtlsinfo .walletcol.wlletcrdt span.walletdebit {
                    color: #f00;
                }
/*wallet details css*/
.mybooking-tabs {
    width: 100%;
    float: left;
    background-color: var(--secondary-color);
    /* padding: 20px 0 20px;*/
    padding: 0;
}

    .mybooking-tabs .tab-list {
        padding-left: 0;
        padding-right: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        float: left;
    }

        .mybooking-tabs .tab-list > li {
            padding: 20px 3%;
            border-left: 1px solid var(--primary-color);
            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(--pure);
            }

            .mybooking-tabs .tab-list > li > h3 {
                font-weight: 700;
                display: block;
                transition: all 500ms ease;
                font-size: 16px;
                color: var(--primary-color);
                text-transform: uppercase;
            }

.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: 40px 40px 0;
}

.profileinputdetails {
    /* width: 100%; */
    /* float: left; */
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

    .profileinputdetails .profileinputdata {
        width: 45%;
        float: left;
        padding: 0 0 20px;
    }

        .profileinputdetails .profileinputdata label {
            font-size: 16px;
            font-weight: 700;
            color: var(--primary-color);
            background: transparent;
            padding: 0 0 10px;
            height: auto;
            width: auto;
            text-transform: capitalize;
            display: inline-block;
            flex-basis: auto;
        }

        .profileinputdetails .profileinputdata input {
            width: 100%;
            border: 2px solid #ececec;
            outline: none;
            background-color: transparent;
            padding: 0 10px;
            height: 50px;
        }


            .profileinputdetails .profileinputdata input:focus, .profileinputdetails .profileinputdata input:target {
                border: 2px solid var(--primary-color);
                background-color: var(--pure);
            }

    .profileinputdetails.profileinputdetailsbtn {
        width: 100%;
        float: left;
        padding: 10px 0 10px;
        text-align: center;
        display: block;
    }

        /*.profileinputdetails.profileinputdetailsbtn button {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px 40px;
        letter-spacing: 1px;
        background-color: var(--secondary-color);
        border: none;
        border-radius: 2px;
        color: var(--pure);
    }*/
        .profileinputdetails.profileinputdetailsbtn button {
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            padding: 10px 40px;
            letter-spacing: 1px;
            background-color: var(--secondary-color);
            border: none;
            border-radius: 2px;
            color: var(--pure);
        }

            .profileinputdetails.profileinputdetailsbtn button:hover,
            .profileinputdetails.profileinputdetailsbtn button:focus {
                background-color: var(--primary-color);
                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(--primary-color);
        color: var(--pure);
        font-size: 16px;
        font-weight: 400;
    }

        /*.mybooking_tabscontent table thead tr th {
            padding: 20px 0px;
            border: 1px solid #E6E6E6;
            text-align: center;
        }*/
        .mybooking_tabscontent table thead tr th {
            padding: 20px 0px;
            border: 1px solid #E6E6E6;
            text-align: center;
            font-weight: 400;
        }

    .mybooking_tabscontent table tbody tr td {
        padding: 20px 0px;
        border: 1px solid #E6E6E6;
        font-weight: 400;
    }

        .mybooking_tabscontent table tbody tr td i {
            font-size: 26px;
            color: var(--secondary-color);
            cursor: pointer;
        }

            .mybooking_tabscontent table tbody tr td i:hover {
                color: var(--primary-color);
            }

.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;
    }

    .profileinputdetails {
        gap: 10px !important;
    }
}

@media only screen and (max-width:1309px) {
    .mybooking_tabscontent table {
        width: 1100px !important;
        overflow: scroll;
    }

    .tabprofiledetails {
        padding: 20px 20px 0 !important;
    }
}

@media only screen and (max-width:991px) {
    .season_content .container-fluid {
        padding: 0 10px;
    }

    /*.mybooking_tabscontent table ::-webkit-scrollbar {
        border-radius: 10px;
        width: 2px;
        height: 2px;
        box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    }

    .mybooking_tabscontent table ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        width: 2px;
        height: 2px;
        background-color: var(--buttoncolor);
    }*/


    .bookinglist_tabs .season_tab {
        width: 100% !important;
    }

    .season_tab label.tabtitle {
        height: 50px !important;
        width: 100% !important;
        display: block;
        /* background-color: var(--tertiary-color);*/
    }

    .season_tab label {
        width: 100% !important;
        display: block !important;
        height: 50px !important;
    }

    .profileinputdata label {
        height: 35px !important;
        width: 100% !important;
        display: inline-block !important;
        line-height: 35px !important;
        padding: 0 !important;
    }

    .profileinputdetails .tabtitle {
        margin: 10px 0 0;
    }

    .profileinputdetails {
        flex-wrap: wrap;
        gap: 0 !important;
    }

    .profileinputdata input {
        height: 40px !important;
    }

    .bookinglist_tabs .season_content {
        left: 0 !important;
        position: relative !important;
    }

    .tabprofiledetails {
        padding: 10px 10px 0 !important;
    }

    .profileinputdata {
        width: 100% !important;
        padding: 0 0 15px !important;
    }

    .profileinputdetails.profileinputdetailsbtn {
        padding: 20px 0 20px;
        display: inline-block;
    }

    .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-2rbg70-MuiPaper-root-MuiDialog-paper {
        margin: 0;
    }

    .login_popup_main .css-ypiqx9-MuiDialogContent-root {
        padding: 0;
    }

    .login_popup_main .css-2rbg70-MuiPaper-root-MuiDialog-paper {
        width: 100%;
        max-width: 580px;
    }

.loginpopup {
    width: 100%;
    float: left;
}

/*.loginpopupmain {
    width: 100%;
    float: left;
    background-color: var(--pure);
    position: relative;
}*/

.loginpopupmain {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    padding: 50px 40px 10px 24px;
    gap: 24px;
}


/*.loginpopupmain:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 40px;
        width: 100%;
        background-color: var(--bgcolor);
        clip-path: polygon(0 0, 90% 0%, 83% 100%, 0% 100%);
        border-radius: 2px 0 0 0;
    }

    .loginpopupmain:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0px;
        height: 40px;
        width: 100%;
        background-color: var(--bgcolor);
        clip-path: polygon(16% 0%, 100% 0%, 100% 100%, 9% 100%);
    }*/

.popupleft {
    /*width: 45%;
    float: left;
    background-image: url(../Images/Popup_BG.jpg?d=1.1.1);
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 420px;
    background-size: cover;*/
    display: none;
}

.signpopup {
    width: 100%;
    float: left;
}

.signinpopupmain {
    width: 100%;
    float: left;
}

    .signinpopupmain .popupleft {
        width: 45%;
        background-position: -60px top;
        min-height: 530px;
    }

.popupclosebutton {
    width: 100%;
    float: left;
    padding: 20px 20px 10px;
    text-align: right;
}

    .popupclosebutton i {
        font-size: 26px;
        color: var(--primary-color);
        cursor: pointer;
    }

        .popupclosebutton i:hover {
            color: var(--secondary-color);
        }

.loginbkpopup {
    width: 100%;
    float: left;
}

.popuserdetail {
    width: 100%;
    float: left;
    padding: 0 20px 20px;
}


/*.captchin {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 0 0 15px;
}*/
.captchin {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 0 0 15px;
}


    .captchin img {
        mix-blend-mode: multiply;
        width: 100%;
        max-width: 250px;
    }

.loginmybk {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 20px 30px;
}

    .loginmybk span {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 28px;
        color: var(--primary-color);
        font-weight: 600;
        text-transform: uppercase;
        padding: 0 0 10px;
        /*border-bottom: 1px solid var(--maincolor);*/
    }

.popuserdetail.popuserdetailhalf {
    width: 50%;
    float: left;
}

.popuserdetail label {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    display: block;
    padding: 0 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(--primary-color);
}

.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 var(--primary-color);
    outline: none;
    background-color: var(--pure);
    color: var(--primary-color);
    background-color: transparent;
    padding: 0 10px;
    height: 50px;
}

    .popuserdetail input:focus, .popuserdetail input:target {
        border: 1px solid var(--primary-color);
        /*box-shadow: 0 0 5px rgb(0, 85, 165, 0.60);*/
        box-shadow: none;
    }

.popuserdetail.popuserdetailradio input {
    width: auto;
}

.popuserdetail.popuserdetailotp {
    padding: 0px 20px 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: 12px 20px 15px;
        text-align: center;
    }*/
.popuserdetail.popuserdetailbutton {
    padding: 12px 20px 15px;
    text-align: center;
    margin: 0 0 30px;
}

    .popuserdetail.popuserdetailbutton button {
        padding: 10px 40px;
        font-size: 16px;
        font-weight: 700;
        background-color: var(--secondary-color);
        color: var(--pure);
        border: none;
        border-radius: 2px;
        width: 100%;
    }

        .popuserdetail.popuserdetailbutton button:hover, .popuserdetail.popuserdetailbutton button:focus {
            background-color: var(--primary-color);
            color: var(--pure);
        }

.popupright {
    width: 100%;
    float: left;
    /*background-image: url(../images/site/logo.svg);
    background-repeat: no-repeat;
    background-position: center 47px;
    background-size: 240px;*/
}

.login_popup_main .css-hlj6pa-MuiDialogActions-root {
    padding: 0;
}

.resendotplink {
    width: 100%;
    float: right;
    text-align: right;
    padding: 10px 20px 0px 0;
    font-size: 18px;
    text-decoration: underline;
    color: var(--primary-color);
}

.googlelink {
    width: 100%;
    text-align: center;
    float: left;
    padding: 0 20px 10px;
    margin: 0;
}

    .googlelink p {
        width: 100%;
        float: left;
        padding: 20px 20px 10px;
        border-top: 1px solid var(--primary-color);
        color: var(--primary-color);
        margin: 0;
    }


    .googlelink a {
        color: var(--primary-color) !important;
        font-size: 16px;
        font-weight: 600;
        border: 1px solid var(--primary-color);
        padding: 4px 18px;
        border-radius: 4px;
        position: relative;
        display: inline-block;
    }

        .googlelink a:hover, .googlelink a:focus {
            border: 1px solid var(--primary-color);
            /*box-shadow: 0 0 5px rgb(0, 85, 165, 0.60);*/
            box-shadow: none;
        }

        .googlelink a i {
            color: var(--primary-color);
            padding-right: 10px;
        }
/*******************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-color);
            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(--primary-color);
            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(--maincolor);
            background-color: var(--primerycolor);
            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-color);
            border: none;
            border-radius: 2px;
            color: var(--pure);
        }

            .modifydetailsinput.modifydetailsinputbutton button:hover,
            .modifydetailsinput.modifydetailsinputbutton button:focus {
                background-color: var(--primary-color);
                color: var(--pure);
            }

.modifyarticledetails table {
    border: 2px solid #E6E6E6;
    width: 100%;
    text-align: center;
}

    .modifyarticledetails table thead tr {
        background-color: var(--primary-color);
        color: var(--pure);
        font-size: 16px;
        font-weight: 400;
    }

        .modifyarticledetails table thead tr th {
            padding: 20px 0px;
            border: 1px solid #E6E6E6;
            text-align: center;
        }

    .modifyarticledetails table tbody tr td {
        padding: 20px 0px;
        border: 1px solid #E6E6E6;
        font-weight: 400;
        background-color: #fff;
    }

        .modifyarticledetails table tbody tr td input {
            margin: 0 10px 0 0;
        }

.modifyarticledetails.modifyarticledetails01 {
    width: 100%;
    float: left;
    display: block;
}

.modifydetailsinput.modifydetailscancelbutton {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

    .modifydetailsinput.modifydetailscancelbutton button {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px 40px;
        letter-spacing: 1px;
        background-color: var(--secondary-color);
        border: none;
        border-radius: 2px;
        color: var(--pure);
    }

        .modifydetailsinput.modifydetailscancelbutton button:hover,
        .modifydetailsinput.modifydetailscancelbutton button:focus {
            background-color: var(--primarycolor);
            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-color);
    }

    .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-color);
        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-color);
    }

    .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);
    color: var(--pure);
}

    .partialdatatitle span {
        flex-basis: 25%;
        float: left;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        padding: 0 0 0 20px;
    }

.partialdatadetails {
    width: 100%;
    float: left;
    border-bottom: 1px solid #999;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

    .partialdatadetails p {
        flex-basis: 25%;
        float: left;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        padding: 0 0 0 20px;
    }

.modifydetailsinput.modifydetailscancelbutton {
    width: 100%;
    float: left;
    padding: 40px 0 0;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 40px 0 0px;
    border-top: 2px solid var(--primary-color);
}


.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(--primary-color);
        cursor: pointer;
    }

        .partialclose i:hover {
            color: var(--secondary-color);
        }



.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(--primary-color);
    }

    .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(--secondary-color);
        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-color);
        border: none;
        border-radius: 2px;
        color: var(--primary-color);
    }


/*JobOpportunity*/

.panel-heading.panel-heading02 {
    width: 100%;
    float: left;
    background-color: transparent;
    color: var(--primary-color);
    border-bottom: 2px solid var(--secondary-color);
    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;
    /* display: flex; */
    /* flex-wrap: wrap; */
    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(--primary-color);
        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-color) !important;
            font-size: 15px;
        }

        .panel-input input::-webkit-input-placeholder {
            /* Chrome */
            color: var(--text-color) !important;
            font-size: 15px;
        }

        .panel-input input::-moz-placeholder {
            /* Firefox 19+ */
            color: var(--text-color) !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);
        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-color);
            border: none;
            outline: none;
        }

.panel-input input[type=file] {
    padding: 5px 15px;
    color: var(--text-color);
    background: transparent;
}

    .panel-input input[type=file]::file-selector-button {
        margin: 0 20px 0 0;
        border: none;
        font-size: 14px;
        background: var(--secondary-color);
        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-color);
        }

/*Blog Css*/

.blog-area {
    /* float: left; */
    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-color);
        margin: 0;
        line-height: 28px;
    }

    .blog-content p {
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
        color: rgba(0, 34, 79, 60%);
        margin: 0;
        text-align: justify;
        padding: 30px 0 0;
    }
/*Partial Cancel Style End Here*/
/*******************Ticket Modify Module Popup Style Style Here******************/
/*******************Cancellation Module Style End Here******************/
/*******************Bus Charter Style Start Here******************/
#wrapper {
    float: left;
    width: 100%;
}

.fix_contentwidth {
    margin: 30px auto 50px;
    max-width: 1310px;
    width: 100%;
    padding: 0 15px;
}

    /*.fix_contentwidth .panel {
        border: 1px solid var(--secondary-color) !important;
    }*/

    /*.fix_contentwidth .panel-primary > .panel-heading {
        width: 100%;
        float: left;
        background-color: var(--secondary-color);
        color: var(--pure);
        font-size: 20px;
        padding: 10px 20px;
        font-weight: 700;
    }*/

    .fix_contentwidth .panel-primary > .panel-heading {
        width: 100%;
        float: left;
        background-color: var(--primary-color);
        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;
    width: 100%;
    float: left;
}

.charterformgroup {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}


    .charterformgroup h3 {
        width: 100%;
        float: left;
        font-size: 18px;
        color: var(--primary-color);
        font-weight: 700;
        padding: 0px 0 6px;
        border-bottom: 2px solid var(--maincolor);
    }

.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%;
    }

        .charterinput .col-lg-6 label {
            width: 100%;
            font-size: 16px;
            font-weight: 400;
            color: var(--primary-color);
            padding: 10px 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(--maincolor);
                /*box-shadow: 0 0 5px rgb(0, 85, 165, 0.60);*/
                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(--primary-color);
    }

    .charterinput .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0px;
    }

    .charterinput .MuiAutocomplete-hasPopupIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot, .charterinput .MuiAutocomplete-hasClearIcon.css-16awh2u-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
        padding-right: 0;
    }

    .charterinput .css-16awh2u-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
        padding: 0 10px;
    }

    .charterinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::before {
        border-bottom: none;
    }

    .charterinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root:hover:not(.Mui-disabled)::before {
        border-bottom: none;
    }

.agntpgcaptcha .form-control {
    width: 100%;
    border: 2px solid #ececec;
    outline: none;
    background-color: #fff;
    padding: 0 10px;
    height: 50px;
    border-radius: 0;
    margin: 20px 0 0;
}

    .agntpgcaptcha .form-control:focus, .agntpgcaptcha .form-control:target {
        border: 2px solid var(--primary-color);
        /*box-shadow: 0 0 5px rgb(0, 85, 165, 0.60);*/
        box-shadow: none;
    }

.agntpgcaptcha .col-lg-6 {
    flex: 0 0 auto;
    width: 45%;
}

.agntpgcaptcha .btn-primary {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 40px;
    letter-spacing: 1px;
    border: none;
    border-radius: 2px;
    margin: 40px 0;
    background-color: var(--secondary-color);
    color: var(--pure);
}

    .agntpgcaptcha .btn-primary:hover, .agntpgcaptcha .btn-primary:focus {
        box-shadow: none !important;
        background-color: var(--primary-color);
        color: var(--pure);
    }

.agntpgcaptcha .mrgbtm {
    float: left;
}

.mybkdp label {
    max-width: 100%;
    margin-bottom: 5px !important;
}
/*e-ticket-page change css(chand-29-04-24)*/
.e-ticket {
    width: 100%;
    overflow: auto;
}

    .e-ticket .e-ticketview {
        width: 100%;
    }
/********-------bus charter page responsive**********/

@media only screen and (max-width:639px) {
    .charterinput .col-lg-6 {
        width: 100%;
    }
}

/********-------bus charter page responsive**********/


/*******************Bus Charter Style End Here******************/
/*******************Cancellation Page Style Start Here******************/
.canceldatatable {
    width: 100%;
    float: left;
    border: 1px solid #eee8e8;
    margin: 20px 0 0;
}

.canceldatatime {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee8e8;
    text-align: center;
}

    .canceldatatime .pull-left.canceldatapadd {
        border-right: 1px solid #eee8e8;
        width: 50%;
        float: left;
        padding: 15px 0;
    }

    .canceldatatime .pull-right.canceldatapadd {
        width: 50%;
        float: left;
        padding: 15px 0;
    }

        .canceldatatime .pull-left.canceldatapadd span, .canceldatatime .pull-right.canceldatapadd span {
            font-size: 16px;
            font-weight: 700;
            color: var(--primary-color);
        }

    .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-color);
    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-color);
            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-color);
            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;
        }

            .inputblock .form-group input:focus, .inputblock .form-group input:target {
                border: 2px solid var(--secondary-color);
                background-color: var(--tertiary-color);
                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-color);
            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(--primary-color);
        }

        .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;
}

    .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-color);
    }

    .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(--secondary-color);
    }

    .panel-body .togglebutton a {
        display: inline-block;
        vertical-align: middle;
        color: var(--primary-color);
        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(--primary-color) !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(--secondary-color) !important;
            color: var(--pure);
            box-shadow: none !important;
        }

.cancellationother {
    width: 100%;
    float: left;
    border: 1px solid #dbdbdb;
    background-color: transparent;
    padding: 20px 0;
    margin: 20px 0 80px !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-color);
                content: "►";
                font-size: 12px;
            }

            .canceldetails ul li span {
                font-size: 15px;
                color: var(--primary-color);
                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-color);
}

    .maincontcadd h2 {
        margin: 0 0 10px;
        padding: 0;
        line-height: normal;
        font-size: 24px;
        color: var(--primary-color);
        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(--primary-color);
    }

.contactuscol {
    width: 100%;
    float: left;
    padding: 0 0 80px;
}

    .contactuscol .cityaddname {
        margin: 20px 0 20px;
        font-size: 20px;
        color: var(--primary-color);
        line-height: normal;
        width: 100%;
        float: left;
        text-transform: uppercase;
        font-weight: 700;
    }

    .contactuscol .tabs {
        border-radius: 0px;
        overflow: hidden;
        box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.2);
    }

    .contactuscol .tab {
        width: 100%;
        color: white;
        overflow: hidden;
    }

    .contactuscol .tab-label {
        display: flex;
        justify-content: space-between;
        padding: 0.5em;
        background-color: var(--secondary-color);
        font-weight: normal;
        cursor: pointer;
        margin: 0;
        font-size: 18px;
        line-height: normal;
    }

        .contactuscol .tab-label:hover, .contactuscol .tab-label:focus {
            background-color: var(--primary-color);
        }

        .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-color);
        font-size: 18px;
        line-height: normal;
        border-bottom: 1px solid var(--secondary-color);
        padding: 10px 0 6px;
        font-weight: 600;
    }

    .contactuscol .tab-content p {
        margin: 0;
        color: #575757;
        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 80px;
}

    .privacypolicydata p {
        font-size: 16px;
        color: var(--primary-color);
        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 .col-lg-6 {
        flex: 0 0 auto;
        width: 45%;
        float: left;
    }

        .feedbkinput .col-lg-6 label {
            width: 100%;
            font-size: 16px;
            font-weight: 400;
            color: var(--primary-color);
            padding: 10px 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;
        }

            .feedbkinput .col-lg-6 input:focus, .feedbkinput .col-lg-6 input:target {
                border: 2px solid var(--primary-color);
                /*box-shadow: 0 0 5px rgb(0, 85, 165, 0.60);*/
                box-shadow: none;
            }

    .feedbkinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
        border-bottom: 2px solid var(--primary-color);
    }

    .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(--primary-color);
            box-shadow: none;
        }

.feedbkformgroup .agntpgcaptcha .mrgbtm {
    float: left;
}


/***************************-----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-color);
        border-bottom: 2px solid var(--secondary-color);
        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-color);
                content: "►";
                font-size: 12px;
            }

            .payonlinetop ul li span {
                font-size: 16px;
                letter-spacing: 0.5px;
                color: var(--primary-color);
                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;
    }

        /*.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
    color: #fff;
}*/

        .payonlinerefndbox.payonlineroceed .refundata .btn-primary {
            background-color: var(--maincolor);
            border-color: var(--maincolor);
        }

            .payonlinerefndbox.payonlineroceed .refundata .btn-check:focus + .btn-primary,
            .payonlinerefndbox.payonlineroceed .refundata .btn-primary:focus,
            .payonlinerefndbox.payonlineroceed .refundata .btn-primary:hover {
                background-color: var(--secondary-color);
                border-color: var(--secondary-color);
            }
/*******************Pay Online Page Style End Here******************/
/*******************Agent Registration Page Style Start Here******************/
.agentformgroup {
    width: 100%;
    float: left;
}

.agentinput {
    width: 100%;
    float: left;
    padding: 30px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .agentinput .col-lg-6 {
        flex: 0 0 auto;
        width: 45%;
        float: left;
    }

        .agentinput .col-lg-6 label {
            width: 100%;
            font-size: 16px;
            font-weight: 400;
            color: var(--primary-color);
            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(--secondary-color);
                background-color: var(--tertiary-color);
                box-shadow: none;
            }

    .agentinput .css-1tb7pjp-MuiInputBase-root-MuiInput-root::after {
        border-bottom: 2px solid var(--primary-color);
    }

    .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(--secondary-color);
            background-color: var(--tertiary-color);
            box-shadow: none;
        }

/*******************Agent Registration Page Style End Here******************/


/*******************Terms & Conditions Page Style Start Here******************/

.termsdata {
    width: 100%;
    float: left;
    padding: 20px 0;
}

.conditionsdata {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}

    .conditionsdata h3 {
        font-size: 24px;
        font-weight: 600;
        color: var(--primary-color);
        padding: 0 0 10px;
        margin: 0 0 0px !important;
    }

    .conditionsdata p {
        margin: 0 0 5px;
        font-size: 15px;
        color: #514949;
        line-height: 24px;
        padding: 0 0 10px;
        font-weight: 400;
    }

.termsconditionsdeta {
    width: 100%;
    float: left;
    border: 1px solid #eee8e8;
    padding: 5px;
    background-color: #f9f9f9;
}

.privacydatable {
    width: 100%;
    float: left;
    border: 1px solid #eee8e8;
    background-color: #fff;
}

.privacydatatime {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee8e8;
    text-align: center;
}

    .privacydatatime .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
        float: left;
    }

    .privacydatatime .pull-left.privacydatadd {
        border-right: 1px solid #eee8e8;
    }

.privacydatable .privacydatadd {
    padding: 15px 0;
}

.privacydatatime .pull-left.privacydataddfz span, .privacydatatime .pull-right.privacydataddfz span {
    font-size: 16px;
    font-weight: 700;
}

/*******************Terms & Conditions Page Style End Here******************/

/*******************Cancel Status Page Style Start Here******************/

.cancelstusinfo {
    width: 100%;
    float: left;
    padding: 20px 0 20px;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 2px solid var(--secondary-color);
}

.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(--textcolor);
        font-weight: 600;
        padding: 0;
        text-align: center;
        border: none;
    }

    .canclrefund .refundata {
        text-align: center;
        border: none;
    }

        .canclrefund .refundata button {
            font-size: 14px;
            font-weight: 700;
            text-transform: capitalize;
            padding: 10px 20px;
            letter-spacing: 1px;
            background-color: var(--maincolor);
            border: none;
            border-radius: 2px;
            color: var(--primary-color);
            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-color);
        }

    .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;
    }

.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(--secondary-color);
    }

.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-color);
            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(--secondary-color);
                background-color: var(--tertiary-color);
                box-shadow: none;
            }

    .refunddetails .agntpgcaptcha label {
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        color: var(--primary-color);
        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);
            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 12px 0px;
}
/*******************Refund Status Page Style End Here******************/

/*******************FAQ's Page Style Start Here******************/
.faqmain {
    width: 100%;
    float: left;
    clear: both;
}

.faqwrapper {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

.faqquestion {
    width: 100%;
    float: left;
}

.faqtitle {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
    padding: 10px 0 10px 20px;
    background-color: var(--secondary-color);
    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-color);
            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(--secondary-color);
                font-size: 16px;
                letter-spacing: 0.5px;
                background-color: var(--tertiary-color);
            }

                .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-color);
        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-color);
    }

        .gallerytab .filter .all.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter .bustype_01 {
        background: var(--primary-color);
    }

        .gallerytab .filter .bustype_01.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter .bustype_02 {
        background: var(--primary-color);
    }

        .gallerytab .filter .bustype_02.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter .bustype_03 {
        background: var(--primary-color);
    }

        .gallerytab .filter .bustype_03.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter .bustype_04 {
        background: var(--primary-color);
    }

        .gallerytab .filter .bustype_04.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter .bustype_05 {
        background: var(--primary-color);
    }

        .gallerytab .filter .bustype_05.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter .bustype_06 {
        background: var(--primary-color);
    }

        .gallerytab .filter .bustype_06.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter .bustype_07 {
        background: var(--primary-color);
    }

        .gallerytab .filter .bustype_07.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter .bustype_08 {
        background: var(--primary-color);
    }

        .gallerytab .filter .bustype_08.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter .bustype_09 {
        background: var(--primary-color);
    }

        .gallerytab .filter .bustype_09.active {
            background: var(--secondary-color);
        }

    .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(--secondary-color);
        color: var(--pure);
        border-radius: 3px;
        padding: 10px 40px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        .ticketprint input:hover, .ticketprint input:focus {
            background-color: var(--primary-color);
            color: var(--pure);
        }


button.okbtn {
    border: none;
    font-size: 14px;
    font-weight: 700;
    background-color: var(--secondary-color);
    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);
        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(--secondary-color);
        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(--primary-color);
            bottom: 1px;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

        .gstform h2::after {
            content: '';
            position: absolute;
            width: 40px;
            height: 5px;
            background: var(--primary-color);
            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-color);
        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-color);
                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);
}

.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-color);
        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(--maincolor);
    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-color);
    font-weight: 600;
}

.contact_info {
    padding: 10px 0 0;
}

    .contact_info span {
        color: var(--secondary-color);
        font-weight: 700;
        font-size: 16px;
    }

    .contact_info p {
        color: var(--primary-color);
        margin: 0;
        padding: 0 0 10px;
        font-size: 13px;
        line-height: 24px;
    }

        .contact_info p i {
            display: block;
            font-style: normal;
            color: var(--primary-color);
        }

        .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(--primary-color);
    color: var(--primary-color) outline: none;
}

.contact-list {
    padding: 15px;
    background-color: #fff;
    border: 1px solid var(--primary-color);
    height: 300px;
}

    .contact-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

/*inner page style (25-03-23)*/



/*****************Website Banner Style Start Here******************/

.website_banner .btn-default {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: #000;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
}

.website_banner button.btn-default {
    position: absolute;
    z-index: 99;
    right: 10px;
    top: 10px;
    opacity: 1;
}

.website_banner:focus, .carousel-indicators .active, select:disabled {
    opacity: 1 !important;
}

.website_banner .modal-dialog {
    /* width: 512px;
    height: 512px;*/
    /* margin: 60px auto; */
    top: 15%;
    left: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    right: 0;
    bottom: 0;
}


.website_banner .modal-body {
    padding: 0;
}

.website_banner .modal-content {
    border: none;
}

.website_banner .carousel-indicators li {
    cursor: pointer;
}

.website_banner .modal-content {
    background-color: transparent;
    border: none;
    justify-content: center;
    align-items: center;
}

/*.website_banner .carousel-control-next, .website_banner .carousel-control-prev {
    display: none;
}*/

.fade:not(.show), .modal-backdrop.fade {
    opacity: 0.5 !important;
}

.sliderwrapper .fade:not(.show) {
    opacity: 1 !important;
}

/*****************Website Banner Style End Here******************/

.input-group-addon .fa {
    line-height: 3 !important;
}

.tapnow img {
    max-width: 100%;
}
