* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Avenir LT Std';
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Heavy.woff2') format('woff2'), url('../fonts/AvenirLTStd-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Oblique.woff2') format('woff2'), url('../fonts/AvenirLTStd-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-MediumOblique.woff2') format('woff2'), url('../fonts/AvenirLTStd-MediumOblique.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-HeavyOblique.woff2') format('woff2'), url('../fonts/AvenirLTStd-HeavyOblique.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'), url('../fonts/AvenirLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Light.woff2') format('woff2'), url('../fonts/AvenirLTStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Medium.woff2') format('woff2'), url('../fonts/AvenirLTStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Black.woff2') format('woff2'), url('../fonts/AvenirLTStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-LightOblique.woff2') format('woff2'), url('AvenirLTStd-LightOblique.html') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-BookOblique.woff2') format('woff2'), url('../fonts/AvenirLTStd-BookOblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-BlackOblique.woff2') format('woff2'), url('../fonts/AvenirLTStd-BlackOblique.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Book.woff2') format('woff2'), url('../fonts/AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.border-x {
    border-left: solid 1px #1b1919;
    border-right: solid 1px #1b1919;
}
.border-s {
    border-left: solid 1px #1b1919;
}

a {
    text-decoration: none;
}

.border-radius1 .item img {
    border-radius: 59px;
}

.mid-box img {
    border-radius: 140px;
}

.border-radius2 {
    border-radius: 116px 0px 0px 116px;
}

.border-radius3 {
    border-radius: 0px 116px 116px 0px;
}

.box-padd {
    padding: 105px 70px;
}

.bg-box a {
    padding: 22px 100px;
    border-radius: 40px;
}

.mt-100 {
    margin-top: 150px;
}

.mt-110 {
    margin-top: 110px;
}

.mb-100 {
    margin-bottom: 150px;
}

.mt-88 {
    margin-top: 88px;
}

.px-30 {
    padding-left: 40px;
    padding-right: 30px;
}

.px-60 {
    padding-left: 10%;
    padding-right: 10%;
}

.w-95 {
    width: 95%;
}

.bg-box {
    background: #f7f7f7;
}

.fs-60 {
    font-size: 60px;
    font-weight: 400;
}

p {
    font-size: 24px;
}

.py-130 {
    padding: 180px 0;
}


.pb-130 {
    padding-bottom: 160px;
}

.dropdown-toggle::after {
    display: none;
}

.fs-24 {
    font-size: 24px;
}

.fs-65 {
    font-size: 65px;
}

.fs-50 {
    font-size: 50px;
    line-height: 64px;
}

.color1 {
    color: #504f4f !important;
}

.terms-condition p {
    font-size: 1.2rem;
}
/*** Header Desktop Menu css  ****/
.headertop-contact {
    padding: 25px 30px;
    transition: all 0.3s;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background: #fff;
}

    .headertop-contact.fixed {
        background: #fff;
        border-bottom: solid 2px #fff;
        transition: all 0.3s;
        box-shadow: 0 1px 3px #fff;
        padding: 20px 30px;
    }


.fixed .logo {
    padding: 0;
}

.logo {
    width: 200px;
    transition: all 0.3s;
    padding: 0px;
}

.acolor {
    color: #2c2d2b;
    font-weight: 600;
    text-decoration: none;
}


.sidenav ul li {
    padding: 10px 15px;
}



.accordion {
    display: block;
    width: 100%;
}



#linkid {
    position: relative;
}



.fixed .sidenav a.nav-link {
    color: #2D2E29;
}



.sidenav a.nav-link {
    text-decoration: none;
    line-height: 1.1;
    font-size: 22px;
    display: block;
    transition: 0.3s;
    color: #2D2E29;
    padding: 8px 0;
    text-align: center;
    font-weight: 500;
}


.sidenav a.dropdown-toggle:focus {
    color: #ff0000;
    border-bottom: solid 2px #ff0000
}
   /* .sidenav a.nav-link:focus {
        color: #2D2E29;
    }*/

.bookbtn {
    border: solid 1px #fff;
    font-size: 18px;
    color: #fff;
    padding: 18px 25px;
    margin-left: 30px;
}

.fixed .bookbtn {
    padding: 15px 40px;
}

.fixed .mobile_logo {
    width: 150px;
    display: inline-block;
}



.sidenav .nav-item.active ul li a {
    color: #2D2E29;
    border-bottom: solid 0px #A58F64
}

    .sidenav .nav-item.active ul li a:hover {
        color: #fff;
    }

.sidenav .nav-item.active ul li.active a {
    color: #fff;
}

.sidenav .nav-item.active ul li.active {
    background: #2D2E29 !important;
    color: #fff;
}






.nav-px {
    padding: 0 50px;
}

.sidenav ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0px;
    content: '';
    color: transparent;
    background: #ff0000;
    height: 2px;
}

.sidenav ul li a:hover:after {
    width: 100%;
}

.sidenav ul li a {
    position: relative;
}

    .sidenav ul li a:after,
    .sidenav ul li a:before {
        transition: all .5s;
    }

.sidenav a.nav-link:hover {
    color: #ff0000;
}

.sidenav .nav-item.active a {
    color: #ff0000;
    border-bottom: solid 2px #ff0000
}


/*** End Header Desktop Menu css  ****/


.overlay::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.map-box .active .btn3 {
    background: none;
    color: #ff0000;
    border-color: #ff0000;
}

.location-box .btn3 {
    background: none;
    border-color: #bf202a;
    color: #bf202a;
}

.top-btn .btn {
    background: #ff0000;
    color: #fff;
    padding: 10px 60px;
    border-radius: 50px;
    border: solid 2px #ff0000;
    font-size: 24px;
    font-weight: 400;
}

    .top-btn .btn:hover {
        background: #fff;
        color: #ff0000;
        border: solid 2px #ff0000;
    }

.vancouver-btn a {
    text-decoration: none;
    color: #2D2E29;
    padding: 10px 20px;
    border: solid 1px #2D2E29;
    margin-bottom: 10px;
    margin-right: 5px;
}

.vancouver-btn .active {
    background: #2D2E29 !important;
    color: #fff !important;
    transition: all .5s;
}


    .vancouver-btn .active:hover {
        background: #fff !important;
        color: #2D2E29 !important;
    }


