﻿/* || Font Family */

@font-face {
    font-family: 'Inter-Black';
    src: url('/assets/fonts/Inter-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('/assets/fonts/Inter-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-ExtraBold';
    src: url('/assets/fonts/Inter-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-ExtraLight';
    src: url('/assets/fonts/Inter-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Light';
    src: url('/assets/fonts/Inter-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('/assets/fonts/Inter-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('/assets/fonts/Inter-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('/assets/fonts/Inter-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Thin';
    src: url('/assets/fonts/Inter-Thin.ttf') format('truetype');
}

/* || General styles */

html, body {
    font-family: 'Inter-Regular' !important;
}

.property-grid-view-wrapper {
    margin-top: 0px;
    background-color: #ffffff;
    padding: 80px 34px 20px 34px;
}

.property-grid-view-title h1 {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 3px;
    color: #000000;
    font-family: 'Inter-Regular' !important;
}

.spl-offer-wrap {
    background: #000;
    color: #fff;
    cursor: pointer;
    margin-top: 70px;
}
    .spl-offer-wrap strong {
        color: #F2006C;
        font-weight: 700;
    }
    .spl-offer-wrap p img {
        width: 22px;
        margin-right: 10px;
    }
    .spl-offer-wrap p {
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .property-grid-view-title p {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 152.523%;
        margin-bottom: 12px;
        color: #000000;
    }

.property-grid-view-subtitle span {
    color: #ff2587;
}

.property-grid-view-search-bar {
    position: relative;
}

.property-grid-view-search-bar-section {
    margin-bottom: 0px;
    margin-right: 4em;
}

.property-grid-view-search-bar-section .form-control {
    width: 100%;
    border-radius: 50px;
    border-color: #000000;
    height: 50px;
    padding: 10px 25px;
}

.property-grid-view-subtitle {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-top: 12px;
}

.property-grid-view-search-bar .searchbtn {
    background: #ffffff00;
    color: #e62e6f;
    width: 45px;
    height: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 300;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: 0;
}

    .property-grid-view-search-bar .searchbtn::before {
        content: '';
        background: url(/assets/images/search/search-searchicon.png);
        position: absolute;
        align-items: center;
        justify-content: center;
        display: flex;
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #ff2587;
        width: 90px !important;
        height: 50px !important;
        right: 40px;
        top: -50px;
        cursor: pointer;
        border-radius: 0 50px 50px 0px;
    }

.property-list-view-map-view {
    float: right;
}

.property-list-view-map-view button.btn-outline-success {
    border-radius: 8px !important;
    margin-right: 0px !important;
    background-color: #ffffff !important;
    border: 2px solid #000000 !important;
    width: 100% !important;
    height: 45px !important;
    color: #000000 !important;
    text-transform: capitalize !important;
}

    .property-list-view-map-view i {
        margin-right: 10px;
    }

.property-grid-view-search-bar-section .form-control:focus {
    border-color: #000000;
}

.property-list-view-map-view img {
    width: 26px;
    margin-right: 6px;
    vertical-align: bottom;
}

.property-grid-view-properties-found {
    margin: 1rem 0 0rem;
}

.sort-sortBy {
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
    padding: 12px 14px;
    font-size: 14px;
    border-radius: 5px !important;
    margin: 0px !important;
    background-color: #ffffff !important;
    border: 2px solid #ffffff !important;
    width: 100% !important;
    height: 50px !important;
    color: #000000 !important;
    text-transform: capitalize !important;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}

.sort-downArrow.sprites-downArrow {
    float: right;
    font-size: 20px;
    position: relative;
    bottom: 2px;
}

.sort-sortBy span {
    text-transform: capitalize;
    font-weight: 700;
    color: #282c3f;
}

.sort-list {
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 48px;
    left: 0px;
    margin: 0;
    padding: 0px 0;
    z-index: 24;
    display: none;
    border: solid 0px #d4d5d9;
    border-top: none;
    -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.08);
}

.sort-list li.active {
    background-color: #f4f4f5;
}

.sort-list li {
    list-style-type: none;
}

.sort-list label {
    display: block;
    font-size: 12px;
    color: #282c3f;
    cursor: pointer;
    padding: 8px 20px;
    margin: 0;
}

.sort-label input {
    visibility: hidden;
    display: none;
}

.properties-sort {
    padding: 14px 0px;
}

.property_list_view_pad {
    padding: 0px 0px;
    background: #ffffff;
    width:100%;
}

.property-grid-view-property-sorting .similarProperty {
    font-size: 22px;
    text-align: center;
    color: #324b72;
    letter-spacing: 2px;
    font-family: 'Inter-Regular' !important;
    font-weight: 500;
    width: 100%;
    border-bottom: 2px solid #dedede;
    padding-bottom: 12px;
    margin: 0 15px;
    display: none;
}

#property_search .property-grid-view-property-sorting .GalleryViewHomePageProperty .owl-nav .owl-prev i {
    background: #ffffff9e !important;
    width: 30px;
    height: 30px;
    padding: 0 0 0 !important;
    border: 0 solid #ef0073;
    color: #000000 !important;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: absolute;
    left: 0;
    float: none !important;
    font-weight: 600;
}

#property_search .property-grid-view-property-sorting .GalleryViewHomePageProperty .owl-nav .owl-next i {
    background: #ffffff9e !important;
    width: 30px;
    height: 30px;
    padding: 0 0 0 !important;
    border: 0 solid #ef0073;
    color: #000000 !important;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    position: absolute;
    right: 0;
    float: none !important;
    font-weight: 600;
}

.property-grid-view-property-sorting .property_list_view_pad .card-img-top {
    max-height: 210px;
    height: 210px;
    border-radius: 5px;
}

.property-grid-view-property-sorting .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 5px;
}

.property-grid-view-property-sorting .owl-loaded {
    color: rgb(32, 34, 44);
    padding-bottom: 10px;
    border-radius: 5px;
}

.property-grid-view-property-sorting .product-carousel {
    border-radius: 5px;
}

.property-grid-view-property-sorting .card .card-body .card-title {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    float: left;
    width: 100%;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.property-grid-view-property-sorting .card .card-body .pricing {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 17px;
    text-align: left;
}

    .property-grid-view-property-sorting .card .card-body .pricing i {
        font-size: 14px;
        font-weight: 700;
        margin-right: 3px;
        color: #000000 !important;
    }

.property-grid-view-property-sorting .price-right {
    float: left;
    margin-top: 0px !important;
    width: 100%;
}

.property-grid-view-property-sorting .cords {
    color: #a5a5a5;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    width: 100%;
    text-align: left;
    margin-bottom: 6px;
}

.property-grid-view-property-sorting .MapView_Prop_card_View_Right .ratingLabel {
    float: right;
    padding: 1px;
    font-weight: 400;
    font-size: 11px;
    background-color: black;
    color: white;
    border-radius: 50px;
    margin-top: -50px;
    cursor: pointer;
    margin-right: 3px;
}

.property-grid-view-property-sorting .ratingLabel {
    float: right;
    padding: 1px;
    font-weight: 400;
    font-size: 11px;
    background-color: black;
    color: white;
    border-radius: 50px;
    margin-top: -45px;
    cursor: pointer;
    margin-right: -2px;
    padding: 1px 3px;
}

.trending-properties.property-grid-view-wrapper .card:hover .quick-view {
    cursor: pointer;
    position: absolute;
    top: 45.5%;
    text-align: center;
    width: 100%;
    background: #ffffffad;
    color: black;
    display: flex;
    line-height: 36px;
    z-index: 2;
}

.property-grid-view-wrapper .card:hover .quick-view {
    cursor: pointer;
    position: absolute;
    top: 48.5%;
    text-align: center;
    width: 100%;
    background: #ffffffad;
    color: black;
    display: block;
    line-height: 36px;
    z-index: 2;
}
.filterblock {
    height: 50px;
    position: sticky;
    top: 0;
    z-index:9;
}
.property-grid-view-wrapper .card:hover .no-gutt .quick-view {
    cursor: pointer;
    position: absolute;
    top: -23%;
    text-align: center;
    width: 100%;
    background: #ffffffad;
    color: black;
    display: block;
    line-height: 36px;
    z-index: 2;
}

.property-grid-view-wrapper .card .quick-view {
    display: none;
}

    .property-grid-view-wrapper .card .quick-view input[type=button] {
        background: 0 0;
        color: #000;
        border: 0;
        outline: 0;
        width: 100%;
        cursor: pointer;
    }

.CssLoaderStyles .logoloader {
    border: 6px solid #ef0075;
    border-top-width: 6px;
    border-top-style: solid;
    border-top-color: rgb(239, 0, 117);
    border-radius: 50%;
    border-top: 6px solid transparent;
    width: 55px;
    height: 55px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
}

.goup-page.show {
    position: fixed;
    opacity: 1;
    bottom: 6rem;
    right: 2rem;
    color: #fff;
    background: #ef0073;
    font-weight: 700 !important;
    padding: 0 0 0 !important;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    font-size: 26px;
    z-index: 92;
    visibility: visible;
    box-shadow: 0 0 10px 1px #bdbdbd;
}

.goup-page.show {
    cursor: pointer;
    color: #fff;
    font-weight: 700 !important;
    font-size: 26px;
    visibility: visible;
}

.UpArrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.property-grid-view-property-sorting .search-filter-container .custom-control label {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 0px;
    padding: 0px 0px 0px 30px !important;
    letter-spacing: 0px;
}

.property-grid-view-property-sorting .search-filter-container > ul li {
    border-bottom: 0 solid #e0e6ed;
    padding: 0 15px;
    position: absolute;
    top: 5px;
    right: 0;
}

.property-grid-view-property-sorting .property_leftview {
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
    padding: 0px 0px;
    font-size: 14px;
    border-radius: 5px !important;
    margin: 0px !important;
    background-color: #ffffff !important;
    border: 2px solid #ffffff !important;
    width: 100% !important;
    height: auto !important;
    color: #000000 !important;
    text-transform: capitalize !important;
    min-width: 100% !important;
    max-width: 100% !important;
    overflow-y: scroll;
    height: 85vh !important;
}
.property-grid-view-property-sorting .property_leftview::-webkit-scrollbar {
    display:none;
}

.property-grid-view-property-sorting .search-filter-inside {
    min-width: 100% !important;
    max-width: 100% !important;
    border-right: 0 solid #e0e6ed;
    border: 0px solid #bdbdbd !important;
    border-radius: 5px;
}

.property-grid-view-property-sorting .search-fitler_title_sec {
    display: flex;
    border-bottom: 1px solid #D3D3D3;
}

.property-grid-view-property-sorting .filter-search-filterSearchBox {
    position: absolute;
    top: 0;
    right: 14px;
    width: 25px;
    height: 25px;
    background-color: #ffffff00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    pointer-events: none;
}

.property-grid-view-property-sorting .filterclear_anchor {
    background: 0 0;
    border: 0;
    color: #ef0075;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    text-transform: capitalize;
    padding-top: 10px;
    padding-left: 0;
}

.property-grid-view-property-sorting .search-filter_title {
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0;
    text-transform: revert;
    padding-left: 15px;
    padding-top: 14px;
    padding-bottom: 10px;
}

.property-grid-view-property-sorting .search-filter-container label {
    font-size: 14px;
    margin: 0 !important;
    padding: 6px 0 !important;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.property-grid-view-wrapper .suggestionContainer {
    list-style: none;
    padding: 0;
    position: absolute;
    width: 89.5% !important;
    background-color: #fff;
    border: 2px solid #e3e3e3;
    border-top: 0;
    z-index: 9;
    margin-left: 2.5%;
    border-bottom: 2px solid #e3e3e3;
}

    .property-grid-view-wrapper .suggestionContainer > .PropDetails {
        padding: 4px;
        border-top: 1px solid #e3e3e3;
        min-height: 35px;
        padding-top: 6px;
        font-weight: 600;
        font-size: 12px;
        cursor: pointer;
        display: flex;
        white-space: nowrap;
        background: #ffffff;
    }

.property-grid-view-property-sorting .search-filter-container .radioInputGroup .filtercitySelect [type="radio"]:checked + label, .search-filter-container .radioInputGroup .filtercitySelect [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px !important;
    cursor: pointer;
    display: inline-block;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.property-grid-view-property-sorting #ulVariantType {
    margin-top: 10px;
}

.property-grid-view-property-sorting #MRent {
    margin-top: 10px;
}

.property-grid-view-property-sorting #RoomTypebutton {
    margin-top: 10px;
}

.property-grid-view-property-sorting #CityListview {
    margin-top: 10px;
    margin-bottom: 10px;
}

.property-grid-view-property-sorting #PropertyAmenities {
    margin-top: 10px;
}

.property-grid-view-property-sorting #PropertyLanguage {
    margin-top: 10px;
}

.property-grid-view-property-sorting #Propertyhobbies {
    margin-top: 10px;
}

.property-grid-view-property-sorting #PropertyFoodhobbies {
    margin-top: 10px;
}

.property-grid-view-property-sorting .searchHeader {
    position: relative;
}

    .property-grid-view-property-sorting .searchHeader.collapsed:after {
        content: url('/assets/images/search/plus-icon.png');
        font-size: 18px;
        margin-top: 0px;
        position: absolute;
        right: 0;
        top: -2px;
        cursor: pointer;
        float: right;
    }

    .property-grid-view-property-sorting .searchHeader:after {
        content: url('/assets/images/search/minus-icon.png');
        float: right;
        font-size: 18px;
        margin-top: -8px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
    }

.property-grid-view-property-sorting .multiproperties_filter_view {
    background: #fff !important;
}

.property-grid-view-property-sorting .search-filter-container {
    padding: 0;
    margin-top: 8px;
}

#property_search .property-grid-view-property-sorting .tab-content > .tab-pane:last-child {
    border-bottom: 0px !important;
}

#property_search .property-grid-view-property-sorting .tab-content > .tab-pane, #property_search .pill-content > .pill-pane {
    display: block;
}

.property-grid-view-property-sorting .search-filter-container .tab-pane {
    padding: 5px 15px 10px 15px;
    border-bottom: 1px solid #bdbdbd;
}

.property-grid-view-property-sorting .search-filter-container li {
    list-style-type: none;
}

    .property-grid-view-property-sorting .search-filter-container li ul:first-child {
        border-bottom: 0px solid #E0E6ED;
    }

.property-grid-view-property-sorting .ul-height-limit.active {
    max-height: 285px;
    -webkit-transition: max-height 2s;
    transition: max-height 2s;
    overflow-y: auto;
}

.property-grid-view-property-sorting .ul-height-limit {
    max-height: 302px;
    overflow-y: hidden;
    -webkit-transition: max-height 2s;
    transition: max-height 2s;
}

.property-grid-view-property-sorting search-filter-container .filtercitySelect {
    height: 28px !important;
    position: relative;
    align-items: center;
    display: flex;
    align-content: center;
}

#property_search .property-grid-view-property-sorting .tab-content > .tab-pane:last-child {
    border-bottom: 0px !important;
}

.property-grid-view-property-sorting .search-filter-container {
    padding: 0;
    margin-top: 8px;
}

.property-grid-view-property-sorting .search-filter-container li {
    list-style-type: none;
}

.property-grid-view-property-sorting .search-filter-container .header label {
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    opacity: 1;
    padding-bottom: 0 !important;
    color: #000000;
    cursor: pointer;
}

.property-grid-view-property-sorting .search-filter-container label {
    font-size: 15px;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: capitalize;
}

.property-grid-view-property-sorting .search-filter-container .custom-control-label::before {
    background-color: #fff;
    top: 4px;
}

.property-grid-view-property-sorting .search-filter-container .custom-control-label::after {
    top: 5px;
    width: 20px;
    height: 18px;
}

.property-grid-view-property-sorting .search-filter-container .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ef0075;
    color: #fff;
    font-size: 12px;
}

    .property-grid-view-property-sorting .search-filter-container .custom-control {
        padding: 0px 0px;
        align-items: center;
        display: flex;
        min-height: 30px;
    }

.property-grid-view-property-sorting .search-filter-container .tab-pane {
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #bdbdbd;
}

.property-grid-view-property-sorting .search-filter-container > ul li {
    border-bottom: 0 solid #e0e6ed;
    padding: 0 15px;
}

.property-grid-view-property-sorting .search-filter-container .third-child-ul {
    padding: 0 0;
}

.property-grid-view-property-sorting .pad0 {
    padding: 0;
}

#property_search .property-grid-view-property-sorting .tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

#property_search .property-grid-view-property-sorting .tabs-left > .nav-tabs {
    border-bottom: 0;
}

#property_search .property-grid-view-property-sorting .tabs-left > .nav-tabs > li {
    float: none;
}

.property-grid-view-property-sorting .filternav-active {
    background: #fff !important;
    color: #ef0075;
}

#property_search .property-grid-view-property-sorting .tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

#property_search .property-grid-view-property-sorting .tabs-left > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.property-grid-view-property-sorting .filternav-active a {
    color: #ef0075 !important;
}

#property_search .property-grid-view-property-sorting .tab-content > .tab-pane, #property_search .pill-content > .pill-pane {
    display: block;
}

.property-grid-view-property-sorting .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff00;
}

.property-grid-view-property-sorting .custom-control-input:checked ~ .custom-control-label::before {
    color: #f0086e;
    background-color: #007bff;
}

.property-grid-view-property-sorting .search-filter-container .custom-control-label::before {
    background-color: #fff;
    top: 4px;
}

.property-grid-view-property-sorting .search-filter-container .custom-control-label::before {
    background-color: #ffffff;
    top: 3px;
    border: 2px rgba(0, 0, 0, 0.5) solid;
    width: 20px;
    height: 20px;
    border-radius: 5px !important;
}

.property-grid-view-property-sorting .search-filter-container .custom-control-label::after {
    top: 5px;
}

.property-grid-view-property-sorting .custom-control-label::after {
    top: 15px;
}

.property-grid-view-property-sorting .custom-control-label::after {
    opacity: 1;
}

.property-grid-view-property-sorting .search-filter-container .custom-control-label::before {
    background-color: #fff;
    top: 4px;
}

.property-grid-view-property-sorting .apply_show::before {
    content: "\f054";
    font-size: 16px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(90deg);
    padding: 10px 0px 0px 0px;
    margin-right: 3px;
}

#property_search .property-grid-view-property-sorting .tab-pane > ul > li:last-child > span {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}

.property-grid-view-property-sorting .apply_show {
    background: #fff;
    border: 0px;
    font-size: 12px;
    color: #ef0075;
    width: 27%;
    cursor: pointer;
    border-radius: 5px;
    padding-top: 5px;
    text-align: left !important;
    width: 100%;
    padding-left: 26px;
    display: flex;
    align-items: center;
}

#property_search .property-grid-view-property-sorting .tab-pane > ul > li:last-child {
    height: auto;
    align-items: center;
    flex-direction: column;
}

.property-grid-view-property-sorting .search-filter-container .radioInputGroup .filtercitySelect [type="radio"]:checked + label::before, .search-filter-container .radioInputGroup .filtercitySelect [type="radio"]:not(:checked) + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    border: 2px rgba(0, 0, 0, 0.5) solid;
    border-radius: 5px !important;
    background: #fff;
}

.property-grid-view-property-sorting .search-filter-container .radioInputGroup .filtercitySelect [type="radio"]:checked + label::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #f0086e;
    position: absolute;
    top: 3px;
    left: 5px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.property-grid-view-property-sorting .radioInputGroup [type="radio"]:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.property-grid-view-property-sorting .search-filter-container .radioInputGroup .filtercitySelect [type="radio"]:checked, .search-filter-container .filtercitySelect [type="radio"]:not(:checked) {
    position: absolute;
    z-index: 999;
    opacity: 0;
    width: 14px !important;
    height: 14px !important;
    cursor: pointer;
    top: 4px;
    left: 1px;
}

.schedule-visit-grid-view .btn.btn-primary {
    border-radius: 5px;
    background: #F2006C;
    border: 0.5px solid #F2006C;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 16px;
    text-align: center;
    width: 100%;
    padding: 12px 15px;
    cursor: pointer;
}
    .schedule-visit-grid-view .btn.btn-primary:hover {
        background-color: #DD0063 !important;
        border: 1px solid #DD0063;
    }
    .schedule-visit-grid-view .btn.btn-primary:active {
    border-radius: 5px;
    background: #F2006C;
    border: 0.5px solid #F2006C;
    color: #ffffff;
}

.enquire-visit-grid-view .btn.btn-primary {
    border-radius: 5px;
    background: #FFFFFF;
    border: 0.5px solid #212121;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin-top: 16px;
    text-align: center;
    width: 100%;
    padding: 12px 15px;
    cursor: pointer;
}
.enquire-visit-grid-view .btn.btn-primary:hover {
    background-color:#000;
    color:#fff!important;
}
    .enquire-visit-grid-view .btn.btn-primary:active {
    border-radius: 5px;
    background: #FFFFFF;
    border: 0.5px solid #212121;
    color: #000000;
}

.faqAccordion button {
    border: none;
    background: none;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    width: 100%;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    color: #000000 !important;
    background-color: #e7f1ff00 !important;
}

    .faqAccordion button:focus {
        outline: 0px auto -webkit-focus-ring-color;
    }

.faqAccordion .accordion-item {
    border-bottom: 1px solid #C8C8C8 !important;
    padding: 10px 0 10px;
    background-color: #fff0;
    border: 1px solid rgb(0 0 0 / 0%);
}

.faqSection {
    width: calc(100% - 0px);
    background: #F3F3F3;
    padding: 3em 3em;
}

    .faqSection h2, .faqSection h5 {
        font-size: 1.75rem;
        font-weight: 600;
        margin-bottom: 20px;
    }

        .faqSection h2 span, .faqSection h5 span {
            color: #ef0073;
        }

.faqAccordion button.collapsed::after {
    content: '\002B';
    color: rgba(0, 0, 0, 1);
    font-size: 25px;
    font-weight: bold;
    padding: 0 10px 0 0;
    cursor: pointer;
    position: absolute;
    right: 15px;
    background-image: none;
    top: -6px;
}

.faqAccordion button::after {
    content: "\2212";
    color: rgb(0 0 0);
    font-size: 25px;
    font-weight: bold;
    padding: 0 10px 0 0;
    cursor: pointer;
    position: absolute;
    right: 15px;
    background-image: none !important;
    transform: none !important;
    top: -6px;
}

.faqAccordion .accordion-header {
    position: relative;
    padding: 25px 0px;
    margin-bottom:0;
}

    .faqAccordion .accordion-header > .collapse.show {
        background-color: #E6E6E6;
    }

.faqAccordion p, .faqAccordion li, .faqAccordion p a {
    font-size: 16px;
    font-weight: 500;
    color: #363636;
    margin-left: 0px;
}

.faqAccordion ul li {
    margin-left: 40px;
}

.faqAccordion ol li {
    margin-left: 8px;
}

.viewMore-faq a {
    font-size: 18px;
    font-weight: 500;
    color: #EF1284 !important;
    cursor: pointer;
    margin-right: 10px;
}

    .viewMore-faq a:hover {
        text-decoration: underline !important;
        color: #1b1b1b !important;
    }

.viewMore-faq i {
    font-size: 18px;
    color: #EF1284;
}

.viewMore-faq {
    margin: 15px 0;
}

.accordion-header.active {
    background-color: #E6E6E6;
}

.remaining-faq {
    display: none;
}

.body-container {
    width: calc(100% - 100px);
    margin: 0 auto;
}

.learningspace h2 {
    padding-bottom: 20px;
    font-size: 1.75rem;
    font-weight: 600;
    color: #000000;
}
.learningspace h6, .learningspace h2.subtitleText {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    color: #000000;
}
.learningspace h1.subtitleText, .learningspace h3.subtitleText, .learningspace h4.subtitleText, .learningspace h5.subtitleText, .faqSection h5.subtitleText{
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    color: #000000;
}
.learningspace h1.subtitleText, .overviewPune .subtitleText.h2Text {
    font-size: 22px;
}
.learningspace h6.PopularAreaBangalore {
    font-weight: 500;
    font-size: 17px;
    padding-bottom: 10px;
    color: #d433ac;
}
.learningspace h6.ColivePGBangalore {
    color: #434343;
}
.learningspace .popularArea {
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
    color: #1d5ecf;
}
.learningspace .housingOption h4 {
    font-weight: 400;
    font-size: 16px;
}
.faqSection h5.subtitleText {
    font-size: 20px;
}
.bellandurOverviewSection table {
    border-collapse: collapse;
    width: 50%;
    border: 2px solid black;
    margin-bottom:20px;
}
.bellandurOverviewSection th, .bellandurOverviewSection td {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}
.bellandurOverviewSection td {
    font-weight: 500;
    font-size: 14px;
}
.bellandurOverviewSection ol li {
    font-weight: 600;
    padding-bottom: 10px;
    color: #000000;
}
.bellandurOverviewSection ol.topPgs li::marker {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    color: #000000;
}
.bellandurOverviewSection ol.topPgs h3 {
    font-size: 18px;
}
.bellandurOverviewSection ol li p {
    font-weight:500;
    margin-bottom:0.5rem;
}
.bellandurOverviewSection ul {
    padding-left:30px;
    list-style:disc;
}
.learningspace .premiumPgs span {
    font-weight: 400;
    font-size: 16px;
}
.learningspace hr {
    border: 1px solid #888888 !important;
    color: #888888;
    height: 0px !important;
    margin: 25px 0;
    opacity: 1 !important;
}

.learningspace {
    position: relative;
    width: 100%;
}

.learning-content-overview {
    margin-top: 0px;
}

    .learning-content-overview p, .faqSection p {
        margin-bottom: 1rem;
        line-height: 24px;
        font-size: 16px;
        color: #000000;
    }

.moretext {
    display: none;
}

.moreless-button::after {
    content: url('/assets/images/search/arrow-read-more.png');
    margin-left: 5px;
    vertical-align: middle;
}

.moreless-button, .moreless-button1 {
    color: #EF1284 !important;
}

    .moreless-button:hover, .moreless-button1:hover {
        color: #1B1B1B;
    }

