.common-box-shadow{
    box-shadow: 0px 2px 9.1px 0px rgba(0, 0, 0, 0.25);
}
.common-border-top{
    border-top: 2px solid var(--secondary-border-color);
}

.banner {
    position: relative;
    min-height: 300px;
    background-image: url('../../assets/img/banner.webp');
    background-position: center;
}

.banner:before {
    content: '';
    background: #cccccc69;
    position: absolute;
    height: 100%;
    width: 100%;
}

.banner-title {
    color: white;
    text-align: center;
    padding: 40px 0;
    font-size: 25px;
    font-weight: 700;
}


.banner-sub-title {
    color: white;
    padding-bottom: 20px;
    text-align: center;
}

.details {
    padding: 100px 0;
}

.details-row {
    align-items: center;
}

.details ul {
    list-style: none;
    padding: 0;
}

.details ul a {
    list-style: none;
    /* padding: 25px; */
}

.details-a {
    text-decoration: none;
    color: var(--normal--dark-text-color);
    font-size: 1.5em;
    font-weight: 700;
}

.details-middle-image {
    max-width: 100%;
}

.detalls-icon {
    color: var(--primary-color);
    height: 56px;
    width: 56px;
    border: 1px dashed var(--primary-border-color);
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.details-row>div {
    display: flex;
    justify-content: center;
}

.details-left {
    text-align: right;
}

.details ul li {
    padding: 10px 0;
}

.advertise-banner {
    padding: 75px 0;
    text-align: center;
    background-image: url(../../assets/img/addvertise_banner.webp);
    background-position: bottom center;
}

.advertise-banner-div {
    width: max(50%, 320px);
    margin: auto;
}

.advertise-banner-title {
    font-size: 3em;
    line-height: 1.3;
    padding-bottom: 0.29em;
    position: relative;
    color: #ffffff;
    text-align: center;
}

.advertise-banner-title::before {
    content: '';
    height: 3px;
    width: 40px;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.advertise-banner-content {
    color: white;
    font-size: 16px;
    padding: 20px 0;
}

.btn-addvertise-banner {
    /* background: linear-gradient(to right, #008fd6 0%, #0084c5 50%, #ef612e 50%, #ef612e 100%) no-repeat scroll right bottom / 210% 100% #ef612e !important; */
    background: var(--primary-background-color) !important;
    color: white;
    padding: 10px 25px;
    font-weight: 700;
    line-height: 0;
    border-radius: 5px;
}

#amenities-setion {
    padding: 100px 0;
    background-color: var(--section-bg-color);
}

.amenities-boxes {
    display: flex;
    padding-top: 50px;
}

.amenities-box {
    text-align: center;
    padding: 0 10px;
}

.amenities-box:hover .amenity-icon {
    color: var(--primary-hover-color);
}

.amenities-box .amenity-image {
    text-align: center;
}

.amenities-box .amenity-icon {
    display: inline-block;
    width: 120px;
    height: 120px;
    color: var(--primary-color);
    background-color: white;
    font-size: 3em;
    border: 1px dashed var(--primary-border-color);
}

.amenities-box .amenity-icon::before {
    top: 50%;
    position: relative;
    margin: 0;
    transform: translateY(-50%);
    padding: 0;
    line-height: unset !important;
}

.amenity-title {
    font-weight: var(--default-font-weight);
    color: var(--normal--dark-text-color);
    padding: 10px 0;
}

#about-us {
    padding-top: 100px;
}

.about-us-content {
    padding: 10%;
}

.about-us-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

#about-us-slider {
    height: 100%;
}

#about-us-slider .carousel-inner,
#about-us-slider .carousel-item,
#about-us-slider .carousel-item img {
    height: 100%;
}

#about-us-slider .carousel-item img {
    object-fit: cover;
    object-position: center;
    overflow: hidden
}

#about-us-slider .carousel-indicators li.active {
    background-color: var(--primary-background-color);
}

.about-us-para {
    text-align: justify;
    color: var(--normal-text-color);
    padding-bottom: 20px;
}

#about-us-slider .carousel-indicators li {
    height: 10px;
    width: 10px;
    border-radius: 100%;
}

