/*custom font*/

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

@font-face {
    font-family: 'chbs-meta-icon';
    src: url('../fonts/meta-icon.eot');
    src: url('../fonts/meta-icon.eot') format('embedded-opentype'), url('../fonts/meta-icon.ttf') format('truetype'), url('../fonts/meta-icon.woff') format('woff'), url('../fonts/meta-icon.svg?7cbga7') format('svg');
    font-weight: normal;
    font-style: normal;
}

*,:before,:after{
    box-sizing: border-box
}

[class^="chbs-meta-icon-"],
[class*=" chbs-meta-icon-"] {
    font-family: 'chbs-meta-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.chbs-meta-icon-tick:before {
    content: "\67";
}

.chbs-meta-icon-route:before {
    content: "\69";
}

.chbs-meta-icon-clock:before {
    content: "\6a";
}

.chbs-meta-icon-arrow-vertical-small:before {
    content: "\62";
}

.chbs-meta-icon-people:before {
    content: "\6b";
}

.chbs-meta-icon-bag:before {
    content: "\6c";
}

.chbs-meta-icon-cart:before {
    content: "\68";
}
.fancy-select-common-arrow{ content: "\64"; }




@font-face {
    font-family: 'chbs-meta-icon-2';
    src: url('../fonts/meta-icon-2.eot');
    src: url('../fonts/meta-icon-2.eot') format('embedded-opentype'), url('../fonts/meta-icon-2.ttf') format('truetype'), url('../fonts/meta-icon-2.woff') format('woff'), url('../fonts/meta-icon-2.svg?7cbga7') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="chbs-meta-icon-2-"],
[class*=" chbs-meta-icon-2-"] {
    font-family: 'chbs-meta-icon-2' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.chbs-meta-icon-2-date-1:before {
    content: "\61";
}

.chbs-meta-icon-2-time-1:before {
    content: "\62";
}

.chbs-meta-icon-2-location-1:before {
    content: "\64";
}

.chbs-meta-icon-arrow:before{  content: "\64"; }



/*basic reset*/
:root {
    --primary-color: #18BCC1;
    --dark-color: #1E1F2D;
    --grey-color: #EAECEE;
    --white-color: #ffffff;


}

* {
    margin: 0;
    padding: 0;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: var(--primary-color);
}

.main_panel a:focus,.chbs-main a:focus{ outline: none; }

body {
    font-family: inherit;
    background: transparent;

}

.chbs-p0 {
    padding: 0 !important;
}

.chbs-m0 {
    margin: 0 !important;
}

.chbs-pl0 {
    padding-left: 0 !important;
}

.chbs-ml0 {
    margin-left: 0 !important;
}

.chbs-main {
    padding: 45px 45px 25px;
}

.chbs-main a {
    text-decoration: none;
    color: var(--primary-color);
}

/*** top bar***/
ul.chbs-list-reset {
    display: flex;
    padding: 0 !important;
    margin: 0 !important;
}

.chbs-list-reset li {
    flex: 1;
    text-align: center;
    position: relative;
    margin-bottom: 0;
}

.chbs-list-reset li:last-child .sep {
    display: none;
}

.chbs-list-reset li .sep {
    left: 50%;
    top: 25px;
    z-index: 1;
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: var(--grey-color);
}
.chbs-list-reset li .sep + a{ text-decoration: none !important; }

.chbs-main .chbs-main-navigation>ul>li>a>span:first-child {
    z-index: 2;
    width: 50px;
    height: 50px;
    font-weight: 700;
    position: relative;
    text-align: center;
    border-radius: 100%;
    background-color: var(--grey-color);
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 50px;

}

.chbs-main .chbs-main-navigation>ul>li>a>span:first-child>span.chbs-meta-icon-tick {
    display: none;
    font-size: 24px;
    line-height: 52px;

}
/*loader css*/
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.chbs-main .chbs-main-navigation>ul>li.chbs-state-selected>a>span:first-child {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.chbs-main .chbs-main-navigation>ul>li.chbs-state-completed>a>span:first-child>span:first-child {
    display: none;
}

.chbs-main .chbs-main-navigation>ul>li.chbs-state-completed>a>span:first-child>span.chbs-meta-icon-tick {
    display: block;
}

.chbs-list-reset li .step-title {
    margin-top: 15px;
    display: block;
    font-size: 16px;
}

.chbs-main-navigation.chbs-mobile {
    display: none;
}




/*** content step 1***/
.chbs-main {
    padding-bottom: 150px;
}

.chbs-main .chbs-main-content {
    margin-top: 50px;
}

.chbs-layout-50x50 {
    display: flex;
    gap: 60px;
}

.chbs-layout-50x50>div {
    flex: 1;
}


/****left content form***/
.chbs-main .chbs-ui-tabs-nav {
    display: flex;
    padding: 0 !important;
    margin: 0 !important;
}

html body.page-template-booking-page .chbs-main ul.chbs-ui-tabs-nav{      margin: 0 !important;padding: 0 !important;}

.chbs-main .chbs-ui-tabs-tab {
    flex:1;
    margin: 0 !important;
}

.chbs-main .chbs-ui-tabs-nav>li>a {
    padding: 21px;
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    border-style: solid;
    text-transform: uppercase;
    border-width: 1px 0px 0px 1px;
    border-color: var(--grey-color);
    transition: all 0.5s ease;
    text-decoration: none;
}

.chbs-main .chbs-ui-tabs-nav>li.active>a {

    border-color: var(--primary-color);
    background: var(--primary-color);
    color: var(--white-color);
}


.chbs-main .chbs-ui-tabs-nav>li:last-child>a {
    border-right-width: 1px;
}

.chbs-main .chbs-ui-tabs-panel {
    border-top: 2px solid var(--primary-color);
    display: none;
}

.chbs-main .chbs-form-label-group {
    margin-top: 20px;
    background-color: var(--grey-color);
    color: var(--primary-color);
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 14px 21px 15px 21px;
}

.chbs-form-field {
    margin-top: 20px;
    padding-top: 16px;
    position: relative;
}

.chbs-form-field.chbs-column-2 {
    display: flex;
    grid-gap: 15px;
}

.chbs-form-field.chbs-column-2 .chbs-form-field-column {
    flex: 1;
}

.chbs-form-group {
    text-align: center;
}

.chbs-form-group .chbs-form-field-label {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 7px;
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
    color: var(--primary-color);
    font-weight: 400;
}

.chbs-main .chbs-tooltip,.dashboard-page .chbs-tooltip  {
    opacity: 0.5;
    cursor: help;
    font-size: 12px;
    position: relative;
}

.chbs-main .chbs-tooltip:hover,.dashboard-page .chbs-tooltip:hover {
    opacity: 1;
}

.chbs-meta-icon-question:before {
    content: "\75";
}

.chbs-tooltip .tooltip-content {
    position: absolute;
    transition: all 0.5s ease;
    background: var(--primary-color);
    color: var(--white-color);
    padding: 13px;
    display: inline-block;
    white-space: nowrap;
    top: -48px;
    font-family: arial;
    opacity: 0;
    z-index: 9;
    font-size: 13px;
    left: -1px;
}

.chbs-tooltip .tooltip-content:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 9px solid transparent;
    border-left: 1px solid transparent;
    border-top: 10px solid var(--primary-color);
    border-bottom: 0;
    position: absolute;
    bottom: -8px;
    left: 0px;
}

.chbs-tooltip:hover .tooltip-content,.dashboard-page .chbs-tooltip:hover .tooltip-content {
    opacity: 1;
}

.chbs-tooltip .tooltip-content:hover,.dashboard-page .chbs-tooltip .tooltip-content:hover {
    opacity: 0;
}




.chbs-input-box {
    position: relative;
}

.chbs-input-box span[class^="chbs-meta-icon-"] + .chbs-form-control + .error-message{position: absolute;    width: 100%;
    text-align: center;}

.chbs-input-box .chbs-meta-icon-2 {
    left: 20px;
    clear: both;
    display: block;
    position: absolute;
    font-size: 14px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}

.chbs-input-box .chbs-form-control {
    font-family: inherit;
    width: 100%;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    padding: 10px;
    line-height: 31px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    background-color: var(--white-color);
    margin: 0;
    box-sizing: border-box;
    height: auto;

}


.chbs-input-box span + .chbs-form-control{ padding-left: 50px !important; }

.chbs-input-box .chbs-form-control:focus {
    outline: none;
}

.chbs-my-location-link {
    display: inline-block;
}

.chbs-my-location-link a {
    text-decoration: underline;
}

.chbs-my-location-link a:hover {
    opacity: 0.6;
}


/****right map info*/
.chbs-layout-column-right .chbs-google-map {
    height: calc(100% - 125px);
}

.chbs-layout-column-right .chbs-google-map .mapswrapper,
.chbs-layout-column-right .chbs-google-map .mapswrapper #map {
    height: 100%;
}

