@charset "UTF-8";
.propos-hero {
  background: url("../new-images/propos-hero.png") no-repeat center/cover;
  min-height: 430px;
}

header {
  border-color: #eeeeee !important;
}

@media only screen and (min-width: 670px) {
  .navigation-arrows {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .hide_desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 1200px) {
  .top-bar .container {
    max-width: 1199px;
  }
}

.navbar .nav-item.dropdown.specific:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.navbar .dropdown-menu {
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 8px 0;
}
.navbar .dropdown-menu .dropdown-item {
  padding: 8px 20px;
}
.navbar .dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa;
}

.btn-warning {
  min-height: 37px;
  position: relative;
  overflow: hidden;
  border: unset !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.47rem !important;
  padding-right: 0.5rem !important;
  cursor: pointer !important;
  background-color: #CB4925 !important;
}
.btn-warning svg,
.btn-warning img {
  transition: 0.2s all ease-in-out;
}
.btn-warning::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #02473e;
  transition: left 0.4s ease-in-out;
  z-index: 0;
}
.btn-warning:hover {
  transition: 0.2s all ease-in-out;
}
.btn-warning:hover svg {
  transition: 0.2s all ease-in-out;
  transform: rotate(45deg);
}
.btn-warning:hover img {
  transition: 0.2s all ease-in-out;
  transform: rotate(45deg);
}
.btn-warning:hover::before {
  left: 0;
}
@media only screen and (max-width: 992px) {
  .btn-warning span {
    padding-top: 1px !important;
  }
}
.btn-warning.no-icon {
  padding: 1rem 1.5rem 0.8rem 1.5rem !important;
}
.btn-warning.no-icon span {
  padding-top: 0px !important;
}
.btn-warning.hero {
  min-height: 37px;
  padding-right: 1rem !important;
  padding-right: 1rem !important;
  padding-bottom: 0.5rem !important;
}
.btn-warning.hero img {
  filter: invert(1) brightness(100) !important;
}
.btn-warning.gen-btn {
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

.btn-white {
  min-height: 37px;
  position: relative;
  overflow: hidden;
  border: unset !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.47rem !important;
  padding-right: 0.5rem !important;
  background-color: #ffffff !important;
  color: #CB4925 !important;
  cursor: pointer !important;
}
.btn-white svg,
.btn-white img {
  transition: 0.2s all ease-in-out;
}
.btn-white::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #02473e;
  transition: left 0.4s ease-in-out;
  z-index: 0;
}
.btn-white:hover {
  color: #ffffff !important;
  transition: 0.2s all ease-in-out;
}
.btn-white:hover svg {
  transition: 0.2s all ease-in-out;
  transform: rotate(45deg);
}
.btn-white:hover img {
  transition: 0.2s all ease-in-out;
  transform: rotate(45deg);
}
.btn-white:hover::before {
  left: 0;
}
.btn-white span {
  padding-top: 3px !important;
}

.btn-primary {
  min-height: 37px;
  position: relative;
  overflow: hidden;
  border: unset !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.47rem !important;
  padding-right: 0.5rem !important;
  cursor: pointer !important;
}
.btn-primary svg,
.btn-primary img {
  transition: 0.2s all ease-in-out;
}
.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #CB4925;
  transition: left 0.4s ease-in-out;
  z-index: 0;
}
.btn-primary:hover {
  transition: 0.2s all ease-in-out;
}
.btn-primary:hover svg {
  transition: 0.2s all ease-in-out;
  transform: rotate(45deg);
}
.btn-primary:hover img {
  transition: 0.2s all ease-in-out;
  transform: rotate(45deg);
}
.btn-primary:hover::before {
  left: 0;
}
.btn-primary span {
  padding-top: 3px !important;
}
.btn-primary.no-icon {
  min-height: unset !important;
  padding: 1rem 1.5rem 0.8rem 1.5rem !important;
}
.btn-primary.no-icon span {
  padding-top: 0px !important;
}
.btn-primary.no-icon.auth {
  padding: 1rem 1.5rem 0.8rem 1.5rem !important;
}
@media only screen and (max-width: 992px) {
  .btn-primary.no-icon.study_doc {
    padding: 0.8rem 0.9rem 0.7rem 0.9rem !important;
  }
}
.btn-primary.no-icon.boost-permit {
  padding: 0.9rem 1.5rem 0.8rem 1.5rem !important;
}
.btn-primary.noIcon {
  min-height: unset !important;
  padding: 0.7rem 1.5rem 0.7rem 1.5rem !important;
}
.btn-primary.noIcon span {
  padding-top: 0px !important;
}
.btn-primary.icon {
  width: 39px;
  height: 39px;
}
.btn-primary.icon:hover img,
.btn-primary.icon:hover svg {
  transform: rotate(0deg);
}
.btn-primary.notification-btn {
  overflow: unset !important;
}
.btn-primary.notification-btn:before {
  content: unset !important;
}
.btn-primary.notification-btn .number {
  padding: unset !important;
  width: 19px;
  height: 19px;
  font-size: 12px;
  background-color: #D12F2F;
  top: -0.4rem;
  right: -0.4rem;
}

.btn-outline-primary {
  min-height: 37px;
  position: relative;
  overflow: hidden;
  border: 2px solid #02473e !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.47rem !important;
  padding-right: 0.5rem !important;
  cursor: pointer !important;
  background-color: transparent !important;
}
.btn-outline-primary svg,
.btn-outline-primary img {
  transition: 0.2s all ease-in-out;
}
.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;
}
.btn-outline-primary:hover svg {
  transition: 0.2s all ease-in-out;
  transform: rotate(45deg);
}
.btn-outline-primary:hover img {
  filter: invert(1) brightness(100) !important;
  transition: 0.2s all ease-in-out;
  transform: rotate(45deg);
}
.btn-outline-primary:hover span {
  color: #02473e !important;
}
.btn-outline-primary:hover::before {
  left: 0;
}
.btn-outline-primary span {
  padding-top: 3px !important;
}
.btn-outline-primary.no-icon {
  min-height: unset !important;
  padding: 1rem 1.5rem 0.8rem 1.5rem !important;
}
.btn-outline-primary.no-icon span {
  padding-top: 0px !important;
}
.btn-outline-primary.no-icon.auth {
  padding: 1rem 1.5rem 0.8rem 1.5rem !important;
}
.btn-outline-primary.no-icon.filter {
  padding: 0.9rem 1.5rem 0.7rem 1.5rem !important;
}
.btn-outline-primary.icon {
  width: 39px;
  height: 39px;
}
.btn-outline-primary.icon:hover img,
.btn-outline-primary.icon:hover svg {
  transform: rotate(0deg);
}
.btn-outline-primary.icon.search-section {
  width: unset !important;
}
.btn-outline-primary.icon.close-btn {
  padding: 0 !important;
}
.btn-outline-primary.icon.close-btn img {
  width: 20px !important;
  height: 20px !important;
}

.btn-primary-100 {
  min-height: 37px;
  position: relative;
  overflow: hidden;
  border: unset !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.47rem !important;
  padding-right: 0.5rem !important;
  cursor: pointer !important;
  background-color: #9ECB52 !important;
}
.btn-primary-100 svg,
.btn-primary-100 img {
  transition: 0.2s all ease-in-out;
}
.btn-primary-100::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #02473e;
  transition: left 0.4s ease-in-out;
  z-index: 0;
}
.btn-primary-100:hover {
  transition: 0.2s all ease-in-out;
}
.btn-primary-100:hover svg {
  transition: 0.2s all ease-in-out;
  transform: rotate(45deg);
}
.btn-primary-100:hover img {
  transition: 0.2s all ease-in-out;
  transform: rotate(45deg);
}
.btn-primary-100:hover::before {
  left: 0;
}
.btn-primary-100 span {
  padding-top: 3px !important;
}
.btn-primary-100.no-icon {
  min-height: unset !important;
  padding: 1rem 1.5rem 0.8rem 1.5rem !important;
}
.btn-primary-100.no-icon span {
  padding-top: 0px !important;
}
.btn-primary-100.no-icon.auth {
  padding: 1rem 1.5rem 0.8rem 1.5rem !important;
}
.btn-primary-100.icon:hover img,
.btn-primary-100.icon:hover svg {
  transform: rotate(0deg);
}

.btn-light {
  min-height: 37px;
  position: relative;
  overflow: hidden;
  border: unset !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.47rem !important;
  padding-right: 0.5rem !important;
  background-color: #C9C9C9 !important;
  color: #ffffff !important;
  cursor: pointer !important;
}
.btn-light svg,
.btn-light img {
  transition: 0.2s all ease-in-out;
}
.btn-light::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #02473e;
  transition: left 0.4s ease-in-out;
  z-index: 0;
}
.btn-light:hover {
  color: #ffffff !important;
  transition: 0.2s all ease-in-out;
}
.btn-light:hover svg {
  transition: 0.2s all ease-in-out;
  transform: rotate(45deg);
}
.btn-light:hover img {
  transition: 0.2s all ease-in-out;
  transform: rotate(45deg);
}
.btn-light:hover::before {
  left: 0;
}
.btn-light span {
  padding-top: 3px !important;
}
.btn-light.no-icon {
  padding: 1rem 1.5rem 0.8rem 1.5rem !important;
}
.btn-light.no-icon span {
  padding-top: 0px !important;
}