.Overview-learningspace {
    padding: 3em 3em;
    background-color: #ffffff;
    z-index: 9;
    position: relative;
}
#faqContect {
    z-index: 9;
    position: relative;
}
.Overview-learningspace .faq-lists1{
    margin:0 0 1rem 2rem;
}
.Overview-learningspace .faq-lists1 li, .Overview-learningspace .faq-lists2 li{
    margin-bottom: 16px;
}
#faqSection ul.marathList {
    margin-top: 10px;
    list-style: none;
    padding-left: 0;
}
#faqSection ul.marathList li {
    padding-left:0;
    margin-left: 0px;
    margin-top: 3px;
}
ul.room-type {
    padding-left: 20px;
}
.learningspace h5 {
font-size:18px;
font-weight:600;
}
.faqSection .popularArea {
    color: #0d6efd;
}
    @media (max-width: 768px) {
        .body-container {
            width: calc(100% - 0px) !important;
            margin: 0 auto;
        }

        .learningspace h2 {
            font-size: 20px;
            padding-bottom: 10px;
        }

        .learningspace h6 , .learningspace h2.subtitleText {
            padding-bottom: 7px;
            font-size: 16px;
        }
        .learningspace h1.subtitleText, .overviewPune .subtitleText.h2Text {
            font-size: 18px;
        }
        .learningspace h5 {
            font-size: 15px;
        }
        .learningspace h1.subtitleText, .learningspace h3.subtitleText, .learningspace h4.subtitleText, .learningspace h5.subtitleText, .faqSection h5.subtitleText {
            font-size: 16px;
            padding-bottom: 7px;
        }
        .bellandurOverviewSection ol.topPgs li::marker {
            font-size: 16px;
            padding-bottom: 7px;
        }
        .bellandurOverviewSection ol li {
            padding-bottom: 0px;
        }
        .bellandurOverviewSection ol.topPgs li {
            margin-bottom: 1rem;
        }
        .bellandurOverviewSection table {
            width: 100%;
        }
        .bellandurOverviewSection th, .bellandurOverviewSection td {
            font-size: 13px;
        }
        .bellandurOverviewSection td br {
            display:none;
        }
        .learningspace .popularArea {
            font-size: 14px;
        }

        .faqSection {
            width: calc(100% - 0px);
            background: #F3F3F3;
            padding: 2em 0em;
        }

            .faqSection h2, .faqSection h5 {
                font-size: 18px;
            }

        .faqAccordion button {
            font-size: 14px;
            position: relative;
            padding-right: 50px
        }

        .faqAccordion p, .faqAccordion li, .faqSection .popularArea {
            font-size: 13px;
        }

        .faqAccordion ul li {
            margin-left: 32px;
        }

        .faqAccordion ol li {
            margin-left: 30px;
        }

        .faqAccordion ol {
            padding-left: 0;
        }

        .viewMore-faq a, .viewMore-faq i {
            font-size: 14px;
        }

        .faqAccordion button.collapsed::after, .faqAccordion button::after {
            font-size: 20px;
            right: 5px;
        }

        .faqAccordion .accordion-item {
            padding: 10px 0 0px;
        }

        .faqAccordion .accordion-header {
            padding: 15px 0px;
        }
    }

    .text_view h1 {
        font-size: 18px;
        padding-left: 26px;
    }

    .grid-view {
        padding-top: 0px;
        margin-top: 0px;
    }

    .search-container {
        margin-top: 5%;
    }

    .text_view p {
        font-size: 12px;
        padding-left: 26px;
        font-weight: 500;
        margin: 5px 0px;
    }

    .sub_feq .panel {
        display: none;
    }

    span.existing-price {
        color: #ef0073;
        text-decoration: line-through;
    }

    span.valid {
        font-size: 10px;
        font-weight: 400;
    }

    @media (max-width: 768px) {
        .search-filter-container .tab-pane {
            height: 50vh !important;
        }

        .mobileFilterbutton {
            /* z-index: 9999 !important;*/
        }
    }

    #SimilarPropertiesContainer .card {
        border-radius: 0 0 20px 20px;
    }

    .homepage-wrap .homepage-card .tab-pane .card-carousel .owl-carousel {
        position: relative;
        display: flex;
        align-items: center;
    }

    .inputs input {
        border: 1px solid #ef0073;
        font-size: 20px !important;
        font-weight: 700;
    }

    .map-view {
        background: #F4F8FB;
        min-height: 75vh;
        position: sticky;
        right: 0px;
        top: 90px;
        width: 100%;
        height: 100%;
        display: none;
    }

    #PropertySearchMap {
        overflow: hidden !important;
    }

    .map-view .bgc .map-box {
        height: 100%;
        width: 100%;
        margin: auto;
        margin-top: 15px;
    }

    .maplist {
        height: 81vh;
        /*position: fixed;*/
        z-index: 1;
        right: -15px;
        padding: 0;
        padding-left: 30px;
        margin-top: 0px;
        /* background-color: #F4F8FB;*/
        top: 0px !important;
    }

        .maplist.fixed-header {
            z-index: 1;
            padding-right: 0px !important;
        }

    .map-view h5.title {
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        float: left;
        width: 100%;
        letter-spacing: 0.5px;
    }

    .map-view .colive {
        color: #000000;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        padding: 0px 0px 0px 15px;
    }

    .map-view .no-gutt {
        margin-right: 0;
        margin-left: 0;
        align-items: center;
    }

    .map-view .googlemap {
        width: 100%;
        height: 100%;
    }

    .map-view img.widhigh-img {
        width: 100%;
    }

    .map-view img.pl-1 {
        padding-left: 0px !important;
    }

    .map-view .view-property {
        align-items: center;
        float: right;
        display: flex;
        margin: 0;
        padding-bottom: 10px;
    }

    .map-view .load {
        float: left;
    }

    .map-view .view {
        margin: 0px;
    }

    .map-view .radio {
        display: flex;
        background-color: white;
        margin-top: 93px;
        border-style: solid;
        border-width: 0.1px 0px;
        border-color: whitesmoke;
        padding: 20px 0;
    }

    .map-view .stager {
        display: inline-block;
        margin: 7px 0;
        color: #a5a5a5;
        font-size: 12px;
        font-weight: 400;
        line-height: 17px;
        width: 100%;
        text-align: left;
        margin-bottom: 6px;
    }

    .map-view i.fa.fa-heart-o {
        float: right;
        background-color: #FFFFFF;
        border: 1px;
    }

    .map-view p.pricings.m-0 {
        color: #324B72;
        font-size: 12px;
        font-weight: 600;
        line-height: 17px;
        text-align: left;
        display: -webkit-box;
        margin-bottom: 7px !important;
    }

    .map-view .col-md-8.pl-0 {
        opacity: 1;
    }

    .map-view p.sortby.mr-3 {
        color: #000000;
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
    }

    .map-view p.load.m-0 {
        color: #000000;
        font-size: 16px;
        font-weight: 700;
        line-height: 17px;
        text-align: left;
        width: 100%;
    }

    .map-view p.load i {
        font-size: 14px;
        font-weight: 700;
        margin-right: 0px;
        color: #000000 !important;
    }

    .map-view .card.mb-4.container.ok {
        padding: 0px 0px 0px !important;
        border: none;
        border-radius: 0px;
        margin-bottom: 17px !important;
        margin-left: 14px;
    }

    .MapView_Prop_card_View_Right {
        padding: 10px 0px 0px;
    }

    .map-view img.widhigh-img {
        width: 100%;
        height: 100%;
    }

    .map-view .card .MapView_Prop_card_View {
        height: 100%;
        overflow: hidden;
        min-height: 100%;
        max-height: 100%;
        text-align: center;
        border-radius: 5px;
    }

    .map-view p.rating_align {
        margin-top: 6px;
        margin-left: 0px;
        color: #000000;
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
    }

    .map-view .display {
        display: flex;
        align-items: center;
        margin: 26px 0 5px 0;
    }

    .map-view h5.sortby {
        color: #929AA7;
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        text-align: left;
        margin-top: 7px;
    }

    .map-view p.head_title {
        display: inline;
    }

    @media (max-width: 768px) {
        .map-view #footer h5 {
            text-align: center;
        }

        .map-view h5.title {
            color: #000000;
            font-size: 16px;
            font-weight: 600;
            padding: 10px 10px 0px;
            line-height: 20px;
        }

        .map-view .display {
            display: flex;
            display: flex;
            width: fit-content;
        }

        .map-view .stager {
            display: inline-block;
            grid-template-columns: 22px 1fr;
            margin: 0px 0px 5px;
            font-weight: 400;
            color: #324B72;
            line-height: 17px;
            opacity: 0.5;
            margin-left: 10px;
        }

        .property-grid-view-property-sorting .MapView_Prop_card_View_Right .ratingLabel {
            float: right;
            padding: 1px;
            font-weight: 400;
            font-size: 11px;
            background-color: black;
            color: white;
            border-radius: 50px;
            margin-top: -46px;
            cursor: pointer;
            margin-right: 3px;
        }

        .maplist {
            height: 85vh;
            position: relative;
            z-index: 10;
            top: 0;
            right: 0;
            width: 58%;
        }

        .map-view .col-md-12.d-flex.align-items-center.justify-content-between.pt-3 {
            display: block !important;
        }

        .map-view img.pl-1 {
            padding-left: 0.25rem !important;
        }

        .map-view .colive {
            color: #000000;
            font-size: 16px;
            font-weight: 400;
            line-height: 22px;
            text-align: left;
        }

        .map-view .col-sm-12.col-md-5 {
            flex: 0 0 100% !important;
            max-width: 100% !important;
        }

        .map-view img.widhigh-img {
            width: 100%;
        }

        .map-view .card .MapView_Prop_card_View {
            height: fit-content;
            overflow: hidden;
            min-height: unset;
            max-height: unset;
            text-align: center;
        }

        .map-view .col-md-7 {
            display: none;
        }

        .map-view .col-md-6.pl-0 {
            padding-left: 15px !important;
        }

        .map-view p.load.m-0 {
            color: #000000;
            font-size: 18px;
            font-weight: 600;
            line-height: 22px;
            margin-left: 15px !important;
        }

        .map-view p.pricings.m-0 {
            color: #324B72;
            font-size: 14px;
            font-weight: 400;
            line-height: 17px;
            text-align: left;
            display: -webkit-box;
            padding-left: 15px;
        }

        .map-view .col-md-8.pl-0 {
            padding: 10px;
        }

        .map-view p.sortby.mr-3 {
            position: relative;
            text-align: center;
            width: fit-content;
        }

        .map-view p.upgrade {
            text-align: center;
        }
    }

    @media (max-width: 425px) {
        .map-view .col-md-12.d-flex.align-items-center.justify-content-between.pt-4 {
            display: block !important;
        }

        .map-view p.sortby.mr-3 {
            position: relative;
            text-align: center;
            width: fit-content;
            margin: 0px auto 20px !important;
        }

        .map-view .display {
            display: flex;
            display: flex;
            margin: 0 auto;
            width: fit-content;
        }

        .map-view p.rating_align {
            margin-top: 6px;
            margin-left: 0px;
            color: #000000;
            font-size: 15px;
            font-weight: 400;
            line-height: 14px !important;
            text-align: left;
        }
    }

    @media (max-width: 1024px) {
        .map-view h5.sortby {
            color: #929AA7;
            font-size: 15px;
            font-weight: 400;
            line-height: 14px !important;
            text-align: left;
            margin-top: 7px;
        }

        .map-view p.upgrade {
            color: #000000;
            font-size: 14px !important;
            font-weight: 400;
        }
    }

    @media (max-width: 768px) {
        .map-view .grid-popup-wrap .first-section .graphical-info {
            padding: 0px;
            margin-bottom: 0px;
            float: left !important;
            display: inline-grid !important;
        }

        .map-view .grid-popup-wrap .first-section .terms {
            background: white;
            padding: 0px;
            display: inline-grid;
        }

        .map-view .QuickviewModal .modal-dialog {
            overflow: hidden;
            max-width: 100%;
        }

        .map-view .graphical-info {
            width: 100%;
            overflow: scroll;
        }

        .map-view table.table {
            overflow: scroll;
        }

        .map-view .QuickviewModal .modal-dialog {
            max-width: 100% !important;
        }

        .map-view .grid-popup-wrap .first-section .terms .terms-points .term-deposit div p:nth-child(2) {
            color: #000000;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
        }

        .map-view .grid-popup-wrap .first-section .terms .terms-points .term-deposit div {
            padding: 0 0px;
            border-right: 1px solid lightgray;
        }
    }

    .map-view .display {
        width: 140px;
    }

        .map-view .display:hover {
            cursor: pointer;
        }

        .map-view .display .rating_align {
            margin-top: 0 !important;
            margin-bottom: 0 !important;
        }

        .map-view .display .fa {
            font-size: 20px;
            margin: 0 5px;
        }

        .map-view .display .sortby {
            margin-top: 0px !important;
            margin: 0 5px 0 0;
        }

    .map-view .card .view {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
        opacity: 1;
        /* margin-right: 10px; */
        background: #ef0075;
        padding: 6px 10px;
    }

    .map-view .card .col-md-4 {
        padding-left: 0px;
    }

    .mapview {
        padding: 12px 5px;
    }

    .mig-header-menu-toggle-button {
        color: white;
        background-color: #7c9d63;
        z-index: 9900;
        margin-top: 0rem;
    }

    .state {
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
    }

    .price > p > span.startprice {
        font-size: 12px;
    }

    @media (max-width: 425px) {
        .col-md-12.d-flex.align-items-center.justify-content-between.py-4 {
            display: block !important;
        }
    }

    .choose-room {
        padding-top: 25px;
        background: #F4F8FB;
        padding-bottom: 50px;
    }

        .choose-room .breadcrumb-wrap {
            padding: 0px 0px 15px;
        }

            .choose-room .breadcrumb-wrap .links ul {
                list-style-type: none;
                display: flex;
                align-items: center;
            }

                .choose-room .breadcrumb-wrap .links ul li {
                    margin-right: 20px;
                }

                    .choose-room .breadcrumb-wrap .links ul li a {
                        color: #324B72;
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 17px;
                        opacity: 0.449999988079071;
                    }

                        .choose-room .breadcrumb-wrap .links ul li a:hover {
                            cursor: pointer;
                        }

                    .choose-room .breadcrumb-wrap .links ul li:last-child:after {
                        content: "";
                    }

                    .choose-room .breadcrumb-wrap .links ul li:after {
                        position: relative;
                        left: 10px;
                        font-size: 12px !important;
                        top: 1px;
                        content: "\f054";
                        display: inline-block;
                        font: normal normal normal 14px/1 FontAwesome;
                        text-rendering: auto;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        opacity: 0.8;
                    }

                    .choose-room .breadcrumb-wrap .links ul li:last-child {
                        color: #324B72;
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 17px;
                    }

        .choose-room .check-date-time {
            background: white;
            padding: 10px 40px;
        }

            .choose-room .check-date-time h4 {
                margin-bottom: 8px;
                color: #000000;
                font-size: 18px;
                font-weight: 700;
                line-height: 29px;
            }

            .choose-room .check-date-time .form-group {
                position: relative;
            }

                .choose-room .check-date-time .form-group .form-control {
                    width: 100% !important;
                    margin: 0;
                    background-color: #FFFFFF;
                    border: 2px solid #E0E6ED;
                    height: 42px;
                    font-size: 12px;
                }

                .choose-room .check-date-time .form-group .fa {
                    position: absolute;
                    bottom: 17px;
                    right: 20px;
                    cursor: pointer;
                    font-size: 17px;
                }

                .choose-room .check-date-time .form-group label {
                    color: #000000;
                    font-size: 13px;
                    font-weight: 500;
                    line-height: 19px;
                    margin-bottom: 10px;
                }

        .choose-room h3 {
            color: #000000;
            font-size: 15px;
            font-weight: 600;
            line-height: 22px;
        }

        .choose-room .room-types .card {
            border: none;
            margin-bottom: 10px;
            box-shadow: 0px 0px 0px 0px #eaeaea;
            background: none;
            margin-bottom: 0px !important;
            width: 100%;
            margin: 0 15px;
        }

            .choose-room .room-types .card .card-header {
                background: white;
                border: 0px;
                padding: 0;
            }

                .choose-room .room-types .card .card-header h5 span {
                    color: #000000;
                    font-size: 14px;
                    font-weight: 700;
                    line-height: 22px;
                    padding: 0px;
                    width: 100%;
                    text-align: left;
                    text-decoration: none;
                }

                .choose-room .room-types .card .card-header h5 button .fa {
                    float: right;
                    font-size: 25px;
                    font-weight: 800;
                    color: #324B72 !important;
                }

                .choose-room .room-types .card .card-header h5 button .rotate-angledown {
                    transform: rotate(180deg);
                }

            .choose-room .room-types .card .card-body {
                padding: 0 1.25rem;
            }

    .booking-overview .rent {
        color: #324b72;
        font-size: 13px;
        font-weight: 700;
    }

    .booking-overview .form-check [type="radio"]:checked,
    .booking-overview .form-check [type="radio"]:not(:checked) {
        position: absolute;
        opacity: 0;
    }

        .booking-overview .form-check [type="radio"]:checked + label,
        .booking-overview .form-check [type="radio"]:not(:checked) + label {
            position: initial;
            padding-left: 6px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            color: #666;
        }

            .booking-overview .form-check [type="radio"]:checked + label:before,
            .booking-overview .form-check [type="radio"]:not(:checked) + label:before {
                content: "";
                position: absolute;
                left: 0;
                top: 1px;
                width: 18px;
                height: 18px;
                border: 2px solid #ddd;
                border-radius: 100%;
                background: #fff;
            }

            .booking-overview .form-check [type="radio"]:checked + label:before {
                border: 2px solid #ef0075;
            }

    .form-check [type="radio"]:checked + label:after,
    .form-check [type="radio"]:not(:checked) + label:after {
        content: "";
        width: 11px;
        height: 11px;
        background: #ef0075;
        position: absolute;
        top: 3px;
        left: 3px;
        border: 6px solid #ef0075;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .booking-overview .form-check [type="radio"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .booking-overview .form-check [type="radio"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .booking-overview .form-check {
        left: 30%;
    }

    .booking-overview .fa {
        color: #324B72 !important;
        font-size: 18px;
        width: 20px;
    }

    .choose-room .room-types .card .card-body .feature-svg {
        display: flex;
        align-items: center;
    }

        .choose-room .room-types .card .card-body .feature-svg .position-relative {
            margin-right: 40px;
            text-align: center;
        }

            .choose-room .room-types .card .card-body .feature-svg .position-relative img {
                height: 26px;
            }

            .choose-room .room-types .card .card-body .feature-svg .position-relative p {
                color: #000000;
                font-size: 12px;
                font-weight: 400;
                line-height: 12px;
                opacity: 0.5;
                margin-top: 10px;
            }

    .choose-room .continue-cancel-btn {
        background: white;
        padding: 40px 30px;
        display: flex;
        justify-content: flex-end;
    }

        .choose-room .continue-cancel-btn .continue-btn {
            background-color: #EF0073;
            width: 174px;
            height: 48px;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            font-weight: 700;
            line-height: 22px;
            margin-right: 20px;
            border: 2px solid #EF0073;
        }

            .choose-room .continue-cancel-btn .continue-btn:hover {
                color: #ef0073;
                cursor: pointer;
            }

    .btnRentCalculation {
        color: #fff;
    }

    .continue-btn:hover {
        background-color: #fff !important;
    }

        .continue-btn:hover .btnRentCalculation {
            cursor: pointer;
            color: #EF0073 !important;
        }

    .choose-room .continue-cancel-btn .cancel-btn {
        border: 2px solid #324B72;
        width: 174px;
        height: 48px;
        color: #324B72;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
    }

        .choose-room .continue-cancel-btn .cancel-btn:hover {
            cursor: pointer;
            color: #fff;
            background: #324B72;
        }

        .choose-room .continue-cancel-btn .cancel-btn a {
            color: white;
        }

    .choose-room .room-types .card .card-body .graphical-info table td {
        padding: 5px 15px;
    }

    @media (max-width: 425px) {
        .choose-room .breadcrumb-wrap {
            padding: 0px 15px 15px;
        }

            .choose-room .breadcrumb-wrap ul li {
                display: flex;
            }

                .choose-room .breadcrumb-wrap ul li a {
                    margin-right: 0px !important;
                    width: 44px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .choose-room .breadcrumb-wrap ul li:after {
                    margin-top: -4px;
                }

        .choose-room .check-date-time {
            padding: 20px 20px;
        }

            .choose-room .check-date-time .row {
                display: block !important;
            }

            .choose-room .check-date-time .col-4 {
                max-width: 100%;
            }

        .choose-room .choose-room-title {
            padding: 0px 20px !important;
        }

        .choose-room .card .card-header h5 button {
            padding: 10px 0 !important;
        }

        .choose-room .graphical-info {
            overflow-x: scroll;
        }

        .choose-room tbody tr:nth-child(3) td:nth-child(2) {
            padding: 0px;
        }

        .choose-room thead tr th:nth-child(2) {
            min-width: 100px;
        }
    }

    .container.community {
        padding-top: 100px;
    }

        .container.community .col-md-8 {
            opacity: 2 !important;
        }

        .container.community h1.Community {
            color: #000000;
            font-size: 53px;
            font-weight: 600;
            line-height: 54px;
            text-align: center;
        }

        .container.community p.At_CoLive {
            color: #324B72;
            font-size: 26px;
            font-weight: 400;
            letter-spacing: -0.16px;
            line-height: 31px;
            width: 100%;
            text-align: left;
            opacity: 0.9;
        }

        .container.community p.dolor-si {
            color: #324B72;
            font-size: 16px;
            font-weight: 400;
            line-height: 23px;
            opacity: 0.9000000357627869;
            width: 100%;
            text-align: left;
        }

        .container.community p.Engineers {
            color: #000000;
            font-size: 33px;
            font-weight: 500;
            line-height: 40px;
            text-align: left;
        }

        .container.community p.tempor {
            color: #000000;
            font-size: 19px;
            font-weight: 500;
            line-height: 22px;
            opacity: 0.7602306547619048;
            text-align: left;
        }

        .container.community p.designers {
            color: #000000;
            font-size: 33px;
            font-weight: 500;
            line-height: 40px;
            text-align: left;
        }

        .container.community p.sed {
            color: #000000;
            font-size: 19px;
            font-weight: 500;
            line-height: 22px;
            opacity: 0.7602306547619048;
            text-align: left;
        }

        .container.community button.btn.btn-outline-success.my-4 {
            border-radius: 0%;
            background-color: #ef0073;
            border: 2px solid #ef0073;
            width: 174px;
            height: 37px;
            color: white;
        }

            .container.community button.btn.btn-outline-success.my-4 a {
                color: white;
            }

    .community_page_wrapper .similarProperty {
        border: 0px;
        padding-bottom: 0px;
        margin-top: 45px;
    }

    .community_page_wrapper .col-md-4.eventFormCard {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .community_page_wrapper .community_cord.mt-3.mb-1 {
        opacity: 1;
    }

    .community_page_wrapper .container.magna p.hennur.mx-2 {
        color: #324B72;
        font-size: 12px;
        font-weight: 600;
        line-height: 17px;
        text-align: left;
        opacity: 1 !important;
    }

    .community_page_wrapper .container.magna p.Party_colive {
        color: #324B72;
        font-size: 12px;
        font-weight: 600;
        line-height: 17px;
        text-align: left;
        display: inline;
        opacity: 1 !important;
    }

    .community_page_wrapper .container.magna a.quick {
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        color: white;
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.45098);
        padding: 10px 21px;
        z-index: 9;
        left: 0;
    }

    @media (max-width: 768px) {
        .container.community p.Community {
            color: #000000;
            font-size: 30px;
            font-weight: 500;
            line-height: 54px;
            text-align: left;
        }

        .container.community p.At_CoLive {
            color: #324B72;
            font-size: 15px;
            font-weight: 400;
            line-height: 31px;
            width: 100%;
        }

        .container.community p.dolor-si {
            color: #324B72;
            font-size: 15px;
            font-weight: 400;
            line-height: 23px;
            opacity: 0.9000000358;
            text-align: left;
            width: 100%;
        }

        .community_page_wrapper .container.magna p.Party_colive {
            font-size: 13px;
        }

        .community_page_wrapper .container.magna p.hennur.mx-2 {
            font-size: 13px !important;
        }

        .community_page_wrapper .container.magna .commnity_card-title {
            font-size: 16px !important;
        }

        .community_page_wrapper .container.magna a.quick {
            font-size: 14px !important;
        }
    }

    .container.magna {
        background-color: #F4F8FB;
    }

        .container.magna .col-md-7.my-5 {
            padding: 0px 80px;
        }

        .container.magna .col-md-4.my-5 {
            padding: 20px 0px;
            text-align: center;
        }

        .container.magna .col-md-8.my-3 {
            padding: 15px 70px;
        }

        .container.magna .col-md-12.my-5 {
            text-align: center;
        }

        .container.magna i.fa.fa-map-marker {
            font-size: 16px;
            color: #EF0073 !important;
        }

        .container.magna p.hennur.mx-2 {
            color: #324B72;
            font-size: 14px;
            font-weight: 400;
            line-height: 17px;
            text-align: left;
        }

        .container.magna .commnity_card-title {
            color: #000000;
            font-size: 16px;
            font-weight: 600;
            line-height: 19px;
            text-align: left;
        }

        .container.magna a.quick {
            width: 100%;
            font-size: 18px;
            font-weight: 600;
            line-height: 22px;
            color: white;
            position: absolute;
            bottom: 0;
            background: rgba(0, 0, 0, 0.45098);
            padding: 10px 21px;
            z-index: 9;
            left: 0;
        }

        .container.magna .card-thumbnail-image {
            position: relative;
        }

        .container.magna p.upcoming-events {
            color: #000000;
            font-size: 45px;
            font-weight: 600;
            line-height: 54px;
            width: 100%;
            text-align: left;
        }

        .container.magna .card-deck {
            margin: 0 auto;
            width: 88%;
        }

        .container.magna .come-and-experience {
            color: #324B72;
            font-size: 21px;
            font-weight: 400;
            letter-spacing: -0.16px;
            line-height: 31px;
            text-align: left;
        }

        .container.magna .inner-addon.right-addon {
            position: relative;
        }

        .container.magna i.fa.fa-search {
            align-items: flex-start;
            position: absolute;
            top: 30%;
            left: 3%;
            font-size: 20px;
        }

        .container.magna input.form-control {
            border-radius: 0 !important;
            border-width: 2px;
            margin-left: 0%;
            padding: 6px 35px;
            background-color: #FFFFFF;
            border: 2px solid #E0E6ED;
            box-shadow: 0 0px 0px 0 rgba(22, 46, 51, 0.23);
            width: 100% !important;
            height: 47px;
        }

        .container.magna ::placeholder {
            color: #000000;
            font-size: 15px;
            font-weight: 400;
            line-height: 18px;
            text-align: left;
        }

        .container.magna .magna.container {
            padding: 80px 100px;
        }

        .container.magna .community_cord {
            color: #324B72;
            font-size: 13px;
            font-weight: 400;
            line-height: 17px;
            opacity: 0.5;
            width: 100%;
            text-align: left;
            display: flex;
        }

        .container.magna i.fa.fa-clock-o {
            border-radius: 100%;
            color: #EF0073 !important;
            font-size: 12px;
        }

        .container.magna p.Party_colive {
            color: #324B72;
            font-size: 14px;
            font-weight: 400;
            line-height: 17px;
            opacity: 0.5;
            text-align: left;
            display: inline;
        }

        .container.magna .row.mx-4 {
            margin-left: 4.5rem;
        }

        .container.magna button.btn.login-btn.btn-secondary.explore {
            background-color: #ffffff;
            border: 2px solid #000000;
            width: 95px;
            height: 37px;
            border-radius: 0;
            color: #000000;
            border: 2px solid #324B72;
            width: 135px;
            height: 47px;
        }

    .container-fluid.main {
        background-color: rgba(122, 199, 229, 0.28);
    }

    .container.Check_out p.want-to-be-a-part-of {
        color: #000000;
        font-size: 22px;
        font-weight: 600;
        line-height: 28px;
        margin-right: 5rem;
    }

    .container.Check_out p.check-out-our-propoe {
        color: #324B72;
        font-size: 16px;
        font-weight: 400;
        line-height: 23px;
        opacity: 0.9000000357627869;
        display: inline;
    }

    .container.Check_out .btn.login-btn.btn-secondary_connect {
        background-color: #ffffff;
        border: 2px solid #000000;
        width: 95px;
        height: 37px;
        border-radius: 0;
        color: #000000;
        border: 2px solid #324B72;
        width: 181px;
        height: 37px;
    }

    .container.Check_out .container.Check_out {
        padding: 15px 53px;
    }

    .container.Check_out {
        padding-top: 10px;
    }

        .container.Check_out .container.Check_out {
            padding: 27px 70px;
        }

        .container.Check_out button.btn.login-btn.btn-secondary_connect {
            background-color: #f4f8fb;
            border: 2px solid #000000;
            width: 95px;
            height: 37px;
            border-radius: 0;
            color: #000000;
            border: 2px solid #324B72;
            width: 181px;
            height: 37px;
        }

            .container.Check_out button.btn.login-btn.btn-secondary_connect a {
                color: #000000;
            }

        .container.Check_out p.want-to-be-a-part-of.m-2 {
            color: #000000;
            font-size: 24px;
            font-weight: 400;
            line-height: 28px;
            text-align: left;
        }

        .container.Check_out p.check-out-our-propoe {
            color: #324B72;
            font-size: 16px;
            font-weight: 400;
            line-height: 23px;
            opacity: 0.9000000357627869;
            width: 100%;
            text-align: left;
        }

    @media (max-width: 425px) {
        button.btn.login-btn.btn-secondary.explore {
            background-color: #ffffff;
            border: 2px solid #000000;
            width: 95px;
            height: 37px;
            border-radius: 0;
            color: #000000;
            border: 2px solid #324B72;
            width: 135px;
            height: 47px;
        }
    }

    @media (max-width: 320px) {
        p.designers {
            font-size: 30px !important;
            color: #000000;
            font-weight: 500;
            line-height: 40px;
        }

        p.sed {
            font-size: 15px !important;
            color: #000000;
            font-weight: 500;
            line-height: 22px;
            opacity: 0.7602306548;
        }

        p.Engineers {
            font-size: 30px !important;
            color: #000000;
            font-weight: 500;
            line-height: 40px;
        }

        p.tempor {
            font-size: 15px !important;
            color: #000000;
            font-weight: 500;
            line-height: 22px;
            opacity: 0.7602306548;
        }

        .focus-input100 i.fa.fa-phone {
            position: relative;
            top: -20px;
        }

        .signup-wrap .signup-box form label#password-confirmation-error + span > .fa {
            position: relative;
            top: -41px;
        }
    }

    @media (max-width: 768px) {
        .row.amet {
            margin-left: 0px;
            margin-right: 9px;
        }

        button.btn.login-btn.btn-secondary.explore {
            background-color: #ffffff;
            border: 2px solid #000000;
            width: 95px;
            height: 37px;
            border-radius: 0;
            color: #000000;
            border: 2px solid #324B72;
            width: 135px;
            margin-right: -1rem;
        }

        .col-md-4.my-5 {
            margin-bottom: 1rem !important;
            margin-top: 2rem !important;
            padding: 0px 0px !important;
            text-align: center;
        }

        p.upcoming-events {
            color: #000000;
            font-size: 25px !important;
            font-weight: 400;
            line-height: 40px !important;
            text-align: left;
            width: 100%;
        }

        .row.mx-4 {
            margin-left: 0.0rem !important;
            width: 100%;
        }

        p.sed {
            color: #000000;
            font-size: 12px !important;
            font-weight: 500;
            line-height: 22px;
            opacity: 0.7602306547619048;
            text-align: center !important;
        }

        p.tempor {
            color: #000000;
            font-size: 12px !important;
            font-weight: 500;
            line-height: 22px;
            opacity: 0.7602306547619048;
            text-align: center !important;
        }

        p.Engineers {
            color: #000000;
            font-size: 15px !important;
            font-weight: 500;
            line-height: 40px;
            text-align: center !important;
        }

        p.designers {
            color: #000000;
            font-size: 15px !important;
            font-weight: 500;
            line-height: 40px;
            text-align: center !important;
        }

        .form-control {
            border-radius: 0 !important;
            width: 100% !important;
            border-width: 2px;
            margin-left: 0px;
        }

        .col-md-12.my-5 {
            text-align: center;
        }

        .col-md-8.my-5 {
            margin-top: 1rem !important;
            margin-bottom: 0rem !important;
        }

        .come-and-experience {
            color: #324B72;
            font-size: 21px;
            font-weight: 400;
            letter-spacing: -0.16px;
            line-height: 31px;
            /*text-align: center !important;*/
            margin-top: 0px !important;
        }

        .magna input.form-control {
            border-radius: 0 !important;
            border-width: 2px;
            margin-left: 0%;
            padding: 6px 45px !important;
            background-color: #FFFFFF;
            border: 2px solid #E0E6ED;
            box-shadow: 0 0px 0px 0 rgba(22, 46, 51, 0.23);
            width: 100% !important;
            height: 47px;
        }
    }

    @media screen and (max-width: 1024px) {
        p.Community {
            color: #000000;
            font-size: 30px !important;
            font-weight: 500;
            line-height: 54px;
            text-align: center;
        }

        a.quick {
            width: 100%;
            font-size: 11px !important;
            font-weight: 600;
            line-height: 22px;
            color: white;
            position: absolute;
            bottom: 0;
            background: rgba(0, 0, 0, 0.45098);
            padding: 10px 21px;
        }

        .commnity_card-title {
            color: #000000;
            font-size: 11px !important;
            font-weight: 600;
            line-height: 19px;
            text-align: left;
        }

        .col-md-8.col-sm-8.my-4 {
            /*min-width: 100%;*/
        }

        .my-5 {
            /*min-width: 100%;*/
            text-align: center;
            margin-bottom: 1rem !important;
            margin-top: 2rem !important;
        }

        .col.col-lg-2 {
            padding: 10px 0px !important;
        }

        p.want-to-be-a-part-of {
            color: #000000;
            font-size: 22px;
            font-weight: 600;
            line-height: 28px;
            margin-right: 0rem !important;
        }

        .col-md-7.my-5 {
            padding: 0px 0px !important;
            margin-bottom: 0rem !important;
        }

        p.tempor {
            color: #000000;
            font-weight: 500;
            line-height: 22px;
            opacity: 0.7602306548;
            text-align: left;
        }

        p.Engineers {
            color: #000000;
            font-size: 25px !important;
            font-weight: 500;
            line-height: 40px;
            text-align: left;
        }

        p.sed {
            color: #000000;
            font-weight: 500;
            line-height: 22px;
            opacity: 0.7602306548;
            text-align: left;
        }

        p.designers {
            color: #000000;
            font-size: 25px !important;
            font-weight: 500;
            line-height: 40px;
            text-align: left;
        }

        .row.mx-5 {
            margin-left: 0rem !important;
        }
    }

    @media screen and (max-width: 1024px) and (min-width: 576px) {
        .card-deck .card {
            flex-direction: column;
            margin-right: 5px !important;
            margin-bottom: 0;
            margin-left: 5px !important;
        }

        div#upComingEvents,
        div#Events,
        div#dvPastEvents {
            width: 100%;
        }
    }


    .container.map {
        padding: 50px;
    }

    @media (max-width: 768px) {
        .container.map {
            padding: 15px;
        }
    }

    .container.map .form-control {
        width: 100% !important;
        margin-left: 0px;
    }

    .container.map ::placeholder {
        color: #000000;
        font-size: 17px;
        font-weight: 600;
        line-height: 20px;
        text-align: left;
    }

    .container.map button.btn.btn-primary.btn-lg {
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        text-align: left;
        width: 165px;
        height: 48px;
        text-align: center;
    }

    .container.map .map {
        min-width: 300px;
        min-height: 360px;
        width: 100%;
        height: 100%;
    }

    .container.map .col-md-10.offset-md-1 {
        padding: 0px 20px;
    }

    .container.map h3.text-xs-center.header {
        color: #000000;
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
        text-align: left;
        padding: 0px 0px;
        margin-top: 0px !important;
    }

    .container.map .well.well-sm {
        padding: 0px 0px;
    }

    .container.map h3.On_map {
        color: #000000;
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
        text-align: left;
    }

    @media (max-width: 425px) {
        .container.map .send-message {
            text-align: center;
        }

        .container.map .well.well-sm {
            padding: 0px 0px !important;
            width: 100% !important;
            margin: 0 auto;
        }

        .container.map .col-12.col-md-7.fullwidth {
            display: none;
        }

        .container.map ::placeholder {
            color: #000000;
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            text-align: left;
        }
    }

    @media (max-width: 768px) {
        .container.map .col-12.col-md-5 {
            min-width: 100% !important;
        }

        .container.map .well.well-sm {
            padding: 0px 0px;
            width: 50%;
            margin: 0 auto;
        }

        .container.map .send-message {
            text-align: center;
        }

        .container.map h3.text-xs-center.header {
            color: #000000;
            font-size: 24px;
            font-weight: 700;
            line-height: 29px;
            text-align: center;
            padding: 0px 18px;
        }

        .container.map input.form-control {
            padding: 6px 10px !important;
        }

        .container.map .col-12.col-md-7.fullwidth {
            min-width: 100%;
            padding: 50px;
        }

        .container.map h3.On_map {
            color: #000000;
            font-size: 24px;
            font-weight: 700;
            line-height: 29px;
            text-align: center;
        }
    }

    .submit-our {
        background-color: #7ac7e54f;
        width: 100%;
        height: 37px;
        border: 2px solid #324B72;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px auto 0;
        cursor: pointer;
    }

    @media (max-width: 768px) {
        .submit-our {
            background-color: #7ac7e54f;
            width: 100%;
            height: 37px;
            border: 2px solid #324B72;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 30px auto 0;
            cursor: pointer;
        }
    }

    a.our_openings {
        color: #10121B;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        text-align: left;
    }

    .col-md-4.Check_out {
        padding: 20px 40px 20px 40px;
    }

    @media (max-width: 768px) {
        .col-md-4.Check_out {
            padding: 0px 0px;
            margin: 0 auto;
        }
    }
}

.map-listed-detail .card-lower-row {
    z-index: 100;
    bottom: 0px;
    left: 0px;
}

.map-listed-detail .card-lower-row {
    z-index: 100;
    bottom: 0px;
    left: 0px;
}

.card-lower-row {
    width: 100%;
    float: left;
    margin-top: 4px;
}

.map-listed-detail .card-lower-row .house-rent {
    color: #505050;
    width: 100%;
}

.list-view-card .card-lower-row .house-rent,
.map-listed-detail .card-lower-row .house-rent {
    display: inline-block;
    float: left;
    width: 49%;
}

    .list-view-card .card-lower-row .house-rent p,
    .map-listed-detail .card-lower-row .house-rent p {
        margin-bottom: 0;
        margin-top: 2px !important;
    }

.list-view-card p,
.map-listed-detail p {
    margin-bottom: 2px;
    font-size: 12px;
}

.list-view-card .house-rent-value span,
.map-listed-detail .house-rent-value span {
    font-weight: bold;
    font-size: 14px;
    color: #42459d;
}

.map-view-card i.fa.fa-heart-o {
    position: relative;
    bottom: 15px;
    right: 1px;
}

.map-card .view-property {
    float: left;
    left: 0px;
    position: relative;
    top: 6px;
    font-size: 14px;
    font-weight: 500;
}

.toastwrap {
    display: none;
    position: fixed;
    width: 250px;
    pointer-events: none !important;
    letter-spacing: normal;
    z-index: 9000 !important;
    top: 100px;
    right: 40px;
}

.toast {
    width: 100%;
    padding: 10px;
    margin: 0 0 5px;
    border-radius: 2px;
    font-size: 12px;
    font-family: 'Inter-Regular' !important;
    line-height: 17px;
    position: relative;
    pointer-events: all !important;
    background-color: rgba(237, 65, 141, 0.9);
    color: #fff;
    text-align: left;
    font-size: 13px;
    min-height: 53px;
}

.toastclose {
    position: absolute;
    top: 3px;
    right: 4px;
    font-size: 18px !important;
    cursor: pointer;
    color: #ffffff;
}

    .toastclose:hover {
        color: #fff;
    }

.ToastMsg {
    padding-top: 8px;
    display: block;
}


.Mobileviw_Logout_Nav,
#libtnCustom,
#libtnLogin {
    display: none;
}

.signup-wrap .signup-box form .fa,
.login-wrap .login-box .fa {
    color: #495057;
}

.signup-wrap .signup-box form label.error + span > .fa,
.login-wrap .login-box form label.error + span > .fa {
    color: #f00000 !important;
}

.signup-wrap .signup-box form input.valid + span > .fa,
.login-wrap .login-box form input.valid + span > .fa {
    color: #22a900 !important;
}

.signup-wrap .signup-box form input.valid + label.error + span > .fa,
.login-wrap .login-box form input.valid + label.error + span > .fa {
    color: #22a900 !important;
}

.login-wrap .login-box form input.error + span .fa {
    color: #f90000 !important;
}

p#spnQviewPropaddr {
    margin-left: 12px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 8rem;
    margin: 0.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fefbfa;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    left: unset;
}

.dropdown-item.myusername {
    border-bottom: 1px solid #efefef !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 10px;
    clear: both;
    font-weight: 600;
    color: #1f1b4e !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
}

    .dropdown-item.active,
    .dropdown-item:active,
    .dropdown-item:hover {
        background: #f9f9f9 !important;
        color: #f0086e !important;
    }

.colive-fa-i:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.user-info.user-info-mobile .myusername:before {
    content: none !important;
}

.user-info.user-info-mobile .dropdown-item:before {
    content: "\f011";
    padding: 0px 12px;
    position: relative;
    top: 1px;
}

.user-info.user-info-mobile .dropdown-item.changepassword:before {
    content: "\f13e";
    padding: 0px 12px;
    position: relative;
    top: 1px;
}

.RoomDetails {
    width: 53%;
    text-align: right;
}

.lblComponent {
    padding-left: 0;
    font-size: 16px;
    width: 100%;
}

.spnTermscheckin {
    width: 40%;
    margin-top: 10px;
    white-space: nowrap;
    position: absolute;
    top: 10px;
    right: 0;
}

a.spnTermscheckin {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 500;
}

.NoticeperiodKey {
    display: none;
    width: 80%;
    text-align: right;
    font-family: 'Inter-Regular' !important;
    color: inherit;
    font-size: 12px;
    font-weight: 600;
}

.checkout {
    margin-right: 5px;
    vertical-align: top;
}

.moveinPropImg {
    width: 100%;
    height: 350px;
}

.moveinDateWrapper {
    height: auto;
    margin: 5px 0;
}

.moveintimeWrapper {
    margin-top: 15px;
}

.moveinDate,
.moveinTime {
    float: right;
    width: 25%;
}

.colive-fa-i.info {
    margin: 8px 0;
    font-size: 12px;
    font-weight: normal;
}

    .colive-fa-i.info:before {
        content: "\f05a";
        font-size: 17px;
        margin-right: 5px;
        text-align: left;
        color: #ef0073;
    }

.moveinDateWrapper > input,
select {
    cursor: pointer;
}

label[for="chkKeyReceived"] {
    width: 74%;
    font-size: 14px;
    font-weight: 400;
    float: left;
}

#btnKeyMoveinDateChange {
    display: block;
    margin-left: auto;
    width: 25%;
    height: 34px;
}

#btnKeyReceived {
    width: 24%;
}

.Nobookings {
    padding-top: 120px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 120px;
}

    .Nobookings > img {
        height: 100px;
    }

#PreviousBookingContainer .pricing-rating {
    border-bottom: 0;
}

.paymentType {
    margin: 15px 0;
    padding-top: 15px;
}

@media (max-width: 767px) {
    .form-check.paymentType {
        padding-left: 0rem;
    }

    #DuesModal .radioInputGroup {
        padding: 0;
    }
    .spl-offer-wrap {
        padding-top: 50px;
    }
}

.paymentType .otherpayment {
    width: 30% !important;
    margin-top: -7px;
    text-align: left;
}

.team {
    padding: 20px;
    position: relative;
}

.hdntxtcompany {
    float: right;
    width: 63%;
    margin: 5px 0;
    display: none;
}

.uploader {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 150px;
    background: #f9fbfdf7;
    border: 2px solid #E0E6ED;
}

#STHphoto,
#filePhoto,
#panphoto,
#bankphoto,
#idproofprofile,
#adharphoto {
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0px;
    left: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

#STHphoto,
#panphoto,
#bankphoto,
#idproofprofile {
    height: 200px !important;
}

.uploader img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -1px;
    left: -1px;
    z-index: 1;
    border: none;
    display: none;
    cursor: pointer;
}

.uploader p {
    padding-top: 80px;
    text-align: center;
    color: #a7a7a7;
    color: #000000;
    font-weight: 600;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    font-size: 13px;
}

.uploader.userprofilepicture {
    width: 150px !important;
    height: 180px !important;
}

.uploader.pan,
.uploader.idaddress {
    width: 100%;
    height: 245px;
}

/* new styles */
a,
a:hover {
    cursor: pointer;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0rem transparent !important;
}

button {
    outline: none !important;
    box-shadow: 0 0 0 0rem transparent !important;
}

.button_anchor {
    border: 1px solid #000000;
    font-size: 15px;
    padding: 10px;
    margin: 30px auto 10px !important;
    cursor: pointer;
    background: white;
    color: #000000;
}

    .button_anchor:hover {
        background: #000000;
        color: white;
    }

.anchor-button {
    margin: 50px auto;
    text-align: center;
}

.nav-item a:hover {
    color: #f0086e;
}

    .nav-item a:hover svg g {
        fill: #f0086e;
    }

.nav-item button.btn.btn-secondary:hover {
    background-color: #f0086e;
    color: white;
    border-color: #f0086e;
}

.graphical-info .feature-svg .position-relative {
    margin: 0 10px;
}

.textcenter {
    text-align: center;
}

#knowMore_button {
    padding: 12px 15px;
    border: 2px solid #324b72;
    color: #324b72;
    width: fit-content;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

    #knowMore_button:hover {
        background: #ef0075;
        color: #fff;
    }

.btn.contact {
    background: #dddddd;
    color: #000;
    outline: none;
    box-shadow: 0px 0px 0px;
}

.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
    outline: none;
}

.padtop18 {
    padding-top: 18vh !important;
    padding-bottom: 18vh;
}

.pagenotfound .heading {
    font-size: 56px;
    font-weight: 700;
    color: #f0086e;
    margin: 10px 0;
}

.pagenotfound .subtext {
    font-weight: 600;
    color: #ccc;
    margin: 10px 0;
}

.pagenotfound p {
    font-size: 14px;
    color: #888888;
    line-height: 1.5;
    font-weight: 500;
    margin: 15px 0 25px 0;
}

.pagenotfound_redirection {
    font-size: 16px;
    font-weight: 500;
    color: #f0086e;
    text-decoration: underline !important;
}

.members .member-wrap {
    display: block;
    margin: 0 auto !important;
}

.btn-cancel {
    width: 100px;
    background: white;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 0px 5px 0px;
    color: black;
    border: 2px solid #324b72;
}

.address-popup .modal-content {
    border-radius: 0;
}

.address-popup .modal-header .close {
    padding: 1rem;
    margin: -1rem 0rem -3rem 0;
    color: #f0086e;
}

.address-popup .form-control {
    width: 100%;
    margin-left: 0;
}

.address-popup .name {
    color: #324b72;
    font-size: 14px;
    font-weight: 600;
}

.address-popup .form-control {
    border: 0px;
    border-bottom: 2px solid #eee;
    font-size: 13px;
}

.address-popup .form-group {
    margin-bottom: 24px;
}

.address-popup #exampleModalLabel {
    margin: 0 auto;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}

.nearby .btn-primary:not(:disabled):not(.disabled).active,
.nearby .btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #ef0073;
    background-color: #ffffff;
    border-color: #ef0073;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    box-shadow: 0px 0px 2px #ccc !important;
}

.sub_feq h3.active {
    background: #eee;
    padding: 15px;
    margin-bottom: 7px;
}

.pretty input {
    display: block;
}

.filter-concept {
    float: right;
    text-align: -webkit-right;
    width: 100%;
}

#PropMapCards {
    padding-top: 0px;
}

.dropdown-userdetails {
    display: inline-flex;
    align-items: center;
}

#dropdownMenuLink {
    color: #f0086e;
}

.dropdown-toggle::after {
    content: none;
}


.user-info.user-info-mobile .dropdown-item.mydashboard:before {
    content: "\f0e4";
}

.user-info.user-info-mobile .dropdown-item.myprofile:before {
    content: "\f007";
}

.user-info.user-info-mobile .dropdown-item.mywallet:before {
    content: "\f0d6";
}

.like-share,
.rating {
    display: none;
}

.fa.fa-heart-o {
    display: none;
}

#btnKycRedirect {
    display: none;
}

.colive-fa-i.drag:before {
    content: "\f093";
    font-size: 35px;
    position: absolute;
    color: rgba(17, 41, 80, 0.7019607843137254);
    top: 35px;
    left: 60px;
}

.colive-fa-i.dragproof:before {
    content: "\f093";
    font-size: 35px;
    position: absolute;
    color: rgba(17, 41, 80, 0.7019607843137254);
    top: 75px;
    left: 225px;
}

.colive-fa-i.dragproof {
    padding-top: 125px;
}

.gm-style .gm-style-iw-d {
    /*max-height: 180px !important;*/
    overflow: hidden !important;
    position:relative;
    bottom:20px;
}
.map-view div:empty {
    height: 0vh !important;
}

.gm-style-iw.gm-style-iw-c {
    max-height: 180px !important;
}

#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    width: 100%;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu > ul > li {
    float: left;
}

    #cssmenu > ul > li > a {
        color: #324b72;
        text-decoration: none;
        font-weight: 500;
        text-transform: capitalize;
        -webkit-transition: color .25s ease;
        -moz-transition: color .25s ease;
        transition: color .25s ease;
        font-size: 13px;
    }

    #cssmenu > ul > li:hover > a {
        color: #ef0073;
    }

    #cssmenu > ul > li.has-sub > a {
        padding-right: 30px;
    }

