@import url('./font-family.css');

body {
    font-family: 'Nunito Sans';
}

/*#content1::after {
    content: "\a";
    white-space: pre;
}*/

#content2::before, #content3::before {
    content: "\a";
    white-space: pre;
}

.RERA {
    color: #efa13c !important;
    /*font-weight: 900 !important;*/
    font-size: 14px !important;
}

/*----------common css styles start here----------------*/
.primary-fnt-color {
    color: #33455a !important;
}

.primary-bg-color {
    background: #33455a !important;
    color: #fff;
}

.secondary-bg-color {
    background: #f9ae1f;
}

.icon-class {
    color: #f74371;
    font-size: 14px;
}

.icon-clr {
    color: #f74371;
}

.info-txt {
    font-size: 14px;
    text-decoration: underline;
    opacity: 0.4;
    font-weight: 600;
}
/*----------common css styles End here----------------*/
.navbar {
    font-family: 'Poppins';
}

.navbar-brand span {
    color: #33455a;
    font-weight: 700;
    font-family: 'Nunito Sans';
    font-size: 18px;
}

.nav-bar-menu ul li a {
    font-weight: 500;
    font-size: 14px;
    display: block;
    padding: 6px 1em !important;
    position: relative;
    transition: 0.3s all;
}

.nav-bar-menu ul li.active a::before {
    width: 26px;
    height: 20px;
}

.nav-bar-menu ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-top: 1px solid #f9ae1f;
    border-left: 1px solid #f9ae1f;
    transition: 0.2s all;
    width: 0px;
    height: 0px;
}

.nav-bar-menu ul li a.signup-link:hover::before, .nav-bar-menu ul li a.signup-link:hover::after {
    display: none;
}

.nav-bar-menu ul li a.signup-link {
    border: 2px solid #33455a;
    border-radius: 30px;
    font-size: 13px;
    transition: 0.3s all;
    display: inline-block;
}

    .nav-bar-menu ul li a.signup-link:hover {
        background: #33455a;
        color: #fff !important;
        border: 2px solid #33455a;
    }

.nav-bar-menu ul li a:hover::before {
    width: 26px;
    height: 20px;
}

.nav-bar-menu ul li a::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #f9ae1f;
    border-right: 1px solid #f9ae1f;
    transition: 0.2s all;
    width: 0px;
    height: 0px;
}

.nav-bar-menu ul li a:hover::after {
    width: 26px;
    height: 20px;
}

.nav-bar-menu ul li.active a::before, .nav-bar-menu ul li.active a::after {
    width: 26px;
    height: 20px;
}

.nav-bar-menu ul li {
    padding: 0 12px;
}

    .nav-bar-menu ul li:last-child {
        padding-right: 0;
    }

.logo-img {
    width: 65px;
}

.top-navbar {
    box-shadow: rgba(0, 0, 0, 0.1) 1px 7px 21px;
    position: sticky;
    top: 0;
    z-index: 9;
}
/*-----------------Banner style start from here-----------------*/
/*.banner-section .owl-stage::before {
    content: '';
    background-color: rgba(51, 69, 90, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}*/

.banner-section .owl-nav {
    position: absolute;
    left: 120px;
    right: 120px;
    top: 50%;
    transform: translateY(-50%);
    justify-content: space-between;
    display: flex;
}

.banner-section .owl-item {
    z-index: 0 !important;
}

.banner-section .owl-nav button {
    z-index: 4;
    color: #fff !important;
    outline: 0;
}

    .banner-section .owl-nav button:hover {
        background: transparent;
    }

.banner-section .owl-dots {
    position: absolute;
    top: 90%;
    transform: translateY(-90%);
    left: 0;
    right: 0;
}

    .banner-section .owl-dots span {
        width: 25px !important;
        height: 4px !important;
        transition: 0.4s all;
    }

    .banner-section .owl-dots button {
        outline: 0;
        border: 0;
    }

.banner-section .owl-theme .owl-dots .owl-dot.active span {
    background: #f9ae1f !important;
}

