﻿/* || General styles */

html, body {
    scroll-behavior: smooth;
}

:root {
    scroll-behavior: smooth;
}
a {
color:#000!important;
}
.height-70 {
    height: 70px;
}

/* || Header */
.body-container {
    width: calc(100% - 130px) !important;
    margin: 0 auto;
}
.card .card-body {
padding: 15px;
}
    .card .card-body h5 {
    font-size:15px;
    font-weight:600;
    }
.card-body .ratingLabel {
    float: right;
    padding: 1px;
    font-weight: 400;
    font-size: 11px;
    background-color: black;
    color: white;
    border-radius: 50px;
    margin-top: 0px;
    cursor: pointer;
    margin-right: -2px;
    padding: 1px 3px;
}
.card-body p.property-location {
    font-size:13px;
}
p.p-title {
font-size:12px;
}
p.p-value {
    font-size: 13px;
}
.property-desc {
margin-top:10px;
}
/*Price Trends Page*/
.propertyInfoSection .bannerwrap {
    /*background: url(/assets/images/buytolet/Banner.webp) no-repeat 100% 100%;*/
    height: 515px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10%;
    background-size: cover;
}
.propertyInfoSection .bannerwrap h1 {
    text-align: left;
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    padding-top: 5%;
}
.propertyInfoSection .PropertyTitle {
    text-shadow: 1px 2px 2px #000
}
.propertyInfoSection .bannerwrap p {
    color: #fff;
    text-align: left;
    font-size: 25px;
    font-weight: 500;
    padding-top: 0px;
}
.propertyInfoSection .propertyInfo {
    width: 400px;
    border: 1px solid #ffffff;
    margin: 20px 0 0 0;
    background: #00000075;
}
.propertyInfoSection .propertyInfo .launchPrice{
    border-right: 1px solid #FFFFFF;
   /* padding-right: 5%;
    margin-right: 5%;*/
    width:50%;
}
.propertyInfoSection .propertyInfo .marketPrice{
    width:50%;
}
.propertyInfoSection .propertyInfo .assetValue {
    width: 40%;
    border-right: 1px solid #FFFFFF;
}
.propertyInfoSection .propertyInfo .yield,.propertyInfoSection .propertyInfo .irr {
    width: 30%;
    border-right: 1px solid #FFFFFF;
}
.propertyInfoSection .propertyInfo .irr {
    border-right: none;
}
.propertyInfoSection .propertyInfo .assetInfo {
    border-top: 1px solid #FFFFFF;
}
.propertyInfoSection .propertyInfo .priceInfo, .propertyInfoSection .propertyInfo .assetInfo{
    height: 90px;
}
.propertyInfoSection .propertyInfo h6 {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.propertyInfoSection .launchPrice h6 span {
    font-size: 20px;
    font-weight: 600;
    line-height: 2;
}
.propertyInfoSection .marketPrice h6 span {
    font-size: 20px;
    font-weight: 600;
    color: #28AF6D;
    line-height: 2;
}
.propertyInfoSection .propertyInfo h5 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}
.propertyInfoSection .propertyInfo h5 span {
    line-height: 1.6;
}
.price-ValueTrendSection {
    padding: 50px 0px;
}
.price-ValueTrendSection h5.price-ValueHeading {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}
.price-ValueTrendSection h5.price-ValueHeading:before, .price-ValueTrendSection h5.price-ValueHeading:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1.5px;
    position: relative;
    vertical-align: middle;
    width: 28%;
}
.price-ValueTrendSection h5.price-ValueHeading:before {
    right: 1em;
    margin-left: -40%;
}
.price-ValueTrendSection h5.price-ValueHeading:after {
    left: 1em;
    margin-right: -40%;
}
.price-ValueTrendSection .nav-tabs {
    border-bottom: none !important;
    width: 250px;
    margin: 0 0 0 auto;
    padding: 2% 0;
    justify-content:end;
}
.price-ValueTrendSection .nav-tabs .nav-item a {
    font-size: 14px;
    font-weight: 400;
    padding: 8px 0px;
    width: 100px;
    text-align: center;
    cursor:pointer;
}
.price-ValueTrendSection .nav-tabs .nav-link.active {
    color: #EF1284 !important;
    border: 1px solid #EF1284;
    background: rgba(239, 18, 132, 0.20);
}
.price-ValueTrendSection .nav-tabs .nav-item a.link-price {
    border-radius: 5px 0px 0px 5px;
    border-right: 1px solid #EF1284;
}
.price-ValueTrendSection .nav-tabs .nav-link {
    border: 1px solid #000;
}
.price-ValueTrendSection .nav-tabs .nav-item a.link-return {
    border-radius: 0px 5px 5px 0px !important;
    border-left: 1px solid #EF1284;
}
.price-ValueTrendSection .card .card-body {
    padding: 5px 0;
    background-color: #FBFBFB;
}
.price-ValueTrendSection .card-body h5 {
    font-size: 23px;
    font-weight: 500;
}
.price-ValueTrendSection .card-body p.property-location {
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0 8px 0;
    color: #1B1B1B;
}
.price-ValueTrendSection .card-body .ratingLabel {
    float: right;
    padding: 1px;
    font-weight: 400;
    font-size: 11px;
    background-color: black;
    color: white;
    border-radius: 50px;
    margin-top: 0px;
    cursor: pointer;
    margin-right: -2px;
    padding: 1px 3px;
}
.price-ValueTrendSection .property-name {
    border-bottom: 1px solid #E6E6E6;
    margin: 0;
}
.price-ValueTrendSection .property-desc {
    margin: 10px 0 0 0;
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
}
.price-ValueTrendSection p.p-title {
    font-size: 18px;
    color: #555555;
}
.price-ValueTrendSection p.p-value {
    font-size: 18px;
    line-height: 2;
}
.price-ValueTrendSection .property-price h6 {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    text-align:center;
}
.price-ValueTrendSection .property-price h6 span {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height:2;
}
.price-ValueTrendSection .property-price h6.currentMarketPrice span, .propertyInfoTableDesc .CurrentMarketPrice {
    color: #28AF6D;
}
.price-ValueTrendSection .propertyCard .card {
    max-width: 360px;
    width: 100%;
}
.price-ValueTrendSection .property-price {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E6E6E6;
    padding: 15px 15px 13px 15px;
}
.price-ValueTrendSection .chart {
    border: 1px solid #E6E6E6;
    margin-top: 30px;
}
.propertyInfoTable .propertyInfoTableHeader {
    padding: 15px 0;
    background-color: #F2F2F2;
    border: 1px solid #E6E6E6;
}
.propertyInfoTable {
    margin-top: 30px;
}
.propertyInfoTable h5 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    margin-bottom:0;
}
.propertyInfoTable h6 {
    font-size: 16px;
    font-weight: 400;
    color: #1B1B1B;
    margin-bottom: 0;
}
.propertyInfoTable h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
}
.propertyInfoTable .propertyInfoTableDesc {
    padding: 15px 15px;
    border: 1px solid #E6E6E6;
    height:50px;
}
.propertyInfoTable .propertyInfoTableEven {
    background-color: #FBFBFB;
}
.propertyInfoTable .propertyInfoTableOdd {
    background-color: #FFFFFF;
}
.price-ValueTrendSection .viewProperty .btn {
    font-weight: 500;
    font-size: 18px;
    background-color: #EF1284;
    color: #ffffff !important;
    border-radius: 5px;
    padding: 10px 30px;
    display: flex;
    width: 170px;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0 auto;
}
.similarBuyToLetProperties-Section {
    padding: 0px 0px 30px 0;
}
.similarBuyToLetProperties-Section .card {
    min-height: 335px;
    max-height: 335px;
    min-width: 100%;
    max-width: 100%;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
}
.propertyCard .card img {
    width: 100%;
    max-height: initial;
    min-height: 218px;
    max-width: 100%;
    min-width: 100%;
}
.similarBuyToLetProperties-Section .block-title h5 {
    margin-bottom: 10px;
}
.block-title h5 {
font-size:30px;
overflow:hidden;
}
    .block-title h5:before,
    .block-title h5:after {
        background-color: #000;
        content: "";
        display: inline-block;
        height: 1.5px;
        position: relative;
        vertical-align: middle;
        width: 38%;
    }
    .block-title h5:before {
        right: 0.5em;
        margin-left: -40%;
    }

    .block-title h5:after {
        left: 0.5em;
        margin-right: -40%;
    }
    .block-title {
        text-align:center;
    }