#cssmenu ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
    -webkit-transition: background .25s ease;
    -moz-transition: background .25s ease;
    transition: background .25s ease;
}

#cssmenu > ul > li.has-sub:hover > a:after,
#cssmenu > ul > li.has-sub > a:hover:after {
    background: #ffffff;
}

#cssmenu ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu ul > li.has-sub:hover > a:before,
#cssmenu ul > li.has-sub > a:hover:before {
    top: 23px;
    height: 0;
}

#cssmenu ul ul {
    position: absolute;
    top: 53px;
    left: -1px;
    width: 100%;
    display: none;
    height: 83vh;
    background: hsla(0, 0%, 0%, 0.7);
}

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0;
    }

    #cssmenu ul ul li {
        -webkit-transition: height .25s ease;
        -moz-transition: height .25s ease;
        transition: height .25s ease;
        padding: 0 20px;
        margin: 0 auto;
        width: 98%;
        position: relative;
        padding-bottom: 10px;
        max-height: 383px;
        /* overflow: hidden; */
        overflow-y: scroll;
    }

        #cssmenu ul ul li a {
            padding: 11px 15px;
            border-bottom: 1px solid rgba(150, 150, 150, 0.15);
            font-size: 14px;
            text-decoration: none;
            color: #324b72;
            font-weight: 500;
        }

        #cssmenu ul ul li:last-child > a,
        #cssmenu ul ul li.last-item > a {
            border-bottom: 0;
        }

        #cssmenu ul ul li:hover > a,
        #cssmenu ul ul li a:hover {
            color: #ffffff;
        }

.white-bg .filter-wrap {
    padding: 0px 10px 0 15px;
}

.white-bg .title h5 {
    font-size: 13px;
    color: #f0086e;
    margin: 5px 0 10px 0;
    padding: 5px 0;
    font-weight: 500;
}

.check-align {
    padding: 0px 0;
}

    .check-align label {
        font-size: 13px;
        align-items: center;
        font-weight: 500;
        color: #000000 !important;
        margin: 0 !important;
    }

ul.white-bg {
    box-shadow: 0px 0px 6px #dadada;
}

.cancel-fitler {
    background-color: #ffffff;
    border: 2px solid #000000;
    padding: 10px 19px;
    border-radius: 0;
    color: #000000;
    margin: 5px 5px;
    position: relative;
    right: -16px;
}

    .cancel-fitler:hover {
        background-color: #000000;
        border: 2px solid #000000;
        color: #fff;
        cursor: pointer;
    }

.multi_filter_view .apply-filter {
    border: 2px solid #ef0073;
    background-color: #ef0073;
    color: #ffffff;
    border-width: 2px;
    padding: 10px 19px;
    margin: 5px 5px;
    position: relative;
    right: -16px;
}

    .multi_filter_view .apply-filter:hover {
        border: 2px solid #ef0073;
        background-color: #fff;
        color: #ef0073;
        cursor: pointer;
    }

.apply-filter {
    border: 0px solid #ef0073;
    background-color: #ef007300;
    color: #ef0073;
    padding: 0px 0px;
    margin: 5px 5px;
    font-size: 12px;
    font-weight: 700;
    float: right;
    margin-right: 0;
}

    .apply-filter:hover {
        border: 0px solid #ef0073;
        background-color: #fff;
        color: #ef0073;
        cursor: pointer;
    }

.privacy-container h1 {
    color: #f0086e;
    font-size: 24px;
    font-weight: 600;
    line-height: 54px;
}

.privacy-container {
    border: 1px solid #dedede;
    padding: 25px;
    box-shadow: 0px 0px 2px #dedede;
}

    .privacy-container .privacypolicy-content_p {
        font-size: 14px;
        margin-bottom: 25px;
        color: #42597d;
    }

    .privacy-container h4 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #42597d;
        text-transform: capitalize;
    }

    .privacy-container a,
    .privacy-container a:hover,
    .terms_conditions_wrap a,
    .terms_conditions_wrap a:hover {
        color: #f0086e !important;
        font-weight: 600;
    }

.conditionWrapper input[type=checkbox]:checked {
    background-color: #a77e2d !important;
    color: #ffffff !important;
    opacity: 1;
    width: 20px;
    height: 20px;
}

.copyright {
    color: #324b72;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    padding: 25px 0px 0px;
}

.custom-select {
    border: 2px solid #ced4da;
}

#booking input[type=checkbox] + label:before {
    height: 20px;
    width: 20px;
    font-size: 14px;
}

.yes-check,
no-check {
    width: 100%;
    text-align: -webkit-left;
    text-align: -moz-left;
}

    .yes-check input[type="radio"],
    .no-check input[type="radio"] {
        width: 100% !important;
    }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff00;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #f0086e;
    background-color: #007bff;
}

.custom-control-label::after {
    opacity: 1;
}

.custom-control-label::before {
    background-color: #ffffff;
    top: 13px;
}

.custom-control-label::after {
    top: 15px;
}

.custom-select:focus {
    border-color: #ffffff00;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, 0);
}

.radioInputGroup [type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    /* left: 20px; */
    z-index: 999;
    /* top: 1px; */
    opacity: 0;
    width: 21px !important;
    height: 22px !important;
}

    .radioInputGroup [type="radio"]:checked + label,
    .radioInputGroup [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        .radioInputGroup [type="radio"]:checked + label:before,
        .radioInputGroup [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 2px solid #000000;
            border-radius: 100%;
            background: #fff;
        }

        .radioInputGroup [type="radio"]:checked + label:after,
        .radioInputGroup [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 10px;
            height: 10px;
            background: #f0086e;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

.Tenant-Profiling .radioInputGroup [type="radio"]:checked + label:after,
.Tenant-Profiling .radioInputGroup [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #f0086e;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.booking-selection .form-check [type="radio"]:checked + label:after,
.booking-selection .form-check [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 11px;
    height: 11px;
    background: #ef0075;
    position: absolute;
    top: 4px;
    left: 3px;
    border: 6px solid #ef0075;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radioInputGroup [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radioInputGroup [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#pass-status {
    position: relative;
    top: -34px;
    right: 10px;
    text-align: -webkit-right;
    float: right;
}

.fa-eye:before {
    color: #000000;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 0px solid #ef0073 !important;
    background: #ef0073 !important;
    font-weight: normal;
    color: #000000;
    border-radius: 50px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 12px !important;
    height: 12px !important;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-widget-header {
    border: 0px solid #ef0073 !important;
    background: #ef0073 !important;
    color: #222222;
    font-weight: bold;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -4px !important;
    box-shadow: 0px 0px 0px;
    outline: none;
}

.ui-slider-horizontal {
    height: 0em;
}

.ui-widget-content {
    border: 0px solid #dadada !important;
    background: #dadada !important;
    color: #222222 !important;
    height: 4px !important;
}

#schedulevisit i.fa.fa-calendar {
    position: relative;
    bottom: 45px;
    /* right: 54px; */
    font-size: 20px;
}

#schedulevisit select#slTimeSlots {
    width: 100%;
    height: auto !important;
    margin-left: 0px;
    border: 0;
    border-bottom: 2px solid #e0e6ed;
    padding: 17px 29px;
}

#schedulevisit input#txtMoveinDate {
    padding: 11px 29px;
}

#schedulevisit i.fa.fa-angle-down {
    position: absolute;
    right: 25px;
    bottom: 16px;
}

.terms-checkin-ul {
    margin-left: 35px;
    text-indent: .5em;
    border-left: 2px solid #e6e6e6;
}

    .terms-checkin-ul ul {
        margin-top: -1.25em;
        margin-left: 1em;
    }

    .terms-checkin-ul li {
        position: relative;
        bottom: -1.25em;
    }

        .terms-checkin-ul li:before {
            content: "";
            display: inline-block;
            width: 2em;
            height: 0;
            position: relative;
            left: -.75em;
            border-top: 2px solid #e6e6e6;
        }

        .terms-checkin-ul li:after {
            content: "";
            display: block;
            width: 1em;
            height: 1em;
            position: absolute;
            background: #f0086e;
            border: .25em solid white;
            top: 0.5em;
            left: 1.4em;
        }

    .terms-checkin-ul .cupertino {
        color: #060C16;
        font-size: 13px;
        font-weight: 400;
        line-height: 19px;
        text-align: left;
        padding: 0px 0px 11px 0px;
        list-style-type: none;
    }

li.cupertino {
    list-style-position: inside;
    text-indent: -2em;
    padding-left: 3em !important;
}

.terms_and_conditions_additional_wrap .container.conditions {
    padding-bottom: 50px;
}

.referurfriend {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-align: -webkit-center;
    margin: 25px auto;
    width: 100%;
    text-align: -moz-center;
}

/*Website SmartLock*/
.smartlock {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    margin: 25px auto;
    width: 100%;
}

#txtReferralCode {
    text-align: -webkit-center;
    margin: 0 auto;
    border: 2px dashed #f0086e;
    background: #fff;
    margin-bottom: 16px;
    text-align: -moz-center;
}

.referralwhite-bg {
    margin: 20px auto;
    padding: 10px;
}

.pretty .state label:after,
.pretty .state label:before {
    top: 2% !important;
}

.pretty .state label {
    position: initial;
    display: inline-block;
    min-width: unset !important;
    font-size: 12px;
    font-weight: 500 !important;
    position: unset !important;
    color: #000000 !important;
}

    .pretty .state label:before {
        border-color: #1d1d1d !important;
    }

    .pretty .state label:after,
    .pretty .state label:before {
        border-radius: 2px !important;
        border-width: 2px !important;
    }

.grid-view .pretty.p-default input:checked ~ .state label:after {
    background: #1d1d1d !important;
}

.uploader.bank,
.uploader.pan,
.uploader.idaddress {
    height: 200px !important;
}

#slVisitSlots {
    width: 100%;
    top: 0px;
}

#FPSucceess {
    display: none;
    width: 56%;
    margin: 0 auto;
    text-align: center;
}

#fmPasswordSuccess {
    display: none;
    width: 56%;
    margin: 0 auto;
    text-align: center;
}

#cssmenu > ul > li > a:before {
    content: "\f0b0";
    padding-right: 6px;
}

#CustomerTestimonials {
    margin: 0;
}

#CustomerTestimonials,
#PropertyRatings {
    display: none;
}

#ancFilter.active {
    color: #ef0073;
}

.irs--round .irs-handle {
    border: 4px solid #ef0073 !important;
}

.irs--round .irs-bar {
    background-color: #ef0073 !important;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: #ef0073 !important;
}

    .irs--round .irs-from:before,
    .irs--round .irs-to:before,
    .irs--round .irs-single:before {
        border-top-color: #ef0073 !important;
    }

.irs--round .irs-min,
.irs--round .irs-max {
    background-color: rgba(239, 13, 114, 0.44) !important;
}

.EditButton {
    margin: 5px 0;
    padding: 4px;
}

.btncheckinEdit {
    background-color: #ef0073;
    color: #fff;
    border: 0;
    width: 30%;
    margin: 5px auto;
    display: block;
    font-weight: 500;
}

.loader p:before {
    color: transparent;
}

.loader p:after,
.loader p:before {
    content: "...";
}

.conditionWrapper input[type=checkbox] + label:before {
    font-size: 12px;
    width: 18px;
    padding-left: 3px;
}

.padtb {
    padding: 80px 0 32px 0;
}

.blur {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.blur_high {
    filter: blur(7px);
    -webkit-filter: blur(7px);
}

.empty-space {
    padding: 5px 0;
}

.visionMission h2 {
    font-size: 28px !important;
    font-weight: 600 !important;
}

.closefilter {
    color: #ef0073;
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 600;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.our-6-p p {
    color: #324B72;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    opacity: 0.9000000357627869 !important;
    padding-top: 18px;
}

.coliveadv li {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 15px;
    list-style-type: none;
}

.coliveCommunity li {
    color: #324B72;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.9000000357627869;
    list-style-type: none;
    padding-bottom: 10px;
    line-height: 1.5;
}

i.fa.fa-heart-o.colivelovesign {
    display: block;
    float: none;
    display: inline-block;
    color: #f0086e;
}


/*** POPUP ***/

.jquery-modal .modal {
    background: transparent !important;
    box-shadow: 0px 0px 0px !important;
}

.jquery-modal .modal {
    max-width: 100%;
    width: 90%;
}

    .jquery-modal .modal a.close-modal {
        position: absolute;
        top: 0px;
        background: transparent;
        right: 0;
        display: block;
        width: 22px;
        height: 24px;
        text-indent: -9999px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR…o8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
    }

.share .fa-youtube-play:before {
    content: "\f16a";
    color: #fd0000;
}

.share i.fa.fa-youtube-play {
    position: absolute;
    top: 0px;
    font-size: 40px;
    right: 0px;
}

.totaldegree {
    text-align: center;
}

    .totaldegree img {
        width: 100%;
        top: 0;
        right: 0;
        background: #f0086e;
    }

.jquery-modal.blocker.current {
    z-index: 9999;
}

.googlePlus {
    position: absolute;
    right: 8px;
    top: 43px;
    display: none;
}

    .googlePlus a {
        color: #000000;
        display: flex;
    }

a.corporateReg {
    background-color: #ef0073;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 0px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.PropertyModalWrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 10000;
}

.PropertyIframe {
    width: 97%;
    margin: 20px auto;
    display: block;
    height: 95vh;
    border: 0;
}

.ModalContainer {
    position: relative;
}

.PropertyIframeClose {
    position: absolute;
    top: 0px;
    right: 25px;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}

#btnMatterPort {
    background-color: #fff;
    border: 0;
    cursor: pointer;
    display: none;
}

#spnHighlights span {
    font-family: 'Inter-Regular' !important;
    color: #fff !important;
    font-size: 16px !important;
}

#schedulevisitform .pick-date select#slVisitSlots {
    width: 100%;
    top: 29px;
    position: relative;
    margin-left: 0;
    border-bottom: 2px solid #E0E6ED !important;
    border: 0;
}

.promisesTypetitle {
    color: #324b72;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    padding-bottom: 6px;
    position: relative;
    top: 6px;
}

.pomisesList .amenityItems span {
    font-size: 13px;
    color: #929292;
    font-weight: 500;
    padding-left: 12px;
}

.pomisesList .amenityItems img {
    margin: 0 12px 0 0px;
    opacity: 0.4;
    width: 100%;
}

.pomisesList .amenityItems .amenity {
    margin: 10px auto;
}

hr.amenityHr {
    margin: 0;
    width: 8%;
    border: 1px solid #000000 !important;
    margin-bottom: 10px;
}

.hidemore {
    background: transparent;
    border: 0px;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0 10px 0;
}

hr.amenityHr.Morehr {
    margin-top: 15px !important;
    margin-bottom: 0px !important;
    width: 100%;
    border: 0.6px solid #bdbdbd !important;
}

.pomisesList .amenityItems .amenity {
    margin: 10px auto;
    display: flex;
    align-items: center;
}

.pomisesList .amenityItems .amenityImg {
    width: 25px;
    height: 32px;
    overflow: hidden;
}

.cardHeadLogo {
    width: 30px;
    height: 30px;
    margin-right: 7px;
}

.cardHeading .cardImg {
    margin-right: 8px;
    width: 100%;
    height: -webkit-fill-available;
}

.cardHeading {
    display: flex;
    align-items: center;
}

.pomisesList {
    margin-top: 20px;
}

.container.magna i.fa.fa-calendar {
    border-radius: 100%;
    color: #EF0073 !important;
    font-size: 12px;
}

.similarProperty {
    font-size: 22px;
    text-align: center;
    color: #324b72;
    letter-spacing: 2px;
    font-family: 'Inter-Regular' !important;
    font-weight: 500;
    width: 100%;
    border-bottom: 2px solid #dedede;
    padding-bottom: 12px;
    margin: 0 15px;
}

.contactusForm .fa-angle-down {
    font-size: 30px;
    position: absolute;
    right: 25px;
    padding-top: 3px;
}

.AccountsWrapper {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
}

.AccountHeader {
    text-align: center;
    font-size: 22px;
    color: #000;
    margin: 10px;
}

.AccountsContainer {
    max-width: 1200px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 12% 30% 18% 16% 24%;
    grid-template-rows: 33px 33px;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

.AccountCol {
    background: #454545;
    border-color: #454545;
    border-right-color: #DBE0E4;
    text-align: left;
    padding: 10px;
    word-break: normal;
    font-weight: 600;
    color: #fff;
    border-right: 1px solid #fff;
}

.AccountRow {
    white-space: nowrap;
    padding: 10px;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}

.fifthCol {
    border-right: 0;
}

.EmptyAccountRecords {
    min-height: 80px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    display: none;
}

.signup-wrap .signup-box form .form-group input#ScheduleDate {
    padding: 11px 29px;
}

.apply-resetValue {
    position: absolute;
    bottom: 10%;
    right: 0;
    display: grid;
    overflow: hidden;
    width: 193px;
    margin-top: 43px;
}

#CheckoutModalLongTitle {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: left;
}

.customizepopup .sub-title {
    color: #DB1C72;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
    padding: 20px 0px 20px 0px;
}

.customizepopup .checkout-Terms p {
    color: #060C16;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    padding: 0px 0px 14px 0px;
}

.customizepopup ul.CheckoutTermsList {
    padding: 15px 25px;
}

.customizepopup .CheckoutTermsList li {
    color: #060C16;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    padding: 0px 0px 14px 0px;
}

.customizepopup .TermsWrapper.conditionWrapper {
    position: unset !important;
    width: unset !important;
    float: left;
}

.customizepopup .spnTerms {
    position: absolute;
    left: 50px;
}

.customizepopupbtn button.btn.btn-secondary {
    width: auto !important;
}

.scrollOvereff {
    max-height: 350px;
    overflow: hidden;
    overflow-y: auto;
}

#CheckoutModal .modal-content.col-lg-10.offset-lg-1.col-12.offset-0 {
    margin-top: 20px;
}

.customizepopupbtn.customizepopup {
    margin-top: 5px;
}

#mdlCheckoutModal .modal-dialog {
    max-width: 996px !important;
    margin: 1.75rem auto;
}

.amenityItemWrapper {
    margin-bottom: 15px;
    padding: 0;
    border-radius: .25rem;
    padding-left: 15px;
}

.amenityTypeHeader {
    text-align: center;
}

.amenityImg {
    width: 42px;
    height: 42px;
}

.AmenitiesTitle {
    padding: 10px;
    max-width: 100%;
}

.amenityTypeHeader span {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    padding-left: 2px;
}

.amenityServiceImage {
    width: 20px;
    height: 20px;
    margin-right: 16px;
    margin-left: 16px;
}

    .amenityServiceImage img {
        width: 100%;
        opacity: 0.8;
    }

.offerBlock {
    float: left;
    margin-bottom: 20px;
}

.amenityItems .amenity {
    display: -webkit-box;
    margin: 8px 0;
}

    .amenityItems .amenity span {
        font-size: 12px;
        color: #808080;
        font-weight: 500;
    }

    .amenityItems .amenity .amentiesOfferSecDesign {
        font-size: 12px;
        color: #fff;
        font-weight: 500;
        white-space: pre-wrap;
        word-break: break-word;
        width: 100%;
        line-height: 1.5;
        font-size: 14px;
        background: #ed0b70;
        padding: 8px;
    }

.OfferSec_Align {
    display: flex !important;
    align-items: baseline;
}

.btnShowextraamenity {
    position: absolute;
    right: 8px;
    bottom: 5px;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
}

    .btnShowextraamenity.active {
        position: relative !important;
        right: 10px !important;
        width: 15% !important;
        bottom: 5px !important;
        float: right;
    }

    .btnShowextraamenity:hover {
        color: #ef0073;
        font-size: 12px;
    }

    .btnShowextraamenity i {
        float: right;
        position: absolute;
        right: -1px;
        top: 1px;
        font-size: 16px;
        transform: rotate(0deg);
        -webkit-transition: -webkit-transform .8s ease-in-out;
        -ms-transition: -ms-transform .8s ease-in-out;
        transition: transform .8s ease-in-out;
    }

    .btnShowextraamenity.CollapseIcon i {
        transform: rotate(-90deg);
        -webkit-transition: -webkit-transform .8s ease-in-out;
        -ms-transition: -ms-transform .8s ease-in-out;
        transition: transform .8s ease-in-out;
    }

.amenityItems i.fa-angle-right:before {
    font-size: 24px;
}

.AmenitiesheightSet {
    min-height: 120px;
    max-height: 180px;
    overflow: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
    position: relative;
}

.contactusForm .form-group {
    padding-bottom: 30px;
    margin-bottom: 0;
}

.contactusForm .form-control {
    width: 100% !important;
    margin-left: 0px;
    border: 0;
    border-bottom: 2px solid #eeee;
}


.ShoshkeleWrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 1031;
}

.ShoshkeleContainer {
    width: 55%;
    margin: 105px auto;
    display: block;
    position: relative;
    border: 6px solid #fff;
}

    .ShoshkeleContainer img {
        width: 80%;
        margin: 0 auto;
        display: block;
    }

.btnCloseShoshkele {
    position: absolute;
    top: -6px;
    right: -6px;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    color: #ef0075;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.closeFilterI {
    width: 15px;
}

.sub_feq ul {
    padding-left: 55px;
}

.PlatinumCorppro {
    color: #324b72;
    font-weight: 700;
    margin: 15px 0;
    line-height: 1.5;
}

.clientCardImg {
    margin: 0 auto;
    text-align: center;
}

    .clientCardImg img {
        width: 100%;
        padding: 29px 0;
    }

.Client-card.row {
    align-items: center;
}

.navButtons {
    position: absolute;
    top: -48px;
    right: 25px;
}

.kycback,
.kycNext {
    padding: 5px 15px !important;
    border: 1px solid lightgray;
    background: white;
    font-size: 25px;
}


.adjustheight .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
}

hr.Events {
    width: 85%;
    margin: 1rem auto;
}

.websiterunner {
    width: 100%;
    margin: 0px;
    padding: 0px;
    top: 0px;
    z-index: 1031;
    background: #000000;
}

#upComingEvents .card-img-top {
    height: 25vh;
    width: auto;
    margin: 0 auto;
    display: block;
}

#Events .card-img-top {
    height: 25vh;
    width: auto;
    margin: 0 auto;
    display: block;
}

.MapControls {
    display: inline-flex;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 100;
    width: 75%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
    background: #fff;
    height: 48px;
    padding: 5px;
    border-radius: 8px;
    border-bottom: 1px solid transparent;
}

.btnDirections {
    width: 7%;
    height: 30px;
    font-size: 12px;
    margin-left: 5px;
    white-space: nowrap;
    border-radius: 2px;
    border: 0;
    display: block;
    background-color: #fff !important;
    cursor: pointer;
}

    .btnDirections img {
        height: 27px;
        margin-top: 5px;
        margin-left: -1px;
    }

.ribbon {
    font-size: 16px !important;
    width: 50%;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 1em 2em;
    margin: 0em 0 0em;
}

.bg-grey {
    background: #f4f8fb;
}

.leftImgPart img {
    width: 60%;
}

.rightImgPart img {
    width: 60%;
}

.ImgCenterPad {
    padding-top: 45px;
    position: relative;
    padding-left: 0px;
    left: -3px;
}

.w3-row-padding,
.w3-row-padding > .w3-half,
.w3-row-padding > .w3-third,
.w3-row-padding > .w3-twothird,
.w3-row-padding > .w3-threequarter,
.w3-row-padding > .w3-quarter,
.w3-row-padding > .w3-col {
    padding: 0 8px;
}

    .w3-container:after,
    .w3-container:before,
    .w3-panel:after,
    .w3-panel:before,
    .w3-row:after,
    .w3-row:before,
    .w3-row-padding:after,
    .w3-row-padding:before,
    .w3-cell-row:before,
    .w3-cell-row:after,
    .w3-clear:after,
    .w3-clear:before,
    .w3-bar:before,
    .w3-bar:after {
        content: "";
        display: table;
        clear: both;
    }

.w3-modal {
    display: none;
    padding-top: 0px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.83);
    z-index: 1064;
}

.w3-xlarge {
    font-size: 24px !important;
}

.w3-display-topright {
    position: absolute;
    right: 10px;
    top: -5px;
}

.w3-btn,
.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w3-btn,
.w3-button {
    border: none;
    display: inline-block;
    padding: 8px 3px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: #4f4d4e;
    /* background-color: inherit; */
    text-align: center;
    cursor: pointer;
    /* white-space: nowrap; */
    font-size: 39px;
    z-index: 10;
    line-height: 13px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
}

.w3-animate-zoom {
    animation: animatezoom 0.6s;
}

@keyframes animatezoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.w3-modal-content {
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    margin-top: 120px;
    text-align: center;
    padding: 16px;
}

    .w3-modal-content img {
        width: auto;
        margin: 0;
        max-width: 100%;
        height: 100%;
    }

#w3-P-tag {
    text-align: left;
    padding: 0px 20px 0 20px;
}

.offer_box_sec {
    font-size: 24px;
    font-weight: 700;
    border: 2px dashed #ef0075;
    width: min-content;
    padding: 15px 20px;
}

.offer_code_section {
    text-align: center;
    align-items: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 15px 0;
}

.w3-Coupon_sec {
    border: 2px dashed #eee;
    padding: 20px;
}

.Validity_offercode {
    margin: 10px 0;
    font-size: 11px;
    font-weight: 500;
    color: #a7a7a7;
}

.Deals_day {
    margin: 10px auto;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
}

.terms_Partner {
    margin: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    text-align: left;
}

.campaignDescription {
    display: block;
    text-align: left;
    padding: 0px 20px 0 20px;
    font-size: 14px;
    color: #a7a7a7;
    font-weight: 500;
}

.Partner_CouponImg {
    margin: 0 auto;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#signupotp-template,
#offlinepayment-template,
#dvPaymentOTP {
    display: none;
}

input[type="password"] {
    font-size: 35px;
}

#spnUserName {
    font-size: inherit;
    color: #000000;
}

.usernameWrapper {
    text-align: center;
    margin-bottom: 5px;
    font-size: 1rem;
}

.spnCountryCode {
    position: absolute;
    top: 10px;
    left: 25px;
}

#customermobile {
    padding-left: 60px;
}

#CharecterWrapper {
    visibility: hidden;
}

.eventFormCard .card-thumbnail-image {
    width: 100%;
    overflow: hidden;
}

#eventSecView .location p#spnPropertyName {
    font-weight: bold;
    opacity: 1;
}

#eventSecView .testimonial {
    padding-top: 8px;
}

#eventSecView #EventImages > div {
    width: 100%;
}

.GallerySec,
.feedback {
    display: none;
}

#SimilarPropertiesCards .item {
    overflow: hidden;
}

#SimilarPropertiesCards .owl-prev {
    margin-top: -130px !important;
}

#SimilarPropertiesCards .owl-next {
    margin-top: -130px !important;
}

}

.SimilarPropertiesimgContainer {
    width: 374px;
    height: 210px;
    overflow: hidden;
}

.partnersWrapper {
    max-height: 300px;
    overflow-y: hidden;
}

    .partnersWrapper.active {
        height: auto;
        max-height: 1400px;
        -webkit-transition: max-height 2s;
        /* For Safari 3.1 to 6.0 */
        transition: max-height 2s;
    }

div.promises.container {
    min-height: 65vh;
}

.scheduleFreeVissit {
    padding-left: 0px;
    padding: 0;
}

.PropertyViewDesign .property {
    border: 2px solid #000000;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    font-weight: 500;
}

    .PropertyViewDesign .property:hover {
        background: #000000;
        color: #fff;
    }

.scheduleFreeVissit .property {
    text-align: center;
    background: #ef0073;
    color: #fff;
    font-weight: 500;
    padding: 6px 8px;
    border: 2px solid #ef0073;
}

    .scheduleFreeVissit .property:hover {
        color: #ef0073 !important;
        background: #fff;
    }

.schedule-first #schedulevisit {
    background: transparent;
    padding: 0;
}

.schedule-first .signup-box {
    background: transparent;
    padding: 0px;
}

.schedule-first form#schedulevisitform {
    margin: 0;
}

.schedule-first #schedulevisit {
    margin: 0;
    min-height: 393px;
}

.schedule-first #schedulevisit i.fa.fa-calendar {
    font-size: 12px;
    bottom: 0px;
    top: 0px;
}

#schedulevisitform .pick-date .scheduleTIminginSChe select#slVisitSlots {
    position: relative;
    top: 0 !important;
    border-bottom: 2px solid #000 !important;
    background: transparent;
    color: #000;
    height: 40px;
    font-size: 13px;
    padding: 0;
}

#schedulevisitform .pick-date .scheduleTIminginSChe select#slVisitSlots option {
    color: #000;
}

#schedulevisit .scheduleTIminginSChe .focus-input100 i.fa.fa-angle-down {
    position: absolute !important;
    top: 70% !important;
}

.focus-input100 i {
    font-size: 16px !important;
}

.scheduleTIminginSChe .focus-input100 {
    position: absolute;
}

.schedule-first form p {
    margin-bottom: 10px !important;
}

.schedule-first .form-group {
    margin-bottom: 0rem;
}

.schedule-first label.error {
    color: white !important;
    font-size: 11px !important;
    position: relative !important;
    display: block;
    top: 5px !important;
    float: right;
    background-color: #f90000bf !important;
    padding: 2px 10px;
    border-radius: 2px;
    margin-bottom: 0px;
}

div#spnHighlights p {
    color: #fff !important;
    font-size: 16px !important;
    opacity: 0.9000000357627869 !important;
    font-family: 'Inter-Regular' !important;
}

#SimilarPropertiesContainer .owl-carousel-cards .view-property a {
    display: block;
    text-align: right;
}

    #SimilarPropertiesContainer .owl-carousel-cards .view-property a p {
        opacity: 1;
    }

#txtCountry {
    display: none;
}

#permanentaddress .dropdown-main .kyc_formBorder {
    border: 0px;
    border-bottom: 2px solid #E0E6ED;
    font-weight: 400 !important;
    height: 38px !important;
}

#permanentaddress .dropdown-main input.kyc_formBorder::placeholder {
    border: 0px;
    border-bottom: 2px solid #E0E6ED;
    font-weight: 400 !important;
    height: 38px !important;
}

#permanentaddress .dropdown-main {
    padding: 0;
}

#txtPANNumber,
#txtIFSCCode {
    text-transform: uppercase !important;
}

#txtCity {
    margin-top: 30px;
}

.customerror {
    border: 2px solid #fb4040;
}

.resendWrap {
    display: flex;
    margin-top: 10px;
}

#OTPRedirect span {
    cursor: pointer;
    color: #ef0073;
}

.padright0 {
    padding-right: 0px;
}

.radioInputGroup .toggle.btn.btn-sm.btn-default.off {
    width: 60px !important;
    height: 30px !important;
    border-radius: 13px !important;
    min-height: 19px !important;
    border-color: transparent;
}

.radioInputGroup .toggle.btn.btn-sm.btn-primary {
    width: 60px !important;
    height: 30px !important;
    border-radius: 13px !important;
    min-height: 19px !important;
    border-color: transparent !important;
    background-color: transparent !important;
}

.toggle input[type=checkbox]:checked + div .toggle-handle {
    border-radius: 50px !important;
    border-color: #ef0073 !important;
    background-color: #ef0073 !important;
    width: 28px !important;
    border-width: 2px;
    font-weight: 600;
    height: 19px !important;
    position: relative !important;
    top: -2px !important;
    left: 12px !important;
}

.radioInputGroup .toggle.btn.btn-sm.btn-primary input[type=checkbox]:checked + div .toggle-handle {
    border-radius: 50px !important;
    border-color: #ef0073 !important;
    background-color: #ef0073 !important;
    width: 28px !important;
    border-width: 2px;
    font-weight: 600;
    height: 19px !important;
    position: relative !important;
    top: -2px !important;
    left: 14px !important;
}

.toggle input[type=checkbox]:checked + div.toggle-group {
    width: 56px !important;
    height: 21px !important;
    border-radius: 13px !important;
    min-height: 19px !important;
    border: 2px solid #ef0d73 !important;
    left: 0;
}

.toggle input[type=checkbox]:not(:checked) + div.toggle-group {
    width: 56px !important;
    height: 21px !important;
    border-radius: 13px !important;
    min-height: 19px !important;
    border: 2px solid #000000 !important;
    left: 0;
}

.toggle input[type=checkbox]:not(:checked) + div .toggle-handle {
    border-radius: 50px !important;
    border-color: #000000 !important;
    background-color: #000000 !important;
    width: 28px !important;
    border-width: 2px;
    font-weight: 600;
    height: 19px !important;
    position: relative !important;
    top: -2px !important;
    left: -14px !important;
}

.toggle-group label.toggle-on,
.toggle-group label.toggle-off {
    display: none;
}

/* The comingsoon Modal (background) */
.comingsoon_modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
}

    /* Modal Content */
    .comingsoon_modal .modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        width: 80%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s;
    }

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

/* The Close Button */
.comingsoon_modal .close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .comingsoon_modal .close:hover,
    .comingsoon_modal .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.comingsoon_modal .modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.comingsoon_modal .modal-body {
    padding: 2px 16px;
}

.comingsoon_modal .modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.comingsoon_modal .w3-modal-content {
    background: #fff;
    padding: 0;
    outline: 0;
    margin-top: 120px;
    text-align: center;
    padding: 30px;
    margin: 212px auto;
    border: 10px solid #fff;
}

.comingsoonmodelDescription {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 2.5px;
}

.comingsoonmodelDescriptionsubdetailes {
    font-size: 25px;
    font-weight: 600;
    color: #5d2345;
}

.commingsoonbreakline {
    margin: 5px 0;
    border: 1px solid #ef0a6c !important;
    width: 50px;
    margin: 11px auto;
    margin-top: 20px;
}

.comingsoonmodelContent {
    background: #ffffffab;
    padding: 15px 0;
}

.comingsoon_modal .w3-display-topright {
    position: absolute;
    right: -20px;
    top: -20px;
}

#comingsoon_modal .w3-modal {
    display: inline-block;
}

.formsubDescriptionsubdetailes {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

#feedbackComment,
#feedbackimageUpload,
#dvThankyou,
#dvRating,
#NegContainer,
#btnSubmit {
    display: none;
}

#feedbackComment,
#NegContainer {
    min-height: 185px;
}

#NegativeOptions {
    padding-top: 20px;
}

.msg-box-img.active {
    border: 2px solid #ef0075;
    background-color: rgba(239, 0, 117, 0.2);
}

h6.msg-info-txt {
    margin: 10px auto;
}


/* no properties page design */
.h1_noProperties_heading {
    font-size: 20px;
    padding-bottom: 12px;
}

.noProperties_description {
    color: #989898;
    font-size: 13px;
    line-height: 2.0;
}

.noProperties_Button {
    background-color: #ef0073;
    border: 1px solid #ef0073;
    color: #fff;
    padding: 6px 18px;
    text-transform: uppercase;
    width: max-content;
    margin: 15px auto 10px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.no_properties_found {
    height: 50vh;
    position: relative;
    display: grid;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.no_prop_image img {
    width: 25%;
    margin-bottom: 15px;
}

/* checkout cancel request design */
.checkout_form_nav {
    position: absolute;
    top: 5%;
    right: 5%;
}

.checkout_nav_anchor_left {
    padding: 5px 10px;
    border: 2px solid #eee;
    color: #ef0075;
    background: transparent;
}

.checkout_nav_anchor_right {
    padding: 5px 10px 3px 10px;
    border: 2px solid #eee;
    color: #ef0075;
    background: transparent;
}

.checkout_nav_anchor_left > i.fa.fa-chevron-left {
    color: #ef0075;
}

.checkout_nav_anchor_right > i.fa.fa-chevron-right {
    float: none;
    color: #ef0075 !important;
}

.cancel_notice_period {
    width: auto;
    background-color: #ef0073;
    border: 0px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    height: 48px;
    cursor: pointer;
    padding: 0 16px;
}

.cancel_rasied_notice {
    margin-top: 18px;
}

#cancel_raise_noticed .modal-dialog {
    margin-top: 40vh;
}

#cancel_raise_noticed .modal-content {
    padding: 15px;
    width: 88% !important;
}

.cancel_popup_no {
    background: #324B72;
    color: #fff;
    font-weight: 600;
    padding: 8px 52px;
    border-radius: 0px;
    border: 0px;
}

    .cancel_popup_no:hover {
        color: #fff;
    }

.cancel_popup_yes {
    background: #ef0073;
    color: #fff;
    font-weight: 600;
    padding: 8px 52px;
    border-radius: 0px;
    border: 0px;
}

    .cancel_popup_yes:hover {
        color: #fff;
    }

.cancel_pop {
    text-align: right;
}

.cancel_body_content {
    padding-bottom: 16px;
}

/* property rating styles */
.circles {
    margin-bottom: -10px;
}

