@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;900&display=swap");
:root {
    --theme-clr: #05a6f0;
}
/*global css start*/
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
}
p {
    margin-top: 0;
}
html,
body {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    color: rgba(15, 25, 40, 0.95);
    background: #fff;
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    overflow-x: hidden;
}
/*loader css start*/
#preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    overflow: hidden;
    background: white;
}
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.lds-ripple:before,
.lds-ripple:after {
    content: "";
    position: absolute;
    border: 4px solid #05a6f0;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple:after {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}
@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}
/*loader css end*/
/* font size start */
.font-30 {
    font-size: 30px;
    line-height: 45px;
}
.font-16 {
    font-size: 16px;
    line-height: 22px;
}
.font-12 {
    font-size: 12px;
    line-height: 16px;
}
.font-17 {
    font-size: 17px;
    line-height: 25px;
}
.font-14 {
    font-size: 14px;
    line-height: 20px;
}
.font-12 {
    font-size: 12px;
    line-height: 16px;
}
.font-27 {
    font-size: 27px;
}
.font-36 {
    font-size: 36px;
    line-height: 48px;
}
.font-18 {
    font-size: 18px;
    line-height: 26px;
}
.font-30 {
    font-size: 30px;
    line-height: 45px;
}
/**/
/* font size end */
/*line height css start */
.lnh-24 {
    line-height: 24px;
}
/*line height css end */
/*font family start*/
.font-regular,
.fw-400 {
    font-weight: 400;
}
.font-bold,
.fw-700,
.fw-bold {
    font-weight: 700;
}
.font-semibold,
.fw-600 {
    font-weight: 600 !important;
}
.fw-500,
.font-medium {
    font-weight: 500;
}
/*font family end*/
/*spacing start*/
.mt-110 {
    margin-top: 110px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-76 {
    margin-top: 76px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-70 {
    padding-top: 70px;
}
.pe-20 {
    padding-right: 20px;
}
.ps-20 {
    padding-left: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-38 {
    margin-bottom: 38px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-18 {
    margin-bottom: 18px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-46 {
    margin-bottom: 46px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-65 {
    margin-bottom: 65px;
}
.my-50 {
    margin-bottom: 50px;
    margin-top: 50px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-54 {
    margin-top: 54px;
}
.mt-40 {
    margin-top: 40px;
}
.pe-10 {
    padding-right: 10px;
}
.pe-20 {
    padding-right: 20px;
}
.ps-10 {
    padding-left: 10px;
}
.ps-40 {
    padding-left: 40px;
}
.ps-50 {
    padding-left: 50px !important;
}
.ps-15 {
    padding-left: 15px;
}
.ps-40 {
    padding-left: 40px !important;
}
.mx-20 {
    margin-right: 20px;
    margin-left: 20px;
}
.mx-10 {
    margin-right: 10px;
    margin-left: 10px;
}
.mx-minus-20 {
    margin-right: -20px;
    margin-left: -20px;
}
.px-20 {
    padding-right: 20px;
    padding-left: 20px;
}
.p-20 {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.px-17 {
    padding-right: 17px;
    padding-left: 17px;
}
.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.py-08 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.me-15 {
    margin-right: 15px;
}
.me-10 {
    margin-right: 10px;
}
.me-40 {
    margin-right: 40px;
}
.me-30 {
    margin-right: 30px;
}
.me-38 {
    margin-right: 38px;
}
.me-50 {
    margin-right: 50px;
}
.me-91 {
    margin-right: 91px;
}
.me-20 {
    margin-right: 20px;
}
.p-15 {
    padding: 10px 10px 15px;
}
.p-10 {
    padding: 10px;
}
.ms-06 {
    margin-left: 6px;
}
.ms-18 {
    margin-left: 18px;
}
.ms-14 {
    margin-left: 14px;
}
.ms-20 {
    margin-left: 20px;
}
.ms-10 {
    margin-left: 10px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-70 {
    padding-bottom: 70px;
}
/**/
/*spacing end*/
/* background start */
/**/
.bg-blue {
    background-color: #2e80d4;
}
.bg-gray {
    background-color: #d5e6f6;
}
.bg-light-gray {
    background-color: #d9d9d9;
    opacity: initial;
}
.bg-light-blue {
    background: #d5e6f6;
}
.bg-white {
    background-color: #ffffff;
}
.bg-black2 {
    background-color: rgba(15, 25, 40, 0.05);
}
/**/
/* background end */
/*colors css start*/
/**/
.light-clr {
    color: #0f192880;
}
.lightgray-clr {
    color: #6d6e6f;
}
.ltblack-clr {
    color: rgba(15, 25, 40, 0.5);
}
.white-clr {
    color: #ffffff;
}
.blue-clr {
    color: #2e80d4 !important;
}
.black-clr {
    color: #0f1928 !important;
}
.black-clr2 {
    color: #000000;
}
.black-clr4 {
    color: #111111 !important;
}
.black-clr3 {
    color: rgba(15, 25, 40, 0.95);
}
.black-dark {
    color: #080826;
}
.gray-clr {
    color: rgba(15, 25, 40, 0.7);
}
.black-gray-clr {
    color: rgba(15, 25, 40, 0.5);
}
/**/
.box-shadow {
    box-shadow: inset 0px -1px 0px #ebebeb;
}
.gray-500 {
    color: #111111;
    opacity: 0.5;
}
/*colors css end*/
/*btn css start*/
.custom-height {
    height: 40px !important;
}
.w-180 {
    width: 180px !important;
}
.fix-listing-width {
    width: 135px;
}
.width-100 {
    width: 100px;
}
.width-70 {
    width: 70px !important;
}
.h-120 {
    height: 120px;
}
.h-40 {
    height: 40px !important;
}
.h-45 {
    height: 45px !important;
}
.h-50 {
    height: 50px !important;
}
.btn,
.btn:hover,
.btn:active,
.btn:focus {
    padding: 10px 23px;
    font-size: 16px;
    line-height: 22px;
    box-shadow: none;
    height: 45px;
    font-weight: 600;
    color: #fff;
    border-radius: 6px;
}
.Parking-Space-button,
.Parking-Space-button:hover,
.Parking-Space-button:active,
.Parking-Space-button:focus {
    background: #ffffff;
    border-radius: 6px;
    color: #2e80d4;
    margin-right: 15px;
}
.Parking-Space-border,
.Parking-Space-border:hover,
.Parking-Space-border:active,
.Parking-Space-border:focus {
    width: 200px;
    border: 1px solid #ffffff;
    border-radius: 6px;
}
.border-btn,
.border-btn:hover,
.border-btn:active,
.border-btn:focus {
    width: 121px;
    border: 1px solid #ffffff;
    border-radius: 6px;
}
.btn-blue,
.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
    border: 1px solid #2e80d4;
    border-radius: 6px;
    width: 160px;
    color: #2e80d4;
}
.btn-blue2,
.btn-blue2:hover,
.btn-blue2:active,
.btn-blue2:focus {
    border: 1px solid #2e80d4;
    border-radius: 6px;
    width: 135px;
    height: 40px;
    color: #2e80d4;
}
.btn-gray,
.btn-gray:hover,
.btn-gray:active,
.btn-gray:focus {
    border: 1px solid rgba(15, 25, 40, 0.5);
    border-radius: 6px;
    width: 135px;
    height: 40px;
    color: rgba(15, 25, 40, 0.5);
}
.btn-gray2,
.btn-gray2:hover,
.btn-gray2:active,
.btn-gray2:focus {
    background: #d5e6f6;
    border-radius: 32px;
    width: 100px;
    height: 32px;
    font-weight: 400;
    color: rgba(15, 25, 40, 0.95);
}
.btn-light-gray,
.btn-light-gray:hover,
.btn-light-gray:active,
.btn-light-gray:focus {
    background: rgba(15, 25, 40, 0.05);
    height: 30px;
    color: rgba(15, 25, 40, 0.95);
    font-size: 12px;
    line-height: 16px;
    padding: 7px 12px;
}
.profile-sec .nav-item {
    width: 50%;
    display: grid;
}
.profile-sec .nav-pills .nav-link {
    border: 1px solid #2e80d4;
    height: 41px;
    color: #2e80d4;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.profile-sec .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #2e80d4;
    color: #ffffff;
}
.profile-sec .nav-pills .nav-link {
    border-radius: 0;
}
.btn-blue2,
.btn-blue2:hover,
.btn-blue2:active,
.btn-blue2:focus {
    border: 1px solid #2e80d4;
    border-radius: 6px;
    color: #2e80d4;
}
/*btn css end*/
.border,
.border-top,
.border-right,
.border-bottom,
.border-left {
    border-color: #d0d0d0;
}
.border-right {
    border-right: 1px solid rgba(15, 25, 40, 0.2);
}
.border-bottom {
    box-shadow: inset 0px -1px 0px #2e80d4;
}
.border-bottom2 {
    border-bottom: 1px solid #2e80d4 !important;
}
.border-bottom3 {
    border-bottom: 1px solid rgba(15, 25, 40, 0.1) !important;
}
.border-bottom4 {
    border-bottom: 1px solid rgba(15, 25, 40, 0.05) !important;
}
hr {
    background-color: #0f1928;
    opacity: 0.2;
    margin: 0;
}
.cursor-pointer {
    cursor: pointer;
}
.opacity {
    opacity: 0.05;
}
.opacit2 {
    opacity: 0.2;
}
.opacit5 {
    opacity: 0.5;
}
.opacit7 {
    opacity: 0.7;
}
/*border radius*/
.rounded-10 {
    border-radius: 10px;
}
.rounded-6 {
    border-radius: 6px;
}
/*border radius end */
.ic {
    width: 24px;
    height: 24px;
}
svg {
    color: inherit;
    fill: currentColor;
}
.i {
    width: 24px;
    height: 24px;
    fill: currentColor;
}
/*css for scrollbar Start*/
* {
    scrollbar-color: #d0d0d0 #f2f2f2;
    scrollbar-width: thin;
}
*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    -moz-appearance: none !important;
}
*::-webkit-scrollbar-track,
*::-webkit-scrollbar-track-piece {
    background-color: #f2f2f2;
    -moz-appearance: none !important;
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
*::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb:vertical,
*::-webkit-scrollbar-thumb:horizontal {
    background-color: #d0d0d0;
    outline: none;
    border-radius: 4px;
    -moz-appearance: none !important;
}
/*css for scrollbar End*/
/*other global*/
.fix-height {
    max-height: calc(calc(var(--vh, 1vh) * 100) - 70px);
}
.privacy-policy-text-sec ul,
li {
    list-style-type: none;
}
.privacy-policy-text-sec ul li:before {
    content: "";
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 11px;
    height: 4px;
    width: 4px;
    background: rgba(15, 25, 40, 0.7);
    border-radius: 100%;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover,
a:active,
a:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit; /*color: #FFFFFF;*/
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0;
    padding: 0;
}
p {
    font-size: 18px;
    line-height: 25px;
}
.hover-link {
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}
.hover-link:hover {
    color: #05a6f0;
}
.forget-link {
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}
.forget-link:hover {
    text-decoration: underline;
}
.hover-decoration {
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    text-decoration: underline;
}
.hover-decoration:hover {
    text-decoration: underline;
    opacity: 0.8;
}
.hover-opacity {
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}
.hover-opacity:hover {
    opacity: 0.8;
}
.text-underline {
    text-decoration: underline;
}
.hover-underline:hover {
    text-decoration: underline;
}
.section-padding-lg {
    padding: 70px 0;
}
@media (min-width: 992px) {
    .section-padding-lg {
        padding: 100px 0;
    }
}
/*.section-padding {
padding: 50px 0;
}
*/
.section-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 40px;
}
/*bootstrap grid css*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 0.9375rem;
}
.row {
    --bs-gutter-x: 1.875rem;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.gx-4 {
    --bs-gutter-x: 1.5rem !important;
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0;
    --bs-gutter-x: 0.85rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
    --bs-gutter-x: 1rem;
}
/*bootstrap grid css end*/
html {
    font-size: 16px;
}
header {
    z-index: 1001;
}
@media (max-width: 767.98px) {
    header.position-sticky {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
    }
}
header,
footer,
main {
    max-width: 1440px;
    margin: 0 auto;
}
/*main css start*/
main {
    background-color: #fff;
    min-height: calc(calc(var(--vh, 1vh) * 100) - 80px);
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1180px;
    }
}
/*main css end*/
/* card css start */
@media (max-width: 767.98px) {
}
.fix-w {
    width: 150px;
}
label {
    color: rgba(15, 25, 40, 0.95);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.gm-label {
    line-height: 20px;
}
.dropdown-toggle {
    font-size: 16px;
    line-height: 20px;
}
.form-group {
    margin-bottom: 20px;
}
input.form-control {
    color: #0f1928;
}
.form-control,
.form-select {
    height: 45px;
    padding: 15px 9px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    border: 1px solid rgba(15, 25, 40, 0.2);
    border-radius: 6px;
    font-weight: 400;
    color: rgba(15, 25, 40, 0.5);
}
.form-control:focus,
.form-select:focus {
    outline: none;
    color: #797979 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #a2a2a2 !important;
}
.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control:-moz-placeholder,
.form-select::-webkit-input-placeholder,
.form-select::-moz-placeholder,
.form-select:-ms-input-placeholder,
.form-select:-moz-placeholder {
    color: rgba(17, 17, 17, 0.5);
}
/* header css start*/
header {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 2px 4px rgba(30, 30, 30, 0.05);
    max-width: 100%;
}
.navbar-expand-lg {
    height: 70px;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(15, 25, 40, 0.95);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(15, 25, 40, 0.95);
}
.navbar .nav-link {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
/* header css end*/
/*need parking signup*/
.container-fluid.container-xxl {
    max-width: 1200px;
}
.eyeicon {
    position: relative;
}
.Current-Password-rightbar .password--img--eye {
    right: 15px;
}
.Current-Password-rightbar .password--img--eye-eyeclose {
    right: 15px;
}
.password--img--eye {
    background-image: url(../img/svg/ic_hide.svg);
    position: absolute;
    width: 24px;
    height: 24px;
    top: 40px;
    right: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
}
.password--img--eye-eyeclose {
    background-image: url(../img/svg/ic_hide_show.svg);
    position: absolute;
    width: 24px;
    height: 24px;
    top: 40px;
    right: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
}
.eye-icon.hide-pass #eyeicon-show {
    display: block;
}
.eye-icon.hide-pass #eyeicon-hide {
    display: none;
}
span#eyeicon-show {
    display: none;
}
.form-check-term:hover,
.form-check-term:active,
.form-check-term:focus {
    color: rgba(15, 25, 40, 0.95);
}
.signupbackground {
    background-image: url(../img/png/img_signup_left.png),
        url(../img/png/img_signup_right.png);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom left -7px, bottom right -18px;
    min-height: calc(var(--vh, 1vh) * 100);
}
.logo {
    height: 40px;
}
.newlogo {
    height: 40px;
}
.signupform {
    margin-top: 110px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.needparking-banner-in {
    background-image: url(../img/png/img_hero_bg.png);
    background-repeat: no-repeat;
    height: 500px;
    background-size: contain;
    background-position: bottom;
    margin-left: -118px;
}
.needparking-banner {
    background-color: #d5e6f6; /*background-image: url(../img/png/img_hero_bg.png);
background-repeat: no-repeat;
background-size: contain;
background-position:left bottom;*/
}
.form-background {
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: #2e80d4;
    border-color: #2e80d4;
    box-shadow: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 12px 11px;
}
.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    border: 1px solid #2e80d4;
    color: #2e80d4;
    box-shadow: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    background-color: #fff;
    padding: 12px 11px;
}
.input-group {
    border: 1px solid rgba(15, 25, 40, 0.2);
    border-radius: 6px;
    background-color: #ffffff;
}
.date-range {
    position: relative;
    width: 100%;
}
.search-Result-sec .search-Result-sec-form .spacing-set {
    padding: 0 17px;
}
.date-input:before {
    position: absolute;
    content: "";
    background: #fff url(../img/svg/ic_date.svg);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    outline-color: transparent;
    top: 14px;
    left: 13px;
}
.location-input {
    position: relative;
}
.location-input:before {
    position: absolute;
    content: "";
    background-image: url(../img/svg/map-pin.svg);
    background-repeat: no-repeat;
    top: 13px;
    left: 13px;
    width: 20px;
    height: 20px;
}
.needparking-sec2 .custom-space {
    height: 36px;
    width: 60px;
    margin-top: 10px;
}
.needparking-sec2-in p {
    min-height: 44px;
}
.needparking-review {
    background-image: url(../img/png/reviewbg.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
.needparking-review-tabs {
    padding: 20px;
    margin-bottom: 20px;
}
.needparking-review-tabs:hover {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 8px 24px rgb(46 128 212 / 20%);
    border-radius: 10px;
}
.needparking-question-right a {
    max-width: 131px;
}
.Parking-Space-inner {
    background-image: url(../img/png/parking.png);
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 55px 0;
    background-size: cover;
    background-position: bottom;
    position: relative;
    z-index: 999;
    border-radius: 20px;
    overflow: hidden;
}
.Parking-Space-inner:after {
    background-color: #2e80d4;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0.9;
    z-index: -1;
}
/*accordian*/
.needparking-question-accodian .accordion-button:not(.collapsed) {
    color: #0f1928;
    background-color: #d5e6f6;
    box-shadow: none;
    border-radius: 10px 10px 0px 0px;
}
.needparking-question-accodian .accordion-button {
    padding: 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    border-radius: 10px;
}
.needparking-question-accodian .accordion-body {
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    border-radius: 0px 0px 10px 10px;
}
.needparking-question-accodian .accordion-item {
    background-color: #fff;
    border: 0;
    box-shadow: 0px 4px 12px rgb(46 128 212 / 10%);
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.needparking-question-accodian .accordion-button:focus {
    box-shadow: none;
}
.needparking-question-accodian .accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.needparking-question-accodian .accordion-item:last-of-type {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.needparking-question-accodian .accordion-button::after {
    background-image: url(../img/svg/ic_chevron_down.svg);
}
.needparking-question-accodian .accordion-button:not(.collapsed)::after {
    background-image: url(../img/svg/ic_chevron_up.svg);
}
/*accordio*/
/*card start*/
.card {
    border: 0;
}
/*card end*/
/* Booking Details Css start */
.priceborder {
    border-bottom: 1px solid #2e80d4;
}
.bookingborder {
    border-bottom: 1px solid rgba(15, 25, 40, 0.05);
}
.bookingbox {
    background: #ffffff;
    box-shadow: 0px 4px 12px rgba(38, 50, 56, 0.05);
    border-radius: 6px;
    padding: 30px;
    width: 91%;
}
.bookingbox .card {
    background: #ffffff;
    border: 1px solid #2e80d4;
    border-radius: 6px;
}
.bookingbox .card-header {
    color: #ffffff;
    background: #2e80d4;
    padding: 11px 20px;
    font-weight: 600;
}
.bookingbox .card-body {
    padding: 20px 30px 30px 30px;
}
.bookingbox .card-footer {
    background: #ffffff;
    box-shadow: -1px -1px 1px rgb(0 0 0 / 10%);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top: 0;
}
.durationborder {
    border-right: 1px solid rgb(0 0 0 / 10%);
}
.enterdatewidth {
    width: 42%;
}
.divider {
    flex-grow: 1;
    height: 1px;
    background-color: #2e80d4;
}
.addimg {
    background: #d5e6f6;
    border: 1px solid #2e80d4;
    border-radius: 50%;
    padding: 3px;
}
.paymentbox {
    width: 91%;
}
.lockiconwidth {
    position: relative;
}
.lockiconwidth:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/svg/ic_lock_black.svg) !important;
    right: 15px;
    top: 10px;
    cursor: pointer;
}
.reglable {
    font-weight: 600 !important;
}
.vehiclebox {
    border: 1px solid rgba(15, 25, 40, 0.2);
    border-radius: 6px;
}
.namespacing {
    padding: 20px;
}
.vehicleboxwidth {
    width: 60%;
    border-right: 1px solid rgba(15, 25, 40, 0.2);
}
.vehicledetails {
    background: rgba(15, 25, 40, 0.05);
    padding-top: 7px;
    padding-bottom: 7px;
}
.w-40 {
    width: 40%;
}
.vehiclebox img {
    height: 110px;
}
.manage-vehiclebox {
    background: #ffffff;
    box-shadow: 0px 4px 12px rgba(38, 50, 56, 0.05);
    border-radius: 6px;
}
.manage-vehiclebox .card-body {
    padding: 30px 20px;
}
.h-280 {
    height: 280px;
}
.ic_60 {
    width: 60px;
}
.cursorpointer {
    cursor: pointer;
}
.manage-vehiclebox .col-md-4 {
    width: 36.333333%;
}
.manage-vehiclebox .col-md-8 {
    width: 63.666667%;
}
.numberwidth input {
    width: 280px;
    margin-right: 20px;
}
.sectionheight {
    min-height: 440px;
}
.detailsbox {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 4px 12px rgba(38, 50, 56, 0.05);
    border-radius: 6px;
    padding: 20px;
}
/* Booking Details Css end */
/*Active-book css*/
.active-book-sec {
    box-shadow: 0px 4px 12px rgb(38 50 56 / 5%);
    border-radius: 6px;
    padding: 20px;
}
.active-book-table table.table tbody tr td {
    padding: 22px 10px;
}
.active-book-table table.table tbody tr .customwidthsetone {
    width: 30%;
}
.active-book-table table.table tbody tr .customwidthsettwo {
    width: 70%;
}
.send-sms-sec {
    background-image: url(../img/png/img_sucess.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
}
.send-sms-sec .row {
    min-height: 700px;
}
.send-sms-sec-main {
    padding: 40px 30px;
    border-radius: 8px;
    margin-top: 50px;
}
.parking-sec {
    box-shadow: 0px 4px 12px rgb(38 50 56 / 5%);
    border-radius: 8px;
    width: 75%;
}

/*Active-book css*/
/*footer css start*/
.needparking-footer-content {
    position: relative;
    padding: 17px 0 66px 0;
}
.footer-top {
    position: relative;
}
.needparking-footer-content:after,
.footer-top:before {
    position: absolute;
    content: "";
    width: 42%;
    height: 100%;
    background-color: #2e80d4;
    bottom: 0;
    z-index: -1;
}
.needparking-footer-content img {
    margin-left: -12px;
}
.needparking-footer-content .needparking-footer-search {
    width: 400px;
    border: 0;
    background: rgba(255, 255, 255, 0.7);
    padding: 15px 20px;
}
footer.section-padding {
    background-color: rgba(15, 25, 40, 0.02);
}
.footer-sec {
    padding: 50px 0 0 58px;
}
.footer-sec2 a:hover,
.footer-sec a:hover {
    color: #0f1928;
}
.footer-sec2-border {
    border: 1px solid #2e80d4;
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
}
/*footer css end*/
footer.section-padding .padding-remove {
    padding-left: 60px;
}
.footer-sec2-follow {
    padding-left: 30px;
}
/*need parking signup*/
/*search need parking start*/
/*section.search-sec-breadcrumb {
margin-top: 5%;
}*/
section.search-sec-breadcrumb {
    padding: 8px 0px;
    background: rgba(15, 25, 40, 0.02);
}
section.search-Result-sec .location-input {
    position: relative;
    display: flex;
    border: 1px solid rgba(15, 25, 40, 0.2);
    border-radius: 6px;
}
section.search-Result-sec .location-input #pac-input {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    border: 0;
}
.search-Result-sec .sidebar-search {
    min-height: 100vh;
    width: 48%;
}
.search-Result-sec .search-Result-sec-form #pills-profile .date-range input {
    padding: 15px 15px;
}
.search-Result-sec .search-Result-sec-form {
    box-shadow: 7px 5px 6px rgb(38 50 56 / 10%);
    padding-right: 70px;
    padding-bottom: 30px;
}
.search-Result-sec .card {
    border: 0;
    border: 1px solid rgba(15, 25, 40, 0.2);
    border-radius: 6px;
}
.search-Result-sec .Search-hotel-book {
    background: #2e80d4;
    border-radius: 6px;
    padding: 8px 10px 8px 20px;
    width: 310px;
    height: 40px;
}
.search-Result-sec .card-body {
    height: 100%;
    padding: 10px 15px 15px 15px;
}
.search-Result-sec .Search-map {
    position: fixed;
    content: "";
    top: 0;
    overflow: hidden;
    height: 100%;
}
.card-main-img img {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
    background-color: #007bff;
    height: auto;
    width: auto;
    color: #fff;
    border: 0;
}
/*search need parking end*/
/*nav tabs start*/
.form-background .nav-pills .nav-link {
    background: #fff;
    border: 1px solid #2e80d4;
    border-radius: 0px;
    padding: 10px 30px;
    width: 100%;
    height: 45px;
}
.form-background .nav-pills .nav-item {
    width: 50%;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #2e80d4;
}
.nav li.nav-item:nth-child(1) .nav-link {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.nav li.nav-item:nth-child(2) .nav-link {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.nav li.nav-item:nth-child(2) .nav-tabs {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.nav li.nav-item:nth-child(4) .nav-tabs {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
/*search sec nav tabs*/
section.search-Result-sec .location-input .nav {
    max-width: 100%;
    flex-wrap: nowrap;
}
.nav li.nav-item:nth-child(1) .nav-link {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}
.nav li.nav-item:nth-child(2) .nav-link {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
.nav li.nav-item:nth-child(2) .nav-tabs {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.nav li.nav-item:nth-child(4) .nav-tabs {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
section.search-Result-sec .location-input .nav-pills .nav-link {
    border: 1px solid #2e80d4;
    border-radius: 0px;
    padding: 10px 10px;
    width: 100%;
    height: 100%;
}
/*search sec nav tabs*/
/*spacing-sec-one*/
/*.need-parking-spacing-sec {
background: #D5E6F6;
}*/
.need-parking-spacing-sec .sidebar {
    min-height: 100vh;
    background: #d5e6f6;
}
.need-parking-spacing-sec {
    position: relative;
    background-image: linear-gradient(to right, #d5e6f6 8%, #ffffff 36%);
}
.need-parking-spacing-sec .add-space-rightbar {
    background-color: #ffffff;
}
.add-space-rightbar .progress:after {
    position: absolute;
    content: "";
    background: rgba(15, 25, 40, 0.05);
    right: 0;
    width: 241px;
    height: 10px;
}
.add-space-rightbar .progress {
    background: rgba(15, 25, 40, 0.05);
    height: 10px;
    border-radius: 0;
    margin-left: -15px;
}
.add-space-rightbar .progress-bar {
    background-color: #f6ca13;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.need-parking-spacing-sec .spacing-in {
    border-radius: 6px;
    padding: 20px;
}
.need-parking-spacing-sec .need-parking-spacing-form {
    width: 77%;
}
.need-parking-spacing-sec .space-owner {
    padding-left: 8.33333333%;
    max-width: calc(580px + 108px);
}
/*spacing-sec-two*/
.add-space-two .add-space-foem-sec .form-control {
    color: #0f1928;
}
.add-space-two .add-space-foem-sec .form-control,
.form-select {
    color: #0f1928;
    padding: 10px 9px;
}
.form-select {
    background-image: url(../img/svg/ic_arrow_down.svg);
    background-size: 24px;
    color: rgba(15, 25, 40, 0.95);
}
.icon-color-blue .form-select {
    background-image: url(../img/svg/ic_arrow_down_blue.svg);
    background-size: 24px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding-left: 20px;
}
/*spacing-sec-two*/
/*spacing-sec-one*/
/*profile-sec start*/
.profile-sec-sidebar {
    width: 280px;
}
.profile-sec-sidebar .list-group .list-group-item,
.common-leftbar-main .list-group .list-group-item {
    position: relative;
    display: block;
    padding: 12px 10px 11px 20px;
    color: rgba(15, 25, 40, 0.5);
    text-decoration: none;
    background-color: #fff;
    border: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
.profile-sec-sidebar .list-group .list-group-item:first-child,
.common-leftbar-main .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.profile-sec-sidebar .list-group .list-group-item:hover,
.profile-sec-sidebar .list-group .list-group-item:focus,
.common-leftbar-main .list-group .list-group-item:hover,
.profile-sec-sidebar .list-group .list-group-item:focus {
    background: #d5e6f6;
    border-left: 1px solid #2e80d4;
    border-radius: 0;
    color: #2e80d4;
}
.list-group-item.list-group-item-action.active {
    background: #d5e6f6;
    border-left: 1px solid #2e80d4;
    border-radius: 0;
    color: #2e80d4;
}
/*section.profile-sec .container{
padding-left: 70px;
}*/
section.profile-sec .profile-sec-rightbar,
.common-leftbar .profile-sec-rightbar {
    border-left: 1px solid rgba(15, 25, 40, 0.2);
    padding-left: 60px;
    height: 100%;
}
.profile-sec-form {
    width: 94%;
}
.driver-sec-form {
    width: 100%;
}
.profile-email-space a {
    max-width: 15%;
    flex: 15%;
    border-radius: 6px;
}
.icon-set {
    max-width: 82%;
    flex: 82%;
    margin-right: 20px;
    position: relative;
}
.icon-set:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../img/svg/ic_lock.svg);
    right: 15px;
    top: 10px;
    cursor: pointer;
}
.edit-icon {
    position: absolute;
    content: "";
    width: 36px;
    height: 36px;
    top: -18px;
    right: 0;
    background-color: #d5e6f6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}
.profile-img {
    cursor: pointer;
}
.edit-icon img {
    width: 15px;
    height: 15px;
}
.custom-file-upload input {
    margin: 0;
    font-family: none;
    font-size: 0;
    line-height: 0;
    display: none;
}
section.profile-sec ul#pills-tab {
    margin-bottom: -41px !important;
    position: relative;
    width: 280px;
}
section.profile-sec div#pills-tabContent .col-lg-3.col-md-4.col-sm-12 {
    padding-top: 65px;
}
section.profile-sec .profile-sidebar-collapse {
    display: none;
}
.profile-sec .collapse:not(.show) {
    display: block;
}
/*profile-sec end*/
/*nav tabs end*/
/*active-booking css start*/
section.profile-sec .active-booking-right {
    display: flex;
    width: 100%;
    align-items: center;
}
section.profile-sec .active-booking-right .active-booking {
    width: 100%;
    text-align: center;
}
/*active-booking css end*/
/*trust-varification start*/
.verify-modal .modal-header {
    padding: 20px 30px;
    border-bottom: 1px solid #ebebeb;
}
.verify-modal .modal-body {
    padding: 20px 30px;
}
.verify-modal .modal-dialog {
    max-width: 600px;
}
.verify-modal .modal-footer {
    justify-content: flex-start;
    padding: 12px 30px;
    box-shadow: inset 0px 1px 0px #ebebeb;
    border: 0;
}
.verify-modal .modal-header .btn-close:focus {
    box-shadow: none;
}
section.profile-sec
    .profile-sec-rightbar
    .trust-varification-form
    .form-control:focus {
    background-color: rgba(15, 25, 40, 0.05);
}
section.profile-sec
    .profile-sec-rightbar
    .trust-varification-form
    .form-control {
    color: rgba(15, 25, 40, 0.5);
}
.verify-modal .modal-footer button {
    height: 40px;
}
.verify-modal .modal-header .btn-close {
    background-image: url(../img/svg/ic_close_black.svg);
    opacity: 1;
    color: #0f1928;
    background-size: auto;
}
.verify-modal .modal-header .btn-close:hover {
    color: #0f1928;
    text-decoration: none;
    opacity: 1;
}
/*trust-varification end*/
/*payment Preference*/
.payment-Preference .modal-header .btn-close {
    background-image: url(../img/svg/ic_close_black.svg);
    opacity: 1;
    color: #0f1928;
    background-size: auto;
}
.payment-Preference .modal-header .btn-close:hover {
    color: #0f1928;
    text-decoration: none;
    opacity: 1;
}
.payment-pref-sec .payment-pref-img {
    background-color: #d5e6f6;
    text-align: center;
    width: 95px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.payment-pref-sec {
    box-shadow: 0px 4px 12px rgb(38 50 56 / 5%);
    border-radius: 6px;
    text-align: center;
    padding: 30px 0;
}
.payment-Preference .modal-dialog {
    max-width: 722px;
}
.payment-Preference .modal-header {
    padding: 20px 30px;
    box-shadow: inset 0px -1px 0px #ebebeb;
    border-bottom: 0;
}
.payment-Preference .modal-body {
    padding: 0;
}
.modal-body .sidebar-content {
    padding: 20px 20px 20px 36px;
}
.modal-body .rightbar-content {
    padding: 20px 30px 68px 30px;
}
.payment-Preference .modal-header .btn-close:focus {
    box-shadow: none;
}
.modal-body .rightbar-content .form-group:nth-child(3) {
    margin-bottom: 30px;
}
/*payment Preference*/
/*listing-page start*/
.listing-page-sec .card {
    box-shadow: 0px 4px 12px rgb(38 50 56 / 5%);
    border-radius: 6px;
}
.listing-page-sec .progress {
    width: 86%;
    height: 6px;
    border-radius: 6px;
}
.listing-page-sec .progress-bar {
    background-color: #2e80d4;
    border-radius: 6px;
}
.listing-page-sec .card-body {
    padding: 30px 25px 30px 40px;
}
/*listing-page end*/
/*add spce css*/
.custom-down-arrow .form-select {
    background-image: url(../img/svg/ic_arrow_down.svg);
    background-size: auto;
}
.input-group-main .input-group .btn {
    position: relative;
    z-index: 2;
    border: 0;
    background-color: rgba(15, 25, 40, 0.05);
    color: rgba(15, 25, 40, 0.7);
    font-weight: 400;
}
.input-group-vehicle .input-group .btn {
    position: relative;
    z-index: 2;
    background: #d5e6f6;
    border-radius: 6px;
    color: rgba(15, 25, 40, 0.5);
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    height: 40px;
    margin-top: 4px;
    margin-right: 4px;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    padding: 8px 23px;
}
.input-group-vehicle .input-group {
    height: 50px;
}
/**/
/*screen no-13*/
.space-look .custom-image {
    background-color: rgba(15, 25, 40, 0.05);
    width: 180px;
    height: 180px;
    border-radius: 6px;
}
.upload-image {
    border: 1px dashed rgba(15, 25, 40, 0.2);
    padding: 53px 0;
}
.fileUpload-main {
    position: absolute;
    right: 34%;
    top: 42%;
}
.fileUpload-main .fileUpload {
    background: #2e80d4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    overflow: hidden;
    padding: 0.875em; /*14px/16px*/
    position: relative;
    text-align: center;
    width: 156px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 auto;
}
.fileUpload:hover,
.fileUpload:active,
.fileUpload:focus {
    background: #2e80d4;
    cursor: pointer;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 156px;
    height: 45px;
    cursor: pointer;
}
input[type="file"] {
    position: fixed;
    right: 100%;
    bottom: 100%;
}
/*screen no-13*/
/*screen no-14*/
.delet-icon {
    background-color: #d5e6f6;
    border-radius: 6px;
    padding: 6px;
    position: absolute;
    top: -20px;
    right: -20px;
}
.dashed-border {
    border: 1px dashed rgba(15, 25, 40, 0.2);
    border-radius: 6px;
    width: 31%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
/*screen no-14*/
/*screen no-15*/
.maping-sec {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0px 6px 6px 0px;
    width: 184px;
    height: 73px;
    top: 20px;
    display: flex;
    padding: 10px;
    align-items: center;
}
.plus-minus-img {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.plus-minus-img img {
    background-color: #ffffff;
    padding: 5px;
}
.plus-minus-img img:nth-child(1) {
    border-radius: 6px 6px 0px 0px;
    margin-bottom: 1px;
}
.plus-minus-img img:nth-child(2) {
    border-radius: 0px 0px 6px 6px;
}
/*screen no-15*/
/*screen no-16*/
.add-space-step16-img {
    background: #d5e6f6;
    border: 1px dashed #2e80d4;
    padding: 19px;
    border-radius: 50%;
    margin-right: 20px;
}
.Finish-modal .modal-body,
.change-modal .modal-body {
    padding: 30px 20px 20px 30px;
}
.Finish-modal .Finish-email-img img,
.change-modal .change-email-img img {
    background-color: #d5e6f6;
    text-align: center;
    padding: 30px;
    border-radius: 50%;
}
.Finish-modal .box-code {
    background: rgba(15, 25, 40, 0.05);
    border-radius: 6px;
    border: 0;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.Finish-modal .modal-dialog,
.change-modal .modal-dialog {
    max-width: 613px;
    margin: 1.75rem auto;
}
.Finish-modal .modal-content,
.change-modal .modal-content {
    border: 0;
    border-radius: 6px;
}
.Finish-modal .modal-header,
.change-modal .modal-header {
    padding: 20px 30px;
    box-shadow: inset 0px -1px 0px #ebebeb;
    border: 0;
}
.Finish-modal .modal-header .btn-close,
.change-modal .modal-header .btn-close {
    background-image: url(../img/svg/ic_close_black.svg);
    opacity: 1;
    color: #0f1928;
    background-size: auto;
}
.Finish-modal .modal-header .btn-close:focus,
.change-modal .modal-header .btn-close:focus {
    box-shadow: none;
}
.Finish-modal .modal-footer,
.change-modal .modal-footer {
    box-shadow: inset 0px -1px 0px #ebebeb;
    padding: 15px 20px;
    justify-content: center;
}
/*screen no-16*/
/*notification-setting*/
.notification-setting-form .form-group {
    width: 38%;
}
.notification-setting-form-switch .form-switch .form-check-input {
    background-image: url(../img/svg/Switch.svg);
    width: 45px;
    border: 0;
    height: 30px;
    margin-top: 0;
    margin-right: 10px;
    transition: background-position 0.15s ease-in-out;
    background-position: right center;
}
.notification-setting-form-switch .form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url(../img/svg/Switch-1.svg);
    background-position: left center;
    transition: background-position 0.15s ease-in-out;
}
/*notification-setting*/
/*privacy policy*/
section.privacy-policy-sec .row {
    min-height: 222px;
}
/*privacy policy*/
/*support*/
.support-main .row {
    min-height: 430px;
    padding-top: 116px;
}
.support-box-sec .support-box-view {
    background: #ffffff;
    box-shadow: 0px 4px 12px rgba(38, 50, 56, 0.05);
    border-radius: 6px;
    padding: 30px;
    min-height: 432px;
}
.support-box-sec .support-box-sec-main {
    margin-top: -95px;
    z-index: 9;
    position: relative;
}
.support-search-img {
    background: #ffffff;
    border: 1.5px solid #2e80d4;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.support-message-sec .support-message-customwidth {
    width: 40px;
    height: 40px;
}
.support-message-sec .support-message-text {
    height: 212px;
}
/*support*/
/*contact us*/
.contact-sec .row {
    height: 500px;
}
.contact-sec .contact-sec-banner {
    position: absolute;
    bottom: 0;
    left: 15px;
}
.contact-sec-banner-text {
    padding-left: 17%;
}
.contactus-rightbar-main {
    padding-left: 21%;
}
/*contact us*/
/*make booking css*/
.making-booking-input-group .input-group {
    box-shadow: 0px 4px 12px rgba(38, 50, 56, 0.05);
    border-radius: 6px;
    border: 0;
    align-items: center;
    padding: 0 10px;
}
.making-booking-input-group input.form-control {
    height: 60px;
    border: 0;
    font-weight: 600;
}
.making-booking-input-group input::placeholder {
    color: rgba(15, 25, 40, 0.2);
}
.making-booking-input-group button {
    border-radius: 6px !important;
    height: 40px;
}
section.making-booking-sec .row {
    min-height: 160px;
}
.common-border-padding {
    padding-left: 45px;
}
/*make booking accordion*/
.common-rightbar-accordion .accordion-item {
    background-color: #fff;
    border: 0;
    margin-bottom: 0px;
    overflow: hidden;
    box-shadow: inset 0px -1px 0px rgb(15 25 40 / 10%);
    border-radius: 0;
}
.common-rightbar-accordion .accordion-button {
    padding: 12px 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    border-radius: 0px;
    border-bottom: 1px solid rgb(15 25 40 / 10%);
}
.common-rightbar-accordion .accordion-button:not(.collapsed) {
    color: rgba(15, 25, 40, 0.95);
    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 0;
}
.common-rightbar-accordion .accordion-button:focus {
    border-color: rgb(15 25 40 / 10%);
}
.common-rightbar-accordion .accordion-body {
    padding: 8px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    border-radius: 0px 0px 10px 10px;
}
.common-rightbar-accordion .accordion-body-content ul li:before {
    content: "";
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 17px;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    border: 1px solid #2e80d4;
}
.common-rightbar-accordion .accordion-button::after {
    background-image: url(../img/svg/ic_arrow_right_sm_blue.svg);
    background-size: 24px;
    width: 24px;
    height: 24px;
    position: relative;
    right: 30px;
}
.common-rightbar-accordion .accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns=!string!viewBox=!string!fill=!string!%3e%3cpath fill-rule=!string!d=!string!/%3e%3c/svg%3e);
    transform: rotate(90deg);
}
.common-rightbar-accordion
    .accordion-item:last-of-type
    .accordion-button.collapsed,
.common-rightbar-accordion .accordion-item:first-of-type .accordion-button {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
/*make booking accordion*/
/*make booking css*/
/*my Booking css*/
.my-booking-sec .my-boking-tabs .nav-item {
    width: auto;
}
.my-boking-tabs ul#pills-tab {
    border-bottom: 1px solid rgba(15, 25, 40, 0.2);
    width: 100% !important;
}
.my-boking-tabs .nav-pills .nav-link {
    border: 0;
    width: 143px;
    height: 45px;
    color: rgba(15, 25, 40, 0.5);
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
.my-boking-tabs .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    width: 143px;
    height: 45px;
    background-color: transparent;
    color: rgba(15, 25, 40, 0.5);
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
.my-boking-tabs .nav li.nav-item:nth-child(2) .nav-link {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.my-boking-tabs .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    border-bottom: 2px solid #2e80d4;
    color: #2e80d4;
}
.my-boking-tabs .nav li.nav-item:nth-child(1) .nav-link {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.mt-booking-table .table tr th {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: rgba(15, 25, 40, 0.7);
    padding: 9px 12px;
}
.mt-booking-table .table > :not(:first-child) {
    border-top: 0;
}
.mt-booking-table .table tr td {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(15, 25, 40, 0.95);
    padding: 3px 12px;
    vertical-align: middle;
    height: 40px;
}
.mt-booking-table .page-item:first-child .page-link,
.mt-booking-table .page-item:last-child .page-link {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background: rgba(15, 25, 40, 0.05);
    border: 0;
    width: 30px;
    height: 30px;
    display: flex;
    margin-right: 5px;
    align-items: center;
}
.mt-booking-table .page-link {
    padding: 5px 12px; /*background: #2E80D4;*/
    border-radius: 6px;
    color: rgba(15, 25, 40, 0.95);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    margin-right: 5px;
    align-items: center;
    border: 0;
}
.mt-booking-table .page-link:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #2e80d4;
    border-color: #dee2e6;
}
.mt-booking-table .page-item.active .page-link {
    color: #ffffff;
    background-color: #2e80d4;
    border-color: #dee2e6;
}
.space-owner .add-space-nine-content .form-check-input {
    width: 19px;
    height: 19px;
    border: 1px solid rgba(15, 25, 40, 0.2);
}
/*my Booking css*/
/*address booking css*/
section.address-booking-sec .row {
    min-height: 148px;
}
section.address-booking-sec-breadcrumbs {
    background: rgba(15, 25, 40, 0.02);
    box-shadow: 2px -4px 6px rgb(38 50 56 / 10%);
    padding: 6px;
}
.address-booking-sec-breadcrumbs .form-check-input:checked[type="checkbox"] {
    background-image: url(../img/svg/ic_check_on_gray.svg);
    background-color: transparent;
    border: 0;
}
.address-booking-sec-breadcrumbs .form-check .form-check-input {
    height: 24px;
    width: 24px;
    z-index: 1;
    cursor: pointer;
    background-image: url(../img/svg/ic_check_off.svg);
    border: 0;
}
.address-booking-map {
    background-image: url(../img/png/address_booking.png);
    width: 100%;
    height: 500px;
    background-position: center;
    background-size: contain;
}
section.address-booking-form .address-booking-form-in {
    background: rgba(15, 25, 40, 0.05);
    border-radius: 6px;
    width: 93%;
    padding: 20px;
    margin-top: -250px;
    position: relative;
}
section.address-booking-form .address-booking-form-in .notification-input {
    border: 1px solid #2e80d4;
    border-radius: 6px;
    padding: 10px 20px;
    height: 45px;
}
.address-booking-form-checkbox {
    background: rgba(15, 25, 40, 0.02);
    padding: 20px;
}
.address-booking-form-checkbox-in {
    background: #d5e6f6;
    border: 1px solid #2e80d4;
    border-radius: 6px;
}
.address-booking-form-in .form-background .date-input:before {
    left: 23px;
}
.address-booking-form .address-booking-rightbar .cctv-content {
    background: rgba(15, 25, 40, 0.02);
    border: 1px solid rgba(15, 25, 40, 0.05);
    border-radius: 6px;
    padding: 9px;
}
.address-booking-form .address-booking-rightbar .important-notice-content {
    background: #d5e6f6;
    border: 1px solid #2e80d4;
    box-shadow: 0px 4px 12px rgb(38 50 56 / 5%);
    border-radius: 6px;
    padding: 20px;
}
.address-booking-form
    .address-booking-rightbar
    .important-notice-content
    .important-notice-content-img {
    background: #2e80d4;
    padding: 8px;
    border-radius: 50%;
    margin-right: 20px;
}
.address-booking-border-bottom {
    width: 100px;
    border-bottom: 1px solid #2e80d4;
    margin-bottom: 30px;
}
.address-booking-checkbox:hover,
.address-booking-checkbox.active {
    background: #d5e6f6;
    box-shadow: inset 0px -1px 0px rgba(15, 25, 40, 0.1);
}
.address-booking-checkbox {
    padding: 10px;
}
/*address booking css*/
@media (min-width: 768px) {
    .navbar .nav-link {
        padding: 0 15px !important;
        line-height: 80px;
    }
}
@media (min-width: 992px) {
    .navbar .nav-link {
        padding: 0 15px !important;
        line-height: 70px;
    }
}
.dropdown-item {
    padding: 0.65rem 1.25rem;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #05a6f0;
    background: #fff;
}
.navbar-nav .nav-link {
    padding: 15px 20px;
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-item:not(.nav-icon) {
        position: relative;
    }
    .navbar-expand-md .navbar-nav .nav-item:not(.nav-icon):after {
        content: "http://www.w3.org/2000/svg";
        height: 3px;
        position: absolute;
        left: 0;
        bottom: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        width: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .navbar-expand-md .navbar-nav .nav-item:not(.nav-icon).active:after,
    .navbar-expand-md .navbar-nav .nav-item:not(.nav-icon):hover:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        background: #000;
    }
}
/* header css end*/
/* footer css star*/
/*footer {
padding: 50px 0 70px;
}*/
@media (min-width: 992px) {
    /* footer {
padding: 80px 0 100px;
}*/
}
.footer-nav .nav-link {
    padding: 0.65rem 1rem 0.65rem 0;
}
@media (min-width: 768px) {
    .footer-nav .nav-link {
        padding: 0.65rem 1rem;
    }
}
.footer-nav .nav-link:hover {
    opacity: 0.8;
}
/* footer css end*/
/*navabr for mobile css end*/
/*css for custom radio start*/
.radio-checkbox-sec .form-check .form-check-input {
    height: 24px;
    width: 24px;
    z-index: 1;
    cursor: pointer;
    background-image: url(../img/svg/ic_radio_off.svg);
    border: 0;
}
.form-check-input:focus {
    box-shadow: none;
}
.radio-checkbox-sec .form-check .form-check-label {
    background-repeat: no-repeat;
    cursor: pointer;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    background-position: right 10px center;
    margin-left: 10px;
}
/*.form-check-input:checked ~ .form-check-label {
background-image: url(../img/svg/checked.svg);
}*/
.form-check-input {
    border: 1px solid rgba(15, 25, 40, 0.7);
}
.radio-checkbox-sec .form-check-input:checked[type="radio"] {
    background-image: url(../img/svg/ic_radio_on.svg);
}
.radio-checkbox-sec .form-check-input:checked {
    background-color: #fff;
    border-color: #0d6efd;
    border: 0;
}
/*check box css*/
.checkbox-sec .form-check .form-check-label,
.add-space-six-accordion .accordion-body .form-check .form-check-label {
    background-repeat: no-repeat;
    cursor: pointer;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    background-position: right 10px center;
    margin-left: 10px;
}
.address-booking-form-checkbox-in .form-check .form-check-label {
    width: 100%;
}
.form-check-input:active {
    filter: none;
    background-color: transparent !important;
}
.checkbox-sec .form-check-input:checked[type="checkbox"],
.address-booking-form-checkbox-in .form-check-input:checked[type="checkbox"] {
    background-image: url(../img/svg/ic_check_on.svg);
    background-color: transparent !important;
    border: 0;
}
.checkbox-sec .form-check .form-check-input,
.address-booking-form-checkbox-in .form-check .form-check-input {
    height: 24px;
    width: 24px;
    z-index: 1;
    cursor: pointer;
    background-image: url(../img/svg/ic_check_off.svg);
    border: 0;
    background-color: transparent !important;
}
/*check box css*/
/*css for custom radio end*/
/*add space six*/
.add-space-six-accordion .accordion-button:not(.collapsed) {
    color: rgba(15, 25, 40, 0.95);
    background-color: transparent;
    border-bottom: 0px solid #ebebeb;
    box-shadow: none;
}
.add-space-six-accordion .accordion-item {
    border-bottom: 1px solid #ebebeb;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 20px;
}
.add-space-six-accordion .accordion-button {
    padding: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: rgba(15, 25, 40, 0.95);
    margin-bottom: 15px;
}
.add-space-six-accordion .accordion-body {
    padding: 0 0 20px 0;
}
.add-space-six-accordion .accordion-button:focus {
    box-shadow: none;
}
.add-space-six-accordion .accordion-button::after {
    background-image: url(../img/svg/ic_arrow_down_blue.svg);
    transform: rotate(-180deg);
}
.add-space-six-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-0deg);
}
.add-space-six-accordion .accordion-item:nth-child(2) {
    border-bottom: 0;
}
/*add space six*/
/*blog-sec start*/
.Blog-content .Blog-sortby .selectwidth {
    width: 55%;
}
section.Blog-card-sec .Blog-card-main .card-body,
section.Blog-card-sec-two .Blog-card-main .card-body {
    padding: 0;
}
.Blog-card-main .card-md-right {
    margin-right: 10px;
}
.Blog-card-main .card-md-left {
    margin-left: 10px;
}
.Blog-card-main .card-right {
    margin-right: 25px;
}
.Blog-card-multiple-main {
    margin-left: 25px;
}
.blog-page-detail-sec {
    background-image: url(../img/png/img_blog10.png);
    background-repeat: no-repeat;
    margin-top: -22px;
    background-size: cover;
}
.blog-page-detail-sec .row {
    min-height: 500px;
}
section.blog-page-detail-content .blog-page-detail-border {
    background: #d5e6f6;
    border: 4px solid #2e80d4;
    border-radius: 6px;
    padding: 50px 40px;
}
/*blog-sec end*/
@media (min-width: 1366px) {
    .signupbackground .col-md-8.col-lg-6.col-xl-3 {
        width: 380px;
    }
}
@media (max-width: 1366px) {
    /*need parking*/
    .add-space-rightbar .progress:after {
        width: 170px;
    }
    .signupform {
        margin-top: 80px;
    }
    .signupform .form-group {
        margin-bottom: 10px;
    }
    .signupform .form-group .custom-spaceing {
        margin-bottom: 10px;
    }
    .signupbackground .form-control,
    .form-select {
        font-size: 14px;
    }
    .signup-last {
        margin-bottom: 20px;
    }
    .signupform .form-check .form-check-label {
        margin-bottom: 15px;
    }
    .needparking-banner-in {
        margin-left: -80px;
    }
    .search-Result-sec .sidebar-search {
        width: 50%;
    }
    /*need parking*/
    /*profile css*/
    section.profile-sec .profile-sec-rightbar {
        border-left: 1px solid rgba(15, 25, 40, 0.2);
        padding-left: 30px;
    }
    /*profile css*/
    .support-box-sec .support-box-view {
        padding: 25px;
    }
}
@media (max-width: 1024px) {
    /*navabr for mobile css start*/
    #navbarNav {
        position: fixed;
        top: 90px;
        bottom: 0;
        right: 0px;
        left: 0;
        background-color: #fff;
        border-top: 1px solid #ddd;
        padding: 12px 0;
        width: 100%;
        max-width: 100%;
        overflow-y: auto;
        -webkit-transition: none;
        transition: none;
        height: 100%;
        max-height: calc(100vh - 50px);
        z-index: 1;
    }
    #navbarNav.collapse,
    #navbarNav.collapsing {
        height: 100% !important;
    }
    #navbarNav.collapsing {
        display: block !important;
    }
    #navbarNav.menu-show.collapse.show {
        display: block;
    }
    .navbar-toggler {
        padding: 0;
        font-size: 20px;
        position: relative;
        height: 27px;
        width: 30px;
        margin-left: auto;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 16px 0;
    }
    .navbar-toggler .navbar-toggler-icon {
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
    }
    .navbar-toggler.cross .navbar-toggler-icon {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .navbar-toggler:focus {
        outline: none;
    }
    .navbar-toggler span.icon-bar {
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        background: #111111;
        width: 30px;
        height: 2px;
        display: block;
        text-align: right;
        margin-left: auto;
        opacity: 0.8;
    }
    .navbar-toggler span.icon-bar.bottom-bar {
        margin-bottom: 0px;
    }
    .navbar-toggler[aria-expanded="0 0 16 16"] .icon-bar {
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
    }
    .navbar-toggler[aria-expanded="%230c63e4"] .top-bar {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 12px;
    }
    .navbar-toggler[aria-expanded="evenodd"] .middle-bar {
        opacity: 0;
    }
    .navbar-toggler[aria-expanded="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"]
        .bottom-bar {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 30px !important;
        position: absolute;
        top: 13px;
    }
    .navbar-light .navbar-nav .nav-link {
        color: rgba(15, 25, 40, 0.95);
    }
    .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(15, 25, 40, 0.95);
    }
    /*need parking*/
    .form-background .spacing-set {
        padding: 0 15px;
    }
    section.signupbackground {
        background-size: 40%;
        background-position: bottom left 0%, bottom right 0%;
    }
    .navbar-expand-lg {
        height: 90px;
    }
    .header-btn {
        max-width: 21%;
        margin-bottom: 25px;
    }
    .signupform .form-group h2 {
        margin-top: 30px;
    }
    .needparking-banner-in {
        height: 325px;
        margin-top: 30px;
        width: 100%;
        margin-left: 0;
    }
    .needparking-content {
        margin-top: 50px;
    }
    .form-background {
        margin-bottom: 50px;
    }
    .needparking-review .needparking-review-img {
        margin-bottom: 50px;
    }
    section.needparking-question .needparking-question-accodian {
        margin-bottom: 50px;
    }
    .needparking-footer-content:after,
    .footer-top:before {
        width: 100%;
        height: 45%;
        top: 0;
    }
    .footer-sec2 {
        margin-top: 0 !important;
    }
    .needparking-footer-content .needparking-footer-search {
        width: 60%;
    }
    .footer-sec {
        padding: 0;
    }
    .footer-end p {
        text-align: center !important;
        margin: 30px 0;
    }
    .footer-sec2-follow {
        margin-bottom: 20px;
        padding-left: 0;
    }
    footer.section-padding .padding-remove {
        padding-left: 0px;
    }
    /**/
    /*serach sec css start*/
    .search-Result-sec .Search-map {
        position: relative;
    }
    .search-Result-sec .sidebar-search {
        width: 100%;
    }
    section.search-sec-breadcrumb {
        margin-top: 3%;
    }
    .making-booking-sec-breadcrumb {
        margin-top: 0 !important;
    }
    .search-Result-sec .search-Result-sec-form {
        padding: 0;
        width: 100%;
        box-shadow: none;
    }
    .search-Result-sec
        .search-Result-sec-form
        #pills-profile
        .date-range
        input {
        padding: 15px 120px;
    }
    .search-Result-sec .Search-map {
        margin-bottom: 20px;
    }
    /*serach sec css start*/
    /*profile pages start*/
    section.profile-sec .container {
        padding-left: 20px;
    }
    section.profile-sec .profile-sec-rightbar {
        padding-left: 30px;
    }
    .profile-sec-form .profile-email-space a {
        max-width: 23%;
        flex: 23%;
    }
    .profile-sec .nav-item {
        width: 43%;
        display: grid;
    }
    .profile-sec-sidebar {
        width: 240px;
    }
    /*profile pages end*/
    /*listing page*/
    .listing-page-sec .card-body {
        padding: 20px;
    }
    .listing-page-sec .listing-page-button a {
        width: auto;
        margin-top: 20px;
    }
    section.profile-sec .listing-page-sec .img-width {
        width: 100%;
    }
    /*listing page*/
    /*space sec css*/
    .need-parking-spacing-sec .spacing-in {
        width: 100%;
    }
    .need-parking-spacing-sec .sidebar:before {
        position: absolute;
        content: "";
        background: #d5e6f6;
        width: 4%;
        height: 100%;
        left: 0;
    }
    .need-parking-spacing-sec .space-owner {
        padding-left: 20px;
    }
    .add-space-rightbar .progress:after {
        width: 39px;
    }
    .need-parking-spacing-sec .need-parking-spacing-form {
        width: 100%;
    }
    /*space sec css*/
    /**/
    .space-look .custom-image {
        width: 150px;
        height: 150px;
    }
    .fileUpload-main {
        right: 26%;
    }
    .dashed-border {
        width: 50%;
    }
    .add-space-step16-sec-inner {
        flex-wrap: wrap;
    }
    .add-space-step16-sec-inner .add-space-step16-img {
        margin: 20px auto;
    }
    /*notificaton setting*/
    .notification-setting-form .form-group {
        width: 100%;
        margin-bottom: 20px !important;
    }
    .notification-setting-form .notification-button {
        margin-left: 15px;
    }
    /*notificaton setting*/
    .support-box-sec .support-box-view {
        margin-bottom: 40px;
    }
    .support-message-sec .support-message-text {
        height: 235px;
    }
    .contact-sec .contact-sec-banner {
        position: relative;
        left: 0;
    }
    .contactus-rightbar-main {
        padding-left: 0;
        margin-top: 30px;
    }
    .contact-sec .row {
        height: 600px;
    }
    section.making-booking-sec .row {
        height: 200px;
    }
    .common-leftbar .profile-sec-rightbar {
        padding-left: 15px;
    }
    .common-border-padding {
        padding-left: 7px;
    }
    .space-owner .add-space-nine-content .form-check-input {
        width: 42px;
    }
    .space-owner .add-space-nine-content img {
        margin-right: 6px;
    }
    .space-owner .add-space-nine-content p br {
        display: none;
    }
    .space-owner .add-space-nine-content p {
        width: 83%;
    }
    .my-booking-sec .mt-booking-table .my-boking-pagination {
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .my-booking-sec .mt-booking-table div p {
        margin-bottom: 20px;
    }
    .address-booking-main {
        flex-wrap: wrap;
    }
    .add-space-six-accordion
        .add-space-six-accordion-checkbox
        .accordion-button {
        flex-wrap: wrap;
    }
    .add-space-six-accordion
        .add-space-six-accordion-checkbox
        .accordion-button
        .form-check {
        margin-top: 5px;
    }
    .manage-vehiclebox .col-md-4 img {
        object-fit: cover;
    }
    .manage-vehiclebox .col-md-4,
    .manage-vehiclebox .col-md-8 {
        width: 100%;
    }
    .manage-vehiclebox .btnresponsive {
        display: flex;
        margin-top: 15px;
    }
    .navbar-toggler.x {
        display: none;
    }
    .numberwidth input {
        width: 190px;
        margin-right: 20px;
    }
    .Blog-card-multiple .card-body {
        margin: 10px 0 10px 0;
    }
    .Blog-card-main .card-right {
        margin-right: 10px;
    }
    .Blog-card-multiple-main {
        margin-left: 10px;
    }
}
@media (max-width: 767.98px) {
    /*navabr for mobile css start*/
    #navbarNav {
        position: fixed;
        top: 90px;
        bottom: 0;
        right: 0px;
        left: 0;
        background-color: #fff;
        border-top: 1px solid #ddd;
        width: 100%;
        padding-top: 17px;
        max-width: 100%;
        overflow-y: auto;
        -webkit-transition: none;
        transition: none;
        height: 100%;
        max-height: 100%;
        z-index: 1;
    }
    #navbarNav.collapse,
    #navbarNav.collapsing {
        height: 100% !important;
    }
    #navbarNav.collapsing {
        display: block !important;
    }
    #navbarNav.menu-show.collapse.show {
        display: block;
    }
    .navbar-toggler {
        padding: 0;
        font-size: 20px;
        position: relative;
        height: 27px;
        width: 30px;
        margin-left: auto;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: 16px 0;
    }
    .navbar-toggler .navbar-toggler-icon {
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
    }
    .navbar-toggler.cross .navbar-toggler-icon {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .navbar-toggler:focus {
        outline: none;
    }
    .navbar-toggler span.icon-bar {
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        background: #111111;
        width: 30px;
        height: 2px;
        display: block;
        text-align: right;
        margin-left: auto;
        opacity: 0.8;
    }
    .navbar-toggler span.icon-bar.bottom-bar {
        margin-bottom: 0px;
    }
    .navbar-toggler[aria-expanded="true"] .icon-bar {
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
    }
    .navbar-toggler[aria-expanded="true"] .top-bar {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 12px;
    }
    .navbar-toggler[aria-expanded="true"] .middle-bar {
        opacity: 0;
    }
    .navbar-toggler[aria-expanded="true"] .bottom-bar {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 30px !important;
        position: absolute;
        top: 13px;
    }
    /*need parking*/
    section.contactus-inner {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .signupform {
        max-width: 100%;
    }
    .button {
        padding: 0px 20px !important;
    }
    .signup-last {
        padding: 0px 20px !important;
    }
    .header-btn {
        max-width: 45%;
        margin-bottom: 25px;
        white-space: nowrap;
    }
    section.needparking-question .needparking-question-right a {
        max-width: 60%;
        margin-bottom: 35px;
    }
    .daterangepicker.show-calendar .drp-buttons .drp-selected {
        display: inline-block;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 12px 0;
    }
    .password--img--eye {
        top: 42px;
        right: 30px;
    }
    .password--img--eye-eyeclose {
        right: 30px;
    }
    .needparking-banner-in {
        height: 160px;
        width: 100%;
        margin-left: 0px;
    }
    .needparking-content h2 {
        font-size: 32px;
    }
    .needparking-sec2-in {
        margin-bottom: 20px;
    }
    .Parking-Space .Parking-Space-inner h2 {
        font-size: 25px;
        line-height: 40px;
    }
    .Parking-Space-inner .Parking-Space-res {
        flex-wrap: wrap;
    }
    .Parking-Space-res .Parking-Space-button {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .needparking-Blog-heading h2 {
        font-size: 23px;
    }
    .needparking-Blog .card {
        margin-bottom: 30px;
    }
    .needparking-Blog {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .needparking-footer-content:after,
    .footer-top:before {
        width: 100%;
        height: 38%;
        top: 0;
    }
    .needparking-footer-content .needparking-footer-search {
        width: 100%;
    }
    .needparking-banner .form-background .col-md-6 {
        padding: 0 15px;
    }
    footer.section-padding .padding-remove {
        padding-left: 15px;
    }
    .footer-sec2-follow {
        margin-bottom: 20px;
        margin-top: -12px;
    }
    /*serach sec css start*/
    section.search-sec-breadcrumb {
        margin-top: 0%;
    }
    .search-Result-sec .sidebar-search {
        width: 96%;
    }
    section.search-Result-sec .location-input .date-range {
        position: relative;
        width: 46%;
    }
    .search-Result-sec .card .card-main {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .card .card-main .card-main-img img {
        width: 100%;
    }
    .card .card-main .card-main-img {
        width: 100%;
    }
    .search-Result-sec .Search-hotel-book {
        margin-top: 20px !important;
    }
    .card .card-main .card-content-sec {
        justify-content: center;
        margin-top: 10px;
    }
    .search-Result-sec
        .search-Result-sec-form
        #pills-profile
        .date-range
        input {
        padding: 15px 15px;
    }
    .search-Result-sec .search-Result-sec-form .spacing-set {
        padding: 0 5px;
    }
    .search-Result-sec .Search-map {
        position: relative;
        max-width: 96%;
    }
    .form-background .spacing-set {
        padding: 0 2px;
    }
    .form-background .form-control,
    .form-select {
        font-size: 13px;
    }
    .signupform-btn {
        padding: 0 20px !important;
    }
    /*profile page css*/
    section.profile-sec .container {
        padding: 0 20px;
    }
    .profile-sec-form {
        width: 100%;
    }
    section.profile-sec .profile-sec-rightbar {
        padding-left: 0px;
        border: 0;
    }
    section.profile-sec .col-lg-8.col-md-8.col-sm-12,
    section.profile-sec .col-lg-9.col-md-8.col-sm-12 {
        padding-left: 15px !important;
    }
    .profile-sec-form .profile-email-space {
        flex-wrap: wrap;
    }
    .profile-email-space .icon-set {
        max-width: 100%;
        flex: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .profile-sec-form .profile-email-space a {
        max-width: 40%;
        flex: 40%;
    }
    .profile-sec-form .form-group {
        padding: 0 0px !important;
    }
    .profile-sec-form .option-spacing {
        margin-top: 30px;
    }
    .profile-sec .nav-item {
        width: 50%;
        display: grid;
    }
    .profile-sec-sidebar {
        width: 100%;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
        margin-bottom: 20px;
    }
    section.profile-sec div#pills-tabContent .col-lg-3.col-md-4.col-sm-12 {
        padding-top: 0px;
    }
    section.profile-sec ul#pills-tab {
        margin-bottom: 20px !important;
        width: 100%;
    }
    /*profile page css*/
    /*chage password*/
    section.profile-sec .col-lg-6.col-md-8.col-sm-12.change-password-spacing {
        padding-left: 15px !important;
    }
    section.profile-sec .Current-Password-rightbar {
        margin-top: 30px;
    }
    .profile-sec-rightbar.Current-Password-rightbar button {
        width: 60%;
    }
    /*active-booking css start*/
    section.profile-sec .active-booking-right .active-booking {
        margin-top: 20px;
    }
    /*active-booking css end*/
    /*sidebar menu collapse css*/
    section.profile-sec .profile-sidebar-collapse {
        display: block;
        margin: 0 20px 20px 20px;
    }
    .profile-sec .collapse:not(.show) {
        display: none;
    }
    section.profile-sec {
        margin-top: 30px;
    }
    /*sidebar menu collapse css*/
    /*listing-page css*/
    .listing-page-main .col-lg-9.col-md-8.col-sm-12 {
        padding-left: 16px !important;
    }
    .listing-page-sec .listing-page-button a {
        margin-right: 6px;
    }
    .listing-page-sec .card-body {
        padding: 8px;
    }
    .listing-page-img img {
        width: 100%;
    }
    .listing-page-img {
        width: 100%;
        margin-bottom: 20px;
    }
    .listing-page-sec .listing-page-btn {
        justify-content: left !important;
    }
    /*listing-page css*/
    /*space sec css*/
    .need-parking-spacing-sec .sidebar:before {
        width: 0;
    }
    .add-space-rightbar .progress {
        height: 0;
    }
    .add-space-rightbar .progress:after {
        width: 0;
    }
    .need-parking-spacing-sec .spacing-in {
        margin: 20px 0;
    }
    .need-parking-spacing-sec .sidebar {
        min-height: auto;
    }
    .need-parking-spacing-sec .space-owner {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
    }
    .checkbox-sec .col-lg-6.col-md-6.col-sm-12:nth-child(1) {
        margin-bottom: 15px;
    }
    /*space sec css*/
    .space-look .custom-image {
        width: 130px;
        height: 130px;
    }
    .fileUpload-main {
        right: 21%;
    }
    .add-space-step15-sec {
        margin-bottom: 20px;
    }
    .notification-setting-form-switch .notification-sidebar {
        margin-bottom: 30px;
    }
    .contact-sec-banner-text h2 br {
        display: none;
    }
    .contact-sec-banner-text {
        padding-left: 0;
    }
    .contact-sec .row {
        height: 500px;
    }
    .common-leftbar .profile-sec-rightbar {
        border: 0;
        margin-top: 30px;
    }
    .section-padding .footer-sec2 {
        margin-top: 20px !important;
    }
    .bookingbox .icon-color-blue .form-group {
        width: 60%;
    }
    .space-owner .add-space-nine-content .form-check-input {
        width: 50px;
    }
    .my-booking-sec .mt-booking-table table {
        margin-top: 15px;
    }
    .my-booking-sec .mt-booking-table .my-boking-pagination {
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .my-booking-sec .mt-booking-table div p {
        margin-bottom: 20px;
    }
    .address-booking-rightbar .parking-img {
        flex-wrap: wrap;
    }
    .address-booking-rightbar .parking-img img:nth-child(1) {
        margin-bottom: 20px;
    }
    section.address-booking-form .address-booking-form-in {
        width: 100%;
        padding: 10px;
    }
    .address-booking-form-checkbox {
        padding: 0px;
    }
    .address-booking-form-in .form-background {
        margin-bottom: 0;
    }
    .notification-input p {
        font-size: 12px;
    }
    .address-booking-main {
        justify-content: space-between !important;
    }
    .add-space-six-main .remove-in-mobile {
        display: none;
    }
    .add-space-six-main .add-space-six-select-from:before {
        content: "From";
        margin-right: 10px;
    }
    .add-space-six-main .add-space-six-select-from,
    .add-space-six-main .add-space-six-select-to {
        display: flex;
        align-items: center;
        margin-top: 5px;
    }
    .add-space-six-main .add-space-six-select-to:before {
        content: "To";
        margin-right: 10px;
    }
    .add-space-six-accordion .spacing-bottom {
        margin-bottom: 15px;
    }
    .support-box-sec .support-box-sec-main {
        margin-top: 40px;
    }
    .support-main .row {
        min-height: 250px;
        padding-top: 50px;
    }
    .support-box-sec .support-box-view {
        min-height: auto;
    }
    section.support-box-sec .support-box-view .support-view-button {
        padding-top: 20px;
    }
    .header-user-design p {
        display: none;
    }
    /**/
    /* ANIMATED X */
    .navbar-toggler.x {
        border: none;
        box-shadow: none;
        display: flex;
    }
    .navbar-toggler.x:focus {
        outline: none;
        box-shadow: none;
    }
    .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(43deg);
        -ms-transform: rotate(43deg);
        transform: rotate(43deg);
        -webkit-transform-origin: 10% 10%;
        -ms-transform-origin: 10% 10%;
        transform-origin: 10% 10%;
    }
    .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 10% 90%;
        -ms-transform-origin: 10% 90%;
        transform-origin: 10% 90%;
    }
    .navbar-toggler.x .icon-bar {
        width: 30px;
        display: block;
        height: 2px;
        background-color: #111111;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }
    .navbar-toggler.x .icon-bar + .icon-bar {
        margin-top: -3px;
    }
    .navbar-toggler.x .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    .navbar-toggler.x .icon-bar:nth-of-type(2) {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .navbar-toggler.x .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    /**/
    .Blog-card-main .card-md-left {
        margin-left: 0px;
    }
    .Blog-card-main .card-md-left {
        margin-left: 0px;
    }
    .Blog-card-multiple-main {
        margin-left: 0px;
    }
    .Blog-card-multiple .card {
        margin-bottom: 50px;
    }
    section.Blog-content .Blog-card-head {
        margin-bottom: 20px;
    }
    .custom-width {
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    .bookingbox {
        padding: 5px;
        width: auto;
    }
    .bookingbox .card-body {
        padding: 20px 7px 30px 7px;
    }
    .enterdatewidth {
        width: 46%;
    }
    .paymentbox {
        width: auto;
    }
    .mbres-10 {
        margin-bottom: 10px;
    }
    .vehiclebox img {
        height: 90px;
    }
    .manage-vehiclebox .card-body {
        padding: 10px 10px;
    }
    .resw-auto {
        width: auto !important;
    }
    .numberwidth input {
        width: 190px;
    }
    .peres {
        padding-right: 15px !important;
    }
    .psres {
        padding-left: 15px !important;
    }
    .custom-width-booking_details .mbres-none {
        display: none;
    }
    .custom-width-booking_details {
        max-width: 50%;
    }
    .bookingbox .input-group-vehicle {
        margin-top: 20px;
    }
    .bookingbox .checkout-resize {
        flex-wrap: wrap;
    }
    .parking-sec {
        width: 100%;
    }
}
.error-help-block {
    color: red;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.row.no-gutter-left-right {
    --bs-gutter-x: 0;
}

@media (max-width: 767.98px) {
    .col-lg-7.col-md-12 {
        margin-top: 50px;
    }
    section.about-banner .col-lg-6.col-md-12 {
        margin-bottom: 25px;
    }
    .use-banner-inner .font-16 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
    }
}
