@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  padding: 0;
  margin: 0;
}
html,
body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
table {
  width: 100%;
}
#toast-container {
  position: fixed;
  top: 8%;
  right: 30px;
  z-index: 999;
}
.toast.red {
  background-color: #f34642;
}
.toast.green {
  background-color: #38ba7c;
}
.toast {
  padding: 15px;
  font-weight: 700;
  color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  border: none;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  position: relative;
  top: 40px;
}
.container {
  max-width: 1276px;
}
.btn {
  height: 42px;
  padding: 0px 15px;
  line-height: 38px;
  font-weight: 600;
  border: none;
}
.btn.btn-blue {
  color: #fff;
  background: rgb(90, 206, 244);
  background: linear-gradient(
    90deg,
    rgba(90, 206, 244, 1) 0%,
    rgba(6, 157, 207, 1) 100%
  );
}
.btn.btn-dark {
  background: #007b9d;
  color: #fff;
}
.login-btns {
  min-width: 100px;
}
header .navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding: 10px 15px;
}
header .navbar-light .navbar-nav .nav-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  height: 4px;
  width: 100%;
}
header .navbar {
  padding: 5px 1rem;
}
header .navbar-light .nav-item.active .nav-link:after {
  background: #44c1ea;
}
header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid #e5e7ee;
}
.home-slider .item {
  height: 600px;
  background-size: cover;
  background-position: center;
}
.home-slider .item .slider-content {
  position: relative;
  z-index: 1;
}
.home-slider {
  position: relative;
  z-index: 1;
}
.home-slider .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.slider-content {
  color: #fff;
  text-align: center;
  padding: 100px 0px;
  max-width: 750px;
  margin: 0px auto;
}
.slider-content h2 {
  font-size: 36px;
  font-weight: 700;
}
.slider-content p {
  font-size: 18px;
  font-weight: 600;
}
.home-slider-search .search-bar {
  position: absolute;
  width: 100%;
  bottom: 100px;
  left: 0;
  z-index: 1;
}
.home-slider-search {
  position: relative;
}
.search-inner {
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 8px;
}
.search-inner .form-group {
  margin: 0 5px;
}
.search-inner select.form-control {
  min-width: 180px;
}
.search-inner .input-size {
  min-width: 180px;
}
.search-inner .input-city {
  width: 100%;
}
.form-group .form-control {
  height: 42px;
  font-size: 14px;
}
.search-inner .btn-blue {
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-headings h4 {
  font-size: 24px;
  color: #070734;
  margin-bottom: 0;
  font-weight: 700;
}
.sec-padd {
  padding: 80px 0px;
}
.owl-dots {
  text-align: center;
}
.owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  opacity: 0.6;
  margin: 0px 5px;
}
.home-slider .owl-dots {
  position: absolute;
  bottom: 25px;
  left: 0;
  text-align: center;
  width: 100%;
}
.home-slider .owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.6;
  margin: 0px 5px;
}
.home-slider .owl-dots button.active {
  opacity: 1;
}
select.form-control {
  padding-right: 25px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: url(../images/arrow.png) #fff no-repeat;
  background-size: 20px;
  background-position: center right;
}
select.form-control.multiple-select {
  background: #fff !important;
}
.property-list .card-image {
  height: 225px;
  overflow: hidden;
  position: relative;
}
.property-list .card-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.property-list .card-image .btn-floating {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff651a;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px;
  color: #fff;
  border-radius: 4px;
}
.property-list .property-content {
  padding: 10px;
}
.property-list .card-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.property-list .sale-tag {
  margin-bottom: 10px;
  font-size: 14px;
}
.property-list .address {
  font-size: 14px;
  margin-bottom: 5px;
}
.property-list .address i {
  font-size: 18px;
  margin-right: 5px;
}
.property-list .card-action {
  font-size: 13px;
  padding: 10px;
  border-top: 1px solid #dfdfdf;
  color: #333333;
}
.property-list .card-action .btn-flat {
  margin-right: 5px;
  font-size: 13px;
}
.property-list .card-action .btn-flat:last-child {
  margin-right: 0px;
}
.testimonials-sec {
  background: url(../images/testi.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.testimonial-item .testimonial-image {
  margin: 0px auto;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
.testimonial-item .testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.testimonial-item {
  text-align: center;
}
.testimonial-item .card-content {
  margin-top: 20px;
}
.testimonial-item .card-content span {
  font-size: 20px;
  font-weight: 600;
}
.testimonial-item .card-content p {
  font-size: 14px;
  margin-bottom: 0;
}
.property-price {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  padding: 10px;
  margin: 0;
  color: #fff;
  padding-top: 30px;
}
.testimonial-card {
  background-color: rgba(255, 255, 255, 0.5);
  max-width: 700px;
  padding: 40px;
  margin: 0px auto;
  border-radius: 15px;
}
.property-price .right {
  margin-left: auto;
}
.property-price:after {
  content: "";
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}
.testimonials-sec .owl-dots button {
  background-color: #000 !important;
  opacity: 0.4;
  margin-top: 40px;
}
.owl-dots button:focus {
  outline: none;
}
.testimonials-sec .owl-dots button.active {
  opacity: 1;
}

.event-list {
  border: none;
}
.event-list .card-image {
  height: 250px;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 10px;
}
.event-list .card-image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.event-list .author-time {
  font-size: 14px;
}
.event-list .author-time a {
  color: #333;
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
}
.event-list .author-time i {
  font-size: 16px;
  margin-right: 5px;
}
.event-list .card-title {
  font-size: 22px;
  font-weight: 600;
}
.event-list .card-title a {
  color: #44c1ea;
}
.event-list p {
  font-size: 14px;
}
.category-event a {
  margin-bottom: 5px;
  display: inline-block;
  padding: 5px 10px;
  background-color: #e3e4ea;
  border: 1px solid #cdd1ea;
  margin-right: 5px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
}
.event-list .card-content {
  padding: 15px;
}
.event-list {
  transition: 0.3s ease-in-out;
}
.event-list:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
}
footer {
  background-color: #011820;
}
.downloadapp-bar {
  background: #44c1ea;
  padding: 20px 0px;
}
.downloadapp-bar .ml-auto a {
  display: inline-block;
  width: 180px;
}
.downloadapp-bar .ml-auto a img {
  width: 100%;
}
.downloadapp-bar h4 {
  color: #fff;
  font-weight: 600;
  font-size: 28px;
}
.footer-main {
  padding: 60px 0px;
}
.footer-social {
  margin-top: 30px;
}
.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #44c1ea;
  margin-right: 5px;
  text-decoration: none;
}
.footer-logo p {
  color: #fff;
  margin-top: 15px;
}
.footer-head {
  font-size: 22px;
  font-weight: 600;
  color: #44c1ea;
  margin-bottom: 25px;
}
.foot-link a {
  color: #fff;
}
.foot-link {
  list-style: none;
}
.foot-link li {
  margin-bottom: 10px;
}
.property-foot {
  list-style: none;
}
.property-foot li {
  display: flex;
  margin-bottom: 5px;
}
.property-foot li figure {
  width: 80px;
  height: 60px;
  overflow: hidden;
  border-radius: 8px;
  margin: 0;
  min-width: 85px;
}
.property-foot li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.property-foot li .float-left {
  width: 100%;
  padding-left: 20px;
}
.property-foot li .float-left a {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.property-foot li .float-left p {
  color: #416977;
  font-size: 14px;
  margin-bottom: 0;
}
.footer-copyright {
  font-size: 14px;
  color: #416977;
  padding: 20px;
  background: #011015;
  text-align: center;
}
.login-wrap {
  min-height: 80vh;
  padding: 60px 0px;
  background: url(../images/banner-login.jpg) no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.login-form-box {
  margin: 0px auto;
  background: #fff;
  max-width: 450px;
  padding: 50px;
  border-radius: 8px;
  box-shadow: 0px 15px 30px 1px rgba(0, 0, 0, 0.05);
}
.login-heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.form-group label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.helper-text {
  font-size: 13px;
  font-weight: 500;
  color: red;
}
.helper-text strong {
  font-weight: 500;
}
.sec-padd-in {
  padding: 50px 0px;
}

/*blog*/
.blog-sidebar {
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  max-width: 280px;
}
.blog-list-wrap {
  -ms-flex: 0 0 calc(100% - 280px);
  flex: 0 0 calc(100% - 280px);
  max-width: calc(100% - 280px);
  padding-right: 40px;
}
ul,
li {
  list-style: none;
  margin-bottom: 0;
}
.blog-list-wrap .blog-list-in {
  display: flex;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #f3f3f3;
  border-radius: 10px;
}
.blog-list-wrap .blog-list-in:last-child {
  padding-bottom: 0;
}
.blog-list-in .card-image {
  width: 350px;
  min-width: 350px;
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
}
.blog-list-in .card-image img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-list-in .blog-action {
  width: 100%;
  padding-left: 30px;
  position: relative;
  padding-bottom: 50px;
}
.author-time {
  font-size: 14px;
  color: #000;
}
.author-time i {
  font-size: 16px;
  margin-right: 5px;
}
.author-time a {
  color: #000;
  margin-right: 15px;
  display: inline-flex;
  align-items: center;
}
.blog-list-in .card-title a {
  font-size: 22px;
  font-weight: bold;
}
.blog-list-in .card-title p {
  font-size: 14px;
}
a {
  color: #44c1ea;
}
.view-comment a {
  color: #333;
  font-size: 14px;
  display: inline-flex;
  margin-right: 20px;
  text-decoration: none;
}
.view-comment a i {
  margin-right: 10px;
}
.blog-list-in .view-comment {
  position: absolute;
  bottom: 0;
  left: 30px;
}
.blog-sidebar .card {
  margin-bottom: 20px;
  padding: 20px;
}
.blog-sidebar .font-18 {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.blog-sidebar .font-18:after {
  content: "";
  height: 4px;
  width: 60px;
  background-color: #44c1ea;
  position: absolute;
  left: 0;
  bottom: 0;
}
.categories-sidebar li {
  border-bottom: 1px solid #f3f3f3;
}
.categories-sidebar li a {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.categories-sidebar li .right {
  margin-left: auto;
  background-color: #44c1ea;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  text-align: center;
}
.categories-sidebar li .left {
  color: #000;
  font-weight: 600;
  width: 100%;
  font-size: 14px;
}
.categories-sidebar li:last-child {
  border-bottom: none;
}
.categories-sidebar li a:hover {
  background-color: #f3f3f3;
}
.category-event.category-tag a {
  background-color: #fff;
  border: 1px solid #44c1ea;
  color: #44c1ea;
}
.blog-single .card-title {
  font-size: 22px;
  font-weight: bold;
}
.blog-single .card-image {
  overflow: hidden;
  border-radius: 15px;
}
.blog-single {
  margin-bottom: 30px;
}
.comment-login {
  background-color: #f3f3f3;
  padding: 30px;
  border-radius: 10px;
}
.comment-login h6,
.comment-box h6 {
  font-size: 18px;
  font-weight: 600;
}
.comment-login .btn {
  min-width: 150px;
}
.single-narebay .comment .comment-list {
  display: flex;
}
.single-narebay .comment .author-image {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.single-narebay .comment .author-image img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-narebay .comment .content {
  width: 100%;
  padding-left: 15px;
}
.single-narebay .comment .author-name {
  font-size: 14px;
}
.single-narebay .comment .author-name .time {
  color: #92a4bf;
}
.single-narebay .comment .author-comment p {
  margin-bottom: 0px;
  font-size: 14px;
}
.single-narebay .comment .author-comment span {
  font-weight: 600;
  font-size: 14px;
  color: #44c1ea;
  cursor: pointer;
}
.single-narebay .comment {
  margin-bottom: 15px;
}
.single-narebay .comment.children {
  padding-left: 70px;
}
.single-narebay .comment.children .author-image {
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.comment-box form {
  display: flex;
  margin-top: 5px;
}
.single-narebay .comment .comment-box form,
.comment .comment-box form {
  display: flex;
  padding-left: 64px;
  margin-top: 5px;
}
.single-narebay .comment .comment-box .form-group,
.comment-box .form-group {
  margin-bottom: 0;
  width: 100%;
  margin-right: 10px;
}
.obj-fit {
  overflow: hidden;
}
.obj-fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.dropdown .dropdown-menu {
  transition: 0.3s ease-in-out;
  transform: translateY(50px);
  pointer-events: none;
  opacity: 0;
  display: block;
  min-width: 200px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #f3f3f3;
}
.dropdown-menu li a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}
.dropdown-menu li a i {
  margin-right: 10px;
}
.dropdown-menu li {
  border-bottom: 1px solid #f3f3f3;
}
.dropdown-menu li:last-child {
  border: none;
}
.dropdown-menu li a:hover {
  color: #44c1ea;
}
.dropdown .dropdown-menu.show {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: inherit;
}
header .dropdown-menu {
  left: auto;
  right: 0;
}
/*blog*/

/*agent*/
.agent-list {
  text-align: center;
}
.agent-list figure {
  width: 120px;
  height: 120px;
  margin: 0px auto;
  border-radius: 50%;
  margin-bottom: 20px;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 14%);
}
.agent-list h5 a {
  color: #313435;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.625rem;
  text-transform: capitalize;
}
.agent-list .email {
  color: #6f808a;
  font-size: 0.875rem;
}
/*agent*/

/*Search*/
.sec-padd-30 {
  padding: 30px 0px;
}
.property-list {
  margin: 15px 0px;
}
.search-filter .searchbar .form-control {
  padding: 0px 10px;
  height: 45px;
  font-size: 13px;
  padding-right: 25px;
  border-color: #e5e5e5;
}
.search-list-fl {
  padding-bottom: 40px;
}
/*Search*/

/*contact us*/
textarea.form-control {
  min-height: 100px !important;
}
.contact-box {
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  max-width: 950px;
  margin: 0px auto;
  overflow: hidden;
}
.contact-box .contact-content,
.contact-box .contact-sidebar {
  padding: 50px;
  width: 100%;
}
.contact-box .contact-sidebar {
  background-color: #44c1ea;
}
.contact-box .col-md-7,
.contact-box .col-md-5 {
  display: flex;
}
.contact-box .contact-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
.contact-box .col-md-5 {
  color: #fff;
}
/*contact us*/

/*dashboard*/
.dashboard-sec .dash-left {
  background: #f5f8fe;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  min-height: 650px;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  max-width: 250px;
}
.dashboard-sec .dash-left .collection.with-header {
  border: none;
  margin: 0;
}
.dashboard-sec .dash-right {
  -ms-flex: 0 0 calc(100% - 250px);
  flex: 0 0 calc(100% - 250px);
  max-width: calc(100% - 250px);
  padding: 20px;
  padding-top: 0;
  padding-left: 45px;
}
.dashboard-sec .collection-header figure {
  width: 60px;
  height: 60px;
  margin: 0px auto;
  border-radius: 50%;
  margin-bottom: 5px;
}
.dashboard-sec .collection-header {
  text-align: center;
  padding: 20px;
  padding-bottom: 10px;
}
.dashboard-sec .collection-header h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.dashboard-sec .collection-header h6 {
  margin-bottom: 0;
}
.dashboard-sec .with-header {
  height: 100%;
  overflow: auto;
  padding: 10px 0px;
}
.dashboard-sec .with-header a {
  display: block;
  text-decoration: none;
}
.dashboard-sec .with-header a .collection-item {
  padding: 10px;display: flex;
align-items: center;
}
.dashboard-sec .with-header a .collection-item:hover {
  background-color: #dce2ee;
  color: #fff;
}
.dashboard-sec .with-header a .collection-item.active {
  background-color: #44c1ea;
}
.dashboard-sec .with-header a span {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  color: #000;
  margin-left: 10px;
}
.dashboard-sec .with-header a .collection-item.active span {
  color: #fff;
}
.dashboard-sec .with-header a .collection-item.active svg {
  fill: #fff;
}
.dashboard-top-row {
  margin-bottom: 30px;
}
.dashboard-top-row .col {
  display: flex;
}
.dashboard-top-row .col .box {
  width: 100%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 5px #dfdfdf;
  padding: 15px;
  display: flex;
  align-items: center;
}
.dashboard-top-row .col .box figure {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border-radius: 100%;
  background: #ecfaff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.dashboard-top-row .col .box figure i {
  font-size: 26px;
  color: #44c1ea;
}
.dashboard-top-row .col .box figcaption {
  padding-left: 15px;
  width: 100%;
}
.dashboard-top-row .col .box figcaption h4 {
  margin: 0 0 4px 0;
  padding: 0;
  font-size: 22px;
}
.dashboard-top-row .col .box figcaption span {
  font-size: 15px;
  font-weight: bold;
}
.dashboard-row-2 {
  margin-bottom: 30px;
}
.dashboard-row-2 .col {
  display: flex;
}
.dashboard-row-2 .col .box {
  width: 100%;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 5px #dfdfdf;
  padding: 15px;
}
.inner-box-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.inner-box-head figure {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border-radius: 100%;
  background: #ecfaff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.inner-box-head figure i {
  font-size: 26px;
  color: #44c1ea;
}
.inner-box-head figcaption {
  padding-left: 15px;
  width: 100%;
}
.inner-box-head figcaption span {
  font-size: 15px;
  font-weight: bold;
}
.agent-title {
  font-weight: bold;
  margin-bottom: 15px;
}
.dashboard-box-inner .box-content {
  width: 100%;
}
.mail-list {
  margin-top: 15px;
}
.mail-list ul li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  border-top: solid 1px #ececec;
  padding: 15px 0px;
}
.mail-list ul li a h4 {
  font-size: 14px;
  margin: 0 auto 0 0;
  padding: 0;
  line-height: normal;
  padding: 0px 0px;
}
form .error {
  color: #ff0000;
}
/*dashboard*/

/*---------------------------------------------------------------
properties-create-page-css-here
---------------------------------------------------------------*/

.radio-btn-list {
  display: flex;
  position: relative;
}
.radio-btn-list p {
  padding-right: 10px;
}
.radio-btn-list p label {
  display: flex;
  align-items: center;
}
.radio-btn-list p label span {
  padding-left: 8px;
}
.radio-btn-list .error {
  position: absolute;
  left: 0;
  bottom: 0;
}

/*---------------------------------------------------------------
properties-list-page-css-here
---------------------------------------------------------------*/

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-collapse: collapse;
  display: table;
  text-align: left;
  border: none;
}
table th {
  padding: 10px 15px;
  border: none;
  text-transform: capitalize;
  background: #44c1ea;
  color: #fff;
}
table td {
  padding: 15px 15px;
  border-bottom: 1px solid #c9c9c9;
  background: #fff;
  font-size: 14px;
  color: #1b1b1b;
}
table tr:last-child td {
  border-bottom: none;
}
table .material-icons {
  font-size: 22px;
}
table .btn {
  height: auto;
  line-height: normal;
}

/*---------------------------------------------------------------
properties-edit-page-css-here
---------------------------------------------------------------*/

.add-image-list {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}
.add-image-list img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
  margin: 5px;
}
.add-image-list ul li {
  position: relative;
}
.add-image-list ul li .btn {
  position: absolute;
  left: -5px;
  top: -5px;
  width: 45px;
  height: 45px;
  background: #44c1ea;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
  border-radius: 2px;
}
h4.single-title {
  text-transform: uppercase;
  font-size: 28px;
}
.card-no-box-shadow {
  box-shadow: none;
  border: 1px solid #e0e0e0;
  border-radius: 0;
}
.p-15 {
  padding: 15px;
}
h5.m-0 {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.p-15 {
  padding: 15px;
}
.address-head {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.address-head i {
  margin-right: 10px;
}
.hotel-room-detail {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.star-btn {
  height: 42px;
  flex: 0 0 42px;
  max-width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dfdfdf;
  border-radius: 100%;
  color: #fff;
}
.star-btn i {
  font-size: 18px;
}
.hotel-room-detail span {
  background: #dfdfdf;
  border-radius: 50px;
  color: #333;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  margin-left: 10px;
}
.border2 {
  border: 1px solid #dddddd;
}
.center,
.center-align {
  text-align: center;
}
.p-l-10 {
  padding-left: 10px;
}
.p-r-10 {
  padding-right: 10px;
}
.profile-link {
  margin-bottom: 15px;
  display: block;
  text-transform: uppercase;
  color: #222222;
  font-weight: bold;
  text-decoration: underline;
}
.property-price-box {
  display: flex;
  align-items: center;
}
.property-price-box h4 {
  margin-right: auto;
  font-size: 2.28rem;
}
.property-price-box button {
  margin-left: auto;
}
.property-price-box .btn {
  background: #dfdfdf;
}
.property-price-box .left {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
  padding-right: 15px;
}
.single-property-bg {
  padding-top: 35px;
}
.con-info-box {
  display: flex;
  margin-bottom: 15px;
}
.con-info-box i {
  min-width: 55px;
  width: 55px;
}
.con-info-text {
  width: 100%;
}
.con-info-text .uppercase {
  font-weight: 700;
}
.hiddendiv.common {
  padding: 0 !important;
}
.hiddendiv.common br {
  display: none;
}
.pro-text-head {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 0px;
}
.pro-text-head:after {
  content: "";
  height: 4px;
  width: 60px;
  background-color: #44c1ea;
  position: absolute;
  left: 0;
  bottom: 0;
}
.video-pro iframe {
  width: 100%;
  height: 400px;
}
.property-user-img .obj-fit {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  min-width: 60px;
}
.property-user-img .card-stacked {
  width: 100%;
  padding-left: 15px;
}
.property-user-img {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.profile-form {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding-top: 15px;
  margin-top: 15px;
}
.property-list-view {
  display: flex;
  background-color: #fff;
  background-clip: border-box;
  margin: 20px 0;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.2s;
}
.property-list-view:hover {
  box-shadow: 0 5px 30px 0 rgba(51, 51, 51, 0.15);
}
.property-list-view .card-image {
  flex: 0 0 210px;
  max-width: 210px;
  height: 125px;
}
.property-list-view .card-stacked {
  width: 100%;
  padding: 15px;
}
.property-list-view .card-action .btn-flat {
  display: inline-flex;
  margin-right: 15px;
  margin-bottom: 10px;
}
.material-tooltip {
  position: absolute;
  background-color: rgba(0, 0, 0, 1);
  z-index: 999;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  top: 0;
}
.membership-ui article {
  padding-bottom: 70px;
  width: 100%;
  position: relative;
  border-radius: 5px;
  box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #d4e2f0;
}
.membership-ui .plan-head {
  padding: 40px 30px;
  background-color: #d7f0f9;
}
.membership-ui .plan-head .plag-tag {
  padding: 10px 30px;
  border-radius: 5px;
  margin-bottom: 15px;
  background-color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  color: #44c1ea;
  text-transform: uppercase;
}
.membership-ui .plan-head h4 {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
}
.membership-ui .plan-head font {
  vertical-align: super;
  font-size: 18px;
}
.membership-ui .plan-head strong {
  font-size: 16px;
  font-weight: 600;
}
.plan-content ul li {
  margin-bottom: 15px;
  font-size: 14px;
  position: relative;
  padding-left: 35px;
}
.plan-content ul li svg {
  fill: #44c1ea;
  position: absolute;
  top: 0;
  left: 0;
}
.plan-content ul li:last-child {
  margin-bottom: 0px;
}
.plan-content {
  padding: 35px 0px;
}
.membership-ui .col-md-4 {
  display: flex;
}
.plan-content {
  padding: 30px;
}
.membership-ui .btn-plan {
  position: absolute;
  bottom: 0;
  padding: 30px;
  width: 100%;
}
.membership-ui .btn-plan .btn {
  width: 100%;
}
.pagination {
  justify-content: center;
  margin-top: 20px;
}
.pagination a {
  display: inline-flex;
}
.main {
  min-height: 600px;
}
.multiple-select {
  display: none;
}
.multiple-select-dropdown {
  padding: 10px 0px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: none;
  position: absolute;
  top: 42px !important;
  background-color: #fff;
  left: 0 !important;
  z-index: 1;
}
.multiple-select-dropdown li {
  padding: 5px 10px;
  padding-left: 45px;
  position: relative;
  background: url(../images/uncheck.png) no-repeat;
  background-size: 26px;
  background-position: 13px center;
}
.multiple-select-dropdown li.selected.active {
  padding: 5px 10px;
  padding-left: 45px;
  position: relative;
  background: url(../images/check.png) no-repeat;
  background-size: 26px;
  background-position: 13px center;
}
.multiple-select-dropdown li.selected {
  background: url(../images/uncheck.png) no-repeat;
  background-size: 26px;
  background-position: 13px center;
}

.multiple-select-dropdown li label input {
  display: none;
}
.select-dropdown.dropdown-trigger {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  height: 42px;
  font-size: 14px;
  width: 100%;
  padding-right: 25px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: url(../images/arrow.png) #fff no-repeat;
  background-size: 20px;
  background-position: center right;
  padding-left: 10px;
}
.select-wrapper {
  position: relative;
}
.select-wrapper .caret {
  display: none;
}
.multiple-select-dropdown li.disabled {
  display: none;
}
.featured-pro .col-md-4 {
  display: flex;
}
.featured-pro .col-md-4 .card.property-list {
  width: 100%;
}
.requiredField {
  color: red;
}
.side-menu-btn {
  display: none;
}

.form-phone-box span strong {
  font-weight: 500;
}
.read-message {
  margin-top: 20px;
  margin-bottom: 40px;
}
.read-message span {
  font-weight: bold;
}
.read-message p {
  background-color: #f9f9f9;
  padding: 12px;
  margin-top: 5px;
}
.reply-read-btn {
  display: flex;
  align-items: center;
}
.reply-read-btn .btn {
  font-size: 14px;
}
.reply-read-btn a {
  margin-right: auto;
}
.reply-read-btn button.btn {
  margin-left: auto;
  background: #ff9800;
}
.searchbar-list-sec {
  background: #f5f8fe;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
}
.searchbar-list-sec .filter-search .btn-blue {
  width: 100%;
  justify-content: center;
  text-align: center;
}
.whatsapp-icon .scroll span {
  color: #2eb843 !important;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp-icon .scroll span i {
  font-size: 32px;
  margin-right: 8px;
}
.whatsapp-icon a {
  text-decoration: none;
}

.bookmark-select-iss {
  height: 42px;
  flex: 0 0 42px;
  max-width: 42px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dfdfdf;
  border-radius: 100%;
  color: #fff;
}
.hotel-room-detail a {
  text-decoration: none;
}
.hotel-room-detail span {
  margin-bottom: 5px;
}

.card.property-list {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 10px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
  width: 100%;
  margin: 15px 0;
}
.card.property-list:hover {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.19);
  border: 1px solid rgba(7, 155, 205, 0.37);
}
.timer-rating {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  padding: 10px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.timer-rating span {
  background: #069dcf;
  padding: 3px 6px;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  border-radius: 2px;
}
.b-mark-sec {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.b-mark-sec a {
  font-size: 32px;
  color: #44c1ea;
}
.b-mark-sec a:hover {
  color: #fff;
}
.address span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.in-add-wd {
  display: flex;
  align-items: center;
  color: #333333;
  font-weight: 500;
}
.address-mark .in-add-wd {
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 5px;
  color: #fff;
}
.address-mark .in-add-wd i {
  font-size: 15px;
  margin-right: 5px;
}
.card .card-image {
  border-radius: 10px 10px 0px 0px;
}
.address-mark {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.card.property-list a {
  text-decoration: none;
}
.btn-outline {
  border-radius: 25px;
  border: 1px solid #44c1ea;
  background: transparent;
  font-size: 14px;
  color: #44c1ea;
  height: 40px;
}
.property-content .d-flex {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.property-content .d-flex .in-add-wd {
  max-width: 230px;
  word-break: break-all;
}
.timer-rating .right {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.card-image-fig {
  padding: 15px;
}
.card-image-fig figure {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin: 0px;
}
.card-image-fig figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#share-agent .modal-dialog {
  max-width: 650px;
}
.pro-amounts figure {
  width: 200px;
  min-width: 200px;
  height: 160px;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 0px;
  margin-right: 20px;
}
.pro-amounts figure img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.pro-amounts {
  display: flex;
  padding-bottom: 25px;
}
.pro-amounts figcaption {
  width: 100%;
}
.pro-amounts figcaption h5 {
  font-size: 28px;
  color: #333;
  font-weight: 700;
  margin-bottom: 20px;
}
.pro-amounts figcaption p {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  margin-bottom: 0px;
}
.pro-amounts figcaption .property-action {
  padding-bottom: 20px;
}
.pro-amounts figcaption .property-action .btn-flat {
  font-size: 14px;
}
.share-icons h6 {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 15px;
}
.policy-btn-sec {
  display: inline-flex;
  align-items: center;
}
.policy-btn-sec a {
  color: #44c1ea;
  text-decoration: none;
  font-size: 16px;
}
.share-icons {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  padding: 20px;
  text-align: center;
}
.share-icons ul li {
  padding-bottom: 20px;
}
.share-icons ul li a img {
  max-width: 35px;
  margin: auto;
}
.modal-body .profile-form .custom-checkbox {
  padding-bottom: 20px;
}
.modal-body .custom-checkbox .custom-control-label {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
}
#share-agent .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #44c1ea;
  background-color: #44c1ea;
}
#share-agent .modal-title {
  color: #333;
  font-size: 22px;
  font-weight: 700;
}
#share-agent .profile-form {
  border-top: none;
  padding-top: 0px;
  margin-top: 0px;
}
.single-description .btn-outline {
  min-width: 160px;
}
.single-description p {
  padding-right: 40px;
}
/*.full-map-add footer{display: none;}*/

.section.sec-padd-in .nav-pills {
  justify-content: flex-end;
}
.map-view .maps-flex {
  display: flex;
  width: 100%;
  height: calc(100vh - 240px);
  overflow: hidden;
}
.map-view .maps-flex .container-fluid {
  flex: 0 0 50%;
  max-width: 50%;
  overflow: auto;
}
.map-view .maps-flex .container-fluid .row .col-md-3 {
  flex: 0 0 50%;
  max-width: 50%;
}
.map-view .sec-padd-in {
  padding: 20px 0px 0px 0px;
}
.list-view .sec-padd-in {
  padding: 20px 0px 0px 0px;
}
.list-view .right-map-sec {
  display: none;
}
.featured-grid-nav li a {
  border: 1px solid #44c1ea;
  margin: 0 3px;
  padding: 10px 15px;
}
.featured-grid-nav li a i {
  font-size: 22px;
}
.featured-grid-nav .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #44c1ea;
}

.content-map-lists .row .col-md-3 {
  display: flex;
}

.resi-densi .d-flex {
  justify-content: space-between;
  width: 100%;
}
.resi-densi ul {
  display: flex;
  align-items: center;
}
.resi-densi ul li {
  padding-right: 10px;
}
.resi-densi ul .active a {
  background: #44af09;
}
.resi-densi ul li a {
  background-color: #c6c6c6;
  padding: 5px 10px;
  display: block;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.resi-densi .d-flex h6 {
  font-size: 32px;
  font-weight: 700;
  color: #44af09;
  margin-bottom: 0px;
}
.in-resi0 h4 {
  font-size: 26px;
  font-weight: 700;
  color: #000030;
  margin-bottom: 10px;
}
.in-resi0 p {
  font-size: 16px;
  font-weight: 500;
  color: #a5a5b0;
  margin-bottom: 0px;
}
.resi-densi .d-flex span {
  background: #55cbf2;
  display: flex;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.property-deats-list {
  display: flex;
  flex-wrap: wrap;
}
.property-deats-list li {
  flex: 0 0 20%;
  max-width: 20%;
  margin: 10px 0;
  padding-right: 10px;
}
.property-deats-list li h6 {
  font-size: 16px;
  font-weight: 600;
  color: #000030;
  margin-bottom: 0px;
  word-break: break-all;
  position: relative;
}
.property-deats-list li span {
  font-size: 15px;
  font-weight: 600;
  color: #a5a5b0;
  margin-bottom: 0px;
  word-break: break-all;
}
.amenities-p ul {
  display: flex;
  align-items: center;
  padding: 0px 10px;
}
.amenities-p ul li {
  padding-right: 10px;
}
.amenities-p ul li a {
  border: 1px solid #9c9ca8;
  padding: 6px 12px;
  display: block;
  text-align: center;
  color: #9c9ca8;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.amenities-p ul li a i {
  padding-right: 10px;
  font-size: 18px;
}
.iti-sdc-3 .form-control.mobile-number {
  width: 100% !important;
  max-width: 100%;
}

.search-inner-box {
  background: #fff;
}
.searchCtrlBox {
  display: flex;
  width: 100%;
}
.searchCtrlBox .dropdown-box-first {
  flex: 0 0 25%;
  max-width: 25%;
}
.searchCtrlBox .dropdown-box-second {
  flex: 0 0 75%;
  max-width: 75%;
}
.searchCtrlBox .form-inline {
  width: 100%;
  position: relative;
}
.searchCtrlBox .form-inline .btn {
  border-radius: 0px;
  padding: 0px 40px;
  height: 46px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
}
.searchCtrlBox .form-control {
  width: 100%;
  height: 46px;
  border-radius: 0px;
  padding-right: 145px;
}
.dropdown-box-first details {
  height: 46px;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 10px;
  position: relative;
}
.check-resident ul li .custom-control-label {
font-size: 12px;
font-weight: 500;
cursor: pointer;
word-break: break-all;
}

.select-list-drop .select-dropdown,
.select-list-drop .select-dropdown * {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
.select-list-drop .select-dropdown {
  position: relative;
}
.select-list-drop .select-dropdown select {
  font-size: 1rem;
  font-weight: normal;
  max-width: 100%;
  padding: 8px 24px 8px 10px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-list-drop .select-dropdown select:active,
.select-list-drop .select-dropdown select:focus {
  outline: none;
  box-shadow: none;
}
.select-list-drop .select-dropdown:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-top: 5px solid #aaa;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.select-list-drop {
  display: flex;
  width: 100%;
}
.select-list-drop .dropdown {
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding: 0px 15px;
  border-radius: 4px;
  font-size: 14px;
  padding: 8px 12px;
  color: #656d78;
  border: 1px #e5e5e5 solid;
}
.select-list-drop .dropdown {
  flex: 0 0 25%;
  max-width: 25%;
  margin: 0px 10px;
}
.down-filter-sec .select-list-drop {
  flex: 0 0 60%;
  max-width: 60%;
}
.down-filter-sec {
  display: flex;
  padding: 12px 10px 14px 20px;
  background: #f6f7fb;
}
.clear-btns {
  flex: 0 0 40%;
  max-width: 40%;
  text-align: right;
}
.clear-btns .btn {
  color: #44c1ea;
  border: none;
}

.price-in-min .d-flex {
  width: 100%;
}
.price-in-min .d-flex ul {
  flex: 0 0 50%;
  max-width: 50%;
}

.dropdown {
  display: inline-block;
  position: relative;
}
/*
.dd-button {
  display: inline-block;
  border: 1px solid gray;
  border-radius: 4px;
  padding: 10px 30px 10px 20px;
  background-color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
}
*/
.dd-button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

/*.dd-button:hover {
  background-color: #eeeeee;
}
*/

.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  list-style-type: none;
}

.dd-input + .dd-menu {
  display: none;
}

.dd-input:checked + .dd-menu {
  display: block;
}

.dd-menu li {
  padding: 15px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {
  display: block;
  /*  margin: -10px -20px;
  padding: 10px 20px;*/
}

.dd-menu li.divider {
  padding: 0;
  border-bottom: 1px solid #cccccc;
}
.min-max-text {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  padding: 5px !important;
  border-bottom: 1px solid #cccccc4f;
}
.dd-mmix {
  display: flex;
  min-width: 180px;
  width: 100%;
}
.dd-mmix .ddlist {
  flex: 0 0 50%;
  max-width: 50%;
  overflow: auto;
  height: 200px;
  padding: 5px 5px;
  border-right: 1px solid #cccccc4f;
  margin-right: 5px;
}
.dd-mmix .ddlist a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  padding: 10px;
}
.dd-mmix .ddmlist a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  padding: 10px;
}
.dd-mmix .ddmlist {
  flex: 0 0 50%;
  max-width: 50%;
  overflow: auto;
  height: 200px;
  padding: 5px 5px;
}
.dd-mmix .ddlist .custom-control-label {
  cursor: pointer;
}
.dd-mmix .ddmlist .custom-control-label {
  cursor: pointer;
}
.add-price-minmax {
  padding: 0px !important;
  margin: 0px !important;
}
.add-price-minmax .dd-menu li a {
  margin: 0px !important;
}
.dd-menu-min-x {
  min-width: 200px;
}
.bhk-flats {
  min-width: 220px;
}
.owner-user {
  min-width: 220px;
}

.search-bar .nav-pills {
  margin-bottom: 0px !important;
  padding-bottom: 0px;
}
.search-bar .nav-pills .nav-link {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 0px;
  padding: 15px 30px;
  text-transform: capitalize;
}
.search-bar .nav-pills .nav-link.active {
  box-shadow: none;
  z-index: 1;
  background-color: rgba(202, 202, 202, 0.5);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.dd-mmix .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #44c1ea;
  background-color: #44c1ea;
  cursor: pointer;
  display: none;
}
.dd-mmix .custom-control-label::before {
  display: none;
}
.dd-mmix
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::after {
  display: none;
}
.dd-mmix .custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 0.5rem;
  font-weight: 600;
  font-size: 13px;
}

.dd-mmix .custom-control-input:checked ~ .custom-control-label {
  color: #44c1ea;
}
.right-map-sec .gm-style-iw-c {
  max-width: 150px !important;
  max-height: 250px !important;
}

/*----faq----*/
.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #ededed !important;
  padding: 0;
  border-radius: 5px;
}
.panel-default > .panel-heading a {
  display: block;
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 600;
  padding: 30px 0px;
  position: relative;
  text-decoration: none;
}
.panel-default > .panel-heading a:after {
  content: "";
  font-size: 22px;
  position: absolute;
  top: 30px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
}
.panel-default {
  border-bottom: 1px solid #bab8b5;
  background: #fff;
}
.panel-body {
  display: flex;
  padding-right: 60px;
  text-align: left;
}
.panel-body span {
  font-size: 20px;
  color: #a2a9ab;
  padding-right: 15px;
}
.panel-body p {
  font-size: 14px;
  color: #4a4a4a;
  padding-top: 5px;
  font-weight: 400;
}
.panel-default > .panel-heading a[aria-expanded="true"]:after {
  content: "\f077";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #0491b2;
}
.panel-default > .panel-heading a[aria-expanded="false"]:after {
  content: "\f077";
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #0491b2;
}
.panel-default .panel-title {
  margin: 0px;
  text-align: left;
}
.panel-title a span {
  font-size: 20px;
  font-weight: 600;
  padding-right: 10px;
}
.faq-inner-sec {
  padding: 40px 0px;
  text-align: left;
}
/*----faq----*/

.amenities-list {
  display: flex;
  flex-wrap: wrap;
}
.amenities-list li {
  flex: 0 0 33%;
  max-width: 33%;
  margin: 10px 0;
  padding-right: 10px;
}
.amenities-list li p {
  font-weight: 500;
  color: #000030;
  margin-bottom: 0px;
  word-break: break-all;
  position: relative;
  padding-left: 35px;
  text-transform: capitalize;
}
.amenities-list li p::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #57ccf2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transform: rotate(-10deg);
  font-size: 12px;
}

/*new css 15-12-2020*/
.dashboard-sec {
  padding: 60px 0px;
}
.dash-right h4.agent-title {
  position: relative;
  margin-bottom: 35px;
}
.dash-right h4.agent-title:after {
  content: "";
  position: absolute;
  left: 0;
  height: 4px;
  width: 50px;
  background: #333;
  bottom: -10px;
}
.in-add-wd h4 {
  color: #070734;
  font-weight: 600;
  font-size: 18px;
}
.profile-for-user {
  width: 130px;
  position: relative;
}
.profile-for-user figure {
  overflow: hidden;
  width: 120px;
  height: 120px;
  border-radius: 20px;
}
.profile-for-user figure img {
  object-position: top center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.profile-for-user a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgb(90, 206, 244);
  background: linear-gradient(
    90deg,
    rgba(90, 206, 244, 1) 0%,
    rgba(6, 157, 207, 1) 100%
  );
  position: absolute;
  bottom: 15px;
  right: -10px;
}
.profile-for-user a input {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.profile-for-user a svg {
  fill: #fff;
}
.check-resident li {
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.check-resident li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.search-bar-home {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  z-index: 11;
  justify-content: center;
  display: flex;
  padding: 0px 16px;
}
.search-bar-home-in {
  width: 950px;
}
.search-bar-home-in .nav-tabs {
  border-bottom: none;
}
.search-bar-home-in .tab-content {
  background: #fff;
  border-radius: 5px;
}
.search-top-bar .btn,
.search-top-bar .form-control {
  height: 60px;
  box-shadow: none !important;
}
.search-top-bar .form-control {
  border: none;
  border-left: 1px solid #dfe2e6;
  border-radius: 0;
}
.search-top-bar .btn.btn-blue {
  border-radius: 0px 5px 0px 0px;
  padding: 0px 40px;
}
.search-bar-home-in .nav-tabs .nav-item {
  margin-bottom: -4px;
  margin-right: 10px;
}
.search-bar-home-in .nav-link {
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px;
  color: #000;
  padding: 15px 30px;
}

.search-home-box {
  position: relative;
}
.search-bottom-bar {
  border-top: 1px solid #dfe2e6;
  padding: 10px;
  position: absolute;
  background: #fff;
  border-radius: 10px;
  top: 70px;
  box-shadow: 0px 3px 20px #00000042;
  padding: 20px;
  flex-direction: column-reverse;
  width: -moz-available;
  z-index: 9;
}
.multiselect.dropdown-toggle span {
  font-size: 14px;
}
.multiselect-native-select .btn-group button {
  width: 170px;
  text-align: left;
}
.multiselect-option.dropdown-item label {
  font-size: 14px;
}
.multiselect-option.dropdown-item {
  width: 100% !important;
}
.multiselect-option.dropdown-item.active {
  background-color: rgba(90, 206, 244, 1) !important;
}
.budget-sec {
  font-size: 13px;
}
.budget-sec li {
  padding: 5px 15px;
}
.budget-sec .col-md-12 {
  text-align: center;
  font-weight: 600;
}
.budget-sec span {
  font-size: 11px;
  text-align: center;
  background-color: #ccc;
  display: block;
}
.search-left-item .dropdown button {
  height: 38px;
  font-size: 14px;
  border: 1px solid #ced4da;
  font-weight: 400;
}
.budget-sec ul {
  height: 150px;
  overflow-y: auto;
}
.search-right-item {
  align-items: center;
  display: flex;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.search-left-item .dropdown-menu {
  width: 250px;
}
.home_listing_box {
  padding: 75px 0px;
}
.about-home figure {
  margin: 0px;
}
.about-home figcaption h1 {
  font-size: 30px;
  color: #59cdf4;
  font-weight: 700;
  margin: 0px 0px 25px 0px;
}
.about-home figcaption p {
  font-size: 14px;
  color: #9898a3;
  font-weight: 300;
  margin: 0px 0px 25px 0px;
  padding: 0px 30px 0px 0px;
}
.about-home figcaption h1 span {
  color: #000031;
}
.section-headings-new {
  background-color: #000031;
  height: 180px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-headings-new h4 {
  font-size: 34px;
  font-weight: 700;
}
/*new css 15-12-2020*/

/* Css Dated 28 12 Yogesh */

.page-sec-header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-padding {
  padding: 55px 0;
}
.search-form-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
.form-label-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
.search-form-label {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
}
.seperator {
  display: block;
  height: 1px;
  background-color: #eaeaea;
  margin: 15px 0;
}
.filter-clear-btn {
  color: #46c2eb;
  height: initial;
  font-size: 13px;
  line-height: initial;
  font-weight: 500;
}
.flex-form-group {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.flex-form-group .form-group {
  margin-bottom: 0;
  flex: 0 0 48%;
  max-width: 48%;
}
.f-form-text {
  margin: 0 5px;
}
.prop-section-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}
.property-cell-box {
  border-top: 1px solid #eaeaea;
  margin: 15px 0;
  padding: 15px 0;
}
.floor-plan-img-box figure {
  margin-bottom: 0;
  height: 390px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #f8f8f8;
}
.floor-plan-img-box figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.gmap-box {
  border-radius: 6px;
  height: 280px;
}
.enq-form-shell {
  background: #f5f8fe;
  padding: 20px;
  border-radius: 8px;
}
.enq-form-shell .prop-section-title,
.agent-form-shell .prop-section-title {
  margin-bottom: 20px;
}
.enq-form-footer .whatsapp-icon {
  margin-top: 10px;
}
.enq-form-footer .btn .material-icons {
  margin-left: 5px;
}
.enq-form-footer .btn {
  text-transform: uppercase;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seller-info-shell {
  background: #f5f8fe;
  padding: 20px;
  border-radius: 8px;
  margin: 15px 0;
}
.seller-info-body {
  display: flex;
  margin-bottom: 10px;
}
.seller-info-shell figure {
  border-radius: 10px;
  overflow: hidden;
  flex: 0 0 75px;
  height: 75px;
  max-width: 120px;
  margin-right: 15px;
  margin-bottom: 0;
}
.seller-info-shell figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.seller-p-info p {
  margin-bottom: 0;
  font-size: 13px;
  color: #9898a3;
}
.seller-uname {
  font-size: 16px;
  color: #000031;
  font-weight: 700;
  margin: 5px 0;
}
.featured-prop-list {
  background: #f5f8fe;
  padding: 20px;
  border-radius: 8px;
  margin: 15px 0;
}
.enquiry-form .form-group .form-control {
  border-color: #e5e5e5;
  font-size: 13px;
  height: 45px;
}
.property-header-title-shell {
  display: flex;
  align-items: center;
  border-top: 0;
}
.property-header-title-shell .prop-section-title {
  margin-bottom: 0;
}
.share-btn .btn {
  background: #f5f8fe;
  border-radius: 8px;
  color: #44c1ea;
  font-size: 24px;
  width: 60px;
  height: 40px;
}
.rent-btn {
  color: #fff;
  background: rgb(8 158 208);
  height: auto;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 20px;
  margin-left: 10px;
  line-height: initial;
    height: 36px;
}
.prop-price-text {
  color: #44af09;
  font-size: 36px;
  font-weight: 700;
}
.property-cell-box.property-header-title-shell{flex-wrap: wrap;}
.property-cell-box.property-header-title-shell h4{font-size: 15px;width: 100%;}
.prop-price-box-header{display: flex;align-items: center;}
.property-descp-header-shell {
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
}
.splide-one {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.splide-two {
  margin-top: 5px;
}
.splide__arrow svg {
  fill: #fff;
}
.splide__arrow {
  background: rgb(90, 206, 244);
  background: linear-gradient(
    90deg,
    rgba(90, 206, 244, 1) 0%,
    rgba(6, 157, 207, 1) 100%
  );
}
.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 2px solid transparent;
}
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #53c9f0;
}
.single-slider {
  margin-top: 15px;
}
.flex-col {
  display: flex;
}
.right-map-sec {
  border-radius: 9px;
  overflow: hidden;
}
.map-view .prop-list-deats {
  display: none;
}
.property-descp-shell p {
  font-size: 14px;
  color: #9898a3;
}
.virtual-prop-img {
  height: 480px;
  margin: 20px 0 0;
  border-radius: 6px;
  overflow: hidden;
}
.virtual-prop-img img {
  width: 100%;
  height: 100%;
}
.agent-list-shell {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.agent-list-shell[data-column="1"] .agent-list {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  flex-basis: 100%;
}
.agent-list-shell[data-column="2"] .agent-list {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  flex-basis: 50%;
}
.agent-list-shell[data-column="3"] .agent-list {
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  min-width: 33.3333333333%;
  flex-basis: 33.3333333333%;
}
.agent-list-shell[data-column="4"] .agent-list {
  width: 25%;
  max-width: 25%;
  min-width: 25%;
  flex-basis: 25%;
}
.agent-list-shell[data-column="5"] .agent-list {
  width: 20%;
  max-width: 20%;
  min-width: 20%;
  flex-basis: 20%;
}
.agent-list-shell[data-column="6"] .agent-list {
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  min-width: 16.6666666667%;
  flex-basis: 16.6666666667%;
}
.agent-list-shell[data-column="7"] .agent-list {
  width: 14.2857142857%;
  max-width: 14.2857142857%;
  min-width: 14.2857142857%;
  flex-basis: 14.2857142857%;
}
.agent-list-shell[data-column="8"] .agent-list {
  width: 12.5%;
  max-width: 12.5%;
  min-width: 12.5%;
  flex-basis: 12.5%;
}
.agent-list-shell[data-column="9"] .agent-list {
  width: 11.1111111111%;
  max-width: 11.1111111111%;
  min-width: 11.1111111111%;
  flex-basis: 11.1111111111%;
}
.agent-list {
  z-index: 0;
  position: relative;
  padding: 10px;
  box-shadow: 0 0 0 1px #e2e9ed;
  background: #fff;
  box-sizing: border-box;
  height: 320px;
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
}
.agent-list:hover {
  z-index: 1;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
  transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
}
.card-agent .about {
  opacity: 0;
  margin: 0 0 -18px;
  transition: margin 0.2s ease, opacity 0.2s ease;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.agent-list:hover .about {
  margin: 16px 0 0;
  opacity: 1;
}
.agent-list:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.card-agent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  text-align: center;
}
.agent-form-shell {
  background: #f5f8fe;
  padding: 20px;
  border-radius: 8px;
}
.property-content .search-title a {
  line-height: 2;
  color: #252525;
  font-size: 16px;
  font-weight: 600;
}
.agent-prop-action .material-icons {
  color: #56c9f0;
  margin-right: 5px;
  font-size: 19px;
}
.agent-prop-action {
  border-top: 1px solid #eee;
  padding: 10px 0 0;
  margin-top: 20px;
}
.agent-prop-action .btn-flat {
  font-size: 14px;
  color: #7e7e7e;
}
.prop-list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prop-list-header h5 {
  margin-bottom: 0;
}
.blog-sidebar-box {
  background: #f5f8fe;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
}
.card-deck .row{width:100%;}

.pdd011{padding-top: 20px;}
#secondary-slider-track{padding:0px 30px;}
.splide__arrow--next {
    right: 0em;
}
.splide__arrow--prev {
    left: 0em;
}

.pdd011 .card-deck{ margin-right: 0px;margin-left: 0px;}  

.check-resident ul{height: 250px;overflow-x: auto;}
.check-resident ul li h6{font-size: 14px;}
.pro-detail-lists li{display: flex;padding:5px;}
.pro-detail-lists li h6 {
  font-size: 14px;
  color: #212529;
  font-weight: 500;
  margin-bottom: 0px;
  padding-right: 20px;
  min-width: 330px;
  max-width: 330px;
  min-width: 100% !important;
}
.pro-detail-lists li h6::after{content: ":";position: absolute;right: 50px;top: 0;}
.pro-detail-lists li span{display: block;font-size: 14px;font-weight: 500;color: #a5a5b0;}
.property-deats-list li img{display: block;margin-bottom: 15px !important;margin: auto;margin-bottom: auto;}
.property-deats-list li{text-align: center;}
.bg-detail { background: #f2f2f2; }
.bg-detail .enq-form-shell,.bg-detail .seller-info-shell,.bg-detail .featured-prop-list {box-shadow: 0px 2px 2px rgba(0,0,0,0.1); background: #fff; }
.bg-detail .property-cell-box { padding: 15px;background: #fff;border-radius: 10px;box-shadow: 0px 2px 2px rgba(0,0,0,0.1);  }
.pro-detail-lists { display: flex;flex-flow: wrap; }
.pro-detail-lists li { width: 33.33%;display: block; }
.pro-detail-lists li h6::after { display: none; }
.pro-detail-lists li h6 { font-weight: 700; }
.single-slider figure{height: 100%;}



.single-slider figure a { display: block; overflow: hidden; height:100%;}
.single-slider figure a img { object-fit: cover;object-position: center;height: 100%;width: 100%; }

.property-list .card-image img { transition: 0.3s ease-in-out; }
.card.property-list:hover .card-image img { transform: scale(1.2); }
.form-stky { position: sticky;top: 75px; }
.properts-slider .owl-stage,.properts-slider .owl-stage .owl-item,.properts-slider .owl-stage .owl-item .item { display: flex;width: 100%; }
.new-tit-set h4 { font-size: 26px; }

.verified-item {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    top: 10px;
    left: 10px;
    background: linear-gradient( 90deg, rgba(90, 206, 244, 1) 0%, rgba(6, 157, 207, 1) 100% );
    padding: 2px 10px;
    border-radius: 4px;
    z-index: 1;
}

.verified-item svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}


.pro-detail-lists li.big-head h6 {
  font-size: 16px;
}

.pro-detail-lists li.big-head span {
  font-size: 16px;
}

.mobile-filter-blk {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  margin-bottom: 40px;
}

.mobile-filter-blk span svg {
  background: linear-gradient( 90deg, rgba(90, 206, 244, 1) 0%, rgba(6, 157, 207, 1) 100% );
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: .25rem;
  padding: 10px;
  fill: #fff;
  cursor: pointer;
}

.mobile-filter-content-blk .search-filter button.btn.filter-close {
  display: none;
}

.flor-plan-tabs .nav-tabs .nav-link {
  border-radius: 50px;
  border: 2px solid #44c1ea;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #44c1ea;
  height: 40px;
  text-transform: uppercase;
}

.flor-plan-tabs .nav-tabs .nav-link.active {
  background: #44c1ea;
  color: #fff;
}

.flor-plan-tabs {
  margin-top: 20px;
}

.flor-plan-tabs .nav-tabs .nav-item+.nav-item {
  margin-left: 10px;
}

.flor-plan-tabs .nav-tabs {
  border: none;
  margin-bottom: 10px;
}



.dynamic-filter>div {
  max-width: calc(50% - 10px);
  width: 100%;
}
.dynamic-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dynamic-filter #js-conditional-floorunit {
  max-width: 100%;
  display: flex !important;
  justify-content: space-between;
}


.dynamic-filter #js-conditional-floorunit>div {
  max-width: calc(50% - 10px);
  width: 100%;
}

.dropdown-content.select-dropdown.multiple-select-dropdown{overflow: auto;}
.available-from-calender {
  position: absolute;
  right: 8%;
  bottom: 38%;
}

.close-filter-model {
  position: absolute;
  z-index: 10;
  top: 1%;
  right: 1%;
  cursor: pointer;
}