.iframe-container {
    margin: 0;
    padding: 0;
    padding-bottom: calc(47.25%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scale(1.2);
    opacity: 0;
}

    .iframe-container iframe {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

.owl-item.active .iframe-container {
    opacity: 1;
}

.banner-section .owl-carousel.owl-drag .owl-item .item {
    height: 75vh;
}

    .banner-section .owl-carousel.owl-drag .owl-item .item img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
/*-----------------Banner style end here-----------------*/
/*-----------------product section style start here-----------------*/
.product-section .heading {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 28px;
    color: #33455a;
}

.product-section .heading-sub-txt {
    color: #adadc1;
    font-family: 'Nunito Sans';
    font-size: 14px;
}

.product-section .card-view {
    padding: 25px;
    border-radius: 7px;
    margin-top: 2em;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.product-section .content-part {
    padding-right: 8px;
}

.content-part p {
    font-size: 14px;
    color: #757792;
}

.content-part h5 {
    font-size: 25px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #33455a;
}

.asset-location {
    font-size: 18px;
    font-weight: 600;
}

.asset-size-spn {
    color: #3369e7;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
}

.tint-images {
    margin-top: 0.5em;
}

.tint-images-carousel .owl-stage-outer {
    padding: 0 25px;
}

.tint-images-carousel .owl-nav .owl-prev, .tint-images-carousel .owl-nav .owl-next {
    position: absolute;
    top: 11% !important;
    transform: translateY(-11%) !important;
    background: rgba(0,0,0,0.9) !important;
    height: 43px;
    width: 20px;
    color: #fff !important;
    border-radius: 0 !important;
}

.tint-images-carousel .owl-nav .owl-prev {
    left: -4px;
}

.tint-images-carousel .owl-nav .owl-next {
    right: -4px;
}

.tint-images a {
    max-width: 78px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 8px;
    border: 2px solid #a9b8cc;
    transition: 0.3s all;
}

    .tint-images a img {
        max-height: 37px;
        object-fit: cover;
    }

    .tint-images a:hover {
        transform: scale(1.05);
    }

    .tint-images a:last-child {
        margin-right: 0;
    }

.amenities-panel h5 {
    text-decoration: underline;
    font-size: 18px;
    font-weight: 600;
}

.amenities-card {
    min-width: 85px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    padding: 7px 14px;
    border-radius: 5px;
    text-align: center;
    margin-right: 14px;
    margin-top: 12px;
    color: #757792;
}

    .amenities-card span {
        line-height: 20px;
        display: block;
        font-size: 12px;
    }

    .amenities-card:last-child {
        margin-right: 0;
    }

.last-item {
    position: relative;
}
/* .more-item-txt{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 14px;
    left: 11px;
    right: auto;
    text-align: center;
} */
/* .last-item::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
} */
.card-view.odd .media-part {
    order: 2;
}

.card-view .media-part img {
    box-shadow: 1px 2px 15px rgba(0,0,0,0.3);
}

.card-view.odd .content-part {
    order: 1;
}

.view-more {
    background: #283a52;
    padding: 7px 15px;
    border-radius: 30px;
    font-size: 12px;
    color: #fff;
    box-shadow: 1px 2px 15px rgba(0,0,0,0.25);
    transition: 0.2s all;
}

    .view-more:hover {
        color: #fff;
        opacity: 0.5;
    }
/*-----------------product section style end here-----------------*/
/*------------------------about us page style start from here------------------*/
.aboutus-section .heading {
    font-weight: 500;
    font-size: 24px;
}

.our-vision-para {
    color: #757792;
    letter-spacing: 0.3px;
    font-size: 14px;
    line-height: 24px;
    margin-top: 1em;
}

.key-features-container {
    background: rgb(51 69 90 / 80%);
    display: inline-block;
    position: absolute;
    right: 4rem;
    top: 3.5rem;
    color: #fff;
    padding: 22px;
    max-width: 340px;
}

    .key-features-container h6 {
        font-size: 18px;
        font-weight: 600;
        font-family: 'Nunito Sans';
        position: relative;
    }

.our-key-feature-heading::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -13px;
    background: #f9b32c;
    height: 4px;
    width: 80px;
}

.key-features-container ul {
    list-style-type: none;
}

    .key-features-container ul li {
        position: relative;
        margin-bottom: 1.2em;
        padding-left: 3px;
        font-size: 14px;
    }

        .key-features-container ul li::before {
            content: '';
            position: absolute;
            left: -14px;
            top: 50%;
            background: #f9b32c;
            width: 6px;
            height: 6px;
            transform: translateY(-50%) rotate(45deg);
        }

.user-img-container {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 35px;
    background: white;
    padding: 5px;
    box-shadow: 5px 0 15px rgb(0, 0, 0, 14%);
    z-index: 1;
}

    .user-img-container img {
        object-fit: fill;
        width: 100%;
        height: 100%;
        border-radius: 100%;
    }

.user-name {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins';
    font-style: italic;
    color: #33455a;
    text-transform: capitalize;
}

.user-feedback-content {
    margin-left: 2.5rem;
    border: 1px solid #f9b32c;
    border-radius: 7px;
    padding: 20px;
    position: relative;
    padding-left: 3.5rem;
    box-shadow: 5px 0 15px rgb(0, 0, 0, 10%);
}

.date-spn {
    font-size: 13px;
    font-family: 'Nunito Sans';
    color: #777879;
    text-transform: capitalize;
    margin-left: 11px;
    font-weight: 500;
}

.aboutus-section .asset-location {
    color: #3369e7;
    font-size: 14px;
    font-family: 'Nunito Sans';
    text-transform: capitalize;
    margin-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #c1c1c1;
}

.user-feedback-content p {
    font-size: 14px;
    font-weight: 300;
    color: #757792;
    margin-top: 1em;
    margin-bottom: 0;
}

.feedback-heading {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #33455a;
}

@media screen and (max-width: 575px) {
    .focul-img {
        min-height: unset;
        max-height: 120px;
    }

    .key-features-container {
        position: relative;
        top: unset;
        right: unset;
        width: 100%;
    }
}

.focul-img {
    min-height: 385px;
    /*object-fit: cover;*/
    max-height: 400px;
}

@media screen and (max-width: 575px) {
    .focul-img {
        min-height: unset;
        max-height: 220px;
    }
}

@media screen and (min-width: 576px) {
    .key-features-container {
        max-width: 340px;
    }
}
/*------------------------about us page style end here------------------*/

footer {
    background: #283a52;
    padding: 2.5em 0 1em;
}

.bottom-business-name {
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
}

.tag-line {
    color: #f9ae1f;
}

.social-links-container {
    color: #fff;
    margin-top: 1em;
}

.social-circle {
    color: #fff;
    margin-right: 20px;
    background: rgb(203 203 203 / 20%);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: 0.3s all;
}

    .social-circle:hover {
        background: rgb(203 203 203 / 10%);
        text-decoration: none;
        color: #f9ae1f;
    }

.row.footer-redirect-links {
    margin-top: 2em;
    color: #fff;
}

    .row.footer-redirect-links ul {
        padding-left: 0;
        list-style: none;
        padding-top: 0.5em;
    }

.footer-redirect-links li {
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
    padding-left: 0px;
    transition: 0.2s all;
}
    /* .footer-redirect-links li::before{
    content: '\f101';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 800;
} */
    .footer-redirect-links li a {
        color: #fff;
        transition: 0.2s all;
    }

        .footer-redirect-links li a i {
            padding-right: 5px;
        }

        .footer-redirect-links li a:hover {
            text-indent: 5px;
            color: #fff;
        }

.contact-form-container {
    padding: 20px;
    background: rgb(255 255 255 / 7%);
    border-radius: 10px;
    margin-top: 1em;
}

    .contact-form-container button {
        color: #fff;
        background: #8394ad;
        text-transform: capitalize;
        border-radius: 30px;
        padding: 6px 15px;
    }

.contact-form input, .contact-form textarea {
    color: #fff;
}

.contact-form-part {
    padding-left: 4em;
    border-left: 1px solid #556271;
}

.contact-form input, .contact-form input:focus {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    background: transparent;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    color: #fff;
}

.contact-form .RadAutoCompleteBox {
    background-color: transparent !important;
}

    .contact-form .RadAutoCompleteBox .racTokenList {
        border: 0 !important;
        border-bottom: 1px solid #87929f !important;
        border-radius: 0 !important;
        background: transparent;
    }

.contact-form textarea {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0;
}

.get-in-touch-txt {
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.contact-form textarea:focus {
    background-color: transparent !important;
    box-shadow: none !important;
    outline: 0 !important;
    color: #fff;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
    color: #fff !important;
    opacity: 0.4;
    font-weight: 300;
    font-size: 15px;
}

footer .form-group {
    width: 100%;
    margin: 1em;
}

.reach-us {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5em;
    color: #fff;
}

    .reach-us div {
        font-size: 13px;
        align-items: center;
        padding: 1em 0;
    }

        .reach-us div:nth-child(2) {
            margin-left: 2em;
        }

        .reach-us div span {
            padding-left: 2px;
            letter-spacing: 0.5px;
        }

.company-info {
    color: #fff;
    opacity: 0.4;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.4px;
    border-top: 1px solid #556271;
    padding-top: 8px;
    margin-top: 0.5em;
}

    .company-info div {
        font-size: 10px;
        opacity: 1;
        margin-bottom: 3px;
    }

.copy-write-txt {
    color: #fff;
    opacity: 0.4;
    font-weight: 300;
    font-size: 12px;
    padding-top: 7px;
    border-top: 1px solid rgba(255,255,255,0.3);
    margin: 15px 0;
}

.tool-tip-spn {
    color: #fff;
    opacity: 0.6;
}
/*----------------------------Signup modal styles start from here------------------*/
.auth-modal .form-group label, .auth-modal .form-group input, .auth-modal .form-group textarea {
    font-size: 14px;
}

.auth-modal .modal-body {
    max-height: 80vh;
    overflow: auto;
}

.auth-modal .form-control.error {
    border: 1px solid red;
}

.auth-modal .modal-title {
    font-weight: 600;
    font-family: 'Poppins';
}

.auth-modal .RadAutoCompleteBoxPopup {
    width: calc(100% - 50%) !important;
}

.auth-modal .RadAutoCompleteBox .racTokenList {
    padding: 8px 12px !important;
    max-height: 35px;
}
/*----------------------------Signup modal styles end here------------------*/

/*------------------------Product list page style start from here------------------*/
.filter-panel {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    padding-bottom: 1.5em;
    position: sticky;
    top: 8em;
    background: #fff;
}

    .filter-panel h6 {
        background: #33455a1a;
        padding: 10px;
        border-radius: 2px;
        font-weight: 500;
        font-family: 'Poppins';
    }

.filter-type-heading {
    font-size: 12px;
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.filter-panel select {
    height: calc(2rem) !important;
    font-size: 14px !important;
}

#filterModal label, #filterModal select {
    font-size: 14px;
}

#filterModal .modal-title {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
}
/*------------------------Product list page style end here------------------*/
/*===========================================Autocompletebox===============================================================*/

.RadAutoCompleteBoxPopup { /*This is use for Popup Back Color.*/
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.3);
    width: 100%;
}

.racTokenList { /*This Is use for Select Item Color.*/
    background-color: white;
    padding: 8px 12px !important;
    border: 1px solid #aeb6bf !important;
    border-radius: 5px !important;
    font-size: 14px;
    color: #b8b8b8;
    /*width: calc(100% - 350px);
    position: absolute !important;
    z-index: 2;
    top: 30%;
    transform: translateY(-30%) translateX(-50%);
    left: 50%;
    right: auto;*/
}

    .racTokenList:hover {
        color: #000;
    }

#txtSearchPlace {
    color: Black;
    background-color: White;
    font-family: Calibri;
    font-size: 17px;
    Flex: 1 0 113px;
    border-radius: 2px;
}