.circle {
    width: 100px;
    margin: 20px 6px 0px;
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

    .circle canvas {
        vertical-align: top;
    }

    .circle strong {
        position: absolute;
        top: 19px;
        left: 0;
        width: 82%;
        text-align: center;
        line-height: 40px;
        font-size: 30px;
    }

        .circle strong i {
            font-style: normal;
            font-size: 0.6em;
            font-weight: normal;
        }

    .circle span {
        display: block;
        color: #aaa;
        margin-top: 12px;
    }

.property_rating_align {
    display: flex;
    align-items: center;
}

.property_Rating_image {
    margin: 6px 0;
}

    .property_Rating_image img {
        width: 12%;
    }

.property_rated {
    font-size: 13px;
    color: #324b72;
}

.property_image_opacity {
    opacity: 0.3;
}

.property_rated_value {
    color: #324b72;
    font-weight: 400;
    line-height: 20px;
    opacity: 0.5;
}

.cowork-wrap .enquiry-form .drop-down.loc_dropdown {
    display: block;
}


.mapview .sub_feq {
    width: 100%;
    margin-left: 14px;
}

    .mapview .sub_feq .section-header.closed {
        color: #10121B;
        font-size: 12px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        padding: 5px 0px;
    }

    .mapview .sub_feq h4 {
        margin: 0;
        font-size: 12px;
        cursor: pointer;
        padding: 15px;
    }

    .mapview .sub_feq .section-header.active::after {
        content: "\2212";
        color: #e4497d;
        float: left;
        font-size: 14px;
        display: block;
        padding: 0px 10px 0px 0px;
    }

.map-view .sub_feq .section-header.closed::before {
    content: '\002B';
    color: #e4497d;
    float: left;
    font-size: 20px;
    padding: 0px 10px 0px 0px;
    font-weight: 600;
}

.map-view .sub_feq .section-header.closed::after {
    content: "" !important;
    color: #e4497d;
    float: left;
    font-size: 20px;
    padding: 0px 10px 0px 0px;
}

.mapview .sub_feq .text-light {
    color: #324B72 !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    opacity: 0.9000000357627869;
    text-align: left;
    padding: 0px 20px;
}

.static_content_fr_search.pt-5 {
    margin-left: 0px;
    width: 100%;
    padding-top: 15px !important;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0rem;
    z-index: 15;
    position: relative;
}

.mapview .static_content_fr_search.pt-5 {
    background: #ffff;
    margin-left: 15px;
    width: 100%;
    padding-top: 15px !important;
    margin-top: 22px;
    padding-bottom: 15px;
    margin-bottom: 0rem;
}

.basic_steps {
    padding: 5px 0px;
    margin: 0px 0 0 0;
}

    .basic_steps .basic_step_view {
        background: #eee;
        padding: 4px 14px 5px 2px;
        margin: 0 5px;
        border-radius: 14px;
        font-weight: 500;
        font-size: 12px;
    }

.basic_step_view_count {
    background: #fff;
    border-radius: 50%;
    padding: 2px 7px;
    font-size: 12px;
    margin-right: 8px;
    font-weight: 500;
}

.basic_steps i.fa.fa-chevron-right {
    float: none;
    color: #324b72 !important;
    font-size: 14px;
}

.sub_feq {
    padding: 20px 40px 40px 40px;
    background: #fff;
    position: relative;
    z-index: 15;
    margin-bottom: 0px !important;
    padding-bottom: 40px;
}

.text_view {
    padding-top: 20px;
}

.fixed-header {
    height: 90vh;
    z-index: 10;
    top: 80px;
    right: 0px;
    padding: 0;
    padding-left: 30px !important;
    margin-top: 0px;
}

/* Refund Details */
.Refund_Details .account-details {
    padding-left: 20px !important;
}

.Refund_Details hr {
    margin: 0;
    width: 13%;
    margin-left: 20px;
    border-color: #000000;
    border: 1px solid #000000 !important;
}

.display_align {
    align-items: center;
    margin-bottom: 8px;
}

    .display_align .align_center h4 {
        text-align: right !important;
        margin-bottom: 0;
        font-size: 14px !important;
    }

        .display_align .align_center h4 i {
            color: #ef0073;
            padding-left: 6px;
            font-size: 14px;
            position: absolute;
            top: 1px;
            right: 2px;
        }

.Refund_Details .modal-dialog {
    margin-top: 25vh;
}

.Refund_Details .modal-dialog .card {
    margin-bottom: 0px !important;
}

.Refund_Details button#ancBack2,
.User_Bank_Details button#ancBack3 {
    position: absolute;
    top: -98px;
    right: 3vw;
}

.Refund_Details button#ancNext2,
.User_Bank_Details button#ancNext3 {
    position: absolute;
    top: -98px;
    right: 0vw;
}

.cords + .row {
    margin-top: 10px;
}

p.holder’s {
    text-align: left;
}

.breadcrumb_booking {
    padding-left: 15px !important;
}

.filter_box {
    padding: 0px 0px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
}

.filter_title {
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 700;
}

.filter_title_sec {
    border-bottom: 1px solid #bdbdbd;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
}

.clear_anchor {
    background: transparent;
    border: 0px;
    color: #ef0075;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    position: absolute;
    right: 6%;
}

.multi_filter_view .filter-container .header.collapsed label:before {
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 8px;
    transition: transform 0.25s ease-out;
}

.multi_filter_view .filter-container .header label:before {
    content: "\f068";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 8px;
    transition: transform 0.25s ease-out;
}

.multi_filter_view li {
    list-style-type: none;
    padding: 0 15px;
}

.multi_filter_view ul#my-list ul {
    padding: 5px 15px 10px 15px;
    border-bottom: 1px solid #bdbdbd;
}

    .multi_filter_view ul#my-list ul:last-child {
        border-bottom: 0px;
        padding: 5px 15px 0px 15px;
    }

.multi_filter_view ul#my-list .header.collapsed + ul {
    padding: 0px 15px 0px 15px;
    border-bottom: 0px solid #bdbdbd;
}

.multi_filter_view li .custom-control {
    padding: 0px 15px;
}

.filter_box.bg-white .multi_filter_view li .custom-control {
    padding: 0 26px;
    align-items: center;
    display: flex;
    min-height: 28px;
}

.multi_filter_view .filter-container .header label {
    padding: 5px 0 0px;
    cursor: pointer;
    margin-bottom: 0px;
}

.multi_filter_view .filter-container > div {
    display: none;
}

.multi_filter_view .filter-container label {
    font-size: 13px;
    font-weight: 700;
}

.multi_filter_view .custom-control-label::before {
    background-color: #ffffff;
    top: 2px;
}

.multi_filter_view .filter-container ul li .custom-control label {
    margin-left: 10px;
    font-weight: 500;
    font-size: 11px;
}

.filter_box.bg-white .multi_filter_view .filter-container ul li .custom-control label {
    margin-left: 0px;
}

.filter_box.bg-white .multi_filter_view .filter-container ul ul li {
    padding: 0px;
}

.multi_filter_view .collapsible-search {
    width: 100%;
}

.filter-container {
    border: 0px solid #E0E6ED;
    padding: 0px 0px;
}

.multi_filter_view .collapsible-search {
    width: 90% !important;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 13px;
    background-color: #FFFFFF;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    position: relative;
    margin-left: 0px;
    margin-bottom: 8px;
    height: 42px;
    margin: 0 auto;
}

.multi_filter_view {
    padding: 10px 0;
}

.filter-container-second {
    margin-top: 15px;
}

.multi_filter_view .custom-control-label.custom-control-label::after {
    top: 5px;
    width: 20px;
    height: 18px;
}

.multi_filter_view li.display {
    display: block !important;
}

.choose-room td.continue-cancel-btn .continue-btn {
    width: auto;
    height: auto;
    padding: 8px 35px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 3px;
}

.choose-room .room-types #PrivateKeyDetails .card .card-body .graphical-info table td {
    border-top: 1px solid #dee2e6;
}

#SelectedBed .tdRoomselect {
    display: none;
}

#SelectedBed .rent {
    text-align: right;
}

.transit {
    transition: 0.3s linear;
}

.choose-room .room-types .card .card-body .graphical-info table td:last-child {
    width: 231px;
}

.custom-checkbox.custom-li-ul .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ef0075;
}

.custom-checkbox.custom-li-ul .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #ef0075;
}

.filter_box.bg-white .custom-checkbox.custom-li-ul .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ef0075;
    color: #fff;
    font-size: 12px;
    border: 2px #ef0075 solid;
}

.filter_box.bg-white .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox.custom-li-ul input[type=checkbox] + label:before {
    content: "\2714";
    border-radius: 0.2em;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 2px;
    padding-bottom: 0;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
    margin-right: 7px;
}

.filter_box.bg-white .custom-checkbox.custom-li-ul input[type=checkbox] + label:before {
    content: "";
    background-color: #ffffff;
    top: 3px;
    border: 2px rgba(0, 0, 0, 0.5) solid;
    width: 20px;
    height: 20px;
    border-radius: 3px !important;
}

#myFilterBtn button {
    position: fixed;
    transition: 0.3s;
    text-decoration: none;
    font-size: 20px;
    color: white;
    bottom: 50px;
    left: 8px;
    box-shadow: 0px 0px 6px #ffffff6b !important;
    z-index: 60;
    height: 50px;
    width: 50px;
    border: 0px solid #272726;
    background-color: #ef0075;
    top: 118px;
    left: 0;
}

    #myFilterBtn button:before {
        content: "\f0b0";
    }

.fixed-filter {
    display: block;
}

.multi_filter_view .apply-filter {
    display: none;
}

.filter_box .close_filter_icon {
    display: none;
}

.booking-card-design .booking-card {
    background: #fff;
    padding: 8px 15px 4px 15px;
    border: 2px solid #eee;
    box-shadow: 0px 0px 6px 0px #eee;
    min-height: 175px;
}

.booling-property-details > div {
    display: flex;
    align-items: center;
}

.booking-room-no .card-header {
    background: transparent;
    padding: 0;
    border: 0;
}

    .booking-room-no .card-header span.btn.btn-link {
        color: #222;
        text-decoration: none;
        padding: 0;
        cursor: auto;
    }

.share-rent-details {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
}

    .share-rent-details .border-right {
        border-right: 2px solid #eee !important;
        align-items: center;
        display: flex;
    }

.feature-amenities-img .feature-svg {
    display: flex;
    align-content: center;
}

.booking-rent-details .noticeperiodkey {
    color: #324B72;
    font-size: 10px;
    font-weight: 600;
    bottom: 0px;
    position: relative;
    right: 0px;
    white-space: unset;
    z-index: 10;
}

.booking-confirmation-button .continue-cancel-btn {
    background: transparent;
    padding: 0px 0 0 0;
    align-content: center;
    justify-content: center;
}

    .booking-confirmation-button .continue-cancel-btn button {
        margin-right: 0px !important;
        height: auto !important;
        width: 80px !important;
        font-size: 12px !important;
    }

.booking-main-whitebg {
    background: #fff;
    padding: 10px 10px 10px 10px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 1px 0px #eee;
}

    .booking-main-whitebg > .row {
        flex-direction: row;
        flex-wrap: nowrap;
    }

.booking-heading {
    font-size: 12px;
    font-weight: 500;
    color: #b5b5b5;
    margin-bottom: 5px;
}

.booking-sharing-type,
.booking-rent-details {
    padding: 2px 0;
}

.booking-selection .form-check {
    left: 0;
}

.booling-property-details {
    padding: 0px 0 10px 0;
}

.booking-rent-align {
    display: flex;
    align-items: center;
}

.feature-amenities-img p {
    font-size: 10px;
    color: #000000;
    font-weight: 500;
    line-height: 12px;
    opacity: 0.8;
    margin-top: 2px;
}

.feature-amenities-img .feature-svg .position-relative {
    margin-right: 20px;
    text-align: center;
}

.booking-confirmation-button {
    float: right;
    position: absolute;
    top: -2px;
    right: 15px;
}

.room-amenities {
    padding: 4px 0 0 0;
}

.booking-notice-period-content .noticeperiodkey {
    right: 0 !important;
    bottom: 0;
    position: relative;
    white-space: unset;
}

.booking-notice-period-content {
    text-align: right;
}

.feature-amenities-img .feature-svg .position-relative img {
    margin: 0 10px;
    height: 22px;
    margin-bottom: 0px;
}

.room-amenities .booking-heading {
    margin-bottom: 0;
}

.ApartmentName {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    margin-bottom: 10px;
}

.cardleft .booking-main-whitebg {
    margin: 0px 7px 16px 0px;
}

.cardright .booking-main-whitebg {
    margin: 0px 0px 16px 7px;
}

.booking-card-design.card {
    background: transparent;
    margin: 0px !important;
}

#servicerequestcard .card-wrap .card-img img {
    width: 100%;
    min-height: 240px;
}

.suggestionContainer {
    list-style: none;
    padding: 0;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 2px solid #e3e3e3;
    border-top: 0;
    display: none;
}

    .suggestionContainer > .glDetails {
        padding: 4px;
        /* border: 2px solid #e3e3e3; */
        min-height: 35px;
        padding-top: 9px;
        font-weight: normal;
        font-size: 12px;
        cursor: pointer;
        border-top: 0;
        display: flex;
        align-items: center;
        white-space: nowrap;
        overflow: hidden;
    }

        .suggestionContainer > .glDetails:hover {
            background: #eee;
        }

        .suggestionContainer > .glDetails > b {
            font-weight: normal;
            font-size: 12px;
        }

    .suggestionContainer > .PropDetails {
        padding: 4px;
        border-top: 1px solid #e3e3e3;
        min-height: 35px;
        padding-top: 6px;
        font-weight: 600;
        font-size: 12px;
        cursor: pointer;
        display: flex;
        white-space: nowrap;
        background: #f9f9f9;
    }

        .suggestionContainer > .PropDetails > img {
            height: 27px;
            margin-right: 10px;
            margin-top: 4px;
            margin-left: 6px;
        }

.homepage-wrap .search-container .PropAmount {
    font-weight: normal;
}

.homepage-wrap .search-container .SearchPropLocation {
    font-weight: normal;
}

.filterclear_anchor {
    background: transparent;
    border: 0px;
    color: #ef0075;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    text-transform: capitalize;
    padding-top: 6px;
    padding-left: 0;
}

.search-filter-container {
    padding: 0px;
    margin-top: 8px;
}

.property-collapsible-search {
    margin: 0 !important;
    width: 100% !important;
    padding: 5px 5px;
    font-size: 12px;
    border: 1px solid #E0E6ED !important;
}

.search-filter-container li {
    list-style-type: none;
}

.search-filter-container .header label {
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    opacity: 1;
    padding-bottom: 0px !important;
    color: #000000;
    cursor: pointer;
}

.search-filter-container label {
    font-size: 12px;
    margin: 0px !important;
    padding: 0px !important;
    text-transform: capitalize;
}

.search-filter-container .custom-control-label::before {
    background-color: #ffffff;
    top: 4px;
}

.search-filter-container .custom-control-label::after {
    top: 5px;
}

.search-filter-container .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ef0075;
    color: rgb(255, 255, 255);
    font-size: 12px;
}

.search-filter-container .custom-control {
    padding: 0px 26px;
    align-items: center;
    display: flex;
    min-height: 28px;
}

.search-filter-container .tab-pane {
    padding: 5px 15px 10px 15px;
    border-bottom: 1px solid #bdbdbd;
}

.search-filter-container > ul li {
    border-bottom: 0px solid #E0E6ED;
    padding: 0px 15px;
}

.search-filter-container .third-child-ul {
    padding: 0px 0px;
}

.filter-search-filterSearchBox {
    position: absolute;
    top: 0px;
    right: 14px;
    width: 25px;
    height: 25px;
    background-color: #f5f5f6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

    .filter-search-filterSearchBox .filter-search-hidden {
        display: none;
    }

    .filter-search-filterSearchBox .filter-search-inputBox {
        background-color: #ffffff;
        outline: none;
        border: none;
        font-size: 14px;
        height: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        padding: 2px 33px 2px 14px;
    }

.filter-search-iconSearch {
    display: inline-block;
    position: absolute;
    right: 2px;
    top: 3px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    cursor: pointer;
}

.sprites-search {
    width: 16px;
    height: 16px;
}

.filter-search-filterSearchBox .sprites-search {
    width: 20px;
    height: 20px;
}

.colive-sprites {
    background-image: url(/assets/images/search.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

    .colive-sprites.sprites-remove {
        background-image: url('/assets/images/search/search-search-grey.png');
        display: inline-block;
        background-repeat: no-repeat;
        background-size: contain;
    }

.brand-value {
    position: relative;
    top: 0px;
    right: -10px;
    z-index: 1;
}

.filter-search-expanded {
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.filter-search-hidden.filter-search-visible {
    display: block;
    font-size: 12px;
}

.fixed-filter-header {
    position: fixed;
    height: auto;
    z-index: 10;
    top: -124px;
}

    .fixed-filter-header::-webkit-scrollbar {
        width: 3px;
        height: 8px;
    }

.search-base ul {
    padding-left: 0;
}

    .sort-sortBy:hover .sort-list {
        display: block;
    }

.property-sorting-total {
    display: flex;
    align-items: center;
}

.property-sorting-total {
    padding-top: 18px;
}

    .property-sorting-total .form-inline {
        margin-right: 16px;
    }

        .property-sorting-total .form-inline button {
            width: 105px;
            height: 32px !important;
            font-size: 13px;
        }

#property_search #navbar {
    border-bottom: 1px solid #E0E6ED;
}

#ulCityList {
    max-height: 110px;
}
.property_list_view_pad1 {
    min-height: 600px;
}
@media (max-width: 768px) {
    #ulCityList {
        max-height: 110px !important;
    }
    .property_list_view_pad1 {
        min-height: 300px;
    }
}

.ul-height-limit {
    max-height: 138px;
    overflow-y: hidden;
    -webkit-transition: max-height 2s;
    transition: max-height 2s;
}

    .ul-height-limit.active {
        max-height: 285px;
        -webkit-transition: max-height 2s;
        transition: max-height 2s;
        overflow-y: auto;
    }

.apply_show {
    background: #fff;
    border: 0px;
    font-size: 12px;
    color: #ef0075;
    width: 27%;
    cursor: pointer;
    border-radius: 5px;
    padding-top: 5px;
    text-align: left !important;
    width: 100%;
    padding-left: 26px;
    display: flex;
    align-items: center;
}

    .apply_show:before {
        content: "\f054";
        font-size: 16px;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: rotate(90deg);
        padding: 10px 0px 0px 0px;
        margin-right: 3px;
    }

.search-filter-container li ul:first-child {
    border-bottom: 0px solid #E0E6ED;
}

#property_search .nav.w-100.container {
    max-width: none !important;
    padding-left: 15px;
}

    #property_search .nav.w-100.container .navbar-brand {
        width: 19.3%;
    }

.radioInputGroup .filtercitySelect [type="radio"]:checked + label:before,
.radioInputGroup .filtercitySelect [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 18px;
    height: 18px;
    border: 2px solid #000000;
    border-radius: 100%;
    background: #fff;
}

.filtercitySelect .radio-custom-label {
    padding: 0px 26px !important;
}

.radioInputGroup .filtercitySelect [type="radio"]:checked + label:after,
.radioInputGroup .filtercitySelect [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #f0086e;
    position: absolute;
    top: 10px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radioInputGroup .filtercitySelect [type="radio"]:checked + label,
.radioInputGroup .filtercitySelect [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #212529;
}

.radioInputGroup .filtercitySelect [type="radio"]:checked,
.filtercitySelect [type="radio"]:not(:checked) {
    position: absolute;
    z-index: 999;
    opacity: 0;
    width: 21px !important;
    height: 22px !important;
    cursor: pointer;
}

/* Mobile view filter - 10/12/2019 */
.mobileFilterbutton {
    position: fixed;
    z-index: 9;
    bottom: 7%;
    background: #fff;
    padding: 7px 0px;
    width: 100%;
    display: flex;
    border-top: 0px solid #eee;
    box-shadow: 0px 0px 4px 0px #c7c7c7;
}

    .mobileFilterbutton button {
        width: 50%;
        background: #fff;
        border: 0px;
        border-right: 1px solid #d0d0d0;
        padding: 1px 0px;
        color: #5a5a5a;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 !important;
        font-size: 13px;
    }

#property_search .tabs-left > .nav-tabs {
    border-bottom: 0;
}

#property_search .tab-content > .tab-pane,
#property_search .pill-content > .pill-pane {
    display: block;
}

    #property_search .tabs-left > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px;
    }

    #property_search .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

        #property_search .tabs-left > .nav-tabs > li > a:hover,
        #property_search .tabs-left > .nav-tabs > li > a:focus {
            border-color: #eeeeee #dddddd #eeeeee #eeeeee;
        }

#property_search .tab-pane > ul > li:last-child {
    height: auto;
    align-items: center;
    flex-direction: column;
}

    #property_search .tab-pane > ul > li:last-child > span {
        text-align: center;
        font-size: 12px;
        font-weight: 500;
    }

.mobilefilter-button svg path + path {
    fill: #868686;
}

.mobilefilter-button svg path {
    opacity: 1;
}

.highttolow svg.SortModalIcon,
.lowtohigh svg.SortModalIcon,
.priceDefault svg {
    display: none;
}

.PopUp_Filter {
    position: absolute;
    width: 50vw;
    background: #fff;
    z-index: 9;
    border: 1px solid #d4d4d4;
    box-shadow: 0px 0px 3px 0px #e4e4e4;
}

.Slideanimated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.TransferHeader {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin: 12px;
}

.transfer_body_content {
    text-align: justify;
}

.transfercontainer {
    margin: 20px;
}

    .transfercontainer .check_box {
        margin: 10px 0;
    }

    .transfercontainer .form-group {
        position: relative;
    }

        .transfercontainer .form-group .form-control {
            width: 100%;
            margin-left: 0;
        }

        .transfercontainer .form-group .fa {
            position: absolute;
            bottom: 10px;
            right: 10px;
        }

    .transfercontainer .radioInputGroup [type="radio"]:checked + label:after,
    .transfercontainer .radioInputGroup [type="radio"]:not(:checked) + label:after {
        content: '';
        width: 10px;
        height: 10px;
        background: #f0086e;
        position: absolute;
        top: 4px;
        left: 4px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

#liProratedRent .TermsWrapper input[type=checkbox] + label {
    position: relative;
    left: 0px;
    display: flex;
    align-items: center;
}

/* Email Verification */
.CustomerVerification {
    opacity: 1 !important;
}

    .CustomerVerification #spnCustomerName {
        font-weight: 600;
    }

    .CustomerVerification #spnEmailVerification {
        font-size: 12px;
    }

/*#region ShowLoaderCSS */
.CssLoaderStyles .logoloader {
    border: 6px solid #ef0075;
    border-radius: 50%;
    border-top: 6px solid transparent;
    width: 55px;
    height: 55px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
}

.CssLoaderStyles .Logo-loader {
    border: 6px solid #ef0075;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    position: relative;
    display: flex;
    justify-content: center;
    border-top: 6px solid transparent;
}

    .CssLoaderStyles .Logo-loader:after {
        content: '';
        background: #ef0075;
        height: 0px;
        width: 15px;
        position: relative;
        transform: rotate(90deg);
        border: 3.5px solid #fff0;
        top: -2px;
    }

.CssLoaderStyles {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10000000;
    background: #ffffffba;
    height: 100%;
    width: 100%;
    margin: auto;
}

.CssLoaderAlign {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: relative;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*#endregion ShowLoaderEnd*/

/* 19/12/2019 Search Filter*/
.search-filter-container .custom-control label {
    color: #000000;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
}

.search-filter-container .custom-control-label::before {
    background-color: #ffffff;
    top: 3px;
    border: 2px rgba(0, 0, 0, 0.5) solid;
    width: 20px;
    height: 20px;
    border-radius: 3px !important;
}

.filter_box.bg-white .search-filter-container .custom-control-label::before {
    background-color: #ffffff;
    top: 3px;
    border: 2px rgba(0, 0, 0, 0.5) solid;
    width: 20px;
    height: 20px;
    border-radius: 5px !important;
}

.search-filter-container .radioInputGroup .filtercitySelect [type="radio"]:checked + label:before,
.search-filter-container .radioInputGroup .filtercitySelect [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    border: 2px rgba(0, 0, 0, 0.5) solid;
    border-radius: 5px !important;
    background: #fff;
}

.search-filter-container .radioInputGroup .filtercitySelect [type="radio"]:checked + label:after,
.search-filter-container .radioInputGroup .filtercitySelect [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #f0086e;
    position: absolute;
    top: 3px;
    left: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.search-filter-container .radioInputGroup .filtercitySelect [type="radio"]:checked + label,
.search-filter-container .radioInputGroup .filtercitySelect [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}

.search-filter-container .radioInputGroup .filtercitySelect [type="radio"]:checked,
.search-filter-container .filtercitySelect [type="radio"]:not(:checked) {
    position: absolute;
    z-index: 999;
    opacity: 0;
    width: 14px !important;
    height: 14px !important;
    cursor: pointer;
    top: 4px;
    left: 1px;
}

.search-filter-container .filtercitySelect {
    height: 28px !important;
    position: relative;
    align-items: center;
    display: flex;
    align-content: center;
}

.search-filter-header {
    height: auto;
    z-index: 10;
    top: 70px;
    left: 0px;
    padding: 0;
    padding-left: 30px;
    margin-top: 0px;
    background: #ffffff;
    position: fixed;
    width: 250px;
    padding-left: 0px;
    padding-top: 17px;
    box-shadow: -1px 0px 8px 1px #bbb5b5;
}

#property_search .tab-content > .tab-pane:last-child {
    border-bottom: 0px !important;
}

.showval {
    display: none !important;
}

.apply_show.active:before {
    content: "\f054";
    font-size: 16px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(270deg);
    padding: 10px 0px 0px 0px;
    margin-right: 9px;
}

.checkoutProperty {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    width: 100%;
}

#CheckoutDetails .field {
    margin: 5px 0;
}

#CheckoutDetails .modal-dialog {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 auto;
}

#CheckoutDetails .ChkoutPropName {
    font-size: 15px;
    color: #2c3e50;
    margin-bottom: 10px;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2px;
}

#CheckoutDetails .ChkoutPropNameuse {
    color: #a7a7a7;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    padding: 0px 0px 15px 0px;
}

#CheckoutDetails .modal-content {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    margin: 40px auto;
    position: relative;
}

.CheckoutDetailButton {
    position: absolute;
    right: -7px;
    top: -3px;
    background: #fff !important;
    opacity: 1;
    border-radius: 50%;
    padding: 1px 6px !important;
    box-shadow: 0px 0px 5px 0px #ffffffbf !important;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    border: 0;
    cursor: pointer;
    color: #000000;
}

#CheckoutDetails .action-button {
    border: 0px solid #324b72;
    background: #324b72;
    padding: 5px 22px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

button.chkOutCancelbutton {
    border: 0px solid #ef0075;
    background: #ef0075;
    padding: 5px 19px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

#CheckoutDetails .Chkoutfooter {
    margin: 0 auto;
    padding-top: 16px;
}

.ChkoutBody .input-group {
    margin: 16px 0;
}

    .ChkoutBody .input-group #slCheckoutTime {
        border-radius: 0px;
    }

#Transfer_Details_Page .choose-room {
    padding-bottom: 0px;
}

#Transfer_Details_Page #ReservationPayment {
    padding-top: 20px;
}

#Transfer_Details_Page .payment-detail {
    padding: 0px;
    background: #fff !important;
    padding-bottom: 20px;
}

    #Transfer_Details_Page .payment-detail #TrnasferDetails {
        padding-top: 20px;
        padding-bottom: 0;
    }

    #Transfer_Details_Page .payment-detail .discount {
        background-color: #F4F8FB;
        padding: 20px;
        margin: 10px 42px;
        margin-top: 10px !important;
    }

#Transfer_Details_Page .payment-detail-block.container {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.TransferTitleRatecard {
    color: #ADB7C7;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 10px;
}

.TransfersubTitlecard {
    margin-bottom: 0px;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.TransferDetails .page-nation {
    border: 1px solid #eee;
    box-shadow: 0px 0px 6px 2px #f1f1f1;
    padding: 15px;
}

.Transfer_SubTitle {
    color: #ef0075;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 10px;
}

.TransferDetails .page-nation .container {
    padding: 0;
}

.TransferCardbg {
    width: 100%;
    display: flex;
    margin: 6px 15px;
    border: 2px solid #eee;
    padding: 8px 0;
    align-items: center;
    justify-content: center;
}

    .TransferCardbg .custom-control {
        padding: 0;
        min-height: 0;
    }

        .TransferCardbg .custom-control label {
            margin: 0;
        }

        .TransferCardbg .custom-control p.Bed-Key {
            margin: 0 !important;
            color: #000000 !important;
            font-size: 14px;
        }

        .TransferCardbg .custom-control label {
            margin: 0;
            font-size: 13px;
            font-weight: 500;
            white-space: nowrap;
        }

.TransferCardbg.bg-grey {
    background: #eee;
}

.Transfer_bedKey {
    width: min-content;
    float: right;
}

    .Transfer_bedKey > span {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .Transfer_bedKey span .info_symbol i {
        margin-right: 0;
        padding-right: 0px;
    }

    .Transfer_bedKey > span .tooltip_hover {
        visibility: hidden;
        z-index: 1;
        background: #324b72;
        color: #fff;
        padding: 3px 10px;
        border-radius: 4px;
        font-size: 13px;
        position: absolute;
        width: 82%;
        right: -99px;
        text-align: left;
    }

        .Transfer_bedKey > span .tooltip_hover i {
            margin-left: 0px;
            border: solid #324b72;
            border-width: 0 3px 3px 0;
            display: inline-block;
            padding: 3px;
            position: relative;
            left: -15px;
            background: #324b72;
        }

.homepage-wrap .col-md-3 .card-img-top {
    max-height: 100%;
}

.schedulecaleIcon {
    width: 7.5%;
}

    .schedulecaleIcon img {
        width: 100%;
    }

#HeaderSchduleVisitPopUp #schedulevisit {
    padding: 0;
    margin: 0;
    background: transparent;
    min-height: auto;
}

#HeaderSchduleVisitPopUp .signup-box {
    width: 100% !important;
    margin: 0px !important;
    max-width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    padding: 12px 20px 20px 20px;
    box-shadow: 0px 0px 4px 2px #8e8e8e;
}

#HeaderSchduleVisitPopUp .modal-dialog {
    max-width: 535px;
    height: 100vh;
    display: flex;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

#HeaderSchduleVisitPopUp .close.w3_close {
    position: absolute;
    top: 0px;
    z-index: 1;
    right: 0px;
    font-size: 30px;
    color: #ef0075;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
    padding: 0px 6px;
    box-shadow: 1px 0px 4px 0px #fff;
}

#HeaderSchduleVisitPopUp .modal-content {
    position: relative;
    border: 0px;
    padding: 10px;
    background: transparent;
}

    #HeaderSchduleVisitPopUp .modal-content label {
        display: none;
    }

    #HeaderSchduleVisitPopUp .modal-content .form-group {
        margin: 0px;
        position: relative;
    }

    #HeaderSchduleVisitPopUp .modal-content form button {
        margin-top: 20px;
        padding: 8px 0;
        width: 100%;
        font-size: 14px;
        font-weight: 700;
    }

#HeaderSchduleVisitPopUp #SCHCities,
#HeaderSchduleVisitPopUp #SCHslVisitSlots,
#HeaderSchduleVisitPopUp #SCHLocations,
#HeaderSchduleVisitPopUp #SCHProperty {
    background-color: #FFFFFF;
    border: 0px solid #E0E6ED;
    width: 100% !important;
    height: 80%;
    margin: 0;
    border-bottom: 2px solid #E0E6ED;
    font-size: 14px;
    outline: none;
    padding: 5px 29px;
}

#HeaderSchduleVisitPopUp .pick-date select#slVisitSlots {
    width: 100%;
    top: 0px;
    position: relative;
    margin-left: 0;
    border-bottom: 2px solid #E0E6ED !important;
    border: 0;
    font-size: 14px;
}

#HeaderSchduleVisitPopUp .login-wrap .signup-box form .form-group input,
#HeaderSchduleVisitPopUp .login-wrap .login-box form .form-group input {
    padding: 5px 26px !important;
}

#HeaderSchduleVisitPopUp .modal-content .form-group.pick-date .row {
    width: 105%;
}

#HeaderSchduleVisitPopUp .modal-content label.error {
    color: white !important;
    font-size: 10px !important;
    position: absolute !important;
    display: block;
    float: right;
    background-color: #f90000bf !important;
    padding: 2px 10px;
    border-radius: 2px;
    bottom: -7px;
    top: auto !important;
    right: 0;
    z-index: 10;
}

#HeaderSchduleVisitPopUp .focus-input100 {
    position: relative;
    width: 100%;
    height: 100%;
    top: -27px;
    left: 0;
    pointer-events: none;
}

#HeaderSchduleVisitPopUp .signup-box h4 {
    font-weight: 700;
    color: #000000;
    font-size: 20px;
    padding-top: 10px;
}

#HeaderSchduleVisitPopUp i.fa.fa-calendar {
    position: absolute;
    bottom: 38px;
    top: 10px;
}

.about-us .our-team strong {
    color: #000000;
}

.AboutUsImage {
    width: 210px;
    margin: 0 auto;
}

#SitemapCityList {
    padding: 0 15px;
}

/* Transfer - 20/01/2020 */
#mdlTransferModal .modal-dialog {
    height: 100vh;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #mdlTransferModal .modal-dialog .modal-content {
        margin-top: 0px;
    }

.TransferSelectProp_Title {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 10px;
    background: #eee;
    padding: 6px 5px !important;
}

.TransferSelectProp_Name,
.TransferSelectProp_BedKey,
.TransferSelectProp_ChkOut {
    margin-bottom: 20px;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-left: 5px;
    cursor: auto;
}

.TransferSelectProp_ChkOutDetails label,
.TransferSlectecProp_ChkInDetails label {
    font-size: 13px;
    font-weight: 500;
}

.TransferSelectProp_ChkOutDetails {
    border: 2px solid #efefef;
    padding: 0px;
}

    .TransferSelectProp_ChkOutDetails > div,
    .TransferSlectecProp_ChkInDetails > div {
        padding: 0px 5px;
    }

.TransferSlectecProp_ChkInDetails {
    border: 2px solid #efefef;
    padding: 0px;
}

/* Achievement Page 14/01/2020 */
.achievement_header {
    padding: 0px;
}

.Main_headertext {
    font-size: 34px !important;
    text-align: left !important;
    margin-bottom: 7px;
}

.text-container {
    font-size: 18px;
    line-height: 1.5;
    color: #ffffffb3;
}

.ac-item-caption {
    position: relative;
    z-index: 3;
    border: 2px solid #000000;
    padding: 14px;
    margin-left: 25px;
    width: 100%;
}

.cardright .ac-item-caption {
    margin-left: 0px;
    width: 100%;
    margin-right: 25px;
}

.achievementBlog_contain {
    height: 450px;
    overflow: hidden;
}

.achievement_Box {
    height: 450px;
    overflow: hidden;
}

.AchievementBox_Img {
    height: 450px;
    overflow: hidden;
}

    .AchievementBox_Img img {
        height: 100%;
        width: 100%;
    }

.AchievementBox_Content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#achievements_blog_contents {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 15px;
}

    #achievements_blog_contents.cardleft {
        flex-direction: row;
    }

    #achievements_blog_contents.cardright {
        flex-direction: row-reverse;
    }

#achievementsImage_blog_contents .owl-nav {
    position: absolute;
    display: flex;
    top: 0;
    height: 100%;
    align-items: center;
    width: 100%;
}

    #achievementsImage_blog_contents .owl-nav .owl-prev {
        margin-left: 10px;
        cursor: pointer;
        padding: 0px 15px !important;
        border: 1px solid lightgray;
        color: deeppink;
        font-size: 26px;
        background: #fff;
        border-left: 0px;
    }

    #achievementsImage_blog_contents .owl-nav .owl-next {
        margin-right: 10px;
        cursor: pointer;
        padding: 0px 15px !important;
        border: 1px solid lightgray;
        color: deeppink;
        font-size: 26px;
        background: #fff;
        border-right: 0px;
        float: right;
        position: absolute;
        bottom: 45%;
        right: 0;
    }

#achievementsSubHeading {
    font-size: 16px;
    color: #9c9c9c;
    font-weight: 500;
    text-align: center;
    padding: 12px 8px 8px 8px;
}

.achievementBack_btn span {
    color: #929090;
    padding: 0 5px;
    font-weight: 400;
    font-size: 14px;
}

.SpaceBreacrumb i.fa.fa-chevron-right {
    float: none;
    color: #c3c3c3 !important;
    font-weight: lighter;
}

.spanImg {
    height: 90px;
    width: 60px;
    margin: 0 auto;
    margin-bottom: 0px !important;
}

