
.testimonial-wrap p {
    line-height: 1.8;
    font-size: 15px
}

.smart-tes-author {
    position: absolute;
    top: 30px;
    left: 30px;
}

.smart-tes-content .rating {
    color: #f1c734;
    font-size: 16px;
    margin-bottom: 15px;
}

.smart-center {
    text-align: center
}

.smart-textimonials.smart-light {
    color: #fff
}

.smart-textimonials .item {
    padding: 0 15px
}

.smart-textimonials .item-box {
    background: #fff;
    border-radius: 8px;
    padding: 2rem 1.2rem;
    padding-left: 150px;
    text-align: left;
    position: relative;
    box-shadow: 0px 10px 15px 0px rgba(26, 46, 85, 0.05);
}

.st-author-thumb {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
}

.smart-tes-content p {
    font-size: 15px
}

.st-author-thumb .quotes {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -5px;
    bottom: -8px;
    color: #fff
}

.st-author-thumb img {
    border-radius: 50%
}

.smart-light .st-author-thumb,
.st-author-thumb.light {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    float: left
}

.st-author-info {
    display: inline-block;
    margin-left: 0;
    margin-top: 10px;
}

.smart-textimonials.smart-light .st-author-title {
    color: #fff
}

.st-author-info .st-author-title {
    margin: 0;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 6px;
}

.st-author-info .st-author-subtitle {
    font-size: 15px;
}

.st-author-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.smart-center .st-author-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 575px) {
    .smart-textimonials .item-box {
        padding: 40px;
    }
    .smart-tes-author {
        position: static;
        top: 0px;
        left: 0px;
    }
}.home-slider .item,
.property-slider .item {
    transition: all .6s;
    border-radius: 0;
    position: relative;
    height: 600px
}

.home-slider .item {
    min-height: 520px;
    display: flex!important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: left;
    height: 100vh;
    background-size: cover !important;
    background-position: center !important
}

.fullwidth-home-slider div {
    height: 100%
}

.home-slider-container {
    position: relative;
    height: 100%;
    max-width: 450px;
    display: block;
    padding: 2rem;
    background: #fff;
    border-radius: .1rem;
    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.3)
}

.home-slider .item:before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, transparent 10%, #111c52);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block
}

.home-slider-price {
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 20px
}

.home-slider-container .listing-price-with-compare {
    position: relative;
    margin: 1rem 0;
    bottom: auto;
    padding: 0
}

.lpc-right {
    display: flex;
}

.home-slider-container .listing-price-with-compare .lpc-right a {
    background: #f4f7fb;
    color: #2673e5;
}

.home-slider-container .modern-pro-wrap {
    position: relative;
    top: 0;
    margin-bottom: 15px;
    left: auto
}

.home-slider-container .modern-pro-wrap span {
    position: relative;
    padding: 8px 20px;
    z-index: 1;
    margin-right: 10px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    box-shadow: none;
    text-transform: capitalize
}

.home-slider-container .modern-pro-wrap .property-type {
    background: #323d50
}

.home-slider-price i {
    font-size: 16px;
    font-weight: 400;
    opacity: .8
}

.home-slider-title {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%
}

.home-slider-title a {
    font-size: 1.2rem
}

.home-slider-title h3 {
    margin-bottom: 5px
}

.home-slider-title span i {
    margin-right: 5px
}

.listing-price-with-compare h4 {
    color: unset;
}