/* header-css-end */
.slider-btns2 {
    border: solid 1px #2c2d2b;
}

    .slider-btns2 .btn {
        padding: 20px 140px !important;
    }

    .slider-btns2 .btn2 {
        padding: 20px 100px !important;
    }

.slider-btns {
    background: #fff;
    color: #330000;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px;
    margin-top: 30px;
}


    .slider-btns ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

        .slider-btns ul li {
            text-align: center;
            max-height: 90px;
            list-style: none;
        }

            .slider-btns ul li a {
                padding: 0px 36px;
                font-weight: 600;
                font-size: 30px;
                color: #1b1919;
                align-items: center;
            }

.slider-btns2 ul li a {
    padding: 0px 30px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 6rem;
    left: 15%;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
    z-index: 11;
}

.location-icon a {
    border-right: solid 1px #2D2E29;
    padding: 0px 20px;
    color: #2D2E29;
}

.slider-btns .btn {
    background: #ff0000;
    color: #fff;
    padding: 21px 140px;
    border-radius: 50px;
    border: solid 2px #ff0000;
}

    .slider-btns .btn:hover {
        background: #fff;
        color: #ff0000;
        border: solid 2px #ff0000;
    }

.header-contect .borderlast {
    border-right: solid 2px #1b1919;
}

.header-contect a {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    transition: .5s;
    padding: 0px 10px;
}

.header-contect2 a {
    color: #1b1919;
    font-weight: 500;
}

.header-contect a:hover {
    color: #ff0000;
}

.slider2 .item span {
    font-size: 24px;
    font-weight: 500;
    color: #373535;
    margin-top: 10px;
}


.btn {
    background: #ff0000;
    color: #fff;
    padding: 12px 50px;
    border-radius: 30px;
    border: solid 2px #ff0000;
    font-size: 24px;
    font-weight: 500;
    transition: .8s;
}


    .btn:hover {
        background: #fff;
        color: #ff0000;
        border: solid 2px #ff0000;
    }

footer {
    padding: 90px 50px;
    color: #fff;
    padding-bottom: 0px;
    background: #1b1919;
}

.footer-links li a {
    padding: 0px 5px;
}

.footer-icon img {
    background: #ff0000;
    border-radius: 15px;
}

.footer-contact h2 {
    position: relative;
    margin-bottom: 45px;
    font-size: 30px;
    width: fit-content;
}

    .footer-contact h2::after {
        content: '';
        position: absolute;
        left: 0px;
        bottom: -15px;
        height: 2.5px;
        background: #fff;
        width: 100%;
    }

.footer-contact1 h2::after {
    width: 100%;
}

.footer-contact p {
    color: #fff;
}

.footer-contact a {
    color: #fff;
    transition: all .5s;
}

    .footer-contact a:hover {
        color: #ff0000;
    }

.footer-links a {
    color: #fff;
    transition: all .5s;
}

    .footer-links a:hover {
        color: #ff0000;
    }

.room-services {
    margin-left: -30px;
}

.room-services2 {
    margin-right: -30px;
    position: relative;
}

.footer-contact li {
    line-height: 34px;
    margin-bottom: 10px;
}

.overlay {
    position: relative;
}

    .overlay::before {
        content: '';
        background: rgba(0, 0, 0, 0.45);
        position: absolute;
        width: 100%;
        height: 100%;
    }

.parking-map {
    position: relative;
}

.map-box {
    position: relative;
    z-index: 1;
}

    .map-box .active {
        border: solid 2px #f00;
        width: 100%;
        margin: 40px 0px;
    }

        .map-box .active a {
            background: #f00;
            border-color: #f00;
        }

            .map-box .active a:hover {
                background: #fff;
                border-color: #f00;
            }

.map-img {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
}

.location-box {
    border-radius: 80px;
    padding: 40px 20px;
    background: #f7f7f7;
    width: 95%;
}

    .location-box a {
        background: #bf202a;
        border-color: #bf202a;
    }

    .location-box img {
        width: 70px;
        height: 85px;
        padding: 20px 20px 0px 0px;
    }

.location-box2 {
    width: 100%;
    padding: 0px 20px;
}

    .location-box2 h4 {
        font-size: 60px;
    }

    .location-box2 .location-Content {
        padding: 10px 16px;
    }

        .location-box2 .location-Content h4 {
            font-size: 50px;
        }

        .location-box2 .location-Content p span {
            font-size: 30px;
            font-weight: 500;
        }

.location-Content {
    padding: 20px 0px;
}

.location-box2 .location-Content p {
    font-size: 28px;
    font-weight: 400;
}

.location-Content p {
    font-size: 24px;
}

.location-Content strong {
    font-size: 24px;
}

.location-Content a {
    margin-top: 24px;
}

.location-Content h4 {
    font-size: 30px;
}

.slider-btns ul li img {
    width: 60px !important;
}


.slider-btns .form-select {
    /*padding: 0.375rem 3.25rem 0.800rem 2.75rem;*/
    border: none;
    background-color: transparent;
    background-position: right 20px center;
    background-size: 24px 20px;
    font-size: 28px;
    font-weight: 600;
    cursor: pointer;
    padding-left: 13px;
}

    .slider-btns .form-select:focus {
        border-color: transparent;
        outline: 0;
        box-shadow: none;
    }

#contact-map {
    border-radius: 180px;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

.overlay-menu {
    position: relative;
    width: 750px;
}

.contact-deteals {
    margin-top: 60px;
}

.welcome-box {
    padding: 0px 10px;
}

.welcome-box2 {
    padding: 40px 75px;
    background: #f7f7f7;
    border-radius: 75px;
    max-width: 1640px;
    margin: auto;
}

.number p span {
    font-size: 28px;
    background: #000;
    padding: 20px 22px;
    border-radius: 50%;
    color: #fff;
    margin-right: 16px;
}

.number p {
    font-size: 24px;
}

.bg-gray {
    background: #f7f7f7;
    padding-top: 40px;
    margin-top: 50px;
    border-radius: 76px;
}

.hourly-rates li {
    justify-content: space-between;
    padding: 10px 40px;
}

    .hourly-rates li h3 {
        padding-left: 86px;
    }

    .hourly-rates li p {
        margin: 0px;
        font-size: 24px;
        width: 47%;
    }

