﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'coco_gothicbold';
    src: url('../fonts/coco-gothic-bold-trial.woff2') format('woff2'), url('coco-gothic-bold-trial.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Red Hat Display', sans-serif !important;
}

.maxwidth {
    width: 100%;
    max-width: 1920px;
    clear: both;
    margin: 0 auto;
}


/*:root {
    --primarycolor: #262626;
    --secondary-color: #A6914C;
    --tertiary-color: #EDE9DB;
    --pure: #fff;
}*/

/*:root {
    --textcolor: #293241;
    --maincolor: #0055A5;
    --primarycolor: #fff;
    --buttoncolor: #FFA800;
    --bgcolor: #F2F7FB;
    --tertiary-color: #e5f3ff;
    --textlight: #AAAAAA;
}*/


:root {
    --secondary-color: #D51C55;
    --primarycolor: #383967;
    --subtext-color: #7C7C97;
    --pure: #fff;
    --textcolor: #383967;
}

/*::selection {
    background-color: var(--primarycolor);
    color: var(--pure);
}*/

/*::-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: 1310px;
    padding: 0 15px !important;
}

body .container-full {
    width: 100%;
    max-width: 1760px;
    margin: 0 auto;
}

.maxwidth {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}


/* Header Style Start header */

.header {
    width: 100%;
    float: left;
    clear: both;
}

.topheader {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 22px;
}

.sitelogo {
    float: left;
}

    .sitelogo a {
        display: inline-block;
        vertical-align: middle;
    }


.headerin {
    float: left;
    width: 100%;
    padding: 0;
    background-color: var(--pure);
    /* backdrop-filter: blur(1px); */
    /* --webkit-backdrop-filter: blur(1px); */
    position: relative;
    transition: 0.6s;
    z-index: 3;
}



    /*.headerin.sticky {
        padding: 10px 10px;
        background-color: rgba(255, 255, 255, 0.9);
        z-index: 2;
    }*/

    /*.headerin.sticky {
        position: fixed;
        top: 0;
        left: 0;
        transition: 0.6s;
        padding: 0;
        z-index: 3;
    }*/
    /*.headerin.sticky .sitelogo img {
            width: 100%;
            max-width: 130px;
        }*/

    .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;
}

.manudp {
    width: 100%;
    float: left;
}

.rightheader {
    padding: 29px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contactaera {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0 0;
}

.topheader::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 38px;
    background-color: var(--textcolor);
    top: 0;
    left: 0;
    z-index: -1;
}