/* Animations */
@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@media (max-width:767px) {

    #about-us-slider .carousel-inner,
    #about-us-slider .carousel-item,
    #about-us-slider .carousel-item img,
    .about-us-image {
        height: 400px;
    }

    .customer-detail-summery{
        padding: 0 15px 15px 15px !important;
    }
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard>div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.wizard .nav-tabs>li.disabled>a {
    pointer-events: none;
    cursor: not-allowed;
}

.wizard .nav-tabs>li.disabled {
    cursor: not-allowed;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: var(--secondary-text-color);
    font-weight: 500;
    border: 2px solid #ddd;
}

.wizard li.active span.round-tab {
    background: white;
    color: var(--secondary-text-color);
    border-color: var(--primary-active-border-color);
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

.wizard .nav-tabs>li.active>a i {
    color: var(--secondary-text-color);
}

.wizard .nav-tabs>li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}



.wizard .nav-tabs>li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

.wizard .nav-tabs>li a i {
    position: absolute;
    top: 50px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}

.prev-step,
.next-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}

.next-step {
    background-color: var(--primary-background-color);
}

.skip-btn {
    background-color: var(--primary-background-color);
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.term-check {
    font-size: 14px;
    font-weight: 400;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}

.footer-link {
    margin-top: 30px;
}

.list-content {
    margin-bottom: 10px;
}

.list-content a {
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}

.list-content a[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.list-content a i {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}

.list-box {
    padding: 10px;
}

.signup-logo-header .logo_area {
    width: 200px;
}

.signup-logo-header .nav>li {
    padding: 0;
}

.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-inline li {
    display: inline-block;
}

.pull-right {
    float: right;
}

/* Date Step CSS  */
#date-selection {
    background-image: url('../../assets/img/date-step-bg.webp');
    position: relative;
}

#date-selection::before {
    content: '';
    background: #cccccc24;
    position: absolute;
    height: 100%;
    width: 100%;
}

input.date-input {
    border-right: 1px solid #e3dedd;
}

.check_rates {
    /* background: linear-gradient(to right, #008fd6 0%, #0084c5 50%, #ef612e 50%, #ef612e 100%) no-repeat scroll right bottom / 210% 100% #ef612e !important; */
    background: var(--primary-background-color) !important;
    color: white;
    margin-top: 15px;
    padding: 10px 25px;
    font-weight: 700;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
}

