﻿/* -----------------------------------------------------------------
>>> TABLE OF CONTENTS :
--------------------------------------------------------------------

Version: 1.0.0
Author: Hariprasad
Website: https://www.propex.ai/

# Font Family
# General styles
# Typography
# Header
    ## Sticky Main Menu Hover
    ## Header Mega Main Menu Navigation
# Footer
    ## Footer See More Navigation
# Sidebar Menu Navigation
# Location Menu Navigation
# Content
    ## Post and Pages
    ## Asides
    ## Comments
# Infinite Scroll
# Media
    ## Queries

----------------------------------------------------------------  */
/* || Font Family */
@font-face {
    font-family: 'Inter-Black';
    src: url('Fonts/Inter-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Light';
    src: url('Fonts/Inter-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('Fonts/Inter-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('Fonts/Inter-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('Fonts/Inter-Mediums.ttf') format('truetype');
}

@font-face {
    font-family: 'Product Sans Bold';
    src: url('Fonts/Product Sans Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Product Sans Regular';
    src: url('Fonts/Product Sans Regular.ttf') format('truetype');
}

/* || General styles */
/*****Std css****/
body {
    font-size: 14px;
    height: 200vh;
    margin: 0 0;
    padding: 0 0;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif !important;
}

.mt-50 {
    margin-top: 50px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mr-10 {
    margin-right: 10px;
}

.mt-5 {
    margin-top: 5%;
}

.clear {
    clear: both;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

/********Hero Section*********/
.herowrap {
    /* background: url(/assets/images/homepagev2/herobanner.png) no-repeat 100% 50%;*/
}

.herosection h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    color: #EF1284;
    padding-top: 70px;
}

.herosection p {
    text-align: center;
    font-size: 25px;
    color: #1B1C1E;
}

.search-wrapper-overall {
    position: relative;
}

    .search-wrapper-overall img.propex-star-one {
        position: absolute;
        top: -32px;
        right: -32px;
        z-index: 1;
    }

    .search-wrapper-overall img.propex-star-two {
        position: absolute;
        bottom: -60px;
        left: -40px;
        z-index: 1;
    }

.search-wrapper {
    background: #FFFFFF;
    padding: 0px 0px 0px;
    /* box-shadow: 0px 2px 73px rgba(248, 4, 156, 0.18);*/
    border-radius: 12px;
    margin-top: 3rem;
}

.search-wrapper-tab {
    margin: 0 auto -7%;
    width: 60%;
    text-align: center;
    border-radius: 10px;
    z-index: 9;
    position: relative;
}

    .search-wrapper-tab button {
        background-color: inherit;
        float: inherit;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 10px 0px;
        font-size: 17px;
        margin-left: 25px;
        margin-right: 25px;
    }

        .search-wrapper-tab button.active {
            border-bottom: 2px solid #FF4FB8;
            color: #FF4FB8;
            padding-bottom: 2px;
            margin-bottom: 5px;
        }

.searchbtngroup {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px
}

.searchtabcontent {
    display: none;
    padding: 40px 30px 6px 30px;
    border: 0px solid #ccc;
    border-top: none;
    background: rgb(106 102 105 / 10%);
    border-radius: 5px;
    margin-top: -10px;
}

.searchbtn p {
    margin-top:10px;
    margin-bottom: 0;
    font-size: 16px;
    background-color: #EF1284;
    color: #fff;
    padding: 13px 12px 12px 12px;
    border-radius: 0 5px 5px 0;
}

    .searchbtn p i {
        margin-right: 5px;
    }

.searchbtn {
    /*  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: 30px;
    margin: 1rem 0;
}

.searchblock .form-group .form-control {
    border: 1px solid #fff;
    text-overflow: ellipsis;
    width: 90%;
    height: 3.1rem;
}

.searchbtn img {
    width: 18px;
    margin-right: 4px;
    margin-top: 3px;
}

.suggestionContainer {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    width: 92%;
    background-color: #fff;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    border-top: 0;
    z-index: 9;
}

.why-colive-list .btn-group {
    z-index: 0;
}
/********Hero Section End*********/
/********PropGPT Section *********/
.propGPTsection {
    margin-top: 9% !important;
    margin-bottom: 11% !important;
    background-color: #FFF5FB;
    border-radius: 5px;
}

    .propGPTsection h3 {
        font-size: 20px;
        font-weight: 600;
    }

        .propGPTsection h3 span {
            color: #ef0073;
            cursor: pointer;
        }

.propGPTblock {
    padding: 3%;
    position: relative;
}

    .propGPTblock p {
        font-size: 16px;
    }

.propGPTicon img {
    float: right;
    position: absolute;
    top: -60%;
    max-height: 350px;
}

.btn-default .connect-button {
    margin: 2% 0;
}
/******3i Process*********/
.iprocess {
    background-color: #e9e9e9
}

    .iprocess h3 {
        text-align: center;
        padding-top: 2%;
        font-weight: 600;
    }

.i3block {
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.i3card {
    padding: 2%;
}

.i3block img {
    width: 100px;
    padding-top: 5%;
}

.i3block p {
    padding: 0 10% 10% 10%;
}

.connect-button {
    background: #EF1284;
    color: #fff;
    padding: 5px 15px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
}
/*****PropEstimate*********/
.propestimtewrap h3 {
    text-align: center;
    margin: 2% 0;
    font-weight: 600;
}

.npsblock {
    background: #F8B6F180;
    padding: 7%;
    border-radius: 10px;
    position: relative;
}

.bpsblock {
    background: #F791BF80;
    padding: 7%;
    border-radius: 10px;
    position: relative;
}

.find-button {
    color: #ef0073;
    border: none;
    padding: 8px 15px;
    background-color: #fff;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 0px 4px 30px 0px #00000040;
}

.npsblock h5, .bpsblock h5 {
    font-weight: 600;
}

.npsblock ul, .bpsblock ul {
    padding-left: 20px;
}

    .npsblock ul li, .bpsblock ul li {
        font-size: 16px;
        padding: 5px 0px;
    }

.npsbadge {
    width: 20%;
    position: absolute;
    right: 0%;
    bottom: 0px;
    background: #F8B6F180;
    border-radius: 50px 0px 0;
}

    .npsbadge img {
        float: right;
        width: 70px;
        margin-right: 15px;
        padding: 10px;
    }

.bpsbadge {
    width: 20%;
    position: absolute;
    right: 0%;
    bottom: 0px;
    background: #F6A9CC;
    border-radius: 50px 0px 0;
}

    .bpsbadge img {
        float: right;
        width: 70px;
        margin-right: 15px;
    }

.npswrap .border-top {
    height: 10px;
    background-color: rgba(248, 182, 241, 1);
    border-radius: 10px;
    position: absolute;
    top: 0;
    z-index: 9;
    width: 94.5%;
}

.bpswrap .border-top {
    height: 10px;
    background: rgba(247, 145, 191, 1);
    border-radius: 10px;
    position: absolute;
    top: 0;
    z-index: 9;
    width: 94.5%;
}

.npsblock ul li::marker {
    font-size: 1.5rem;
}

.bpsblock ul li::marker {
    font-size: 1.5rem;
}
/*****Seller Benefits******/
.benefitsblock {
    box-shadow: 0px 4px 40px 0px #0000001A;
}

.sellerBenefits {
    padding: 5%;
}

    .sellerBenefits h4 {
        font-size: 1.75rem;
        font-weight: 600;
    }

    .sellerBenefits ul li {
        padding: 0 0 8px 0;
        font-size: 16px;
    }

    .sellerBenefits ul {
        padding-left: 4%;
    }

        .sellerBenefits ul li::marker {
            color: #000;
            font-size: 1.5rem
        }
/*****Propverse*******/
.propverse {
    background: #000000D1;
    color: #fff;
    color: #fff;
    margin: 0;
    box-shadow: 0px 4px 30px 0px #00000040;
}

.why-colive {
    margin: 44px 0;
    position: relative;
    box-shadow: 0px 0px 0px 0px #14151D;
    box-shadow: 0px 0px 0px 0px #303240;
}

.propversecontent {
    padding: 8%;
}

    .propversecontent h5 {
        margin: 2% 0;
    }

    .propversecontent button {
        margin-top: 3%;
    }

.propverse img {
    margin-bottom: 5%;
}
/******All in One block*******/
.propestimate ul {
    padding-left: 7%;
}

.allinone h4 {
    text-align: center;
    margin: 3% 0;
    font-size: 28px;
    font-weight: 600;
}

.propblocks {
    background: #F3DDF4;
    margin: 0 0 6% 0;
    border-radius: 10px;
    min-height: 340px;
}

.propblocks2 {
    background: #F5E1E2;
    margin: 0 0 6% 0;
    border-radius: 10px;
}

.propblocks3 {
    background: #F5DFEA;
    margin: 0 0 6% 0;
    border-radius: 10px;
}

.propblocks4 {
    background: #F4E1F5;
    margin: 0 0 6% 0;
    border-radius: 10px;
}

.propblocks5 {
    background: #F6D8E3;
    margin: 0 0 6% 0;
    border-radius: 10px;
}

.propblocks6 {
    background: #F2D2D2;
    margin: 0 0 6% 0;
    border-radius: 10px;
    min-height: 340px;
}

.propestimate {
    padding: 6% 3% 3% 5%;
}

    .propestimate h5 {
        font-weight: 600;
        font-size: 24px;
    }

    .propestimate ul li {
        padding: 1px 0;
        font-size: 16px;
    }

        .propestimate ul li::marker {
            font-size: 1.5rem;
        }

.propImgblock {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.propblocks, .propblocks2, .propblocks3, .propblocks4, .propblocks5, .propblocks6 {
    position: relative;
    min-height: 320px;
}

.propestimate .primary-btn {
    position: absolute;
    bottom: 0;
}
/*****yesbroker*****/
.yesbroker {
    background: #1B1C1E;
    border-radius: 10px;
    padding: 2% 7%;
    margin: 0;
}

.yestitle h5 {
    background: #fff;
    width: fit-content;
    padding: 8px 5px;
    font-weight: 600;
}

    .yestitle h5 span {
        padding: 5px;
        background: #ef0073;
        color: #fff;
    }

.yesbroker p {
    color: #fff;
    font-size: 24px;
    margin-top: 3%;
    line-height: 30px;
}

.know-more {
    background-color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    border: none;
}

.more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*****Explore property******/
.exploreblock {
    position: relative;
    cursor: pointer;
}

    .exploreblock p {
        position: absolute;
        bottom: 0;
        color: #fff;
        font-size: 18px;
        left: 10%;
    }

.explorewrap h4 {
    text-align: center;
    margin: 3% 0;
    font-size: 28px;
    font-weight: 600;
}

.know-more a {
    color: #000;
}

.knowMore a.btn:hover {
    color: #fff;
}
/**********App Section****/
.appsection {
    background: #F3F3F3;
    margin-top: 3%;
    padding: 2% 0;
}

.appblock {
    padding: 3% 0;
}

    .appblock h5 {
        font-weight: 600;
    }

    .appblock p {
        font-size: 16px;
        line-height: 30px;
    }

    .appblock ul li {
        font-size: 16px;
        line-height: 30px;
    }

    .appblock ul {
        padding-left: 3%;
    }

    .appblock h6 {
        margin-bottom: 3%;
    }

    .appblock h6 {
        margin-bottom: 3%;
        margin-top: 5%;
    }

.appwrap img {
    width: 150px;
    height: 50px;
    margin-right: 20px;
}

.appMBview img {
    max-height: 400px;
}
/****Footer******/
.footersection {
    background: #1B1C1E;
}

.footerwrap {
    padding: 4% 0;
    color: #f5f5f5;
}

.footerblock ul li {
    list-style-type: none;
    cursor: pointer;
}

.socialIcons img {
    width: 30px;
    height: 30px;
}

.copyrights {
    color: #f5f5f5;
    padding-bottom: 1%;
}

.footerblock ul li a {
    color: #f5f5f5;
}

.footerwrap h6 a {
    color: #fff;
}

.presenceCard img {
    width: auto !important;
}

p.bramches {
    margin-top: -10px;
}

.aboutpropex h6 {
    font-size: 14px;
}
.slick-list {
    padding-bottom:3%!important;
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .d-xs-none {
        display: none;
    }

    .propGPTicon img {
        top: -35%;
    }

    .npswrap .border-top, .bpswrap .border-top {
        width: 91.5%;
    }

    .npsbadge, .bpsbadge {
        width: 30%;
    }

    .PathBreaking p br {
        display: none;
    }

    .PathBreaking .processCard {
        height: 270px !important;
    }

    .PropExPresence .presenceCard {
        max-width: 96% !important;
        height: 345px !important;
    }

    .propertyCard .card-body {
        padding: 1rem 0.5rem 0 0.5rem !important;
    }

    .propertyCard h5, .nav-tabs a {
        font-size: 13px !important;
    }

    .propertyCard .cords img {
        width: 13px !important;
    }

    .propertyCard .cords h6 {
        font-size: 13px !important;
    }

    .sidenav .nav .icon img {
        width: 25px !important;
    }

    .PropExPresence .PropExPresence {
        padding: 0px 0 !important;
    }

    .PropExPresence {
        padding: 50px 0 25px 0 !important;
    }

    .propertyLocation p {
        font-size: 14px !important;
    }

    .menucontrol nav ul {
        margin-left: -47px !important;
    }

    header.header .menucontrol ul li {
        font-size: 14px !important;
        padding: 0 8px !important;
    }

    .icon-one.active-one {
        right: -25px;
    }

    header.header .img-fluid.propex-logo-img {
        width: 150px !important;
        padding-top: 7px;
    }
}

@media (max-width: 767px) {

    .herowrap {
        margin-top: 10%;
    }

    .herosection p {
        font-size: 10px;
        font-weight: 400;
    }

    .herosection h2 {
        font-size: 20px;
        padding-top: 60px;
    }

    .search-wrapper-tab {
       /* margin: 0 40px;*/
    }
    .search-wrapper-tab {
        width: 55%;
        margin-bottom: -12%;
    }
        .search-wrapper-tab button {
            padding: 14px 4px;
            font-size: 12px;
        }

    .searchblock .form-group .form-control {
        width: 92%;
    }

    .searchbtn {
        margin: 0.3rem 0;
    }

        .searchbtn img {
            width: 12px;
            margin-right: 2px;
            margin-top: 2px;
        }

    .d-xs-none {
        display: none;
    }

    .propGPTicon img {
        top: 5%;
    }

    .npswrap .border-top {
        width: 92.5%;
    }

    .bpswrap .border-top {
        width: 92.5%;
    }

    .npswrap {
        margin-bottom: 5%;
    }

    .sellerBenefits ul {
        padding-left: 6%;
    }

    .order-xs-2 {
        order: 1;
    }

    .order-xs-1 {
        order: 2;
    }

    .propestimate ul li {
        padding: 1px 0;
        font-size: 14px;
    }

    .propestimtewrap h3 {
        font-size: 18px;
        margin: 4% 0;
        padding-top: 0;
    }

    .sellerBenefits h4 {
        font-size: 14px;
    }

    .npsblock h5, .bpsblock h5 {
        font-size: 12px;
    }

    .propversecontent h3 {
        font-size: 14px;
    }

    .propversecontent h5 {
        font-size: 11px;
        font-weight: 500;
    }

    .HV-Center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .allinone h4 {
        font-size: 18px;
        margin: 5% 0;
    }

    .propblocks, .propblocks2, .propblocks3, .propblocks4, .propblocks5, .propblocks6 {
        padding: 0;
        border-radius: 0;
    }

    .allinone > .row > div {
        padding: 0;
    }

    .propblocks, .propblocks2, .propblocks3, .propblocks4, .propblocks5, .propblocks6 {
        min-height: auto;
        margin-bottom: 0;
    }

    .yestitle h5 {
        font-size: 10px;
        margin-top: 10px;
    }

    .yesbroker p {
        color: #fff;
        font-size: 14px;
        margin-top: 3%;
        line-height: 18px;
    }

    .more-btn {
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .yesbroker {
        margin-top: 5%;
        box-shadow: 0px 4px 30px 0px #00000040;
    }

    .appMBview {
        text-align: center;
    }

    .explorewrap h4 {
        font-size: 18px;
        margin: 5% 0;
    }

    .appwrap {
        justify-content: center;
    }

    .appblock h6 {
        text-align: center;
        font-size: 16px;
    }

    .appMBview img {
        max-height: 350px;
        padding: 5% 0;
    }

    .propestimate ul {
        padding-left: 7%;
    }

    .appblock ul {
        padding-left: 4%;
    }

    .footerwrap {
        padding: 5% 0%;
        color: #f5f5f5;
    }

    .searchbtn p {
        padding: 8px 5px;
    }

    .searchbtn {
        right: 15px;
    }

    .npsbadge, .bpsbadge {
        width: 30%;
    }

    propestimate h5 {
        font-size: 18px;
    }

    .search-wrapper {
        margin-top: 1rem;
    }

    .propestimate .primary-btn {
        position: relative;
    }

    .PathBreaking p {
        font-size: 12px !important;
    }

    .propGPTsection h3 {
        font-size: 14px;
    }

    .propGPTblock p {
        font-size: 9px;
    }

    .connect-button {
        font-size: 9px;
    }

    .propGPTicon {
        padding: 0;
        margin-top: -3%;
    }

    .PathBreaking h4, .topProjects h4, .preferredCityLocation h4, .PropExPresence h4, .workFlow h4 {
        font-size: 18px !important;
    }

    .PathBreaking h5 {
        font-size: 14px !important;
    }

    .PathBreaking .ConnectNowButton button {
        font-size: 12px !important;
        width: 110px !important;
        height: 35px !important;
    }

    .npsblock ul li, .bpsblock ul li {
        font-size: 10px;
        padding: 0px 0px;
    }

    .find-button {
        font-size: 10px;
    }

    .npsblock ul li::marker {
        font-size: 1rem;
    }

    .bpsblock ul li::marker {
        font-size: 1rem;
    }

    .sellerBenefits ul li {
        padding: 0 0 0px 0;
        font-size: 10px;
    }

        .sellerBenefits ul li::marker {
            color: #000;
            font-size: 1rem;
        }

    .propversecontent p {
        font-size: 9px;
    }

    .presenceCard h5 {
        font-size: 12px !important;
    }

    .presenceCard p {
        font-size: 12px !important;
    }

    .presenceCard .projects p {
        font-size: 9px !important;
    }

    .knowMore a {
        font-size: 10px !important;
        width: 108px !important;
        height: 24px !important;
    }

    .propertyCard .cords h6 {
        font-size: 10px !important;
    }

    .propertyCard h5, .nav-tabs a {
        font-size: 14px !important;
    }

    .propertyCard .cords img {
        width: 10px !important;
    }

    .propestimate h5 {
        font-size: 12px !important;
    }

    .propestimate ul li {
        font-size: 9px !important;
    }

        .propestimate ul li::marker {
            font-size: 1rem;
        }

    .more-btn button.know-more {
        font-size: 12px;
        font-weight: 600;
    }

    .workFlowCard h5 {
        font-size: 12px !important;
    }

    .appblock h5 {
        font-size: 16px;
    }

    .appblock p {
        font-size: 11px;
        line-height: 20px;
    }

    .appblock ul li {
        font-size: 11px;
        line-height: 22px;
    }

    .npsblock ul, .bpsblock ul {
        padding-left: 17px;
    }

    .suggestionContainer {
        width: 90%;
    }

    .loginwrap .userprofileseclion.Mobile-Nav_align {
       /* right: 48px !important;*/
    }
    .user-image .user-text-image {
    padding-right:0px!important;
    }
}

@media (max-width: 414px) {
    .searchblock .form-group .form-control {
        width: 84%;
    }

    .searchtabcontent {
        padding: 30px 30px 6px 18px;
    }
}

@media (max-width: 375px) {
    .search-wrapper-tab {
        /*margin: 0 20px;*/
    }

        .search-wrapper-tab button {
            padding: 14px 0px;
            margin-left: 4px;
            margin-right: 8px !important;
        }

    .herosection p {
        padding: 7px 5px;
        font-size: 14px;
    }

    .connect-button {
        font-size: 14px;
    }

    .searchblock .form-group .form-control {
        width: 85% !important;
    }

    .footerblock h5 {
        font-size: 18px !important;
    }

    .searchbtn img {
        width: 14px;
        margin-right: 3px;
        margin-top: 0px;
    }
    .searchbtn p {
    margin-top:0;
    }
}

@media (max-width: 350px) {
    .search-wrapper-tab button {
        font-size: 14px;
    }

    .herosection p {
        font-size: 14px;
        padding: 6px;
    }

    .searchblock .form-group .form-control {
        width: 70%;
    }

    .propGPTsection h3 {
        font-size: 16px;
    }

    .connect-button {
        font-size: 14px;
    }

    .footerblock h5 {
        font-size: 1rem !important;
    }

    .search-wrapper-tab {
        margin: 0 12px;
    }

        .search-wrapper-tab button {
            margin-right: 5px !important;
        }
}
/****Styles-Karthik********/
.PathBreaking {
    background: rgba(124, 124, 124, 0.1);
    padding: 40px 0;
    overflow: hidden;
}

    .PathBreaking h4, .PropExPresence h4, .workFlow h4 {
        font-size: 1.75rem;
        font-weight: 600;
    }

    .PathBreaking .PathBreakingSlider {
        margin: 50px 0 50px 0;
    }

    .PathBreaking .processCard {
        box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.10);
        border: 1px solid #FFFFFF;
        max-width: 335px;
        background: #FFFFFF;
        width: 100%;
        max-width: 90%;
        height: 290px;
        border-radius: 10px;
        padding: 20px 0;
        margin: auto;
    }

    .PathBreaking img {
        width: 100px !important;
    }

.owl-carousel .owl-stage-outer {
    overflow: inherit !important;
}

.PathBreaking h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 13px 0;
}

.PathBreaking p {
    font-size: 16px;
    font-weight: 500;
}

.PathBreaking .line {
    width: 120px;
    height: 8px;
    color: #ED0B70;
    background: #ED0B70;
    position: absolute;
    bottom: 0;
    border-radius: 10px;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.25);
}

.ConnectNowButton button {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    background: #EF1284;
    border-radius: 5px;
    /*width: 160px;*/
    min-height: 38px;
}

    .ConnectNowButton button:hover {
        color: #FFF;
    }

.PropExPresence {
    padding: 40px 0 20px 0;
    overflow: hidden;
}

    .PropExPresence .presenceCard {
        box-shadow: 0px 5px 23px 0px #0000001A;
        border: 1px solid #FFFFFF;
        max-width: 335px;
        background: #FFFFFF;
        width: 100%;
        max-width: 90%;
        height: 350px;
        border-radius: 10px;
        padding: 20px 0;
        margin: auto;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 10px;
    }

.presenceCard h5 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
}

.presenceCard p {
    font-size: 16px;
    font-weight: 500;
    margin: 8px 0 10px 0px;
}

.presenceCard .projects p {
    margin: 0 0 0 5px !important;
}

.presenceDescription {
    justify-content: space-evenly;
}

.PropExPresence .presenceCard img {
    height: 135px;
}

.presenceCard .projects img {
    width: 15px !important;
    height: 15px !important;
}

.knowMore a {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    background: #ED0B70;
    border-radius: 5px;
    width: 120px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px
}

.topProjects h4, .preferredCityLocation h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: -15px;
}

.topProjects .saveHeart {
    position: absolute;
    width: 20px;
    right: 6px;
    top: 6px;
}

.preferredCitySlider .propertyLocation {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    width: 100%;
    margin: auto;
    padding: 20px 0;
}

.propertyLocation p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #000;
    text-align: center;
}

.preferredCitySlider .fa-angle-left, .slickSlider .fa-angle-right,
.topProjectSlider .fa-angle-left, .topProjectSlider .fa-angle-right,
.partnerSlider .fa-angle-left, .partnerSlider .fa-angle-right {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #FF4FB8;
    left: -60px !important;
    cursor: pointer;
}

.partnerSlider .fa-angle-left, .partnerSlider .fa-angle-right {
    top: 23% !important;
}

.preferredCitySlider .fa-angle-right, .topProjectSlider .fa-angle-right, .partnerSlider .fa-angle-right {
    right: -60px !important;
    left: revert !important;
}

.preferredCitySlider .location {
    margin: 30px auto 30px auto;
    width: 90% !important;
    display: flex !important;
}

.preferredCitySlider {
    overflow: hidden;
}

.preferredCityLocation .nav-tabs, .topProjects .nav-tabs {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 300px;
    height: 50px;
    margin: 40px auto 0px auto;
    border-bottom: 0;
}

.preferredCitySlider .slick-list {
    overflow: initial !important;
}

.PathBreakingSlider .slick-list {
    overflow: initial !important;
}

.PropExPresenceSlider .slick-list {
    overflow: initial !important;
}

.preferredCityLocation .nav-tabs {
    margin: 40px auto 20px auto;
}

.nav-tabs a {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding: 0;
    margin-bottom: 5px !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000000 !important;
    background-color: revert !important;
    border-color: revert !important;
    border-bottom: 3px solid #ED0B70 !important;
    border: none;
}

.marketPriceRentTab {
    border-bottom: none;
    margin-bottom: 20px;
}

    .marketPriceRentTab .nav-link.marketPrice {
        width: 170px;
        height: 52px;
        border: 1.5px solid #A4A4A4 !important;
        border-right: 1.5px solid #EF1284 !important;
        border-radius: 12px 0 0 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px !important;
        font-weight: 500 !important;
        background-color: #FFFFFF;
    }

    .marketPriceRentTab .nav-link.rent {
        width: 140px;
        height: 52px;
        border: 1.5px solid #A4A4A4 !important;
        border-left: 1.5px solid #EF1284 !important;
        border-radius: 0 12px 12px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px !important;
        font-weight: 500 !important;
        background-color: #FFFFFF;
    }

    .marketPriceRentTab .nav-link.active {
        border-bottom: none;
        border-color: #EF1284 !important;
        background-color: #FFE9F4 !important;
        color: #EF1284 !important;
    }

.priceReturnsTab {
    border: 1px solid #CCCCCC;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
    width: 250px;
    height: 52px;
    display: flex;
    justify-content: space-around;
    background-color: #FFFFFF;
}

    .priceReturnsTab .nav-item {
        width: auto !important;
    }

        .priceReturnsTab .nav-item a {
            font-size: 18px !important;
            font-weight: 400;
            color: #1B1B1B;
            padding: 8px 5px !important;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 52px;
        }

            .priceReturnsTab .nav-item a.active {
                color: #EF1284 !important;
                border-bottom: 2px solid #EF1284;
            }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
    border-color: none
}

.fade:not(.show) {
    opacity: 0;
    height: auto;
}

#topProjectSliderBangalore.fade.show + #topProjectSliderDubai .slick-track,
#preferredCityBangalore.fade.show + #preferredCityDubai .location {
    display: none !important;
}

#topProjectSliderBangalore.fade {
    display: none;
}

    #topProjectSliderBangalore.fade.show {
        display: block;
    }

