
/** 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;}
.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;
}
.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: #214a81;
    border-color: #214a81;
    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: #214a81;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.75px;
    line-height: 35px;
    text-align: center;
    border-color: #214a81;
}
.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: #0a3f97;
}

#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: 270px;
}

#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;
	 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: #02c0fd80;
}
 .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: 79px 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: #02c1f9;
    color: #fff;
    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: 418px;
    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: 180px;
}
.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 #214a81;
    color: #214a81;
    margin-right: 10px;
}
.resetDoneBtnArea .resetDoneBtn.resetBtn:hover{}
.resetDoneBtnArea .resetDoneBtn.doneBtn{
	background-color: #214a81;
    border: 1px solid #214a81;
    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{
    width: 100%;
    height: 100%;
position: absolute;
    z-index: 9;
    left: -84px;
}
.why-choose .pic-area img{
    width: 100%;
    height: 345px;
    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;
}
.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: #0a3f97;
}
.featured-agencies .divider {
    width: 2px;
    height: 61px;
    background-color: #d4ebeb;
    margin: 0 61px;
}

.agencies-info{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.featured-agencies .featured-slider{
      margin-top: 19px;
}
.featured-agencies .owl-nav .owl-next{
width: 43px;
    height: 43px;
    font-size: 13px;
    background: #206ed2 !important;
    text-shadow: none;
    top: -50px;
    cursor: pointer;
    border: 0;
    border-radius: 11px;
    color: #fff;
    transition: ease all 0.5s;
    position: absolute;
    right: -3%;
    z-index: 9;
}
    
.featured-agencies .owl-nav .owl-prev{
    width: 43px;
    height: 43px;
    font-size: 13px;
    background: #206ed2 !important;
    text-shadow: none;
    top: -50px;
    cursor: pointer;
    border: 0;
    border-radius: 11px;
    color: #42aaab;
    transition: ease all 0.5s;
    position: absolute;
    left: -3%;
    margin-bottom: 0;
    z-index: 9;
}
.featured-agencies .owl-nav .owl-next i{
  color: #fff;
}
.featured-agencies .owl-nav .owl-prev i{
    color: #fff;
}

/* ----- 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;
      border-radius: 27px;
          background-size: cover;
              margin: 0 30px;
                  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: #fff;
    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;
}
/* ----- 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 #02c1f9;
    transform: translateY(-16px);
  box-shadow: 0 28px 48.02px 0.98px rgba(10, 29, 53, 0.12);
}
.product .house-pic-area a{display:block;}
.product .house-pic-area img{
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  aspect-ratio: 3 / 2;
}
.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: 30px;
}
.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: #01c0f9;
    padding: 6px 12px;
    color: #fff;
    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;
    filter: brightness(0) saturate(100%) invert(100%) sepia(40%) saturate(396%) hue-rotate(14deg) brightness(118%) contrast(98%);
}
.product .content-part ul.call-info li a.active{
      background: #214a81;
      color: #ffffff;
}
.product .content-part ul.call-info li a:hover{
      background: #214a81;
      color: #ffffff;
}

.recommend-area .recommend-slider .owl-nav button.owl-next {
    z-index: 1;
    width: 43px;
    height: 43px;
    font-size: 13px;
    background-color: #206ed2;
    border-radius: 11px;
    position: absolute;
     top: 52%;
    transform: translatey(-50%);
    right: -5%;
}

.recommend-area .recommend-slider .owl-nav button.owl-next i{
    color: #fff;
}

.recommend-area .recommend-slider .owl-nav button.owl-prev {
    z-index: 1;
    width: 43px;
    height: 43px;
    font-size: 13px;
    background-color: #206ed2;
    border-radius: 11px;
    position: absolute;
    top: 52%;
    transform: translatey(-50%);
    left: -5%;
}

.recommend-area .recommend-slider .owl-nav button.owl-prev i{
    color: #fff;
}

.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;
}
.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: 20px;
}
.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 .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: #02c1f9;
    color: #fff;
    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: #206ed2;
    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: #206ed2;
    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: #fff;
}
.new-projects .project-area .tab-content .projects-slider .owl-nav button.owl-prev i{
   color: #fff;
}
/* ----- browse-new-projects-area-end ------- */

/* ----- Property-area-start ------- */
.Property-area{
  padding: 10px 0 44px 0;
  overflow: hidden;
}
.Property-area .right-part{
  margin-top: 12px;
}
.Property-top-wrap{
    display: flex;
    justify-content: space-between;
    padding-bottom: 33px;
    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: 20px;
    margin-bottom: 7px;
}
.Property-top-wrap .left-sec p.location{
    color: #4d555b;
    letter-spacing: 1px;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 17px;
    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 .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: 13px;
        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: #214a81;
    color: #fff;
    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: 13px;
    margin-bottom: 0;
}
.Property-info-wrap .left-sec.bottom-gap-reduce{
  margin-bottom: 0;
}
.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: #214a81;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.75px;
    line-height: 26px;
    text-align: center;
    border-color: #214a81;
    padding: 8px 20px;
}
.enquiry-info ul li a{
border-radius: 13px;
    background: #01c0f9;
    padding: 8px 18px 11px;
    color: #fff;
    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;
    filter: brightness(0) saturate(100%) invert(100%) sepia(40%) saturate(396%) hue-rotate(14deg) brightness(118%) contrast(98%);
}

.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: 50%;	
}
.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 49px;
    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: 30%;}
.search-type .search-sec .inner-wrap:nth-child(3){width: 30%;}
.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: #214a81;
    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{
  overflow: hidden;
}
.Features-amenities-area .small-heading{
  text-align: center;
}
.Features-amenities-area .small-heading h4{
  color: #0a1d35;
  font-size: 18px;
      font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.amenities-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.amenities-area{
    padding: 4px 8px 6px;
    border: 1px solid #e6f5f5;
    border-radius: 8px;
    width: auto !important;
    margin-right: 10px;
    margin-bottom: 10px;
}
.amenities-area p{
color: #0a1d35;
    margin-bottom: 0;
    display: flex;
    font-size: 12px;
    line-height: 16px;
}
.amenities-area p img{
     width: 15px !important;
    margin-right: 8px;
    height: 15px;
    object-fit: contain;
}

/* .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;
}
.segmented input[type="radio"] {
  width: 0;
  height: 0;
  display: none;
}
.segmented label {
display: inline-block;
    background-color: #214a81;
    color: #fff;
    /* 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;
    justify-content: center;
}
.segmented label img{
    width: 19px;
    margin-right: 7px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(40%) saturate(396%) hue-rotate(14deg) brightness(118%) contrast(98%);
}


/* ----- 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: #02c0fd80;
}

.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: 250px;
    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: #214a81;
    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: 80px 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;
    border-radius: 10px;
    padding: 24px;
}

.add-management-sec h4 {
    color: #9b9ead;
    font-size: 20px;
    font-weight: 700;
    padding-left: 0;
    padding-bottom: 5px;
}

.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;
}

.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;
}

.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;
}







