@media screen and (max-width:1920px) {
  body.propertyFormPage {
      background: linear-gradient(90deg, rgb(255, 255, 255) 61%, rgba(245, 245, 245, 1) 61%);
  }
}

/* Desktop-only: lower the ATLAS logo to align closer to the trademark */
@media (min-width: 992px) {
  footer.footer-mobile .logo-column a img {
    margin-top: 0 !important;
    transform: translateY(38px); /* ajuste fino: 24–40px conforme o seu layout */
  }
  /* Garante que não corte o deslocamento, caso o container tenha overflow */
  footer.footer-mobile .logo-column { overflow: visible; }

  /* Diminui a distância entre a lista 'Explore' e a área inferior (somente desktop) */
  /* footer.footer-mobile .row.p-5.align-items-start { padding-bottom: 8px !important; padding-top: 60px !important; } */
  /* Segunda linha (logo): reduz padding superior para aproximar do bloco acima */
  /* footer.footer-mobile .row.p-5:not(.align-items-start) { padding-top: 8px !important; padding-bottom: 20px !important; } */

}

@media (min-width: 870px) {
    footer.footer-mobile .logo-column a img {
      margin-top: 0 !important;
      transform: translateY(38px); /* ajuste fino: 24–40px conforme o seu layout */
    }
}

/* Footer mobile refinements */
@media (max-width: 576px) {
  /* Evita seções encostarem na borda por causa dos gutters negativos */
  footer.footer-mobile .row { --bs-gutter-x: 0 !important; }
  /* Garante respiro lateral consistente */
  footer.footer-mobile .container-fluid { padding-left: 16px !important; padding-right: 16px !important; }
  /* Normaliza padding dos rows com utilitário p-5 para 16px no mobile */
  footer.footer-mobile .row.p-5 { padding: 0px !important; }

  /* Margens de 32px para bloco do logo, label e ícones */
  footer.footer-mobile .logo-column a img { margin-top: 32px !important; }
  footer.footer-mobile .logo-column .d-block.d-md-none { margin-top: 32px !important; }

  /* Área de ícones sociais mobile: 32px sup/inf */
  footer.footer-mobile .row.d-flex.d-md-none.justify-content-center > .col-12 { margin-top: 0px !important; margin-bottom: 32px !important; padding-top: 0 !important; padding-bottom: 0 !important; }

  /* Divisores acima/abaixo com 32px */
  footer.footer-mobile .footer-divider { margin-top: 24px !important; margin-bottom: 24px !important; }
}

@media screen and (max-width:1600px) {
  body.propertyFormPage {
      background: linear-gradient(90deg, rgba(255, 255, 255, 1) 63%, rgba(245, 245, 245, 1) 63%);
 }
}

@media screen and (max-width:1024px) {

  .property-page .user-card .price {
      font-size: 19px;
 }
}
@media screen and (max-width:1000px) {

  .floatSearchFilters .modal{
     padding-right: 0px !important;
  }
  .property-page .user-card {
      width: 267px;
 }
  .property-page .user-card .price {
      font-size: 19px;
 }
  .my-header {
      padding: 0px !important;
 }
  .navbar-toggler:focus {
      box-shadow: none;
 }
  header button.navbar-toggler {
      z-index: 1003;
 }
  header button.navbar-toggler .menu-icon {
      display: inline-block !important;
  }
  header button.navbar-toggler .close-icon {
      display: none !important;
      width: 22px !important;
      height: 22px !important;
  }
  header button.navbar-toggler[aria-expanded="true"] .menu-icon {
      display: none !important;
  }
  header button.navbar-toggler[aria-expanded="true"] .close-icon {
      display: inline-block !important;
  }
  header button.navbar-toggler.atlas-open .menu-icon {
      display: none !important;
  }
  header button.navbar-toggler.atlas-open .close-icon {
      display: inline-block !important;
      opacity: 1 !important;
      visibility: visible !important;
  }
  .navbar-toggler img {
      fill: #ffffff;
      font-size: 24px;
      filter: brightness(100);
      width: 30px;
 }
  #navbarSupportedContent {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      z-index: 1002;
      background: #ffffff;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      transform: translate3d(105%, 0, 0);
      visibility: hidden;
      pointer-events: none;
      opacity: 1;
      will-change: transform;
      transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
      backface-visibility: hidden;
  }

  @media (prefers-reduced-motion: reduce) {
      #navbarSupportedContent {
          transition: none !important;
      }
  }

  #navbarSupportedContent.collapse {
      display: block !important;
  }

  #navbarSupportedContent.collapsing {
      height: 100vh !important;
      overflow-y: auto !important;
      -webkit-overflow-scrolling: touch;
  }

  body.mobile-menu-open #navbarSupportedContent {
      transform: translate3d(0, 0, 0);
      visibility: visible;
      pointer-events: auto;
  }

  body.mobile-menu-open {
      overflow: visible;
  }

  body.mobile-menu-open::before {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.25);
      z-index: 1000;
  }

  #navbarSupportedContent > ul.navbar-nav {
      min-height: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      padding-bottom: max(85px, env(safe-area-inset-bottom));
  }

  body.mobile-menu-open header button.navbar-toggler .menu-icon {
      display: none !important;
  }
  body.mobile-menu-open header button.navbar-toggler .close-icon {
      display: inline-block !important;
      width: 22px !important;
      height: 22px !important;
      opacity: 1 !important;
      visibility: visible !important;
  }
  #home header .navbar-toggler img {
      filter: brightness(20) !important;
      margin-right: 6px;
      margin-top: 6px;      
 }
  .my-header ul.navbar-nav {
      margin-bottom: 0px !important;
 }
  .my-nav a {
      color: var(--black);
      font-family: "Termina-Demi";
      font-size: 14px;
 }
  header button.navbar-toggler {
      border: none;
 }
  .bi-x-lg::before {
      color: #000000 !important;
      font-size: 22px !important;
      z-index: 999;
 }
  #home header .navbar-toggler img {
      filter: brightness(20) !important;
 }
  .my-nav ul.navbar-nav .entrar-div .entrar-btn {
      background-color: #000000;
      padding: 24px 16px;
      color: #ffffff;
      text-decoration: none;
 }
  .my-nav ul.navbar-nav .entrar-div {
      position: relative;
      text-align: center;
      padding: 24px 16px !important;
      text-decoration: none;
      border: none;
      font-size: 12px;
      width: 100% !important;
      font-family: "Termina-Demi" !important;
      position: fixed;
      bottom: 0;
      margin-bottom: 0px;
      left: 0;
 }
}

@media screen and (min-width: 991px) {
  footer .row:last-child {
      --bs-gutter-x: 0rem !important;
 }
  body.partner-form header, body.magic-linkPage header, body.registerform header, body.loginform header {
      display: none;
 }
 .my-nav ul.navbar-nav li.menu-divider{
    display: none;
}
a.mobile-menu-logo{
    display: none;
}
.favourite-card .carousel button.carousel-control-prev , .favourite-card .carousel button.carousel-control-next{
    opacity: 0 !important;
    transition: all 0.3s ease-in-out;
}
.favourite-card .carousel:hover button.carousel-control-prev , .favourite-card .carousel:hover button.carousel-control-next{
    opacity: 1 !important;
}
ul.navbar-nav a.nav-link{
    position: relative;
}
ul.navbar-nav a.nav-link::after{
    content: '';
    display: inline-block;
    width: calc(100% - 16px);
    height: 2px;
    background-color: currentcolor;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s ease;
    opacity: 0;
}
ul.navbar-nav a.nav-link:hover::after{
    opacity: 1;
}
}

/* ONLY*/

