﻿/*****Std css****/
body {
    font-size: 14px;
    height: 200vh;
    margin: 0 0;
    padding: 0 0;
    overflow-x: hidden;
}

.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;
}

.clear {
    clear: both;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}
.containers {
max-width:1150px;
margin:0 auto;
}
/*****Std css end****/
/*Header css*/
.dvTCSection {
    width: 68%;
    margin: 0 0 0 160px;
    position: relative;
    top: 0;
    z-index: 99;
}

.dvTrending {
    position: relative;
}
.rental-trend-slider > .owl-carousel owl-theme {
    border-right: 1px solid #ccc;
    margin-right: 30px;
}
.dotsweb3 {
    margin-right: 7%;
}

/**header control menu**/
.cat-block {
    margin: 25px 40px 0 0;
    border-right: 1px solid #a4a4a4;
    padding-right: 40px;
}

.cityTrendChip {
    display: inline-block;
    /* padding: 0 15px;*/
    height: 35px;
    width: 120px;
    font-size: 18px;
    line-height: 35px;
    border-radius: 0px;
    background-color: transparent;
    color: #ED0B70;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    background: url(/assets/images/dropdown-icon.png) no-repeat 100% 50%;
    height: auto;
    width: 115px;
}

.cityTrendChip option {
    background-color: #20222c;
    font-size: 17px;
    line-height: 60px;
}

@media (max-width: 767px) {
    .cityTrendChip option {
        font-size: 12px;
        line-height: 30px;
    }
    .why-colive-exchange-details {
        height: 370px !important;
        overflow: scroll !important;
    }
}

.rental-trend-slider .owl-stage {
    width: 1000px !important;
}

.owl-stage-outer {
    width: 97%;
    margin: 0 auto;
}

.rental-trend-slider .owl-stage {
    width: 150px !important;
    float: left;
}

.rental-trend-slider .owl-item {
    width: auto;
}

.rental-trend-slider .owl-item {
    margin-right: 30px !important;
}

.slider-container {
    overflow: hidden;
    position: relative;


{
    content: '.slider-container';
    position: absolute;
    left: 0;
    top: 0;
    color: blue;
}

}

img {
    display: inline-block;
    max-width: 100%;
}

.my-slider {
    position: relative;
}

.header.themewhite .logo {
    padding: 5px 10px 5px 10px;
}

.slider-item {
    color: white;
    padding: 1.3rem .75rem 1.5rem 0;
    position: relative;
}

.slider-item {
    content: '.slider-item';
    position: absolute;
    left: 0;
    top: 0;
    color: blue;
}

    .slider-item:hover {
        cursor: pointer;
    }

.citytrend {
    margin-left: 3%;
}

.owl-prev {
    font-weight: 600;
    float: left !important;
    margin-top: -40px !important;
}

.owl-next {
    font-weight: 600;
    float: right !important;
    margin-top: -40px !important;
}

.owl-loaded {
    color: white;
}

.owl-nav {
    position: absolute;
    right: 0;
    width: 100%;
}

.owl-stage-outer {
    width: 100%;
    margin: 0 auto;
}

.owl-stage {
    width: 100%;
}

.trendRed {
    font-size: 16px;
    margin-left: 5px;
    color: red;
    font-weight: bold;
}

.trendGreen {
    font-size: 16px;
    margin-left: 5px;
    color: lawngreen;
    font-weight: bold;
}

.trendLabel {
    font-size: 14px;
    padding-right: 10px;
    margin-bottom: 0px;
}

.trendRupee {
    font-size: 14px;
    margin-bottom: 0;
}

.section3text h4 a {
    color: #f8049c;
}

.home-slider .owl-stage-outer {
    width: 100% !important;
}

.rental-trend-slider {
    float: left;
}

.activityitem :hover {
    background-color: none !important;
}

.owl-carousel.home-slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 8%;
    text-align: center;
    display: none;
}

    .owl-carousel.home-slider .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
        margin: 5px;
        border-radius: 50%;
        background: transparent;
        border: 1px solid #fff;
    }

        .owl-carousel.home-slider .owl-dots .owl-dot.active {
            background: #f8049c;
        }

.dvTCSection span.owl-prev {
    display: none !important;
}

.dvTCSection span.owl-next {
    display: none !important;
}

.dotswrap {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    z-index: 1;
    /* left: 7%;*/
}
.dotsweb1 {
margin-left:8%;
}
.dotsweb2 {
    margin-top: 60px;
    position: absolute;
    left: 55%;
}

/**header control menu end**/
/*Header Css end*/
/*Herosection*/
.herosection {
    margin-top: 70px;
}

    .herosection h1 {
        color: #ED0B70;
        text-align: center;
        margin-top: 140px;
        font-size: 59px;
        margin-bottom: 0;
        font-weight: 400;
    }

    .herosection h3 {
        text-align: center;
        font-size: 21px;
       /* margin-top: 10px;*/
        color: #838282;
    }

/*Herosection End*/
/*Search*/
.searchwrap {
    margin-top: 1.5rem;
    padding: 0 1rem !important;
}

    .searchwrap .form-group input {
        border-radius: 3rem;
        padding: 1.375rem 0.75rem;
        border: 1.5px solid #ED0B70;
        font-size: 0.89rem;
    }

        .searchwrap .form-group input:focus {
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.searchwrapcenter {
    padding: 0 2rem !important;
    justify-content: center;
}

.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: 20px;
    margin: 0.7rem 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: 18px;
        top: 3px;
        cursor: pointer;
    }*/

/* || Media Queries */

@media (max-width: 480px) {
    .searchbtn::before {
        right: 0;
        width: 40px !important;
        height: 40px !important;
        top: 0px;
    }
}

.searchblock .form-group {
    width: 100%;
    margin: 1rem 0;
}

    .searchblock .form-group .form-control {
        border: 1px solid #fff;
        text-overflow: ellipsis;
        width: 85%;
    }

        .searchblock .form-group .form-control:focus {
            border: 1px solid #fff;
            box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.25);
        }

.suggestionContainer {
    list-style: none;
    padding: 0;
    position: absolute;
    width: 100% !important;
    background-color: #fff;
    border: 0px solid #D7D7D7;
    border-top: 0;
    z-index: 9;
    margin-left: -12px;
    border-bottom: 0px solid #e3e3e3;
    margin:0 !important;
}

@media (max-width: 767px) {
    .suggestionContainer {
        width: 100%;
        z-index: 1;
        text-overflow: ellipsis;
        border: 0px solid #D7D7D7;
        border-bottom: 0px solid #e3e3e3;
    }

        .suggestionContainer > .glDetails {
            text-overflow: ellipsis;
            width: 90%;
        }
}

    .suggestionContainer li:last-child {
        border-bottom: 2px solid #e3e3e3;
    }

.suggestionContainer > .glDetails {
    padding: 0 24px;
    min-height: 35px;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
    border-top: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
}

    .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;
        }
.living-type {
/*margin-top:3.5rem;*/
}
.living-type ul {
    text-align: center;
}

    .living-type ul li {
        display: inline-grid;
        font-size: 18px;
        color: #ED0B70;
        padding: 0 5px;
        font-weight: 500;
        border-right: 1px solid rgb(173 156 156 / 32%);
        height: 30px;
        align-items: center;
    }

    .living-type ul li:last-child {
        border-right: 0px solid rgb(173 156 156 / 32%);
    }

li.devide {
    font-size: 26px !important;
    font-weight: 300 !important;
    color: #ccc !important;
}

.search-premium {
    border-right: 1px solid #ccc;
    align-items: center;
    justify-content: right;
    display: flex;
}

.search-affordable {
    align-items: center;
    justify-content: left;
    display: flex;
}

.search-pg {
    border-right: 1px solid #ccc;
    align-items: center;
    justify-content: right;
    display: flex;
    margin-top: 10px;
}

.seach-familyhome {
    margin-top: 10px;
}

    .search-premium p,
    .search-affordable p,
    .search-pg p,
    .seach-familyhome p {
        margin-bottom: 0;
        display: inline-block;
        font-size: 18px;
        color: #ED0B70;
        font-weight: 500;
    }

.search-pg-list {
    display: none;
}

.verical-line {
    border-left: 0px solid #ad9c9c;
    height: 20px;
    position: absolute;
    margin-top: 4px;
    z-index: -1;
}

.living-type ul {
    text-align: center;
    align-items: center;
    display: flex;
}

    .living-type ul li a {
        margin: 0 10px;
        text-decoration: none;
        font-size: 15px;
        color: #ED0B70;
        font-weight: 600;
        margin: 0 8px 0 10px;
       
    }

        .living-type ul li a span {
            color: #000000;
            font-size: 10px;
        }

/*Search End*/
/*Property Block*/
.tenantblock p,
.ownerblock p {
    font-size: 21px;
    line-height: 21px;
    color: #000;
    font-weight: 400;
}

.ownerblock p {
    margin-top: 16%;
    font-size: 22px;
    line-height: 30px;
    margin-left: 16%;
}

