@font-face {
  font-family: neue-helvetica-l;
  /* font-weight: 500; */
  src: url('/assets/fonts/neuehelvetica.otf') format('opentype');
}

@font-face {
  font-family: roboto-thin;
  src: url('/assets/fonts/Roboto-Light.ttf');
}

@font-face {
  font-family: neue-helvetica-l;
  src: url('/assets/fonts/neuehelvetica-lite.ttf');
}

@font-face {
  font-family: neue-helvetica-l;
  /* font-weight: 400; */
  src: url('/assets/fonts/FreeSans.otf');
}

body *:focus,
body *:active {
  outline: none;
}

body {
  background: #fafbfc;
  font-family: 'neue-helvetica-l';
  color: #232333 !important;
  font-weight: 400;
  letter-spacing: 0.02rem;
}

#property-description-section,
#property-details-section,
#property-rent-section,
#property-availability-section,
#property-map-section,
#property-book-section,
#property-similar-section,
#scroll-here-to-book-property {
  scroll-margin-top: 60px;
}

h3 {
  font-size: 24px !important;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
}

.modal {
  padding-right: unset !important;
}

.tooltip-inner {
  background-color: #949494 !important;
}

.custom-container {
  max-width: 1400px;
}

.tooltip.bs-tooltip-auto[x-placement^='top'] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: '';
  border-width: 5px 5px 0;
  border-top-color: #949494;
}

.tooltip.bs-tooltip-auto[x-placement^='right'] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
  margin-top: -3px;
  content: '';
  border-width: 5px 5px 5px 0;
  border-right-color: #949494;
}

.tooltip.bs-tooltip-auto[x-placement^='bottom'] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -3px;
  content: '';
  border-width: 0 5px 5px;
  border-bottom-color: #949494;
}

.tooltip.bs-tooltip-auto[x-placement^='left'] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
  right: 0;
  margin-top: -3px;
  content: '';
  border-width: 5px 0 5px 5px;
  border-left-color: #949494;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #2073d9;
  outline: 0;
  box-shadow: 0 0 0 0.05rem rgb(90 203 160 / 14%);
}

.form-inline {
  display: inline-block;
}
.navbar-header.col {
  padding: 0 !important;
}
.navbar {
  background: #fff !important;
  padding: 0 !important;
  border-bottom: 1px solid #d6d6d6;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.nav-link img {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin: -8px 0;
  float: left;
  margin-right: 10px;
}

.navbar-light .navbar-nav .nav-link {
  color: #414141;
}

.navbar-collapse {
  margin: 0.5rem 1rem;
}

.navbar .navbar-brand {
  color: #555;
  padding-left: 0;
  padding-right: 50px;
  font-family: 'Merienda One', sans-serif;
}
.navbar .navbar-brand i {
  font-size: 20px;
  margin-right: 5px;
}
.search-box {
  position: relative;
}
.search-box input {
  box-shadow: none;
  padding-right: 35px;
  border-radius: 3px !important;
}
.search-box .input-group-addon {
  min-width: 35px;
  border: none;
  background: transparent;
  position: absolute;
  right: 0;
  z-index: 9;
  padding: 7px;
  height: 100%;
}
.search-box i {
  color: #a0a5b1;
  font-size: 19px;
}
.navbar .nav-item i {
  font-size: 18px;
}
.navbar .dropdown-item i {
  font-size: 16px;
  min-width: 22px;
}
.navbar .nav-item.open > a {
  background: none !important;
}
.navbar .dropdown-menu {
  border-radius: 1px;
  border-color: #e5e5e5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.navbar .dropdown-menu a {
  color: #777;
  padding: 8px 20px;
  line-height: normal;
}
.navbar .dropdown-menu a:hover,
.navbar .dropdown-menu a:active {
  color: #333;
}
.navbar .dropdown-item .material-icons {
  font-size: 21px;
  line-height: 16px;
  vertical-align: middle;
  margin-top: -2px;
}
.navbar .badge {
  color: #fff;
  background: #f44336;
  font-size: 11px;
  border-radius: 20px;
  position: absolute;
  min-width: 10px;
  padding: 4px 6px 0;
  min-height: 18px;
  top: 5px;
}
.navbar a.notifications,
.navbar a.messages {
  position: relative;
  margin-right: 10px;
}
.navbar a.messages {
  margin-right: 20px;
}
.navbar a.notifications .badge {
  margin-left: -8px;
}
.navbar a.messages .badge {
  margin-left: -4px;
}
.navbar .active a,
.navbar .active a:hover,
.navbar .active a:focus {
  background: transparent !important;
}
@media (min-width: 1200px) {
  .form-inline .input-group {
    width: 300px;
    margin-left: 30px;
  }

  .search-title {
    white-space: nowrap;
  }
}
@media (max-width: 1199px) {
  .form-inline {
    display: block;
    margin-bottom: 10px;
  }
  .input-group {
    width: 100%;
  }

  .visible-search-bar-wrapper {
    width: 55vw !important;
  }
}

.custom-background {
  background: #fafbfc;
}

.profile-btn {
  padding-top: 0px;
  padding-bottom: 0px;
}

.profile-img {
  border: 1px solid #acacac73;
  height: 40px !important;
  width: 40px !important;
  padding: 2px;
  background: #ffffff;
  border-radius: 50%;
  object-fit: cover;
}

.custom-default-btn {
  background-color: #2073d9;
  padding-left: 12px;
  padding-right: 12px;
  color: #ffffff !important;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 30px;
  border-radius: 4px;
}

.resend-otp {
  font-size: 12px;
  padding: 10px 0;
  color: #5c5b5b;
  border: none;
  background: none;
  cursor: pointer;
}

@media (max-width: 425px) {
  .btn-custom-mt-sm {
    margin-top: 10px;
  }
}

.main-container {
  margin-top: 57px;
}
.your-listing__main-container {
  background-image: linear-gradient(
    to right,
    rgba(195, 194, 213, 1) 0%,
    rgba(195, 194, 213, 0.5) 20%,
    rgba(195, 194, 213, 0.5) 80%,
    rgba(195, 194, 213, 1) 100%
  );
}

.navbar-light .navbar-toggler {
  border-color: #ffffff;
}

.navbar-light .navbar-toggler:focus {
  outline: none;
}

/* login start */

.line-height-label {
  line-height: 35px !important;
}

.line-height-label-checkbox {
  margin-top: 12px;
}

.login-block {
  /* background: -webkit-linear-gradient(to bottom, #FFB88C, #DE6262);
    background: linear-gradient(to bottom, #2073D9, #5ab6cb); */
  /* float: left; */
  width: 100%;
  padding: 12vh 0;
  height: calc(100vh - 57px);
}

.banner-sec {
  background: url('/assets/images/background.jpg') no-repeat right;
  background-size: contain;
  min-height: 500px;
  border-radius: 0 10px 10px 0;
  padding: 0;
}

.bg-white {
  background: #fff;
}

.carousel-inner {
  /* border-radius: 0 10px 10px 0; */
}

.carousel-caption {
  text-align: left;
  left: 5%;
}

.login-sec {
  padding: 50px 30px;
  position: relative;
  border: 1px solid #acacac2b;
}

.login-sec .copy-text {
  position: absolute;
  width: 80%;
  bottom: 20px;
  font-size: 13px;
  text-align: center;
}

.login-sec .copy-text i {
  color: #feb58a;
}

.login-sec .copy-text a {
  color: #e36262;
}

.login-sec h2 {
  margin-bottom: 30px;
  /* font-weight: 800; */
  font-size: 30px;
  color: #f29c3e;
}