.chbs-layout-column-right .chbs-ride-info {
    width: 100%;
    display: table;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: var(--grey-color);
}

.chbs-main .chbs-box-shadow {
    -webkit-box-shadow: 0px 18px 19px -20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 18px 19px -20px rgba(0, 0, 0, 0.1);
}

.chbs-main .chbs-ride-info {
    color: var(--primary-color);
}

.chbs-main .chbs-ride-info>div:first-child {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: var(--grey-color);
}

.chbs-main .chbs-ride-info>div {
    width: 50%;
    display: table-cell;
    padding: 30px 30px 28px 40px;
    text-align: center;
}

.chbs-main .chbs-ride-info>div>span {
    float: left;
}

.chbs-main .chbs-ride-info>div>span:first-child {
    font-size: 48px;
    margin-top: 4px;
}

.chbs-main .chbs-ride-info>div>span:first-child+span {
    font-size: 12px;
    text-transform: uppercase;
}

.chbs-main .chbs-ride-info>div>span:first-child+span+span {
    font-size: 26px;
    padding-top: 4px;
    font-weight: 400;
}

.chbs-main .chbs-ride-info>div>span:first-child+span,
.chbs-main .chbs-ride-info>div>span:first-child+span+span {
    margin-left: 30px;
    min-width: 51%;
}


.chbs-navigation-button {
    margin-top: 50px;
    clear: both;
    overflow: hidden;
    text-align: left;
}

.chbs-button,
input.chbs-button,
input[type=button].chbs-button,
button[type=button].chbs-button,
button[type=submit].chbs-button {
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    border-width: 2px;
    border-style: solid;

    padding: 16px 32px 17px 32px;
    text-transform: uppercase;
    background-color: var(--grey-color);
    border-color: var(--grey-color);
    color: var(--primary-color);
    transition: all 0.5s ease;
    cursor: pointer;
    font-family: inherit;
    text-align: center;
    border-radius: 4px;
    outline: none;
    text-decoration: none !important;
}

.chbs-button.filled,
input.chbs-button.filled,
input[type=button].chbs-button.filled,
button[type=button].chbs-button.filled,
button[type=submit].chbs-button.filled {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
    padding: 18px 30px;
    text-align: center;
        border-width: 2px;
    border-style: solid;
}

.chbs-button.filled:hover,
input.chbs-button.filled:hover,
input[type=button].chbs-button.filled:hover,
button[type=button].chbs-button.filled:hover,
button[type=submit].chbs-button.filled:hover {
    background-color: var(--white-color);
    color: var(--primary-color);
        border-width: 2px;
    border-style: solid;
}


.chbs-button:hover,
input.chbs-button:hover,
input[type=button].chbs-button:hover,
button[type=button].chbs-button:hover,
button[type=submit].chbs-button:hover {
    background: var(--white-color);text-decoration: none;
}

.chbs-main .chbs-button.chbs-button-step-next>span,
.chbs-main .chbs-button.chbs-button-step-prev>span {
    top: 2px;
    font-size: 18px;
    position: relative;
    padding-left: 12px;
    display: inline-block;
}

.chbs-main .chbs-button.chbs-button-step-prev {
    padding: 14px 32px 16px 24px;
}

.chbs-main .chbs-button.chbs-button-step-prev>span {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.chbs-button.chbs-button-step-next {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
    float: right;
    padding: 14px 24px 16px 32px;
}

.chbs-button.chbs-button-step-next:hover {
    background-color: var(--white-color);
    color: var(--primary-color);
}

.chbs-meta-icon-arrow-horizontal-large:before {
    content: "\63";
}

/*** content step 2***/
.chbs-main-content-step-1 {
    display: block;
}

.chbs-main-content-step-2 {
    display: none;
}

.chbs-main-content-step-3 {
    display: none;
}

.chbs-main-content-step-4 {
    display: none;
}

.chbs-main-content-step-5 {
    display: none;
}

.chbs-main .chbs-layout-25x75 {
    display: grid;
    gap: 20px;
    grid-template-columns:0.4fr 1fr;
}

.theiastickysidebar {
    position: -webkit-sticky;
    position: sticky;

    top: 50px;

}

/**left content**/
.chbs-main .chbs-summary {
    padding: 28px 20px 20px 20px;
    background-color: #F6F6F6;
    text-align: center;
}

.chbs-summary .chbs-summary-header {
    padding-bottom: 4px;
}

.chbs-summary .chbs-summary-header>span {
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-transform: none;
    display: inline-block;
    color: var(--primary-color);
    text-transform: capitalize;
}

.chbs-summary .chbs-summary-field {
    margin-top: 15px;
    padding-bottom: 20px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #CED3D9;
}
.chbs-summary .chbs-summary-field[data-values="Hourly"]{display: none;}

.chbs-summary .chbs-summary-field .chbs-layout-50x50 {
    gap: 15px;
}

.chbs-summary .chbs-summary-field:last-child {
    border: none;
    padding-bottom: 0px;
}

.chbs-summary .chbs-summary-field .chbs-summary-field-name {
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: var(--primary-color);
}

.chbs-summary .chbs-summary-field .chbs-summary-field-value {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: var(--primary-color);
}

.chbs-main .chbs-summary-price-element {
    margin-top: 40px;
    text-align: center;
}

.chbs-main .chbs-summary-price-element .chbs-summary-price-element-vehicle-fee span {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    color: var(--primary-color);
}

.chbs-main .chbs-summary-price-element .chbs-vehicle-fee {
    float: right;
}

.chbs-main .chbs-summary-price-element>div.chbs-summary-price-element-total {
    margin-top: 20px;
    padding-top: 20px;
    position: relative;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #CED3D9;
    text-align: left;

}

.chbs-main .chbs-summary-price-element>div.chbs-summary-price-element-total>span {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
    color: var(--primary-color);
}

.chbs-main .chbs-summary-price-element>div.chbs-summary-price-element-total>span.total-value,.chbs-main .chbs-summary-price-element>div.chbs-summary-price-element-total>span.step3 {
    top: -1px;
    right: 0px;
    float: right;
    padding-top: 21px;
    position: absolute;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: var(--primary-color);
}


/**right content**/
.chbs-main .chbs-vehicle-list>ul>li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: var(--grey-color);
    text-align: left;

}

.chbs-main .chbs-vehicle-list>ul>li:last-child {
    border-bottom-width: 0;
}

.chbs-main .chbs-vehicle-list .chbs-vehicle {
    display: flex;
    gap: 40px;
}

.chbs-main .chbs-vehicle-list .chbs-vehicle .chbs-vehicle-image {
    flex: 0 0 300px;
}