.tenantblock span,
.ownerblock span {
    color: #C70048;
}

.bidblock {
    background-color: #fff6fc;
    border-radius: 20px;
    padding: 40px 40px 40px 40px;
    text-align: left;
}

    .bidblock p {
        color: #C70048;
        font-size: 18px;
        line-height: 1.2em;
        margin-left: 20px!important;
    }

    .bidblock .colive-button {
        font-size: 13px;
        margin-left: 20px;
    }

.colive-button {
    /*background: linear-gradient(to right, #ed0b70 0%, #ff0f00 100%);*/
    background: linear-gradient(to right, #ff2587 0%, #ff1066 100%);
    color: #fff;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
}


.tenantblock,
.ownerblock {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
}
.pinkbgs {
padding-left: 40px;
}

.bidblock-text {
    padding: 10px;
}

.propertyicon {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.property-block-web {
    margin-top: 100px;
}

/*Property block End*/

/*rentx block*/
.rentx-img img {
    max-width: 100%;
    padding: 0;
}

.rentxwrap {
    padding: 5% 0 3%;
    margin-top: 3%;
    background: linear-gradient(to right, #e2ffe9 0, #ffe5ef 80%);
    background-size: 100% 260px;
    background-repeat: no-repeat;
    background-position: bottom;
}

    .rentxwrap .rentx-img {
        text-align: center;
    }

    .rentxwrap .rentx-img img {
        max-width: 290px;
    }

    .rentxblock-propex h1 {
        font-size: 2.5rem !important;
        line-height: 2.5rem !important;
        font-weight: 500 !important;
        margin-bottom: 12px !important;
    }

.rentxblock-propex .rentxdownload p {
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 3%;
    font-size: 18px;
    text-align: left;
}

.rentxblock p {
    font-size: 17px;
    font-weight: 500;
    color: #979797;
    margin-bottom: 7px;
    margin-top: 0px;
    line-height: 1.5;
}

    .rentxblock p span {
        color: #f8049c;
        font-size: 20px;
    }

.black-rentxblock {
    color: #979797 !important;
    font-size: 14px !important;
    margin-bottom: 14px !important;
    margin-top: 0px !important;
    letter-spacing: 1px;
}

.rentxdownload p {
    font-size: 18px;
    font-weight: 500;
    color: #979797;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 20px;
}

.rentxdownload p span {
    color: #ED0B70;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 3px;
}

.rentxdownload .whatsapp-logo {
    position: relative;
}

    .rentxdownload .whatsapp-logo p {
        position: absolute;
        bottom: 45px;
        left: 6.8rem;
        font-size: 15px;
        color: #000;
    }

    .show-me-more {
        margin-top: 10px;
        background: linear-gradient(to right, #ff2587 0%, #ff1066 100%);
        color: #fff;
        padding: 5px 15px;
        border: none;
        border-radius: 5px;
    }

.show-me-more a {
    color: #ffffff !important;
}

.whatsapp-logo p img {
    width: 22px;
    padding: 0;
}

.c-process {
    display: flex;
}

.rentxblock h1 {
    color: #525252;
    margin-top: 100px;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1px;
}

.search-container {
    background-color: #ffeef8a8;
    padding: 24px 0 30px 0;
}
@media (max-width: 767px) {
    .rentxblock h1 {
        margin-top: 32px !important;
    }

    .sub-perfect-cowork .innovate {
        margin-top: 0px !important;
    }

    .categories.finance-option h1 {
        transform: none !important;
        font-weight: 600 !important;
        font-size: 22px !important;
        margin-bottom: 7px !important;
        margin-top: 12px !important;
        line-height: 0px !important;
    }

    .search-container {
        padding: 24px 0 14px 0;
    }
}

    .rentxblock h1 span {
        color: #ED0B70;
    }

.playstore {
    display: flex;
    background: #000;
    padding: 10px;
    border-radius: 7px;
    width: 130px;
    height: 40px;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
}

    .playstore p,
    .appsstore p {
        color: #fff;
        margin-top: 0;
        font-weight: 300;
        font-size: 12px;
    }

.appsstore {
    display: flex;
    background: #000;
    padding: 10px;
    border-radius: 7px;
    width: 130px;
    height: 40px;
    cursor: pointer;
    position: relative;
}

.playstore img,
.appstore img {
    position: absolute;
    right: 10px;
    width: 22px;
    bottom: 8px;
    margin-bottom: 0px !important;
}

.rentxapp {
    margin-left: 40px;
    margin-top: 30px;
}

.QRcode img {
    width: auto;
}

.rentxblock {
    left: 20px;
}

.rentxblock img {
    margin-bottom: 7px;
}

.rentxdownload {
    margin-top: 0px;
    text-align: center;
    bottom: -10px;
    position: absolute;
}

    .rentxdownload .QRcode img {
        width: 155px;
    }

    .rentxdownload .rentxapp p {
        color: #fff;
        font-size: 14px;
        padding-top: 0%;
    }

    .trendingview {
        justify-content: center;
        display: flex;
        align-items: center;
        margin-left: 85%;
    }

.colive-trend {
    text-align: center;
    margin-bottom: 0.5%;
    width: 22%;
}

    .colive-trend img {
        width: 110px;
        height: 110px;
    }

    .colive-trend a p {
        color: #000;
        font-size: 13px !important;
        font-weight: 500 !important;
    }

.trendingview h1 {
    transform: rotate(90deg);
    font-weight: 500;
    color: #525252;
    font-size: 54px;
    letter-spacing: 1px;
}

.categories {
    margin-top: 125px;
}

    .categories.finance-option {
        margin-top: 0px !important;
    }

        .categories.finance-option h1 {
            transform: rotate(270deg);
            font-weight: 500;
            color: #525252;
            line-height: 54px;
            font-size: 54px;
            letter-spacing: 1px;
            margin-right: 0;
            margin-top: 15%;
            width: 300px;
            text-align: left;
        }

.profilesection .row {
    justify-content: space-between;
    text-align: center;
    color: #fff;
}

.profilesection h1 {
    transform: rotate(270deg);
    font-weight: 500;
    color: #525252;
    font-size: 54px;
    letter-spacing: 1px;
    margin-right: 20%;
}

.profiletitle {
    justify-content: end;
    display: flex;
    align-items: center;
}

.profilebg {
    background: #FF007A;
    padding: 50px;
    border-radius: 25px;
    padding: 30px 80px 30px 80px;
}

.profilesection {
    margin-bottom: 150px;
}

.rentx-img-mob {
    display: none;
}

/*rentx end*/
/*why colive*/
.why-colive-title {
    justify-content: flex-end;
    display: flex;
}

.challenges-colive-title {
    justify-content: center;
    display: flex;
    align-items: center;
}

.why-propex-title-rotate {
    justify-content: left;
    display: flex;
    align-items: center;
}

.challenges-propex-title-rotate {
    justify-content: start;
    display: flex;
    align-items: stretch;
}

.why-colive-feature-number .why-colive-title h1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
}

.why-colive-title h1 {
    transform: rotate(0deg);
    font-weight: 500;
    color: #525252;
    font-size: 54px;
    line-height: 54px;
    letter-spacing: 1px;
    margin-top: 10%;
}

        .why-colive-title h1.propex-title-rotate {
            transform: rotate(0deg);
        }

.why-colive-feature {
    align-items: center;
    /*justify-content: center;*/
    display: grid;
    width: 100%;
    padding-left:5px;
}

.challenges-colive-title h1 {
    transform: rotate(90deg);
    font-weight: 500;
    color: #ffffff;
    font-size: 54px;
    line-height: 54px;
    letter-spacing: 1px;
}

    .challenges-colive-title h1.propex-title-rotate {
        transform: rotate(-90deg);
    }

.challenges-colive-feature {
    align-items: center;
    justify-content: left;
    display: grid;
    width: 100%;
}

.why-colive-ping-bg {
    background-color: #FFF5FB;
    margin: 110px 0 0;
    padding: 100px 0;
}

.challenges-colive-ping-bg {
    background-color: #ED0B70;
    margin: 110px 0 0;
    padding: 100px 0;
}

.why-colive-feature-number ol li {
    list-style-type: decimal-leading-zero !important;
}

.why-colive-feature ol.why-colive-feature-list li {
    font-size: 16px;
    color: #707070;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 400;
    list-style-type: disc;
}

.why-colive-feature ol.why-colive-feature-list-left li {
    font-size: 16px;
    color: #707070;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 400;
    list-style-type: disc;
}

.why-colive-feature ol li {
    font-size: 18px;
    color: #707070;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 400;
    list-style-type: disc;
}

    .why-colive-feature ol li:last-child {
        margin-bottom: 0px;
    }

    .why-colive-feature ol {
        margin-bottom: 0px;
    }

        .why-colive-feature ol.why-colive-feature-list-left li::marker, .why-colive-feature ol.why-colive-feature-list li::marker {
            font-size: 18px;
        }

        .why-colive-feature ol li::marker {
            color: #ED0B70;
            font-size: 22px;
        }

    .why-colive-feature ol li span {
        color: #ED0b70;
        font-size: 22px;
        margin-right: 15px;
    }

    .why-colive-feature ol li a {
        color: #ED0B70;
    }

    .why-colive-feature ol li a:hover {
        color: #ED0B70;
        text-decoration: underline;
    }

    .why-colive-feature ol li.line-colive-feature {
        line-height: 1.5;
    }

    .challenges-colive-feature ol li {
        font-size: 18px;
        color: #707070;
        line-height: 46px;
        font-weight: 400;
        list-style-type: disc;
    }

    .challenges-colive-feature ol li::marker {
        color: #ED0B70;
        font-size: 22px;
    }

    .challenges-colive-feature ol li span {
        color: #ED0b70;
        font-size: 22px;
        margin-right: 15px;
    }

.buy-smart-on-propex {
    padding: 100px 0;
}

    .buy-smart-on-propex h1 {
        font-weight: 700;
        font-size: 30px;
        text-align: center;
        margin-bottom: 50px;
        letter-spacing: 0.02em;
        color: #525252;
    }

.buy-smart-on-propex-grid h4 {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.02em;
    color: #F8049C;
    margin-bottom: 12px;
}

.buy-smart-on-propex-grid ul {
    padding-left: 20px;
}

    .buy-smart-on-propex-grid ul li {
        font-weight: 400;
        font-size: 16px;
        color: #707070;
        letter-spacing: 0.02em;
        margin-bottom: 5px;
    }

    .buy-smart-on-propex-grid ul li::marker {
        color: #ED0B70;
        font-size: 22px;
    }

.locations-smart-on-propex {
    padding: 80px 0 100px;
    background-color: #FFF5FB;
}

    .locations-smart-on-propex h1 {
        font-weight: 700;
        font-size: 30px;
        text-align: center;
        margin-bottom: 60px;
        letter-spacing: 0.02em;
        color: #525252;
    }

.locations-smart-on-propex-grid {
    align-items: center;
    display: grid;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 18px;
    border: 6px solid #fff5fb;
    padding: 15px;
}

    .locations-smart-on-propex-grid h4 {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0.02em;
        color: #707070;
        margin-bottom: 0px;
        text-align: center;
        padding: 50px 20px;
        line-height: 1.5;
    }


.why-colive-bg-grey {
    background-color: #F8F8F8;
    padding: 34px 0;
}
.pinkdot1 {
    position: absolute;
    bottom: 0;
}
.pinkdot2 {
    position: absolute;
    left: 54%;
    top: 0;
}
.pinkdot3 {
    position: absolute;
    right: 0%;
    top: 40%;
}
.why-colive-feature ol {
margin-left: 0;
}

.challenges-colive-feature ol {
    margin-left: 0;
}

/*why colive end*/
/*Gallery*/
.gallery-title {
    justify-content: center;
    margin-top: 30px;
}

    .gallery-title h1 {
        transform: rotate(270deg);
        font-weight: 500;
        color: #525252;
        line-height: 54px;
        font-size: 54px;
        letter-spacing: 1px;
        margin-right: 30%;
        margin-top: 15%;
        width: 300px;
    }

.gallery {
    margin-top: 150px;
}

.viewmore a {
    float: right;
    color: #000;
    font-size: 16px;
    margin-right: 10px;
}

/*Galler End*/
/*Aboutus*/
section.aboutus {
    margin-top: 100px;
}

.aboutus-bg {
    background-color: #ff007a;
    border-radius: 20px;
    padding: 20px;
}

.properties h2 {
    color: #fff;
    font-weight: 400;
    float: left;
    font-size: 1.6rem;
    margin-left: 40%;
}

.units h2 {
    width: 100px;
    margin: 0 auto;
    color: #fff;
    font-weight: 400;
    font-size: 1.6rem;
}

.members h2 {
    color: #fff;
    font-weight: 400;
    float: left;
    font-size: 1.6rem;
    margin-left: 20%;
}

.aboutustitle {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .aboutustitle h4 span a {
        color: #ff007a;
        text-decoration: none;
        font-size: 1.2rem;
        vertical-align: sub;
        margin-left: 15px;
    }

    .aboutustitle h4 {
        color: #707070;
        display: flex;
    }

.services-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .services-title h1 {
        transform: rotate(90deg);
        font-weight: 500;
        color: #525252;
        font-size: 54px;
        letter-spacing: 1px;
        margin-left: 75%;
    }

section.services {
    margin-top: 150px;
    margin-bottom: 100px;
}

.serviceblock-1 div {
    width: 20%;
    text-align: center;
}
.serviceblock-1 a, .serviceblock-2 a {
    color: #000;
}
.serviceblock-2 div {
    width: 25%;
    text-align: center;
}

.serviceblock-1 p,
.serviceblock-2 p {
    font-size: 12px;
}

.compare-title h1 {
    transform: rotate(270deg);
    font-weight: 500;
    color: #525252;
    font-size: 54px;
    line-height: 54px;
    letter-spacing: 1px;
}

.compare-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-compares {
    background-color: #FFF5FC;
    padding-top: 100px;
}

.br-right {
    border-right: 1px solid #ccc;
}

.product-compares img {
    margin-bottom: 5%;
}

.d-hr hr {
    width: 80%;
    margin: 15px auto auto auto;
    padding: 0 0 18px 0;
    height: 2px;
    border-top: 2px solid #ad9c9c;
}
sub {
    font-size: 10px !important;
    color: #000;
}
p.experience {
font-size:16px;
}
.buyer-iconnect {
    background-color: #fad6ec;
    border-radius: 40px;
    padding: 30px;
    margin-bottom: 25px;
}
    .buyer-iconnect a img, .buyer-imeet a img, .buyer-ivisit a img {
        width: 30px;
        height:30px;
    }
.buyer-imeet {
    background-color: #dfaaca;
    border-radius: 40px;
    padding: 30px;
    margin-bottom: 25px;
}
.buyer-ivisit {
    background-color: #ffc6e9;
    border-radius: 40px;
    padding: 30px 20px 4px 20px;
    margin-bottom: 25px;
}
    .buyer-iconnect a h5, .buyer-imeet a h5, .buyer-ivisit a h5 {
        color: #525252;
        font-weight: 600;
        margin-bottom: 0;
    }
    .buyer-iconnect p, .buyer-imeet p, .buyer-ivisit p {
    padding-top:30px;
    text-align:center;
    font-size:18px;
    }
    .buyer-iconnect a, .buyer-imeet a, .buyer-ivisit a {
        text-align: center;
        display: flex !important;
        justify-content: center;
        gap: 10px;
        align-items: center;
        cursor: pointer;
    }
.Explore-btn {
    margin-top: 6%;
    margin-bottom: 4%;
}
.buyproperty {
    background-color: #fad6ec;
}
.buyer-score-wrap {
    margin: 5%;
    background-color: #fff;
    border-radius: 30px;
    padding: 35px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
    .buyer-score-wrap h3 {
        font-weight: 600;
        color: #525252;
    }
    .buyer-score-wrap p {
        margin-top: 8px;
        font-weight: 400;
        font-size: 16px;
        color: #707070;
        letter-spacing: 0.02em;
        margin-bottom: 8px;
    }
    .buyer-score-wrap ul li {
        font-weight: 400;
        font-size: 16px;
        color: #707070;
        letter-spacing: 0.02em;
        margin-bottom: 0px;
    }
        .buyer-score-wrap ul li::marker {
            color: #ED0B70;
            font-size: 22px;
        }

        .buyer-score-wrap ul {
            padding-left: 3%;
            margin-top: 15px;
        }

.propicons .propicon1 {
    position: absolute;
    top: 8px;
    left: 25px;
    transform: rotate(180deg);
}
.propicons .propicon2 {
    position: absolute;
    right: 0px;
    bottom: 25px;

}
.buyer-score-block {
position:relative;
}
.propicons .propicon3 {
    top: 8%;
    position: absolute;
    right: 5%;
    width:40px;
    height:40px;
}
.listing-propex-property {
    padding: 40px 0 40px;
    background-color: #FFF5FB;
}
    .listing-propex-property p {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        color: #525252;
        margin-bottom: 0px;
    }

    @media (max-width: 1200px) and (min-width: 769px) {
        .dvTCSection {
            width: 720px !important;
            margin-left: 60px;
        }

    .aboutustitle h4 span {
        display: flex;
    }

    .rental-trend-slider {
        margin-left: 4%;
    }
    #dvMicroMarketBuy .why-colive-exchange-desktop-list td:nth-child(2),
    #dvMicroMarketRent .why-colive-exchange-desktop-list td:nth-child(2),
    .exchange #dvMicroMarketBuy .why-colive-exchange-desktop-list td:nth-child(2)
    {
        padding-left: 0px !important;
    }
    .exchange #dvMicroMarketRent .why-colive-exchange-desktop-list td:nth-child(2)
    {
        padding-left: 0px !important;
        padding-right:30px 
    }
    .exchange #dvMicroMarketRent .why-colive-exchange-desktop-list td:nth-child(3)
    {
        padding-left: 0px !important;
        padding-right:15px 
    }
}

@media(max-width:992px) {
    .gallery-title h1 {
        font-size: 40px;
        width:225px;
        margin-top:5%;
    }

    .rentxblock h1 {
        font-size: 1.8rem;
    }

    .rentxwrap {
        padding: 5% 5% 3% 5%;
    }

    .compare-title h1 {
        transform: none;
        margin-right: auto;
    }

    .trendingview {
        margin-left: 50%;
    }
    .exchange-category h5, .why-colive-exchange-details h6, .why-colive-exchange-details-list .dropbtn a, .why-colive-exchange-details p {
        font-size: 14px !important;
    }
    .why-colive-exchange-details-list{
        gap:0 !important;
    }
}

        @media (max-width: 767px) {
            .buyer-ivisit {
                padding: 30px 20px 20px 20px;
            }
            .searchblock {
                padding: 0;
                margin-top: 0.5rem;
            }

    .searchbtn {
        right: 22px px;
        margin: 0;
    }

    .search-pg, .seach-familyhome {
        margin-top: 0px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .search-pg-list {
        display: none;
    }

    .living-type ul {
        display: block;
    }

    .living-type .mobile-menu-link p a {
        margin: 0 10px;
        text-decoration: none;
        font-size: 16px;
        color: #ED0B70;
        font-weight: 600;
        margin: 0 8px 0 10px;
    }

    .searchwrapcenter {
        padding: 0 0rem !important;
    }

    .herosection h3 {
        font-size: 20px;
    }

    .herosection h1 {
        font-size: 60px;
    }

    .property-block-web {
        margin-top: 0px;
    }

    .bidblock {
        border-radius: 20px 0 0 20px;
    }

    .propertylistblock {
        background-color: #fff6fc;
        border-radius: 0 20px 20px 0;
        padding: 10px 10px;
    }

    .bidblock p {
        font-size: 15px;
        line-height: 20px;
        margin-left:0!important;
    }

    .tenantblock p {
        padding-right:20px;
    }

    .bidblock {
        padding: 10px 10px;
    }

    .propertylistblock p {
        color: #C70048;
        font-size: 15px;
        line-height: 20px;
    }

    .ownerblock p {
        margin-top: 0;
        font-size: 20px;
        margin-left: 0%;
    }

    .rentxblock h1 {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

    .rentx-img-mob {
        display: block;
        text-align: center;
    }

    .rentx-img {
        display: none;
    }

    .rentxwrap {
        background-size: 100% 100%;
    }

    .rentxdownload {
        margin: 40px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .c-process {
        display: block;
        text-align: center;
    }
        .c-process p:nth-child(2) {
            margin-top: 0;
            margin-right:0;
        }
        .c-process p:first-child {
            margin-bottom: 0;
            margin-right:0;
        }
        .explore-btn {
            text-align: center;
            margin-bottom: 20px;
        }

    .rentxblock p {
        margin-bottom: 10px;
        margin-right: 130px;
        font-size:18px;
    }
    .playstore p, .appsstore p {
        margin-right: 0 !important;
        font-size: 14px;
    }

    .rentxapp {
        margin-left: 30px;
    }

    .trendingview h1 {
        transform: none;
        font-size: 22px;
        font-weight: 600;
    }

    .trendingview {
        margin-left: auto;
    }

    .profilesection h1 {
        transform: none;
        font-weight: 600;
        font-size: 22px;
    }

    .profiletitle {
        justify-content: start;
        margin-left: 10px;
    }

    .profilebg {
        margin: 10px;
        padding: 30px 20px 30px 20px;
    }

    .why-colive-title h1 {
        transform: none;
        font-weight: 600;
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
        text-align: center;
    }

    .why-colive-title h1 br {
        display: none;
    }

        .why-colive-title {
            justify-content: end;
            margin-bottom: 8px;
        }

    .challenges-colive-title h1 {
        transform: none;
        font-weight: 600;
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
        text-align: center;
    }

        .challenges-colive-title h1 br {
            display: none;
        }

    .challenges-colive-title {
        justify-content: center;
    }

    .why-colive-feature-number ol li {
        list-style-type: disc !important;
    }

    .why-colive-feature ol li {
        font-size: 16px;
        line-height: 1.5;
    }

    .why-colive-feature ol.why-colive-feature-list li {
        margin-bottom: 15px;
    }

        .why-colive-feature ol li span {
            font-size: 18px;
            margin-right: 5px;
        }

    .challenges-colive-feature ol li {
        font-size: 16px;
        line-height: 1.5;
    }

        .challenges-colive-feature ol li span {
            font-size: 18px;
            margin-right: 5px;
        }

    .pinkdot2 {
        left: 2%;
        top: -5px;
        display: none;
    }
    .pinkdot3 {
        right: 0%;
        top: 50%;
        display: none;
    }
    .gallery-title h1 {
        transform: none;
        font-weight: 600;
        font-size: 36px;
    }

    .buy-smart-on-propex {
        padding: 50px 0;
    }

        .buy-smart-on-propex h1 {
            font-weight: 700;
            font-size: 22px;
            text-align: center;
            margin-bottom: 36px;
            letter-spacing: 0.02em;
        }

    .buy-smart-on-propex-grid h4 {
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 0.02em;
        color: #F8049C;
        margin-bottom: 5px;
    }

    .locations-smart-on-propex {
        padding: 50px 0 60px;
        background-color: #FFF5FB;
    }

    .locations-smart-on-propex h1 {
        font-weight: 700;
        font-size: 22px;
        text-align: center;
        margin-bottom: 36px;
        letter-spacing: 0.02em;
    }

    .why-colive-feature-number .why-colive-title h1 {
        line-height: 42px;
        font-weight: 700;
        font-size: 22px;
        text-align: center;
        margin-bottom: 26px;
        letter-spacing: 0.02em;
    }

    .why-colive-feature ol li::marker {
        font-size: 17px;
    }

    .buy-smart-on-propex-grid ul li::marker {
        font-size: 17px;
    }

    .why-colive-feature ol li {
        font-size: 16px;
        line-height: 1.5;
    }

    .why-colive-title h1.propex-title-rotate {
        transform: rotate(0deg);
    }

    .challenges-colive-title h1.propex-title-rotate {
        transform: rotate(0deg);
    }

    .why-colive-ping-bg {
        background-color: #FFF5FB;
        margin: 100px 0 0;
        padding: 50px 0;
    }

    .challenges-colive-ping-bg {
        background-color: #ED0B70;
        margin: 100px 0 0;
        padding: 50px 0;
    }

    .gallery-title h1 {
        margin-left: 20px;
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 20px;
        width: 100%;
    }

    .gallery-title {
        margin-top: 0px;
    }

    .gallery-title h1 br {
        display: none;
    }

    .properties h2,
    .units h2,
    .members h2 {
        font-size: 18px;
    }

    section.aboutus {
        margin: 50px 20px 0 20px;
    }

    .aboutustitle {
        justify-content: end;
        padding-top: 10px;
    }

    .services-title h1 {
        transform: none;
        font-weight: 500;
        font-size: 36px;
        margin-left: auto;
    }

    section.services {
        margin-top: 100px;
    }

    .compare-title {
        justify-content: left;
    }

        .compare-title h1 {
            transform: none;
            font-weight: 500;
            font-size: 36px;
        }

    .colive-trend img {
        width: 100px;
        height: 100px;
    }

    .gallery {
        margin-top: 10px;
    }

    .profilesection {
        margin-top: 12px;
        margin-bottom: 20px;
    }

    .tenantblock {
        justify-content: end;
    }

    .trendLabel {
        font-size: 12px;
    }

    .dvTCSection {
        width: 100%;
        margin: 0px;
        position: fixed;
        top: 50px;
        z-index: 0;
        background-color: #20222c;
        height: 60px;
        padding: 0 10px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .cat-block {
        margin-left: -10px;
    }

    .cityTrendChip {
        width: 100px;
        font-size: 14px;
        font-weight: 600;
    }

    .slider-item {
        padding: 1rem 0.75rem 1.5rem 0;
    }

    .trendGreen,
    .trendRed {
        font-size: 12px;
        margin-left: 5px;
    }

    .trendRupee {
        font-size: 12px;
    }

    .cat-block {
        margin: 10px 20px 0 0;
        padding-right: 20px;
    }

    .cityTrendChip {
        width: 95px;
        font-size: 14px;
    }
    .properties h2 {
    margin-left:0;
    }
    .members h2 {
    margin-left:0;
    }
    .rentxblock {
    padding-right: 15px;
    padding-left: 15px;
    }
    .show-me-more {
    margin-bottom:20px;
    }
}

@media (max-width: 455px) {
    .rentxblock p {
        padding: 0px 0%;
    }
    .QRcode {
        margin: auto;
        text-align: center;
    }
    .mobile-menu-link p a {
        font-size: 15px;
        font-weight: 500;
    }
    .mobile-menu-link {
    margin-bottom:20px;
    }
}

@media (max-width: 414px) {
    .rentxblock p {
      /*  padding: 0px 18%;*/
    }
}

@media (max-width: 400px) {

    .search-premium p,
    .search-affordable p,
    .search-pg p,
    .seach-familyhome p {
        font-size: 16px;
    }

    .herosection h3 {
        font-size: 16px;
    }

    .rental-trend-slider .owl-stage {
        width: 100px !important;
        float: left;
    }

    .login-btn {
        right: 26% !important;
    }

    .locationIcon {
        right: 15%;
    }
    .footermenu ul li a {
    font-size:14px;
    }
}

@media (max-width: 375px) {

    .search-premium p,
    .search-affordable p,
    .search-pg p,
    .seach-familyhome p {
        font-size: 13px;
    }

    .cityTrendChip {
        width: 95px;
        font-size: 14px;
    }

    .menucontrol ul li {
        font-size: 11px;
    }
    .rentxwrap {
        padding:0;
    }
    .profilebg {
        padding: 10px;
    }
    .properties h2, .units h2, .members h2 {
        font-size: 16px;
    }
    .controls ul li {
        margin-right: 0px;
    }
    .konverse-whatsapp {
        right: 29% !important;
    }
    .why-colive-feature ol li {
        font-size: 16px;
        line-height: 1.5;
    }

    .challenges-colive-feature ol li {
        font-size: 16px;
        line-height: 1.5;
    }

    .colive-button {
        padding: 5px 7px;
    }
    .mobile-menu-link p a {
        font-size: 13px;
    }
}
@media (max-width: 355px) {
    .living-type p a {
    margin:0!important;
    }
}

.header-chevron-down {
    color: #ED0B70;
    margin-left: -18px;
    cursor: pointer;
}

.product-compares img {
    width: 100%;
    padding: 0 70px;
}

@media (max-width: 767px) {
    .product-compares img {
        width: 100%;
        padding: 0px !important;
    }
}

.mobileFilterbutton {
    z-index: 9 !important;
}

.sub-perfect-cowork {
    padding: 8% 0 0;
}

    .sub-perfect-cowork .innovate {
        margin-top: 80px;
    }

    .sub-perfect-cowork .Welcome {
        color: #112950;
        font-size: 20px;
        font-weight: 700;
        line-height: 29px;
        text-align: left;
        padding: 20px 0px 20px 0px;
    }

    .sub-perfect-cowork .innovate h2 {
        color: #525252;
        margin-top: 20px;
        font-size: 2.5rem;
        font-weight: 500;
        margin-bottom: 15px;
        padding: 0;
    }

    .sub-perfect-cowork .innovate p {
        font-size: 18px;
        font-weight: 500;
        color: #979797;
        margin-bottom: 14px;
        margin-top: 0px;
    }

.sub-rent-colive {
    padding: 8% 0px 0;
}

    .sub-rent-colive .Welcome {
        color: #112950;
        font-size: 20px;
        font-weight: 700;
        line-height: 29px;
        text-align: left;
        padding: 20px 0px 20px 0px;
    }

    .sub-rent-colive .innovate h2 {
        color: #525252;
        font-size: 2.5rem;
        font-weight: 500;
        margin-bottom: 7px;
        line-height: 2.5rem;
        padding-bottom: 0;
    }

    .sub-rent-colive .innovate p {
        font-size: 18px;
        font-weight: 500;
        color: #979797;
        margin-bottom: 0px;
        margin-top: 80px;
    }

    .sub-rent-colive .innovate {
        margin-left: 4rem;
    }

    .rent-kar-colive video {
        width: 100% !important;
        max-height: auto;
        margin: 0 auto;
    }

.sub-home-colive {
    padding: 8% 0px 0;
}

    .sub-home-colive .Welcome {
        color: #112950;
        font-size: 20px;
        font-weight: 700;
        line-height: 29px;
        text-align: left;
        padding: 20px 0px 20px 0px;
    }

    .sub-home-colive .innovate h2 {
        color: #525252;
        font-size: 1.6rem;
        font-weight: 500;
        margin-bottom: 7px;
        line-height: 2rem;
    }

    .sub-home-colive .innovate p {
        font-size: 18px;
        font-weight: 500;
        color: #979797;
        margin-bottom: 14px;
        margin-top: 60px;
    }

        .sub-home-colive .innovate p.text-home {
            font-size: 18px;
            font-weight: 500;
            color: #979797;
            margin-bottom: 7px;
            margin-top: 0px;
        }

    .sub-home-colive .innovate {
        margin-left: 4rem;
    }

        .sub-home-colive .innovate h1 {
            color: #525252;
            margin-top: 0px;
            font-size: 2.5rem;
            font-weight: 500;
            margin-bottom: 7px;
            padding: 0;
        }

@media (max-width: 767px) {
    .sub-home-colive .innovate h1 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .sub-perfect-cowork {
        padding: 12% 0 0;
    }
}

.property-block-web .QRcode p {
    color: #000;
    font-weight: 600;
    margin-bottom: 0px;
    padding-top: 14px;
    font-size: 18px;
    text-align: center;
}

.owl-nav .owl-prev span, .owl-nav .owl-next span {
    font-size: 50px;
    color: #ef0073 !important;
}

.owl-nav .owl-prev {
    position: absolute;
    display: block;
    width: 3.4rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    visibility: visible;
    opacity: 1;
    left: 0;
    top: 50%;
}

.owl-nav .owl-next {
    position: absolute;
    display: block;
    width: 3.4rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    visibility: visible;
    opacity: 1;
    right: 0;
    top: 50%;
}

    .owl-nav .owl-prev.disabled, .owl-nav .owl-next.disabled {
        display: none !important;
    }

@media (max-width: 767px) {
    .owl-nav .owl-prev {
        left: 20px;
    }

    .owl-nav .owl-next {
        right: -20px;
    }
}

.owl-stage {
    padding-left: 0px !important;
}

.owl-loaded {
    color: #000 !important
}

.owl-nav {
    position: revert !important
}

.newly-launched h1, .finance-option h1 {
    color: #525252;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 7px;
}

.newly-launched h5 {
    margin-bottom: 32px;
    color: #979797;
}

.newly-launched p {
    font-size: 18px;
    font-weight: 500;
    color: #979797;
    margin-bottom: 14px;
    margin-top: 0px;
}

.property-info h2, .finance-option h2 {
    font-size: 18px;
    color: #000;
}

.property-info p, .finance-option p {
    font-size: 14px;
    opacity: 0.5;
    color: #000
}

.property-info h6 {
    font-size: 14px;
    color: #000;
}

.property-info span {
    margin: 0 6px;
}

.newly-launched .card {
    width: 90%;
    position: relative;
    bottom: 4rem;
    padding: 15% 0 3% 7%;
    border: 1px solid #fff;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.newly-launched .card .circle-info{
    width: 18%;
    height: 40%;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    bottom: 9rem;
    left: 2rem;
    background: #fff;
}
.finance-option .slide {
    box-shadow: #0000003d 0px 3px 8px;
    border-radius: 25px;
    padding: 24px 0 0 0px;
    margin-top: 22px;
    border: 1px solid #e7e7e7;
}

.finance-option .property-info {
    text-align: left;
}

.finance-option img {
    border-radius: 0px 0 15px 15px
}

.newly-launched, .finance-option {
    padding: 8% 0 0;
}
.slide img {
    min-height: 210px;
}
@media (max-width: 767px) {
    header .logo {
        padding: 10px 10px 10px 22px !important;
    }

    .header {
        position: fixed;
    }

    .Explore-btn {
        text-align: center;
        margin-bottom: 30px;
    }

    .rentxblock h1 {
        margin-top: 40px !important;
        font-size: 21px !important;
        line-height: 32px !important;
        font-weight: 600 !important;
        text-align: center;
    }

        .rentxblock h1 br {
            display: none;
        }

    .header.themewhite {
        height: 70px;
        box-shadow: rgb(33 35 38 / 0%) 0px 10px 10px -10px;
    }

    .rentx-img {
        display: block;
        left: 0px;
    }

        .rentx-img img {
            max-width: 100%;
            padding: 0;
        }

    .rentxdownload p {
        font-size: 10px;
    }

    .whatsapp-logo p img {
        width: 10px;
        padding: 0;
    }

    .rentxdownload .whatsapp-logo p {
        position: absolute;
        bottom: 16px;
        left: 1rem;
        font-size: 8px;
        line-height: 10px;
    }

    .rentxdownload p span {
        font-size: 10px;
    }

    .rentxdownload {
        margin-top: 80px !important;
        margin: 0;
        position: relative;
        bottom: 0;
    }

    .rentxblock-propex .rentxdownload {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        position: relative;
        bottom: 0;
    }

    .rentxblock-propex .rentxdownload .rentxapp p {
        color: #fff;
        padding-top: 0%;
        font-size: 13px;
    }

    .rentxblock p {
        margin-right: 0px;
        font-size: 16px;
    }

        .rentxblock p br {
            display: none;
        }

        .black-rentxblock {
            font-size: 14px !important;
            margin-bottom: 14px !important;
            margin-top: 0px !important;
            letter-spacing: 0px;
        }

    .rentxblock p span {
        color: #f8049c;
        font-size: 18px;
    }

    .herosection {
        margin-top: 0px;
    }

    .searchwrap {
        margin-top: 0.5rem;
        left: 2px;
    }

    .seach-familyhome sup {
        display: none;
    }

    .mobile-menu-link p a {
        font-size: 16px;
        margin: 0 4px 0 4px;
    }

    .seach-familyhome {
        margin-top: 0px !important;
        border-right: 1px solid #ccc;
        text-align: center;
    }

    .seach-familyhome:last-child {
        border-right: 0px solid #ccc;
    }

    .mobile-menu-link {
        line-height: 36px;
    }

    .why-colive {
        margin-top: 0px;
        position: relative;
        padding: 20px 12px !important;
    }

    .why-colive-feature ol {
        margin-left: 6%;
        padding-left: 0px;
        margin-bottom: 0;
    }

    .challenges-colive-feature ol {
        margin-left: 6%;
        padding-left: 0px;
        margin-bottom: 0;
    }

    .pinkdot1 {
        bottom: -60px;
    }

    .categories {
        margin-top: 50px;
    }

        .categories.finance-option {
            margin-top: 20px !important;
        }

    .rentxblock.rentxblock-propex {
        margin-top: 0px !important;
    }

        .rentxblock.rentxblock-propex h1 {
            text-align: center;
            font-size: 22px !important;
        }

    .rentxblock {
        left: 0px;
        margin-top: 70px !important;
    }

        .rentxblock h1 {
            text-align: left;
        }

        .rentxwrap .rentx-img img {
            display: none;
        }

    .sub-rent-colive .innovate p {
        font-size: 16px;
        margin-top: 26px;
    }

    .sub-rent-colive .innovate {
        margin-left: 0rem;
    }

        .sub-rent-colive .innovate h2 {
            font-size: 22px;
            padding: 5px 0px 0px 0px;
            margin-bottom: 0px;
            font-weight: 600;
        }

        .sub-rent-colive .innovate h2 br {
            display: none;
        }

    .sub-perfect-cowork .innovate h2 {
        font-size: 22px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px 0px 10px 0px;
        font-weight: 600;
    }

    .sub-perfect-cowork img {
        margin-top: 40px;
    }

    .newly-launched h1, .finance-option h1 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .newly-launched h5 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .sub-perfect-cowork .innovate p {
        font-size: 15px;
    }

    .sub-perfect-cowork .innovate p br {
        display: none;
    }

    .QRcode img {
        width: 100px;
    }

    .newly-launched .card .circle-info {
        width: 18%;
        height: 22%;
        bottom: 7rem;
    }

    .property-info h2, .finance-option h2 {
        font-size: 16px;
        color: #000;
    }

    .sub-home-colive img {
        margin-top: 30px
    }

    .sub-home-colive .innovate p {
        margin-bottom: 7px;
        margin-top: 0px;
    }

    .sub-home-colive .innovate {
        margin-left: 0rem;
    }

        .sub-home-colive .innovate p.text-home {
            font-size: 15px;
            margin-bottom: 4px;
        }

    .owl-nav .owl-next span, .owl-nav .owl-prev span {
        font-size: 28px;
    }

    .search-premium, .search-pg {
        justify-content: left;
        padding: 0 12px;
        line-height: 22px;
        border-right:0px;
    }

    .right-search {
        text-align: right;
    }
    .living-type p {
        text-align: left !important;
        margin-bottom: 0px;
    }
    .seach-familyhome {
        text-align: left;
        border-right: 0px;
        padding-left: 10px !important;
    }
    .seach-buy {
        text-align: left;
        border-right: 0px;
        padding-left: 0px !important;
    }
    .left-search {
        text-align: left;
    }

    .rentxblock .img-fluid {
        max-width: 220px;
        height: auto;
        margin-bottom: 0px;
    }
}

.whatsapp-logo-mob {
    display: none;
}
.buyer-info-popup .discussion-btns {
    justify-content:center!important;
}
.property-model img {

position:absolute;
bottom:0;
}
@media (max-width: 767px) {
    .search-wrapper-tab button {
        padding: 7px 15px;
        font-size: 14px;
    }

    .search-wrapper-tab {
        padding: 0px;
    }

    .searchblock .form-group {
        margin: 0.5rem 0;
    }

        .searchblock .form-group .form-control {
            font-size: 13px;
        }

    .search-wrapper-overall img.propex-star-one {
        top: -46px;
        right: 0px;
        margin-bottom: 0px;
    }

    .search-wrapper-overall img.propex-star-two {
        bottom: -68px;
        left: 0px;
        margin-bottom: 0px;
        z-index: 0;
    }

    .whatsapp-logo-desktop {
        display: none;
    }

    .whatsapp-logo-mob {
        display: block;
    }
    .property-model img {
        position: relative;
        bottom: -15px;
    }
}

.why-colive-list-menu {
    margin-bottom: 0;
}

    .why-colive-list-menu li {
        display: inline-block;
        color: #000000;
        padding: 0 24px 0 2px;
        font-size: 18px;
        cursor: pointer;
        font-weight: 500;
        letter-spacing: 0.5px;
    }

        .why-colive-list-menu li.active {
            color: #F8049C;
            cursor: pointer;
        }

.why-colive-exchange-listed {
    background: linear-gradient(180deg, rgba(59, 61, 75, 0.15) 42.36%, #272934 86.12%);
    border: 2px solid rgba(32, 34, 44, 0.51);
    border-radius: 15px;
    padding: 35px 14px;
    height: auto;
}
.why-colive-exchange-listed.why-colive-exchange-home{
     padding: 26px 14px !important;
}

    .why-colive-exchange-listed .why-colive-exchange-list-content li {
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        margin-bottom: 7px;
        margin-top: 0px;
        line-height: 1.5;
    }

.why-colive-exchange-details {
    /*background: linear-gradient(180deg, rgba(59, 61, 75, 0.15) 42.36%, #272934 86.12%);
    border: 2px solid rgba(32, 34, 44, 0.51);
    border-radius: 15px;
    padding: 0 20px;*/
    height: 370px;
    overflow: hidden;
}

.why-colive-exchange-details-scroll {
    height: 322px;
    overflow-y: scroll !important
}
.why-colive-exchange-details-scroll.active{
    height:350px;
}

.why-colive-exchange-list-content {
    margin: 28px 0;
    color: #D8D8D8;
}

    .why-colive-exchange-list-content li {
        margin-bottom: 12px;
        line-height: 24px;
        align-items: center;
        justify-content: flex-start;
    }

.why-propex-exchange-list-content {
    margin: 22px 0 0;
    color: #D8D8D8;
}

    .why-propex-exchange-list-content li {
        list-style-type: none;
        align-items: center;
        justify-content: flex-start;
        display: flex;
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        margin-bottom: 7px;
        margin-top: 0px;
        line-height: 20px;
    }

        .why-propex-exchange-list-content li img {
            width: 40px;
            width: 60px;
            margin-right: 15px;
            background-color: #00000000;
            padding: 5px;
            border-radius: 8px;
        }

.why-colive-exchange-list-content-left {
    justify-content: center;
    align-items: center;
    display: flex;
}

.why-colive-exchange-list-content-title h1 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    line-height: 28px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #F8049C;
}

.why-colive-list .btn-primary.active, .why-colive-list .btn-light.active {
    background-color: #ED0B70 !important;
    border: 1px solid #ED0B70 !important;
    color: #ffffff !important;
}

.why-colive-list .btn-primary {
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.why-colive-list .btn-light {
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.why-colive-exchange-details h6 {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

    .why-colive-exchange-details h6:hover {
        color: #ff1493;
    }

.why-colive-exchange-details p {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    text-align: center;
    margin-bottom: 0px;
}

    .why-colive-exchange-details p span {
        color: #000000;
    }

        .why-colive-exchange-details p span.exchange-rating-green {
            color: #00E676;
        }

            .why-colive-exchange-details p span.exchange-rating-green:after {
                content: '\25B2';
            }

        .why-colive-exchange-details p span.exchange-rating-red {
            color: #FF0F00;
        }

            .why-colive-exchange-details p span.exchange-rating-red:after {
                content: '\25BC';
            }

.why-colive-exchange-details-list {
    text-align: right;
    margin: 0px 0;
    display:flex;
    gap:20px;
    width:auto;
    overflow:visible;
}

    .why-colive-exchange-details-list li {
        display: inline-block;
        font-weight: 500;
        font-size: 16px;
        line-height: 10px;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 0px;
    }

        .why-colive-exchange-details-list li img {
            margin-bottom: 10px !important;
            pointer-events: none;
            width: 40px;
            max-width: initial;
        }

.why-colive-exchange-border {
   /* border-bottom: 2px solid #1A1B24;
    box-shadow: 0px 2px 0px rgba(255, 255, 255, 0.12367);*/
    padding: 16px 25px 5px 30px;
}

    .why-colive-exchange-border:last-child {
        border-bottom: 0px solid #1A1B24;
        box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.12367);
    }

.why-colive-list-button {
    text-align: center;
    margin: 0 0 34px 0;
    position: relative;
    top: 30px;
}
    .why-colive-list-button.active {
        margin: 30px 0 20px 0;
        top: 0;
    }

    .why-colive-list-button .btn-primary {
        background: linear-gradient(to right, #ff2587 0%, #ff1066 100%);
        color: #fff;
        padding: 5px 15px;
        border: none;
        border-radius: 5px;
        font-size: 18px;
    }

        .why-colive-list-button .btn-primary a {
            color: #ffffff;
        }

        .why-colive-exchange-details-list .dropbtn {
            background-color: #4caf5000;
            padding: 0px;
            border: none;
            cursor: pointer;
            width:auto !important;
        }

.why-colive-exchange-details-list .dropdown {
    position: relative;
    display: inline-block;
}

.why-colive-exchange-details-list .dropdown-content-right {
    right: 0;
}

.why-colive-exchange-details-list .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 84px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 5px;
}

    /*.why-colive-exchange-details-list .dropdown-content:after {
        content: '';
        border-bottom: 9px solid #CC0000;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        position: absolute;
        top: -10px;
    }*/

    .why-colive-exchange-details-list .dropdown-content a {
        color: black;
        padding: 6px 12px;
        text-decoration: none;
        display: block;
        font-weight: 500;
    }

        .why-colive-exchange-details-list .dropdown-content a:hover {
            background-color: #ED0B70;
            color: #ffffff;
        }

.why-colive-exchange-details-list .dropdown a:hover {
    background-color: #ED0B70;
    color: #ffffff;
}

.why-colive-exchange-details-list .show {
    display: block;
}

.propex-exchange-banner h6 {
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.propex-exchange-banner p {
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.propex-exchange-banner {
    background-image: url(/assets/images/exchange/your-dream.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 13px;
}

.input-group-append {
    background-color: #ffffff00;
}

.why-propex-input-search input.form-control {
    border: none;
    background-color: #fff0;
}

.why-propex-input-search {
    margin-bottom: 20px;
    border: 1px solid #000000;
    border-radius: 50px;
    background-color: #ffffff;
    margin: 0 auto;
    margin-bottom: 36px;
}

.input-group-append button.btn.btn-secondary {
    height: 42px;
    border-radius: 50px;
    color: #000000;
    line-height: 0;
    width: 46px;
    background-color: #ffffff00;
}

    .input-group-append button.btn.btn-secondary:focus {
        box-shadow: 0 0 0 0rem rgba(108,117,125,.5);
    }

    .input-group-append button.btn.btn-secondary:active {
        color: #000;
        background-color: #ffffff00;
        border-color: #ffffff00;
    }

    .input-group-append button.btn.btn-secondary:hover {
        color: #000000;
        background-color: #ffffff !important;
        border-color: #ffffff !important;
    }

    .input-group-append button.btn.btn-secondary .fa {
        font-size: 18px;
    }

.why-colive-list .btn-group .btn-primary {
    padding: 0.675rem 0.75rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 50px;
    color: #212529;
    background-color: #D9D9D9;
    border: 1px solid #D9D9D9;
}

.why-colive-list .btn-group .btn-light {
    padding: 0.675rem 0.7rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #212529;
    background-color: #D9D9D9;
    border: 1px solid #D9D9D9;
}

.why-colive-exchange-details-list .dropbtn a {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
}
.why-colive-exchange-icons {
    justify-content: end;
}

.exchange #dvMicroMarketBuy .why-colive-exchange-desktop-list td:nth-child(2) {
    text-align: left;
    padding-left: 5px;
}
.exchange #dvMicroMarketRent .why-colive-exchange-desktop-list td:nth-child(2) {
    padding-left: 20px;
    text-align:left;
}
.exchange #dvMicroMarketRent .why-colive-exchange-desktop-list td:nth-child(3) {
    padding-left: 30px;
    text-align: left;
}
#dvMicroMarketBuy .why-colive-exchange-desktop-list td:nth-child(2) {
    text-align: left;
    padding-left: 10px;
}
#dvMicroMarketRent .why-colive-exchange-desktop-list td:nth-child(2) {
    padding-left: 30px;
    text-align: left;
}
#dvMicroMarketRent .why-colive-exchange-desktop-list td:nth-child(3) {
    padding-left: 32px;
    text-align: left;
}
@media (max-width: 767px) {
    .why-colive-exchange-details h6 {
        font-size: 12px !important;
        line-height: 18px;
    }

    .why-colive-exchange-details p {
        font-size: 12px !important;
        line-height: 20px;
        margin:auto;
    }

    .why-colive-exchange-details-list .dropbtn a {
        color: #0e9f48 !important;
        font-weight: 500 !important;
        font-size: 12px !important;
    }

    .why-colive-exchange-details-list .dropbtn.dropbtn2 a {
        color: #f03596 !important;
    }

    .why-colive-exchange-icons {
        padding: 0px;
    }

    .why-colive-exchange-details-list li {
        font-size: 12px;
    }

        .why-colive-exchange-details-list li img {
            width: 20px;
            margin:auto;
        }

    .why-colive-list-menu li {
        padding: 10px 8px 0;
        font-size: 14px;
    }

    .why-colive-list .btn-primary, .why-colive-list .btn-light {
        font-size: 14px;
        padding: 6px 8px;
        line-height: 1;
    }

    .why-colive-exchange-list-content-mobile .modal-body {
        padding: 0rem;
    }

    .why-colive-exchange-list-content-mobile {
        text-align: center;
        width: 100%;
        margin-top: 20px;
        cursor: pointer;
    }

        .why-colive-exchange-list-content-mobile h1 {
            font-size: 18px;
            margin-bottom: 22px;
            text-align: center;
            line-height: 30px;
            font-weight: 700;
            letter-spacing: 0.02em;
            color: #000000;
        }

            .why-colive-exchange-list-content-mobile h1 span {
                color: #F8049C;
            }

            .why-colive-exchange-list-content-mobile .modal-content {
                background-color: #2f313e;
                padding: 20px;
            }

        .why-colive-exchange-list-content-mobile .close {
            color: #ffffff;
            z-index: 1;
            opacity: 1;
            padding-right: 0px;
        }

    .why-colive-exchange-list-content {
        margin: 5px 0;
        color: #D8D8D8;
        text-align: left;
    }

    .propex-exchange-banner {
        background-image: url(/assets/images/exchange/your-dream-mob.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 13px;
    }

        .why-propex-exchange-list-content li {
            margin-bottom: 12px;
            line-height: 24px;
            list-style-type: none;
            align-items: center;
            justify-content: flex-start;
            display: flex;
        }

        .why-colive-exchange-list-content li img {
            width: 40px;
            width: 60px;
            margin-right: 15px;
            background-color: #ffffff;
            padding: 5px;
            border-radius: 8px;
        }
    
    .why-colive .why-colive-exchange-list-content li {
        list-style-type: none;
        align-items: center;
        justify-content: flex-start;
        display: flex;
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        margin-bottom: 7px;
        margin-top: 0px;
        line-height: 1.5;
    }

    .why-colive-exchange-list-content li {
        list-style-type: disc !important;
        align-items: center;
        justify-content: flex-start;
        display: list-item !important;
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        margin-bottom: 7px;
        margin-top: 0px;
        line-height: 1.5;
        margin-left: 20px;
    }

        .why-colive .why-colive-exchange-list-content li img {
            width: 40px;
            width: 60px;
            margin-right: 15px;
            background-color: #ffffff00;
            padding: 5px;
            border-radius: 8px;
        }

    .why-colive-exchange-list-content.why-colive-exchange-list-based li {
        list-style-type: none !important;
        display: flex !important;
        margin-left: 0px !important;
    }

    .propex-exchange-banner {
        background-image: url(/assets/images/exchange/your-dream-mob.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 20px 60px;
        margin-bottom: 15px;
    }
        .propex-exchange-banner h6 {
            text-align: center;
            color: #ffffff;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 0.5px;
            margin-bottom: 2px;
        }

        .propex-exchange-banner p {
            text-align: center;
            color: #ffffff;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.5px;
            display: none;
        }

    .exchange-category h5 {
        font-size: 11px !important;
        text-align: center;
    }

    .exchange-category {
        padding: 0 0px !important;
        border-radius: 0px 0px 0px 0px !important;
    }

    .why-colive-bg-grey {
        padding: 0px 12px;
    }

    .why-colive-exchange-list {
        padding: 0 0 !important;
    }
    .why-colive-exchange-border {
        padding: 16px 21px 5px 10px;
    }
    .why-colive-scroll .why-colive-exchange-border {
        padding: 16px 15px 5px 10px !important;
    }
        .why-colive-scroll .why-colive-exchange-border:nth-child(even) {
            background-color: #EFEFEF;
        }
    .category-list {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .why-colive-scroll .category-list {
        margin-right: 0px;
        text-align: center;
    }
    .category-list2 {
        padding-left: 10px !important;
    }
    .why-colive-exchange-details-list{
        gap:0 !important;
    }
    .amtpersqft1{
        padding-left:22px;
       /* padding-right:0;*/
    }
    .amtpersqft2{
        padding-left:36px;
       /* padding-right:0;*/
    }
    .why-colive-exchange-details-list, .why-colive-exchange-details-list .slick-list {
        overflow: visible;
        padding-left: 15px;
        padding-right: 10px;
        align-items: flex-end;
    }
    .why-colive-scroll {
        overflow-x: visible;
        overflow-y: hidden !important;
    }
    .why-colive-exchange-list{
        overflow-x:scroll;
    }
    .why-colive-exchange-list .border-line, .why-colive-exchange-list .exchange-category {
        width: 118vw !important;
        border-bottom: 1px solid #D6D6D6;
        border-top: 1px solid #D6D6D6;
    }
        .why-colive-exchange-list .exchange-category {
            position: sticky;
            top: 0;
            z-index: 1;
            background-color: #ffffff;
        }
    .why-colive-exchange-icons{
        justify-content:revert;
    }
    .why-colive-exchange-details-scroll {
        overflow-y: visible !important
    }
    .why-colive-exchange-details {
        width: 118vw !important;       
    }
    /*.why-colive-list-button {
        padding-top: 25px;
    }*/
    .why-colive-exchange-list {
        height: 420px !important;
    }
    .why-colive-exchange-list.active{
        overflow-x:hidden;
        height:310px !important;
    }
    .why-colive-list-button .btn-primary{
        font-size:16px !important;
    }
    .why-colive-exchange-details-list .dropbtn2{
        /*padding-left: 13px !important;*/
    }
    .footer.include {
        margin-bottom: 2.8rem!important;
    }
    .why-colive-exchange-desktop-list td:nth-child(2) {
        /*width: 101px !important;*/
        position: relative;
        padding-left: 15px !important;
    }
    .why-colive-exchange-desktop-list td:nth-child(3) {
        /*width: 101px !important;*/
        position: relative;
        padding-left: 40px !important;
    }
    .why-colive-exchange-desktop-list td:nth-child(4) {
        width: 140px !important;
        position: relative;
        padding-left: 50px !important;
        display: flex;
    }
    .why-colive-exchange-details tr:nth-child(odd) {
        background-color: #EFEFEF;
    }
    .why-colive-list-menu {
       display: none;
    }
    .why-colive-exchange-desktop-list .text-align-center {
        font-size: 12px;
    }
   /* .why-colive-exchange-list.rent {
        overflow-x: hidden !important;
    }*/
    /*.why-colive-exchange-details.rent td:nth-child(4) {
        padding-left: 63px !important;
    }
    .why-colive-exchange-details-scroll .why-colive-exchange-desktop-list td:nth-child(2) {*/
        /* width: 101px !important; */
        /*position: relative;
        padding-left: 10px !important;
    }
    .why-colive-exchange-details-scroll.rent .why-colive-exchange-desktop-list td:nth-child(2) {
        padding-left: 0px !important;
    }*/
    .why-colive-list .btn-group {
        background-color: #D9D9D9;
        border-radius: 100px;
    }
    .why-colive-list .btn-primary.active, .why-colive-list .btn-light.active {
        border-radius: 100px !important;
        padding: 0.675rem 1rem;
    }
    .why-colive-exchange-desktop-list td {
        width: 100px !important;
    }
    .why-colive-exchange-details.rent, .why-colive-exchange-list .exchange-category.mobileviewrentTitle {
        width: 110vw !important;
    }
    .why-colive-exchange-details.rent td:nth-child(2) {
        padding-right: 25px !important;
    }
    why-colive-exchange-desktop-list.rent td:nth-child(3) {
        padding-left: 15px !important;
    }
}
/*dropdown hover for bid and iconnect*/
/*.why-colive-exchange-details-list .dropbtn:hover > .dropdown-content{
    display:block
}*/

.why-colive-list .btn-group .btn-primary:focus, .why-colive-list .btn-group .btn-light:focus {
    box-shadow: 0 0 0 0 rgb(248 4 156 / 50%) !important;
}

/*#region ShowLoaderCSS */
.CssLoaderStyles .logoloader {
    border: 4px solid #f8049c;
    border-radius: 50%;
    border-top: 3px solid transparent;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
}

.CssLoaderStyles .Logo-loader {
    border: 0px solid #f8049c;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    position: relative;
    display: flex;
    justify-content: center;
    border-top: 6px solid transparent;
}

    .CssLoaderStyles .Logo-loader:after {
        content: url("/assets/images/propex-logo-loader.png");
        background: #ef0075;
        height: 0px;
        width: 15px;
        position: relative;
        transform: rotate(90deg);
        border: 0px solid #fff0;
        top: 1px;
        left: 19px;
    }

.CssLoaderStyles {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    position: absolute !important;
    z-index: 10000000;
    background: none !important;
    height: 100%;
    width: 100%;
    margin: auto;
}

.CssLoaderAlign {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    height: 100%;
}

.splash-screen-loader::after {
    content: "";
    background: none !important;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.exchange-category {
    height: 59px;
    padding: 0 12px;
    width: auto;
    margin: auto;
    border-radius: 15px 15px 0px 0px;
}
    .exchange-category h5 {
        color: #000000;
        font-weight: 600;
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 0;
    }
.why-colive-exchange-details{
    padding:0;
}
.why-colive-exchange-list {
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 42.36%, #ffffff00 86.12%);
    border: 0px solid rgb(255 255 255 / 0%);
    border-radius: 0px;
    /* padding: 0 20px;*/
    height: 390px;
}
.why-colive-exchange-details-list .slick-slide{
    display:flex !important;
    justify-content:end;
}
.why-colive-exchange-details-list .slick-list{
    overflow:visible;
}
.border-line {
    border-bottom: 1px solid #adaaaa;
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.12367);
    width: auto;
    margin-top: 0px;
}
.why-colive-exchange-list::-webkit-scrollbar {
    height: 6px;
    border-radius:10px;
}
.why-colive-scroll {
    overflow-y:hidden;
}
.border-line:last-child {
    border: none;
}
.CssLoaderStyles {
    z-index: 1 !important;
}

.why-colive-desktop h1 {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
    margin-top: 40px;
}

    .why-colive-desktop h1 span {
        color: #EF1284;
    }

.why-colive-exchange-desktop table {
    width: 100%;
}

    .why-colive-exchange-desktop table tr th {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-align: center;
        border-bottom: 1px solid #D6D6D6;
        padding-bottom: 18px;
        background-color: #f8f8f8;
    }

.why-colive-exchange-desktop-list td {
    font-weight: 500;
    padding: 7px 10px;
    border-bottom: 0px solid #D6D6D6;
    width: 400px;
    height: auto;
    font-size: 15px;
}

.why-colive-exchange-desktop-list .text-align-center {
    text-align: center;
}

.why-colive-exchange-desktop table tr:nth-child(odd) {
    background-color: #EFEFEF;
}

.why-colive-exchange-desktop table thead tr {
    background-color: #f8f8f8 !important;
}

.why-colive-exchange-desktop table tr {
    border-bottom: 1px solid #D6D6D6;
}

.why-colive-exchange-desktop-list .text-align-bid {
    color: #0e9f48;
    width: auto;
    font-size: 13px;
    cursor: pointer;
    margin-right: 10px;
    display: inline-block;
}

    .why-colive-exchange-desktop-list .text-align-bid img {
        width: 15px;
        height: auto;
    }

.why-colive-exchange-desktop-list .text-align-connect img {
    width: 15px;
    height: auto;
    margin-top: 4px;
}

.why-colive-exchange-desktop-list .text-align-connect {
    color: #f01a88 !important;
    width: auto;
    font-size: 13px;
    margin-right: 0px;
    cursor: pointer;
    display: inline-block;
}

.why-colive-exchange-desktop-list td a {
    color: #000000;
}

    .why-colive-exchange-desktop-list td a h6 {
        margin-bottom: 0px;
        font-size: 15px;
    }

.why-colive-exchange-desktop {
    font-size: 13px;
}

.why-colive-exchange-desktop-title td {
    font-weight: 600;
    width: 400px;
    height: auto;
}

.why-colive-exchange-desktop-list td:nth-child(2), .why-colive-exchange-desktop-list td:nth-child(3) {
    padding: 7px 0;
}

thead, tbody {
    display: block;
}

tbody {
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.why-colive-exchange-title-section {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 18px;
    background-color: #f8f8f8;
}

.exchange-mybid tbody {
    height: 605px;
}

.why-colive-padding {
    padding: 0 60px;
}

@media (max-width: 767px) {
    .why-colive-padding {
        padding: 0 0px;
    }
}