@media only screen and (max-width: 991px) {
 /* my css */
 .search-engine .search-box .close:hover{
   background: #f2f2f2 !important;
 }
  body.search-open {
      overflow: hidden;
 }
  .search-engine .close {
      display: flex !important;
      align-items: center;
      position: relative;
      top: 0;
      left: 0;
      background: #f2f2f2;
      border: 0;
      font-size: 1rem;
      font-weight: 700;
      display: block;
      cursor: pointer;
      color: black;
      padding: 1rem 1.25rem;
 }
  .search-engine .modal-content .modal-footer button, .search-engine .modal-content .modal-footer button:hover {
      min-width: 100% !important;
      min-height: 40px !important;
      margin-left: 0px !important;
      margin-right: 0px !important;
 }
 
  .search-box.search-elem {

      margin: 0;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 100;
      background: #ffffff;
      transition: all 0.3s ease-in-out;
      /* -webkit-transform: scale(0); */
      /* -ms-transform: scale(0); */
      /* transform: scale(0); */
 }
  .search-box.search-elem .inner {
      width: 70%;
      margin: 0 auto;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
 }
  .search-box.search-elem label {
      color: white;
      font-weight: 300;
      font-family: "Roboto", "Helvetica Neue", sans-serif;
 }
  .search-box.search-elem button.submit {
      outline: none;
      position: absolute;
      top: 0;
      right: 15px;
      height: 70px;
      padding: 10px 2rem;
      background: #00a896;
      font-family: "Roboto", "Helvetica Neue", sans-serif;
      font-size: 1rem;
      color: white;
 }
  .search-box.search-elem button.submit[disabled] {
      background: #ccc;
      color: #32213a;
 }
  .search-box.search-elem input[type=text] {
      padding: 20px;
      height: 72px;
      font-size: 32px;
      font-family: "Roboto", "Helvetica Neue", sans-serif;
      font-weight: 300;
      border: none;
      border-bottom: solid 2px #999;
      transition: border 0.3s;
      border-radius: 0;
 }
  .search-box.search-elem input[type=text]:focus {
      border-bottom: solid 2px #00a896;
      box-shadow: none;
 }
  .search-engine .search-box.search-elem label.placeholder {
      position: absolute;
      top: 10px;
      left: 2rem;
      font-size: 32px;
      font-weight: 300;
      font-family: "Roboto", "Helvetica Neue", sans-serif;
      color: #999;
      transition: all 0.3s;
 }
  .search-engine .search-box.search-elem label.placeholder.move-up {
      top: -25px;
      color: white;
      font-size: 1rem;
 }
  .search-engine .search-box.search-elem.search-open {
      flex-direction: column;
 }
  .search-engine .search-box .search-results {
      position: relative;
      background: #ffffff;
 }
  .search-engine .search-box .search-container {
      display: flex;
      width: 100%;
      flex-direction: column;
      max-width: 100%;
      justify-content: start;
 }
  .search-engine .search-box .close {
      padding: 0px;
      padding-right: 12px !important;
      font-size: 24px;
 }
  .search-engine .search-box input {
      font-family: Montserrat;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 21px;
      margin-right: 0px !important;
      padding-left: 0px !important;
      background: #f2f2f2;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
      flex: 1 0 0;
      border: none;
 }
     .search-engine .search-box input[type="search"]::-webkit-search-decoration,
    .search-engine .search-box input[type="search"]::-webkit-search-cancel-button,
    .search-engine .search-box input[type="search"]::-webkit-search-results-button,
    .search-engine .search-box input[type="search"]::-webkit-search-results-decoration {
      display: none;
    }
 
  .search-engine .search-btn2 {
      display: none;
 }
  .search-engine .search-box .search-results {
      padding-left: 12px !important;
      padding-top: 30px !important;
 }
  .search-engine .search-box .close:hover {
      background-color: #ffffff;
 }
  .search-engine .search-box {
      width: 100%;
      height: 100%;
      padding-top: 0px !important;
      margin: auto;
      box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2);
 }
  .search-engine .mobile-searchengine {
      z-index: 3;
 }
  .search-engine .search-header {
      display: flex;
      flex-direction: row;
      width: 100%;
      background: #f2f2f2;
      padding: 15px;
 }
  .search-engine .search-box .search-result-item {
      display: flex;
      gap: 0px 10px;
      padding-top: 10px;
      flex-wrap: wrap;
 }
  .search-engine .search-box .search-result-item .search-head {
      font-family: Montserrat;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px;
 }
  .search-engine .search-box .search-text {
      color: #000000;
      flex-basis: 100%;
      padding-left: 35px;
      padding-top: 8px;
      padding-bottom: 8px;
      padding-right: 8px;
      font-weight: 400 !important;
      margin-bottom: 0px !important;
 }
 .search-engine .search-box input::placeholder {
    font-family: "Montserrat Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: black;
}
 .search-box.search-elem{
     display:none;
 }
 .search-engine .modal-body .body1:last-child {
    padding-bottom: 150px !important;
}
  #home .hero-section.full-height {
      height: 100svh !important;
 }
  #home .full-height {
      height: 100vh !important;
 }
  #home .full-height .full-height-row {
      height: 100vh !important;
 }
  footer .row:last-child {
      --bs-gutter-x: 0rem !important;
 }
  .down-arrow-link {
      position: absolute;
      bottom: 4%;
 }
 
  .hero-section {
      padding-top: 0;
      padding-bottom: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
 }
  .propertyPage-section-2 .accordion-item:hover button {
      background: transparent !important;
 }
  .property-page .row {
      --bs-gutter-x: 0px !important;
 }
  .navbar-toggler {
      z-index: 1000 !important;
 }
  .bi-x-lg::before {
      color: #000000 !important;
      font-size: 22px !important;
      z-index: 999;
 }
  .entrar-btn {
      display: block;
 }
  .entrar-link {
      display: none;
 }
  .entrar-div {
      padding: 10px 16px !important;
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
 }
  .my-nav ul.navbar-nav .entrar-div .entrar-btn {
      background-color: #000000;
      padding: 12px 16px;
      color: #ffffff;
      text-decoration: none;
 }
  .my-nav ul.navbar-nav .entrar-div {
      position: relative;
      text-align: center;
      padding: 24px 16px !important;
      text-decoration: none;
      border: none;
      font-size: 12px;
      width: 100% !important;
      font-family: "Termina-Demi" !important;
      position: fixed;
      bottom: 0;
      margin-bottom: 0px;
      left: 0;
 }
 /* Header */
  .navbar-toggler img {
      width: 30px;
      height: 30px;
 }
  .btn-close {
      font-size: 35px;
      margin-right: 10px;
      color: #ffffff;
 }
  .my-header {
      padding-left: 0 !important;
      padding-right: 0 !important;
 }
  .my-header, .my-header>nav {
      padding-bottom: 0 !important;
 }
  .my-header a.navbar-brand, .my-header .navbar-toggler {
      padding-bottom: 15px;
 }
  .my-nav ul.navbar-nav {
      position: relative;
 }
  .my-header ul.navbar-nav {
      margin-bottom: 0px !important;
 }
 /* STEP FORM SECTION */
  .propertyStep .row .col-md-4 {
      max-height: 100%;
 }
  .stepForm-section>.container, body.propertyFormPage::before {
      background: none !important;
 }
 /* UTILITIES */
  body {
      font-size: 12px !important;
 }
  h2 {
      font-size: 24px !important;
 }
  p {
      font-size: 14px !important;
 }
  .icon-left-box {
      padding: 0px;
 }
  .icon-box-heading {
      font-size: 14px;
 }
  .propertyPage-section-1 .carousel-control-prev-icon {
      display: none;
 }
  .sm-none {
      display: none !important;
 }
  .col-sm-12 {
      width: 100%;
 }
  .order-sm-change {
      order: 2;
 }
 /* VENDOR PANEL */
  #vendorStepForm {
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      width: 100%;
 }
  .stepForm-section .container {
      height: 100%;
 }
  .formHeader h6 {
      color: #ffffff !important;
 }
  .vendorPanelPage .step-buttons .btn {
      padding: 0 50px;
 }
  .vendor-divider {
      margin: -65px !important;
 }
  .vendorPanelPage .progress-btn-wrap {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 10 !important;
      border-top: 1px solid #DBDBDB;
 }
  .vendorStep {
      height: auto;
 }
  #vendorStepForm .formPadding {
      padding: 30px 16px !important;
 }
  .vendorPanelPage .vendorStep {
      height: 100%;
      margin-top: -1px;
 }
  .checkCountWrap>div:last-of-type {
      padding-bottom: 140px !important;
 }
  .vendorPanelPage .step-buttons button {
      width: 48% !important;
 }
  .vendorPanelPage .step-buttons {
      gap: 2px;
 }
  .vendorPanelPage .checkCountWrap p, .vendorPanelPage .checkCountWrap h6 {
      font-size: 14px !important;
 }
  section.stepForm-section.para-dark {
      padding: 0px;
 }
 /* UTILITIES */
  h2 {
      color: var(--white);
      font-family: "Termina-Demi";
      /* text-transform: uppercase; */
      font-size: 29px;
      line-height: 120%;
 }
  .padding-120 {
      padding: 40px 16px !important;
 }
  .paddingY-100 {
      padding: 40px 16px;
 }
  .navbar-toggler {
      border: none;
      outline: none;
 }
  .vendorPanelPage .navbar-brand {
      visibility: hidden;
 }
  .vendorPanelPage .navbar-toggler img {
      filter: brightness(0) !important;
 }
 /* NAVBAR TOGGLER */
  .navbar-toggler img {
      fill: #ffffff;
      font-size: 24px;
      filter: brightness(100);
 }
  #navbarSupportedContent {
      z-index: 999;
 }
  .text-sm-center {
      text-align: center !important;
 }
  .navbar-toggler:focus {
      box-shadow: none;
 }
 /* .property-page */
  body.property-page .propertyPage-section-2 .first-row.mt-5 {
      margin-top: 1rem !important;
 }
  body.property-page .user-card {
      position: static !important;
 }
  body.property-page .carousel-indicators {
      z-index: 0 !important;
 }
  body.property-page .web-carousel>.container {
      overflow-x: scroll;
 }
  body.property-page .cards-style {
      flex-wrap: nowrap;
      gap: 20px;
      padding-top: 20px;
 }
  body.property-page .cards-style>a {
      display: none;
 }
  body.property-page .cards-style>h4 {
      position: absolute;
      padding-left: 0;
      top: 0;
      width: fit-content;
 }
  body.property-page .cards-style>.favourite-card {
      max-width: 90%;
 }
  body.property-page .web-carousel ::-webkit-scrollbar {
      display: none;
 }
  .mobile-carousel h4 {
      font-size: 16px !important;
 }
  .mobile-carousel .card-content p {
      color: var(--primary-green-hovered, #069257);
      font-feature-settings: 'clig' off, 'liga' off;
      font-family: Montserrat;
      font-size: 12px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
 }
  .accordion {
      border-bottom: none !important;
 }
  .facilties ul {
      gap: 10px !important;
 }
  .propertyPage-section-3 {
      border-top: 1px solid rgba(0, 0, 0, 0.12);
  }
  .propertyPage-section-2, body.property-page .accordion-item {
      border-bottom: 0px !important;
  }
  .propertyPage-section-2 {
      border-bottom: 0px !important;
  }
  .propertyPage-section-2 .container {
      padding-bottom: 0px !important;
  }
  .propertyPage-section-2 .accordion-body {
      padding-bottom: 0px !important;
  }
  .propertyPage-section-2 .accordion-body li {
      font-size: 12px;
 }
  body.property-page header {
      display: none;
 }
  body.property-page .accordion-header h5 {
      color: #000000;
      font-family: "Termina-Medium";
      font-weight: 600;
      font-size: 16px;
      text-transform: capitalize;
 }
  body.property-page .my-header, body.search-engine .my-header {
      position: relative;
 }
  .property-page .my-header form {
      display: none !important;
 }
  body.property-page {
      margin-bottom: 74px;
 }
  .receber_div {
      position: fixed;
      bottom: 0;
      background: #ffffff;
      left: 0;
      margin: auto;
      z-index: 8;
      width: 100% !important;
      padding: 12px 16px;
 }
  .card-slide {
      position: relative;
 }
  .card-slide .bi-heart {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 24px;
      color: #ffffff;
 }
  .card-slide h3, .card-slide p, .card-slide h2, .card-slide h6 {
      color: #000000;
 }
  .propertyPage-section-1 .container-fluid .row {
      gap: 10px;
 }
  .mobile-propertyPage-section1 {
      position: relative;
      z-index: 100049 !important;
      isolation: isolate;
 }
  .feature-images p {
      font-size: 10px !important;
 }
  .mobile-propertyPage-section1 .share-icons {
      position: fixed;
      top: 2%;
      right: 20px;
      z-index: 100050 !important;
      transform: translateZ(0);
      -webkit-transform: translateZ(0);
 }
  .property-page .facilties ul {
      justify-content: space-between;
 }
  .share-icons .bi {
      background: #ffffff;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.33), 0px 1px 1px 0px rgba(0, 0, 0, 0.24), 0px 3px 1px 0px rgba(0, 0, 0, 0.01);
      display: flex;
      justify-content: center;
      align-items: center;
 }
  .property-page a, .addToFav {
      text-decoration: none;
 }
  .navbar-toggler {
      padding: 8px 16px;
      border-radius: 5px;
 }
 /* Login page*/
  .loginform input, .registerform input {
      height: 50px;
 }
  .googlebutton {
      width: 100%;
      margin: auto;
 }
  section.Login-Sec {
      height: 45vh;
 }
  .Login-Sec .col-md-6:nth-child(2) {
      padding-left: 10px !important;
 }
  .Login-Sec .header-col {
      display: none;
 }
  /* .Login-Sec .row {
      height: 45vh;
 } */
  .last-para {
      position: fixed;
      bottom: 30px;
      text-align: center;
      left: 20px;
      right: 20px;
 }
  section.Login-Sec {
      background: none;
 }
  .vendorPanelPage .navbar-nav {
      width: 100%;
 }
  .propertyFormPage .propertyStep .formPadding h3 {
      font-size: 20px;
 }
  .propertyFormPage .progress-btn-wrap {
      padding: 16px;
      z-index: 999 !important;
 }
  .stepFormPage .step-buttons button {
      width: 40%;
 }
  .propertyFormPage .formPadding .container {
      padding: 30px 16px !important;
 }
  .popupVerificationSection .img-1 {
      display: none;
 }
  .popupVerificationSection .img-2 {
      display: block !important;
 }
  .propertyStep .row .col-md-8 {
      max-height: 100%;
 }
  .propertyStep .row {
      padding-bottom: 40px !important;
 }
  .propertyFormPage .container {
      padding: 0px !important;
 }
  .propertyFormPage .checkCountWrap p {
      font-size: 14px !important;
 }
  .propertyFormPage .formPadding {
      padding-left: 16px !important;
      padding-right: 16px !important;
 }
  .propertyStep .col-md-8 {
      width: 100%;
 }
  .propertyStep .col-md-4 {
      width: 100%;
 }
  .propertyFormPage .progress-btn-wrap {
      width: 100%;
 }
  body.stepFormPage #navbarSupportedContent>ul {
      display: flex !important;
 }
  .stepForm-section>.container {
      background: linear-gradient(182deg, rgba(255, 255, 255, 1) 66%, rgba(245, 245, 245, 1) 66%);
 }
  .stepForm-section>.container {
      padding: 24px 16px !important;
 }
  #propertyForm .navbar-toggler {
      display: none !important;
 }
  .propertyFormPage .formPadding {
      padding-top: 0px !important;
 }
  .form-ftext {
      display: block;
 }
  .vendorPanelPage .fotos-row .text-sm-left {
      text-align: left !important;
 }
  .vendorPanelPage .fotos-row {
      flex-direction: column;
 }
 /* PROPERTY FORM */
  .propertyStep .row .col-md-8, .propertyStep .formPadding {
      max-height: 78vh !important;
      overflow-y: scroll !important;
      padding-bottom: 50px !important;
 }
  .propertyFormPage .accordion-header h6 {
      font-size: 14px !important;
 }
  .terms-links {
      text-align: center;
 }
  .enviar {
      left: 0;
      position: fixed;
      bottom: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 100%;
      width: 100%;
      padding: 12px 16px !important;
      margin-bottom: 0px !important;
      background-color: white;
 }
  .partner-form .my-header {
      background: transparent;
 }
  .partner-form .container .row:first-child {
      padding: 16px;
 }
  body.partner-form .btn-2 {
      width: 100%;
 }
  .form-ftext {
      display: none;
 }
  .propertyForm-section .container {
      padding: 40px 20px;
 }
  .propertyForm-section .progress-btn-wrap {
      width: 380px;
 }
  .propertyForm-section>.container {
      background: linear-gradient(176deg, rgba(255, 255, 255, 1) 60%, rgba(245, 245, 245, 1) 60%);
 }
  .propertyForm-section .col-sm-6 {
      width: 100%;
 }
  .propertyForm-section .col-sm-4 {
      width: 100%;
 }
  .formPadding {
      padding: 20px !important;
      width: 95%;
      margin: auto;
 }
  .right-card {
      display: none;
 }
  .modal-footer {
      justify-content: space-around;
 }
  .contentbutton {
      border-bottom: none;
 }
  .search-engine .modal-content .btn-close {
      font-size: 20px !important;
 }
  .search-engine .modal-footer {
      padding-left: 16px !important;
      padding-right: 16px !important;
 }
  .search-engine .modal-body .body1 {
      padding: 16px !important;
 }
  .search-engine .modal.show .modal-dialog {
      padding: 0px;
      margin: 0px !important;
      height: 100vh !important;
 }
  .search-engine .row:nth-child(1) {
      margin-left: 0px !important 
 }
  .mobile-searchengine button {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 4px;
 }
  /* .search-engine .map-col>div {
      height: auto;
 } */
  .mobile-searchengine .form-control {
      padding: 0px 12px;
 }
  .search-engine .container:nth-child(2) {
      padding-top: -1px !important;
      padding-bottom: 18px !important;
 }
  .search-engine .cards-style {
      margin-left: 0px !important;
      margin-right: 0px !important;
 }
 /* PROFILE PAGE*/
  .profile header .navbar-toggler img {
      display: block;
      filter: brightness(0);
 }
  .profile-section form {
      max-width: 100%;
 }
  .profile-section .btn-wrap {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 16px;
 }
  .propsearch-row {
      justify-content: space-between;
 }
  .propertyPage-section-3 .row {
      --bs-gutter-x: 0rem;
 }
  .propertyPage-section-1 .container-fluid .row .col-md-6 .g-2 {
      --bs-gutter-y: 0rem;
 }
  .property-page .my-header nav .container-fluid form {
      order: 1;
 }
  .property-page .my-header nav .container-fluid {
      justify-content: space-between;
      align-items: center;
      gap: 20px;
 }
  .facilties ul {
      gap: 20px;
 }
  .propertyPage-section-1 .px-2 {
      padding-left: 0rem !important;
 }
  .propertyPage-section-1 {
      padding: 0px 10px;
 }
  .feature-images div {
      width: 22%;
 }
  .feature-images {
      align-items: start !important;
 }
 /* PROPERTY PAGE*/
  .feature-images {
      align-items: center;
      flex-wrap: wrap;
      gap: 12px;
 }
  /* .property-page .carousel-inner {
      z-index: -1;
 } */
 /* FAVOURITE PAGE*/
  .favorites-filled .container {
      padding: 12px !important;
 }
  .favorites-filled .para-dark {
      padding-top: 0px !important;
 }
  .favorites-filled header {
      border-bottom: none !important;
 }
 /* SEARCH ENGINE*/
  .mobile-searchengine .search-results {
      padding-left: 45px !important;
 }
  .list-col {
      padding-left: 0px !important;
 }
  .list-col {
      display: none;
 }
  .search-engine .bi-search::before {
      font-weight: 400 !important;
 }
  .search-engine .list-col {
      display: none;
 }
  .search-engine .maplist-btn {
      font-size: 14px !important;
      font-family: 'Montserrat';
      font-size: 22px;
 }
  .maplist-btn {
      color: var(--primary-green-hovered, #069257) !important;
      font-size: 14px !important;
      font-style: normal;
      font-weight: 600;
 }
  .propsearch-row .col-10 {
      padding: 0px;
 }
  .search-engine .contentbutton {
      padding: 16px 15px;
      position: absolute;
 }
  .px-sm-0 {
      padding-left: 0px !important;
      padding-right: 0px !important;
 }
 /* PROPERTY PAGE*/
  .property-page header img {
      display: flex;
 }
  .propertyPage-section-2 img:nth-child(2) {
      display: none !important;
 }
  .property-page .feature-images.d-flex.my-5 {
      margin-top: 0px !important;
      margin-bottom: 0px !important;
 }
  .property-page .user-image-box {
      display: flex;
      justify-content: start;
 }
  .user-image-box .row {
      width: 100%;
 }
  .user-image-box .row> :first-child {
      width: 35%;
 }
  .user-image-box .row p {
      margin-bottom: 0 !important;
 }
  .propertyPage-section-2 h4 {
      font-size: 16px;
 }
  .propertyPage-section-2 .accordion-item button {
      font-size: 20px;
 }
  .propertyPage-section-2 .user-card {
      box-shadow: none;
      -webkit-box-shadow: none;
 }
  .propertyPage-section-1 .carousel-control-next-icon {
      display: none;
 }
  .propertyPage-section-3 {
      position: relative;
 }
  .propertyPage-section-3 .favourite-card .card-content {
      color: #000000;
 }
  .mobile-header .container-fluid {
      --bs-gutter-x: 0px;
 }
  .range_container input[type="range"] {
      height: 6px;
 }
  .propertyPage-section-2 {
      position: relative;
 }
  .propertyPage-section-2 .col-md-8 .btn {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: -2px;
        max-width: 100%;
 }
  .propertyPage-section-1 {
      position: relative;
 }
  .propertyPage-section-2 .bi-heart {
      background: #ffffff;
      border-radius: 50%;
      padding: 8px 12px;
 }
  .propertyPage-section-2 .bi-share {
      background: #ffffff;
      border-radius: 50%;
      padding: 8px 12px;
 }
  .propertyPage .box-col-1 {
      width: 50% !important;
 }
  .propertyPage .box-col-2 {
      width: 50% !important;
 }
  .col-sm-6 {
      width: 50%;
 }
  .propertyPage-section-2 {
      position: relative;
 }
  .property-page .accordion.mb-5 {
      margin-bottom: 0px !important;
 }
  .propertyPage-section-2 .post-intro {
      width: auto;
      padding-top: 20px;
      padding-left: 0px;
      position: absolute;
      top: 45px;
      left: auto;
 }
 /*.web-carousel {
     */
     /* display: none;
     */
     /*
 }
 */
 /*.mobile-carousel {
     */
     /* display: block;
     */
     /*
 }
 */
  .mobile-propertyPage-section1 {
      display: block;
 }
  .mobile-propertyPage-section1 {
      padding: 0px;
 }
  .propertyPage-section-2 .container {
      padding: 40px 16px;
      margin: 0px;
      --bs-gutter-x: 0rem !important;
 }
 /* search-engine */
  .mobile-searchengine .search-container {
      display: flex;
      justify-content: start;
      flex-direction: column;
 }
  .search-engine iframe {
      height: 100vh;
      zoom: 1;
      position: fixed;
 }
  .mobile-searchengine {
      padding-bottom: 20px !important;
      position: fixed;
      top: 60px;
      z-index: 6;
      background: #ffffff;
 }
  .search-engine .my-header {
      position: fixed !important;
      width: 100%;
 }
  div.search-engine .place-card .place-card-large {
      display: none;
 }
  .search-engine .para-dark {
      position: relative;
 }
  .search-engine .para-dark .filter-btn {
      background: #ffffff !important;
      color: #000000 !important;
      position: fixed;
      padding: 10px 12px;
      left: 0;
      margin-left: 16px;
      margin-top: 16px;
      top: 128px;
      z-index: 5;
      border-radius: 4px;
      box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.20);
 }
  /* .favourite-card>div {
      margin: 0px !important;
 } */
 /* .favourite-card {
      margin-top: 20px;
 }
  */
  .search-engine .para-dark {
      padding: 0px 0px 0px 0px !important;
 }
  .ImageSlider .carousel-inner img {
      height: 300px;
      object-fit: cover;
 }
  .search-engine .map-col {
      padding: 0px !important;
      margin-top: 30px;
 }
  .contentbutton .modal-footer button, .contentbutton .modal-footer button:hover {
      min-width: 100%;
 }
  .search-engine .contentbutton button i {
      display: none;
 }
  .list-col .contentsearch, .search-engine .contentfilter {
      display: none;
 }
 /* .search-engine .contentbutton{
      position: absolute;
      left: 10px;
      top: 50px;
      background: #ffffff;
      color: #000000;
      z-index: 999;
 }
  */
  .form-control:focus {
      border-color: #ffffff;
 }
  .search-engine .favourite-card1, .search-engine .favourite-card2, .search-engine .favourite-card3, .search-engine .favourite-card4 {
      position: relative;
 }
  .favourite-card1 .card-content, .favourite-card2 .card-content, .favourite-card3 .card-content, .favourite-card4 .card-content {
      position: absolute;
      bottom: 50px;
      border: 0px solid;
 }
  .card-slide h2 {
      color: #000000 !important;
 }
  body.search-engine .header-search {
      display: none !important;
 }
  body.search-engine {
      overflow: hidden;
 }
  body.search-engine .list-col .favourite-card {
      margin-bottom: 20px;
 }
  .favorites-filled .cards-style {
      margin: 0px;
      z-index: 0;
 }
  .favorites-filled .cards-style {
      padding-left: 0px !important;
      padding-right: 0px !important;
 }
  .favorites-filled .row.cards-style.mt-4 {
      margin-top: 0px !important;
 }
  .favorites-filled .theme-para {
      display: none;
 }
  .favorites-filled .container .row>div h3 {
      margin-left: 10px 
 }
  .card-content {
    padding: 12px;
 }
  .card-content h2 {
      font-size: 16px !important;
      line-height: 34px;
      font-weight: 600;
 }
  .card-content h6 {
      font-size: 12px;
      line-height: 13px;
      font-weight: 600;
 }
  .card-content p {
      font-size: 12px !important;
      line-height: 30px;
      font-weight: 600;
 }
  .favourite-card i {
      opacity: 1;
 }
 /* bottom-footer */
 /*.footer-mobile{
     */
     /* z-index: -1;
     */
     /*
 }
 */
  .footer-mobile>div>div:first-child {
      padding: 30px 0px !important;
 }
  .footer-mobile>div>div:last-child {
      padding: 30px 0px !important;
 }
  .footer-mobile {
      position: relative;
 }
  .home-bottom-col {
      width: 50% !important;
 }
  .home-bottom-section {
      padding: 40px !important;
 }
  .home-bottom-col2 {
      display: none;
 }
  .partners .my-header {
      background: #ffffff;
 }
 /* sell */
  .partners-section-2 .col-md-12 {
      padding: 16px !important;
 }
  .container {
      padding: 30px 16px !important;
 }
  .sell-section-2 .row {
      --bs-gutter-x: 0px !important;
 }
  .sell-accordion-section .col-md-12, .sell-accordion-section h2 button {
      padding: 0px !important;
 }
  .icon-box-heading button {
      font-feature-settings: 'clig' off, 'liga' off;
      font-family: "Montserrat Regular";
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 21px;
 }
  #sell .sell-accordion-section, #sell .sell-section-3 {
      padding: 10px 0px !important;
 }
  #sellSec2 {
      padding: 50px 0px !important;
 }
  .technology-section-1 {
      padding: 50px 0px !important;
      height: auto !important;
      display: block !important;
 }
  #sell .hero-section {
      background-image: url("");
      background: #000000;
 }
  .sell-hero a.btn, .sell-section-2 a.btn {
      width: 100%;
 }
  .stepFormPage header.py-2, .partner-form header.py-2, #search-engine, .home header.py-2, #search-engine header.py-2, #technology header.py-2, #sell header.py-2, #partners header.py-2, .registerform header.py-2, .vendorPanelPage header.py-2 {
      padding: 0px !important;
 }
  .mobile-propertyPage-section1 {
      position: relative;
 }
  .property-page .accordion-header hr {
      margin-right: -4px;
      margin-left: -18px;
 }
  .property-page .user-image-box img {
      width: 100px;
 }
  .propertyPage-section-2 .user-card hr {
      margin-right: 0px;
      margin-left: 0px;
      margin-bottom: -8px;
 }
  .propertyPage-section-3 h4 {
      padding-left: 16px;
 }
  .propertyPage-section-3 {
      padding-bottom: 40px !important;
 }
  /* p.mb-5.Localize-para hr {
      margin-left: -13px;
      margin-right: -3px;
 } */
  p.mb-5.Localize-para {
      margin-bottom: 0px !important;
 }
  .mobile-propertyPage-section1 .arrow-prop {
      width: 30px;
      position: fixed;
      top: 20px;
      top: 2%;
      width: 40px;
      height: 40px;
      left: 20px;
      z-index: 100050 !important;
      transform: translateZ(0);
      -webkit-transform: translateZ(0);
 }
  .vendorPanelPage .w-370 {
      max-width: 600px;
      margin: 0 auto;
 }
  .propertyPage-section-1 .container-fluid {
      padding: 20px;
 }
 /* HOME*/
  #home header .navbar-toggler img {
      filter: brightness(20) !important;
 }
  #home header {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%) !important;
 }
  #home .my-nav {
      background: transparent;
 }
  #home a.btn, #home a.btn-2 {
      width: 100%;
 }
  .col-md-12 {
      padding-left: 0px !important;
      padding-right: 0px !important;
 }
  .arrow {
      display: flex;
      justify-content: center;
      align-items: center; 
 }
 /* header */
  .partners .my-header {
      background: #ffffff;
 }
  .navbar-toggler:focus {
      box-shadow: none;
 }
  .search-engine .my-header img, .loginform .my-header img, .magic-linkPage .my-header img, .registerform .my-header img, .partners .my-header img, .partner-form .my-header img, .favorites .my-header img {
      filter: brightness(0);
 }
  .search-engine .navbar-toggler .navbar-toggler-icon, .partners .navbar-toggler .navbar-toggler-icon, .loginform .my-header .navbar-toggler-icon, .magic-linkPage .my-header .navbar-toggler-icon, .registerform .my-header .navbar-toggler-icon, .partner-form .my-header .navbar-toggler-icon, .favorites .my-header .navbar-toggler-icon, .profile .my-header .navbar-toggler-icon, .vendorPanelPage .my-header .navbar-toggler-icon {
      filter: brightness(0);
 }
  header .container-fluid {
      --bs-gutter-x: 0rem !important;
 }
  header .navbar-brand img {
      padding-left: 16px;
 }
  .my-nav a {
      color: var(--black);
      font-family: "Termina-Demi";
      font-size: 14px;
 }
  .my-nav a:hover {
      color: var(--black);
 }
  .vendorPanelPage .navbar-nav {
      width: 100%;
 }
  .propertyStep .right-card {
      width: 250px;
 }
  .propertyStep .col-md-8 {
      width: 100%;
 }
  .propertyStep .col-md-4 {
      width: 40%;
 }
  .form-ftext {
      display: none;
 }
  .vendorPanelPage .progress-btn-wrap {
      padding: 24px 16px;
      background-color: white;
 }
 /* property form */
  #propertyForm .navbar-toggler {
      display: none !important;
 }
  .propertyForm-section .progress-btn-wrap {
      width: 450px;
      padding-left: 16px;
      padding-right: 16px;
 }
  .propertyForm-section>.container {
      background: linear-gradient(90deg, rgba(255, 255, 255, 1) 60%, rgba(245, 245, 245, 1) 60%);
 }
  .propertyForm-section .col-sm-6 {
      width: 55%;
 }
  .propertyForm-section .col-sm-4 {
      width: 45%;
 }
  .propertyForm .formPadding {
      padding: 0 25px 40px 25px;
 }
 /* profile */
  .profile-section form {
      max-width: 100%;
 }
 /* search engine*/
  .search-engine form {
      position: relative;
 }
  .search-engine form .bi-search {
      position: absolute;
      left: 10px;
      top: 0;
 }
  .search-engine .my-header {
      border-bottom: none;
 }
  .mobile-searchengine .maplist-btn {
      padding-top: 10px !important;
 }
  .propsearch-row .col-2 {
      display: flex;
      justify-content: end;
      padding: 0px;
 }
  .search-engine a.maplist-btn.btn:active {
      border: none;
      border-color: transparent;
 }
  .mobile-searchengine .maplist-btn {
      position: absolute;
      padding: 0px;
 }
  .maplist-btn span {
      font-family: "Montserrat SemiBold";
 }
  .mobile-searchengine .btn {
      font-size: 25px;
      position: absolute;
 }
  .mobile-searchengine .form-control {
      padding-left: 45px;
      background: #f6f6f6;
      display: flex;
      padding: 10px 16px;
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
      flex: 1 0 0;
      border: none;
 }
  .search-engine .mobile-searchengine {
      display: block;
      max-width: 100%;
 }
  .search-engine .checkforms {
      grid-template-columns: auto;
 }
  .facilties ul {
      gap: 16px;
 }
 /* property Page */
  body.propertyFormPage {
      background: #ffffff;
 }
  .propertyFormPage .navbar-toggler {
      display: none;
 }
  .propertyPage-section-2 .pe-5 {
      padding-right: 0rem !important;
 }
  .propertyPage-section-2 .user-details {
      display: none;
 }
  .propertyPage .share-icons i {
      font-size: 20px;
      box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.33), 0px 1px 1px 0px rgba(0, 0, 0, 0.24), 0px 3px 1px 0px rgba(0, 0, 0, 0.01);
 }

  @media (min-width: 768px) {
      body.property-page .propertyPage-section-2 .share-icons button,
      body.property-page .propertyPage-section-2 .share-icons button.addToFav,
      body.property-page .propertyPage-section-2 .share-icons button.ms-3 {
          background: transparent !important;
          border: 0 !important;
          padding: 0 !important;
          margin: 0 !important;
          box-shadow: none !important;
          outline: none !important;
          -webkit-appearance: none !important;
          appearance: none !important;
      }
      body.property-page .propertyPage-section-2 .share-icons button:focus,
      body.property-page .propertyPage-section-2 .share-icons button:focus-visible,
      body.property-page .propertyPage-section-2 .share-icons button:active {
          outline: none !important;
          box-shadow: none !important;
      }
  }
  .propertyPage-section-2 .col-md-8 {
      flex: 0 0 auto;
      width: 100.666667%;
 }
 /* .para-dark p {
      font-size: 12px !important;
 }
  */
  .para-dark p:last-child {
      margin-bottom: 10px;
 }
  .propertyPage .price {
      font-size: 20px !important;
 }
 /* magic link */
  .magic-linkPage header {
      background: #ffffff;
 }
  .magic-sec p {
      padding: 0 0px !important;
 }
  .magic-sec h2 {
      padding: 0px 0px !important;
 }
  .magic-sec {
      padding: 0px 16px !important;
      height: auto;
 }
 /* register*/
  .registerform header {
      background: #ffffff;
 }
  .registerform input[type="submit"] {
      height: 50px !important;
      width: 100%;
 }
  .registerform .entrar label {
      margin-bottom: 10px;
 }
  .registerform .entrar {
      padding: 0px;
 }
 /* login */
  body.home.loginform form .container {
      padding: 0px !important;
 }
  .loginform input[type="submit"] {
      width: 100%;
 }
  .loginform .entrar label {
      margin-bottom: 10px;
 }
  .loginform header {
      background: #ffffff;
 }
  .loginform .entrar {
      padding: 0px;
 }
  .entrar input[type=text] {
      border: 1px solid #ccc;
 }
  .googlebutton button {
      padding: 10px 7px;
 }
  .googlebutton {
      margin-bottom: 31px;
 }
 /* magic-link Page */
  .magic-sec {
      padding: 40px 16px;
 }
  .reenviar {
      width: 100% !important;
 }
 /* utilities */
  .hero-section .col-md-12 {
      padding-left: 16px !important;
      padding-right: 16px !important;
      margin-top: -65px !important;
 }
  .progress-btn-wrap {
      z-index: -1 !important;
 }
  .search-engine .col-md-6 {
      width: 100%;
 }
  h1 {
      text-decoration: uppercase;
      font-size: 35px;
      /* line-height: 45px; */
      text-align: center;
      color: var(--white);
      font-family: "Termina-Demi";
 }
  h2 {
      color: var(--white);
      font-family: "Termina-Demi";
      /* text-transform: uppercase; */
      font-size: 29px;
      line-height: 120%;
 }
  .padding-120 {
      padding: 16px;
 }
  .vendorPanelPage .w-370 {
      max-width: 600px;
      margin: 0 auto;
 }
  .propertyPage-section-2 .user-card {
      width: auto;
      margin-top: 50px;
      margin-left: 0px !important;
      padding-left: 0px !important;
 }
  .propertyPage-section-1 .container-fluid {
    padding: 20px 5px 20px 5px;
 }
 /* home*/
  #home .search-results {
      width: 100%;
 }
  #home a.btn, #home a.btn-2 {
      width: 100%;
 }
 /* header */
  .partners .my-header {
      background: #ffffff;
 }
  .navbar-toggler:focus {
      box-shadow: none;
 }
  .my-nav ul.navbar-nav {
      padding-top: 70px;
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      background: #ffffff;
      height: 100svh;
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 10;
 }

  /* body.nav-overlay-open #navbarSupportedContent {
      position: fixed !important;
      inset: 0 !important;
      width: 100vw !important;
      height: 100vh !important;
      max-height: 100vh !important;
      overflow: hidden !important;
      overflow-x: hidden !important;
      background: #ffffff !important;
      z-index: 9999 !important;
      -webkit-overflow-scrolling: touch;
  }

  body.nav-overlay-open .my-nav ul.navbar-nav {
      position: relative !important;
      height: auto !important;
      min-height: 100% !important;
      top: auto !important;
      bottom: auto !important;
      z-index: auto !important;
      display: flex !important;
      flex-direction: column !important;
      overflow-y: auto !important;
      overflow-x: hidden !important;
  } */
  .modal-footer button {
      padding: 0px !important 
 }
  .search-engine .my-header img, .loginform .my-header img, .magic-linkPage .my-header img, .registerform .my-header img, .partners .my-header img, .partner-form .my-header img, .favorites .my-header img {
      filter: brightness(0);
 }
  header .container-fluid {
      --bs-gutter-x: 0rem !important;
 }
  header .navbar-brand img {
      padding-left: 16px;
 }
  .vendorPanelPage .navbar-nav {
      width: 100%;
 }
  .propertyFormPage .progress-btn-wrap {
      width: 100%;
 }
  .propertyStep .right-card {
      width: 250px;
 }
  .propertyStep .col-md-4 {
      width: 40%;
 }
  .form-ftext {
      display: none;
 }
 /* property form */
  .propertyFormPage .progress {
      margin-left: -15px;
      width: 100vw;
 }
  #propertyForm .navbar-toggler {
      display: none !important;
 }
  .propertyForm-section .progress-btn-wrap {
      width: 450px;
      padding-left: 16px;
      padding-right: 16px;
 }
  .propertyForm-section>.container {
      background: linear-gradient(90deg, rgba(255, 255, 255, 1) 60%, rgba(245, 245, 245, 1) 60%);
 }
  .propertyForm-section .col-sm-6 {
      width: 55%;
 }
  .propertyForm-section .col-sm-4 {
      width: 45%;
 }
  .propertyForm .formPadding {
      padding: 0 25px 40px 25px;
 }
 /* navbar */
  .navbar-nav {
      justify-content: start;
      align-items: start;
      background-color: rgba(15, 14, 14, 0.411);
      padding-bottom: 40px;
      padding-top: 40px;
      z-index: 999;
 }
 /* search engine*/
  .search-engine .favourite-card {
      padding: 0px;
 }
  .search-engine .my-header {
      border-bottom: none;
 }
  .search-engine .mobile-searchengine {
      padding-top: 8px !important;
      padding-bottom: 16px !important;
      padding-left: 16px !important;
      padding-right: 16px !important;
 }
  .mobile-searchengine .form-control {
      padding-left: 50px !important;
      background: #f6f6f6;
      display: flex;
      padding: 10px 16px;
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
      flex: 1 0 0;
      border: none;
 }
  .search-engine .checkforms {
      grid-template-columns: auto;
 }
  .facilties ul {
      gap: 16px;
 }
 /* property Page */
  .share-icons i::before {
      font-size: 20px;
 }
  .propertyPage-section-2 .col-md-8 {
      flex: 0 0 auto;
      width: 100.666667%;
 }
  .propertyPage-section-2 .btn-2 {
      min-width: 172px;
 }
  .para-dark p:last-child {
      margin-bottom: 10px;
 }
  .price {
      font-size: 20px;
 }
  .propertyPage .price {
      font-size: 20px;
 }
 /* magic link */
  .magic-linkPage header {
      background: #ffffff;
 }
  .magic-sec p {
      padding: 0 0px !important;
 }
  .magic-sec h2 {
      padding: 0px 0px !important;
 }
  .magic-sec {
      padding: 0px 16px !important;
      height: auto;
 }
 /* register*/
  .entrar form .container {
      padding: 0px !important;
 }
  .registerform input[type="submit"] {
      width: 100%;
 }
  .registerform .entrar label {
      margin-bottom: 10px;
 }
 /* login */
  .loginform input[type="submit"] {
      width: 100%;
      height: 50px !important;
 }
  .loginform .entrar label {
      margin-bottom: 10px;
 }
  .loginform .entrar {
      padding: 0px;
 }
  .entrar input[type=text] {
      border: 1px solid #ccc;
 }
  .googlebutton button {
      padding: 10px 7px;
      height: 50px !important;
 }
  .googlebutton {
      margin-bottom: 31px;
 }
 /* magic-link Page */
  .magic-sec {
      padding: 40px 16px;
 }
 /* utilities */
  .padding-120 {
      padding: 16px;
 }
  .navbar-toggler {
      border: none;
      outline: none;
      color: #000000;
 }