.routeri {
    float: left;
}

    .routeri p {
        color: var(--pure);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 23px;
        background-image: url(../images/icon01.svg);
        background-position: left -5px;
        background-repeat: no-repeat;
        padding: 0 0 0 22px;
        float: left;
    }

    .routeri.paymentcno p {
        background-position: left -219px;
        letter-spacing: 0.1px;
        padding: 0 0 0 26px;
    }

    .routeri span a {
        color: var(--pure);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

        .routeri span a:hover, .routeri span a:focus {
            color: var(--secondary-color) !important;
        }

.headercontact {
    float: right;
    flex-basis: 54%;
}

    .headercontact button i {
        padding: 0 0 0 11px;
    }

/*.customerinfo {
    width: 20%;
    text-align: center;
    float: right;
    padding: 0 0 22px;
    position: relative;
    margin: 0 80px 0 0;
    overflow: hidden;
}

.contactslider {
    position: absolute;
    width: 200%;
    top: 16px;
    left: 0;
    overflow: hidden;
    animation: liner 16s infinite;
}

@keyframes liner {

    0% {
        left: 0;
    }

    25% {
        left: 0;
    }

    50% {
        left: -100%;
    }

    75% {
        left: -100%;
    }

    100% {
        left: 0;
    }

    0%, 25%, 100% {
        left: 0
    }

    50%, 100% {
        left: -100%
    }
}


.headercontact .customerinfo span {
    font-size: 16px;
    color: var(--pure);
    text-align: left;
}

.headercontact .customerinfo p {
    text-align: center;
    font-size: 16px;
    color: var(--pure);
    padding: 8px 0 10px 0px;
    width: 50%;
    display: inline-block;
}

    .headercontact .customerinfo p a {
        background-image: url(../Images/Icons.png);
        background-position: -22px -15px;
        background-repeat: no-repeat;
        padding: 4px 0 4px 26px;
    }

    .headercontact .customerinfo p.headeremail a {
        background-position: 0px -1839px;
    }

.headercontact .customerinfo.officeaddress p {
    background-position: left -254px;
}

.headercontact .customerinfo p span {
    font-weight: normal;
}

.headercontact .customerinfo p a, .headercontact .customerinfo p em {
    font-weight: 600;
    display: inline;
    font-style: normal;
}*/


/*.agentlogin {
    float: left;
    position: relative;
    margin: -2px 0 0;
}

    .agentlogin .btn {
        color: var(--primarycolor);
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        position: relative;
        display: block;
        transition: all 0.3s ease 0s;
        background-color: var(--maincolor);
        padding: 10px 30px 11px 33px;
        border-radius: 6px;
        text-decoration: none;
    }

        .agentlogin .btn:hover,
        .agentlogin .btn:focus {
            color: var(--primarycolor);
        }*/

.agentlogin button {
    padding: 0;
}

.agentlogin {
    float: right;
}

.loginwrap {
    float: right;
}

    .loginwrap a {
        background: var(--secondary-color);
        display: inline-flex;
        padding: 10px 20px 11px;
        justify-content: center;
        align-items: center;
        color: var(--pure) !important;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        border-radius: 4px;
        position: relative;
        overflow: hidden;
        transition: all .35s;
        z-index: 9;
    }



        .loginwrap a:before, .loginwrap a:after {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            top: -100%;
            left: 0;
            background-color: var(--textcolor);
            z-index: -1;
            transition: all .35s;
        }

        .loginwrap a:before {
            opacity: .5;
        }

        .loginwrap a:after {
            transition-delay: .2s;
        }

        .loginwrap a:hover {
            color: #fff;
        }

            .loginwrap a:hover:before,
            .loginwrap a:hover:after {
                top: 0;
            }

    /*@keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}
*/


    /* .logindown > ul > li > a:hover,
    .logindown > ul > li > a:focus {
        color: var(--pure);
        transition: all .4s;
        text-decoration: none;
        background-color: var(--primarycolor);
        box-shadow: none;
        outline: none;
    }*/





    .loginwrap ul > li:hover > ul {
        opacity: 1;
        top: 48px;
        visibility: visible;
    }

    .loginwrap ul > li > ul > li:first-child {
        margin-left: 0;
    }

    .loginwrap ul > li > ul > li {
        border-top: 1px solid var(--maincolor);
        display: block;
        margin-left: 0;
    }

        .loginwrap ul > li > ul > li a {
            color: var(--textcolor);
            display: block;
            padding: 7px 0 7px 15px;
            font-size: 15px;
            font-weight: 400;
            line-height: 23px;
            background-color: var(--primarycolor);
            text-decoration: none;
            transition: all .5s;
        }

            .loginwrap ul > li > ul > li a:hover,
            .loginwrap ul > li > ul > li a:focus {
                color: var(--primarycolor);
                background-color: var(--maincolor);
                transition: all .5s;
                text-decoration: none;
                padding: 7px 0 7px 30px;
            }

    .loginwrap ul > li > ul > .alogin {
        border-top: none;
    }


/*.agentlogin .btn:focus .dropdown,
            .agentlogin .btn:active .dropdown {
                transform: translate(0, 20px);
                opacity: 1;
                visibility: visible;
            }

        .agentlogin .btn.btn01 {
            background: transparent;
            padding: 0;
        }*/

/* .agentlogin .btn .material-icons {
    border-radius: 100%;
    -webkit-animation: ripple 0.6s linear infinite;
    animation: ripple 0.6s linear infinite;
} */


/*.agentlogin .btn .dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            background: var(--pure);
            width: 200px;
            border-radius: 4px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            text-align: left;
            transition: 0.3s ease;
            padding: 0;
            margin: 0;
            z-index: 1;
        }

            .agentlogin .btn .dropdown:before {
                content: "";
                position: absolute;
                top: -6px;
                left: 20px;
                width: 0;
                height: 0;
                box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.05);
                border-top: 6px solid #FFFFFF;
                border-right: 6px solid #FFFFFF;
                border-bottom: 6px solid transparent;
                border-left: 6px solid transparent;
                transform: rotate(-45deg);
                mix-blend-mode: multiple;
            }

            .agentlogin .btn .dropdown li {
                z-index: 1;
                position: relative;
                background: #FFFFFF;
                padding: 0 20px;
                color: #666;
                list-style-type: none;
            }*/


/* .agentlogin .btn .dropdown li.active {
    color: #5380F7;
} */

/*.agentlogin .btn .dropdown li a:hover,
                .agentlogin .btn .dropdown li a:focus {
                    color: var(--secondary-color);
                }

                .agentlogin .btn .dropdown li:first-child {
                    border-radius: 4px 4px 0 0;
                }

                .agentlogin .btn .dropdown li:last-child {
                    border-radius: 0 0 4px 4px;
                }

                    .agentlogin .btn .dropdown li:last-child a {
                        border-bottom: 0;
                    }

            .agentlogin .btn .dropdown a {
                display: block;
                border-bottom: 1px solid rgba(0, 0, 0, 0.05);
                padding: 16px 0;
                font-size: 14px;
                font-weight: normal;
                color: var(--primarycolor);
            }

                .agentlogin .btn .dropdown a i {
                    padding-right: 8px;
                    font-size: 18px;
                }*/

/*@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
}
*/

/* Toggle Menu Style  */

/*.headermenu {
    padding: 14px 0 0;
    float: left;
}

    .headermenu nav ul {
        width: 100%;
        padding: 0;
        margin: 0;
    }

        .headermenu nav ul li {
            display: inline-block;
            vertical-align: middle;
            list-style-type: none;
            margin: 0 0 0 46px;
        }


            .headermenu nav ul li a {
                display: inline-block;
                list-style-type: none;
                font-size: 16px;
                font-weight: 500;
                line-height: 25px;
                color: var(--textcolor);
                padding: 0 0 5px;
                position: relative;
            }

                .headermenu nav ul li a:before {
                    content: '';
                    position: absolute;
                    width: 0;
                    height: 3px;
                    left: 0;
                    bottom: 0;
                    visibility: hidden;
                    transition: width 0.5s ease, background 0.5s ease;
                }

                .headermenu nav ul li a:hover:before,
                .headermenu nav ul li a:focus:before {
                    visibility: visible;
                    background-color: var(--maincolor);
                    width: 100%;
                }

                .headermenu nav ul li a:after {
                    content: '';
                    display: block;
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    width: 0;
                    height: 3px;
                    background-color: var(--maincolor);
                    transition: width 0.5s ease;
                }

                .headermenu nav ul li a:hover:after,
                .headermenu nav ul li a:focus:after {
                    background: transparent;
                    width: 100%;
                    transition: all 0s ease;
                }

                .headermenu nav ul li a:hover,
                .headermenu nav ul li a:focus {
                    text-decoration: none;
                    color: var(--maincolor);
                }*/


/* leftmenu start */

.headermenu {
    float: left;
    padding: 5px 0 0;
}

    .headermenu .navbar-inverse {
        background-color: transparent;
        border: none;
        float: none;
        margin: 0;
        min-height: 10px;
        width: 100%;
        border-radius: 0;
        position: relative;
        z-index: 9;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

        .headermenu #myNavbar,
        .headermenu .navbar-inverse .container-fluid {
            padding: 0;
        }

    .headermenu .navbar-toggle .icon-bar {
        background: var(--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;
        margin: 0 0 0 45px;
    }

        .headermenu .navbar-inverse .navbar-nav > li:first-child {
            margin: 0 0;
        }



        .headermenu .navbar-inverse .navbar-nav > li > a {
            display: inline-block;
            list-style-type: none;
            color: var(--textcolor);
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            position: relative;
            letter-spacing: 0.25px;
            line-height: normal;
            padding: 0 0 5px;
            transition: all 0.5s;
        }

            .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;
                border-bottom: 1px dashed var(--secondary-color);
                color: var(--secondary-color);
                transition: all 0.8s;
            }
/*
        .headermenu .navbar-inverse .navbar-nav > li > a:before {
            content: '';
            position: absolute;
            width: 0;
            height: 3px;
            left: 0;
            bottom: 0;
            visibility: hidden;
            transition: width 0.5s ease, background 0.5s ease;
        }
    .headermenu .navbar-inverse .navbar-nav > li > a:hover:before, .headermenu .navbar-inverse .navbar-nav > li > a:focus:before {
            visibility: visible;
            background-color: var(--maincolor);
            width: 100%;
        }
            .headermenu .navbar-inverse .navbar-nav > li > a:after {
            content: '';
            display: block;
            position: absolute;
            right: 0;
            bottom: 0;
            width: 0;
            height: 3px;
            background-color: var(--maincolor);
            transition: width 0.5s ease;
        }

        .headermenu .navbar-inverse .navbar-nav > li > a:hover:after, .headermenu .navbar-inverse .navbar-nav > li > a:focus:after {
            background: transparent;
            width: 100%;
            transition: all 0s ease;
        }*/

.pull-left {
    float: left !important;
}

.navbar-toggle {
    display: none;
    position: relative;
}

.cssmenu {
    float: left;
}

/* leftmenu end */



/*#activator {
    display: block;
    position: absolute;
    width: 24px;
    height: 20px;
    top: 26px;
    right: 15px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    #activator .menu-icon,
    #activator .menu-icon::before,
    #activator .menu-icon::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--primarycolor);
        border-radius: 1px;
        cursor: pointer;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    #activator .menu-icon {
        top: 8px;
        width: 16px;
    }

        #activator .menu-icon::before {
            top: -8px;
            width: 24px;
        }

        #activator .menu-icon::after {
            bottom: -8px;
            width: 24px;
        }

.activator:hover#activator .menu-icon {
    width: 24px;
}

#activator.active .menu-icon {
    background: none;
}

    #activator.active .menu-icon::before {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #activator.active .menu-icon::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

#activate-menu {
    z-index: 90;
    padding: 20px 40px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -40%;
    width: 616px;
    list-style-type: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    background: #F9FAFB;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    text-align: center;
}

    #activate-menu.visible {
        right: 0;
    }

#fade-bg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-overflow-scrolling: inherit;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 80;
    background: transparent;
    opacity: 0.8;
    backdrop-filter: blur(70px);
    --webkit-backdrop-filter: blur(70px);
    background-color: rgba(0, 0, 0, 0.6);
}

.headermenuimg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#activate-menu ul {
    margin: 0;
    padding: 0;
    position: relative;
    top: 11%;
    width: 70%;
    text-align: left;
    left: 11.5%;
}

    #activate-menu ul li {
        list-style-type: none;
        float: left;
        width: 80%;
        margin-bottom: 30px;
        border-radius: 6px;
    }

        #activate-menu ul li a {
            font-size: 16px;
            font-weight: normal;
            padding: 14px 0px 14px 25px;
            float: left;
            text-transform: uppercase;
            color: var(--primarycolor);
            width: 100%;
            background-color: var(--secondary-color);
            box-shadow: 0px 2px 6px rgba(5, 57, 107, 0.25);
            border-radius: 6px;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

            #activate-menu ul li a:hover,
            #activate-menu ul li a:focus {
                background-color: var(--primarycolor);
                color: var(--pure);
            }*/

/* Header Style Start header */


/* Hero Section Style Start Here */

.hero {
    width: 100%;
    float: left;
    clear: both;
}

.herosection {
    width: 100%;
    float: left;
    position: relative;
}

/*.sliderwrapper {
    width: 100%;
    float: right;
    text-align: right;
    position: relative;
    right: 0;
    top: 0;
}

.slidertext {
    position: absolute;
    right: 20%;
    bottom: 0;
    text-align: left;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 40px 2px;
}

    .slidertext p {
        font-size: 38px;
        font-weight: 600;
        color: var(--pure);
        display: block;
        text-transform: uppercase;
    }

    .slidertext span {
        font-size: 38px;
        font-weight: 600;
        color: var(--pure);
        text-transform: uppercase;
        display: inline-block;
        vertical-align: bottom;
        padding: 0 0 0 160px;
    }

        .slidertext span em {
            display: inline-block;
            vertical-align: bottom;
        }*/

/*.blink-soft {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}*/


.bannerwrapper {
    width: 100%;
    float: left;
    position: relative;
}

.sliderwrapper {
    width: 100%;
    float: left;
    position: relative;
    right: 0;
    top: 0; /*
    margin: 6px 0 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: 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 */

/* 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;
    /* margin: -80px 0 0; */
    position: absolute;
    bottom: 15px;
}

.bookingform {
    width: 100%;
    float: left;
    position: relative;
}


    .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: calc(100%/3); */
            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: 47.5%;
    float: left;
    position: relative;
    border-radius: 4px;
}

    .bookingcity.bookingdate {
        width: 41.9%;
        float: left;
        padding: 0 0 0 8px;
        background: none;
        border: none;
    }

.fromdatecity {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.bookingcity.bookingdate .bookingpart {
    border-radius: 4px;
    background: var(--Pure-Color, #FFF);
    float: left;
    height: 80px;
}

.bookinginput.bookingtodate, .bookinginput.bookingfromdate {
    /* border-radius: inherit; */
    background-position: 91% -839px;
}

.bookingpart {
    width: 50%;
    float: left;
    padding: 0 34px 0 0;
}

    .bookingpart.bookingpart02 {
        padding: 0 0 0 35px;
    }

    .bookingpart.bookingpart03,
    .bookingpart.bookingpart04 {
        flex-basis: 100%;
    }



.bookinginput {
    width: 100%;
    float: left;
    position: relative;
    background-color: var(--pure);
    border-radius: 4px;
    height: 80px;
    padding: 17px 0 0 18px;
    background-image: url(../images/icon01.svg) !important;
    background-position: 91% -406px;
    background-repeat: no-repeat;
}

.bookingpart.bookingpart03 {
    padding: 0 0 0 0;
}

.bookingpart.bookingpart04 {
    padding: 0 0 0 0;
}

/*.bookinginput.bookingdromcity {
        background-position: 21px -436px;
    }*/

/*.bookinginput.bookingtodate {
        background-position: 19px -654px;
    }*/

/* .bookinginput::before {
        position: absolute;
        content: "";
        left: 57px;
        top: 9px;
        width: 1px;
        height: 56px;
        background-color: #E8E9EA;
    }*/

.bookinginput label {
    color: var(--subtext-color, #9B9B9B);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 !important;
    padding: 0 0 0 0;
    width: 100%;
}

.bookinginput input {
    width: 100%;
    float: left;
    outline: none;
    border: none;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    border-radius: 0;
    padding: 0 0 0 10px;
    color: var(--textcolor);
    text-transform: uppercase;
}



.bookinginput.bookingfromdate:before {
    left: 25px;
}

.bookinginput .css-xsu6ln-MuiAutocomplete-root {
    width: 100% !important;
}

.bookinginput .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding: 0 !important;
}

.bookinginput .MuiAutocomplete-hasPopupIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot, .MuiAutocomplete-hasClearIcon.css-xsu6ln-MuiAutocomplete-root .MuiAutocomplete-inputRoot {
    padding: 0;
}

.bookinginput .css-xsu6ln-MuiAutocomplete-root .MuiInput-root .MuiInput-input {
    padding: 0 0 0 0;
    text-transform: capitalize;
    letter-spacing: inherit;
    color: var(--primarycolor, #002246);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Red Hat Display';
}

.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(--primarycolor);
    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(--primarycolor);
    }

.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: 18px;
    bottom: 2px;
}

.cityswapicon {
    z-index: 1;
    background-image: url(../images/icon01.svg) !important;
    background-position: center -624px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 2px;
    right: 0;
    margin: 0 auto;
    width: 54px;
    height: 80px;
    cursor: pointer;
    background-color: var(--pure);
    border-radius: 4px;
}

.bookinginput.bookingtodate input, .bookinginput.bookingfromdate input {
    padding: 1px 0 0 0;
    background-color: transparent;
}


.bookingsearch {
    width: 10%;
    float: right;
}

    .bookingsearch .searchbtn {
        background-color: var(--secondary-color);
        border: none;
        color: var(--pure);
        text-align: center;
        transition: all .5s;
        border-radius: 4px;
        font-size: 15px;
        text-transform: uppercase;
        height: 80px;
        width: 100%;
        background-image: url(../images/icon01.svg) !important;
        background-position: 20px -1054px;
        background-repeat: no-repeat;
        padding: 0 0 0 23px;
    }

        .bookingsearch .searchbtn:hover,
        .bookingsearch .searchbtn:focus {
            background-color: var(--primarycolor);
            color: var(--pure);
            transition: all .5s;
        }

        .bookingsearch .searchbtn i {
        }
/*.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #68421D !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #190049 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

.select2-results__option {
    font-size: 14px;
}

.select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.select2-results__options::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #666666;
}*/
/*.tab-bookingform .addroute {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 0 20px;
}


    .tab-bookingform .addroute a {
        font-size: 18px;
        font-weight: 700;
        color: var(--primarycolor);
    }

.recentsearch {
    width: 100%;
    float: left;
    padding: 0 0 30px;
}

    .recentsearch ul {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        border: none;
        margin: 0;
        padding: 0;
    }

        .recentsearch ul li {
            margin: 0 20px 0 0;
            display: inline-block;
            border: 1px solid var(--primarycolor);
            border-radius: 10px;
            padding: 8px 12px;
        }

            .recentsearch ul li span {
                font-size: 16px;
                font-weight: 400;
                color: var(--primarycolor);
            }

                .recentsearch ul li span em {
                    padding: 0px 16px;
                    background-image: url(../Images/Icons.png);
                    background-position: center -1176px;
                    background-repeat: no-repeat;
                    background-size: 50px;
                }

    .recentsearch .recentsearchtime {
        display: block;
    }

        .recentsearch .recentsearchtime label {
            margin: 0;
            font-size: 12px;
            font-weight: 400;
            padding: 6px 0 0;
            color: var(--secondary-color);
        }*/
/*.bushirelink {
    width: 100%;
    float: right;
    text-align: right;
    padding: 0 0 24px;
}

    .bushirelink a {
        font-size: 18px;
        font-weight: 400;
        color: var(--pure);
        background-color: var(--primarycolor);
        display: inline-block;
        padding: 10px 32px;
        border-radius: 4px;
        transition: 0.5s all;
    }

        .bushirelink a:hover,
        .bushirelink a:focus {
            color: var(--pure);
            box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.2);
        }*/
/*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(--primarycolor);
            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;
        }

/*Offer Start Here*/

.offerwrap {
    width: 100%;
    float: left;
    padding: 61px 0 60px;
    background-color: var(--bgcolor);
    min-height: 305px;
    background-image: url("../images/site/offerbg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
}

.toptitle {
    text-align: left;
    padding: 0 0 10px;
}

    .toptitle h5 {
        color: var(--textcolor);
        font-family: coco_gothicbold;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
        display: inline-block;
    }

        .toptitle h5 span {
            background-image: url("../images/icon01.svg");
            background-position: center -1280px;
            background-repeat: no-repeat;
            height: 27px;
            width: 59px;
            float: right;
        }
/*new slider css (geeta-28-03-23)*/
/***** Amenities CSS Start  *****/
/*.amenitieswraper {
    width: 100%;
    float: left;
    padding: 60px 0 55px;
    text-align: center;
    background-color: #F3F3F3;
}

body .amenitieswraper .container {
    width: 100%;
    max-width: 1415px;
}*/
.offerarea {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}

body .offerwrap .container {
    width: 100%;
    max-width: 1365px;
}

.offer {
    float: left;
    padding: 0 40px 0 0;
}

.amenitieslide {
    width: 100%;
    float: left;
    text-align: left;
    overflow: hidden;
    margin: 0 !important;
    position: relative;
    padding: 0;
}

.slick-slide {
    outline: none;
}

/*.amenitieslide .slick-slider, .amenitieslide .slick-slide {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    float: none;
}*/

.amenitieslide .slick-track {
    display: flex;
    justify-content: flex-start;
    float: none;
    margin: 0;
}

/*.amenitieslide .slick-initialized .slick-slide, .amenitieslide .slick-slide img {
    display: flex;
    float: none;
    justify-content: flex-start;
}*/

/*.offercardicon, .offercardbox a {
   
    display: flex;
    justify-content: flex-start;
    text-align: left;
}
*/
.offercardbox {
    /*display: inline-block !important;
    vertical-align: top;*/
    cursor: pointer;
    height: 172px;
    width: 320px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    display: flex !important;
    justify-content: flex-start;
    text-align: left;
}


.offerarea .slick-prev, .offerarea .slick-next {
    display: none !important;
}

.indexpopup {
    backdrop-filter: blur(3px);
    --webkit-backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, 0.3);
}

/* offer card responsive css  */

@media only screen and (max-width:1309px) {

    .offercardbox {
        height: 150px;
        width: 280px;
    }

    .amenitieslide .offercardbox img {
        width: 100%;
        max-width: 280px;
    }
}

@media only screen and (max-width:767px) {
    .amenitieslide .slick-list {
        padding: 0 80px 0 0;
    }
}

@media only screen and (max-width:719px) {
    .amenitieslide .slick-list {
        padding: 0 50px 0 0;
    }
}

@media only screen and (max-width:689px) {
    .amenitieslide .slick-list {
        padding: 0 35px 0 0;
    }
}

@media only screen and (max-width:669px) {
    .amenitieslide .slick-list {
        padding: 0 40px 0 0;
    }
}

@media only screen and (max-width:639px) {
    .amenitieslide .slick-list {
        padding: 0 25px 0 0;
    }
}

@media only screen and (max-width:619px) {
    .amenitieslide .slick-list {
        padding: 0 50px 0 0;
    }

    .offercardbox {
        height: 135px;
        width: 250px;
    }

    .amenitieslide .offercardbox img {
        width: 100%;
        max-width: 250px;
    }
}

@media only screen and (max-width:589px) {
    .amenitieslide .slick-list {
        padding: 0 25px 0 0;
    }
}

@media only screen and (max-width:569px) {
    .amenitieslide .slick-list {
        padding: 0 240px 0 0;
    }
}

@media only screen and (max-width:529px) {
    .amenitieslide .slick-list {
        padding: 0 210px 0 0;
    }
}

@media only screen and (max-width:509px) {
    .amenitieslide .slick-list {
        padding: 0 185px 0 0;
    }
}

@media only screen and (max-width:479px) {
    .amenitieslide .slick-list {
        padding: 0 185px 0 0;
    }
}


@media only screen and (max-width:469px) {
    .amenitieslide .slick-list {
        padding: 0 135px 0 0;
    }
}

@media only screen and (max-width:419px) {
    .amenitieslide .slick-list {
        padding: 0 100px 0 0;
    }

    .offerarea {
        padding: 10px 0 0;
    }
}


@media only screen and (max-width:389px) {
    .amenitieslide .slick-list {
        padding: 0 80px 0 0;
    }
}

@media only screen and (max-width:369px) {
    .amenitieslide .slick-list {
        padding: 0 60px 0 0;
    }
}


@media only screen and (max-width:339px) {
    .amenitieslide .slick-list {
        padding: 0 40px 0 0;
    }
}

/* offer card responsive css  */

/*new slider css (geeta-28-03-23)*/


/* Hero Section Style End Here */


/*Track Icon Start Here*/

/*.trackicon {
    position: fixed;
    right: 0;
    top: 64%;
    z-index: 1;
}

    .trackicon a {
        padding: 19px 28px;
        background-image: url(../Images/Icons.png);
        background-position: left -1176px;
        background-repeat: no-repeat;
        background-color: var(--primarycolor);
    }*/


/*Track Icon End Here*/


/* Top Destination Style Start Here */


.topdestinationwrap {
    width: 100%;
    padding: 109px 0 34px;
}

.destination #Marquee01 {
    /*padding: 0 0 0 270px;*/
}

.destination ul {
    margin: 0;
    padding: 51px 0 0 0;
    list-style: none;
}

.destination li {
    display: inline-block;
    padding: 0 0 45px;
    margin: 10px 65px 0 0;
    position: relative;
    cursor: pointer;
}

    .destination li:hover .booknowin, .destination li:hover .routebox .toproutecity:after {
        background-color: var(--textcolor);
        transition: all 0.5s;
    }

.routebox {
    display: flex;
    column-gap: 6px;
}

    .routebox span {
        color: var(--textcolor);
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .routebox .toproutecity {
        display: inline-block;
        border-radius: 4px;
        border: 1px solid var(--textcolor);
        background: var( --pure);
        padding: 25px 34px 26px;
        position: relative;
        width: 100%;
    }

        .routebox .toproutecity p {
            position: relative;
            z-index: 1;
            /* display: inline-block; */
            background-color: var(--pure);
            width: 100%;
        }

        .routebox .toproutecity:after {
            position: absolute;
            content: "";
            width: 99%;
            height: 82px;
            background-color: var(--subtext-color);
            top: 0;
            left: 1px;
            margin: 0 auto;
            transform: rotate(-4deg);
            z-index: -1;
            border-radius: 8px;
        }

    .routebox .booknowin {
        border-radius: 4px;
        background: var(--subtext-color);
        width: 10%;
        text-align: center;
        display: flex;
    }

        .routebox .booknowin label {
            color: var(--pure);
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            display: inline-block;
            cursor: pointer;
            text-transform: uppercase;
            padding: 0 5px 0;
            text-orientation: upright;
            writing-mode: vertical-lr;
        }

    .routebox .toproutecity i {
        content: "";
        background-image: url(../images/icon01.svg);
        background-position: center -1504px;
        background-repeat: no-repeat;
        position: relative;
        display: inline-block;
        width: 26px;
        padding: 0;
        height: 10px;
        margin: 0 18px;
    }


.toproutpart {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}

body .toproutpart .container {
    width: 100%;
    max-width: 1920px;
}

.maintopabout {
    float: left;
    width: 100%;
    position: relative;
}

.toprouteslide {
    width: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    margin: 0 !important;
    position: relative;
    padding: 0 0 0 230px;
}

.slick-slide {
    outline: none;
}

.toprouteslide .slick-track {
    display: flex;
    margin: 0;
}

/*.toprouteicon {
    float: left;
    text-align: center;
    width: 100%;
}*/

/*.toproutebox {
    cursor: pointer;
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
    list-style-type: none;
}*/
.toprouteicon {
    float: none;
    text-align: center;
    /* width: 100%; */
    display: flex;
    vertical-align: middle;
    justify-content: center;
}

.toproutebox {
    cursor: pointer;
    display: flex !important;
    vertical-align: middle;
    text-align: center;
    list-style-type: none;
    box-shadow: 0 5px 10px rgba(41, 50, 65, 0.10 );
    margin: 10px;
    border-radius: 6px;
    /* width: 100%; */
    justify-content: flex-start;
    align-items: center;
    border-radius: 26px;
    background: var(--secondary-color);
}

.toproutpart .slick-prev, .toproutpart .slick-next {
    display: none !important;
}

.toproutebox span {
    color: var(--textcolor);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    background-color: var(--primarycolor);
    padding: 0 30px;
    border-radius: 4px;
    border: 1px solid var(--maincolor);
    position: relative;
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* text-align: center; */
    cursor: pointer;
    transition: all .6s;
    /* min-width: 250px; */
    /* max-width: 250px; */
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 26px;
    border: 1px solid var(--border-color);
    background: var(--pure);
}

    .toproutebox span::before {
        content "book now"
    }
    /*.toproutebox span {
    color: var(--textcolor);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    background-color: var(--primarycolor);
    padding: 29px 25px 27px 25px;
    border-radius: 4px;
    border: 1px solid var(--maincolor);
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: all .6s;
}*/
    /*.toproutebox span::after {
        position: absolute;
        content: "";
        left: -10px;
        top: -1px;
        width: 104%;
        height: 102%;
        z-index: -1;
        border-radius: 6px;
        background-color: var(--maincolor);
        box-shadow: 0 5px 10px rgba(0 101 179 / 0.10);
    }*/
    .toproutebox span i {
        background-image: url(../images/iconsm.png);
        background-position: center -672px;
        background-repeat: no-repeat;
        width: 60px;
        height: 20px;
        position: relative;
        padding: 0 0 0;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px;
    }

    .toproutebox span:hover {
        color: var(--buttoncolor) !important;
        text-decoration: none;
        transition: all .6s;
    }




.toproute {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}

/*.toproute marquee {
        height: 90px;
    }

    .toproute ul {
        margin: 0;
        padding: 0;
    }

        .toproute ul li {
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            list-style-type: none;
            margin: 0 60px 0 0;
        }

            .toproute ul li span {
                color: var(--textcolor);
                font-size: 16px;
                font-weight: 500;
                line-height: 22px;
                background-color: var(--primarycolor);
                padding: 29px 34px 27px 34px;
                border-radius: 4px;
                border: 1px solid var(--maincolor);
                position: relative;
                display: inline-block;
                vertical-align: middle;
                text-align: center;
                cursor: pointer;
                transition: all .6s;
            }

                .toproute ul li span::after {
                    position: absolute;
                    content: "";
                    left: -10px;
                    top: -1px;
                    width: 104%;
                    height: 102%;
                    z-index: -1;
                    border-radius: 6px;
                    background-color: var(--maincolor);
                    box-shadow: 0 5px 10px rgba(0 101 179 / 0.10);
                }

                .toproute ul li span i {
                    background-image: url("../images/site/icon01.svg");
                    background-position: center -1106px;
                    background-repeat: no-repeat;
                    width: 36px;
                    height: 20px;
                    position: relative;
                    padding: 0 6px 0;
                    text-align: center;
                    display: inline-block;
                    vertical-align: middle;
                    margin: 0;
                }

                .toproute ul li span:hover {
                    color: var(--buttoncolor) !important;
                    text-decoration: none;
                    transition: all .6s;
                }*/
/*owl-carousel css*/
.routearia {
    width: 100%;
    float: left;
    padding: 40px 0 0;
}

.topdestions {
    width: 100%;
    float: left;
    position: relative;
    clear: both;
}

.topdestinn {
    width: 100%;
    max-width: 1920px;
    clear: both;
    position: relative;
    margin: 0 auto;
}

.topdestination {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 0 0 0;
    margin: 0px 0 0;
}

.shadow-effect {
    background: #fff;
    padding: 0;
    border-radius: 22px;
    text-align: center;
    border: none;
    box-shadow: 0px 0px 79px 0px rgba(0, 0, 0, 0.13);
    height: 476px;
}



#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 */


.easypart {
    width: 100%;
    float: left;
}

.easy_wrapper {
    width: 100%;
    float: left;
    clear: both;
}

.easywrapper_main {
    width: 100%;
    float: left;
    background-color: var(--maincolor);
    padding: 59px 1px 84px 0;
    position: relative;
}

    .easywrapper_main:before {
        position: absolute;
        content: '';
        width: 238px;
        height: 409px;
        right: 0;
        top: 0;
        background-image: url("../images/site/easyleftshape.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

    .easywrapper_main:after {
        position: absolute;
        content: '';
        width: 361px;
        height: 587px;
        left: 0;
        bottom: 0;
        background-image: url("../images/site/easyrightshape.png");
        background-position: center top;
        background-repeat: no-repeat;
    }

body .easy_wrapper .container {
    width: 100%;
    max-width: 1560px;
}

.easywrapper_content .toptitle {
    justify-content: center;
    gap: 5px;
}

    .easywrapper_content .toptitle h5 {
        color: var(--primarycolor);
    }

    .easywrapper_content .toptitle span {
        font-size: 30px;
        font-weight: 600;
        color: var(--buttoncolor);
    }

.easywrapper_content {
    width: 100%;
    float: left;
}

.easystep_block {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 0;
}

.easystep {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 40px;
}

.easystep_img img {
    max-width: 250px;
}


/*.easystep:after {
        position: absolute;
        content: '';
        width: 135px;
        height: 82px;
        right: -70px;
        top: 145px;
        background-image: url("../images/site/screen01_shape.png");
        background-position: center top;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .easystep.easystep02:after {
        width: 187px;
        height: 88px;
        right: -66px;
        top: 240px;
        background-image: url("../images/site/screen02_shape.png");
    }

    .easystep.easystep03:after {
        width: 124px;
        height: 102px;
        right: -67px;
        top: 266px;
        background-image: url("../images/site/screen03_shape.png");
    }

    .easystep.easystep04:after {
        width: 137px;
        height: 101px;
        right: -77px;
        top: 288px;
        background-image: url("../images/site/screen04_shape.png");
    }

    .easystep.easystep05:after {
        display: none;
    }*/
.easystep_details {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

    .easystep_details span {
        font-size: 60px;
        font-weight: 600;
        color: var(--buttoncolor);
        line-height: 60px;
    }

    .easystep_details p {
        font-size: 20px;
        font-weight: 400;
        color: var(--primarycolor);
        text-transform: capitalize;
        line-height: 27px;
    }

        .easystep_details p i {
            display: block;
            font-style: normal;
        }
/* about us*/
.aboutbp {
    width: 100%;
    float: left;
    position: relative;
}


.aboutmain:before {
    content: "";
    position: absolute;
    background-image: url("../images/bgshape3.png");
    background-position: center top;
    background-repeat: no-repeat;
    top: -196px;
    left: 0;
    right: 0;
    height: 579px;
    width: 898px;
    z-index: -1;
    margin: 0 auto;
}

.topdestination {
    position: relative;
    display: inline-block;
}

    .topdestination:after {
        content: "";
        position: absolute;
        background-image: url("../images/bgshape2.png");
        background-position: center top;
        background-repeat: no-repeat;
        top: 0;
        right: 0;
        height: 194px;
        width: 195px;
        animation: 7s wave1 ease-in-out infinite;
        z-index: -1;
    }

@keyframes wave1 {
    0% {
        transform: rotate(0deg);
        right: 0;
    }

    50% {
        transform: rotate(-5deg);
        right: 8px;
    }

    100% {
        transform: rotate(0deg);
        right: 0;
    }
}



.maintopabout:after {
    content: "";
    position: absolute;
    background-image: url("../images/bgshape1.png");
    background-position: center top;
    background-repeat: no-repeat;
    top: 146px;
    left: 16px;
    height: 487px;
    width: 296px;
    z-index: -1;
    animation: 20s bounch infinite linear;
}

@keyframes bounch {
    0% {
        top: 0px;
    }

    50% {
        top: 146px;
    }

    100% {
        top: 0px;
    }
}

.maintopabout:before {
    content: "";
    position: absolute;
    background-image: url("../images/bgshape4.png");
    background-position: center top;
    background-repeat: no-repeat;
    bottom: -8px;
    right: 0;
    height: 239px;
    width: 179px;
    z-index: 1;
}


/*.aboutbp:before {
        content: "";
        position: absolute;
        border-radius: 520px;
        background: linear-gradient(152deg, rgb(47 138 213 / 20%) 11.24%, rgba(255, 255, 255, 0.40) 85.7%);
        filter: blur(100px);
        bottom: -139px;
        left: 72px;
        width: 520px;
        height: 520px;
        z-index: -1;
        background-repeat: no-repeat;
        background-size: cover;
    }*/
.aboutmain {
    float: left;
    width: 100%;
    padding: 23px 0 95px;
    position: relative;
}

.aboutleft {
    float: left;
    width: 49.5%;
}

.aboutright {
    float: left;
    width: 50%;
}

.aboutrightcontent {
    padding: 34px 0 0 75px;
}

    .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;
        }

    .aboutrightcontent p {
        color: var(--subtext-color);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        padding: 0 0 20px;
    }

        .aboutrightcontent p.dptravelstext {
            color: var(--textcolor);
            font-size: 18px;
            font-weight: 500;
            padding: 51px 0 26px;
            line-height: 28px;
        }

.dptravelstext span {
    color: var(--secondary-color);
}



.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: 4px;
    padding: 10px 20px;
    color: var(--pure);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    background-color: var(--secondary-color);
    position: relative;
    overflow: hidden;
    transition: all .35s;
    z-index: 9;
    display: inline-block;
}

.aboutusread {
    display: inline-block;
    padding: 27px 0;
    position: relative;
}

    .aboutusread .readmore:before, .aboutusread .readmore:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: -100%;
        left: 0;
        background-color: var(--textcolor);
        z-index: -1;
        transition: all .35s;
    }

    .aboutusread .readmore:before {
        opacity: .5;
    }

    .aboutusread .readmore:after {
        transition-delay: .2s;
    }

    .aboutusread .readmore:hover {
        color: #fff;
    }

        .aboutusread .readmore:hover:before,
        .aboutusread .readmore:hover:after {
            top: 0;
        }



/*Application and cargo section start*/


.appndcargoarea {
    float: left;
    width: 100%;
    position: relative;
    min-height: 589px
}

    .appndcargoarea:before {
        position: absolute;
        content: '';
        background-color: #EBECF0;
        background-image: url("../images/appbg.webp");
        background-position: left top;
        background-repeat: no-repeat;
        min-height: 528px;
        z-index: -1;
        width: 100%;
        top: 0;
        left: 0;
    }



.appcargoarea {
    width: 100%;
    float: left;
}

    .appcargoarea .apparea {
        float: left;
        width: 40%;
        padding: 110px 0 100px 16.4%;
        position: relative;
    }

        .appcargoarea .apparea:before {
            content: "";
            position: absolute;
            background-image: url("../images/appleft.png");
            background-position: center top;
            background-repeat: no-repeat;
            bottom: 0;
            left: 0;
            height: 200px;
            width: 175px;
        }

        .appcargoarea .apparea p {
            font-size: 20px;
            color: var(--subtext-color);
            font-weight: 500;
            padding: 48px 0 0;
            letter-spacing: 0.6px;
        }

.qrcodearea {
    display: flex;
    width: 100%;
    padding: 41px 0 0;
    align-items: center;
    gap: 38px;
}

    .qrcodearea .qrcode {
        background-color: var(--textcolor);
        border-radius: 20px;
        width: 160px;
        height: 160px;
        text-align: center;
        display: flex;
        padding: 15px;
    }

.qrcodeContent {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.storelink {
    display: flex;
    align-items: center;
    gap: 12px;
}

.qrcodeContent span {
    font-size: 18px;
    color: var(--subtext-color);
    font-weight: 600;
}

.appcargoarea .cargoarea {
    float: right;
    width: 50%;
}


.cargoarea {
    float: right;
    width: 50%;
}

    .cargoarea h1 {
        font-size: 79px;
        -webkit-text-stroke-color: rgba(124 124 151 / 50%);
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 6.2px;
        padding: 24px 0 0 30px;
    }

.cargo_wrap {
    float: right;
    width: 100%;
    position: relative;
    background-image: url("../images/cargobg.png");
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 489px;
    top: -19px;
    padding: 110px 0 0 160px;
    border-radius: 50px 0 0 50px;
}

    .cargo_wrap:after {
        content: "";
        position: absolute;
        background-image: url("../images/cargoright.png");
        background-position: center top;
        background-repeat: no-repeat;
        bottom: 0;
        right: 0;
        height: 148px;
        width: 253px;
        z-index: 1;
    }

    .cargo_wrap .toptitle h5 {
        color: var(--pure);
    }

    .cargo_wrap p {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        color: var(--pure);
        letter-spacing: 0.6px;
        padding: 44px 0 32px 0px;
        width: 42%;
    }

    .cargo_wrap span {
        display: block;
        padding: 0 0 35px;
    }

        .cargo_wrap span a {
            font-size: 18px;
            font-weight: 500;
            color: var(--pure) !important;
            background-image: url("../images/icon01.svg");
            background-position: left -2px;
            background-repeat: no-repeat;
            padding: 0px 0 0 21px;
            display: block;
            height: 26px;
        }




.trackbtn {
    display: inline-block;
}


    .trackbtn a {
        font-size: 16px;
        color: var(--pure);
        font-weight: 500;
        display: inline-block;
        background-color: var(--secondary-color);
        border-radius: 4px;
        padding: 9px 20px 8px;
        position: relative;
        overflow: hidden;
        transition: all .35s;
        z-index: 9;
    }

        .trackbtn a:before, .trackbtn a:after {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            top: -100%;
            left: 0;
            background-color: var(--subtext-color);
            z-index: -1;
            transition: all .35s;
        }

        .trackbtn a:before {
            opacity: .5;
        }

        .trackbtn a:after {
            transition-delay: .2s;
        }

        .trackbtn a:hover {
            color: #fff;
        }

            .trackbtn a:hover:before,
            .trackbtn a:hover:after {
                top: 0;
            }




/*Application and cargo section end*/


/*Amenities Start here*/
.amenities {
    width: 100%;
    float: left;
}

.amenities_wrapper {
    width: 100%;
    float: left;
    clear: both;
    background-image: url("../images/amenitiesbg.png");
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 569px;
    margin: -79px 0 0;
    padding: 70px 0 0;
}

    .amenities_wrapper .container {
        /* max-width: 1260px;*/
    }

.amenities_main {
    width: 100%;
    float: left;
    padding: 100px 0;
}



.amenitiesicon {
    /* float: left; */
    filter: drop-shadow(0px 4px 10px rgba(57, 57, 103, 0.15));
    display: inline-block;
    text-align: center;
    width: 100%;
}

.amenities_area {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.amenities_box {
    width: 196px;
    float: left;
    position: relative;
    cursor: pointer;
    padding: 56px 0 0 0;
    clip-path: polygon(50% 0%, 100% 67%, 75% 100%, 26% 100%, 0 66%);
    background-color: var(--textcolor);
    height: 150px;
    text-align: center;
}



    .amenities_box span {
        background-image: url("../images/icon01.svg");
        background-position: 100% -1713px;
        background-repeat: no-repeat;
        width: 62px;
        height: 62px;
        display: inline-block;
        text-align: center;
    }

.amenities_area:hover .amenities_box span {
    animation: rotate-vertical 1.1s ease-out;
}

@keyframes rotate-vertical {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.amenities_box.amenities_box02 span {
    background-position: 100% -1966px;
}

.amenities_box.amenities_box03 span {
    background-position: 100% -2208px;
}

.amenities_box.amenities_box04 span {
    background-position: 100% -2456px;
}

.amenities_box.amenities_box05 span {
    background-position: 100% -2714px;
}

.amenities_box.amenities_box06 span {
    background-position: 100% -2976px;
}

.amenitiesliderbox {
    padding: 53px 0 0;
}

    .amenitiesliderbox .container {
        max-width: 1281px;
    }

.amenities_main .autoplayroute .slick-prev.slick-arrow {
    content: "";
    position: absolute;
    z-index: 1;
    left: -77px;
    top: 46.7%;
    width: 64px;
    height: 20px;
    cursor: pointer;
    color: transparent;
    border: none;
    background-color: transparent;
}

    .amenities_main .autoplayroute .slick-prev.slick-arrow:before {
        display: none;
    }

.amenities_main .autoplayroute .slick-next.slick-arrow {
    content: "";
    position: absolute;
    z-index: 1;
    right: -77px;
    top: 46.8%;
    width: 64px;
    height: 20px;
    color: transparent;
    border: none;
    background-color: transparent;
}

    .amenities_main .autoplayroute .slick-next.slick-arrow:before {
        content: "";
        position: absolute;
        background-image: url(../images/iconsm.png);
        background-repeat: no-repeat;
        background-position: left -973px;
        width: 64px;
        height: 20px;
        left: 0;
    }


.amenities_main .slick-slider {
    margin: 0 -24px;
}

    .amenities_main .slick-slider .slick-list {
        margin: 0 10px 0 24px;
    }

.amenities_main .slick-slide {
    display: inline-block !important;
    padding: 0;
    text-align: center;
}

/*.amenities_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 78px;
}

.amenities_box {
    display: flex;
    flex-basis: 20%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 27px;
}
*/
/*.amenities_box span {
        width: 142px;
        height: 108px;
        background-image: url("../images/site/amenities.svg");
        background-position: center -10px;
        background-repeat: no-repeat;
        transition: all .5s;
    }

        .amenities_box span:hover {
            cursor: pointer;
            transform: scale(0.9);
            transition: all .5s;
        }

    .amenities_box.amenities_box02 span {
        background-position: center -316px;
    }

    .amenities_box.amenities_box03 span {
        background-position: center -622px;
    }

    .amenities_box.amenities_box04 span {
        background-position: center -928px;
    }

    .amenities_box.amenities_box05 span {
        background-position: center -1234px;
    }

    .amenities_box.amenities_box06 span {
        background-position: center -1539px;
    }

    .amenities_box.amenities_box07 span {
        background-position: center -1845px;
    }

    .amenities_box.amenities_box08 span {
        background-position: center -2151px;
    }

    .amenities_box.amenities_box09 span {
        background-position: center -2457px;
    }

    .amenities_box.amenities_box10 span {
        background-position: center -2763px;
    }*/

.amenitiesicon p {
    color: var(--textcolor);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    padding: 30px 0 0;
}

.amenities_area:hover p {
    color: var(--secondary-color);
    transition: 0.4s all ease;
}
/*Counter Start Here*/
.counter {
    width: 100%;
    float: left;
    display: none;
}

.counterwrap {
    width: 100%;
    float: left;
    padding: 70px 0 0;
}

.somefacts {
    width: 100%;
    float: left;
    text-align: center;
}

    .somefacts .factsbox {
        width: 33%;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        padding: 0;
        position: relative;
    }

        .somefacts .factsbox .countericon {
            width: 100%;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
            background-image: url("../images/site/counticon.svg");
            background-position: center 0;
            background-repeat: no-repeat;
            height: 40px;
        }

        .somefacts .factsbox.factsbox02 .countericon {
            background-position: center -230px;
        }

        .somefacts .factsbox.factsbox03 .countericon {
            background-position: center -460px;
        }

.factsbox .numbers {
    color: var(--textcolor);
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    font-weight: 700;
    margin: 0;
    padding: 20px 0 0;
}

.factsbox h3 {
    margin: 0;
    line-height: normal;
    color: var(--textcolor);
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 7px 0 10px;
}


/*mobile bottom menu style*/


.screenpart {
    width: 100%;
    float: left;
    display: none;
}


/*Features Style Start Here*/
/*.features {
    width: 100%;
    float: left;
    clear: both;
    padding: 88px 0 40px;
}

.featureswrapper {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0;
}

.featurescontent {
    width: 100%;
    float: left;
    padding: 0px 0 0;
}

.featurerow {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.featurebox {
    flex-basis: 20%;
    text-align: center;
}

    .featurebox h5 {
        width: 100%;
        float: left;
        font-size: 18px;
        font-weight: 700;
        color: var(--primarycolor);
        padding: 30px 0 0;
    }

    .featurebox .featureimage {
        background-image: url(../Images/Images.webp);
        background-position: center 0px;
        background-repeat: no-repeat;
        display: inline-block;
        height: 152px;
        width: 100%;
    }

        .featurebox .featureimage.featureimage02 {
            background-position: center -286px;
        }

        .featurebox .featureimage.featureimage03 {
            background-position: center -582px;
        }

        .featurebox .featureimage.featureimage04 {
            background-position: center -873px;
        }

        .featurebox .featureimage.featureimage05 {
            background-position: center -1163px;
        }

        .featurebox .featureimage.featureimage06 {
            background-position: center -1452px;
        }

        .featurebox .featureimage.featureimage07 {
            background-position: center -1742px;
        }

        .featurebox .featureimage.featureimage08 {
            background-position: center -2033px;
        }

        .featurebox .featureimage.featureimage09 {
            background-position: center -2323px;
        }

        .featurebox .featureimage.featureimage10 {
            background-position: center -2607px;
        }


.featureboxtooltipwrap .tool.toolbackgroung:after {
    left: 50%;
    opacity: 0;
    position: absolute;
    z-index: -100;
    background-image: url(../Images/Double_Driver.webp);
    background-position: 14px center;
    background-size: 100px;
    background-repeat: no-repeat;
    padding: 20px 20px 20px 120px;
}


.featuremorebutton {
    width: 100%;
    float: left;
    text-align: center;
    padding: 40px 0 0px;
}

    .featuremorebutton a {
        font-size: 18px;
        font-weight: 700;
        color: var(--pure);
        background-color: var(--primarycolor);
        padding: 8px 30px;
        border-radius: 4px;
        display: inline-block;
        transition: 0.2s all;
    }

        .featuremorebutton a:hover,
        .featuremorebutton a:focus {
            background-color: var(--secondary-color);
            color: var(--primarycolor);
            transition: 0.2s all;
        }

.featureboxtooltip {
    width: 100%;
    float: left;
    padding: 30px 50px 40px;
}

    .featureboxtooltip span:after {
        text-align: left;
        white-space: normal;
    }

    .featureboxtooltip span:focus {
        outline: none;
    }

    .featureboxtooltip .featureboxtooltipwrap {
        overflow: visible;
        text-align: center;
        width: 100%;
    }

    .featureboxtooltip pre {
        background: #fff;
        display: inline-block;
        font-size: .55em;
        margin-top: 2em;
        padding: 1em;
    }*/
/*.featureboxtooltip .tool {
        cursor: help;
        position: relative;
    }


        .featureboxtooltip .tool::before,
        .featureboxtooltip .tool::after {
            left: 50%;
            opacity: 0;
            position: absolute;
            z-index: -100;
        }

        .featureboxtooltip .tool:hover::before,
        .featureboxtooltip .tool:focus::before,
        .featureboxtooltip .tool:hover::after,
        .featureboxtooltip .tool:focus::after {
            opacity: 1;
            transform: scale(1) translateY(0);
            z-index: 100;
        }

        .featureboxtooltip .tool::before {
            border-style: solid;
            border-width: 1em 0.75em 0 0.75em;
            border-color: var(--secondary-color)transparent transparent transparent;
            bottom: 95px;
            content: "";
            margin-left: -0.5em;
            transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26), opacity .65s .5s;
            transform: scale(.6) translateY(-90%);
        }

        .featureboxtooltip .tool:hover::before,
        .featureboxtooltip .tool:focus::before {
            transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
        }

        .featureboxtooltip .tool::after {
            background: var(--secondary-color);
            border-radius: .25em;
            bottom: 110px;
            color: var(--pure);
            content: attr(data-tip);
            margin-left: -8.75em;
            padding: 1em;
            transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
            transform: scale(.6) translateY(50%);
            width: 17.5em;
        }

        .featureboxtooltip .tool:hover::after,
        .featureboxtooltip .tool:focus::after {
            transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26);
        }

@media (max-width: 760px) {
    .featureboxtooltip .tool::after {
        font-size: .75em;
        margin-left: -5em;
        width: 10em;
    }
}*/
/*Features Style End Here*/
/*Choose Us Section Style Start Here*/
/*.chooseusfacility {
    width: 100%;
    float: left;
    clear: both;
    background-color: var(--tertiary-color);
    padding: 80px 0;
}

.chooseus {
    width: 100%;
    float: left;
    clear: both;
    padding: 0px 0 0;
}

.choosewrapper {
    width: 100%;
    float: left;
}

.choosecontent {
    width: 100%;
    float: left;
    text-align: center;
}

.chooseusrow {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    padding: 60px 0 0;
}

.chooseuscard {
    flex-basis: 380px;
    height: 276px;
    padding: 40px 0 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 0;
}

    .chooseuscard:after {
        content: '';
        position: absolute;
        width: 380px;
        height: 276px;
        background-color: var(--primarycolor);
        top: 0;
        left: 0;
        z-index: -2;
        border-radius: 6px;
    }

    .chooseuscard::before {
        content: '';
        position: absolute;
        width: 0px;
        height: 276px;
        background-color: var(--secondary-color);
        top: 0;
        left: 0;
        z-index: -1;
        transition: 0.5s ease-in-out;
        border-radius: 6px;
        opacity: 0;
    }

    .chooseuscard:hover::before {
        width: 380px;
        opacity: 1;
    }

    .chooseuscard:hover p {
        color: var(--primarycolor);
    }

    .chooseuscard:hover .choosecardtext {
        color: var(--primarycolor);
    }

.chooseuscardimage {
    height: 84px;
    width: 100%;
    display: block;
    background-image: url(../Images/Images.webp);
    background-position: center -4192px;
    background-repeat: no-repeat;
}

    .chooseuscardimage.chooseuscardimage02 {
        background-position: center -4422px;
    }

    .chooseuscardimage.chooseuscardimage03 {
        background-position: center -4652px;
    }

.chooseuscard p {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--secondary-color);
    padding: 34px 36px 11px;
    transition: 0.5s;
}

.choosecardtext {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: var(--pure);
    line-height: normal;
    transition: 0.5s;
}

    .choosecardtext span,
    .choosecardtext em,
    .choosecardtext i {
        font-style: normal;
        display: block;
    }*/
/*Choose Us Section Style End Here*/
/*Link Download Style Start Here*/
/*.downloadlink {
    width: 100%;
    float: left;
    clear: both;
    padding: 40px 0 0;
}

.downloadbusimage {
    width: 100%;
    float: left;
    text-align: right;
    margin: 0 0 -1px;
}

    .downloadbusimage em {
        height: 100px;
        width: 100%;
        display: block;
        background-image: url(../Images/Title_Shape.webp);
        background-position: right -1285px;
        background-repeat: no-repeat;
    }

.downloadapplication {
    width: 100%;
    float: left;
    background-color: var(--primarycolor);
    padding: 40px 0;
    text-align: center;
}*/
/*Link Download Style End Here*/
/* Testimonial Style Start Here*/
/*.testimonial {
    width: 100%;
    float: left;
    clear: both;
    padding: 80px 0 0;
}

.testimonialwrapper {
    width: 50%;
    float: left;
    text-align: center;
    padding: 60px 0 0;
}

.subtitle {
    font-size: 22px;
    font-weight: 600;
    color: var(--secondary-color);
    text-align: left;
    padding: 0 0 30px;
}

.clientfeedback {
    width: 100%;
    float: left;
    padding: 20px 0 0;
}

    .clientfeedback p {
        font-size: 16px;
        font-weight: 400;
        color: var(--pure);
    }

        .clientfeedback p a {
            font-size: 16px;
            font-weight: normal;*/
/* font-family: 'latobold'; */
/*color: var(--pure);
            border-bottom: 1px solid var(--secondary-color);
        }

            .clientfeedback p a:hover,
            .clientfeedback p a:focus {
                color: var(--secondary-color);
            }*/
/*.testim {
    width: 100%;
    position: relative;
}

    .testim .wrap {
        position: relative;
        width: 100%;
        padding: 0;
        margin: auto;
        border: 6px solid var(--tertiary-color);
        padding: 40px 60px 40px 100px;
    }

    .testim .arrow {
        display: none;
    }

    .testim .dots {
        text-align: center;
        position: relative;
        width: 100%;
        bottom: -20px;
        left: 0;
        display: block;
        z-index: 1;
        height: 12px;
        padding: 0;
    }

        .testim .dots .dot {
            list-style-type: none;
            display: inline-block;
            vertical-align: middle;
            width: 12px;
            height: 12px;
            border: 3px solid var(--secondary-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(--pure);
        }

            .testim .dots .dot.active {
                background: var(--secondary-color);
                border-color: var(--secondary-color);
                width: 16px;
                height: 16px;
            }

            .testim .dots .dot.active {
                -webkit-animation: testim-scale .5s ease-in-out forwards;
                -moz-animation: testim-scale .5s ease-in-out forwards;
                -ms-animation: testim-scale .5s ease-in-out forwards;
                -o-animation: testim-scale .5s ease-in-out forwards;
                animation: testim-scale .5s ease-in-out forwards;
                width: 16px;
                height: 16px;
            }

    .testim .cont {
        position: relative;
        overflow: hidden;
    }

        .testim .cont > div {
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
            padding: 0 0 70px 0;
            opacity: 0;
        }

            .testim .cont > div.inactive {
                opacity: 1;
            }

            .testim .cont > div.active {
                position: relative;
                opacity: 1;
            }

.testimonialuserdetails {
    width: 100%;
    float: left;
    text-align: left;
    padding: 40px 0 0;
}

    .testimonialuserdetails .img {
        display: inline-block;
        vertical-align: middle;
    }

    .testimonialuserdetails .customername {
        display: inline-block;
        vertical-align: middle;
        padding: 0 0 0 10px;
    }

        .testimonialuserdetails .customername h2 {
            color: var(--secondary-color);
            font-size: 16px;
            font-weight: 600;
            margin: 15px 0;
        }

            .testimonialuserdetails .customername h2 span {
                font-size: 16px;
                font-weight: 400;
                color: #AAAAAA;
                display: block;
                padding: 10px 0 0;
            }

.testim .cont div .img img {
    display: block;
    text-align: left;
}



.testim .cont div p {
    font-size: 16px;
    font-weight: 400;
    color: var(--primarycolor);
    width: 100%;
    text-align: left;
    line-height: 30px;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}*/
/*@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #fff;
        box-shadow: 0px 0px 0px 0px #fff;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #fff;
        box-shadow: 0px 0px 10px 5px #fff;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px var(--secondary-color);
        box-shadow: 0px 0px 10px 5px var(--secondary-color);
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px var(--secondary-color);
        box-shadow: 0px 0px 0px 0px var(--secondary-color);
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #fff;
        box-shadow: 0px 0px 0px 0px #fff;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #fff;
        box-shadow: 0px 0px 10px 5px #fff;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px var(--secondary-color);
        box-shadow: 0px 0px 10px 5px var(--secondary-color);
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px var(--secondary-color);
        box-shadow: 0px 0px 0px 0px var(--secondary-color);
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #fff;
        box-shadow: 0px 0px 0px 0px #fff;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #fff;
        box-shadow: 0px 0px 10px 5px #fff;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px var(--secondary-color);
        box-shadow: 0px 0px 10px 5px var(--secondary-color);
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px var(--secondary-color);
        box-shadow: 0px 0px 0px 0px var(--secondary-color);
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #fff;
        box-shadow: 0px 0px 0px 0px #fff;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #fff;
        box-shadow: 0px 0px 10px 5px #fff;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px var(--secondary-color);
        box-shadow: 0px 0px 10px 5px var(--secondary-color);
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px var(--secondary-color);
        box-shadow: 0px 0px 0px 0px var(--secondary-color);
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #fff;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #fff;
    }

    70% {
        box-shadow: 0px 0px 10px 5px var(--secondary-color);
    }

    100% {
        box-shadow: 0px 0px 0px 0px var(--secondary-color);
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}*/
/*.customersaving {
    width: 50%;
    float: left;
    text-align: center;
    padding: 60px 0 0 80px;
}

.customerlisting {
    width: 100%;
    float: left;
    height: 302px;
    overflow-y: scroll;
}

    .customerlisting::-webkit-scrollbar {
        border-radius: 10px;
        width: 6px;
        box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .customerlisting::-webkit-scrollbar-thumb {
        border-radius: 10px;
        width: 6px;
        background-color: var(--secondary-color);
    }

.customertopsaving {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    padding: 0 10px 10px 0px;
    border-bottom: 2px solid var(--tertiary-color);
    margin-bottom: 8px;
}

.listname {
    flex-grow: 4;
    text-align: left;
}

.listtrip {
    flex-grow: 1;
    text-align: left;
}

.listsaving {
    flex-grow: 1;
    text-align: right;
}

.savingtext label {
    font-size: 14px;
    font-weight: 400;
    color: #AAAAAA;
    padding: 0 0 3px;
}

.savingtext p {
    font-size: 16px;
    font-weight: 400;
    color: var(--primarycolor);
}*/
/* Testimonial Style End Here*/


/* Footer Style Start Here */
.footer_wrapper {
    width: 100%;
    float: left;
    clear: both;
}

.footer_main {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0;
}



.footer_main_block {
    width: 100%;
    float: left;
}

.footer_bg {
    width: 100%;
    float: left;
    background: var(--textcolor);
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 662px;
}

.footer_maindetails {
    width: 100%;
    float: left;
    padding: 89px 0 0;
}

.footer_topdetails_card {
    width: 26.5%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    background-image: url("../images/footercontactbg.png");
    background-position: 20% 102px;
    background-repeat: no-repeat;
    min-height: 132px;
}

.contact_details {
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding: 40px 0 0;
}

.footercard {
    display: flex;
}


    .footercard span {
        display: flex;
        flex-direction: column;
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.6);
        background-image: url("../images/icon01.svg");
        background-position: 6px -3236px;
        background-repeat: no-repeat;
        padding: 0 0 0 35px;
    }

    .footercard.footercard2 span {
        background-position: 3px -3677px;
    }

    .footercard.footercard3 span {
        background-position: 4px -3459px;
    }

    .footercard .dualnumber {
        display: grid;
        grid-template-columns: auto auto;
    }

    .footercard span a {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: var(--pure);
    }

    .footercard p {
        color: var(--pure);
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
    }

    .footercard span a:hover {
        color: var(--secondary-color);
    }

.footer_navbar_address {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 0 74px;
}

.footer_title h5 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--pure);
    padding: 0 0 10px;
    position: relative;
    text-transform: capitalize;
}

    .footer_title h5:after {
        /* width: 78px;
        height: 4px;
        border-radius: 10px;
        background-color: var(--buttoncolor);
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;*/
    }

.footer_navbar {
    display: flex;
    justify-content: space-between;
    gap: 98px;
}

.fooret_navbar_block.fooret_navbar_block02 {
    flex-basis: 6.8%;
}

.footer_navlinks {
    display: flex;
    gap: 100px;
    padding: 39px 0 0;
}

    .footer_navlinks ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        display: flex;
        flex-direction: column;
        gap: 13px;
    }

        .footer_navlinks ul li a {
            color: var(--pure);
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            transition: .4s ease;
            -webkit-transition: .4s ease;
            -moz-transition: .4s ease;
            -ms-transition: .4s ease;
            -o-transition: .4s ease;
        }

            .footer_navlinks ul li a i {
                display: none;
            }

            .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_address {
    flex-basis: 28%;
}

.footer_address_details {
    padding: 61px 0 0 0;
    background-image: url("../images/site/icon01.svg");
    background-position: left -1750px;
    background-repeat: no-repeat;
}


    .footer_address_details span {
        font-size: 14px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.6);
    }

    .footer_address_details p {
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        color: var(--primarycolor);
        padding: 1px 0 0;
    }

        .footer_address_details p i {
            font-style: normal;
            display: block;
        }