#cboSearch {
    width: auto !important;
    white-space: normal;
    font-size: 14px !important;
    height: 100%;
    flex: 0 0 200px;
    margin-left: 20px;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    color: #b8b8b8;
    padding: 0;
    border-radius: 2px !important;
}

.racItem { /*This Is use for Item Color.*/
    border-bottom: 4px solid #bbb8b8;
    font-size: 16px;
    padding: 8px 6px !important;
}

    .racItem:hover {
        background: #e8e8e8;
    }

.racToken { /*This is use for Select Item Color.*/
    background-color: #e6dfdf;
    border-radius: 4px;
    color: #414040;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.RadComboBox table td.rcbInputCell {
    border-width: 0;
    padding: 9px 5px !important;
    height: 100%;
    border-radius: 5px;
}

.RadComboBox_Black td.rcbInputCellLeft {
    background-position: unset;
    background: #fff;
}

.global-search {
    position: absolute !important;
    z-index: 2;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    max-width: 700px;
    padding: 15px 20px 15px 10px;
    margin: 0 auto;
    border-radius: 5px;
    background: #76839f;
    top: auto;
    bottom: -40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

#cboSearch .RadComboBox .rcbInput {
    padding: 10px 0 9px;
    color: #283a52;
    font-size: 15px;
    font-style: italic;
}

