::-webkit-input-placeholder { /* Edge */
    font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px;
}

::placeholder {
    font-size: 14px;
}

.filterInput::-webkit-input-placeholder { /* Edge */
    font-size: 9px;
}

.filterInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 9px;
}

.filterInput::placeholder {
    font-size: 9px;
}
/*UserLayout*/
.text-justify {
    text-align: justify;
}

select.ArrowDropdown {
    background-image: url(/Images/Profile/ArrowDropdown.png);
    background-position: 96% center;
    background-repeat: no-repeat;
}


input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url(../Images/user-booking/calendar.png) no-repeat;
    width: 20px;
    height: 20px;
    border-width: thin;
}

.avatarShow {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    border-radius: 50px;
}

.AvatarImage {
    width: 100%;
    border-radius: 50px;
    min-height: 100%;
}

input#files:focus-visible {
    outline: none;
}

.StoreType p {
    word-break: break-word;
}

.AvatarImage2 {
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
    border-radius: 50%;
    padding: 0px;
    margin: auto;
    overflow: hidden;
    border: 2px solid #fff;
}

.mob-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.AvatarImage2 img {
    width: 100%;
    min-height: 100%;
    border-radius: 50px;
}

.BellNotifiImage {
    width: 36px;
}

.NotificationDes {
    display: inline-block;
}

.dropdownnotifi {
    top: 24px !important;
    left: -200px !important;
    border-radius: 10px !important;
    min-width: 25rem !important;
    border: 1px solid rgb(0 0 0 / 3%);
    padding-top: 0;
    transform: translate3d(6.4px, 35.8px, 0px) !important;
}

.notificationContainer {
    max-height: 366px;
    overflow: auto;
    padding: 12px;
    padding-bottom: 5px;
    padding-right: 6px;
}

.badgeNotification {
    padding: 4px;
    background-color: red;
    border-radius: 50%;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    min-width: 23px;
    color: #ffffff;
    height: 23px;
    font-family: 'Montserrat-semibold';
}

.NotifiBadge {
    position: absolute;
    height: 27px;
    min-width: 27px;
    top: -7px;
    left: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 2px;
}

.AvatarRadius {
    padding: 3px;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.showNotification {
    cursor: pointer;
}

.AvatarRadius2 {
    width: 45px;
    height: 45px;
}

.AvatarName {
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    text-overflow: ellipsis;
    font-family: 'Montserrat-medium';
    white-space: nowrap;
    overflow: hidden;
}

.AvatarDropdown {
    inset: 20px auto auto -75px !important;
    max-width: 206px;
    border: none;
    padding: 20px;
    min-width: 206px;
    border-radius: 30px;
    box-shadow: 0px 2px 7px #60606040;
}

.triangle {
    position: relative;
}

    .triangle:before {
        content: "";
        position: absolute;
        top: -11px;
        left: 42%;
        border-color: transparent transparent white transparent;
        border-style: solid;
        border-width: 0px 10px 11px 10px;
        height: 0px;
        width: 0px;
    }

.MyProfileText {
    color: #555555;
    font-family: 'Montserrat-medium';
    text-decoration: none;
}

.UserIcon {
    color: #ABABAB;
    background-color: rgba(171, 171, 171, 0.2);
    border-radius: 6px;
    padding: 3px 8px;
    width: 30px;
    font-size: 15px;
    height: 30px;
    display: flex;
    align-items: center;
}

hr {
    color: #ABABAB;
}

.avatarShow:before {
    content: "";
    position: absolute;
    top: 46%;
    right: -19px;
    border-color: transparent transparent #ABABAB transparent;
    border-style: solid;
    border-width: 0px 6px 7px 6px;
    height: 0px;
    width: 0px;
    transform: rotate(181deg);
}



/* Start Explore Spaces filter css */

.ImageLocation {
    height: 18px;
}

.BookingListingFilter {
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px 30px;
    align-items: center;
    width: 100%;
    margin: auto;
    position: relative;
    margin-top: 60px;
}

.FilterHeading {
    font-size: 13px;
    color: #555555;
    font-family: 'Montserrat-Medium';
    margin-bottom: 10px;
}

.LocationBefore:before {
    position: absolute;
    content: "";
    background-image: url(../images/location.png);
    width: 12px;
    height: 18px;
    left: 0;
    top: 4px;
    background-repeat: no-repeat;
    background-size: 11px;
}

.LocationBefore {
    position: relative;
    padding: 0px 0px 0px 16px;
}

    .LocationBefore input {
        border: none;
        font-size: 12px;
        color: #1D1F1F;
        font-family: 'Montserrat-Light';
    }

        .LocationBefore input:focus-visible {
            outline: none;
        }

        .LocationBefore input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #ABABAB;
            opacity: 1; /* Firefox */
            font-size: 12px;
        }

        .LocationBefore input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #ABABAB;
        }

        .LocationBefore input::-ms-input-placeholder { /* Microsoft Edge */
            color: #ABABAB;
        }

.selectCategories span.current {
    font-size: 12px;
    font-family: 'Montserrat-medium';
}

.selectCategories:after {
    right: -6px !important;
    background-size: 10px;
}

.selectDimension {
    border: none !important;
    width: auto !important;
    margin: 0px !important;
}

.selectCity.selectDimension {
    width: 64px !important;
    height: 26px;
    display: flex;
}

.filterInput {
    background: #F7F8F9;
    border-radius: 4px;
    height: 100%;
    border: 0;
    width: calc(100% - 15px) !important;
    color: #8a8a8a;
    font-size: 11px;
    padding: 0 4px;
    text-align: center;
    outline: none;
    font-family: 'Montserrat-Medium';
}

.selectCity span {
    font-size: 10px;
    color: #ABABAB;
    width: 15px;
    text-align: center;
    line-height: 25px;
}

.inputHeight {
    width: auto;
    position: relative;
    left: 4px;
    line-height: 26px;
}

.BookingFilterCommon.d-flex {
    justify-content: center;
}

.FilterHeading span {
    color: #b9b9b9;
    font-family: 'Montserrat-Regular';
    font-size: 12px;
}

.filterInput::-webkit-input-placeholder { /* Edge */
    font-family: 'Montserrat-Regular';
    color: #ABABAB;
}

.filterInput::-webkit-input-placeholder { /* Edge */
    font-family: 'Montserrat-Regular';
    color: #ABABAB;
}

.filterInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Montserrat-Regular';
    color: #ABABAB;
}

input.distance {
    color: #8a8a8a;
    font-size: 14px;
    padding: 0 0px;
    outline: none;
    width: 96px;
}

.selectRange:after {
    right: 12px !important;
    background-size: 10px;
}

.dimensionAfter:after {
    background-size: 10px;
}

.selectRange span.current {
    font-size: 14px;
    font-family: 'Montserrat-Light';
}

.selectDimension span.current {
    font-size: 14px;
    font-family: 'Montserrat-Light';
}

.BookingCol {
    position: relative;
}

    .BookingCol:after {
        position: absolute;
        content: "";
        width: 1px;
        height: 80%;
        background: #E8E8E8;
        top: 5px;
        right: -10px;
    }

    .BookingCol:last-child:after {
        background-color: transparent;
    }

    .BookingCol:nth-last-child(2):after {
        background-color: transparent;
    }

.BookingListingFilter:after {
    position: absolute;
    content: "";
    bottom: -40px;
    left: 4%;
    width: 94%;
    height: 40px;
    transition: all ease .2s;
    background-image: url(../images/user-booking/filtershadow.png);
    background-size: 100%;
    background-position: bottom;
}

.BookingFilterCommon.BookingFilterBTN button {
    width: 130px;
    font-family: 'Montserrat-Medium';
    position: relative;
}

    .BookingFilterCommon.BookingFilterBTN button:after {
        position: absolute;
        content: "";
        bottom: -21px;
        left: 0%;
        width: 100%;
        height: 20px;
        opacity: .8;
        transition: all ease .2s;
        background-image: url(../images/bottom-shadow.png);
        background-size: 100%;
        background-position: bottom;
    }

.selectCity.selectDimension.inHeight {
    width: 76px !important;
}

    .selectCity.selectDimension.inHeight input {
        width: calc(100% - 24px) !important;
    }

.bookingDetailsPrice {
    padding: 8px 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 10%);
    border-radius: 10px;
    width: 100%;
}

.exploreSpaceListImg img {
    min-height: 100%;
}
/*slider*/
.slidecontainer {
    width: 100%;
}

div#PriceRange {
    width: 350px;
}

.bookingDetailsPriceRow {
    width: 100%;
    display: flex;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: #E6E6E8;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.cusCol.cuscol-7 {
    display: flex;
    align-items: center;
    width: inherit;
    margin-right: 10px;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #338CFF;
    cursor: pointer;
    border-radius: 50%;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #04AA6D;
    cursor: pointer;
}

.PriceDropdown {
    inset: 20px auto auto -75px !important;
    border: none;
    min-width: 430px;
    border-radius: 61px;
    background-color: inherit;
}

.rangeStyle {
    text-align: center;
    padding: 9px 20px;
    font-size: 12px;
    line-height: 22px;
    color: #338CFF !important;
    font-family: 'Montserrat-Bold';
    background: #F7F8F9;
    border-radius: 10px;
    white-space: nowrap;
}

.selectCity .rangeStyle span {
    color: #338CFF;
}

.rangeIconStyle {
    text-align: center;
    padding: 9px 0px;
    background-color: rgba(51, 140, 255, 0.1);
    border-radius: 8px;
    font-size: 17px;
    width: 40px;
    color: #338CFF;
    height: 40px;
    margin-left: 10px;
    cursor: pointer;
}

.SelectPrice, .distance {
    position: relative;
    color: #ABABAB;
    font-size: 14px;
    font-family: 'Montserrat-Light';
    border: 0;
    width: 102px;
    outline: none;
}

.BookingColLocation {
    width: 9.5%;
}

.BookingColSortBy {
    width: 16%;
}

.BookingColCategories {
    width: 11%;
}

.BookingColSpace {
    width: 15%;
}

.BookingColEntrance {
    width: 14%;
}

.BookingColPrice {
    width: 8%;
}

.BookingColDistance {
    width: 9%;
}

.cus-text-center {
    text-align: center;
}

.border-none {
    border: none;
}
/*BookSpace*/
.minimumBooking span {
    color: #ABABAB;
    font-size: 14px;
}

.minimumBooking {
    color: #555555
}

.SelectPrice {
    min-width: 100px !important;
    display: block;
    font-size: 14px !important;
}

.selectCity .nice-select .option {
    font-size: 12px;
    padding: 0px 12px;
}

.StoreTextArea {
    width: 100%;
    border-radius: 8px;
    padding: 8px 10px;
    border: none;
    background-color: #F7F8F9;
    color: #888888;
    font-size: 16px;
    resize: none;
}

    .StoreTextArea:focus-visible {
        outline: none;
    }

input#files:before {
    background-image: url(/images/CreateBooking/ReservingPlusPicBg.jpg);
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
input#filesVideo:before {
    background-image: url(/images/CreateBooking/ReservingPlusPicBg.jpg);
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.input#filesIDProofImage:before {
    background-image: url(/images/CreateBooking/ReservingPlusPicBg.jpg);
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 130px;
    height: 97px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}


.img-thumb-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 125px;
}

    .img-thumb-wrapper img {
        width: 100%;
        height: 125px !important;
    }

.imageaddd {
    height: 130px;
    max-width: 155px;
    padding: 10px;
    color: white;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}

#result2 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.imgBx12 {
    float: left;
    height: 115px;
    overflow: hidden;
    border: 6px solid #dfdfdf;
    border-radius: 10px;
    margin: 0 4px;
    width: calc(33.3333333% - 8px);
    margin-bottom: 8px;
    position: relative;
}

span.remove {
    position: absolute;
    color: #888888;
    top: 3px;
    right: 3px;
    background-color: rgba(235, 235, 235, 0.6);
    padding: 0px 4px;
    border-radius: 5px;
    font-size: 11px;
}

.imgBx12 img {
    width: 100%;
    min-height: 100%;
    padding: 0;
}

.uploadImg {
    width: 135px;
    overflow: hidden;
    height: 100px;
    border-radius: 6px;
}

.thumbnail {
    height: auto;
    padding: 0px 0px;
    /*    border: 6px solid #d7d4d4;
    border-radius: 6px;*/
}

.thumbnailInquiry {
    height: 100px !important;
    padding: 0px 0px;
    /*border: 6px solid #d7d4d4;
    border-radius: 6px;*/
    width: 500px !important;
}

.StoreTypeImg {
    border: 5px solid #cdcdcd;
    border-radius: 8px;
    background: #f5f8fa;
    height: 100%;
    display: flex;
    align-items: center;
    min-height: 100px;
}

    .StoreTypeImg img {
        width: 100%;
        min-height: 100%;
    }

.ContinueBtn {
    padding: 7px 50px;
    box-shadow: 1px 4px 10px rgb(51 140 255 / 40%);
}

.PropertyImage {
    border-radius: 15px;
    overflow: hidden;
    max-height: 566px;
}

    .PropertyImage img {
        min-width: 100%;
    }

.tieSec1 {
    position: absolute;
    background-image: url(../images/CreateBooking/HouseholdBg.png);
    width: 176px;
    height: 58px;
    background-repeat: no-repeat;
    background-size: 100%;
    left: 5px;
    top: 34px;
    padding: 12px 0px;
    font-style: normal;
    font-size: 16px;
    line-height: 39px;
    color: #FFFFFF;
    padding-left: 20px;
    font-family: 'Montserrat-Regular';
}