.spanbedImgsrc {
    background-image: url(/assets/images/homepage/HomePage-V2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -28px;
    height: 100%;
}

.spanProperitesImg {
    background-image: url(/assets/images/homepage/HomePage-V2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -101px;
    height: 100%;
}

.spanManagementImg {
    background-image: url(/assets/images/homepage/HomePage-V2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -175px;
    height: 100%;
}

.spanCitiesImg {
    background-image: url(/assets/images/homepage/HomePage-V2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -320px;
    height: 100%;
}

.spanOccupancyImg {
    background-image: url(/assets/images/homepage/HomePage-V2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -394px;
    height: 100%;
}

.spanRealestateImg {
    background-image: url(/assets/images/homepage/HomePage-V2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -466px;
    height: 100%;
}

/* 13-02-2020 Co-Tenant */
#cotenants .white-bg {
    background: #fff;
    margin: 15px 0;
}

.CotenantDetails {
    padding: 15px;
}

    .CotenantDetails p {
        color: #324B72;
        padding: 0;
        padding-bottom: 5px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.3;
    }

        .CotenantDetails p span {
            color: #7d7d7d;
            padding: 0;
            padding-bottom: 5px;
            font-size: 14px;
            font-weight: 600;
            line-height: 1.3;
            padding-left: 4px;
        }

.PropBedCountDetails {
    color: #ef0073 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.CotenantDetails .form-wrapper {
    border-radius: 5px;
}

.CotenantDetails .form-group {
    position: relative;
    margin-bottom: 0px;
}

    .CotenantDetails .form-group + .form-group {
        margin-top: 30px;
    }

.CotenantDetails .form-label {
    position: absolute;
    left: 0;
    top: 18px;
    color: #999;
    background-color: #fff;
    z-index: 10;
    -webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    color: #495057;
    padding: 0;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0px !important;
}

.CotenantDetails .focused .form-label {
    -webkit-transform: translateY(-125%);
    transform: translateY(-125%);
    font-size: .75em;
}

.CotenantDetails input:focus {
    font-size: 14px;
    font-weight: 700;
}

.CotenantDetails .form-input {
    position: relative;
    padding: 5px 0px 5px 8px;
    width: 100%;
    outline: 0;
    border: 0;
    -webkit-transition: box-shadow 150ms ease-out;
    transition: box-shadow 150ms ease-out;
    border: 0;
    border-bottom: 2px solid #eeee;
    font-size: 14px;
    font-weight: 600;
    color: #324B72;
    margin-top: 2px;
}

.BedDetails {
    padding-top: 10px;
}

.CotenantDetails .form-wrapper form .formGRoupRow {
    margin-bottom: 15px;
}

.CotenantStatying {
    padding: 15px;
}

    .CotenantStatying.radioInputGroup [type="radio"]:checked + label,
    .CotenantStatying.radioInputGroup [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #324B72;
        font-weight: 600;
        font-size: 14px;
    }

    .CotenantStatying .DivStaying {
        padding-right: 30px;
    }

    .CotenantStatying .DivStayingALone {
        display: flex;
        align-items: center;
    }

    .CotenantStatying.radioInputGroup [type="radio"]:checked + label:after,
    .CotenantStatying.radioInputGroup [type="radio"]:not(:checked) + label:after {
        content: '';
        width: 10px;
        height: 10px;
        background: #f0086e;
        position: absolute;
        top: 4px;
        left: 4px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

.DetailedDisabled {
    margin-top: 30px;
}

    .DetailedDisabled .CotenantEntryDetails label {
        font-size: 14px;
        font-weight: 600;
        color: #324B72;
        margin-bottom: 5px;
    }

        .DetailedDisabled .CotenantEntryDetails label + input {
            padding: 5px;
            margin-top: 0px;
        }

.CotenantaddMore {
    height: 100%;
    display: flex;
    align-items: center;
}

    .CotenantaddMore .fa-plus:before {
        background: #ef0073;
        color: #fff;
        padding: 4px 5px;
        border-radius: 50%;
        font-size: 12px;
    }

.disabledContent {
    background: #ebebe4;
    color: #757575;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 0px 5px 8px;
}

.btnAddCoTenant {
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.CoTenantValidationMessage {
    font-size: 14px;
    font-weight: 600;
}

.ValidationMessage {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

    .ValidationMessage > .fa {
        width: 35px;
        color: #ffd200;
        font-size: 20px;
    }

input [type="button"]:disabled,
button:disabled {
    cursor: no-drop;
}

/* CoTenant Styles Start */
.cotenantcard h1 {
    text-align: center;
    font-size: 20px;
    margin-top: 1rem;
    color: #000000;
    text-transform: capitalize;
    font-weight: 600;
}

.cotenantcard .additional {
    position: absolute;
    width: 150px;
    height: 100%;
    background: #fff;
    transition: width 0.4s;
    overflow: hidden;
    z-index: 2;
}

    .cotenantcard .additional .user-card {
        position: relative;
        float: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 233px;
    }

        .cotenantcard .additional .user-card .level,
        .cotenantcard .additional .user-card .points {
            top: 15%;
            color: #fff;
            text-transform: uppercase;
            font-size: 0.75em;
            font-weight: bold;
            background: rgba(0, 0, 0, 0.15);
            padding: 0.125rem 0.75rem;
            border-radius: 100px;
            white-space: nowrap;
        }

        .cotenantcard .additional .user-card .points {
            top: 85%;
        }

        .cotenantcard .additional .user-card svg {
            top: 50%;
        }

    .cotenantcard .additional .more-info {
        width: 300px;
        float: left;
        position: absolute;
        left: 150px;
        height: 100%;
    }

.cotenantcard .more-info .stats {
    margin-top: 20px;
}

.cotenantcard .additional .more-info h1 {
    color: #fff;
    margin-bottom: 0;
}

.cotenantcard.green .additional .more-info h1 {
    color: #224C36;
}

.cotenantcard .additional .coords {
    margin: 0 1rem;
    color: #fff;
    font-size: 1rem;
}

.cotenantcard.green .additional .coords {
    color: #325C46;
}

.card .additional .coords span + span {
    float: right;
}

.cotenantcard .additional .stats {
    font-size: 2rem;
    display: flex;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    top: auto;
    color: #fff;
}

.cotenantcard.green .additional .stats {
    color: #325C46;
}

.cotenantcard .additional .stats > div {
    flex: 1;
    text-align: center;
}

.cotenantcard .additional .stats i {
    display: block;
}

.cotenantcard .additional .stats div.title {
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
}

.cotenantcard .additional .stats div.value {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5rem;
}

    .cotenantcard .additional .stats div.value.infinity {
        font-size: 2.5rem;
    }

.cotenantcard .general .more {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-size: 0.9em;
}

.cotenantcard .stats > div.details {
    display: flex;
    flex-direction: row;
    padding: 5px 0;
    align-items: center;
    position: relative;
}

    .cotenantcard .stats > div.details > i.fa {
        width: 38px;
        font-size: 20px;
        color: #ef0073;
        text-align: center;
    }

    .cotenantcard .stats > div.details > img {
        width: 18px;
        position: absolute;
        right: 0;
    }

.cotenantcard .additional .user-card > img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.TenantValueStoring {
    position: relative;
}

.CotenantDetails .TenantValueStoring .form-group {
    margin-bottom: 0px;
    padding-bottom: 1rem;
}

    .CotenantDetails .TenantValueStoring .form-group input {
        margin-bottom: 5px;
    }

.TenantValueStoring label.error {
    position: absolute !important;
    font-size: 10px !important;
    top: unset !important;
    right: 0;
}

#mdCoTenantValidation #CoTenantValidationTitle {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

#mdCoTenantValidation .modal-header {
    border-bottom: 0px;
    padding-bottom: 0;
}

#mdCoTenantValidation .modal-body {
    padding: 9px 15px 0;
}

.cotenantcard .stats > div.details .title {
    font-size: 13px;
}

#mdCoTenantValidation .modal-footer {
    border-top: 0px;
}

#mdCoTenantValidation .modal-dialog {
    height: 100vh;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

    #mdCoTenantValidation .modal-dialog .modal-content {
        border: 0px;
    }

#mdCoTenantValidation .customizepopupbtn.customizepopup {
    width: 100%;
    display: flex;
    justify-content: center;
}

    #mdCoTenantValidation .customizepopupbtn.customizepopup #btnAddCoTenant {
        background: #ef0073;
        border: 2px solid #ef0073;
        padding: 7px;
    }

        #mdCoTenantValidation .customizepopupbtn.customizepopup #btnAddCoTenant:hover {
            color: #fff;
        }

#mdCoTenantValidation .modal-footer {
    border-top: 0px;
}

/* similar property style */
#SimilarPropertiesCards .PropertyViewDesign .property:hover {
    background: transparent;
    color: #fff;
    color: #0056b3;
}

#SimilarPropertiesCards .PropertyViewDesign .property {
    color: #007bff;
    font-weight: 500 !important;
    font-size: 12px !important;
    border: 0px;
}

#SimilarPropertiesCards .PropertyViewDesign {
    text-align-last: end;
    /* position: relative; */
    display: flex;
    flex-direction: column-reverse;
}

#SimilarPropertiesCards {
    height: 300px;
    overflow: hidden;
}

#TrendingPropertiesCards .PropertyViewDesign,
#SimilarPropListCards .PropertyViewDesign,
#PropListCards .PropertyViewDesign {
    text-align-last: end;
    display: flex;
    flex-direction: column-reverse;
}

    #TrendingPropertiesCards .PropertyViewDesign .property,
    #SimilarPropListCards .PropertyViewDesign .property,
    #PropListCards .PropertyViewDesign .property {
        border: 0px solid #000000;
        color: #007bff;
        font-weight: 500 !important;
        font-size: 12px !important;
        border: 0px;
    }

        #TrendingPropertiesCards .PropertyViewDesign .property:hover,
        #SimilarPropListCards .PropertyViewDesign .property:hover,
        #PropListCards .PropertyViewDesign .property:hover {
            background: transparent;
            color: #fff;
            color: #0056b3;
        }

#TrendingPropertiesCards .scheduleFreeVissit,
#SimilarPropListCards .scheduleFreeVissit,
#PropListCards .scheduleFreeVissit,
#SimilarPropertiesCards .scheduleFreeVissit {
    padding-left: unset;
    padding: 0;
    text-align: center;
    background: #ef0073;
    color: #fff;
    font-weight: 500;
    padding: 10px 8px;
}

    #TrendingPropertiesCards .scheduleFreeVissit .property,
    #SimilarPropListCards .scheduleFreeVissit .property,
    #PropListCards .scheduleFreeVissit .property,
    #SimilarPropertiesCards .scheduleFreeVissit .property {
        text-align: center;
        background: #ef0073;
        color: #fff;
        font-weight: 500;
        padding: 0px;
        border: 2px solid #ef0073;
    }

        #TrendingPropertiesCards .scheduleFreeVissit .property:hover,
        #SimilarPropListCards .scheduleFreeVissit .property:hover,
        #PropListCards .scheduleFreeVissit .property:hover,
        #SimilarPropertiesCards .scheduleFreeVissit .property:hover {
            color: #ffffff !important;
            background: #ef0073;
        }

/* Porperty Details Page - Flatmate Styles */
.Property_Flatmates_Count {
    background: #fff;
    margin-top: 2rem;
    box-shadow: 0px 0px 9px 0px #d8d8d8;
    padding: 35px;
    border-radius: 5px;
}

    .Property_Flatmates_Count .p-35 {
        padding: 0 35px;
    }

.Flatmates_Card {
    padding: 5px 0px 10px;
}

.Flatmates_Card_Title {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}

.Flatmates_Card_Values {
    padding-bottom: 10px;
}

    .Flatmates_Card_Values .w3-green-grey,
    .Flatmates_Card_Values .w3-green-grey:hover {
        color: #000 !important;
        background-color: #ffffff52 !important;
        border-radius: 10px;
        border: 1px solid #c1c1c1;
    }

    .Flatmates_Card_Values .bar-style {
        border-radius: 10px;
        height: 10px !important;
        width: 100%;
    }

    .Flatmates_Card_Values .bar-color-theme {
        background: #f0086e;
    }

.Flatmates_Card_Value_Div {
    font-size: 15px;
    padding-bottom: 5px;
    font-weight: 400;
    color: #777777;
}

/* Community Event Image Carousel Styles - 20200518 */
.Div_EventContainer .Div_Community figure {
    width: 100%;
    height: 300px;
    background: #fff !important;
    overflow: hidden;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
}

    .Div_EventContainer .Div_Community figure img {
        width: initial;
        height: 100%;
        margin: 0 auto;
        max-width: unset !important;
    }

#Event_Owlcarousel_Slide {
    position: relative;
}

    #Event_Owlcarousel_Slide item {
        cursor: e-resize;
    }

    #Event_Owlcarousel_Slide .owl-prev {
        position: absolute;
        top: 45%;
        background: #ffffff !important;
        z-index: 1800;
        width: 40px;
        height: 44px;
        cursor: pointer;
        color: #ef0073;
        font-size: 30px;
        box-shadow: 0px 0px 5px 0px #222 !important;
    }

    #Event_Owlcarousel_Slide .owl-next {
        position: absolute;
        top: 45%;
        right: 0;
        background: #ffffff !important;
        z-index: 1800;
        width: 40px;
        height: 44px;
        cursor: pointer;
        color: #ef0073;
        font-size: 30px;
        box-shadow: 0px 0px 5px 0px #222 !important;
    }

        #Event_Owlcarousel_Slide .owl-next i {
            color: #ef0073 !important;
            float: none !important;
        }

        #Event_Owlcarousel_Slide .owl-next img {
            width: 59%;
        }

.goup-page {
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
}

    .goup-page.show {
        position: fixed;
        opacity: 1;
        bottom: 6rem;
        right: 2rem;
        color: #ffffff;
        background: #ef0073;
        font-weight: 700 !important;
        padding: 0px 0px 0px !important;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        font-size: 26px;
        z-index: 92;
        visibility: visible;
        box-shadow: 0px 0px 10px 1px #bdbdbd;
    }

.UpArrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

ul.TestimonialSocialULList {
    list-style-type: none;
}

.TestimonialSocialULList a {
    width: 55px;
    height: 55px;
    border: 3px solid #ef0073;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .TestimonialSocialULList a:before {
        font-size: 28px;
        color: #ef0073;
    }

ul.TestimonialSocialULList {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: fit-content;
    margin: 3rem auto 0 0;
    border-bottom: 2px solid #ef0073;
    padding-bottom: 8px;
}

.TestimonialSocialULList li {
    /* width: 16%; */
    padding: 10px 12px 10px;
}

.TestimonialRightSec #carousel-comment {
    padding: 0px;
    background: transparent;
    background-color: transparent;
}

.FindSomeSocialCommunites {
    font-size: 20px;
    padding: 12px 5px;
    font-weight: 500;
}

.TestimonialSocialULList a:hover {
    background: #ef0073;
}

    .TestimonialSocialULList a:hover:before {
        color: #fff;
    }

.TestimonialSocialULList li:first-child {
    padding-left: 0px;
}

/* Properties of the month, search list page, similar property 20200525 */
.carouselButtonsContainer {
    position: absolute;
    z-index: 1000;
    right: 100px;
    top: -47px;
    display: flex;
    width: 100px;
}

#property_search .GalleryViewHomePageProperty .owl-nav {
    position: absolute !important;
    top: 42% !important;
    right: unset !important;
    width: 100% !important;
    z-index: 999 !important;
}

    #property_search .GalleryViewHomePageProperty .owl-nav .owl-prev i {
        background: #ffffff9e !important;
        width: 40px;
        height: 40px;
        padding: 0px 0px 0px !important;
        border: 0px solid #ef0073;
        color: #ef0073 !important;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        position: absolute;
        left: 0px;
        float: none !important;
        font-weight: 600;
    }

    #property_search .GalleryViewHomePageProperty .owl-nav .owl-next i {
        background: #ffffff9e !important;
        width: 40px;
        height: 40px;
        padding: 0px 0px 0px !important;
        border: 0px solid #ef0073;
        color: #ef0073 !important;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        position: absolute;
        right: 0px;
        float: none !important;
        font-weight: 600;
    }

        #property_search .GalleryViewHomePageProperty .owl-nav .owl-prev i:hover,
        #property_search .GalleryViewHomePageProperty .owl-nav .owl-next i:hover {
            background: #fff !important;
            box-shadow: 0px 0px 2px #ccc !important;
        }

#SimilarPropertiesCards > .owl-nav {
    position: absolute;
    top: -54px;
    right: 0;
    left: unset;
}

    #SimilarPropertiesCards > .owl-nav > .owl-prev {
        margin-right: 0px;
        position: relative;
    }

        #SimilarPropertiesCards > .owl-nav > .owl-prev i {
            margin-right: 10px;
            position: relative;
            top: -3%;
            padding: 0px 0px 0px !important;
            border: 1px solid #ef0073;
            color: #fff;
            background: #ef0073;
            font-size: 25px;
            border-radius: 5px !important;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
        }

    #SimilarPropertiesCards > .owl-nav > .owl-next i {
        float: none;
        position: relative;
        top: 0%;
        right: 0%;
        padding: 0px 0px 0px !important;
        border: 1px solid #ef0073;
        color: #fff;
        background: #ef0073;
        font-size: 25px;
        border-radius: 5px !important;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
    }

        #SimilarPropertiesCards > .owl-nav > .owl-prev i:hover,
        #SimilarPropertiesCards > .owl-nav > .owl-next i:hover {
            background: #EF0072 !important;
        }

/*Whatsapp Script*/

/* 20200707 */
.blink-text {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #324b72;
    }

    49% {
        color: #324b72;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #324b72;
    }
}

/*20200709 */
.PropertyViewDesign.newvideovisitalign {
    flex-direction: row !important;
    align-items: flex-end;
    justify-content: flex-end;
}

    .PropertyViewDesign.newvideovisitalign img {
        width: 32px;
        cursor: pointer;
        margin: 0 4px;
    }

    .PropertyViewDesign.newvideovisitalign .property.viewpropertyimg {
        padding: 0px;
    }

/*schedule video visit */
.ScheduleVideoVisitBtn {
    background: #000000 !important;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
    padding: 12px;
    text-align: -webkit-center;
    position: static;
    right: unset;
    z-index: 105;
    transform: rotate(0deg);
    transform-origin: 0;
    margin: 0px;
    width: 100% !important;
    font-size: 16px !important;
}

.Span_location {
    padding: 0rem 0px 2rem;
    background-color: #ffffff !important;
}

    .Span_location .SpanLoc_Containerfluid {
        display: flex;
        margin-bottom: 2rem;
    }

.SpanLoc_Containerfluid .CityContainer > span:first-child {
    margin-bottom: 8px;
}

    .SpanLoc_Containerfluid .CityContainer > span:first-child a {
        font-size: 16px;
    }

.SpanLoc_Containerfluid .cityWrapper > span a {
    font-size: 14px;
}

.SpanLoc_Containerfluid .cityWrapper > ul > li {
    margin: 5px 0px;
}

    .SpanLoc_Containerfluid .cityWrapper > ul > li > a {
        font-size: 12px;
    }

.FooterFaq_Tittle {
    margin: 1rem 0 0px;
    font-size: 16px;
    font-weight: 700;
}

#footerfaq .card {
    border: 0px;
    padding: 5px 0px 0px !important;
}

    #footerfaq .card .card-header {
        background-color: transparent;
        padding: 0px 0px;
        font-size: 14px;
        font-weight: 400 !important;
    }

        #footerfaq .card .card-header button {
            font-weight: 500;
            font-size: 14px;
            color: #324b73;
            cursor: pointer;
            padding: 0;
            white-space: unset;
            text-align: left;
            line-height: 1.5;
        }

            #footerfaq .card .card-header button:hover,
            #footerfaq .card .card-header button:focus {
                text-decoration: none;
            }

            #footerfaq .card .card-header button:not(:disabled):not(.disabled).active,
            #footerfaq .card .card-header button:not(:disabled):not(.disabled):active {
                background-image: none;
                text-decoration: none;
            }

    #footerfaq .card .card-body {
        padding: 10px 0px 0px;
        color: #324b73;
        opacity: 0.9;
        font-size: 12px;
    }

        #footerfaq .card .card-body ul {
            padding-left: 2rem;
        }

.c-share {
    position: absolute;
    width: 1.55em;
    height: 3.4375em;
    right: 0;
}

.c-share__input {
    display: none !important;
}

    .c-share__input:checked ~ .c-share__toggler .c-share__icon {
        transition: 0s;
        width: 0;
        height: 0;
        color: #639eff;
    }

        .c-share__input:checked ~ .c-share__toggler .c-share__icon::before {
            transform: rotate(-45deg);
        }

        .c-share__input:checked ~ .c-share__toggler .c-share__icon::after {
            transform: rotate(45deg);
        }

    .c-share__input:checked ~ .c-share_options {
        width: auto;
        /* height: fit-content; */
        border-radius: 0.3125em;
        margin-top: -20px;
        background: #fff;
        box-shadow: 0px 0px 3px 0px #9c9c9c;
    }

        .c-share__input:checked ~ .c-share_options::before,
        .c-share__input:checked ~ .c-share_options li {
            transition: 0.3s 0.15s;
            display: block;
            transform: translateY(0);
        }

.c-share__toggler,
.c-share_options {
    position: absolute;
    right: 0;
}

.sharepropdiv .cardshare-dv {
    position: relative;
}

.cardshare-dv {
    position: relative;
    z-index: 1;
}

.c-share__toggler {
    cursor: pointer;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-share__icon {
    position: relative;
    left: -0.3125em;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    color: #029dfc;
    background-color: currentColor;
    box-shadow: 0.625em -0.625em, 0.625em 0.625em;
    transition: 0.1s 0.05s;
}

    .c-share__icon::before,
    .c-share__icon::after {
        content: "";
        position: absolute;
        width: 1em;
        height: 0.125em;
        background-color: currentColor;
        transition: 0.1s;
    }

    .c-share__icon::before {
        top: 0.1875em;
        left: 0.1875em;
        transform-origin: bottom left;
        transform: rotate(45deg);
    }

    .c-share__icon::after {
        top: -0.125em;
        left: 0.03125em;
        transform-origin: center;
        transform: rotate(-45deg);
    }

.c-share_options {
    list-style: none;
    margin: 0;
    padding: 0px;
    box-sizing: border-box;
    overflow: hidden;
    transition: 0.2s;
    display: flex;
    top: 60px
}

    .c-share_options li {
        margin: 0;
    }

        .c-share_options li a i {
            font-size: 16px;
            padding: 4px 8px;
            color: #000000;
        }

.c-share__toggler::before {
    opacity: 0;
}

.sharepropdiv .cardshare-dv .c-share__toggler img {
    left: 0%;
}

.c-share__toggler img.img-fluid {
    left: -15px;
}

.c-share_options::before {
    content: attr(data-title);
    display: block;
    margin-bottom: 1.25em;
    font-weight: 700;
}

.c-share_options .shareli-align a {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    margin: 5px 0px;
}

    .c-share_options .shareli-align a .sharename_dv {
        font-size: 14px;
        color: #000000;
        padding-top: 5px;
        font-weight: 500;
    }

.c-share_options li {
    width: 35px;
    font-size: 0.875em;
    color: #464646;
    cursor: pointer;
    margin: 0px !important;
    padding: 0 0px;
}

    .c-share_options li img {
        width: 28px;
        height: 28px;
    }

    .c-share_options li:nth-child(2) img {
        background: #fff;
    }

    .c-share_options li:not(:last-child) {
        margin-bottom: 0.75em;
    }

.c-share_options::before,
.c-share_options li {
    display: none;
    transform: translateY(0.625em);
    transition: 0s;
}

.share.newshareopt_design {
    position: relative;
    width: auto;
}

#btnMatterPort {
    position: relative;
    width: 35%;
    height: 26px;
}

#btnYoutube {
    position: relative;
}

    #btnYoutube .share i.fa.fa-youtube-play {
        position: absolute;
        top: -6px;
        font-size: 40px;
        right: 0;
    }

.googlePlus a img {
    width: 40px;
    height: 33px;
}

.googlePlus #spnGooglePlusCode {
    font-size: 12px;
}

.ratingLabel {
    float: right;
    padding: 1px;
    font-weight: 400;
    font-size: 12px;
    background-color: deeppink;
    color: white;
    border-radius: 25%;
    margin-top: -50px;
    cursor: pointer;
    margin-right: 3px;
}

    .ratingLabel:hover {
        cursor: pointer;
    }

.price-right {
    float: right;
    margin-top: -30px !important;
}
/* wallet balance */
#walletaspx .wallet_container {
    background: #f7f7f7;
    padding: 15px;
}

#walletaspx #mywallet {
    margin-top: 3rem;
    min-height: 48vh;
}

#walletaspx .wallettitle {
    background: #324b72;
    color: #fff;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 700;
}

#walletaspx .walletnav .walletnava.active,
#walletaspx .walletnav .walletnava:hover {
    background: transparent;
    border-radius: 0pc;
    border-bottom: 2px solid #ef0075;
}

#walletaspx .walletnav .walletnava {
    border: 0px;
    font-size: 14px;
    padding: 7px 0px;
    color: #324b72;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    flex: inherit;
    margin: 8px 14px;
}

#walletaspx .walletnav #nav-tab {
    border: 0pc;
    background: #fff;
}

#walletaspx .walletpaybalance {
    padding-top: 20px;
    line-height: 0;
}

#walletaspx .walletpaybalanceleftcontent {
    font-weight: 600;
    font-size: 16px;
}

#walletaspx .walletpaybalancerightcontent {
    color: #16bb4b;
    font-weight: 600;
    font-size: 16px;
}

#walletaspx .walletaddmoneytitle {
    text-align: left !important;
    display: flex;
    width: 100%;
    font-size: 18px;
    border: 1px solid #efefef;
    padding: 20px 20px 10px;
    border-radius: 0px;
    box-shadow: 4px 4px 9px -6px #bdbdbd;
    margin-bottom: 1rem;
    background: #fff;
}

#walletaspx .walletaddmoneysubtitle {
    text-align: left !important;
    width: 100%;
    font-size: 14px;
    padding-bottom: 1rem;
}

#walletaspx .navwalletContent_Containesection {
    background: #fff;
    margin-top: 0rem;
    padding: 15px;
}

#walletaspx .walletchoosefieldtitle {
    font-size: 14px;
}

#walletaspx .walletchoosefield ul {
    list-style-type: none;
    margin: 10px 0;
    display: flex;
}

    #walletaspx .walletchoosefield ul li {
        display: flex;
        position: relative;
    }

        #walletaspx .walletchoosefield ul li input {
            background: #f7f7f7;
            border: 1px solid #e4e4e4;
            border-radius: 3px;
            margin: 0 3px;
            cursor: pointer;
        }

        #walletaspx .walletchoosefield ul li:first-child input:first-child {
            margin-left: 0px;
        }

        #walletaspx .walletchoosefield ul li:nth-child(2) input {
            padding-left: 25px;
            margin: 0px;
            background: #fff;
        }

        #walletaspx .walletchoosefield ul li:nth-child(2) span {
            position: absolute;
            top: 0px;
            left: 0px;
            background: transparent;
            width: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-right: 0px;
            color: #000;
        }

        #walletaspx .walletchoosefield ul li:last-child label.error {
            position: absolute !important;
            bottom: -36px;
            top: unset !important;
            float: none !important;
            width: 100% !important;
            right: 0 !important;
            white-space: nowrap;
            z-index: 1;
            font-size: 10px !important;
        }

        #walletaspx .walletchoosefield ul li:last-child {
            margin-left: 0.5rem;
        }

        #walletaspx .walletchoosefield ul li:nth-child(2) input.walletAmt-Active {
            color: #495057;
            border: 1px solid #e4e4e4;
            box-shadow: 0px 0px 0px #ef007300;
        }

#walletaspx .walletaddmoneylimit {
    font-size: 14px;
    display: none;
}

#walletaspx .btn-walletcontain {
    margin: 15px 0px;
}

#walletaspx .colivewalletfooter-ul {
    text-align: justify;
    font-size: 14px;
    list-style-type: none;
    padding: 15px 0px;
}

#walletaspx .wallettextcolor {
    color: #ef0073;
}

#walletaspx .wallet-termsandcondtionssub-title,
#walletaspx .wallet-termsandcondtionssub-title a {
    font-size: 14px;
    font-weight: normal;
    color: #324b72;
    margin-bottom: 10px;
}

#walletaspx .wallet-termsandcondtionsCheckoutTermsList {
    font-size: 14px;
    color: #324b72;
    line-height: 1.5;
    padding-left: 30px;
}

#walletaspx #WalletSection tr td {
    font-size: 14px;
}

#walletaspx .walletFilter-opt .form-group.drop-down .Sltopt-walletfield {
    position: relative;
}

#walletaspx .walletFilter-opt select {
    width: 100% !important;
    margin: 0px;
}

#walletaspx .walletFilter-opt .form-group.drop-down .Sltopt-walletfield i {
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 1rem;
}

#walletaspx .walletFilter-input ul li input {
    width: 100% !important;
    margin: 0;
}

#walletaspx .walletFilter-input ul {
    list-style-type: none;
}

#walletaspx .WalletBtn {
    background: #ef0073;
    color: #fff;
    border: 0;
    border-radius: 3px;
    padding: 5px 15px;
    cursor: pointer;
}

#walletaspx #mdlWalletPolicy .modal-dialog {
    max-width: unset !important;
    margin: 0 auto;
}

#walletaspx #mdlWalletPolicy .container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#walletaspx #mdlWalletTermsConditions .modal-dialog {
    max-width: unset !important;
    margin: 0 auto;
}

#walletaspx #mdlWalletTermsConditions .container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#walletaspx .walletchoosefield ul li input.walletAmt-Active {
    background: #ffffff;
    color: #ef0d73;
    border: 1px solid #ef0d73;
    box-shadow: 0px 0px 4px #ef0073;
}

#walletaspx .transactionhistoryrow {
    border-bottom: 1px solid #ced4da;
}

    #walletaspx .transactionhistoryrow:first-child {
        border-top: 1px solid #ced4da;
    }

#walletaspx .walletTranscationResource,
#walletaspx .wallet-transactionAmt {
    padding: 15px 0px;
}

#walletaspx .wallet-type {
    font-weight: 600;
    color: #212529;
}

#walletaspx .wallet-transactionDate {
    font-size: 14px;
}

#walletaspx .Wallet-referenceId {
    font-size: 14px;
    font-weight: 500;
}

    #walletaspx .Wallet-referenceId span {
        font-weight: 400;
    }

#walletaspx #transacation-failed,
#walletaspx .transacation-failed {
    color: #ff0000;
}

#walletaspx .wallet-transactionAmt {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#walletaspx #transacation-success,
#walletaspx .transacation-success {
    color: #008000;
}

#walletaspx .scrollOvereff {
    max-height: fit-content;
    overflow: hidden;
    overflow-y: auto;
}

#walletaspx .walletaddmoneytitle .accountwallet-spantag {
    font-weight: 500;
}

#walletaspx .accountwal-details {
    position: relative;
}

#walletaspx .account-redeem-opt {
    font-size: 12px;
    font-weight: 500;
    color: #324b72;
    bottom: 0;
    right: 1rem;
    cursor: pointer;
}

#walletaspx .wallet-termsandcondtions .account-redeem-opt {
    position: absolute;
}

#walletaspx .walletbankdetails_confirm {
    background: #fff;
    padding: 15px;
}

    #walletaspx .walletbankdetails_confirm .account-details {
        color: #000000;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        text-align: left;
        padding: 10px 0px 20px 0px;
    }

    #walletaspx .walletbankdetails_confirm .refund {
        color: #324b72;
        font-size: 15px;
        font-weight: 400;
        line-height: 19px;
        opacity: 0.9000000357627869;
        text-align: left;
        padding: 0px 0px 20px 0px;
    }

    #walletaspx .walletbankdetails_confirm .holders {
        color: #000000;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.4px;
        line-height: 1.5;
        text-align: left;
    }

    #walletaspx .walletbankdetails_confirm input,
    #walletaspx .walletbankdetails_confirm input.form-control {
        padding: 0px 0px !important;
        border: 0px solid #ccc;
        margin-bottom: 10px !important;
        width: 100%;
        box-sizing: border-box;
        font-family: 'Inter-Regular' !important;
        color: #2c3e50;
        font-size: 14px;
        cursor: pointer;
        margin: 0px;
        display: flex;
        background: transparent;
    }

        #walletaspx .walletbankdetails_confirm input.edit {
            padding: 2px 10px !important;
            margin-top: 4px;
            display: flex;
            border: 2px solid #000000 !important;
            background: transparent;
            box-shadow: 0px 0px 3px 0px #000000;
        }

    #walletaspx .walletbankdetails_confirm .ifsc {
        color: #000000;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.4px;
        line-height: 1.5;
        text-align: left;
    }

    #walletaspx .walletbankdetails_confirm .never {
        color: #000000;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.4px;
        line-height: 1.5;
        text-align: left;
    }

    #walletaspx .walletbankdetails_confirm .account {
        display: flex;
        justify-content: space-between;
    }

#walletaspx .walletaddmoneytitle .d-flex {
    width: 100%;
}

#walletaspx .walletaddmoneytitle .accountbal-img {
    width: 12%;
}

#walletaspx .walletbankdetails_confirm .user_bank_detail {
    width: 65%;
    border: 0px solid #eee;
    border-radius: 5px;
    padding: 15px;
    text-align: left;
}

#walletaspx .walletbankdetails_confirm input#btnEdit {
    width: 100px !important;
    background: white;
    font-weight: bold;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 0px 5px 0px !important;
    color: black;
    border: 2px solid #324b72;
    margin-top: 1rem;
    text-align: center !important;
    display: block;
}

#walletaspx .walletcard-paymentcard .accountwallet-spantag {
    text-align: left !important;
    width: 95%;
    border: 1px solid #efefef;
    padding: 10px 10px;
    border-radius: 4px;
    box-shadow: 4px 4px 9px -6px #bdbdbd;
    margin-bottom: 1rem;
    background: #fff;
    cursor: auto;
}

    #walletaspx .walletcard-paymentcard .accountwallet-spantag .accountwallet-title {
        font-size: 14px;
        font-weight: 500;
    }

    #walletaspx .walletcard-paymentcard .accountwallet-spantag .account-balance_dv {
        color: #212529;
        font-size: 18px;
        padding: 0;
    }

#walletaspx .accountwallet-spantag.text-strike {
    text-decoration: line-through;
    color: #ff0000;
}

    #walletaspx .accountwallet-spantag.text-strike .accountwallet-title,
    #walletaspx .walletcard-paymentcard .accountwallet-spantag.text-strike .account-balance_dv {
        color: #ff0000;
    }

#walletaspx .walletbank-detailsonf .note {
    margin-bottom: 1rem;
    font-size: 12px;
}

    #walletaspx .walletbank-detailsonf .note span {
        color: #ff0000;
    }

#walletaspx .walletaddmoneytitle .accountwallet-title span {
    /*font-size: 20px;*/
}

#walletaspx .walletaddmoneytitle .accountwallet-title {
}

#walletaspx .walletaddmoneytitle .accountwallet-spantag .Actual-act-bal {
    color: #008000;
}

#walletaspx .walletaddmoneytitle .accountwallet-spantag .virtualact-bal {
    color: #f2006c;
}

    #walletaspx .walletaddmoneytitle .accountwallet-spantag .virtualact-bal img {
        width: 20px;
    }

#walletaspx .accountbal-header {
    border: 1px solid #efefef;
    padding: 20px 20px 10px;
    border-radius: 8px;
    box-shadow: 4px 4px 9px -6px #bdbdbd;
}

#walletaspx .accountbal-img {
    width: 10%;
}

#walletaspx .accountbal-img_dv {
    background: #ffe8f2;
    padding: 20px;
    border-radius: 50%;
    height: fit-content;
}

#walletaspx .accountwal-details {
    width: 88%;
    padding-left: 15px;
}

#walletaspx .accountwallet-title {
    font-size: 16px;
    font-weight: 600;
    color: #324B72;
}

#walletaspx .accountwallet-spantag {
    font-size: 14px;
    color: #1e90ff;
    cursor: pointer;
    margin-top: 5px;
}

#walletaspx .account-balance_dv {
    font-size: 24px;
    padding-top: 5px;
}

    #walletaspx .account-balance_dv span {
        font-weight: 600;
    }

#walletaspx .wallet-card-dv {
    background: #fff;
    padding: 15px;
    position: relative;
}

    #walletaspx .wallet-card-dv div p {
        font-size: 14px;
        color: #324b72;
        font-weight: 600;
        line-height: 1.5;
        margin-bottom: 10px;
    }

#walletaspx .wallet-orderlist {
    padding-left: 1rem;
}

#walletaspx .accountwallet-spantag-ul {
    list-style-type: none;
    display: flex;
}

#walletaspx .walletbankdetails_confirm input.btn-walletpaybalancebtn {
    width: auto !important;
    background: #ef0073 !important;
    font-weight: bold;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    color: #fff !important;
    border: 0px solid #324b72;
    margin-top: 1rem !important;
    text-align: center !important;
    display: block;
    padding: 10px 15px !important;
    margin-left: 1rem;
}

#walletaspx .walletaddmoneytitle .accountwallet-spantag .accountwallet-spantitle {
    /*margin-bottom: 8px;*/
}

#walletaspx .wallet-termsandcondtionsCheckoutTermsList li a {
    font-size: 14px;
    color: #ef0073 !important;
}

#walletaspx .wallet-termsandcondtionssub-title a {
    color: #ef0073;
}

#walletaspx .mdlthankyoupopupalign {
    height: 100vh;
    align-items: center;
    display: flex;
}

#walletaspx #mdlthankyou .modal-dialog {
    margin: 0 auto;
    width: 100%;
}

#walletaspx #mdlthankyou .popup-card-dv-content {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #1f1b4e;
}

#walletaspx #mdlthankyou .popup-thankyou-card {
    color: #ef0073;
    text-align: center;
    margin: 8px 0;
    font-weight: 600;
}

#walletaspx #mdlthankyou .popup-thank-submsg {
    font-size: 10px;
    text-align: center;
}

#walletaspx #mdlthankyou .modal-footer {
    padding: 0;
    border: 0px;
    justify-content: center;
    padding-bottom: 1rem;
}

#walletaspx #mdlthankyou .modal-dialog .modal-content {
    border: 0px;
}

#walletaspx #mdlthankyou .modal-footer .button {
    color: #fff !important;
    background: #ef0073 !important;
    border: 2px solid #ef0073 !important;
    padding: 6px 18px !important;
    height: auto;
    cursor: pointer;
}

    #walletaspx #mdlthankyou .modal-footer .button:focus {
        box-shadow: 0 0 0 0rem rgb(108 117 125 / 0%);
    }

#walletaspx #mdlthankyou .modal-dialog .modal-content .modal-body {
    padding: 12px 10px;
}
.property_list_view_pad1.active {
    width:31% !important;
}

@media only screen and (min-width: 700px) {
    .ScheduleVideoVisitBtn {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .col-md-8.my-5,
    .col-md-4.my-5 {
        min-width: auto !important;
    }

    .TermsWrapper input[type=checkbox] + label {
        position: relative;
        left: -10px !important;
        top: 9px;
    }

    .share i.fa.fa-youtube-play {
        top: -6px;
    }

    .jquery-modal iframe {
        min-height: 550px;
    }

    .social-links li {
        margin: 0 6px 0 0px;
    }

    .customizepopup .TermsWrapper input[type=checkbox] + label {
        position: relative;
        left: 0px !important;
    }

    .PropertyViewDesign {
        font-size: 10px !important;
    }

    #footer .footerPanel-firstrow li {
        width: 50%;
    }

    .Panel-Third-row li {
        width: 50%;
        min-width: 48%;
        max-width: 48%;
    }
}

@media (max-width:1440px) and (min-width: 1024px) {
    .user-info .dropdown .dropdown-menu {
        left: -140px;
    }

    #cssmenu > ul > li > a {
        width: 175px !important;
    }

    .userprofilesecli {
    }

    .check-in-box {
    }

    .offer-wrap .third-section .owl-carousel-cards .owl-nav {
        position: absolute;
        top: -52px;
        left: unset !important;
        right: -50px !important;
        right: 0px !important;
    }

    .offer-wrap .third-section .owl-carousel-cards .owl-stage-outer .owl-item .card {
        border: none;
        margin: 0px !important;
        margin-bottom: 0px !important;
    }

    .homepage-wrap .tab-content p {
        text-align: center;
        padding: 40px 0 0px;
        font-weight: 500;
    }

    #eventSecView #dvEvent {
        height: 341px !important;
    }

    .property-sorting-total {
        padding-top: 18px;
    }
}