.login-sec h2:after {
  content: ' ';
  width: 100px;
  height: 2px;
  background: #f1b249;
  display: block;
  margin-top: 15px;
  border-radius: 0px;
  margin-left: auto;
  margin-right: auto;
}

.banner-text {
  width: 70%;
  position: absolute;
  bottom: 40px;
  padding-left: 20px;
}

.banner-text h2 {
  color: #fff;
  font-weight: 600;
}

.banner-text h2:after {
  content: ' ';
  width: 100px;
  height: 5px;
  background: #fff;
  display: block;
  margin-top: 20px;
  border-radius: 3px;
}

.banner-text p {
  color: #fff;
}

.custom-border-bottom {
  border-bottom: 2px solid #e4eaf0;
}

@media (max-width: 475px) {
  .login-block {
    padding: 3vh 0 !important;
  }

  .custom-bold {
    font-weight: 100 !important;
  }

  .custom-text-center {
    text-align: center !important;
  }

  .landing-sub-custom-ul li {
    font-size: 12px !important;
  }

  .pg-box {
    font-size: 14px;
  }

  .pg-box h3 {
    font-size: 18px !important;
  }

  .other-user-box h3 {
    font-size: 18px !important;
  }

  .other-user-box {
    font-size: 14px;
  }

  .search-mini-filter-wrapper {
    flex-direction: column;
  }

  .width-50-percent {
    width: 100% !important;
    padding: 10px !important;
  }

  .search-title {
    font-size: 1.5rem !important;
    padding: 0 0 3.0rem 0 !important;
  }

  .header-heading {
    font-size: 1.5rem !important;
  }

  .custom-header-heading {
    font-size: 1.05rem !important;
  }

  .multi-select-button {
    min-width: 80px !important;
    max-width: 80px !important;
    font-size: 0.875em !important;
  }

  .custom-width-property-row {
    padding: 0 !important;
  }

  .week-days {
    font-size: small !important;
  }

  .property-body {
    height: 260px !important;
  }

  .custom-modal-body {
    width: 60% !important;
  }
  .property-media-wrapper {
    flex-direction: column;
  }

  .property-image-wrapper {
    width: 100% !important;
  }

  .landing-custom-ul {
    font-size: 14px;
  }

  .big-box-heading {
    font-size: 12px !important;
  }
}

.share-links {
  padding: 10px;
  margin: auto;
  text-align: center;
  cursor: pointer;
  flex-wrap: nowrap;
}
.share-links a {
  color: inherit;
}
.green-icons i {
  color: #2073d9 !important;
}

.full-height-custom {
  height: auto !important;
}

label.error {
  font-size: 14px;
  color: #ffa2a2;
}

label.success {
  font-size: 14px;
  color: #5acba1;
}
/* login end */

.custom-card {
  /* border: 1px solid #acacac2b; */
  background-color: #ffffff;
}

.custom-list-icon {
  font-size: 22px;
  color: #2073d9;
}

.custom-list-group .custom-list-group-item {
  border-bottom: 1px solid #acacac2b;
  border-width: 0px 0px 2px 0px;
  border-right: 0px solid #acacac2b;
  font-size: 15px;
  border-radius: 0px;
}
.custom-list-group .custom-list-group-item:last-child {
  border-top: 1px solid #acacac2b;
}

.custom-list-group .custom-list-group-item.active {
  /* background-color: #fdfbf6;
    color: #495057; */
  background-color: #f5f5f5;
  color: #495057;
  border-right: 3px solid #2073d9;
  font-weight: bolder;
}

.custom-list-group .custom-list-group-item:focus {
  outline: none;
}

.custom-header-image {
  border-bottom: 1px solid #acacac2b;
  border-width: 0px 1px 1px 0px;
  color: #f29c3e;
}

.custom-btn-group .custom-btn:focus {
  box-shadow: none;
}

.custom-btn-group .custom-btn {
  background-color: #fdfbf6;
  padding-left: 12px;
  padding-right: 12px;
  color: #666 !important;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 30px;
  border-radius: 0px;
  border: 1px solid #acacac2b;
}

.custom-btn-group .custom-btn.active {
  background-color: #2073d9;
  padding-left: 12px;
  padding-right: 12px;
  color: #ffffff !important;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 30px;
  border-radius: 0px;
}

.custom-form-section-label {
  color: black;
  width: 100%;
  padding: 18px 0px 5px 0px;
  margin: 0;
  font-size: 20px;
}

input:checked {
  color: #2073d9 !important;
}

[type='radio']:checked,
[type='radio']:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type='radio']:checked + label,
[type='radio']:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  font-size: 15px;
}
[type='radio']:checked + label:before,
[type='radio']:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
[type='radio']:checked + label:after,
[type='radio']:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #2073d9;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type='radio']:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type='radio']:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

::placeholder {
  color: rgb(177, 177, 177) !important;
}

[type='checkbox']:checked,
[type='checkbox']:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type='checkbox']:checked + label,
[type='checkbox']:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  font-size: 15px;
}
[type='checkbox']:checked + label:before,
[type='checkbox']:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}
[type='checkbox']:checked + label:after,
[type='checkbox']:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #2073d9;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type='checkbox']:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type='checkbox']:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.custom-col-form-label {
  /* font-weight: 600; */
  color: #2073d9;
  font-size: 15px;
}

.datepicker table tr td.active.active {
  background-color: #2073d9 !important;
  background-image: none;
}

.city-selector .bootstrap-select {
  width: 100% !important;
}

.city-selector .dropdown-item.active,
.dropdown-item:active {
  background-color: #2073d9 !important;
}

.nav-link.active {
  color: #2073d9 !important;
}

.city-selector .btn-light {
  background-color: #ffffff !important;
  border: 1px solid #ced4da !important;
  color: #666666 !important;
}

.city-selector .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.location-map {
  height: 400px;
}

.hide-container {
  display: none;
}

.custom-form-class .multi-select-container .multi-select-button {
  padding: 3px 20px !important;
  width: unset !important;
  height: auto;
  /* border: 1px solid #9d9d9d; */
  /* border: 1px solid #3c2de9; */
  /* border: 1px solid #ddd; */
  /* border: 1px solid #e8e5f8; */
  background-color: rgb(232, 229, 248, .3);
  border: 1px solid #e5e4f7;
  min-width: 100px;
  max-width: 100px;
  font-size: 0.875em;
}

.whatsapp {
  color: #25d366;
}

.facebook {
  color: #3b5998;
}

.linkedin {
  color: #0a66c2;
}

.email {
  color: #bb001b;
}

.instagram {
  color: #bc2a8d;
}

.twitter {
  color: #1da1f2;
}

.word-break-custom {
  word-break: break-word;
}

.show-container {
  display: block;
  border: 2px solid;
  border-style: groove;
}

.card-container {
  border-width: 2px !important;
  border-radius: 40px;
  text-align: center;
  width: 800px;
  padding: 40px 50px;
}

.card-container ul {
  text-align: left;
  list-style: none;
  margin-bottom: 1.5rem;
}

.custom-section-wrapper-property {
  border-left: 1px solid #acacac2b;
}

.form-label-paragraph {
  font-size: 15px;
  color: #b3b3b3;
  display: inline-block;
  width: 100%;
  padding: 0px 0px 10px 0px;
}

.bootstrap-datetimepicker-widget button,
.bootstrap-datetimepicker-widget button:hover,
.bootstrap-datetimepicker-widget button:active,
.bootstrap-datetimepicker-widget button:focus {
  background-color: #2073d9;
  border-color: #2073d9;
}