.RadComboBox table td.rcbInputCell {
    border-radius: 2px;
}

.RadAutoCompleteBox .racTokenList {
    padding: 10px 12px !important;
    max-height: 40px;
}

#ctl00_ContentPlaceHolder1_txtSearchPlace {
    flex: 0 0 49%;
    border-radius: 4px;
}

#ctl00_ContentPlaceHolder1_cboSearch {
    flex: 0 0 43%;
    border-radius: 4px;
    margin-left: 12px;
    border: 1px solid #aeb6bf !important;
}

.RadComboBox .rcbArrowCell a {
    width: 20px !important;
    height: 38px !important;
    text-indent: 0 !important;
    font-size: 16px !important;
}

    .RadComboBox .rcbArrowCell a::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 38px;
        background: white;
        color: #929292;
        font-family: "Font Awesome 5 Free";
        content: "\f078";
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
        display: flex;
        align-items: center;
        justify-content: center;
    }
/*-----------Autocomplete Popup------------*/
.RadAutoCompleteBoxPopup {
    border: 0;
    border-radius: 3px;
    width: calc(100% - 24px) !important;
    /*margin-left: -14px;*/
}

    .RadAutoCompleteBoxPopup .racItem {
        border-bottom: 1px solid #bbb8b8;
        padding: 9px 12px;
        font-size: 15px;
    }

div#cboSearch_DropDown {
    background: #fff;
    border: 0;
    border-radius: 3px;
}

.search-icon span {
    height: 100%;
    border-radius: 2px;
    width: 30px;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #f8ae20;
    margin-right: 5px;
    font-size: 18px;
}

.RadComboBoxDropDown li {
    padding: 9px 9px !important;
    border-bottom: 1px solid #ddd;
}

/*-----------------------Referral code style start from here --------------------*/
.user-name-heading {
    font-size: 17px;
}

.refer-btn {
    background: transparent;
    border: 1px solid #33455a;
    color: #33455a;
    font-weight: 600;
    text-transform: capitalize;
    margin-right: 1em !important;
    font-size: 15px;
    height: 38px;
}

    .refer-btn:hover {
        background: #33455a;
        color: #fff;
    }

.user-referral-code {
    font-size: 22px;
    border: 2px dashed #cfcfcf;
    border-radius: 5px;
    display: inline-block;
    padding: 6px 20px;
    letter-spacing: 2px;
    font-weight: 800;
    color: #000000;
}

.refer-note {
    max-width: 380px;
    margin: 0 auto;
    padding-top: 1.5em;
    font-size: 15px;
    color: #7f7f7f;
    letter-spacing: 0.2px;
}

.forget-referral-link {
    font-weight: 600;
    text-decoration: underline;
    margin-top: 1em;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 1em;
}

.user-fields-collapse {
    max-width: 350px;
    margin: 0 auto;
}

    .user-fields-collapse label {
        font-size: 14px;
    }

    .user-fields-collapse input {
        font-size: 15px;
    }

    .user-fields-collapse .card-body {
        background: #f7f7f7;
    }
/*-----------------------Referral code style end here --------------------*/