.chbs-main .chbs-vehicle .chbs-vehicle-image>img {
    max-width: 100%;
}

.chbs-vehicle-content {
    flex: 1;
}

.chbs-vehicle-content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chbs-vehicle-content-header .title {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

.chbs-main .chbs-button span.chbs-meta-icon-tick {
    display: none;
}

.chbs-main .chbs-button.chbs-state-selected span.chbs-meta-icon-tick {
    display: inline-block;
        color: #fff;
    font-size: 14px;
    line-height: normal;
}

.chbs-main .chbs-button.chbs-state-selected {
    background: var(--primary-color);
    color: var(--white-color);
    border-color: var(--primary-color);
    text-decoration: none;
}

.chbs-vehicle-content-price {
    text-align: center;
    font-size: 40px;
    color: var(--primary-color);
}

.chbs-vehicle-content-description {
    font-size: 14px;
    text-align: left;
    margin-top: 40px;
    display: none;
}

.chbs-vehicle-content-description ul {
    list-style-type: square ;
    margin-left: 40px;
        line-height: 20px;
}

.chbs-vehicle-content-description ul li {
    text-align: left;
    list-style-type: square !important;
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}
.chbs-vehicle-content .chbs-show-more-button a{ text-decoration: none !important; }
.chbs-vehicle-content .chbs-show-more-button span {
    margin-right: 20px;
}

.chbs-vehicle-content .chbs-show-more-button span.chbs-circle {
    top: 8px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 28px;
    position: relative;
    transform: scaleY(-1);
}

.chbs-main .chbs-circle {
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 9999em;
    display: inline-block;
    border-color: var(--grey-color);
}

.chbs-vehicle-content .chbs-show-more-button span.lessinfo {
    display: none;
}

.chbs-vehicle-content .chbs-show-more-button.open span.lessinfo {
    display: inline-block;
}

.chbs-vehicle-content .chbs-show-more-button.open span.moreinfo {
    display: none;
}

.chbs-vehicle-content .chbs-show-more-button.open span.chbs-circle {
    transform: scaleY(1);
}

.chbs-vehicle-content .chbs-vehicle-content-meta {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}

.chbs-vehicle-content .chbs-vehicle-content-meta-info span {
    color: #CED3D9;
    font-size: 32px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.chbs-vehicle-content .chbs-vehicle-content-meta-info span.chbs-circle {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 28px;
    color: #1E1F2D;
}

.chbs-vehicle-content .chbs-vehicle-content-meta-info span.chbs-circle+span {
    margin-left: 10px;
    margin-top: -10px;
}

.chbs-main .chbs-booking-extra-header {
    text-align: center;
    margin-bottom: 40px;
}

.chbs-main .chbs-booking-extra-header>span.chbs-circle {
    width: 56px;
    height: 56px;
    font-size: 32px;
    line-height: 54px;
    color: var(--primary-color);

}

.chbs-main .chbs-booking-extra-header span.heading {
    font-size: 26px;
    font-weight: 400;
    line-height: 37px;
    padding-left: 20px;
    text-transform: none;
    color: var(--primary-color);
    font-weight: 700;
}

.chbs-booking-extra-list ul.chbs-booking-list-reset{padding: 0 !important;  }
.chbs-booking-extra-list-item {
    display: flex;
    align-items: center;
}


.chbs-booking-extra-list-item:last-child {
    border-bottom: 1px solid var(--grey-color);    padding-bottom: 20px;margin-bottom: 10px;
}

.chbs-booking-extra-list-item .chbs-column-1 {
    width: 80%;
    padding: 20px 0 0px 0;
    padding-right: 0;
    text-align: center;
    margin: 0 auto;
}
.chbs-booking-extra-list-item .chbs-column-1 .selct-lugguage-dropdown select{ width: 75%; }

.chbs-booking-extra-list-item .chbs-column-1 span.chbs-title-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: var(--primary-color);
}

.chbs-booking-extra-list-item .chbs-column-1 span.chbs-title-text+span {
    margin-left: 20px;
}

.chbs-booking-extra-list-item .chbs-booking-form-extra-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    display: block;
    color: var(--primary-color);
    margin-top: 5px;    margin-bottom: 15px;
}
.chbs-booking-extra-list-item .chbs-booking-form-extra-note span.chbs-title-text{ margin-bottom: 5px;     display: block;}
.chbs-booking-extra-list-item .chbs-column-1.chbs-meet-info .chbs-column-right{ margin-top: 24px; }

.chbs-booking-extra-list-item .chbs-column-2 {
    width: 15%;padding-top: 42px;    display: none;
}
.chbs-booking-extra-list-item .chbs-column-2 .chbs-form-group .chbs-form-field-label{text-transform: inherit;    font-size: 16px;
    font-weight: 700;}
.chbs-booking-extra-list-item .chbs-column-3 {
    width: 20%;
    text-align: right;
}

/*** content step 3***/
.chbs-main .chbs-payment-form {
    padding-top: 20px;
    margin-bottom: 20px;
}

.chbs-main .chbs-payment-header {
    text-align: center;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
}

/*** content step 4***/
.chbs-layout-column-3 {
    display: flex;
    gap: 60px;
}

.chbs-layout-column-3>div {
    flex: 1;
}

.chbs-main .chbs-summary .chbs-summary-header>a.edit-btn {
    border-color: #CED3D9;
    display: block;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 400;
    border-width: 1px;
    border-style: solid;
    border-radius: 999em;
    padding: 4px 12px 4px 12px;
    margin-top: 10px;
    transition: all 0.5s ease;
}

.chbs-main .chbs-summary .chbs-summary-header>a.edit-btn:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.chbs-main .chbs-summary+.chbs-summary {
    margin-top: 40px;
}

.chbs-google-map-summary iframe {
    border: none;
    height: 743px;
    margin-bottom: -5px;
}

.chbs-main-content-step-4 .chbs-booking-img img {
    max-width: 100%;
}

.chbs-agreement-content {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
}

.chbs-agreement-content .chbs-agreement-header {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: var(--primary-color);
    margin-bottom: 30px;
    display: block;
}

.chbs-agreement-checkbox {
    display: flex;
    gap: 10px;
        align-items: center;
}

.chbs-agreement-checkbox .info-text {
    color: var(--primary-color);
    font-size: 14px;
}


.chbs-agreement-checkbox .check-input input {
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    margin-right: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: var(--primary-color);
    appearance: none;
    color: var(--primary-color);
        background-color: transparent;
            line-height: 26px;
            outline: none !important;
            margin-top: 0;
}
.chbs-agreement-checkbox .check-input input:checked {
    background: transparent;
    border-color: var(--primary-color);
}

.chbs-agreement-checkbox .check-input input:before {
    font-family: 'chbs-meta-icon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    transform: scale(0);
    content: "\67";
    font-size: 24px;
    opacity: 0;
    color: var(--primary-color);
    position: relative;
}
.chbs-agreement-checkbox .check-input input::after{ display: none; }

.chbs-agreement-checkbox .check-input input:checked::before {
    transform: scale(1);
    opacity: 1;
}

.payment-form {
    padding: 20px;
    border: 1px solid var(--grey-color);
    margin-top: 30px;
}

.payment-form .sameaspick {
    display: flex;
    font-size: 14px;
    margin-top: 18px;
    align-items: center;
}

.payment-form .sameaspick .form-control {
    width: 25px;
    margin: 0;
}

.payment-form .title {
    font-size: 20px;
}

.payment-form .addcreditcard h3 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.payment-form .card-btn-wrap {
    text-align: center;
}

.payment-form .card-btn-wrap .chbs-button {
    min-width: 200px;
}

.payment-form .card-info-wrap {
    margin-top: 30px;
}


