/** Default CSS **/
a:focus { outline: 0 solid;}
img {max-width: 100%;height: auto;vertical-align:middle;}
iframe{vertical-align: middle;width:100%;}
input{font-family: "Red Hat Display", sans-serif;}
h1,h2,h3,h4,h5,h6 {margin: 0 0 15px;font-weight: 400;font-family: "Red Hat Display", sans-serif;line-height: 100%;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color: inherit}
html,body {height: 100%;font-family: "Red Hat Display", sans-serif;}
a{-webkit-transition: all .4s ease;transition: all .4s ease;-moz-transition: all .4s ease;-o-transition: all .4s ease;font-weight: 400;font-family: "Red Hat Display", sans-serif;}
a:hover {text-decoration: none;color: #000000;}a:focus{ text-decoration: none;}
a:active {outline: 0 none;}
button{border: none;}
.btn:focus{box-shadow: none;}
button:hover{outline: none;cursor: pointer;}
select:active,button:active{outline: none;}
select:focus,button:focus{outline: none;}
ul{padding: 0;margin: 0;}
ul li{list-style-type: none;}
.browserupgrade {margin: 0.2em 0;background: #ccc;color: #000;padding: 0.2em 0;}
p {color: #000;font-family: "Red Hat Display", sans-serif;font-size: 16px;line-height: 24px;}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {box-shadow: 0 0 0 1000px white inset !important;-webkit-box-shadow: 0 0 0 1000px white inset !important;}
.form-group label{text-transform: uppercase;font-size: 14px;font-weight: 400;}
.form-group .submit-btn{background-image: none;background-color: #fb4f1b; border: none;color:#ffffff;font-size: 17px;padding: 15px 25px;text-transform: capitalize;transition: .4s; min-width: 165px; }
.form-group .submit-btn:hover{background-color: #000000 !important;}
.form-group .form-control{height: 45px;box-shadow: none;outline: none;border-radius: 0;border:1px solid #dddddd;}
.form-group .form-control:focus{outline: none;}
.form-group textarea{width: 100%;padding: 6px 12px;border:1px solid #dddddd;resize: none;}
.custome-checkbox-box{position: relative;}
.custome-checkbox-box input{position: absolute; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 0; cursor: pointer;}
.custome-checkbox-box .custome-checkbox-content{display:inline-block; padding: 4px 15px;background-color:#fff; border: 1px solid #ddd;color:#000;border-radius: 4px;}
.custome-checkbox-box input:checked + .custome-checkbox-content{ background-color: #fff; border-color: #7539ff; color: #7539ff;}
.section{position:relative;overflow:hidden;}
.dropdown-menu{border-radius: 0;}
.slick-slide:focus{outline: none;}
.navbar-toggler{background-color: #ffffff00;}
/** Default CSS **/
.page-breadcumSec{padding:20px 0;}
.breadcumSecinner{}
.breadcumSecinner .breadcumList{}
.breadcumSecinner .breadcumList li{display:inline-block;position:relative;padding-right:15px;}
.breadcumSecinner .breadcumList li:after{
content: "\f105 "; 
font-family: FontAwesome;
position:absolute;
top:0;
right:3px;;
}
.breadcumSecinner .breadcumList li.ttl{padding-right:2px;}
.breadcumSecinner .breadcumList li.ttl:after{display:none;}
.breadcumSecinner .breadcumList li:last-child{}
.breadcumSecinner .breadcumList li:last-child:after{display:none;}
.breadcumSecinner .breadcumList li span.ttl{}
.breadcumSecinner .breadcumList li a{color: #069381;}
.breadcumSecinner .breadcumList li a:hover{text-decoration:underline;}
.paginationNav{margin-top:20px;}
.paginationNav .pagination {
background-color: #e6f5f5;   
padding: 0 10px;
border-radius: 25px;	
}
.paginationNav .pagination .page-link{
padding: 5px 10px;
color: #0a1d35;
background-color: transparent;
border: 1px solid transparent;	
}
.paginationNav .pagination .page-item.active .page-link {       
background-color: #0a1d35;
border-color: #0a1d35;
color: #fff;
border-radius: 0;
}
.tab-container {     
}
.tab-header {display: flex;}
.tab-header .tab-btn {
flex: 1;
text-align: center;
padding: 12px 15px;
cursor: pointer;
/*background-color: #f5f5f5;*/
border-bottom: 1px solid #ccc;
transition: background 0.3s;
}
.tab-header .tab-btn:last-child {}
.tab-header .tab-btn.active {
background-color: #fff;
font-weight: bold;
color: #333;
border-bottom: 2px solid #007bff;
}
.tab-content-area {
/*border: 1px solid #ccc;*/
border-top: none;
padding: 10px 0;
background-color: #fff;
display: none;
}
.tab-content-area.active {display: block;}
.ui-autocomplete {
width: 190px;
max-height: 150px;
padding: 5px 0;
margin: 0;	
overflow-y: auto;
overflow-x: hidden;
background: #fff;
color: #fff;
border-width: 0px;
border-style: solid;
border-color: #ddd;
border-radius: 6px;
position: absolute;
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.08);
border-radius: 6px;
box-shadow: 0 0 .5rem 0 rgba(0, 0, 0, .25);
margin-top: 10px;	
}
.ui-autocomplete ul {
list-style: none;
}
.ui-autocomplete li {
line-height: 36px;
margin: 0;
border-top:0;
white-space: nowrap;
}
.ui-autocomplete li:hover {
-moz-transition: background 0.3s ease-in;
-o-transition: background 0.3s ease-in;
-webkit-transition: background 0.3s ease-in;
transition: background 0.3s ease-in;
color: #6A4EEE;
}
.ui-autocomplete li a {
display: block;
padding: 5px 10px 5px 15px;
cursor: pointer;
color: #000;
font-size: 14px;
line-height: 20px;
font-weight:500;
text-transform: capitalize;
text-align:center;
}
.auto-search-container {
position: relative; 
margin-right: 13px;
}
.suggestions {
position: absolute;
width: 100%;
background-color: white;
border: 1px solid #ccc;
border-top: none;
list-style: none;
margin: 0;
padding: 0;
max-height: 200px;
overflow-y: auto;
display: none;
z-index: 10;
}
.suggestions li {
padding: 8px;
cursor: pointer;
}
.suggestions li:hover {
background-color: #eee;
}
@media (min-width: 1200px){
.container {
max-width: 1680px;
padding: 0 80px;
}   
} 
.btn-cstm{
min-height: 47px;
position: relative;
min-width: 197px;
border-radius: 9px;
background: #42aaab;
color: #ffffff;
font-size: 15px;
letter-spacing: 0.75px;
line-height: 35px;
text-align: center;
border-color: #42aaab;
}
.form-control.custome-select{
appearance: none;
padding-right: 25px;
background: url('../images/down-arrow.png') 17px / 11px;
background-repeat: no-repeat;
min-height: 47px;
padding: 12px 20px;
border: 1px solid #d2dfdf;
border-radius: 9px;
box-shadow: none;
font-size: 15px;
color: #4d555b;
background-position: right;
background-origin: content-box;
}
/* ----- header-area-start ------- */
.menu_overlay {
display: none;
content: '';
position: fixed;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.6);
width: 100%;
height: 100%;
display: none;
z-index: 12;
}
#menu-area {
position: relative;
z-index: 999;
}
#menu-area .navigation-wrap {
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
padding: 15px 0 15px !important;
}
#menu-area .navbar {
padding: 0 15px;
flex: 1;
/* background-color: #e3e3e3; */
}
/* #menu-area .navbar .nav {
flex: 1;
} */
#menu-area .navbar-toggler {
float: right;
border: none;
padding-right: 0;
}
#menu-area .navbar-toggler:active,
#menu-area .navbar-toggler:focus {
outline: none;
}
#menu-area .navbar-light .navbar-toggler-icon {
width: 24px;
height: 17px;
background-image: none;
position: relative;
border-bottom: 1px solid #000000;
transition: all 300ms linear;
}
#menu-area .navbar-light .navbar-toggler-icon:after,
#menu-area .navbar-light .navbar-toggler-icon:before {
width: 24px;
position: absolute;
height: 1px;
background-color: #000000;
top: 0;
left: 0;
content: '';
z-index: 2;
transition: all 300ms linear;
}
#menu-area .navbar-light .navbar-toggler-icon:after {
top: 8px;
}
/*
#menu-area .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
transform: rotate(45deg);
}
#menu-area .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
transform: translateY(8px) rotate(-45deg);
}
#menu-area .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
border-color: transparent;
}
*/
#menu-area .nav-link {
color: #000000;
font-weight: 400;
transition: all 200ms linear;
font-size: 15px;
position: relative;
padding: 15px 15px;
display: inline-block;
letter-spacing: 0.2px;
}
#menu-area .nav-link:hover {
color: #42aaab;
}
#menu-area .nav-link span i {
margin-left: 6px;
}
#menu-area .nav-link img{
width: 15px;
margin-right: 14px;
}
#menu-area .nav-item {
position: relative;
transition: all 200ms linear; 
}
#menu-area .nav-item a i.fa {
font-size: 12px;
}
#menu-area .nav-item.show a i.fa {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
#menu-area .dropdown-toggle::after {
display: none;
}
#menu-area .navbar-light .navbar-toggler {
padding-left: 0;
}
#menu-area .navbar-brand {
display: flex;
align-items: center;
}
#menu-area .navbar-brand img {
width: 148px;
}
#menu-area .navbar-brand ul li {
font-size: .875rem;
color: #120d75;
}
#menu-area .navbar-brand ul li.title {
font-family: 'Adamina', serif;
font-size: 1.75rem;
color: #333333;
}
#menu-area .start-header {
opacity: 1;
transform: translateY(0);
padding: 0;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
/* background-color: #e3e3e3; */
}
#menu-area .navbar .nav.header-navbar-rht .nav-item a.Property {
background: #eef2f5;
border-radius: 10px;
font-size: 15px;
font-weight: 400;
color: #000;
padding: 9px 20px;
transition: all 0.7s;
}
.topmain.sticky {
position: fixed;
width: 100%;
/* height: 106px; */
box-shadow: 1px 2px 11px 0px #00000030;
background-color: #ffffff;
z-index: 999;
}
/* ----- header-area-end ------- */
/* ----- banner-area-start ------- */
.banner-area {
/*background: url(../images/banner-pic-main.jpg) no-repeat center;
background-size: cover;
position: relative;
overflow: hidden;*/
margin: 0 20px; 
position:relative;
}
.home-banner-slider-item{
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
height: 800px;
height: 640px;
overflow: hidden;
border-radius: 20px;
position:relative;
}
.home-banner-slider-item:before {
width: 100%;
float: left;
height: 100%;
position: absolute;
top: 0;
left: 0;
content: "";
background: #42aaaba3;
}

.home-banner-video-sec{
	width:100%;
	height: 640px;	
	overflow: hidden;
	border-radius: 20px;
	position:relative;	
}
.home-banner-video-sec video{
	width:100%;
	height: 100%;	
	object-fit:cover;
}
.home-banner-video-sec:before{
width: 100%;
float: left;
height: 100%;
position: absolute;
top: 0;
left: 0;
content: "";
background: #42aaaba3;	
background: #004849a3;
opacity: 0.8;
z-index:1;
}