.date-selection-div {
    position: relative;
    z-index: 1;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.date-selection,
.date-selection-div .check-out,
.date-selection-div .check-in {
    width: 100%;
    position: relative;
}

.date-header {
    color: white;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 0;
}

.date-title {
    font-size: 15px;
    color: #000;
    font-weight: 900;
    padding: 15px 25px;
}

.date {
    position: relative;
    outline: none;
    border: none;
    border-radius: 3px;
    padding: 15px 25px;
    width: 100%;
    color: #888d93;
    font-weight: 600;
}

.date-time-div {
    flex-wrap: wrap;
    background-color: #e3dedd;
}

.timepicker {
    max-height: 200px;
    overflow: auto;
    position: absolute;
    width: 100%;
}

/* Parking Spaces CSS  */
.reservation-details {
    width: 25%;
    position: sticky;
    top: var(--navbar-height);
    height: 100%;
    padding: 25px;
    border: 1px solid #F0F2F8;
    box-shadow: 0px 55px 30px -40px rgba(0, 0, 0, 0.2);
}
.resevation-detail-summery .reservation-details , .customer-detail-summery, .payment-detail {
    padding: 15px;
    border: 2px solid var(--secondary-border-color);
}
.booking_summery_reservation_details{
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    background: var(--secondary-light-bg-color);
    color: white;
}

.booking_summery_reservation_details > div {
    width: 50%;
}

.parking-space-right-container {
    width: 75%;
    padding-left: 25px;
}

.reservation-boxes {
    padding: 20px;
    text-align: center;
    margin: 20px 0;
}

.entry-date {
    background: var(--secondary-light-bg-color);
    color: white;
}

.exit-date {
    border: 1px solid var(--primary-active-border-color);
    color: var(--secondary-light-text-color);
}


.parking-spaces {
    background-color: #f0f2f8;
    /* margin: auto; */
    display: flex;
}

.parking-spaces .product-image{
    width:25%;
}
.parking-spaces .product-image img{
    width:100%;
}
.parking-spaces .product-details{
    width:75%;
}

.product-name {
    font-size: 24px;
    font-weight: 700;
    color: var(--secondary-light-text-color);
}

.product-details {
    margin: auto !important;
    width: 100%;
}

.model-toggler {
    text-decoration: underline;
    color: #21303e;
    cursor: pointer;
}

.product-price {
    font-size: 24px;
    font-weight: 700;
    color: var(--secondary-light-text-color);
    float: right;
}

.final-reservation-total {
    border-top: 1px solid #F0F2F8;
}

.total_amount_label {
    float: right;
    border-top: 1px solid var(--secondary-light-bg-color);
    padding-top: 15px;
}

.total-label {
    padding-top: 15px;
    display: inline-block;
}

.entry-check-in-detail,
.exit-check-in-detail,
.entry-check-in-details,
.exit-check-in-details {
    font-weight: 700;
}

.select_btn {
    background: var(--primary-background-color);
    color: white;
    border: none;
    outline: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 600;
}

.product_select_btn {
    background: var(--primary-background-color);
    color: white;
    border: none;
    outline: none;
    padding: 10px 20px;
    font-weight: 600;
}

.product_select_btn.selected {
    background: var(--seconndary-background-color);
}

.text-light-color {
    color: var(--normal-text-color);
}

.padding-left-50 {
    padding-left: 50px;
}

.product-detail-tital {
    color: var(--secondary-light-bg-color);
}

.parking-space-detail-div {
    margin-right: 15px;
}

.parking-space-location-icon,
.parking-space-icon {
    position: absolute;
    width: 50px;
    height: 50px;
}

.product-amenity-divs {
    width: 75%;
}

.parking-add-ons-container {
    width: 100%;
    padding: 25px;
    background-color: #f0f2f8;
}

.add-on-left {
    width: 100%;
    margin-right: 25px;
}

.quantity-select-btns {
    display: flex;
}

.quantity-modifier {
    display: flex;
    margin-right: 15px;
}

.add-on-quantity {
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    text-align: center;
    color: var(--normal-text-color);
    font-weight: 600;
}

.quantity-modifier .quantity-class.disabled {
    opacity: 0.5;
}

.quantity-modifier .quantity-class {
    cursor: pointer;
    background-color: var(--primary-background-color);
    padding: 5px;
    width: 50px;
    height: 50px;
    color: white;
    display: flex;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    background-color: var(--seconndary-background-color);
}

.quantity-modifier .quantity-class.selected {
    background-color: var(--primary-background-color) !important;
}

.addOns_select_btn {
    height: 50px;
    opacity: 0.5;
}
.addOns_select_btn.selected {
    opacity: 1;
}

.payment-method-div {
    display: flex;
    background-color: #f0f2f8;
    align-items: center;
    padding: 25px;
}

.right-icon {
    border: 2px solid var(--primary-active-border-color);
    padding: 0px 5px;
    margin-right: 20px;
}

.form-container {
    flex-wrap: wrap;
    display: flex;
    border-top: 2px solid var(--secondary-border-color);
    /* border-bottom: 2px solid var(--secondary-border-color); */
}

.form-input {
    padding-top: 20px;
    width: 50%;
    border: 1px solid #EAECEE;
}

.form-input.w-33 {
    width: 33.33%;
}


.form-input label {
    display: block;
    font-weight: 700;
    padding: 0 20px;
}

.form-input input,
.form-input textarea,
.form-input select {
    border: none;
    outline: none;
    width: 100%;
    padding: 20px;
    border-radius: 2px;
}

.form-input input:focus {
    font-weight: 600;
    border-bottom: 1px solid var(--secondary-border-color);
}

/* Model CSS  */
#login_register_model .modal-content {
    background-color: var(--section-bg-color);
}

#login_register_model .modal-header {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.register-form .model-input {
    padding: 5px;
}

.model-input input {
    width: 100%;
    border: 1px dashed #bcbcbc;
    background-color: white;
    padding: 15px 10px;
    border-radius: 5px;
}

.model-input input:focus {
    border-color: var(--secondary-border-color);
    outline: none;
}

.nav-pills {
    width: 100%;
}

.nav-pills .nav-item {
    width: 50%;
}

#login_register_model .nav-link {
    background-color: #e6e8eb;
    width: 100%;
}

#login_register_model .nav-link:hover {
    color: var(--primary-color);
}

#login_register_model .nav-link.active {
    background-color: var(--section-bg-color);
    color: black;
}

.login_btn {
    border-radius: 5px;
    width: max-content;
}

/* Reservation Details  */
.space_total_div,
.extra_option_total_div {
    display: none;
}

/* Customer Detail summery
 */