.bootstrap-datetimepicker-widget {
  padding: 0px;
}

.bootstrap-datetimepicker-widget .timepicker .btn .fa {
  color: #2073d9 !important;
}

/* select start */
.select2-container .select2-selection--single {
  height: 38px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 36px !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da !important;
}

.select2-container:focus {
  outline: none !important;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #2073d9 !important;
}

.select2-dropdown *:focus,
.select2 *:focus {
  outline: none !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #495057 !important;
}

/* select end */

@media (max-width: 425px) {
  .custom-list-group {
    flex-direction: row !important;
  }

  .custom-list-group-vertical {
    flex-direction: column !important;
  }

  .input-full-width {
    width: 100%;
  }

  .property-body-mobile-730 {
    height: 730px;
  }
  .negotiation-list.active {
    border-right: 0px !important;
    border-left: 3px solid #f29c3e;
  }
  .mobile-rotate-down {
    transform: rotate(90deg);
  }

  .mobile-block {
    display: block;
  }

  .custom-list-group .custom-list-group-item.active {
    border-bottom: 2px solid #2073d9;
    border-right: 0px;
  }

  .custom-list-group .custom-list-group-item:last-child {
    border-top: 0px;
    border-left: 1px solid #acacac2b;
  }
}

.custom-body-bg-color {
  background-color: white !important;
}

/*  */
/*  */
/* Top & bottom buttons start here */

.top-btn {
  padding: 13px;
  display: flex;
  justify-content: center;
  border-left: 1px solid #acacac2b;
  cursor: pointer;
  border-bottom: 1px solid #acacac2b;
}

.top-btn.first-element {
  border-left: 0px solid #acacac2b !important;
}

.top-btn:hover {
  background-color: #f8f9fa;
}

.top-btn span.sub-title {
  color: #444444;
  text-decoration: none;
  font-size: 16px;
}

.top-btn .fa {
  font-size: 17px !important;
  padding-top: 2px;
}

.top-btn.active {
  border-bottom: 2px solid #2073d9;
}

.mobile-bottom-bar {
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  width: 100vw;
  left: 0;
  z-index: 4;
}

.mobile-bottom-bar .mobile-bottom-btn {
  padding: 9px;
}

.mobile-bottom-btn-wrapper {
  border-left: 1px solid #acacac2b !important;
}

.mobile-bottom-bar {
  border-top: 1px solid #acacac2b !important;
  background-color: #ffffff;
}

.mobile-bottom-btn {
  padding: 5px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 25vw;
  text-align: center;
  background-color: #ffffff;
}

.mobile-bottom-btn:hover {
  background-color: #f8f9fa;
}

.mobile-bottom-btn span.sub-title {
  color: #444444;
  text-decoration: none;
  font-size: 12px;
}

.mobile-bottom-btn .fa {
  font-size: 20px;
}

.mobile-bottom-btn.active {
  /* background-color: #f8f9fa; */
  border-top: 2px solid #2073d9;
}

/* Top & bottom buttons ends here */
/*  */
/*  */

.form-control:disabled,
.form-control[readonly] {
  background-color: unset;
}

.custom-readonly {
  border-color: #2073d9;
  box-shadow: 0 0 0 0.05rem rgb(90 203 160 / 14%);
  background-color: #e8f0fe !important;
}

.property-heading-wrapper {
  /* border-bottom: 1px solid #acacac2b; */
  color: #444444;
  padding: 10px;
}

.property-heading-wrapper h3 {
  font-size: 21px !important;
}

.add-heading-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  border-bottom: 1px solid #acacac2b;
  flex-wrap: wrap;
}

.custom-heading {
  align-items: center;
}

.responsive-btn {
  position: absolute;
  right: 5%;
}

.responsive-width {
  width: auto;
}

@media (max-width: 1500px) {
  .custom-video-column {
    max-width: 85% !important;
  }
}

.custom-video-column {
  max-width: 60%;
}

@media (max-width: 1000px) {
  .responsive-btn {
    position: unset;
  }

  .custom-width {
    width: 100% !important;
    padding: 0 !important;
    padding-top: 24px !important;
  }

  .from-negotiation-width {
    width: 100% !important;
  }

  .filter-section {
    width: 60vw !important;
  }
}

.add-heading-wrapper h3 {
  font-size: 18px !important;
}

.sec-bg-color {
  background-color: #f4f5f6;
}

.custom-btn-2 {
  background-color: #2073d9;
  padding-left: 12px;
  padding-right: 12px;
  color: #ffffff !important;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 30px;
  border-radius: 0px;
  text-decoration: none;
  cursor: pointer;
}

.property-card-wrapper {
}

.property-heading-wrapper {
  /* background-color: #f8f9fa; */
  display: flex;
  justify-content: space-between;
}

.property-card-wrapper .property-heading-wrapper h3 {
  color: #44444c;
}

.property-iamge {
  width: auto;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #cedae6;
}

.property-image-wrapper {
  /* border-right: 1px solid #acacac2b; */
  padding: 15px;
  position: relative;
  width: 50%;
}

.cus-border-bottom {
  border-bottom: 1px solid #acacac2b !important;
}

.cus-border-left {
  border-left: 1px solid #acacac2b !important;
}

.cus-border-right {
  border-right: 1px solid #acacac2b !important;
}

.cus-border-top {
  border-top: 1px solid #acacac2b !important;
}

.border-bottom-none {
  border-bottom: none !important;
}

.property-image-btn-wrapper {
  position: absolute;
  bottom: 25px;
  right: 25px;
  /* padding: 1px 10px; */
  background-color: #2073d9;
  border: 1px solid #2073d9;
  border-radius: 4px;
  cursor: pointer;
  z-index: 1;
}

.share-btn {
  position: absolute !important;
  right: 1% !important;
  top: 20% !important;
  color: black;
  border: none;
  font-size: 20px;
  background-color: transparent;
}

.property-image-btn-wrapper:hover {
  background-color: #6c9dd9;
  border: 1px solid #6c9dd9;
}

.property-image-btn-wrapper .property-image-btn {
  text-decoration: none;
  color: #ffffff;
}

.notification-indicator {
  width: 5px;
  height: 5px;
  background-color: #f29c3e;
}

.property-row {
  display: flex;
  padding: 0px 15px;
  justify-content: space-between;
}

.custom-width,
.from-negotiation-width {
  width: 65%;
}

.property-address-row {
  margin-top: 21px;
}

.address-heading {
  font-size: 18px !important;
  padding: 0;
}

.property-row-section {
  font-size: 14px;
  width: 100%;
}

.property-row-section-heading {
  color: #949494;
}

.property-btn-relative {
  position: relative;
  top: 0;
  right: 0;
  padding: 0px 5px;
}

.property-body {
  /* display: flex; */
  /* justify-content: center; */
  /* flex-direction: column; */
  /* height: 345px; */
}

.custom-property-body {
  height: auto !important;
}

.custom-width-property-row {
  padding: 0px 15px;
  white-space: nowrap;
}

.primary-color {
  color: #2073d9;
}

.small-box {
  height: 150px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: x-large;
  font-weight: bolder;
  color: #707070;
  box-shadow: 0px 0px 50px #0d0d0c29;
}

.secondary-color {
  color: #f29c3e;
}

.icon-secondary-color {
  color: #2a2a33 !important;
}

.focus-box-shadow-none:focus {
  box-shadow: none;
  outline: none !important;
}

.custom-btn-3 {
  background-color: #f29c3e;
  padding-left: 12px;
  padding-right: 12px;
  color: #ffffff !important;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 30px;
  border-radius: 0px;
  text-decoration: none;
}

