﻿
@media only screen and (max-width: 768px) {
    .home-slider .item {
        min-height: 180px !important;
        height: 180px !important;
    }
}

.img-wrap-content h4 {
    font-size: .7rem;
    line-height: 12px;
    color: #fff;
    margin: 0;
}

.single-items h4.h4 {
    font-size: .6rem;
    line-height: 15px;
    color: #FFF;
    margin: 0;
    margin-top: -20px;
    font-weight: bold;
    width: 100%;
    display: block;
    background: #C69C6D;
    padding: 3px;
    padding-top: 7px;
    border-radius: 3px;
}
.sec-left h3 {
    font-size: 1rem;
    margin-bottom: 0px;
    padding-right: 25px;
    position: relative;
}
    .sec-left h3:before {
        content: " ";
        background: #C69C6D;
        width: 15px;
        height:20px;
        position: absolute;
        right: 0px;
        top: -5px;
        border-radius: 3px;
    }
.sec-left .aftra {
    background: #820000;
    width: 100px;
    height: 1px;
    border-radius: 1px;
    display: inline-block;
    margin-right: 10px;
}
.btn {
    font-size: .75rem;
    display: block;
    width: 100%;
    padding: 10px;
}

    .btn.btn-theme {
        margin: 0 !important;
        display: block;
        width: 100%;
        font-weight: bold;
    }

.listing-footer-wrapper {
    padding: 0 !important;
}
.svg-icon.svg-icon-xl svg {
    height: 1.7rem !important;
    width: 1.7rem !important;
}

.mobileshadow {
    border-radius: 0.3rem;
    overflow: hidden;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 25%);
}
.mobileitemshadow {
    border-radius: 0.3rem;
    overflow: hidden;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}
.slick-dots {
    position: absolute;
    top: -25px;
    left: 10px;
    display: block;
    width: 50%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
    float: left;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 3px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
    .slick-dots li button:before {
        font-family: slick;
        font-size: 10px;
        line-height: 10px;
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        content: '•';
        text-align: center;
        opacity: .3;
        color: #26345f;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background: rgba(1, 41, 91,0.1);
        border-radius: 50%;
    }
    .slick-dots li.slick-active button:before {
        opacity: .75;
        color: #C69C6D;
    }

.single-items {
    padding: 0 5px;
}
.mt--6rem {
    margin-top: -6rem;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}

.pt-10 {
   padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}

.pt-5 {
    padding-top: 5px!important;
}
.pl-5 {
    padding-left: 5px!important;
}

.pr-5 {
    padding-right: 5px!important;
}

.pl-10 {
    padding-left: 10px!important;
}

.pr-10 {
    padding-right: 10px!important;
}

.property-listing.property-2 .listing-name {
    font-size: .8rem;
    height: 25px;
    overflow: hidden;
}

.listing-card-info-price {
    font-size: 1rem;
    font-size: .8rem;
}

.btn.btn-theme {
    background: #C69C6D;
    border: 1px solid #C69C6D;
  /*  border-radius: 4px;
    margin-right: 4px;
    margin-bottom: 5px;*/
}

.property-listing {
    border-radius: 0.3rem!important;
}