.tieSec2 {
    position: absolute;
    background-image: url(/images/user-booking/large-tie.png);
    width: max-content;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    padding: 10px 10px 10px;
    right: 0px;
    top: 25px;
    padding-right: 30px;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    padding-left: 48px;
    font-family: 'Montserrat-Medium';
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 8;
}

    .tieSec2 span {
        display: block;
        font-size: 20px;
        line-height: 24px;
        color: #FFFFFF;
        font-family: 'Montserrat-Light';
    }

    .tieSec2 span {
        display: block;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        font-family: 'Montserrat-Light';
    }

.RupeesCreate {
    font-style: normal;
    font-size: 28px;
    line-height: 40px;
    color: #338CFF !important;
    font-family: 'Montserrat-Bold';
    margin-bottom: 0;
}

    .RupeesCreate span {
        font-size: 28px;
        color: #888888;
        font-size: 18px;
        font-family: 'Montserrat-Regular';
    }

.exploreSpaceListContent1 {
    padding: 0px 15px 0px;
}

.BookSpaceLocation {
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    font-family: 'Montserrat-Regular';
    position: relative;
    padding-left: 25px;
}

    .BookSpaceLocation:before {
        position: absolute;
        content: "";
        background-image: url(../images/location.png);
        width: 20px;
        height: 20px;
        left: 0;
        top: 2px;
        background-repeat: no-repeat;
    }

.exploreSpaceListContent1 h2 {
    color: #1D1F1F;
    font-size: 26px;
    font-family: 'Montserrat-Bold';
}

    .exploreSpaceListContent1 h2 span {
        font-family: 'Montserrat-Regular';
    }

.BoldPara {
    font-family: 'Montserrat-Bold' !important;
}

.startDate {
    position: relative;
    background-color: #F6F8FA;
    padding: 10px 0px;
    border-radius: 20px;
}

.Imagestart {
    position: absolute;
    top: 16px;
    left: 18px;
    background-color: #EBF3FF;
    border-radius: 12px;
    padding: 2px;
    width: 39px;
}

.styleDate {
    padding: 0px 0px 0px 22px;
}

.textDate {
    color: #555555;
    font-size: 18px;
}

.textStart {
    color: #555555;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Montserrat-Medium';
    margin-bottom: 0;
}

.StoreType {
    background-color: #F6F8FA;
    padding: 20px 20px 10px;
    border-radius: 20px;
    margin-top: 21px;
}

.RenterStyle {
    color: #1D1F1F;
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 0px;
    line-height: 26px;
}

.serviceText {
    font-size: 14px;
    color: #888888;
    line-height: 26px;
    margin-bottom: 0;
}

.mbcus4 {
    margin-bottom: 8px;
}

.StoreType h2 {
    font-size: 18px;
    font-family: 'Montserrat-semibold';
    color: #1D1F1F;
}

.StoreType1 {
    background-color: #F6F8FA;
    padding: 20px 20px 15px 20px;
    border-radius: 20px 20px 0px 0px;
    display: inline-block;
    width: 100%;
}

.bg-total {
    background-color: #F6F8FA;
    border-radius: 0px 0px 20px 20px;
}

.totalPriceDesign {
    background-color: rgba(51, 140, 255, 0.1);
    padding: 22px 30px;
    border-radius: 0px 0px 20px 20px;
}

.totalPayable {
    font-size: 20px;
    color: #1D1F1F;
    margin-bottom: 0;
}

.totalPayableRuppes {
    font-size: 20px;
    color: #338CFF;
    margin-bottom: 0;
}

.custom-checkbox label {
    font-size: 13px;
    padding: 0px 0px 0px 37px;
    color: #848484;
    line-height: 18px;
    text-align: left !important;
}

.custom-checkbox input {
    position: absolute;
    top: 0px;
    left: 7px;
}

.ListingContainer .form-check-input {
    width: 24px;
    height: 24px;
}

.custom-checkbox {
    position: relative;
}

.styleDate .textStart {
    color: #888888;
    font-size: 16px;
    margin-bottom: 3px;
}

.styleDate .textDate {
    font-size: 15px;
    color: #555555;
    font-family: 'Montserrat-Medium';
    margin-bottom: 0;
}

.confirmBookHead {
    font-size: 24px;
    line-height: 30px;
    color: #2D335D;
    margin-bottom: 30px;
    font-family: 'Montserrat-Medium';
}

.TermsCondition {
    color: #2962FF;
    text-decoration: none;
}

.fz28 {
    font-size: 26px;
}

.mb500 {
    margin-bottom: 500px;
}
/*Profile start*/
.ProfileBg {
    border-radius: 30px;
    overflow: hidden;
    height: 400px;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
}

.profile-pic-wrapper {
    position: relative;
}

.pic-holder {
    position: absolute;
    top: -86px;
    left: 70px;
    width: 250px;
    height: 250px;
    border-radius: 60px;
    border: 8px solid #ffffff;
    box-shadow: 0px 0px 20px rgb(100 168 255 / 20%);
    overflow: hidden;
    background-color: #fbfbfb;
}

    .pic-holder img {
        width: 100%;
        min-height: 100%;
        border-radius: 50px;
    }

    .pic-holder.uploadInProgress .upload-file-block {
        display: block !important;
    }

    .pic-holder .upload-loader {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(90, 92, 105, 0.7);
        color: #f8f9fc;
        font-size: 12px;
        font-weight: 600;
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s;
    }

    .pic-holder .upload-file-block {
        cursor: pointer;
        position: absolute;
    }

    .pic-holder:hover .upload-file-block,
    .uploadProfileInput:focus ~ .upload-file-block {
        opacity: 1;
    }

    .pic-holder.uploadInProgress .upload-file-block {
        display: none;
    }

    .pic-holder.uploadInProgress .upload-loader {
        opacity: 1;
    }

.img_description {
    position: absolute;
    top: 46%;
    left: 39px;
    bottom: 0;
    font-weight: 500;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s, visibility .2s;
    padding: 0px 0px;
    text-shadow: 1px 1px 1px #000000;
    text-align: center;
}

.pic-holder:hover .img_description {
    visibility: visible;
    opacity: 1;
}

.cameraprofile {
    position: absolute;
    bottom: -200px;
    right: 20px;
    background: #FFFFFF;
    border-radius: 15px;
    width: 42px;
    height: 41px;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 16%);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .cameraprofile i {
        color: #338CFF !important;
        display: inline-block;
        font-size: 22px !important;
        -moz-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }

input#newProfilePhoto {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    font-size: 0px;
    color: inherit;
    cursor: pointer;
}

.ProfileName {
    padding: 15px 0px 0px 300px;
}

.ProfileEmail {
    color: #555555;
    font-size: 16px;
    margin-bottom: 4px;
    font-family: 'Montserrat-medium';
}

.ProfilePhone {
    color: #555555;
    font-size: 16px;
    margin-bottom: 4px;
    font-family: 'Montserrat-medium';
}

.btnSecondary {
    background-color: rgba(51, 140, 255, 0.1);
    border-radius: 15px;
    color: #338CFF;
    margin-top: 64px;
    font-family: 'Montserrat-semibold';
}

    .btnSecondary:hover {
        color: #ffffff;
    }

.ProfileEmail img {
    vertical-align: bottom;
}

.ProfilePhone img {
    vertical-align: sub;
}

.btnSecondary2 {
    background-color: rgba(51, 140, 255, 0.1);
    border-radius: 15px;
    color: #338CFF;
    padding: 7px 30px;
}

    .btnSecondary2:hover {
        color: #ffffff;
    }

.FormStyleProfile {
    padding: 27px 73px;
}

.btnPrimary {
    background-color: #338CFF;
    border-radius: 15px;
    color: #ffffff !important;
    padding: 7px 30px;
}

.pincodeInput button {
    padding: 7px 14px;
}

.AccountStyle {
    padding: 36px 0px;
    border-top: 1px solid rgba(51, 140, 255, 0.1);
}

.mb70 {
    margin-bottom: 70px;
}

.fz24 {
    font-size: 24px;
}

.NameColor {
    color: #555555;
    font-family: 'Montserrat-Medium';
}

.CompleteProfileBG {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: linear-gradient(128.76deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 17.37%, rgba(255, 255, 255, 0) 32.3%), linear-gradient(88.84deg, rgba(247, 241, 251, 0.5) 1.04%, rgba(227, 237, 253, 0.5) 111.67%);
    border-radius: 20px 10px 10px 20px;
}

.CompleteProfileContainer {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 15px 15px 15px 30px;
    min-height: 460px;
}
/* start complete profile page  */
.completeProfileR a {
    width: 200px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #0061DF;
    border-radius: 2px;
    margin: auto;
    margin-top: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0061DF;
    justify-content: center;
}

    .completeProfileR a:hover {
        color: #ffffff;
        background: #0063de;
    }

.updateProfileBx {
    background-color: #ffffff;
    padding: 10px;
    width: 74%;
}

    .updateProfileBx ul li {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px 10px 15px;
        gap: 30px;
        width: 100%;
        height: 100px;
        background: rgba(0, 97, 223, 0.1);
        border-radius: 20px;
        position: relative;
        margin-bottom: 25px;
    }

        .updateProfileBx ul li span {
            font-style: normal;
            line-height: 37px;
            display: flex;
            align-items: center;
            color: #338CFF;
            font-size: 20px !important;
            font-family: 'Montserrat-Medium';
        }

.startBTN {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #338CFF;
    font-size: 16px !important;
    font-family: 'Montserrat-Medium';
    text-decoration: none;
    line-height: 26px;
}

.viewBTN {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2AB251;
    display: none;
    font-size: 14px !important;
}

.updateProfileBx h2 span {
    font-weight: 600;
}

.updateProfileBx h2 {
    color: #2D335D;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 40px;
    font-family: 'Montserrat-medium';
}

.updateProfileBx ul li.li-1:before {
    content: "1";
    position: absolute;
    left: -18px;
    width: 34px;
    height: 34px;
    background: #EBF3FF;
    border: 2.5px solid #0061DF;
    border-radius: 60px;
    font-weight: 400;
    font-size: 21px;
    line-height: 27px;
    align-items: center;
    color: #0061DF;
    text-align: center;
}

.updateProfileBx ul li span:first-child {
    padding-left: 16px;
}

.updateProfileBx ul li i {
    position: absolute;
    left: -18px;
    width: 38px;
    height: 38px;
    background: #EBF3FF;
    border: 2.5px solid #338CFF;
    border-radius: 60px;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    align-items: center;
    color: #338CFF;
    text-align: center;
    font-style: normal;
}

    .updateProfileBx ul li i.li-1:before {
        content: "1";
    }

    .updateProfileBx ul li i.li-2:before {
        content: "2";
    }

    .updateProfileBx ul li i.li-3:before {
        content: "3";
    }

    .updateProfileBx ul li i.li-4:before {
        content: "4";
    }

    .updateProfileBx ul li i.li-5:before {
        content: "5";
    }

.updateProfileBx .documentUpdated i {
    background: #F8FFF4;
    border: 2px solid rgba(82, 196, 26, 0.3);
    border-radius: 60px;
}

    .updateProfileBx .documentUpdated i:before {
        content: "" !important;
    }

    .updateProfileBx .documentUpdated i:before {
        content: "" !important;
        background-image: url(../images/green-tick.png);
        width: 69px;
        height: 29px;
        background-size: 19px;
        display: block;
        /* line-height: 49px; */
        margin-top: 4px;
        margin-left: 4px;
        background-position: 5px 7px;
        background-repeat: no-repeat;
    }

.updateProfileBx ul li.documentUpdated {
    background: rgba(42, 178, 81, 0.1);
    border-radius: 20px;
}

    .updateProfileBx ul li.documentUpdated span, .updateProfileBx ul {
        color: #52C41A;
        font-size: 20px !important;
        font-family: 'Montserrat-Medium';
    }

li.documentUpdated span a.viewBTN {
    color: #52C41A;
    font-size: 16px !important;
    font-family: 'Montserrat-Medium';
    text-decoration: none;
}

.updateProfileBx ul li.documentUpdated a.viewBTN {
    display: block;
}

.updateProfileBx ul li.documentUpdated a.startBTN {
    display: none;
}

.color-grey {
    color: #888888;
}

.mm-page {
    min-height: 100vh;
}

.modal-header {
    border-bottom: none;
    margin-top: 0px;
    margin-right: 0px;
}

.modal-body h3 {
    color: #2D335D;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Montserrat-Regular';
}

.modal-body p {
    font-size: 20px;
    margin-top: 0px;
    line-height: 30px;
    font-family: 'Montserrat-Regular';
}

.modal-content {
    padding: 15px 15px 20px 15px;
    border-radius: 30px;
}

.modalDismiss {
    border-radius: 12px;
    background-color: #EBEBEB;
    width: 20px;
    height: 20px;
    font-size: 11px;
}

.modal-body {
    padding: 40px 7px 40px 7px;
}

.sub-heading1 {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #888888;
    margin-bottom: 40px;
    display: block;
    font-family: 'Montserrat-Regular';
}

    .sub-heading1 span {
        color: #555555;
    }

.VerifyEmail {
    font-size: 26px;
    margin-bottom: 4px;
    line-height: 37.18px;
    font-family: 'Montserrat-Medium';
}

.Resend {
    font-size: 18px;
    font-family: 'Montserrat-Medium';
    line-height: 26px;
}

.h200 {
    padding: 200px 0px 150px !important;
}

.Savebtn {
    line-height: 40px;
    text-transform: none;
}

.PanCardImage {
    width: 90%;
    border-radius: 8px;
    margin: auto;
    display: block;
    margin-top: 15px;
}

.IDProofImage {
    width: 90%;
    border-radius: 8px;
    margin: auto;
    display: block;
    margin-top: 15px;
}

.BiilingForm {
    min-width: 930px;
    max-width: 930px;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 40px;
    position: relative;
    box-shadow: 0px 0px 50px rgb(51 140 255 / 20%);
}