.custom-model-title {
  color: #f29c3e;
}

.no-properties-text {
  font-size: 18px !important;
}

.no-properties-wrapper {
  height: 20vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.property-media-wrapper {
  display: flex;
  justify-content: center;
}

.property-availability-wrapper {
  border-top: 1px solid #acacac2b;
  border-right: 1px solid #acacac2b;
  display: flex;
  justify-content: space-between;
  padding: 15px !important;
  flex-direction: column;
}

.property-availability-day-section {
  text-align: center;
}

.property-availability-day {
  font-size: 16px;
  color: #2a2a33;
}

.property-availability-time {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 15px;
}

.property-availability-to {
  color: #acacac;
  font-weight: bold;
}

.text-right {
  text-align: right;
}

.property-availability-time i.fa {
  color: #f29c3e;
  line-height: 67px;
}

.availability-title-wrapper {
  padding: 10px 15px !important;
  /* border-right: 1px solid #acacac2b; */
  /* border-top: 1px solid #acacac2b; */
  display: flex;
  /* justify-content: space-between; */
  flex-direction: row;
}

.availability-title {
  font-size: 18px;
  line-height: 26px;
  margin-right: 10px;
}

button.property-image-btn {
  background-color: transparent;
  border-width: 0;
  padding: 1px 10px;
  cursor: pointer;
}

.image-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}

.upload-btn-wrapper .btn {
  cursor: pointer;
}

.upload-btn-wrapper input[type='file'] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  /* width: 0px; */
}

.property-video {
  width: 100%;
  height: 218px;
}

.availability-days {
  line-height: 38px;
}

.width-100 {
  width: 100px;
  display: inline-block;
}

.search-bar-wrapper {
  display: flex;
  justify-content: center;
}

.custom-height-search-header {
  padding: 50px 10px !important;
}

.visible-search-bar-wrapper {
  /* padding: 50px 10px 75px 10px; */
  padding: 90px 10px 90px 10px;
  width: 50vw;
}

.search-bar {
  padding: 10px 10px 10px 20px;
  width: 100%;
  /* border: 2px solid #9d9d9d; */
  border: 1px solid #3c2de9;
  border-radius: 5px 0 0 5px;
  border-right: 0;
  /* background-color: #fafbfc; */
  background-color: rgb(232, 229, 248, .1);
}

.more-btn {
  padding: 3px 5px;
  border-radius: 5px !important;
  /* border: 1px solid #9d9d9d; */
  /* border: 1px solid #ddd; */
  /* border: 1px solid #e8e5f8; */
  height: auto;
  width: 100px;
  /* background-color: #fafbfc; */
  background-color: rgb(232, 229, 248, .3);
  border: 1px solid #e5e4f7;

  font-size: 0.875em;
}

.search-title {
  width: 100%;
  text-align: center;
}

.search-btn {
  margin: 0px;
  /* background-color: #2073d9; */
  background-color: #3c2de9; 
  border-width: 0px;
  color: #ffffff;
  width: 120px;
  cursor: pointer;
  border-radius: 0px 5px 5px 0;
}

.search-btn i {
  font-size: 25px;
}

.search-bar:focus {
  outline: none;
}

.search-btn:hover,
.search-btn.focus {
  /* background-color: #6c9dd9; */
  background-color: #6559f1;
}

.search-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
}

.search-mini-filter-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;

  /* margin-top: .8rem; */
}

.search-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.search-filter-button-select .btn {
  background-color: #fdfbf6;
  padding-left: 12px;
  padding-right: 12px;
  color: #666 !important;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 30px;
  border-radius: 0px;
  border: 1px solid #acacac2b;
}

.multi-select-menu [type='checkbox']:checked,
[type='checkbox']:not(:checked) {
  left: auto;
}

.multi-select-menu {
  z-index: 2;
  border: 1px solid #ababb3;
  border-radius: 5px;
}

.multi-select-button {
  padding: 14px !important;
  width: 120px;
  box-shadow: none;
  /* border: 2px solid #9d9d9d; */
  border: 1px solid #3c2de9;
  border-radius: 5px;
  text-align: center;
  font-size: 1.4rem;
  /* background-color: #fafbfc; */
  background-color: rgb(232, 229, 248, .1);

}

.multi-select-button:after {
  position: absolute;
  /* height: 32px; */
  margin: 7px 5px;
  right: 0;
  display: none;
}

.focus-border:focus,
.focus-border:active,
.multi-select-button:focus,
.multi-select-button:active {
  border-color: #acacac8a;
}

.flex-row-space-between {
  display: flex;
  justify-content: space-between;
}

.width-50-percent {
  width: 45%;
  padding: 0px 10px;
  min-height: 60px;
}

.range-slider-wrapper {
  margin: 10px 15px 5px 15px;
}

.filter-section {
  width: 40vw;
}

.custom-border {
  border-radius: 5px !important;
}
.hidden-filter {
  font-size: 14px;
  padding: 10px;
  border: 1px solid #acacac2b;
}

.filter-heading {
  text-align: center;
  font-size: 16px;
  color: #2073d9;
}

.filter-heading {
  color: #666;
  width: 100%;
  padding: 5px;
  margin-top: 8px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #acacac2b;
  border-bottom: 0px;
}

/* /////////// */
/* This line can be removed it was just for display on CodePen: */

.slider-labels {
  margin-top: 10px;
}

/* Functional styling;
   * These styles are required for noUiSlider to function.
   * You don't need to change these rules to apply your design.
   */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
   * Browsers can paint handles in their own layer.
   */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
   */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px !important;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #2073d9;
}

.slider-range-value .fa {
  color: #2073d9;
}

.padding-10 {
  padding: 0px 10px;
}
/* Styling;
   */
.noUi-background {
  background: #d6d7d9;
}