.bg-whight {
    background: #fff;
}

.amenities ul li span {
    font-size: 24px;
}

.amenities ul li {
    width: 23%;
    margin: 70px 0;
    vertical-align: text-top;
}

    .amenities ul li img {
        margin-bottom: 0;
        /* width: auto; */
        margin: auto;
    }

.iconimg {
    min-height: 200px;
    display: flex;
}

.map-radius {
    border-radius: 116px;
    padding-right: 30px;
}

.pdf-icons p {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.pdf-icons a {
    font-size: 24px;
    color: #212529;
    transition: .5s;
}

    .pdf-icons a:hover {
        color: #ff0000;
    }

.form-group.focused .floating-label {
    opacity: 1;
    color: #7b7f82;
    top: 4px;
    left: 19px;
    font-size: 12px;
}

.form-group .floating-label {
    font-size: 16px;
    font-weight: 400;
    color: #475F7B;
    opacity: 1;
    top: 16px;
    left: 15%;
    pointer-events: none;
    position: absolute;
    transition: 240ms;
    margin-bottom: 0;
    z-index: 1;
}

.form-group .floating-label {
    opacity: 0;
}

.form-group.focused .floating-label {
    opacity: 1;
}

.accordion-item {
    background-color: transparent;
    border: none;
}

.accordion-body {
    color: #4C3B27;
    background-color: transparent;
    border: solid 2px #4B3A26;
    border-left: 0px;
    border-right: 0px;
    font-size: 20px;
}

.accordion-button:not(.collapsed) {
    color: #4B3A26;
    background: transparent;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
    transition: all 0.5s;
}

.accordion-button:focus {
    box-shadow: none;
    border: 1px solid #4B3A26;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
}

.accordion-button {
    box-shadow: none;
    border: 2px solid #4B3A26;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    color: #4C3B27;
    font-size: 24px;
    background: transparent;
}

.accordion-item:first-of-type .accordion-button {
    box-shadow: none;
    border-radius: 0px;
}

.accordion-item:first-of-type {
    border-radius: 0px;
}

.accordion-item:last-of-type {
    border-radius: 0px;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-size: 2.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-box-content {
    background: #f7f7f7;
    padding: 80px;
    border-radius: 116px;
}

.form-group .form-control {
    max-height: 85px;
    height: 85px;
    border-radius: 70px;
    padding-left: 50px;
    border: solid 1px #000;
    background-size: 26px;
    background-position: right 1.75rem center;
    font-size: 28px;
    font-weight: 500;
    display: flex;
}

.form-control:focus {
    box-shadow: none;
}

.form-group {
    margin-bottom: 40px;
}

.border-color-2 {
    border: solid 2px #ff0000 !important;
}

.form-group input::placeholder {
    color: #000;
}

.form-group h4 {
    padding-left: 50px;
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
}

.form-group .price-box {
    padding-left: 50px;
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
}

    .form-group .price-box p {
        font-size: 28px;
        font-weight: 400;
        line-height: 38px;
    }

.fs-30 {
    font-size: 32px;
}

.form-group .btn {
    max-height: 100px;
    height: 85px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 40px;
    font-size: 28px;
    padding: 10px;
    width: 85%;
}

.form-group .btn2 {
    background: #fff;
    color: #ff0000;
    border: solid 2px #ff0000;
}

    .form-group .btn2:hover {
        background: #ff0000;
        color: #fff;
    }

.map-location-box .slider-btns ul li .btn {
    padding: 12px 71px !important;
}

.map-content {
    padding-right: 40px;
}

.confirmation-container {
    border-radius: 80px;
    padding: 40px 80px;
    background: #f7f7f7;
}

.slider-parallax::before {
    content: "";
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.slider-content {
    position: relative;
    cursor: pointer;
}

.carousel3 .owl-nav.disabled, .owl-nav {
    display: block !important;
    font-size: 100px;
    color: #fff;
    position: absolute;
    top: 50%;
    width: 94%;
    left: 50px;
}

.carousel3 .owl-nav.disabled, .owl-nav {
    transform: translatey(-50%);
    font-size: 0;
    display: flex !important;
}

.carousel3 .owl-nav .owl-prev, .carousel3 .owl-nav .owl-next, .carousel3 .owl-dot {
    cursor: pointer;
    position: absolute;
    font-size: 0;
    width: 21px;
    height: 46px;
    transform: translateY(-50%);
    top: 50%;
}

.carousel3 .owl-nav .owl-next, .carousel3 .owl-dot {
    cursor: pointer;
    position: absolute;
    font-size: 0;
    width: 21px;
    height: 46px;
    transform: translateY(-50%);
    top: 50%;
    right: 0px;
}

.dropdown-menu {
    position: absolute;
    left: 252px !important;
    width: max-content;
    top: 60px;
    background: #fff;
    padding: 50px;
    border-radius: 116px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dropdwoen-sec {
    position: absolute;
    left: -145%;
    width: max-content;
    top: 60px;
    background: #fff;
    padding: 50px;
    border-radius: 116px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .dropdwoen-sec ul li p {
        font-size: 18px;
    }

    .dropdwoen-sec ul li h5 {
        font-size: 24px;
        font-weight: 600;
    }

    .dropdwoen-sec ul li img {
        border-radius: 55px;
    }

    .dropdwoen-sec ul li a {
        padding: 4px 0;
        display: block;
        font-size: 14px;
        font-weight: lighter;
        color: #000 !important
    }

.headersubmenu:hover .collapse:not(.show) {
    display: block !important
}

.location-box-top {
    border-radius: 20px;
    background-color: white;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    width: 600px;
}

    .location-box-top img {
        border-radius: 55px;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .location-box-top h5 {
        font-weight: 600;
        font-size: 26px;
        position: relative;
        text-decoration: underline;
    }

    .location-box-top p {
        margin-bottom: 0px;
        font-weight: 500;
    }

.form-group .form-control .card-salect {
    border: none;
    background-size: 26px;
    background-position: right 1.75rem center;
    font-size: 28px;
    font-weight: 500;
    background-color: transparent;
    height: 85px;
}

.form-select:focus {
    box-shadow: none;
}

.form-control .input-group-text img {
    height: 20px;
}

.form-control .input-group-text {
    background: none;
    border: none;
}

.form-group h3 {
    padding: 0px 60px;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
}

    .form-group h3 span {
        font-size: 38px;
        font-weight: 500;
    }

    .form-group h3 small {
        font-size: 18px;
    }

input:focus-visible {
    outline: none;
}

.form-item {
    position: relative;
    width: 100%
}

    .form-item input {
        display: block;
        width: 100%;
        background: transparent;
        border: none;
        border-bottom: solid 1px #ccc;
        transition: all .3s ease;
        color: #000;
        font-weight: 500;
        /*letter-spacing: 4px;*/
        font-size: 28px;
        padding: 0 12px;
    }

    /* .form-item input:focus {
    border-bottom: solid 1px #ccc;
} */

    .form-item label {
        position: absolute;
        cursor: text;
        z-index: 2;
        top: 21px;
        left: 40px;
        padding: 0 10px;
        color: #000;
        transition: all .3s ease;
        font-weight: 500;
        /*letter-spacing: 4px;*/
        font-size: 28px;
    }

.form-item_2 label {
    top: 20px;
    left: 0px;
}

.form-item_2 input:focus + label,
.form-item_2 input:valid + label {
    top: -17px !important;
    left: 0px !important;
}


.form-item input:focus + label,
.form-item input:valid + label {
    font-size: 14px;
    top: -10px;
    background: #fff;
    left: 44px;
    color: #000;
}

.form-item input:focus + label {
    color: #000;
}

.form-control .slect-box {
    position: absolute;
    top: -10px;
    left: 15%;
    background: #fff;
    font-size: 14px;
    padding: 0px 6px;
}

.form-group .has-value .dropdown-arrow {
    display: block !important;
}

.form-group .input-validation-error .dropdown-arrow {
    display: none;
}

.form-item input.valid {
    background: transparent url("../images/success.png") no-repeat scroll right 40px center;
    transition: all 0s ease-in-out 0s !important;
}

.form-item input.input-validation-error {
    background: transparent url("../images/error.png") no-repeat scroll right 40px center;
    border: 2px solid #d93025 !important;
    transition: all 0s ease-in-out 0s;
    box-shadow: none;
}

.form-group .valid {
    background: transparent url("../images/success.png") no-repeat scroll right 40px center;
    transition: all 0s ease-in-out 0s !important;
}

.form-group .input-validation-error {
    background: transparent url("../images/error.png") no-repeat scroll right 40px center;
    border: 2px solid #d93025 !important;
    transition: all 0s ease-in-out 0s;
    box-shadow: none;
}


#creditcard .field-validation-error {
    position: absolute;
    bottom: -28px;
    font-size: 16px;
    color: #be202e;
    line-height: 1;
    text-transform: none;
    left: -140px;
}

.field-validation-error {
    position: absolute;
    bottom: -22px;
    font-size: 16px;
    color: #be202e;
    line-height: 1;
    text-transform: none;
    left: 50px;
}

.Printcarddivcccc {
    position: relative;
}

.field-validation-error.clendar {
    bottom: -29px;
    left: 0;
}

.Printcarddiv {
    position: relative;
}

.parking-pass {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    top: 0px;
}


    .parking-pass .content {
        padding: 20px;
        height: 100%;
        display: flex;
        flex-direction: column !important;
        justify-content: space-around;
    }

    .parking-pass h1 {
        font-size: 35px;
        margin: 30px 0 10px;
        text-transform: uppercase;
        font-weight: 500;
    }

    .parking-pass .license {
        font-size: 38px;
        font-weight: bold;
        margin: 30px 0;
    }

    .parking-pass .details {
        font-size: 25px;
        font-weight: bold;
        margin: 27px 0;
    }

    .parking-pass .expires {
        margin: 6px 0;
        font-size: 27px;
    }

.confirmation {
    position: relative;
    top: 19px;
    left: -31px;
}

.title.pe-5 {
    position: relative;
    top: 19px;
}

@media print {
    body * {
        visibility: hidden; /* Hide everything by default */
        -webkit-print-color-adjust: exact;
    }

    @page {
        size: A4; /* Set paper size to A4 */
        margin: 1in; /* Default margins */
    }

    .Printcarddivcccc {
        visibility: visible; /* Show only the target div */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
}

.privacypolicypage .collapse:not(.show) {
    display: block;
}

.privacypolicypage a {
    color: #000;
}

.form-itemcard_2 span {
    position: absolute;
    top: 20px;
    background: transparent;
    border: 0px;
    left: 35px;
}

.form-itemdate_2 span {
    position: absolute;
    top: 20px;
    background: transparent;
    border: 0px;
    left: 35px;
}

.form-itemcard_2 label {
    left: 240px;
}

.form-itemcard_2 .form-control {
    padding-left: 251px;
}

.form-itemdate_2 .form-control {
    padding-left: 110px;
}

.form-itemdate_2 label {
    left: 110px;
    top: 26px;
}

.form-itemdate_2 input:focus + label, .form-itemdate_2 input:valid + label {
    left: 110px !important;
}

.form-itemdate_2 .field-validation-error.clendar {
    bottom: -29px;
    left: 42px;
}

.form-itemcard_2 input:focus + label, .form-itemcard_2 input:valid + label {
    left: 240px !important;
}

.pl-25 {
    padding-left: 11%;
}

.pl-20 {
    padding-left: 8.3%;
}

.terms-condition label strong {
    font-size: 20px;
}

.terms-condition .form-check {
    display: flex;
    align-items: flex-start;
}

    .terms-condition .form-check input {
        height: 20px;
        width: 20px;
        border: solid 1px #33342f;
    }

.terms-condition .form-check-input:focus {
    border-color: #33342f;
    outline: 0;
    box-shadow: none;
}

.terms-condition .form-check-input:checked {
    background-color: #ff0000;
}

.location-box2 img {
    position: relative;
    left: -35px;
    top: 85px;
}

.btnloding {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.spinner {
    border: 7px solid rgba(255, 255, 255, 0.5);
    border-top: 8px solid white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Disabled button style */
.btn.disabled {
    cursor: not-allowed;
    opacity: 0.4;
}



.positionab {
    position: absolute;
    top: 21px;
    left: 40px;
}

.form-group .form-control .card-salect {
    border: 1px solid;
    border-radius: 51px;
    padding-left: 103px;
}

.floating-diff .field-validation-error {
    bottom: -29px;
}


@media (max-width:1600px) {
    .parking-pass h1 {
        font-size: 25px;
        margin: 18px 0 10px;
    }

    .parking-pass .license {
        font-size: 24px;
        margin: 19px 0;
    }

    .parking-pass .details {
        font-size: 21px;
        margin: 19px 0;
    }

    .parking-pass .expires {
        margin: 6px 0;
        font-size: 25px;
    }


    .fs-50 {
        font-size: 40px;
        line-height: 48px;
    }

    p {
        font-size: 20px;
    }

    .fs-24 {
        font-size: 20px;
    }

    .top-btn .btn {
        padding: 10px 50px;
        font-size: 22px;
    }

    .slider-btns ul li a {
        font-size: 24px;
    }

    .slider-btns .form-select {
        font-size: 24px;
    }

    .box-padd {
        padding: 90px 70px;
    }

    .location-box-top {
        width: 500px;
    }

        .location-box-top h5 {
            font-size: 22px;
        }
}

@media (max-width:1400px) {
    .form-item label {
        font-size: 20px;
        top: 33px;
    }

    .form-item input {
        font-size: 20px;
    }

    .form-item_2 label {
        top: 30px;
    }

    .number p {
        font-size: 20px;
    }

    .box-padd {
        padding: 55px 70px;
    }

    .overlay-menu {
        width: 600px;
    }

    .slider-btns .form-select {
        font-size: 20px;
    }

    .fs-50 {
        font-size: 30px;
        line-height: 40px;
    }

    p {
        font-size: 18px;
    }

    .fs-60 {
        font-size: 45px;
    }

    .slider-btns ul li a {
        font-size: 24px;
    }

    .header-contect a {
        font-size: 20px;
    }

    .fs-24 {
        font-size: 18px;
    }

    .slider-btns ul li a {
        font-size: 20px;
    }

    .slider-btns .btn {
        padding: 12px 60px;
    }

    .top-btn .btn {
        padding: 10px 40px;
        font-size: 18px;
    }

    .sidenav a.nav-link {
        font-size: 17px;
    }

    .number p span {
        font-size: 18px;
        padding: 12px 13px;
        margin-right: 8px;
    }

    .slider-btns2 .btn2 {
        padding: 20px 34px !important;
    }

    .form-group .form-control {
        font-size: 20px;
    }

        .form-group .form-control .card-salect {
            font-size: 20px;
        }

    .dropdwoen-sec {
        left: -194%;
    }

    .dropdown-menu {
        left: 90px !important;
    }

    .parking-pass h1 {
        font-size: 20px;
        margin: 18px 0 10px;
    }

    .parking-pass .license {
        font-size: 20px;
        margin: 15px 0;
    }

    .parking-pass .details {
        font-size: 17px;
        margin: 10px 0;
    }

    .parking-pass .details {
        font-size: 15px;
        margin: 8px 0;
    }

    .parking-pass .expires {
        margin: 6px 0;
        font-size: 20px;
    }

    .confirmation {
        top: 10px;
        left: -16px;
        font-size: 12px;
    }

    .title.pe-5 {
        top: 10px;
        font-size: 12px;
    }
}

@media (max-width:1366px) {
    .dropdwoen-sec {
        left: -185%;
    }

    .contact-deteals {
        margin-top: 45px;
    }

    .sidenav ul li {
        padding: 10px 8px;
    }

    .map-location-box .slider-btns ul li .btn {
        padding: 12px 20px !important;
    }

    .hourly-rates li p {
        margin: 0px;
        font-size: 20px;
    }

    .hourly-rates li h3 {
        padding-left: 50px;
    }

    .location-box2 .location-Content p {
        font-size: 20px;
    }

    .location-box2 .location-Content h4 {
        font-size: 32px;
    }

    .location-box2 .location-Content p span {
        font-size: 32px;
    }

    .pl-25 {
        padding-left: 6%;
    }

    .pl-20 {
        padding-left: 5%;
    }
}

@media (max-width:1140px) {
    .slider-btns2 ul li a {
        padding: 10px;
    }

    .pl-20 {
        padding-left: 0%;
    }
    .dropdown-menu {
        left: 30px !important;
    }
    .pl-25 {
        padding-left: 4%;
    }

    .box-padd {
        padding: 26px 52px;
    }

    .contact-deteals {
        margin-top: 30px;
    }

    .top-btn .btn {
        padding: 10px 30px;
    }

    .btn {
        padding: 8px 45px;
    }

    .bg-box a {
        padding: 8px 45px;
    }

    p {
        font-size: 17px;
    }

    .fs-50 {
        font-size: 26px;
        line-height: 34px;
    }

    .fs-24 {
        font-size: 16px;
    }

    .footer-contact li {
        line-height: 20px;
        margin-bottom: 10px;
    }

    .mt-100 {
        margin-top: 100px;
    }

    .number p span {
        font-size: 16px;
        padding: 10px 11px;
    }

    .number p {
        font-size: 14px;
    }

    .map-content {
        padding-right: 34px;
    }

    .hourly-rates li p {
        margin: 0px;
        font-size: 16px;
    }

    .hourly-rates li h3 {
        padding-left: 40px;
    }

    .slider2 .item span {
        font-size: 20px;
    }

    .confirmation-container {
        padding: 40px 50px;
    }
}

@media (max-width:1024px) {
    #contact-map {
        min-height: 750px !important;
    }

    .location-Content p {
        font-size: 14px;
    }

    .location-Content h4 {
        font-size: 20px;
    }


    .top-btn .btn {
        font-size: 14px;
    }

    .fs-60 {
        font-size: 31px;
    }

    .slider-btns .btn {
        padding: 15px 60px;
    }

    .slider-btns ul li a {
        font-size: 16px;
    }

    .pl-25 {
        padding-left: 2%;
    }

    .header-contect a {
        font-size: 14px;
    }

    .fs-50 {
        font-size: 20px;
        line-height: 28px;
    }

    p {
        font-size: 14px;
    }

    .fs-24 {
        font-size: 12px;
    }

    .footer-contact h2 {
        margin-bottom: 35px;
        font-size: 25px;
    }

    .location-box {
        width: 100%;
    }

    .map-img {
        position: inherit;
    }

    .top-btn .btn {
        padding: 10px 27px;
    }

    .sidenav a.nav-link {
        font-size: 14px;
    }

    .mt-100 {
        margin-top: 65px;
    }
}

@media (max-width:991px) {
    .pl-25 {
        padding-left: 7%;
    }
    /*.dropdwoen-sec {
        left: 0;
        padding: 0px;
        z-index:11;
    }*/
    .privacypolicypage .collapse:not(.show) {
        display: none;
    }
    .dropdown-menu {
        width: 100%;
        position: inherit !important;
        left: 0 !important;
        top: 0;
        background: none;
        text-align: left;
        padding: 10px 0px;
        border-radius: 0;
        transform: none !important;
        border: 0;
    }
    .dropdwoen-sec {
        width: 100%;
        position: inherit;
        left: 0;
        top: 0;
        background: none;
        text-align: left;
        padding: 10px 0px;
    }

    .headersubmenu .plus-minus-toggle {
        cursor: pointer;
        height: 24px;
        position: absolute;
        right: 19px;
        top: 4px;
        float: right;
        width: 21px
    }

        .headersubmenu .plus-minus-toggle:before, .headersubmenu .plus-minus-toggle:after {
            background: #000;
            content: '';
            height: 2px;
            right: 0;
            position: absolute;
            top: 12px;
            width: 14px;
            transition: transform 500ms ease;
            left: 0
        }

        .headersubmenu .plus-minus-toggle:after {
            transform-origin: center
        }

        .headersubmenu .plus-minus-toggle.collapsed::after {
            transform: rotate(90deg)
        }

        .headersubmenu .plus-minus-toggle.collapsed::before {
            transform: rotate(180deg)
        }

    .myClass #mySidenav {
        overflow-y: auto;
    }

    .location-box-top {
        width: auto;
        padding: 15px 10px;
        margin-bottom: 0px;
    }

        .location-box-top img {
            border-radius: 70px;
        }

        .location-box-top p {
            font-size: 18px;
        }

    .confirmation-container {
        padding: 40px 50px;
    }

    .hourly-rates li h3 {
        padding-left: 15%;
    }

    .map-radius {
        height: 400px;
        padding-right: 0px;
        margin-bottom: 40px;
    }

    .map-content {
        padding: 0px 40px;
    }

    .amenities ul li {
        margin: 30px 0;
        width: 31%
    }

        .amenities ul li img {
            margin-bottom: 20px;
        }

        .amenities ul li span {
            line-height: 25px;
        }

    .amenities.py-150 {
        padding: 100px 0 0
    }

    .amenities ul {
        display: block;
        text-align: center;
    }

    .logo {
        width: auto;
    }

    .map-box {
        width: 100%;
        margin-top: -165px;
        padding: 0px 50px;
    }

    .overlay-menu {
        width: 100%;
    }

    .slider-btns .form-select {
        font-size: 20px;
        padding-left: 88px;
        /*background-position: left 8.75rem center;*/
    }

    .footer-links li a {
        padding: 0px 5px;
    }

    .mt-88 {
        margin-top: 65px;
    }
    /*--start-Mobile Menu----*/

    .mobile_logo {
        width: 200px !important;
        display: block;
        transition: all 0.3s;
        z-index: 20;
        position: relative;
    }

    .sidenav {
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: 50%;
        transform: translateY(-50%);
    }

        .sidenav a.nav-link i {
            color: #fff !important;
        }

        .sidenav a.nav-link {
            font-size: 20px;
            line-height: 29px;
            padding: 0px;
            color: #2d3134;
        }

        .sidenav ul li:hover {
            background: transparent;
            border: 0px solid #2D2E29;
        }

    .fixed .mobile_logo {
        width: 180px !important;
        margin-top: 5px;
    }

    .nav-icon {
        width: 40%;
    }

    .fixed .nav-phone a {
        color: #2D2E29;
    }

    .sidenav ul li {
        padding: 2px 10px;
    }

    .sidenav .nav-item.active ul li a {
        border-bottom: solid 1px transparent;
    }

    .top-btn-fixed {
        display: none;
    }

    .top-btn {
        position: relative;
        z-index: 99;
    }

    .sidenav ul li {
        display: flex;
        text-align: left;
        padding-left: 29px;
        flex-direction: column;
        align-items: start;
        border: 0px solid transparent;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9;
        top: 50%;
        right: 0;
        background-color: #fff;
        transition: 0.5s;
        padding: 140px 0;
        left: inherit;
    }

    .myClass {
        width: 100%;
    }

        .myClass .accordion {
            display: block !important;
        }

    #nav-icon1,
    #nav-icon2,
    #nav-icon3,
    #nav-icon4 {
        width: 39px;
        height: 19px;
        position: relative;
        float: right;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 9;
    }

    .close {
        opacity: 1;
    }

    #nav-icon1 span,
    #nav-icon3 span,
    #nav-icon4 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #2D2E29;
        border-radius: 0px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }


    /* Icon 4 */

    #nav-icon4.open span {
        background: #2D2E29;
    }

    #nav-icon4 span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4 span:nth-child(2) {
        top: 10px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4 span:nth-child(3) {
        top: 20px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 8px;
    }

    #nav-icon4.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    #nav-icon4.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 25px;
        left: 8px;
    }

    /*--End-Mobile Menu----*/


    .slider-btns ul {
        display: block;
    }

    .slider-btns {
        background: transparent;
    }

        .slider-btns ul li {
            background: #fff;
            border-radius: 30px;
            margin-bottom: 15px;
            text-align: left;
            align-items: center;
            max-height: 54px;
        }

    .slider-btns2 ul li {
        padding: 7px 0px;
    }

    .slider-btns ul li a {
        font-size: 20px;
    }

        .slider-btns ul li a img {
            width: 40px !important;
        }

    .slider-btns .btn {
        padding: 12px 20px;
    }

    .carousel-caption {
        bottom: 1rem;
    }
    .border-s {
        border: none;
    }

    .border-x {
        border: none;
    }

    .top-btn .btn {
        width: 100%;
    }

    .footer-logo-img {
        width: 80%;
    }

    .slider-btns2 {
        border: none;
    }

        .slider-btns2 ul li {
            border: solid 1px #1b1919;
        }

        .slider-btns2 .btn {
            padding: 10px 0px !important;
        }

    .box-padd {
        padding: 40px;
    }

    .slider-btns ul li a {
        padding: 10px 20px;
    }

    .mb-100 {
        margin-bottom: 70px;
    }

    .form-group .form-control {
        font-size: 20px;
    }

    .form-group h4 {
        padding: 0px 30px;
        font-size: 20px;
        line-height: 28px;
    }

    .number {
        padding-bottom: 0px !important;
    }

    .slider-btns2 .form-select {
        background-position: left 10.75rem center;
    }

    .carousel3 .owl-nav.disabled, .owl-nav {
        width: 85%;
    }

    .location-box2 .location-Content {
        padding: 0px 16px;
    }

    .form-group .btn {
        width: 100%;
    }
}


@media (max-width:767px) {
    .content .fs-18 {
        font-size: 13px;
    }

    .confirmation {
        top: -1px;
        left: -13px;
    }

    .title.pe-5 {
        top: -1px;
        left: 26px;
    }

    .parking-pass .details {
        font-size: 16px;
        margin: 14px 0;
    }

    .parking-pass .license {
        font-size: 21px;
        margin: 8px 0;
    }

    .parking-pass h1 {
        font-size: 22px;
        margin: 18px 0 10px;
    }

    .parking-pass .expires {
        margin: 6px 0;
        font-size: 20px;
    }

    .terms-condition label strong {
        font-size: 18px;
    }

    .headertop-contact {
        padding: 15px 30px;
    }


        .headertop-contact.fixed {
            padding: 10px 30px;
        }

    .mt-110 {
        margin-top: 90px;
    }

    .carousel3 .owl-nav.disabled, .owl-nav {
        display: none !important;
    }

    .number p {
        margin-bottom: 30px;
    }

    .amenities ul li {
        width: 46%;
    }

        .amenities ul li img {
            margin-bottom: 15px;
            width: 60px;
        }

        .amenities ul li span {
            font-size: 16px;
        }

    .slider-btns ul li {
        margin-bottom: 6px;
    }

    .nav-icon {
        width: 30%;
    }

    .top-btn-box {
        width: 35%;
    }

    .mt-100 {
        margin-top: 85px;
    }

    .footer-bottum-box {
        padding-left: 6%;
    }

    .footer-logo {
        text-align: center;
        margin-bottom: 40px;
    }

    .room-services2 {
        margin-right: 0px;
        margin-top: -40px;
        padding-right: 50px;
        overflow: hidden;
    }

    .room-services {
        margin-left: 0px;
        margin-top: -40px;
        padding-left: 50px;
        overflow: hidden;
    }

        .room-services img {
            position: relative;
            right: -24px;
        }

    .room-services2 img {
        position: relative;
        left: -24px;
    }

    .box-padd {
        padding: 50px 50px 50px;
    }

    .footer-logo-img {
        margin: auto;
    }

    .right-padding {
        padding-right: 0px !important;
    }

    .left-padding {
        padding-left: 0px !important;
    }

    .map-box {
        padding: 0px 15px;
    }

    .location-box {
        padding: 10px 35px;
    }

    .form-group h4 {
        font-size: 16px;
    }

    .form-group {
        margin-bottom: 20px;
    }

        .form-group .form-control {
            padding-left: 25px;
            height: 68px;
            background-size: 20px;
            font-size: 16px;
        }

        .form-group .btn {
            height: 68px;
            width: 100%;
        }

    .location-box2 .location-Content h4 {
        font-size: 27px;
    }

    .location-box2 .location-Content p span {
        font-size: 24px;
    }

    .location-box2 .location-Content p {
        font-size: 20px;
    }

    .iconimg {
        min-height: 102px;
        display: flex;
    }

    .form-item label {
        top: 19px;
        left: 28px;
    }

    .form-itemcard_2 label {
        top: 19px;
        left: 154px;
    }

    .form-itemcard_2 span {
        top: 19px;
        left: 23px;
    }

    .form-itemcard_2 .form-control {
        padding-left: 164px;
    }

    .form-itemcard_2 input:focus + label, .form-itemcard_2 input:valid + label {
        left: 154px !important;
    }

    .positionab {
        top: 5px;
        left: 25px;
    }

    .form-itemcard_2 span img {
        height: 20px;
    }

    .form-group h3 {
        font-size: 20px;
        line-height: 32px;
    }

        .form-group h3 span {
            font-size: 24px;
        }

    .mt-88 {
        margin-top: 40px;
    }

    .form-group .price-box p {
        font-size: 20px;
        line-height: 28px;
    }

    .location-box-top .link-img {
        width: 200px;
    }

    .dropdwoen-sec {
        border-radius: 0px;
        padding: 5px;
    }

    .location-box-top {
        width: 100%;
        padding: 15px 0px;
    }

    .w-85 {
        width: 100%;
    }

    .location-box-top h5 {
        font-size: 20px;
    }

    .map-radius {
        height: 300px;
    }

    .terms-condition p {
        font-size: 1rem;
    }

    .pl-25 {
        padding-left: 0%;
    }

    .positionab {
        top: 12px;
    }

    .form-group .form-control .card-salect {
        height: 68px;
    }

    .form-itemdate_2 .form-control {
        padding-left: 110px;
    }

    .form-itemdate_2 span {
        top: 5px;
        left: 25px;
    }

    .form-itemdate_2 label {
        left: 100px;
    }
}

@media (max-width:670px) {
    .location-box-top h5 {
        font-size: 18px;
    }
    .px-60 {
        padding-left: 0;
        padding-right: 0;
    }
    .mt-88 {
        margin-top: 30px;
    }

    .confirmation-container {
        padding: 20px 40px;
    }

    .location-box2 img {
        position: relative;
        left: -2px;
        top: 99px;
    }

    .welcome-box2 {
        padding: 35px 35px;
    }

    .pdf-icons a {
        font-size: 14px;
    }

    .hourly-rates li p {
        font-size: 16px;
    }

    .mt-100 {
        margin-top: 60px;
    }

    .top-btn .btn {
        padding: 7px 10px;
    }

    .fs-60 {
        font-size: 21px;
    }

    .slider-btns ul li a {
        padding: 10px 20px;
        font-size: 14px;
    }

        .slider-btns ul li a img {
            width: 30px !important;
        }

    .px-30 {
        padding-left: 20px;
        padding-right: 15px;
    }

    .slider-btns {
        margin-top: 10px;
    }

    .headertop-contact.fixed {
        padding: 10px 15px;
    }

    .headertop-contact {
        padding: 12px 15px;
    }

    .mt-110 {
        margin-top: 80px;
    }

    .welcome-box {
        padding: 0px 20px;
    }

    footer {
        padding: 45px 15px;
        padding-bottom: 0px;
    }

    .carousel-caption {
        right: 10%;
        left: 10%;
    }
    /* .border-radius2 {
        border-radius: 90px 0px 0px 90px;
    }
    .border-radius3 {
        border-radius: 0px 90px 90px 0px;
    } */
    .mid-box img {
        border-radius: 90px;
    }

    .nav-icon {
        width: 25%;
    }

    .fixed .mobile_logo {
        width: 134px !important;
    }

    .mobile_logo {
        width: 150px !important;
    }

    .slider-btns .form-select {
        font-size: 14px;
        background-size: 17px 17px;
        background-position: right 30px center;
        padding-left: 60px;
        padding-top: -1px;
    }

    .slider-btns ul li {
        padding: 5px 0px;
    }

    .slider-btns2 ul li {
        padding: 12px 0px;
    }

    .footer-contact h2 {
        font-size: 20px;
    }

    .map-box {
        padding: 0px 0px;
    }

    .btn {
        font-size: 14px;
    }

    .location-box {
        border-radius: 68px;
    }

    .mb-100 {
        margin-bottom: 64px;
    }

    .map-content {
        padding: 0px 10px;
    }

    .location-box img {
        width: 40px;
        height: 65px;
        padding: 18px 7px 0px 0px;
    }

    .hourly-rates li h3 {
        padding-left: 10%;
    }

    .pmob-5 {
        padding: 5px 0px;
    }

    .location-box img {
        width: 50px;
        height: 75px;
    }

    #contact-map {
        border-radius: 90px;
    }

    .location-Content strong {
        font-size: 16px;
    }

    .location-Content h4 {
        font-size: 18px;
    }

    .location-Content p {
        font-size: 12px;
    }

    .slider-btns2 .form-select {
        background-position: right 20px center;
    }

    #contact-map {
        min-height: 490px !important;
    }

    .accordion-button {
        font-size: 16px;
    }

    .accordion-box-content {
        padding: 80px 40px;
    }

    .location-box-top p {
        font-size: 14px;
    }
}