.banner-area .topbanner{
position: absolute;
top: 0;
left:0;
right:0;
z-index: 3;   
padding: 160px 0;
} 
.banner-form-area{
text-align: center;
}
.banner-form-area h3{
color: #fff;
font-size: 60px;
font-weight: 500;
margin-bottom: 20px;
text-transform: uppercase;
}
.banner-form-area h3 span{
color: #ffffff;
font-size: 67px;
font-weight: 900;
letter-spacing: 1px;
line-height: 75px;
}
.banner-form-area p{
color: #ffffff;
font-size: 20px;
letter-spacing: 0.2px;
text-align: center;
margin-bottom: 0;
}
.banner-search{
margin: 40px auto 0;
padding: 20px 17px 19px;
position: relative;
max-width: 992px;
width:100%;
border-radius: 20px;
background: #ffffff;
box-shadow: 0 27px 82.32px 1.68px rgba(10, 29, 53, 0.43);
}
.banner-search .first-wrap .nav-tabs{
border-bottom: none;
padding: 5px;
position: relative;
/* width: 13%; */
border: 1px solid #d2dfdf;
border-radius: 9px;
margin-right: 13px;
}
.tabRadioBox{
position: relative;
margin-bottom:0px;	
}
.tabRadioBox input{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
opacity: 0;
cursor: pointer;
}
.tabRadioBox .cont{
display:block;
color: #4d555b;
font-size: 14px;
letter-spacing: 0.9px;
padding: 7px 13px;
border-radius: 9px;	
}
.tabRadioBox input:checked + .cont{	
background: #e6f5f5;
color: #3eacac;
border: none;
}
.banner-search .first-wrap .nav-tabs .nav-link{
color: #4d555b;
font-size: 14px;
letter-spacing: 0.9px;
padding: 7px 13px;
}
.banner-search .first-wrap .nav-tabs .nav-link.active{
border-radius: 9px;
background: #e6f5f5;
color: #3eacac;
border: none;
}
.banner-search .first-wrap .nav-tabs .nav-link:focus{
border: none;
}
.banner-search .first-wrap .nav-tabs .nav-link:hover{
border-color: transparent;
}
.banner-search .first-wrap{
display: flex;
align-items: baseline;
}
.banner-search .first-wrap .tab-content .form-group .form-control{
width: 609px;
border: 1px solid #d2dfdf;
border-radius: 9px;
padding: 15px 19px 15px 45px;
height: 49px;
font-size: 15px;
letter-spacing: 0.9px;
}
.banner-search .first-wrap .tab-content .form-group .input-wrap{
display: flex;
align-items: center;   
position:relative;
}
.banner-search .first-wrap .tab-content .form-group .input-wrap img{
position: absolute;
left: 20px;
width: 15px;
height: 16px;
object-fit: contain;
}
.banner-search .first-wrap .search-content{
display: flex;
align-items: baseline;
}
.banner-search .first-wrap .search-content .custome-select{
margin-right: 13px;
}
.banner-search .first-wrap .search-content .custome-select.first{
width: 247px;
}
.banner-search .first-wrap .search-content .custome-select.second{
width: 255px;
}
.banner-search .first-wrap .search-content .custome-select.third{
width: 197px;
margin-right: 0;
}
.banner-search .first-wrap .search-content .form-dropdown{position: relative;}
.form-control.form-dropdown-btn {
appearance: none;
padding-right: 25px;
background: url(../images/down-arrow.png) 17px / 11px;
background-repeat: no-repeat;
min-height: 47px;
padding: 12px 20px;
border: 1px solid #d2dfdf;
border-radius: 9px;
box-shadow: none;
font-size: 15px;
color: #4d555b;
background-position: right;
background-origin: content-box;
text-align:left;		
}
.form-control.form-dropdown-btn.open{     
padding-right: 25px;
background: url(../images/up-arrow.png) 17px / 11px;
background-repeat: no-repeat;  
padding: 12px 20px;   
background-position: right;
background-origin: content-box;   
}
.form-dropdown-menu{
position: absolute;
top: 100%;
right: 0;   
padding: 10px;
margin: 5px 0 0;
font-size: 14px;    
background-color: #fff;   
border: 1px solid rgba(0, 0, 0, .15);
color: #212529; 
border-radius: 6px;
min-width: 350px;
z-index: 1000;
display: none;
}
.form-dropdown-menu{display:none;}
.form-dropdown-menu.open {
display: block;
}
.form-dropdown-menu-block{margin-bottom: 10px;}
.form-dropdown-menu .form-dropdown-menu-block:last-child{margin-bottom: 0px;}
.form-dropdown-menu-block h5{
font-size: 14px;
line-height: 20px;
font-weight: 600;
margin-bottom: 5px;
}
.form-dropdown-menu-block .tabRadioBoxlist{
margin: 0 -2px;
}
.form-dropdown-menu-block .tabRadioBoxlist li{
display: inline-block;
padding: 2px 2px;
}
.form-dropdown-menu-block .tabRadioBoxlist li:last-child{}
.form-dropdown-menu-block .tabRadioBoxlist li .tabRadioBox .cont {
display: block;
color: #000;
border: 1px solid #d2dfdf;
font-size: 14px;
letter-spacing: 0.9px;
padding: 5px 10px;
border-radius: 6px;
min-width: 36px;
text-align: center;
}
.form-dropdown-menu-block .tabRadioBoxlist li .tabRadioBox input:checked + .cont {
background: #e6f5f5;
color: #3eacac;
border: none;
}
.resetDoneBtnArea{
padding: 10px 0px;
display: flex;
}
.resetDoneBtnArea .resetDoneBtn{
padding: 8px 5px;
width: 50%;
border-radius: 6px;
font-size: 14px;
line-height: 20px;
font-weight: 600;
}
.resetDoneBtnArea .resetDoneBtn.resetBtn{
background-color: #fff;
border: 1px solid #42aaab;
color: #42aaab;
margin-right: 10px;
}
.resetDoneBtnArea .resetDoneBtn.resetBtn:hover{}
.resetDoneBtnArea .resetDoneBtn.doneBtn{
background-color: #42aaab;
border: 1px solid #42aaab;
color: #fff;
}
.resetDoneBtnArea .resetDoneBtn.doneBtn:hover{}
.banner-right{
position: absolute;
bottom: 0;
right: 0;
text-align: right;
z-index: 2;
}
.maxMinPriceArea{}
.maxMinPriceArea .rowBox{margin-left:-5px;margin-right:-5px;}
.maxMinPriceArea .columnBox{padding-left:5px;padding-right:5px;}
.maxMinPriceArea .form-group{margin-bottom:0px;}
.maxMinPriceArea .form-group .labelName{text-transform: capitalize;}
.maxMinPriceArea .form-group .form-control{
width: 100% !important;
height: auto !important;
padding: 6px 12px !important;	
}
.banner-right ul{
display: inline-flex;
justify-content: flex-end;
padding: 28px 10px 8px 65px;
/* background-color: #fff; */
background-image: url(../images/bannerBtnBg.png);
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: cover;
border-radius: 0px 0 0 0px;
}
.banner-right ul li{
margin-right: 13px;
}
.banner-right ul li a{
display: inline-block;
border-radius: 12px;
background: #eef2f5;
padding: 13px 16px;
color: #000000;
font-size: 15px;
letter-spacing: 0.2px;
}
.banner-right ul li a img{
width: 20px;
margin-right: 14px;
}
/* ----- banner-area-end ------- */
/* ----- why-choose-us-area-start ------- */
.why-choose{
padding: 30px 0 90px 0;
position: relative;
overflow: hidden;
}
.why-choose .content-part h3{
color: #0a1d35;
font-size: 40px;
letter-spacing: 0.6px;
font-weight: bold;
margin-bottom: 20px;
text-align: center;
}
.why-choose .content-part .text-part{
width: 727px;
padding: 23px 23px 34px;
border-radius: 20px;
background: #ffffff;
position: relative;
z-index: 99;
box-shadow: 0 28px 48.02px 0.98px rgba(10, 29, 53, 0.12);
top: 34px;
}
.why-choose .pic-area{
position: absolute;
z-index: 9;
left: -84px;
}
.why-choose .pic-area img{
width: 100%;
border-radius: 15px;
object-fit: cover;
}
.why-choose .content-part .text-part p{
line-height: 24px;
margin: 0 0 0 11px;
color: #4d555b;
letter-spacing: 1.1px;
font-size: 14px;
margin-bottom: 28px;
}
.why-choose .content-part .text-part .button-area .btn-cstm{
min-width: 186px;
border-radius: 12px;
line-height: 53px;
}
.why-choose .content-part {
margin-top: 44px;
}
.why-img-wrap{ 
}
.why-img-wrap img{
width: 100%;
border-radius: 15px; 
}
.why-choose .row.first{
/* top: 51px;*/
position: relative;
}
.why-choose .row.second{
/*margin-top: 52px;*/
}
.why-choose .row.second .why-right-part{
margin-top: 34px;
margin-left: 27px;
}
.why-choose .row.second .why-right-part h4{
color: #0a1d35;
font-size: 40px;
letter-spacing: 0.6px;
font-weight: bold;
line-height: 38px;
margin-bottom: 20px;
}
.why-choose .row.second .why-right-part p{
line-height: 24px;
color: #4d555b;
letter-spacing: 1.1px;
font-size: 14px;
margin-bottom: 28px;
}
/* ----- why-choose-us-area-end ------- */
/* ----- exclusive-content-resources-area-start ------- */
.resources-area{
overflow: hidden;
padding: 0 0 80px;
}
.heading-main{
width: 100%;
}
.heading-main h3{
color: #0a1d35;
font-size: 40px;
font-weight: bold;
letter-spacing: 0.6px;
text-align: center;
}
.resources-wrap{
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 35px;
}
.resources-wrap .resources-item{
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
width: 150px;
}
.resources-wrap .divider {
width: 2px;
height: 61px;
background-color: #d4ebeb;
margin: 0 20px;
}
.resources-wrap .resources-item p{
margin: 18px 0 0;
line-height: 24px;
color: #4d555b;
letter-spacing: 1.1px;
font-size: 14px;
text-align: center;
}
.resources-wrap .resources-item h3{
color: #0a1d35;
font-size: 33px;
font-weight: bold;
letter-spacing: 0;
text-align: center;
display: flex;
margin-bottom: 0;
}
.resources-wrap .resources-item h3 span{
color: #42aaab;
}
/* ----- exclusive-content-resources-area-end ------- */
/* ----- contact-us-form-area-start ------- */
.contact-form{
padding: 30px 0 80px 0;
}
.contact-form-content{
margin-top: 16px;
margin-top: 0px;
}
.contact-form-content h3{
color: #0a1d35;
font-size: 40px;
font-weight: bold;
letter-spacing: 0.6px;
margin-bottom: 27px;
}
.contact-form-content .form-part .input-wrap{
display: flex;
align-items: center;
margin-bottom: 12px;
}
.contact-form-content .form-part .input-wrap img{
position: absolute;
height: 18px;
left: 31px;
}
.contact-form-content .form-part .input-wrap .form-control{
width: 100%;
height: 53px;
border-radius: 16px;
background: #ffffff;
padding: 15px 18px 15px 51px;
border: 1px solid #d2dfdf;
box-shadow: none;
font-size: 15px;
color: #4d555b;
letter-spacing: 0.9px;
}
.contact-form-content .form-part .input-wrap .form-control::placeholder{
color: #4d555b;
}
.contact-form-content .form-part .input-wrap textarea{
resize: none;
height: auto !important;
}
.contact-form-content .form-part .input-wrap img.edit{
top: 62%;
}
.contact-form-content .form-part .button-area{
margin-top: 20px;
}
.contact-form-content .form-part .button-area .btn-cstm{
border-radius: 16px;
min-width: 172px;
height: 53px;
}
/* ----- contact-us-form-area-end ------- */
/* ----- Featured-Agencies-area-start ------- */
.featured-agencies{
overflow: hidden;
padding-bottom: 80px;
padding-bottom: 0px;
}
.featured-agencies .agencies-info p{
color: #a0a4a9;
font-size: 38px;
font-weight: 900;
letter-spacing: 0.75px;
margin-bottom: 0;
text-transform: uppercase;
}
.featured-agencies .agencies-info p:hover{
color: #42aaab;
}
.featured-agencies .divider {
width: 2px;
height: 61px;
background-color: #d4ebeb;
margin: 0 61px;
}
.developers-box{padding:10px 10px;border-radius: 8px;}
.developers-box:hover{background-color: #f7f7fc;}
.agencies-logo{
    display: flex;
    align-items: center;
    justify-content: center;
	background-color:#fff;
    border: 1px solid #d2dfdf;
    border-radius: 8px;
    padding: 25px 15px;
    margin-bottom: 15px;	
}
.agencies-logo img{max-width: 80%;margin: 0 auto;filter: grayscale(100%);transition: filter 0.4s ease;}
.developers-box:hover .agencies-logo img{ filter: grayscale(0%);}
.agencies-info{
/*display: flex;
align-items: center;
justify-content: space-around;*/
padding:0 10px;
}
.agencies-info .title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 2px;	
}
.agencies-info .projectCount{
    font-size: 14px;
    color: #707070;
    font-weight: 600;	
}

