.colored-toast.swal2-icon-success {
  background-color: #a5dc86 !important;
}
.colored-toast .swal2-title {
  font-family: "Figtree", sans-serif !important;
}

.input-with-icon {
  position: relative;
}
.input-with-icon.size_40 .form-control,
.input-with-icon.size_40 .form-select {
  height: 40px !important;
}
.input-with-icon.size_40 svg,
.input-with-icon.size_40 img {
  top: 11px !important;
}
.input-with-icon .form-control,
.input-with-icon .form-select {
  padding-left: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.input-with-icon .form-control option,
.input-with-icon .form-select option {
  padding-left: 12px !important;
}
.input-with-icon svg,
.input-with-icon img {
  pointer-events: none;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 9px;
  left: 14px;
}

.owl-carousel .owl-stage-outer {
  padding-left: 4px;
  padding-bottom: 4px;
  padding-top: 16px;
}
.owl-carousel .owl-nav {
  display: none !important;
}

.btn-no-styles {
  background: transparent;
  padding: 0;
  border: none;
}

.c-prev {
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .app_parent {
    padding-left: 120px;
  }
}
@media (min-width: 992px) {
  .app_parent {
    padding-right: 60px;
  }
}
.app_parent .sidebar {
  transition: all 300ms ease;
  padding: 16px 17px;
  z-index: 1020;
  left: 0;
  align-items: start;
}
@media (max-width: 991px) {
  .app_parent .sidebar {
    border-radius: 16px 16px 0px 0px !important;
  }
}
@media (min-width: 992px) {
  .app_parent .sidebar {
    top: 140px;
    width: 80px;
    margin-left: 16px;
    bottom: 16px;
    border-radius: 30px;
    overflow-y: scroll;
    overflow-x: hidden;
    /* Style the internal scrollbar */
  }
  .app_parent .sidebar::-webkit-scrollbar {
    display: none !important;
  }
  .app_parent .sidebar:not(.show) .toggleSidebar {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .app_parent .sidebar {
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    margin-left: 0;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-direction: row !important;
    /* Style the internal scrollbar */
  }
  .app_parent .sidebar::-webkit-scrollbar {
    display: none !important;
  }
  .app_parent .sidebar:not(.show) .toggleSidebar {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .app_parent .sidebar .max-w {
    max-width: 90%;
    overflow-x: scroll;
  }
  .app_parent .sidebar .max-w::-webkit-scrollbar {
    display: none !important;
  }
}
.app_parent .sidebar .navigation-arrows .prev-arrow-btn {
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  width: 25px;
  min-width: 25px;
  height: 25px;
}
.app_parent .sidebar .navigation-arrows .next-arrow-btn {
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  min-width: 25px;
  height: 25px;
}
.app_parent .sidebar .navigation-arrows:focus-visible, .app_parent .sidebar .navigation-arrows:focus {
  box-shadow: unset !important;
  outline: unset !important;
  border: unset !important;
}
@media (max-width: 991px) {
  .app_parent .sidebar .toggleSidebar {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .app_parent .sidebar .logo-strip {
    display: none !important;
  }
}
.app_parent .sidebar .side-text {
  display: none;
}
@media only screen and (max-width: 669px) {
  .app_parent .sidebar #link-container a {
    display: none;
  }
}
.app_parent .sidebar .side-item {
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 50px;
  color: white;
  white-space: nowrap;
  padding: 11px;
}
.app_parent .sidebar .side-item .svg-parent svg {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
}
@media (min-width: 992px) {
  .app_parent .sidebar .side-item span {
    display: none;
  }
}
@media (max-width: 992px) {
  .app_parent .sidebar .side-item span {
    display: none;
  }
}
.app_parent .sidebar .side-item svg.fill {
  fill: #ffffff !important;
}
.app_parent .sidebar .side-item svg.stroke {
  stroke: #ffffff !important;
}
.app_parent .sidebar .side-item.active {
  background-color: white;
  color: #02473e !important;
}
.app_parent .sidebar .side-item.active svg.fill {
  fill: #02473e !important;
}
.app_parent .sidebar .side-item.active svg.stroke {
  stroke: #02473e !important;
}
.app_parent .sidebar .side-item:hover {
  background-color: white;
  color: #02473e !important;
}
.app_parent .sidebar .side-item:hover svg.fill {
  fill: #02473e !important;
}
.app_parent .sidebar .side-item:hover svg.stroke {
  stroke: #02473e !important;
}
.app_parent .sidebar .logo-strip image {
  min-width: 40px !important;
}
.app_parent .sidebar .logo-strip .logo {
  max-width: 130px;
  display: none;
}
.app_parent .sidebar .logo-strip .icon {
  max-width: 30px;
  display: block;
}
.app_parent .sidebar .logo-strip .arrow-close {
  display: none;
}
.app_parent .sidebar.show {
  width: 270px;
}
.app_parent .sidebar.show .logo-strip {
  text-align: center;
}
.app_parent .sidebar.show .logo-strip .logo {
  max-width: 130px;
  display: block;
}
.app_parent .sidebar.show .logo-strip .icon {
  max-width: 30px;
  display: none;
}
.app_parent .sidebar.show .logo-strip .arrow-close {
  display: block !important;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .app_parent .sidebar.show {
    transform: translateX(0);
    width: 300px !important;
  }
}
@media (min-width: 992px) {
  .app_parent .sidebar.show .svg-parent {
    min-width: 35px;
  }
}
.app_parent .sidebar.show .svg-parent svg {
  flex-shrink: 0;
}
.app_parent .sidebar.show .side-item {
  width: 100%;
  height: unset;
  border-radius: 8px;
  padding: 8px;
  justify-content: start;
}
@media (min-width: 992px) {
  .app_parent .sidebar.show .side-item span {
    display: inline !important;
  }
}
.app_parent .sidebar.show .side-text {
  display: block !important;
}

.landing_hero {
  background: url("../images/landing-hero.webp") no-repeat center/cover;
}
.landing_hero .page-title {
  max-width: 664px;
}
.landing_hero_container {
  padding-top: 200px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .landing_hero_container {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
.landing_hero .location_tabs {
  bottom: -70px;
  position: absolute;
}
.landing_hero .location_tabs .card {
  max-width: 814px;
  width: 100%;
  border-color: #e9e9e9 !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0509803922);
  border-radius: 30px;
}
@media (max-width: 767px) {
  .landing_hero .location_tabs .card {
    border-radius: 12px;
    margin-top: 36px;
  }
  .landing_hero .location_tabs .card .card-body {
    padding: 12px 12px 24px;
  }
}
.landing_hero .location_tabs .card .card-body {
  padding: 12px 32px 24px 32px;
}
@media (max-width: 767px) {
  .landing_hero .location_tabs .card .card-body {
    padding: 12px 12px 24px;
  }
}
@media (max-width: 576px) {
  .landing_hero .location_tabs .card .card-body .nav-underline .nav-item .nav-link {
    font-size: 14px;
  }
}
.landing_about_img {
  height: 423px;
  border-radius: 20px;
}
.landing_about .card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 12px;
  background-color: #f9f9f9;
  padding: 16px 24px;
}
@media (max-width: 768px) {
  .landing_about .card {
    padding: 6px;
  }
}
.landing_choose-us_image {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .landing_choose-us_image {
    height: 100%;
  }
}

.protected-header {
  background-color: #f9f9f9;
  padding: 20px 30px;
}
.protected-header .avatar {
  width: 41px;
  height: 41px;
  background-color: #bfbfbf;
}
@media (max-width: 992px) {
  .protected-header {
    background-color: unset !important;
    padding: 0px;
  }
}
@media (max-width: 992px) {
  .protected-header .m-view {
    display: none;
  }
}

.form-card {
  border-color: #e8e8e8 !important;
}
.form-card .card-body {
  padding: 30px 60px;
}
@media (max-width: 768px) {
  .form-card .card-body {
    padding: 20px;
  }
}
.form-card .card-body .progress {
  height: 6px;
}
.form-card .card-body .progress .progress-bar {
  border-radius: 16px;
}
.form-card .card-body .tab-option span {
  border: 2px solid rgba(174, 174, 174, 0.2);
  transition: all 200ms ease;
  border-radius: 20px;
  padding: 24px;
  max-width: 310px;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}
.form-card .card-body .tab-option input:checked + span {
  border-color: #02473e;
  color: #02473e;
}
.form-card .card-body .tab-option input:checked + span:after {
  content: url("../svg/tick.svg");
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: white;
}
.form-card .card-body .dropzone .properties_images {
  border: 2px dashed rgba(174, 174, 174, 0.2);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.form-card .card-body .dropzone .was-validated .form-control:invalid,
.form-card .card-body .dropzone .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color) !important;
}
.form-card .card-body .dropzone * {
  font-family: "Figtree", sans-serif !important;
}
.form-card .card-body .dropzone .filepond--root properties_images {
  min-height: 200px;
}
.form-card .card-body .dropzone .filepond--drop-label {
  min-height: 200px;
}
.form-card .card-body .dropzone_info_icon {
  top: 16px;
  right: 16px;
}

.form_tabs .nav-link {
  border: 2px solid #02473e;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 30px;
}
@media (max-width: 992px) {
  .grid-container {
    grid-template-columns: repeat(12, 1fr);
  }
}
.grid-container .grid-item {
  grid-column: span 2;
}
@media (max-width: 1300px) {
  .grid-container .grid-item {
    grid-column: span 5;
  }
}
@media (max-width: 992px) {
  .grid-container .grid-item {
    grid-column: span 4;
  }
}
@media (max-width: 768px) {
  .grid-container .grid-item {
    grid-column: span 6;
  }
}
@media (max-width: 576px) {
  .grid-container .grid-item {
    grid-column: span 12;
  }
}

.form-checkbox {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid #c9c9c9;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
.form-checkbox:after {
  content: url("../svg/tick-filled.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  right: -7px;
  top: -4px;
  transform: scale(0);
  transition: all 200ms ease;
}
.form-checkbox:checked:after {
  transform: scale(1);
}

.cn_input input[type=number], .cn_inputl input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.cn_input input[type=number]::-webkit-inner-spin-button, .cn_input input[type=number]::-webkit-outer-spin-button, .cn_inputl input[type=number]::-webkit-inner-spin-button, .cn_inputl input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.cn_input.cn_input_lg .arrow.up, .cn_inputl.cn_input_lg .arrow.up {
  top: 13px !important;
}
.cn_input.cn_input_lg .arrow.down, .cn_inputl.cn_input_lg .arrow.down {
  top: 21px !important;
}
.cn_input .arrow, .cn_inputl .arrow {
  border: solid #989898;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 2.5px;
}
.cn_input .arrow.up, .cn_inputl .arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 10px;
  right: 20px;
}
.cn_input .arrow.down, .cn_inputl .arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 18px;
  right: 20px;
}

.form-radio {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 19px;
  max-width: 19px;
  min-height: 19px;
  max-height: 19px;
  border: 1px solid #c9c9c9;
  border-radius: 50px;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}
.form-radio:after {
  border-radius: 50px;
  content: url("../svg/circle-filled.svg");
  width: 13px;
  height: 13px;
  position: absolute;
  top: -2px;
  left: 2px;
  transform: scale(0);
  transition: all 200ms ease;
  pointer-events: none;
}
.form-radio:checked:after {
  transform: scale(1);
}

.form-btn-radio .btn-label {
  border: 2px solid #02473e;
  color: #02473e;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
}
.form-btn-radio input:checked + .btn-label {
  background-color: #02473e;
  color: #fff;
  font-weight: 400;
  pointer-events: none;
}

.form-textarea .c_textarea {
  border: none !important;
  outline: none !important;
  resize: none !important;
  color: #989898;
}
.form-textarea .count {
  pointer-events: none;
}

.gap-x-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.dropdown_multi_btn .dropdown-menu {
  transform: translate(0px, 47px) !important;
  border-radius: 5px !important;
}

.choose_us_card {
  background-color: #f9f9f9;
  border-radius: 20px;
  transition: all 200ms ease;
  border: none;
}
.choose_us_card img.second {
  width: 41px;
  height: 54px;
}
.choose_us_card img {
  max-width: 75px;
}
.choose_us_card:hover {
  background-color: #02473e;
  color: white;
}
.choose_us_card:hover .choose_us_card_title,
.choose_us_card:hover img {
  filter: invert(1) brightness(100);
}
.choose_us_card_title {
  transition: all 200ms ease;
  color: #02473e;
  font-size: 18px;
  line-height: 22px;
}

.property-card {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137);
  border: 2px solid transparent;
  transition: all 300ms ease;
  border-radius: 12px;
  padding: 24px;
  position: relative;
}
.property-card.active {
  background-color: #F5F5F5;
}
.property-card:hover .propery-card_image_img {
  transform: scale(1.1) !important;
}
.property-card_image {
  height: 170px;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.property-card_image_img {
  transition: all 300ms ease;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.property-card_image__favourite {
  right: 12px;
  top: 12px;
}
.property-card_price {
  font-size: 27px;
  line-height: 40px;
}
.property-card .badge {
  left: -2px;
  top: 16px;
}

.buyer-page .left_container {
  max-height: 700px;
}
@media (max-width: 991.98px) {
  .buyer-page .left_container {
    max-height: unset !important;
    overflow: unset !important;
  }
}
.buyer-page .right_container .customizedMap {
  font-family: "Figtree", sans-serif !important;
  height: 700px;
  width: 100%;
}
.buyer-page .right_container .customizedMap * {
  font-family: "Figtree", sans-serif !important;
}
.buyer-page .right_container .customizedMap div[role=dialog] {
  padding: 0 !important;
  width: 249px !important;
}
.buyer-page .right_container .customizedMap div[role=dialog] .gm-style-iw-ch {
  display: none !important;
}
.buyer-page .right_container .customizedMap div[role=dialog] .gm-style-iw-chr {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.buyer-page .right_container .customizedMap div[role=dialog] .gm-style-iw-chr button {
  width: unset !important;
  height: unset !important;
}
.buyer-page .right_container .customizedMap div[role=dialog] .gm-style-iw-chr button span {
  margin: 6px !important;
}
.buyer-page .right_container .customizedMap div[role=dialog] .gm-style-iw-d {
  overflow: hidden !important;
}
.buyer-page .right_container .customizedMap div[role=dialog] .property-card {
  padding: 20px 10px 10px 10px !important;
}
.buyer-page .right_container .customizedMap div[role=dialog] .property-card_image {
  height: 120px !important;
}
.buyer-page .form-select-sm {
  max-width: 130px;
}
.buyer-page .property-card_image {
  border-radius: 5px;
}
.buyer-page .property-card_image_img {
  border-radius: 5px;
}
.buyer-page .property-card_price {
  font-size: 16px !important;
  line-height: 24px !important;
}
.buyer-page .type-list .property-card_image {
  height: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .navbar .nav-item .nav-link {
    padding: 4px 12px;
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar .container {
    max-width: 1199px;
  }
}

.gm-ui-hover-effect {
  padding: 0 !important;
}

.buyer-page .right_container .customizedMap div[role=dialog] .gm-style-iw-chr button span {
  margin: 1px !important;
  width: 20px !important;
  height: 20px !important;
}/*# sourceMappingURL=custom.css.map */