.ColorAbabab {
    color: #ABABAB;
}

.CustomModalBody {
    padding: 0px 24px 20px 24px;
}

.ParaName {
    font-size: 20px !important;
    color: #555555 !important;
}

.ParaNameDet {
    color: #1D1F1F !important;
    font-size: 20px !important;
}

.BgCustomProfile {
    width: 100%;
    min-height: 400px;
}

.clr2d335d {
    color: #2D335D;
    font-family: 'Montserrat-semibold';
    font-size: 24px;
}

.clr1D1F1F {
    color: #1D1F1F;
}

.VerifyEmailContainer {
    min-width: 460px;
    max-width: 400px;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 30px;
    position: relative;
    box-shadow: 0px 0px 50px rgba(51, 140, 255, 0.2);
}

.w100 {
    width: 100%;
}

.Savepadding {
    padding: 7px 50px !important;
}

.TextNumber {
    font-size: 18px;
    line-height: 26px;
    color: #2D335D;
    font-family: 'Montserrat-semibold';
    margin-top: 18px;
    margin-bottom: 2px;
}

.NumberStyle {
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 10px;
}

.profileDetailsHr {
    border: 0.5px solid #B7B7B7;
}

.ProfDetailPanImage {
    width: 50%;
}

.BillingpaName {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Montserrat-Medium';
    color: #555555;
}

.BillingPaText {
    font-size: 18px;
    line-height: 24px;
    color: #1D1F1F;
}
/*Host*/
.HostSect1 {
    background: #ffffff;
    padding: 50px 0;
}

.HostContainer1 {
    background: linear-gradient(270deg, #F6F8FA -1.15%, rgba(245, 249, 255, 0) 97.76%), #ffffff00;
    border-radius: 30px;
}

.HostFirstSec h4 {
    color: #2D335D;
    font-size: 32px;
    font-family: 'Montserrat-Medium';
    margin-bottom: 16px;
}

.HostImgBox {
    padding: 0px;
}

.HostFirstSec p {
    font-size: 18px;
    color: #555555;
    text-align: justify;
}

.HostFirstSec {
    padding: 40px 40px 40px 40px;
}

.mt36 {
    margin-top: 36px;
}

.HostSection2 {
    background: #F6F8FA;
    padding: 50px 0 50px;
}

.Section2Bx {
    background: #ffffff;
    border-radius: 30px;
    min-height: 160px;
    padding: 25px 62px;
    text-align: center;
    position: relative;
}

    .Section2Bx h4 {
        color: #555555;
        font-size: 22px;
        line-height: 34px;
        margin-top: 10px;
        font-family: 'Montserrat-Medium';
    }

    .Section2Bx p {
        font-size: 16px;
        line-height: 18px;
        color: #888888;
        margin-top: 10px;
        margin-bottom: 0;
        text-align: justify;
    }

.HostSection3 {
    background: #ffffff;
    padding: 50px 0 50px;
}

.Section3Bx {
    background: #F9FAFB;
    border-radius: 30px;
    min-height: 160px;
    padding: 25px 62px;
    text-align: center;
    position: relative;
}

    .Section3Bx h4 {
        color: #555555;
        font-size: 24px;
        line-height: 34px;
        margin-top: 10px;
        font-family: 'Montserrat-Medium';
    }

    .Section3Bx p {
        font-size: 16px;
        line-height: 18px;
        color: #888888;
        margin-top: 10px;
        margin-bottom: 0;
    }

.HostSection4 {
    background: #F6F8FA;
    padding: 50px 0 50px;
}

.Section4Bx {
    background: #ffffff;
    border-radius: 30px;
    min-height: 100%;
    padding: 25px 30px;
    text-align: center;
    position: relative;
}

    .Section4Bx h4 {
        color: #555555;
        font-size: 24px;
        line-height: 24px;
        margin: 16px 0;
        font-family: 'Montserrat-Medium';
    }

    .Section4Bx p {
        font-size: 16px;
        line-height: 18px;
        color: #888888;
        margin-top: 10px;
    }

.HostSection5 {
    background: #ffffff;
    padding: 50px 0 80px;
}

.Section5Bx {
    background-color: #F9FAFB;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 10px 6px rgb(0 0 0 / 6%);
}

    .Section5Bx h3 {
        color: #2D335D;
        font-size: 20px;
        line-height: 28px;
        margin-top: 10px;
        font-family: 'Montserrat-Medium';
        margin-top: 0px;
    }

    .Section5Bx p {
        font-size: 16px;
        line-height: 18px;
        color: #555555;
        margin-top: 10px;
        margin-bottom: 0px;
        text-align: justify;
    }

.categorySec p {
    text-align: justify;
    line-height: 24px;
}
/*Storage Type*/
.StorageTypeMainBx {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 40px;
}

.FAQDesign {
    background: #F9FAFB;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 20px;
}

    .FAQDesign h2 {
        margin-top: 0px;
        color: #1D1F1F;
        font-size: 20px;
        line-height: 28px;
        font-family: 'Montserrat-Medium';
    }

    .FAQDesign p {
        color: #555555;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0px;
    }

        .FAQDesign p span {
            color: #1D1F1F;
        }

.SpacesStyle {
    padding: 0px 0px 0px 18px;
}

ul.SpaceStyleul {
    list-style-type: none;
    padding: 0px 0px 0px 7px;
}

    ul.SpaceStyleul > li {
        text-indent: -5px;
    }

        ul.SpaceStyleul > li:before {
            content: "-";
            text-indent: -5px;
        }
/*delhi*/
.LocationContainer {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 40px;
    /*margin-top: 20px;*/
}

.DelhiText {
    position: absolute;
}

    .DelhiText h1 {
        font-size: 100px;
        font-family: 'Montserrat-Bold';
        color: #ffffff;
        text-transform: uppercase;
        margin-bottom: 0;
    }

.LocationImageStyle {
    border-radius: 16px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgb(0 0 0 / 8%)), url(.jpg);
    display: flex;
    padding: 8px;
    align-items: center;
    justify-content: center;
}

.LocationImage {
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.LocationImageStyle img {
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
}

.LocationStyle h2 {
    font-size: 24px;
    line-height: 34px;
    color: #1D1F1F;
    font-family: 'Montserrat-Medium';
    margin-bottom: 14px;
    margin-top: 48px;
}

.LocationStyle {
    margin-bottom: 30px;
}

    .LocationStyle p {
        color: #555555;
        font-size: 18px;
        line-height: 23.7px;
        margin-bottom: 10px;
        text-align: justify;
    }

    .LocationStyle h3 {
        font-size: 20px;
        line-height: 29px;
        color: #1D1F1F;
        font-family: 'Montserrat-Medium';
        margin-bottom: 10px;
        margin-top: 25px;
    }

.CancelBtn i {
    background-color: rgba(235, 235, 235, 0.6);
    border-radius: 12px;
    padding: 6px 10px;
    color: #888888;
    font-size: 22px;
}

.LogInheading.fz24.dssd {
    margin-bottom: 2.5rem;
}

.form-group.cusMrB {
    margin-bottom: 2rem;
}

.bookspaceSec {
    padding-bottom: 55px;
}
/*Renters*/
.commonHR {
    margin: 2rem 0;
}

.RenterFirstSec h1 {
    color: #2D335D;
    font-size: 24px;
    font-family: 'Montserrat-Medium';
    margin-bottom: 20px;
}

.RenterFirstSec p {
    font-size: 16px;
    color: #555555;
    text-align: justify;
}

.RenterFirstSec .overview {
    font-size: 18px;
    color: #2D335D;
    text-align: justify;
    font-family: 'Montserrat-Medium';
}

.RenterSection2Bx {
    background: #ffffff;
    border-radius: 30px;
    min-height: 163px;
    padding: 25px 36px;
    text-align: center;
    position: relative;
}

    .RenterSection2Bx h4 {
        color: #555555;
        font-size: 22px;
        line-height: 34px;
        margin-top: 10px;
        font-family: 'Montserrat-Medium';
    }

    .RenterSection2Bx p {
        font-size: 16px;
        line-height: 18px;
        color: #888888;
        margin-top: 10px;
        margin-bottom: 0;
        text-align: justify;
    }

.RentSection3 {
    background-color: #ffffff;
    padding: 50px 0px;
}

.renterSec3Bx h4 {
    color: #1D1F1F;
    font-size: 24px;
    font-family: 'Montserrat-Medium';
    line-height: 34px;
    margin-bottom: 20px;
}

.renterSec3Bx h6 {
    color: #1D1F1F;
    font-size: 20px;
    line-height: 23px;
    font-family: 'Montserrat-Medium';
    margin-bottom: 5px;
}

.renterSec3Bx p {
    color: #555555;
    font-size: 18px;
    line-height: 20px;
}

.renterHr {
    color: #ABABAB;
    border: 1px solid #ABABAB;
    margin: 20px 0px 0px 0px;
}

.RenterSec4 {
    background-color: #ffffff;
}

.RenterDivHr {
    width: 90%;
    margin: auto;
}

.RenterFirstSec {
    padding: 40px 0px 25px 0px;
}
/*pan*/
.panStyleNumber {
    text-transform: uppercase;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: #338CFF;
}

.Image404 {
    height: 340px;
}

.ProfileCameraStyle {
    width: 24px !important;
    min-height: 22px !important;
    border-radius: 0px !important;
}

.ProfileCompleteAddSec {
    margin-top: -50px !important;
}

/* Start custom radio buttons */
.questionSheet [type="checkbox"]:checked,
.questionSheet [type="checkbox"]:not(:checked),
.questionSheet [type="radio"]:checked,
.questionSheet [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}


.checkbox-tools:checked + label, .checkbox-tools:not(:checked) + label {
    position: relative;
    display: inline-block;
    padding: 15px;
    background: #F6F8FA;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 10%);
    border-radius: 26px;
    /* height: 75px; */
    letter-spacing: 1px;
    margin: 6px auto;
    margin-bottom: 10px;
    text-align: left;
    overflow: hidden;
    cursor: pointer;
    color: #ffffff;
    width: 100%;
}

    .checkbox-tools:not(:checked) + label div {
        color: #666666;
    }

.checkbox-tools:not(:checked) + label {
    border: 3px solid transparent;
    color: #555555;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 10%);
}



.checkbox-tools:checked + label {
    background: #D6E8FF;
    border: 3px solid rgba(51, 140, 255, 0.3);
    border-radius: 26px;
    color: #338CFF;
}

    .checkbox-tools:checked + label .uil,
    .checkbox-tools:not(:checked) + label .uil {
        font-size: 24px;
        line-height: 24px;
        display: block;
        padding-bottom: 10px;
    }

.for-checkbox-tools {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 34.5px !important;
    font-family: 'Montserrat-SemiBold';
}

    .for-checkbox-tools div {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        display: block;
        text-transform: initial;
    }

.checkbox-tools:checked + label:last-child {
    margin-right: 0px;
}


.back-next-btns {
    margin-top: 200px;
    display: flex;
    justify-content: space-between;
}


/* Start list new space pages css */
.listNewSpace {
    background-color: #ffffff;
    border-radius: 3px;
    position: relative;
    padding: 30px;
    -webkit-box-shadow: 0px 10px 30px rgb(255 255 255 / 5%);
    -moz-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    -o-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    box-shadow: 0px 10px 30px rgb(255 255 255 / 5%);
    min-height: 520px;
}

.back-next-btns button {
    min-width: 135px;
    height: 55px;
}

.listNewSpace h5 {
    margin-bottom: 15px;
    margin-top: 40px;
}

.MySpacesTool {
    background-color: #E6E9EC;
}

li.SidebarEdMenuList a.active {
    background: #0061DF !important;
    color: #ffffff !important;
}

    li.SidebarEdMenuList a.active span {
        color: #ffffff !important;
    }


.menu-open.active .firstChild-a {
    background: #0061DF !important;
    color: #ffffff !important;
}

    .menu-open.active .firstChild-a span {
        color: #ffffff;
    }

.dropdownmob-toggle:empty::after {
    position: absolute !important;
    right: 15px;
    top: 24px;
}

.FormLabelWidthLess {
    padding: 14px !important;
}

.step8back-next-btns {
    margin-top: 235px !important;
}

.step10FormBorder {
    border-radius: 8px !important;
    padding-left: 8px !important;
}

.step13BorderInput {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 23px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    border: 1px solid transparent;
}

.borderprimary {
    border: 1px solid #0061DF;
    border-radius: 3px;
}

.imageaddd {
    height: 150px !important;
    width: 179px;
    padding: 20px;
    color: white;
    margin-right: 26px;
    font-size: 0px;
}

.hide-item {
    display: none !important;
}

.recommended-price-div {
    color: #8b572a;
    font-style: normal;
    font-size: 15px;
}

.soldout-price-div {
    color: lightcoral;
    font-style: normal;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 700;
}

.soldout-div {
    width: 100px !important;
    background: #D41312; /*! border-radius: 10px; */
    font-size: 11px;
    color: #FFFFFF;
    line-height: 25px;
    display: inline-block; /*! padding: 0 25px; */
    margin-top: 50px;
    margin-left: 155px;
    font-family: 'Montserrat-Bold' !important;
    text-align: center;
    z-index: 1;
    position: absolute; /*! padding-right: 0px; */
    text-align: right;
}

    .soldout-div #checkmark {
        transform: rotate(45deg);
        height: 12px;
        width: 6px;
        margin-left: 10% !important;
        border-bottom: 2px solid white;
        border-right: 2px solid white;
        margin-top: 5px;
        position: absolute; /*! margin-right: 10px !important; */ /*! line-height: 10px !important; */
    }

    .soldout-div #infoIcon {
        font-size: 14px !important;
        margin-right: 9px !important;
    }