.footer_social_block {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

.socialbox {
    display: inline-block;
    text-align: center;
    background-color: var(--textcolor);
    position: relative;
    z-index: 2;
    padding: 0 27px;
}

.footer_social_block::after {
    position: absolute;
    content: "";
    margin: 0 auto;
    top: 20px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 10%);
    z-index: 1;
}

.socialicon {
    display: inline-block;
}

.socialbox span.socialicon {
    font-size: 14px;
    font-weight: 400;
    background-color: #415B9E;
    padding: 9px 16px;
    border-radius: 4px;
    margin: 0 16px;
}

    .socialbox span.socialicon.socialicon02 {
        background-color: #47AAE4;
    }

    .socialbox span.socialicon.socialicon03 {
        background-color: #ED401A;
    }

.socialicon a {
    color: var(--pure);
}

    .socialicon a:hover, .socialicon a:focus {
        color: var(--pure);
    }


.bottomfooter {
    width: 100%;
    padding: 49px 0 0;
    display: inline-block;
    text-align: center;
}

.copyrights {
    color: var(--pure);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 6px 0 46px;
}

    .copyrights a {
        color: var(--pure);
    }

        .copyrights a:hover, .copyrights a:focus {
            color: var(--secondary-color);
        }

.poweredby {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
}

    .poweredby span {
        float: left;
        color: #CBCBCB;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 1px 0 0;
    }

    .poweredby a {
        float: left;
    }