@media (max-width:430px) {
    .mt-100 {
        margin-top: 30px;
    }

    .location-Content strong {
        font-size: 16px;
    }

    .location-Content p {
        font-size: 12px;
    }

    .location-Content h4 {
        font-size: 16px;
    }

    .location-Content {
        padding: 30px 0px;
    }

    .location-box2 .location-Content p {
        font-size: 14px;
    }

    .location-box2 .location-Content {
        padding: 0px;
    }

        .location-box2 .location-Content h4 {
            font-size: 16px;
        }

        .location-box2 .location-Content p span {
            font-size: 16px;
        }

    .location-box {
        padding: 10px 7px 20px 20px;
    }

    .location-box2 {
        padding: 0px 7px 0px 20px;
    }

        .location-box2 img {
            left: -20px;
            top: 75px;
        }

    .location-Content a {
        margin-top: 6px;
        padding: 8px 24px;
        font-size: 16px;
    }

    .px-30 {
        padding-left: 15px;
        padding-right: 10px;
    }

    .map-content {
        padding: 0px;
    }

    .top-btn .btn {
        padding: 7px 9px;
    }

    .fixed .mobile_logo {
        width: 120px !important;
    }

    .mobile_logo {
        width: 136px !important;
    }

    .nav-icon {
        width: 22%;
    }

    .mt-110 {
        margin-top: 70px;
    }

    .welcome-box {
        padding: 0px 10px;
    }

    .footer-bottum-box {
        padding-left: 5%;
    }

    .form-itemcard_2 span img {
        height: 10px;
    }

    .form-item label {
        font-size: 16px;
    }

    .form-group .form-control .card-salect {
        font-size: 16px;
    }

    .form-itemcard_2 label {
        left: 100px;
    }

    .form-itemcard_2 .form-control {
        padding-left: 115px;
    }

    .field-validation-error {
        left: 30px;
    }
}