.our-values .values-card {
  background-color: #F9F9F9;
  border-radius: 12px;
  transition: 0.2s all ease-in-out;
}
.our-values .values-card:hover {
  transition: 0.2s all ease-in-out;
  background-color: #02473e !important;
}
.our-values .values-card:hover h5,
.our-values .values-card:hover p {
  color: #ffffff !important;
}
.our-values .values-card .icon {
  width: 100px;
  height: 100px;
  top: -3rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  left: 50%;
  transform: translateX(-50%);
}

.our-team-wrapper {
  background-color: #F9F9F9;
}
.our-team-wrapper .image img {
  border-radius: 12px;
}

.help-wrapper .help-box {
  border-radius: 30px;
}

.vendre-hero .vendre-hero-image {
  background: url("../new-images/vendre-hero.png") no-repeat center/100% 100%;
  min-height: 430px;
  border-radius: 30px;
}
.vendre-hero .vendre-hero-image .content-card {
  border-radius: 30px;
}

@media only screen and (min-width: 992px) {
  .vendre-card-section .col-lg-2 {
    flex: 0 0 auto;
    width: 20%;
  }
}
.vendre-card-section .vendre-card {
  background-color: #F9F9F9;
  border-radius: 20px;
  transition: 0.2s all ease-in-out;
}
.vendre-card-section .vendre-card img {
  max-width: 60px;
}
.vendre-card-section .vendre-card:hover {
  background-color: #02473e !important;
  transition: 0.2s all ease-in-out;
}
.vendre-card-section .vendre-card:hover img {
  filter: invert(1) brightness(100);
}
.vendre-card-section .vendre-card:hover .text-dark {
  color: #ffffff !important;
}

.alternative-section img {
  border-radius: 20px;
}
.alternative-section ul li {
  padding-inline-start: 1rem;
}
.alternative-section ul li::marker {
  content: url("../svg/arrow-right-secondary.svg");
}

.timeline-section {
  background-color: #F9F9F9;
}
@media only screen and (min-width: 992px) {
  .timeline-section .col-lg-2 {
    flex: 0 0 auto;
    width: 20%;
  }
}
.timeline-section .line {
  background-color: #C9C9C9;
  height: 2px;
  top: 2.5rem;
}
.timeline-section .timeline-card {
  transition: 0.2s all ease-in-out;
}
.timeline-section .timeline-card .number {
  font-family: "Kallisto-500";
  width: 47px;
  height: 47px;
  background-color: #C9C9C9 !important;
}
.timeline-section .timeline-card:hover {
  transition: 0.2s all ease-in-out;
}
.timeline-section .timeline-card:hover .text-dark {
  color: #CB4925 !important;
}
.timeline-section .timeline-card:hover .number {
  background-color: #CB4925 !important;
}
.timeline-section .slick-current.slick-active {
  transition: 0.2s all ease-in-out;
}
.timeline-section .slick-current.slick-active .text-dark {
  color: #CB4925 !important;
}
.timeline-section .slick-current.slick-active .number {
  background-color: #CB4925 !important;
}

.cta-section {
  background-color: #F9F9F9;
}

.vendre-amenager-hero .endre-amenager-hero-image {
  background: url("../new-images/vendre-amenager.png") no-repeat center/100% 100%;
  min-height: 430px;
  border-radius: 30px;
}
.vendre-amenager-hero .endre-amenager-hero-image .content-card {
  border-radius: 30px;
}

.cta-green-wrapper .cta-green {
  border-radius: 30px;
}
.cta-green-wrapper .btn img {
  width: 61px;
  height: 61px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.2s all ease-in-out;
}
.cta-green-wrapper .btn:hover img {
  transform: rotate(45deg);
}

.acheter-permis-hero .acheter-permis-hero-image {
  background: url("../new-images/acheter-permis-hero.png") no-repeat center/100% 100%;
  min-height: 430px;
  border-radius: 30px;
}
.acheter-permis-hero .acheter-permis-hero-image .content-card {
  border-radius: 30px;
}

.blog-hero .blog-hero-image {
  min-height: 450px;
  border-radius: 30px;
}
.blog-hero .blog-hero-image .content-card {
  border-radius: 30px;
}

.faqs-wrapper .faq-heading {
  border-radius: 30px;
}
.faqs-wrapper .accordion .accordion-item {
  border-radius: 20px;
  background-color: #02473e;
}
.faqs-wrapper .accordion .accordion-item.active {
  background-color: #6b9993;
}
.faqs-wrapper .accordion .accordion-item button:not(.collapsed) {
  padding-bottom: 0 !important;
}
.faqs-wrapper .accordion .accordion-item button:after {
  background-image: unset !important;
}
.faqs-wrapper .accordion .accordion-item button {
  font-size: 20px !important;
  box-shadow: unset !important;
}
.faqs-wrapper .accordion .accordion-item button:focus-visible, .faqs-wrapper .accordion .accordion-item button:focus {
  box-shadow: unset !important;
  border: unset !important;
  outline: unset !important;
}

.contact-wrapper .contact-card,
.detail-wrapper .contact-card {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
}
.contact-wrapper .contact-card .simple-checkbox input,
.detail-wrapper .contact-card .simple-checkbox input {
  width: 18px;
  height: 18px;
}
.contact-wrapper .contact-card .simple-checkbox input:focus-visible, .contact-wrapper .contact-card .simple-checkbox input:focus,
.detail-wrapper .contact-card .simple-checkbox input:focus-visible,
.detail-wrapper .contact-card .simple-checkbox input:focus {
  box-shadow: unset !important;
  outline: unset !important;
  border-color: #02473e !important;
  background-color: #02473e !important;
}
.contact-wrapper .contact-card .simple-checkbox input:checked,
.detail-wrapper .contact-card .simple-checkbox input:checked {
  border-color: #02473e !important;
  background-color: #02473e !important;
}
.contact-wrapper .contact-card .form-control,
.detail-wrapper .contact-card .form-control {
  border-radius: 23px;
  resize: none;
  border-color: #C9C9C9;
}
.contact-wrapper .contact-card .form-control:focus-visible, .contact-wrapper .contact-card .form-control:focus,
.detail-wrapper .contact-card .form-control:focus-visible,
.detail-wrapper .contact-card .form-control:focus {
  box-shadow: unset !important;
  outline: unset !important;
  border-color: #02473e !important;
}
.contact-wrapper .contact-card .form-control,
.detail-wrapper .contact-card .form-control {
  color: #000000;
}
.contact-wrapper .contact-card .check-box .form-check-input,
.detail-wrapper .contact-card .check-box .form-check-input {
  border-color: #C9C9C9 !important;
  width: 18px;
  height: 18px;
}
.contact-wrapper .contact-card .check-box .form-check-input:focus-visible, .contact-wrapper .contact-card .check-box .form-check-input:focus,
.detail-wrapper .contact-card .check-box .form-check-input:focus-visible,
.detail-wrapper .contact-card .check-box .form-check-input:focus {
  box-shadow: unset !important;
  outline: unset !important;
  border-color: #02473e !important;
}
.contact-wrapper .contact-card .form-switch .form-check-input,
.detail-wrapper .contact-card .form-switch .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23f4724e'/%3e%3c/svg%3e") !important;
  background-color: #ffffff !important;
  border-color: #C9C9C9 !important;
  height: 20px !important;
  width: 40px !important;
}
.contact-wrapper .contact-card .form-switch .form-check-input:checked,
.detail-wrapper .contact-card .form-switch .form-check-input:checked {
  border-color: #CB4925 !important;
  background-color: #CB4925 !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e") !important;
}
.contact-wrapper .contact-card .form-switch .form-check-input:after,
.detail-wrapper .contact-card .form-switch .form-check-input:after {
  content: unset !important;
}
.contact-wrapper .contact-card .form-switch .form-check-input:focus-visible, .contact-wrapper .contact-card .form-switch .form-check-input:focus,
.detail-wrapper .contact-card .form-switch .form-check-input:focus-visible,
.detail-wrapper .contact-card .form-switch .form-check-input:focus {
  box-shadow: unset !important;
  outline: unset !important;
  border-color: #CB4925 !important;
}
.contact-wrapper .contact-card .btn-primary.p-y,
.detail-wrapper .contact-card .btn-primary.p-y {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}
.contact-wrapper .contact-card .btn-warning.p-y,
.detail-wrapper .contact-card .btn-warning.p-y {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}
.contact-wrapper .contact-card h4,
.detail-wrapper .contact-card h4 {
  font-family: "redhawk";
}
.contact-wrapper .contact-content .icon img,
.detail-wrapper .contact-content .icon img {
  width: 28px;
  height: 28px;
}
.contact-wrapper .detail-content .share-wrapper,
.detail-wrapper .detail-content .share-wrapper {
  top: 1rem;
  right: 1rem;
}
.contact-wrapper .detail-content .share-wrapper a,
.detail-wrapper .detail-content .share-wrapper a {
  width: 30px;
  height: 30px;
}
.contact-wrapper .detail-content .custom-btns .btn-next,
.detail-wrapper .detail-content .custom-btns .btn-next {
  transform: translateY(-50%);
  right: 1rem !important;
}
.contact-wrapper .detail-content .custom-btns .btn-prev,
.detail-wrapper .detail-content .custom-btns .btn-prev {
  transform: translateY(-50%);
  left: 1rem !important;
}
.contact-wrapper .img-details,
.detail-wrapper .img-details {
  padding-top: 9px;
  padding-bottom: 7px;
  bottom: -2rem;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #E1E1E1;
}
@media only screen and (min-width: 280px) and (max-width: 400px) {
  .contact-wrapper .img-details .flex-grow-1 h4,
  .detail-wrapper .img-details .flex-grow-1 h4 {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 401px) and (max-width: 540px) {
  .contact-wrapper .img-details .flex-grow-1 h4,
  .detail-wrapper .img-details .flex-grow-1 h4 {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 280px) and (max-width: 400px) {
  .contact-wrapper .img-details .flex-grow-1 p,
  .detail-wrapper .img-details .flex-grow-1 p {
    font-size: 11px !important;
  }
}
@media only screen and (min-width: 401px) and (max-width: 540px) {
  .contact-wrapper .img-details .flex-grow-1 p,
  .detail-wrapper .img-details .flex-grow-1 p {
    font-size: 14px !important;
  }
}
.contact-wrapper #contactMap,
.detail-wrapper #contactMap {
  height: 300px;
  border-radius: 30px;
}
.contact-wrapper #detailMap,
.detail-wrapper #detailMap {
  height: 300px;
}