.noUi-connect {
  background: #2073d9;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
   */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #2073d9;
  border: 8px solid rgb(91 203 160 / 22%);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
   */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* ///////////// */

.property-tag-timeline {
  font-size: 14px;
}

.property-tag-timeline .property-tag {
  text-transform: capitalize;
}

.property-tag-timeline .fa {
  color: #2073d9;
  padding: 0px 2px;
}

/* Google map autocomplete css classes overwrite ------------------------START */
.pac-item,
.pac-item-query,
.pac-matched {
  font-size: 14px;
}

.pac-icon {
  display: none;
}

.pac-item {
  padding: 5px 20px;
}

.pac-item:hover {
  border: 1px solid #2073d9;
  background-color: unset;
}

/* Google map autocomplete css classes overwrite ------------------------END */

.result-heading {
  color: #44444c;
  width: 100%;
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
}
.custom-box {
  border: 1px solid #2a2a331a;
  border-radius: 10px;
  padding: 10px;
}
.breadcrum-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.breadcrum-wrapper select {
  padding: 2px 6px;
  border: 1px solid #9d9d9d;
  color: #444444;
  border-radius: 3px;
  font-size: 14px;
  background-color: #fafbfc;
}

option {
  background-color: #fafbfc !important;
}

.week-days {
  font-size: 13px;
  color: #999999;
}
.search-result .property-image {
  /* border-bottom: 2px solid #acacac2b; */
  /* padding: 10px 0px 10px 0px; */
  /* border-right: 1px solid #acacac2b; */
}

.search-result .property-body {
  height: 220px;
  /* border-bottom: 2px solid #acacac2b; */
}

/* .search-result .property-row{
    padding: 5px 15px;
  } */

.search-result .property-cta-wrapper {
  padding: 5px 15px;
  border: 1px solid #2073d9;
  background-color: #ffffff;
  font-size: 15px;
  color: #ffffff !important;
  font-weight: bolder;
  border-radius: 5px;
  text-align: center;
  width: 12rem;
}

.tnc-check[type='checkbox']:checked {
  position: relative !important;
  margin: 20px 0;
  left: 0;
}

.tnc-check[type='checkbox']:not(:checked) {
  position: relative !important;
  margin: 20px 0;
  left: 0;
}

.TnC-content {
  display: none;
}
.tnc-check[type='checkbox']:checked ~ .TnC-content {
  display: block;
}

.search-result .property-cta-wrapper .property-row-section-heading {
  color: #2073d9 !important;
}

.search-result .arrow-wrapper {
  vertical-align: middle;
  display: inline-block;
  font-size: 20px;
  padding: 0 15px;
}

.search-result .property-internal-wrapper {
  border-bottom: 1px solid #acacac2b;
}

.single-property-body .property-cta-wrapper {
  padding: 5px 0px;
  border: 1px solid #2073d9;
  background-color: #ffffff;
  font-size: 15px;
  color: #ffffff !important;
  font-weight: bolder;
  border-radius: 5px;
  text-align: center;
  width: 11rem;
}

.single-property-body .property-cta-wrapper.custom-change-cta {
  padding: 5px 15px;
  border: 1px solid #2073d9;
  background-color: #ffffff;
  font-size: 15px;
  color: #ffffff !important;
  font-weight: bolder;
  cursor: pointer;
  border-radius: 5px;
}

.property-cta-wrapper i.fa {
  display: none;
}

.property-cta-wrapper .active i.fa {
  display: inline-block;
}

.property-cta-wrapper-tour.active {
  color: #f29c3e;
}

.single-property-body .property-cta-wrapper. .property-row-section-heading {
  color: #ffffff !important;
}

.single-property-body .property-cta-wrapper .property-row-section-heading {
  color: #2073d9 !important;
  font-weight: bold;
}

.single-property-body .arrow-wrapper {
  vertical-align: middle;
  display: inline-block;
  padding: 5px;
  font-size: 15px;
}

.single-property-body .property-internal-wrapper {
  border-bottom: 1px solid #acacac2b;
}

.page-link {
  color: #2073d9;
}

.page-link:hover {
  color: #2073d9;
}

.filter-button-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.property-large-font {
  /* font-size: 19px; */
  color: black;
  font-weight: bolder;
}

.property-tags {
  background-color: #e9ecf2;
  padding: 2px 6px;
  border: 1px solid #66666640;
  /* margin: 5px; */
  color: #666;
  border-radius: 1px;
  font-size: 15px;
  margin-right: 9px;
}

.property-tags-wrapper {
  padding: 10px;
}

/* .col-md-3{
    display: inline-block;
    margin-left:-4px;
  }
  .col-md-3 img{
    width:100%;
    height:auto;
  } */

.single-property.carousel {
  border: 1px solid #acacac2b;
}

body .carousel-indicators li {
  background-color: #f29c3e;
  width: 7px;
  height: 7px;
  border-radius: 4px;
}

body .carousel-control-prev-icon,
body .carousel-control-next-icon {
  background-color: none;
}

body .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F29C3E' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

body .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F29C3E' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

body .no-padding {
  padding-left: 0;
  padding-right: 0;
}

.property-carousel img {
  width: auto;
  height: 225px;
  max-height: 225px;
}

.carousel-indicators {
  bottom: 0px;
}

.carousel-control-next,
.carousel-control-prev {
  width: 6%;
}

.custom-btn-primary {
  padding: 5px 15px;
  border: 1px solid #acacac2b;
  background-color: #2073d9;
  font-size: 15px;
  color: #ffffff !important;
  cursor: pointer;
}

.custom-btn-primary:hover {
  background-color: #6c9dd9;
  border: 1px solid #6c9dd9;
}

.single-property-body {
  display: block;
  height: 250px;
}

.single-property-center {
  justify-content: center;
}

.single-property-heading-wrapper {
  justify-content: center;
}

.no-image-placeholder {
  height: 300px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #acacac2b;
}

.single-property-video-wrapper {
  /* border-left: 1px solid #acacac2b; */
  border-bottom: 1px solid #acacac2b;
}

.single-property-video-wrapper video {
  margin-bottom: -8px;
}

.single-property-slider-btn {
  background-color: transparent;
  color: #2073d9;
  border: 0px solid #acacac2b;
  padding: 10px 15px;
  border-right: 1px solid #acacac2b;
  cursor: pointer;
  display: block;
}

.single-property-btn-slider-wrapper {
  /* margin:10px */
}

.slick-prev:before,
.slick-next:before {
  color: #f29c3e !important;
  opacity: 1 !important;
}

.already-booked {
}

.please-login-box {
  height: 75vh;
}

#document-type {
  width: 60%;
}

#document-number {
  width: 50%;
}

.custom-opacity {
  opacity: 0.5 !important;
}
.slick-next {
  right: 0px !important;
  background: white !important;
  z-index: 2 !important;
  width: 30px !important;
}

.slick-prev {
  left: 0px !important;
  background: white !important;
  z-index: 2 !important;
  width: 30px !important;
}

.single-property-btn-slider-wrapper .slick-list.draggable {
  border-top: 1px solid #acacac2b;
  padding: 0px 31px !important;
  border-bottom: 1px solid #acacac2b;
}

.single-property-specification-section
  .single-property-specification-section-heading
  .single-property-specification-section-title {
  font-size: 17px;
  font-weight: bolder;
}

.single-property-specification-section
  .single-property-specification-section-heading
  .single-property-specification-section-description {
  font-size: 15px;
}

.btn-single-property-cta {
  padding: 10px 15px;
  border: 1px solid #acacac2b;
  background-color: #2073d9;
  font-size: 15px;
  color: #ffffff !important;
  font-weight: bolder;
}

.btn-single-property-cta .property-row-section-heading {
  color: #ffffff !important;
}

.single-property-body .property-cta-wrapper.single-property-cta-timeline {
  padding: 5px 10px;
  margin: 0px 3px;
}

.background-white {
  background-color: #ffffff;
}

.header-paragraph {
  font-size: 15px;
  text-align: justify;
  margin-bottom: 5px;
  line-height: 1.3;
}

.header-paragraph-title {
  font-weight: bolder;
  text-align: center;
  margin-bottom: 0;
}
.header-heading {
  font-size: 37px;
}

.text-shadow-custom {
  text-shadow: 0 0 black;
  letter-spacing: 1px;
}

.header-sub-heading {
  font-size: 14px;
}

.divider {
  display: block;
  border-top: 1px solid #acacac2b;
  width: 100%;
}

.divider .arrow-wrapper {
  color: #f1bf49;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: -15px;
}

.divider .arrow-wrapper a {
  color: #f1bf49;
}

.deactivated-property {
  margin-top: 10vh;
  text-align: center;
}

/* To show the tooltip on the btns in the header */
#owner-header-btn.secondary-btn:hover::after,
#pg-header-btn.secondary-btn:hover::after {
  content: attr(data-title);
  background-color: #555;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 15px;
  display: block;
  position: absolute;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}

.divider.arrow i.fa {
  background: #ffffff;
  padding: 5px;
  border-radius: 50%;
  border: 1px solid #acacac2b;
  box-shadow: 0px 0px 9px #acacac91;
}

.border-bottom-grey {
  border-bottom: 1px solid #acacac2b;
  margin-bottom: 21px;
}