/*-----------------------Product Detail Page Style Start Here---------------------*/

.product-detail-bg-section {
    position: relative;
    background-image: url(../images/bg-img.jpeg);
    background-size: cover;
    padding: 4em 0 9em;
    text-align: center;
    background-position: 100% 28%;
}

section.product-detail-bg-section::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(51, 69, 90, 0.8);
}

.product-detail-bg-section div {
    z-index: 1;
    position: relative;
}

.product-detail-section .heading {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 22px;
}

.product-detail-section .container {
    position: relative;
    top: -125px;
}

.product-detail-section .content-part p {
    font-size: 14px;
    color: #757792;
    font-family: 'Poppins';
    font-weight: 500;
}

.product-detail-section .card-view {
    padding: 25px;
    border-radius: 7px;
    margin-top: 0.5em;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    background: #fff;
}

.product-detail-section span.property-value {
    font-size: 16px;
    font-weight: 600;
}

.product-detail-section span {
    line-height: unset;
}

.product-detail-section .amenities-card {
    padding: 12px 14px;
    min-width: 114px;
}

.product-detail-section .property-status {
    padding: 12px 20px;
    border: 1px dashed #c1c1c1;
    border-radius: 4px;
    margin-top: 2em;
}

    .product-detail-section .property-status .label {
        color: #757792;
        font-size: 15px;
        font-weight: 600;
    }

    .product-detail-section .property-status .status-badge {
        margin-left: 1em;
        background: #cce5ff;
        color: #004085;
        padding: 5px 15px;
        border-radius: 33px;
        border: 1px solid #8fb4dc;
        font-size: 14px;
        text-transform: capitalize;
    }

.additional-info-container {
    font-family: 'Nunito Sans';
    color: #757792;
    font-size: 14px;
    border: 1px solid #dadada;
    border-radius: 5px;
}

.product-detail-section .label-spn {
    position: absolute;
    top: -12px;
    background: #fff;
    padding: 0 10px;
    left: 10px;
}

.asset-rate-heading, .asset-emi-heading {
    font-family: 'Poppins';
    color: #757792;
    font-weight: 500;
    font-size: 18px;
}

.rate-para, .emi-para {
    font-weight: 300;
    font-size: 14px;
    /* margin-top: 1em; */
}

.actual-rate-txt, .actual-emi-txt {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 0;
}

    .actual-rate-txt span {
        font-weight: 300;
        font-size: 14px;
        color: #757792;
        display: inline-block;
    }

.asset-rate-content, .asset-emi-content {
    padding-left: 10px;
    margin: 16px 0;
    padding-top: 1em;
}

.asset-emi-content {
    border-left: 1px solid #dadada;
    padding-left: 20px;
}

.financial-options {
    background: #fff;
    display: inline-flex;
    border: 1px dashed #c1c1c1;
    border-radius: 5px;
    padding: 5px 16px 8px;
    align-items: center;
    font-family: 'Poppins';
    text-decoration: underline;
    margin-left: 2em;
}

    .financial-options:hover {
        cursor: pointer;
    }

    .financial-options img {
        width: 25px;
    }

.financial-options-container table {
    font-size: 14px;
}

    .financial-options-container table thead {
        background: #ebf1ff;
    }

    .financial-options-container table td, .financial-options-container table th {
        padding: 8px 22px;
    }

.financial-options-container .dropdown-menu {
    box-shadow: 0 0 22px rgb(196 196 197 / 50%);
}

.descriptive-detail {
    font-weight: 300;
    font-size: 15px;
    color: #5e5e5e;
    line-height: 26px;
}

.amenities-heading {
    color: #757792;
    font-size: 15px;
    font-weight: 600;
}

.features {
    display: inline-block;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    background: #fff;
    padding: 5px 20px 5px 8px;
    border-radius: 30px;
    margin-right: 1em;
    margin-top: 1em;
}

    .features span {
        color: #757792;
        font-weight: 600;
        font-size: 14px;
        padding-left: 4px;
    }

    .features img {
        width: 28px;
    }

.financial-options-container table td, .financial-options-container table th {
    padding: 8px 15px;
}

/*-----------------------Product Detail Page Style End Here------------------------*/

/*===========================================Autocompletebox End===============================================================*/


/*---------------------------------------------AllComboboxUse-----------------------------------------------*/

/* RadComboBox Black skin */

/*global*/