.payment-form .card.save-payment.visa,.payment-form .card.save-payment{ display: flex
;
    background: #eee;
    padding: 15px;
    justify-content: space-between;
    margin: 20px 0;
    border-radius: 8px;cursor: pointer;border: 1px solid transparent; }

.payment-form .card.save-payment.visa.selected,.payment-form .card.save-payment.selected{ border-color: var(--primary-color) }
.payment-form .payment-info{margin-top: 20px;  }
.payment-form .payment-info h3.title{ text-align: center;     font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: var(--primary-color);
    margin-bottom: 30px;
    display: block;}

.payment-form .payment-info-table{ margin-top: 15px; }
.payment-form .payment-info-table > table{ border: 1px solid var(--grey-color); border-right: none;}
.payment-form .payment-info-table td {
    border-bottom: 1px solid var(--grey-color);
    border-collapse: collapse;
    padding: 8px;
    text-align: center;
    border-right: 1px solid var(--grey-color);
}
.payment-form .payment-info-table td.top-lable{    font-size: 18px;color: var(--primary-color);}
.payment-form .payment-info-table td .radio-table{ margin: 0 auto;     margin-bottom: 10px;}
.payment-form .payment-info-table td .radio-table td{ border: none;    padding: 0;text-align: left; }
.payment-form .payment-info-table td .radio-table td input.fleetRadio{       position: relative; margin-top: 5px;-webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border:0.15em solid rgba(0,0,0,0.2);
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;cursor: pointer;    outline: none;}
.payment-form .payment-info-table td .radio-table td input.fleetRadio[type="radio"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--primary-color);
        top: 1.5px;
    position: absolute;
    left: 1.8px;
}
.payment-form .payment-info-table td .radio-table td input.fleetRadio[type="radio"]:checked::before {
    transform: scale(1) !important;
}







.payment-form .payment-info-table tr:last-child td {border-bottom: none;}

.chbs-book-btn{    text-align: center; margin-top: 20px;}


.user-links.step3  a:before{ display: none; }
.user-links.step3 .chbs-button{width: 246px;padding-left: 0;padding-right: 0;}

/***step navigation active*/

/**step 1 active*/
.chbs-step-nav.chbs-step-1-active .chbs-step-nav-1 .step-bg,
.chbs-step-nav.chbs-step-2-active .chbs-step-nav-2 .step-bg,
.chbs-step-nav.chbs-step-3-active .chbs-step-nav-3 .step-bg,
.chbs-step-nav.chbs-step-4-active .chbs-step-nav-4 .step-bg {
    background-color: var(--primary-color);
    color: var(--white-color);
}

/**step 2 active*/
.chbs-step-nav.chbs-step-2-active .chbs-step-nav-1>a>span:first-child>span:first-child {
    display: none;
}

.chbs-step-nav.chbs-step-2-active .chbs-step-nav-1>a>span:first-child>span.chbs-meta-icon-tick {
    display: block;
}

/**step 3 active*/

.chbs-main .chbs-main-navigation>ul.chbs-step-1-active.chbs-step-3-active>li.chbs-step-nav-1>a>span:first-child,
.chbs-main .chbs-main-navigation>ul.chbs-step-1-active.chbs-step-4-active>li.chbs-step-nav-1>a>span:first-child{background-color: var(--grey-color);    color: var(--primary-color);}

.chbs-step-nav.chbs-step-3-active .chbs-step-nav-1>a>span:first-child>span:first-child {
    display: none;
}

.chbs-step-nav.chbs-step-3-active .chbs-step-nav-1>a>span:first-child>span.chbs-meta-icon-tick {
    display: block;
}

.chbs-step-nav.chbs-step-3-active .chbs-step-nav-2>a>span:first-child>span:first-child {
    display: none;
}

.chbs-step-nav.chbs-step-3-active .chbs-step-nav-2>a>span:first-child>span.chbs-meta-icon-tick {
    display: block;
}

/**step 4 active*/
.chbs-step-nav.chbs-step-4-active .chbs-step-nav-1>a>span:first-child>span:first-child {
    display: none;
}

.chbs-step-nav.chbs-step-4-active .chbs-step-nav-1>a>span:first-child>span.chbs-meta-icon-tick {
    display: block;
}

.chbs-step-nav.chbs-step-4-active .chbs-step-nav-2>a>span:first-child>span:first-child {
    display: none;
}

.chbs-step-nav.chbs-step-4-active .chbs-step-nav-2>a>span:first-child>span.chbs-meta-icon-tick {
    display: block;
}

.chbs-step-nav.chbs-step-4-active .chbs-step-nav-3>a>span:first-child>span:first-child {
    display: none;
}

.chbs-step-nav.chbs-step-4-active .chbs-step-nav-3>a>span:first-child>span.chbs-meta-icon-tick {
    display: block;
}

.error-message {
    font-size: 14px;
    color: #f00;
    text-align: center;
    margin-top: 5px;
    display: block;
}


/*login*/
.main_panel{ margin:0 auto;width: 100%; }
.top_panel .container {
    padding-left: 15px;
    padding-right: 15px;
}

.top_panel.login-form {
    padding-top: 80px;
    padding-bottom: 40px;
    font-family: inherit;
    font-size: 14px;
}

.top_panel.login-form h1,
.top_panel.login-form h2,
.top_panel.login-form h3,
.top_panel.login-form h4 {
    font-family: inherit;
}

.top_panel.login-form .login-info-text {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
}

.top_panel.login-form .white_box {
    text-align: left;
    max-width: 835px;
    margin: 0 auto;
    padding: 42px 44px 47px 44px;
    width: auto;
    border-radius: 5px;
    border: 1px solid #cfc8d8;
}

.top_panel.login-form h2.heading-sep {
    text-align: left;
    font-size: 40px;
    font-weight: 500;
    line-height: 42px;
    position: relative;
    padding-bottom: 13px;
}

.top_panel.login-form h2.heading-sep:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 286px;
    height: 1px;
    background: #cfc8d8;
}

.login-form .form-content {
    padding-top: 40px;
    padding-left: 31px;
    padding-right: 31px;
}

.login-form .create-button a {
    display: block;
}

.form-group {
    margin-bottom: 36px;
}

.form-group .form-control{
    font-family: inherit;
    width: 100%;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    padding: 20px 0;
    line-height: 31px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 64px;
    transition: all 0.3s ease;
    background-color: var(--white-color);
    padding-left: 50px;
    box-sizing: border-box;
}