.imageadddPANIDProof {
    height: 115px !important;
    width: 154px;
    padding: 20px;
    color: white;
    margin-right: 26px;
    font-size: 0px;
    background-image: url('/images/createbooking/reservingpluspicbg.jpg');
}


.step13CheckboxToolsNoBg:checked + label:before {
    background-image: none;
}

.step13Photo label {
    border: 2px dashed blue;
    background-image: none;
    border-radius: 10px;
}

    .step13Photo label span, .step13Photo label.file-ok span {
        background-color: #0061DF;
        border: 1px solid #0061DF;
        border-radius: 10px;
        bottom: 140px;
        color: white;
        display: block;
        font-weight: 600;
        font-size: 13px;
        height: 55px;
        left: 0px;
        line-height: 55px;
        margin: 0 auto;
        position: relative;
        right: 0px;
        text-transform: uppercase;
        width: 50%;
    }

.step13FileTitile {
    bottom: 97px !important;
    color: #696969;
    position: absolute;
    right: 12px !important;
}

.step13DashboardProfile {
    height: 530px;
    border-radius: 10px;
}

.stepMultiForm {
    background-color: #ffffff;
    padding: 85px 50px 50px 50px;
    border-radius: 30px;
}

.stepnumber {
    text-align: center;
    display: flex;
    background-color: #CFE9D6;
    border-radius: 30px;
    width: 50%;
    margin: 40px auto 30px auto;
    overflow: hidden;
}

.step.steplast {
    background-color: initial;
    height: 0px;
    width: 0px;
}

    .step.steplast.active {
        background-color: initial;
    }
/* Make circles that indicate the steps of the form: */
.step {
    height: 8px;
    width: 66px;
    background-color: #CFE9D6;
    border: none;
    display: inline-block;
    opacity: 0.5;
}

.step-cus {
    position: relative;
}


.stepnumber .step-cus:nth-child(7):after {
    display: none;
}

.step.active {
    opacity: 1;
    color: #ffffff;
}
/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #2AB251;
    color: #ffffff;
}

hr.NewSpacehr {
    border: 0.5px solid #ABABAB;
    margin-top: 35px;
    margin-bottom: 30px;
}

.NewSpacehr2 {
    border: 0.5px solid #d5d5d5;
    margin-top: 30px;
    margin-bottom: 30px;
}

.buttonstep {
    overflow: auto;
    margin-top: 38px;
}

.loader-cus {
    margin-right: 0px;
    vertical-align: baseline;
}

.paddingmodal {
    padding: 23px 0px 14px 0px;
}

.imgRenter {
    width: 100%;
    min-height: 100%;
    margin-right: 16px;
}

.mm-navbar .mm-navbar__title {
    padding: 1px 0;
    font-size: 25px;
    height: 70px;
    color: #ffffff;
}

.listnewText {
    color: #2D335D;
    font-size: 30px;
    font-family: 'Montserrat-Bold';
    position: absolute;
    top: -103px;
    margin: auto;
    left: 0;
    right: 0;
}

.TabCusDesign h3 {
    font-size: 18px;
    line-height: 34px;
    color: #1D1F1F;
    font-family: 'Montserrat-Bold';
    margin-top: 20px;
    margin-bottom: 15px;
}

.TabCusDesign h4 {
    color: #555555;
    font-size: 14px;
    font-family: 'Montserrat-SemiBold';
}

.ImageDesignNewSpace {
    width: 50px;
    padding: 6px;
    background-color: #E6F1FF;
    border-radius: 20px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.IndoorStyle {
    text-align: center !important;
    border-radius: 20px !important;
}

.ColorOption {
    color: #ABABAB;
}

.MapButton {
    color: #338CFF;
    font-size: 14px;
    background: rgba(51, 140, 255, 0.1);
    padding: 8px 10px;
    border-radius: 10px;
    font-family: 'Montserrat-SemiBold';
}

.MapButtonDiv {
    display: flex;
    justify-content: center;
    margin: 35px 0px 20px 0px;
    position: relative;
}

    .MapButtonDiv:after {
        content: '';
        position: absolute;
        background-color: #ababab3d;
        height: 2px;
        width: 40%;
        right: 0px;
        top: 16px;
    }

.MapButton:before {
    content: '';
    position: absolute;
    background-color: #ababab3d;
    height: 2px;
    width: 40%;
    left: 0px;
    top: 16px;
}

.currency-code {
    position: absolute;
    top: 15px;
    left: 13px;
    color: #1D1F1F;
}

.text-currency {
    padding-left: 27px;
    color: #1D1F1F;
}

.LeftDivSelect {
    border-right: 0.5px solid rgba(171, 171, 171, 0.5);
    padding-right: 60px;
}

.RightDivSelect {
    padding-left: 30px;
    position: relative;
}

.TabCusDesign p {
    color: #ABABAB;
    font-size: 12px;
    line-height: 14px;
}

.TextAreaDescribeSpace {
    background-color: #F7F8F9;
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 8px;
}

    .TextAreaDescribeSpace:focus-visible {
        outline: none;
    }

.imgBxListSpace {
    float: left;
    height: 115px;
    overflow: hidden;
    border: 6px solid #dfdfdf;
    border-radius: 10px;
    margin: 0 4px;
    width: calc(25% - 8px);
    margin-bottom: 8px;
    position: relative;
}

    .imgBxListSpace img {
        width: 100%;
        min-height: 100%;
        padding: 0;
    }

.fz16 {
    font-size: 14px !important;
}

.ListSelectAccBtn {
    color: #338CFF;
    font-size: 20px;
    background: rgba(51, 140, 255, 0.1);
    border-radius: 10px;
    border: none;
    padding: 5px 16px;
    font-family: 'Montserrat-Medium';
    margin-top: 10px;
}

.ListItemsSec h5 {
    font-size: 24px;
    font-family: 'Montserrat-SemiBold';
    color: #1D1F1F;
}

    .ListItemsSec h5 i span {
        color: #2D335D;
    }

.ListItemsSec p {
    font-size: 18px;
    color: #888888;
    line-height: 20px;
}

.ListItemsSec {
    background: #F6F8FA;
    border-radius: 20px;
    padding: 22px;
}

.SpaceTypeSec {
    background: #F6F8FA;
    border-radius: 20px;
    padding: 22px;
}

    .SpaceTypeSec h5 {
        font-size: 15px;
        font-family: 'Montserrat-semibold';
        color: #1D1F1F;
        line-height: 30px;
    }

    .SpaceTypeSec p {
        font-size: 14px;
        color: #555555;
        line-height: 20.7px;
        margin-bottom: 0px;
        font-family: 'Montserrat-Medium';
    }

    .SpaceTypeSec h6 {
        color: #555555;
        font-size: 16px;
        font-family: 'Montserrat-Medium';
    }

.right0 {
    right: 0px;
}

.AddressBeforeLIst p:before {
    content: "";
    position: absolute;
    background-image: url(../images/location.png);
    width: 20px;
    height: 30px;
    left: 0;
    top: -8px;
    background-repeat: no-repeat;
    background-position: center left;
}

.addressSpace {
    padding-left: 25px;
}

.securityCamera1:before, .fireExtinguisher1:before, .smokeDetectors1:before, .separateAccess1:before, .smokeFree1:before, .lockedArea1:before, .guardedSociety1:before, .moistureFree1:before, .pestControl1:before {
    position: absolute;
    content: "";
    width: 55px;
    height: 55px;
    background-color: #D0E5FF;
    border-radius: 20px;
    text-align: center;
    line-height: 55px;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
}

.securityCamera1, .fireExtinguisher1, .smokeDetectors1, .separateAccess1, .smokeFree1, .lockedArea1, .guardedSociety1, .moistureFree1, .pestControl1 {
    position: relative;
}

.bgColor span a {
    background-color: #E6F1FF;
}

.bgColor span i {
    background-color: #E6F1FF;
}

.securityCamera1:before {
    background-image: url(../images/security-camera.png);
}

.fireExtinguisher1:before {
    background-image: url(../images/fire-extinguisher.png);
}

.smokeDetectors1:before {
    background-image: url(../images/smoke-detector.png);
}

.separateAccess1:before {
    background-image: url(../images/separateAccess.png);
}

.smokeFree1:before {
    background-image: url(../images/smoke-free.png);
}

.lockedArea1:before {
    background-image: url(../images/locked-area.png);
}

.guardedSociety1:before {
    background-image: url(../images/guardedSociety.png);
}

.moistureFree1:before {
    background-image: url(../images/moistureFree.png);
}

.pestControl1:before {
    background-image: url(../images/pestControl.png);
}

.ListStandardTime {
    color: #888888 !important;
    font-size: 14px !important;
}

    .ListStandardTime span {
        font-family: 'Montserrat-Regular' !important;
        font-size: 14px !important;
    }

.ListIFSCStyle p {
    color: #2D335D;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 8px;
}

.RentalAmountList {
    background: rgba(51, 140, 255, 0.2);
    border-radius: 20px;
    padding: 22px;
}

    .RentalAmountList h5 {
        color: #1D1F1F;
        font-size: 20px;
        line-height: 34.2px;
        font-family: 'Montserrat-semibold';
    }

    .RentalAmountList h4 {
        color: #338CFF;
        font-size: 20px;
        line-height: 34.2px;
        font-family: 'Montserrat-semibold';
    }

        .RentalAmountList h4 span {
            color: #ABABAB;
            font-size: 18px;
        }

.CheckBoxStyle .form-check-input {
    width: 22px;
    height: 22px;
    margin-top: 0px;
}

#check1234 {
    background-color: #338CFF;
    border: none;
    color: #ffffff;
    border-radius: 15px;
    padding: 10px 40px;
    font-size: 16px;
}

    #check1234:hover, #check1234:disabled {
        opacity: 0.7;
    }
/*.SelectBankAccount {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(51, 140, 255, 0.2);
    border-radius: 30px;
    padding: 30px;
}*/
.SelectBankAccount button {
    background-color: inherit;
    color: #338CFF;
    border: none;
    font-size: 14px;
    font-family: 'Montserrat-Medium';
}

.CancelBtnList i {
    background-color: rgba(235, 235, 235, 0.6);
    border-radius: 12px;
    padding: 6px 10px;
    color: #888888;
    font-size: 16px;
}

.BankDetailsList h5 {
    color: #1D1F1F;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 23px;
    font-family: 'Montserrat-Medium';
}

.BankDetailsList h6 {
    color: #555555;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Montserrat-Medium';
    margin-top: 14px;
    margin-bottom: 5px;
}

.btnSaveList {
    padding: 7px 50px;
}
/*.BankAccountSelection {
    background: rgba(51, 140, 255, 0.1);
    border: 3px solid rgba(51, 140, 255, 0.3);
    border-radius: 15px;
    padding: 14px;
}*/

.ContinueListBtn {
    background-color: #338CFF !important;
    color: #ffffff !important;
    width: 80%;
    display: block;
    margin: auto;
    text-align: center;
    padding: 8px 0px;
    border-radius: 15px;
    font-size: 22px !important;
    line-height: 34px;
}

    .ContinueListBtn:hover {
        color: #ffffff !important;
    }

.BankAccountSelectedDisplay {
    background: linear-gradient(82.47deg, #EBDBF4 1.2%, #B7D2F9 107.47%);
    padding: 15px;
    border-radius: 15px;
    margin-top: 20px;
}

    .BankAccountSelectedDisplay p {
        color: #2D335D;
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 6px;
    }

.NewSpacehr3 {
    border: 0.5px solid #d5d5d5;
}

.marginForRadioDiv {
    margin-left: 1.5rem;
}

.WordBreakBreakOut {
    word-break: break-all;
}

.FormLabelWidthLess span {
    white-space: nowrap;
    vertical-align: middle;
}

.ListSpaceFormSection {
    min-height: 610px;
}

.ResidentialListSpace .form-check-input:focus {
    box-shadow: none;
}

.CommercialListSpace {
    margin-left: 50px;
}

.ResidentialListSpace label {
    color: #1D1F1F;
    font-size: 14px;
}

.MapSection {
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    height: 500px;
}

    .MapSection #gmap-canvas {
        height: 100%;
        width: 100%;
        max-width: 100%;
    }

        .MapSection #gmap-canvas iframe {
            height: 100%;
            width: 100%;
            border: 0;
            border-radius: 20px;
        }

.BankDetailsList {
    padding: 0px 0px;
}

.FontfamilyRegular {
    font-family: 'Montserrat-Medium';
}

.imgBxListSpace {
    width: calc(16% - 2px);
}

.spinnerborderStyle {
    color: #338CFF;
}

.NoSpacesFound {
    margin-bottom: 35px;
}

.headerNavbar {
    margin-left: 150px;
}

.mainLogo {
    width: auto;
}

.whiteSpaceNoWrap {
    white-space: nowrap;
}
/*list new space ends*/
.spinner-wrapper-cus {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}

.text-color-blue {
    color: #338CFF;
}

.RejectSpaceSelect {
    font-family: 'Montserrat-Medium';
    background-color: #F7F8F9;
    width: 100%;
    padding: 10px 15px 10px 15px;
    border-radius: 8px;
    position: relative;
    font-size: 16px;
    border: none;
}

    .RejectSpaceSelect:after {
        right: 14px;
        position: absolute;
        top: 19px;
    }

.DropdownMenuReject {
    width: 100%;
    background-color: rgb(247, 248, 249);
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 4px;
    border: none;
}

    .DropdownMenuReject li a:hover {
        background-color: rgba(51, 140, 255, 0.1);
        color: #338CFF;
    }

.autofillName {
    font-size: 14px;
    color: #888888;
}