.desktop-layout-wrapper .desktop-layout {
  width: 100%;
  position: absolute;
}

.video-desktop-layout {
  padding: 3%;
}

.timelines-card {
  border: 1px solid #f29c3e;
  box-shadow: 1px 1px 8px #acacaca6;
  border-radius: 17px;
  padding: 15px;
}

.timelines-card .step {
  color: #ffffff;
  width: 27px;
  height: 27px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  background-color: #6c9dd9;
  border: 1px solid #365994;
  border-radius: 50%;
}

.timelines-card .card-header-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.timelines-card .card-header-body {
  font-size: 15px;
  list-style-type: '* ';
}

.timelines-image {
  height: 100%;
}

.timelines-image img {
  height: inherit;
  width: 100%;
  object-fit: cover;
}

.custom-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@supports (-webkit-line-clamp: 1) {
  .custom-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

#demo {
  background: linear-gradient(112deg, #ffffff 50%, #f29c3e2e 50%);
  max-width: 900px;
  margin: auto;
  border: 1px solid #f29c3e;
  border-radius: 17px;
}

.carousel-caption {
  position: initial;
  z-index: 10;
  padding: 5rem 8rem;
  color: rgba(78, 77, 77, 0.856);
  text-align: center;
  font-size: 16px;
  font-style: italic;
  /* font-weight: bold; */
  line-height: 2rem;
}

@media (max-width: 767px) {
  .carousel-caption {
    position: initial;
    z-index: 10;
    padding: 3rem 2rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 14px;
    font-style: italic;
    /* font-weight: bold; */
    line-height: 1.5rem;
  }
  .property-cta-wrapper {
    font-size: 12px !important;
    padding: 5px 10px !important;
    min-height: 50px;
    /* width: auto !important; */
  }

  .single-property-body .property-cta-wrapper {
    padding: 5px !important;
  }

  .card-container {
    width: 95%;
    padding: 10px;
    border-radius: 20px;
  }

  .card-container ul {
    font-size: 13px !important;
    padding-left: 1rem;
  }

  .card-container h3 {
    font-size: 15px !important;
  }

  .property-cta-wrapper .active i.fa {
    padding-right: 0 !important;
  }

  .responsive-width {
    width: auto !important;
  }

  .arrow-wrapper {
    font-size: 15px !important;
    padding: 5px !important;
  }

  .property-row-section {
    width: unset;
    font-size: 12px !important;
  }

  .break-section {
    flex-direction: column;
    align-items: center;
  }

  @supports (-webkit-line-clamp: 3) {
    .custom-ellipsis {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: initial;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    }
  }
}

.custom-s-line-height {
  line-height: 1.1;
}

.physical-tour-input {
  justify-content: space-around;
}

.custom-l-line-height {
  line-height: 1.5;
}

.carousel-caption img {
  width: 6rem;
  border-radius: 5rem;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .carousel-caption img {
    width: 4rem;
    border-radius: 4rem;
    margin-top: 1rem;
  }
}

#image-caption {
  font-style: normal;
  font-size: 1rem;
  margin-top: 0.5rem;
}

@media (max-width: 767px) {
  #image-caption {
    font-style: normal;
    font-size: 0.6rem;
    margin-top: 0.5rem;
  }
}

.carousel i {
  background-color: rgb(32 115 217);
  padding: 10px;
}

@media (max-width: 767px) {
  .carousel i {
    padding: 10px;
  }
}

.carousel-control-prev {
  justify-content: flex-start;
}

.carousel-control-next {
  justify-content: flex-end;
}

.carousel-control-prev,
.carousel-control-next {
  transition: none;
  opacity: unset;
  margin: 10px;
}

.sub-footer-link {
  text-decoration: none;
  color: #333333;
}

.sub-footer-link:hover {
  color: #2073d9;
}

.footer-section {
  background-color: #e9ecf2;
  margin-top: 20vh;
}

.sub-footer-image {
  height: 150px;
  width: 150px;
  object-fit: none;
  object-position: bottom;
}

.footer-description {
  font-size: 15px;
  text-align: justify;
}

.property-cta-wrapper-tour {
  padding: 5px 15px;
  border: 1px solid #acacac57;
  background-color: #fff;
  font-size: 15px;
  color: #2073d9;
  font-weight: bolder;
  cursor: pointer;
}

.property-cta-wrapper.active {
  /* background-color: #f29c3e; */
}

.property-cta-wrapper.custom-change-cta.active {
  background-color: #ffffff;
}

.property-cta-wrapper-tour.active {
  color: #f29c3e;
}

.border-bottom-custom {
  border-bottom: 1px solid #acacac2b;
}

.single-state-sections-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}

.single-state-sections-body {
  margin: 0px 15px 10px 15px;
}

.tour {
  font-size: 14px;
  word-break: break-all;
}

.custom-text-center {
  text-align: left;
}

.custom-bold {
  font-weight: bold;
}

.tour input {
  padding: 4px;
  border: 1px solid #acacac61;
  color: black;
  background-color: #e9ecf2;
}

.tour select {
  padding: 5px;
  border: 1px solid #acacac61;
  color: black;
  background-color: #e9ecf2;
}

.width-100 {
  width: 100px;
}

.flex-row {
  display: flex;
  justify-content: flex-start;
  flex-direction: revert;
}

.flex-column {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.premium-member {
  color: #f29c3e;
}

.secondary-btn-color {
  background-color: #f29c3e !important;
}

.secondary-btn {
  border: 1px solid #2073d9;
  background-color: white;
  padding: 5px 15px;
  font-size: 12px;
  border-radius: 5px;
  color: #2073d9 !important;
}

.premium-member .fa {
  color: #f29c3e !important;
  text-align: center;
}

.property-body-admin {
  height: 250px;
}

.cursor-pointer {
  cursor: pointer;
}

.admin-property-video {
  height: 170px;
}

.custom-input {
  border: 1px solid #ced4da;
}

.clear-input {
  position: absolute;
  top: 2px;
  right: 22px;
  font-size: 22px;
  background-color: white;
  padding-left: 10px;
  padding-right: 5px;
}

.full-height {
  height: 100%;
}

.verification-timeline-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.verification-timeline-element {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.timeline-parent-wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
}

.verification-timeline-element .property-row-section.completed {
  background-color: #f29c3e;
  padding: 5px 10px;
  border-radius: 20px;
  display: block;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 3px;
}

.verification-timeline-element .property-row-section {
  padding: 5px 10px;
  border-radius: 20px;
  display: block;
  color: #333333;
  cursor: pointer;
  margin-bottom: 3px;
  border: 1px solid #f29c3e;
  text-align: center;
}

.verification-timeline-title {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
}

.validation-comment {
  border: 1px solid #ced4da;
  width: 100%;
}

.custom-btn-2 {
  border: 0px;
}

.down-arrow-container {
  width: 11rem;
  display: flex;
  justify-content: center;
}

.down-arrow {
  content: '';
  color: black;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #e9ecf2;
}

.border-bottom {
  border-bottom: 2px solid #dee3e8 !important;
}

.border-bottom-primary {
  border-bottom: 1px solid #2073d9 !important;
}

.verification-timeline-element
  .property-row-section.completed
  .validation-label {
  color: #ffffff !important;
  padding-left: 20px !important;
}

.verification-timeline-element .property-row-section .validation-label {
  color: #333333 !important;
  padding-left: 20px !important;
}

select.custom-input {
  padding: 0.23em;
  width: 100%;
  color: #333333;
}

.property-body-admin-search {
  height: 150px;
}

.width-100-per {
  width: 100%;
}

.textarea-cust {
  height: 100px;
  color: #333333;
  border: 1px solid #acacac61;
}

.negotiation-list.active {
  border-right: 3px solid #f29c3e;
}

.negotiate-not-available {
  display: none;
}

.negotiate-not-available.active {
  display: inline-block;
}

.label-bold {
  font-weight: bolder;
}

.jc-center {
  justify-content: center;
}

@media (max-width: 425px) {
  .visible-search-bar-wrapper {
    width: 95vw !important;
    font-size: 14px;
    padding: 8rem 10px 8rem 10px;
  }

  .search-btn {
    width: 60px;
  }

  .search-btn i {
    font-size: 18px;
  }

  .property-address-row {
    margin-top: 18px;
  }

  .multi-select-button {
    width: 96px;
  }

  .no-image-placeholder {
    height: 200px;
  }

  .property-heading-wrapper h3 {
    font-size: 18px !important;
  }

  .custom-video-column {
    max-width: unset !important;
    height: 280px;
  }

  .small-btn {
    font-size: 12px !important;
  }

  .small-text {
    font-size: 12px !important;
  }

  .custom-box {
    padding: 10px 0;
  }

  .mt-210 {
    margin-top: 210px;
  }

  .pac-item,
  .pac-item-query,
  .pac-matched {
    font-size: 12px;
  }

  .search-bar {
    padding: 10px;
  }
  .pac-item {
    padding: 0 5px;
  }
}

.small-btn {
  font-size: 14px;
}

.small-text {
  font-size: 1rem;
}

.navbar-brand-custom .logo-img {
  height: 55px;
}

.logo-text {
  font-weight: bolder;
  color: #2073d9;
  font-size: 23px;
  font-family: 'Merienda One', sans-serif;
}

.no-property-wrapper {
  padding: 150px !important;
}

.property-image-final-main {
  height: 170px;
}

.property-video-final-main {
  height: 165px;
}

.new-custom-class {
  height: 45vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/**===== wave1 =====*/
#wave1 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
}

#wave1:before,
#wave1:after {
  content: '';
  border: 2px solid #f29c3e;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0px;
}