.form-content .checkbox-block {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.form-content .btn-medium {
    padding: 16px 50px;
    min-width: 150px;
}

.chbs-main .btn-large {
    min-width: 250px;
}




.form-control:focus {
    border-color: inherit;
    box-shadow: none;
        outline: none;
}

.form-control.password::placeholder {
    padding-top: 23px;
}

.form-control.password,
input[type="password"] {
    font-family: arial !important;
}

.form-group label {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 7px;
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
    color: var(--primary-color);
    font-weight: 400;
    display: block;
    text-align: center;
}

.form-content .checkbox-block label.remember {
    font-size: 14px;
    font-weight: 400;
    line-height: 21.78px;
    color: #000;
    display: flex;
    align-items: center;
}

.form-content .checkbox-block label.remember input,.payment-form .sameaspick input.form-control,
.chbs-form-field.someone-else input  {
  width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
    margin-right: 12px;
    border-width: 2px;
    border-style: solid;
    border-color: #bebebe !important;
    appearance: none;
    color: var(--primary-color);
    background-color: transparent;
    line-height: 27px;
    outline: none !important;
    margin-top: 0;
}
.form-content .checkbox-block label.remember input:before,.payment-form .sameaspick input.form-control:before,
.chbs-form-field.someone-else input:before {
    font-family: 'chbs-meta-icon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    transform: scale(0);
    content: "\67";
    font-size: 20px;
    opacity: 0;
  margin-top: -5px;
    display: inline-block;
    position: relative;
    top: 0;
    color: var(--primary-color);
    left: 0;
}
.form-content .checkbox-block label.remember input::after,.payment-form .sameaspick input.form-control::after,
.chbs-form-field.someone-else input:after{ display: none; }

.form-content .checkbox-block label.remember input:checked::before,.payment-form .sameaspick input.form-control:checked::before,
.chbs-form-field.someone-else input:checked:before {
    transform: scale(1);
    opacity: 1;
}

.forgot-description {
    margin-bottom: 18px;
}



.user-links {
    margin-top: 37px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.user-links a {
    font-size: 15px;
    font-weight: 500;
    line-height: 20.71px;
    color: #000;
    position: relative;
    display: inline-block;
    text-decoration: none !important;
}

.user-links a:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #000;
    width: 100%;
    bottom: 0;
    transition: all 0.5s ease;
}

.user-links a:hover:before {
    opacity: 0;
}

.otp-box {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}

.otp-box .btn-verify-otp {
    min-width: 160px;
}

.otp-box .form-control {
    width: 100%;
}

.verifyOtpWrap {
    display: none;
}
/**modal pop up otp*/
.otp-info-box{margin-bottom: 15px;    margin-top: 5px;  }
.otp-info-box > a,.otp-info-box .login-info-icon{
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: url('data:image/svg+xml,<svg fill="%23000000" xmlns="http://www.w3.org/2000/svg" width="800px" height="800px" viewBox="0 0 52 52" enable-background="new 0 0 52 52" xml:space="preserve"><path d="M26,2C12.7,2,2,12.7,2,26s10.7,24,24,24s24-10.7,24-24S39.3,2,26,2z M26,14.1c1.7,0,3,1.3,3,3s-1.3,3-3,3s-3-1.3-3-3S24.3,14.1,26,14.1z M31,35.1c0,0.5-0.4,0.9-1,0.9h-3c-0.4,0-3,0-3,0h-2c-0.5,0-1-0.3-1-0.9v-2c0-0.5,0.4-1.1,1-1.1l0,0c0.5,0,1-0.3,1-0.9v-4c0-0.5-0.4-1.1-1-1.1l0,0c-0.5,0-1-0.3-1-0.9v-2c0-0.5,0.4-1.1,1-1.1h6c0.5,0,1,0.5,1,1.1v8c0,0.5,0.4,0.9,1,0.9l0,0c0.5,0,1,0.5,1,1.1V35.1z"/></svg>');
    color: inherit;
    text-decoration: none !important;
}
.login-form .otp-info-box .login-info-icon{padding-right: 30px;}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
.modal-backdrop.show {
    opacity: 0.5 !important;
}
.otp-info-box .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
        transition: opacity 0.15slinear;
}

.otp-info-box .fade:not(.show) {
    opacity: 0;
}
body.modal-open{padding-right: 0 !important;}
.modal-open .otp-info-box .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-open .otp-info-box .modal.show,.modal-open .otp-info-box .modal.in{    opacity: 1 !important;}
.otp-info-box .modal-dialog {
    position: relative;
    width: auto;
    pointer-events: none;
    margin: 20px;
}
.otp-info-box .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.otp-info-box .modal.show .modal-dialog,.otp-info-box .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.otp-info-box .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.otp-info-box .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 10px 30px;
    border-top: 1px solid #e9ecef;
}
#otp-information p,#payment-information p,#step3-information p{ margin-bottom: 20px;}
#otp-information .modal-dialog,#payment-information .modal-dialog,#step3-information .modal-dialog{ max-width: 650px; }
#otp-information .modal-content,#payment-information .modal-content,#step3-information .modal-content{ border-radius: 10px; }
#otp-information .modal-body,#payment-information .modal-body,#step3-information .modal-body{ padding: 30px;padding-bottom: 10px; }
#otp-information .chbs-button,#payment-information .chbs-button,#step3-information .chbs-button{    min-width: 130px;  }
#vehicle_cabhour .modal-dialog{ margin-top: 60px; }
#vehicle_cabhour .modal-header{    background-color: var(--primary-color);}
#vehicle_cabhour .modal-footer .chbs-button{    padding: 10px 20px;    font-size: 13px;}
#vehicle_cabhour .modal-header .modal-title{ color:var(--white-color); }



@media (min-width: 576px) {
.otp-info-box .modal-dialog {
    max-width: 500px;
    margin: 5% auto;
}
}
.intl-tel-input {
    flex: 1;
}

.cust-error-messages:empty {
    display: none;
}

.cust-error-messages {
    margin-bottom: 15px;
    font-size: 14px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
}