.blog-wrapper .nav-tabs .nav-link {
  border: 2px solid #02473e !important;
}
.blog-wrapper .nav-tabs .nav-link.active {
  font-weight: 500 !important;
  color: #ffffff !important;
  border: 1px solid #02473e !important;
  background-color: #02473e !important;
}
.blog-wrapper .blog-card .overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.702) 100%);
  border-radius: 0 0 15px 15px;
  height: 150px;
}
.blog-wrapper .blog-card img {
  border-radius: 15px;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-wrapper .blog-card .position-absolute {
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
}

.blog-single-wrapper img.w-100 {
  border-radius: 30px;
}
.blog-single-wrapper h1,
.blog-single-wrapper h2,
.blog-single-wrapper h3,
.blog-single-wrapper h4,
.blog-single-wrapper h5,
.blog-single-wrapper h6 {
  color: #02473e !important;
  font-weight: 600;
  font-family: "Figtree", sans-serif !important;
  margin-bottom: 0.5rem !important;
}
.blog-single-wrapper ul,
.blog-single-wrapper p,
.blog-single-wrapper ol {
  color: #02473e !important;
  font-weight: 400;
  font-family: "Figtree", sans-serif !important;
  margin-bottom: 1rem !important;
}

.auth-form .form-control,
.modal-content .form-control {
  border-radius: 23px;
  resize: none;
  border-color: #C9C9C9;
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
}
.auth-form .form-control:focus-visible, .auth-form .form-control:focus,
.modal-content .form-control:focus-visible,
.modal-content .form-control:focus {
  box-shadow: unset !important;
  outline: unset !important;
  border-color: #02473e !important;
}
.auth-form .form-control,
.modal-content .form-control {
  color: #000000;
}
.auth-form .form-control::-moz-placeholder, .modal-content .form-control::-moz-placeholder {
  color: #989898 !important;
}
.auth-form .form-control::placeholder,
.modal-content .form-control::placeholder {
  color: #989898 !important;
}
.auth-form .form-select,
.modal-content .form-select {
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
  border-color: #C9C9C9;
}
.auth-form .form-select:focus-visible, .auth-form .form-select:focus,
.modal-content .form-select:focus-visible,
.modal-content .form-select:focus {
  box-shadow: unset !important;
  outline: unset !important;
  border-color: #02473e !important;
}
.auth-form .create-account-radio input[type=radio],
.modal-content .create-account-radio input[type=radio] {
  width: 20px;
  height: 20px;
  accent-color: #02473e;
  cursor: pointer;
}
.auth-form .create-account-radio input[type=radio]:checked,
.modal-content .create-account-radio input[type=radio]:checked {
  border-color: #02473e;
  accent-color: #02473e;
}
.auth-form .create-account-radio input[type=radio]:focus-visible, .auth-form .create-account-radio input[type=radio]:focus,
.modal-content .create-account-radio input[type=radio]:focus-visible,
.modal-content .create-account-radio input[type=radio]:focus {
  outline: unset !important;
  box-shadow: unset !important;
  border-color: #02473e;
  accent-color: #02473e;
}
.auth-form .password-input .position-absolute,
.modal-content .password-input .position-absolute {
  top: 50% !important;
  transform: translateY(-50%);
  right: 1rem;
}
.auth-form .opt-wrapper input,
.modal-content .opt-wrapper input {
  width: 60px;
  height: 71px;
  border-radius: 12px;
  padding: 0 !important;
}
@media (max-width: 576px) {
  .auth-form .opt-wrapper input,
  .modal-content .opt-wrapper input {
    width: 50px !important;
    height: 60px;
    font-size: 24px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .auth-form .opt-wrapper input,
  .modal-content .opt-wrapper input {
    width: 45px;
    height: 66px;
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 400px) {
  .auth-form .opt-wrapper input,
  .modal-content .opt-wrapper input {
    width: 40px !important;
    height: 47px;
    font-size: 17px;
  }
}
.auth-form .opt-wrapper input::-webkit-outer-spin-button,
.auth-form .opt-wrapper input::-webkit-inner-spin-button,
.modal-content .opt-wrapper input::-webkit-outer-spin-button,
.modal-content .opt-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.auth-form .opt-wrapper,
.modal-content .opt-wrapper {
  /* Firefox */
}
.auth-form .opt-wrapper input[type=number],
.modal-content .opt-wrapper input[type=number] {
  -moz-appearance: textfield;
}
.auth-form .check-box .form-check-input,
.modal-content .check-box .form-check-input {
  border-color: #C9C9C9 !important;
  width: 18px;
  height: 18px;
}
.auth-form .check-box .form-check-input:focus-visible, .auth-form .check-box .form-check-input:focus,
.modal-content .check-box .form-check-input:focus-visible,
.modal-content .check-box .form-check-input:focus {
  box-shadow: unset !important;
  outline: unset !important;
  border-color: #02473e !important;
}
.auth-form .link,
.modal-content .link {
  max-width: -moz-max-content;
  max-width: max-content;
}

.display-price-wrapper .content,
.permit-detail-payment .content {
  border: 1px solid #E8E8E8;
  border-radius: 20px;
}
.display-price-wrapper .content .price-card,
.permit-detail-payment .content .price-card {
  border-radius: 30px;
}
@media only screen and (max-width: 540px) {
  .display-price-wrapper .content button,
  .permit-detail-payment .content button {
    width: 100%;
  }
}
.display-price-wrapper .content .project-detail .single h4,
.permit-detail-payment .content .project-detail .single h4 {
  line-height: 1;
  padding-top: 0.35rem;
}
.display-price-wrapper .content .project-detail .single p,
.permit-detail-payment .content .project-detail .single p {
  letter-spacing: 0;
}
.display-price-wrapper .content .project-detail .single .gallery img,
.permit-detail-payment .content .project-detail .single .gallery img {
  width: 61px;
  height: 62px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.display-price-wrapper .content .project-detail .single .gallery a img,
.permit-detail-payment .content .project-detail .single .gallery a img {
  width: 22.332px !important;
  height: 22.332px !important;
  border-radius: unset !important;
  -o-object-fit: unset !important;
     object-fit: unset !important;
}
.display-price-wrapper .permit-price-card,
.permit-detail-payment .permit-price-card {
  border-radius: 30px;
  background-color: #F9F9F9;
  border-color: 1px solid #E8E8E8;
}
.display-price-wrapper .permit-price-card .select-lg,
.permit-detail-payment .permit-price-card .select-lg {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.display-price-wrapper .link,
.permit-detail-payment .link {
  max-width: -moz-max-content;
  max-width: max-content;
}
.display-price-wrapper .last-step,
.permit-detail-payment .last-step {
  display: none;
}
.display-price-wrapper .pdf-bar,
.permit-detail-payment .pdf-bar {
  background: #F9F9F9 0% 0% no-repeat padding-box;
  border: 1px solid #E8E8E8;
  border-radius: 20px;
}

.protected-header .notification .notification-panel {
  min-width: 380px;
  max-width: 380px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1098039216);
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  right: 170px !important;
  display: none;
  z-index: 999;
}
.protected-header .notification .notification-panel ul li {
  padding: 1rem;
  border-bottom: 1px solid #DFDFDF;
  color: #C9C9C9;
}
.protected-header .notification .notification-panel ul li a {
  color: #C9C9C9;
  text-decoration: underline;
}
.protected-header .notification .notification-panel ul li:last-child {
  border-bottom: unset !important;
}
.protected-header .notification .notification-panel ul li.active, .protected-header .notification .notification-panel ul li:hover {
  color: #02473e !important;
}
.protected-header .notification .notification-panel ul li.active a, .protected-header .notification .notification-panel ul li:hover a {
  color: #02473e !important;
}
@media only screen and (max-width: 992px) {
  .protected-header .notification .notification-panel {
    right: 0px !important;
  }
}
@media only screen and (max-width: 420px) {
  .protected-header .notification .notification-panel {
    min-width: 290px !important;
    max-width: 290px !important;
  }
}

#paymentModal .modal-content,
#paymentModalTwo .modal-content,
#cardDetailModal .modal-content,
#passwordModal .modal-content {
  border: 1px solid #e8e8e8;
  border-radius: 20px;
}
#paymentModal .modal-content .modal-header button,
#paymentModalTwo .modal-content .modal-header button,
#cardDetailModal .modal-content .modal-header button,
#passwordModal .modal-content .modal-header button {
  width: 23px;
  border: 1px solid #02473e;
  height: 23px;
}
#paymentModal .modal-content .modal-header button img,
#paymentModalTwo .modal-content .modal-header button img,
#cardDetailModal .modal-content .modal-header button img,
#passwordModal .modal-content .modal-header button img {
  width: 13px;
  height: 13px;
}
#paymentModal .modal-content .modal-header button:focus-visible, #paymentModal .modal-content .modal-header button:focus,
#paymentModalTwo .modal-content .modal-header button:focus-visible,
#paymentModalTwo .modal-content .modal-header button:focus,
#cardDetailModal .modal-content .modal-header button:focus-visible,
#cardDetailModal .modal-content .modal-header button:focus,
#passwordModal .modal-content .modal-header button:focus-visible,
#passwordModal .modal-content .modal-header button:focus {
  box-shadow: unset !important;
  outline: unset !important;
}
#paymentModal .modal-content .head img,
#paymentModalTwo .modal-content .head img,
#cardDetailModal .modal-content .head img,
#passwordModal .modal-content .head img {
  max-width: 130px;
}
#paymentModal .modal-content form button,
#paymentModalTwo .modal-content form button,
#cardDetailModal .modal-content form button,
#passwordModal .modal-content form button {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

