@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Nunito+Sans:wght@300;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Roboto:wght@400;500&display=swap');

/*** 

====================================================================
    Reset
====================================================================

***/
 
* {
    margin:0px;
    padding:0px;
    border:none;
    outline:none;
}

/*** 

====================================================================
    Global Settings
====================================================================

 ***/

body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    scroll-behavior: smooth;
    box-sizing: border-box;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

a{
    text-decoration:none;
    cursor:pointer;
    color:#0060ff;
}

button,
a:hover,a:focus,a:visited{
    text-decoration:none;
    outline:none !important;
}

h1,h2,h3,h4,h5,h6 {
    position:relative;
    font-weight:normal;
    margin:0px;
    background:none;
    line-height:1.6em;
    font-family: 'Montserrat', sans-serif;
}

p{
    position: relative;
    line-height: 1.8em;
    color: #000;
    text-align: justify;
    font-weight: 600;
    font-size: small;
}
.learn-more-button{
    padding: 10px 0px 10px 0px!important;
    background: transparent!important;
    border: 1px solid #08231e!important;
    font-weight: 600!important;
    cursor: pointer!important;
    width: 25%!important;
    text-align: center!important;
}
.learn-more-button:hover{
    color: #fff;
    background: #08231e!important;
    transition: 300ms ease-in-out;
}
.explore-button{
    margin: 10px 0px!important;
    display: block!important;
    color: #fff!important;
    background: transparent!important;
    padding: 10px!important;
    font-weight: 600!important;
    cursor: pointer!important;
    width: 40%!important;
    border: 1px solid #fff!important;
    text-align: center!important;
}
.search-button{
    color: #fff;
    padding: 9px 0px 9px 0px!important;
    background: #052a31!important;
    border: 1px solid #052a31!important;
    font-weight: 600!important;
    cursor: pointer!important;
    width: 100%!important;
    text-align: center!important;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.read-more-button{
    padding: 10px 10px 10px 10px!important;
    background: transparent!important;
    border: 1px solid #17608d!important;
    font-weight: 600!important;
    cursor: pointer!important;
    width: 25%!important;
    text-align: center!important;
    color: #000;
}

/* Typography */

h1{
    font-size:72px;
}

h2{
    font-size:36px;
}

h3{
    font-size:25px;
}

h4{
    font-size:24px;
}

h5{
    font-size:20px;
}

h6{
    font-size:18px;
}

ul,li{
    list-style:none;
    padding:0px;
    margin:0px; 
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    display: inline-block;
}
label{
    color: #000;
    font-weight: 600;
}

input,
input.form-control:focus, 
input[type=text]:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 0px 0 ;
}
input[type="text"],input[type="password"],input[type="email"],textarea,select{
    width: 100%;
    padding: 7px;
    border: 1px solid #a3a1a1d9;
    margin: 0;
    display: inline-block;
    outline: none;
    padding: 9px;
}
::placeholder{
    opacity: 0.8;
    font-size: 13px;
}
.form-control {
    height: calc(2.6rem + 2px)!important;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #a3a3a3;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #a3a1a1d9;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0px;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}

.padding-60-50{
    padding: 60px 0px 30px 0px;
}
.padding-30-50{
    padding: 30px 0px 50px 0px;
}
.padding-140-50 {
    padding: 140px 0px 30px 0px;
}

.btn-info{
    font-weight: 600;
}
.bg-1 {
    background: #08243f;
}
.box-mb-30 {
    margin-bottom: 30px;
}
.bg-img {
    /*background-size: cover!important;
    background-repeat: no-repeat!important;*/
    background-position: center center!important;
    background-color: linear-gradient(184deg, #d1223e, #a2636d)!important;
}
.overlay {
    position: relative;
    z-index: 0;
}
.horizental-line{
    height: 1px;
    background: #7b7b7b;
    margin: 15px 0px;
}
.overlay:before {
    position: absolute;
    content: "";
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    background: #00000070;
}

.equal-height {
    height: 250px;
    width: 100%;
}
.btn-warning{
    color: #fff;
    font-weight: 600;
    background-color: #fdc134;
    border-color: #fdc134;
}
/*** 

====================================================================
    Header Css
====================================================================

***/
.header {
    width: 100%;
    z-index: 999;
    position: fixed;
}

.main-nav {
    background: #fff;
}

.main-nav .site-navigation {
    padding: 0px 20px 0px 20px;
}
.main-nav .site-navigation .navbar-brand {
    padding: 0px;
}
.main-nav .site-navigation .navbar-brand img {
    height: 90px;
    object-fit: cover;
    width: 100%;
    padding: 5px 0px;
}
.main-nav .site-navigation .site-menu .nav-item {
    margin-right: 15px;
    position: relative;
}
.main-nav .site-navigation .site-menu .menu-link {
    position: relative;
    display: block;
    color: #052a31;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}
.main-nav .site-navigation .site-menu .nav-item:last-child {
    margin-right: 0px;
}
.main-nav .site-navigation .site-menu .menu-link.active {
    /*color: #bb8131!important;*/
    color: #333030;
}
.main-nav .site-navigation .outer-box .btn-box {
    display: flex;
    align-items: center;
}
.main-nav .site-navigation .outer-box .btn-box .nav-user {
    width: 38px;
    height: 38px;
    background: #10958714;
    text-align: center;
    display: inline-block;
    line-height: 38px;
    border-radius: 50px;
    box-shadow: 0px 0px 3px 0px rgb(98 195 184);
    margin-right: 30px;
    font-size: 22px;
    font-weight: 600;
    padding-left: 3px;
    color: #056839;
}
.main-nav .site-navigation .outer-box .btn-box .theme-btn {
    min-width: 80px;
    text-transform: uppercase;
    font-size: 15px;
}
.main-nav .site-navigation .close-menu-wrap {
    display: none;
}

.main-nav .site-navigation .site-menu .has-children span {
    font-size: 10px;
    margin-left: 4px;
    color: #006933;
}
.navbar-nav{
    align-items: center;
}
.nav-button{
    background: #ab3116;
    padding: 4px 10px;
    border-radius: 3px;
}
 
/*Mobile Menu*/
.mobile-menu-trigger {cursor: pointer; margin-left: 30px; display: none; background: transparent; border: none; }
.mobile-menu-trigger span {
    height: 2px;
    display: block;
    width: 30px;
    margin-bottom: 9px;
    background-color: #052a31;
}
/*.mobile-menu-trigger span:nth-child(2) {
    width: 25px;
    margin-left: 9px;
}*/
.mobile-menu-trigger span:last-child {margin-bottom: 0; }
.mobile-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #08231e;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow-x: hidden;
    -webkit-transition: .4s;
    transition: .4s;
}
.mobile-menu-container li {
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateX(1000px);
    -webkit-transform: translateX(1000px);
    transform: translateX(100px);
    -webkit-transition: 1s;
    transition: 1s;
    border-top: 1px solid rgb(255 255 255 / 8%);
}
.mobile-menu-container li:nth-last-child(1) {border-bottom: 1px solid rgb(255 255 255 / 8%); }
.mobile-menu-container li > a .slicknav_arrow:after {content: "\f067"; position: absolute; font-family: 'FontAwesome'; top: 0; bottom: 0; color: white; z-index: 999; margin: 0 auto; text-align: center; right: 0; left: 0; font-size: 16px; line-height: 60px; }
.mobile-menu-container.menu-open li.slicknav_open > a .slicknav_arrow:after{content: "\f068";}
.mobile-menu-container.menu-open {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu-container.menu-open li {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.mobile-menu-close {
    position: absolute;
    right: 20px;
    top: 50px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
}
.mobile-menu-close::before {
    left: 15px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-menu-close::after {
    right: 13px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mobile-menu-close::before, .mobile-menu-close::after {
    position: absolute;
    height: 30px;
    width: 2px;
    background: #ffffff;
    content: '';
    top: 0;
}
#mobile-menu-wrap {
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    padding: 100px 20px 20px 20px;
}
#mobile-menu-wrap div {background-color: transparent; }
#mobile-menu-wrap .slicknav_item i{display: none;}
/*Sidebar Start*/
.slicknav_nav, .slicknav_nav.slicknav_hidden {
    display: block !important;
}
.slicknav_btn {display: none !important; }
.slicknav_menu {padding-left: 0; }
.slicknav_item.slicknav_row a {border-bottom: 0; }
.slicknav_nav .slicknav_row, .slicknav_nav a {
    padding: 10px 0px;
    margin: 0;
}
.slicknav_nav .slicknav_arrow {
    font-size: 0;
    background: rgb(255 255 255 / 8%);
    height: 100%;
    width: 50px;
    display: inline-block;
    position: absolute;
    top: 0;
}
.slicknav_nav ul {margin: 0 0 0 0px; }
.slicknav_nav .menu-item-has-children ul {margin-bottom: 00px; }
.slicknav_nav .menu-item-has-children ul li {padding-left: 25px; }
.sub-menu .menu-item-has-children a i {position: absolute; right: 20px; top: 20px; }
.slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover {background-color: transparent; }
.slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover {border-radius: 0; }
.slicknav_item.slicknav_row {display: inline-block; width: 100%; position: relative; }
.slicknav_arrow {-webkit-transition: .3s; transition: .3s; right: 0; top: 17px; position: absolute; }
.slicknav_nav a, .slicknav_row a {color: #ffffff; font-size: 16px; display: inline-block; }           
/* Mobile Menu CSS End*/


/*-========Sub Menu/Dropdown=========*/
.site-navigation .site-menu .nav-item.has-children{
    position: relative;
}

.site-navigation .site-menu .nav-item.has-children .dropdown {
    position: absolute;
    left: 0;
    background-color: #4b4949c2;
    min-width: 200px;
    z-index: 9999;
    box-shadow: 0 0px 6px 3px rgba(0, 0, 0, 0.05);
    text-align: left;
    margin-top: 30px;
    transition: all .5s ease;
    visibility: hidden;
    opacity: 0;
}

.site-navigation .site-menu .nav-item.has-children .dropdown .dropdown {
    min-width: 300px;
}

.site-navigation .site-menu .has-children .dropdown .dropdown {
    left: 205px;
    top: -30px;
}

.site-navigation .site-menu .nav-item.has-children .dropdown .nav-item {
    display: block;
    position: relative;
    padding: 5px 20px;
    border-bottom: 1px solid #ebefef;
    width: 100%;
    color: #fff;
}

.nav-item.has-children .dropdown .nav-item  a {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 10px;
    color: #fff;
    display: block;
    line-height: normal;
    text-transform: capitalize;
    transition: all .5s ease;
}

.site-navigation .site-menu .nav-item.has-children .dropdown .nav-item:last-child {
    border-bottom: 0;
}

.nav-item.has-children .dropdown .nav-item a:hover {
    margin-left: 5px;
}

.site-navigation .site-menu .has-children:hover >.dropdown {
    opacity: 1;
    visibility: visible;
    /*transition: all .5s ease;
    margin-top: -4px;*/
}

a.add-listing-btn {
    color: #6449e7;
    background: transparent;
    border: 1px solid #6449e7;
    padding: 8px 18px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    margin-right: -3px;
    transition: all .4s ease;
}

.add-listing-btn:hover {
    background: #6449e7;
    color: #fff;
}

svg.svg-inline--fa.fa-house-damage.fa-w-18.add-listing-icon {
    position: relative;
    top: -1px;
    right: 4px;
    font-size: 13px;
    font-weight: 600;
}

/*** 

====================================================================
    Home Banner Css
====================================================================

***/
.hero-slide-item {
    position: relative;
    height: 550px;
}

.slide-content {
    min-width: 100%;
    max-width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.slide-content .slide-title {
    font-size: 40px;
    font-weight: 600;
    font-family: 'Roboto';
    letter-spacing: 2px;
    line-height: 65px;
    margin: 20px 25px;
    text-transform: uppercase;
}

.slide-content .hero-slide-desc {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #e7dbdb;
}

/*Slider CSS*/

/*.hero-section{
    padding-top: 50px;
}*/

.owl-item.active h1 {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.owl-item.active .line {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.owl-nav .owl-prev {
    top: 47%;
    left: 30px;
}
.owl-nav .owl-next {
    top: 47%;
    right: 30px;
}
.owl-nav div {
    position: absolute;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    line-height: 51px;
}

.a-icon{
    color: #3c70b7;
}
.owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 15px;
}
.owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0 !important;
    text-align: center;
}
.owl-dot span {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: none;
    background: #fff;
    border-radius: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #98acc5c7;
}
.owl-dot.active span {
    background: #052a31;
    border: #052a31;
}

/*About Us Section*/
.about-image-part img{
    width: 100%;
    height: auto;
    opacity: 0.8;
}
.about-image-main{
    overflow:  hidden;
}

.about-image-part:hover{
    opacity: 0.7;
    transform: scale(1.5);
    transition: transform 7s ease;
}

.content-part span {
    color: #000000;
    transition-delay: .4s;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
}
.content-part h3{
    color: #052a31;
    font-weight: 700;
    text-transform: uppercase;
}

/*Contact Us CSS*/
.contact-part{
    height: 350px;
    position: relative;
}

.contact-details{
    height: 260px;
    width: 70%;
    background: #051c18bf;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: right;
    padding: 20px;
}
.contact-content span{
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.contact-content p{
    text-align: right;
    color: #fff;
}
.contact-content ul li{
    display: block;
    font-weight: 600;
}


/***
====================================================================
    Footer Css
====================================================================

***/
.footer{
    background: #212121;
}
.footer .footer-item{
    position: relative;
    padding: 40px 20px 20px;
}

.footer .footer-title {
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.footer .footer-item ul li {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.footer .footer-item ul li a{
    color: #ddd;
}

.footer .copyright {
    padding: 5px 0;
    font-size: 14px;
    letter-spacing: 2.67px;
}

.background-main {
    background-color: #004420;
}
.background-main p{
    font-weight: 500;
    color: #e6e6e6;
}
.footer .copyright .copright-text {
    color: #e6e6e6;
    margin-top: 5px;
}
.over-hidden {
    overflow: hidden;
}
.footer .copyright .copright-text .link-hover {
    color: #4ca54f;
    font-weight: 600;
}
.copyright ul li a .fa{
    font-size: 20px;
    padding: 10px 10px;
    color: #fff;
}
.social-icon li{
    display: inline-block!important;
}
.social-icon li a{
    font-size: 20px;
    padding-right: 10px;
}

/*Search Section*/
.search-section{
    height: 280px;
}
.find-properties span{
    font-size: 40px;
}

/*Extra Button Css*/
.side-buttons {
    position: fixed;
    right: 0;
    top: 95%;
    transform: translateY(-50%);
    display: block;
}
.side-buttons ul li a, .side-buttons ul li button {
    height: 35px;
    width: 35px;
    color: #fff;
    background: #1c1c1c94;
    border-radius: 10%;
    margin: 3.25px 7.5px;
    display: flex;
}
.side-buttons ul li a, .side-buttons ul li button i {
    padding: 6px 0px 0px 12px;
    font-size: 13px;
}


.slider-buttons {
    position: absolute;
    left: 0;
    transform: translateY(-350%);
    display: block;
    z-index: 9;
}
.slider-buttons ul li a, .slider-buttons ul li button {
    height: 35px;
    width: 35px;
    color: #fff;
    background: #1c1c1c94;
    border-radius: 10%;
    margin: 3.25px 7.5px;
    display: flex;
}
.slider-buttons ul li a, .slider-buttons ul li button i {
    padding: 6px 0px 0px 12px;
    font-size: 13px;
}


.side-whatsapp-buttons {
    display: block;
    position: fixed;
    z-index: 99999;
    left: 5px;
    bottom: 30px;
}





/*** 

====================================================================
    Properties Css
====================================================================

***/
.property-name{
    line-height: 28px;
}
.property-title{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.property-price{
    color: #5e8757;
    font-size: 18px;
    font-weight: 600;
}
.single-properties {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 10%);;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 10%);
    transition: all 500ms ease-in-out;
    cursor: default;
    border-radius: 10px;
}
.single-properties:hover {
    box-shadow: 1px 3px 20px 9px rgb(7 152 255 / 11%);
    /*transform: translateY(-10px);*/
}
.thumbnail-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.property-top-tag-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgb(0 88 19));
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0 88 19));
    z-index: 9;
}

.property-bottom-label-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgb(8 35 30));
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(8 35 30));
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 9;
    justify-content: flex-start;
    padding: 10px 10px 25px 10px;
}

.thumbnail-wrapper a {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.thumbnail-wrapper img {
    width: 100%;
    height: 400px;
}

.property-top-tag-box-inner {
    padding: 0px 10px;
}

.prop-top-media {
    display: inline-block;
    background: rgba(0, 0, 0, 0.4);
    padding: 5px;
    color: #ffffff;
    font-size: 13px;
    line-height: 16px;
    border-radius: 4px 5px;
    vertical-align: middle;
    margin: 10px 4px;
    cursor: pointer;
    letter-spacing: 1px;
}

.prop-top-media .property-thumb-count {
    vertical-align: middle;
}

.property-bottom-label-box a {
    color: #fff;
    display: inline-block;
    margin-left: 6px;
    padding: 2px 5px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 2px;
    margin-bottom: 4px;
}

.property-label-color-f-rent {
    background: #004223;
}

.property-label-color-f-sale {
    background: #987203e0;
}

.property-label-color-f-area {
    background: #007bff;
}


.property-details {
    padding: 20px;
}
.flat-type{
    color: #5e8757;
    font-weight: 600;
    font-size: 18px;
}

.property-details .property-name a {
    display: inline-block;
    font-size: 18px;
    color: #08231e;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.property-details h5
{
    color: #08231e;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.property-meta-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.prop-card-meta {
    padding: 0 7px 14px 0px;
}

.prop-meta-title {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.5;
    display: block;
    color: #1a1a1a;
}

.property-meta-wrap img {
    height: auto;
    width: 34px;
}

.prop-meta-icon-wrap .figure {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    padding-left: 5px;
    padding-right: 5px;
    color: #444444;
}


/*Single Properties CSS*/

.single-property-section .property-image-box .main-property-img {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
    max-width: 100%;
}

.single-property-section .property-thumbnail {
    width: 110px;
    height: 100px;
    margin-right: 15px;
    float: left;
    border: 1px solid #dedada;
    border-radius: 2px;
    padding: 5px;
    cursor: pointer;
}
.location-map{
    width: 60%;
    height: auto;
}
.p-details p{
    font-weight: 500;
    font-size: 16px;
}
ul li:last-child .property-thumbnail {
    margin-right: 0px;
}
ul li:first-child .property-thumbnail {
    margin-left: 0px;
}

.single-property-section .table td, .table th {
    border: 2px solid #9b9b9b;
    width: 50%;
    text-align: center;
    font-weight: bold;
}

.property-features-content ul li {
    padding: 10px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #415661;
    text-transform: capitalize;
}

.slider-button{
    background: none;
    border: 1px solid #ddd;
    padding: 11px 20px;
    letter-spacing: 2px;
    font-size: 15px;
    border-radius: 25px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}
.slider-button:hover{
    color: #fff;
}

.single-plot{
    box-shadow: 1px 1px 5px 3px #ddd;
    border-radius: 10px;
}
.single-plot .property-details{
    padding: 10px;
}
.property-label span{
    background: #bb0008c4;
    color: #fff;
    display: inline-block;
    margin-left: 0px;
    padding: 4px 10px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 2px;
    margin-bottom: 4px;
}
.single-plot .property-name {
    display: inline-block;
    font-size: 18px;
    color: #08231e;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.single-plot .details-span{
    font-size: 15px;
    font-weight: 600;
}