.cust-error-messages.red{color: #f00;
    border: 1px solid #f00;  }
.register-btn {
    text-align: center;
}

.register-btn input.chbs-button.filled {
    width: 100%;
    padding: 20px;
        border-width: 2px;
    border-style: solid;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

#header {
    padding: 20px;
}
.dashboard-main{ width: 100%; }
.dashboard-header {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
}
.dashboard-header .right-button{display: none;}

.dashboard-header h1 {
    flex: 1;
    font-size: 24px;
}

.butn1 {
    display: inline-block;
}
.butn1 + .butn1{ margin-left: 10px; }

.dashboard-page .page-title h2 {
    font-size: 24px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.dashboard-page .page-title .welcome-text {
    font-size: 18px;
}

.dashboard-page .dashboard {
    margin-top: 30px;
    margin-bottom: 50px;

}


.dashboard-page .dashboard .dashboard-right .dashboard-content{border: 1px solid var(--primary-color);padding: 30px;border-radius: 10px;}
.dashboard-page .dashboard .dashboard-right .dashboard-content .card{    display: flex
;justify-content: space-between;    border: 1px solid var(--grey-color);    padding: 10px 20px;    background: #eee;    align-items: center;}
.dashboard-page .dashboard .dashboard-right .dashboard-content .card p{ margin: 0; }
.dashboard-page .dashboard .dashboard-right .dashboard-content .card a.chbs-button.filled{padding: 10px 20px;}
.dashboard-page .dashboard .dashboard-left .dashboard-links ul { padding: 0; display: flex;justify-content: space-between;gap:15px;margin-bottom: 20px;}
.dashboard-page .dashboard .dashboard-left .dashboard-links ul li{ flex: 1; margin-bottom: 0;}



.dashboard-page .dashboard .dashboard-left .dashboard-links ul li a {
    display: block;
    background-color: var(--primary-color);
    color: #FFFFFF;
    font-size: 18px;
    padding: 15px 15px 15px;
    border: 1px solid transparent;
    transition: all 0.4s ease;
    border-radius: 8px;
    text-decoration: none !important;
    text-align: center;
}

.dashboard-page .dashboard .dashboard-left .dashboard-links ul li a:hover,
.dashboard-page .dashboard .dashboard-left .dashboard-links ul li a.active {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.dashboard-page .dashboard .dashboard-right .dashboard-content h3.title {

    margin-bottom: 25px;
}

.dashboard-page .dashboard .dashboard-right .dashboard-content table {
    width: 100%;
    border-spacing: 0px !important;
    border-collapse: collapse;
}

.dashboard-page .dashboard .dashboard-right .dashboard-content table th {
    border-right: 1px solid var(--grey-color);
    border-top: 1px solid var(--grey-color);
    border-bottom: 1px solid var(--grey-color);
    padding: 14px;
    margin: 0;
    font-size: 14px;
    text-align: left;
    font-family: inherit;
    text-align: center;
    vertical-align: middle;
}

.dashboard-page .dashboard .dashboard-right .dashboard-content table tr td:nth-last-child(2) span{ width: 100px;display: block; }

.dashboard-page .dashboard .dashboard-right .dashboard-content table th:first-child {
    border-left: 1px solid var(--grey-color);
}

.dashboard-page .dashboard .dashboard-right .dashboard-content table td {
    font-size: 14px;
    padding: 8px;
    text-align: center;
    border: 1px solid var(--grey-color);
    vertical-align:middle;
}

.dashboard-page .dashboard .dashboard-right .dashboard-content table td a{ color: var(--primary-color);text-decoration: none;margin-bottom: 5px;}
.dashboard-page .dashboard .dashboard-right .dashboard-content table td.actions a{ display: block; }
.dashboard-page .dashboard .dashboard-right .dashboard-content table td.actions a.canceled{cursor: default;}



/**thabk you*/
.chbs-main.thankyou{padding-top: 0;}
.thankyou,.chbs-common-container {
    max-width: 1200px;
    margin: 0 auto;
}

.chbs-main {
    font-family: inherit;
    font-size: 14px;
    width: 100%;
}

.booking-top-details {
    color: #000;
    text-align: center;
    padding: 60px 0;
    padding-top: 0;
}

.booking-top-details h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
}

.booking-top-details p {
    margin-bottom: 10px;
}

.vehicle-listing .box-content {
    border: 1px solid #e2e2e2;
    border-radius: 30px;

}

.top-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.box-content .icon-box {
    padding: 30px 34px 34px 34px;
    text-align: center;

    flex: 0 0 25%;
}

.box-content .icon-box h3 {
    margin: 20px 0;
    color: var(--primary-color);    font-size: 20px;    text-align: center;
}

.box-content .icon-box .icon {
    min-height: 41px;
    text-align: center;
}
.box-content .icon-box .icon img{ display: inline-block; }

.box-content .icon-box .desc {

    font-size: 14px;
    font-weight: 500;
    line-height: 20.71px;
    margin-bottom: 0;
}

.bottom-box-inner {
    display: flex;
    grid-gap: 40px;
}

.bottom-box-inner h3,
.thankyou h3,.chbs-common-container h3 {
    font-size: 16px;
}
.thankyou form{ text-align: left; }
.dashboard-page .popup{ z-index: 999; }
.page-template-content-user-dashboard .ui-timepicker-container{ z-index: 999 !important;  }
.bottom-box-inner .bottom-box-left,
.bottom-box-inner .bottom-box-middle,
.bottom-box-inner .bottom-box-right {
    flex: 0 0 33.3%;
}
.popup__content .chbs-form-group select{    border: 1px solid rgba(0, 0, 0, 0.25);     margin: 0; }


.bottom-box-inner .bottom-box-left{ flex: 0 0 30%; }

.bottom-box {
    margin-top: 40px;
}
.bottom-box h3{ text-align: left;     margin-bottom: 5px;}
.vehicle-icon .icon-vehicle-info{ margin-bottom: 5px;    margin-top: 15px; }
.vehicle-icon .icon-vehicle-info span {
    font-size: 22px;
    color: var(--primary-color);
    margin-right: 15px;    vertical-align: sub;    margin-left: 2px;
}

.bottom-box-right p {
    margin-top: 5px;
    margin-bottom: 10px;
}

.comment-wrapper {
margin-left: 20px;
    margin-bottom: 45px;
}
.thankyou .help-wrapper > p{    padding-left: 0 !important;}
.thankyou .help-wrapper > ul{ padding-left: 30px !important; }
.thankyou .help-wrapper > ul li{ list-style-type: disc !important; }
/* .comment-wrapper .extras-inner{ display: flex;gap:10px; }*/
.comment-wrapper .extras-inner .extra-left{ flex: 0 0 50%; }
.help-wrapper h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.help-wrapper p {
    margin: 15px 0;
    line-height: 26px;
}

.alert.alert-block {
    padding: 10px 0;
    text-align: center;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    margin-bottom: 10px;
    border-radius: 10px;
}

.alert.alert-block.alert-danger {
    border: 1px solid #f00;
    color: #f00;
    margin-bottom: 10px;
    border-radius: 10px;
}

.alert.alert-block button.close {
    display: none;
}




.dashboard-page .alert.alert-block {
    text-align: left;
    color: inherit;
    font-size: 15px;
        padding: 10px;
        text-transform: none;
}

.dashboard-page .alert.alert-block i{ margin-right: 8px; }


/***select 2***/
.chbs-form-field .multipleSelect2 {
    width: 100%;
}

.select2-dropdown {

    border: 1px solid var(--grey-color);

}



.selct-lugguage-dropdown .select2-container--default .select2-selection--multiple {
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding-left: 50px;
    padding: 6px 0;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
        height: auto;
        min-height: 52px;
}

.selct-lugguage-dropdown .select2-container--default .select2-selection--multiple:after {
    content: "\64";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top:64%;
    right: 20px;
    font-family: 'chbs-meta-icon' !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
        transform: translate(0%, -50%) rotate(180deg);
}
.selct-lugguage-dropdown .select2-container .select2-search--inline .select2-search__field{    font-family: inherit;    font-size: 18px;
    font-weight: 700;    height: 25px;    text-transform: capitalize;cursor: pointer;margin-top: 5px;min-height: inherit;    margin-bottom: 0;}
.selct-lugguage-dropdown .select2-container .select2-search--inline .select2-search__field::placeholder{   color: var(--primary-color);}
.selct-lugguage-dropdown .select2-container--default .select2-selection--multiple .select2-selection__choice{     margin-top: 0;border: none;    background-color: var(--primary-color); }
.selct-lugguage-dropdown .select2-container{ width: 75% !important; }
.selct-lugguage-dropdown .select2-container--default .select2-selection--multiple{ padding-bottom: 10px; }
.selct-lugguage-dropdown .select2-container--default.select2-container--focus .select2-selection--multiple{ border: 1px solid rgba(0, 0, 0, 0.25); background-color: transparent;}

.selct-lugguage-dropdown .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{ border: none;padding: 0 4px;top: 1px;color: var(--white-color);    font-size: 14px; }
.select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{    background-color: #e5e5e575;color: var(--primary-color); }

.select2-container--open .select2-dropdown{      border: 1px solid var(--grey-color);
    text-align: center;}
.selct-lugguage-dropdown .select2-results__option{ color: var(--primary-color); }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{     background-color: transparent;
    color: var(--primary-color); }
.select2-results__option--selectable{     border-bottom: 1px solid var(--grey-color); }
.select2-dropdown--below .select2-results__option--selectable{     border-top: 1px solid var(--grey-color);    border-bottom: none; }
.select2-container--open .select2-dropdown--below { margin-top: 0;}
.select2-container--open .select2-dropdown--above{    margin-top: 0;}

.selct-lugguage-dropdown .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .selct-lugguage-dropdown .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color: transparent;}
.selct-lugguage-dropdown .select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid var(--grey-color);
    border-radius: 0;
}
.select2-container.select2-container--default .select2-results__option--selected{ background-color: #e5e5e575;}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fff;
    color: var(--primary-color);
}

.select2-results .select2-results__option {
    padding: 13px 20px 13px 20px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-color);
    text-align: center;
    margin: 0 !important;
}

.selct-lugguage-dropdown .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.selct-lugguage-dropdown .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 2px;
    cursor: default;
    margin-right: 5px;
    margin-top: 5px;
    color: #fff;
    padding: 0 15px;
        display: inline-block;
        margin-bottom: 6px !important;
}

.selct-lugguage-dropdown .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;

}

.selct-lugguage-dropdown .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}

/**datepicker**/
.datepicker table{ border: none; }
.datepicker table tbody>tr:nth-child(odd)>td, .datepicker table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}

.datepicker table tbody tr:hover>td, .datepicker table tbody tr:hover>th {
    background-color: transparent;
}

.datepicker.dropdown-menu td.day { height: 50px;line-height: 48px;}
.datepicker table thead:first-child tr:first-child th{    border-block-start: none;}