.RadComboBox_Black,
.RadComboBox_Black .rcbInput,
.RadComboBoxDropDown_Black {
    font: 14px "Segoe UI", Calibri, sans-serif;
    color: #080808; /*this is use for Main Select Text Color.*/
    border: 1px solid #8cb2f7; /*Main Text Border.*/
    border-radius: 2px; /*Main Text Radius.*/
}

    /* combobox */

    .RadComboBox_Black .rcbInputCellLeft,
    .RadComboBox_Black .rcbInputCellRight,
    .RadComboBox_Black .rcbArrowCellLeft,
    .RadComboBox_Black .rcbArrowCellRight {
        background-image: url('../../assets/MySkin/ComboBox/rcbSprite_blue.png');
        /*_background-image: url('MySkin/ComboBox/rcbSprite_blue.png');*/
    }

    .RadComboBox_Black td.rcbInputCellLeft {
        background-position: 0 -154px;
    }

    .RadComboBox_Black td.rcbInputCellRight {
        background-position: 100% -154px;
    }

    .RadComboBox_Black .rcbHovered td.rcbInputCellLeft {
        background-position: 0 -154px;
    }

    .RadComboBox_Black .rcbHovered td.rcbInputCellRight {
        background-position: 100% -154px;
    }

    .RadComboBox_Black .rcbFocused td.rcbInputCellLeft {
        background-position: 0 -154px;
    }

    .RadComboBox_Black .rcbFocused td.rcbInputCellRight {
        background-position: 100% -154px;
    }

    .RadComboBox_Black .rcbReadOnly .rcbInputCellLeft {
        background-position: 0 0;
    }

    .RadComboBox_Black .rcbReadOnly .rcbInputCellRight {
        background-position: 100% 0;
    }

    .RadComboBox_Black .rcbHovered .rcbReadOnly td.rcbInputCellLeft {
        background-position: 0 -22px;
    }

    .RadComboBox_Black .rcbHovered .rcbReadOnly td.rcbInputCellRight {
        background-position: 100% -22px;
    }

    .RadComboBox_Black .rcbFocused .rcbReadOnly td.rcbInputCellLeft {
        background-position: 0 -44px;
    }

    .RadComboBox_Black .rcbFocused .rcbReadOnly td.rcbInputCellRight {
        background-position: 100% -44px;
    }

    .RadComboBox_Black .rcbInputCell .rcbEmptyMessage {
        color: #ccc;
    }

    .RadComboBox_Black .rcbHovered .rcbInputCell .rcbInput {
        color: #050505; /*This is use for All Drop Down Mouse Cursor Color.*/
    }

    .RadComboBox_Black .rcbDisabled .rcbInputCell .rcbInput {
        color: #6f6f6f;
    }

    .RadComboBox_Black td.rcbArrowCellLeft {
        background-position: -18px -88px;
    }

    .RadComboBox_Black td.rcbArrowCellRight {
        background-position: 0 -88px;
    }

    .RadComboBox_Black .rcbHovered .rcbArrowCellLeft {
        background-position: -54px -88px;
    }

    .RadComboBox_Black .rcbHovered .rcbArrowCellRight {
        background-position: -36px -88px;
    }

    .RadComboBox_Black .rcbFocused .rcbArrowCellLeft {
        background-position: -90px -88px;
    }

    .RadComboBox_Black .rcbFocused .rcbArrowCellRight {
        background-position: -72px -88px;
    }

    .RadComboBox_Black td.rcbArrowCellHidden,
    .RadComboBox_Black .rcbHovered td.rcbArrowCellHidden,
    .RadComboBox_Black .rcbFocused td.rcbArrowCellHidden {
        background-position: 100% -154px;
    }

.RadComboBox_Black_rtl td.rcbArrowCellHidden,
.RadComboBox_Black_rtl .rcbHovered td.rcbArrowCellHidden,
.RadComboBox_Black_rtl .rcbFocused td.rcbArrowCellHidden {
    background-position: 0 -154px;
}

/* Read-only styles */

.RadComboBox_Black .rcbReadOnly td.rcbArrowCellLeft {
    background-position: -18px -88px;
}

.RadComboBox_Black .rcbReadOnly td.rcbArrowCellRight {
    background-position: -2px -88px;
}

.RadComboBox_Black .rcbHovered .rcbReadOnly .rcbArrowCellLeft {
    background-position: -54px -88px;
}

.RadComboBox_Black .rcbHovered .rcbReadOnly .rcbArrowCellRight {
    background-position: -38px -88px;
}

.RadComboBox_Black .rcbFocused .rcbReadOnly .rcbArrowCellLeft {
    background-position: -90px -88px;
}

.RadComboBox_Black .rcbFocused .rcbReadOnly .rcbArrowCellRight {
    background-position: -74px -88px;
}

.RadComboBox_Black .rcbReadOnly td.rcbArrowCellHidden {
    background-position: -15px -88px;
}

.RadComboBox_Black .rcbHovered .rcbReadOnly td.rcbArrowCellHidden {
    background-position: -51px -88px;
}

.RadComboBox_Black .rcbFocused .rcbReadOnly td.rcbArrowCellHidden {
    background-position: -87px -88px;
}

.RadComboBox_Black_rtl .rcbReadOnly td.rcbArrowCellHidden {
    background-position: -18px -88px;
}

.RadComboBox_Black_rtl .rcbHovered .rcbReadOnly td.rcbArrowCellHidden {
    background-position: -54px -88px;
}

.RadComboBox_Black_rtl .rcbFocused .rcbReadOnly td.rcbArrowCellHidden {
    background-position: -90px -88px;
}

/* dropdown */

.RadComboBoxDropDown_Black .rcbHeader,
.RadComboBoxDropDown_Black .rcbFooter,
.RadComboBoxDropDown_Black .rcbMoreResults,
.RadComboBoxDropDown_Black .rcbMoreResults a {
    background-image: url('../../assets/MySkin/ComboBox/rcbSprite_blue.png');
    /*_background-image: url('MySkin/ComboBox/rcbSprite_blue.png');*/
}