#pdfModal .modal-content {
  background-color: transparent !important;
  border: unset !important;
  border-radius: 20px;
}
#pdfModal .modal-content .modal-header button {
  width: 23px;
  border: 1px solid #ffffff;
  height: 23px;
  top: 2.4rem;
  right: -0.8rem;
}
#pdfModal .modal-content .modal-header button img {
  width: 13px;
  height: 13px;
  filter: invert(1) brightness(100);
}
#pdfModal .modal-content .modal-header button:focus-visible, #pdfModal .modal-content .modal-header button:focus {
  box-shadow: unset !important;
  outline: unset !important;
}
#pdfModal .modal-content .head img {
  max-width: 130px;
}
#pdfModal .modal-content form .download-btn img {
  max-width: 20px;
}

.cursor-pointer {
  cursor: pointer;
}

.permit-boost-wrapper .boost-card {
  border: 1px solid #E8E8E8;
  border-radius: 20px;
}
.permit-boost-wrapper .boost-card select {
  color: #989898 !important;
  border-color: #989898 !important;
  padding-top: 0.5rem;
  padding-bottom: 0.47rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.permit-boost-wrapper .boost-card select:focus-visible, .permit-boost-wrapper .boost-card select:focus {
  color: #02473e !important;
  border-color: #02473e !important;
  outline: unset;
}

.form-check-input {
  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-check-input:after {
  content: url("../svg/tick-filled.svg");
  width: 25px;
  height: 25px;
  position: absolute;
  right: -8px;
  top: -4px;
  transform: scale(0);
  transition: all 200ms ease;
}
.form-check-input:checked {
  background-color: unset !important;
}
.form-check-input:checked:after {
  transform: scale(1);
}
.form-check-input:focus-visible, .form-check-input:focus {
  box-shadow: unset !important;
  outline: unset !important;
  border-color: #02473e !important;
}

.swal2-cancel {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.swal2-cancel:hover {
  color: #ffffff !important;
}

.dashboard-layout {
  min-height: 300px;
}
.dashboard-layout .table-responsive {
  min-height: 350px;
}
.dashboard-layout table thead,
.dashboard-layout table tbody,
.dashboard-layout table tfoot,
.dashboard-layout table tr,
.dashboard-layout table td,
.dashboard-layout table th {
  border-color: #E8E8E8 !important;
}
.dashboard-layout table thead th {
  font-size: 17px;
}
.dashboard-layout table thead th.arrow .down-arrow-img {
  width: 16px;
  height: 16px;
}
.dashboard-layout table thead th.arrow .up-arrow-img {
  transform: rotate(180deg);
  width: 16px;
  height: 16px;
}
.dashboard-layout table tbody td {
  font-size: 14px;
}
.dashboard-layout table tbody td .badge {
  font-size: 14px !important;
  width: 100px;
  font-size: 13px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboard-layout table tbody td .dropdown button:after {
  border: unset !important;
}
.dashboard-layout table tbody td .dropdown button:focus-visible, .dashboard-layout table tbody td .dropdown button:focus {
  box-shadow: unset !important;
  outline: unset !important;
  border-color: #02473e !important;
}
.dashboard-layout table tbody td img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.dashboard-layout table tbody tr:nth-of-type(odd) td {
  background-color: #F9F9F9 !important;
}
.dashboard-layout .form-check-input[type=checkbox]:indeterminate {
  background-color: transparent !important;
  border-color: #C9C9C9 !important;
  --bs-form-check-bg-image: none !important;
}
.dashboard-layout .my-request-card,
.dashboard-layout .settings-card,
.dashboard-layout .transaction-card {
  border: 1px solid #E8E8E8;
  border-radius: 20px;
}
.dashboard-layout .my-request-card.active,
.dashboard-layout .settings-card.active,
.dashboard-layout .transaction-card.active {
  background-color: #F9F9F9;
}
.dashboard-layout .content {
  border: 1px solid #E8E8E8;
  border-radius: 20px;
}
.dashboard-layout .content .price-card {
  border-radius: 30px;
}
@media only screen and (max-width: 540px) {
  .dashboard-layout .content button {
    width: 100%;
  }
}
.dashboard-layout .content .project-detail .single h4 {
  line-height: 1;
  padding-top: 0.35rem;
}
.dashboard-layout .content .project-detail .single p {
  letter-spacing: 0;
}
.dashboard-layout .content .project-detail .single .gallery img {
  width: 61px;
  height: 62px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.dashboard-layout .content .project-detail .single .gallery a img {
  width: 22.332px !important;
  height: 22.332px !important;
  border-radius: unset !important;
  -o-object-fit: unset !important;
     object-fit: unset !important;
}
.dashboard-layout .form-control {
  border-radius: 23px;
  resize: none;
  border-color: #C9C9C9;
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
}
.dashboard-layout .form-control:focus-visible, .dashboard-layout .form-control:focus {
  box-shadow: unset !important;
  outline: unset !important;
  border-color: #02473e !important;
}
.dashboard-layout .form-control {
  color: #000000;
}
.dashboard-layout .form-control::-moz-placeholder {
  color: #989898 !important;
}
.dashboard-layout .form-control::placeholder {
  color: #989898 !important;
}
.dashboard-layout .form-select {
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
  border-color: #C9C9C9;
}
.dashboard-layout .form-select:focus-visible, .dashboard-layout .form-select:focus {
  box-shadow: unset !important;
  outline: unset !important;
  border-color: #02473e !important;
}
.dashboard-layout #transaction-history tr .down-arrow-img {
  width: 16px;
  height: 16px;
}
.dashboard-layout #transaction-history tr td .pdf-img {
  width: 25px;
  height: 34px;
}
.dashboard-layout .data-rendering .selected-option-value {
  border: 1px solid #F9F9F9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
}
.dashboard-layout .data-rendering .values-chart {
  border-radius: 20px;
  border: 1px solid #F9F9F9;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.dashboard-layout .border-card {
  border-radius: 20px;
  border-color: #E8E8E8;
}
.dashboard-layout .inner-card {
  background-color: #F9F9F9;
  border-radius: 30px;
  border: 1px solid #e8e8e8;
}
@media only screen and (max-width: 992px) {
  .dashboard-layout .favourite-card-wrapper .col-6:nth-of-type(odd) {
    padding-left: 0 !important;
    padding-right: 0.5rem !important;
  }
}
@media only screen and (max-width: 992px) {
  .dashboard-layout .favourite-card-wrapper .col-6:nth-of-type(even) {
    padding-left: 0.5rem !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 992px) {
  .permit-boost-wrapper .col-6:nth-of-type(odd) {
    padding-left: 0 !important;
    padding-right: 0.5rem !important;
  }
}
@media only screen and (max-width: 992px) {
  .permit-boost-wrapper .col-6:nth-of-type(even) {
    padding-left: 0.5rem !important;
    padding-right: 0 !important;
  }
}

.pagination ul {
  margin-bottom: 0 !important;
  background-color: transparent !important;
}
.pagination ul .page-item span {
  color: #989898 !important;
}
.pagination ul .page-item span img {
  max-width: 20px !important;
}
.pagination ul .page-item span span {
  background-color: blue !important;
}
.pagination ul .page-item.active span {
  color: #02473e !important;
}
.pagination ul .page-link {
  font-family: "Figtree", sans-serif !important;
  background-color: transparent !important;
  border: unset !important;
  font-weight: 600 !important;
  color: #989898 !important;
}
.pagination ul .page-link:focus-visible {
  outline: unset !important;
  border: unset !important;
  box-shadow: unset !important;
}
.pagination .page-link.active,
.pagination .active > .page-link {
  font-family: "Figtree", sans-serif !important;
  background-color: transparent !important;
  border: unset !important;
  font-weight: 600 !important;
  color: #02473e !important;
}

.custom-pagination .page-item {
  margin: 0;
}
.custom-pagination .page-item.disabled .page-link {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.custom-pagination .page-item.active .page-number {
  background-color: #e6f6f4 !important;
  color: #02473e !important;
  border-color: #e6f6f4 !important;
}
.custom-pagination .page-link {
  border: 1px solid transparent;
  background-color: transparent;
  transition: all 0.3s ease;
}
.custom-pagination .page-link:hover {
  background-color: rgba(2, 71, 62, 0.1);
}
.custom-pagination .page-link:focus {
  box-shadow: none;
  outline: none;
}
.custom-pagination .page-prev-next {
  background-color: #02473e !important;
  color: #ffffff !important;
  padding: 10px 28px !important;
  border-radius: 50px !important;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #02473e !important;
  transition: all 0.3s ease;
}
.custom-pagination .page-prev-next:hover {
  background-color: rgb(0.602739726, 21.397260274, 18.6849315068) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(2, 71, 62, 0.3);
}
@media (max-width: 576px) {
  .custom-pagination .page-prev-next {
    padding: 8px 20px !important;
    font-size: 14px;
  }
}
.custom-pagination .page-number {
  background-color: transparent;
  color: #333333;
  padding: 8px 14px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 16px;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent !important;
  transition: all 0.3s ease;
}
.custom-pagination .page-number:hover {
  background-color: #e6f6f4;
  color: #02473e;
}
@media (max-width: 576px) {
  .custom-pagination .page-number {
    min-width: 36px;
    min-height: 36px;
    font-size: 14px;
    padding: 6px 10px;
  }
}
.custom-pagination .page-dots {
  background-color: transparent !important;
  color: #999999 !important;
  border: none !important;
  padding: 8px 4px;
  cursor: default;
  pointer-events: none;
}
.custom-pagination .page-item.disabled .page-prev-next {
  background-color: #e0e0e0 !important;
  color: #999999 !important;
  border-color: #e0e0e0 !important;
  cursor: not-allowed;
}
.custom-pagination .page-item.disabled .page-prev-next:hover {
  transform: none;
  box-shadow: none;
  background-color: #e0e0e0 !important;
}

.favourite-card {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 12px;
}
.favourite-card .image .cover-img {
  border-radius: 6px;
  min-height: 150px;
  max-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 540px) {
  .favourite-card .image .cover-img {
    min-height: 120px;
    max-height: 120px;
  }
}
.favourite-card .image .icon {
  width: 30px;
  height: 30px;
  top: 1rem;
  right: 1rem;
}
.favourite-card button.position-absolute {
  top: 1rem;
  right: 1rem;
}
.favourite-card p,
.favourite-card .p {
  font-size: 12px !important;
}

.offcanvas .offcanvas-body .back-btn {
  width: 30px;
  height: 30px;
}
.offcanvas .offcanvas-body .back-btn img {
  width: 30px;
  height: 30px;
}
.offcanvas .offcanvas-body .back-btn:focus-visible, .offcanvas .offcanvas-body .back-btn:focus {
  box-shadow: unset !important;
  outline: unset !important;
  border: unset !important;
}
.offcanvas .offcanvas-body h6 {
  padding-top: 0.4rem !important;
}
.offcanvas .offcanvas-body .form-control-sm:focus-visible, .offcanvas .offcanvas-body .form-control-sm:focus {
  box-shadow: unset !important;
  outline: unset !important;
  border-color: #02473e !important;
}

.stats-card {
  background-color: #F9F9F9;
  border-radius: 30px;
  min-height: 200px;
}
@media only screen and (max-width: 540px) {
  .stats-card h2 {
    font-size: 24px !important;
  }
}
@media only screen and (max-width: 540px) {
  .stats-card h5 {
    font-size: 16px !important;
  }
}

.stats-boost-card {
  border-radius: 30px;
  min-height: 200px;
}
@media only screen and (max-width: 540px) {
  .stats-boost-card h5 {
    font-size: 16px !important;
  }
}

.nav-item .lang {
  color: #02473e !important;
}
.nav-item .lang .link {
  color: #02473e !important;
}
.nav-item .lang .link.active {
  color: #CB4925 !important;
}
.nav-item.dropdown .dropdown-menu {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1098039216);
  border: unset !important;
  border-radius: 6px !important;
}
.nav-item.dropdown .dropdown-menu .dropdown-menu {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1098039216);
  border: unset !important;
  border-radius: 6px !important;
}
.nav-item.dropdown .dropdown-menu .dropdown-menu .dropdown-item {
  color: #02473e;
}
.nav-item.dropdown .dropdown-menu .dropdown-menu .dropdown-item:hover {
  color: #CB4925 !important;
  font-weight: 400;
  background-color: transparent !important;
}
.nav-item.dropdown .dropdown-menu .dropdown-menu .dropdown-item.active {
  color: #CB4925 !important;
  font-weight: 600 !important;
  background-color: transparent !important;
}
.nav-item.dropdown .dropdown-menu .dropdown-menu .dropdown-item:focus-visible, .nav-item.dropdown .dropdown-menu .dropdown-menu .dropdown-item:focus, .nav-item.dropdown .dropdown-menu .dropdown-menu .dropdown-item:focus-within, .nav-item.dropdown .dropdown-menu .dropdown-menu .dropdown-item:active, .nav-item.dropdown .dropdown-menu .dropdown-menu .dropdown-item:target {
  color: #CB4925 !important;
  font-weight: 400;
  background-color: transparent !important;
}

.btn-group-buyer .btn-outline-primary {
  color: #02473e !important;
}
.btn-group-buyer .btn-outline-primary svg.fill {
  fill: #02473e !important;
}
.btn-group-buyer .btn-outline-primary svg.stroke {
  stroke: #02473e !important;
  fill: #ffffff !important;
}
.btn-group-buyer .btn-outline-primary:hover svg {
  transform: unset !important;
}
.btn-group-buyer .btn-outline-primary:hover svg.fill {
  fill: #ffffff !important;
}
.btn-group-buyer .btn-outline-primary:hover svg.stroke {
  stroke: #ffffff !important;
  fill: #02473e !important;
}
.btn-group-buyer .btn-outline-primary:hover .btn-group-text {
  color: #fff !important;
}
.btn-group-buyer .btn-outline-primary.active {
  color: #ffffff !important;
  background-color: #02473e !important;
}
.btn-group-buyer .btn-outline-primary.active svg {
  transform: unset !important;
}
.btn-group-buyer .btn-outline-primary.active svg.fill {
  fill: #ffffff !important;
}
.btn-group-buyer .btn-outline-primary.active svg.stroke {
  stroke: #ffffff !important;
  fill: #02473e !important;
}

.search-btn:hover svg {
  transform: rotate(0deg) !important;
}

.buyer-page #permit-list .col-md-6 {
  transition: 0.2s all ease-in-out;
}
.buyer-page #permit-list .card .small {
  font-size: 12px !important;
}
.buyer-page #permit-list .card .property-card_price {
  font-size: 16px !important;
}
.buyer-page .buyer-not-found {
  background-color: #f4f4f5 !important;
  border: 1px solid #d8d8d8;
  border-radius: 16px;
}
.buyer-page .buyer-email {
  background-color: #ebf8eb !important;
  border-radius: 24px;
  padding: 24px 12px;
  outline: 2px dashed #52a61d;
  border-radius: 24px;
}
.buyer-page .buyer-email .buyer-email-content {
  width: 80%;
  margin: auto;
}
@media (max-width: 576px) {
  .buyer-page .buyer-email .buyer-email-content {
    width: 100%;
  }
}