.fade {
    transition: opacity 0s linear !important;
}

.topProjects {
    padding: 30px 6% 0px 6%;
}

.preferredCityLocation {
    padding: 30px 0;
}

.propertyCard h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
}

.propertyCard .cords h6, .propertyCard p {
    font-size: 16px;
    font-weight: 500;
    color: #545454;
    margin-bottom: 0;
}

.propertyCard p {
    font-size: 14px;
    margin: 8px 0 0 0;
}

.propertyCard .cords img {
    width: 15px;
}

.propertyCard .card-body {
    padding: 1rem 1rem 0 1rem;
}

.propertyCard .sidenav .nav {
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.card-sidenav {
    box-shadow: none;
    border-radius: 0px;
}

.propertyCard .card {
    box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.03);
    margin-top: 50px;
    max-width: 93%;
}

.topProjects .viewMore a, .preferredCityLocation .viewMore a {
    margin: auto;
    font-size: 18px;
    font-weight: 500;
    color: #ED0B70;
    margin-top: 20px;
}

.topProjects .viewMore i, .preferredCityLocation .viewMore i {
    margin-left: 10px;
}

.partnerSection {
    padding: 50px;
}

.sidenav .nav .icon img {
    width: 30px !important;
}

.propertyLocation img {
    height: 76px;
    margin: auto;
}