@media (max-width:375px) {
    .fixed .mobile_logo {
        width: 110px !important;
    }

    .mobile_logo {
        width: 120px !important;
    }

    .fs-50 {
        font-size: 18px;
        line-height: 24px;
    }

    .location-box-top h5 {
        font-size: 16px;
    }

    .footer-bottum-box {
        padding-left: 0%;
    }
}


/* Full-screen overlay */
#paymentProcessing {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 1); /* Light grey background */
    z-index: 1050;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    font-family: Arial, sans-serif;
}

    /* Heading style */
    #paymentProcessing h2 {
        font-size: 1.8rem;
        font-weight: 600;
        color: #333;
        margin-bottom: 10px;
    }

    /* Subtext style */
    #paymentProcessing p {
        font-size: 1rem;
        color: #888;
        margin-bottom: 20px;
    }


.loader {
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 64px;
    height: 64px;
    background: #ff0000;
    border-radius: 50%;
    perspective: 800px;
}

.inner {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

    .inner.one {
        left: 0%;
        top: 0%;
        animation: rotate-one 1s linear infinite;
        border-bottom: 5px solid #EFEFFA;
    }

    .inner.two {
        right: 0%;
        top: 0%;
        animation: rotate-two 1s linear infinite;
        border-right: 5px solid #EFEFFA;
    }

    .inner.three {
        right: 0%;
        bottom: 0%;
        animation: rotate-three 1s linear infinite;
        border-top: 5px solid #EFEFFA;
    }

@keyframes rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}
.addcircle {
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 13px 27px;
}

    .addcircle:hover {
        background: #e9f2f7;
    }