.hightlight-container img {
  margin-bottom: 2rem;
}

.slick-dots {
  position: relative;
}

.slick-dots li button {
  border: none;
  position: relative;
  background: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.slick-dots li button::before {
  height: 2px;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  background-color: var(--darkgrey);
  width: unset;
  opacity: unset;
}

.collapse .card-body-hearder {
  display: flex;
}

.collapse .card-body-hearder .img_user,
#about .about-contact .img_user {
  min-width: 52px;
  min-height: 52px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #d9d9d9;
  margin-right: 18px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}

.collapse .card-body-hearder .img_user img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.collapse .card-body-hearder .card-body-phone {
  display: flex;
  flex-direction: column;
  margin: auto 0;
}

.collapse .card-body-hearder .card-body-phone p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.collapse .card-body-hearder .card-body-flag {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-right: 10%;
}

.collapse .card-body-hearder .card-body-flag img {
  height: 14px;
}

.collapse .card-body-hearder .card-body-hearder-info {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.separation {
  width: 100%;
  height: 0.5px;
  background-color: #d9d9d9;
  margin: 21px auto;
}

.card-body-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card-body-content-whatsapp {
  display: flex;
}

.card-body-content-whatsapp-info {
  display: flex;
  justify-content: center;
  width: 50%;
  gap: 10px;
}

.card-body-content-whatsapp-info img {
  width: 22.539px;
  height: 22px;
}

.card-body-content-whatsapp-info p span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.card-body-content-whatsapp-info p {
  color: #000;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.card-body-content-information {
  display: flex;
  gap: 21px;
  background-color: #edfbff;
  height: 52px;
  align-items: center;
}

.card-body-content-information p {
  color: #0080a4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

p.card-body-content-information-i {
  color: #0080a4;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-left: 13px;
}

.card-body-content .container-fluid .col-xl-5 {
  flex: unset;
  max-width: unset;
}

.state {
  display: inline-block;
  z-index: 2;
  padding: 0.3rem;
  text-transform: uppercase;
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: var(--letterspace1);
  color: var(--native);
  background-color: #fff;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.card-body-content .contact {
  padding-bottom: 0;
}

form {
  display: flex;
  gap: 16px;
  flex-direction: column;
  margin-top: 32px;
}

form .formulaire_ligne {
  display: flex;
  flex-direction: row;
  gap: 16px;
  width: 100%;
}

form .input p {
  flex: 1;
  min-width: 0;
}

form span.star {
  color: #790000;
  font-size: 1rem;
}

form .formulaire_ligne label,
form .message label {
  text-transform: uppercase;
  font-weight: 500;
  color: #aaa;
  letter-spacing: var(--letterspace1);
  max-width: 100%;
}

form input:not(.checkBox input, form input.btnSubmitFormulaire) {
  background-color: #eee;
  border-color: #d3d1d1;
  border-width: 1px;
  border-style: solid;
  font-size: 0.9rem;
  padding: 5px;
  max-width: 100%;
  margin-top: 16px;
}

form .message label {
  width: 100%;
}

form .message label span {
  width: 100%;
}

form textarea {
  height: 160px;
  max-width: 100%;
  width: 100%;
  background-color: #eee;
  border-color: #d3d1d1;
  border-width: 1px;
  border-style: solid;
  margin-top: 16px;
}

form .checkBox {
  margin-top: 20px;
}

form .referenceBien {
  display: none;
}

form .submitFormulaireContactBien input.btnSubmitFormulaire {
  cursor: pointer;
  text-transform: uppercase;
  color: white;
  font-size: 0.8rem;
  padding: 0.5rem 2rem;
  border: none;
  font-weight: 500;
  background-color: #9cb3a7;
  letter-spacing: var(--letterspace3);
  display: block;
  margin: auto;
}

form .submitFormulaireContactBien input.btnSubmitFormulaire:hover {
  background-color: #c5d6cd;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

form .submitFormulaireContactBien .wpcf7-spinner {
  display: block;
  margin: 5px auto 0;
}

form .wpcf7-response-output {
  border-color: #9cb3a7 !important;
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0 !important;
}

.item-details-complementary .city-complementary-details,
.item-details-complementary .availability-complementary-details {
  border: 1px solid var(--lightgrey);
  display: inline-block;
  z-index: 2;
  padding: .3rem;
  text-transform: uppercase;
  font-size: .6rem;
  font-weight: 500;
  letter-spacing: var(--letterspace1);
  color: var(--native);
  background-color: #fff;
  position: absolute;
  bottom: 1rem;
}

.item-details-complementary .city-complementary-details {
  left: 2rem;
}

.item-details-complementary .availability-complementary-details {
  right: 2rem;
}

/* //Definima - style de apimo */


.apimo-post-suggest .excerpt {
  min-height: 200px !important;
}

.apimo-filter-grid {
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px; */
  /* overflow: hidden; */
  display: block;
}

.filter-container {
  width: 100%;
  margin: 0;
  height: fit-content;
}

.filter-container .apimo-filter-section {
  background-color: transparent !important;
}

.apimo-search-filter-part {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  margin-top: 20px;
}

.nbPost {
  margin: 0 2rem 1rem;
  height: fit-content;
}

.nbPost h2 {
  letter-spacing: var(--letterspace3);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}

.apimo-search-btn {
  display: flex;
}

.btn.search {
  width: 100%;
}

.filter-item.advance-search {
  margin-left: unset !important;
}

span.selected2 {
  max-width: 100%;
}

.apimo-filter-container {
  padding: 3rem 2rem .5rem;
}

.breadcrumb-container .breadcrumb {
  margin: 0 2rem 1rem;
}

.apimo-filter-section {
  border: none !important;
  margin: 0 2rem !important;
  padding: 0 !important;
  width: auto !important;
  overflow: visible !important;
}

.apimo-filter-wrapper .filter-item {
  position: relative;
  float: left;
  width: 24%;
  margin: 0.5% !important;
  text-align: center;
  box-sizing: border-box;
  max-width: 24%;
  height: 32px;
  background-color: white;
}

.apimo-filter-wrapper .filter-item-title {
  padding: 8px 32px;
}

.filter-item * {
  max-height: 32px;
  line-height: unset;
}

.select2-container {
  display: block;
  max-width: 100% !important;
  width: 100% !important;
  max-height: 100% !important;
}

.select2-selection.select2-selection--single:not(.apimo_location .select2-selection.select2-selection--single) {
  display: flex;
  border: none !important;
}

.apimo_location .select2-selection.select2-selection--single {
  display: flex;
}

.select2-selection__rendered {
  padding-left: 32px !important;
  line-height: unset !important;
  align-self: center;
  height: auto !important;
  color: #000 !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.6rem !important;
  letter-spacing: var(--letterspace1);
}

.apimo-dropdown-icon {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  height: 48px;
}

.apimo-dropdown-icon-b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.apimo-filter-wrapper .filter-item-title {
  border: none;
  height: 100%;
}

.apimo-filter-wrapper .filter-item-title span.text,
.apimo_room .label,
.apimo_date .apimo_date_filter_radio label,
.apimo_date .apimo_dates_filter_input,
.apimo_order .order-by-radio-item label,
.select2-search__field {
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.6rem !important;
  letter-spacing: var(--letterspace1);
  margin-right: 0;
}

.apimo-section-all-post {
  z-index: 8;
  padding: 3rem 2rem;
}

.apimo-section-all-post-content {
  padding-right: 15px;
  padding-left: 15px;
}

.select2-results ul {
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-size: 0.7rem !important;
  letter-spacing: var(--letterspace1) !important;
}

.select2-results ul li:hover,
.select2-results__option--selected:hover,
.apimo_location .select2-selection:hover,
.apimo_price_range .list-filter-click li:hover,
.apimo_property_areas .list-filter-click li:hover,
.apimo_order .order-by-radio-item:hover {
  background-color: #4fac7c14 !important;
  color: #000 !important;
  cursor: pointer;
}

.apimo_order .order-by-radio-item label:hover {
  cursor: pointer;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #4fac7c14 !important;
  color: #000;
}

.select2-results__option--selected,
.apimo_order .order-by-radio-item:has(input:checked) {
  background-color: #FFF !important;
  color: #000 !important;
}

.filter-item-dropdown {
  max-height: unset;
  max-width: 100%;
}

.apimo-archive-filter {
  max-height: unset;
}

label.apimo-archive-filter {
  display: none;
}

.apimo-filter-wrapper .filter-item-dropdown .apimo_location_wrap {
  padding: 0 !important;
}

.apimo_location .apimo_location_wrap {
  margin: 5% !important;
}

.apimo_location .apimo_location_wrap .select2-selection__rendered {
  padding-left: 8px !important;
}

.fiter-range {
  max-height: unset !important;
  flex-direction: column;
  border: none !important;
  gap: 10px;
}

.range-from,
.range-to {
  max-width: 100% !important;
  display: flex;
}

.filter-lists-value,
.list-filter-click {
  max-height: unset !important;
}

.apimo_room.filters-qty {
  max-height: unset;
  padding-bottom: 10px;
}

.apimo_room .filter-item-qty {
  flex-direction: column;
  padding: 10px 10px 0 !important;
}

.apimo_room .qty-buttons {
  margin-left: unset !important;
}

.filter-item-title .text {
  padding: 5px 0 !important;
}

.apimo_date.apimo-dates-option {
  max-height: unset;
}

.apimo_date .apimo_date_filter_radios {
  max-height: unset;
  flex-direction: column;
}

.apimo_date .apimo-date-block {
  max-height: unset;
}

.apimo_date .apimo_date_filter_radio {
  max-height: unset;
  max-width: 100%;
}

.apimo_date .apimo_date_filter_radio label {
  max-height: unset;
  padding: 8px 0 !important;
}

.apimo_date .apimo_date_filter_radio label:hover,
.apimo_date .apimo_dates_filter_input:hover,
.apimo_advance_filter .apimo-archive-filter label:hover {
  cursor: pointer;
  border-color: var(--charter) !important;
}

.drp-buttons {
  display: flex !important;
  justify-content: center;
}

.calendar-table .active {
  background-color: var(--charter) !important;
}

.apimo_advance_filter.apimo-aditional-filter {
  max-height: unset;
  margin: 0 !important;
  padding: 13px !important;
  justify-content: center;
}

.apimo_advance_filter .apimo-archive-filter {
  max-width: 50% !important;
  width: 50% !important;
  flex: unset !important;
}

.apimo_advance_filter .apimo-archive-filter label {
  width: 100% !important;
  max-width: 100% !important;
}

.apimo_order.filter-item-dropdown {
  max-height: 200px;
  overflow: scroll;
}

.apimo_order .order-by-radio-item {
  text-align: start;
  padding: 6px;
}

.apimo_order .order-by-radio-item input {
  display: none;
}

.apimo_order .order-by-radio-item label {
  display: block !important;
  margin: 0;
  font-size: 0.7rem !important;
}

.filter-item.active .filter-item-title b {
  border-color: transparent transparent #888 transparent !important;
  border-width: 0 4px 5px 4px !important;
}

.select2-search__field {
  height: 32px;
  font-size: 0.7rem !important;
}

span.select2-results ul li.select2-results__option--selected::after,
.apimo_order .order-by-radio-item:has(input:checked) label::after {
  content: '';
  width: .5em;
  height: 1em;
  border-style: solid;
  border-width: 0 .26em .26em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  font-size: 1rem;
}

.info-page-section {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 2rem;
}


.info-page-section-content-part {
  width: 50%;
  padding: calc(2rem + 15px);
}


.info-page-section-link-part {
  width: 50%;
  padding: calc(2rem + 15px);
}

.apimo-active-filter {
  display: none !important;
}

.section-info {
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: row;
  z-index: 0;
}

.section-info-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: calc(2rem + 15px);
}

.section-info-right {
  padding: calc(2rem + 15px);
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}

.section-info-village {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 10px;
}

.section-info-village div {
  text-align: center;
  display: flex;
  justify-content: center;
}

.section-info-village a {
  font-size: 1rem;
  background-color: #eff0f0;
  padding: .8rem 0;
  width: 100%;
}

.section-info-right h2 {
  letter-spacing: var(--letterspace3);
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
}

.apimo-contact-listing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 39px 0;
  gap: 32px;
  background-color: #FFF;
  margin: 2rem;
}

.apimo-contact-listing-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.apimo-contact-listing-header h2 {
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.apimo-contact-listing-header h2 span.phoneNumber {
  font-size: 20px;
  font-weight: 300;
}

.apimo-contact-listing-header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.apimo-contact-listing-flag {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}

.separateur {
  height: 1px;
  min-height: 1px;
  width: 90%;
  background-color: #d9d9d9;
}

.apimo-contact-listing-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.apimo-contact-listing-content-whatsapp {
  width: 100%;
  align-items: center;
}

.apimo-content-whatsapp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.card-body-content-whatsapp-btn {
  display: flex;
  padding: 8px 32px;
  align-items: center;
  gap: 10px;
  background-color: #9CB3A7;
  color: white;
  font-size: 18px;
  font-weight: 500;
}

.apimo-contact-listing-content-info {
  height: auto;
  padding: 15px 10px;
  max-width: 90%;
}

.apimo-contact-listing-content-info p {
  margin: 0;
}

footer {
  margin: auto !important;
  max-width: 99% !important;
}

@media screen and (max-width: 600px) {
  form .formulaire_ligne {
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  #collapseFour {
    max-width: 70%;
    margin: auto;
  }

  .slick-initialized .slick-slide {
    margin: 1rem;
  }
}

@media screen and (max-width: 530px) {

  .card-body-hearder,
  .card-body-hearder-info {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .collapse .card-body-hearder-info .card-body-flag {
    margin-right: 0;
  }
}

@media screen and (max-width: 730px) {
  .card-body-content-whatsapp {
    flex-direction: column;
    gap: 10px;
  }

  .card-body-content-whatsapp-info {
    width: 100%;
  }

  #about .about-contact-right .card-body-content-information {
    width: fit-content !important;
    align-self: center;
  }
}

@media screen and (max-width: 550px) {
  .card-body-content-information:not(.card-body-content-information.apimo-contact-listing-content-info) {
    flex-direction: column;
    height: auto;
    gap: 10px;
    padding: 5px;
  }

  p.card-body-content-information-i {
    margin-left: 0;
  }

  .card-body-content-information p {
    text-align: center;
  }

  .section-info-village {
    grid-template-columns: auto auto;
  }

}

@media screen and (max-width: 767.98px) {
  .filter-item {
    max-width: 100% !important;
    width: 100% !important;
  }

  .apimo_room .filter-item-qty {
    flex-direction: row;
    justify-content: center;
  }

  .section-info-right h2 {
    font-size: 1.5rem;
  }

  .section-info-village a {
    font-size: .8rem;
  }

  .apimo-row>div {
    width: 100%;
    max-width: 100%;
  }

  .img>.img-fluid {
    width: 100%;
  }

  .apimo-contact-listing-content-whatsapp p,
  .apimo-contact-listing-content-info p {
    font-size: 12px;
  }

  .apimo-contact-listing-content-info {
    justify-content: center;
  }
}

.apimo-contact-listing-img {
  display: flex;
  justify-content: center;
}

.apimo-contact-listing-img-user {
  min-width: 52px;
  min-height: 52px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #d9d9d9;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  position: absolute;
}

.apimo-contact-listing-img-user img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.apimo-contact-listing-img-content {
  position: relative;
  height: 52px;
  width: calc((52px - 10px) * 5 + 10px);
}

#about .about-contact {
  display: flex;
  flex-direction: row;
  padding: 0 3rem;
  margin-bottom: 100px;
}

#about .about-contact .about-contact-left {
  display: flex;
  flex-direction: row;
  width: 50%;
  gap: 15%;
}