.card-title h5.title {
    width: 70%;
}

.card-title h5.price {
    width: 50%;
    text-align: center;
}

.workFlow {
    padding: 40px 0;
}

    .workFlow .workFlowCard {
        display: flex !important;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        background: rgba(244, 15, 158, 0.2);
        height: 300px;
        border-radius: 5px;
        width: 260px;
        max-width: 90%;
        margin: auto;
        margin-top: 40px;
        position: relative;
    }

    .workFlow .workFlowCard1 {
        background: rgba(244, 15, 158, 0.2);
    }

    .workFlow .workFlowCard2 {
        background: rgba(254, 54, 126, 0.2);
    }

    .workFlow .workFlowCard3 {
        background: rgba(245, 151, 235, 0.2);
    }

    .workFlow .workFlowCard4 {
        background: rgba(244, 166, 171, 0.2);
    }

.workFlowCard h5 {
    font-size: 18px;
    padding-top: 45px;
    font-weight: 600;
}

.workFlowCard .sideLine {
    position: absolute;
    left: 0;
    height: 280px;
    width: 10px;
    background: rgba(244, 15, 158, 0.2);
    border-radius: 15px;
}

.workFlowCard .sideLine1 {
    background: rgba(244, 15, 158, 0.2);
}

.workFlowCard .sideLine2 {
    background: rgba(254, 54, 126, 0.2);
}