@media (max-width: 1440px) and (min-width:968px) {
    .calendar-wrapper.picker {
        top: 160px !important;
    }

    .choose-room .check-date-time .form-group label {
        color: #000000;
        font-size: 14px;
        font-weight: 600;
        line-height: 19px;
        margin-bottom: 10px;
    }

    .TermsWrapper input[type=checkbox] + label {
        position: relative;
        left: 0px;
        top: 9px;
    }

    div.container.contact .connect {
        font-size: 42px;
    }

    .container.community p.Community {
        font-size: 42px;
    }
}

@media(min-width:1200px) {
    .TermsWrapper input[type=checkbox] + label {
        left: 30px;
    }
}

@media (max-width: 320px) {
    .schedule-booknow-box .schedule,
    .schedule-booknow-box a {
        font-size: 11px;
    }

    .w3-modal-content {
        margin-top: 30px;
        padding: 20px;
    }

    .homepage-wrap .tab-layout .nav-tabs a {
        padding: 5px 7px !important;
        font-size: 9px !important;
    }

    .text_view h1 {
        font-size: 18px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .text_view p {
        font-size: 14px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .basic_steps .basic_step_view {
        background: #eee;
        padding: 4px 4px 5px 2px;
        margin: 0 5px;
        border-radius: 14px;
        font-weight: 500;
        font-size: 12px;
    }

    .property_list_view_pad {
        padding: 15px 0px;
    }

    .sub_feq {
        padding: 0px 10px;
    }

        .sub_feq .section-header.closed {
            color: #10121B;
            font-size: 12px;
            font-weight: 400;
            line-height: 22px;
            text-align: left;
            padding: 5px 0px 5px 20px;
            margin: 5px 5px;
        }

    .search-filter-container .custom-control label {
        font-size: 12px !important;
    }
}

@media (max-width: 360px) {
    .schedule-booknow-box .schedule,
    .schedule-booknow-box a {
        font-size: 11px;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .nav-tabs a {
        font-size: 16px !important;
    }

        .homepage-wrap .lifestyle .lifestyle-tab .nav-tabs a.active {
            font-size: 16px !important;
        }

    .homepage-wrap .lifestyle .lifestyle-tab .tab-content .col-md-4 div.card-header {
        padding: .75rem 0.25rem;
    }

    .filter-container {
        height: 77vh !important;
    }

    .mobileFilterbutton button {
        font-size: 12px;
    }

    .mobileFilterTitle li a {
        font-size: 11px;
    }

    #property_search .tabs-left > .nav-tabs > li > a {
        min-width: 76px;
    }

    .mobileFilterTitle li {
        min-height: 45px;
    }

    .search-filter-container label {
        font-size: 12px;
    }

    .sort-list label {
        font-size: 12px;
    }

    .search-filter-container .custom-control label {
        font-size: 12px !important;
    }

    .filter-search-filterSearchBox .filter-search-hidden {
        width: 95% !important;
        box-shadow: 0px 0px 0px 0px !important;
        font-size: 11px !important;
        padding: 6px 5px !important;
    }

    .search-filter-container .tab-pane {
        height: 83vh;
    }

    #property_search footer {
        padding: 20px 0 0 0 !important;
        margin-bottom: 38px !important;
    }
}

@media (min-width: 1210px) and (max-width:1220px) {
    .maplist {
        height: 72vh;
    }


    .nav-item a {
        color: #324b72;
        font-size: 14px;
    }

    .PropertyViewDesign {
        font-size: 12px;
    }

    .card-img-top {
        min-height: 150px;
    }
}

@media (min-width: 1024px) and (max-width:1200px) {
    .PropertyViewDesign {
        font-size: 12px;
    }

    .card-img-top {
        min-height: 150px;
    }
}

@media (min-width: 768px) and (max-width:968px) {
    .PropertyViewDesign {
        font-size: 10px !important;
    }
}

@media (min-width: 1410px) and (max-width: 1480px) {
    .property-sorting-total {
        padding-top: 18px;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .choose-room .check-date-time .form-group label {
        color: #000000;
        font-size: 12px;
        font-weight: 500;
        line-height: 19px;
        margin-bottom: 10px;
    }
}

@media (min-width: 1230px) and (max-width: 1280px) {
    .Playstore .w3-modal-content {
        margin: 160px auto;
        border: 1px solid #eee;
        box-shadow: 0px 0px 4px #d0d0d0;
        background-image: url(/assets/images/whstappbg.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 361px -71px;
    }

    section.grid-view .card:hover .quick-view {
        top: 39%;
    }
}

@media (min-width: 375px) and (max-width: 376px) {
    .maplist {
        height: 85vh;
        position: relative;
        z-index: 10;
        top: 23vh;
        right: 0;
        width: 100%;
    }

    .static_content_fr_search.pt-5 {
        margin-top: 9rem;
        margin-bottom: 1rem;
    }

    .mapview .static_content_fr_search.pt-5 {
        background: #ffff;
        margin-left: 0px;
        width: 100%;
        padding-top: 15px !important;
        margin-top: 12rem;
        padding-bottom: 15px;
        margin-bottom: 0rem;
    }

    .basic_steps .basic_step_view {
        background: #eee;
        padding: 4px 4px 5px 2px;
        font-size: 12px;
    }

    .filter-container {
        height: 78vh !important;
    }

    section.grid-view .card {
        border-radius: 0;
        min-width: 300px;
        max-width: 340px !important;
        margin: 0 auto;
    }

    .Div_EventContainer .Div_Community figure {
        height: 254px !important;
    }
}

@media (min-width: 350px) and (max-width: 330px) {
    .Refund_Details button#ancBack2,
    .User_Bank_Details button#ancBack3 {
        position: absolute;
        top: -58px;
        right: 13vw;
    }

    .Refund_Details button#ancNext2,
    .User_Bank_Details button#ancNext3 {
        position: absolute;
        top: -58px;
        right: 0vw;
    }

    section.grid-view .card {
        border-radius: 0;
        min-width: 300px;
        max-width: 330px !important;
        margin: 0 auto;
    }
}

@media (min-width: 455px) and (max-width: 456px) {
    .search-filter-container label {
        font-size: 14px !important;
        font-weight: 500;
    }

    .search-filter-container .custom-control {
        min-height: 24px;
    }

    .search-filter-container .radioInputGroup .filtercitySelect [type="radio"]:checked + label,
    .search-filter-container .radioInputGroup .filtercitySelect [type="radio"]:not(:checked) + label {
        font-size: 14px !important;
    }

    .filter-search-filterSearchBox .filter-search-hidden {
        width: 96%;
        font-size: 13px !important;
        padding: 6px 5px;
    }

    .brand-value {
        padding-bottom: 40px;
    }

    .mobileFilterTitle li {
        font-size: 13px;
    }

    .search-filter-container .tab-pane {
        height: 86vh;
    }

    footer {
        margin-bottom: 0px !important;
    }

    .Span_location + .copyright {
        margin-bottom: 38px !important;
    }
}

/* Media Queries for diffrent devices End */
.conditions {
    background: #ffffff;
    margin-top: 1%;
    padding: 1% 3.5%;
}

    .conditions p,
    .conditionsdb p {
        color: #666;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }

.conditionsdb {
    background: #ffffff;
    margin-top: 1%;
    padding: 1% 2%;
}

@media (max-width: 768px) {
    .conditions {
        padding: 1% 6%;
    }
}

@media (max-width: 455px) {
    .conditions {
        padding: 1% 9%;
    }

    .conditionsdb {
        padding: 1% 4%;
    }
}

@media (max-width: 375px) {
    .conditions {
        padding: 1% 6%;
    }

    .conditionsdb {
        padding: 1% 5%;
    }
}

@media (max-width: 367px) {
    .conditionsdb {
        padding: 1% 3%;
    }
}

/* Custom Style End */

/*New property page design*/
.socialIconWrap i {
    font-size: 50px;
    color: #ef0073;
}

#schedulevisit .signup-box {
    box-shadow: none;
}

#schedule-btn:hover {
    border: 2px solid #ef0073;
}

#schedulevisitform span i {
    font-size: 18px !important;
}

.videoGallery img {
    height: 100%;
    width: 100%;
}

#btnMatterPort {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
}

.totaldegree:hover ~ #VviewPropertyImages {
    opacity: 0.5;
}

.ng-img {
    width: 100%;
    overflow: hidden;
}

    .ng-img img {
        width: 100%;
    }

.PropertyTitle h1 {
    color: #ef0073;
    padding: 10px;
    font-size: 24px;
    font-weight: 600;
}

.casestudyWrap {
    padding-top: 3%;
    background: #000;
    padding-bottom: 3%;
    margin-top: -1px;
}

.casestudyTitle h1 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.signature h3 {
    color: #fff;
    font-size: 20px;
}

    .signature h3 span {
        color: #ef0073;
        font-size: 18px;
        font-weight: bold;
    }

.casestudy_desc p {
    color: #fff;
}

    .casestudy_desc p span {
        color: #ef0073;
        font-weight: 700;
        font-size: 20px;
    }

.booknows {
    overflow: auto;
    border-radius: 20px;
    width: 300px;
    border: 8px solid #000;
    background: url("/assets/images/property/casestudy/61.png");
    background-repeat: no-repeat;
    background-position: center;
}

#scheduled-card {
    border: none;
}

.m-view img {
    width: 100%;
}

.booknows .card .tab-content {
    background: #324b72;
}

#btnMatterPort {
    position: absolute;
    height: 50%;
    padding: 0;
    top: 25%;
}

.totaldegree img {
    width: 50%;
    position: relative;
    background: transparent;
}

#btnMatterPort {
    background: transparent;
}

.moneyMatterTitle h2 {
}

.propertyGallerySection {
    min-height: 353px;
}

.video-img img {
    min-height: 366px;
    height: 100%;
    transform: scale(1.2);
}

.snapshot {
    padding-top: 3%;
}

    .snapshot h1 {
        color: #ef0073;
        font-weight: 700;
        font-size: 2rem;
    }

    .snapshot p {
        color: #fff;
        font-size: 16px;
        text-align: justify;
    }

        .snapshot p span {
            color: #ef0073;
        }

.moneyMatterTitle h2 {
    color: #fff;
    font-weight: 700;
}

    .moneyMatterTitle h2 span {
        color: #ef0073;
        font-weight: 700;
    }

.mConditionWrap {
    position: relative;
}

.termsWrap {
    background: #ece5e5;
    border-radius: 15px;
    padding: 15px;
    margin: 1% 1% 0 0;
}

.text-blak {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

.text-pink {
    color: #ef0073;
    font-weight: 700;
    font-size: 20px;
}

.text-pink1 {
    color: #ef0073;
}

.termsWrap p {
    padding: 5px 0;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.f-term {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.moveInWrap {
    background: #e8b5e7;
    border-radius: 15px;
    padding: 15px;
    margin: 5% 1% 0 0;
}

    .moveInWrap p {
        margin-left: 15%;
        padding: 5px 0;
    }

.text-rentDetails {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.residentSpeakWrap {
    margin-top: 5%;
}

    .residentSpeakWrap h1 {
        font-weight: 700;
        text-align: center;
    }

    .residentSpeakWrap h5 {
        text-align: center;
        font-size: 25px;
        padding: 10px 0;
    }

.loc-highlight h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    padding: 20px 0 5px 0px;
}

.residentProfile {
    display: flex;
}

    .residentProfile img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-right: 15px;
    }

.residentIcon i {
    font-size: 30px;
    color: #ef0073;
}

.resi-testimonial {
    background: #f9dddd;
    padding: 20px;
    border-radius: 15px;
}

.residentQuote p {
    line-height: 30px;
}

.resi-testimonial-red {
    background: #ef0073;
    padding: 20px;
    border-radius: 15px;
}

    .resi-testimonial-red p {
        color: #fff;
    }

.residentIcon-red i {
    font-size: 30px;
    color: #fff;
}

.culture h5,
.nearby h5 {
    line-height: 30px;
}

.nearby {
    border-bottom: 5px dotted #ec0808;
}

.amenityTypeHeader span {
    color: #ef0073;
    font-size: 30px;
    font-weight: 700;
    margin-top: 10px;
}

.testimonial-carousel .item img {
    border-radius: 50%;
    width: 75px !important;
    float: left;
    margin-right: 10px;
    height: 75px;
}

.user img {
    display: none !important;
}

.testimonial-carousel .user {
    display: none;
}

.testimonial-carousel .item {
    margin: 20px;
    height: 280px;
    padding: 10px;
    background-color: #f9dddd;
    border-radius: 15px;
    text-overflow: ellipsis;
    overflow: auto;
}

    .testimonial-carousel .item:nth-child(even) {
        background: #000;
    }

.amenities_area .AmenitiesLoc:nth-child(1) {
    background: #f1f1f1;
}

.amenities_area .AmenitiesLoc:nth-child(2) {
    background: #000;
}

.amenities_area .AmenitiesLoc:nth-child(1) .amenity span {
    color: #000;
    font-size: 18px;
}

.amenities_area .AmenitiesLoc:nth-child(2) .amenity span {
    color: #fff;
    font-size: 18px;
}

.amenities_area .AmenitiesLoc:nth-child(3) .amenity span {
    color: #000;
    font-size: 18px;
}

.amenities_area .AmenitiesLoc:nth-child(4) .amenity span {
    color: #fff;
    font-size: 18px;
}

.amenities_area .AmenitiesLoc:nth-child(5) .amenity span {
    color: #000;
    font-size: 18px;
}

.amenities_area .AmenitiesLoc:nth-child(6) .amenity span {
    color: #fff;
    font-size: 18px;
}

.amenities_area .AmenitiesLoc:nth-child(2) .AmenitiesheightSet p,
.amenities_area .AmenitiesLoc:nth-child(6) .AmenitiesheightSet p {
    color: #fff;
}

.amenities_area .AmenitiesLoc:nth-child(3) {
    background: #f1f1f1;
}

.amenities_area .AmenitiesLoc:nth-child(4) {
    background: #000;
}

.amenities_area .AmenitiesLoc:nth-child(5) {
    background: #f1f1f1;
}

.amenities_area .AmenitiesLoc:nth-child(6) {
    background: #000;
}

.amenities_area .AmenitiesLoc > span:nth-child(2) {
    color: #fff;
}

.amenityImg {
    display: none;
}

.amenityServiceImage {
    display: none;
}

.w-100 {
    width: 100%;
}

#offers {
    margin: 0;
    background-repeat: no-repeat;
}

.nearby img {
    width: 250px;
    height: 40px;
}

.peoplesection {
    background-image: url("/assets/images/property/flatmates/people_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
    padding-top: 7%;
}

.amenityTypeHeader {
    margin-top: 20px;
}

#offers .amenityTypeHeader {
    text-align: initial !important;
}

.videoGallery {
    height: 100%;
}

.feature-svg {
    display: flex;
    padding-bottom: 10px;
}

.graphical-info table {
    background: #ece5e5;
    border-radius: 15px;
    padding: 15px;
    margin: 1% 1% 0 0;
    border-collapse: separate;
}

    .graphical-info table td {
        border-top: 0px !important;
    }

.socialIconWrap img {
    cursor: pointer;
}

#RoomDetails table th {
    color: #ef0073;
}

#KeyDetails {
    font-size: 14px;
}

    #KeyDetails i {
        color: #ef0073;
    }

.propertyGallerySection {
    background: #ccc;
}

#spnHighlights {
    color: #fff;
    text-align: justify;
}

.casestudy_desc {
    margin-bottom: 20px;
}

.property_rating {
    background: #ece5e5 !important;
    border-radius: 15px;
}

.casestudyTitle {
    text-align: center;
}

.casestudyWrap .p-share {
    position: relative;
    width: 5.4375em;
    height: 3.4375em;
}

.p-share input[type=checkbox] {
    display: contents;
}

.p-share ul {
    margin-top: 20px !important;
}

.moveInMobile {
    padding: 0 15px;
}

#sharprop30948 {
    display: none;
}

.AdharWrap #ChkAgreeAadhaar {
    position: absolute;
    top: 15px;
    display: contents;
}

    .AdharWrap #ChkAgreeAadhaar + label:before {
        content: "\2714";
        font-size: 12px;
        width: 18px;
        padding-left: 3px;
        margin-top: 12px;
    }

.AdharWrap #ChkAgreeAadhaar-checkbox:checked + label:before {
    background-color: #EF0073;
    border-color: #EF0073;
    color: #fff;
}

.TermsWrapper #ChkAgree {
    position: absolute;
    top: 15px;
    display: contents;
}

    .TermsWrapper #ChkAgree + label:before {
        content: "";
        font-size: 12px;
        padding: 0 7px;
        margin-top: 8px;
        top: 3px;
        border: 2px rgba(0, 0, 0, 0.5) solid;
        width: 20px;
        height: 20px;
        border-radius: 3px !important;
    }

.TermsWrapper #ChkAgree-checkbox:checked + label:before {
    background-color: #EF0073;
    border-color: #EF0073 !important;
    color: #fff;
}

.TermsWrapper input[type=checkbox]:checked + label:before {
    background-color: #EF0073;
    border-color: #EF0073 !important;
    color: #fff;
    content: "\2714" !important;
    padding: 0px 2px !important;
}

#chkterms + label:before {
    content: "\2714";
    font-size: 12px;
    width: 18px;
    padding-left: 3px;
    margin-top: 2px;
    margin-bottom: -4px;
}

#chkterms-checkbox:checked + label:before {
    background-color: #EF0073;
    border-color: #EF0073;
    color: #fff;
}

#chkKeyReceived + label:before {
    content: "\2714";
    font-size: 12px;
    width: 18px;
    padding-left: 3px;
}

#chkKeyReceived-checkbox:checked + label:before {
    background-color: #EF0073;
    border-color: #EF0073;
    color: #fff;
}

#book-first:hover,
#schedule-btn:hover {
    background-color: transparent;
    border-color: #ef0073;
    color: #ef0073 !important;
}

.amenityTypeHeader {
    display: flex;
}

    .amenityTypeHeader > .offerImg {
        display: block !important;
        width: 70px !important;
    }

#offers .offerImg > span {
    margin-top: 10px;
}

@media only screen and (max-width: 414px) and (min-width:401px) {
    .mobileFilterbutton {
        bottom: 8%;
    }
}

@media only screen and (max-width: 400px) and (min-width:380px) {
    .mobileFilterbutton {
        bottom: 0%;
    }
}

@media only screen and (max-width: 370px) and (min-width:355px) {
    .mobileFilterbutton {
        bottom: 9.5%;
    }
}

@media only screen and (max-width: 1400px) {
    .video-img img {
        min-height: 366px;
    }
}

@media only screen and (max-width: 1366px) {
    .searchgrid {
        display: -webkit-box;
    }

    .propertyGallerySection {
        max-height: 353px;
    }

    #btnMatterPort {
    }

    .video-img img {
        min-height: 366px;
        transform: scale(1.2);
    }
}

@media only screen and (max-width: 455px) {
    .graphical-info table {
        border-radius: 0px;
    }

    .moveInMobile {
        padding: 0 15px;
    }

    .loc-highlight h2 {
        padding: 0px;
    }

    .c-share {
        margin-bottom: 25px;
    }

    .wt-20 {
        margin-top: 20px;
    }

    .nearby h3 {
        font-size: 20px;
    }

    .casestudyTitle h1,
    .snapshot h1,
    .moneyMatterTitle h2,
    .promises h1,
    .loc-highlight h2,
    .nearby h1,
    .residentSpeakWrap h1 {
        font-size: 22px;
    }

    .similar-prop h1 {
        font-size: 16px;
    }

    .amenityTypeHeader span {
        font-size: 22px;
    }

    #offers {
        margin: 0 25px;
    }

    .propertyGallerySection {
        display: none;
    }

    .socialIconWrap {
        text-align: center;
    }

        .socialIconWrap img {
            width: 60px;
        }

    .casestudy_desc {
        margin-bottom: 0px;
    }

    .property_rating {
        margin: 3% 7% !important;
    }

    .snapshot {
        padding-top: 3%;
    }

    .loc-highlight {
        margin-top: 0%;
    }

    .loc-highlight {
        padding: 10px 0px 0px 0px;
    }

    .product-carousel {
        display: block;
    }

    #GviewPropertyImages {
        display: none;
    }

    #btnMatterPort {
        position: absolute;
        height: 25%;
        padding: 0;
        top: 25%;
        left: 30%;
    }

    .totaldegree img {
        width: 40%;
        height: 70%;
        position: relative;
        top: 20%;
        left: 0%;
        background: transparent;
    }

    .residentSpeakWrap h5 {
        text-align: center;
        font-size: 19px;
        padding: 10px 0;
    }

    .similar-prop h5 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 414px) {
    .totaldegree img {
        width: 40%;
        height: 80%;
        position: relative;
        top: 30%;
        left: 0%;
        background: transparent;
    }
}

@media only screen and (max-width: 375px) {
    .totaldegree img {
        width: 50%;
        height: 100%;
    }
}

/*Mobile frame html*/

/* The device with borders */
.smartphone {
    position: relative;
    width: 384px;
    margin: auto;
    border: 2px #ef0073 solid;
    border-top-width: 25px;
    border-bottom-width: 25px;
    border-radius: 36px;
    width: 304px;
}

    /* The horizontal line on the top of the device */
    .smartphone:before {
        content: '';
        display: block;
        width: 60px;
        height: 5px;
        position: absolute;
        top: -12px;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #333;
        border-radius: 10px;
    }

    /* The circle on the bottom of the device */
    .smartphone:after {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        left: 50%;
        bottom: -30px;
        transform: translate(-50%, -50%);
        background: #333;
        border-radius: 50%;
    }

    /* The screen (or content) of the device */
    .smartphone .content {
        background: #ef0073;
    }

.faq-page {
    padding: 80px 0 0px;
    background-color: #F4F8FB;
}

    .faq-page .help-title {
        color: #EF0073;
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
        text-align: left;
        padding: 20px 0px 20px 0px;
    }

@media (max-width: 425px) {
    .faq-page .help-title {
        text-align: center !important;
    }
}

@media (max-width: 768px) {
    .faq-page .help-title {
        text-align: left;
        padding: 0px 0px 0px 0px;
    }
}

.faq-page .healine {
    color: #000000;
    font-size: 53px;
    font-weight: 700;
    line-height: 52px;
    text-align: left;
}

@media (max-width: 768px) {
    .faq-page .healine {
        font-size: 35px;
    }
}

@media (max-width: 425px) {
    .faq-page .healine {
        font-size: 25px !important;
        text-align: center;
    }
}

.faq-page .res {
    padding: 70px 0px 14px 0px;
}

@media (max-width: 425px) {
    .faq-page .res {
        padding: 0px 0px 0px 0px;
    }
}

@media (max-width: 768px) {
    .faq-page .res {
        padding: 0px 0px 0px 0px;
    }
}

.faq-page .page-con {
    color: #324B72;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    opacity: 0.9000000357627869;
    text-align: left;
    padding: 10px 0px 10px 0px;
}

@media (max-width: 425px) {
    .faq-page .page-con {
        text-align: center;
    }
}

.faq-page form.example button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #2196F3;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
}

.faq-page .inner-addon.right-addon {
    width: 73%;
    position: relative;
}

@media (max-width: 425px) {
    .faq-page .inner-addon.right-addon {
        width: 100%;
        position: relative;
        padding: 1px 0px 20px 0px;
    }
}

.faq-page .control {
    width: 100%;
    border: 2px solid #E0E6ED;
    height: 47px;
    box-shadow: 0.9px 2px 4px 0 rgba(22, 46, 51, 0.23);
    padding: 0px 5px;
}

.faq-page .fa.fa-search {
    position: absolute;
    top: 14px;
    right: 10px;
}

.faq-page ::placeholder {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
}

.faq-page img {
    width: 100%;
}

.sub_feq .accordion {
    width: 100%;
}

.sub_feq h3 {
    margin: 0;
    font-size: 16px;
    cursor: pointer;
    padding: 15px;
}

@media (max-width: 425px) {
    .sub_feq h4 {
        position: relative;
        margin-left: 20px;
        color: #10121B;
        font-size: 13px;
        font-weight: 400;
        line-height: 12px;
    }
}

.sub_feq .panel {
    display: none;
}

.sub_feq .section-header.active::after {
    content: "\2212";
    color: #e4497d;
    float: left;
    font-size: 20px;
    display: block;
    padding: 0px 10px 0px 0px;
}

@media (max-width: 425px) {
    .sub_feq .section-header.active::after {
        content: "\2212";
        color: #e4497d;
        float: none;
        font-size: 16px;
        padding: 0px 10px 0px 0px;
        height: 27px;
        position: absolute;
        left: -23px;
        top: 0px;
    }
}

.sub_feq .section-header.closed::after {
    content: '\002B';
    color: #e4497d;
    float: left;
    font-size: 20px;
    padding: 0px 10px 0px 0px;
}

@media (max-width: 425px) {
    .sub_feq .section-header.closed::after {
        content: '\002B';
        color: #e4497d;
        float: none;
        font-size: 16px;
        padding: 0px 10px 0px 0px;
        height: 12px;
        position: absolute;
        left: -20px;
        top: 10px;
    }
}

.sub_feq .section-header::after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: right;
}

.sub_feq .text-light {
    color: #324B72 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.9000000357627869;
    text-align: left;
    padding: 0px 20px;
}

@media (max-width: 425px) {
    .sub_feq .text-light {
        font-size: 13px;
    }
}

.sub_feq .section-header.closed {
    color: #10121B;
    font-size: 15px;
    font-weight: 400;
    line-height: 45px;
    text-align: left;
    padding: 5px 0px;
    cursor: pointer;
}

@media (max-width: 425px) {
    .sub_feq .section-header.closed {
        color: #10121B;
        font-size: 13px;
        font-weight: 400;
        line-height: 12px;
        text-align: left;
        padding: 10px 0px 5px 0px;
        margin-left: 20px;
        margin: 20px 20px;
        position: relative;
    }
}

.sub_feq .sub-faqtitle {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
    text-align: left;
    padding: 40px 0px;
}

@media (max-width: 768px) {
    .sub_feq .sub-faqtitle {
        padding: 20px 0px;
    }
}

.text_view h1 {
    font-size: 18px;
    padding-left: 26px;
}

.text_view p {
    font-size: 12px;
    margin: 5px 0;
    padding-left: 26px;
    font-weight: 500;
}

.faq_search_page {
    padding: 15px;
    background: #fff;
}

    .faq_search_page .sub-faqtitle {
        padding-top: 10px;
        padding-bottom: 6px;
        border-bottom: 1px solid #000000;
    }

    .faq_search_page .accordion {
        border-bottom: 1px solid #c6c6c6;
    }