.dropdown_multi_btn .dropdown .dropdown-menu .row .form-label {
  color: #989898 !important;
}
.dropdown_multi_btn .dropdown .dropdown-menu .row input {
  border-radius: 5px;
  color: #02473e !important;
}
.dropdown_multi_btn .dropdown .dropdown-menu .row input::-moz-placeholder {
  color: #989898 !important;
}
.dropdown_multi_btn .dropdown .dropdown-menu .row input::placeholder {
  color: #989898 !important;
}
.dropdown_multi_btn .dropdown .dropdown-menu .row input:focus-visible, .dropdown_multi_btn .dropdown .dropdown-menu .row input:focus {
  box-shadow: unset !important;
  outline: unset !important;
  border-color: #02473e !important;
}

.list-view-item .row > [class*=col-] {
  max-width: 100%;
  flex: 0 0 100%;
}
.list-view-item .row .property-card {
  display: flex;
  grid-gap: 1rem;
  flex-direction: row !important;
}
@media only screen and (max-width: 400px) {
  .list-view-item .row .property-card {
    grid-gap: 0.3rem;
  }
}
@media only screen and (min-width: 401px) and (max-width: 992px) {
  .list-view-item .row .property-card {
    grid-gap: 0.5rem;
  }
}
.list-view-item .row .property-card .badge {
  top: 1rem !important;
}
.list-view-item .row .property-card_image {
  width: 184px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 400px) {
  .list-view-item .row .property-card_image {
    width: 120px;
    height: 120px;
  }
}
.list-view-item .row .content {
  margin-top: 0 !important;
  width: 100% !important;
}
.list-view-item .row .content .reverse {
  flex-direction: column-reverse !important;
}
.list-view-item .row .content .text-end {
  text-align: start !important;
}
.list-view-item .row .content span {
  color: #000000 !important;
}
.list-view-item .row .content .text-secondary {
  color: #02473e !important;
}
.list-view-item .row .content .property-card_price {
  margin-top: 0 !important;
  color: #02473e !important;
}