.workFlowCard .sideLine3 {
    background: rgba(253, 125, 240, 0.2);
}

.workFlowCard .sideLine4 {
    background: rgba(244, 124, 131, 0.2);
}

.partnerSlider .fa-angle-left, .partnerSlider .fa-angle-right {
    background: none;
    color: #000;
    left: -45px !important;
}

.partnerSlider .fa-angle-left, .partnerSlider .fa-angle-right {
    top: 25% !important;
}

.partnerSlider .fa-angle-right {
    right: -45px !important;
    left: revert !important;
}

.workFlowCard img {
    width: 120px;
}
.tooltip {
  position: relative;
  display: inline-block;
  opacity:1!important;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 140%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

    .tooltip .tooltiptext::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: rotate(180deg);
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #000 transparent transparent transparent;
    }

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.propertyCard .property-desc {
padding:0 15px;
}
.ratingLabelProperty {
    background-color: #262626;
    border-radius: 20px;
    color: #fff;
    padding: 0px 2px;
}
    .ratingLabelProperty span {
        color: #FFBB00;
    }
    @media(max-width:992px) {
        /*.topProjectSlider{
        margin:auto;
    }*/
        .presenceCard h5 {
        font-size: 18px;
    }

    .presenceCard p {
        font-size: 15px;
    }

    .presenceCard .projects p {
        font-size: 14px;
    }

    .knowMore a {
        font-size: 14px;
        width: 113px;
        height: 32px;
    }

    .PropExPresence .presenceCard img {
        height: 100px;
    }

    .workFlowCard h5 {
        font-size: 16px;
    }

    .workFlowCard img {
        width: 100px;
    }

    .PathBreaking img {
        width: 60px;
    }

    .PathBreaking h5 {
        font-size: 18px;
    }

    .PathBreaking p {
        font-size: 14px;
    }

    .PathBreaking .ConnectNowButton button {
        font-size: 16px;
        width: 140px;
        height: 40px;
    }

    .propertyCard .cords h6 {
        font-size: 14px;
    }

    .PathBreaking .processCard {
        max-width: 95%;
        height: 220px;
    }

    .PathBreaking h4, .topProjects h4, .preferredCityLocation h4, .PropExPresence h4, .workFlow h4 {
        font-size: 22px;
    }

    .propertyCard .card {
        margin: 22px auto 0 auto;
    }

    .propertyCard h5, .nav-tabs a {
        font-size: 16px;
        font-weight: 600;
    }

    .sidenav .nav .icon img {
        width: 25px !important;
    }

    .PropExPresence .presenceCard {
        max-width: 90%;
        height: auto;
        margin-top: 25px
    }
}