.search-engine .map-col > div {
    position: sticky;
    top: 128px;
    height: calc(100vh - 128px);
}
.search-engine .map-col {
    padding: 0px !important;
    margin-top: 128px;
}
.web-propertyPage-section1{
    display: none;
}
.propertyPage-section-2{
    padding-top: 90px !important
}
.propertyPage-section-2 .post-intro {
      top: 65px;
}
.propertyPage-section-2 .col-md-8 .btn {
    top: 12px;
    max-width: 100%;
}
.mobile-propertyPage-section1 .carousel-item img{
    min-height: 300px;
    object-fit:cover;
}
.mobile-propertyPage-section1 .carousel-inner {
    z-index: auto;
}
.my-nav .navbar-nav a{
    color: black;
}
.navbar-nav .login-logout{
    width: calc(100% - 8px);
    margin: auto 4px 0 4px;
}
.navbar-nav .login-logout a{
    background-color: black;
    color: white !important;
    width: 100%;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
}
.my-nav ul.navbar-nav li.log-out{
    background-color: black;
    width: calc(100% - 8px);
    text-align: center;
    margin: auto 4px 0 4px;
    border-radius: 4px;
}
.my-nav ul.navbar-nav li.log-out a{
    color: white !important;
    padding: 15px;
} 
.my-nav ul.navbar-nav li.menu-divider {
    min-height: 1px;
    background-color: rgb(0,0,0,0.12);
    width: 100%;
}
section.Login-Sec{
    justify-content: flex-start;
}
.Login-Sec .col-md-6:nth-child(1){
    display: none;
}
body.search-engine .search-box.mobile .recent-searches-title p,
body.search-engine .search-box.mobile .search-results-wrapper-title p{
    color: black;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
body.search-engine .search-box.mobile ul{
    margin: 5px 0px 0 33px;
}
body.search-engine .search-box.mobile .recent-searches{
    margin-bottom: 20px;
}
body.search-engine .search-box.mobile ul a{
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
}
div#photoContainer {
    padding-bottom: 120px;
}
}