.featured-agencies .featured-slider{
margin-top: 19px;
}
/*
.featured-agencies .owl-nav .owl-next{
width: 43px;
height: 43px;
font-size: 13px;
background: #071c34 !important;
text-shadow: none;
top: -90px;
cursor: pointer;
border: 0;
border-radius: 11px;
color: #fff;
transition: ease all 0.5s;
position: absolute;
right: 0px;
z-index: 9;
}
.featured-agencies .owl-nav .owl-prev{
width: 43px;
height: 43px;
font-size: 13px;
background: #d3ebeb !important;
text-shadow: none;
top: -90px;
cursor: pointer;
border: 0;
border-radius: 11px;
color: #42aaab;
transition: ease all 0.5s;
position: absolute;
left: 0px;
margin-bottom: 0;
z-index: 9;
}
.featured-agencies .owl-nav .owl-next i{
color: #42aaab;
}
.featured-agencies .owl-nav .owl-prev i{
color: #42aaab;
}
*/
.featured-agencies .owl-nav .owl-prev, .featured-agencies .owl-nav .owl-next{
	width: 43px;
	height: 43px;
	font-size: 13px;
	background: #d3ebeb !important;
	color: #42aaab;
	text-shadow: none;
	cursor: pointer;
	border: 0;
	border-radius: 11px;	
	transition: ease all 0.5s;
	position: absolute;
	top: 35%;
	margin:0px;
	margin-bottom: 0;
	z-index: 9;
}
.featured-agencies .owl-nav .owl-prev.disabled, .featured-agencies .owl-nav .owl-next.disabled{
	
}
.featured-agencies .owl-nav .owl-prev i, .featured-agencies .owl-nav .owl-next i{color: #42aaab;}
.featured-agencies .owl-nav .owl-prev{left: -10px;}
.featured-agencies .owl-nav .owl-next{right: -10px;}
.featured-agencies .owl-nav .owl-prev:hover, .featured-agencies .owl-nav .owl-next:hover{
	background: #071c34 !important;
	color: #42aaab;
}
.featured-agencies .owl-nav .owl-prev:hover i, .featured-agencies .owl-nav .owl-next:hover i{color: #42aaab;}
.featured-agencies .owl-nav .owl-prev.disabled:hover, .featured-agencies .owl-nav .owl-next.disabled:hover{
	background: #d3ebeb !important;
	color: #42aaab;
}






/* ----- Featured-Agencies-area-end ------- */
/* ----- contact-info-area-start ------- */
.contact-info{
padding-bottom: 60px;
}
.contact-info .contact-wrap{
display: flex;
}
.contact-info .contact-item{
padding: 20px 15px 21px;
border: 1px solid #d2dfdf;
border-radius: 13px;
background: #ffffff;
box-shadow: 0 8px 9.8px 0.2px rgba(10, 29, 53, 0.07);
height:100%;
}
.contact-info .contact-item .inner{
display: flex;
}
.contact-info .contact-item .inner .left-part{
margin-right: 18px;
}
.contact-info .contact-item .inner .right-part h3{
font-weight: bold;
text-transform: uppercase;
color: #0a1d35;
font-size: 14px;
margin-bottom: 1px;
}
.contact-info .contact-item .inner .right-part p{
color: #4d555b;
letter-spacing: 1.1px;
font-size: 13px;
line-height: 24px;
margin-bottom: 0;
} 
.contact-info .contact-item .inner .left-part img{
width: 36px;
height: 36px;
object-fit: contain;
}
.contact-info .row .col-lg-2{
padding-right: 5px;
}
.contact-info .row .col-lg-3{
padding-right: 5px;
}
/* ----- contact-info-area-end ------- */
/* ----- footer-area-start ------- */
.footer-area{
/*padding: 35px 70px 35px;
background: url('../images/footer-bg.png') no-repeat;*/
background-image:url(../images/footer-bg1.png);
background-repeat:repeat;
background-position:50% 50%;
/*background-size: cover;*/
border-radius:0px;
margin: 0px;
overflow: hidden;

}
.footer-wrap{
display: flex;
justify-content: space-between;
align-items: center;
}
.footer-wrap .logo-area img{
width: 175px;
}
.footer-wrap ul.point-area{
display: flex;
align-items: center;
}
.footer-wrap ul.point-area li{
}
.footer-wrap ul.point-area li a{
color: #e6f5f5;
font-size: 14px;
letter-spacing: 1.44px;
/* padding: 0 22px;
border-right: 2px solid #42aaab; */
}
.footer-wrap ul.point-area .divider{
width: 1px;
height: 11px;
background-color: #42aaab;
margin: 0 20px;
}
/* .footer-wrap ul.point-area li a.hide-border{
border-right: none;
} */
.footer-wrap ul.media{
display: flex;
}
.footer-wrap ul.media li a{
width: 33px;
height: 33px;
background-color: #42aaab;
display: flex;
border-radius: 35px;
justify-content: center;
align-items: center;
margin-right: 13px;
}
.footer-wrap ul.media li a i{
color: #000;
font-size: 14px;
}
.bottom-footer{
padding: 40px 0 33px 0;
}
.bottom-footer ul{
display: flex;
justify-content: center;
align-items: center;
}
.bottom-footer ul li span{
letter-spacing: 0.96px;
color: #4d555b;
font-size: 13px;
line-height: 24px;
}
.bottom-footer ul li a{
letter-spacing: 0.96px;
color: #4d555b;
font-size: 13px;
line-height: 24px;
}
.bottom-footer .divider {
width: 1px;
height: 11px;
background-color: #42aaab;
margin: 0 20px;
}

.top-footer-area{padding:35px 0 0;}
.top-footer-area-inner{}
.top-footer-block-area{}
.top-footer-block-area .rowBox{}
.top-footer-block-area .columnBox{}
.top-footer-block-area .top-footer-block{margin-bottom:20px;}
.top-footer-block-inner{}
.top-footer-block-inner .useful-links{}
.top-footer-block-inner .useful-links li{margin-bottom:5px;}
.top-footer-block-inner .useful-links li:last-child{}
.top-footer-block-inner .useful-links a{color: #e6f5f5;font-size: 14px;line-height:20px;letter-spacing: 1.44px;}
.top-footer-block-inner .useful-links a:hover{color:#4ea49a;}
.top-footer-social-area{padding: 0 0 30px;}
.top-footer-social-area .rowBox{align-items:center;}
.top-footer-social-area .columnBox{}
.ftSocialArea{display: flex;align-items: center;}
.ftSocialArea .ttl{color: #fff;margin-right: 10px;}
.ftSocialArea ul.media{}
.ftSocialArea ul.media li{display:inline-block; margin-right: 10px;	}
.ftSocialArea ul.media li:last-child{ margin-right: 0px;}
.ftSocialArea ul.media li a{width: 33px;height: 33px;background-color: #42aaab;color:#000;display: flex;border-radius: 35px;justify-content: center;align-items: center;}
.ftSocialArea ul.media li a:hover{background-color: #fff;color:#000;}

.ftAppListArea{}
.ftAppListArea .appList{text-align: right;}
.ftAppListArea .appList li{display:inline-block; margin-right: 10px;}
.ftAppListArea .appList li:last-child{margin-right: 0px;}
.ftAppListArea .appList li a{color: #42aaab;}
.ftAppListArea .appList li a:hover{color: #fff;}

.bottom-footer-area{}
.bottom-footer-area-inner{padding: 25px 0 25px;border-top: 1px solid #143c3c;}
.bottom-footer-area-inner .copyWriteText{text-align: center;letter-spacing: 0.96px;color: #ddd;font-size: 13px;line-height: 24px;}


/* ----- footer-area-end ------- */
/* ----- we-recommend-area-start ------- */
.projectsListingSecinner{}
.projectsListingSecinner .rowBox{margin-left:-5px;margin-right:-5px;}
.projectsListingSecinner .columnBox {padding-left:5px;padding-right:5px;}
.projectsListingSecinner .projectsListingBox{margin-bottom:10px;}
.product{
padding: 9px 9px 23px;
border-radius: 20px;
background: #ffffff;
border: 1px solid #d2dfdf;
transition: all 0.7s ease;
}
.product:hover{
border: 1px solid #42aaab;
/*transform: translateY(-16px);*/
box-shadow: 0 28px 48.02px 0.98px rgba(10, 29, 53, 0.12);
}
.product-img-wrapper{overflow:hidden; aspect-ratio: 3 / 2;border-radius: 10px;}
.product .house-pic-area a{display:block;}
.house-pic-area{}
.product .house-pic-area img{
width: 100%;
height:100%;
object-fit:cover;
cursor: pointer;
transition: .3s ease-in-out;
}
.product:hover .house-pic-area img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;	
}
.three-wrap-area{
display: flex;
justify-content: space-between;
position: relative;
top: -35px;
width: 100%;
padding: 0 7px 0 7px;
}
.three-wrap-area .left-part{
display: flex;
}
.three-wrap-area .left-part p{
border-radius: 5px;
background: #ffffffe6;
letter-spacing: 0.8px;
margin-bottom: 0;
font-size: 12px;
margin-right: 8px;
padding: 2px 7px;
/* min-height: 29px; */
}
.three-wrap-area .right-part span img{
width: 12px;
/* height: 16px; */
object-fit: contain;
}
.three-wrap-area .right-part span{
border-radius: 5px;
background: #ffffffe6;
margin-bottom: 0;
padding: 7px 0 6px;
width: 27px;
display: flex;
justify-content: center;
align-items: center;
}
.product .content-part{
padding: 0 8px;
}
.product .content-part h3{
color: #0a1d35;
font-size: 17px;
line-height: 21px;
font-weight: bold;
letter-spacing: 0.33px;
margin: -9px 0 5px 0;
cursor: pointer;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.product .content-part h3 a{color: #0a1d35;font-weight: bold;}
.product .content-part .deal-wrap{
display: flex;
align-items: center;
}
.product .content-part .deal-wrap p{
color: #4d555b;
letter-spacing: 1px;
font-size: 13px;
margin-bottom: 0;
}
.product .content-part .deal-wrap .divider{
width: 1px;
height: 11px;
background-color: #4d555b;
margin: 0 6px;
}
.product .content-part .deal-wrap .sqerFtText{
letter-spacing: 1px;
font-size: 13px;
margin-left: auto;	
}
.product .content-part .deal-wrap .sqerFtText img{
margin-right: 2px;
object-fit: contain;
width: 12px;
display: inline-block;	
} 
.product .content-part p.location{
display: flex;
/*align-items: center;*/
color: #4d555b;
letter-spacing: 0.5px;
font-size: 13px;
line-height:17px;
margin-bottom: 0;
margin-top: 3px;
min-height: 34px;
}
.product .content-part p.location img{
margin-right: 7px;
width: 12px;
height: 14px;   
position: relative;
top: 3px;
}
.product .content-part p.location .locationText{
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;	
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;		
}
.product .content-part ul.room{
display: flex;
margin-top: 6px;
}
.product .content-part ul.room li{
color: #4d555b;
letter-spacing: 0.5px;
font-size: 13px;
margin-right: 15px;
display: flex;
}
.product .content-part ul.room li img{
margin-right: 6px;
object-fit: contain;
width: 15px;
}
.product .content-part span.price{
color: #0a1d35;
font-size: 15px;
font-weight: 500;
letter-spacing: 0.3px;
margin: 10px 0 8px 0;
display: inline-block;
}
.product .content-part ul.verified{
display: flex;
align-items: center;
margin-bottom: 20px;
}
.product .content-part ul.verified li{
color: #4d555b;
letter-spacing: 0.5px;
font-size: 13px;
margin-right: 16px;
display: flex;
align-items: center;
}
.product .content-part ul.verified li img{
height: 14px;
margin-right: 6px;
width: 14px;
object-fit: contain;
}
.product .content-part ul.call-info{
display: flex;
align-items: center;
}
.product .content-part ul.call-info li{
margin-right: 8px;
}
.product .content-part ul.call-info li:last-child{
margin-right: 0px;
}
.product .content-part ul.call-info li a{
border-radius: 5px;
background: #e6f5f5;
padding: 6px 12px;
color: #0a1d35;
font-size: 13px;   
display: flex;
align-items: center;
letter-spacing: 0.5px;
cursor: pointer;
}
.product .content-part ul.call-info li a img{
width: 15px;
margin-right: 5px;
}
.product .content-part ul.call-info li a .icon{display: inline-flex;align-items: center;color:#4da698;margin-right:2px;}
.product .content-part ul.call-info li a .icon i{font-size:14px;}
.product .content-part ul.call-info li a .icon i.fa-envelope{font-size:15px;}
.product .content-part ul.call-info li a .icon i.fa-whatsapp{font-size:15px;}
.product .content-part ul.call-info li a.active{
background: #0a1d35;
color: #ffffff;
}
.product .content-part ul.call-info li a:hover{
background: #0a1d35;
color: #ffffff;
}
.product .content-part ul.call-info li a:hover .icon{color:#fff;}
.recommend-area .recommend-slider .owl-nav button.owl-next {
z-index: 1;
width: 43px;
height: 43px;
font-size: 13px;
background-color: #071c34;
border-radius: 11px;
position: absolute;
top: 52%;
transform: translatey(-50%);
right: -5%;
}
.recommend-area .recommend-slider .owl-nav button.owl-next i{
color: #42aaab;
}
.recommend-area .recommend-slider .owl-nav button.owl-prev {
z-index: 1;
width: 43px;
height: 43px;
font-size: 13px;
background-color: #d3ebeb;
border-radius: 11px;
position: absolute;
top: 52%;
transform: translatey(-50%);
left: -5%;
}
.recommend-area .recommend-slider .owl-nav button.owl-prev i{
color: #42aaab;
}
.owl-carousel.owl-drag .owl-item{
position: relative;
z-index: 99;
}
.recommend-area .recommend-slider .product{
margin-top: 35px;
margin-bottom: 49px;
}
/* ----- we-recommend-area-end ------- */
/* ----- mortgage-area-start ------- */
.mortgage-area{
position: relative;
padding: 52px 0 100px 0;
padding: 0px 0 0px;
}
.mortgage-area .heading-area{
text-align: left;
}
.mortgage-area .heading-area h3{
color: #0a1d35;
font-size: 25px;
font-weight: bold;
letter-spacing: 0.6px;
margin-bottom: 10px;
}
.mortgage-area .heading-area p{
color: #0a1d35;
font-size: 15px;
font-weight: 600;
margin-bottom: 21px;
}
.mortgage-area .price-area{
border: 1px solid #b1b0b07a;
border-radius: 6px;
/*padding: 25px;
height: 500px;*/
}
/* ----- mortgage-area-end ------- */
/* ----- browse-new-projects-area-start ------- */
.new-projects{
position: relative;
overflow: hidden;
padding: 50px 0 50px 0;
}
.new-projects.home-new-projects{}
.new-projects .heading-main h3{
margin-bottom: 27px;
font-size: 32px;
}
.project-area .nav-tabs{
justify-content: center;
border: none;
margin-bottom: 40px;
}
.project-area .nav-tabs .nav-link {
color: #4d555b;
font-size: 14px;
letter-spacing: 0.9px;
padding: 7px 13px;
margin-right: 11px;
border: 1px solid #d2dfdf;
border-radius: 10px;
background: #ffffff;
}
.project-area .nav-tabs .nav-link.active {
border-radius: 9px;
background: #e6f5f5;
color: #3eacac;
border: none;
}
.new-projects .project-area .tab-content .projects-slider .product{
margin-bottom: 18px;
margin-top: 18px;
}
.new-projects .project-area .tab-content .projects-slider .product.second{
margin-bottom: 40px;
}
.new-projects .project-area .tab-content .projects-slider .owl-nav button.owl-next {
z-index: 1;
width: 43px;
height: 43px;
font-size: 13px;
background-color: #071c34;
border-radius: 11px;
position: absolute;
top: 48%;
transform: translatey(-50%);
right: -5%;
}
.new-projects .project-area .tab-content .projects-slider .owl-nav button.owl-prev {
z-index: 1;
width: 43px;
height: 43px;
font-size: 13px;
background-color: #d3ebeb;
border-radius: 11px;
position: absolute;
top: 48%;
transform: translatey(-50%);
left: -5%;
}
.new-projects .project-area .tab-content .projects-slider .owl-nav button.owl-next i{
color: #42aaab;
}
.new-projects .project-area .tab-content .projects-slider .owl-nav button.owl-prev i{
color: #42aaab;
}
.new-projects.home-new-projects .rowBox{margin-left:-5px;margin-right:-5px;}
.new-projects.home-new-projects .columnBox {padding-left:5px;padding-right:5px;}
.new-projects.home-new-projects .productItem{margin-bottom:10px;}

/* ----- browse-new-projects-area-end ------- */
/* ----- Property-area-start ------- */
.Property-area{
padding: 10px 0 44px 0;
overflow: hidden;
}
.Property-area.single-property-dtls-sec{overflow: inherit;}
.Property-area .right-part{
margin-top: 12px;
}
.Property-top-wrap{
display: flex;
justify-content: space-between;
padding-bottom: 10px;
border-bottom: 2px solid #d4ebeb;
}
.Property-top-wrap .left-sec{width:75%;}
.Property-top-wrap .left-sec h3{
color: #0a1d35;
font-weight: bold;
letter-spacing: 0.36px;
font-size: 26px;
margin-bottom: 10px;
}
.Property-top-wrap .left-sec p.location{
color: #4d555b;
letter-spacing: 1px;
font-size: 14px;
margin-bottom: 0;
line-height: 18px;
display: flex;
align-items: flex-start;
}
.Property-top-wrap .left-sec p.location img{
width: 13px;
margin-top: 2px;
margin-right: 7px;
}
.Property-top-wrap .shareListArea{display: flex;align-items: center;}
.Property-top-wrap .title{font-size: 20px;font-weight: 700;margin-bottom: 0px;margin-right: 10px;	}
.Property-top-wrap .shareList{}
.Property-top-wrap .shareList li{display:inline-block;margin-right:2px;}
.Property-top-wrap .shareList li:last-child{margin-right:0px;}
.Property-top-wrap .shareList li a{display:inline-block;}
.Property-top-wrap .shareList li a img{height:24px;}

.singleProjectDtlsPanel {
    padding: 20px 0 20px 0;	
    border-bottom: 2px solid #d4ebeb;	
}
.singleProjectDtlsPanel .small-heading{
	margin-bottom: 20px;		
}
.singleProjectDtlsPanel .small-heading h4{
    color: #0a1d35;
    font-size: 20px;
    font-weight: 800;
    /* text-align: center; */
    text-transform: uppercase; 	
}

.Property-top-wrap .right-sec{
display: flex;
flex-direction: column;
align-items: flex-end;
}
.Property-top-wrap .right-sec p.user{
color: #4d555b;
letter-spacing: 0.4px;
font-size: 14px;
margin-bottom: 6px;
}
.Property-top-wrap .right-sec p.user img{
width: 13px;
margin-right: 5px;
}
.Property-top-wrap .right-sec span.price{
border-radius: 11px;
background: #e6f5f5;
color: #0a1d35;
font-size: 14px;
letter-spacing: 0.9px;
padding: 7px 13px;
text-align: right;
font-weight: 500;
}
.Property-info{
padding: 32px 0 24px 0;
border-bottom: 2px solid #d4ebeb;
}
.Property-info-wrap{
display: flex;
}
.Property-info-wrap .left-sec{
display: flex;
margin-bottom: 28px;
align-items: flex-start;
width: 35%;
}
.Property-info-wrap .left-sec h3{
color: #0a1d35;
font-weight: bold;
font-size: 18px;
text-transform: uppercase;
}
.Property-info-wrap .left-sec p{
color: #4d555b;
letter-spacing: 0.4px;
font-size: 13px;
}
.Property-info-wrap .left-sec img{
width: 26px;
margin-right: 14px;
object-fit: contain;
}
.Property-info-wrap .left-sec .txt-part h4{
color: #0a1d35;
font-weight: bold;
font-size: 15px;
text-transform: uppercase;
margin-bottom: 1px;
}
.Property-info-wrap .left-sec .txt-part p.txt{
color: #4d555b;
letter-spacing: 0.4px;
font-size: 16px;
margin-bottom: 0;
}
.Property-info-wrap .left-sec.bottom-gap-reduce{
margin-bottom: 0;
}

.Property-info.propertyInfoStyle_2{padding: 15px 0 5px 0;}
.Property-info-wrap.propertyInfoWrapStyle_2 {display: flex;flex-wrap: wrap;margin:0 -15px;}
.Property-info-wrap.propertyInfoWrapStyle_2 .left-sec {width: 20%;padding:0 15px;margin-bottom: 15px;}
.Property-info-wrap.propertyInfoWrapStyle_2 .left-sec img {display: none;}
.Property-info-wrap.propertyInfoWrapStyle_2 .left-sec .txt-part h4 {font-weight: 800;font-size: 15px;margin-bottom: 5px;}



.Property-area .right-part p.long-txt{
color: #4d555b;
letter-spacing: 0.7px;
font-size: 13px;
margin-bottom: 0;
margin-top: 10px;
line-height: 19px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
text-overflow: ellipsis;
}
.Property-area .right-part p.long-txt span a{
color: #42aaab;
letter-spacing: 0.6px;
}
.enquiry-info{
margin-top: 10px;
}
.enquiry-info ul{
display: flex;
}
.enquiry-info ul li{
margin-right: 3px;
}
.enquiry-info ul li a.active{
border-radius: 12px;
background: #42aaab;
color: #ffffff;
font-size: 14px;
letter-spacing: 0.75px;
line-height: 26px;
text-align: center;
border-color: #42aaab;
padding: 8px 20px;
}
.enquiry-info ul li a{
border-radius: 13px;
background: #e6f5f5;
padding: 8px 18px 11px;
color: #0a1d35;
font-size: 14px;
margin-right: 8px;
display: flex;
align-items: center;
letter-spacing: 0.5px;
cursor: pointer;
}
.enquiry-info ul li a img{
width: 17px;
margin-right: 10px;
}
.single-product-big-pic{
overflow: hidden;
border-radius: 15px;	
}
.single-product-big-pic img{
aspect-ratio: 3 / 2;
}
.single-product-small-pic-area{margin-top:15px;}
.single-product-small-pic-slider .owl-stage{}
.single-product-small-pic-slider .owl-stage-outer .owl-item{padding: 0 5px;}
.single-product-small-pic{
overflow: hidden;
border-radius: 15px;	
}
.single-product-small-pic img{}
.single-product-small-pic-slider .owl-stage-outer .owl-item.current .single-product-small-pic img{}
.search-type{
padding: 30px 0 0;
}
.search-type .search-sec{     
padding: 21px 24px 25px;
position: relative;
border: 1px solid #d2dfdf;
border-radius: 13px;
background: #ffffff;
box-shadow: 0 8px 9.8px 0.2px rgba(10, 29, 53, 0.07);
/* display: flex;
align-items: flex-end;*/
}
label.search{
color: #0a1d35;
font-weight: bold;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 0.5px;
margin-bottom: 9px;
}
.search-type .search-sec .search-main{
width: 30%;	
}
.search-type .search-sec .search-main .input-wrap{
display: flex;
align-items: center;
margin-right: 12px;
}
.search-type .search-sec .search-main .input-wrap img.search-icon{
position: absolute;
left: 5%;
width: 14px;
object-fit: contain;
}
.search-type .search-sec .search-main .input-wrap .form-control{	
border: 1px solid #d2dfdf;
border-radius: 9px;
padding: 15px 19px 15px 35px;
height: 49px;
font-size: 14px;
letter-spacing: 0.9px;
box-shadow: none;
}
.search-type .search-sec .inner-wrap{
margin-right: 10px;	
}
.search-type .search-sec .inner-wrap:nth-child(2){width: 15%;}
.search-type .search-sec .inner-wrap:nth-child(3){width: 15%;}
.search-type .search-sec .inner-wrap:nth-child(4){width: 20%;}
.search-type .search-sec .inner-wrap:nth-child(5){width: 20%;}
.search-type .search-sec .inner-wrap:nth-child(6){width: 20%;}
.search-type .search-sec .inner-wrap .form-control.custome-select.first{        
}
.search-type .search-sec .inner-wrap .form-control.custome-select.second{  
}
.search-type .search-sec .inner-wrap .form-control.custome-select.third{ 
}
.search-type .search-sec .inner-wrap .form-control.custome-select.fourth{   
}
.search-type .search-sec .search-content{display:flex;align-items: flex-end;}
.search-type .search-sec .search-content .form-dropdown {position:relative;}
.btn-serach {
width: 50px;	
background: #42aaab;
border-radius: 8px;
width: 60px;
height: 45px;
color: #fff;
padding: 13px;
display: flex;
justify-content: center;
align-items: center;
}
.btn-serach:hover{
color: #fff;
}
/* ----- Property-area-end ------- */
/* ----- Features-amenities-area-start ------- */
.Features-amenities-area{
}
.Features-amenities-area .small-heading{
}
.Features-amenities-area .small-heading h4{
    color: #0a1d35;
    font-size: 20px;
    font-weight: 800;
    /* text-align: center; */
    text-transform: uppercase;
    margin-bottom: 15px;
}
.amenities-slider-list{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;	
}
.amenities-area{
    padding: 15px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    /* width: auto !important; */
    margin-right: 0px;
    margin-bottom: 0px;   
    width: 15%;
    text-align: center;
    background-color: #f6fbfb;
    padding: 15px;
}
.amenities-area p{
    color: #0a1d35;
    margin-bottom: 0;
    display: block;
    font-size: 11px;
    line-height: 16px;
    font-weight: 600;
}
.amenities-area .icon{margin-bottom:10px;}
.amenities-area p img{
width: 15px !important;
margin-right: 8px;
height: 15px;
object-fit: contain;
}
.amenities-area .icon img{height: 40px;}
.amenities-area .txt{
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;	
} 

.amenities-area .viewMoreBtnArea{
    height: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;	
}


/* .slider-controls {
position: absolute;
top: 10px;
right: 10px;
z-index: 10;
display: flex;
gap: 10px;
} */
.slick-next {
background: #333;
border: none;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
border-radius: 6px;
width: 21px;
height: 21px;
top: -78%;
transform: translateY(-50%);
right: 0%;
}
.slick-prev {
background: #d3ebeb;
border: none;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
border-radius: 6px;
width: 21px;
height: 21px;
top: -79%;
transform: translateY(-50%);
right: 2%;
left: auto;
}
.slick-prev, .slick-next i{
color: #42aaab;
font-size: 9px;
}
.slick-next:before{display: none;}
.slick-prev:before{display: none;}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
background: #333;
color: #42aaab;
}
.segmented {
padding-top: 31px;
padding-bottom: 45px;
border-bottom: 2px solid #d4ebeb;
    padding-top: 20px;
    padding-bottom: 0px;
    border-bottom: 0;
}
.segmented input[type="radio"] {
width: 0;
height: 0;
display: none;
}
.segmented label {
display: inline-block;
background-color: #e6f5f5;
color: #0a1d35;
/* width: 212px; */
border-radius: 16px;
text-align: center;
vertical-align: middle;
cursor: pointer;
min-height: 55px;
padding: 16px 30px;
margin-right: 21px;
letter-spacing: 1px;
font-size: 14px;
margin-bottom: 0;
}
/* .segmented label:hover {
background-color: rgba(0, 0, 0, 0.125);
} */
.segmented label:active {
color: #880000;
}
.segmented input:checked + label {
background-color: #0a1d35;
color: #ffffff;
}
.segmented ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.segmented label img{
width: 19px;
margin-right: 7px;
}
/* ----- Features-amenities-area-end ------- */
.developers_page_sec{
min-height: 100vh;
padding:30px 0 40px;
}
.developers_page_secinner {
/*display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;*/
}
.developers_area {
width: 100%;
}
.developers_areainner{
display:flex;
flex-wrap:wrap;
margin-left:-15px;
margin-right:-15px;
}
.developers_blk{
width:20%;
padding-left:15px;
padding-right:15px;
}
.developers_blkinner{
margin-bottom: 30px;
padding: 20px 15px;
-webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
background: #fff;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
border-top: 3px solid transparent;
transition: all 0.4s ease;	
border-radius:10px;
}
.developers_blkinner .icon{}
.developers_blkinner .icon img{}
.developers_blkinner .content{
text-align: center;
margin-top: 10px;	
}
.developers_blkinner .content h4{
font-size:16px;
line-height:20px;
}
.register-sec {
width: 100%;
background-image: url(../images/banner-pic-main.jpg);
position: relative;
background-size: cover;
background-position: center;
padding: 30px 0;
height: auto;
}
.register-sec:before {
width: 100%;
float: left;
height: 100%;
position: absolute;
top: 0;
left: 0;
content: "";
background: #42aaaba3;
}
.register-left h1 {
font-weight: 600;
font-size: 40px;
line-height: 42px;
color: #fff;
}
.register-left p {
font-weight: 600;
font-size: 18px;
color: #fff;
}
.register-from {
width: 100%;
/* background-color: #fff !important; */
box-shadow: none;
border: 0;
/* display: flex; */
/* align-items: center; */
/* justify-content: center; */
height: auto;
padding: 30px 30px;
border-radius: 0;
background-color: rgba(0, 0, 0, 0.7);
background-color: #fff;
box-shadow: 0 3px 16px rgba(142, 134, 171, .12);
border: 0;
border-radius: 15px;
position: relative !important;
}
.register-header {
text-align: center;
}
.register-header a img {
width: 128px;
margin-bottom: 15px;
}
.register-header h2 {
color: #000;
font-size: 21px;
font-weight: 600;
margin-bottom: 12px;
}
.register-box {
margin-bottom: 10px;
}
.register-box label {
color: #000;
font-weight: 600;
}
.register-box .form-control:focus {
border: 1px solid #d4ebeb;
box-shadow: none;
}
.forget-text {
font-size: 16px;
font-weight: 600;
color: #000 !important;
}
.submit-btn {
width: 100%;
background: #42aaab;
color: #fff;
font-size: 19px;
padding: 8px 6px;
border-radius: 10px;
}
.register-right {
width: 100%;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
.profile {
background: transparent !important;
padding: 0 !important;
width: 30px;
height: 30px;
display: flex !important;
align-items: center;
justify-content: center;
margin-top: 6px;
font-size: 24px !important;
}
.user-menu {
position: absolute;
top: 100%;
/* left: -153px; */
right: -49px;
width: 300px;
background: #fff;
padding: 23px 15px 18px;
text-align: left;
/* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
border-radius: 8px;
opacity: 0;
visibility: hidden;
transform: translateY(-10px);
transition: opacity 0.3s ease, transform 0.3s ease;
z-index: 10;
}
.profile-sec:hover .user-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.user-name-info {
display: flex;
align-items: center;
}
.user-img {
width: 50px;
height: 50px;
background: #fff;
border: 1px solid #000;
border-radius: 50%;
overflow: hidden;
}
.user-name-info {
display: flex;
align-items: center;
padding-bottom: 13px;
border-bottom: 1px solid #000;
}
.user-name-info  p {
font-size: 15px;
font-weight: 700;
margin-bottom: 2px;
}
.user-name-info .user-name {
font-size: 14px;
margin: 0;
}
.logout-sec {
display: flex;
align-items: center;
justify-content: space-between;
padding: 5px 0;
border-bottom: 1px solid #000;
}
.logout-sec p {
font-size: 14px;
color: #000;
margin: 0;
}
.logout {
color: #3eacac;
background: transparent;
font-size: 15px;
font-weight: 500;
}
.user-menu-bottom-sec ul li {
width: 100%;
padding: 5px 0;
border-bottom: 0.5px dashed #4d555b;
}
.user-menu-bottom-sec ul li:last-child {
border-bottom: none;
}
.user-menu-bottom-sec ul li a {
font-size: 14px;
color: #4d555b;
}
.manage-poperty-sec {
width: 100%;
padding: 20px 0;
}
.management-box {
background-color: #fff;
border-radius: 10px;
}
.management-header {
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 26px;
}
.management-header h2 {
font-size: 23px;
font-weight: 700;
margin: 0;
}
.add-btn {
background: #42aaab;
color: #fff;
font-size: 17px;
padding: 6px 8px;
border-radius: 7px;
font-weight: 600;
}
.add-btn:hover {
color: #fff;
}
.management-bottom table thead tr th {
text-align: left;
border: 1px solid #e5eaee;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
padding: 11px;
background: #e5eaee5c;
}
.management-bottom table tbody tr td {
border: 1px solid #e5eaee;
font-size: 15px;
font-weight: 500;
padding: 11px;
color: #7f828f;
}
.dropdown-menu li a {
display: block;
padding: 5px 12px;
clear: both;
color: #666666;
font-weight: normal;
line-height: 1.49;
white-space: nowrap;
}
.add-management-sec {
width: 100%;
border: 1px solid #42aaab;
background: #FBFBFB;
border-radius: 10px;
border: 1px solid #E5E5E5;
border-radius: 10px;
padding: 24px;
}
.add-management-sec h4 {
color: #132644;
font-size: 20px;
font-weight: 700;
padding-left: 0;
padding-bottom: 5px;
}
.add-management-sec .form-control{}
.add-management-sec .form-select{}
.register-box select {
width: 100%;
display: block;
z-index: 10;
margin: 0;
padding: 5px 10px;
color: #626262;
outline: none;
text-indent: 0.01px;
text-overflow: '';
background: #FFF;
border: 1px solid #DDD;
/*-webkit-appearance: none;*/
/*-moz-appearance: none;*/
/*appearance: normal;*/
height: calc(1.5em + .75rem + 2px);
border-radius: .25rem;
}
.add-management-inner-sec .rowBox{margin-left:-5px;margin-right:-5px;}
.add-management-inner-sec .columnBox{padding-left:5px;padding-right:5px;}
.add-management-sec .add-management-box{margin-bottom:10px;}
.add-management-sec .custome-checkbox-box{width: 100%;}
.add-management-sec .custome-checkbox-box .custome-checkbox-content{width: 100%;text-align:center;padding: 6px 5px;font-weight: 700; font-size: 13px;}
.imgUploadBox .box {
max-width: 100%;
position: relative;
margin: 0 auto;
overflow: hidden;
background-color: #fff;
border: 2px dotted #ddd;
border-radius: 8px;
}
.imgUploadBox .js--image-preview {
height: 180px;
width: 100%;
position: relative;
overflow: hidden;    
background-color: #f7f7f7;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
}
.imgUploadBox .upload-options {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
background-color: rgb(0, 0, 0, 0.9);
color: #fff;
cursor: pointer;
overflow: hidden;
text-align: center;
transition: background-color ease-in-out 150ms;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
}
.imgUploadBox .upload-options label {
display: inline-block;
font-weight: 500;
cursor: pointer;
overflow: hidden;
color: #fff;
font-size: 35px;
}
.imgUploadBox .upload-options input {
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}
.imgUploadBox .box:hover .upload-options {
opacity: 1;
}
.addMoreBtnArea{
    text-align: center;
    padding: 10px 10px;	
}
.addMoreBtnArea .addMoreBtn{
	display:inline-block;
    color: #fff;
    background-color: #078172;
    border-color: #078172;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;	
}


.add-management-sec .offerCheckBoxArea .add-management-box{display:inline-block;margin-bottom:0px;}
.add-management-sec .offerCheckBoxArea .custome-checkbox-box {display:inline-block; width: auto;}
.add-management-sec .offerCheckBoxArea .custome-checkbox-box .custome-checkbox-content{padding: 6px 15px;}
.register-box .gui-input {
border: 1px solid #DDD;
display: -moz-inline-stack;
display: inline-block;
color: #626262;
outline: none;
height: 42px;
width: 100%;
padding: 5px 7px;
border-radius: 5px;
}
.register-box textarea {
display: block;
width: 100%;
height: 80px;
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
outline: none;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
resize: none;
}
.add-manager-bn-sec {
text-align: center;
padding-top: 26px;
}
.add-manager-btn {
background: #42aaab;
color: #fff;
font-size: 17px;
font-weight: 500;
padding: 9px 13px;
border-radius: 8px;
}
.add-manager-bn-sec .updateBtn{
color: #fff;
background-color: #078172;
border-color: #078172;	
}
.add-manager-bn-sec .updateBtn:hover{
color: #fff;
background-color: #078172;
border-color: #078172;	
}
.lead-management-header {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 18px;
}
.lead-management-left label {
font-size: 17px;
color: #484f54;
margin: 0;
}
.lead-management-left select {
width: 60px;
border: 1px solid #484f54;
border-radius: 5px;
height: 36px;
color: #484f54;
appearance: none;
text-align: center;
margin: 0 5px;
}
.lead-management-right {
display: flex;
align-items: center;
}
.lead-management-right label {
font-size: 17px;
color: #484f54;
margin: 0;
margin-right: 10px;
}
.register-from-inner .form-check-input.primary:checked, .register-from-inner .form-check-input.primary:checked {
background-color: #19652c;
border: #a924ec;
}
.register-box textarea:focus {
border: 1px solid #d4ebeb;
box-shadow: none;
}
/*dasbboard sec*/
.dashBoradPageBody {
display: flex;
}
.dashboardSidebar {
width: 254px;
position: fixed;
top: 0;
left: 0;
height: 100%;
border-right: 1px solid #E5E5E5;
}
.dashboardSidebarinner {
overflow: auto;
display: flex;
flex-direction: column;
height: 100vh;
}
.dashboardSidebarWrapper {
width: 100%;
overflow: hidden;
display: flex;
flex-direction: column;
}
.dashboardSidebarHeaderinner {
display: flex;
/*justify-content: center;*/
padding: 20px 20px;
}
.dashboardSidebarMenuArea {
display: flex;
flex-direction: column;
flex-shrink: 1;
-webkit-box-flex: 1;
flex-grow: 1;
overflow: auto;
height: 100vh;
justify-content: space-between;
}
.dashboardSidebarHeaderinner a img {
width: 100%;
max-width: 110px;
}
.dashboardPagesContent {
margin-left: 254px;
width: 100%;
}
.sideBarMenuBox {
padding: 10px 15px;
}
.sideBarMenuBox p {
font-size: 12px;
color: #58667B;
font-weight: 800;
padding: 0 10px;
margin-bottom: 5px;
}
.dasboardMenuList li a {
font-size: 14px;
color: #132644;
font-weight: 500;
display: inline-block;
width: 100%;
padding: 7px 10px;
border-radius: 8px;
}
.dasboardMenuList li a svg {
font-size: 16px;	
margin-right: 6px !important;
}
.dasboardMenuList li a.active {
background: #EBF1FF;
background: #effbf8;
font-weight: 700;
}
.dasboardMenuList li a.active svg{
color: #078172;
}
.dashboard-logout-sec {
padding: 5px 13px;
margin-top: 7px;
border: 0;
display: flex;
align-items: center;
justify-content: space-between;
}
.dashboard-logout-sec .icon {
width: 20px;
height: 20px;
display: inline-block;
align-items: center;
justify-content: space-between;
background-color: #EBF1FF;
color: #078172;
border-radius: 30px;
text-align: center;	
}
.dashboard-logout-sec p.mailTxt {
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;	
font-size:14px;
font-weight:600;
color:#132644;
padding:0 10px;
margin-bottom: 0;
}
.dashboard-logout-sec button {
background: transparent;
color: #132644;
font-size: 16px;
border-radius: 0px;
}
.dashboardTopBar {   
border-bottom: 1px solid #E5E5E5;
padding: 15px 20px;
display: flex;
align-items: center;
}
.dashboardTopBar {
background-color: #fff;		
border-bottom: 1px solid #E5E5E5;
padding: 15px 20px;
position: sticky;
top: 0;	
z-index:1;
}
.dashboard-bedcum-sec ul {
display: flex;
align-items: center;
}
.dashboard-bedcum-sec ul li {
margin-right: 10px;
font-size: 14px;
}
.toggle-tooltips {
padding: 0;
background: transparent;
margin-right: 19px;
display: none;
}
.toggle-tooltips svg {
width: 18px;
height: 18px;
}
.dashboardPagesContent.minimiseBar {
margin-left: 0px;
}
.dashboardSidebar.minimiseBar {
width: 0px;
}
.requrement-sec {padding: 20px 10px;}
.d-flex.requrement-sec{ flex-direction: row;gap: calc(0.25rem * 4);}      
.requrement-sec .leftSideArea{width:78%;}  
.requrement-sec .rightSideArea{width:22%;}  
.verifyImageArea{border-radius: 20px;overflow:hidden;margin-bottom:20px;}
.verifyImageArea img{height:100%;width:100%;object-fit:cover;}
.sidebarFaqArea{border-radius: 20px;border: 1px solid #E5E5E5;background: #fff;background-image: linear-gradient(180deg, #FFF 40.87%, #078172 823.88%);padding:20px 20px 5px;}
.sidebarFaqHeaderArea{}
.sidebarFaqHeaderArea .title{font-size: 18px; font-weight: 800; color: #078172;}
.sidebarFaqBodyArea{}
.sidebarFaqAcordian{}
.sidebarFaqAcordianItem {border-bottom: 1px solid #E5E5E5;}
.sidebarFaqAcordian .sidebarFaqAcordianItem:last-child {border-bottom: 0;}
.sidebarFaqAcordianHeader{display:flex;justify-content:space-between; padding: 15px 1px;cursor:pointer;}
.sidebarFaqAcordianHeader .title{font-size: 14px;line-height: 18px;font-weight: 800;}
.sidebarFaqAcordianHeader .arrow{font-size: 12px;padding-left: 10px;}
.sidebarFaqAcordianHeaderactive .arrow i{rotate: 180deg;}
.sidebarFaqAcordianBody{display:none;color: #132644;font-size: 14px;line-height: 18px;font-weight: 600; padding: 0 0 15px;}
.sidebarFaqAcordian .sidebarFaqAcordianItem:last-child .sidebarFaqAcordianBody{padding-bottom: 0px;}
.sidebarFaqAcordianBody p{}
.sidebarFaqAcordianBody ul{margin-left: 20px;}
.sidebarFaqAcordianBody ul li{list-style-type: disc;margin-bottom: 10px;}
.sidebarFaqAcordianBody ul li:last-child{margin-bottom: 0px;}
.d-flex.detailsBottomSec{ flex-direction: row;gap: calc(0.25rem * 4);}      
.detailsBottomSec .detailsBottomLeftSideArea{width:75%;}  
.detailsBottomSec .detailsBottomRightSideArea{width:25%;} 
.requrementTopPanel{
background: #FBFBFB;
border-radius: 10px;
border: 1px solid #E5E5E5;
background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='260' viewBox='0 0 650 260' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.12' filter='url(%23filter0_f_3_5530)'%3E%3Ccircle cx='183' cy='16.875' r='261.5' transform='rotate(-45 183 16.875)' fill='url(%23paint0_linear_3_5530)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_3_5530' x='-283.9' y='-450.025' width='933.8' height='933.8' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='102.7' result='effect1_foregroundBlur_3_5530'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_3_5530' x1='183' y1='-244.625' x2='183' y2='278.375' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231566F1'/%3E%3Cstop offset='1' stop-color='%2375EFFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding:15px 15px;
margin-bottom:15px;	
}
.requrementTopPanel .title{font-size: 16px; font-weight: 600;}
.requrementTopPanel .postNewBtn{
background: #078172;
color: #fff;
border: 1px solid #078172;
border-radius: 6px;
font-size: 14px;
font-weight: 700;
padding: 6px 12px;			
display:inline-block;
}
.requrement-inner {
/*background: #FBFBFB;
border: 1px solid #E5E5E5;
background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='260' viewBox='0 0 650 260' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.12' filter='url(%23filter0_f_3_5530)'%3E%3Ccircle cx='183' cy='16.875' r='261.5' transform='rotate(-45 183 16.875)' fill='url(%23paint0_linear_3_5530)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_3_5530' x='-283.9' y='-450.025' width='933.8' height='933.8' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='102.7' result='effect1_foregroundBlur_3_5530'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_3_5530' x1='183' y1='-244.625' x2='183' y2='278.375' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231566F1'/%3E%3Cstop offset='1' stop-color='%2375EFFF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
*/
background-repeat: no-repeat;
background-size: cover;
background-position: center;
border: 1px solid #d6efec;
background-color: #effbf952;
border-radius: 10px;
}
.requrement-header {
padding: 20px;
padding-bottom: 0;
border-bottom: 1px solid #E5E5E5;
}
.requrement-header .nav-item {
margin: 0 10px;
}
.requrement-header .nav-item button {
background: transparent;
padding: 0;
color: oklch(55.4% 0.046 257.417);
font-size: 15px;
border-bottom: 1px solid transparent;
}
.requrement-header .nav-item button:hover,
.requrement-header .nav-item button:active{
color: #078172;
background: transparent !important;
}
.requrement-header .nav-item button.active {
background: transparent;
color: #078172;
font-weight: 800;
border-bottom: 1px solid #078172;
border-radius: 0;
padding: 2px 8px;
}
.project-top-sec {
padding: 20px;
border-bottom: 1px solid #E5E5E5;
display: flex;
align-items: center;
justify-content: space-between;
}
.project-top-left .nav-tabs {
background: #EFF6FF;
padding: 5px;
border: 0;
border-radius: 8px;
}
.project-top-left .nav-tabs button {
background: transparent;
border: 0;
font-size: 14px;
padding: 3px 9px;
border-radius: 8px;
font-weight: 600;
color: #000;
}
.project-top-left .nav-tabs button.active {            
background: #fff;
color: #000;
color: #078172;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.nav-item.show button {
color: #007bff;
background: transparent !important;
}
.project-top-right {
display: flex;
align-items: center;
gap: 7px;
}
.peoject-top-search {
position: relative;
}
.peoject-top-search input {
width: 250px;
background: #fff;
border: 1px solid #E5E5E5;
font-size: 15px;
padding: 8px 16px;
border-radius: 8px;
padding-left: 32px;
outline: none;
}
.peoject-top-search i {
position: absolute;
left: 14px;
top: 14px;
color: #b7b4b4;
font-size: 13px;
}
.filter-btn {
background: #fff;
border: 1px solid #E5E5E5;
padding: 7px 10px;
font-size: 14px;
border-radius: 8px;
display: flex;
align-items: center;
gap: 6px;
}
.projects-box-list {
padding: 20px;
max-height: 100vh;
overflow: auto;
}
.projects-box {
border: 1px solid #E5E5E5;
background: #fff;
border-radius: 10px;
padding: 15px;
margin-bottom: 20px;
}
.projects-box-top-sec{
padding: 15px;
}
.projects-box-top {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 15px;
}
.projects-box-top .catBedge{
display: inline-block;
background-color: #fff;
border: 1px solid #E5E5E5;
border-radius: 8px;
color: #0D9488;
font-weight: 700;
font-size: 13px;
padding: 3px 8px;	
}
.projects-box-top .catBedge a{
color: #0D9488;
font-weight: 700;	
}
.projects-box-top .projects-box-top-2{margin-bottom: 10px;}
.projects-box-top .price{
font-size: 20px;
font-weight: 800;
color: #078172;	
}
.projects-box .projectName{
font-size: 16px;
font-weight: 700;
color: #132644;
margin-bottom:10px;
}
.projects-box .projectName a{
font-weight: 700;
color: #132644;			
}
.projects-box .projectId{
font-size: 14px;
color: #6C788B;	
margin-bottom:5px;
}
.project-image-box {
width: 200px;
border-radius: 10px;
overflow: hidden;
}
.project-image-box img {
width: 100%;
height: 100%;
}
.project-box-right p {
color: #078172;
font-size: 16px;
font-weight: 600;
margin: 0;
}
.project-box-center h2 {
font-size: 17px;
font-weight: 600;
margin-bottom: 10px;
}
.project-box-center p.location {
margin-bottom: 5px;
}
.project-box-bottom {
border-top: 1px solid #E5E5E5;
padding: 15px 15px;
display: flex;
align-items: center;
justify-content: end;
gap: 8px;
}
.project-box-bottom .hdTitle{font-size: 14px;font-weight: 800; color: #132644;}
.skillPanelArea{}
.skillPanel{
background-color: #FAFAFA;
border: 1px solid oklch(90% 0.01 255);
border-radius: 10px;
padding:10px 10px;	
margin-bottom:10px;
}
.skillPanelArea .skillPanel:last-child{margin-bottom:0px;}
.skillPanel .title{font-size: 16px;font-weight: 700;color:oklch(37.3% 0.034 259.733);}
.skillTagList{display:flex; flex-wrap: wrap; gap: calc(0.25rem * 1);}
.skillTagList .skillTag{
display: inline-block;
background-color: #F5F5F5;
color: #171717;
padding: 3px 10px;
border-radius: 8px;
font-size: 13px;
font-weight: 500;			
}
.not-btn {
background: #fff;
border: 1px solid oklch(90% 0.01 255);
border-radius: 8px;
font-size: 14px;
font-weight: 700;
padding: 6px 12px;
color: #132644;
}
.contact-btn {
background: #078172;
border: 1px solid #078172;
color: #fff;			
border-radius: 8px;
font-size: 14px;
font-weight: 700;
padding: 6px 12px;
}
.contact-btn:hover{
background: #078172;
border: 1px solid #078172;
color: #fff;
}
.post {
font-size: 14px;
font-weight: 600;
color: #6C788B;
}
.dtl {
font-size: 14px;
font-weight: 600;
color: #6C788B;
}
.project-box-center-list {
border-top: 1px solid #E5E5E5;
padding: 15px 15px 10px;
}
.project-box-center-list-inner{display:flex; flex-direction: row;justify-content: space-between; gap: calc(0.25rem * 4);}    
.project-box-center-list ul.list_1 {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.project-box-center-list ul.list_1 li {
background-color: #fafffd;  
border: 1px solid oklch(90% 0.01 255);
color: #3730A3;
font-size: 13px;
padding: 4px 9px;
border-radius: 8px;
display: flex;
align-items: center;
gap: 6px;
margin-right: 5px;
margin-bottom:5px;
font-weight: 600;
}
.project-box-center-list ul.list_1 li img{width: 16px;height:16px;}
.project-box-center-list ul.list_1 li svg{ color: #078172;}
.project-box-center-list ul.list_1 li i{color: #078172;}	 
.project-buttons{margin-bottom:5px;}
.unlockCountArea{
display: flex;
flex-direction: row;
align-items: center;
gap: calc(0.25rem * 4);
background-color: #FAFAFA;
border: 1px solid oklch(90% 0.01 255);
color: #3730A3;
padding: 2px 9px;
border-radius: 8px;	
min-width: 255px;	
}
.unlockCountArea .icon{
color: #078172;
font-size: 13px;		
}	
.unlockCountArea .nlockCountProgress{
width: 80px;
height: 7px;		
}
.unlockCountArea .nlockCountProgress .progress-bar{background-color: #078172;}		
.unlockCountArea .unlockCountTxt{font-weight: 500;}	
.modal.right .modal-dialog {
position: fixed;
right: 0;
margin: 0;
top: 0;
width: 350px;
height: 100%;
transform: translateX(100%);
transition: transform 0.3s ease-out;
}
.modal.right.show .modal-dialog {
transform: translateX(0);
}
.modal-content {
height: 100%;
border-radius: 0;
}
.modal-header {
border-bottom: 1px solid #dee2e6;
}
.filter-btn i {
margin-right: 6px;
}
.applyModal .modal-content {
background: #FAFAFA;
}
.filter-box label {
display: block;
font-weight: 700;
font-size: 15px;
}
.filter-box select {
width: 100%;
height: 40px;
background: #fff;
border: 1px solid #E5E5E5;
color: oklch(55.1% 0.027 264.364);
font-weight: 500;
padding: 6px 9px;
outline: none;
border-radius: 6px;
}
.modal-header {
border: 0;
}
.modal-header h5 {
font-size: 19px;
font-weight: 700;
}
.modal-header i {
margin-right: 14px;
}
.modal-footer {
border: 0;
}
.modal-footer .clear-btn {
width: 48%;
border: 1px solid #E5E5E5;
background: #fff;
color: oklch(37.3% 0.034 259.733);
font-weight: 700;
padding: 7px 0;
border-radius: 4px;
}
.modal-footer .apply-btn {
width: 48%;
border: 1px solid #4ea595;
background: #4ea595;
color: #fff;
font-weight: 700;
padding: 7px 0;
border-radius: 4px;
}
.project-box-center .price {
font-size: 17px;
font-weight: 700;
color: #4ca79b;
}
.details-inner-sec {
padding: 20px;
}
.back-btn {
border: 1px solid #E5E5E5;
background: #fff;
font-size: 16px;
display: flex;
align-items: center;
gap: 10px;
padding: 6px 8px;
border-radius: 5px;
margin-bottom: 20px;
}
.lock-details-info-box{position:relative;}
.lock-details-info-box .thumnail{}
.lock-details-info-box .Thumnail img{width: 100%;}
.lock-details-info-box .lock-details-info-box-btns{
position: absolute;
bottom: 0px;
left: 0;
width: 100%;
padding: 10px 15px 20px;			
}
.lock-details-info-box .unlockBtn{
background: #078172;
color: #fff;
border: 1px solid #078172;
border-radius: 6px;
font-size: 16px;
font-weight: 700;
padding: 6px 12px;
width: 100%;
display: flex;
gap: calc(10px * 1);
justify-content: center;
align-items: center;		
}
.details-info-box {
border: 1px solid #E5E5E5;
/*background: #fff;*/
border-radius: 10px;            
margin-bottom: 20px;
}
.details-info-top {
display: flex;
align-items: center;
gap: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #E5E5E5;
padding: 15px;
}
.details-info-top-left img {
width: 45px;
height: 45px;
}
.details-info-top-right h3 {
font-size: 16px;
font-weight: 700;
margin-bottom: 2px;
}
.details-info-top-right p {
color: #078172;
font-size: 14px;
font-weight: 600;
margin: 0;
}
.details-info-bottom {
padding: 15px;
}
.details-heading {
font-size: 15px;
color: oklch(44.6% 0.043 257.281);
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 10px;
}
.details-heading svg {
color: #078172;
width: 20px;
height: 20px;
}
.details-bottom p {
font-size: 14px;
font-weight: 700;
margin: 0;
}
.details-info-bottom ul li {
margin-bottom: 15px;
}
.details-info-bottom ul li .details-bottom p {font-size: 16px;}
.project-box-center p {
margin-bottom: 15px;
}
.account-inner {
background: #fff;
border-radius: 10px;
border: 1px solid #E5E5E5;
padding: 15px;
}
.account-top h2 {
font-size: 20px;			
color: #078172;
font-weight: 700;
margin-bottom: 5px;
}
.account-top p{
font-size: 14px;
line-height: 20px;
color: #132644;	 			
}
.account-input-box label {
font-size: 16px;
font-weight: 600;
margin-bottom: 5px;
}
.profile-box {
width: 65px;
height: 65px;
position: relative;
border-radius: 50%;
border: 1px solid #E5E5E5;
padding: 2px;
overflow: hidden;
cursor: pointer;
transition: all .3s ease-in-out;
}
.profile-overlay {
position: absolute;
top: 0;
left: 0;
width: 0%;
height: 100%;
background: #00000080;
background:oklch(37.3% 0.034 259.733);
display: flex;
align-items: center;
justify-content: center;
}
.profile-overlay svg {
width: 28px;
height: 28px;
}
.profile-box:hover .profile-overlay {
width: 100%;
}
.account-btn-sec {
display: flex;
align-items: center;
gap: 20px;
justify-content: end;
padding-top: 20px;
}
.my-requrement-sec {
padding: 20px;
display: flex;
align-items: center;
justify-content: space-between;
}
.my-requrement-left h3 {
font-size: 20px;
font-weight: 800;
}
.my-requrement-left h3 span {
color: #078172;
}
.my-requrement-left p{}
.my-requrement-left p br{}
.my-requrement-right img {
position: relative;
bottom: -18px;
left: 20px;
}
.my-public-profile-sec{}
.my-public-profile-sec .rowBox{				
}
.my-public-profile-sec .columnBox{		   
}
@media(min-width:1200px){
.my-public-profile-sec .rowBox{
margin: 0px;
flex-direction: row;
gap: calc(0.25rem * 4);
flex-wrap: inherit;			
}
.my-public-profile-sec .columnBox{
padding-right: 0px;
padding-left: 0px;	
}
}
.my-public-profile-sec .leftColumnBox{}
.my-public-profile-sec .rightColumnBox{}
.myPublicProfileTopNavArea{margin-bottom:20px;}
.myPublicProfileTopMenuList{
display:flex;
white-space: nowrap;
overflow: auto;
}	
}
.myPublicProfileTopMenuList li{list-style-type:none;}
.myPublicProfileTopMenuList li a{display:inline-block;color:#737373;padding:5px 20px;border-bottom:1px solid transparent;font-weight: 700;}
.myPublicProfileTopMenuList li.active a{color:#078172;border-color:#078172;}
.public-peofile-sec {
padding: 0px;
}
.public-profile-box h3 {
font-size: 21px;
color: #132644;
font-weight: 800;
margin-bottom: 14px;
}
.public-profile-box p {
margin-bottom: 0-1;
}
.public-profile-box {
border-bottom: 1px solid #E5E5E5;
padding: 15px 0;
}
.agency-box {
border: 1px solid #E5E5E5;
background: #fff;
border-radius: 10px;
padding: 15px;
text-align: center;
}
.agency-box svg {
width: 24px;
height: 24px;
color: #4da598;
margin-bottom: 15px;
}
.agency-box h4 {
font-size: 19px;
font-weight: 700;
margin-bottom: 5px;
}
.agency-box p {
font-size: 15px;
color: oklch(55.4% 0.046 257.417);
margin: 0;
}
.gallery-box {
border: 1px solid #E5E5E5;
border-radius: 6px;
overflow: hidden;
}
.public-profile-right {
border: 1px solid #E5E5E5;
padding: 15px;
border-radius: 10px;
}
.public-profile-top{text-align:center;}
.public-profile-top img {
width: 105px;
margin-bottom: 15px;
}
.public-profile-top h3 {
font-size: 16px;
line-height: 22px;
font-weight: 800;
color: #132644;
}
.public-profile-top p {
font-size: 14px;
line-height: 20px;
color: #737373;
}
.edit-btn {
width: 100%;
background: #F5F5F5;
text-align: center;
color: #000;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
padding: 6px 6px;
border-radius: 5px;
font-weight: 700;
}
.public-profile-center h3 {
font-size: 16px;
font-weight: 800;
color: #132644;
}
.public-profile-center ul li {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 15px;
}
.engage-box-left {
width: 30px;
height: 30px;
background: #F0F9FF;
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
color: #fff;
color: #078172;
}
.engage-box-right h4 {
font-size: 15px;
font-weight: 600;
margin: 0;
}
.engage-box-right p {
font-size: 13px;
color: #737373;
margin: 0;
}
.public-profile-bottom h3 {
font-size: 16px;
font-weight: 800;
color: #132644;
}
.public-profile-bottom ul {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 10px;
}
.public-profile-bottom ul li {
color: #132644;
font-size: 14px;
font-weight: 600;
background: #F9FAFB;
border: 1px solid #E5E5E5;
padding: 3px 10px;
border-radius: 5px;
}
.file {
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
top: 0;
left: 0;
}
.add-property-sec .rowBox{margin-left:-5px;margin-right:-5px;}
.add-property-sec .columnBox{padding-left:5px;padding-right:5px;}
.add-property-sec .rowBox2{margin-left:-5px;margin-right:-5px;}
.add-property-sec .columnBox2{padding-left:5px;padding-right:5px;}
.addBlockHeaderArea .ttl {color: #000;font-weight: 600;}
.addBlockHeaderAreainner{}
.addBlockHeaderAreainner .addPlanBtn{display:inline-block;font-size: 14px;font-weight: 600;background-color: #078172;border:1px solid #078172;color: #fff;padding: 3px 10px;}
.addBlockHeaderAreainner .addPlanBtn .txt{}
.dashboardSidebar .unlockCountArea{min-width: auto;margin:0 10px;}
.dashboardSidebar .unlockCountArea .nlockCountProgress{-webkit-box-flex: 1; -ms-flex: 1; flex: 1;height: 4px;}
.dashboardSidebar .unlockCountArea .unlockCountTxt {font-size: 13px;}
.productGalleryListingBox{}
.productGalleryListing{}
.productGalleryListing .rowBox2{margin-left:-5px;margin-right:-5px;}
.productGalleryListing .columnBox2{padding-left:5px;padding-right:5px;}

.project-image-text-wrapper {
    display: flex;
    align-items: center;
}
.project-box-media {
    width: 20%;
}
.project-box-media img {
    height: 175px;
    border-radius: 5px;
}
.project-text-box {
    width: 80%;
}
.my-requirment-box-list .project-box-media {
    height: 175px;
	overflow:hidden;
    border-radius: 6px;
	margin-right:20px;
}
.my-requirment-box-list .project-box-media img {
    height: 100%;
	width:100%;
    border-radius: 0px;
}
.my-requirment-box-list .project-box-center-list .editBtnArea{}
.my-requirment-box-list .project-box-center-list .editBtnArea .editBtn{
    width: 80px;
    background: #078172;
    border: 1px solid #078172;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 4px;	
}


.featured-agencies-2{padding-bottom:10px;}
.featured-agencies-2 .owl-nav .owl-prev, .featured-agencies-2 .owl-nav .owl-next{
	width: 43px;
	height: 43px;
	font-size: 13px;
	background: #d3ebeb !important;
	color: #42aaab;
	text-shadow: none;
	cursor: pointer;
	border: 0;
	border-radius: 11px;	
	transition: ease all 0.5s;
	position: absolute;
	top: 45%;
	margin-bottom: 0;
	z-index: 9;
}
.featured-agencies-2 .owl-nav .owl-prev.disabled, .featured-agencies-2 .owl-nav .owl-next.disabled{
	
}
.featured-agencies-2 .owl-nav .owl-prev i, .featured-agencies-2 .owl-nav .owl-next i{color: #42aaab;}
.featured-agencies-2 .owl-nav .owl-prev{left: 0px;}
.featured-agencies-2 .owl-nav .owl-next{right: 0px;}
.featured-agencies-2 .owl-nav .owl-prev:hover, .featured-agencies-2 .owl-nav .owl-next:hover{
	background: #071c34 !important;
	color: #42aaab;
}
.featured-agencies-2 .owl-nav .owl-prev:hover i, .featured-agencies-2 .owl-nav .owl-next:hover i{color: #42aaab;}
.featured-agencies-2 .owl-nav .owl-prev.disabled:hover, .featured-agencies-2 .owl-nav .owl-next.disabled:hover{
	background: #d3ebeb !important;
	color: #42aaab;
}


.homeInfoCardSec{background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;padding: 80px 80px;padding: 40px 0px 60px;}
.homeInfoCardSecinner{padding: 45px 45px;box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.05);border-radius: 35px;background-color: #ffffff;}
.homeInfoCardContentBox{}
.homeInfoCardContent{}
.homeInfoCardContent .title{font-size: 36px;line-height: 42px;font-weight: 800;letter-spacing: 0.2px;margin-bottom:20px;}
.homeInfoCardContent .para{font-size: 18px;line-height: 24px;letter-spacing: 0.2px;margin-bottom:20px;}
.homeInfoCardContent .para br{}
.homeInfoCardContent .list_1{display:flex;flex-wrap:wrap;margin:0 -5px; margin-left: 20px;}
.homeInfoCardContent .list_1 li{width:50%;padding:0 5px;margin-bottom:2px; list-style-type:disc;}
.homeInfoCardContent .list_1 li:last-child{}
.homeInfoCardContent .omeInfoCardBtnarea{margin-top:25px;}
.homeInfoCardContent .omeInfoCardBtn { 
    display: inline-flex;  
	justify-content:center;
	align-items:center;	
    background: #42aaab;
	border:1px solid #42aaab;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.75px;
    line-height: 35px;
    font-weight: 600;
    text-align: center;    
    padding: 7px 35px;	
	border-radius: 10px;
	position: relative;        
}
.homeInfoCardContent .omeInfoCardBtn .icon{margin-left:5px;}
.homeInfoCardContent .omeInfoCardBtn .txt{}
.homeInfoCardThumbnail{}
.homeInfoCardThumbnail{}
.homeInfoCardThumbnail img{}
.homeInfoCard_2Sec{
    background: linear-gradient(to right, rgb(15 56 56 / 90%) 40%, rgb(0 12 12 / 85%)), url(../images/page_bg.jpg);
    background-size: cover;
    background-position: center center;
    padding: 30px 0;	
}
.homeInfoCard_2Secinner{}
.homeInfoCard_2ContentArea{}
.homeInfoCard_2ContentArea .title{font-size: 22px;line-height: 28px;font-weight: 600;letter-spacing: 0.2px;color:#fff;}
.homeInfoCard_2ContentArea .para{}
.homeInfoCard_2BtnArea{display:flex;justify-content:end;}
.homeInfoCard_2BtnArea .omeInfoCard2Btn { 
    display: inline-flex;  
	justify-content:center;
	align-items:center;	
    background: #42aaab;
	border:1px solid #42aaab;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.75px;
    line-height: 35px;
    font-weight: 600;
    text-align: center;    
    padding: 7px 35px;	
	border-radius: 10px;
	position: relative;        
}



.singleProductGalleryArea{}
.singleProductGalleryArea .roxBox2{margin-left:-5px;margin-right:-5px;}
.singleProductGalleryArea .columnBox2{padding-left:5px;padding-right:5px;}
.singleProductGalleryArea .leftGalleryBox{margin-bottom:10px;}
.leftGalleryBoxinner{height: 100%;overflow: hidden;border-radius: 15px;position:relative;}
.singleProductGalleryThumnail{height:100%;}
.singleProductGalleryThumnail img{height:100%;width:100%;object-fit:cover;}
.leftGalleryBoxinner .topTagArea{position:absolute;top:15px;left:15px;}
.leftGalleryBoxinner .topTagArea .topTagBlock{margin-bottom:10px;}
.leftGalleryBoxinner .topTagArea .topTagBlock:last-child{margin-bottom:0px;}
.leftGalleryBoxinner .topTagArea .topTag{
    display: inline-block;
    padding: 5px 10px;
    background-color: #fff;
    color: #0a1d35;
    border-radius: 6px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;	
}
.leftGalleryBoxinner .verifiedTag{position:absolute;top:15px;right:15px;
 display: inline-block;
    padding: 5px 10px;
    background-color: #fff;
    color: #0a1d35;
    border-radius: 6px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;	
}
.leftGalleryBoxinner .verifiedTag .icon{margin-right:5px;}
.leftGalleryBoxinner .verifiedTag .txt{}
.leftGalleryBoxinner .bottomOverlayArea{position:absolute;bottom:15px;left:15px;}
.leftGalleryBoxinner .bottomOverlayArea ul{}
.leftGalleryBoxinner .bottomOverlayArea ul li{display: inline-block;}
.leftGalleryBoxinner .bottomOverlayArea ul li:last-child{}
.leftGalleryBoxinner .bottomOverlayArea ul li a{
	display: inline-block;
    padding: 5px 10px;
    background-color: #fff;
    color: #0a1d35;
    border-radius: 6px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;		
}
.leftGalleryBoxinner .bottomOverlayArea ul li a .icon{margin-right:5px;}
.leftGalleryBoxinner .bottomOverlayArea ul li a .txt{}
.leftGalleryBoxinner .bottomOverlayArea ul li a:hover{ background-color: #e6f5f5; color: #0a1d35;}



.rightGalleryAreainner{}
.rightGalleryAreainner .rowBox3{margin-left:-5px;margin-right:-5px;}
.rightGalleryAreainner .columnBox3{padding-left:5px;padding-right:5px;}
.rightGalleryAreainner .rightGalleryBox{margin-bottom:10px;}
.rightGalleryBoxinner{height:100%;overflow: hidden;border-radius: 15px;}
.singleProductGalleryThumnail{height:100%;}
.singleProductGalleryThumnail img{height:100%;width:100%;object-fit:cover;position:relative;}

.singleProductGalleryThumnailList{}

.singleProjectPaymentPlanTable{}
.singleProjectPaymentPlanTable th, .singleProjectPaymentPlanTable td{}
.singleProjectPaymentPlanTable thead{}
.singleProjectPaymentPlanTable thead tr{}
.singleProjectPaymentPlanTable thead tr th{padding:8px;}
.singleProjectPaymentPlanTable tbody{}
.singleProjectPaymentPlanTable tbody tr{}
.singleProjectPaymentPlanTable tbody tr:nth-child(odd){}
.singleProjectPaymentPlanTable tbody tr:nth-child(even){background-color: #f8f8f8;}
.singleProjectPaymentPlanTable tbody tr td{
    /* font-size: 16px; */
    /* line-height: 22px; */
    padding: 8px;
    text-transform: capitalize;
    /* white-space: pre-wrap;*/
}
.singleProjectPaymentPlanTable tbody tr:nth-child(even) td:first-child{background-color: #fff;}
.singleProjectPaymentPlanTable tbody tr td:nth-child(2){}
.singleProjectPaymentPlanTable tbody tr td:nth-child(3){}
.singleProjectPaymentPlanTable tbody tr td .tableLine{background-color: #fff;padding: 0; position: relative;}
.singleProjectPaymentPlanTable tbody tr td .tableLine .topLine{
    display: block;
    background-color: #dbdbdb;
    height: 30px;
    height: calc(60px - 20px);
    top: 0;
    left: 5px;
    position: absolute;
    width: 1px;
    -ms-flex-item-align: center;
    align-self: center;
}
.singleProjectPaymentPlanTable tbody tr td .tableLine .circle{
    display: block;
    background-color: #93d8b5;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    position: relative;
    z-index: 1;
}
.singleProjectPaymentPlanTable tbody tr td .tableLine .bottomLine{
    display: block;
    background-color: #dbdbdb;
    height: 50px;
    height: calc(60px - 20px);
    left: 5px;
    position: absolute;
    width: 1px;
    -ms-flex-item-align: center;
    align-self: center;
    bottom: 0;
}
.singleProjectPaymentPlanTable tbody tr td .tdCcontent{}
.singleProjectPaymentPlanTable tbody tr:first-child td .tableLine .topLine{display: none;}
.singleProjectPaymentPlanTable tbody tr:first-child td .tableLine .bottomLine{display: none;}
.singleProjectPaymentPlanTable tbody tr:last-child td .tableLine .topLine{display: none;}
.singleProjectPaymentPlanTable tbody tr:last-child td .tableLine .bottomLine{display: none;}

.timeline-container {  
    background: #f7f7fc;
    padding: 30px;
    border-radius: 10px;   
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.timeline-container .timeline {
    list-style: none;
    padding: 0;
    margin: 0;
}

.timeline-container .timeline .timeline-step {
    display: flex;
    gap: 20px;   
}

.marker-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timeline-step .marker {
    width: 18px;
    height: 18px;
    background: #fff;
	border:1px solid #e1e1e1;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.timeline-step .marker.completed-marker {
	border:1px solid #4da1ff;
    background: #4da1ff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-step .line {
    width: 2px;
    background: #dadada;
    flex-grow: 1;
    margin-top: 4px;
}
.timeline-step .timeline-text {width:100%; padding-bottom: 20px;}
.timeline-step .timeline-text .step-title {
    font-size: 16px;
	font-weight:700;
    margin: 0;
    color: #202020;
}

.timeline-step .timeline-text .step-date {
    font-size: 14px;
    color: #6c6c6c;
}

/* Progress section */
.timeline-step .progress-box {
    margin-top: 10px;
}

.timeline-step .progress-label {
    font-size: 14px;
    color: #4a4a4a;
}

.timeline-step .progress-bar {
    width: 100%;
    height: 8px;
    background: #e6e6e6;
    border-radius: 5px;
    margin: 6px 0;
}

.timeline-step .progress-fill {
    background: #4da1ff;
    height: 8px;
    border-radius: 5px;
}

.timeline-step .update-date {
    font-size: 12px;
    color: #7a7a7a;
}


.property-section {  }
.property-section .section-title {    
    font-size: 16px;
	font-weight: 800;
    margin: 25px 0 10px;
}

.property-section .unit-card {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
}

.property-section .unit-card.open {
    border-color: #c9c9ff;
    background: #f5f4ff;
}

.property-section .unit-header {
    display: flex;
    justify-content: space-between;
    padding: 14px 16px;
    align-items: center;
}

.property-section .unit-info {
    display: flex;
    gap: 18px;
    align-items: center;
    font-size: 14px;
}

.property-section .unit-title {
    font-weight: bold;
    color: #333;
}
.property-section .unit-price,
.unit-size {color: #555;}
.property-section .unit-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

.property-section .inquire-btn {
    padding: 6px 14px;
    border: 1px solid #5b59e8;
    border-radius: 8px;
    background: white;
    color: #5b59e8;
    cursor: pointer;
    font-size: 14px;
}
.property-section .unit-header.active{}
.property-section .toggle-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #555;
}
.property-section .toggle-btn i{}
.property-section .toggle-btn.open i{rotate: 180deg;}
.property-section .unit-body {
    background: #fff;
    padding: 16px;
	display:none;
}

.property-section .detail-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.property-section .detail-table thead th {
    text-align: left;
    padding-bottom: 8px;
    font-weight: 600;
    color: #555;
}

.detail-table tbody td {
    padding: 10px 0;
    border-top: 1px solid #e8e8e8;
}

.property-section .unit-card.disabled {
    background: #f2f2f2;
    border: none;
    padding: 16px;
    opacity: 0.7;
}

.property-section .coming-soon {
    background: #c1c1c1;
    color: white;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 5px;
}


.singleProjectMapAreainner iframe{width:100%;height:200px;}

.singleProjectMoreInfoArea{}
.singleProjectMoreInfoAreainner {}
.singleProjectMoreInfoAreainner .info-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.singleProjectMoreInfoAreainner .info-left {flex: 1;}
.singleProjectMoreInfoAreainner .info-row {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 15px;
}
.singleProjectMoreInfoAreainner .info-row-label {
    width: 160px;
    color: #555;
    font-weight: 500;
}
.singleProjectMoreInfoAreainner .info_icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background: #eaeaea;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #333;
}
.singleProjectMoreInfoAreainner .info-row-value {
    font-weight: 600;
    color: #111;
}
.singleProjectMoreInfoAreainner .qr-box {
    width: 160px;
    padding: 15px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    text-align: center;
    background: #fff;
}
.singleProjectMoreInfoAreainner .qr-img {
    width: 120px;
    height: 120px;
}
.singleProjectMoreInfoAreainner .qr-label {
    margin-top: 6px;
    font-size: 14px;
    color: #444;
}
.singleProjectMoreInfoAreainner .bottom-info {
    background: #eef5ff;
    padding: 14px 18px;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 25px;
    font-size: 14px;
}
.singleProjectMoreInfoAreainner .bottom-icon {
    width: 28px;
    height: 28px;
}
.singleProjectMoreInfoAreainner .bottom-info a {
    color: #005bd1;
    text-decoration: underline;
}
/* Responsive */
@media (max-width: 700px) {
    .singleProjectMoreInfoAreainner .info-grid {
        flex-direction: column;
        align-items: flex-start;
    }

    .singleProjectMoreInfoAreainner .qr-box {
        width: 130px;
    }

    .singleProjectMoreInfoAreainner .info-row-label {
        width: 130px;
    }
}


.widgetSidebar{
	position: sticky;
    top: 110px;		
}


.agentProfileCard{

background:var(--card);
border-radius:14px;
padding:14px 16px;
box-shadow:var(--shadow);
border:1px solid rgba(2,6,23,0.04);
margin-bottom:15px;
}
.agentProfileCardTopArea{
display:flex;
gap:14px;
align-items:flex-start;
width:100%;	
}

.agentProfileCard .avatar{
width:64px;height:64px;border-radius:10px;overflow:hidden;background:#efefef;flex:0 0 64px;border:1px solid rgba(2,6,23,0.04);
}
.agentProfileCard .avatar img{width:100%;height:100%;object-fit:cover;display:block}


.agentProfileCard .content{flex:1;min-width:0}
.agentProfileCard .content .name{font-weight:700;font-size:16px;margin-bottom:4px}
.agentProfileCard .content .links{display:flex;flex-direction:column;gap:4px}
.agentProfileCard .content .links a{font-size:13px;text-decoration:none}
.agentProfileCard .content .links a.view{color:var(--link);font-weight:700}
.agentProfileCard .content .links a.agency{color:var(--muted)}

.agentProfileCardBottomArea{}
.agentProfileCard .actions{
margin-top:12px;display:flex;gap:12px;align-items:center
}


.agentProfileCard .actions .btn{
display:inline-flex;align-items:center;gap:10px;padding:6px 14px;border-radius:6px;border:1px solid rgba(2,6,23,0.06);background:#fff;font-weight:600;font-size:14px;cursor:pointer;min-width:0
}
.agentProfileCard .actions .btn svg{width:18px;height:18px;flex-shrink:0}
.agentProfileCard .actions .btn i{font-size:18px;}

.agentProfileCard .actions .btn.email{background:#f8fbff;border-color:rgba(37,99,235,0.12);color:var(--blue)}
.agentProfileCard .actions .btn.call{background:#fff7f7;border-color:rgba(239,68,68,0.10);color:var(--red)}
.agentProfileCard .actions .btn.wa{background:#f0fff4;border-color:rgba(16,185,129,0.12);color:var(--green)}


/* small layout tweak: place actions in their own row on narrow widths */
@media (max-width:460px){
.agentProfileCard{width:100%}
.agentProfileCard .actions{flex-wrap:wrap}
.agentProfileCard .actions .btn{flex:1 1 auto}
}


.contact_info_box {
    width: 100%;
    padding: 20px;
    text-align: center;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #ffffff;
    font-family: Arial, sans-serif;
}

.contact_info_box .contact_info_text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}
.contact_info_btns{}
.contact_info_btns .contact_info_wa_btn {
    display: block;
    width: 100%;
    background: #25D366;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.contact_info_btns .contact_info_wa_btn i{font-size:20px;}
.contact_info_btns .contact_info_wa_btn img {
    width: 20px;
    height: 20px;
}
.contact_info_btns .enrollNowBtn{
    display: block;
    border-radius: 8px;
    background: #42aaab;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.75px;
    line-height: 26px;
    text-align: center;
    border-color: #42aaab;
    padding: 8px 20px;
    margin-top: 10px;	
}


.widgetSidebarBtnsArea{
    padding: 20px 20px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #ffffff;
    margin-top: 10px;	
}
.propertyBrochureLinkArea{margin-bottom:10px;}
.propertyBrochureLinkArea .download-link{
    display: block;
    position: relative;	
}
.propertyBrochureLinkArea .download-link input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;	
    cursor: pointer;	
}
.propertyBrochureLinkArea .download-link label{
    margin: 0px;
    width: 100%;
    background: #fff;
    border: 1px solid #d5e3e3;
    color: #25D366;
    background-color: #e6f5f5;
    color: #0a1d35;
    text-decoration: none;
    padding: 10px 0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    display: block;
    text-align: center;	
}
.propertyBrochureLinkArea .download-link label img{
    height: 20px;
    margin-right: 10px;	
}
.locationLinkArea{}
.locationLinkArea .location-link{
	display: block;
    position: relative;		
}
.locationLinkArea .location-link input{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;		
	cursor: pointer;	
}
.locationLinkArea .location-link label{
	margin: 0px;
    width: 100%;
    background: #fff;
    border: 1px solid #d5e3e3;
    color: #25D366;
    background-color: #e6f5f5;
    color: #0a1d35;
    text-decoration: none;
    padding: 10px 0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    display: block;
    text-align: center;		
}
.locationLinkArea .location-link label img{
    height: 20px;
    margin-right: 10px;	
}

.propertyVideoLinks{margin-top:10px;}
.propertyVideoLinks .propertyVideoLink{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #42aaab;
    border: 1px solid #42aaab;
    color: #ffffff;
    font-size: 14px;
    /* letter-spacing: 0.75px; */
    line-height: 35px;
    font-weight: 600;
    text-align: center;
    padding: 5px 35px;
    border-radius: 6px;
    position: relative;
    width: 100%;	
}
.propertyVideoLinks .propertyVideoLink .icon{margin-right:5px;}
.propertyVideoModal{}
.propertyVideoModalDiolog{
    max-width: 600px;
    width: 100%;
    margin: 60px auto;	
}
.propertyVideoModalContent{
    background-color: transparent;
    border: 0;
    /* overflow: hidden; */
    /* border-radius: 15px;*/	
}
.propertyVideoModalContent .close{
    position: absolute;
    top: -30px;
    right: 5px;
    z-index: 1;
    color: #000;
    opacity: 1;
    background-color: #fff;
    padding: 0px;
    width: 25px;
    height: 25px;
    border-radius: 50%;	
}
.propertyVideoModalBody{
    padding: 0px;
    background-color: #000;
    overflow: hidden;
    border-radius: 15px;	
}
.propertyModalVideo{
    position: relative;
    /* height: 465px; */
    aspect-ratio: 3 / 2;	
}
.propertyModalVideo iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;	
}
.propertyModalVideo video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;	
}



.mortgageThumnailSliderItem img{width:auto !important;}
.productGalleryListingBox .projectsListingBox{margin-bottom:10px;}
.productGalleryListingBox .product:hover{transform: translateY(0px);}

.featured-slider-2 .property-box .propertyThumnail img {
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    aspect-ratio: 3 / 2;
}
.featured-slider-2 .property-box .propertyContent{padding:15px 0 0;}
.featured-slider-2 .property-box .propertyContent .title{
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #0a1d35;
    margin-bottom: 5px;	
}
.featured-slider-2 .property-box .propertyContent .para{}


.about-us-sec{padding:30px 0 0;}
.about-us-secinner{}
.about-us-secinner .rowBox{}
.about-us-secinner .columnBox{}
.about-us-images{
    position: relative;
    overflow: hidden;	
}
.about-us-images img{border-radius:15px;}
.about-us-images:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.about-us-images:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;	
}
.about-us-content{}
.about-us-section-title {margin-bottom: 20px;}
.about-us-section-title .sub-title{
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4da599;
    margin-bottom: 10px;	
}
.about-us-section-title .title{
    font-size: 50px;
    line-height: 58px;
    font-weight: 800;
    text-transform: uppercase;
    color: #0a1d35;
    margin-bottom: 0;
}
.about-us-section-title .para{
	color:#808080;
	font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0;	
}
.about-content-body{margin-bottom: 20px;}
.about-detail-item{ display: flex; margin-bottom: 20px;}
.about-content-body .about-detail-item:last-child{margin-bottom:0px;}
.about-detail-item .icon-box{position: relative; margin-right: 20px;}
.about-detail-item .icon-box:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #4da599;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: -1;
    transition: all 0.4s ease-in-out;	
}
.about-detail-item .icon-box img{max-width: 60px;}
.about-detail-item .icon-box i{}
.about-detail-item .about-detail-content{width: calc(100% - 80px);}
.about-detail-item .about-detail-content .title{
    font-size: 20px;
	line-height:26px;
    color: #0a1d35;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.about-detail-item .about-detail-content .para{
	line-height:1.3;
	color:#808080;
	font-weight: 500;
}
.about-content-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 30px;
}
.about-content-btn{}
.about-content-btn .btn-default{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #42aaab;
    border: 1px solid #42aaab;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.75px;
    line-height: 35px;
    font-weight: 600;
    text-align: center;
    padding: 7px 35px;
    border-radius: 10px;
    position: relative;	
}
.about-contact-box {
    display: flex;
    align-items: center;
}
.about-contact-box .icon-box {
     width: 50px;
    height: 50px;
    background: #4da599;
    color: #fff;
    font-size: 20px;
    box-shadow: 0px 0px 10px 0px #14183E1A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
}
.about-contact-content {
    width: calc(100% - 65px);
}
.about-contact-content p {
    font-size: 14px;
	font-weight:800;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.about-contact-content h3 {
    font-size: 16px;
}
.about-contact-content h3 a {
    color: inherit;
}

.mossionVissionSec{padding:50px 0 50px;}
.mossionVissionSecinner{}
.mossionVissionPanel{/*position: sticky; top: 60px;*/margin-bottom:30px;}
.mossionVissionSecinner .mossionVissionPanel:last-child{margin-bottom:0px;}
.mossionVissionPanelinner{
	background-color: #fff;
    padding: 40px 40px 20px 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.06);	
	
}
.mossionVissionPanelinner .row{}
.mossionVissionPanelinner .columnBox{} 
.mossionVissionPanelinner .about-us-images-column{margin-bottom:20px;}
.mossionVissionPanelinner .about-us-content-column{margin-bottom:20px;}


.whyChooseUsSec{padding:0px 0 20px;}
.whyChooseUsSecinner{
	
}
.whyChooseUsSecinner .rowBox{}
.whyChooseUsSecinner .columnBox{}
.whyChooseUsSecinner .whyChooseUsBox{margin-bottom:30px;}
.whyChooseUsBoxinner{
    background-color: #fff;
    padding: 35px 30px;  
    box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.06);    
    transition: all 0.3s;
    height: 100%;
    border-radius: 8px;	
}
.whyChooseUsBoxinner .about-detail-item .icon-box img {position: relative;}
.whyChooseUsBoxinner .about-detail-item .icon-box:before{z-index:0;}



.partnerhubBannerSec {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; 
    position: relative;
}
.partnerhubBannerSec:before{
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #42aaaba3;
    background: #004849a3;
    opacity: 0.8;
   
}
.partnerhubBannerSecinner{position:relative; padding: 80px 0 80px;}
.partnerhubBannerContentArea{text-align:center;}
.partnerhubBannerContentArea .title{
    font-size: 35px;
    font-weight: 900;
    color: #fff;	
}
.partnerhubBannerContentArea .para{
    font-weight: 600;
    color: #fff;	
}
.partnerhubBannerContentArea .partnerhubBannerBtns{}
.partnerhubBannerContentArea .partnerhubBannerBtns .become-partner-btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #42aaab;
    border: 1px solid #42aaab;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.75px;
    line-height: 35px;
    font-weight: 600;
    text-align: center;
    padding: 7px 35px;
    border-radius: 10px;
    position: relative;	
}
.whyPartnerWithUsSec{
	padding:50px 0 20px;
}
.partnerToolsFeaturesSec{padding:0px 0 0px;}
.patner-content-sec{padding:0px 0 20px;}
.patner-content-sec .about-us-content-column{margin-bottom:30px;}
.patner-content-sec .about-us-content{
    background-color: #fff;
    padding: 35px 30px;
    box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.06);
    transition: all 0.3s;
    height: 100%;
    border-radius: 8px;	
}
.patner-content-sec .about-us-section-title{margin-bottom:0px;}
.patner-content-sec .about-us-section-title .title {
   font-size: 20px;
   line-height: 26px;
   margin-bottom: 10px;
}
.patner-content-sec .about-us-section-title .list_1{}
.patner-content-sec .about-us-section-title .list_1 li{}
.patner-content-sec .about-us-section-title .list_1 li:last-child{}
.patner-content-sec .about-us-section-title .list_1 li:mark{}




@media(max-width: 991px) {
.toggle-tooltips {
display: block;
}
.dashboardSidebar.open {
-webkit-transition: transform .5s;
-moz-transition: transform .5s;
transition: .3s;
width: 260px;
left: 0;
z-index: 13;
}
.dashboardSidebar {
background-color: #fff;
width: 260px;
left: -300px;
}
.dashboardPagesContent {
margin-left: 0;
width: 100%;
}
.ddashboardSidebarOverlay {
display: block;
content: '';
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .7);
z-index: 12;
display: none;
}
.ddashboardSidebarOverlay.open {
display: block;
}
.project-top-sec {
flex-wrap: wrap;
gap: 20px;
}
.project-top-right {
flex-wrap: wrap;
}
.requrement-header {
padding: 15px 8px;
padding-bottom: 0;
border-bottom: 1px solid #E5E5E5;
}
.projects-box-top {
flex-wrap: wrap;
gap: 10px;
}
}
@media(max-width: 767px) {
    .project-box-media {
        width: 30%;
    }
    .project-text-box {
        width: 70%;
        padding-left: 15px;
    }
}
@media(max-width: 575px) {
.requrement-header ul {
gap: 10px;
}
.project-box-center-list ul li {
margin-bottom: 10px;
}
.project-box-bottom {
flex-wrap: wrap;
}
.project-box-bottom button {
width: 100%;
}
.project-image-box {
width: 100%;
}
.dashboard-bedcum-sec ul li {
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
}
.my-requrement-right {
display: none;
}
.public-profile-right {
margin-top: 20px;
}
.project-image-text-wrapper {
    flex-wrap: wrap;
}
.project-box-media  {
    width: 100%;
    margin-bottom: 10px;
}
.project-text-box {
    width: 100%;
    padding-left: 0;
}
.project-box-media img {
    width: 100%;
    object-fit: cover;
}
.projects-box-top {
    display: flex;
}
}