/* Media Queries for diffrent devices */
@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .mbhide {
        display: none;
    }

    .cityWrapper > ul {
        display: none;
    }

    .modal#video-modal {
        margin-top: 38px;
    }

    .CityList {
        margin: 40px auto 0px !important;
    }

    #SitemapCityList .cityWrapper > ul {
        display: block;
    }

    .cityWrapper {
        width: 50%;
        margin: 10px 0;
    }

    #Chennai,
    #Hyderabad,
    #Pune {
        width: 100% !important;
    }

    .call-block.d-lg-none.d-sm-none.d-xl-none.d-xs-block {
        display: none;
    }

    footer {
        padding: 0px 0 0 0 !important;
        margin-bottom: 60px !important;
    }

    #footer .footerPanel-firstrow li {
        width: 50%;
    }

    #footer a {
        font-size: 15px !important;
    }

    .col-1-2,
    .col-6-12 {
        width: 100%;
        float: left;
        padding: 0 8px;
        margin: 0 0px;
    }

    section.grid-view .QuickviewModal .modal-dialog {
        max-width: 100%;
    }

    div#QuickviewModal {
        padding: 0;
    }

    section.grid-view .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-nav {
        position: absolute;
        top: 34%;
        width: 100%;
    }

    section.grid-view .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-dots {
        position: absolute;
        bottom: 10px;
        text-align: center;
        width: 100%;
    }

    section.grid-view .grid-popup-wrap .first-section .info .rating-wrap .rating {
        padding: 0 15px;
        border-right: 0px solid lightgray;
        width: 90%;
    }

    section.grid-view .grid-popup-wrap .first-section .graphical-info {
        padding: 20px;
        background: white;
        margin-bottom: 20px;
        overflow: hidden;
    }

    section.grid-view .grid-popup-wrap .first-section .graphical-info {
        padding: 20px;
        background: white;
        margin-bottom: 20px;
        overflow: hidden;
        overflow-x: scroll;
    }

    section.grid-view .grid-popup-wrap .first-section .terms .terms-points .term-deposit {
        display: flex;
        padding-bottom: 20px;
        border-bottom: 1px solid lightgray;
        overflow: hidden;
        overflow-x: scroll;
    }

    .Tenant-Profiling .form-progress {
        display: none;
    }

    .NewsLogoalt img {
        max-width: 100%;
        height: auto;
    }

    .NewsLogoalt {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 15px;
        margin: 0 auto;
        text-align: -webkit-center;
    }

    .homepage-wrap .features {
    }

        .homepage-wrap .features .feature-wrap li a {
            font-size: 14px;
        }

    .calendar-wrapper.picker {
        left: 50%;
        top: 186px;
    }

    #SimilarPropertiesCards > .owl-nav > .owl-prev {
        margin-right: 0px;
        position: relative;
        right: unset !important;
    }

    #SimilarPropertiesCards > .owl-nav {
        position: absolute;
        top: -54px !important;
        right: 0 !important;
        display: flex;
        left: unset !important;
    }

    #SimilarPropertiesContainer {
        padding: 20px 15px;
    }

    .promises #colivepromises {
        margin: 0 auto;
        text-align: -webkit-center;
    }

    .sub_feq .section-header.closed {
        color: #10121B;
        font-size: 13px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        padding: 10px 0px 5px 0px;
        margin-left: 20px;
        margin: 20px 20px;
        position: relative;
    }

    .sub_feq .text-light {
        font-size: 13px;
        line-height: 1.5;
    }

    #cssmenu {
        width: 100%;
        position: absolute;
        bottom: 31px;
        right: 24px;
        text-align: -webkit-right;
    }

        #cssmenu li > ul {
            height: 55vh;
            overflow: hidden;
            overflow-y: scroll;
            width: 95%;
        }

    #GridView,
    #PropMapCards {
        padding-top: 0px;
        margin-top: 0rem;
    }

    #schedulevisit select#slTimeSlots {
        width: 100% !important;
    }

    .user-info-mobile {
        width: 100% !important;
    }

    .schedule-booknow-box .schedule,
    .schedule-booknow-box a {
        display: inline-flex;
        width: 50%;
        min-width: auto !important;
    }

    .schedule-booknow-box {
        display: inline-flex;
    }

    .dropdown-menu {
        left: 26px;
    }

    #ReservationPayment .graphical-info {
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
    }

    #ReservationPayment .TermsWrapper.conditionWrapper {
        float: left;
        position: relative;
        width: 100%;
        left: 25px;
    }

    .conditionWrapper .spnTerms {
        right: auto !important;
        left: 15px;
    }

    section#ReservationPayment {
        padding-top: 0px;
    }

    .homepage-wrap .search-container .form-control {
        width: 91% !important;
    }

    .homepage-wrap .btn-find-home {
        width: 91% !important;
        margin-left: 15px !important;
    }

    #cssmenu ul ul {
        top: 43px;
        background: #fff;
        left: 36px;
        overflow: hidden;
    }

    .col-md-3 .card-img-top {
        min-height: 211px;
        margin: 8px auto;
    }

    footer .logo-icon {
        margin: 0px auto 10px;
        text-align: center;
    }

    #footer .social-icon a {
        font-size: 20px;
    }

    .terms_conditions_wrap .cupertino {
        padding: 10px 0;
    }

    .terms_conditions_wrap {
        padding-top: 15%;
    }

    .pivrcy_policy_wrap {
        padding-top: 12%;
    }

    ul.coliveadv {
        border-bottom: 5px solid #db1c72;
        margin-top: 15px;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .nav-tabs {
        display: flex;
    }

    .jquery-modal iframe {
        min-height: 100%;
    }

    .share i.fa.fa-youtube-play {
        position: absolute !important;
        top: 5px !important;
    }

    .googlePlus {
        position: absolute;
        right: 5px;
        top: 6px;
    }

    #schedulevisitform .form-group.pick-date {
        margin-bottom: 25px !important;
    }

    #schedulevisitform .pick-date select#slVisitSlots {
        width: 100% !important;
    }

    #schedulevisit i.fa.fa-angle-down {
        bottom: -11px;
    }

    #schedulevisitformheader i.fa.fa-angle-down {
        bottom: 10px;
    }

    .homepage-wrap .lifestyle .lifestyle-tab #social .home-gallery,
    .homepage-wrap .lifestyle .lifestyle-tab #lyfstyle .home-gallery {
        display: block;
        width: 100%;
    }

    .homepage-wrap .lifestyle .lifestyle-tab .tab-content .tab-pane .col-md-3 {
        padding: 0 5px;
        margin: 10px 0;
    }

    .homepage-wrap .search-container h1 {
        color: white;
        line-height: 35px;
        font-size: 22px !important;
        padding: 20% 0;
    }

    .custom-rect {
        padding: 15px 0px;
        float: right;
    }

    .faq-page .page-con {
        text-align: left;
        padding: 15px;
    }

    .btncheckinEdit {
        padding: 10px 5px;
    }

    .homepage-wrap .search-container .form-group .fa {
        top: 40%;
        position: absolute;
        right: 10%;
    }

    section.grid-view nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        margin: -4px 0 0 0 !important;
    }

    .homepage-wrap .tab-layout .nav-tabs li a.active {
        background: #ef0073;
        color: white;
        border-radius: 3px;
        box-shadow: 0 0 6px #ef0073;
    }

    #footer .row.ipad-modalview {
        display: none !important;
    }

    .mapReverse {
        flex-direction: column-reverse;
    }

    .maplist {
        height: 85vh;
        position: relative;
        z-index: 10;
        top: 0vh;
        right: 0;
        width: 100%;
        padding-left: 0px;
    }

    section.grid-view p.upgrade {
        color: #000000;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
    }

    .property-sorting-total .form-inline {
        margin: 10px;
        display: inline-flex;
        padding-right: 5%;
    }

    section.grid-view .navbar .check_box {
        width: auto !important;
        margin: 0px 0;
    }



    .property-sorting-total .form-inline button {
        font-size: 18px;
    }

    .property_rightview {
        -webkit-box-flex: unset;
        -webkit-flex: unset;
        -moz-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }

    section.grid-view button.btn.btn-outline-success.my-2.my-sm-0:hover {
        font-size: 18px;
    }

    section.grid-view .navbar {
        padding: 0px 30px;
    }

        section.grid-view .navbar .check-align {
            padding: 15px 0;
            text-align: left;
        }

        section.grid-view .navbar .pretty {
            position: relative;
            display: inline-block;
            margin-right: 0px;
            white-space: nowrap;
            line-height: 1;
        }

        section.grid-view .navbar .check-align label {
            font-size: 12px;
        }

    .upgrade.viewmapview {
        margin-top: 12px;
        padding: 0 0px;
        margin-bottom: 0px !important;
    }

    .map-view .card.mb-4.container.ok {
        margin-left: 0;
        margin-right: 0px !important;
        min-width: unset;
        max-width: unset;
    }

    .map-view .card .col-md-4 {
        padding-left: 0px;
        padding-right: 0px;
    }

    #cssmenu ul,
    #cssmenu ul li,
    #cssmenu ul li a,
    #cssmenu #menu-button {
        background: transparent;
    }

    .white-bg .title h5 {
        text-align: left;
    }

    section.grid-view .navbar #divRoomType .check-align {
        padding: 5px 0;
    }

    #property_search #MobContainer1 {
        top: 118px;
        background-color: #ef0073;
    }

    #MobContainer1 {
        top: 80px !important;
        background-color: #ef0073;
    }

    #mySidenav a {
        padding: 2px 15px 7px 15px;
    }

    section.grid-view button.btn.btn-outline-success.my-2.my-sm-0 {
        z-index: 94;
        width: 100%;
        height: 100%;
    }

    section.grid-view .navbar #divRoomSubType .check-align,
    section.grid-view .navbar #divRoomClass .check-align {
        padding: 5px 0;
    }

    .map-card {
        width: 100%;
        min-height: 250px;
    }

    .gm-style .gm-style-iw-d {
        max-height: 450px !important;
        max-width: 201px !important;
        overflow-x: scroll !important;
        bottom: 10px !important;
    }

    .gm-style-iw.gm-style-iw-c {
        max-height: 230px;
        max-width: 100% !important;
    }

    .map-listed-detail {
        padding-left: 2px !important;
        width: 100%;
        float: left;
    }

    .mapcard-img {
        height: 100px;
        width: 188px;
    }

    #paymentDetailsContainer .col-sm.col-4 .custom-control.form-control-lg.custom-checkbox.lblComponent {
        word-break: break-word;
        font-size: 14px;
    }

    .house-card {
        width: 100%;
    }

    button.gm-ui-hover-effect {
        top: 0px !important;
        right: 0px !important;
        border-radius: 50px !important;
        background: #fff !important;
        opacity: 1 !important;
    }

    .map-view img.pl-1 {
        padding-left: 0px !important;
    }

    .apply-resetValue {
        position: fixed;
        top: unset;
        left: 14px;
        display: inherit;
        overflow: hidden;
        width: 94%;
        margin-top: 43px;
        z-index: 99;
        background: #fff;
    }

    .cancel-fitler,
    .apply-filter {
        right: 0px;
        width: 50%;
        margin: 5px 0px;
        /* position: fixed; */
    }

    .customizepopupbtn {
        display: inline-block;
        margin: 5px 0px;
    }

        .customizepopupbtn button.btn.btn-secondary {
            width: 100% !important;
            margin: 5px 0 !important;
        }

        .customizepopupbtn button#btnContinueCheckout {
            border: 4px solid #ef0073;
        }

        .customizepopupbtn button#LatercheckOut {
            width: 100%;
            margin: 5px 0 !important;
        }

    .customizepopup .spnTerms {
        position: absolute;
        left: 45px;
        font-size: 12px;
    }

    .scrollOvereff {
        max-height: 279px;
        overflow: hidden;
        overflow-y: auto;
    }

    .customizepopup button#btnLatercheckOut {
        width: 100% !important;
    }

    #mdlCheckoutModal .modal-content {
        margin-top: 30px;
    }

    #property_search .nav.w-100.container .navbar-brand {
        width: 54%;
    }

    .navbar .nav .navbar-brand {
        width: 61%;
        z-index: 1;
    }

    .navbar .navbar-brand img {
        /*  width: 100%;*/
        padding: 5px 0;
    }

    .amenityItems .amenity {
        display: -webkit-box;
        margin: 8px 0;
        text-align: -webkit-left;
    }

    .amenityItems i {
        float: right;
        position: absolute;
        right: 32px;
        top: 24px;
    }

    .ShoshkeleContainer {
        margin-top: 24vh;
        width: 88%;
    }

    .btnCloseShoshkele i {
        position: relative;
        top: 3px;
        right: 1px;
    }

    .eventbanner {
        height: 300px;
    }

    .MapControls {
        right: 30px;
    }

    div#upComingEvents,
    div#Events,
    div#dvPastEvents {
        width: 100%;
    }

    .webrunner {
        text-align: left;
        padding: 0px 15px;
    }

    .white_tag {
        font-size: 10px;
    }

    .webrunner a.close {
        position: relative;
        bottom: 11px;
    }

    .search-container {
        padding-top: 50px !important;
    }

    .navbar-brand {
        /* width: 24%;*/
    }

    .homepage-wrap .banner h1 {
        text-align: left;
    }

    .FeedBack_Control {
        padding: 10px 20px 10px 20px;
    }

    .feedback_sec {
        display: inline-block;
    }

    .FeedBack_img {
        width: 100%;
    }

    .FeedBack_Comments {
        width: 100%;
    }

    .GallerySec {
        margin-top: 20px !important;
    }

    .w3-modal-content {
        margin-top: 90px;
    }

    .offer_code_section {
        padding-bottom: 0px;
    }

    .w3-modal-content {
        padding: 18px;
    }

    .partnersWrapper.active {
        height: auto;
        max-height: unset !important;
        -webkit-transition: max-height 2s;
        transition: max-height 2s;
    }

    .partners-block {
        height: 540px;
        overflow: hidden;
        overflow-y: scroll;
    }


    .WhatsappOptin .w3-modal-content img {
        max-width: 100%;
        height: 100%;
    }

    .next-rent {
        padding: 10px 10px 0 10px !important;
    }

    .invoice_card {
        margin: 0px 10px 15px !important;
    }

    .next_month_card {
        margin: 10px 10px 15px;
        border: 1px solid rgba(209, 216, 245, 0.6);
    }

    .testimonial_image img {
        width: 100% !important;
        margin: 0 auto;
    }

    .homepage-wrap .members .member-wrap .owl-carousel .owl-nav .owl-next {
        float: right;
        position: relative;
        top: 0;
        right: unset;
        cursor: pointer;
    }

    .homepage-wrap .members .member-wrap .owl-carousel .owl-nav .owl-prev {
        margin-right: 10px;
        position: relative;
        top: 0;
        cursor: pointer;
    }

    .homepage-wrap .members .member-wrap .owl-carousel .owl-nav {
        /* float: right; */
        /* padding-top: 20px; */
        /* width: max-content !important; */
        /* float: right; */
        position: absolute;
        top: 45%;
        right: 0;
    }

    .members .member-wrap > .col-lg-12.col-md-12.col-12 {
        padding: 0;
    }

    .homepage-wrap .members .member-wrap .owl-carousel {
        padding: 10px 10px 100px;
    }

    .toastwrap {
        top: 80px;
        right: 15px;
        width: 222px;
    }

    .toast {
        font-size: 11px;
    }

    .ceo_images {
        width: 25%;
    }

    #CorpDatetimeWrapper {
        height: 140px;
    }

        #CorpDatetimeWrapper .drop-down {
            width: 33%;
        }

            #CorpDatetimeWrapper .drop-down:last-child {
                width: 31%;
            }

    .appointDate {
        width: 100% !important;
        margin-bottom: 4%;
    }

    .team.row_direction {
        flex-direction: column-reverse;
    }

    .corporate-banner {
        background-image: url(/assets/images/corporate/Rectangle.png);
        height: 244px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

        .corporate-banner .banner-content {
            padding: 85px 0;
        }

    .corporate .colive-corp {
        text-align: center;
        font-size: 20px;
        font-weight: 800;
        color: white;
        line-height: 0px;
        padding-left: 0;
        margin-bottom: 0px;
    }

    .corporate .colive-subtitle {
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        color: white;
        padding-left: unset;
        margin-bottom: 5px;
        display: block;
    }

    .corporate-banner .banner-content .custom-rect {
        padding: 15px 0px;
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .corporate-banner .banner-content .col-12.col-md-4 {
        padding: 0px 10px;
    }

    .partner-with-us-wrap .banner .content .left-content {
        width: 130px;
        height: 40px;
        margin: 18px auto;
    }

    .partner-with-us-wrap .banner .content .right-content h1 {
        font-size: 36px;
        text-align: center;
    }

    .partner-with-us-wrap .banner .content {
        display: block;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 100%;
        top: 16vh;
        bottom: 0;
    }

    .container.community h1.Community {
        font-size: 32px;
        margin-bottom: 16px;
    }

    div.container.contact h2.phone {
        margin-bottom: 16px;
    }

    div.container.contact h2.address {
        color: #000000;
        font-size: 15px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
    }

    div.container.contact .connect {
        color: #000000;
        font-size: 21px;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
        width: 100%;
    }

    div.container.contact p.content {
        color: #000000;
        font-size: 13px;
        font-weight: 600;
        line-height: 19px;
        opacity: 0.6345796131;
        text-align: center;
        margin: 0px 20px;
    }

    div.container.contact .col-12.col-md-3 {
        text-align: center;
    }

    div.container.contact h2.social {
        color: #000000;
        font-size: 14px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
        margin-left: 0px;
    }

    div.container.contact h2.phone {
        color: #000000;
        font-size: 15px;
        font-weight: 700;
        line-height: 10px;
        text-align: center;
        width: 100%;
    }

    div.container.contact .email_body {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .container.map .well.well-sm {
        padding: 0px 0px;
        width: 100%;
        margin: 0 auto;
    }

    .container.map .col-12.col-md-7.fullwidth {
        display: none;
    }

    .customizepopupbtn button#btnContinueCheckout {
        border: 4px solid #ef0073;
        white-space: normal;
    }

    .display_align .align_center h4 i {
        position: relative;
        top: 1px;
        right: 2px;
    }

    div#bookings-nav-current {
        padding: 0;
    }

    #checkout_form .offset-lg-2.col-lg-8.offset-col-0.col-12 {
        padding: 0;
    }

    .Refund_Details .modal-dialog {
        margin-top: 15vh;
    }

    .bulkBookingcss .TypeChooseRoom.bg-white {
        padding: 20px 0px !important;
    }

        .bulkBookingcss .TypeChooseRoom.bg-white .choose-room-title {
            padding: 0px !important;
            font-size: 14px;
        }

    .choose-room .room-types .card .card-body {
        padding: 0 0;
    }

    .choose-room .room-types .card .card-header {
        background: white;
        border: 0px;
        padding: 0;
    }

    .choose-room .room-types .card .card-body .graphical-info table th {
        border-top: 0px;
        color: #324B72;
        font-size: 13px;
        font-weight: 600;
        line-height: 19px;
        white-space: nowrap;
    }

    .choose-room .card .card-header h5 button {
        padding: 0px 0 !important;
    }

    .choose-room .check-date-time h4 {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .choose-room .check-date-time .form-group label {
        font-size: 12px;
    }

    .choose-room .check-date-time .form-group .form-control {
        height: 40px;
        font-size: 12px;
    }

    .choose-room .check-date-time .form-group .fa {
        bottom: 13px;
        font-size: 14px;
    }

    .bulkBookingcss .TypeChooseRoom .nav-tabs .nav-link {
        font-size: 14px;
    }

    .bulkBookingcss .TypeChooseRoom #Bookinginfo {
        padding: 10px 0 !important;
        margin-top: 10px !important;
    }

    .choose-room .room-types .card .card-header h5 span {
        font-size: 12px;
    }

    .choose-room .continue-cancel-btn .continue-btn {
        height: 44px;
        font-size: 12px !important;
        width: 80px !important;
    }

    .choose-room .continue-cancel-btn .cancel-btn {
        height: 44px;
        font-size: 15px;
    }

    #CEONotes #dvCEONotes {
        font-size: 12px;
    }

    #nav-tabContent_Referral .form-control {
        margin: 0 auto;
    }

    .login-wrap .login-box form span.focus-input100 {
        position: relative;
        width: 100%;
        height: 100%;
        top: -34px;
        left: 0;
        pointer-events: none;
    }

    #customermobile {
        padding-left: 54px;
    }

    .login-wrap .signup-box form .form-group input,
    .login-wrap .login-box form .form-group input {
        background-color: #FFFFFF;
        border: 0px solid #E0E6ED;
        width: 100% !important;
        height: 100%;
        margin: 0;
        border-bottom: 2px solid #E0E6ED;
        font-size: 14px;
        outline: none;
        padding: 15px 10px;
    }

    .spnCountryCode {
        position: absolute;
        top: 7px;
        left: 22px;
    }

    .signup-box input[type=button],
    .login-wrap .login-box form input[type="button"] {
        margin-top: 20px;
        padding: 10px 0;
        width: 100%;
        font-size: 15px;
        font-weight: 700;
        line-height: 22px;
    }

    .login-wrap .login-box {
        width: 100%;
        padding: 15px;
    }

    .otpAlignSection input {
        width: 45% !important;
    }

    .login-wrap .login-box h1 {
        font-size: 20px;
    }

    .login-wrap {
        background: #f9f9f9;
    }

    .static_content_fr_search.pt-5 {
        margin-top: 9rem;
        margin-bottom: 1rem;
    }

    .sub_feq .section-header.closed {
        color: #10121B;
        font-size: 12px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        padding: 5px 0px 5px 20px;
        margin: 10px;
    }

        .sub_feq .section-header.closed::after {
            content: '\002B';
            color: #e4497d;
            float: left;
            font-size: 20px;
            padding: 0px 10px 0px 0px;
            position: absolute;
            left: 0;
            top: 5px;
        }

    .sub_feq .section-header.active::before {
        content: "\2212";
        color: #e4497d;
        float: left;
        font-size: 18px;
        display: block;
        padding: 0px 10px 0px 0px;
        position: relative;
        left: 5px;
    }

    .sub_feq .section-header.active::after {
        content: "";
        color: #e4497d;
        float: left;
        font-size: 12px;
        display: block;
        padding: 0px 10px 0px 0px;
        position: relative;
        left: 5px;
    }

    .sub_feq h4 {
        margin: 0;
        font-size: 12px;
        cursor: pointer;
        padding: 15px;
        line-height: 14px;
    }

    .mapview .sub_feq .section-header.closed {
        color: #10121B;
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        padding: 5px 0px;
    }

        .mapview .sub_feq .section-header.closed::after {
            content: '\002B';
            color: #e4497d;
            float: left;
            font-size: 20px;
            padding: 0px 10px 0px 0px;
            position: absolute;
            left: 0;
            top: 5px;
        }

    .mapview .sub_feq .section-header.closed {
        color: #10121B;
        font-size: 12px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        padding: 5px 0px 5px 20px;
    }

    .mapview .sub_feq h4 {
        margin: 0;
        font-size: 12px;
        cursor: pointer;
        padding: 15px;
        background: #eee;
        font-weight: 600;
        color: #000000;
    }

        .mapview .sub_feq h4.active {
            background: #eee;
            font-weight: 600;
            color: #000000;
        }

    .mapview .sub_feq {
        width: 100%;
        margin-left: 0px;
    }

        .mapview .sub_feq .section-header.active::after {
            content: " " !important;
            color: #e4497d;
            float: left;
            font-size: 12px;
            display: block;
            padding: 0px 10px 0px 0px;
            position: relative;
            left: 5px;
        }

    .mapview .static_content_fr_search.pt-5 {
        background: #ffff;
        margin-left: 0px;
        width: 100%;
        padding-top: 15px !important;
        margin-top: 8rem;
        padding-bottom: 15px;
        margin-bottom: 0rem;
    }

    .sub_feq h3.active {
        background: #eee;
        padding: 15px;
        margin-bottom: 7px;
        font-size: 12px;
        line-height: 20px;
    }

    .text_view h1 {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 0px;
    }

    .text_view p {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 0px;
    }

    .static_content_fr_search .text_view p {
        display: none !important;
    }

    .basic_steps p {
        line-height: 28px;
    }

    section.grid-view .card-carousel h5 {
        font-size: 16px !important;
        font-weight: 600;
    }

    section.grid-view .cords {
        height: auto;
        overflow: unset;
        align-items: unset !important;
        font-size: 12px !important;
    }

    section.grid-view .card-carousel .price h6 {
        font-size: 14px !important;
    }

    .sub_feq {
        padding: 0 10px;
        margin-bottom: 20px !important;
    }

    .property_list_view_pad {
        padding: 15px 0px;
    }
    .rightGridView_List .rightGridView_List1 {
        flex-direction: column;
        margin-top: -50px;
    }
    .map-view {
        position: revert;
    }
    .map-view .bgc .map-box {
        height: 100%;
        width: 100%;
    }
    .fixed-header {
        padding: 0 10px !important;
    }

    .filter_box {
        padding: 11px 0px 0px;
        margin-bottom: 18px;
        border: 0px solid #bdbdbd;
    }

    .multi_filter_view .collapsible-search {
        width: 100% !important;
        right: 0px;
    }

    .fixed-filter {
        display: none;
    }

    .choose-room .breadcrumb-wrap .links ul li:after {
        top: 7px;
    }

    .multi_filter_view {
        padding: 10px 15px;
    }

        .multi_filter_view ul#my-list ul {
            padding: 5px 15px 10px 15px;
            border-bottom: 0px solid #bdbdbd;
        }

    #ReservationFilter {
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 9999;
        height: 100vh;
        padding: 0;
    }

    .filter-container {
        border: 0px solid #E0E6ED;
        padding: 0px 10px 0px 0px;
        height: 80vh !important;
        overflow-y: auto;
    }

    .multi_filter_view .apply-filter {
        display: block;
        text-align: center;
        padding: 6px 40px !important;
        width: fit-content;
        float: right;
        margin-top: 10px;
        margin-bottom: 13px;
    }

    .filter_box .close_filter_icon {
        display: block;
        text-align: right;
        padding-bottom: 10px;
        color: #000000;
        font-size: 16px;
        padding-right: 15px;
    }

    .bookingsummary .table {
        display: contents;
    }

        .bookingsummary .table thead > tr {
            display: contents;
            flex-direction: unset;
        }

    #SelectedBed {
        display: contents !important;
    }

        #SelectedBed tr {
            display: contents;
            flex-direction: unset;
            align-items: unset;
            width: auto;
            padding-top: 0px;
        }

        #SelectedBed > tr > td:first-child {
            padding: 20px 10px !important;
        }

        #SelectedBed > tr td {
            padding: 20px 10px !important;
        }

        #SelectedBed .feature-amenities-img {
            height: auto;
            overflow: unset;
            overflow-y: unset;
            border-top: 0px solid #dee2e6;
        }

    .booking-main-whitebg {
        overflow: unset;
    }

        .booking-main-whitebg > .row {
            flex-direction: column;
            flex-wrap: unset;
        }

    .booking-overview .form-check [type="radio"]:checked + label:before,
    .booking-overview .form-check [type="radio"]:not(:checked) + label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
        width: 18px;
        height: 18px;
        border: 2px solid #ddd;
        border-radius: 100%;
        background: #fff;
    }

    .form-check [type="radio"]:checked + label:after,
    .form-check [type="radio"]:not(:checked) + label:after {
        content: "";
        width: 11px;
        height: 11px;
        background: #ef0075;
        position: absolute;
        top: 3px;
        left: 3px;
        border: 6px solid #ef0075;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    #cancel_raise_noticed .modal-content {
        width: 100% !important;
    }

    #mdlPayDueModal .modal-dialog .modal-content {
        width: 100% !important;
        top: 32vh;
    }

    #MoveinSection .moveinPropImg {
        width: 100%;
        height: 100%;
    }

    #bookings-nav-Movein {
        padding: 0;
    }

    .moveinDateWrapper {
        width: 100%;
    }

        .moveinDateWrapper input#MoveinDate {
            width: 100% !important;
            margin-bottom: 15px;
        }

    .moveintimeWrapper .input-group.moveinTime {
        width: 100% !important;
        margin-bottom: 15px;
    }

    #MoveinSection .col.col-lg-4.col-md-4.col-12.pr-0 {
        padding-right: 15px !important;
        padding: 15px !important
    }

    .MoveinContainer .moveintimeWrapper input {
        width: 100% !important;
    }

    .KeyReceivedWrapper #btnKeyReceived {
        width: 100%;
    }

    .cardleft .booking-main-whitebg {
        margin: 0px 0px 16px 0px;
    }

    .cardright .booking-main-whitebg {
        margin: 0px 0px 16px 0px;
    }

    .booking-overview .form-check [type="radio"]:checked + label:before {
        border: 2px solid #ef0075;
    }

    /* 11/12/2019 */
    .suggestionContainer > .glDetails {
        display: block;
        align-items: center;
        font-size: 12px;
        padding: 4px 4px;
        white-space: normal;
        white-space: nowrap;
        min-height: 0;
    }

    .suggestionContainer {
        width: 85% !important;
        margin: 0 15px;
        z-index: 99;
        overflow: hidden;
    }

        .suggestionContainer > .glDetails > b {
            font-size: 12px;
        }

    .homepage-wrap .search-container .form-group:before {
        content: '';
        background: url(/assets/images/magnifying-glass.png);
        position: absolute;
        right: 18px;
        height: 48px !important;
        align-items: center;
        justify-content: center;
        display: flex;
        width: 16vw;
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: center;
    }

    /*filter*/
    #search-property-filter {
        position: fixed;
        height: 100vh;
        z-index: 9999;
        top: 0px !important;
        padding: 0px 0px;
        height:90vh !important;
    }

    #search-property-filter {
        display: none;
    }

    .tabbable.tabs-left {
        display: flex;
        height: 100vh;
        margin-top: 14px;
        border-top: 1px solid #eee;
    }

    .property_leftview {
        min-width: 100%;
        max-width: 100%;
    }

    .search-filter-inside {
        min-width: 100%;
        max-width: 100%;
        border: 0px solid #bdbdbd;
        border-radius: 0px;
        padding: 24px 0px;
    }

    .search-fitler_title_sec {
        display: flex;
        border-bottom: 0px solid #bdbdbd;
    }

    .mobileFilterbutton {
        padding: 15px 0px;
    }

    .tab-content > .tab-pane,
    .pill-content > .pill-pane {
        display: none !important;
    }

    .tab-content > .active,
    .pill-content > .active {
        display: block !important;
    }

    .tabs-left > .nav-tabs.mobileFilterTitle {
        width: 33%;
    }

    .tab-content.search-filter-container {
        width: 67%;
    }

    .mobileFilterTitle li {
        padding: 8px 8px;
        background: #f7f7f7;
        border: 0px !important;
        min-height: 39px;
        display: flex;
        font-size: 12px;
        align-items: center;
        border-bottom: 1px solid #dedede !important;
    }

        .mobileFilterTitle li a {
            color: #000000;
            font-weight: 500;
            margin: 0;
            padding: 0px 0px 0px 6px;
            width: 100%;
        }

    .search-filter-container .tab-pane {
        padding: 0;
        border-bottom: 0px solid #E0E6ED;
        padding-top: 11px;
        height: 84vh;
        overflow: auto;
        overflow-x: hidden;
    }

    .search-filter-container .custom-control {
        padding: 10px 26px;
        align-items: center;
        display: flex;
        min-height: 24px;
        border-bottom: 1px solid #eee;
        margin-bottom: 2px;
    }

    .filtercitySelect {
        padding: 0px 0px;
        align-items: center;
        display: flex;
        min-height: 20px;
        border-bottom: 1px solid #eee;
        margin-bottom: 2px;
        padding: 10px 0 17px 0;
    }

    .search-filter-container .custom-control-label::before {
        top: 9px;
    }

    .search-filter-container {
        margin-top: 0px;
    }

    .mobilefilter-button {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .filter-search-filterSearchBox {
        background-position: initial;
        width: 97%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-image: initial;
        background-size: initial;
        background-repeat-x: initial;
        background-repeat-y: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: white;
        /* position: relative; */
        top: -8px;
        padding: 10px 0;
        background-repeat: repeat;
    }

        .filter-search-filterSearchBox .filter-search-hidden {
            display: block;
            border: 1px solid #cccccc;
            height: auto;
            width: 96%;
            box-shadow: 0px 0px 0px 0px !important;
            font-size: 12px !important;
            padding: 6px 5px;
            margin-right: 5px;
        }

    .filter-search-hidden.filter-search-visible {
        display: block;
        font-size: 14px;
    }

    .brand-value {
        position: relative;
        top: 0px;
        right: -5px;
        padding-bottom: 42px;
    }

    .mobilefilter-button svg {
        margin-right: 10px;
    }

    .MobileFilterSort {
        display: block;
        width: 100%;
    }

    .MobileFilterSortfilter {
        display: flex;
    }

    .mobile-filter-apply {
        display: none;
        width: 100%;
    }

    .mobileFilterApplyFun {
        display: flex;
        padding: 3px 0;
        justify-content: center;
    }

    .ApplyFilterbtn {
        color: #ef0075 !important;
        border-right: 0px solid #d0d0d0 !important;
    }

    .property-sorting {
        position: fixed;
        height: 100vh;
        /* top: 0; */
        width: 100vw;
        background: #222222d6;
        z-index: 9999;
        bottom: 0;
    }

    .property-sorting {
        display: none;
    }

    .sort-sortBy {
        position: fixed;
        bottom: -100px !important;
        width: 100%;
        font-size: 14px;
        margin: 0;
        font-weight: 600;
        text-transform: uppercase;
        padding: 10px 0px 0 0;
        border-radius: 0px;
        border: 0px;
    }

    .sort-list {
        width: 100%;
        display: block;
        left: 0px;
        border: 0px !important;
        position: relative;
        top: 0 !important;
        border-top: 1px solid #d6d6d6 !important;
        padding-top: 10px !important;
        font-weight: 500;
        text-transform: capitalize;
        margin-top: 8px;
    }

    .sort-sortBy span {
        display: none;
    }

    .sort-list label {
        font-size: 14px;
        display: flex;
        align-items: center;
    }

    .ul-height-limit {
        max-height: none !important;
    }

    #filterInput.apply_show {
        display: none;
    }

    .property_rightview #GridView {
        padding: 0 15px;
    }

    .properties-sort {
        position: relative;
        height: 100vh;
    }

    .SortTitle {
        padding: 0px 20px;
    }

    .highttolow svg.SortModalIcon,
    .lowtohigh svg.SortModalIcon,
    .priceDefault svg {
        display: block;
        margin-right: 5px;
        width: 24px;
    }

    .filterclear_anchor {
        padding-top: 6px;
    }

    .search-filter_title {
        padding-top: 0px;
        font-size: 12px;
    }

    .search-filter-container li.collapse {
        display: block;
    }

    .search-filter-container > ul li.MClearAll {
        position: absolute;
        top: 17px;
        right: 0;
    }

    .filterclear_anchor {
        font-size: 12px;
        margin-right: 20px;
    }

    .mobileFilterbutton button#mobileFitlerby {
        border-right: 0;
    }

    .ApplyFilterbtn {
        border-right: 0px;
    }

    #property_search .tabs-left > .nav-tabs {
        border-right: 0px solid #ddd;
    }

    .filternav-active a {
        color: #000000 !important;
        font-weight: 600 !important;
    }

    .filter-search-iconSearch {
        right: 10px;
        top: 16px;
    }

    #property_search .tab-content > .tab-pane#location {
        padding-top: 15px;
    }

    .search-filter-header {
        background: transparent;
        position: unset;
        box-shadow: 0px 0px 0px 0px #bbb5b5;
    }

    .suggestionContainer > .PropDetails {
        white-space: normal;
    }

    .homepage-wrap .search-container .PropAmount {
        white-space: nowrap;
    }

    .homepage-wrap .search-container .row div.SearchPropLocation {
        margin: 0 !important;
    }

    .homepage-wrap .search-container .row div.PropListALign {
        margin: 0 !important;
    }

    #ulSearchFilters .collapse {
        display: block;
    }

    .homepage-wrap .col-md-3 .card-img-top {
        max-height: 100%;
    }

    .homepage-wrap .col-md-3 .third_item {
        width: auto;
        height: auto !important;
        overflow: hidden;
    }

    .schedulecaleIcon {
        width: 14%;
        position: absolute;
        top: 20px;
        right: 24vw;
    }

    #HeaderSchduleVisitPopUp #schedulevisitform .pick-date select#slVisitSlots {
        top: 22px;
    }

    .nav-link.scheduleVisitMenu {
        padding: 6px 10px !important;
    }

    #Chennai > .cityWrapper,
    #Hyderabad > .cityWrapper {
        width: 50%;
    }

    .ac-item-caption {
        margin-left: 0px;
    }

    .cardright .ac-item-caption {
        margin-left: 0px;
        width: 100%;
        margin-right: 0px;
    }

    #property_search .goup-page {
        bottom: 6rem;
        z-index:1;
    }

    .dropdown-toggle .dropdown-userdetails::after {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #f0086e;
        font-weight: 900;
        margin: 0 9px;
    }

    .dekstopusername {
        display: none !important;
    }

    .user-name.mobileusername {
        display: block !important;
    }

    .TestimonialSocialULList li {
        padding: 10px 7px 10px;
    }

    .TestimonialSocialULList a {
        width: 36px;
        height: 36px;
        border: 2px solid #ef0073;
    }

        .TestimonialSocialULList a:before {
            font-size: 18px;
        }

    .about-us .leadership-team {
        padding: 0px 0 !important;
    }

        .about-us .leadership-team .team-card {
            margin-bottom: 0px;
        }

    section.about-us {
        padding-bottom: 0px;
    }

    section.grid-view .card {
        border-radius: 0;
        min-width: 300px;
        max-width: 400px;
        margin: 0 auto;
    }

    /* 20200530 */
    .Div_EventContainer .Div_Community figure img {
        width: auto !important;
        height: 100%;
        margin: 0 auto;
        max-width: fit-content !important;
    }

    .Div_EventContainer .Div_Community figure {
        width: 100%;
        height: 295px;
        background: #fff !important;
        overflow: hidden;
        margin-bottom: 0px;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .booking-upgrade-option .handshake .fa {
        font-size: 26px;
    }

    .booking-upgrade-option .text-content p {
        font-size: 14px;
    }

    .booking-upgrade-option .handshake {
        text-align: left;
        width: fit-content;
        margin-right: 8px;
    }

    #PropertySection h1#spnPropertyName {
        width: 86%;
    }

    #spnPropertyVideoVisitLink {
        position: fixed !important;
        top: 11.2rem !important;
        right: 0px !important;
        z-index: 9;
        background: #fff;
        padding: 0px;
        border-radius: 50px 0 0 50px;
        z-index: 100;
        box-shadow: 0px 0px 7px 0px #a9a8a8;
        height: 44px !important;
        width: 53px !important;
        text-align: center;
    }

    .Span_location + .copyright {
        margin-bottom: 60px !important;
    }

    .sharepropdiv .cardshare-dv .c-share_options {
        left: 0;
        width: fit-content;
    }
}

#QviewPropertyImages > .owl-nav > button > span {
    color: #fff !important;
}

section.grid-view .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
}

.searchwrap {
    margin-top: 3.5rem;
    padding: 0 1rem !important;
}

.searchblock .form-group {
    width: 100%;
}

.searchwrap .form-group input {
    border-radius: 3rem;
    padding: 0.7rem 0.75rem;
    border: 1.5px solid #ED0B70;
    font-size: 0.89rem;
}

.suggestionContainer {
    list-style: none;
    padding: 0;
    position: absolute;
    width: 85% !important;
    background-color: #fff;
    border: 2px solid #e3e3e3;
    border-top: 0;
    z-index: 0;
    margin-left: 3.5%;
    border-bottom: 0px solid #e3e3e3;
}

.searchbtn {
    background: #ffffff00;
    color: #e62e6f;
    width: 45px;
    height: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 300;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    right: 0;
}

    .searchbtn::before {
        content: '';
        background: url(/assets/images/search-bar-icon.png);
        position: absolute;
        align-items: center;
        justify-content: center;
        display: flex;
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #ff2587;
        border-radius: 50%;
        width: 40px !important;
        height: 40px !important;
        right: 20px;
        top: 3px;
        cursor: pointer;
    }

section.grid-view .form-control {
    margin-left: 0px !important;
}

.continue-amazing-colive {
    font-size: 20px;
    text-align: center;
    color: #000000;
    padding: 25px 0;
    font-weight: 600;
}

.show-more-colive, .show-less-colive {
    text-align: center;
}

    .show-more-colive .btn.btn-default, .show-less-colive .btn.btn-default {
        width: 200px !important;
        height: 50px;
        border-radius: 5px !important;
        background-color: #000 !important;
        color: #ffffff;
        font-size: 16px;
        letter-spacing: 0.5px;
    }

.trending-properties {
    padding: 3em 3em;
    background-color: #ffffff;
    position:relative;
    z-index:9;
}

    .trending-properties h3 {
        padding-bottom: 0px;
        font-size: 1.75rem;
        font-weight: 600;
        color: #000000;
        letter-spacing: 0.5px;
    }

        .trending-properties h3 span {
            color: #F2006C;
        }

.map-view-wrapper-section {
    background-color: #ffffff;
    /*margin-top: 15px;*/
    padding: 0 !important;
}

.fa-map-marker {
    vertical-align: middle;
    margin-right: 5px;
}

.fa-map-marker::before {
    content: url('/assets/images/search/search-mapicon.png') !important;
}

.fa-th {
    vertical-align: middle;
    margin-right: 5px;
}

    .fa-th::before {
        content: url('/assets/images/search/search-gridicon.png') !important;
    }

.property-list-view-map-view button.btn.btn-outline-success.my-2.my-sm-0:hover {
    background-color: #E2E2E2 !important;
    border: 1px solid #E2E2E2 !important;
    color: #000000 !important;
}

.property-grid-view-property-sorting .QuickviewModal .modal-dialog {
    max-width: 50%;
}

.property-grid-view-property-sorting .grid-popup-wrap .col-md-8 {
    opacity: 1;
}

p#spnQviewPropaddr {
    margin-left: 12px;
    color: #000000;
}

.property-grid-view-property-sorting .grid-popup-wrap .first-section {
    background: #f4f8fb;
    padding: 20px 0;
}

.property-grid-view-property-sorting .grid-popup-wrap h4 {
    font-weight: 600;
    margin-bottom: 5px;
    color: #000000;
}

.property-grid-view-property-sorting .first-section {
    padding: 30px 0px 0 !important;
    background-color: white !important;
}

.property-grid-view-property-sorting .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

    .property-grid-view-property-sorting .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        left: 0;
    }

    .property-grid-view-property-sorting .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-prev, .property-grid-view-property-sorting .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-next {
        height: 44px;
        width: 44px;
        background: #ef0075;
        padding: 10px;
    }

#QviewPropertyImages > .owl-nav > button > span {
    color: #fff !important;
}

.property-grid-view-property-sorting .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-prev span, .property-grid-view-property-sorting .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-next span {
    font-size: 30px;
    color: deeppink;
}

.property-grid-view-property-sorting .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-nav .owl-next {
    float: right;
}

.property-grid-view-property-sorting .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-dots {
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%;
}

    .property-grid-view-property-sorting .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-dots button.active {
        background: white;
    }

    .property-grid-view-property-sorting .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-dots button {
        height: 8px;
        width: 8px;
        background: #ffffff80;
        border-radius: 50%;
        margin: 3px;
    }