@media only screen and (max-width: 768px){
/* HOME */
   #home .full-height {
   height:auto !important;

}
  #home .full-height .full-height-row{
      height:auto !important;
 }
 .search-engine .map-col {
    padding: 0px !important;
    margin-top: 45px;
}
body.vendorPanelPage header {
    border-bottom: unset !important;
}
section.vendorMenuSection{
    padding-top: 0 !important;
}
section.vendorMenuSection > .container{
    padding-top: 10px !important;
}
body.profile header {
    border-bottom: unset !important;
}
section.profile-section{
    padding-top: 0 !important;
}
section.profile-section > .container{
    padding-top: 10px !important;
}
body.profile .navbar-brand{
    opacity: 0;
}
.profile-section h1 {
    line-height: 28px !important;
}
body.favorites-filled .navbar-brand{
    opacity: 0;
}
}

@media only screen and (max-width: 767px){
/* HOME */
   #home .full-height {
   height:auto !important;

}
  #home .full-height .full-height-row{
      height:auto !important;
 }
}

@media only screen and (max-width: 600px) {

  #home .full-height{
     height:auto !important;
}
  footer .social-column {
      position: relative !important;
      top: 20px;
 }
  footer .social-column a:last-child {
      margin-right: 0px !important;
 }
  .footer-mobile .container-fluid.px-4 {
      padding-left: 12px !important;
      padding-right: 12px !important;
 }
  footer .row:last-child {
      --bs-gutter-x: 0rem !important;
 }
  .hero-section {
      height: 100svh !important;
      max-height: 100% !important;
     padding-bottom:50%!important;
 }
  #home .full-height .full-height-row{
      height: auto !important;
 }
  
   body.search-engine .list-col {
      margin-top: 120px;
 }
  .step-buttons button {
      justify-content: space-around;
 }
  .propsearch-row .col-2 {
      padding: 0px !important 
 }
  .reenviar {
      width: 100% !important;
 }
 /* header * body.stepFormPage #navbarSupportedContent>ul {
      display: flex !important;
 }
 /* vendor panel */
  section.stepForm-section.para-dark {
      padding: 0px;
      margin-top: 0px !important;
 }
  h2 {
      color: var(--white);
      font-family: "Termina-Demi";
      /* text-transform: uppercase; */
      font-size: 29px;
      line-height: 120%;
 }
  .padding-120 {
      padding: 40px 16px;
 }
  .paddingY-100 {
      padding: 0px;
 }
  .order-sm-1 {
      order: 1;
 }
  .navbar-toggler {
      border: none;
      outline: none;
      color: #ffffff;
 }
  .text-sm-center {
      text-align: center !important;
 }
  .navbar-toggler:focus {
      box-shadow: none;
 }
  .propertyPage-section-1 .container-fluid .row {
      gap: 10px;
 }
  .navbar-toggler {
      padding: 8px 16px;
      border-radius: 5px;
 }
 /* register page*/
  .entrar form .container {
      padding: 0px !important;
 }
 /* Login page*/
  .Login-Sec {
      padding: 20px 16px;
 }
  body.home.loginform form .container {
      padding: 0px !important;
 }
  .googlebutton {
      width: 100%;
      margin: auto;
 }
  section.Login-Sec {
      height: 45vh;
 }
  .Login-Sec .col-md-6:nth-child(2) {
      padding-left: 0px !important;
      padding-right: 0px !important;
 }
  .Login-Sec .header-col {
      display: none;
 }
  /* .Login-Sec .row {
      height: 45vh;
 } */
  .last-para {
      position: fixed;
      bottom: 30px;
      text-align: center;
      left: 20px;
      right: 20px;
 }
  section.Login-Sec {
      background: none;
 }
  .vendorPanelPage .navbar-nav {
      width: 100%;
 }
  .propertyFormPage .progress-btn-wrap {
      padding: 0px 16px 24px 16px;
 }
  .propertyFormPage .progress {
      margin-bottom: 30px;
 }
  .propertyStep .col-md-8 {
      width: 100%;
 }
  .propertyStep .col-md-4 {
      width: 100%;
 }
  #propertyForm .navbar-toggler {
      display: none !important;
 }
  .vendorPanelPage .fotos-row .text-sm-left {
      text-align: left !important;
 }
  .vendorPanelPage .fotos-row {
      flex-direction: column;
 }
 /* property form */
  .propertyStep .row .col-md-8 {
      max-height: 100%;
 }
  .form-ftext {
      display: none;
 }
 

  .propertyForm-section .container {
      padding: 40px 20px;
 }
  .propertyForm-section .progress-btn-wrap {
      width: 380px;
 }
  .propertyForm-section>.container {
      background: linear-gradient(176deg, rgba(255, 255, 255, 1) 60%, rgba(245, 245, 245, 1) 60%);
 }
  .propertyForm-section .col-sm-6 {
      width: 100%;
 }
  .propertyForm-section .col-sm-4 {
      width: 100%;
 }
  .propertyForm .formPadding {
      padding: 0 25px 40px 25px;
 }
  .popupVerificationSection>.container {
      top: 0;
      left: 0;
      transform: unset;
      height: 100%;
 }
  .propertyFormPage .my-header {
      z-index: 1000 !important;
 }
  .propertyFormPage .progress {
      margin-left: -15px;
      margin-right: -15px;
 }
  .propertyFormPage .progress-btn-wrap {
      z-index: 999 !important;
      padding-top: 0px;
 }
  .popupVerificationSection>.container .row.px-5 {
      padding-top: 70px;
      padding-right: 16px !important;
      padding-left: 16px !important;
      margin: 0;
      width: 100%;
      position: relative;
      z-index: 1;
 }
  .popupVerificationSection>.container .row:nth-child(2) {
    height: auto;
    margin: 0;
    flex-grow: 1;
 }
 .popupVerificationSection>.container .row:nth-child(2) #map{
    height: calc(100% - 77px) !important;
    margin: 0 !important;
}
  .popupVerificationSection img {
      height: 78vh;
      margin-top: 100px !important;
      object-fit: cover;
 }
  .popupVerification .current-page {
      display: none !important;
 }
  .popupVerificationSection>.container {
      --bs-gutter-x: 0px !important;
      --bs-gutter-y: 0px !important;
      display: flex;
      flex-direction: column;
 }
  .verificationButtonBox {
     position: static;
      background-color: white;
      padding: 16px;
      width: 100%;
 }
 /* search engine */
  .modal-footer {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #ffffff;
      width: 100%;
 }
  .contentbutton {
      border-bottom: none;
 }
  .search-engine .row:nth-child(1) {
      margin-left: 0px !important 
 }
  .search-engine .cards-style {
      margin-left: 0px !important;
      margin-right: 0px !important;
 }
 /* Profile page*/
  .profile-section h1 {
      font-size: 24px;
      color: #000000;
      text-align: left;
 }
  .profile-section .btn-wrap {
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0;
      padding: 16px;
      ;
 }
 /* Property Page*/
  .propertyPage-section-3 .row {
      --bs-gutter-x: 0rem;
 }
  .propertyPage-section-1 .container-fluid .row .col-md-6 .g-2 {
      --bs-gutter-y: 0rem;
 }
  .property-page .my-header nav .container-fluid form {
      order: 1;
 }
  .property-page .my-header nav .container-fluid {
      justify-content: space-between;
      align-items: center;
      gap: 20px;
 }
  .facilties ul {
      gap: 20px;
 }
  .propertyPage-section-1 .px-2 {
      padding-left: 0rem !important;
 }
  .propertyPage-section-1 {
      padding: 0px 10px;
 }
 /* favourite*/
  .favourite-card {
      width: 100% !important;
 }
 /* search engine*/
  .search-engine .contentbutton {
      position: absolute;
      padding: 16px 15px;
 }
  .order-sm-change {
      order: 2;
 }
 /* navbar*/
  .navbar-nav {
      justify-content: start;
      align-items: start;
      color: #000000;
      background-color: #ffffff;
      padding-bottom: 24px;
      padding-top: 40px;
 }
  .px-sm-0 {
      padding-left: 0px !important;
      padding-right: 0px !important;
 }
 /* property page*/
  .facilties i {
      color: #333333;
 }
  .property-page header img {
      display: flex;
 }
  .propertyPage-section-2 .user-card {
      box-shadow: none;
      -webkit-box-shadow: none;
      padding: 0px !important;
      width: auto;
 }
  .propertyPage-section-2 .user-details .btn {
      display: none;
 }
  .propertyPage-section-2 .user-details {
      display: none;
 }
  .propertyPage-section-1 .carousel-control-next-icon {
      display: none;
 }
  .mobile-header .container-fluid {
      --bs-gutter-x: 0px;
 }
  .web-header ul {
      padding-left: 20px;
 }
  .range_container input[type="range"] {
      height: 6px;
 }
  .propertyPage-section-2 .bi-heart {
      background: #ffffff;
      border-radius: 50%;
      padding: 8px 12px;
 }
  .propertyPage-section-2 .bi-share {
      background: #ffffff;
      border-radius: 50%;
      padding: 8px 12px;
 }
  .propertyPage-section-2 .user-card {
      margin-top: 55px;
      margin-left: 0px !important;
 }
  .propertyPage-section-2 .post-intro {
      margin-left: 0px;
 }
  .propertyPage .box-col-1 {
      width: 50% !important;
 }
  .propertyPage .box-col-2 {
      width: 50% !important;
 }
  .col-sm-6 {
      width: 50%;
 }
  .mobile-propertyPage-section1 {
      display: block;
 }
  .mobile-propertyPage-section1 {
      padding: 0px;
 }
  .propertyPage-section-2 .container {
      padding: 40px 20px;
      --bs-gutter-x: 0rem !important;
 }
 /* search-engine */
  .search-engine .map-col {
      padding: 0px;
      margin-top: 30px;
 }
  .search-engine .contentbutton button i {
      display: none;
 }
  .search-engine .favourite-card1, .search-engine .favourite-card2, .search-engine .favourite-card3, .search-engine .favourite-card4 {
      position: relative;
 }
  .favourite-card1, .favourite-card2, .favourite-card3, .favourite-card4 {
      position: relative;
 }
  .favourite-card1 .card-content, .favourite-card2 .card-content, .favourite-card3 .card-content, .favourite-card4 .card-content {
      position: absolute;
      bottom: 14px;
      border: 0px solid;
 }
  .favourite-card i {
      opacity: 1;
 }
 /* bottom-footer */
  .home-bottom-col {
      width: 50% !important;
 }
  .home-bottom-section {
      padding: 40px !important;
 }
  .home-bottom-col2 {
      display: none;
 }
  .partners .my-header {
      background: #ffffff;
 }
 /* Footer Mobile */
  .container-fluid.px-4 {
      padding-right: 16px !important;
      padding-left: 16px !important;
 }
  .footer-mobile>div>div>div {
      order: 2;
      margin-top: 24px;
 }
  .footer-mobile>div>div div:last-child {
      order: 1;
      position: relative;
      bottom: 0px;
 }
 /* sell */
.sell-hero .btn-2{
   min-width:100%;
}
  .sell-hero a.btn, .sell-section-2 a.btn {
      width: 100%;
 }
  .post-intro h3 {
      font-size: 16px;
 }
 .Login-Sec .container{
    padding-top: 0 !important;
}
body#home section.full-height .container-fluid .row{
    min-height: 100svh !important;
}
}
@media (max-width: 576px) {
    .search-engine .map-col {
        padding: 0px !important;
        margin-top: 54px;
    }
}
@media (max-width:400px){
    .verificationButtonBox{
        gap: 0 !important;
    }
}