.customer-detail-summery {
    padding: 0 25px 25px 25px !important;
    /* border: 1px solid #F0F2F8;
    box-shadow: 0px 55px 30px -40px rgba(0, 0, 0, 0.2); */
}

.common-lbl {
    margin-bottom: 10px;
}

/* Success Model CSS  */
#booking_success_model .succcess_btn {
    background: var(--primary-background-color);
    color: white;
    border: none;
    outline: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 600;
}

#booking_success_model i.checkmark {
    color: var(--primary-color);
    font-size: 100px;
    line-height: 150px;
    margin-left: -15px;
}

@media (max-width:425px) {
    .product-image {
        width: 100%;
        margin-bottom: 10px;
    }
    /*For responsive */
    .date-selection-div{
        justify-content: center;
    }
    .details,#amenities-setion,.footer-row{
        padding:50px 0 !important;
    }
    .footer-headings{
       font-size: 16px !important;
        margin-top: 10px !important; 
        margin-bottom: 10px !important;
    }
    .footer-headings.center-text{
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }
    .footer-logo img {
        width: 100px !important;
    }
    .footer-row > div:nth-child(2),.footer-row > div:nth-child(3){
        flex: 0 0 50%;
        max-width: 50%;
    }
    footer .navigation-links,
    footer .discover_links,
    footer .contact-links{
        padding:0 !important;
    }
}

@media (max-width:550px) {

    .wizard .nav-tabs {
        flex-direction: column;
    }

    .connecting-line {
        display: none;
    }

    .wizard>div.wizard-inner {
        text-align: left;
    }

    .wizard .nav-tabs>li {
        padding: 10px 0;
        width: 155px;
        margin: auto;
    }

    span.round-tab {
        position: relative;
    }

    .wizard .nav-tabs>li a i {
        position: relative;
        top: 0;
        left: 15px;
    }
}

@media (max-width:600px) {
    .parking-spaces .product-image{
        width:100%;
    }
    .parking-add-ons-container div {
        flex-wrap: wrap;
    }

    .quantity-select-btns {
        margin-top: 10px;
    }

    .quantity-modifier {
        margin-bottom: 10px;
    }

    .product-name {
        padding-right: 10px;
    }

    .product_select_btn_parent {
        width: 100%;
    }

    .product_select_btn {
        width: 100%;
        margin-top: 10px;
    }

    .product-amenity-divs {
        width: 100%;
    }

    .form-input {
        width: 100% !important;
    }
}

@media (min-width:767px) {
    .date-selection {
        width: 49%;
    }

    span.round-tab {
        line-height: 45px;
        width: 50px;
        height: 50px;
    }

    .wizard .nav-tabs>li a i {
        top: 65px;
        transform: translateX(-25%);
        font-size: 15px;
    }

    .connecting-line {
        top: 25px;
    }
}

@media (max-width:768px) {

    .parking-spaces .product-image{
        width:auto;
    }
    .parking-spaces .product-details{
        width:100%;
    }
    .product-details {
        padding-bottom: 10px;
    }

    .product-image {
        margin-bottom: 10px;
    }

    .parking-spaces {
        flex-wrap: wrap;
    }

    .product-image img {
        width: 100%;
    }

    .product-details .d-flex {
        flex-wrap: wrap;
    }

    /* Customer Details  */
    .form-input.w-33 {
        width: 50%;
    }
}

@media (max-width:992px) {

    /* banner Responsive  */
    .banner {
        max-height: 225px;
    }

    .wizard {
        display: none;
    }

    .date-selection-div {
        padding: 15px;
    }

    .date-title {
        font-size: 12px;
        padding: 15px !important;
    }

    .date-time-div>div {
        width: 50% !important;
    }

    /* End Of Banner Responsive  */
    .reservation-details {
        width: 100% !important;
    }

    .parking-space-container {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .parking-space-right-container {
        width: 100% !important;
        padding: 0 25px !important;
    }
}

@media (min-width:992px) {
    .date-time-div {
        flex-wrap: nowrap;
    }

    .date-selection {
        width: 49%;
    }
}

@media (min-width:1024px) {

    .date-selection {
        width: 41%;
    }
}

span.optional_placeholder {
    color: #cdcdcd;
    font-size: 14px;
    font-weight: 600;
}

.details_icon {
    border: 1px dashed var(--secondary-border-color);
    border-radius: 100%;
    width: 56px;
    padding: 6px;
}

.email_label{
    line-break: anywhere;
}