@media(max-width:767px) {
    .partnerSlider .fa-angle-left, .partnerSlider .fa-angle-right {
        top: 13% !important;
    }

    .partnerSection {
        padding: 30px;
    }

    .PathBreaking .container {
        padding-right: 0 !important;
    }

    .workFlow .workFlowCard {
        height: 265px;
        max-width: 90%;
        margin-top: 20px;
    }

    .workFlowCard .sideLine {
        height: 255px;
    }

    .PathBreaking .processCard {
        max-width: 92%;
        /* max-width:260px;*/
        height: auto;
        margin: revert;
        /*margin-left:80px;*/
    }
    /* .slick-list {
        overflow:initial!important;
        }*/
    .PathBreaking .PathBreakingSlider {
        margin: 30px 0 30px 0;
    }

    .topProjects {
        padding: 0px 0 20px 0;
    }

        .topProjects .container-fluid {
            padding: 0 !important;
        }

        .preferredCityLocation .nav-tabs, .topProjects .nav-tabs {
            width: 270px;
            margin: 25px auto 0px auto;
            height: 40px;
        }

    .propertyCard .card {
        /*min-width: 100%;*/
        margin-top: 22px
    }

    .propertyCard .price {
        width: 70px;
        text-align: center;
    }

    .propertyCard .card-title {
        margin-bottom: 0 !important;
    }

    .sidenav-search .nav, .sidenav {
        height: 40px;
        right: 0;
        border-radius: 0;
    }

    .propertyLocation img {
        height: 60px;
        margin: auto;
    }

    .preferredCitySlider .propertyLocation {
        width: 93%;
        padding: 15px 0;
    }

    .preferredCityLocation .viewMore a {
        margin-top: 0px;
        font-size: 14px !important;
    }

    .propertyLocation p {
        font-size: 10px;
    }

    .viewMore a {
        font-size: 14px !important;
    }

    .search-wrapper-tab button {
        margin-left: 4px;
        margin-right: 0px;
    }

    .sidenav .nav .icon img {
        width: 30px !important;
    }
}