.footerblock ul li a {
    color: #f5f5f5 !important;
}
.contactno h5 a {
    color: #fff !important;
}
header.header .menucontrol ul li a {
    color: #ffffff !important;
    padding-bottom: 36px !important;
}
header.header .menucontrol ul li a:hover {
    color: #EF1284 !important;
}
@media (max-width: 767px) {
    .propertyInfoSection .bannerwrap {
        padding-left: 8%;
    }
    .propertyInfoSection .bannerwrap h1 {
        font-size: 25px;
    }
    .propertyInfoSection .bannerwrap p {
        font-size: 16px;
        padding-top: 3px;
    }
    .propertyInfoSection .propertyInfo h6 {
        font-size: 14px;
    }
    .propertyInfoSection .launchPrice h6 span, .propertyInfoSection .marketPrice h6 span {
        font-size: 16px;
    }
    .propertyInfoSection .propertyInfo {
        width: 300px;
    }
    .propertyInfoSection .propertyInfo h5 {
        font-size: 16px;
    }
    .price-ValueTrendSection h5.price-ValueHeading {
        font-size: 16px;
    }
    .price-ValueTrendSection h5.price-ValueHeading:before, .price-ValueTrendSection h5.price-ValueHeading:after {
        width: 15%;
    }
    .price-ValueTrendSection .nav-tabs .nav-item a {
        font-size: 12px;
        width: 80px;
    }
    .price-ValueTrendSection .nav-tabs {
        padding: 2% 5% 2% 0;
    }
    .propertyInfoTable .propertyInfoTableHeader {
        font-size: 18px;
        background-color: #FFFFFF;
        border: none;
        margin-top: 15px;
    }
    .propertyInfoTable {
        margin-top: 10px;
    }
    .propertyInfoTable .propertyInfoTableDesc {
        position: relative;
        justify-content:revert !important;
    }
     .propertyInfoTable .propertyInfoTableDesc span {
        position: absolute;
        left: 44%;
        font-size: 20px;
        top: 20%;
     }
     .propertyInfoTable h6,.propertyInfoTable h4 {
        font-size: 14px;
        width: 40%;
    }
     .propertyInfoTable h6 {
        float: left;
        width: 60%;
    }
     .propertyCard .card img {
        width: 100%;
        max-height: 165px;
    }
    .propertyCard .card {
        width: 100%;
        max-height: inherit;
    }
    .body-container {
        width: calc(100% - 40px) !important;
    }
    .section2 .card {
        min-width: inherit;
        max-width: inherit;
    }
    .block-title h5 {
        font-size: 16px;
    }
    .block-title h5:before, .block-title h5:after {
        width: 18%;
    }
    .price-ValueTrendSection .viewProperty .btn {
        font-size: 16px;
        padding: 8px 30px;
        width: 150px;
    }
}

/*#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: fixed;
    z-index: 10000000;
    background: #ffffffba;
    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%;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*#endregion ShowLoaderEnd*/
