    .splide__arrow--prev,
    .splide__arrow--next {
        background: #13da3e!important;
        width: 50px;
        height: 50px;
    }

    .app-download{
        display:flex;
        flex-wrap: wrap;
        /* grid-template-columns: repeat(2,600px); */
        justify-content:center;
        /* gap:20px; */
        padding: 32px 10px;
        text-align: center;
    }
    
    .download-container{
        padding:10px;
        flex-basis: 600px;
    }
    .download-card{
        border:1px solid rgb(218, 218, 218);
        border-radius: 10px;
        padding:16px;
    }
    .download-container h2{
        font-size: 18px;
        font-weight:600;
    }
    .download-container p{
        font-size: 14px;
    }
    .download-container a{
        border:0px solid;
        text-decoration: none;
        border-radius: 5px;
        padding:16px;
        font-size: 18px;
        cursor:pointer;
        display:inline-flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 16px;
    }
    .download-container a:nth-of-type(1){
        background-color: #222;
        color:rgb(107, 247, 149);
    }
    .download-container a:nth-of-type(1):hover{
        background-color: rgb(0, 185, 62);
        color:#eee;
    }
    
    .download-container a:nth-of-type(2){
        background-color: rgb(0, 185, 62);
        color:#eee;
    }
    .download-container a:nth-of-type(2):hover{
        background-color: #222;
        color:#eee;
    }
    .download-container a:hover i{
        color:#eee;
    
    }
    .download-container a:hover i{
        color:#222;
    
    }
    .download-container a i{
        color:#eee;
    }
    .download-container a span{
        display:inline-block;
        margin-left: 10px;
        line-height: 0;
    }
    
    a {
        text-decoration: none!important;
    }
    
    progress {
        width: 100%;
        height: 30px;
        -webkit-appearance: none;
    }
    
    progress::-webkit-progress-bar {
        width: 100%;
        height: 30px;
        background-color: whitesmoke;
    }
    
    progress::-webkit-progress-value {
        background-color: rgb(31, 127, 252);
    }
    
    .progress-percentage {
        position: absolute;
        left: 20px;
        color: #fff;
        font-weight: bold;
    }
    
    .layoutmodal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.562);
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        z-index: 5000;
        padding: 4rem;
    }
    
    .layoutmodal .content {
        width: 60%;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -28%);
        z-index: 0!important;
    }
    
    .content .main {
        height: auto;
        max-height: 85%;
        overflow-y: auto;
    }
    
    .layoutmodal .footer {
        left: 0;
        width: 100%;
    }
    
    #closelayoutmodal {
        font-size: 40px;
        position: absolute;
        right: 40px;
        top: 20px;
        cursor: pointer;
    }
    
    .layoutmodal .content input.form-control,
    .layoutmodal .content select.form-control {
        padding: 0px 10px !important;
        font-size: 16px;
    }
    
    .pagination__wrapper {
        width: 30rem;
        margin: 0 auto;
        border: 1px solid;
        /* overflow: hidden; */
    }
    
    .pagination {
        width: 10rem;
        border: 1px solid;
        display: flex;
    }
    
    .myBtn {
        padding: 0px;
        width: 80px;
    }
    
    .logo-container {
        position: absolute;
        top: 1%;
        left: 3%;
        width: 10%;
        cursor: pointer;
        z-index: 100;
    }
    
    .pointer {
        cursor: pointer;
    }
    
    .captureBtn {
        width: 100px;
    }
    
    .detial__img {
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 30rem!important;
    }
    
    .detial__img img {
        height: 100%!important;
    }
    
    .transVal {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 10;
        background: #fff;
    }
    
    table.myTable {
        counter-reset: rowNumber;
    }
    
    table.myTable tr {
        counter-increment: rowNumber;
    }
    
    table.myTable tr td:first-child::before {
        content: counter(rowNumber);
        min-width: 1em;
        margin-right: 0.5em;
    }
    
    .currency-badge {
        position: absolute;
        left: 10px;
        bottom: 8px;
    }
    /* .selectOffer,.terms{
    top: 5px;
} */
    
    .pendingSales {
        width: 150px;
        height: 150px;
        border: 15px solid;
        border-radius: 50%;
        border-color: rgb(228, 213, 10) rgb(216, 45, 45);
        margin: auto;
        font-size: 3em;
        padding-top: .5em;
    }
    
    .closedSales {
        width: 150px;
        height: 150px;
        border: 15px solid;
        background: rgb(255, 255, 255);
        -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        border-color: rgb(158, 6, 6) rgb(250, 99, 99);
        margin: auto;
        font-size: 3em;
        padding-top: .5em;
    }
    
    .closedProject {
        width: 150px;
        height: 150px;
        border: 15px solid;
        background: rgb(255, 255, 255);
        -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
        border-color: rgb(255, 238, 4) rgb(233, 123, 5);
        margin: auto;
        font-size: 3em;
        padding-top: .5em;
    }
    
    .closedInspections {
        width: 150px;
        height: 150px;
        border: 15px solid;
        background: rgb(255, 255, 255);
        -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
        clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
        border-color: rgb(231, 1, 135) rgb(255, 59, 190);
        margin: auto;
        font-size: 3em;
        padding-top: .5em;
    }
    
    .pendingAcquisition {
        width: 150px;
        height: 150px;
        border: 15px solid;
        border-radius: 50%;
        background: rgb(255, 255, 255);
        -webkit-clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
        clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
        border-color: rgb(79, 245, 2) rgb(224, 224, 224);
        margin: auto;
        font-size: 3em;
        padding-top: .5em;
    }
    
    .closedAcquisition {
        width: 150px;
        height: 150px;
        border: 15px solid;
        border-radius: 50%;
        background: rgb(255, 255, 255);
        -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
        clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
        border-color: rgb(12, 4, 122) rgb(4, 55, 118);
        margin: auto;
        font-size: 3em;
        padding-top: .5em;
    }
    
    .commissionDue {
        width: auto;
        height: 150px;
        margin: auto;
        font-size: 3em;
        padding-top: .5em;
    }
    
    .commissionPaid {
        width: auto;
        height: 150px;
        margin: auto;
        font-size: 3em;
        padding-top: .5em;
    }
    /*custom font*/
    
    @import url(https://fonts.googleapis.com/css?family=Montserrat);
    /*basic reset*/
    
    * {
        margin: 0;
        padding: 0;
    }
    
    html {
        height: 100%;
    }
    
    body {
        font-family: 'montserrat', arial, verdana;
        background: rgb(253, 253, 253);
    }
    /*form styles*/
    
    fieldset {
        border: 0 none;
        border-radius: 3px;
        box-sizing: border-box;
        /*stacking fieldsets above each other*/
        position: relative;
        width: 100%;
        overflow: hidden;
        display: none;
    }
    
    #msform {
        width: 50%;
        margin: 10vh auto;
        text-align: center;
        position: relative;
        overflow-x: hidden;
    }
    
    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 3px;
        padding: 20px 30px;
        box-sizing: border-box;
        /*stacking fieldsets above each other*/
        position: relative;
        width: 100%;
        overflow: hidden;
        display: none;
        border: 1px solid lightgrey;
    }
    
    .form-header {
        background: rgba(15, 15, 15, 0.68);
        padding-top: 1.5em;
    }
    
    #sellForm {
        width: 70%;
        margin: 5vh auto;
        position: relative;
        overflow-x: hidden;
        z-index: 10;
    }
    
    #sellForm fieldset {
        background: rgba(15, 15, 15, 0.68);
        border: 0 none;
        border-radius: 3px;
        padding: 20px 30px;
        box-sizing: border-box;
        position: relative;
        width: 100%;
        overflow: hidden;
        display: none;
        box-shadow: 0px 0px 6px 8px;
        z-index: 10;
    }
    
    #sellForm input,
    select {
        height: 40px;
        padding: 0 5px!important;
        font-size: small!important;
    }
    
    #proptSearch input {
        border: 0px;
        border-bottom: 1px solid #fff;
    }
    /*Hide all except first fieldset*/
    
    fieldset#current {
        display: block;
    }
    
    .animate-next {
        -webkit-animation: animate_fieldset .4s linear forwards;
        animation: animate_fieldset .4s linear forwards;
    }
    
    .animate-prev {
        -webkit-animation: animate_fieldset_backwards .4s linear forwards;
        animation: animate_fieldset_backwards .4s linear forwards;
    }
    
    @-webkit-keyframes animate_fieldset {
        0% {
            opacity: 0;
            transform: translateX(50px);
        }
        50% {
            opacity: .2;
            transform: translateX(25px);
        }
        100% {
            opacity: 1;
            transform: translateX(0px);
        }
    }
    
    @keyframes animate_fieldset {
        0% {
            opacity: 0;
            transform: translateX(50px);
        }
        50% {
            opacity: .2;
            transform: translateX(25px);
        }
        100% {
            opacity: 1;
            transform: translateX(0px);
        }
    }
    
    @-webkit-keyframes animate_fieldset_backwards {
        0% {
            opacity: 0;
            transform: translateX(-50px);
        }
        50% {
            opacity: .2;
            transform: translateX(-25px);
        }
        100% {
            opacity: 1;
            transform: translateX(0px);
        }
    }
    
    @keyframes animate_fieldset_backwards {
        0% {
            opacity: 0;
            transform: translateX(-50px);
        }
        50% {
            opacity: .2;
            transform: translateX(-25px);
        }
        100% {
            opacity: 1;
            transform: translateX(0px);
        }
    }
    /*inputs*/
    
    #msform input,
    #msform select,
    #msform textarea {
        height: 50px;
        padding-top: 10px;
        border: 1px solid #ccc;
        border-radius: 3px;
        margin-bottom: 10px;
        width: 100%;
        box-sizing: border-box;
        font-family: montserrat;
        color: #2C3E50;
        outline: none;
    }
    
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="text"] {
        padding-left: 60px !important;
        padding-bottom: 13.1px !important;
        font-size: 22px;
    }
    
    #login input {
        padding-left: 5px !important;
        padding-bottom: 0 !important;
        height: 45px;
        border: 1px solid #ccc;
    }
    /* input[type="password"] {
    font-size: 30px !important;
    padding: 5px !important;
} */
    
    .input-icon {
        left: 30px;
        padding: 10px;
    }
    
    .input-icon img {
        width: 30px;
    }
    
    .pwd-icon {
        right: 30px;
        transform: translate(-10px, 10px);
    }
    
    .pwd-change-icon {
        right: 20px;
        top: 0;
        transform: translate(-10px, -10px);
    }
    
    #login .pwd-change-icon {
        right: 20px;
        transform: translate(-10px, 10px);
    }
    /*buttons*/
    
    #msform .action-button {
        width: 100px;
        background: #27AE60;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 1px;
        cursor: pointer;
        padding: 8px 0;
        margin: 10px 5px;
    }
    
    #msform .action-button:focus,
    #msform .action-button:hover {
        box-shadow: 0 0 0 5 white, 0 0 0 3px #27AE60;
    }
    
    .previous {
        background: rgb(18, 212, 99)!important;
        float: left;
        padding: 8px 0;
    }
    
    .disabled,
    .next,
    .submit {
        float: right;
    }
    /*headings*/
    
    .fs-title {
        font-size: 15px;
        text-transform: uppercase;
        color: #2C3E50;
        margin-bottom: 10px;
    }
    
    .fs-subtitle {
        font-weight: normal;
        font-size: 13px;
        color: #666;
        margin-bottom: 20px;
        text-align: left;
    }
    /*progressbar*/
    
    #progressbar {
        overflow: hidden;
        margin-bottom: 30px;
    }
    
    #progressbar ul {
        padding-left: 0 !important;
    }
    
    #progressbar li {
        list-style-type: none;
        height: 5px;
        width: 25px;
        display: inline-block;
        background: rgb(223, 250, 236);
    }
    
    #progressbar .active {
        background: rgb(31, 238, 3);
    }
    /* progressbar connectors */
    /*marking active/completed steps green*/
    /*The number of the step and the connector before it = green*/
    
    .service-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, 50px);
        grid-template-rows: auto;
        gap: 20px;
        justify-content: center;
    }
    
    .service-grid img {
        width: 100%;
    }
    
    .service-grid div {
        background: rgb(255, 255, 255);
        border-radius: 50%;
        padding: .8em;
        height: 50px;
        box-shadow: 0 1px 4px 0 rgba(189, 188, 188, 0.651);
    }
    
    .checked {
        background: chartreuse!important;
    }
    /* .checked::after {
    content: '✓';
    display: inline-block;
    position: absolute;
    top: -16px;
    right: 4px;
    transform: rotate(20deg);
    font-size: 30px;
    font-weight: bolder;
    color: green;
} */
    
    .header-shaddow {
        box-shadow: 0 10px 6px -10px rgb(167, 167, 167);
    }
    
    .aside-menu li {
        padding: .8em;
        white-space: nowrap;
    }
    
    .aside-menu i {
        position: relative;
        top: 7px;
    }
    
    .aside-menu li a {
        color: #111;
    }
    
    .aside-menu .active a {
        color: rgb(5, 78, 15);
    }
    
    .aside-menu .active {
        background: rgb(201, 250, 197);
    }
    
    #app-switcher {
        position: relative;
        top: 33px;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        z-index: -1!important;
        background: rgb(233, 231, 231);
    }
    
    #app-switcher a {
        text-decoration: none;
        color: rgb(107, 107, 107);
        opacity: 0.7;
    }
    
    #app-switcher a:hover {
        transition: .2s linear;
        transform: scale(1.1, 1.1);
        opacity: initial;
        color: #111;
    }
    
    .bg-light-grey {
        background-color: #dddddd
    }
    
    .bg-purple {
        background: purple;
    }
    
    .text-purple {
        color: purple;
    }
    
    .bg-orange {
        background: #ff9007;
    }
    
    .text-orange {
        color: #ff9007;
        font-weight: 100!important;
    }
    
    .bg-green {
        background-color: #13da3e;
    }
    
    .alert-orange {
        background: #fde0bd;
    }
    
    .active-danger {
        background: rgb(250, 197, 197);
    }
    
    .active-primary {
        background: rgb(193, 225, 255);
    }
    
    .active-info {
        background: rgb(224, 240, 255);
    }
    
    .active-purple {
        background: rgb(226, 147, 226);
    }
    
    .aside-menu li:hover {
        background-color: #eee;
    }
    
    aside {
        background: rgb(246, 246, 246);
        height: 100vh;
        width: 20%;
        position: absolute;
        box-sizing: border-box;
        box-shadow: 0 .125rem .55rem rgba(0, 0, 0, 0.164)!important;
        display: none;
        overflow-y: hidden;
        overflow-y: auto;
        padding-bottom: 3rem;
    }
    /* 
animations */
    
    .animate-in {
        -webkit-animation: animate-in .2s linear forwards;
        animation: animate-in .2s linear forwards;
    }
    
    .animate-out {
        -webkit-animation: animate-out .3s linear forwards;
        animation: animate-out .3s linear forwards;
    }
    
    .animate-left {
        -webkit-animation: animate-left .3s linear forwards;
        animation: animate-left .3s linear forwards;
    }
    
    .animate-down {
        -webkit-animation: animate-down .2s linear forwards;
        animation: animate-down .2s linear forwards;
    }
    
    .animate-up {
        animation: animate-down .2s linear reverse;
    }
    
    @-webkit-keyframes animate-in {
        0% {
            opacity: 0;
            transform: translateX(-50px);
        }
        100% {
            opacity: 1;
            transform: translateX(0px);
        }
    }
    
    @keyframes animate-in {
        0% {
            opacity: 0;
            transform: translateX(-50px);
        }
        100% {
            opacity: 1;
            transform: translateX(0px);
        }
    }
    
    @-webkit-keyframes animate-out {
        0% {
            opacity: 1;
            transform: translateX(0px);
        }
        100% {
            transform: translateX(-280px);
        }
    }
    
    @keyframes animate-out {
        0% {
            opacity: 1;
            transform: translateX(0px);
        }
        100% {
            transform: translateX(-280px);
        }
    }
    
    @-webkit-keyframes animate-loader {
        100% {
            transform: rotate(360deg);
        }
    }
    
    @keyframes animate-loader {
        100% {
            transform: rotate(360deg);
        }
    }
    
    @-webkit-keyframes animate-down {
        0% {
            opacity: 0;
            transform: translateY(-40px);
            z-index: -2;
        }
        100% {
            opacity: 1;
            transform: translateY(0px);
            z-index: 2;
        }
    }
    
    @keyframes animate-down {
        0% {
            opacity: 0;
            transform: translateY(-40px);
            z-index: -2;
        }
        100% {
            opacity: 1;
            transform: translateY(0px);
            z-index: 2;
        }
    }
    
    #splash-logo {
        -webkit-animation: zoom-in 2.2s linear forwards;
        animation: zoom-in 2.2s linear forwards;
    }
    
    @-webkit-keyframes zoom-in {
        0% {
            transform: scale(0.5);
        }
        80% {
            transform: scale(1.2);
        }
        100% {
            transform: scale(1);
        }
    }
    
    @keyframes zoom-in {
        0% {
            transform: scale(0.5);
        }
        80% {
            transform: scale(1.2);
        }
        100% {
            transform: scale(1);
        }
    }
    /* animation end */
    
    .aside-services {
        height: auto;
        width: 18vw;
        position: fixed;
        top: 55px;
        right: 0;
        box-sizing: border-box;
        z-index: 100;
        display: none;
    }
    
    .aside-services p {
        font-size: 13px;
    }
    
    .aside-services small {
        font-size: 8px;
        border-radius: 50%;
        width: 8px;
        padding: 1px 3px;
        color: #fff;
        background: green;
    }
    
    .aside-services ul {
        list-style-type: none;
    }
    
    .affilliate-banner {
        padding: 200px 0;
        background: url("../img/buyer-bg.jpg");
        background-size: cover;
        background-position: center;
        min-height: 674px;
        position: relative;
        overflow: hidden;
    }
    
    .buyer-banner {
        padding: 200px 0;
        background-color: skyblue;
        background: url("../img/buyer-bg1-1.jpg");
        background-size: cover;
        background-position: top;
        min-height: 674px;
        position: relative;
    }
    
    .investment-banner {
        padding: 200px 0;
        background: url("../img/buyer-bg3.jpg");
        background-size: cover;
        background-position: center;
        min-height: 674px;
        position: relative;
    }
    
    .btn-lighter {
        background-color: rgb(216, 216, 215);
    }
    
    .seller-banner {
        background: url("../img/sell.jpg");
        background-size: cover;
        background-position: center;
        min-height: 674px;
        position: relative;
        padding: 3em 0 1em 0;
        padding-bottom: 10rem!important;
    }
    
    .finance-banner {
        background: url("../img/sell-prop3.jpg");
    }
    
    .affilliate-banner::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(120deg, rgba(177, 136, 3, 0.719), rgba(39, 34, 8, 0.863))!important;
    }
    
    .buyer-banner::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        /* background: linear-gradient(120deg, rgba(95, 3, 3, 0.719), rgba(4, 4, 31, 0.863)); */
    }
    /* .seller-banner::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(20deg, rgba(44, 220, 243, 0.719), rgba(4, 4, 31, 0.863));
} */
    
    .login-banner::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(150deg, rgba(44, 114, 243, 0.719), rgba(5, 180, 19, 0.863));
    }
    
    .welcomeTextContainer {
        bottom: 40%;
        width: 100%;
        margin: auto;
        z-index: 10;
    }
    
    .banner-content {
        position: relative;
        z-index: 2;
    }
    
    .search-container {
        width: 85%;
        height: 60px;
        margin: auto;
        padding: 7px 7px 7px 20px;
        border-radius: 30px;
    }
    
    .search-container input {
        display: block;
        width: 100%;
        height: 46px;
        padding: 0 8px 0 20px !important;
        font-size: 13px;
        border: 0;
        border-right: 1px solid rgba(195, 195, 195, 0.856);
        outline: none;
        cursor: pointer;
    }
    
    .checkbox {
        height: 20px !important
    }
    
    #dropdown-proptType {
        top: -100px
    }
    
    #inlineRadio1,
    #inlineRadio2,
    #inlineRadio3 {
        display: none;
    }
    
    .form-check-label {
        font-size: x-large;
        position: relative;
        cursor: pointer;
    }
    
    .card img {
        width: 100%;
        /* height: 300px!important; */
        min-height: 260px;
    }
    
    .card-body {
        display: flex;
        flex-direction: column;
        /* justify-content: space-around; */
    }
    
    .card-body .card__btn {
        /* justify-content:; */
        margin-top: auto!important;
    }
    
    .featureProp-card {
        height: 42rem;
    }
    
    .form-check-label::before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #fff;
        margin-right: 10px;
    }
    
    .activeRadio::after {
        content: '';
        display: inline-block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: rgb(26, 25, 25);
        position: absolute;
        left: 5px;
        top: 6.2px;
        box-shadow: 0px 0px 1px 1px rgba(77, 76, 76, 0.616);
    }
    
    .unactiveRadio::after {
        content: '';
        display: inline-block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: rgba(99, 98, 98, 0.527);
        position: absolute;
        left: 5px;
        top: 6.2px;
        box-shadow: 0px 0px 1px 1px rgba(128, 128, 128, 0.616);
    }
    
    .proptType {
        width: 25%!important;
    }
    
    .proptScale {
        width: 65%!important;
    }
    
    .investment-banner .proptType {
        width: 80%!important;
    }
    
    .proptMax,
    .proptMin {
        width: 20%;
    }
    
    #max-price,
    #min-price,
    #propt-location {
        cursor: text;
    }
    
    .proptLocation {
        width: 30%;
    }
    
    #findPropt {
        cursor: text;
        height: 30px;
    }
    
    #findPropt::-webkit-input-placeholder {
        color: #fff;
    }
    
    #findPropt::-moz-placeholder {
        color: #fff;
    }
    
    #findPropt:-ms-input-placeholder {
        color: #fff;
    }
    
    #findPropt::-ms-input-placeholder {
        color: #fff;
    }
    
    #findPropt::placeholder {
        color: #fff;
    }
    
    .btnSearchPropt {
        border-radius: 30px;
    }
    
    .dropdown-body {
        top: -20vh;
        left: 25%;
        width: 50%!important;
        height: auto;
        margin: auto;
        transition: max-height .3s ease-out;
        overflow-y: scroll;
    }
    
    .dropdown-box {
        height: auto;
        margin: auto;
        transition: max-height .3s ease-out;
    }
    
    .dropdown-box a {
        display: block;
        padding: 1rem;
    }
    
    .show {
        max-height: 350px;
    }
    
    .hide {
        max-height: 0;
        overflow: hidden;
    }
    
    .dropdown-body a {
        padding: 10px 15px;
        cursor: pointer;
        font-size: 14px;
        border-top: 1px solid rgb(219, 218, 218);
    }
    
    .dropdown-body span {
        display: inline!important;
    }
    
    .dropdown-body a:hover {
        background: rgb(238, 238, 238);
    }
    
    .proptFeatures span:hover {
        background: none;
    }
    
    .content {
        margin-top: -20vh;
        position: relative;
        z-index: 10;
    }
    
    .hideCollapse,
    .transVal_hideCollapse {
        max-height: 0;
        transition: max-height .1s ease-in-out;
        overflow: hidden;
    }
    
    .dataCollapse,
    .transVal_dataCollapes {
        transition: max-height .1s ease-in-out;
    }
    
    .detailContainer {
        transform: translateY(35px);
        padding: 0;
        width: 100%;
        height: 100%;
        z-index: 101;
        background: rgba(238, 238, 238, 0.26);
    }
    
    .detail-content {
        height: 80vh;
        overflow: hidden;
        overflow-y: scroll;
    }
    
    .detail-content a {
        text-decoration: none;
    }
    
    #closeDetail {
        cursor: pointer;
    }
    
    .propertyAccordion {
        max-height: 100%!important;
        overflow-y: scroll;
    }
    
    .propertyAccordion span {
        display: block;
        padding: 1em;
        background: rgb(80, 77, 77);
        width: 100%;
        color: #fff;
        border-bottom: 2px solid #fff;
    }
    
    .investorAccordion span {
        display: block;
        padding: 1em;
        background: rgba(146, 21, 140, 0.336);
        width: 100%;
        color: #111;
        border-bottom: 2px solid purple;
    }
    
    .financeAccordion span {
        display: block;
        padding: 1em;
        background: rgba(33, 156, 212, 0.336);
        width: 100%;
        color: #111;
        border-bottom: 2px solid #fff;
    }
    
    #detailBox {
        width: 100%;
        height: 85vh;
        z-index: 100;
        position: relative;
    }
    
    #detailText {
        height: 80%;
        overflow-y: hidden;
    }
    
    .backtotop {
        position: fixed;
        bottom: 80px;
        right: 20px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 0px;
        outline: none;
        word-wrap: break-word;
        z-index: 7000;
    }
    
    .offerTab,
    .investmentTab,
    .projectTab {
        z-index: 10;
        width: 100%;
        top: 60px;
    }
    
    .pendingInvestment,
    .activeInvestment,
    .closedInvestment,
    .pendingInvestments,
    .activeInvestments,
    .closedInvestments,
    .pendingProjects,
    .activeProjects,
    .closedProjects,
    .activeWish,
    .lostWish,
    .activeOffer,
    .lostOffer {
        /* font-size: 14px!important; */
        position: relative;
    }
    
    .tab-counter {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 17px;
        height: 17px;
        background-color: #27AE60;
        color: #fff;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
    }
    
    .offerTabContent,
    .investmentTabContent {
        margin-top: 20vh;
    }
    
    .projectTabContent {
        margin-top: 20vh;
    }
    
    .offerTab a,
    .investmentTab a,
    .projectTab a {
        padding: 1em 1em 0;
        color: #111;
        cursor: pointer;
    }
    
    .offerTab .active,
    .investmentTab .active,
    .projectTab .active {
        border-bottom: 2px solid green;
    }
    
    #makeOffer input {
        padding: 10px!important;
        font-size: initial;
    }
    
    #proptDescription a,
    #proptOffer a {
        padding: 25px;
        font-size: 14px;
        border-top: 1px solid rgb(219, 218, 218);
    }
    
    #offerDetails,
    #offerForm,
    #offerGallery {
        width: 75%;
        height: 65vh;
        overflow-y: scroll;
    }
    
    #offerForm form {
        width: 50%;
    }
    
    .aside-services ul li,
    .buyer-menu ul li {
        border-bottom: 0;
    }
    
    .aside-services ul li {
        padding-bottom: 0;
    }
    
    .aside-services ul li a {
        color: #111;
    }
    
    .navbar-toggler {
        background: #fff;
        color: #fff;
    }
    
    .mt-6 {
        margin-top: 6em;
    }
    
    .mode {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 200;
        background: rgba(233, 233, 233, 0.623);
        display: none;
    }
    
    .mode2 {
        position: fixed;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 200;
        background: #fff;
        display: noe;
        overflow: hidden;
    }
    
    #modal-note {
        border: 1px solid grey;
        border-radius: 5px;
        height: auto;
        padding: 10px;
        text-align: left;
        height: 200px;
        overflow-y: scroll;
    }
    /* #modal-content {
    position: relative;
    top: 25%;
    left: 25%;
    right: 25%;
    width: 50%;
    height: 250px;
    background: #fff;
} */
    
    .text-soft {
        opacity: .5;
        font-size: 15px;
        padding-right: 15px;
    }
    
    .loader-container2 {
        width: 80%;
        margin: 30vh auto;
        padding: 2em;
    }
    
    .loader-container {
        width: 60%;
        margin: 20vh auto;
        padding: 1em;
        max-height: 80vh;
    }
    
    .loader2 {
        width: 50px;
        height: 50px;
        margin: auto;
        border: 5px solid rgb(184, 181, 181);
        border-right-color: green;
        border-radius: 50%;
        -webkit-animation: animate-loader .7s linear infinite;
        animation: animate-loader .7s linear infinite;
    }
    
    .loader {
        width: 50px;
        height: 50px;
        margin: auto;
        border: 5px solid rgb(184, 181, 181);
        border-right-color: green;
        border-radius: 50%;
        -webkit-animation: animate-loader .7s linear infinite;
        animation: animate-loader .7s linear infinite;
    }
    
    .dot-menu {
        cursor: pointer;
    }
    
    .dot-menu i {
        font-size: 25px;
        color: rgba(255, 255, 255, 0.815);
    }
    /* app subcription */
    
    .form-input input {
        width: 100%;
        padding: 0 0 0 10px !important;
        font-size: small;
        border: 0;
        border-bottom: 1px solid;
        background: none;
        outline: none;
    }
    
    .profile .form-input input {
        float: right;
        width: 70%;
        font-weight: 300;
    }
    
    .edt-0 {
        color: rgb(153, 151, 151);
    }
    
    .profile #photograph {
        height: 120px;
        width: 120px;
        margin: 0 auto;
        border-radius: 50%;
        text-align: center;
        position: relative;
        padding: 0px;
    }
    
    .profile #photograph img {
        object-fit: cover;
        height: 120px;
        width: 120px;
        min-height: 0;
        border-radius: 50%;
    }
    
    .profile-body small {
        display: block;
        margin-bottom: .8em;
        font-weight: 300;
    }
    
    .form-input input[type="checkbox"] {
        height: auto;
        width: auto;
    }
    
    .form-input label {
        display: block;
    }
    
    .down-icon {
        position: absolute;
        top: 0;
        right: 0;
        transform: rotate(180deg);
    }
    
    .dropdown-body {
        background: rgb(241, 241, 241);
        position: absolute;
        width: 100%;
        z-index: 10;
        padding-bottom: 1em;
    }
    
    .dropdown-body span {
        display: block;
        padding: .5em;
        cursor: pointer;
    }
    
    .dropdown-body span:hover {
        background: #fff;
    }
    
    #tooltip-content {
        display: inline-block;
        width: auto;
        font-size: 12px;
        color: #fff;
        padding: 3px 3px 2px;
        transform: translateY(-5px);
        border-radius: 0;
        visibility: hidden;
    }
    
    #tooltip-content::after {
        content: '';
        position: absolute;
        display: inline-block;
        background: rgb(51, 51, 51);
        width: 13px;
        height: 8px;
        -webkit-clip-path: polygon(0 100%, 100% 100%, 50% 0);
        clip-path: polygon(0 100%, 100% 100%, 50% 0);
        transform: rotate(180deg);
    }
    
    .file-btn {
        position: absolute;
        top: 0;
        right: 0;
        height: 40px;
        z-index: -1;
    }
    
    .file-container1 {
        white-space: nowrap;
        width: 40%;
    }
    
    .file-btn-mobile {
        background: #6c757d!important;
        color: #fff;
    }
    
    .h-40 {
        height: 40px;
    }
    
    .input-file {
        z-index: 100;
        opacity: 0;
    }
    
    .disabled {
        cursor: not-allowed;
    }
    
    .disable {
        opacity: 0.5;
        cursor: not-allowed!important;
    }
    /* settings */
    
    .accordionWrapper {
        background: #fff;
        box-sizing: border-box;
        /* box-shadow: 0 1.5em 85px 0 rgba(0, 0, 0, 0.2); */
    }
    
    .accordionItem {
        float: left;
        display: block;
        width: 100%;
        box-sizing: border-box;
        font-family: 'Open-sans', Arial, sans-serif;
    }
    
    .accordionItemHeading {
        cursor: pointer;
        margin: 0 0 10px;
        padding: 15px;
        background: #e8eaec;
        color: #111;
        width: 100%;
        box-sizing: border-box;
    }
    
    .close .accordionItemContent {
        height: 0;
        transition: height 1s ease-out;
        transform: scaleY(0);
        float: left;
        display: block;
    }
    
    .open .accordionItemContent {
        padding: 20px;
        background-color: #fff;
        width: 100%;
        margin: 0 0 10px;
        display: block;
        transform: scaleY(1);
        transform-origin: top;
        transition: transform .4s ease;
        box-sizing: border-box;
    }
    
    #editBtn {
        cursor: pointer;
    }
    
    #profile_pic {
        position: absolute;
        bottom: 10px;
    }
    
    #camera_icon {
        transform: translateX(40px);
        color: rgba(255, 255, 255, 0.527);
    }
    
    #profile_pic input {
        opacity: 0;
        display: block;
        position: absolute;
        bottom: 10px;
    }
    
    #drop-area.highlight {
        border-color: purple;
    }
    
    #gallery,
    #gallery2 {
        margin-top: 10px;
    }
    
    #gallery img {
        width: 100%;
        height: 100%;
    }
    
    .input-format {
        height: 40px;
    }
    
    .button {
        display: inline-block;
        padding: 10px;
        background: rgb(225, 225, 225);
        cursor: pointer;
        color: #111;
        height: 40px;
    }
    
    .button:hover {
        background: rgb(185, 182, 182);
    }
    
    #fileElem,
    #fileElem2 {
        display: none;
    }
    
    .myTransactions tr {
        cursor: pointer;
    }
    /* LiquidAdmin-admin */
    
    #users {
        cursor: pointer;
        display: block;
    }
    
    .user-dropdown,
    .admin-accordion-container {
        max-height: 0;
        transition: max-height 0.15s ease-out;
        overflow: hidden;
        overflow-y: scroll;
    }
    
    .drop {
        max-height: 300px;
        transition: max-height .5s ease-in;
    }
    
    @-webkit-keyframes drop {
        0% {
            transform: scaleY(0.5);
        }
        100% {
            transform: scaleY(1);
        }
    }
    
    @keyframes drop {
        0% {
            transform: scaleY(0.5);
        }
        100% {
            transform: scaleY(1);
        }
    }
    
    .menu-caret {
        transform: translateY(-7px);
    }
    
    .admin-search {
        width: 100%;
        border: 1px solid rgb(202, 202, 202);
        height: 40px;
    }
    
    .btnSearchUser {
        top: 0;
        right: 0;
    }
    
    #btn-admin-search {
        height: 40px;
        border: 1px solid rgb(202, 202, 202);
    }
    
    .user-dropdown a {
        display: block;
        padding: .8em 1em;
    }
    
    .admin-accordion-container {
        border-top: 8px solid rgb(255, 255, 255)!important;
    }
    
    .admin-accordion-container div {
        padding: 10px;
        border-bottom: 1px solid gainsboro;
        color: rgb(6, 177, 6);
    }
    
    .admin-accordion-container div span {
        color: initial;
    }
    
    #pagination a {
        padding: 5px 10px;
        border: 2px solid;
        margin-right: 2px;
        color: grey;
        cursor: pointer;
    }
    
    .link:hover {
        color: #333;
        text-decoration: none;
        background: aliceblue;
        cursor: pointer;
    }
    
    .link2:hover {
        color: rgb(235, 96, 4)!important;
        text-decoration: none;
        cursor: pointer;
    }
    
    #dropdown-proptLocation {
        transform: translateY(40px);
        left: 10%;
        right: 10%;
        width: 80%!important;
    }
    
    #currency {
        left: 0;
    }
    
    textarea {
        padding: 10px;
    }
    /* .card__img{
    border:1px solid red;
    min-height:300px;
} */
    
    @media(min-width:800px) {
        .scrollable-container {
            width: calc(65vw / 3)!important;
        }
    }
    
    @media (max-width:1024px) {
        .content {
            margin-top: 3vh;
        }
        .layoutmodal .content {
            width: 90%;
            height: 90%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }
        #dropdown-proptLocation {
            transform: translateY(85px)!important;
            background: red;
        }
        .detial__img {
            padding: 1rem;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            /* border: 1px solid red; */
            min-height: 100%;
        }
        .detial__img img {
            height: 15rem!important;
        }
    }
    
    @media(max-width:750px) {
       
        .layoutmodal .content {
            width: 90%;
            height: 90%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }
        .mobile-absolute {
            position: absolute!important;
            top: 0;
        }
        .splide__arrow--prev,
        .splide__arrow--next {
            background: #13da3e!important;
            width: 30px;
            height: 30px;
        }
        .detial__img {
            height: 15rem!important;
        }
        #view-profile img {
            display: none;
        }
        .featureProp-card {
            min-height: 15rem;
        }
        .card img {
            width: 100%;
            /* height: 300px!important; */
            min-height: 240px;
        }
        .detial__img {
            padding: 1rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            /* border: 1px solid red; */
        }
        .detial__img img {
            height: 12rem!important;
        }
        #dropdown-proptLocation {
            transform: translateY(40px)!important;
            background: red;
        }
        .investment-banner {
            padding: 0px;
            background: url("../img/buyer-bg3.jpg");
            background-size: cover;
            background-position: center;
            min-height: 674px;
            position: relative;
        }
        .investment-banner .proptType {
            width: 100%!important;
        }
        .propertyAccordion {
            max-height: inherit!important;
            overflow-y: hidden!important;
        }
        .form-header {
            background: transparent;
            padding-top: 0;
            margin-bottom: 2em;
        }
        #detailContainer {
            top: 20px!important
        }
        #app-switcher {
            padding-top: 15px!important;
        }
        .cl-white {
            color: #fff!important;
        }
        .table a {
            font-size: small;
            padding: 2px 5px;
        }
        #btnLogin {
            width: 100%;
        }
        #login .pwd-change-icon {
            right: 5px;
        }
        #msform {
            width: 85%;
        }
        #sellForm {
            width: 95%;
            border: 0px!important;
        }
        .mobile-border-0 {
            border: 0px!important;
        }
        .selected-container {
            border-bottom: 1px solid rgb(206, 206, 206)!important;
        }
        #msform fieldset,
        #sellForm fieldset {
            box-shadow: none !important;
            padding: 0 !important;
            background: none;
            border: 0px!important;
        }
        input[type="password"],
        input[type="text"] {
            padding-left: 60px !important;
            padding-bottom: 13.1px !important;
        }
        .input-icon {
            left: 0;
        }
        .pwd-icon {
            right: 30px;
            transform: translate(10px, 10px);
        }
        #msform {
            margin: 8vh auto !important;
        }
        .mobile-card {
            padding: 0;
            margin: 0;
            border: 0;
            background: none;
        }
        aside {
            width: 50%;
        }
        .aside-services,
        .buyer-menu {
            width: 48vw;
        }
        .loader-container {
            width: 100vw;
            margin: 20vh auto;
            padding: 1.3em;
        }
        .form-input input {
            padding: 0 !important;
        }
        .form-container {
            box-shadow: none!important;
            overflow-x: hidden;
        }
        .profile .form-input {
            font-size: small;
        }
        /* search propt on mobile */
        .proptType,
        .proptScale {
            width: 100%!important;
            margin-bottom: 1em;
        }
        /* #dropdown-proptType{
       transform: translateY(-500px);
    } */
        .proptMax,
        .proptMin {
            width: 100%;
            margin-bottom: 1em;
        }
        .proptLocation {
            width: 100%;
            margin-bottom: 1em;
        }
        .search-container {
            background: none!important;
            width: 100%;
            padding: 0;
        }
        .search-container input {
            border: 0px solid rgb(185, 185, 185)!important;
            border-radius: 30px;
            padding: 0 20px !important;
            color: #111;
            width: 100%!important;
            box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
        }
        .search-container input::-webkit-input-placeholder {
            color: #111;
        }
        .search-container input::-moz-placeholder {
            color: #111;
        }
        .search-container input:-ms-input-placeholder {
            color: #111;
        }
        .search-container input::-ms-input-placeholder {
            color: #111;
        }
        .search-container input::placeholder {
            color: #111;
        }
        #search-form input::-webkit-input-placeholder {
            color: #111!important;
        }
        #search-form input::-moz-placeholder {
            color: #111!important;
        }
        #search-form input:-ms-input-placeholder {
            color: #111!important;
        }
        #search-form input::-ms-input-placeholder {
            color: #111!important;
        }
        #search-form input::placeholder {
            color: #111!important;
        }
        #search-form input::-webkit-input-placeholder {
            color: #111!important;
        }
        #search-form input::-moz-placeholder {
            color: #111!important;
        }
        #search-form input:-ms-input-placeholder {
            color: #111!important;
        }
        #search-form input::-ms-input-placeholder {
            color: #111!important;
        }
        #search-form input::placeholder {
            color: #111!important;
        }
        .form-check-label {
            font-size: large;
            position: relative;
            cursor: pointer;
        }
        .form-check-label::before {
            content: '';
            display: inline-block;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            background: #fff;
            margin-right: 10px;
        }
        #dropdown-proptType {
            margin-top: 100px;
            z-index: 500;
        }
        .activeRadio::after {
            content: '';
            display: inline-block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: rgb(26, 25, 25);
            position: absolute;
            left: 4px;
            top: 5.8px;
            box-shadow: 0px 0px 1px 1px rgba(77, 76, 76, 0.616);
        }
        .unactiveRadio::after {
            content: '';
            display: inline-block;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: rgba(99, 98, 98, 0.527);
            position: absolute;
            left: 5px;
            top: 6.2px;
            box-shadow: 0px 0px 1px 1px rgba(128, 128, 128, 0.616);
        }
        .buyer-banner,
        .affilliate-banner {
            padding: 0;
            min-height: 650px;
        }
        .banner-content {
            padding: 8em 1.3em 5em 1.3em;
        }
        #dropdown-proptLocation {
            transform: translateY(-350px);
            left: 10%;
            right: 10%;
            width: 80%!important;
        }
        .banner-text h2 {
            font-size: 22px;
            font-weight: 300;
        }
        .dropdown-body {
            top: 95px!important;
            left: 0;
            right: 0;
            width: 80%!important;
            height: auto;
            margin: auto;
            transition: max-height .3s ease-out;
            overflow-y: scroll;
        }
        .map-body {
            top: -83px!important;
        }
        .content {
            margin-top: 3vh!important;
        }
        #detailText {
            display: block!important;
        }
        #proptGallery,
        .propertyAccordion {
            width: 100%!important;
        }
        #offerDetails,
        #offerForm,
        #offerGallery {
            width: 100%;
            height: 65vh;
            border: 0px;
            overflow-y: scroll;
        }
        #offerGallery img {
            width: 60%!important;
        }
        #offerForm form {
            width: 100%;
        }
        #detailBox {
            width: 100%;
            height: 100vh;
            overflow-y: scroll;
            overflow-x: hidden;
            z-index: 100;
        }
        #detailText {
            height: 100%!important;
            overflow-y: scroll;
        }
        .detailContainer {
            padding: 0;
            overflow: hidden;
        }
        .text-mobile {
            font-size: small;
        }
        #makeOffer input {
            padding: 10px!important;
            font-size: small;
        }
        .myBtn {
            padding: 0px;
            width: 80px;
        }
        #sellForm h2 {
            color: #fff;
        }
        .seller-banner::after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(50deg, rgba(10, 99, 110, 0.801), rgba(4, 4, 31, 0.863));
        }
        .pwd-change {
            box-shadow: none!important;
            padding: 1em!important;
        }
        .text-soft {
            opacity: .5;
            font-size: 15px;
            padding-right: 0px;
        }
        .pendingInvestment,
        .activeInvestment,
        .closedInvestment,
        .pendingProjects,
        .activeProjects,
        .closedProjects {
            /* font-size: 14px!important; */
            position: relative;
        }
        th,
        td {
            font-size: 12px!important;
            padding: 15px 5px!important;
        }
        td button {
            padding: 2px 3px!important;
            display: block;
            width: 100%;
            margin-bottom: 5px;
        }
        .transContainer {
            overflow-X: scroll
        }
        ;
    }