body { font-family:var(--primary-font-family); background-color: var(--bs-white); color:var(--bs-gray-dark); font-size:0.875rem; line-height:1.25rem; margin:0;  padding:0; white-space:normal; visibility:inherit; text-align:inherit; border:0px; font-stretch:inherit; overflow-x: hidden !important; /*transition: background 0.2s linear;*/display: flex; flex-direction: column;}

html{height:100%; margin-bottom:0px;}

* { margin: 0; padding: 0; outline: 0; box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: border-box;
}

body, div, section, a, p, aside, span, ul, li, dl, header, footer, h1, h2, h3, h4, h5, h6 {text-decoration: none; outline: none; border: none; padding: 0; margin: 0; list-style: none;}

/*custom scrollbar*/
/* width */
::-webkit-scrollbar {width:10px;}
/* Track */
::-webkit-scrollbar-track {background:var(--bs-primary); }
/* Handle */
::-webkit-scrollbar-thumb {background:var(--bs-primary-dark); }
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {background:var(--bs-secondary); }
/*custom scrollbar*/

/*TEXT SELECTION*/
::-moz-selection {/* Code for Firefox */ color:var(--bs-white); background:var(--bs-secondary);}
::selection {color:var(--bs-white); background:var(--bs-secondary);}
/*TEXT SELECTION*/

h1, h2, h3, h4, h5, h6 {font-family:var(--primary-font-family); letter-spacing: normal; position: relative; text-transform: capitalize; }

.heading { position:relative;}
.heading h1 {font-size:30px; line-height:40px; color:var(--bs-primary); font-weight:800;}
.heading h2 {font-size:25px; line-height:35px; color:var(--bs-primary); font-weight:700;}
.heading h2 span {font-weight:400 !important;}
.heading h3 {font-size:16px; line-height:25px; color:var(--bs-secondary); font-weight:700;}
.heading h4 {font-size:22px; line-height:30px; color:var(--bs-secondary); font-weight:600;}
.heading h5 {font-size:18px; line-height:28px; color:var(--bs-black); font-weight:700;}
.heading h6 {font-size:16px; line-height:25px; color:var(--bs-black); font-weight:500; text-transform:capitalize !important;  }