.HeadModal {
    display: flex;
    justify-content: center;
    background: linear-gradient(76.77deg, #FAF7FD 9.52%, #E7F1FD 90.48%);
    padding: 40px 0px;
}

.SkiporReadModal {
    border-radius: 30px;
    overflow: hidden;
}

.HeadModal img {
    width: 100px;
}

.SkiporReadSec {
    padding: 30px 60px;
}

    .SkiporReadSec p {
        font-size: 24px;
        color: #1D1F1F;
        line-height: 36px;
        font-family: 'Montserrat-Medium';
        text-align: center;
    }

.Skipbtn {
    color: #338CFF;
    background: rgba(51, 140, 255, 0.1);
    border-radius: 15px;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    font-family: 'Montserrat-Medium';
}

    .Skipbtn:hover {
        border: 1px solid #338CFF;
        background-color: rgba(51, 140, 255, 0.1);
        color: #338CFF;
    }

.Readbtn {
    color: #ffffff;
    background: #338CFF;
    border-radius: 15px;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .Readbtn:hover {
        color: #ffffff;
    }

    .Readbtn:focus-visible {
        box-shadow: none;
    }

.DataReadGuideModal {
    padding: 40px;
}

.ReadGuidelines .hosting {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 28px;
    color: #2D335D;
    font-family: 'Montserrat-Medium';
}

.ReadGuidelines p {
    font-size: 16px;
    line-height: 22px;
    color: #555555;
}

.ReadGuidelines ol {
    padding-left: 23px;
    font-size: 14px;
    color: #1D1F1F;
    font-family: 'Montserrat-Medium';
    line-height: 22px;
}

.DownloadIconStyle {
    width: 19px;
    height: 19px;
    margin-top: 10px;
    cursor: pointer;
    background: url(../Images/user-booking/DownloadIcon.png);
    background-repeat: no-repeat;
    background-size: 19px;
    margin-right: 10px;
}

.aboutMainBx h2 {
    font-size: 20px;
    line-height: 34px;
    color: #2D335D;
    font-family: 'Montserrat-Medium';
    margin-bottom: 14px;
    margin-top: 48px;
}

.aboutMainBx h3 {
    color: #1D1F1F;
    font-size: 16px;
    font-family: 'Montserrat-Medium';
}

.LocationStyle ul li {
    font-size: 16px;
    line-height: 24px;
}

.ColorXtended {
    color: #338CFF;
}

.YouTubeFind img {
    margin-bottom: 0.5rem;
}

.YouTubeFind h2 {
    line-height: 34px;
}
/*start second radio button*/
.fontFamilyMedium {
    font-family: 'Montserrat-Medium';
}

.checkbox-tools1:checked + label,
.checkbox-tools1:not(:checked) + label {
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    letter-spacing: 1px;
    margin: 0px auto 18px !important;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    color: #ffffff;
}

    .checkbox-tools1:not(:checked) + label span {
        color: #2D335D;
    }

label#IndoorStyleId {
    padding: 15px !important;
}

.checkbox-tools1:not(:checked) + label .stepImageBlue {
    display: none;
}

.checkbox-tools1:not(:checked) + label {
    color: #2D335D;
    background: #F7F8F9;
    border-radius: 15px;
    padding: 15px;
    border: 3px solid transparent;
}

.checkbox-tools1:checked + label {
    color: #2D335D;
    background: rgba(51, 140, 255, 0.1);
    border: 3px solid rgba(51, 140, 255, 0.3);
    border-radius: 15px;
    padding: 15px;
}

    .checkbox-tools1:checked + label .stepImageBlack {
        display: none;
    }

    .checkbox-tools1:checked + label .uil,
    .checkbox-tools1:not(:checked) + label .uil {
        font-size: 12px;
        line-height: 24px;
        display: block;
    }

.for-checkbox-tools1 {
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 24px !important;
    display: block;
    width: 100%;
    box-sizing: border-box;
}


    .for-checkbox-tools1 span {
        font-weight: 400;
        font-size: 12px;
        line-height: 24px;
        display: block;
        text-transform: initial;
    }


/*end second radio button*/
.AccordationSecItems {
    background-color: #F9FAFB;
    padding: 50px 60px;
}

.AccordationSecIn .accordion-flush .accordion-item {
    box-shadow: -4px 4px 10px rgb(0 0 0 / 10%);
    margin-bottom: 16px;
    border-radius: 15px;
    overflow: hidden;
}

.AccordationcusulDes ul {
    padding: 0px 25px;
}

.accoradtionCusSec {
    margin-top: 30px;
}

.BankDetailsOverflow {
    max-height: 524px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
    width: calc(100% - -14px);
}

    .BankDetailsOverflow::-webkit-scrollbar {
        width: 4px;
        background: #ffffff;
    }

    .BankDetailsOverflow::-webkit-scrollbar-thumb {
        background-color: #DFDFDF;
        border: 0px solid #ffffff;
        border-radius: 15px;
        border-radius: 30px;
        overflow: hidden;
    }

.CusCarouselStyleprev, .CusCarouselStylenext {
    opacity: 0.8 !important;
}

.CusCarouselStylenext {
    right: -17px;
}

.CusCarouselStyleprev {
    left: -17px;
}

.accoradtionCusSec .accordion-item .accordion-header button {
    position: relative;
    padding: 25px 25px 25px 70px;
    font-size: 18px;
    font-family: 'Montserrat-SemiBold';
}

.accoradtionCusSec .accordion-item:nth-child(1) .accordion-header button:before {
    content: '';
    position: absolute;
    background-image: url(../images/Covenience.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
    width: 28px;
    height: 28px;
    left: 24px;
}

.accoradtionCusSec .accordion-item:nth-child(2) .accordion-header button:before {
    content: '';
    position: absolute;
    background-image: url(../images/Safe.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
    width: 28px;
    height: 28px;
    left: 24px;
}

.accoradtionCusSec .accordion-item:nth-child(3) .accordion-header button:before {
    content: '';
    position: absolute;
    background-image: url(../images/Affordable.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
    width: 28px;
    height: 28px;
    left: 24px;
}

.accoradtionCusSec .accordion-item .accordion-header button::after {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    margin-left: auto;
    content: "";
    background-image: url(../Images/plusIcon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    transition: var(--bs-accordion-btn-icon-transition);
    font-family: 'Montserrat-Medium';
}

.accoradtionCusSec .accordion-item .accordion-header button:not(.collapsed)::after {
    background-image: url(../Images/minusIcon.png);
    transform: var(--bs-accordion-btn-icon-transform);
}

.accoradtionCusSec .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: inherit !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
}

.accoradtionCusSec .accordion-item {
    color: inherit !important;
    background-color: #ffffff !important;
    /* border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color); */
}

.AccordationcusulDes {
    padding: 0px 30px 30px 28px;
}

    .AccordationcusulDes ul li {
        color: #555555;
        line-height: 25px;
        font-size: 14px;
        list-style: none;
        position: relative;
    }

        .AccordationcusulDes ul li:before {
            content: '';
            position: absolute;
            background-image: url(../images/RightIcon.png);
            background-repeat: no-repeat;
            background-position: top left;
            background-size: 100%;
            width: 22px;
            height: 22px;
            left: -26px;
            top: 1px;
        }

.w-18 {
    width: 14px;
    margin-bottom: 3px;
}

.accordion-button {
    transition-duration: 4s;
}

.perDayStyle {
    color: #888888 !important;
    line-height: 34.2px !important;
    margin-left: 4px;
    font-family: 'Montserrat-medium';
    margin-bottom: 0px !important;
}

.AddressSpaceStyle label {
    font-family: 'Montserrat-SemiBold';
}

    .AddressSpaceStyle label span {
        font-family: 'Montserrat-Light';
    }

.mt2 {
    margin-top: 2px;
}

.BankDetailsOverflow span {
    font-family: 'Montserrat-SemiBold' !important;
}

.ftstyle {
    font-family: 'Montserrat-Medium' !important;
    font-size: 20px;
}

.MapButton {
    font-size: 12px;
}

.BlogStyle h3 {
    font-size: 18px;
    font-family: 'Montserrat-Medium';
    margin-bottom: 10px;
    margin-top: 25px;
}

.pt48 {
    padding-top: 48px;
}

h2.fz16mobile {
    font-family: 'Montserrat-Medium';
    font-size: 1.25rem;
}

.fv-plugins-message-container {
    font-size: 14px;
    font-family: 'Montserrat-Medium';
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545ba;
    box-shadow: none;
}

i.fa-solid.fa-chevron-left {
    font-size: 22px;
}

.fv-help-block {
    font-size: 14px;
}

.waiting-approved-statu.bdm {
    color: #FAAD14;
    background: rgba(250, 173, 20, 0.1);
    font-size: 14px;
    font-family: 'Montserrat-medium';
    border-radius: 8px;
    padding: 6px 16px;
    line-height: 31px;
    letter-spacing: 0.02em;
    text-decoration: none;
}

div#swal2-content {
    font-size: 18px;
    font-family: 'Montserrat-medium';
}

h1.BoldPara {
    font-size: 26px;
}

.fm_msb {
    font-family: 'Montserrat-semibold';
}

.fm_m_m {
    font-family: 'Montserrat-medium';
}

p.minimumBooking.fm_m_m {
    font-size: 15px;
}

.StartEndDateDesign {
    font-size: 14px;
}

.exploreSpaceListContent1 h2 {
    font-size: 22px;
    line-height: 24px;
}

.pdfDropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: 1.455em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid #1890FF;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.pdfDropdown ul {
    inset: 8px auto auto -97px !important;
    padding: 5px;
    z-index: 1 !important;
}

    .pdfDropdown ul li {
        font-size: 12px;
        padding: 8px 0px;
        color: #1890FF;
        font-family: 'Montserrat-SemiBold';
    }

        .pdfDropdown ul li a {
            cursor: pointer;
        }

.propertyImgWidth {
    height: 40%;
    width: 70%
}

.propertyMultipleImgWidth {
    width: 400px !important;
    height: 100px !important;
}

#BillingUserName-error, #BillingAddress1-error, #BillingAddress2-error, #BillingPincode-error, #Input_cityName-error, #BillingState-error {
    color: red;
    font-size: 14px;
}

#BankIfscCode-error, #UserBankName-error, #BranchName-error, #AccountNumber-error, #HolderName-error, #fname-error, #lname-error, #email-error, #phoneNo-error,
#name-error, #hEmail-error, #hPhoneNo-error, #hPropertySize-error {
    color: red;
    font-size: 14px;
}

#BankIfscCode-error {
    position: absolute;
    bottom: -18px;
}

#BankIfscCode.is-invalid {
    border-radius: 8px 0px 0px 8px !important;
}

.BankDetailsList.form-group {
    margin-bottom: 10px;
}

#BankIfscCode {
    border-radius: 8px 0px 0px 8px !important;
}

.nice-select.form-control.logoutFormControlBorder.step10FormBorder span.current {
    position: absolute;
    top: 11px;
}

.floatnone {
    float: none !important;
}

.DelhiText.categoryHeading {
    display: none;
}
/*MediaQuery start*/
@media screen and (max-width:1400px) {
    .BookingFilterCommon.BookingFilterBTN button {
        width: auto;
    }

    .BookingListingFilter {
        width: 100%;
    }

    .styleDate {
        padding: 0px 0px 0px 30px;
    }

    .HostFirstSec h4 {
        font-size: 24px;
    }

    .HostFirstSec p {
        font-size: 15px;
    }

    .HowXtendedBx h4,
    .Section2Bx h4,
    .Section3Bx h4,
    .Section4Bx h4 {
        font-size: 20px;
    }

    .Section2Bx img, .Section3Bx img, .Section4Bx img, .HowXtendedBx img, .RenterSection2Bx img {
        max-width: 60px;
    }

    .Section4Bx p {
        margin-bottom: 0;
    }

    .tieSec2 {
        font-size: 18px;
    }

        .tieSec2 span {
            font-size: 16px;
        }

    .slideContent p {
        font-size: 20px;
        line-height: 24px;
    }

    .slideContent span {
        font-size: 16px;
        line-height: 19px;
    }

    .bookingDetailsMesure h3 {
        font-size: 20px;
    }

    .bookingDetailsMesure p {
        font-size: 16px;
    }

    .bookingDetailsCommon h4 {
        font-size: 18px;
    }

    .ContactHostForm .form-label {
        font-size: 14px;
    }


    .SpaceTypeSec .amenitiesUl span a {
        font-size: 14px;
    }

    .lrgP {
        font-size: 16px;
    }

    .paymentDetail_Ul li p {
        font-size: 14px;
        font-family: 'Montserrat-medium';
    }

    .totalCalculation p {
        font-size: 16px;
    }

    .bookingX_details_In h5 {
        font-size: 18px;
    }

    .bookingX_details_In.bookingX_details_In2 h6 {
        font-size: 16px;
    }

    .bookingX_details_In.bookingX_details_In2 span {
        font-size: 14px;
    }

        .bookingX_details_In.bookingX_details_In2 span span {
            font-size: 12px;
        }

        .bookingX_details_In.bookingX_details_In2 span i {
            font-size: 12px;
        }

    .DelhiText h1 {
        font-size: 70px;
    }

    .LocationStyle h3 {
        font-size: 18px;
    }

    .LocationStyle h2 {
        font-size: 20px;
    }

    .LocationStyle p {
        font-size: 16px;
    }

    .ContactForm label {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .contactR-inner ul li a {
        font-size: 16px;
    }

    .RenterFirstSec p {
        font-size: 15px;
    }

    .RenterSection2Bx h4 {
        font-size: 20px;
    }

    .RenterSection2Bx {
        min-height: 149px;
    }

    .renterSec3Bx p, .Section5Bx p {
        font-size: 15px;
    }

    .RenterSection2Bx h4 {
        font-size: 20px;
        line-height: 22px;
    }

    .CompleteProfileContainer .CompleteProfileBG img {
        max-width: 95%;
    }

    .ProfileBg {
        height: 300px;
    }
}

@media screen and (max-width:1199px) {
    .pdfDropdown ul {
        inset: 8px auto auto -123px !important;
    }

    .LeftDivSelect {
        padding-right: 30px;
    }

    .RightDivSelect {
        padding-left: 12px;
    }

    .headerNavbar {
        margin-left: 0px;
    }

    .SpaceTypeSec {
        min-height: auto;
    }

    .updateProfileBx {
        width: 90%;
    }

    .BookingCol {
        width: 25%;
        margin-bottom: 20px;
    }

    .BookingListingFilter {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .cus-text-center {
        text-align: left;
    }

    .BookingFilterCommon.d-flex {
        justify-content: left;
    }

    .BookingCol:after {
        right: 28%;
    }

    .BookingCol:nth-last-child(4):after {
        background-color: transparent;
    }

    .BookingCol:nth-last-child(2):after {
        background-color: #e8e8e8;
    }

    .BookingCol:nth-last-child(1),
    .BookingCol:nth-last-child(2),
    .BookingCol:nth-last-child(3) {
        margin-bottom: 0px;
    }

    div#PriceRange {
        width: 385px;
        float: right;
    }

    .Section4Bx {
        padding: 25px 14px;
    }

    .ProfileName {
        padding: 190px 0px 0px 0px;
    }

    .completeProfDiv {
        padding: 160px 0px 0px 0px;
    }

    .CompleteProfileBG {
        padding: 0 15px !important;
    }

    .Imagestart {
        width: 28px;
    }

    .BookingCol:after {
        display: none;
    }

    .SelectPrice {
        min-width: auto !important;
        white-space: nowrap;
    }

    .BiilingForm {
        min-width: 100%;
        max-width: 100%;
    }

    .bookingDetailsMesure h3 {
        font-size: 24px;
    }

    .payBTNBx .payBTN {
        margin-top: 24px;
    }

    .payBTNBx b {
        font-size: 24px;
    }

    .bookingX_details_In h5 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 6px;
    }

    .downloadAppContent h3 {
        font-size: 20px;
        line-height: 34px;
        text-align: right;
    }

    .appIcons img {
        margin-right: 0px;
    }

    .appIcons {
        justify-content: flex-end;
    }
}