.property-grid-view-property-sorting .grid-popup-wrap .first-section .info {
    padding: 10px 20px;
    background: white;
    margin-bottom: 15px;
}

    .property-grid-view-property-sorting .grid-popup-wrap .first-section .info .rating-wrap {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

        .property-grid-view-property-sorting .grid-popup-wrap .first-section .info .rating-wrap .rating {
            padding: 0 15px;
            border-right: 1px solid lightgray;
            width: 90%;
        }

.property-grid-view-property-sorting .rating {
    padding: 0 0px !important;
    margin-left: -4px !important;
}

.property-grid-view-property-sorting .grid-popup-wrap .first-section .info .rating-wrap .rating p i:nth-child(1), .property-grid-view-property-sorting .grid-popup-wrap .first-section .info .rating-wrap .rating p i:nth-child(2) {
    color: #2ecfdc !important;
}

.property-grid-view-property-sorting .grid-popup-wrap .first-section .info .rating-wrap .rating p i {
    float: left;
    margin-right: 5px;
    margin-left: 0px;
}

.property-grid-view-property-sorting i.fa.fa-star {
    float: right;
}

.textcenter {
    text-align: center;
}

.property-grid-view-property-sorting .grid-popup-wrap .first-section i.fa.fa-share-alt {
    font-size: 18px;
}

.property-grid-view-property-sorting .grid-popup-wrap .first-section i.fa.fa-heart {
    font-size: 18px;
}

.property-grid-view-property-sorting .grid-popup-wrap .first-section .graphical-info {
    padding: 20px;
    background: white;
    margin-bottom: 20px;
}

.graphical-info table {
    background: #ece5e5;
    border-radius: 15px;
    padding: 15px;
    margin: 1% 1% 0 0;
    border-collapse: separate;
}

.property-grid-view-property-sorting .grid-popup-wrap .first-section .graphical-info .table tr {
    border-bottom: 1px solid #e0e6ed;
}

.property-grid-view-property-sorting .grid-popup-wrap .first-section .graphical-info .table thead th {
    border: 0px;
}

.property-grid-view-property-sorting .grid-popup-wrap .first-section .graphical-info .table th {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.graphical-info table td {
    border-top: 0px !important;
}

.property-grid-view-property-sorting .grid-popup-wrap .first-section .graphical-info .table td:nth-child(1) i {
    color: #000000 !important;
}

.property-grid-view-property-sorting .grid-popup-wrap .first-section .graphical-info .table td:nth-child(2) {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.property-grid-view-property-sorting .grid-popup-wrap .first-section .graphical-info .table .feature-svg {
    display: flex;
}

.feature-svg {
    display: flex;
    padding-bottom: 10px;
}

.graphical-info .feature-svg .position-relative {
    margin: 0 0px;
}

.property-grid-view-property-sorting .grid-popup-wrap .first-section .graphical-info .table .feature-svg img:nth-child(1) {
    margin-right: 10px;
}

.property-grid-view-property-sorting .grid-popup-wrap .first-section .graphical-info .table .feature-svg img {
    margin-bottom: 5px;
}

.property-grid-view-property-sorting .grid-popup-wrap .first-section .graphical-info .table td:nth-child(4) {
    text-align: left;
    color: #10121b;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 0.75rem 0;
    position: relative;
    left: 10px;
}

.property-grid-view-property-sorting .grid-popup-wrap .first-section .terms {
    background: white;
    padding: 0px 0px 30px;
}

    .property-grid-view-property-sorting .grid-popup-wrap .first-section .terms h4 {
        color: #000000;
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 25px;
        display: block;
    }

    .property-grid-view-property-sorting .grid-popup-wrap .first-section .terms .terms-points .term-deposit {
        display: flex;
        padding-bottom: 15px;
        border-bottom: 0px solid lightgray;
    }

        .property-grid-view-property-sorting .grid-popup-wrap .first-section .terms .terms-points .term-deposit div:nth-child(1) {
            padding-left: 0px;
        }

        .property-grid-view-property-sorting .grid-popup-wrap .first-section .terms .terms-points .term-deposit div {
            padding: 0 30px;
            border-right: 2px solid lightgray;
        }

        .property-grid-view-property-sorting .grid-popup-wrap .first-section .terms .terms-points .term-deposit div:last-child {
            border-right: 0px solid lightgray;
        }

            .property-grid-view-property-sorting .grid-popup-wrap .first-section .terms .terms-points .term-deposit div p:nth-child(1) {
                color: #000000;
                font-size: 15px;
                font-weight: 400;
                line-height: 20px;
                margin-bottom: 5px;
            }

            .property-grid-view-property-sorting .grid-popup-wrap .first-section .terms .terms-points .term-deposit div p:nth-child(2) {
                color: #000000;
                font-size: 22px;
                font-weight: 400;
                line-height: 20px;
            }

    .property-grid-view-property-sorting .grid-popup-wrap .first-section .terms .offers {
        padding-top: 20px;
    }

        .property-grid-view-property-sorting .grid-popup-wrap .first-section .terms .offers h4 {
            color: #000000;
            font-size: 18px;
            font-weight: 400;
            line-height: 22px;
        }

    .property-grid-view-property-sorting .grid-popup-wrap .first-section .terms h4 {
        color: #000000;
        font-size: 22px;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 15px;
        display: block;
        letter-spacing: 0.5px;
    }

    .property-grid-view-property-sorting .grid-popup-wrap .first-section .terms .offers h4 span {
        padding: 3px 10px;
        background: #2ecfdc;
        color: #ffffff;
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        border-radius: 4px;
    }

    .property-grid-view-property-sorting .grid-popup-wrap .first-section .terms .offers .offers-block {
        display: flex;
        align-items: center;
        padding: 15px;
        border-radius: 10px;
        background: #f4f5fb;
        margin-bottom: 5px;
    }

        .property-grid-view-property-sorting .grid-popup-wrap .first-section .terms .offers .offers-block img {
            margin-right: 20px;
        }

        .property-grid-view-property-sorting .grid-popup-wrap .first-section .terms .offers .offers-block p {
            color: #324b72;
            font-size: 16px;
            font-weight: 400;
            line-height: 23px;
            opacity: 0.9000000357627869;
        }

    .property-grid-view-property-sorting .grid-popup-wrap .first-section .terms .offers .offers-block {
        display: flex;
        align-items: center;
        padding: 15px;
        border-radius: 10px;
        background: #f4f5fb;
        margin-bottom: 5px;
    }

        .property-grid-view-property-sorting .grid-popup-wrap .first-section .terms .offers .offers-block img {
            margin-right: 20px;
        }

        .property-grid-view-property-sorting .grid-popup-wrap .first-section .terms .offers .offers-block p {
            color: #324b72;
            font-size: 16px;
            font-weight: 400;
            line-height: 23px;
            opacity: 0.9000000357627869;
        }

    .property-grid-view-property-sorting .grid-popup-wrap .first-section .terms .know-more {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 30px;
    }

#knowMore_button {
    line-height: 18px;
    border-radius: 5px;
    background: #FFFFFF;
    border: 0.5px solid #F2006C;
    color: #F2006C;
    font-size: 18px;
    font-weight: 500;
    margin-top: 16px;
    text-align: center;
    width: 160px;
    height: 46px;
    padding: 12px 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.know-more #callUs {
    line-height: 18px;
    border-radius: 5px;
    background: #F2006C;
    border: 0.5px solid #F2006C;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 16px;
    text-align: center;
    width: 160px;
    height: 46px;
    padding: 12px 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
#knowMore_button:hover {
    background: #FFFFFF !important;
    color: #F2006C !important;
}

    @media (max-width: 1440px) and (min-width: 968px) {
        .property-grid-view-property-sorting .QuickviewModal .modal-dialog {
            max-width: 60%;
        }

        .property-grid-view-property-sorting .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-nav {
            top: 40%;
        }

        .property-grid-view-property-sorting .grid-popup-wrap .first-section .info .rating-wrap .rating {
            padding: 0 15px;
            border-right: 1px solid lightgray;
            width: 80%;
        }

        .property-grid-view-property-sorting .grid-popup-wrap .first-section .info .detail-info {
            padding: 0;
            color: #000000;
        }

        .property-grid-view-property-sorting .grid-popup-wrap .first-section .graphical-info {
            padding: 0;
        }

            .property-grid-view-property-sorting .grid-popup-wrap .first-section .graphical-info .table .feature-svg img {
                padding: 0 5px;
            }
    }

    .MapView_Prop_card_View_Right .schedule-visit-grid-view {
    margin-bottom: 30px;
}

.MapView_Prop_card_View_Right .enquire-visit-grid-view {
    margin-bottom: 30px;
}

.enquire-example-modal-form .form-group label.error {
    color: #fff;
    font-size: 10px;
    position: relative;
    display: block;
    top: 5px;
    float: right;
    background-color: #ef0075;
    padding: 2px 10px;
    border-radius: 4px;
    text-align: right;
    margin-bottom: 10px;
}

.enquire-example-modal-form .form-group label.error:before {
    content: "\f0d8";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -10px;
    color: #ef0075;
    right: 16px;
    font-size: 16px;
}

.enquire-example-modal-form .form-group label {
    position: relative;
    font-size: 15px;
    margin-bottom: 5px;
}

    .enquire-example-modal-form .form-group label sup {
        color: red;
        font-size: 11px !important;
        margin-left: 2px;
    }

.enquire-example-modal-form .form-group.submit-btn {
    margin-top: 5%;
}

.enquire-example-modal-form .form-group {
    position: relative;
    margin-bottom: 3%;
}

    .enquire-example-modal-form .form-group input, .form-control {
        background: #F4F4F4;
        border: none;
    }

.enquire-example-modal-form .form-control {
    display: block;
    width: 100%;
    padding: 0.6rem 0.8rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #F4F4F4;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: auto !important;
}

    .enquire-example-modal-form .form-control:focus {
        background-color: #F4F4F4;
    }

    .enquire-example-modal-form .mob-number span {
        position: absolute;
        bottom: 10px;
        left: 25px;
        font-size: 14px;
        border-right: 1px solid #000;
        padding-right: 7px;
        margin-right: 10px;
    }

.enquire-example-modal-form .mob-number input {
    padding-left: 12% !important;
}

.enquire-example-modal-form .dropdown {
    position: relative;
}

.locdropdown .fa-chevron-down {
    position: absolute;
    right: 15px;
    top: 60%;
    color: #616161 !important;
    pointer-events: none;
    cursor: pointer;
    font-size: 1rem;
}

.locdropdown .fa-calendar {
    position: absolute;
    right: 0px;
    top: 54%;
    color: #616161 !important;
    pointer-events: none;
    cursor: pointer;
    font-size: 1rem;
}

.fa-calendar::before {
    content: url(/assets/images/search/calender-icon.png) !important;
}

.fa-calendar {
    vertical-align: middle;
    margin-right: 10px;
}

.fa-clock-o::before {
    content: url(/assets/images/search/clock-icon.png) !important;
}

.fa-clock-o {
    vertical-align: middle;
    margin-right: 10px;
}

.fa-eye::before {
    content: url(/assets/images/search/quick-view.png) !important;
}

.fa-eye {
    position: absolute;
    top: 9px;
    left: 25%;
    vertical-align: middle;
}

.schedule-line-right {
    border-right: 2px solid #F2006C;
    font-size: 17px;
}

.schedule-line-left {
    font-size: 17px;
}

.schedule-date-time {
    border: 2px solid #F2006C;
    background-color: #F2006C1A;
    border-radius: 50px;
    padding: 14px 20px;
    margin: 25px 30px;
    color: #000000;
}

.schedule-line-right {
    border-right: 2px solid #F2006C;
}

.acctype .fa-chevron-down {
    position: absolute;
    right: 15px;
    top: 62%;
    color: #616161 !important;
    pointer-events: none;
    cursor: pointer;
    font-size: 1rem;
}

.enquire-example-modal-form .submit-btn input {
    background: #F2006C;
    width: 100%;
    border-radius: 3px;
    padding: 5px;
    color: #fff;
    border: 2px solid #F2006C;
    cursor: pointer;
    height: 45px !important;
}

.enquire-example-modal-form .modal-content {
    border-radius: 10px;
}

.enquire-example-modal-form .modal-body {
    padding: 0px;
}

.enquire-example-modal-form .modal-header {
    padding: 0rem 1rem 1rem;
    border-bottom: #555555 1px solid;
    margin-bottom: 20px;
}

    .enquire-example-modal-form .modal-header .modal-title {
        font-weight: 600;
        font-size: 22px;
    }

        .enquire-example-modal-form .modal-header .modal-title span {
            color: #F2006C;
        }

.enquire-example-modal-form .enquire-form {
    padding: 1rem;
}

.enquire-example-modal-form .thanyoumsg {
    padding: 1rem;
    border-top: 10px solid #F2006C;
}

    .enquire-example-modal-form .thanyoumsg .modal-header {
        padding: 0rem 1rem 1rem;
        border-bottom: #555555 0px solid;
        margin-bottom: 0px;
    }

    .enquire-example-modal-form .thanyoumsg h3 {
        font-size: 60px;
        font-style: normal;
        font-weight: 600;
        line-height: 96.8%;
        letter-spacing: 4.8px;
        margin: 30px 0 20px;
        color: #000000;
    }

        .enquire-example-modal-form .thanyoumsg h3.schedule-header {
            font-size: 21px;
            font-style: normal;
            font-weight: 600;
            line-height: 96.8%;
            letter-spacing: 0px;
            margin: 30px 0 20px;
            color: #000000;
        }

    .enquire-example-modal-form .thanyoumsg h6 {
        color: #000000;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 96.8%;
        margin-bottom: 22px;
    }

        .enquire-example-modal-form .thanyoumsg h6.schedule-header {
            color: #000000;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            margin-bottom: 22px;
            padding: 0 30px;
        }

    .enquire-example-modal-form .thanyoumsg p {
        color: #000000;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 96.8%;
        margin-bottom: 40px;
    }

        .enquire-example-modal-form .thanyoumsg p.schedule-header {
            color: #000000;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 96.8%;
            margin-bottom: 40px px;
        }

            .enquire-example-modal-form .thanyoumsg p.schedule-header span {
                color: #F2006C;
                margin-left: 10px;
            }

            .enquire-example-modal-form .thanyoumsg p.schedule-header span a {
                color: #F2006C;
            }

.property-grid-view-property-sorting .property-collapsible-search {
    margin: 0 !important;
    width: 100% !important;
    padding: 8px 8px;
    font-size: 13px;
    border: 1px solid #e0e6ed !important;
    background-color: #ECECEC;
    border-radius: 5px;
    margin: 10px 0 !important;
}

.property-grid-view-property-sorting .sprites-search {
    width: 22px;
    height: 22px;
}

.property_list_view_pad1 .pod {
    padding: 15px;
}

@media (max-width: 768px) {
    .search-bar-section-header {
        z-index: 9;
        position: fixed;
        top: 54px;
        width: 100%;
        margin-left: 0px !important;
        background-color: #ffffff;
        padding: 14px 0;
    }

    .property-grid-view-search-bar-section .form-control {
        width: 100% !important;
        border-radius: 50px !important;
        border-color: #000000;
        height: 50px;
        padding: 10px 25px;
    }

    .property-grid-view-search-bar .searchbtn::before {
        content: '';
        background: url(/assets/images/search/search-searchicon.png);
        position: absolute;
        align-items: center;
        justify-content: center;
        display: flex;
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #ff2587;
        width: 90px !important;
        height: 50px !important;
        right: 0px;
        top: -50px;
        cursor: pointer;
        border-radius: 0 50px 50px 0px;
    }

    .suggestionContainer {
        width: 90% !important;
        margin: 0 15px;
        z-index: 99;
        overflow: hidden;
    }

    .enquire-example-modal-form .mob-number input {
        padding-left: 18% !important;
    }

    .enquire-example-modal-form .thanyoumsg h3 {
        font-size: 44px;
        font-style: normal;
        font-weight: 600;
        line-height: 96.8%;
        letter-spacing: 4.8px;
        margin: 30px 0 20px;
        color: #000000;
    }

    .enquire-example-modal-form .thanyoumsg h6 {
        color: #000000;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 96.8%;
        margin-bottom: 22px;
    }

    .enquire-example-modal-form .thanyoumsg p {
        color: #000000;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 96.8%;
        margin-bottom: 40px;
    }

    .enquire-example-modal-form .thanyoumsg h3.schedule-header {
        font-size: 21px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
        letter-spacing: 0px;
        margin: 30px 0 10px;
        color: #000000;
    }

    .enquire-example-modal-form .thanyoumsg h6.schedule-header {
        color: #000000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 22px;
        padding: 0 20px;
    }

    .schedule-date-time {
        border: 2px solid #F2006C;
        background-color: #F2006C1A;
        border-radius: 50px;
        padding: 14px 20px;
        margin: 20px 15px;
        color: #000000;
    }

    .fa-calendar {
        vertical-align: middle;
        margin-right: 5px;
    }

    .fa-clock-o {
        vertical-align: middle;
        margin-right: 5px;
    }

    .schedule-line-left {
        font-size: 14px;
    }

    .schedule-line-right {
        border-right: 2px solid #F2006C;
        font-size: 14px;
    }

    .enquire-example-modal-form .thanyoumsg p.schedule-header {
        color: #000000;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        margin-bottom: 40px;
        padding: 0 50px;
    }

    .Overview-learningspace {
        padding: 1em 1em;
        background-color: #ffffff;
    }
    #faqContect {
        z-index: 1;
        /*margin-bottom: 100px;*/
    }

    .trending-properties {
        padding: 3em 1em;
        background-color: #ffffff;
        z-index:1;
    }

    .property-grid-view-property-sorting .QuickviewModal .modal-dialog {
        max-width: 100%;
    }

    .property-grid-view-property-sorting .grid-popup-wrap .first-section .graphical-info {
        padding: 0px;
        background: white;
        margin-bottom: 20px;
    }

    .trending-properties h3 {
        padding-bottom: 0px;
        font-size: 20px;
        font-weight: 600;
        color: #000000;
        letter-spacing: 0.5px;
        margin-bottom: 10px !important;
    }

    .property-grid-view-property-sorting .grid-popup-wrap .first-section .product-carousel .owl-carousel .owl-nav {
        position: absolute;
        top: 35%;
        width: 100%;
    }

    .property-grid-view-property-sorting .grid-popup-wrap .first-section .info {
        padding: 10px 0px;
        background: white;
        margin-bottom: 15px;
    }

    .property-grid-view-property-sorting .grid-popup-wrap .first-section .graphical-info .table td:nth-child(1) i {
        color: #000000 !important;
        font-size: 16px;
    }

    .property-grid-view-property-sorting .grid-popup-wrap .first-section .graphical-info .table .feature-svg img:nth-child(1) {
        margin-right: 0px;
    }

    .property-grid-view-property-sorting .grid-popup-wrap .first-section .graphical-info .table .feature-svg img {
        margin-bottom: 0px;
    }

    .property-grid-view-property-sorting .grid-popup-wrap .first-section .graphical-info .table td:nth-child(4) {
        text-align: right;
        color: #10121b;
        font-size: 14px;
        font-weight: 600;
        line-height: 6px;
        padding: 0.75rem 0;
    }

    .property-grid-view-property-sorting .grid-popup-wrap .first-section .terms .terms-points .term-deposit div {
        padding: 0 15px;
        border-right: 2px solid lightgray;
    }

        .property-grid-view-property-sorting .grid-popup-wrap .first-section .terms .terms-points .term-deposit div p:nth-child(2) {
            color: #000000;
            font-size: 18px;
            font-weight: 400;
            line-height: 20px;
        }

        .property-grid-view-property-sorting .grid-popup-wrap .first-section .terms .terms-points .term-deposit div p:nth-child(1) {
            color: #000000;
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
            margin-bottom: 5px;
        }

    .graphical-info table {
        background: #ece5e5;
        border-radius: 15px;
        padding: 5px;
        margin: 1% 1% 0 0;
        border-collapse: separate;
    }

    .graphical-info .feature-svg .position-relative {
        margin: 0 0px;
    }

    .graphical-info table {
        margin-left: -10px;
    }

    .property-grid-view-property-sorting .grid-popup-wrap .first-section .graphical-info .table td:nth-child(4) {
        text-align: right;
        color: #10121b;
        font-size: 12px;
        font-weight: 600;
        line-height: 6px;
        padding: 0.75rem 0;
    }

    .property-grid-view-wrapper {
        margin-top: 0px;
        background-color: #ffffff;
        padding: 60px 10px 20px 10px;
    }

        .property-grid-view-wrapper #search-property-filter {
            padding: 170px 0px 0px;
            margin-left: -10px !important;
            margin-top: 0px !important;
            background-color: #00000066 !important;
            border: 0 !important;
            overflow: hidden;
        }

    .search-fitler-box {
        background-color: #ffffff;
        border-radius: 15px;
    }

    .continue-amazing-colive {
        font-size: 17px;
        text-align: center;
        color: #000000;
        padding: 15px 0 20px;
        font-weight: 600;
    }

    .property-grid-view-property-sorting .properties-sort {
        padding: 0px 0px;
        position: relative;
        height: auto;
    }

    .property-grid-view-properties-found {
        margin: 0rem 0 0rem;
    }

    .property-list-view-map-view button.btn-outline-success {
        border-radius: 5px !important;
        width: 100% !important;
        height: 44px !important;
        border: 1px solid #000000 !important;
    }

    .property-list-view-map-view button.btn.btn-outline-success.my-2.my-sm-0:hover {
        border: 1px solid #000000 !important;
    }

    .menucontrol ul li a {
        font-size: 14px !important;
        color: #000000 !important;
    }

    .menucontrol {
        border: 2px solid #E2E2E2;
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
        background-color: #FFFFFF !important;
    }

    .menucontrol {
        top: 5px !important;
    }

    .property-grid-view-title h1 {
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        margin-bottom: 0px;
        color: #000000;
        line-height: 22px;
        margin-top: 12px;
    }

    .head-container {
        height: 56px !important;
    }

        .head-container nav {
            margin-top: 0px !important;
        }

    .property-grid-view-subtitle {
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 0.5px;
        margin-top: 20px;
    }

    .map-view-wrapper-section {
        background-color: #ffffff;
        margin-top: 0px;
        padding: 0 !important;
    }

    .maplist.fixed-header {
        z-index: 1;
        margin-bottom: 20px;
    }

    .property-grid-view-property-sorting .search-filter_title {
        color: #000000;
        font-size: 15px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 0;
        text-transform: uppercase;
        padding-left: 15px;
        padding-top: 16px;
        padding-bottom: 12px;
    }

    .property-grid-view-property-sorting .filterclear_anchor {
        background: 0 0;
        border: 0;
        color: #ef0075;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
        text-transform: capitalize;
        padding-top: 0px;
        padding-left: 0;
    }

    .tabbable.tabs-left {
        display: flex;
        height: 100vh;
        margin-top: 0px !important;
        border-top: 1px solid #eee;
    }

    .tabs-left > .nav-tabs.mobileFilterTitle {
        width: 50% !important;
    }

    #property_search .property-grid-view-property-sorting .tabs-left > .nav-tabs {
        float: left;
        margin-right: 5px;
        border-right: 0px solid #ddd;
        padding-bottom: 10rem;
        overflow-y: scroll;
        height: 70vh;
    }
    #property_search .property-grid-view-property-sorting .tabs-left > .nav-tabs::-webkit-scrollbar {
        display: none;
    }

    .property-grid-view-property-sorting .mobileFilterTitle li {
        padding: 8px 8px;
        background: #f2006c00 !important;
        border: 0 !important;
        min-height: 39px;
        display: flex;
        font-size: 12px;
        align-items: center;
        border-bottom: 1px solid #F2006C4D !important;
    }

    #property_search .tabs-left > .nav-tabs {
        background: #F2006C1A !important;
    }

    .property-grid-view-property-sorting .mobileFilterTitle li.filternav-active {
        background: #fff !important;
        color: #ef0075;
        border-left: 5px solid #ef0075 !important;
    }

    .property-grid-view-property-sorting .search-filter-container {
        margin-top: 0px;
    }

        .property-grid-view-property-sorting .search-filter-container .tab-pane {
            padding: 0px 10px 0px 10px;
            border-bottom: 0px solid #bdbdbd;
        }

        .property-grid-view-property-sorting .search-filter-container .custom-control {
            padding: 0px 0px;
            align-items: center;
            display: flex;
            min-height: 30px;
            border-bottom: 0px solid #eee;
            margin-bottom: 6px;
        }

    .property-grid-view-property-sorting .filter-search-filterSearchBox {
        position: absolute;
        top: -10px;
        right: 8px;
        width: 100% !important;
        height: 25px;
        background-color: #ffffff00;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        pointer-events: none;
    }

        .property-grid-view-property-sorting .filter-search-filterSearchBox .filter-search-hidden {
            display: block;
            border: 1px solid #ccc;
            height: auto;
            width: 100%;
            box-shadow: 0 0 !important;
            font-size: 12px !important;
            padding: 6px 5px;
            margin-right: 0px;
            border-radius: 5px !important;
            background-color: #ECECEC;
        }

    #Amenities .brand-value, #Languages .brand-value, #Hobbies .brand-value  {
        display: none;
    }

    button#btnCloseFilter {
        background-color: #ffffff;
        border: none;
    }

        button#btnCloseFilter img {
            width: 15px;
        }

    .mobilefilter-button.ApplyFilterbtn {
        color: #ffffff !important;
        border-right: 0 solid #d0d0d0 !important;
        text-transform: capitalize !important;
        background-color: #F2006C !important;
        font-weight: 500 !important;
        border-radius: 5px !important;
        width: 150px !important;
        padding: 8px !important;
    }

    .sort-sortBy.slideInUp.Slideanimated {
        bottom: 120px !important;
    }

    .property-sorting {
        position: fixed;
        height: 100vh;
        width: 100vw;
        background: #00000066;
        z-index: 9999;
        bottom: 0;
        left: 0;
    }

    .maplist.fixed-header {
        z-index: 1;
        padding-right: 0px !important;
    }
    .viewInMobile {
        display: none
    }
    #enquireExampleModal {
        top: 3%;
    }
}
.sortyByClose {
    position: absolute;
    right: 15px;
    top: 6px;
}
.calendar-wrapper.picker {
    transform: translate(-50%,-50%) !important;
    top: 50% !important;
}
.suggestionContainer {
    width: 94% !important;
}

#owl-demo .item img, #owl-demo2 .item img {
    display: block;
    height: auto;
}

.property-grid-view-title #owl-demo .owl-prev {
    position: absolute;
    top: 25px;
    left: 20px;
    font-size: 25px;
}

    .property-grid-view-title #owl-demo .owl-prev:hover {
        border: 0;
        box-shadow: 0px 0px 0px #ccc !important;
    }

.property-grid-view-title #owl-demo .owl-next {
    position: absolute;
    top: 25px;
    right: 20px;
    font-size: 25px;
}

    .property-grid-view-title #owl-demo .owl-next:hover {
        border: 0;
        box-shadow: 0px 0px 0px #ccc !important;
    }

.property-grid-view-title #owl-demo .owl-dots, .property-grid-view-title #owl-demo2 .owl-dots {
    display: none;
}
.selectcity .fa-chevron-down {
    position: absolute;
    right: 15px;
    top: 35%;
    color: #616161 !important;
    pointer-events: none;
    cursor: pointer;
    font-size: 1rem;
}

.selectlocation .fa-chevron-down {
    position: absolute;
    right: 15px;
    top: 35%;
    color: #616161 !important;
    pointer-events: none;
    cursor: pointer;
    font-size: 1rem;
}
@media (max-width: 768px) {
    .mobileSideNav {
        bottom: 0px !important;
        z-index: 9 !important;
    }
    .mobileFilterbutton {
        padding: 10px 0;
        bottom: 0px !important;
    }
    .mob-sticky-btns {
        bottom: 28px !important;
        z-index: 1 !important;
    }
    .mobileFilterbutton.active {
        bottom: 55px !important;
    }
    .mobileFilterbutton {
        bottom: 0px !important;
    }
    /*.footer-see-more.active {
        bottom: -170px !important;
    }*/
    /*.footer-see-more {
        bottom: -100px;
    }*/
    #knowMore_button, .know-more #callUs {
        font-size: 16px;
        width: 130px;
        height: 43px;
    }
    .property-grid-view-property-sorting .grid-popup-wrap .first-section .terms .know-more {
        gap: 13px;
        justify-content:center;
    }
    a.callusNumber {
        display: contents;
    }
}
/*Bellandur overview section CSS start*/
.Overview-learningspace.bellandurOverviewSection {
    padding: 0em 0em !important;
}
.Overview-learningspace.bellandurOverviewSection p,.Overview-learningspace.bellandurOverviewSection li {
    font-size: 14px;
    line-height:20px;
}
.Overview-learningspace.bellandurOverviewSection h6 {
    font-size: 16px;
}
.moreless-button1 {
    color: #EF1284 !important;
    position: relative;
    cursor: pointer;
    font-weight: 600;
}
.bellandurOverviewSection p.overviewArticleBellandur {
    margin-bottom: 0rem !important;
    margin-top: 0rem;
}
.bellandurOverviewSection .learningspace h6 {
    padding-bottom: 5px !important;
}
.bellandurOverviewSection .introduction ul {
    padding-left: 2rem !important;
    margin-bottom: 1rem;
}
.bellandurOverviewSection ul.roomTypeList {
    padding-left: 1.5rem !important;
}
.bellandurOverviewSection ul.roomTypeList li {
    margin-bottom: 1rem !important;
}
.bellandurOverviewSection .whyColive ul li {
    margin-left: 1rem !important;
}
.bellandurOverviewSection .findYourPg ol {
    margin-top: 1rem;
    padding-left: 1.1rem !important;
}
.bellandurOverviewSection .findYourPg ol li {
    margin-bottom: 1rem;
    font-weight:600;
}
.bellandurOverviewSection .findYourPg ol p{
    margin-left: -1rem;
}
.bellandurOverviewSection .utmostSafety ol {
    padding-left: 1rem;
}
.bellandurOverviewSection .utmostSafety ol li {
    margin-bottom: 1rem;
}
.bellandurOverviewSection .utmostSafety ol li::marker {
    font-weight:600;
}
.bellandurOverviewSection .utmostSafety ul {
    margin-left: 1.5rem;
}
.bellandurOverviewSection .utmostSafety ul p {
    margin-bottom: 0;
    margin-left:-1rem;
}
.bellandurOverviewSection .WhyChooseUs p {
    margin-bottom: 0;
}
.overviewVarthur label, .overviewHoodi label {
    margin-bottom: 0.2rem !important;
    /*margin-left:1rem;*/
}
.overviewItpl ul {
    padding-left:2rem !important;
}
.introduction ol.faq-lists2 li {
    font-weight:600;
}
.overviewMarathahalli .culturalAttractions .faq-lists1 {
    list-style: disc;
    margin: 0.5rem 0 1rem 1rem;
}
.overviewMarathahalli .roomTypes .faq-lists1 li, .overviewMarathahalli .whyColive .faq-lists2 li, .overviewMarathahalli .bangaloreLifeWithColiveMarathahalli .faq-lists1 li, .overviewMarathahalli .bookingProcedure .faq-lists2 li {
    margin-bottom: 5px !important;
}
.overviewMarathahalli .whyColive .faq-lists2 li::marker, .overviewMarathahalli .howItOperates .faq-lists2 li::marker, .overviewMarathahalli .bookingProcedure .faq-lists2 li::marker {
    font-weight:600;
}
.overviewMarathahalli li {
    font-weight:600;
}
.overviewMarathahalli .culturalAttractions .faq-lists1 li, .overviewMarathahalli .howItOperates .faq-lists2 li {
    font-weight: 500;
}
.overviewMarathahalli .howItOperates .faq-lists2 li b {
    font-weight: 600;
}
.overviewMarathahalli .introduction ol p, .overviewMarathahalli .roomTypes ul p, .overviewMarathahalli .whyColive ol p, .overviewMarathahalli .bangaloreLifeWithColiveMarathahalli ul p, .overviewMarathahalli .bookingProcedure ol p {
    margin-left: -1rem;
}
.Overview-learningspace .pgOverviewContent ol, .Overview-learningspace .pgOverviewContent ul {
    padding-left: 1.5rem !important;
}
.Overview-learningspace .pgOverviewContent ul {
    list-style:disc;
}
.Overview-learningspace .pgOverviewContent ol li {
    padding-left: 0rem;
}
.Overview-learningspace .pgOverviewContent ol li::marker {
    font-weight: bold;
}

/*New changes*/
.topLocalitiesSection {
    background-color: #EFE5FA;
    padding: 25px 8px;
    border-radius: 5px;
    width: 96% !important;
    margin: 15px auto !important;
}
.topLocalitiesSection .topLocalities {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}
.topLocalitiesSection h2 {
    font-size:22px;
    font-weight:600;
    color:#1B1B1B;
    margin-bottom:15px;
    margin-left:10px;
}
.topLocalitiesSection .topLocalities .locationName {
    margin: 16px 5px;
}

.topLocalities a {
    font-size:14px;
    font-weight:400;
    color:#1B1B1B;
    line-height:16px;
    border:1px solid #FFFFFF;
    border-radius:100px;
    background-color:#FFFFFF;
    padding: 10px 18px;
}
.topLocalities a.active {
    color: #F2006C;
    border: 1px solid #F2006C;
    background-color: #FFFFFF;
}
.discoverPropertiesSection {
    background-color: #FFEDF5;
    border: 1px solid #FFCBE2;
    border-radius: 5px;
    padding: 20px 10px;
    width: 96% !important;
    margin: 15px auto !important;
}
.discoverPropertiesSection h2 {
    font-size:23px;
    font-weight:600;
    line-height:33px
}
.discoverPropertiesSection h2 span {
    color:#F2006C;
}
.discoverPropertiesSection p {
    font-size:15px;
    font-weight:400;
    line-height:18px;
    margin-top:10px;
}
.discoverPropertiesSection .propertyPreference {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 95%;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 5px;  
    padding:2px 0 12px;
}
.discoverPropertiesSection .propertyPreference h6 {
    font-size: 14px;
    font-weight: 400;
    margin: 3px 0 12px;
    line-height: 17px;
}
.discoverPropertiesSection .propertyPreference a {
    font-size: 14px;
    font-weight: 400;
    color: #F2006C;
    background-color: #FFCCE3;
    border: 1px solid #F2006C;
    border-radius: 100px;
    width: 142px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .discoverPropertiesSection .propertyPreference a:hover {
        border: 1px solid #F2006C;
        background-color: #F2006C;
        color:#fff;
    }
        .discoverPropertiesSection .discoverPropertiesContent {
    width:35%;
}
.discoverPropertiesSection .discoverPropertiesOptions {
    width:65%;
}
.shareImage {
    width: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.cardshare-dv {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
}
.chatWithUsSection {
    padding: 20px 60px 20px 20px;
    background-color: #F5F5F5;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    width: 96% !important;
    margin: 15px auto !important;
}
.chatWithUsSection .chatWithUs{
    display:flex;
    align-items:center;
    gap:18px;
}
.chatWithUsSection .chatWithUs h6{
    font-size:30px;
    font-weight:400;
    line-height:45px;
}
.chatWithUsSection .chatWithUs h6 span{
    color:#4CAF50;
}
    .chatWithUsSection a.whatsappNow {
        font-size: 18px;
        font-weight: 500;
        width: 196px;
        height: 45px;
        border: 2px solid #4CAF50;
        color: #4CAF50;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        gap: 10px;
        margin-right: 20px;
    }
        .chatWithUsSection a.whatsappNow:hover {
            color: #FFFFFF;
            background-color: #4CAF50;
        }
.chatWithUsSection a img {
    width:23px;
}
.findPerfectHomeSection {
    background-color: #FFFFFF;
    padding-top: 20px;
    z-index: 9;
    position: relative;
}
.findPerfectHome{
    background-image:url("/assets/images/search/perfectHome.png");
    background-repeat:no-repeat;
    background-size:100% 100%;
    height:211px;
    display:flex;
    align-items:center;
    padding-left:50px;
}
.findPerfectHomeSection h6{
    font-size:36px;
    font-weight:600;
    color:#F2006C;
}
.findPerfectHomeSection p{
    font-size:28px;
    font-weight:400;
    color:#000000;
    padding:10px 0 15px 0;
}
.findPerfectHomeSection .enquireNowbtn {
    font-size: 18px;
    font-weight: 400;
    color: #F2006C;
    width: 163px;
    height: 45px;
    border: 1.5px solid #F2006C;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fee5f0;
}
    .findPerfectHomeSection .enquireNowbtn:hover {
        background-color: #F2006C;
        border:1px solid #F2006C;
        color:#fff;
    }
    .topLocalitiesSection .seeMoreLocations a, .topLocalitiesSection .seeMoreLocations a:focus {
        font-size: 14px;
        font-weight: 400;
        color: #F2006C;
        margin-top: 10px;
        text-decoration: underline !important;
    }
.seeMoreLocations.show{
    display:block !important;
}
.seeMoreLocations.show a{
    display:flex;
    justify-content:center;
}
.discoverPropertiesSection.show {
    width:90%;
}
.discoverPropertiesSection.show .discoverPropertiesContent {
    width:100%;
}
.discoverPropertiesSection.show h2 br {
    display:none;
}
.discoverPropertiesSection.show p br {
    display:none;
}
.discoverPropertiesSection.show .discoverPropertiesOptions, .discoverPropertiesSection.show .propertyPreferenceCard {
    width: 100%;
    margin-top:12px;
}
.chatWithUsSection.show {
    width:90% !important;
}
.chatWithUsSection.show .whatsappChat{
    width:100%;
}
.chatWithUsSection.show .whatsappNowSection{
    width:100%;
    justify-content:center !important;
}
.chatWithUsSection.show .whatsappNowSection a{
    margin-right:0;
    margin-top:15px;
}
.prop-listing-search-wrapper {
    margin-top:0 !important;
}
/*New changes end*/
@media (max-width: 768px) {
    .moreless-button1 {
        top: 0px;
    }
    .bellandurOverviewSection h6 {
        font-size: 14px !important;
        margin-bottom: 5px !important;
    }
    .property-grid-view-title h1 {
        margin-bottom: -10px;
    }
    .bellandurOverviewSection p, .bellandurOverviewSection li {
        margin-bottom: 1rem;
        font-size: 13px !important;
        line-height: 17px !important;
    }
    .property-grid-view-title p {
        line-height: 17px;
        /*margin-top: 15px;*/
        font-size: 13px !important;
    }
    .bellandurOverviewSection li {
        margin-bottom: 0.5rem;
    }
    .bellandurOverviewSection .findYourPg ol li {
        margin-bottom: 0.5rem;
    }
    #faqSection .viewMore-faq {
        margin-bottom: 30px;
    }
    .overviewMarathahalli ul, .overviewMarathahalli ol {
        padding-left:1rem;
    }
    .Overview-learningspace.overviewMarathahalli .faq-lists1 {
        margin: 0 0 1rem 0rem;
    }
    .learning-content-overview p, .faqSection p{
        margin-bottom: 0.5rem;
        line-height: 20px;
        font-size: 14px;
    }

    /*New changes*/
    .topLocalitiesSection h2 {
        font-size: 16px;
        margin-bottom: 10px;
        padding-left:10px;
    }
    .topLocalitiesSection .seeMoreLocations a, .topLocalitiesSection .seeMoreLocations a:focus {
        font-size: 12px;
        font-weight: 400;
        color: #F2006C;
        margin-top: 10px;
        text-decoration: underline !important;
    }
    .topLocalitiesSection .moreLocations {
        display:none
    }
    .topLocalities a {
        font-size: 12px;
        padding: 10px 5px;
    }
    .topLocalitiesSection .topLocalities .locationName {
        margin: 14px 3px;
    }
    .topLocalitiesSection {
        width: 100% !important;
    }
    .discoverPropertiesSection {
        padding: 15px 10px;
        width: 92% !important;
        margin: 15px auto !important;
    }
    .discoverPropertiesSection .discoverPropertiesContent, .discoverPropertiesSection .discoverPropertiesOptions {
        width: 100%;
        padding:0 5px;
    }
    .discoverPropertiesSection h2 {
        font-size: 13px;
        margin-bottom:10px;
        text-align:center;
        line-height:18px;
    }
    .discoverPropertiesSection h2 br, .discoverPropertiesSection p {
        display:none
    }
    .discoverPropertiesSection .propertyPreferenceCard {
        padding:0;
    }
    .discoverPropertiesSection .propertyPreference {
        width: 90%;
        padding: 2px 0 12px;
        margin:auto;
    }
    .discoverPropertiesSection .propertyPreference img {
        width:75px;
    }
    .discoverPropertiesSection .propertyPreference h6 {
        font-size: 10px;
        margin: 0px 0 8px;
        line-height: 12px;
    }
    .discoverPropertiesSection .propertyPreference a {
        font-size: 9px;
        width: 65px;
        height: 20px;
    }
    .chatWithUsSection {
        padding: 15px 60px 15px 20px;
        width: 92% !important;
        margin: 15px auto 0 auto !important;
    }
    .chatWithUsSection .chatWithUs img {
        width:60px;
    }
    .chatWithUsSection .chatWithUs h6 {
        font-size: 18px;
        line-height: 27px;
        margin-bottom:15px;
    }
    .chatWithUsSection a.whatsappNow {
        font-size: 16px;
        width: 180px;
        height: 40px;
        margin:0 0px 0 78px;
    }
    .findPerfectHomeSection {
        padding-top: 0px;
        z-index:1 ;
    }
    .findPerfectHome {
        background-image: url(/assets/images/search/perfectHome-Mob.png);
        height: auto;
        padding: 15px 0 15px 20px;
        width: 95% !important;
    }
    .findPerfectHomeSection h6 {
        font-size: 18px;
        line-height: 23px;
        color: #1B1B1B;
    }
    .findPerfectHomeSection p {
        font-size: 12px;
        padding: 6px 0 10px 0;
    }
    .findPerfectHomeSection .enquireNowbtn {
        font-size: 12px;
        width: 120px;
        height: 30px;
    }
    section.grid-view {
        margin-top: 0 !important;
    }
    /*New changes end*/
}
/*Bellandur overview section CSS end*/
/*Breadcrumbs CSS*/
section.property-grid-view-wrapper .breadcrumb-wrap {
    padding: 15px 0px 15px;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    margin-top: 7px;
}

section.property-grid-view-wrapper .breadcrumb-wrap .links ul {
    list-style-type: none;
    display: flex;
    align-items: center;
}

section.property-grid-view-wrapper .breadcrumb-wrap .links ul li {
    margin-right: 5px;
}

section.property-grid-view-wrapper .breadcrumb-wrap .links ul li a {
    color: #0d6efd !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    opacity: 0.449999988079071;
}
section.property-grid-view-wrapper .breadcrumb-wrap .links ul li:last-child {
    pointer-events:none !important;
}
section.property-grid-view-wrapper .breadcrumb-wrap .links ul li:last-child a {
    color: #000000 !important;
}

section.property-grid-view-wrapper .breadcrumb-wrap .links ul li a:last-child {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    opacity: 1;
}

section.property-grid-view-wrapper .breadcrumb-wrap .links ul li a span {
    padding: 0 5px;
    color: #000000;
}

section.property-grid-view-wrapper .breadcrumb-wrap .links ul li:last-child:after {
    content: "";
}

section.property-grid-view-wrapper .breadcrumb-wrap .links ul li:after {
    position: relative;
    left: 8px;
    font-size: 15px;
    top: 1px;
    color: #9dabbe;
}
/*Breadcrumbs CSS end*/
.goldtag, .flashSale {
    position: absolute;
    z-index: 8;
    top: 0;
    width: 44px;
    left: 20px;
    height: 70px;
}
.flashSale {
    width:100px;
    height:auto;
    left:10px;
    top:10px;
}
.viewMore-faq a{
    display:none !important;
}
.remaining-faq {
    display: block !important;
}