#about .about-contact .about-contact-right {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 50%;
  gap: 15%;
  padding-left: 10%;
}

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

#about .about-contact-buy-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#about .content .img {
  display: flex;
  flex-direction: row;
  position: relative;
}

#about .content .img_user {
  position: absolute;
}

#about .contact-phone p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

#about .contact-phone p span {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

#about .about-contact-right .card-body-content-whatsapp {
  gap: 10%;
}

#about .about-contact-right .card-body-content-whatsapp-info {
  width: unset;
}

#about .about-contact-right .card-body-content-whatsapp-info p {
  width: max-content;
}

#about .about-contact-right .card-body-content-information {
  width: 100%;

}

#about .container .about-title,
#featured .container-fluid .annonce-like-title {
  font-size: 2rem;
  color: var(--native);
  font-weight: 300;
  letter-spacing: var(--letterspace1);
}

#featured .container-fluid .annonce-like-title {
  text-align: center;
}

#hero {
  height: fit-content;
  padding: 3rem;
}

#hero h1 {
  line-height: unset;
  text-align: center;
}

#hero h2 {
  font-size: 2rem;
  color: var(--native);
  font-weight: 300;
  letter-spacing: var(--letterspace1);
  text-transform: uppercase;
}

#hero p {
  text-align: center;
  text-transform: uppercase;
}