.datepicker.dropdown-menu td.day:hover {
    border: 2px solid var(--primary-color);
    background-image: none;
    border-radius: 100%;
    background: var(--primary-color);
    color: #FFFFFF;
    border: none !important;
}

.datepicker.dropdown-menu td.day.disabled:hover{background-color: transparent;    color: #CED3D9;}

.ui-timepicker .ui-timepicker-standard a {
    border: 1px solid transparent;
    color: #222;
    display: block;
    padding: 14px 5px;
    text-decoration: none;
    border-bottom: 1px solid var(--grey-color);
    color: var(--primary-color) !important;
    font-size: 14px;
}
.ui-timepicker .ui-timepicker-standard {
    font-family:inherit;
    border: 1px solid var(--primary-color);

}
.ui-timepicker-standard a{ text-decoration: none !important; }

/***edit booking***/
.edit-booking .edit-bottom-box{margin-bottom: 40px;}
.edit-booking .pickupdate-box .bottom-info{margin-top: 20px;}
.edit-booking .pickupdate-box .bottom-info p{margin-bottom: 20px;}


/***fancy select */
.chbs-form-group .chbs-meta-icon-arrow{    font-size: 18px;

    position: absolute;
    right: 20px;
    top: 18px;

    transform: translate(0, 0) rotate(180deg); color: var(--primary-color); z-index: 9;}

.chbs-input-box .fancy-select-common{     border-radius: inherit;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.25);
    color: #000;
    box-shadow: none;
    transition: all 240ms ease-out;
    -webkit-transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -ms-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out;
    font-size: 18px;
    font-family: inherit;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
    background-size: 20px;
    background-position: right 20px center;
    appearance: none;
    -webkit-appearance: none;height: auto; 
    background:none !important;

}