@media screen and (max-width:991px) {
    .SearchPadding {
        padding: 5px;
        font-size: 14px;
    }

    .BookSpaceDesign {
        min-height: auto !important;
    }

    .btnSecondary {
        margin-top: 20px;
    }

    .completeProfDiv {
        padding: 0px;
    }

    .FormStyleProfile .d-blockMobile {
        display: block !important;
    }

    .accoradtionCusSec {
        margin-top: 0px;
    }

    .How-WorksIn {
        border-radius: 15px;
        padding: 15px;
    }

    .securityCamera1:before, .fireExtinguisher1:before, .smokeDetectors1:before, .separateAccess1:before, .smokeFree1:before, .lockedArea1:before, .guardedSociety1:before, .moistureFree1:before, .pestControl1:before {
        width: 40px;
        height: 40px;
        border-radius: 15px;
    }

    .LeftDivSelect {
        border-right: none;
        padding-right: 0px;
    }

    .RightDivSelect {
        padding-left: 0px;
    }

    .MapButtonDiv:after {
        width: 30%;
    }

    .MapButton:before {
        width: 30%;
    }

    .ResponsiveImage {
        height: 50vh;
    }

    .CompleteProfileContainer {
        padding: 15px 30px 15px 30px;
        border-radius: 15px;
    }

    .CompleteProfileBG {
        border-radius: 15px 15px 15px 15px;
        margin-bottom: 15px;
    }

    .ProfileBg {
        height: 300px;
    }

    .BookingCol:after {
        right: 24%;
    }

    .BookingListingFilter:after {
        content: "";
        bottom: -30px;
        width: 94%;
        height: 30px;
    }

    .exploreSpaceListImg {
        border-radius: 15px;
    }



    .HostContainer1 {
        background: linear-gradient(359deg, #F6F8FA -1.15%, rgba(245, 249, 255, 0) 97.76%), #ffffff00;
        border-radius: 15px;
    }

    .Section2Bx {
        border-radius: 15px;
    }

    .Section4Bx h4 {
        font-size: 20px;
        line-height: 19px;
    }

    .Section3Bx {
        border-radius: 15px;
        /*min-height: 200px;*/
        padding: 25px 15px;
    }

    .LocationContainer {
        border-radius: 15px;
        padding: 15px;
        margin-top: 0px;
    }

    .StorageTypeMainBx {
        border-radius: 15px;
        padding: 15px;
    }

    .modal-content {
        /* padding: 0px 0px 10px 0px;*/
        border-radius: 15px;
    }

    .VerifyEmailContainer {
        border-radius: 15px;
        padding: 15px;
        padding-bottom: 15px;
    }

    .BiilingForm {
        border-radius: 15px;
        padding: 15px;
    }

    .startDate {
        border-radius: 15px;
    }

    .StoreType {
        background-color: #F6F8FA;
        padding: 15px 15px 1px;
        border-radius: 15px;
        margin-top: 15px;
    }

    .StoreType1 {
        padding: 15px 15px 15px 15px;
        border-radius: 15px 15px 0px 0px;
    }

    .styleDate {
        padding: 0px 0px 0px 10px;
    }

    .tieSec1 {
        left: -2px;
        top: 22px;
    }

    .BookingCol {
        width: 33.3333333%;
        margin-bottom: 20px;
    }

    .BookingFilterCommon.BookingFilterBTN.continuefilterSubmitbutton {
        text-align: center;
    }

    .BookingCol:nth-last-child(1), .BookingCol:nth-last-child(2), .BookingCol:nth-last-child(3) {
        margin-bottom: 20px;
    }

    .BookingCol:nth-last-child(1) {
        margin-bottom: 0px;
    }

    .BookingListingFilter {
        justify-content: center;
        border-radius: 15px;
        padding: 15px 15px;
    }

    .PriceDropdown {
        inset: 0px auto auto -50px !important;
    }

    .Section5Bx {
        padding: 15px;
        border-radius: 15px;
    }

    .RenterSection2Bx {
        border-radius: 15px;
    }

    .accoradtionCusSec .accordion-item .accordion-header button {
        padding: 20px 20px 20px 70px;
        font-size: 16px;
    }

    .ImageDesignNewSpace {
        margin-right: 0 !important;
    }
}

@media screen and (max-width:767px) {
    .pdfDropdown ul {
        inset: 8px auto auto -117px !important;
    }

    .accoradtionCusSec {
        margin-top: 30px;
    }

    .How-WorksIn {
        margin-bottom: 15px;
    }

    .ProfileBg {
        height: 320px;
    }

    .BookingCol:nth-last-child(5):after,
    .BookingCol:nth-last-child(6):after {
        background-color: transparent;
    }

    .BookingCol:nth-last-child(4) {
        width: 50%;
    }

    .BookingCol:nth-last-child(1):after,
    .BookingCol:nth-last-child(2):after,
    .BookingCol:nth-last-child(3):after {
        background-color: transparent;
    }

    .BookingCol:after {
        right: 13%;
        background-color: #e8e8e8;
    }

    .BookingCol:nth-last-child(1) {
        text-align: right;
    }

    .selectCity.selectDimension {
        min-width: 29%;
    }

    .BookingListingFilter:after {
        content: "";
        bottom: -26px;
        width: 94%;
        height: 25px;
    }

    .selectCity {
        width: 100%;
        padding-right: 0px;
    }

    .Section2Bx {
        background: #ffffff;
        min-height: 200px;
        padding: 25px 17px;
    }

    .d-blockMobile {
        display: block !important;
    }

    .completeProfDiv {
        padding: 0px;
    }

    .btnSecondary {
        margin-top: 20px;
    }

    .FormStyleProfile {
        padding: 20px 40px;
    }

    .mb70 {
        margin-bottom: 32px;
    }

    .BiilingForm {
        min-width: 100%;
        max-width: 100%;
    }

    .BookingCol:nth-last-child(6), .BookingCol:nth-last-child(5) {
        width: 50%;
    }

    .BookingCol {
        width: 50%;
    }

    .BookingCol {
        border-bottom: 1px dashed #f3f3f3;
        padding-bottom: 10px;
        margin-bottom: 10px;
        min-height: 66px;
    }

        .BookingCol:nth-last-child(1) {
            border-bottom: 0;
            padding-bottom: 0px;
            margin-bottom: 0px;
            min-height: auto;
        }

    .BookingListingFilter {
        margin-top: 0px;
    }

    .CusCarouselStyleprev {
        left: 0px;
    }

    .CusCarouselStylenext {
        right: 0px;
    }

    .downloadAppContent h3 {
        text-align: center;
    }

    .appIcons {
        justify-content: center;
    }
}


@media screen and (max-width:575px) {
    .SearchPadding {
        padding: 10px;
    }

    .fz28 {
        font-size: 24px;
    }

    .pt48 {
        padding-top: 20px;
    }

    .privacyPolicyClass p {
        font-size: 14px;
    }

    .aboutContentBx h4, .cancellationPolicy h2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    ::-webkit-input-placeholder { /* Edge */
        font-size: 12px;
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-size: 12px;
    }

    ::placeholder {
        font-size: 12px;
    }

    .perDayStyle {
        line-height: 24.0px !important;
        font-size: 14px;
    }

    .for-checkbox-tools {
        line-height: 20.5px !important;
    }

    .accoradtionCusSec .accordion-item .accordion-header button::after {
        width: 22px;
        height: 22px;
    }

    .AccordationcusulDes {
        padding: 0px 20px 20px 20px;
    }

    .accoradtionCusSec .accordion-item .accordion-header button {
        padding: 18px 15px 18px 56px;
        font-size: 17px;
    }

    .accoradtionCusSec .accordion-item:nth-child(1) .accordion-header button:before {
        width: 26px;
        height: 26px;
        left: 20px;
    }

    .AccordationcusulDes ul li:before {
        width: 18px;
        height: 18px;
        left: -26px;
        top: 3px;
    }

    .AccordationcusulDes ul li {
        font-size: 14px;
    }

    .AccordationSecItems {
        padding: 20px 10px;
    }

    .checkbox-tools1:checked + label {
        padding: 10px;
    }

    .checkbox-tools1:not(:checked) + label {
        padding: 10px;
    }

    .SelectBankAccount {
        border-radius: 15px;
    }

    .How-WorksIn h3 {
        font-size: 20px;
    }

    .How-WorksIn ul li {
        font-size: 14px;
    }

    .aboutMainBx h3 {
        font-size: 14px;
    }

    .aboutMainBx h2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .BankAccountSelectedDisplay p {
        color: #2D335D;
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 7px;
    }

    .ContinueListBtn {
        font-size: 16px !important;
        padding: 6px !important;
    }

    .BankAccountSelection p {
        font-size: 12px;
    }

    .NoSpacesFound {
        margin-bottom: 6px;
        font-size: 24px;
    }

    .fz16 {
        font-size: 10px !important;
    }

    .NewSpacehr2 {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    hr.NewSpacehr {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .CommercialListSpace {
        margin-left: 25px;
    }

    .SpaceTypeSec .amenitiesUl span {
        width: 100%;
        margin-bottom: 10px;
    }

        .SpaceTypeSec .amenitiesUl span:nth-child(1) a, .SpaceTypeSec .amenitiesUl span:nth-child(3) a, .SpaceTypeSec .amenitiesUl span:nth-child(5) a, .SpaceTypeSec .amenitiesUl span:nth-child(7) a, .SpaceTypeSec .amenitiesUl span:nth-child(9) a {
            width: calc(100% - 0px);
        }

    .imgBxListSpace {
        width: calc(50% - 8px);
    }

    .dBlockMobile {
        display: block !important;
    }

    .marginForRadioDiv {
        margin-left: 0px;
    }

    .ListSelectAccBtn {
        font-size: 18px;
    }

    .securityCamera1:before, .fireExtinguisher1:before, .smokeDetectors1:before, .separateAccess1:before, .smokeFree1:before, .lockedArea1:before, .guardedSociety1:before, .moistureFree1:before, .pestControl1:before {
        width: 50px;
        height: 45px;
        border-radius: 15px;
        line-height: 55px;
    }

    #customSPaceListLabel {
        padding: 0px 0px 0px 33px !important;
        font-size: 9px !important;
        line-height: 16px;
    }

    #check1234 {
        padding: 8px 30px;
        font-size: 16px;
    }

    .CheckBoxStyle .form-check-input {
        width: 18px;
        height: 18px;
        margin-top: 3px;
    }

    .RentalAmountList h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .RentalAmountList {
        border-radius: 15px;
        padding: 15px;
    }

    .ListIFSCStyle p {
        line-height: 16px;
        font-size: 10px !important;
    }

    .listTemSecFirst .tieSec {
        top: 14px;
    }

    .AddressBeforeLIst p:before {
        top: 0px;
    }

    .SpaceTypeSec {
        border-radius: 15px;
        padding: 15px;
        min-height: auto;
    }

    .listTemSecFirst {
        border-radius: 15px;
        padding: 47px 15px 15px 15px;
    }

    .ListItemsSec p {
        font-size: 14px;
        line-height: 18px;
    }

    .SpaceTypeSec p {
        font-size: 14px;
    }

    .MapButtonDiv:after {
        width: 18%;
    }

    .MapButton:before {
        width: 18%;
    }

    .checkbox-tools:not(:checked) + label {
        border-radius: 15px;
    }

    .buttonstep {
        margin-top: 10px;
    }

    .TabCusDesign h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .stepMultiForm {
        padding-top: 53px;
        border-radius: 15px;
    }

    .checkbox-tools:checked + label {
        border-radius: 15px;
    }

    .for-checkbox-tools {
        font-size: 14px !important;
    }

    .ImageDesignNewSpace {
        width: 40px;
        padding: 4px;
        border-radius: 10px;
    }

    .listnewText {
        font-size: 20px;
        top: -71px;
    }

    .ProfileCompleteAddSec {
        margin-top: 0px !important;
    }

    .ProfileCameraStyle {
        width: 16px !important;
        min-height: 14px !important;
    }

    .Image404 {
        height: auto;
    }

    .renterSec3Bx p {
        font-size: 14px;
    }

    .renterSec3Bx h6 {
        font-size: 18px;
        line-height: 23px;
    }

    .RenterSection2Bx {
        padding: 25px 15px;
        min-height: 192px;
    }

        .RenterSection2Bx h4 {
            font-size: 18px;
            line-height: 27px;
        }

    .RenterFirstSec p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .RenterFirstSec h1 {
        font-size: 24px;
    }

    .BookConfirmation h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .BookSpaceRespon h6 {
        font-size: 14px;
    }

    .VerifyEmailContainer {
        min-width: 100%;
        max-width: 100%;
    }

    .BookSpaceLocation {
        font-size: 14px;
    }

        .BookSpaceLocation:before {
            width: 16px;
            height: 20px;
            top: 4px;
            background-size: 14px;
        }

    .BookSpaceLocation {
        padding-left: 18px;
    }

    .updateProfileBx .documentUpdated i:before {
        background-size: 14px;
        margin-top: 1px;
        margin-left: 1px;
    }

    .updateProfileBx {
        width: 100%;
    }

        .updateProfileBx h2 {
            font-size: 20px;
        }

        .updateProfileBx ul li.documentUpdated span, .updateProfileBx ul {
            font-size: 14px !important;
            line-height: 20px;
        }

            .updateProfileBx ul li span, .updateProfileBx ul {
                font-size: 14px !important;
            }

                .updateProfileBx ul li {
                    height: 60px;
                    border-radius: 15px;
                    margin-bottom: 15px;
                }

    li.documentUpdated span a.viewBTN {
        font-size: 14px !important;
    }

    .startBTN {
        font-size: 14px !important;
    }

    .updateProfileBx ul li i {
        left: -14px;
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 27px;
    }

    .pic-holder {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .ProfileName h2 {
        font-size: 20px;
    }

    .ProfileName p {
        font-size: 14px;
    }

    .AccountStyle h3 {
        font-size: 20px;
    }

    .AccountStyle .NameColor {
        font-size: 14px;
    }

    .AccountStyle .form-control {
        font-size: 14px;
    }

    .selectRange:after {
        right: 0px !important;
    }

    .selectCity .nice-select:after {
        right: 16px !important;
    }

    .SelectPrice {
        display: inline;
        min-width: auto !important;
    }

    .PriceDropdown {
        min-width: auto;
        inset: 11px auto auto 0px !important;
    }

    .BookingListingFilter:after {
        content: "";
        bottom: -26px;
        width: 94%;
        height: 25px;
    }

    .BookingListingFilter {
        margin-top: 20px;
    }

    .tieSec2 {
        font-size: 16px;
        top: 15px;
        line-height: 10px;
        padding: 12px 15px 12px 30px;
    }

    .slideContent.slideContentRight {
        right: 15px;
        bottom: 15px;
    }

    .tieSec2 span {
        font-size: 14px;
        position: relative;
        top: 5px;
    }

    .payBTNBx .payBTN {
        width: auto;
    }

    .NotificationDes {
        margin-right: 1.3rem !important;
    }

    .Section2Bx {
        min-height: auto;
        padding: 15px 5px;
    }

        .Section2Bx img, .Section3Bx img, .Section4Bx img {
            width: 40px;
        }

        .Section2Bx h4, .Section3Bx h4, .Section4Bx h4 {
            font-size: 16px;
            line-height: 18px;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        .Section2Bx p, .Section3Bx p, .Section4Bx p {
            font-size: 14px;
            line-height: 16px;
        }

    .Section3Bx {
        border-radius: 15px;
        min-height: auto;
        padding: 15px 5px;
    }

    .HostFirstSec {
        padding: 20px 0px 40px 0px;
    }

    .HostSect1 {
        padding: 30px 0 30px;
        border-bottom: 1px solid #dddddd;
    }

    .HostContainer1 {
        border-radius: 0px;
    }

    .HostFirstSec h4 {
        font-size: 24px;
    }

    .HostFirstSec p {
        font-size: 14px;
        text-align: left;
    }
    /*    .btn {
        padding: 2px 14px;
        font-size: 14px;
        line-height: 29px;
    }*/
    .Section4Bx {
        padding: 15px 5px;
    }

    .Section5Bx h3 {
        font-size: 16px;
        line-height: 18px;
    }

    .Section5Bx p {
        font-size: 14px;
    }

    .bookingDetailsSlider .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
    }

    .bookingDetailsSlider .carousel-indicators {
        padding: 1px 7px 3px;
        line-height: 16px;
    }

    .slideContent p {
        font-size: 16px;
    }

    .slideContent span {
        font-size: 14px;
        line-height: 22px;
    }

    .FAQDesign p {
        font-size: 14px;
        line-height: 20px;
    }

    .FAQDesign h2 {
        font-size: 18px;
        line-height: normal;
        margin-top: 0px;
    }

    .exploreSpaceListContent1 .justify-content-between {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .exploreSpaceListContent1 h2 {
        color: #1D1F1F;
        font-size: 20px;
        font-family: 'Montserrat-Bold';
    }

    .FormStyleProfile {
        padding: 0px 0px;
    }

    .pic-holder {
        width: 140px;
        height: 140px;
    }

    .cameraprofile {
        bottom: -88px;
        width: 30px;
        height: 30px;
    }

    .ProfileName {
        padding: 90px 0px 0px 0px;
        /* text-align: center; */
    }

    .ProfileBg {
        height: 250px;
    }

    .LogInheading.fz24.dssd {
        margin-bottom: 1.5rem;
    }

    .form-group.cusMrB {
        margin-bottom: 1rem;
    }

    .form-group.cusMrBs.cusMrB {
        margin-top: 1rem;
    }

    .BiilingForm button {
        margin: auto;
        display: block;
    }

    .CompleteProfileBG {
        display: none !important;
    }

    .CompleteProfileContainer {
        padding: 15px 15px 15px 20px;
        min-height: auto;
    }

    .updateProfileBx ul li span:first-child {
        padding-left: 15px;
    }

    .AccountStyle {
        padding: 15px 0px 0;
    }

    .cameraprofile i {
        font-size: 15px !important;
    }

    .img_description {
        display: none;
    }

    .mb70 {
        margin-bottom: 15px;
    }

    .bookspaceSec {
        padding-bottom: 30px;
    }

    .styleDate {
        padding: 0px 0px 0px 15px;
    }

        .styleDate .textStart {
            font-size: 14px;
        }

        .styleDate .textDate {
            font-size: 14px;
        }

    .Imagestart {
        width: 25px;
        top: 15px;
        left: 10px;
    }

    .textStart {
        font-size: 16px;
    }

    .RenterStyle.BoldPara {
        font-size: 16px;
    }

    .totalPayable, .totalPayableRuppes {
        font-size: 16px;
    }

    .totalPriceDesign {
        padding: 20px 15px;
        border-radius: 0px 0px 15px 15px;
    }

    .PropertyImage {
        max-height: initial;
    }

    .AvatarRadius2 {
        width: 40px;
        height: 40px;
    }

    .FilterHeading {
        font-size: 14px;
    }

    .BookingFilterCommon.d-flex {
        padding-right: 10px;
    }

    .BookingCol:nth-last-child(4), .BookingCol:nth-last-child(5) {
        width: 100%;
    }

    .selectCity .nice-select {
        width: 100%;
    }

        .selectCity .nice-select .option {
            font-size: 14px;
            padding: 0px 10px;
        }

    .LocationBefore:before {
        content: "";
        width: 10px;
        height: 13px;
        top: 6px;
        background-size: 10px;
    }

    .RentSection3 {
        padding: 20px 0px;
    }

    .renterSec3Bx h4 {
        line-height: 26px;
    }

    .RentSection3 {
        padding: 30px 0px;
    }

    .ParaNameDet, .ParaName {
        font-size: 16px !important;
    }

    .CustomModalBody {
        padding: 0px 0px 15px 0px;
    }

    .BillingpaName, .BillingPaText, .NumberStyle {
        font-size: 14px;
        line-height: 18px;
    }

    .accoradtionCusSec .accordion-item:nth-child(2) .accordion-header button:before {
        content: '';
        left: 20px;
    }

    .accoradtionCusSec .accordion-item:nth-child(3) .accordion-header button:before {
        content: '';
        left: 20px;
    }
}

@media screen and (max-width:375px) {
    .BookingListingFilter:after {
        content: "";
        bottom: -15px;
        width: 94%;
        height: 15px;
    }

    .Imagestart {
        display: none;
    }

    .styleDate {
        padding: 0px 0px 0px 0px;
        margin-left: -15px;
    }

    .filterInput {
        font-size: 12px;
    }

    .FilterHeading span {
        font-size: 12px;
    }
}


@media screen and (max-width:359.99px) {
    input #files:before {
        background-image: url(/images/CreateBooking/ReservingPlusPicBg.jpg);
        content: "";
        position: absolute;
        top: 80px;
        left: 0px;
        width: 100%;
        height: 125px;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .imageaddd {
        height: 74px !important;
        width: 98px;
    }

    .imgBx12 {
        float: left;
        height: 98px;
        overflow: hidden;
        border: 4px solid #dfdfdf;
        border-radius: 10px;
        margin: 0 4px;
        width: calc(50% - 8px);
        margin-bottom: 8px;
    }
    .input#filesVideo:before {
        background-image: url(/images/CreateBooking/ReservingPlusPicBg.jpg);
        content: "";
        position: absolute;
        top: 80px;
        left: 0px;
        width: 100%;
        height: 125px;
        background-size: 100%;
        background-repeat: no-repeat;
    }
}


@media screen and (max-width:317px) {
    .styleDate {
        padding: 0px 0px 0px 15px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 576px) and (min-width:360px) {
    input#files:before {
        background-image: url(/images/CreateBooking/ReservingPlusPicBg.jpg);
        content: "";
        position: absolute;
        top: 5px;
        left: 0px;
        width: 120px;
        /* margin-bottom: 51px; */
        height: 90px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .imageaddd {
        height: 100px !important;
        width: 100%;
    }
    input#filesVideo:before {
        background-image: url(/images/CreateBooking/ReservingPlusPicBg.jpg);
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        width: 130px;
        /* margin-bottom: 51px; */
        height: 97px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

@media screen and (min-width: 576px) {
    .input#files:before {
        background-image: url(/images/CreateBooking/ReservingPlusPicBg.jpg);
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        width: 130px;
        height: 97px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top;
    }

    input#files:before {
        background-image: url(/images/CreateBooking/ReservingPlusPicBg.jpg);
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        height: 100%;
        background-size: auto;
        background-repeat: no-repeat;
    }

    .input#filesPANImage:before {
        /*background-image: url(/images/CreateBooking/ReservingPlusPicBg.jpg);*/
        background-image: url('../images/createbooking/reservingpluspicbg.jpg');
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        width: 130px;
        height: 97px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top;
    }
    .input#filesVideo:before {
        background-image: url(/images/CreateBooking/ReservingPlusPicBg.jpg);
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        width: 130px;
        height: 97px;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    input#filesVideo:before {
        background-image: url(/images/CreateBooking/ReservingPlusPicBg.jpg);
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        height: 100%;
        background-size: auto;
        background-repeat: no-repeat;
    }
}