/* 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;
        }*/




/*.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(--primarycolor) !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(--textcolor);
    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(--primarycolor);
    outline: none;
    border: none;
    border-radius: 8px;
    padding: 0 0 0 45px;
    background-image: url(../Images/Icons.png);
    background-position: 12px -2281px;
    background-repeat: no-repeat;
}

.modifybookingsearch .modifyinput.modifyfromcity input {
    background-position: 18px -2502px;
}

.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: 18px -2722px;
    padding: 0 0 0 60px;
}

.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 4px 4px 50px;
    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 60px;
}


/* 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(--pure);
    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(--primarycolor);
        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(--primarycolor);
    }

    .routeleftsidetitle i {
        font-size: 22px;
        color: var(--primarycolor);
        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(--primarycolor);
    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(--primarycolor);
    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 #f1f1f1;
    padding: 20px 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(--primarycolor);
        display: inline-block;
        margin-right: 0;
        border-radius: 2px;
        position: absolute;
        right: 0;
        top: 1px;
    }

    .filtercheckbox input[type="checkbox"]:checked ~ label:before {
        background: var(--primarycolor) 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(--primarycolor);
        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(--primarycolor);
        padding: 0;
    }

    .filtercheckbox.sortingfilter .css-vqmohf-MuiButtonBase-root-MuiRadio-root {
        padding: 0;
        color: var(--primarycolor);
    }

    .filtercheckbox.sortingfilter .css-ahj2mt-MuiTypography-root {
        margin: 0;
        font-family: 'Poppins', sans-serif !important;
        font-weight: 400;
        font-size: 16px;
        color: var(--primarycolor);
        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 #dadada;
        padding: 0 10px 0 !important;
        color: var(--primarycolor);
    }

    .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(--primarycolor);
        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(--primarycolor);
    }

        .pickupsearch input:focus {
            color: var(--primarycolor);
            border-color: #d5d7df;
        }

    .pickupsearch i {
        font-size: 22px;
        color: var(--primarycolor);
        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(--primarycolor);
        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(--primarycolor);
    }

    .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 {
    width: 100%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.buscountnumber {
    float: left;
    display: none;
}

    .buscountnumber p {
        font-size: 20px;
        font-weight: 600;
        color: var(--textcolor);
    }

        .buscountnumber p label {
            font-size: 22px;
            font-weight: 600;
            color: var(--buttoncolor);
        }

.filterbuttonsidebar a {
    padding: 10px 20px;
    color: var(--maincolor);
    border: 1px solid var(--maincolor);
    border-radius: 50px;
}

    .filterbuttonsidebar a i {
        padding: 0 6px 0 0;
    }

    .filterbuttonsidebar a:hover, .filterbuttonsidebar a:focus {
        color: var(--maincolor);
    }

.bussortbylisting {
    float: right;
}

    .bussortbylisting p {
        font-size: 16px;
        font-weight: 600;
        color: var(--primarycolor);
        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(--primarycolor);
        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;
    }

.travelsname {
    padding: 20px 0 0 40px;
    font-size: 20px;
    font-weight: 600;
    color: #D51C55;
}

.busroutetimetable {
    width: 100%;
    float: left;
    padding: 15px 40px 0;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.bustiming {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    flex-basis: 50%;
}


.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(--primarycolor);
    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(--primarycolor);
    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(--primarycolor);
        text-transform: uppercase;
    }

    .busfairdetails span {
        font-size: 28px;
        font-weight: 700;
        color: var(--primarycolor);
    }

        .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(--primarycolor);
}

.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(--primarycolor);
        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: #f1f1f1;
    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(--secondary-color);
        border-radius: 4px;
        cursor: pointer;
        color: var(--pure);
    }

        .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(--primarycolor);
        }


/*Review Tabbing Slider Style Start Here*/