#hero .hero-header {
  padding-bottom: 20px;
}

#hero .hero-header .subtitle {
  width: 65%;
  margin: auto;
  text-align: center;
}

#hero .hero-content {
  width: 100%;
  display: flex;
  flex-direction: row;
}

#hero .hero-left-content,
#hero .hero-right-content {
  width: 50%;
  height: 560px;
  display: flex;
  justify-content: center;
}

#hero .hero-left-content-agences,
#hero .hero-right-content-agences {
  width: fit-content;
  top: 200px;
  position: relative;
}

#hero .hero-left-content-agences h2,
#hero .hero-left-content-agences p,
#hero .hero-right-content-agences h2,
#hero .hero-right-content-agences p {
  /* color: #FFF; */
  text-align: center;
}

@media screen and (max-width: 575px) {
  .filter-item-dropdown:not(.filter-item-dropdown:has(.apimo_date)) {
    top: 5% !important;
    padding: 0 !important;
  }

  .filter-item-dropdown:has(.apimo_date) {
    top: 0 !important;
  }

  .apimo-section-all-post {
    margin-top: 0 !important;
  }

  .apimo-contact-listing {
    margin: 2rem 0;
  }
}

@media screen and (max-width:1150px) {

  .section-info,
  .info-page-section {
    flex-direction: column;
  }

  .section-info-left,
  .info-page-section-content-part {
    width: 100% !important;
  }

  .section-info-right,
  .info-page-section-link-part {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width:1150px) {
  .apimo-row>div {
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
}

@media screen and (min-width: 576px) and (max-width:639.98px) {
  .omw-card-post .card-inner {
    margin: 2rem !important;
  }
}

@media print,
screen and (min-width: 1024px) {
  .apimo-row>div {
    padding: 0 !important;
  }
}

@media screen and (min-width:1151px) and (max-width: 1400px) {
  .apimo-contact-listing {
    gap: 15px;
    padding: 0;
  }

  .apimo-contact-listing-header {
    gap: 10px;
  }

  .apimo-contact-listing-header h2 {
    font-size: 20px;
    margin: 0;
  }

  .apimo-contact-listing-header h2 span.phoneNumber {
    font-size: 17px;
  }

  .apimo-contact-listing-header-content {
    gap: 10px;
  }

  .apimo-contact-listing-content-whatsapp p span {
    font-weight: 500;
  }

  .apimo-content-whatsapp a {
    font-size: 15px;
  }

  .apimo-contact-listing-content-info {
    gap: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .apimo-contact-listing {
    gap: 15px;
    padding: 0;
  }

  .apimo-contact-listing-header {
    gap: 10px;
  }

  .apimo-contact-listing-header h2 {
    font-size: 20px;
    margin: 0;
  }

  .apimo-contact-listing-header h2 span.phoneNumber {
    font-size: 17px;
  }

  .apimo-contact-listing-header-content {
    gap: 10px;
  }

  .apimo-contact-listing-content-whatsapp p span {
    font-weight: 500;
  }

  .apimo-content-whatsapp a {
    font-size: 15px;
  }

  .apimo-contact-listing-content-info {
    gap: 10px;
  }
}

@media screen and (max-width: 500px) {
  .apimo-contact-listing {
    gap: 15px;
    padding: 0;
  }

  .apimo-contact-listing-header {
    gap: 10px;
  }

  .apimo-contact-listing-header h2 {
    font-size: 20px;
    margin: 0;
  }

  .apimo-contact-listing-header h2 span.phoneNumber {
    font-size: 17px;
  }

  .apimo-contact-listing-header-content {
    gap: 10px;
  }

  .apimo-contact-listing-content-whatsapp p span {
    font-weight: 500;
  }

  .apimo-content-whatsapp a {
    font-size: 15px;
  }

  .apimo-contact-listing-content-info {
    gap: 10px;
  }
}


@media screen and (max-width: 1350px) {

  #about .about-contact-right {
    padding-left: 0 !important;
    align-items: center;
  }

  #about .about-contact-right .card-body-content-whatsapp {
    justify-content: space-between;
    gap: 20px;
    width: 500px;
  }
}

@media screen and (max-width: 1120px) {
  #about .about-contact {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  #about .about-contact-left {
    gap: 0;
    justify-content: space-between;
    min-width: 480px;
  }

  #about .about-contact .about-contact-right {
    min-width: 480px;
    gap: 20px;
  }
}

@media screen and (max-width:600px) {
  #about .about-contact .about-contact-left {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  #about .about-contact .about-contact-left .about-contact-buy {
    width: 220px;
  }

  #about .about-contact .about-contact-left .about-contact-location {
    width: 185px;
  }
}

@media screen and (max-width: 1050px) {
  #hero .hero-content {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  #hero .hero-left-content,
  #hero .hero-right-content {
    width: 100%;
  }
}

@media screen and (max-width: 1050px) {
  .single-ad {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }

  .hightlight-container{
    display: none;
  }

  .single-mobil-img{
    padding: 0 !important;
    margin: 0 !important;
  }

  .breadcrumb-mobile ol{
    margin: 0 0 10px 0 !important;
  }
}