@media screen and (min-width: 768.1px) and (max-width:1200px) {
    .DelhiText h1 {
        font-size: 60px;
    }
}

@media screen and (min-width: 576.1px) and (max-width:768px) {
    .DelhiText h1 {
        font-size: 40px !important;
    }

    .LocationImage img {
        height: 190px;
    }

    .LocationImageStyle img {
        height: 190px;
    }
}

@media screen and (max-width:576px) {
    .btn {
        font-size: 14px;
    }

    .LocationImageStyle {
        border-radius: 10px;
        padding: 4px;
    }

        .LocationImageStyle img {
            border-radius: 10px 10px 10px 10px;
        }

    .fz16mobile {
        font-size: 16px;
    }

    .sub-heading1 {
        font-size: 16px;
    }

    .VerifyEmail {
        font-size: 20px;
    }

    .for-checkbox-tools1 span {
        font-size: 10px;
    }

    .SelectBankAccount button {
        font-size: 14px;
    }

    .ReadGuidelines .hosting {
        font-size: 20px;
        margin-bottom: 16px;
        line-height: 28px;
    }

    .ReadGuidelines p {
        font-size: 14px;
    }

    .ReadGuidelines ol {
        font-size: 14px;
    }

    .DataReadGuideModal {
        padding: 28px;
    }

    .categorySec {
        background: linear-gradient(181deg, #F6F8FA -1.15%, rgba(245, 249, 255, 0) 97.76%);
        padding: 18px 12px 1px 12px;
        margin-top: 10px;
    }

        .categorySec h2 {
            font-size: 16px;
        }

        .categorySec p {
            font-size: 14px;
        }

    .DelhiText h1 {
        font-size: 24px !important;
        padding: 10px;
        line-height: 28px !important;
        text-align: center;
    }

    .LocationImage img {
        height: 150px;
    }

    .LocationImageStyle img {
        height: 150px;
    }

    .badgeNotification {
        line-height: 13px;
        font-size: 12px;
        min-width: 20px;
        height: 20px;
    }

    .BellNotifiImage {
        width: 31px;
    }

    .NotifiBadge {
        top: -8px;
        left: 17px;
        height: 23px;
        min-width: 23px;
    }

    .AvatarDropdown {
        inset: 20px auto auto -92px !important;
    }

    .triangle:before {
        left: 50% !important;
    }

    .dropdownnotifi {
        top: 44px !important;
        left: initial !important;
        position: fixed !important;
        right: 10px !important;
        max-width: 94% !important;
        min-width: auto !important;
    }

    div#PriceRange {
        width: 295px;
    }

    .LocationStyle h2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .LocationStyle p {
        font-size: 14px;
    }

    .LocationStyle h3 {
        font-size: 18px;
        line-height: 29px;
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .VerifyEmailContainer {
        min-width: 100%;
        max-width: 100%;
    }

    .updateProfileBx ul li.documentUpdated {
        border-radius: 15px;
        margin-bottom: 15px;
        height: 60px;
    }

    .form-control {
        font-size: 14px;
    }

    .ParaNameDet, .ParaName {
        font-size: 16px !important;
        line-height: normal !important;
    }

    .SkiporReadSec {
        padding: 30px 15px;
    }

        .SkiporReadSec p {
            font-size: 20px;
            line-height: 24px;
        }

    .bookingDetailsCommon h4, .bookingX_details_In h5 {
        font-size: 16px;
    }
}

@media screen and (min-width:1200px) {
    .FilterHeading {
        text-align: center;
    }

    input.distance {
        text-align: center;
    }

    .SpaceTypeSec {
        min-height: 158px;
    }
}

.follow-us-image-size {
    width: 15px;
    height: 15px;
}

#referral-heading {
    font-size: 1.75rem;
    font-family: lato, sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 600;
    line-height: 1.167;
    margin-left: 20px;
    margin-top: 20px
}

