@font-face {
    font-family: 'Citroen Type';
    src: url('../fonts/CitroenType-Black.woff2') format('woff2'),
        url('../fonts/CitroenType-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Citroen Type';
    src: url('../fonts/CitroenType-Bold.woff2') format('woff2'),
        url('../fonts/CitroenType-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Citroen Type';
    src: url('../fonts/CitroenType-Medium.woff2') format('woff2'),
        url('../fonts/CitroenType-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Citroen Type';
    src: url('../fonts/CitroenType-Regular.woff2') format('woff2'),
        url('../fonts/CitroenType-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: 'Citroen Type';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
    background-color: #ffffff;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1464px;
    }
}

.wow {
    visibility: hidden;
}
a,
button,
.btn {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
a {
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0 !important;
}
.owl-carousel .owl-item img {
    width: auto;
}
img.find {
    display: none;
}
main {
    width: 100%;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}




/* Header: Start */
header {
    padding: 30px 0;
}
header a {
    height: 71px;
    display: table;
    margin: 0 auto;
    }
header a img {
    height: 71px;
}
header.inner {
    border-bottom: 1px solid #5b7f95;
}
/* Header: End */
/* Banner: Start */
.banner {
    height: auto;
    width: 100%;
    position: relative;
}
.banner img.main-banner {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center right;
}
.banner .banner-text {
    width: 57%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 0 0 36px;
    background: rgb(155,28,33);
    background: -moz-linear-gradient(270deg, rgba(155,28,33,0) 28%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(270deg, rgba(155,28,33,0) 28%, rgba(0,0,0,0.8) 100%);
    background: linear-gradient(270deg, rgba(155,28,33,0) 28%, rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9b1c21",endColorstr="#000000",GradientType=1);
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.banner .banner-text h1 {
    font-size: 63px;
    font-weight: 900;
    color: #fff;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    line-height: 1;
}
.banner .banner-text p {
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.banner .banner-text a {
    width: 310px;
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    background: #da291c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0 0;
}
.banner .banner-text a:hover {
    background: #5b7f95;
}
/* Banner: End */


.banner.inner-head {
    background-image: none !important;
    background: #000;
    height: auto;
    min-height: auto;
}
.banner.inner-head .text1 {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}
.home-banner {
    cursor: pointer;
}

































.image-slider {
    margin: 40px 0 0 0;
}
.image-slider .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    /* background: red; */
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: -18px;
}
.image-slider .owl-carousel .owl-item img {
    width: 100%;
}
.image-slider .owl-carousel .owl-prev,
.image-slider .owl-carousel .owl-next {
    width: 40px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.image-slider .owl-carousel .owl-prev span,
.image-slider .owl-carousel .owl-next span {
    display: none !important;
}
.image-slider .owl-carousel .owl-prev {
    background-image: url(../images/slider-arrow-left.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.image-slider .owl-carousel .owl-next {
    background-image: url(../images/slider-arrow-right.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.image-slider .owl-carousel .owl-prev:hover,
.image-slider .owl-carousel .owl-next:hover {
    background-color: #246be4 !important;
}

footer {
    padding: 0 0 0 0;
}
footer p {
    font-size: 12px;
    line-height: 400;
    color: #97999b;
    line-height: 14px;
    margin: 0 0 0 0;
}
footer .copyright {
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0 0;
}
footer .copyright span {
    color: #3b3938;
    font-size: 14px;
}
footer .copyright span a {
    color: #3b3938;
    text-decoration: none;
}
footer .copyright span a:hover {
    text-decoration: underline;
}
footer hr {
    background: #5b7f95;
    height: 1px;
    opacity: 1;
}
.hd-type-1 {
    font-size: 45px;
    line-height: 49px;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    font-weight: 900;
    text-align: center;
}
.hd-type-2 {
    font-size: 25px;
    line-height: 1.2;
    color: #000;
    /* text-transform: uppercase; */
    margin: 0;
    font-weight: 900;
    text-align: center;
}




/* ---- width resize :start ----  */
.widthresize.wresize-start .widthresize-section .wrsec-inner {
    float: right;
}
.widthresize.wresize-end .widthresize-section .wrsec-inner {
    float: left;
}
.widthresize .wrsec-inner {
    height: 625px;
}
.widthresize .wrsec-inner img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
 /* ---- width resize :end ----  */








.book-your {
    padding: 60px 0 0 0;
}
.map-wrap {
    width: 100%;
    height: 660px;
    margin: 40px auto 0 auto;
    border: 0;
    display: flex;
}
.search-wrap {
    display: table;
    margin: 30px auto 0 auto;
    padding: 0 0 0 0;
    position: relative;
}
.search-wrap .top {
    padding: 0 53px 0 0;
}
.search-wrap .left {
    position: relative;
}
.search-wrap .left button {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 45px;
    height: 100%;
    /* border: 0; */
    border: 0;
    border-left: 0;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.search-wrap .left input {
    border: 2px solid #b1b3b3;
    border-radius: 12px;
    height: 48px;
    outline: none;
    width: 350px;
    padding: 0 54px 0 15px;
    font-size: 16px;
    color: #000;
    background: none;
    font-weight: 500;
}
.search-wrap .left input::placeholder {
    color: #897575;
}
.search-wrap .search-button {
    border: 2px solid #da291c;
    height: 48px;
    width: 48px;
    border-radius: 12px;
    padding: 0;
    background: none !important;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
}
.search-wrap .search-button:hover {
    border: 2px solid #000;    
}
.available-nearby {
    color: #000;
    font-size: 16px;
    width: 100%;
    text-align: right;
    display: block;
    margin: 10px 0 0 0;
}
.map-wrap .left {
    width: 450px;
    height: 100%;
    background: #f3f3f3;
}
.map-wrap .right {
    flex: 1;
    background: #000;
}
.map-wrap .right iframe {
    width: 100%;
    height: 100%;
}

.address-accordion .accordion-button::after {
    display: none;
}
.address-accordion .accordion-button {
    padding: 20px 30px;
    box-shadow: none;
    gap: 15px;
    display: flex;
    align-items: flex-start;
}
.address-accordion .accordion-button::before {
    content: '';
    width: 10px;
    height: 18px;
    background: url(../images/arrow-right.png) center center no-repeat;
    position: absolute;
    right: 41px;
    top: 23px;
}
.address-accordion .accordion-item {
    border: 0;
    border-radius: 0;
    border-bottom: 0;
    position: relative;
}
.address-accordion .accordion-item .accordion-collapse.collapse.show::after {
    content: '';
    background: #5b7f95;
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    z-index: 9;
}
.address-accordion .map-count {
    width: 24px;
    position: relative;
    font-size: .75rem;
    color: #0582ca;
    margin: 0 10px 0 0;
}
.address-accordion .map-count span {
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}
.address-accordion .map-count svg {
    width: 24px;
    height: 31px;
}
.address-accordion .map-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 33px;
}
.address-accordion .map-detail .text1 {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.address-accordion .map-detail .text2 {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    margin-top: 8px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.address-accordion .map-detail .text2 img {
    margin-left: 0;
    margin-right: 3px;
    margin-top: -2px;
}
.address-accordion .map-detail .text2 .date-tx {
    font-weight: 700;
    color: #000000;
}
.address-accordion .map-detail .text3 {
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-top: 10px;
    line-height: 24px;
    font-weight: 400;
}
.address-accordion .map-detail .text3 img {
    position: relative;
    top: 5px;
}
.address-accordion .map-detail .text3 a {
    text-decoration: none;
    color: #000;
}
.address-accordion .map-detail .text3 a:hover {
    text-decoration: underline;
}
.address-accordion .map-detail .text4 {
    font-size: 12px;
    color: #000000;
    display: table;
    border: 1px solid #0582ca;
    padding: 4px 10px;
    border-radius: 0;
    margin-top: 5px;
}
.address-accordion .accordion-button:not(.collapsed) {
    background-color: none;
    background: none !important;
}
/* 
.address-accordion .accordion-button[aria-expanded="true"] .text2 {
    color: #fff;
}
.address-accordion .accordion-button[aria-expanded="true"] .text2 img {
    -webkit-filter: invert(100%); 
    filter: invert(100%);
}
.address-accordion .accordion-button[aria-expanded="true"] .map-count span {
    color: #fff;
}

.address-accordion .accordion-button[aria-expanded="true"] .map-detail .text4 {
    color: #fff;
    border: 1px solid #fff;
}
.address-accordion .accordion-button[aria-expanded="true"] .map-detail .text3 {
    display: block;
    color: #fff;
}
.address-accordion .accordion-button[aria-expanded="true"] .map-detail .text3 img {
    -webkit-filter: invert(100%); 
    filter: invert(100%);
}*/
.address-accordion .accordion-button[aria-expanded="true"] .text1 {
    color: #000;
}
.address-accordion .accordion-button[aria-expanded="true"] svg path {
    fill: #0582ca;
} 
.address-accordion .accordion-button[aria-expanded="true"] .text3 {
    display: flex;
}
.address-accordion .accordion-body {
    padding: 0px 41px 15px 30px;
    padding-top: 0;
}
.address-accordion .accordion-body span {
    font-size: 14px;
    color: #000;
    display: block;
    margin: 0 0 8px 0;    
    font-weight: 700;
    text-transform: uppercase;
}
/* Bg color chnage: start */
.address-accordion .accordion-item {
    display: flex;
    flex-direction: column-reverse;
}
.address-accordion .accordion-item .accordion-header,
.address-accordion .accordion-item .accordion-collapse {
    width: 100%;
}
.address-accordion .accordion-item .accordion-collapse.show {
    background: #f5f5f5;
}
.address-accordion .accordion-item .accordion-collapse.show + .accordion-header,
.address-accordion .accordion-item .accordion-collapse.show + .accordion-header .accordion-button {
    background: #f5f5f5;
}
/* Bg color chnage: end */
.select-time-slot {
    width: 100%;
    overflow: auto;
}
.select-time-slot button {
    font-size: 14px;
    height: 37px;
    color: #000;
    border: 0;
    background: none;
    padding: 0 14px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    white-space: nowrap;
    float: left;
    margin: 0 0;
    font-weight: 700;
}
.select-time-slot button:hover, 
.select-time-slot button.active {
    background: #da291c;
    border: 0;
    color: #fff;
}
.select-time-slot button img {
    width: 0;
    height: 0;
    margin-right: 0;
}
.select-time-slot button[disabled], 
.select-time-slot button[disabled],
.select-time-slot button[disabled]:hover, 
.select-time-slot button[disabled].active {
    background: #efefef;
    color: #b8b8b8;
    cursor: no-drop;
}
.select-time-slot button[disabled] img {
    display: none !important;
}
.select-time-slot button[disabled].active img {
    display: none !important;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    border-radius: 0;
    background: #c1c1c1;
}

.center-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 40px 0 0 0;
}
.center-buttons .btn {
    background: #5b7f95;
    border: 1px solid #5b7f95;
    color: #fff;
    border-radius: 25px;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    width: 230px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.center-buttons .btn.btn2 {
    border: 1px solid #5b7f95;
    color: #5b7f95;
    background: none;
}
.center-buttons .btn:hover {
    background: #000;
    color: #fff;
}


.gallery {
    padding: 80px 0 74px 0;
}
.gallery .cell-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    gap: 5px;
}
.gallery .cell-wrap .cell {
    /* background: red; */
    flex: 1;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.gallery .cell-wrap .cell .img1 {
    background: #000;
    height: 380px;
    width: 100%;
}
.gallery .cell-wrap .cell .img2,
.gallery .cell-wrap .cell .img3 {
    background: #000;
    height: 185px;
    width: calc(50% - 2.5px);
}
.gallery .cell-wrap .cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.gallery .hd-type-1 {
    margin: 0 0 35px 0;
}


.experience-today {
    padding: 42px 0 0 0;
}
.experience-today .hd-type-1 {
    margin: 0 0 14px 0;
}
.experience-today p {
    font-size: 14px;
    color: #3b3938;
    margin: 0 0 22px 0;
}
.experience-today .cell {
    padding: 0 0 0 40px;
}
.experience-today .cell .hd-type-1 {
    text-align: left;
    margin-bottom: 20px;
}
.experience-today .cell a.btn {
    background: #da291c;
    border: 1px solid #da291c;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    padding: 0 40px;
    font-size: 14px;
    font-weight: 700;
    /* width: 100%; */
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    line-height: 1;
}
.experience-today .cell a.btn:hover {
    background: #000;
    border: 1px solid #000;
}
.experience-today .cell p b {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
}
.experience-today .cell-2 {
    text-align: center;
    margin: 40px 0 0 0;
}
.experience-today .cell-2 h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0 0 10px 0;
}
.experience-today .cell-2 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    margin: 0 0 15px 0;
}

/* Booking: Start */
.booking-cell {
    padding: 0 0 0 60px;
}
.booking-cell .title {
    font-weight: 700;
    color: #246be5;
    display: block;
}
.booking-cell .miles {
    font-size: 14px;
    color: #787b80;
    font-weight: 700;
    margin: 8px 0 15px 0;
    display: block;
}
.miles img {
    margin: 0 10px 0 0;
}
.booking-cell .address {
    font-size: 14px;
    line-height: 24px;
    color: #787b80;
    display: block;
    margin: 0 0 30px 0;
}
.booking-cell .address a {
    color: #787b80;
}
.booking-cell .address a:hover {
    color: #246be5;
}
.booking-cell .time-slot {
    color: #787b80;
    font-size: 12px;
    display: block;
    line-height: 26px;
}
.booking-cell .time-slot img {
    margin-right: 4px;
}
.booking-cell .date {
    font-size: 14px;
    color: #787b80;
    display: block;
    margin: 0 0 10px 0;
    font-weight: 700;
}
.booking-cell .date img {
    margin: -5px 4px 0 0;
}
/* Booking: End */
/* checkbox and radio box style-1 :start */
.checkbox-style-1 {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    display: flex;
    gap: 10px;
    padding-left: 0;
    margin-bottom: 5px;
}
.checkbox-style-1.form-check-inline {
    display: inline-flex;
    margin-right: 1rem;
    margin-bottom: 0.125rem;
}
.checkbox-style-1 .form-check-input:focus {
    border-color: #e7e7e7;
    background-color: #e7e7e7;
    outline: 0;
    box-shadow: none;
}
.checkbox-style-1 .form-check-label {
    display: flex;
    align-items: center;
    padding-top: 4px;
    margin: 0;
    cursor: pointer;
}
.checkbox-style-1 .form-check-label input {
    margin-top: 0;
    margin-right: 10px;
}
.checkbox-style-1 .form-check-input {
    flex-shrink: 0;
    flex-grow: 0;
    width: 20px;
    height: 20px;
    margin-top: 6px;
    margin-left: 0;
    background-color: transparent;
    border: 2px solid #e7e7e7;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.5s;
}
.checkbox-style-1 .form-check-input:hover {
    background-color: #e7e7e7;
}
.checkbox-style-1 .form-check-input:checked {
    background-color: transparent;
    border-color: #00a3e0;
}
.checkbox-style-1 .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-color: #00a3e0;
    border-color: #00a3e0;
}
/* .checkbox-style-1.c2 .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230fa3df' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-color: #ffffff;
    border-color: #ffffff;
} */

.checkbox-style-1 .form-check-input[type=radio] {
    background-color: #e7e7e7;
    border: 2px solid #cdcdcd;
    border-radius: 100%;
}
.checkbox-style-1 .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 426.667 426.667' style='enable-background:new 0 0 426.667 426.667;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M213.333,106.667c-58.88,0-106.667,47.787-106.667,106.667S154.453,320,213.333,320S320,272.213,320,213.333 S272.213,106.667,213.333,106.667z' fill='%230fa3df'/%3E%3Cpath d='M213.333,0C95.467,0,0,95.467,0,213.333s95.467,213.333,213.333,213.333S426.667,331.2,426.667,213.333 S331.2,0,213.333,0z M213.333,384c-94.293,0-170.667-76.373-170.667-170.667S119.04,42.667,213.333,42.667 S384,119.04,384,213.333S307.627,384,213.333,384z' fill='%23ffffff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-color: #00a3e0;
    border-color: #cdcdcd;
}
/* .checkbox-style-1.c2 .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='%230fa3df' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/></svg>");
    background-color: #ffffff;
    border-color: #ffffff;
} */
/* checkbox and radio box style-1 :end */

/* form-style-1 :start */
.form-style-1 {
    width: 100%;
    height: auto;
}
.form-style-1 ::placeholder {
    color: #787b80;
}
.form-style-1 .form-label {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}
.form-style-1 .form-label.required::after {
    content: '*';
    color: #e3342f;
}
.form-style-1 .form-control {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    border: 1px solid transparent;
    border: 1px solid #b1b3b3;
    border-radius: 12px;
    padding: 8px 13px;
    height: 40px;
}
.form-style-1 .form-control:focus {
    border-color: #000000;
    box-shadow: none;
}
.form-style-1 .nice-select {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
    padding: 8px 33px 8px 13px;
    border: 1px solid #b1b3b3;
    border-radius: 12px;
}
.form-style-1 .nice-select:focus {
    border-color: #000000;
}
.form-style-1 .nice-select .option {
    padding-left: 13px;
    padding-right: 13px;
}
.form-style-1 .invalid-feedback {
    font-size: 14px;
    font-weight: 400;
    color: #e3342f;
}
.form-style-1 .text-danger {
    color: #e3342f;
}
.form-style-1 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 20px;
}
.form-style-1 p a {
    color: #da291c;
    text-decoration: underline;
}
.form-style-1 p a:hover {
    text-decoration: none;
}
.form-style-1 h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 10px;
}
/* form-style-1 :end */

/* btn-style-1 :start */
.btn-style-1 {
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    background-color: #00a3e0;
    border: 1px solid #00a3e0;
    border-radius: 0;
    text-transform: uppercase;
    padding: 16px 10px;
    width: 365px;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-style-1:hover {
    color: #ffffff;
    background-color: #000000;
}
/* btn-style-1 :end */

/* bookingpage-section :start */
.bookingpgfrm-section {
    padding: 40px 0px 60px 0;
}
.bookingpgfrm-section .bookpgfrm-title {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 45px;
}
.bookingpgfrm-section .bookpgfrm-title h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0;
}

.booking-form {
    max-width: 1168px;
    margin: 0 auto;
}
.booking-form .form-check-input[type=checkbox] + .form-check-label {
    font-size: 16px;
}


.bookfrm-top {
    padding: 0;
    /* margin: 0 0 45px 0; */
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}
.bookfrm-top .left span.title {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    /* text-transform: uppercase; */
    display: block;
}
.bookfrm-top .left span.title sub {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #000;
    display: block;
    bottom: 0;
    margin-top: 10px;
}
.bookfrm-top .left span.title sub img {
    margin-right: 5px;
}
.bookfrm-top .left span.address {
    font-size: 14px;
    color: #787b80;
    line-height: normal;
    display: block;
    padding: 0;
    position: relative;
    margin: 10px 0 0 0;
    line-height: 1.5;
}
/* .bookfrm-top .left span.address img {
    position: absolute;
    left: 0;
    top: 8px;
} */
.bookfrm-top .left span.address a {
    /* display: table; */
    padding: 3px 0 0 0;
    color: inherit;
    text-decoration: none;
}
.bookfrm-top .left span.address a:hover {
    text-decoration: underline;
}
.bookfrm-top .right .button-wrap {
    width: 370px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 3px;
}
.bookfrm-top .right span {
    font-size: 12px;
    font-weight: 700;
    color: #787b80;
    /* text-transform: uppercase; */
    display: block;
    margin: 0 0 5px 0;
}
.bookfrm-top .right button {
    font-size: 9px;
    font-weight: 400;
    width: 75px;
    height: 30px;
    color: #0074e8;
    background: transparent;
    border: 1px solid #cdcdcd;
    padding: 0 5px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    float: left;
    /* margin: 0 4px 4px 0; */
}
.bookfrm-top .right button img {
    width: 0;
    height: 0;
    transition: 0.3s;
    margin-right: 2px;
}
.bookfrm-top .right button:hover,
.bookfrm-top .right button.active {
    color: #fff;
    background-color: #0074e8;
    border: 1px solid #0074e8;
}
.bookfrm-top .right button.active img {
    width: 12px;
    height: 13px;
}
.bookfrm-top .right button[disabled], 
.bookfrm-top .right button[disabled],
.bookfrm-top .right button[disabled]:hover, 
.bookfrm-top .right button[disabled].active {
    background-color: transparent;
    border: 1px solid #cacaca;
    color: #ababab;
    cursor: no-drop;
}
.bookfrm-top .right button[disabled] img {
    display: none !important;
}
.bookfrm-top .right button[disabled].active img {
    display: none !important;
}

.bookfrm-top .right .date {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.bookfrm-top .right .date img {
    margin-right: 5px;
}


.bookfrm-top .right .time-cells {
    width: 316px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 3px;
}
.bookfrm-top .right .time-cell {
    font-size: 9px;
    font-weight: 400;
    
    background: transparent;
    
    float: left;
}
.bookfrm-top .right .time-cell input {
    display: none;
}
.bookfrm-top .right .time-cell label {
    background: transparent;
    width: 75px;
    height: 30px;
    color: #0074e8;
    border: 1px solid #cdcdcd;
    padding: 0 0;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    cursor: pointer;
}
.bookfrm-top .right .time-cell input[type="radio"]:checked+label {
    color: #fff;
    background-color: #0074e8;
    border: 1px solid #0074e8;
}
.bookfrm-top .right .time-cell input[disabled]+label {
    color: #787b80;
    background-color: #fff;
    cursor: no-drop;
}
.form-top-sec.style2 {
    padding: 40px 0px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #000000;
}
.form-top-sec.style3 {
    border-bottom: 1px solid #000000;
}
.form-top-sec .address a {
    color: #000;
}
.form-top-sec .address a:hover {
    text-decoration: underline;
}

/* For yii: Start */
.bookfrm-top .right .time-cells>input+div {
    display: flex;
    gap: 4px 3px;
    flex-direction: row;
    flex-wrap: wrap;
}
.bookfrm-top .right .time-cells .invalid-feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: 14px;
    color: #dc3545;
    font-weight: 400;
}
/* For yii: End */

/* bookingpage-section :end */
.cancel-booking-mid {
    margin-bottom: 40px;
    margin-top: 20px;
}
.cancel-booking-mid p {
    color: #181717;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 10px;
}
.cancel-booking-mid p span {
    margin-left: 10px;
}

.cancellation-successful {
    padding: 100px 0;
}
.cancellation-successful p {
    line-height: 30px;
}


/* btn-style-2 :end */
.btn-style-2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.364;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #da291c;
    border: 2px solid #da291c;
    border-radius: 0;
    width: 200px;
    /* height: 45px; */
    padding: 9px 14px;
    border-radius: 21.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-style-2:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
/* btn-style-2 :end */

/* btn-style-3 :end */
.btn-style-3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.364;
    text-transform: uppercase;
    color: #da291c;
    background-color: transparent;
    border: 2px solid #da291c;
    border-radius: 0;
    width: 200px;
    /* height: 45px; */
    padding: 9px 14px;
    border-radius: 21.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-style-3:hover {
    color: #ffffff;
    background-color: #787b80;
    border-color: #787b80;
}
/* btn-style-3 :end */

/* btngroup-wrap :start */
.btngroup-wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 15px 30px;
    margin-top: 30px;
}
/* btngroup-wrap :end */

/* Join waiting list :start */
.waitinglist-wrap {
    margin-top: 10px;
}
.waitinglist-wrap p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
}
.waitinglist-wrap .btn {
    width: 100%;
    margin-top: 10px;
}
/* Join waiting list :end */

/* waiting list successful section :start */
.waitinglist-section {
    padding: 70px 0px 140px;
}
.waitinglist-section .waitlistsec-para {
    text-align: center;
    margin-top: 55px;
}
.waitinglist-section .waitlistsec-para p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.waitinglist-section .waitlistsec-image {
    text-align: center;
    margin-top: 85px;
}
/* waiting list successful section :end */



/* payment status section :start */
.paymentstatus-section {
    width: 100%;
    height: 100%;
    margin: 90px 0px;
}
.paymentstatus-section .pssec-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 40px;
    background-color: transparent;
    border-radius: 0px;
}
.paymentstatus-section .pssec-inner .pssicon {
    margin-bottom: 24px;
}
.paymentstatus-section .pssec-inner .pssicon i {
    font-size: 100px;
    color: #198754;
}
.paymentstatus-section .pssec-inner h3 {
    font-size: 24px;
    font-weight: 700;
    color: #198754;
    margin-bottom: 5px;
}
.paymentstatus-section .pssec-inner p {
    font-size: 14px;
    font-weight: 400;
    color: #9e9e9e;
    margin-bottom: 0;
}

.paymentstatus-section.failure .pssec-inner h3 {
    color: #dc3545;
}
.paymentstatus-section.failure .pssec-inner .pssicon i {
    color: #dc3545;
}
/* payment status section :end */


/* waiting list successful: Start */
.waiting-list-successful {
    padding: 40px 0;
    text-align: center;
}
.waiting-list-successful a {
    font-size: 15px;
    color: #5b7f95;
    font-weight: 700;
    display: table;
    margin: 40px auto;
}
.waiting-list-successful a:hover {
    text-decoration: underline;
}
.waiting-list-successful img {
    max-width: 100%;
}
.waiting-list-successful .successful-right {
    text-align: left;
    padding: 0 0 0 40px;
}
.waiting-list-successful .successful-right h2 {
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 20px 0;
}
.waiting-list-successful .successful-right a {
    margin: 0;
}
.waiting-list-successful .successful-right span {
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.waiting-list-successful .successful-right span img {
    margin: 0 8px 0 0;
    font-size: 16px;
}
.waiting-list-successful .successful-right p {
    margin: 0 0 25px 0;
    font-size: 16px;
}
p.txt-styl-1 {
    font-size: 15px;
    color: #5b7f95;
    font-weight: 700;
    margin: 25px 0 0 0;
}
/* waiting list successful: End */

/* Dealer booking: Start */
.form-top-sec {
    margin-bottom: 40px;
}
.form-top-sec h6 {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    margin: 0 0 15px 0;
}
.form-top-sec span.title {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.form-top-sec span.title img {
    width: 10px;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.form-top-sec span.title.two img {
    width: 20px;
    margin-right: 10px;
}
.form-top-sec p {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin: 0;
}
.form-top-sec .right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.form-top-sec .right .cell-date {
    min-width: 160px;
}
.form-top-sec .right .cell-time {
    flex: 1;
}
hr.style1 {
    background: #5b7f95;
    opacity: 1;
    height: 1px;
    margin: 30px 0 50px 0;
}
.vip-customer {
    padding: 40px 0 0 0;   
}
.vip-customer p {
    font-size: 14px;
    color: #3b3938;
    margin: 0 0 22px 0;
    text-align: center;
}

/* Dealer booking: End */














.form-top-sec .right .cell-time .time-cell {
    font-size: 14px;
    font-weight: 700;    
    background: transparent;    
    float: left;
}
.form-top-sec .right .cell-time .time-cell input {
    display: none;
}
.form-top-sec .right .cell-time .time-cell label {
    background: transparent;
    height: 37px;
    color: #000;
    border: 0;
    padding: 0 14px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    cursor: pointer;
}
.form-top-sec .right .cell-time .time-cell input[type="radio"]:checked+label {
    color: #fff;
    background-color: #da291c;
    border: 0;
}
.form-top-sec .right .cell-time .time-cell input[disabled]+label {
    color: #787b80;
    background-color: #fff;
    cursor: no-drop;
}