@media (max-width: 1440px) {
    .body-container {
        width: calc(100% - 190px);
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .body-container {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: auto !important;
    }
}

/*****Exchange New******/
.tablewrap .tab-content {
    overflow: auto;
}

.tab-content::-webkit-scrollbar {
    height: 2px;
}

.tablewrap .tab-pane {
    max-height: 520px !important;
}

.tablewrap h3 {
    float: left;
    margin-bottom: 0;
    font-weight: 600;
}

.tablewrap .nav-tabs .nav-item {
    width: 100px !important;
}

    .tablewrap .nav-tabs .nav-item a {
        font-size: 14px;
        font-weight: 400;
        padding: 8px 0px !important;
        text-align: center;
    }

.m-price {
    justify-content: space-between !important;
    align-items: center;
}

.tablewrap .nav-tabs {
    margin: 0 !important;
}

.thead-returns, .thead-dark {
    height: 60px;
    background: #FFFFFF !important;
    border-bottom: 1px solid #F0F0F0;
    padding: 0 0 0 1% !important;
    position: sticky;
    top: -1px;
    /*display:flex;*/
}

.propertyExchangeTable .table {
    border: 1px solid #F0F0F0;
    background-color: #FFFFFF;
    border-radius: 12px;
}

    .propertyExchangeTable .table tr {
        width: 100%;
        display: revert;
        border: 1px solid #ccc;
    }

#marketSaleReturns .col2 p {
    width: 40%;
}

    #marketSaleReturns .col2 p span {
        float: right;
    }