/***header buttons */
.chbs-booking-header a.chbs-button{border-radius: 40px 40px 40px 40px;padding: 8px 21px 7px 21px;border-style: solid;border-width: 1px !important;border-color: #FFFFFF00; background: #FFFFFF2E;    text-transform: capitalize;font-family: "DM Sans", sans-serif;font-weight: 600;font-size: 16px;}
.chbs-booking-header a.chbs-button:hover{color: #fff;background: #A77B00;}
.chbs-booking-header a.chbs-button + a.chbs-button{border-color: #FFFFFF; background: #FFFFFF;color: #181A1F;margin-left: 20px;}
.chbs-booking-header a.chbs-button + a.chbs-button:hover{border-color: #A77B00 ;background: #A77B00;color: #ffffff;}

@media(max-width:1280px){



}





@media(max-width:1250px){
    .table-scroll-inner {
        overflow: hidden;
    }

    .dashboard-right .table-scroll {
        width: 710px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .dashboard-right .table-bordered th,
    .table-bordered td {
        white-space: nowrap;
    }


}

@media (max-width: 1024px){
    .box-content .icon-box{padding: 20px;}
    .box-content .icon-box h3{ font-size: 16px; }
    .bottom-box-inner{ grid-gap: 20px; }
    .help-wrapper{  }
        .dashboard-right .table-scroll {
        width: 610px;
    }
    .chbs-layout-column-right .chbs-google-map {
        height: 420px;
    }

    .chbs-main .chbs-ride-info>div {
        padding: 10px;
    }

    .chbs-main .chbs-ride-info>div {
        display: block;
        width: auto;
    }

    .chbs-main .chbs-ride-info>div:first-child {
        border-width: 0px 0px 1px 0px;
    }

    .chbs-main .chbs-ride-info>div>span {
        float: none;
    }

    /*step 2 */
    .chbs-main .chbs-summary {
        padding: 28px 15px 20px 15px;

    }

    .chbs-main .chbs-main-content-step-2 .chbs-layout-25x75,
    .chbs-main .chbs-main-content-step-3 .chbs-layout-25x75 {
        gap: 30px;
    }

    .chbs-main .chbs-vehicle-list .chbs-vehicle .chbs-vehicle-image {
        flex: 0 0 200px;
    }

    .chbs-vehicle-content-price {
        font-size: 32px;
    }

    .chbs-vehicle-content .chbs-vehicle-content-meta-info span {
        font-size: 32px;
        margin-right: 12px;
    }
    .chbs-booking-extra-list-item .chbs-column-1{ width: 100%; }

    /*step 4 */
    .chbs-main-content-step-4 .chbs-layout-column-3 {
        gap: 30px;
    }
    .selct-lugguage-dropdown .select2-container{     width: 100% !important; }
}

@media(max-width: 991px){
.chbs-layout-50x50{ gap: 20px; }
.dashboard-page .dashboard{ display: block; }
.dashboard-page .dashboard .dashboard-left{     max-width: 100%;    flex: 0 0 100%; }
.dashboard-page .dashboard .dashboard-right{ padding-left: 0; }
.dashboard-page .dashboard .dashboard-left .dashboard-links ul li a{     font-size: 14px;padding: 10px; }
}






@media(max-width: 969px){

    .chbs-main .chbs-main-content-step-2 .chbs-layout-25x75,
    .chbs-main .chbs-main-content-step-3 .chbs-layout-25x75 {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
    }


    .chbs-main-content-step-4 .chbs-layout-column-3 {
        display: block;
    }

    .chbs-google-map-summary iframe {
        height: 500px;
    }

    .chbs-layout-column-3>div.chbs-layout-column-center {
        margin-top: 40px;
    }

    .chbs-layout-column-3 .chbs-booking-img {
        text-align: center;
    }

    .chbs-agreement-checkbox {
        align-items: center;
    }

    .chbs-agreement-checkbox .check-input input {
        margin-top: -20px;
    }
}


@media (max-width: 767px){
.chbs-main .chbs-vehicle-list .chbs-vehicle {
    display: block;
}
.bottom-box-inner{ flex-direction: column; }
.comment-wrapper{ margin-left: 0; }
    .chbs-main-navigation.chbs-mobile {
        display: block;
    }

    .chbs-main-navigation.chbs-desktop {
        display: none;
    }

    .chbs-main {
        padding: 20px;
    }

    .chbs-main-content-step-1 .chbs-layout-50x50 {
        flex-direction: column;
        gap: 20px;
    }

    .datepicker.dropdown-menu {
        min-width: 200px;
       margin: 0 20px;
    }

    .ui-timepicker-wrapper {
        min-width: 350px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .chbs-form-field {
        margin-top: 10px;
        padding-top: 10px;
    }

    .chbs-form-field.chbs-column-2 {
        flex-direction: column;
        gap: 20px;
    }

    .chbs-tooltip .tooltip-content {
        left: inherit;
        right: 0;
    }

    .chbs-tooltip .tooltip-content:before {
        left: inherit;
        right: 0;
        border-right: 9px solid var(--primary-color);
        border-left: 1px solid transparent;
        border-bottom: 10px solid transparent;
        border-top: 0;
    }

    .chbs-form-group .chbs-form-field-label {
        margin-left: 0;
        padding-left: 0;
    }

    /*step 2 */
    .chbs-booking-extra-list-item {
        display: block;
    }

    .chbs-booking-extra-list-item .chbs-column-1,
    .chbs-booking-extra-list-item .chbs-column-2,
    .chbs-booking-extra-list-item .chbs-column-3 {
        width: 100%;        padding-right: 0;
    }

    .chbs-booking-extra-list-item .chbs-column-2 {
        margin: 20px 0;        padding-top: 0;
    }

    .chbs-booking-extra-list-item:last-child {
        padding-bottom: 20px;
    }
    .chbs-booking-extra-list-item .chbs-column-1 .chbs-button{  width: 100%;}
    .chbs-vehicle-content-description ul{margin-left: 20px;}

    /*step 3 */
    .chbs-main .chbs-main-content-step-3 .chbs-layout-25x75 {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
    }

    .dashboard-page .dashboard {
        flex-direction: column;
    }

    .dashboard-page .dashboard .dashboard-left {
        max-width: 100%;
        margin-bottom: 20px;
        flex: 0 0 100%;
    }

    .dashboard-page .dashboard .dashboard-right {
        padding-left: 0;
    }

    .dashboard-right .table-scroll {
        width: 100%;

    }
    .dashboard-page .dashboard .dashboard-left .dashboard-links ul{ flex-direction: column; }
    .dashboard-page .dashboard .dashboard-left .dashboard-links ul li a{ font-size: 16px;}

    .top-boxes {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .top_panel.login-form .white_box {
        padding: 30px;
    }

    .top_panel.login-form h2.heading-sep {
        font-size: 32px;
        line-height: 40px;
    }

    .login-form .form-content {
        padding-left: 5px;
        padding-right: 5px;
    }

}


@media (max-width: 575px){

    /*step 2 */
    .chbs-main .chbs-vehicle-list .chbs-vehicle {
        display: block;
    }

    .chbs-main .chbs-vehicle-list .chbs-vehicle .chbs-vehicle-image {
        text-align: center;
    }

    .top_panel.login-form .white_box {
        padding: 20px;
    }

    .login-form .form-content {
        padding: 20px 0 0;
    }

    .otp-box {
        flex-direction: column;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .dashboard-header {
        flex-direction: column;
        padding: 0 20px;
        gap: 20px;
    }


    .top-boxes {
        display: block;
        padding: 15px 0;

    }

    .box-content .icon-box {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .bottom-box-inner {
        display: block;
    }

    .bottom-box-left {
        margin-bottom: 25px;
    }
    .chbs-agreement-checkbox{align-items: flex-start;}
    .chbs-agreement-checkbox .check-input input{ margin-top: 10px !important;}
    .payment-form .payment-info-table td .radio-table{    margin-left: 40px;}
    .payment-form .payment-info-table td .radio-table tr{display: flex;flex-wrap: wrap;  align-items: center;justify-content: center;}
    .payment-form .payment-info-table td .radio-table tr td:nth-child(odd){flex: 0 0 20%;}
    .payment-form .payment-info-table td .radio-table tr td{flex: 0 0 70%;}
}

@media (max-width: 479px){
    .chbs-main .chbs-ui-tabs-nav {
        display: block;
    }

    .chbs-main .chbs-ui-tabs-tab {
        width: 100%;
    }

    .chbs-main .chbs-ride-info>div>span {
        display: block;
    }

    .chbs-main .chbs-ride-info>div>span:first-child+span,
    .chbs-main .chbs-ride-info>div>span:first-child+span+span {
        margin-left: 0;
        margin-top: 15px;
    }

    .chbs-navigation-button {
        display: flex;
        flex-direction: column;
        overflow: visible;
        
    }

    .chbs-navigation-button .chbs-button {
        float: none;
        width: 100%;
        padding: 14px 0;
        text-align: center;
    }

    .form-content .checkbox-block {
        flex-direction: column;
        gap: 20px;
        margin-top: 0;
    }

    .form-content .checkbox-block .chbs-button {
        display: block;
        width: 100%;
    }

    /*step 2 */
    .chbs-vehicle-content-header {
        display: block;
    }

    .chbs-vehicle-content-header .title {
        display: block;
        margin-bottom: 15px;
    }

    .chbs-vehicle-content-header .chbs-button {
        width: 100%;
        text-align: center;
        padding: 16px 0;
        margin-bottom: 15px;
    }

    .chbs-booking-extra-list-item .chbs-column-3 .chbs-button {
        width: 100%;
        text-align: center;
        padding: 16px 0;
    }

    .chbs-main .chbs-button.chbs-button-step-prev {
        padding: 14px 0;
        margin-top: 10px;
        order: 2;
    }

    /*step 3 */
    .chbs-google-map-summary iframe {
        height: 300px;
    }
    .user-links.step3{ flex-direction: column;        gap: 10px; }
    .user-links.step3 .chbs-button {display: block;
    width: 100%;
    box-sizing: border-box;}

    .dashboard-page .dashboard .dashboard-right .dashboard-content {

    padding: 20px;
 
}





}

@media (max-width: 375px) {

    /*step 2 */
    .chbs-vehicle-content-header .title {
        text-align: center;
    }

    .chbs-vehicle-content .chbs-vehicle-content-meta {
        display: block;
        text-align: center;
    }

    .chbs-vehicle-content .chbs-vehicle-content-meta-info {
        margin-top: 32px;
    }

    .datepicker.dropdown-menu td.day {
        width: 40px;
        height: 32px;
        line-height: 40px;
    }

    .payment-form .payment-info-table td.top-lable{    font-size: 16px;}
    
}

/**bug fix css implent in other site*/
.chbs-ride-info.chbs-box-shadow.summery {
    border: 0;
    box-shadow: none;
}
.chbs-ride-info.chbs-box-shadow.summery .time {
    padding: 0;
    border: 0;
}
.chbs-ride-info.chbs-box-shadow.summery span.chbs-meta-icon-clock {
    display: none;
}
.chbs-ride-info.chbs-box-shadow.summery span.summery-title {
    display: none;
}
.chbs-main .chbs-ride-info.summery>div>span:first-child+span+span {
    margin-left: 0;
    min-width: 100%;
    font-size: 16px;
    padding: 0;
}
.chbs-vehicle-content-description ul li:empty {
    display: none;
}
.pickupdate-box .col {
    margin-bottom: 30px;
}
.dashboard-content .payment-info, .dashboard-content  .chbs-agreement-content {
    display: none;
}
.chbs-booking-header {
    display: flex;
    justify-content: space-between;
}

/***sticky bug**/
.page-template-booking-page .page_wapper{ overflow: visible; }

li:empty,
li:has(strong:empty) {
    display: none;
}




/* iPads in Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 1199px) and (orientation: portrait) {
 .chbs-tab select {
        appearance: none; /* Hide default iOS dropdown arrow */
        -webkit-appearance: none;
        -moz-appearance: none;
        pointer-events: none; /* Disable interaction */
        position: absolute; /* Hide but keep accessibility */
        opacity: 0;
        width: 100%;
        height: 100%;
        display: none !important;
      }
}

/* iPads in Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 1199px) and (orientation: landscape) {
 .chbs-tab select {
        appearance: none; /* Hide default iOS dropdown arrow */
        -webkit-appearance: none;
        -moz-appearance: none;
        pointer-events: none; /* Disable interaction */
        position: absolute; /* Hide but keep accessibility */
        opacity: 0;
        width: 100%;
        height: 100%;
        display: none !important;
      }
}


/****19-03 feedback****/
.dashboard-page .popup .popup__content{top: 45%;}
.dashboard-page .popup .popup__content .date-time-dropdown.common-date-time,
.dashboard-page .popup .popup__content .date-time-dropdown1.common-date-time1{ display: flex;gap:15px; }
.dashboard-page .popup .popup__content .date-time-dropdown.common-date-time .chbs-form-field,
.dashboard-page .popup .popup__content .date-time-dropdown1.common-date-time1 .chbs-form-field{ flex: 1;    margin-top: 0; }

@media (max-width: 479px) {
.dashboard-page .popup .popup__content{padding: 15px;}
.dashboard-page .popup .popup__content .chbs-input-box .chbs-form-control{    min-height: 45px;}
}
/* .payment-formm .form-group {
    display: none;
}
.payment-formm .chbs-agreement-content {
    display: none;
}
.payment-formm .payment-info {
    display: none;
} */
.dashboard-content .payment-info-test, .dashboard-content  .chbs-agreement-content {
    display: none;
}