.map-card .small {
  font-size: 12px !important;
}
.map-card .btn-primary.map-card {
  padding: 0.7rem 1rem 0.6rem 1rem !important;
}
.map-card a.link {
  height: 33px;
  width: 33px;
}

.landing_choose-us {
  background: radial-gradient(33.77% 8.72% at 50% -0.06%, #e6f6f4 0%, rgba(255, 244, 242, 0) 100%) !important;
}
.landing_choose-us .card .top-sec img {
  width: 55px;
  height: 55px;
}
.landing_choose-us .card .top-sec img.first {
  width: unset !important;
  height: unset !important;
}
.landing_choose-us .card:hover .text-dark {
  color: #ffffff !important;
}

.cn_input.cn_input_lg {
  color: #989898 !important;
}

.footer-active {
  color: #CB4925 !important;
}

@media only screen and (max-width: 992px) {
  .dropdown.specific .dropdown-menu {
    margin-top: 0.5rem !important;
  }
}
.dropdown.specific .dropdown-menu {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1098039216);
  border: unset !important;
  border-radius: 6px !important;
}
.dropdown.specific .dropdown-menu .dropdown-item {
  color: #02473e;
}
@media only screen and (max-width: 992px) {
  .dropdown.specific .dropdown-menu .dropdown-item {
    word-wrap: break-word;
    text-wrap: auto;
  }
}
.dropdown.specific .dropdown-menu .dropdown-item:hover {
  color: #CB4925 !important;
  font-weight: 400;
  background-color: transparent !important;
}
.dropdown.specific .dropdown-menu .dropdown-item.active {
  color: #CB4925 !important;
  font-weight: 600 !important;
  background-color: transparent !important;
}
.dropdown.specific .dropdown-menu .dropdown-item:focus-visible, .dropdown.specific .dropdown-menu .dropdown-item:focus, .dropdown.specific .dropdown-menu .dropdown-item:focus-within, .dropdown.specific .dropdown-menu .dropdown-item:active, .dropdown.specific .dropdown-menu .dropdown-item:target {
  color: #CB4925 !important;
  font-weight: 400;
  background-color: transparent !important;
}

@media only screen and (max-width: 992px) {
  .app_container.m-view {
    position: relative !important;
  }
}

@media only screen and (max-width: 992px) {
  .landing .landing_hero_container .card {
    border-radius: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .landing .landing_hero_container .card .nav-item {
    flex-grow: 1 !important;
  }
}
@media only screen and (max-width: 992px) {
  .landing .landing_hero_container .card .nav-item .nav-link {
    padding-top: 0 !important;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .landing .landing_hero_container .card .nav-item .nav-link.active {
    font-weight: 600 !important;
  }
}
@media only screen and (max-width: 992px) {
  .landing .landing_hero_container .card .nav-item .nav-link .d-flex {
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
  }
}
@media only screen and (max-width: 992px) {
  .landing .landing_hero_container .card .tab-content {
    padding-top: 1rem !important;
  }
}
@media only screen and (max-width: 992px) {
  .landing .landing_hero_container .location_tabs {
    width: 90% !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 992px) {
  .landing .landing_about .card .d-flex .d-flex svg {
    min-width: 30px;
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 992px) {
  .landing .landing_about .card .btn-warning span {
    padding-top: unset !important;
  }
}

.max-width {
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

#cardDetailModal .btn-close:focus-visible, #cardDetailModal .btn-close:focus {
  box-shadow: unset !important;
  outline: unset !important;
}
#cardDetailModal .btn-primary-100 {
  padding: 0.85rem 1.5rem 0.8rem 1.5rem !important;
}
#cardDetailModal .btn-primary {
  padding: 0.85rem 1.5rem 0.8rem 1.5rem !important;
}

.Button.Button--pay {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.display-price-wrapper .min-height {
  min-height: 400px;
}

@media only screen and (max-width: 992px) {
  .equal-btn .btn {
    min-width: 200px !important;
  }
}
@media only screen and (max-width: 992px) {
  .equal-btn.w-lg .btn {
    min-width: 270px !important;
    width: unset !important;
  }
}

#paymentReadyModal .modal-header button {
  width: 25px;
  height: 25px;
}
#paymentReadyModal .btn-primary {
  padding: 1rem 1.5rem 0.9rem 1.5rem !important;
}

input[type=email]:focus-visible::-moz-placeholder, input[type=email]:focus::-moz-placeholder, input[type=text]:focus-visible::-moz-placeholder, input[type=text]:focus::-moz-placeholder, input[type=number]:focus-visible::-moz-placeholder, input[type=number]:focus::-moz-placeholder, input[type=password]:focus-visible::-moz-placeholder, input[type=password]:focus::-moz-placeholder {
  color: #ffffff !important;
}

input[type=email]:focus-visible::placeholder, input[type=email]:focus::placeholder,
input[type=text]:focus-visible::placeholder,
input[type=text]:focus::placeholder,
input[type=number]:focus-visible::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus-visible::placeholder,
input[type=password]:focus::placeholder {
  color: #ffffff !important;
}

@media only screen and (max-width: 992px) {
  .dashboard-layout .stats-row .display-5 {
    font-size: 32px !important;
  }
}

#verification-input input {
  text-align: center !important;
  font-size: 2rem !important;
}

#select2-country_code-container .fi {
  min-width: 25px !important;
}

.bg-unpaid {
  background: #c74444;
}

.filters-parent-section {
  background-color: #fafafa;
}
.filters-parent-section .single-filter {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #d4d4d8;
  padding: 4px 12px;
}
.filters-parent-section .single-filter:first-child {
  flex-grow: 1;
}
.filters-parent-section .single-filter .input-with-icon svg,
.filters-parent-section .single-filter .input-with-icon .new-with-icon-img {
  left: -1px !important;
}
.filters-parent-section .single-filter .input-with-icon .form-control,
.filters-parent-section .single-filter .input-with-icon .form-select {
  padding-left: 24px !important;
}
.filters-parent-section .single-filter .icon-with-no-position {
  position: static !important;
  width: 12px;
}
.filters-parent-section .single-filter .cursor-pointer {
  cursor: pointer !important;
}
.filters-parent-section .single-filter .no-focus:focus, .filters-parent-section .single-filter .no-focus:focus-visible, .filters-parent-section .single-filter .no-focus:focus-within {
  border: none !important;
  outline: none !important;
}
.filters-parent-section .single-filter .logs-lots-BtnText {
  color: #a1a1aa !important;
  font-weight: 400 !important;
}
.filters-parent-section .single-filter .primary_placeholder {
  color: #a1a1aa !important;
  font-weight: 400 !important;
}