.RadComboBoxDropDown_Black {
    background: #fff; /*This is use for All Combo Box Drop Down Color.*/
    border-color: #ddd;
    color: #161616; /*This is use for Drop Down Text Color.*/
    border-radius: 0px 0px 2px 2px;
}

    .RadComboBoxDropDown_Black .rcbHeader,
    .RadComboBoxDropDown_Black .rcbFooter {
        background-color: #f1f2f4;
        background-position: 0 -110px;
    }

    .RadComboBoxDropDown_Black .rcbHeader {
        border-bottom-color: #1a1a1a;
    }

    .RadComboBoxDropDown_Black .rcbFooter {
        border-top-color: #1a1a1a;
    }

    .RadComboBoxDropDown_Black .rcbItem em {
        background: #ddd; /*This is use for Filter Select Back Color.*/
        color: #808080; /*This is use for Drow Down Indexing Filter Text Color.*/
    }

    .RadComboBoxDropDown_Black .rcbHovered {
        background: #e8e8e8; /*This is use for Drop Down Mouse Cursor Move Color Indexing Color.*/
        color: #283a52; /*This is use for Drow Down Indexing Select Text Color.*/
    }

    .RadComboBoxDropDown_Black .rcbCheckAllItems {
        color: #080808; /*This is use for Check All Color.*/
        background-color: #e8e9eb; /*This is use for Check All Select Color.*/
        background-position: 0 -20px;
    }

    .RadComboBoxDropDown_Black .rcbCheckAllItemsHovered {
        color: #080808; /*This is use for Check All Hoverd Color.*/
        background-color: #3d5ee2; /*This is use for Check All Hoverd Select Color.*/
        background-position: 0 -20px;
    }

    .RadComboBoxDropDown_Black .rcbCheckAllItemsHovered {
        color: #ebf0f7;
        background-position: 0 -20px;
    }

    .RadComboBoxDropDown_Black .rcbSeparator {
        background: #2e2e2e;
        color: #fff;
    }

    .RadComboBox_Black .rcbDisabled .rcbInputCell .rcbInput,
    .RadComboBoxDropDown_Black .rcbDisabled {
        color: #999;
        background-color: #bdb9b9;
    }

.RadComboBox_Black .rcbDisabled td.rcbInputCellLeft {
    background-position: 0 -66px;
}

.RadComboBox_Black .rcbDisabled td.rcbInputCellRight {
    background-position: 100% -66px;
}

.RadComboBox_Black .rcbDisabled td.rcbArrowCellLeft {
    background-position: -126px -88px;
}

.RadComboBox_Black .rcbDisabled td.rcbArrowCellRight {
    background-position: -108px -88px;
}

.RadComboBox_Black .rcbDisabled .rcbReadOnly td.rcbArrowCellRight {
    background-position: -110px -88px;
}

.RadComboBox_Black table.rcbDisabled td.rcbArrowCellHidden,
.RadComboBox_Black .rcbDisabled .rcbReadOnly td.rcbArrowCellHidden {
    background-position: -123px -88px;
}

.RadComboBox_Black_rtl table.rcbDisabled td.rcbArrowCellHidden,
.RadComboBox_Black_rtl .rcbDisabled .rcbReadOnly td.rcbArrowCellHidden {
    background-position: 0 -66px;
}

.RadComboBoxDropDown_Black .rcbLoading {
    background: #f0f0f0;
}

.RadComboBoxDropDown_Black .rcbMoreResults {
    border-top-color: #3a3a3a;
    background-position: 0 -132px;
    background-color: #454545;
    color: #fff;
}

    .RadComboBoxDropDown_Black .rcbMoreResults a {
        background-position: -157px -94px;
    }

/*---------------------------------------------AllComboboxUse-----------------------------------------------*/



@media screen and (min-width: 992px) {
    .product-list-section .container, .product-list-page .container {
        max-width: 1210px;
    }
}

@media screen and (max-width: 991px) {
    .contact-form-part {
        order: 1;
        padding-left: 15px;
        border: 0;
    }

    .content-part {
        order: 2;
        margin-top: 2em;
    }

    .card-view.odd .content-part {
        order: 2;
        margin-top: 1.5em;
    }

    .card-view.odd .media-part {
        order: 1;
    }

    .nav-bar-menu ul {
        border-top: 1px solid #ddd;
        padding-top: 0.5em;
    }

        .nav-bar-menu ul li.active a {
            color: #f9ae1f !important;
        }

            .nav-bar-menu ul li.active a::after,
            .nav-bar-menu ul li.active a::before,
            .nav-bar-menu ul li a:hover::after,
            .nav-bar-menu ul li a:hover::before {
                display: none;
            }

        .nav-bar-menu ul li a:hover {
            color: #f9ae1f !important;
        }

        .nav-bar-menu ul li {
            padding: 10px 0;
        }

    .banner-section .owl-nav {
        left: 45px;
        right: 45px;
    }

    .nav-bar-menu ul li a.signup-link {
        margin: 0 13px;
    }

    .filter-panel-container {
        text-align: right;
        font-size: 14px;
    }

    .filter-link {
        display: inline-block;
        background: #f54372;
        color: #fff;
        border: 0;
        border-radius: 5px;
        font-weight: 600;
    }

        .filter-link:hover {
            color: #fff;
            opacity: 0.5;
        }
}