#marketSaleReturns .col3 p {
    width: 40%;
}
#marketSaleReturns .col3 p span {
    float: right;
}
#marketSaleReturns .col4 p {
    width: 40%;
}

    #marketSaleReturns .col4 p span {
        float: right;
    }
#marketSaleReturns .col5 p {
    width: 30%;
}

    #marketSaleReturns .col5 p span {
        float: right;
    }
#marketSaleReturns .col6 p {
    width: 30%;
}

    #marketSaleReturns .col6 p span {
        float: right;
    }
#marketSalePrice .col2 p {
width:80%;
}
#marketSalePrice .col2 p span {
    float:right;
}
#marketSalePrice .col4 p {
    width: 75%;
}
#marketSalePrice .col4 p span {
    float: right;
}
#marketSalePrice .col5 p {
    width: 80%;
}

    #marketSalePrice .col5 p span {
        float: right;
    }
#marketSalePrice .col6 p {
    width: 65%;
}

    #marketSalePrice .col6 p span {
        float: right;
    }
#marketSalePrice .col7 p {
    width: 90%;
}

    #marketSalePrice .col7 p span {
        float: right;
    }
#marketSalePrice .col8 p {
    width: 90%;
}

    #marketSalePrice .col8 p span {
        float: right;
    }
#dvMicroMarketRent .col2 p {
    width:20%;
}
#dvMicroMarketRent .col2 p span {
   float:right;
}
#dvMicroMarketRent .col3 p {
    width: 30%;
}

    #dvMicroMarketRent .col3 p span {
        float: right;
    }
