.buyer-page .btn-primary span {
  margin-top: 0 !important;
  padding-top: 0px !important;
}
.buyer-page .btn-outline-primary:hover span {
  color: #fff !important;
}
.buyer-page .btn-outline-primary {
  border: 2px solid #262626 !important;
}
.buyer-page .btn-outline-primary ::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #02473e;
  transition: left 0.4s ease-in-out;
  z-index: -1;
}
.buyer-page .btn-primary.no-icon {
  min-height: unset !important;
  padding: 1rem 1.5rem 1rem 1.5rem !important;
}
.buyer-page .buyer-header {
  position: relative;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 70px;
}
.buyer-page .buyer-header .buyer-header-description {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 280px) and (max-width: 400px) {
  .buyer-page .buyer-header .buyer-pages-top-text {
    font-size: 14px !important;
  }
}
.buyer-page .buyer-header .buyer-left-img {
  position: absolute;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 200px;
}
@media (max-width: 1200px) {
  .buyer-page .buyer-header .buyer-left-img {
    display: none;
  }
}
.buyer-page .buyer-header .buyer-right-img {
  position: absolute;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 200px;
}
@media (max-width: 1200px) {
  .buyer-page .buyer-header .buyer-right-img {
    display: none;
  }
}
@media (max-width: 576px) {
  .buyer-page .buyer-header .buyer-header-buttons {
    flex-direction: column !important;
  }
}
.buyer-page .btn-outline-primary.no-icon {
  min-height: unset !important;
  padding: 0.6rem 1.5rem 0.6rem 1.5rem !important;
}
.buyer-page .buyer-slider-section {
  position: relative;
  background: linear-gradient(0deg, #e6f6f4 50%, rgb(255, 255, 255) 50%);
}
@media (max-width: 576px) {
  .buyer-page .buyer-slider-section {
    padding-bottom: 110px !important;
  }
}
.buyer-page .buyer-slider-section .property-card:hover {
  border-color: #02473e !important;
}
.buyer-page .buyer-slider-section .property-card_image__favourite {
  width: 30px;
  height: 30px;
}
.buyer-page .custom-arrows2 .arrow-left {
  position: absolute;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  background-color: #02473e !important;
  border-radius: 50% !important;
  min-width: 48px;
  height: 48px;
}
@media (min-width: 450px) and (max-width: 576px) {
  .buyer-page .custom-arrows2 .arrow-left {
    top: 110%;
    left: 47%;
    transform: translate(-50%, -50%);
    min-width: 40px;
    height: 40px;
  }
}
@media (min-width: 280px) and (max-width: 449px) {
  .buyer-page .custom-arrows2 .arrow-left {
    top: 110%;
    left: 40%;
    transform: translate(-50%, -50%);
    min-width: 40px;
    height: 40px;
  }
}
.buyer-page .custom-arrows2 .arrow-right {
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  background-color: #02473e !important;
  border-radius: 50% !important;
  min-width: 48px;
  height: 48px;
}
@media (max-width: 576px) {
  .buyer-page .custom-arrows2 .arrow-right {
    top: 110%;
    right: 30%;
    transform: translate(-50%, -50%);
    min-width: 40px;
    height: 40px;
  }
}
@media (min-width: 280px) and (max-width: 449px) {
  .buyer-page .custom-arrows2 .arrow-right {
    top: 110%;
    right: 27%;
    transform: translate(-50%, -50%);
    min-width: 40px;
    height: 40px;
  }
}
.buyer-page .buyer-header-cards .buyer-header-card {
  padding: 40px;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .buyer-page .buyer-header-cards .buyer-header-card {
    padding: 20px;
  }
}
@media (min-width: 280px) and (max-width: 576px) {
  .buyer-page .buyer-header-cards .buyer-header-card {
    padding: 40px 20px !important;
  }
}
.buyer-page .buyer-header-cards .buyer-header-card--owner {
  background: #E6F6F4;
}
@media (min-width: 280px) and (max-width: 991px) {
  .buyer-page .buyer-header-cards .buyer-header-card {
    border-top-right-radius: 24px;
  }
}
.buyer-page .buyer-header-cards .buyer-header-card--operator {
  background: #FAFAFA;
}
.buyer-page .buyer-header-cards .buyer-card-img {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.buyer-page .landing_choose-us {
  background: #fff !important;
}
.buyer-page .fair-values-section .fair-values-card {
  background-color: #E6F6F4;
  padding: 80px 16px 80px 46px;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media (min-width: 280px) and (max-width: 991px) {
  .buyer-page .fair-values-section .fair-values-card {
    padding: 40px 16px 40px 16px;
  }
}
@media (min-width: 280px) and (max-width: 991px) {
  .buyer-page .fair-values-section .fair-values-card {
    border-top-right-radius: 24px;
  }
}
.buyer-page .fair-values-section .fair-value-row {
  background-color: #E6F6F4;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.buyer-page .fair-values-section .fair-value-img {
  height: 700px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media (min-width: 280px) and (max-width: 767px) {
  .buyer-page .fair-values-section .fair-value-img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 280px) and (max-width: 991px) {
  .buyer-page .fair-values-section .fair-value-img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 24px;
  }
}
.buyer-page .faqs-section {
  background: #FAFAFA !important;
}
.buyer-page .faqs-section .accordion {
  background: #fff !important;
}
.buyer-page .buyer-faqs1 .accordion {
  background: none !important;
  border-radius: 16px;
  padding: 32px;
}
@media (max-width: 576px) {
  .buyer-page .buyer-faqs1 .accordion {
    padding: 16px;
  }
}
.buyer-page .buyer-faqs1 .accordion .accordion-button {
  font-weight: 700 !important;
  background: none !important;
}
.buyer-page .buyer-faqs1 .accordion .accordion-button:not(.collapsed) {
  background: none !important;
  color: #000 !important;
  font-weight: 600;
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0) !important;
}
.buyer-page .buyer-faqs1 .accordion .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}
.buyer-page .buyer-faqs1 .accordion .accordion-body {
  font-weight: 400;
  padding: 0 12px !important;
}
.buyer-page .buyer-faqs1 .accordion-item {
  background: none !important;
  border: 1px solid #E4E4E7 !important;
  border-radius: 12px !important;
  margin-bottom: 16px;
}
.buyer-page .buyer-faqs1 .accordion-item:first-of-type > .accordion-header .accordion-button {
  font-weight: 600 !important;
  padding: 30px 24px !important;
}
@media (max-width: 576px) {
  .buyer-page .buyer-faqs1 .accordion-item:first-of-type > .accordion-header .accordion-button {
    padding: 30px 24px !important;
  }
}
.buyer-page .buyer-faqs1 .accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  background: none !important;
}
.buyer-page .buyer-faqs1 .accordion-flush .accordion-item .accordion-button,
.buyer-page .buyer-faqs1 .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
  font-size: 18px !important;
  padding: 30px 24px;
}
.buyer-page .landing-slider-section {
  background: rgb(249, 249, 249);
  background: linear-gradient(0deg, #e6f6f4 50%, rgb(255, 255, 255) 50%);
}
.buyer-page .landing-slider-section .property-card:hover {
  border-color: #02473e !important;
}
.buyer-page .landing-slider-section .slick-slide {
  height: unset !important;
}
.buyer-page .landing-slider-section .property-card_image__favourite {
  width: 30px;
  height: 30px;
}
.buyer-page .landing-slider-section .slider-container {
  padding-left: 6%;
}
@media only screen and (max-width: 599px) {
  .buyer-page .landing-slider-section .slider-container {
    margin-right: auto !important;
    padding-top: 20px !important;
  }
}
.buyer-page .landing-slider-section .slider-container .slider .icon i {
  line-height: 0;
}
.buyer-page .landing-slider-section .slider-container .slider .slider-card {
  min-height: 400px;
  border: 1.5px solid #02473e;
  border-radius: 30px;
}
.buyer-page .landing-slider-section .slider-container .slider .slider-card .profile-detail .avatar img {
  width: 41px;
  height: 41px;
  -o-object-fit: cover;
     object-fit: cover;
}
.buyer-page .landing-slider-section .slider-container .slider .slider-card:hover {
  border-color: #6b9993 !important;
  background-color: #6b9993 !important;
}
.buyer-page .landing-slider-section .slider-container .slider .slider-card:hover .icon i {
  color: #ffffff !important;
}
.buyer-page .landing-slider-section .slider-container .slider .slider-card:hover .text-primary {
  color: #ffffff !important;
}
.buyer-page .landing-slider-section .slider-container .slider .slider-card:hover .image img {
  filter: invert(1) brightness(100);
}
.buyer-page .landing-slider-section .custom-arrows button svg:hover {
  fill: #02473e !important;
  stroke: #02473e !important;
}
.buyer-page .landing-slider-section .custom-arrows button.active svg {
  fill: #02473e !important;
  stroke: #02473e !important;
}
@media only screen and (min-width: 1201px) and (max-width: 1300px) {
  .buyer-page .landing-slider-section .custom-arrows {
    left: -3rem !important;
  }
}
@media only screen and (min-width: 1011px) and (max-width: 1200px) {
  .buyer-page .landing-slider-section .custom-arrows {
    left: -3rem !important;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1010px) {
  .buyer-page .landing-slider-section .custom-arrows {
    left: -2.5rem !important;
  }
}
@media only screen and (min-width: 801px) and (max-width: 992px) {
  .buyer-page .landing-slider-section .custom-arrows {
    left: -4rem !important;
    transform: translateY(-100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
  .buyer-page .landing-slider-section .custom-arrows {
    left: -3rem !important;
    transform: translateY(-100%);
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .buyer-page .landing-slider-section .custom-arrows {
    left: -4rem !important;
    transform: translateY(-100%);
  }
}
@media only screen and (max-width: 599px) {
  .buyer-page .landing-slider-section .custom-arrows {
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transform: translateY(0%) !important;
  }
}
.buyer-page .landing-slider-section .property-card {
  min-height: 440px !important;
}/*# sourceMappingURL=buyer-page.css.map */