.testimonialtabwrapper {
    width: 100%;
    float: left;
    text-align: center;
}

.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(--primarycolor);
        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(--primarycolor);
        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(--primarycolor);
        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(--primarycolor);
    }

        .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: flex-start;
    flex-wrap: wrap;
}

.amenities-tab-box {
    width: 25%;
    text-align: left;
    padding: 10px 0;
}

    .amenities-tab-box i,
    .amenities-tab-box p {
        font-size: 22px;
        color: var(--primarycolor);
        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;
        box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .boarding-list-type::-webkit-scrollbar-thumb {
        border-radius: 10px;
        width: 6px;
        background-color: var(--maincolor);
    }

.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(--primarycolor);
            border-radius: 4px;
            margin: 0 6px;
            cursor: pointer;
            font-size: 14px;
            background-color: var(--pure);
        }

            .seatpricefilter ul li.active {
                background-color: var(--primarycolor);
                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 40px 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(--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(--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(--primarycolor);
    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(--primarycolor);
    border: 1px solid var(--textcolor);
}



.seat-icon02.seat_available {
    background-color: #fff;
    color: var(--primarycolor);
    border: 1px solid var(--textcolor);
}

/*Seat Available for lady*/
.seat-icon.seat_available_ladies {
    background-color: #fff;
    color: var(--primarycolor);
    border: 1px solid var(--textcolor);
}

.seat-icon02.seat_available_ladies {
    background-color: #fff;
    color: var(--primarycolor);
    border: 1px solid var(--textcolor);
}


/*Seat Reserved*/
.seat-icon.seat_reserved {
    background-color: var(--subtext-color);
    color: var(--pure);
    border: 1px solid var(--textcolor);
}

.seat-icon02.seat_reserved {
    background-color: var(--subtext-color);
    color: var(--pure);
    border: 1px solid var(--textcolor);
}


/*Seat Booked By Lady*/
.seat-icon.seat__booked_ladies {
    background-color: #FF91AB;
    color: var(--primarycolor);
    border: 1px solid var(--textcolor);
}

.seat-icon02.seat__booked_ladies {
    background-color: #FF91AB;
    color: var(--primarycolor);
    border: 1px solid var(--textcolor);
}



/*Seat Selected*/
.seat-icon.seat_selected {
    background-color: var(--primarycolor);
    color: var(--pure);
    border: 1px solid var(--textcolor);
}

.seat-icon02.seat_selected {
    background-color: var(--primarycolor);
    color: var(--pure);
    border: 1px solid var(--textcolor);
}


/*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: #383967 !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( --primarycolor) !important;
}

    .css-13hjud9-MuiTooltip-tooltip h4 {
        font-size: 16px !important;
        background-color: var(--primarycolor) !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(--maincolor) !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(--primarycolor);
        display: flex;
        align-items: center;
    }

        .seatindicator .seat01 em {
            border: 1px solid var(--textcolor);
            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(--textcolor);
            background-color: var(--subtext-color);
        }

        .seatindicator .seat01.seat04 em {
            border: 1px solid var(--textcolor);
            background-color: #FF91AB;
        }

        .seatindicator .seat01.seat05 em {
            border: 1px solid var(--textcolor);
            background-color: #383967;
        }

        .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: #f5f5f5;
    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(--primarycolor);
    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(--primarycolor);
    }

.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: #f5f5f5;
    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(--primarycolor);
    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(--primarycolor);
        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(--primarycolor);
        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(--primarycolor);
    }

    .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(--primarycolor);
            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(--secondary-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(--primarycolor);
        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(--primarycolor);
    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(--primarycolor);
}

    .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(--primarycolor);
    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(--primarycolor);
        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;
        }

    .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(--textcolor) 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(--textcolor);
        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(--primarycolor);
        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(--primarycolor);
    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(--maincolor) !important;
}

.passengertitle.passengertitle01 {
    padding: 0 0 0px;
}

.passengerbox.terms_conditions {
    background-color: #f5f5f5;
    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(--primarycolor);
        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(--primarycolor);
        box-shadow: inset 0 0 0 4px #f4f4f4;
    }

    .paymentbox .radio input[type=radio]:focus + .radio-label:before {
        outline: none;
        border-color: var(--primarycolor);
    }

    .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;
    }

.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(--primarycolor);
    }

    .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(--pure);
    background-color: var(--subtext-color);
    width: 100%;
    float: left;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px dashed var(--textlight);
}

.journeysubtitle {
    width: 100%;
    float: left;
    padding: 20px 20px;
    font-size: 18px;
    font-weight: 700;
    color: var(--primarycolor);
}

.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(--primarycolor);
        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: center;
    padding: 20px 0 60px;
}

    .bookingconfirmbtn button {
        font-size: 16px;
        font-weight: 600;
        color: var(--pure);
        background-color: var(--primarycolor);
        border: none;
        border-radius: 4px;
        padding: 12px 36px;
        text-transform: uppercase;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    }


/*************************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(--primarycolor);
    background-color: #acceee2e !important;
    font-weight: 600;
}


.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(--primarycolor);
    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(--primarycolor);
        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: 2px solid var(--primarycolor);
        outline: none;
        background-color: var(--pure);
        background-color: transparent;
        padding: 0 10px;
        height: 50px;
    }


        .managepnr input:focus,
        .managepnr input:target {
            border: 2px solid var(--primarycolor);
            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(--primarycolor);
                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(--primarycolor);
    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(--primarycolor);
}

/*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(--primarycolor);
        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(--tertiary-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: 1px solid #c2c2c2;
            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:hover ,
            .mybooking-tabs .tab-list > li.active  {
                background-color: var(--primarycolor);
            }

            .mybooking-tabs .tab-list > li > h3 {
                font-weight: 700;
                display: block;
                transition: all 500ms ease;
                font-size: 16px;
                color: var(--subtext-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(--primarycolor);
            background: transparent;
            padding: 0 0 10px;
            height: auto;
            width: auto;
            text-transform: capitalize;
            display: inline-block;
            flex-basis: auto;
        }

        .profileinputdetails .profileinputdata input {
            width: 100%;
            border: 2px solid #ececec;
            outline: none;
            background-color: transparent;
            padding: 0 10px;
            height: 50px;
        }


            .profileinputdetails .profileinputdata input:focus, .profileinputdetails .profileinputdata input:target {
                border: 2px solid var(--maincolor);
                background-color: var(--tertiary-color);
            }

    .profileinputdetails.profileinputdetailsbtn {
        width: 100%;
        float: left;
        padding: 10px 0 10px;
        text-align: center;
        display: block;
    }

        /*.profileinputdetails.profileinputdetailsbtn button {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px 40px;
        letter-spacing: 1px;
        background-color: var(--secondary-color);
        border: none;
        border-radius: 2px;
        color: var(--pure);
    }*/
        .profileinputdetails.profileinputdetailsbtn button {
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            padding: 10px 40px;
            letter-spacing: 1px;
            background-color: var(--secondary-color);
            border: none;
            border-radius: 2px;
            color: var(--pure);
        }

            .profileinputdetails.profileinputdetailsbtn button:hover,
            .profileinputdetails.profileinputdetailsbtn button:focus {
                background-color: var(--primarycolor);
                color: var(--pure);
            }

.popuserdetail.profileinputdata.profileinputradio input {
    display: none;
}

/*Profile Style End*/


.input-group-addon .fa.fa-calendar {
    line-height: 3 !important;
}

.mybooking_tabscontent table {
    border: 2px solid #E6E6E6;
    width: 100%;
    text-align: center;
}

    .mybooking_tabscontent table thead tr {
        background-color: var(--primarycolor);
        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(--primarycolor);
            }

.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: #383967 !important;
        border-color: #383967 !important;
    }

        .mybkdp .btn-primary:hover, .mybkdp .btn-primary:focus {
            color: #fff !important;
            background-color: #D51C55 !important;
            border-color: #D51C55 !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 {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    padding: 50px 40px 10px 24px;
    gap: 24px;
    position: relative;
}

.captchin {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 0 0 15px;
}



/*.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;
    position: absolute;
    top: 0;
    right: 0;
}

    .popupclosebutton i {
        font-size: 26px;
        color: var(--primarycolor);
        cursor: pointer;
    }

        .popupclosebutton i:hover {
            color: var(--secondary-color);
        }

.loginbkpopup {
    width: 100%;
    float: left;
}

.popuserdetail {
    width: 100%;
    float: left;
    padding: 0 20px 20px;
}

.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(--primarycolor);
        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: 700;
    color: var(--secondary-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(--primarycolor);
}

.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;
}

.popupuserdetail input, .popuserdetail input {
    width: 100%;
    border: 1px solid var(--primarycolor);
    outline: none;
    background-color: var(--pure);
    color: var(--primarycolor);
    background-color: transparent;
    padding: 0 10px;
    height: 50px;
}

    .popupuserdetail input:focus, .popupuserdetail input:target {
        border: 1px solid var(--primarycolor);
        /*box-shadow: 0 0 5px rgb(0, 85, 165, 0.60);*/
        box-shadow: none;
    }

    .popuserdetail input:focus, .popuserdetail input:target {
        border: 1px solid var(--primarycolor);
        /*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%;
        }

.popupuserdetail {
    width: 100%;
    float: left;
    padding: 0 20px 20px;
}

.popupuserdetail label {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    display: block;
    padding: 0 0 10px;
}

.popupuserdetail input:focus, .popupuserdetail input:target {
    border: 1px solid var(--primarycolor);
    /*box-shadow: 0 0 5px rgb(0, 85, 165, 0.60);*/
    box-shadow: none;
}

    /*.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(--primarycolor);
                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(--primarycolor);
}

.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(--primarycolor);
        color: var(--primarycolor);
        margin: 0;
    }


    .googlelink a {
        color: var(--primarycolor) !important;
        font-size: 16px;
        font-weight: 600;
        border: 1px solid var(--primarycolor);
        padding: 4px 18px;
        border-radius: 4px;
        position: relative;
        display: inline-block;
    }

        .googlelink a:hover, .googlelink a:focus {
            border: 1px solid var(--primarycolor);
            /*box-shadow: 0 0 5px rgb(0, 85, 165, 0.60);*/
            box-shadow: none;
        }

        .googlelink a i {
            color: var(--primarycolor);
            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(--primarycolor);
            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(--primarycolor);
            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(--primarycolor);
                color: var(--pure);
            }