.MuiGrid-spacing-xs-4 > .MuiGrid-item {
    padding: 16px;
}

.MuiGrid-grid-xs-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
}

.MuiGrid-item {
    margin: 0;
    box-sizing: border-box;
    flex-direction: row;
}

.GlCoin_glCoinsIcon__v6W28 {
    margin-right: 8px;
    height: 32px;
    width: 32px;
}

.GlCoin_glCoinsValue__1ck1C {
    font-size: 2rem;
    font-weight: 600;
    color: var(--primary-60);
}

.MuiTypography-body1 {
    font-size: 1rem;
    font-family: lato, sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
    line-height: 1.5;
}

.MuiTypography-root {
    margin: 0;
}

.GlCoin_glCoinsContainer__ssJ21 {
    display: flex;
    align-items: center;
}

.ReferralsAndRewards_glCoinsText__2EeV_ {
    margin-right: 24px;
}

.MuiTypography-h4 {
    font-size: 1.25rem;
    font-family: lato, sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 600;
    line-height: 1.235;
}

.MuiTypography-root {
    margin: 0;
}

.ReferralsAndRewards_glCoinsContainer__2cOYr {
    display: flex;
    align-items: center;
}

.MuiTouchRipple-root {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    position: absolute;
    border-radius: inherit;
    pointer-events: none;
}

.MuiTypography-body1 {
    font-size: 1rem;
    font-family: lato, sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
    line-height: 1.5;
}

.MuiButton-label {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
}

.MuiButton-textPrimary {
    color: #196ae5;
}

.MuiButton-text {
    padding: 6px 24px;
}

.MuiButton-root {
    color: #000000;
    padding: 6px 24px;
    font-size: 0.875rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: lato, sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 600;
    line-height: 1.75;
    border-radius: 4px;
    text-transform: uppercase;
}

.MuiButtonBase-root {
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.MuiCardContent-root:last-child {
    padding-bottom: 24px;
}

.ReferralsAndRewards_glCoinsCardContent__3ck4M {
    padding: 16px !important;
    display: flex;
    justify-content: space-between;
}

.MuiCardContent-root {
    padding: 16px;
}

.MuiCard-root {
    height: 100%;
    overflow: hidden;
}

.MuiPaper-elevation1 {
    box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
}

.MuiPaper-rounded {
    border-radius: 4px;
}

.MuiPaper-root {
    color: #000000;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
}

.MuiGrid-spacing-xs-4 > .MuiGrid-item {
    padding: 16px;
}

.MuiGrid-grid-xs-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
}

.MuiGrid-item {
    margin: 0;
    box-sizing: border-box;
    flex-direction: row;
}

.ReferAndEarnBanner_referAndEarnMobImg__2orCF {
    display: none;
}

.ReferAndEarnBanner_referAndEarnDeskImg__1fe8b {
    max-width: 100%;
    height: 100%;
}

.ReferAndEarnBanner_triangleLeft__281jt, .ReferAndEarnBanner_triangleRight__2nnFI {
    display: none;
}

.ReferAndEarnBanner_triangleLeft__281jt, .ReferAndEarnBanner_triangleRight__2nnFI {
    display: none;
}

.ReferAndEarnBanner_triangleBottom__9CAMd {
    bottom: 0;
    border-bottom: 16px solid #fafafa;
}

.ReferAndEarnBanner_triangleBottom__9CAMd, .ReferAndEarnBanner_triangleTop__QSSf1 {
    position: absolute;
    right: -17px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
}

.ReferAndEarnBanner_triangleBottom__9CAMd, .ReferAndEarnBanner_triangleTop__QSSf1 {
    position: absolute;
    right: -17px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
}

.ReferAndEarnBanner_triangleTop__QSSf1 {
    top: 0;
    border-top: 16px solid #fafafa;
}

.ReferAndEarnBanner_referAndEarnImgContainer__3PRqf {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    border-right: 2px dashed var(--yellow-60);
    padding: 42px 32px 0 0;
    width: 32%;
}

.MuiTouchRipple-root {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    position: absolute;
    border-radius: inherit;
    pointer-events: none;
}

.ReferAndEarnBanner_linkText__30hhk {
    margin-right: 8px;
    font-size: 14px;
}

.MuiTypography-h6 {
    font-size: 1rem;
    font-family: lato, sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 600;
    line-height: 1.6;
}

.MuiTypography-root {
    margin: 0;
}

.MuiButton-label {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
}

.ReferAndEarnBanner_copyUrlMobCont__ZVlH_, .ReferAndEarnBanner_referAndEarnHowItWorksContbtm__1drb5, .ReferAndEarnBanner_whatsappLink__288jJ {
    display: none;
}

.jss43 {
    display: flex;
    justify-content: space-around;
}

.jss42 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.MuiTouchRipple-root {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    position: absolute;
    border-radius: inherit;
    pointer-events: none;
}

.ReferAndEarnBanner_shareIcon__2tKC0 {
    width: 24px;
    height: 24px;
}

.MuiIconButton-label {
    width: 100%;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
}

.ReferAndEarnBanner_socialIcons__1qX4U {
    padding: 0 4px 0 0;
    height: 32px;
}

.MuiIconButton-root {
    flex: 0 0 auto;
    color: rgba(0, 0, 0, 0.54);
    padding: 12px;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 50%;
}

.MuiButtonBase-root {
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.jss41 {
    display: flex;
}

.ReferAndEarnBanner_shareButtonViaHeader__3kRjz, .ReferAndEarnBanner_socialIconsViaHeader__1R0MD {
    font-size: 12px;
}

.MuiTypography-body1 {
    font-size: 1rem;
    font-family: lato, sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
    line-height: 1.5;
}

.MuiTypography-root {
    margin: 0;
}

.ReferAndEarnBanner_referralCopyAndShareContainer__1asUB {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ReferAndEarnBanner_ctaContainer__403td {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 8px;
}

.ReferAndEarnBanner_copyUrlMob__1U43l {
    color: #fff;
}


@media screen and (max-width:1400px) {
    .ReferAndEarnBanner_copyUrlMobCont__ZVlH_, .ReferAndEarnBanner_referAndEarnHowItWorksContbtm__1drb5, .ReferAndEarnBanner_whatsappLink__288jJ {
        display: none;
    }
}
/*
@media (min-width: 960px) .ReferAndEarnBanner_copyUrlMobCont__ZVlH_, .ReferAndEarnBanner_referAndEarnHowItWorksContbtm__1drb5, .ReferAndEarnBanner_whatsappLink__288jJ {
    display: none;
}*/

.ReferAndEarnBanner_copyUrlMobCont__ZVlH_ {
    width: 100%;
    padding: 8px 24px;
    text-align: center;
    background-color: #196ae5;
    margin-top: 5px;
    border-radius: 4px;
}

.ReferAndEarnBanner_copyUrl__U4GEM {
    font-size: 16px;
    color: #fff;
    width: 60px;
}

.ReferAndEarnBanner_copyUrlCont__1C5g9 {
    background-color: #196ae5;
    width: 25%;
    padding: 8px 24px;
    text-align: center;
    border-radius: 0 6px 6px 0;
}

.ReferAndEarnBanner_copyToClipboard__2deqG {
    font-size: 16px;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-wrap: break-word;
    -webkit-box-orient: vertical;
    width: 75%;
    white-space: nowrap;
    align-self: center;
    padding: 8px;
}

.ReferAndEarnBanner_copyToClipboardOption__1wcBL {
    border: transparent;
    border-radius: 6px;
    display: flex;
    grid-template-columns: 75% 25%;
    width: 75%;
    background-color: #fff;
    color: grey;
}

.ReferAndEarnBanner_shareButtonViaHeader__3kRjz, .ReferAndEarnBanner_socialIconsViaHeader__1R0MD {
    font-size: 12px;
}

.MuiTypography-body1 {
    font-size: 1rem;
    font-family: lato, sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
    line-height: 1.5;
}

.MuiTypography-root {
    margin: 0;
}

.ReferAndEarnBanner_referAndEarnSubText___UEp1 li:before {
    content: "";
    border-left: 0.45em solid var(--yellow-60);
    border-bottom: 0.35em solid transparent;
    border-right: 0 solid var(--yellow-60);
    border-top: 0.35em solid transparent;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1.1em;
    position: relative;
}

.ReferAndEarnBanner_referAndEarnSubText___UEp1 ul {
    list-style-type: none;
    -webkit-padding-start: 16px;
    padding-inline-start: 16px;
}

.ReferAndEarnBanner_referAndEarnSubText___UEp1 {
    margin-bottom: 8px;
}

.MuiTouchRipple-root {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    position: absolute;
    border-radius: inherit;
    pointer-events: none;
}

.ReferAndEarnBanner_linkText__30hhk {
    margin-right: 8px;
    font-size: 14px;
}

.MuiTypography-h6 {
    font-size: 1rem;
    font-family: lato, sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 600;
    line-height: 1.6;
}

.MuiTypography-root {
    margin: 0;
}

.MuiButton-label {
    width: 100%;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
}

.ReferAndEarnBanner_howItWorksButton__3v9YP {
    padding: 4px;
    color: var(--yellow-60) !important;
}

.ReferAndEarnBanner_linkButton__2se11 {
    text-transform: capitalize;
}

.MuiButton-textPrimary {
    color: #196ae5;
}

.MuiButton-text {
    padding: 6px 24px;
}

.MuiButton-root {
    color: #000000;
    padding: 6px 24px;
    font-size: 0.875rem;
    min-width: 64px;
    box-sizing: border-box;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-family: lato, sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 600;
    line-height: 1.75;
    border-radius: 4px;
    text-transform: uppercase;
}

.MuiButtonBase-root {
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.ReferAndEarnBanner_referAndEarnHowItWorksCont__38qKG {
    align-self: flex-start;
}

.jss33 {
    display: flex;
    justify-content: flex-end;
}

.ReferAndEarnBanner_highlightedHeading__1U-t7 {
    color: var(--yellow-60);
}

.MuiTypography-h3 {
    font-size: 1.5rem;
    font-family: lato, sans-serif, -apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 500;
    line-height: 1.2;
}

.MuiTypography-root {
    margin: 0;
}

.ReferAndEarnBanner_referAndEarnhighlightedHeading__33yxI {
    width: 80%;
    margin-bottom: 0;
}

.jss32 {
    margin-bottom: 16px;
}

.ReferAndEarnBanner_referAndEarnhighlightedHeadingCont__3WCsi {
    display: flex;
    justify-content: space-between;
}

.ReferAndEarnBanner_referAndEarnText__2o4Kg {
    padding-right: 24px;
}

.ReferAndEarnBanner_referAndEarnTextContainer__3rOhB {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    padding: 24px 24px 24px 36px;
    color: white;
}

.ReferAndEarnBanner_referAndEarnContainer__2bAd8 {
    display: flex;
    margin-bottom: 16px;
    border-radius: 8px;
    background-image: url(https://d126xlb4xxhp7y.cloudfront.net/static/media/refer-and-earn-banner-bg.934a10cc.jpg);
    background-size: cover;
    background-position: 50%;
}

.sub-title {
    font-size: 15px;
    color: rgb(28,28,28);
}

.title {
    font-size: 18px;
    margin-bottom: 0px !important;
    font-weight: 600;
    color: #666666;
}

.responsive-img {
    max-width: 100%;
    height: auto;
}

imageHeight {
    height: 45px !important;
}

.iconContainer {
    margin-right: 12px;
}

.left {
    float: left !important;
}

@media only screen and (min-width: 993px) .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

@media only screen and (min-width: 601px) .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.footer-highlights .highlight {
    padding: 20px 18px 15px;
    border-right: 1px solid #e2e2e2;
}

.row .col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px;
}

.valign-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-highlights {
    margin: 0;
    background-color: #FFF;
}

.backgroundDesktop {
    background: #F5F5F5 0% 0% no-repeat padding-box !important;
}

.select2-selection {
    width: 180px !important
}