.propertyExchangeTable .table td, .propertyExchangeTable .table th {
    padding: 20px 10px 10px 10px !important;
    vertical-align: top;
    background-color: #FFFFFF !important;
    border: none !important;
    font-size: 16px;
    font-weight: 600;
    color: #1B1B1B !important;
    text-align: left;
}

.propertyExchangeTable .table td {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    height: 50px;
}

tbody {
    padding: 10px 0 0 1% !important;
    height: 460px;
}

.price-table .col1 {
    width: 20%;
}

.price-table .col2 {
    width: 5%;
}

.price-table .col3, .price-table .col4, .price-table .col6 {
    width: 10%;
}

.price-table .col5, .price-table .col7, .price-table .col8, .price-table .col9 {
    width: 10%;
}

.return-table .col1 {
    width: 23%;
}

.return-table .col2, .return-table .col3 {
    width: 13.5%;
}

.return-table .col4, .return-table .col7 {
    width: 15%;
}

.return-table .col5, .return-table .col6 {
    width: 10%;
}

.return-table .roi {
    color: #28AF6D !important;
}

.rentTable .col1 {
    width: 35%;
}

.rentTable .col2 {
    width: 35%;
}

.rentTable .col3 {
    width: 21%;
}

.rentTable .thead-dark {
    padding: 0 0 0 3% !important;
}

.rentTable tbody {
    padding: 10px 0 0 3% !important;
    max-height: 90vh;
    overflow: scroll;
}

.propertyExchangeTable .table td.col1 {
    font-weight: 500;
}

.tab-content > .active {
    display: block;
    opacity: 1 !important;
}

.priceReturnsTab .nav-item a.active svg path {
    fill: #EF1284 !important;
}

thead, tbody {
    display: revert;
}

@media (max-width: 768px) {
    .priceReturnsTab {
        width: 180px;
        height: 38px;
    }

        .priceReturnsTab .nav-item a {
            font-size: 14px !important;
            height: 38px;
        }

    .tablewrap .nav-tabs .nav-item {
        width: auto !important;
    }

    .marketPriceRentTab .nav-link.marketPrice {
        width: 122px;
        height: 38px;
        font-size: 14px !important;
        border-radius: 5px 0 0px 5px;
    }

    .marketPriceRentTab .nav-link.rent {
        width: 100px;
        height: 38px;
        font-size: 14px !important;
        border-radius: 0 5px 5px 0;
    }

    .propertyExchangeTable .table td, .propertyExchangeTable .table th {
        padding: 4px 10px !important;
        font-size: 12px;
        height: 40px;
    }

    .propertyExchangeTable .table td {
        font-size: 12px;
        height: 40px;
    }

    thead, tbody {
        display: revert !important;
    }

    .propertyExchangeTable .table tr {
        display: revert;
    }

    .price-table .col1, .price-table .col2, .price-table .col3, .price-table .col4, .price-table .col5,
    .price-table .col6, .price-table .col7, .price-table .col8, .price-table .col9 {
        width: auto !important
    }

    .why-colive-exchange-desktop-list td a h6 {
        font-size: 12px !important;
    }

    .topProjects h4, .preferredCityLocation h4 {
        margin-bottom: 0px;
    }

    .PropExPresence .PropExPresence {
        padding: 0px 0 20px 0;
    }
    #dvMicroMarketRent .col2 p {
        width: 37%;
    }
    #dvMicroMarketRent .col3 p {
        width: 60%;
    }
    #marketSaleReturns .col2 p {
        width: 101%;
    }
    #marketSaleReturns .col3 p {
        width: 90%;
    }
    #marketSaleReturns .col4 p {
        width: 80%;
    }
    #marketSaleReturns .col5 p {
        width: 60%;
    }
    #marketSaleReturns .col6 p {
        width: 60%;
    }
    .workFlow h1 {
        font-size: 20px;
        font-weight: 600;
    }
    .searchblock .form-group .form-control {
    height:auto;
    }
}