@media only screen and (max-width: 992px) {
  .filter-parent {
    padding: 2rem 1rem;
    position: fixed !important;
    bottom: -100%;
    transition: 0.2s all ease-in-out;
    width: 100% !important;
    background-color: #ffffff !important;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.2117647059) !important;
    border-radius: 20px 20px 0px 0px !important;
    z-index: 999;
    left: 0 !important;
  }
}
.filter-parent.active {
  transition: 0.2s all ease-in-out;
  bottom: 0% !important;
}
@media only screen and (max-width: 992px) {
  .filter-parent .parent-flex {
    flex-direction: column !important;
  }
}
@media only screen and (max-width: 992px) {
  .filter-parent .parent-flex .input-with-icon,
  .filter-parent .parent-flex .dropdown_multi_btn {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .filter-parent .parent-flex .input-with-icon .dropdown,
  .filter-parent .parent-flex .dropdown_multi_btn .dropdown {
    width: 100%;
  }
}
.form-radio.land_owner:after {
  top: -2px !important;
}

.landing-hero-new .landing-hero-new-header {
  position: relative;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 70px;
}
.landing-hero-new .landing-hero-new-header .landing-hero-left-img {
  position: absolute;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 200px;
}
@media (max-width: 1200px) {
  .landing-hero-new .landing-hero-new-header .landing-hero-left-img {
    display: none;
  }
}
.landing-hero-new .landing-hero-new-header .landing-hero-right-img {
  position: absolute;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 200px;
}
@media (max-width: 1200px) {
  .landing-hero-new .landing-hero-new-header .landing-hero-right-img {
    display: none;
  }
}
@media (max-width: 576px) {
  .landing-hero-new .landing-hero-new-header .landing-header-buttons {
    flex-direction: column !important;
  }
}
.landing-hero-new .btn-outline-primary.no-icon {
  min-height: unset !important;
  padding: 0.6rem 1.5rem 0.6rem 1.5rem !important;
}
.landing-hero-new .landing-slider-section {
  position: relative;
  background: linear-gradient(0deg, #e6f6f4 50%, rgb(255, 255, 255) 50%);
}
@media (max-width: 576px) {
  .landing-hero-new .landing-slider-section {
    padding-bottom: 110px !important;
  }
}
.landing-hero-new .landing-slider-section .property-card:hover {
  border-color: #02473e !important;
}
.landing-hero-new .landing-slider-section .property-card_image__favourite {
  width: 30px;
  height: 30px;
}
.landing-hero-new .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) {
  .landing-hero-new .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) {
  .landing-hero-new .custom-arrows2 .arrow-left {
    top: 110%;
    left: 40%;
    transform: translate(-50%, -50%);
    min-width: 40px;
    height: 40px;
  }
}
.landing-hero-new .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) {
  .landing-hero-new .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) {
  .landing-hero-new .custom-arrows2 .arrow-right {
    top: 110%;
    right: 27%;
    transform: translate(-50%, -50%);
    min-width: 40px;
    height: 40px;
  }
}
.landing-hero-new .landing-slider-section {
  background: rgb(249, 249, 249);
  background: linear-gradient(0deg, #e6f6f4 50%, rgb(255, 255, 255) 50%);
}
.landing-hero-new .landing-slider-section .property-card:hover {
  border-color: #02473e !important;
}
.landing-hero-new .landing-slider-section .property-card_image__favourite {
  width: 30px;
  height: 30px;
}
.landing-hero-new .landing-slider-section .slider-container {
  padding-left: 6%;
}
@media only screen and (max-width: 599px) {
  .landing-hero-new .landing-slider-section .slider-container {
    margin-right: auto !important;
    padding-top: 20px !important;
  }
}
.landing-hero-new .landing-slider-section .slider-container .slider .icon i {
  line-height: 0;
}
.landing-hero-new .landing-slider-section .slider-container .slider .slider-card {
  min-height: 400px;
  border: 1.5px solid #02473e;
  border-radius: 30px;
}
.landing-hero-new .landing-slider-section .slider-container .slider .slider-card .profile-detail .avatar img {
  width: 41px;
  height: 41px;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-hero-new .landing-slider-section .slider-container .slider .slider-card:hover {
  border-color: #6b9993 !important;
  background-color: #6b9993 !important;
}
.landing-hero-new .landing-slider-section .slider-container .slider .slider-card:hover .icon i {
  color: #ffffff !important;
}
.landing-hero-new .landing-slider-section .slider-container .slider .slider-card:hover .text-primary {
  color: #ffffff !important;
}
.landing-hero-new .landing-slider-section .slider-container .slider .slider-card:hover .image img {
  filter: invert(1) brightness(100);
}
.landing-hero-new .landing-slider-section .custom-arrows button svg:hover {
  fill: #02473e !important;
  stroke: #02473e !important;
}
.landing-hero-new .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) {
  .landing-hero-new .landing-slider-section .custom-arrows {
    left: -3rem !important;
  }
}
@media only screen and (min-width: 1011px) and (max-width: 1200px) {
  .landing-hero-new .landing-slider-section .custom-arrows {
    left: -3rem !important;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1010px) {
  .landing-hero-new .landing-slider-section .custom-arrows {
    left: -2.5rem !important;
  }
}
@media only screen and (min-width: 801px) and (max-width: 992px) {
  .landing-hero-new .landing-slider-section .custom-arrows {
    left: -4rem !important;
    transform: translateY(-100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
  .landing-hero-new .landing-slider-section .custom-arrows {
    left: -3rem !important;
    transform: translateY(-100%);
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .landing-hero-new .landing-slider-section .custom-arrows {
    left: -4rem !important;
    transform: translateY(-100%);
  }
}
@media only screen and (max-width: 599px) {
  .landing-hero-new .landing-slider-section .custom-arrows {
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    transform: translateY(0%) !important;
  }
}
.landing-hero-new .landing-slider-section .property-card {
  min-height: 440px !important;
}

.audience-section .audience-card {
  background: #fef4f2;
  border-radius: 16px;
  border: 1px solid rgba(2, 71, 62, 0.08);
}
.audience-section .audience-card--owner {
  background: rgba(244, 114, 78, 0.06);
}
.audience-section .audience-card--operator {
  background: #e6f6f4;
}

.audience-card-buyer {
  background: #fef4f2;
  border-radius: 16px;
  border: 1px solid rgba(2, 71, 62, 0.08);
}
.audience-card-buyer--owner {
  background: rgba(244, 114, 78, 0.06);
}
.audience-card-buyer--operator {
  background: #e6f6f4;
}

.how-it-works-section .how-it-works-left-btns .btn-outline-primary:hover span {
  color: #fff !important;
}
@media (max-width: 768px) {
  .how-it-works-section .how-it-works-left-btns {
    flex-direction: column !important;
  }
  .how-it-works-section .how-it-works-left-btns .btn {
    width: 100%;
    margin: 4px 0;
  }
}
.how-it-works-section .selling-intro {
  background: #ffffff;
  border-radius: 20px;
}
.how-it-works-section .how-steps {
  background: #ffffff;
  border: 1px solid #E8E8E8;
  border-radius: 20px;
}
.how-it-works-section .how-steps .timeline-step {
  position: relative;
  padding: 0.5rem 0 1.25rem 0;
}
.how-it-works-section .how-steps .timeline-step:not(:last-child) {
  border-left: 2px dashed #E1E1E1;
  margin-left: 16px;
}
.how-it-works-section .how-steps .timeline-step .number {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #C9C9C9;
  color: #02473e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-top: 2px;
}

.how-it-works-box {
  border: 1.5px dotted #d2dced;
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  border-radius: 24px;
}
@media (max-width: 576px) {
  .how-it-works-box {
    padding: 20px 8px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .how-it-works-box {
    padding: 24px 16px;
  }
}
.how-it-works-box {
  background-color: #fef4f2;
}
.how-it-works-box .how-it-works-title {
  color: #02473e;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.how-it-works-box .steps {
  counter-reset: step;
  padding-left: 0;
  list-style: none;
}
.how-it-works-box .steps .step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 34px;
  position: relative;
}
.how-it-works-box .steps .step:last-child {
  margin-bottom: 0;
}
.how-it-works-box .steps .step:last-child .circle-number::after {
  display: none;
}
.how-it-works-box .steps .step .circle-number {
  min-width: 32px;
  height: 32px;
  border: 2px solid #CB4925;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CB4925;
  font-weight: 500;
  font-size: 1.2rem;
  margin-right: 18px;
  margin-top: 3px;
  position: relative;
  z-index: 2;
  background-color: #fef4f2;
}
.how-it-works-box .steps .step .circle-number::after {
  content: "";
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 84px;
  border-left: 2px dotted #CB4925;
  z-index: 1;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .how-it-works-box .steps .step .circle-number::after {
    height: 105px;
  }
}
@media (min-width: 510px) and (max-width: 767px) {
  .how-it-works-box .steps .step .circle-number::after {
    height: 100px;
  }
}
@media (min-width: 380px) and (max-width: 509px) {
  .how-it-works-box .steps .step .circle-number::after {
    height: 120px;
  }
}
@media (min-width: 340px) and (max-width: 379px) {
  .how-it-works-box .steps .step .circle-number::after {
    height: 140px;
  }
}
@media (min-width: 280px) and (max-width: 339px) {
  .how-it-works-box .steps .step .circle-number::after {
    height: 160px;
  }
}
.how-it-works-box .steps .step .step-content {
  flex: 1;
}
.how-it-works-box .steps .step .step-content .step-title {
  font-weight: 700;
  font-size: 1.09rem;
  color: #222;
  margin-bottom: 2px;
}
.how-it-works-box .steps .step .step-content .step-title .step-title-content {
  color: #262626;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .how-it-works-box .steps .step .step-content .step-title .step-title-content {
    font-size: 20px !important;
  }
}
.how-it-works-box .steps .step .step-content .step-description {
  font-size: 0.97rem;
  color: #555;
  margin-bottom: 0;
}
.how-it-works-box .steps .step .step-content .step-description a {
  color: #02473e;
  text-decoration: underline;
}

.how-it-works-box-register {
  border: 1.5px dotted #d2dced;
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  border-radius: 24px;
}
@media (max-width: 576px) {
  .how-it-works-box-register {
    padding: 20px 8px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .how-it-works-box-register {
    padding: 24px 16px;
  }
}
.how-it-works-box-register {
  background-color: #fef4f2;
}
.how-it-works-box-register .how-it-works-title {
  color: #02473e;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.how-it-works-box-register .steps {
  counter-reset: step;
  padding-left: 0;
  list-style: none;
}
.how-it-works-box-register .steps .step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 34px;
  position: relative;
}
@media (max-width: 576px) {
  .how-it-works-box-register .steps .step {
    margin-bottom: 24px;
  }
}
.how-it-works-box-register .steps .step:last-child {
  margin-bottom: 0;
}
.how-it-works-box-register .steps .step:last-child .circle-number::after {
  display: none;
}
.how-it-works-box-register .steps .step .circle-number {
  min-width: 32px;
  height: 32px;
  border: 2px solid #CB4925;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CB4925;
  font-weight: 500;
  font-size: 1.2rem;
  margin-right: 18px;
  margin-top: 3px;
  position: relative;
  z-index: 2;
  background-color: #fef4f2;
}
.how-it-works-box-register .steps .step .circle-number::after {
  content: "";
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 108px;
  border-left: 2px dotted #CB4925;
  z-index: 1;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .how-it-works-box-register .steps .step .circle-number::after {
    height: 105px;
  }
}
@media (min-width: 510px) and (max-width: 767px) {
  .how-it-works-box-register .steps .step .circle-number::after {
    height: 100px;
  }
}
@media (min-width: 380px) and (max-width: 509px) {
  .how-it-works-box-register .steps .step .circle-number::after {
    height: 120px;
  }
}
@media (min-width: 340px) and (max-width: 379px) {
  .how-it-works-box-register .steps .step .circle-number::after {
    height: 140px;
  }
}
@media (min-width: 280px) and (max-width: 339px) {
  .how-it-works-box-register .steps .step .circle-number::after {
    height: 190px;
  }
}
.how-it-works-box-register .steps .step .step-content {
  flex: 1;
}
.how-it-works-box-register .steps .step .step-content .step-title {
  font-weight: 700;
  font-size: 1.09rem;
  color: #222;
  margin-bottom: 2px;
}
.how-it-works-box-register .steps .step .step-content .step-title .step-title-content {
  color: #262626;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .how-it-works-box-register .steps .step .step-content .step-title .step-title-content {
    font-size: 20px !important;
  }
}
.how-it-works-box-register .steps .step .step-content .step-description {
  font-size: 0.97rem;
  color: #555;
  margin-bottom: 0;
}
.how-it-works-box-register .steps .step .step-content .step-description a {
  color: #02473e;
  text-decoration: underline;
}

.engagement-section {
  padding: 60px 0;
  background: #fff;
  background: linear-gradient(0deg, var(--Palette-Gris-0-blanc, #ffffff), var(--Palette-Gris-0-blanc, #ffffff)), radial-gradient(36.77% 13.72% at 50% -0.06%, #e6f6f4 0%, rgba(254, 244, 242, 0) 100%);
}
.engagement-section .engagement-header {
  text-align: center;
  margin-bottom: 50px;
}
.engagement-section .engagement-section-card {
  background-color: #fafafa;
}

.reviews-section {
  padding: 80px 0;
  background: #f8f9fa;
}
.reviews-section .reviews-info {
  padding-right: 40px;
}
@media (max-width: 991px) {
  .reviews-section .reviews-info {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.reviews-section .reviews-slider-wrapper {
  position: relative;
}
.reviews-section .reviews-slider-wrapper .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000000 !important;
  top: 15px;
}
.reviews-section .reviews-slider-wrapper .slick-dots li {
  margin: 0 0 !important;
}
.reviews-section .reviews-slider-wrapper .slick-dots li button:before {
  font-family: "slick";
  font-size: 12px !important;
  line-height: 20px;
  position: relative !important;
  top: 15px !important;
  left: 0;
  width: 30px;
  height: 30px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #171717;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.reviews-section .reviews-slider-wrapper .slick-dots {
  position: relative;
}
.reviews-section .reviews-slider-wrapper .reviews-slider {
  display: flex !important;
  align-items: stretch !important;
}
.reviews-section .reviews-slider-wrapper .reviews-slider .review-card {
  flex: 1;
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
  padding: 0 10px;
}
.reviews-section .reviews-slider-wrapper .reviews-slider .review-card .card-inner {
  background: white;
  border-radius: 12px;
  padding: 24px;
  min-height: 260px;
  height: 100%;
}
@media (min-width: 991px) and (max-width: 1300px) {
  .reviews-section .reviews-slider-wrapper .reviews-slider .review-card .card-inner {
    min-height: 325px;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  .reviews-section .reviews-slider-wrapper .reviews-slider .review-card .card-inner {
    min-height: 252px;
  }
}
@media (min-width: 576px) and (max-width: 766px) {
  .reviews-section .reviews-slider-wrapper .reviews-slider .review-card .card-inner {
    min-height: 300px;
  }
}
@media (min-width: 280px) and (max-width: 575px) {
  .reviews-section .reviews-slider-wrapper .reviews-slider .review-card .card-inner {
    min-height: 280px;
  }
}
.reviews-section .reviews-slider-wrapper .reviews-slider .review-card .card-inner .reviewer-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.reviews-section .reviews-slider-wrapper .reviews-slider .review-card .card-inner .reviewer-header .reviewer-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.reviews-section .reviews-slider-wrapper .reviews-slider .review-card .card-inner .reviewer-header .reviewer-info .avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e8e8e8;
  overflow: hidden;
}
.reviews-section .reviews-slider-wrapper .reviews-slider .review-card .card-inner .reviewer-header .reviewer-info .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews-section .reviews-slider-wrapper .reviews-slider .review-card .card-inner .reviewer-header .reviewer-info .details .name {
  font-weight: 600;
  color: #222;
  font-size: 0.95rem;
  margin-bottom: 2px;
}
.reviews-section .reviews-slider-wrapper .reviews-slider .review-card .card-inner .reviewer-header .reviewer-info .details .role {
  font-size: 0.85rem;
  color: #6c757d;
}
.reviews-section .reviews-slider-wrapper .reviews-slider .review-card .card-inner .rating-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
}
.reviews-section .reviews-slider-wrapper .reviews-slider .review-card .card-inner .rating-stars img {
  width: 16px;
  height: 16px;
}
.reviews-section .reviews-slider-wrapper .reviews-slider .review-card .card-inner .review-text {
  color: #4a4a4a;
  font-size: 0.9rem;
  line-height: 1.6;
}
.reviews-section .reviews-slider-wrapper .slider-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.reviews-section .reviews-slider-wrapper .slider-navigation .nav-arrow {
  width: 32px;
  height: 32px;
  border: 1.5px solid #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: white;
  transition: all 0.3s ease;
  padding: 0;
  color: #666;
}
.reviews-section .reviews-slider-wrapper .slider-navigation .nav-arrow:hover {
  border-color: #999;
  background: #f8f8f8;
}
.reviews-section .reviews-slider-wrapper .slider-navigation .nav-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.reviews-section .reviews-slider-wrapper .slider-navigation .nav-arrow svg {
  width: 16px;
  height: 16px;
}
.reviews-section .reviews-slider-wrapper .slider-navigation .dots-container {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 8px;
}
.reviews-section .reviews-slider-wrapper .slider-navigation .dots-container .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d0d0d0;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  padding: 0;
}
.reviews-section .reviews-slider-wrapper .slider-navigation .dots-container .dot:hover {
  background: #999;
}
.reviews-section .reviews-slider-wrapper .slider-navigation .dots-container .dot.active {
  background: #222;
}
.reviews-section .reviews-logos-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.reviews-section .reviews-logos-container .reviews-logo {
  width: 200px;
}
.reviews-section .reviews-logos-container .reviews-logos-grid {
  align-items: center;
  animation: marquee 20s linear infinite;
  display: flex;
  gap: 2.5rem;
  white-space: nowrap;
  will-change: transform;
}
.reviews-section .reviews-logos-container .reviews-logos-grid .duplicate-logo {
  display: inline-block !important;
}
.reviews-section .reviews-logos-container .reviews-logos-grid img {
  flex: 0 0 auto;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 1rem));
    /* Adjust based on half the content */
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.reviews-slider .slick-dots,
.reviews-slider .slick-arrow {
  display: none !important;
}

@media (max-width: 992px) {
  .reviews-section .reviews-content {
    flex-direction: column;
  }
  .reviews-section .reviews-content .reviews-info,
  .reviews-section .reviews-content .reviews-slider-wrapper {
    flex: 0 0 100%;
  }
}
.faqs-section .accordion {
  background: none !important;
  border: 1px solid #e4e4e7 !important;
  border-radius: 16px;
  padding: 32px;
}
@media (max-width: 576px) {
  .faqs-section .accordion {
    padding: 16px;
  }
}
.faqs-section .accordion .accordion-button {
  font-weight: 600 !important;
  background: none !important;
}
.faqs-section .accordion .accordion-button::after {
  background-image: url(../../new/svg/accordion-plus.svg);
}
.faqs-section .accordion .accordion-button:not(.collapsed) {
  background: none !important;
  color: #02473e !important;
  font-weight: 600;
  box-shadow: 1px 1px 1px rgba(255, 255, 255, 0) !important;
}
.faqs-section .accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../../new/svg/accordion-minus.svg);
}
.faqs-section .accordion .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}
.faqs-section .accordion .accordion-body {
  font-weight: 400;
  padding: 0 12px !important;
}
.faqs-section .accordion-item {
  background: none !important;
  border-bottom: 1px solid #e6e6e6 !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}
.faqs-section .accordion-item:first-of-type > .accordion-header .accordion-button {
  font-weight: 600 !important;
  padding: 30px 17px !important;
}
@media (max-width: 576px) {
  .faqs-section .accordion-item:first-of-type > .accordion-header .accordion-button {
    padding: 30px 8px !important;
  }
}
.faqs-section .accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  background: none !important;
}
.faqs-section .accordion-flush .accordion-item .accordion-button,
.faqs-section .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
  font-size: 18px !important;
  padding: 30px 12px;
}

.cursor-pointer {
  cursor: pointer;
}

.swal2-actions .swal2-confirm {
  color: #fff !important;
}

.swal2-actions .btn-danger {
  background-color: #f07871 !important;
}
.swal2-actions .btn-success {
  background-color: #a2df87 !important;
}

.filters-page-card .property-card_image_img {
  border-top-right-radius: 12px !important;
  border-top-left-radius: 12px !important;
}

.list-view-item .property-card_image_img {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.blog-page .blog-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.299);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 15px;
}
.blog-page .blog-card img {
  border-radius: 15px;
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.blog-page .page-prev-next {
  border-radius: 50px;
}

.related-posts-wrapper {
  background-color: #fafafa;
}

.blog-content {
  bottom: 34px;
  text-align: center;
  padding: 12px;
}

.city-header-img {
  width: 100%;
  height: 360px;
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=new_styles.css.map */