#wave1:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  -webkit-animation: spWaveBe 0.6s infinite linear;
  animation: spWaveBe 0.6s infinite linear;
}

#wave1:after {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
  -webkit-animation: spWaveAf 0.6s infinite linear;
  animation: spWaveAf 0.6s infinite linear;
}

@-webkit-keyframes spWaveAf {
  from {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes spWaveAf {
  from {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes spWaveBe {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@keyframes spWaveBe {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
/** END of wave1 */

.preloader {
  position: fixed;
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 106vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: 5;
}

.has-icon .form-control-icon {
  right: initial;
  left: 0;
  color: #2073d9;
  position: absolute;
  padding-left: 14px;
  padding-top: 11px;
  font-size: 18px;
}

.has-icon .form-control {
  padding-right: 12px;
  padding-left: 34px;
}

.has-icon {
  position: relative;
}

.custom-form-section-sub-label {
  color: #2073d9;
  font-size: 14px;
  padding: 5px 0px 5px 0px;
}

.image-delete-btn {
  float: right;
  color: #ffffff;
  background: #2073d9;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 6px;
  margin-top: 5px;
  cursor: pointer;
}

.property-body-630 {
  height: 630px !important;
}

.interested-people {
  font-size: 12px;
}

.grey-color {
  color: #acacac;
}

.flex-row-center {
  justify-content: center;
}

.vertical-flex-evenly {
  margin-top: 135px;
}

.search-result-similar-property {
  border: 1px solid #acacac2b;
  border-radius: 5px;
}

.search-result-similar-property button.slick-arrow {
  border: 1px solid #acacac2b;
  height: 30px;
  width: 30px !important;
  border-radius: 50%;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  box-shadow: 0px 0px 3px #bfbfbf;
}

.search-result-similar-property button.slick-next {
  margin-right: 10px;
}

.search-result-similar-property button.slick-prev {
  margin-left: 10px;
}

.search-result-similar-property .slick-dots li.slick-active button:before {
  color: #2073d9;
}

.search-result-similar-property button.slick-arrow:before {
  height: 30px;
  width: 30px;
  line-height: 30px;
}

.landing-page-video-player-1 .video,
.landing-page-video-player-2 .video {
  width: 100%;
  border: 1px solid black;
}
.landing-page-video-player-1,
.landing-page-video-player-2 {
  position: relative;
  width: 100%;
  display: table;
}
.landing-page-video-player-1 .playpause-1,
.landing-page-video-player-2 .playpause-2,
.landing-page-video-player-3 .playpause-3 {
  /* background-image:url(http://png-4.findicons.com/files/icons/2315/default_icon/256/media_play_pause_resume.png);
    background-repeat:no-repeat; */
  /* width:50%;
    height:50%; */
  position: absolute;
  left: calc(50% - 50px);
  right: 0%;
  top: calc(50% - 50px);
  bottom: 0%;
  /* margin:auto; */
  /* background-size:contain;
    background-position: center; */
}

.playpause-1,
.playpause-2,
.playpause-3 {
  background: #f29c3e;
  opacity: 0.5;
  width: 100px;
  height: 100px;
  border: solid 5px #fff;
  border-radius: 100%;
  position: relative;
  text-indent: -9999px;
  box-shadow: 1px 1px 3px #999999;
}

.playpause-1 span,
.playpause-2 span,
.playpause-3 span {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 20px solid #2073d9;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 35%;
  left: 43%;
}

.playpause-1:hover,
.playpause-2:hover,
.playpause-3:hover {
  background: #2073d9;
  cursor: pointer;
  border: none;
  position: absolute;
  width: 100px;
  height: 100px;
  box-shadow: none;
}

.playpause-1:hover span,
.playpause-2:hover span,
.playpause-3:hover span {
  border-left: 20px solid #f29c3e;
  top: 37%;
  left: 45%;
}

ul.no-image-list {
  height: 170px;
  overflow-y: auto;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.border-bottom-0 {
  border-bottom: 0px;
}

.border-radius-15 {
  border-radius: 15px;
}

.property-body-230 {
  height: 230px !important;
}

.property-body-130 {
  height: 130px !important;
}

.box-shadow-custom {
  box-shadow: 0px 0px 5px #c5c5c5;
  margin-bottom: 21px;
}

@media (max-width: 907px) { 
  .mobile-hidden {
    display: none;
  }
}

@media (max-width: 767px) {
  .property-large-font {
    font-size: 12px;
  }

  .visible-search-bar-wrapper {
    /* padding: 30px 10px 40px 10px; */
    padding: 8rem 10px 8rem 10px;
    width: 95vw !important;
  }

  .mobile-hidden {
    display: none;
  }

  .property-body-330 {
    height: 330px !important;
  }
  .pi-dh {
    height: 200px;
  }

  .bread-crum-wrapper-mobile > span {
    display: block;
    padding: 5px 0px 0px 0px;
    width: calc(100vw - 60px);
  }
  .property-body-190 {
    height: 190px !important;
  }

  .vertical-flex-evenly {
    margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .tab-desktop-hidden {
    display: none;
  }
}

.vertically-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 320px) and (max-width: 374px) {
  .multi-select-button {
    width: 55px !important;
    font-size: 0.8rem;
  }
}

@media (min-width: 375px) and (max-width: 424px) {
  .multi-select-button {
    width: 50px;
    font-size: 0.8rem;
  }

  .property-large-font-secondary {
    display: block;
  }

  .search-result .property-cta-wrapper {
    font-size: 13px !important;
    /* width: auto; */
  }
}

@media (min-width: 425px) and (max-width: 760px) {
  .multi-select-button {
    width: 90px;
  }
  .property-large-font-secondary {
    display: block;
  }

  .filter-section {
    width: 90% !important;
  }
}

@media (min-width: 769px) and (max-width: 836px) {
  .multi-select-button {
    width: 90px;
  }
}

.primary-list li {
  color: #2073d9;
  font-size: 14px;
  list-style-type: none;
}

.primary-list li:before {
  content: '\f00c'; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.2em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #f29c24;
  font-size: 16px;
}

.light-color {
  color: #acacac;
  font-size: 13px;
}

.break-section {
  display: flex;
}

.note-list {
  font-weight: 100;
  color: #2a2a33;
  font-size: 13px;
  list-style-type: none;
}

.note-list li:before {
  content: '\f111'; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #2a2a33;
  font-size: 11px;
}
.fixed-width {
  width: 33vw;
}

.property-cta-wrapper-secondary {
  background-color: #f29c24 !important;
  color: #ffffff !important;
  border: 1px solid #f29c24 !important;
  padding: 5px 30px !important;
  font-weight: unset !important;
}

.search-result .property-cta-wrapper-secondary a .property-row-section-heading {
  color: #ffffff !important;
}

@media (max-width: 768px) {
  .property-row-mobile {
    flex-direction: column;
  }
}

@media (max-width: 425px) {
  .property-body-mobile-730 {
    height: 730px !important;
  }

  .filter-section {
    width: 100% !important;
  }
}

.height-auto {
  height: auto !important;
}

.user-details {
  font-size: 15px;
  padding: 2vh;
}

.property-details {
  width: 50%;
  font-size: 15px;
  margin: 2vh;
  padding: 5px 15px;
  border: 1px solid rgb(3, 91, 253);
  border-radius: 10px;
  cursor: pointer;
}

.min-width-100 {
  min-width: 100px !important;
}

@media only screen and (max-width: 576px) {
  .availability-model-close-button-wrapper {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .document-number-input,
  .document-type-select {
    min-width: 250px !important;
  }

  .indentity-details-label {
    min-width: 75px !important;
  }
}

.big-box-heading {
  font-size: 14px;
  color: #2073d9;
  font-family: roboto-thin !important;
}

.bg-clay {
  background-color: #25283d;
}
.text-anzac {
  color: #e3b23c;
}
.landing-sub-custom-ul {
  list-style: none;
}
.landing-sub-custom-ul li {
  font-size: 14px;
}

.landing-custom-ul {
  list-style: none;
}
.landing-custom-ul i {
  color: #2073d9;
  font-size: 10px;
}
.landing-sub-custom-ul > li:before {
  content: '✓';
  margin-right: 10px;
}
.custom-li-option:before {
  display: none !important;
}
.scroll-margin-top-75 {
  scroll-margin-top: 75px;
}
.map-invisible {
  visibility: hidden;
  height: 0;
  width: 0;
}
.auto-capture-error {
  font-size: 14px;
  color: #ffa2a2;
}
.check-icon {
  position: absolute;
  top: 8px;
  left: 20px;
}

.or-bar {
  text-align: center;
  border-bottom: 1px solid rgb(223 218 218);
  line-height: 0.1em;
  margin: auto;
}

.or-bar span {
  color: rgb(167 167 167);
  background-color: white;
  font-size: 13px;
}

.address-black-box {
  color: white;
  width: fit-content;
  position: relative;
  background-color: #2a2a2a;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  margin: auto;
}

.address-black-box::after {
  content: ' ';
  position: absolute;
  left: 45%;
  bottom: -10px;
  border-top: 10px solid #2a2a2a;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  z-index: 10;
}

#auto-apture-btn i {
  font-size: 25px;
}

/** strike through ask me later label */

/**
  #listNewHouseLaterNoLabel {
    text-decoration: line-through;
  }
  
  #listNewHouseLaterNoLabel span {
    text-decoration: none;
  }
  */

#listNewHouseLaterNoLabel #askmelater-text {
  text-decoration: line-through;
}

/** temporary adjusting */

.temperory-adjusting {
  height: 10 px;
  width: 100%;
  background-color: #ffffff;
  border-top: 2px solid #fafbfc;
  border-bottom: none;
}

/** benefit feature section */

.benefits-section {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px, 60px;

  border-bottom: 2px solid #fafbfc;
}

#benefit-section-title {
  padding-left: 33px;
  padding-bottom: 1px !important;
  margin-bottom: 8px;
}

#benefit-section-subtitle {
  font-size: 20px;
  color: #777777;
  padding-left: 33px;
  padding-top: 1px !important;
  margin-bottom: 20px;
}

/*8
#benefit-section-Primemember-title {
    white-space: nowrap;
    font-size: 1.5rem !important;
    padding: 0 0 1rem 0 !important;
    width: 100%;
    text-align: center;
    color: #2073D9 !important;
    font-size: 24px !important;
}
*/

.benefit-container {
  max-width: none;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
}

.benefit-column {
  width: 32%;
  box-sizing: border-box;
  padding: 0 0px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  margin: 0 0px;
  border-bottom: none;
  /** border-right: 2px solid #25D366; */
}

.benefit-column:last-child {
  border-right: none;
}

.Prime-member-title {
  width: 100%;
  color: #2073d9;
  padding-left: 33px;
  margin-bottom: 20px;
}

/** cta2 subpara */

.cta2-subpara {
  margin-bottom: 6px;
}

.cta2-subpara p {
  line-height: 1.3;
  text-align: left;
  color: #000000;
  margin-bottom: 18px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: bold;
}

.benefit-icon {
  /**    */
  /** border: 2px solid rgb(243, 238, 247); */
  max-width: 90px;
  border-radius: 30px;
  /**background-color: rgb(239, 239, 251); */
}

.benefit-icon img {
  font-size: 48px;
  color: black;
  margin-bottom: 00px;
  width: 90px; /* size of a regular icon */
  height: 90px;
  object-fit: contain; /* fit the image within the container */
  display: block; /* make the image a block element */
  margin: auto; /* center the image horizontally */
  object-position: left;
  padding-left: 5px;
}

.benefit-text {
  font-size: 22.5px;
  font-weight: bold;
  color: #232333;
  align-items: left;
  margin-bottom: 0px;
  margin-top: 12px;
  padding-left: 0px;
  border-left: none;
}

.benefit-text p {
  margin-bottom: 0;
}

.feature-text {
  font-size: 15px;
  color: #777;
  margin-top: 10px;

  text-align: left;
  padding-left: 10px;
}

.feature-text ul {
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  .benefit-container {
    flex-direction: column;
  }

  .benefit-column {
    margin: 15px 0;
    width: 100%;
    border-bottom: 2px solid #f2f7fc;
  }

  #benefit-section-subtitle {
    font-size: 12px !important;
  }

  .Prime-member-title {
    padding-left: 0px;
    margin-bottom: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .benefit-icon {
    font-size: 22.5px;
  }

  .benefit-text {
    font-size: 16.8px;
    border-right: none;
  }

  .feature-text {
    font-size: 14px;

    display: flex;
    flex-direction: column;
  }

  .cta2-subpara p {
    font-size: 13px;
    padding-left: 30px;
  }
}

.feature-list-items {
  display: block;
}

/**benefir feature section ends  */

/** landing page FAQ section */
.landing-faq-section {
  border-bottom: 2px solid #fafbfc;
}