p {position:relative; color:var(--bs-gray-800); font-size:15px; line-height:20px; margin-bottom:1rem; margin-top:1rem; padding:0; font-weight:400; letter-spacing:.5px;}
p a {color:var(--bs-gray-900); font-weight:400; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
p a:hover {color:var(--bs-primary); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
p span {color:var(--bs-primary); font-weight:600;}
p strong {color:var(--bs-secondary); font-weight:800;}
/*p:last-child { margin-bottom:0;}*/

/*MARKER LIST*/
.marker-list {  }
.marker-list>li { color:var(--bs-gray-800); font-size:15px; line-height:20px; margin-bottom:1rem; margin-top:1rem; font-weight:400; letter-spacing:.5px; position: relative; padding-left:20px;}
/*.marker-list>li:last-child {margin-bottom: 0; }*/
.marker-list>li:after {position: absolute; top:0px; left: 0; display: block; content: "\f111"; font-family: "FontAwesome"; font-size: 10px; color: var(--bs-primary);}
.marker-list>li span { font-weight:600; color: var(--bs-primary); }
.marker-list>li a { color:var(--bs-gray-900);}
.marker-list>li a:hover {color:var(--bs-primary);}
/*MARKER LIST*/

.more-btn {position: relative; font-size:15px; font-weight:500; text-transform: capitalize; padding:1rem 2rem; line-height:20px; color:var(--bs-primary); background: var(--bs-white); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; border:2px solid var(--bs-primary); border-radius:7px;  letter-spacing: .5px;}
.more-btn:hover {background:var(--bs-primary); border:2px solid var(--bs-primary); color:var(--bs-white);  transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.more-btn i { margin-left:5px; font-size:12px;}

/*TOP*/
.top { background:var(--bs-primary);}

.top-right{position: relative; float: left; top:0; height:35px;  padding-left:15px; z-index:1;}

/*CALL NOW*/
.call-now { display:block; }
.call-now ul {  margin:0; padding:0; list-style:none;}
.call-now ul li { display:inline-block; font-size:14px; color:var(--bs-gray-100); line-height:35px; margin:0 15px 0 0; padding: 0; font-weight:400;}
.call-now ul li:last-child { margin-right:0;}
.call-now ul li a { color:var(--bs-gray-100); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.call-now ul li a:hover {color:var(--bs-white); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.call-now ul li i {width: auto; height:30px; line-height:30px; text-align: center; color:var(--bs-gray-100); margin-right:5px; font-size:11px; }
/*CALL NOW*/

/*SOCIAL*/
.top-social-links { display:block; position:relative; float: right; padding: 0; list-style-type: none; margin: 0;}
.top-social-links li { float: left; margin: 0;  display: inline-block;}
.top-social-links li a { float: left; width:35px; text-align: center; line-height:35px; height:35px; color:var(--bs-gray-100); display: inline-block; font-size: 12px; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; margin: 0; background:none;}
.top-social-links li a:hover { color: var(--bs-white); background:  var(--bs-secondary); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
/*SOCIAL*/
/*TOP*/

/*HEADER*/
header {position: fixed; top: 0px; display: flex; align-items: center; z-index: 111; justify-content: space-between; width: 100%; padding:0; background-color: rgba(255, 255, 255, .95); transition: padding 300ms ease;-webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);}
header.sticky-top { }

/*LOGO*/
.logo { float:left; margin:1rem 0; padding:0; display:block;}
.logo img { height:50px;}
/*LOGO*/

.header-right { float: right; margin-top:1rem !important;}

/*MOBILE TOP*/
.mobile-top { float: right; padding-left: 0; list-style-type: none; margin-top:0px; margin-bottom:0; }
.mobile-top li { float:left; margin-left:10px; margin-right:0; display: inline-block;}
.mobile-top li a i { float: left; text-align: center; line-height:40px; height:40px; width:40px; padding: 0; border:none; color:var(--bs-primary);  display: inline-block; font-size:30px; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; }
.mobile-top li a i:hover {color:var(--bs-secondary);  transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
/*MOBILE TOP*/
/*HEADER*/

/*HOME-BANNER-SECTION*/
.home-form-bg {background: var(--bs-white); min-height: 100px; z-index: 1; margin-top: -3rem;  position: relative; border-radius:10px;}

.inner-form-bg {background: var(--bs-white); min-height: 100px; z-index: 1; margin-top: -9rem;  position: relative; border-radius:10px; box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;}

.contact-page-form { float: left; font-size:14px; padding:0 1rem; line-height:20px; color:var(--bs-gray-800); font-weight:400; }
.contact-page-form a { color:var(--bs-gray-900); text-decoration:none; font-weight:500; margin:0; padding:0;}
.contact-page-form a:hover { color:var(--bs-primary);}

.contact-page-form-bor { width: 100%; height:50px; line-height:50px; font-size:14px; text-align:left; color:var(--bs-gray-700); font-weight:400; margin: 0; padding: 0 1rem; background: var(--bs-gray-100); border:1px solid var(--bs-gray-300); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; border-radius:7px;}
.contact-page-form-textar { width:100%; height:110px; line-height:30px; font-size:14px; text-align:left;  color:var(--bs-gray-700); font-weight:400; margin: 0; padding:.5rem 1rem 0 1rem; background: var(--bs-gray-100); border:1px solid var(--bs-gray-300); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; border-radius:7px; }

.contact-page-form-bor:focus, .contact-page-form-textar:focus { background:var(--bs-white); border:1px solid var(--bs-primary); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; }

.contact-page-form select {width:100%; height:50px; line-height:50px; font-size:14px; margin:0; padding:0 1rem; color:var(--bs-gray-700); font-weight:400; background:var(--bs-gray-100) url(../images/arrow-select.png) no-repeat right 1rem center; border:1px solid var(--bs-gray-300); appearance:none; -webkit-appearance:none;-moz-appearance: none; text-indent: 0.01px; text-overflow: ''; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; border-radius:7px;}
.contact-page-form select:focus {background:var(--bs-white) url(../images/arrow-select.png) no-repeat right 1rem center ; border:1px solid var(--bs-primary); color:var(--bs-gray-700); appearance:none; -webkit-appearance:none;-moz-appearance: none; text-indent: 0.01px; text-overflow: ''; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}

.contact-page-form label { font-size:14px; width:100%; color:var(--bs-gray-800); font-weight:500; margin:0; padding:0 0 7px 0; line-height:20px; letter-spacing:.5px; text-transform: capitalize;}
.contact-page-form label span { color:var(--bs-red);}

.contact-page-form-btn {font-size:15px; font-weight:500; text-transform: capitalize; padding:9px 1.5rem; line-height:30px; color:var(--bs-primary);  background: var(--bs-white);transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; border:2px solid var(--bs-primary); border-radius:7px;  letter-spacing: normal;}
.contact-page-form-btn:hover {background:var(--bs-primary); border:2px solid var(--bs-primary); color:var(--bs-white);   transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.contact-page-form-btn i { margin-right:5px; font-size:12px;}

.contact-page-form-bg-btn {font-size:15px; font-weight:500; text-transform: capitalize; padding:9px 2rem; line-height:30px; color:var(--bs-white);  background: var(--bs-primary);transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; border:2px solid var(--bs-primary); border-radius:7px;  letter-spacing: normal;}
.contact-page-form-bg-btn:hover {background:var(--bs-secondary); border:2px solid var(--bs-secondary); color:var(--bs-white);   transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.contact-page-form-bg-btn i { margin-right:5px; font-size:12px;}

.inner-down { float:left; margin:-10px 0 0 0 ;}
input[type=checkbox] {opacity: 0; float:left;}
input[type=checkbox] + label {margin:0 0 0 15px; padding:0 0 0 15px; position: relative;cursor: pointer;font-size:14px;float: left; line-height:20px; color:var(--bs-gray-800); font-weight:500; }
input[type=checkbox] + label ~ label {margin: 0 0 0 15px; }
input[type=checkbox] + label::before {content: ' ';position: absolute;left: -15px;top: 0px;width: 20px;height: 20px;display: block; background:var(--bs-white); border:1px solid var(--bs-primary); border-radius:5px;}
input[type=checkbox] + label::after {content: ' ';position: absolute;left: -15px;top: 0px;width: 20px;height: 20px;display: block;z-index: 1; background:var(--bs-secondary) url(../images/checkbox-icon.png) no-repeat center center; -ms-transform: scale(0);-webkit-transform: scale(0);transform: scale(0);opacity: 0; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; overflow:hidden;}
input[type=checkbox]:checked + label::after {-ms-transform: scale(1);-webkit-transform: scale(1);transform: scale(1);opacity: 1;}

.switch-row {display: flex; justify-content: space-between; align-items: center; padding:0; font-size: 14px; color: var(--bs-gray-800); font-weight: 500;}
.switch { position: relative; width:50px !important; height:25px;}
.switch input {opacity: 0; width: 0; height: 0;}
.slider {position: absolute; cursor: pointer; inset: 0; background-color: var(--bs-gray-100); border: 1px solid var(--bs-gray-300); border-radius: 30px; transition: 0.3s;}
.slider::before {content: ""; position: absolute; height: 19px; width: 19px; left: 2px; top: 2px; background-color: var(--bs-white); border-radius: 50%; transition: 0.3s;}
.switch input:checked + .slider {background-color: #0f766e; /* green */}
.switch input:checked + .slider::before {transform: translateX(25px);}
::placeholder { color:var(--bs-gray-800); opacity: 1;}
:-ms-input-placeholder {color:var(--bs-gray-800);}
::-ms-input-placeholder { color:var(--bs-gray-800);}
/*CONTACT FORM*/
/*HOME-BANNER-SECTION*/

/*Find By Category*/
#find-by-category { background: var(--bs-gray-100); position: relative;}
.find-property-card{  background:var(--bs-white); border-radius:10px; padding:1rem; width:100%; cursor:pointer; border: 1px solid var(--bs-gray-200);}
.find-property-card .content-category {  width: 70%}
.find-property-card .icon-box{width:70px; height:70px; background: var(--bs-gray-100); border-radius:10px; display:flex; align-items:center; justify-content:center; color: var(--bs-secondary); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.find-property-card .icon-box i { font-size:24px;}
.find-property-card:hover .icon-box{ background: var(--bs-secondary); color: var(--bs-white); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.find-property-card h5 {font-size:18px; line-height:30px; color:var(--bs-primary); font-weight:700;}
/* wrapper to overlap texts */
.text-wrapper{ position:relative; height:20px; overflow:hidden;}
/* both texts same place */
.count, .view-link{ position:absolute; left:0;  top:0; transition:all 0.4s ease;}
/* default */
.count{opacity:1; transform:translateY(0); font-size: 14px; color: var(--bs-gray-500);}
/* hidden initially */
.view-link{opacity:0;transform:translateY(10px); color:var(--bs-secondary); font-size: 14px; text-decoration:none; font-weight:500;}
.view-link i { font-size: 11px; margin-left: 5px}
/* 🔥 HOVER FIX */
.find-property-card:hover .count{opacity:0; transform:translateY(-10px);}
.find-property-card:hover .view-link{opacity:1; transform:translateY(0); color:var(--bs-secondary);}
/*Find By Category*/

/*Meet Our Property Experts*/
.meet-our-property-experts { background: var(--bs-gray-100); border-radius:10px; }
.advisor-card { width:100%; background:var(--bs-white); border-radius: 10px; border: 1px solid var(--bs-gray-200);overflow: hidden;}
.advisor-card .image-wrap { position: relative; padding: 1rem;}
.advisor-card .image-wrap img {width: 100%; border-radius: 10px;}
.advisor-card:hover .image-wrap { opacity: .7 ;  }
.verified {position: absolute; top: 1.5rem; left: 1.5rem; background:var(--bs-light-primary); color:var(--bs-gray-900); font-size: 10px; padding:.25rem .5rem; border-radius:5px; font-weight: 600;}
.verified i { color:var(--bs-blue);}
.advisor-card .content-img { padding: 1rem; padding-top: 0;}
.advisor-card .content-img h3 { font-size: 15px; line-height: 25px; color:var(--bs-primary); font-weight:700; margin: 0; padding: 0;  transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.advisor-card:hover .content-img h3 { color:var(--bs-secondary); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;} 

p.email   { margin: 0 0 10px 0; padding: 0; font-size: 12px; line-height: 20px; color:var(--bs-gray-900);}

.stats {  display: flex; justify-content: space-between; background: var(--bs-gray-100); border-radius: 10px; padding:.5rem;}
.stats div { flex: 1;}
.stats div:not(:last-child) { border-right: 1px solid var(--bs-gray-200);}
.stats strong { display: block; font-size: 14px; line-height: 18px; padding: 0 .75rem; font-weight:500; color: var(--bs-gray-800);}
.stats span { font-size: 13px; line-height: 18px; padding: 0 .75rem; font-weight: 700; color: var(--bs-gray-900);}
/*Meet Our Property Experts*/

/*FUTURE PROJECTS*/
.future-projects { overflow: hidden;}

/* Image Section */
.image-box {border-radius: 10px; overflow: hidden; position: relative;}
.image-box img {width: 100%; height: 100%; object-fit: cover;}

/* Upcoming Badge */
.badge {position: absolute; top: 1rem; left: 1rem; background:var(--bs-secondary); color:var(--bs-white); padding: .5rem .75rem; border-radius: 6px; font-size: 12px; font-weight: 500;}
.future-projects .card-content { background: var(--bs-primary); margin-top: 1rem; padding: 1rem; color:var(--bs-white);  position: relative; border-radius: 10px; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;  }
.future-projects:hover .card-content { background: var(--bs-secondary); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.tag { display: inline-flex; align-items: center; gap: 5px; background:var(--bs-white); color:var(--bs-gray-900); padding:.35rem .5rem; border-radius: 5px; font-size: 13px;  line-height: 20px; margin-bottom: 1rem; font-weight: 500;}
.card-content h3 {font-size: 20px; margin-bottom: .5rem;  -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; position:relative; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.card-content p {  color:var(--bs-gray-200);  -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; position:relative; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.premium { position: absolute; right: 1rem; bottom: 1rem; background:var(--bs-light); color:var(--bs-gray-900); padding: .5rem .75rem; border-radius: 20px; font-size: 14px; font-weight: 600;}
.premium i {color:var(--bs-yellow); margin-right: 5px; }
/*FUTURE PROJECTS*/

/*Explore Cities*/
.city-card { width: 100%; height: auto; background:var(--bs-white); border-radius:15px; padding:1rem; border: 1px solid var(--bs-gray-200); transition: 0.35s ease;}

/* ICON */
.icon-wrap {width:65px; height: 65px; border-radius: 50%; background: var(--bs-gray-200); display: flex; align-items: center; justify-content: center; margin-bottom: 2rem; transition: 0.35s ease;}
.icon-wrap i { font-size: 20px; color: var(--bs-secondary);}
.city-card:hover .icon-wrap {background:var(--bs-secondary);}
.city-card:hover .icon-wrap i {color:var(--bs-white);}

.city-card h3 { font-size:18px;color:var(--bs-gray-900); font-weight: 800; margin-bottom: .5rem;  -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; position:relative; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.city-card:hover h3 { color:var(--bs-primary);}

.text-wrap { position: relative; height: 24px; font-size: 13px; overflow: hidden;}
.text-default, .text-hover {position: absolute; left: 0; top: 0; transition: all 0.35s ease;}
.text-default { opacity: 1; transform: translateY(0); color: var(--bs-gray-800);}
.text-hover { opacity: 0;  transform: translateY(12px); color:var(--bs-secondary); font-weight: 500;}
.city-card:hover .text-default {opacity: 0; transform: translateY(-12px); }
.city-card:hover .text-hover { opacity: 1; transform: translateY(0);}
.text-hover i { font-size: 11px; margin-left: 5px}
/*Explore Cities*/

/*accordion*/
.accordion-box { float:left; border-radius:none; overflow:hidden}
.accordion-box .accordion {background:var(--bs-white); color:var(--bs-gray-900); cursor: pointer; padding:1rem; width: 100%; border:1px solid var(--bs-gray-200); border-bottom: none !important; text-align: left; outline: none; font-size:15px; letter-spacing:.5px; line-height:25px; transition: 0.4s;  font-weight:600; text-transform: capitalize;}
/*.accordion-box .accordion:first-child { border-top: none;}*/
.accordion-box .active, .accordion-box .accordion:hover {background: var(--bs-primary); color: var(--bs-white) }
.accordion-box .accordion:after { font-family: "FontAwesome"; content: "\f055"; float: right;  font-size:16px; line-height:25px;}
.accordion-box .active:after {font-family: "FontAwesome"; content: "\f056"; color:var(--bs-white);}
.panel {padding: 0 1rem; margin-bottom: 1rem; background:none !important; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; border-top:none !important; border:1px solid var(--bs-gray-200);}
.panel:last-child { margin-bottom: 0rem;}
.panel p { margin-top:1rem;}
.panel p:last-child { margin-bottom:1rem;}
/*accordion*/

/*All Properties*/
.content {padding:1rem;}
.content-big {padding:1rem;}

.property-card{width:100%; border-radius:10px !important; overflow:hidden; border: 1px solid var(--bs-gray-200);}

.property-card .image-box{position:relative; }
.property-card .image-box img{width:100%; height:100%; object-fit:cover; border-radius:0px !important;}
.property-card:hover .image-box{ opacity: .7 ;  }
.property-card .tag{position:absolute; padding:.5rem .75rem; font-size:13px; font-weight: 500; border-radius:7px; color:var(--bs-white);}
.property-card .featured{top:1rem; left:1rem; background:var(--bs-primary); opacity: .9;}
.property-card .type{bottom:1rem; left:1rem; background:var(--bs-white); color:var(--bs-primary); display:flex; align-items:center; gap:5px;}

.property-card .content-one {padding:1rem;}

.property-card .title-row{display:flex; justify-content:space-between; align-items:center;}
.property-card .title-row h3{font-size:18px;color:var(--bs-gray-900); font-weight: 800;  -ms-word-break: break-all; word-break: break-all; word-break: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; position:relative; display: -webkit-box; -webkit-line-clamp:1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.property-card:hover .title-row h3 { color:var(--bs-secondary);}

.property-card .sell-btn{background:var(--bs-light); color:var(--bs-secondary); border:none; padding:.25rem .75rem; border-radius:20px; cursor:pointer; font-size: 12px;}
.property-card .rent-btn{background:var(--bs-light-primary); color:var(--bs-primary); border:none; padding:.25rem .75rem; border-radius:20px; cursor:pointer; font-size: 12px;}
.property-card .location{color:var(--bs-gray-700);font-size:14px; margin:.25rem 0 1rem;}

.property-card .infomation{ display:flex; justify-content:space-between; padding:.75rem 0; border-top:1px solid var(--bs-gray-200); border-bottom:1px solid var(--bs-gray-200);}
.property-card .infomation div{display:flex; align-items:center; gap:5px; font-size:14px; font-weight: 600; color:var(--bs-gray-800);}

.property-card .price{ font-size:20px; font-weight:800; margin-top:1rem; color: var(--bs-primary)}
.property-card .price span {font-size:14px; font-weight:500;}

.content {display: none;}
.content-big {display: none;}
#loadMore {position: relative; font-size:15px; font-weight:500; text-transform: capitalize; padding:1rem 2rem; line-height:20px; color:var(--bs-primary); background: var(--bs-white); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; border:2px solid var(--bs-primary); border-radius:7px;  letter-spacing: .5px;}
#loadMore:hover {background:var(--bs-primary); border:2px solid var(--bs-primary); color:var(--bs-white);  transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
#loadMore i { margin-left:5px; font-size:12px;}

.noContent {color:var(--bs-gray-900) !important; background-color: transparent !important; pointer-events: none;}

.view-btn { font-size:16px; font-weight:var(--font-weight-500); text-transform:capitalize;  width: auto; min-width: 40px; height:40px; line-height:40px ; color:var(--bs-primary); background:var(--bs-white); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; letter-spacing:normal; border-radius:5px;  border:1px solid var(--bs-gray-200);}
.view-btn:hover {background:var(--bs-primary); color:var(--bs-white); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}

/*List Grid View*/
.view-group {display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; padding-left: 0; margin-bottom: 0;}
.thumbnail{padding: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
.item.list-group-item{float: none; width: 100%; margin: 1rem 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; padding: 0 15px; border: 0;}
.item.list-group-item .img-event {float: left; width:35%;}
.item.list-group-item .list-group-image{margin-right:0px;}
.item.list-group-item .thumbnail{margin-bottom: 0px; display: inline-block;}
.item.list-group-item .caption{ float: left; width: 65%; margin: 0;}
.item.list-group-item:before, .item.list-group-item:after{display: table;content: " ";}
.item.list-group-item:after{clear: both;}
/*List Grid View*/
/*All Properties*/

/*FOOTER*/
#footer-1 { background:var(--bs-primary);}

#footer-1 h6 { font-size:20px; line-height:30px; margin-bottom:1rem; margin-top:0; padding-bottom:1rem; color: var(--bs-white);  font-weight:600; letter-spacing:.5px; text-transform: capitalize; font-style:normal; position:relative;}
#footer-1 h6::after {content: ''; position: absolute; height:.5px; width:100%; background:var(--bs-primary-dark); bottom:0px; left: 0;}

#footer-1 .footer-logo { float: left; display: block; margin-bottom:1rem}
#footer-1 .footer-logo img { height:70px;}

/*FOOTER TEXT*/
#footer-1 .footer-text {}
#footer-1 .footer-text p {color:var(--bs-white); margin: 0; padding:.5rem 0; font-weight:400; font-size:14px; line-height:20px;}
#footer-1 .footer-text p span {color:var(--bs-white);}
#footer-1 .footer-text p a {color: var(--bs-white); font-weight:400; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
#footer-1 .footer-text p a:hover {color:var(--bs-secondary); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
/*FOOTER TEXT*/

/*FOOTER ADDRESS*/
#footer-1 .footer-address-section { background: var(--bs-secondary); border-radius: 10px;}

#footer-1 .footer-address-section .footer-address { } 
#footer-1 .footer-address-section .footer-address ul { margin:0; padding:0; list-style:none;} 
#footer-1 .footer-address-section .footer-address ul li { margin-top:0;} 

#footer-1 .footer-address-section .footer-address .icon, #footer-1 .footer-address-section .footer-address .info {display: table-cell; vertical-align:middle;} 
#footer-1 .footer-address-section .footer-address .info {padding-left:1rem;}
#footer-1 .footer-address-section .footer-address ul li i {color:var(--bs-white); background:var(--bs-primary); font-size:15px; height:40px; line-height:40px; text-align: center; width:40px;  border-radius:5px;}	
#footer-1 .footer-address-section .footer-address li .info p { font-size:14px; margin: 0; padding: 0; line-height: 20px; font-weight:400; color: var(--bs-white); letter-spacing:.5px;} 
#footer-1 .footer-address-section .footer-address li .info p a {color: var(--bs-white); font-weight:400; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
#footer-1 .footer-address-section .footer-address li .info p a:hover {color:var(--bs-white); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
/*FOOTER ADDRESS*/

/*FOOTER NAV*/
#footer-1 .footer-nav {}
#footer-1 .footer-nav ul { margin:0 ; padding:0; list-style:none;}
#footer-1 .footer-nav ul li { position: relative; width: 100%; margin-top:0; margin-bottom:0; padding:.5rem 0; text-transform:capitalize;}
#footer-1 .footer-nav ul li a { font-size:14px; line-height:20px; color:var(--bs-white); font-weight:400; margin:0; padding:.5rem 0 ; text-decoration:none; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; letter-spacing:.5px; position: relative;}
#footer-1 .footer-nav ul li a:hover {color:var(--bs-secondary); text-decoration:none; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
#footer-1 .footer-nav ul li a:after {background: none repeat scroll 0 0 transparent; bottom: 0; content: ""; display: block; height:1px; left: 0%; position: absolute; background:var(--bs-secondary); transition: width 0.3s ease 0s, left 0.3s ease 0s; width: 0;}
#footer-1 .footer-nav ul li a:hover:after { width: 100%; left: 0; }
/*FOOTER NAV*/

#footer-1 .download-our-app {}
#footer-1 .download-our-app p {color:var(--bs-white); margin: 0; padding:.5rem 0; font-weight:400; font-size:14px; line-height:20px;}

/*FOOTER BOTTOM*/
.footer-bottom {background:var(--bs-secondary);}
.footer-bottom p {color:var(--bs-white); margin: 0; padding: 0; font-weight:400; font-size:14px; line-height:20px;}
.footer-bottom p span {color:var(--bs-white); font-weight:500; font-style:normal;}
.footer-bottom p a {color:var(--bs-white); font-weight:500; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
.footer-bottom p a:hover {color:var(--bs-primary); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
/*FOOTER BOTTOM*/

/*SOCIAL*/
.social-links { display:block; }
.social-links li { margin-right:0;  display: inline-block;}
.social-links li a {color:var(--bs-white);  font-size:12px; height:30px; line-height:30px; text-align: center; width:30px;  border-radius:5px; display: inline-block; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;padding:10px;}
.social-links li a:hover {color:var(--bs-white); background:var(--bs-primary); text-decoration:none; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
/*SOCIAL*/
/*FOOTER*/

/*BACK TO TOP*/
#back-to-top { position: fixed; bottom:3rem; right:1rem; display: none; /*transform: rotate(-90deg);*/ border:none; background:var(--bs-secondary); color:var(--bs-white); width:50px; height:50px; line-height:50px; align-items: center; cursor: pointer; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; font-size:13px; letter-spacing: normal; z-index: 9; border-radius:5px;box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
#back-to-top:hover{color:var(--bs-white); background:var(--bs-primary-dark); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;}
#back-to-top i { /*transform: rotate(90deg); margin-left:.5rem;*/}
/*BACK TO TOP*/

.left-menu-title { float:left; width:100%; margin:0;  font-size:24px; text-transform:capitalize; line-height:30px; font-weight:700; color:var(--bs-gray-900); border-bottom: 1px solid var(--bs-gray-200); letter-spacing:.5px;}

.left-side-search {position: sticky; width: 100%; top:135px;background: var(--bs-white); border:1px solid var(--bs-gray-200);  border-radius:10px; overflow: hidden;
padding:0px;}

/*SUB-BANNER*/
.sub-banner { background: var(--bs-gray-200); padding:4rem 0; margin-bottom: 1rem;}
.sub-banner .container-fluid {margin: auto; padding: 0 1rem; display: flex; align-items: center; justify-content: space-between;}
.sub-banner h1 {font-size: 30px; line-height: 1; margin: 0; color: var(--bs-primary); font-weight: 800;}
.breadcrumb {list-style: none; display: flex; align-items: center;  gap: 6px; font-size: 14px !important; font-weight: 500; margin: 0 !important; padding: 0 !important; text-transform: capitalize;}
.breadcrumb li { color:var(--bs-gray-800);}
.breadcrumb li a {color:var(--bs-gray-800); text-decoration: none;}
.breadcrumb li a:hover {text-decoration: none; color:var(--bs-secondary);}
.breadcrumb li::after {content: "/"; margin-left: 6px;}
.breadcrumb li:last-child::after {display: none;}
/*SUB-BANNER*/

.bg-section { position: relative; background: var(--bs-white); border:1px solid var(--bs-gray-200);  border-radius:10px; }

.inner-bg { background: var(--bs-gray-100);  border-radius:10px;}

/*Contact-BOX*/
.contact-us {background: var(--bs-gray-100); padding: 1.5rem; border-radius:10px;} 
.contact-us h5 { font-size:18px; margin:0 0 .5rem 0; padding: 0; line-height:25px; font-weight:800; color: var(--bs-primary); transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s;} 
.contact-us p { margin: 0; color:var(--bs-gray-800); font-weight: 500;} 
.contact-us p a { color:var(--bs-gray-800); font-weight: 500;} 
.contact-us p a:hover { color: var(--bs-secondary);}
.contact-us .icon i {color:var(--bs-primary); background:var(--bs-white); margin-top: 2rem; font-size:20px; height:80px; width:80px; line-height:80px; text-align: center; transition:all ease .6s;-moz-transition:all ease .6s;-webkit-transition:all ease .6s;-o-transition:all ease .6s; border:none; border-radius: 50%;}
/*Contact-BOX*/

#contact-us-map { display: block;  position: relative; margin-top:1rem; margin-bottom:0; line-height: 0;}

/*PRICING*/
.pricing-card {width:100%; background:var(--bs-primary); color:var(--bs-white); border-radius: 15px; padding:2rem; position: relative;}
.pricing-badge {display: inline-block; background: rgba(255,255,255,0.12); padding:10px 15px; border-radius:5px; font-size: 14px; color:var(--bs-white); font-weight: 500;margin-bottom: 1rem;}
.price-title {font-size: 45px; line-height: 55px; font-weight: 700; margin-bottom:2rem;}
.features { list-style: none; margin-bottom: 2rem;}
.features li {position: relative; padding-left: 2rem; font-size: 15px; font-weight: 500; line-height:22px; margin-bottom: 1rem;}
.features li.active::before {content: "\f058"; /* fa-circle-check */ font-family: "FontAwesome"; color:var(--bs-green); position: absolute; left: 0; top: 2px;}
.features li.inactive::before {content: "\f057"; /* fa-circle-xmark */ font-family: "FontAwesome"; color:var(--bs-red); position: absolute; left: 0; top: 2px;}
.subscribe-btn {width: 100%; padding: 14px; border: none; border-radius: 10px; background:var(--bs-white); color:var(--bs-primary); font-size: 16px; font-weight: 600; cursor: pointer; transition: 0.3s;}
.subscribe-btn:hover {background: var(--bs-secondary);}
/*PRICING*/

@media only screen and ( min-width: 1299px) and (max-width: 2399px) {

/*LOGO*/
.logo { float:left; margin:1rem 0; padding:0; display:block;}
.logo img { height:60px;}
/*LOGO*/

.header-right { float: right; margin-top:1.25rem !important;} 

    
}


@media only screen and ( min-width: 768px) and ( max-width: 980px ) {

.heading h1 {font-size:28px; line-height:38px;}
.heading h2 {font-size:24px; line-height:35px;}
.heading h3 {font-size:15px; line-height:25px;}
.heading h4 {font-size:20px; line-height:30px;}
.heading h5 {font-size:18px; line-height:28px;}
.heading h6 {font-size:15px; line-height:25px;}
    
/*LOGO*/
.logo { float:left; margin:1rem 0; padding:0; display:block;}
.logo img { height:40px;}
/*LOGO*/

.header-right { float: right; margin-top:1rem !important;} 

.left-menu-title {font-size:22px; line-height:28px;}

/*SUB-BANNER*/
.sub-banner {padding:3rem 0;}
.sub-banner .container-fluid {flex-direction: column; align-items: flex-start;  gap: 10px;}
.sub-banner h1 {font-size: 30px; }
.breadcrumb {font-size: 13px;}
/*SUB-BANNER*/    
}


@media only screen and ( min-width: 600px) and ( max-width: 765px ) {

.heading h1 {font-size:28px; line-height:38px;}
.heading h2 {font-size:24px; line-height:35px;}
.heading h3 {font-size:15px; line-height:25px;}
.heading h4 {font-size:20px; line-height:30px;}
.heading h5 {font-size:16px; line-height:25px;}
.heading h6 {font-size:15px; line-height:25px;}

p {font-size:13px; line-height:20px;}
    
/*MARKER LIST*/
.marker-list>li {font-size:13px; line-height:20px;}
.marker-list>li:after {font-size:8px;}
/*MARKER LIST*/    
    
.more-btn {font-size:13px; padding:1rem 1.5rem; line-height:18px;}
.more-btn i {font-size:11px;}

/*LOGO*/
.logo { float:left; margin:1rem 0; padding:0; display:block;}
.logo img { height:50px;}
/*LOGO*/

.header-right { float: right; width: auto; margin-top:1rem !important; margin-bottom: 1rem;} 
    

/*MOBILE TOP*/
.mobile-top li a i {line-height:50px; height:50px; width:50px; font-size:40px;}
/*MOBILE TOP*/

/*HOME-BANNER-SECTION*/
.contact-page-form { font-size:14px; line-height:20px; }
.contact-page-form-bor {height:45px; line-height:45px; font-size:14px;}
.contact-page-form-textar { height:90px; line-height:25px; font-size:14px;}
.contact-page-form select {height:45px; line-height:45px; font-size:14px;}
.contact-page-form label { font-size:14px; padding:0 0 7px 0; line-height:20px;}
.contact-page-form-btn {font-size:13px; padding:9px 2rem; line-height:25px;}
.contact-page-form-btn i {  font-size:11px;}
.contact-page-form-bg-btn {font-size:13px; padding:9px 2rem; line-height:25px;}
.contact-page-form-bg-btn i {font-size:11px;}
 input[type=checkbox] + label {font-size:13px;} 
.switch-row {font-size: 14px;}
    
/*HOME-BANNER-SECTION*/
    
/*Find By Category*/
.find-property-card .icon-box{width:60px; height:60px;}
.find-property-card .icon-box i { font-size:20px;}
.find-property-card h5 {font-size:16px; line-height:25px;}
.count{font-size: 13px;}
.view-link{font-size: 12px;}
.view-link i { font-size: 10px;}
/*Find By Category*/
    
/* Upcoming Badge */
.badge {font-size: 11px;}
.tag {font-size: 12px;  line-height: 20px;}
.card-content h3 {font-size: 18px; }
.premium {font-size: 12px;;}
/*FUTURE PROJECTS*/
    
/*accordion*/
.accordion-box .accordion {font-size:14px; line-height:20px;}
.accordion-box .accordion:after { font-size:15px; line-height:20px;}
/*accordion*/
    
/*All Properties*/
.property-card .tag{font-size:11px;}
.property-card .title-row h3{font-size:16px;}
.property-card .sell-btn{font-size: 11px;}
.property-card .rent-btn{ font-size: 11px;}
.property-card .location{font-size:13px;}
.property-card .infomation div{font-size:13px;}
.property-card .price{ font-size:18px;}
.property-card .price span {font-size:13px;}

#loadMore {font-size:13px; padding:1rem 1.5rem; line-height:18px;}
#loadMore i { font-size:11px;}
/*All Properties*/ 
    
/*FOOTER*/
#footer-1 h6 { font-size:16px; line-height:25px;}

#footer-1 .footer-logo img { height:60px;}

/*FOOTER TEXT*/
#footer-1 .footer-text p {font-size:13px; line-height:18px;}
/*FOOTER TEXT*/ 
    
/*FOOTER ADDRESS*/
#footer-1 .footer-address-section .footer-address ul li i {font-size:15px; height:40px; line-height:40px; width:40px; }	
#footer-1 .footer-address-section .footer-address li .info p { font-size:13px; line-height:18px;} 
/*FOOTER ADDRESS*/    
    
/*FOOTER NAV*/
#footer-1 .footer-nav ul li a { font-size:13px; line-height:18px;}
/*FOOTER NAV*/
    
#footer-1 .download-our-app p {font-size:13px; line-height:18px;}    
    
/*FOOTER BOTTOM*/
.footer-bottom p {font-size:13px; line-height:18px;}
/*FOOTER BOTTOM*/
/*FOOTER*/

.left-menu-title {font-size:22px; line-height:28px;} 
 
/*SUB-BANNER*/
.sub-banner {padding:3rem 0;}
.sub-banner .container-fluid {flex-direction: column; align-items: flex-start;  gap: 10px;}
.sub-banner h1 {font-size: 30px; }
.breadcrumb {font-size: 13px;}
/*SUB-BANNER*/
  
/*Contact-BOX*/
.contact-us h5 { font-size:16px; line-height:25px;} 
.contact-us .icon i { font-size:16px; height:60px; width:60px; line-height:60px;}
/*Contact-BOX*/ 
    
/*PRICING*/
.pricing-badge {font-size: 13px;}
.price-title {font-size: 40px; line-height: 50px;}
.features li {font-size: 13px; line-height:20px;}
.subscribe-btn { font-size: 15px;}
/*PRICING*/    
}


@media only screen and ( min-width: 481px) and ( max-width: 599px ) {

.heading h1 {font-size:25px; line-height:35px;}
.heading h2 {font-size:22px; line-height:32px;}
.heading h3 {font-size:15px; line-height:25px;}
.heading h4 {font-size:18px; line-height:28px;}
.heading h5 {font-size:15px; line-height:25px;}
.heading h6 {font-size:14px; line-height:22px;}

p {font-size:13px; line-height:20px;}
 
/*MARKER LIST*/
.marker-list>li {font-size:13px; line-height:20px;}
.marker-list>li:after {font-size:8px;}
/*MARKER LIST*/ 
    
.more-btn {font-size:13px; padding:1rem 1.5rem; line-height:18px;}
.more-btn i {font-size:11px;}

/*LOGO*/
.logo { float:left; margin:1rem 0; padding:0; display:block;}
.logo img { height:45px;}
/*LOGO*/

.header-right { float: right; width: auto; margin-top:1rem !important; margin-bottom: 1rem;} 

/*MOBILE TOP*/
.mobile-top li a i {line-height:45px; height:45px; width:45px; font-size:38px;}
/*MOBILE TOP*/
    
/*HOME-BANNER-SECTION*/
.contact-page-form { font-size:13px; line-height:20px; }
.contact-page-form-bor {height:45px; line-height:45px; font-size:13px;}
.contact-page-form-textar { height:90px; line-height:25px; font-size:13px;}
.contact-page-form select {height:45px; line-height:45px; font-size:13px;}
.contact-page-form label { font-size:13px; padding:0 0 7px 0; line-height: normal;}
.contact-page-form-btn {font-size:13px; padding:9px 2rem; line-height:25px;}
.contact-page-form-btn i {  font-size:11px;}
.contact-page-form-bg-btn {font-size:13px; padding:9px 2rem; line-height:25px;}
.contact-page-form-bg-btn i {font-size:11px;}
 input[type=checkbox] + label {font-size:13px;}      
.switch-row {font-size: 13px;}    
/*HOME-BANNER-SECTION*/    
    
/*Find By Category*/
.find-property-card .icon-box{width:60px; height:60px;}
.find-property-card .icon-box i { font-size:20px;}
.find-property-card h5 {font-size:16px; line-height:25px;}
.count{font-size: 13px;}
.view-link{font-size: 12px;}
.view-link i { font-size: 10px;}
/*Find By Category*/
    
/* Upcoming Badge */
.badge {font-size: 11px;}
.tag {font-size: 12px;  line-height: 20px;}
.card-content h3 {font-size: 18px; }
.premium {font-size: 11px;;}
/*FUTURE PROJECTS*/
    
/*accordion*/
.accordion-box .accordion {font-size:13px; line-height:20px;}
.accordion-box .accordion:after { font-size:14px; line-height:20px;}
/*accordion*/
    
/*All Properties*/
.property-card .tag{font-size:10px;}
.property-card .title-row h3{font-size:15px;}
.property-card .sell-btn{font-size: 10px;}
.property-card .rent-btn{ font-size: 10px;}
.property-card .location{font-size:13px;}
.property-card .infomation div{font-size:12px;}
.property-card .price{ font-size:18px;}
.property-card .price span {font-size:12px;}

#loadMore {font-size:13px; padding:1rem 1.5rem; line-height:18px;}
#loadMore i { font-size:11px;}
/*All Properties*/
    
/*FOOTER*/
#footer-1 h6 { font-size:15px; line-height:22px;}

#footer-1 .footer-logo img { height:60px;}

/*FOOTER TEXT*/
#footer-1 .footer-text p {font-size:12px; line-height:16px;}
/*FOOTER TEXT*/ 
    
/*FOOTER ADDRESS*/
#footer-1 .footer-address-section .footer-address ul li i {font-size:14px; height:35px; line-height:35px; width:35px; }	
#footer-1 .footer-address-section .footer-address li .info p { font-size:12px; line-height:16px;} 
/*FOOTER ADDRESS*/    
    
/*FOOTER NAV*/
#footer-1 .footer-nav ul li a { font-size:12px; line-height:16px;}
/*FOOTER NAV*/

#footer-1 .download-our-app p {font-size:12px; line-height:16px;} 
    
/*FOOTER BOTTOM*/
.footer-bottom p {font-size:12px; line-height:16px;}
/*FOOTER BOTTOM*/
/*FOOTER*/

.left-menu-title {font-size:20px; line-height:25px;}  
    
/*SUB-BANNER*/
.sub-banner {padding:3rem 0;}
.sub-banner .container-fluid {flex-direction: column; align-items: flex-start;  gap: 10px;}
.sub-banner h1 {font-size: 25px; }
.breadcrumb {font-size: 13px;}
/*SUB-BANNER*/  
    
/*Contact-BOX*/
.contact-us h5 { font-size:16px; line-height:25px;} 
.contact-us .icon i { font-size:16px; height:60px; width:60px; line-height:60px;}
/*Contact-BOX*/ 
    
/*PRICING*/
.pricing-badge {font-size: 13px;}
.price-title {font-size: 40px; line-height: 50px;}
.features li {font-size: 13px; line-height:20px;}
.subscribe-btn { font-size: 15px;}
/*PRICING*/     
}


@media only screen and ( min-width: 320px) and ( max-width: 480px ) {

.slide-img {
    max-width: 100% !important;
}
.heading h1 {font-size:25px; line-height:35px;}
.heading h2 {font-size:22px; line-height:32px;}
.heading h3 {font-size:15px; line-height:25px;}
.heading h4 {font-size:18px; line-height:28px;}
.heading h5 {font-size:15px; line-height:25px;}
.heading h6 {font-size:14px; line-height:22px;}

p {font-size:13px; line-height:20px;}
    
/*MARKER LIST*/
.marker-list>li {font-size:13px; line-height:20px;}
.marker-list>li:after {font-size:8px;}
/*MARKER LIST*/ 
    
.more-btn {font-size:13px; padding:1rem 1.5rem; line-height:18px;}
.more-btn i {font-size:11px;}
 
/*LOGO*/
.logo { float:left; margin:1rem 0; padding:0; display:block;}
.logo img { height:45px;}
/*LOGO*/

.header-right { float: right; width: auto; margin-top:1rem !important; margin-bottom: 1rem;} 
    
/*MOBILE TOP*/
.mobile-top li a i {line-height:45px; height:45px; width:45px; font-size:38px;}
/*MOBILE TOP*/

/*HOME-BANNER-SECTION*/
.contact-page-form { font-size:13px; line-height:20px; }
.contact-page-form-bor {height:45px; line-height:45px; font-size:13px;}
.contact-page-form-textar { height:90px; line-height:25px; font-size:13px;}
.contact-page-form select {height:45px; line-height:45px; font-size:13px;}
.contact-page-form label { font-size:12px; padding:0 0 7px 0; line-height: normal;}
.contact-page-form-btn {font-size:13px; padding:9px .5rem; line-height:25px;}
.contact-page-form-btn i {  font-size:11px;}
.contact-page-form-bg-btn {font-size:13px; padding:9px .5rem; line-height:25px;}
.contact-page-form-bg-btn i {font-size:11px;}
 input[type=checkbox] + label {font-size:12px;} 
.switch-row {font-size: 12px;}    
/*HOME-BANNER-SECTION*/ 
    
/*Find By Category*/
.find-property-card .icon-box{width:60px; height:60px;}
.find-property-card .icon-box i { font-size:20px;}
.find-property-card h5 {font-size:16px; line-height:25px;}
.count{font-size: 13px;}
.view-link{font-size: 12px;}
.view-link i { font-size: 10px;}
/*Find By Category*/
    
/* Upcoming Badge */
.badge {font-size: 11px;}
.tag {font-size: 12px;  line-height: 20px;}
.card-content h3 {font-size: 18px; }
.premium {font-size: 11px;;}
/*FUTURE PROJECTS*/
    
/*accordion*/
.accordion-box .accordion {font-size:13px; line-height:20px;}
.accordion-box .accordion:after { font-size:14px; line-height:20px;}
/*accordion*/
    
/*All Properties*/
.property-card .tag{font-size:10px;}
.property-card .title-row h3{font-size:15px;}
.property-card .sell-btn{font-size: 10px;}
.property-card .rent-btn{ font-size: 10px;}
.property-card .location{font-size:13px;}
.property-card .infomation div{font-size:12px;}
.property-card .price{ font-size:18px;}
.property-card .price span {font-size:12px;}

#loadMore {font-size:13px; padding:1rem 1.5rem; line-height:18px;}
#loadMore i { font-size:11px;}
/*All Properties*/ 
    
/*FOOTER*/
#footer-1 h6 { font-size:15px; line-height:22px;}

#footer-1 .footer-logo img { height:60px;}

/*FOOTER TEXT*/
#footer-1 .footer-text p {font-size:12px; line-height:16px;}
/*FOOTER TEXT*/  
    
/*FOOTER ADDRESS*/
#footer-1 .footer-address-section .footer-address ul li i {font-size:14px; height:35px; line-height:35px; width:35px; }	
#footer-1 .footer-address-section .footer-address li .info p { font-size:12px; line-height:16px;} 
/*FOOTER ADDRESS*/    
    
/*FOOTER NAV*/
#footer-1 .footer-nav ul li a { font-size:12px; line-height:16px;}
/*FOOTER NAV*/

#footer-1 .download-our-app p {font-size:12px; line-height:16px;} 
    
/*FOOTER BOTTOM*/
.footer-bottom p {font-size:12px; line-height:16px;}
/*FOOTER BOTTOM*/
/*FOOTER*/

.left-menu-title {font-size:20px; line-height:25px;} 
    
/*SUB-BANNER*/
.sub-banner {padding:3rem 0;}
.sub-banner .container-fluid {flex-direction: column; align-items: flex-start;  gap: 10px;}
.sub-banner h1 {font-size: 25px; }
.breadcrumb {font-size: 13px;}
/*SUB-BANNER*/ 
    
/*Contact-BOX*/
.contact-us h5 { font-size:16px; line-height:25px;} 
.contact-us .icon i { font-size:16px; height:60px; width:60px; line-height:60px;}
/*Contact-BOX*/    
    
/*PRICING*/
.pricing-badge {font-size: 13px;}
.price-title {font-size: 40px; line-height: 50px;}
.features li {font-size: 13px; line-height:20px;}
.subscribe-btn { font-size: 15px;}
/*PRICING*/     
}
.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open] {
    z-index: 222222 !important;
}
.find-property-card:hover svg path {
    fill: #fff !important;
}
.property-card svg path {
fill:#343a40 !important;
}
.city-card img {
filter: brightness(0) saturate(100%)
    invert(53%) sepia(63%) saturate(748%)
    hue-rotate(339deg) brightness(95%) contrast(92%);
}
.city-card:hover img {
filter: brightness(0) invert(1);
}
#footer-1 .footer-address-section .footer-address ul li svg {
    color: var(--bs-white);
    background: var(--bs-primary);
    font-size: 15px;
    height: 20px;
    text-align: center;
    width: 40px;
}
.property-card .infomation div svg {
    height: 18px;
    width: 18px;
}
.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{
    background: #153856 !important;
}
.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top] p{
    color: #fff !important;
}
#footer-1 .footer-address-section .footer-address ul li .icon {
        width: 40px;
    height: 40px;
    display: flex;
    background: var(--bs-primary);
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
#footer-1 .footer-address-section .footer-address ul li {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#footer-1 .footer-address-section .footer-address li .info a {
    color: var(--bs-white);
    font-weight: 400;
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}
.row>*{
    /*padding-right:auto !important;*/
    /*padding-left:auto !important;*/
}
.meet-our-property-experts .row>*{
    padding-right:0 !important;
    padding-left:0 !important;
}
.verified{
    z-index: 10;
}
button#category, button#propertyType {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin: 0;
    padding: 0 1rem;
    color: var(--bs-gray-700);
    font-weight: 400;
    /*background: var(--bs-gray-100) url(../images/arrow-select.png) no-repeat right 1rem center;*/
    border: 1px solid var(--bs-gray-300);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    border-radius: 7px;
}
input#keywords{
    width: 100%;
    height: 50px !important;
    line-height: 50px;
    font-size: 14px;
    text-align: left;
    color: var(--bs-gray-700);
    font-weight: 400;
    margin: 0;
    padding: 0 1rem;
    background: var(--bs-gray-100);
    border: 1px solid var(--bs-gray-300);
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
    border-radius: 7px;
}
.home-form-bg .h-9{
  height: auto !important;  
}
.slide-img {
    max-width: inherit !important;
}
.home-form-bg .contact-page-form-btn{
    height: 50px !important;
}
.property-card .tag {
    z-index: 10;
}
.property-card .type svg{
    width: 18px;
    height: 18px;
    position: relative;
    top: -2px;
    padding-right: 2px;
}
.faqssec p{
        margin-bottom: 1rem;
    margin-top: 1rem;
}

@media only screen and ( min-width: 320px) and ( max-width: 768px ) {
#footer-1 .footer-address-section .footer-address ul li{
    justify-content: flex-start;
}
}
/*#back-to-top {*/
/*  opacity: 0;*/
/*  pointer-events: none;*/
/*  transition: opacity 0.3s ease;*/
/*}*/
#back-to-top.show {
  opacity: 1;
  pointer-events: auto;
}
header.sticky-top.scrolled {
    position: fixed;
}
.peer:checked~.peer-checked\:primaryBg {
    background-color: var(--primary-color) !important;
}
.property-bg1 {
        background: var(--bs-gray-200) !important;
}