@media screen and (max-width: 575px) {
    .tint-images-carousel .owl-carousel .owl-item img {
        height: 35px;
        object-fit: cover;
    }

    .product-section .heading {
        font-size: 22px;
    }

    .logo-img {
        width: 70px;
    }

    .iframe-container {
        padding-bottom: calc(54.25%);
    }

    footer .content-part {
        text-align: center;
    }

    .footer .footer-redirect-links i {
        display: none;
    }

    footer .social-links-container div {
        justify-content: center;
    }

    footer .reach-us div {
        width: 100%;
    }

        footer .reach-us div:nth-child(2) {
            margin-left: 0;
        }

    footer .footer-redirect-links li a i {
        display: none;
    }

    .owl-carousel .owl-item img {
        height: 100%;
    }

    .banner-section .owl-carousel.owl-drag .owl-item .item {
        height: 47vh;
    }
}

@media screen and (max-width: 400px) {
    .navbar-brand span {
        font-size: 16px;
    }

    .reach-us div:nth-child(2) {
        margin-left: 0;
    }

    .social-circle {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

div#Main {
    display: block;
    height: 100%;
}


/*------------------------Our Services page style start from here------------------*/
.services-bg-section {
    position: relative;
    background-image: url(../images/service-bg-final.jpg);
    background-size: cover;
    padding: 4em 0 9em;
    text-align: center;
    background-position: 100% 28%;
}

    .services-bg-section div {
        z-index: 1;
        position: relative;
    }

    .services-bg-section::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(51, 69, 90, 0.8);
    }

.services-detail-section .card-view {
    padding: 35px;
    border-radius: 7px;
    margin-top: 0.5em;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    background: #fff;
}

.card-view .media-part img {
    box-shadow: none;
}

.services-detail-section .container {
    position: relative;
    top: -125px;
}

.list-style-type-none {
    list-style-type: none;
}

.key-points-list li {
    position: relative;
    padding-bottom: 8px;
    color: #757792;
    font-weight: 600;
}

    .key-points-list li::before {
        content: '';
        background-image: url(../images/bullet-point-img-1.jpg);
        width: 18px;
        height: 18px;
        position: absolute;
        top: 3px;
        left: -26px;
        bottom: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

.services-detail-section .card-view .media-part img {
    box-shadow: none;
    max-height: 200px;
    border: 2px solid #283a52;
    border-radius: 6px;
}

/*------------------------Our Services page style End from here------------------*/

/*------------------------Our Services page Media style start from here------------------*/

@media screen and (max-width: 991px) {
    .contact-form-part {
        order: 1;
        padding-left: 15px;
        border: 0;
    }

    .content-part {
        order: 2;
        margin-top: 0.5em;
    }

    .card-view.odd .content-part {
        order: 2;
        margin-top: 0.5em;
    }

    .card-view.odd .media-part {
        order: 1;
    }

    .nav-bar-menu ul {
        border-top: 1px solid #ddd;
        padding-top: 0.5em;
    }

        .nav-bar-menu ul li.active a {
            color: #f9ae1f !important;
        }

            .nav-bar-menu ul li.active a::after,
            .nav-bar-menu ul li.active a::before,
            .nav-bar-menu ul li a:hover::after,
            .nav-bar-menu ul li a:hover::before {
                display: none;
            }

        .nav-bar-menu ul li a:hover {
            color: #f9ae1f !important;
        }

        .nav-bar-menu ul li {
            padding: 10px 0;
        }

    .banner-section .owl-nav {
        left: 45px;
        right: 45px;
    }

    .nav-bar-menu ul li a.signup-link {
        margin: 0 13px;
    }

    .asset-emi-content {
        border: 0;
        padding-left: 10px;
        border-right: 0;
        border-top: 1px solid #dadada;
    }
}

@media screen and (max-width: 575px) {
    .tint-images-carousel .owl-carousel .owl-item img {
        height: 35px;
        object-fit: cover;
    }

    .product-section .heading {
        font-size: 22px;
    }

    .logo-img {
        width: 70px;
    }

    .iframe-container {
        padding-bottom: calc(54.25%);
    }

    footer .content-part {
        text-align: center;
    }

    .footer .footer-redirect-links i {
        display: none;
    }

    footer .social-links-container div {
        justify-content: center;
    }

    footer .reach-us div {
        width: 100%;
    }

        footer .reach-us div:nth-child(2) {
            margin-left: 0;
        }

    footer .footer-redirect-links li a i {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .navbar-brand span {
        font-size: 16px;
    }

    .reach-us div:nth-child(2) {
        margin-left: 0;
    }

    .social-circle {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

@media screen and (min-width: 992px) {
    .services-detail-section .card-view .media-part img {
        border: 0;
    }
}

/*------------------------Our Services page Media style End from here------------------*/