.modifyarticledetails table {
    border: 2px solid #E6E6E6;
    width: 100%;
    text-align: center;
}

    .modifyarticledetails table thead tr {
        background-color: var(--primarycolor);
        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(--primarycolor);
        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(--primarycolor);
    }

    .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(--primarycolor);
}


.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(--primarycolor);
        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(--primarycolor);
    }

    .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(--primarycolor);
    }


/*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(--secondary-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(--primarycolor);
        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(--primarycolor);
            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(--primarycolor);
    }

    .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(--maincolor);
        /*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(--primarycolor);
        color: var(--pure);
    }

.agntpgcaptcha .mrgbtm {
    float: left;
}


.mybkdp label {
    max-width: 100%;
    margin-bottom: 5px !important;
}

/********-------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(--primarycolor);
        }

    .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(--primarycolor);
            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(--primarycolor);
            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(--primarycolor);
            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(--primarycolor);
        }

        .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(--primarycolor);
    }

    .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(--primarycolor);
        padding: 0 0px;
    }

    .panel-body .togglebutton .btn-primary {
        font-size: 16px;
        font-weight: 700;
        text-transform: capitalize;
        padding: 10px 40px;
        letter-spacing: 1px;
        background-color: var(--secondary-color);
        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(--primarycolor);
            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(--primarycolor);
                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(--primarycolor);
        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(--primarycolor);
    }

.contactuscol {
    width: 100%;
    float: left;
    padding: 0 0 80px;
}

    .contactuscol .cityaddname {
        margin: 20px 0 20px;
        font-size: 20px;
        color: var(--primarycolor);
        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(--primarycolor);
        }

        .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: 1em;
    }

    .contactuscol .tab-content h4 {
        margin: 0 0 10px;
        color: var(--textcolor);
        font-size: 18px;
        line-height: normal;
        border-bottom: 1px solid var(--textlight);
        padding: 0 0 6px;
        font-weight: 700;
    }

    .contactuscol .tab-content p {
        margin: 0;
        color: #575757;
        font-size: 16px;
        line-height: 22px;
        font-weight: normal;
    }

    .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(--primarycolor);
        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(--primarycolor);
            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(--primarycolor);
                /*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(--primarycolor);
    }

    .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(--primarycolor);
            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(--primarycolor);
        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(--primarycolor);
                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(--primarycolor);
            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(--primarycolor);
    }

    .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;
}

    .conditionsdata h3 {
        font-size: 24px;
        font-weight: 600;
        color: var(--primarycolor);
        padding: 0 0 10px;
        border-bottom: 2px solid var(--maincolor);
        margin: 0 0 20px !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(--primarycolor);
            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(--primarycolor);
        }

    .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(--primarycolor);
            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(--primarycolor);
        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(--primarycolor);
            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(--primarycolor);
    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(--primarycolor);
            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(--primarycolor);
    }

        .gallerytab .filter .all.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter .bustype_01 {
        background: var(--primarycolor);
    }

        .gallerytab .filter .bustype_01.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter .bustype_02 {
        background: var(--primarycolor);
    }

        .gallerytab .filter .bustype_02.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter .bustype_03 {
        background: var(--primarycolor);
    }

        .gallerytab .filter .bustype_03.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter .bustype_04 {
        background: var(--primarycolor);
    }

        .gallerytab .filter .bustype_04.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter .bustype_05 {
        background: var(--primarycolor);
    }

        .gallerytab .filter .bustype_05.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter .bustype_06 {
        background: var(--primarycolor);
    }

        .gallerytab .filter .bustype_06.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter .bustype_07 {
        background: var(--primarycolor);
    }

        .gallerytab .filter .bustype_07.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter .bustype_08 {
        background: var(--primarycolor);
    }

        .gallerytab .filter .bustype_08.active {
            background: var(--secondary-color);
        }

    .gallerytab .filter .bustype_09 {
        background: var(--primarycolor);
    }

        .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(--primarycolor);
            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(--primarycolor);
        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(--primarycolor);
            bottom: 1px;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

        .gstform h2::after {
            content: '';
            position: absolute;
            width: 40px;
            height: 5px;
            background: var(--primarycolor);
            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(--primarycolor);
        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(--primarycolor);
                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;
}

.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(--primarycolor);
        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(--primarycolor);
    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(--primarycolor);
        margin: 0;
        padding: 0 0 10px;
        font-size: 13px;
        line-height: 24px;
    }

        .contact_info p i {
            display: block;
            font-style: normal;
            color: var(--primarycolor);
        }

        .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(--primarycolor);
    color: var(--primarycolor) outline: none;
}

.contact-list {
    padding: 15px;
    background-color: #fff;
    border: 1px solid var(--primarycolor);
    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******************/


