@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Square+Peg&display=swap');
:root {
  --body-size: 14px;
  --secondary: #F4F2F3;
  --error: #df2226;
  --search-form-padding: 15px;
  --search-form-padding-min: -15px;
  --form-padding-x: 7px;
  --font-family: "Manrope", sans-serif;
  --default: #2F2F2F;
  --main-color: #46B6AD;
  --secondary-color: #2F2F2F;
}
::-moz-selection {
  text-shadow: none;
  /*color: var(--default);*/
  color: white;
  background: var(--main-color);
}
::selection {
  text-shadow: none;
  /*color: var(--default);*/
  color: white;
  background: var(--main-color);
}
* {
  list-style: none;
  outline: none !important;
}
html,
body {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
body {
  /*color: var(--default);*/
  color: var(--secondary-color);
  font-size: var(--body-size);
  line-height: 1.25;
  font-weight: 400;
  font-family: var(--font-family);
  position: relative;
}
ul,
p {
  margin: 0;
  padding: 0;
}
iframe {
  width: 100%;
  height: 347px;
  border: 0;
  overflow: hidden;
}

img{
  pointer-events: none;
}

#logout-menu {
  margin-top: auto !important;
  margin-bottom: 30px !important;
}

#logout-menu .log-out-btn-menu:hover {
  color: var(--main-color);
}

.log-out-btn-menu {
  outline: none;
  border: none;
  background: none;
  border-radius: 0;
  transition: all .5s ease;
  padding: 0;
}

.flatpickr-calendar {
  background-color: #f0f0f0;
  border-radius: 8px;
  border: 1px solid #ccc;
  color: #2F2F2F;
}

.flatpickr-day.selected {
  background-color: #46B6A6;
  color: white;
  border-color: #46B6A6;
}

.flatpickr-day.selected:hover {
  background-color: #46B6A6;
  color: white;
  border-color: #46B6A6;
}

.flatpickr-day {
  transition: all .5s ease;
}
.flatpickr-day:hover {
  background-color: #46B6A6;
  color: white;
  border-color: #46B6A6;
}
.flatpickr-monthDropdown-months {
  background-color: #f0f0f0;
  color: #2F2F2F;
  border: none;
  border-radius: 4px;
  padding: 2px 5px;
  font-weight: bold;
}

.flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  transition: all .5s ease;
}

.flatpickr-monthDropdown-months .flatpickr-monthDropdown-month:hover {
  background-color: #46B6A6 !important;  /* highlight background */
  color: white;               /* text color */
}

@supports (-webkit-appearance: none) {
  body.menu-opened,
  body.accommodation-list-opened {
    padding-right: 15px !important;
  }
}
body.menu-opened,
html.menu-opened  {
  overflow: hidden;
  padding-right: 0 !important;
}
body.accommodation-list-opened {
  padding-right: 0;
}
.main-color-40 {
  color: rgba(47, 47, 47, .4);
}

.disabled {
  pointer-events: none !important;
}

.main-color-hov {
  transition: all .5s ease;
}
.main-color-hov:hover {
  color: var(--main-color) !important;
}

.payments-msg-dot {
  list-style: disc;
}
.payment-msg-icon {
  width: 25px;
  filter: grayscale(1) brightness(40%);
  -webkit-filter: grayscale(1) brightness(40%);
}

.phone-modal-code {
  position: absolute;
  top: 41%;
  transform: translateY(-50%);
  left: 0;
  font-size: 14px;
  color: rgba(47, 47, 47, .5) !important;
}
.phone-number #phone_input {
  padding-left: 30px !important;
}

.step-1-br {
  display: none;
}

.accommodation-apartment-studio {
  margin-bottom: 256px;
}

.acc-faqs-shape {
  position: absolute;
  top: -117px;
  right: 0;
  padding-top: 29%;
  width: 48.5%;
  background-image: url("/public/images/help-shape.svg");
  background-repeat: no-repeat;
  background-position: top left;
  z-index: -1;
}

.faq-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.faq-bg > div{
  padding-top: 46%;
  background-image: url("/public/images/blue-circle-faqs-publish.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right top;
  z-index: -1;
}
.faq-publish-container {
  padding: 30px 35px 30px 35px;
  background-color: #F1F1F2;
  border-radius: 31px;
}
.faq-publish-toggle.arrow img {
  width: 14px;
  transition: all .5s ease;
  transform: rotate(0);
}
.faq-publish-toggle.arrow.active img {
  transform: rotate(180deg);
}
.faq-publish-container .faq-publish-toggle-main {
  padding-top: 25px;
  padding-bottom: 30px;
}
.faq-publish-container > :first-child .faq-publish-toggle-main{
  padding-top: 0 !important;
}
.faq-publish-container > :last-child .faq-publish-toggle-main{
  padding-bottom: 0 !important;
}
.faq-publish-container > :last-child .faq-publish-answer{
  padding-top: 25px !important;
}
.faq-publish-toggle-main:not(.faq-publish-container > :last-child .faq-publish-toggle-main):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(46, 48, 53, .2);
  transition: all .8s ease;
}
.faq-publish-toggle-main.active:before {
  width: 0 !important;
}
/*.faq-subcat-main {*/
/*  margin-bottom: 125px;*/
/*}*/
.faq-subcat-main.acc {
  margin-top: 190px;
}
.faq-publish-cat {
  margin-top: 220px;
  margin-bottom: 168px;

}
.faqs-container {
  margin-bottom: 188px;
}
.faq-subcat-main *,
.accommodation-faq-answer *{
  list-style: revert !important;
}
@media(max-width: 1499.98px) {
  .faq-publish-cat {
    margin-top: 160px;
    margin-bottom: 108px;
  }
}
@media(max-width: 1199.98px) {
  .accommodation-apartment-studio {
    margin-bottom:0;
  }

  .right-cards-dashboard {
    margin-top: 40px;
  }


  .help-center-top-cards {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .help-acc-section {
    margin-top: 96px !important;
    margin-bottom: 35px !important;
  }
  .faq-subcat-main.acc {
    margin-top: 55px;
  }
  .faq-card-results {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .faq-top-links-res {
    padding: 16px 0 16px 15px;
  }
  .faq-top-links-swiper .swiper-slide{
    width: auto !important;
  }
  .faq-publish-toggle:not(.arrow) {
    max-width: 92%;
    line-height: 1.4;
  }
}
@media(max-width: 991.98px) {

  .faq-card-results {
    margin-top: 35px;
    margin-bottom: 24px;
  }

  .faq-publish-cat {
    margin-top: 80px;
    margin-bottom: 45px;
  }
  .faq-publish-container {
    padding: 10px 13px 10px 13px;
    border-radius: 14px;
  }
  .faq-publish-toggle:not(.arrow) {
    max-width: 91%;
    line-height: 1.4;
  }
  .faq-publish-container .faq-publish-toggle-main {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .faq-publish-container > :last-child .faq-publish-answer {
    padding-top: 15px !important;
  }
  /*.faq-subcat-main {*/
  /*  margin-bottom: 48px;*/
  /*}*/
}
@media(max-width: 767px){

  .faq-publish-toggle.arrow img {
    width: 10px;
  }

  .contact-user-icon.acc {
    width: 71px !important;
  }
}
@media(max-width: 575px) {
  .faq-bg > div {
    padding-top: 73%;
  }
}
@media(max-width: 390px) {
  .faq-top-links-swiper:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 100%;
    background: linear-gradient(90deg, transparent, var(--secondary-color));
    z-index: 100;
  }
}

@media(max-width: 380px) {
  .step-1-br {
    display: block;
  }
}
























/*.main-content {*/
/*  padding-top: 70.4px;*/
/*}*/
.sticky-logo {
  position: fixed !important;
  left: 0;
  top: 7px;
  z-index: 9999;
}
.logo-main {
  width: 186px;
  display: block;
}
body.sticky-logo-active .sticky-logo-white{
  display: none;
}
body.sticky-logo-active .sticky-logo-white{
  display: none;
}
body .sticky-logo-dark {
  display: none;
}
body.sticky-logo-active .sticky-logo-dark{
  display: block;
}

.main-bg {
  background-color: var(--main-color);
}
.secondary-bg {
  background-color: var(--secondary-color);
}
.hover-primary:hover {
  color: var(--main-color) !important;
}
.hover-secondary:hover {
  color: var(--secondary-color) !important;
}
.hov-main-bg:hover {
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}
.hov-secondary-bg:hover {
  background-color: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
}
.hov-white:hover {
  color: white !important;
}

.hov-main-bg,
.hov-secondary-bg,
.hov-white {
  transition: all .5s ease;
}
.gap-4px {
  gap: 4px;
}

/**
help dashboard
*/
.help-acc-section {
  margin-top: 117px;
  margin-bottom: 205px;
}

/**
 pofile page
*/
.profile-section {
  margin-top: 120px;
  margin-bottom: 252px;
}
.profile-tenant-section,
.profile-emergency-section {
  padding-right: 10.8%;
}
.tenant-profile-fields > div:not(:first-child):not(:last-child) > div,
.profile-emergency-fields > div:not(:first-child):not(:last-child) > div {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  position: relative;
  margin-bottom: 49px;
}
.tenant-profile-fields > div:not(:first-child):not(:last-child) > div,
.profile-emergency-fields > div:not(:first-child):not(:last-child) > div {
  position: relative;
}
.tenant-profile-fields > div:not(:first-child):not(:last-child) > div:before,
.profile-emergency-fields > div:not(:first-child):not(:last-child) > div:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(47, 47, 47, .5);
}
.tenant-profile-fields > div:not(:first-child):not(:last-child) > div.invalid-input:before,
.profile-emergency-fields > div:not(:first-child):not(:last-child) > div.invalid-input:before,
.tenant-profile-fields > div:not(:first-child):not(:last-child) > div.invalid-input:after,
.profile-emergency-fields > div:not(:first-child):not(:last-child) > div.invalid-input:after {
  background-color: #F70000 !important;
}
.tenant-profile-fields > div:not(:first-child):not(:last-child) > div.invalid-input.active:before,
.profile-emergency-fields > div:not(:first-child):not(:last-child) > div.invalid-input.active:before,
.tenant-profile-fields > div:not(:first-child):not(:last-child) > div.invalid-input.active:after,
.profile-emergency-fields > div:not(:first-child):not(:last-child) > div.invalid-input.active:after{
  background-color: #F70000 !important;
}
.tenant-profile-fields .error-icon,
.profile-emergency-fields .error-icon{
  top: 0 !important;
}
.tenant-profile-fields label,
.profile-emergency-fields label {
  font-size: 18px;
  margin-bottom: 13px;
  line-height: 1;
}
.tenant-profile-fields input,
.profile-emergency-fields input {
  border: none !important;
  border-radius: 0 !important;
  background: none !important;
  outline: none !important;
  padding-bottom: 5px !important;
  font-size: 14px !important;
  color: rgba(0, 0, 0, .5) !important;
  height: auto !important;
  line-height: 1 !important;
}
.tenant-profile-fields .phone-input,
.profile-emergency-fields .phone-input {
  font-size: 14px !important;
  color: rgba(0, 0, 0, .5) !important;
  left: 0 !important;
}
.tenant-profile-fields .absolute-info,
.profile-emergency-fields .absolute-info{
  position: absolute;
  left: 0;
  bottom: -26px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.tenant-profile-fields input.inactive,
.profile-emergency-fields input.inactive,
.country-custom-select-profile.inactive,
.phone-codes-dropdown.inactive {
  pointer-events: none;
}
.tenant-profile-fields input[readonly],
.profile-emergency-fields input[readonly] {
  background: transparent !important;
}
.tenant-profile-fields input::placeholder,
.profile-emergency-fields input::placeholder {
  font-size: 14px !important;
  color: rgba(0, 0, 0, .5) !important;
}
.tenant-profile-fields .default-phone,
.profile-emergency-fields .default-phone {
  padding-left: 42px !important;
}
.tenant-profile-fields > div:not(:first-child):not(:last-child) > div.opened:after,
.profile-emergency-fields > div:not(:first-child):not(:last-child) > div.opened:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: 1px;
  background-color: var(--main-color);
  transition: all .5s ease;
}
.tenant-profile-fields > div:not(:first-child):not(:last-child) > div.opened:after,
.profile-emergency-fields > div:not(:first-child):not(:last-child) > div.opened:after {
  width: 100%;
}
.tenant-profile-fields input[type=number],
.profile-emergency-fields input[type=number] {
  -moz-appearance: textfield;
}

.tenant-profile-fields input[type=number]::-webkit-outer-spin-button,
.tenant-profile-fields input[type=number]::-webkit-inner-spin-button,
.profile-emergency-fields input[type=number]::-webkit-outer-spin-button,
.profile-emergency-fields input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.edit-tenant-profile > :first-child,
.edit-tenant-profile > :nth-child(2) img,
.edit-emergency-profile > :first-child,
.edit-emergency-profile > :nth-child(2) img{
  transition: all .5s ease;
}
.edit-tenant-profile > :first-child,
.edit-emergency-profile > :first-child {
  color: var(--main-color);
}
.edit-tenant-profile:hover > :first-child,
.edit-tenant-profile.active > :first-child,
.edit-emergency-profile:hover > :first-child,
.edit-emergency-profile.active > :first-child {
  color: var(--secondary-color);
}
.edit-tenant-profile > :nth-child(2) img,
.edit-emergency-profile > :nth-child(2) img {
  width: 32px;
}
.edit-tenant-profile:hover > :nth-child(2) img,
.edit-tenant-profile.active > :nth-child(2) img,
.edit-emergency-profile:hover > :nth-child(2) img,
.edit-emergency-profile.active > :nth-child(2) img {
  filter: brightness(0);
  -webkit-filter: brightness(0);
}
.tenant-profile-submit,
.edit-emergency-submit {
  border: 1px solid rgba(45, 45, 45);
  border-radius: 28px;
  padding: 15px 15px 15px 15px;
  transition: all .5s ease;
  background: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.tenant-profile-submit:hover,
.edit-emergency-submit:hover {
  background-color: var(--main-color);
  color: white;
  border-color: transparent;
}
.tenant-profile-fields .form-btn {
  margin-top: -7px;
  height: 57px;
}
.profile-emergency-section {
  margin-top: 185px;
}
.shape-circle-profile {
  position: absolute;
  top: -65px;
  right: 0;
  z-index: -1;
  padding-top: 66%;
  width: 235px;
  background-image: url("/public/images/shape-profile.svg");
  background-size: cover;
  background-position: left center;
}
.verified-info {
  position: absolute;
  left: 0;
  bottom: -23px;
  color: #1CA508;
  font-size: 12px;
}

.profile-verified-text {
  position: absolute;
  bottom: -26px;
  left: 0;
  padding-left: 0;
  padding-right: 0;
}

/**
menu sticky dashboard
*/
.menu-sticky-icons {
  width: 29px
}
.menu-dashboard-icon {
  width: 22px;
}
.menu-booking-icon {
  width: 24px;
}
.menu-payment-icon {
  width: 29px
}
.menu-profile-icon {
  width: 26px;
}
.menu-help-icon {
  width: 26px;
}
.menu-log-icon {
  width: 24px;
}
.dash-icon {
  transition: all .5s ease;
  filter: brightness(0.4);
  -webkit-filter: brightness(0.4);
}
.dashboard-menu-link {
  padding: 16px 0 16px 0;
  margin-top: 4px;
  margin-bottom: 4px;
}
.dashboard-menu-link > span {
  /*width: 24px;*/
  /*height: 24px;*/
  /*position: relative;*/
  flex-shrink: 0;
}
/*.dashboard-menu-link > span > img{*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*}*/
.dashboard-menu-link:after {
  content: "";
  position: absolute;
  /*top: 0;*/
  /*bottom: 0;*/
  right: 0;
  width: 6px;
  height: 0;
  border-radius: 3px;
  background-color: #7CEEEA;
  transition: all .5s ease;
}
.dashboard-menu-link.active:after {
  height: 100%;
}
.dashboard-menu-sticky > div > :first-child {
  margin-top: 0 !important;
}
.dashboard-menu-sticky > div > :last-child {
  margin-bottom: 0 !important;
}
.dashboard-menu-link a,
.log-out-menu-btn{
  color: rgba(255, 255, 255, .3);
  transition: all .5s ease;
}
.log-out-menu-btn {
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  padding: 0;
}
.dashboard-menu-link a:hover,
.log-out-menu-btn:hover{
  color: rgba(255, 255, 255, 1);
}
.dashboard-menu-link.active a,
.dashboard-menu-link.active .log-out-menu-btn{
  color: rgba(255, 255, 255, 1);
}
.dashboard-menu-link.active img{
  filter: brightness(1) !important;
  -webkit-filter: brightness(1) !important;
}
.dashboard-menu-link img.active{
  filter: brightness(1);
  -webkit-filter: brightness(1);
}
.dashboard-menu-sticky {
  background-color: var(--secondary-color);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 62px 0 62px 15px;
  position: absolute;
  top: -80px;
  left: 0;
  width: 63px;
  z-index: 100;
  box-shadow: 10px 0px 15px -3px rgba(0,0,0,0.25);
  -webkit-box-shadow: 10px 0px 15px -3px rgba(0,0,0,0.25);
  -moz-box-shadow: 10px 0px 15px -3px rgba(0,0,0,0.25);
  transition: all .5s ease;
  overflow: hidden;
}
.dashboard-menu-sticky.opened {
  width: 196px;
}
.dashboard-menu-link .link-btn {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*margin-left: 15px;*/
}
.dashboard-menu-link.opened .link-btn {
  display: inline-block;
}
.dashboard-menu-link.show-links .link-btn {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
/**
Dashboard
*/
.unpaid-card {
  border: 1px solid #E20957;
  overflow: hidden;
  border-radius: 30px;
}
.unpaid-card-body {
  padding: 33px 22px 33px 22px;
}
.days-box {
  padding: 5px 22px 5px 22px;
  background-color: #E20957;
}
.alert-date {
  color: #E20957;
}
.alert-message-dashboard.rent{
  max-width: 90%;
}
.alert-message-dashboard {
  max-width: 92%;
}
.days-box > span {
  padding-right: 20px;
}
.days-box  img {
  width: 16px;
  height: 16px;
}
.unpaid-card-body .icon {
  width: 38px;
  height: 38px;
}
.unpaid-card-body button {
  border: none;
  outline: none;
  border-radius: 0;
  background: none;
}
.dashboard-acc-links {
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 30px;
  padding: 15px 15px 15px 15px;
  transition:  all .5s ease;
}
.dashboard-acc-links .acc-icons {
  width: 32px;
  height: 32px;
}
/*.dashboard-acc-links .acc-icons.bookings {*/
/*  width: 30px;*/
/*  height: 30px;*/
/*}*/
/*.dashboard-acc-links .acc-icons.profile {*/
/*  width: 35px;*/
/*  height: 35px;*/
/*}*/
/*.dashboard-acc-links .acc-icons.payments {*/
/*  width: 32px;*/
/*  height: 26px;*/
/*}*/
/*.dashboard-acc-links .acc-icons.help {*/
/*  width: 35px;*/
/*  height: 35px;*/
/*}*/
.dashboard-acc-links .arrow {
  width: 38px;
  height: 38px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--secondary-color);
  transition: all .5s ease;
}
.dashboard-acc-links .arrow:hover {
  border-color: transparent;
  background-color: #7CEEEA;
}
.dashboard-acc-links .arrow img{
  width: 7px;
  height: 11px;
}
.dashboard-acc-links > div {
  margin-left: 35px;
  max-width: 61%;
}
.acc-payments-link {
  max-width: 64% !important;
}
.dashboard-acc-links.active {
border-color: #7CEEEA;
}
.dashboard-big-cols {
  padding-top: 89.5%;
  border-radius: 30px;
  overflow: hidden;
}
.dashboard-small-cols {
  padding-top: 48%;
  border-radius: 30px;
  overflow: hidden;
}
.dashboard-small-cols:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .3);
  z-index: 5;
}
.dashboard-big-cols:before{
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .3);
  z-index: 5;
}
.dashboard-big-cols.right {
  background-color: rgba(0, 0, 0, .4) !important;
}
.dashboard-big-cols-left-div {
  z-index: 10;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--secondary-color);
  border-left: 1px solid var(--main-color);
}
.dashboard-big-cols-left-div .top {
  padding: 35px 10px 0 10px;
}
.dashboard-big-cols-left-div a {
  background-color: var(--main-color);
  transition: all .5s ease;
  padding: 10px 20px 10px 10px;
  width: 100%;
  margin-top: auto;
}
.col-arrow-top {
  width: 7px;
  height: 11px;
}
.dashboard-big-cols-left-div a:hover,
.dashboard-big-cols-right-bottom:hover{
   background-color: var(--secondary-color);
}
.dashboard-big-cols-right-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--main-color);
  transition: all .5s ease;
  padding: 10px 19px 10px 30px;
  z-index: 10;
}
.dashboard-big-cols-right-top {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 10;
}
.col-arrow-bottom {
  width: 7px;
  height: 11px;
  filter: grayscale(1) brightness(0);
  -webkit-filter: grayscale(1) brightness(0);
  transition: all .5s ease;
}
.dashboard-small-cols-right-bottom {
  margin-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .5s ease;
}
.dashboard-small-cols-right-bottom:hover {
  color: var(--main-color);
}
.dashboard-small-cols-right-bottom:hover .col-arrow-bottom {
  filter: none;
  -webkit-filter: none;
}
.dashboard-container {
  margin-top: 125px;
  /*margin-bottom: 200px;*/
  margin-bottom: 195px;
}
.log-out-icon-dashboard {
  width: 24px;
  height: 24px;
  filter: brightness(60%);
  -webkit-filter: brightness(60%);
  transition: all .5s ease;
}
/*.log-out-div:hover .log-out-icon-dashboard {*/
/*  filter: none;*/
/*  -webkit-filter: none;*/
/*}*/
.log-out-btn-dashboard {
  color: rgba(47, 47, 47, .4);
  outline: none;
  border: none;
  background: none;
  border-radius: 0;
}
.log-out-btn-dashboard:hover {
  color: var(--main-color);
}
.log-out-btn > span{
  padding-right: 5px;
}
/**
PAYMENT HISTORY PAGE
*/
.unpaid-card-history {
  padding: 10px 10px 36px 10px;
  border-radius: 30px;
  border: 1px solid #E20957;
}
.info-box {
  color: #E20957;
  background-color: rgba(242, 242, 242, .7);
  padding: 15px 15px 15px 15px;
  border-radius: 20px;
}
.alert-date-history {
  color: #E20957;
  font-weight: 600;
}
.payment-pay-btn {
  border: 1px solid var(--secondary-color);
  border-radius: 28px;
  padding: 14px 20px 14px 20px;
  transition: all .5s ease;
  background: none;
}
.payment-pay-btn:hover {
  border-color: transparent;
  background-color: var(--main-color);
  color: white;
}
.payment-cards > :nth-child(2) {
  padding-left: 23px;
  padding-right: 23px;
}
.payment-viva-card {
  width: 66px;
}
.payment-master-card {
  width: 56px;
}
.payment-visa-card {
  width: 40px;
}
.payment-history-section {
  margin-top: 130px;
  margin-bottom: 205px;
}
.payment-history-line {
  margin-top: 87px;
  margin-bottom: 80px;
  height: 1px;
}
.payment-history-line:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -15px;
  right: -50%;
  height: 1px;
  background-color: var(--main-color);
}
.my-card {
  background-color: rgba(70, 182, 173, .15);
  border-radius: 30px;
  padding: 27px;
}
.my-card-edit {
  position: absolute;
  top: -4px;
  right: -1px;
  cursor: pointer;
}
.my-card-edit img {
  width: 25px;
  transition: all .5s ease;
}
.my-card-edit:hover img{
  filter: grayscale(1) brightness(0);
  -webkit-filter: grayscale(1) brightness(0);
}
.my-card h3 > span > img {
  width: 19px;
  transition: all .5s ease;
}
.my-card h3 > span{
  cursor: pointer;
}
.my-card h3 > span:hover > img {
  filter: grayscale(1) brightness(0);
  -webkit-filter: grayscale(1) brightness(0);
}
.card-name-save-btn{
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid var(--secondary-color);
  border-radius: 50px;
  background: none;
  outline: none;
  transition: all .5s ease;
}
.card-name-save-btn:hover{
  background-color: var(--main-color);
  color: white;
  border-color: transparent;
}
.card-name-input {
  border: none !important;
  border-radius: 0 !important;
  padding-bottom: 5px !important;
  padding-top: 0 !important;
  border-bottom: 1px solid var(--secondary-color) !important;
}
.custom-modal-card {
  width: 650px;
  max-width: 94%;
  border-radius: 20px;
  margin: auto;
}
.custom-modal-card .modal-content{
  border-radius: 20px;
}
.custom-modal-card .modal-content .modal-body{
  padding: 35px 100px 47px 97px !important
}
#card-nickname-modal{
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.row-line:before {
  content: "";
  position: absolute;
  left: -5px;
  right: -50%;
  height: 1px;
  background-color: rgba(47, 47, 47, .4);
  top: 0;
}
.row-line{
  padding-top: 16px;
  padding-bottom: 13px;
}
.download-payment > img {
  width: 30px;
  transition: all .5s ease;
}
.download-payment.active > img,
.download-payment:hover > img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.download-payment.active:hover > img {
  filter: none;
  -webkit-filter: none;
}
.history-rows > :last-child .row-line:after{
  content: "";
  position: absolute;
  left: -5px;
  right: -50%;
  bottom: 0;
  height: 1px;
  background-color: rgba(47, 47, 47, .4);
}
.all-paid-card {
  border: 1px solid var(--main-color);
  border-radius: 30px;
  padding: 60px 55px 60px 55px
}
.all-paid-icon {
  width: 54px;
}
.row-fs {
  font-size: 18px;
}
.cards-unpaid-paid > :first-child{
margin-top: 0 !important;
}
.custom-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background-color: var(--secondary-color);
  border-radius: 20px;
  padding: 4px 8px 4px 8px;
}
.paginate-prev,
.paginate-next{
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: white;
  transition: all .5s ease;
}
.paginate-prev.active,
.paginate-next.active {
  cursor: pointer;
}
.paginate-prev.active:hover,
.paginate-next.active:hover{
  background-color: var(--main-color);
}
.paginate-prev img{
  width: 5px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(180deg);
}
.paginate-next img{
  width: 5px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) rotate(0);
}
.dot-page {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: white;
  transition: all .5s ease;
}
.dot-page.active {
  width: 12px;
  height: 6px;
  border-radius: 3px;
  background-color: #7CEEEA;
}
.dots-gap {
  column-gap: 2px;
}
.pagination-absolute {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -63px;
}

/**
 my bookings page
*/
.my-bookings-section {
  margin-top: 120px;
  margin-bottom: 200px;
}
.my-booking-box {
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 25px;
  padding: 16px 21px 16px 21px
}
.contract-box {
  background-color: rgba(242, 242, 242, 7);
  padding: 0 53px 0 37px;
  border-radius: 25px;
  height: 100%;
}
.my-booking-download-btn {
  background: none;
  outline: none;
  border: none;
  border-radius: 0;
}
.my-booking-download img{
  width: 39px;
  transition: all .5s ease;
}
.my-booking-download:hover img{
  filter: grayscale(1) brightness(40%);
  -webkit-filter: grayscale(1) brightness(40%);
}
.my-booky-row:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -50%;
  height: 1px;
  background-color: rgba(47, 47, 47, .4);
}
.my-booky-row {
  padding-top: 18px;
  padding-bottom: 18px;
}
.my-booky-rows > :last-child:after {
  content: "";
  position: absolute;
  left: 0;
  right: -50%;
  bottom: 0;
  height: 1px;
  background-color: rgba(47, 47, 47, .4);
}
  /**
  help center page
  */
.help-center-top {
  padding-top: 54.8%;
  background-image: url("/public/images/big-shape.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right top;
  margin-bottom: 335px;
  /*z-index: -1;*/
}
.help-center-top-title {
  position: absolute;
  top: 18.8%;
  left: 50%;
  transform: translateX(-50%);
  padding: 18px 17px 20px 17px;
  background-color: rgba(255, 255, 255, .7);
  z-index: 10;
  border-radius: 17px;
}
.help-center-top .link{
  position: absolute;
  top: 47.5%;
  left: 0;
  right: 0;
  z-index: 10;
  /*padding: 19px 15px 19px 15px;*/
}
.help-center-top .link a {
  padding: 19px 0 19px 0;
}
.help-center-view-question-btn {
  border-radius: 28px;
  background-color: white;
  padding: 15px 10px 15px 10px;
  border: 1px solid var(--secondary-color);
  z-index: 10;
  transition: all .5s ease;
}
.help-center-view-question-btn:hover {
  background-color: var(--secondary-color);
  color: white;
}
.help-faq-cat-card > :first-child:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(47, 47, 47, .2);
  right: -17px;
}
.help-center-top-questions {
  position: absolute;
  left: 0;
  right: 0;
  top: 70.5%;
}
.help-center-top-cards {
  margin-top: -33.7%;
  margin-bottom: 115px;
  position: relative;
  z-index: 100;
}
.help-faq-cat-card {
  background-color: white;
  border-radius: 23px;
  box-shadow: 1px 3px 27px 1px rgba(0,0,0,0.24);
  -webkit-box-shadow: 1px 3px 27px 1px rgba(0,0,0,0.24);
  -moz-box-shadow: 1px 3px 27px 1px rgba(0,0,0,0.24);
  padding: 22px 17px 32px 17px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}
.help-faq-cat-card img {
  width: 40px;
  height: 40px;
}
.help-faq-cat-card li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #7CEEEA;
}
.help-faq-cat-card li {
  max-width: 80%;
}
.help-learn-more-btn {
  transition: all .5s ease;
  margin-top: auto;
}
.help-learn-more-btn:after {
  content: "";
  position: absolute;
  right: -15px;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--secondary-color);
  border-left: 2px solid var(--secondary-color);
  transform: rotate(134deg) translateY(-50%);
  /*top: 24%;*/
  bottom: 6px;
  transition: all .5s ease;
}
.help-learn-more-btn:hover:after {
  border-color: var(--main-color)
}
.help-learn-more-btn:hover{
  color: var(--main-color);
}
.help-center-with-two-clicks {
  padding-top: 78px;
  margin-bottom: 300px;
}
.help-center-with-two-clicks .big-number {
  font-size: 220px;
  color: rgba(45, 68, 90, .15);
  line-height: 0.768;
  overflow: hidden;
}
.help-center-with-two-clicks img {
  width: 130px;
  height: 130px;
  z-index: 100;
}
.help-center-with-two-clicks:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 75.5%;
  background-color: #2D445A;
  z-index: -1;
}
.card-center {
  border-radius: 24px;
  padding-top: 45px;
  box-shadow: 10px 10px 33px -5px rgba(0,0,0,0.24);
  -webkit-box-shadow: 10px 10px 33px -5px rgba(0,0,0,0.24);
  -moz-box-shadow: 10px 10px 33px -5px rgba(0,0,0,0.24);
}
.help-center-faq-imgs .top {
  position: absolute;
  right: 14%;
  top: 47px;
  transform: rotate(-7deg);
}
.help-center-faq-imgs .top .img {
  padding-top: 66.5%;
  width: 465px;
}
.help-center-faq-imgs .bottom .img{
  padding-top: 66%;
  width: 443px;
}
.help-center-faq-imgs .top .img img,
.help-center-faq-imgs .bottom .img img{
  border-radius: 16px;
}
.help-center-faq-imgs .top .img:before,
.help-center-faq-imgs .bottom .img:before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, .3);
  border-radius: 16px;
}
.help-center-faq-imgs .bottom {
  position: absolute;
  right: 60px;
  top: 344px;
  transform: rotate(7deg);
}
.help-center-faqs-section {
  margin-bottom: 333px;
}
/**
   about us page
  */
.about-top-img {
  padding-top: 26.1%;
}
.about-top-img:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  background-color: rgba(0, 0, 0, .3);
}
.about-top-img-text {
  position: absolute;
  left: 0;
  top: 45.5%;
  transform: translateY(-50%);
  z-index: 6;
  width: 100%;
}
.about-top-img-text .colored {
  color: #7CEEEA !important;
}
.about-top-img-text-pl {
  padding-left: 22.5%;
}
.about-top-img-text-pl .dot,
.contact-top-img-text-pl .dot{
  border-radius: 50%;
  background-color: white;
  width: 11px;
  height: 11px;
  margin-left: 5px;
}
.about-top-img-text-pl br {
  display: none;
}
.about-top-icon.first{
  width: 61px;
}
.about-top-icon.second{
  width: 49px;
}
.about-top-icon.third{
  width: 75px;
}
.about-top-icon {
  filter: grayscale(1) brightness(90%) opacity(50%);
  -webkit-filter: grayscale(1) brightness(90%) opacity(50%);
  transition: all .5s ease;
  z-index: 10;
}
.about-icons-top:hover img{
  filter: none;
  -webkit-filter: none;
}
.about-top-icons-section .extra-px {
  padding-left: 12.5%;
  padding-right: 17.5%;
}
.about-top-icons-section .line {
  position: relative;
}
.about-top-icons-section .line:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 73px;
  width: 1px;
  background-color: var(--main-color);
}
.about-top-icons-section a {
  letter-spacing: 1px;
}
.about-top-img {
  margin-bottom: 110px;
}
.about-top-icons-section {
  margin-bottom: 115px;
}
.about-top-icons-section .cols > :first-child{
  padding-right: 75px;
}
.about-top-icons-section .cols > :nth-child(2) {
  padding-right: 75px;
  padding-left: 75px;
}
.about-top-icons-section .cols > :last-child {
  padding-left: 75px;
}
.about-us-imgs-text-section .img{
  padding-top: 41%;
}
.about-us-imgs-text-section .text {
  background-color: var(--secondary-color);
}
.about-us-imgs-text-section .details-up {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 11%;
  margin-right: 30px;
}
.about-us-imgs-text-section .details-down {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 18.5%;
  margin-right: 30px;
}
.our-promise-section .icons{
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  transition: all .5s ease;
}
.our-promise-section .icon-parent:hover .icons{
 filter: none;
  -webkit-filter: none;
}
.our-promise-section .first{
 padding-right: 4.6%;
}
.our-promise-section .second{
 padding-right: 5.5%;
 padding-left: 5.5%;
}
.our-promise-section .third{
 padding-left: 5.5%;
}
.our-promise-section .icon-parent {
  width: 80px;
  height: 76px;
}
.our-promise-section .icon-first{
  width: 100%;
  height: 100%;
}
.our-promise-section .icon-second{
  width: 100%;
  height: 100%;
}
.our-promise-section .icon-third{
  width: 100%;
  height: 100%;
}
.our-promise-section .first:after,
.our-promise-section .second:after {
  content: "";
  position: absolute;
  right: 0;
  top: 55px;
  bottom: 15px;
  background-color: var(--main-color);
  width: 1px;
}
.our-promise-section{
  margin-top: 170px;
  margin-bottom: 170px;
}
/**
contact us
*/
.contact-top-img {
  padding-top: 26.1%;
}
.contact-top-img:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  background-color: rgba(0, 0, 0, .3);
}
.contact-top-img-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  width: 100%;
}
.contact-top-img-text .colored {
  color: #7CEEEA !important;
  padding-left: 15px;
}
.contact-top-img-text-pl {
  padding-left: 22.5%;
}
.arrow-big-contact {
  /*width: 239px;*/
  /*width: 30%;*/
  width: 27%;
}
.contact-form-section {
  margin-top: 168px;
}
.contact-form-section .contact-shape {
  width: 148px;
  height: 181px;
  position: absolute;
  left: -75px;
  bottom: -76px;
  background-color: #2D445A;
  border-radius: 46% 54% 57% 43% / 54% 46% 55% 45%;
  transition: width 0.5s ease, height 0.5s ease, transform 0.5s ease, margin 0.5s ease;
  animation: contact-shape-top 10s linear infinite forwards;
  z-index: -1;
}

@keyframes contact-shape-top{
  0%   { border-radius: 46% 54% 57% 43% / 54% 46% 55% 45%; }
  10%  { border-radius: 52% 48% 60% 40% / 58% 50% 50% 42%; }
  20%  { border-radius: 56% 44% 53% 47% / 52% 55% 45% 48%; }
  30%  { border-radius: 58% 42% 50% 50% / 48% 52% 48% 52%; }
  40%  { border-radius: 53% 47% 43% 57% / 50% 56% 44% 50%; }
  50%  { border-radius: 55% 45% 46% 54% / 49% 60% 40% 51%; }
  60%  { border-radius: 59% 41% 45% 55% / 55% 52% 48% 45%; }
  70%  { border-radius: 57% 43% 40% 60% / 59% 45% 55% 41%; }
  80%  { border-radius: 50% 50% 58% 42% / 53% 47% 53% 47%; }
  90%  { border-radius: 44% 56% 60% 40% / 55% 45% 55% 45%; }
  100% { border-radius: 46% 54% 57% 43% / 54% 46% 55% 45%; }
}
.faqs-container .faq-shape {
  width: 365px;
  height: 333px;
  position: absolute;
  left: -250px;
  bottom: -98px;
  background-color: #7CEEEA;
  border-radius: 46% 54% 57% 43% / 54% 46% 55% 45%;
  transition: width 0.5s ease, height 0.5s ease, transform 0.5s ease, margin 0.5s ease;
  animation: faq-shape-bottom 10s linear infinite forwards;
  z-index: -1;
}
@keyframes faq-shape-bottom{
  0%   { border-radius: 46% 54% 57% 43% / 54% 46% 55% 45%; }
  10%  { border-radius: 52% 48% 60% 40% / 58% 50% 50% 42%; }
  20%  { border-radius: 56% 44% 53% 47% / 52% 55% 45% 48%; }
  30%  { border-radius: 58% 42% 50% 50% / 48% 52% 48% 52%; }
  40%  { border-radius: 53% 47% 43% 57% / 50% 56% 44% 50%; }
  50%  { border-radius: 55% 45% 46% 54% / 49% 60% 40% 51%; }
  60%  { border-radius: 59% 41% 45% 55% / 55% 52% 48% 45%; }
  70%  { border-radius: 57% 43% 40% 60% / 59% 45% 55% 41%; }
  80%  { border-radius: 50% 50% 58% 42% / 53% 47% 53% 47%; }
  90%  { border-radius: 44% 56% 60% 40% / 55% 45% 55% 45%; }
  100% { border-radius: 46% 54% 57% 43% / 54% 46% 55% 45%; }
}

#contact_form input,
#contact_form textarea{
  border: none !important;
  position: relative !important;
  font-size: 18px !important;
  padding-bottom: 0 !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  letter-spacing: 0;
}
#contact_form input {
  height: auto !important;
}
#contact_form textarea {
  height: auto;
  min-height: 89px;
  max-height: 140px;
  resize: vertical;
}
#contact_form .form-control-with-label:before{
  position: relative;
}
#contact_form .form-control-with-label:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  background-color: #2E3035;
  height: 1px;
}
#contact_form .form-control-with-label:after{
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background: var(--main-color);
  left: 0;
  bottom: -1px;
  transition: all .5s ease;
}
#contact_form label {
  font-size: 18px;
  padding-left: 0 !important;
  font-weight: 400;
  letter-spacing: 0;
  padding-bottom: 0;
}
#contact_form .sk-checkbox {
  color: rgba(46, 48, 53, .5) !important;
}
#contact_form .sk-square-check {
  height: 12px;
  width: 12px;
}
#contact_form .sk-square-check::after {
  margin-left: -2px;
  margin-top: -0.5em;
  width: 0.4em;
  height: 0.8em;
}
#contact_form .sk-square-check::after {
  margin-left: -2px;
  margin-top: -7px;
  width: 5px;
  height: 10px;
  border-width: 0 2px 2px 0 !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: solid var(--main-color);
}
#contact_form .form-control-with-label.focused label{
  font-size: 14px !important;
  color: rgba(47, 47, 47, .5);
  top: -8px !important;
}
#contact_form .form-control-with-label.focused:before{
  background-color: rgba(46, 48, 53, .3);
}
#contact_form .form-control-with-label.active:after {
  width: 50%;
}
#contact_form .contact-submit{
  border-radius: 50px;
  border: 1px solid rgb(46, 48, 53);
  outline: none;
  background: transparent;
  color: var(--secondary-color);
  transition: all .5s ease;
  padding: 15px 25px 15px 25px;
}
#contact_form .contact-submit:hover{
  color: white;
  background: var(--main-color);
  border-color: var(--main-color);
}
#contact_form .form-group,
#contact_form .form-control-with-label {
  position: relative;
}
#contact_form .error-msg {
  color: #F20023 !important;
  position: absolute;
  bottom: -30px;
  left: 0;
  height: auto;
  top: auto;
  font-size: 13px;
}
#contact_form .error-msg label {
  font-size: 13px !important;
}
.phone-country-codes-main.contact {
  top: 15px !important;
}
.contact-form-section {
  margin-bottom: 181px;
}
.toggle-contact-phone {
  position: absolute;
  right: 15px;
  top: -10px;
  z-index: 100;
}
.contact-phone{
  transition: all .5s ease;
}
.contact-phone.active {
  opacity: 0 !important;
}
.toggle-contact-phone img {
  width: 26px;
}
.toggle-contact-phone .toggle {
  position: absolute;
  top: 10px;
  right: -15px;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.toggle-contact-phone .toggle:before{
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--secondary-color);
  border-left: 2px solid var(--secondary-color);
  transform: rotate(225deg);
  transition: all .5s ease;
}
.toggle-contact-phone .toggle.active:before{
  transform: rotate(45deg);
  top: 0;
}
.contact-phone-dropdown {
  border-radius: 50px;
  border: 1px solid #2E3035;
  position: absolute;
  top: 50%;
  width: 100%;
  background-color: white;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all .5s ease;
}
.contact-phone-dropdown.active {
  opacity: 1;
  z-index: 100;
  visibility: visible;
  pointer-events: all;
}
.contact-gr {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  cursor: pointer;
  padding: 0 25px 0 15px;
  font-size: 14px;
  transition: all .5s ease;
}
.contact-cy {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  cursor: pointer;
  padding: 3px 12px 3px 12px;
  font-size: 14px;
  transition: all .5s ease;
}
.contact-phone-label {
  transition: all .5s ease;
}
.contact-phone-label.active {
  opacity: 0 !important;
}
.contact-cy img{
 width: 40px;
}
.contact-gr img{
 width: 28px;
}
.contact-cy:hover,
.contact-gr:hover {
  background-color: rgba(211, 211, 211, 0.4);
}
.contact-emergency-section {
  margin-bottom: 165px;
}
.contact-emergency-section .left {
  padding-top: 41%;
}
.contact-emergency-section .right {
  background-color: #61BAB6;
}
.contact-emergency-section .right .text{
  position: relative;
  left: 18.5%;
  top: 50%;
  transform: translateY(-50%);
}
.contact-emergency-section .right .text h3{
  font-size: 35px;
}
.contact-emergency-section .right .text div{
  font-size: 20px;
}
.contact-emergency-section .res-br {
  display: none !important;
}
.contact-questions-icon {
  width: 75px;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  transition: all .5s ease;
}
.contact-questions-icon.active {
  filter: none;
  -webkit-filter: none;
}
.contact-questions-link {
  transition: all .5s ease;
}
.contact-questions-link.active {
  color: var(--main-color);
}
.contact-questions-link:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(136deg);
  right: -26px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--main-color);
  border-left: 2px solid var(--main-color);
  transition: all .5s ease;
  opacity: 0;
}
.contact-questions-link.active:after {
  opacity: 1;
}
.contact-questions-section {
  margin-bottom: 192px;
}
.contact-questions-section .extra-px {
   padding-left: 12.5%;
   padding-right: 17.5%;
}
.contact-questions-section .line {
  position: relative;
}
.contact-questions-section .line:after {
  content: "";
  position: absolute;
  right: 0;
  top: 27px;
  bottom: 13px;
  width: 1px;
  background-color: var(--main-color);
}
  /**
  modals
  */
.modal-backdrop {
 background-color: rgba(0, 0, 0, .8) !important;
}
.modal-backdrop.show {
  opacity: 1 !important;
}
.custom-modal,
.reset-pass-page {
  width: 827px;
  max-width: 90%;
}
.custom-modal .modal-body {
  padding: 105px 160px 110px 160px;
  border-radius: 20px;
}
.reset-pass-page > div {
  padding: 135px 165px 135px 165px;
}
.forgot-pass-modal .modal-content {
  border: none !important;
  border-radius: 20px !important;
}

.modal-field {
  font-size: 14px;
  color: rgba(47, 47, 47, .5) !important;
  border: none !important;
  border-bottom: 1px solid  rgba(47, 47, 47, .5) !important;
  padding-bottom: 3px !important;
  border-radius: 0 !important;
  height: auto !important;
}
.modal-field::placeholder {
  font-size: 14px;
  color: rgba(47, 47, 47, .5) !important;
}
.modal-btn {
  border-radius: 40px;
  padding: 16px 62px 15px 62px;
  border: 1px solid #2D2D2D;
  background: none;
  outline: none;
  cursor: pointer;
}
.modal-btn.cancel {
 opacity: .5;
  transition: all .5s ease;
  padding: 16px 72px 15px 72px;
}
.modal-btn.cancel:hover {
 opacity: 1;
}
.custom-modal .error-msg {
  position: absolute;
  left: 0;
  bottom: -18px;
  color: #FF0000;
}
.close-modal {
  position: absolute;
  right: -14px;
  top: -8px;
  width: 43px;
  height: 43px;
  background: var(--main-color);
  border-radius: 50%;
  cursor: pointer;
}
.modal-x {
  width: 12px;
  filter: invert(1) brightness(2);
  -webkit-filter: invert(1) brightness(2);
  transition: all .5s ease;
}
.close-modal:hover .modal-x {
  filter: none;
  -webkit-filter: none;
}
/**
end modals
*/

/**
properties list
*/
body.accommodation-list-opened,
html.accommodation-list-opened {
  overflow: hidden;
}
 .accommodations-list {
   position: fixed;
   right: -635px;
   width: 635px;
   top: 30px;
   bottom: 0;
   background-color: white;
   z-index: -1;
   border-top-right-radius: 15px;
   border-top-left-radius: 15px;
   opacity: 0;
   visibility: hidden;
   pointer-events: none;
   transition: all .5s ease;
 }
 .accommodations-list.active {
   right: 0;
   z-index: 2000;
   opacity: 1;
   visibility: visible;
   pointer-events: all;
 }
 .accommodations-list-backdrop {
   position: fixed;
   inset: 0;
   background-color: rgba(0, 0, 0, .8);
   z-index: -1;
   opacity: 0;
   visibility: hidden;
   pointer-events: none;
   cursor: pointer;
   transition: all .5s ease;
 }
 .accommodations-list-backdrop.active {
   z-index: 2000;
   opacity: 1;
   visibility: visible;
   pointer-events: all;
 }
 .complex-title {
   background-color: var(--main-color);
   border-top-right-radius: 15px;
   border-top-left-radius: 15px;
 }
 .close-accommodations-list {
   width: 43px;
   height: 43px;
   border-radius: 50%;
   background-color: white;
   position: absolute;
   top: -18px;
   left: -19px;
   cursor: pointer;
 }
 .close-accommodations-list img {
   width: 11px;
   transition: all .5s ease;
 }
 .remove-filter-floor img {
   width: 5px;
   transition: all .5s ease;
 }
.close-accommodations-list:hover img {
 filter: grayscale(1) brightness(0);
  -webkit-filter: grayscale(1) brightness(0);
}
.remove-filter-floor:hover img {
  width: 5px;
  transition: all .5s ease;
  filter: grayscale(1) brightness(0);
  -webkit-filter: grayscale(1) brightness(0);
}
 .block-arrow,
 .floor-arrow {
   width: 12px;
   transition:  all .5s ease;
 }
.block-arrow.active,
 .floor-arrow.active {
   transform: rotate(180deg);
 }
 .complex-search {
   border-radius: 30px;
   border: 1px solid #D6D6D6;
   padding: 4px 7px 4px 7px;
 }
 .complex-floor {
   margin-left: 30px;
 }

 .complex-block,
 .complex-floor {
   border-radius: 30px;
   transition: all .5s ease;
   padding: 7px 8px 7px 12px;
   cursor: pointer;
 }
 .complex-block:hover,
 .complex-floor:hover {
   background-color: rgba(70, 182, 173, .2);
 }

.complex-block.inactive,
 .complex-floor.inactive {
   color: rgba(47, 47, 47, .5);
 }
 .accommodations-list-results .no-results {
   max-width: 82%;
 }
.accommodations-list-results .no-results.active {
   display: none;
}
.block-option-radio,
.floor-option-checkbox {
  position: absolute;
  height: 1px;
  width: 1px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.block-option,
.floor-option {
  padding: 8px 8px 8px 8px;
  border: 1px solid #D6D6D6;
  border-radius: 30px;
  cursor: pointer;
  transition:  all .5s ease;
}
.floor-option {
  width: auto !important;
  margin-right: 15px;
}
.block-option:hover,
.floor-option:hover {
  background-color: rgba(70, 182, 173, .3);
  border-color: transparent;
}
.floor-option.selected {
  background-color: rgba(70, 182, 173, .3);
  border-color: transparent;
}
.block-options,
.floor-options {
  display: none;
}
.accommodation-floors-swiper {
  overflow: visible;
}
.block-options.active,
.floor-options.active {
  display: block;
}
.block-options > :not(:last-child),
.floor-options > :not(:last-child) {
  margin-right: 15px;
}
.remove-filter-floor {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: white;
  margin-left: 5px;
  border-color: transparent;
}
.accommodation-apts:not(:last-child) {
  margin-bottom: 10px;
}
.accommodation-apt > h5 {
  color: rgba(47, 47, 47, .3);
}
.accommodation-apts {
  border: 1px solid #D6D6D6;
  border-radius: 10px;
  padding: 11px 30px 11px 30px;
}
.accommodation-apt {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  align-self: stretch;
}
.accommodation-apt.month {
  color: #46B6AD;
}
.acommodation-apts-list {
  overflow-y: auto;
  height: 69vh;
}
.accommodation-apts .book-it-now {
   position: absolute;
  inset: -1px;
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
  transition: all .5s ease;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accommodation-apts:hover .book-it-now {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  pointer-events: all;
}

.accommodation-apts .book-it-now input[type=submit],
#existing_tenant_booking{
  padding: 10px 10px 10px 10px;
  background-color: var(--main-color);
  border-radius: 40px;
  outline: none;
  border: none;
  cursor: pointer;
}
/**
end properties list
*/

/*
Home
**/
.menu-dropback {
  position: fixed;
  /*top: 70px;*/
  top: 78px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .7s ease;
  cursor: pointer;
}
.menu-dropback.active {
  z-index: 400;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.fixed-header-showed .desktop-menu {
  position: fixed !important;
  /*top: 70px !important;*/
  top: 78px !important;
}
.login-page-menu .desktop-menu,
.login-page-menu .menu-dropback {
  position: fixed !important;
  top: 0 !important;
}
.desktop-menu {
  position: absolute;
  top: 100%;
  right: -1049px;
  background-color: white;
  width: 1049px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-bottom-left-radius: 23px;
  transition: all .7s ease;
}
.desktop-menu.active {
  right: 0;
  z-index: 400;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.left-side-menu {
  border-bottom-left-radius: 23px;
  overflow: hidden;
}
.menu-img-first {
  padding-top: 28%;
}
.menu-img-second {
  padding-top: 46.5%;
}
/*.menu-img-second img{*/
/*  border-bottom-left-radius: 20px;*/
/*}*/
.menu-img-first:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--main-color);
  z-index: 5;
  height: 1px;
}
.menu-right {
  background-image: url("/public/images/menu-shape.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  /*background-color: #D7EEED;*/
}
.menu-popup a{
   border-bottom: none !important;
}
.menu-img-first:before,
.menu-img-second:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .4);
  z-index: 4;
}
.menu-img-second:before {
  background-color: rgba(0, 0, 0, .6) !important;
}
.menu-img-first-link {
  position: absolute;
  top: -36px;
  right: 0;
  background-color: #46B6AD;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 10px 15px 8px 15px;
  transition: all .5s ease;
}
.menu-img-first-link img {
  width: 7px;
  filter: grayscale(1) brightness(0);
  -webkit-filter: grayscale(1) brightness(0);
  transition: all .5s ease;
}
.menu-img-first-link:hover img {
  filter: none;
  -webkit-filter: none;
}
.menu-img-first-link:hover {
  background-color: #2F2F2F;
  color: white;
}
.menu-img-first-link span {
  padding-left: 20px;
}
.menu-img-second-link {
  position: absolute;
  left: 35px;
  bottom: 36px;
  z-index: 10;
  transition: all .5s ease;
}
.menu-img-second-link-hovered {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .5s ease;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  pointer-events: none;
  padding: 15px 35px 0 35px;
  border-top-right-radius: 17px;
}
.menu-img-second-link img,
.menu-img-second-link-hovered img{
  width: 10px;
}
.menu-img-second-link span {
 padding-left: 66px;
}
.menu-img-second > div {
  position: absolute;
  top: 30px;
  left: 35px;
  z-index: 10;
}
.menu-img-second:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 23px;
  bottom: 0;
  background-color: var(--main-color);
  border-bottom-left-radius: 23px;
  z-index: 10;
}
.menu-img-second:before {
  border-bottom-left-radius: 23px;
}
.menu-img-second:hover .menu-img-second-link {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

.menu-img-second:hover .menu-img-second-link-hovered {
  opacity: 1;
  z-index: 10;
  visibility: visible;
  pointer-events: all;
  bottom: 23px;
  background-color: var(--main-color);
}
.menu-quick-links {
  border-top: 1px solid rgba(47, 47, 47, .2);
  border-bottom: 1px solid rgba(47, 47, 47, .2);
}
.menu-quick-links a:hover {
  color: var(--main-color);
}
.booking-modal-open {
  overflow: hidden;
}
.header-bg {
  background-color: #2F2F2F;
  padding-top: 4px;
  padding-bottom: 4px;
}
body.menu-opened .fixed-header .fixed.header-bg {
  background-color: rgb(47, 47, 47) !important;
}
.fixed-header .fixed.header-bg {
  background-color: rgba(47, 47, 47, .8) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition:  all .5s ease;
}
header .logo img,
.fixed-header .logo img{
  width: 186px;
}
.header-btn-available {
  background-color: white;
  padding:13px 19px 13px 19px;
  color: #2F2F2F;
  border-radius: 40px;
  transition: all .5s ease;
  font-size: 14px;
  border: 1px solid transparent;
  margin-right: 35px;
  /*margin-right: 230px;*/
}
.header-btn-rent {
  background-color: #7CEEEA;
  padding: 13px 19px 13px 19px;
  color: #2F2F2F;
  border-radius: 40px;
  transition: all .5s ease;
  font-size: 14px;
  margin-right: 35px;
}
/*.header-btn-rent {*/
/*  background-color: #7CEEEA;*/
/*  padding: 13px 19px 13px 19px;*/
/*  color: #2F2F2F;*/
/*  border-radius: 40px;*/
/*  transition: all .5s ease;*/
/*  font-size: 14px;*/
/*  margin-right: 35px;*/
/*  position: fixed;*/
/*  right: 143px;*/
/*  top: 12px;*/
/*}*/
.header-btn-available:hover {
  background: transparent;
  border: 1px solid white;
  color: white;
}
.header-btn-rent:hover {
  background: white;
  color: #2F2F2F;
}
body.sticky-logo-active .header-btn-rent:hover {
  background: var(--secondary-color) !important;
  color: white !important;
}
body.sticky-logo-active .header-btn-rent:hover img{
  filter: brightness(8) !important;
  -webkit-filter: brightness(8) !important;
}
.header-btn-available:hover img{
  filter: brightness(200%) invert(1);
  -webkit-filter: brightness(200%) invert(1);;
}
.header-btn-available img {
  width: 13px;
  transition: all .5s ease;
}
.header-btn-rent img {
  width: 16px;
  transition: all .5s ease;
}
.toggle-menu {
  width: 40px;
  height: 25px;
  position: relative;
  cursor: pointer;
}
.toggle-menu > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: white;
  border-radius: 10px;
  transition: all .4s ease;
}
.toggle-menu > :nth-child(2) {
  position: absolute;
  /*top: 11px;*/
  top: 12px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: white;
  border-radius: 10px;
  transition: all .4s ease;
}
.toggle-menu > :last-child {
  position: absolute;
  /*bottom: 0;*/
  bottom: -3px;
  right: 0;
  width: 60%;
  height: 3px;
  background-color: white;
  border-radius: 10px;
  transition: all .4s ease;
}
.toggle-menu.active > :first-child {
  position: absolute;
  top: 15px;
  transform: rotate(37deg);
  height: 3px
}
.toggle-menu.active > :nth-child(2) {
  opacity: 0;
  z-index: -1;
}
.toggle-menu.active > :last-child {
  width: 100%;
  transform: rotate(-37deg);
  height: 3px;
  bottom: 7px;
}
.header-right-side {
  padding-right: 35px;
  padding-top: 5px;
}
.header-btn-login,
.header-user-name {
  margin-right: 35px;
}
.header-btn-login img{
  transition: all .5s ease;
  width: 33px;
  height: 33px;
  filter: brightness(200%) grayscale(100%);
  -webkit-filter: brightness(200%) grayscale(100%);
}
.header-btn-login:hover img,
.header-btn-login.active img{
  filter: none;
  -webkit-filter: none;
}
.homepage-slider-over {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 33.5%;
}
.home-slider-text {
  /*max-width: 38.2%;*/
  max-width: 790px;
  background-color: rgba(255, 255, 255, .7);
  padding: 22px 20px 22px 17px;
  border-radius: 17px;
  position: relative;
  z-index: 5;
  display: inline-block;
}
.home-slider-text h3 {
  color: #2F2F2F;
  line-height: 1.4;
  font-family: var(--font-family);
}
.home-slider-text h2 {
  color: rgba(47, 47, 47, .6);
}
.homepage-slider-image {
  position: relative;
  padding-top: 39.51%;
}
.homepage-slider-image:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 5%);
  z-index: 3;
}
.home-top-swiper-arrow-dots{
  position: absolute;
  bottom: 34px !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  background-color: #2F2F2F;
  padding: 7px 15px 7px 15px;
  border-radius: 50px;
}

.home-top-swiper-pagination{
  width: auto !important;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  opacity: 1;
  margin: 0 !important;
  margin-right: 3px !important;
}
.swiper-pagination-bullet-active {
  width: 20px;
  height: 10px;
  border-radius: 10px;
  background-color: #7CEEEA;
}
.home-top-swiper-button-next img,
.home-top-swiper-button-prev img {
  filter: grayscale(1) brightness(2);
  -webkit-filter: grayscale(1) brightness(2);
  cursor: pointer;
  width: 51px;
  transition: all .5s ease;
}
.home-top-swiper-button-next:hover img,
.home-top-swiper-button-prev:hover img {
  filter: none;
  -webkit-filter: none;
}
.home-top-swiper-button-prev {
  margin-right: 14px;
  cursor: pointer;
}
.home-top-swiper-button-next {
  margin-left: 13px;
  cursor: pointer;
}
.left-side-booky {
  background-color: #D7EEED;
}
.right-side-booky {
  background-color: #46B6AD;
}
.right-side-booky div {
  padding-left: 35px;
}
.booky-banner-text .first-text img{
   width: 23px;
}
.booky-banner-text .second-text img{
   width: 25px;
}
.footer-bg {
  background-color: #2F2F2F;
}
.footer-logo img {
  width: 310px;
}
.footer-left-side:before {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  /*bottom: 0;*/
  bottom: -2px;
  width: 1px;
  background-color:  rgba(255, 255, 255, .4);
}
.footer-second-logo-slogan {
  color: #46B6AD;
}
.fb-icon img,
.ig-icon img{
  width: 28px;
  transition: all .5s ease;
  filter: none;
  -webkit-filter: none;
}
.fb-icon:hover img,
.ig-icon:hover img{
  filter: grayscale(1)  brightness(2);
  -webkit-filter: grayscale(1)  brightness(2);
}
.footer-right-button {
  color: #000000;
  background-color: white;
  border-radius: 40px;
  padding: 13px 28px 13px 17px;
  margin-left: 57px;
}
.footer-right-button:hover {
  color: #000000;
  background-color: #7CEEEA;
}
.footer-right-side {
  padding-top: 50px;
}
.footer-help-link {
  margin-left: 102px;
  margin-right: 102px;
}
.footer-terms {
  padding-right: 5px;
  margin-right: 5px;
  /*border-right: 1px solid rgba(255, 255, 255, .4);*/
}
.footer-terms:hover,
.footer-policies:hover,
.footer-link-hover:hover {
  color: #46B6AD;
}
.footer-bottom-side {
  border-top: 1px solid rgba(255, 255, 255, .4);
  padding-top: 15px;
  padding-bottom: 15px;
}
.booky-banner {
  /*margin-bottom: 218px;*/
  margin-bottom: 169px;
}
.homepage-studio-apt-main-parent {
  gap: 96px;
}
.homepage-studio-apt-main-parent .shape-left {
  position: absolute;
  left: -176px;
  width: 142px;
  height: 344px;
  top: -68px;
}
.homepage-studio-apt-main-parent .shape-right {
  position: absolute;
  right: -179px;
  width: 144px;
  height: 344px;
  bottom: 30px;
}

.homepage-studio-apt-main {
  border-radius: 20px;
  transition: all .6s ease;
  width: 50%;
  /*overflow: hidden;*/
  position: relative;
  /*padding-top: 80.5%;*/
  /*padding-top: 38%;*/
  padding-top: 37.6%;
}
.home-apt-swiper,
.home-studio-swiper {
   position: absolute !important;
  inset: 0 !important;
  border-radius: 20px;
}
.homepage-studio-apt-main.active-big {
  width: 71.3%;
}
.homepage-studio-apt-main.active-small {
  width: 31.7%;
}
/*.homepage-studio-apt {*/
/*  border-radius: 20px;*/
/*}*/
.homepage-studio-apt:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20px;
  z-index: 4;
  background-color: #46B6AD;
  /*border-bottom-right-radius: 20px;*/
  /*border-bottom-left-radius: 20px;*/
  transition: all .5s ease;
}
.homepage-studio-apt:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, .2);
  /*border-radius: 20px;*/
}
.homepage-studio-apt-main img {
  /*border-radius: 20px;*/
}
.homepage-studio-apt-main .title-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.homepage-studio-apt-main .title-box span {
  margin-bottom: 40px;
  display: block;
  transition: all .5s ease;
}
.homepage-studio-apt-main .title-box-link {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .5s ease;
  padding: 23px 23px 10px 25px;
  background-color: #46B6AD;
  /*border-top-right-radius: 20px;*/
  border-top-right-radius: 15px;
}
.homepage-studio-apt-main:hover .title-box-link {
  bottom: 19px;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.homepage-studio-apt-main:hover .title-box span {
  opacity: 0;
}
.home-apt-swiper-btns,
.home-studio-swiper-btns {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  transition: all .5s ease !important;
}
.homepage-studio-apt-main:hover .home-apt-swiper-btns,
.homepage-studio-apt-main:hover .home-studio-swiper-btns {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 5;
}
.home-apt-swiper-btns .swiper-button-next,
.home-studio-swiper-btns .swiper-button-next{
  position: absolute;
  right: -27px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 54px;
  height: 54px;
  background-color: var(--main-color);
  transition: all .5s ease;
  border-radius: 50%;
  border: 1px solid var(--main-color);
}
.home-apt-swiper-btns .swiper-button-next .arrow,
.home-studio-swiper-btns .swiper-button-next .arrow,
.home-apt-swiper-btns .swiper-button-prev .arrow,
.home-studio-swiper-btns .swiper-button-prev .arrow{
  position: absolute;
  left: -25px;
}
.home-apt-swiper-btns .swiper-button-next:hover,
.home-studio-swiper-btns .swiper-button-next:hover,
.home-apt-swiper-btns .swiper-button-prev:hover,
.home-studio-swiper-btns .swiper-button-prev:hover {
  background-color: var(--secondary-color);
}
.home-apt-swiper-btns .swiper-button-prev,
.home-studio-swiper-btns .swiper-button-prev{
  position: absolute;
  left: -27px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  z-index: 5;
  width: 54px;
  height: 54px;
  background-color: var(--main-color);
  transition: all .5s ease;
  border-radius: 50%;
  border: 1px solid var(--main-color);
}
.home-apt-swiper-btns .swiper-button-next:after,
.home-apt-swiper-btns .swiper-button-prev:after,
.home-studio-swiper-btns .swiper-button-prev:after,
.home-studio-swiper-btns .swiper-button-next:after {
  content: none;
}
.home-apt-swiper-btns .arrow,
.home-studio-swiper-btns .arrow {
  width: 73px;
}
.title-box-link.active,
.homepage-studio-apt.active:before {
 background-color: #2F2F2F;
}
.title-box-link-icon img {
  width: 10px;
}
.title-box-link-icon {
  padding-left: 23px;
  display: inline-block;
}
.bookyspot-banner {
  background-color: rgba(237, 237, 237, .7);
  border-bottom: 1px solid #7CEEEA;
}
.bookyspot-banner p,
.bookyspot-banner a {
  font-size: 20px;
}
.bookyspot-banner a {
  border-radius: 40px;
  background-color: #7CEEEA;
  padding: 15px 28px;
}
/*.bookyspot-banner p {*/
/*  letter-spacing: 1px;*/
/*}*/
.bookyspot-banner a:hover {
  color: white;
  background-color: #2F2F2F;
}
.apartment-studio-section {
  /*margin-bottom: 165px;*/
  margin-bottom: 180px;
}
.students-choose-booky-swiper .swiper-slide {
  width: 548px;
}
.stacked-slider {
  position: relative;
  padding-top: 76.6%;
}
.stacked-slider .img-cover:before{
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(2, 2, 2, .6);
  z-index: 5;
  transition:  all .5s ease;
}
.stacked-slider .img-cover.active:before{
  background-color: rgba(70, 182, 173, .2);
}
.card {
  top: 0;
  right: 0;
  position: absolute;
  width: 548px;
  height: 100%;
  overflow: hidden;
  transition: transform 0.4s ease, z-index 0.3s;
  cursor: pointer;
  border-left: 1px solid white;
  border-radius: 0 !important;
}
/*.stacked-slider-btns {*/
/*  position: absolute;*/
/*  bottom: -60px;*/
/*  left: 220px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  gap: 20px;*/
/*}*/
.stacked-slider-btns {
  position: absolute;
  bottom: -60px;
  left: 6%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 60px;
  width: 31%;
}
.card.pos-first {
  transform: translate(0px) scale(1)
}
.learn-btn.res {
  display: none;
}
.card.pos-second {
  transform: translate(-160px) scale(0.95)
}
.card.pos-third {
  transform: translate(-287px) scale(0.9);
}
.card.more-than-three {
  transform: translate(-300px) scale(0.85);
}
.stacked-slider-btns .stacked-slider-button-next {
  cursor: pointer;
  width: 55px;
  height: 55px;
  border: 1px solid rgba(70, 182, 173);
  border-radius: 50%;
  transition: all .5s ease;
  position: relative;
}
.stacked-slider-btns .stacked-slider-button-prev {
  cursor: pointer;
  width: 55px;
  height: 55px;
  border: 1px solid rgba(70, 182, 173);
  border-radius: 50%;
  transition: all .5s ease;
  position: relative;
}
.stacked-slider-btns .stacked-slider-button-next img {
  transition: all .5s ease;
  width: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  z-index: 6;
}

.stacked-slider-btns .stacked-slider-button-prev img {
  transition: all .5s ease;
  width: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 27px;
  z-index: 6;
}

.stacked-slider-btns .stacked-slider-button-prev.disabled img,
.stacked-slider-btns .stacked-slider-button-next.disabled img{
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.stacked-slider-btns .stacked-slider-button-prev:not(.disabled):hover,
.stacked-slider-btns .stacked-slider-button-next:not(.disabled):hover{
  background-color: rgba(70, 182, 173, .2);
  border-color: transparent;
}
.stacked-slider-btns .stacked-slider-button-next.disabled,
.stacked-slider-btns .stacked-slider-button-prev.disabled {
  background-color: transparent !important;
  border-color: transparent !important;
}
.students-choose-booky {
  margin-bottom: 246px;
}
.bookyspot-banner-main {
  margin-bottom: 170px;
}
.students-choose-booky-img {
  padding-top: 132%;
}
.students-choose-booky-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(2, 2, 2, 75%);
}
.students-choose-booky-text-swiper {
  pointer-events: none;
}
.students-choose-booky .learn-btn {
  padding: 16px 15px 16px 15px;
  border: 1px solid #2D2D2D;
  border-radius: 28px;
  margin-bottom: 37px;
}
.text-swiper-main {
  margin-top: 41%;
}
.students-choose-booky .learn-btn:hover{
  background-color: #F4F4F4;
}


.home-imgs-swiper {
  /*margin-bottom: 267px;*/
  margin-bottom: 230px;
}
.home_slider_img img{
  width: 75px;
  height: 75px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: all .5s ease;
}
.home_slider_img:hover img{
  filter: none;
  -webkit-filter: none;
}
.home-imgs-swiper .swiper-slide h3 {
  max-width: 84%;
}
.home-imgs-swiper-btns .swiper-button-next:after,
.home-imgs-swiper-btns .swiper-button-prev:after {
  content: none;
}
.home-imgs-swiper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 7%;
  background: linear-gradient(90deg, transparent, white);
  z-index: 2;
}
.student-everyday-life {
  margin-bottom: 197px;
}
.student-life-img {
  padding-top: 133.5%;
}
.student-life-img img{
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  transition: all .5s ease;
}
.student-life-img:before{
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(2, 2, 2, .3);
  z-index: 4;
  transition: all .5s ease;
}
.student-life-title {
  z-index: 6;
}
.student-life-btns .swiper-button-next:after,
.student-life-btns .swiper-button-prev:after {
  content: none;
}
.student-life-btns {
  position: absolute;
  left: 0;
  height: 50px;
  z-index: 10;
  bottom: 17px;
  display: flex;
  align-items: end;
  justify-content: end;
  width: 41%;
  column-gap: 70px;
}
.student-life-btns .swiper-button-next,
.student-life-btns .swiper-button-prev {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid white;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transition: all .5s ease;
}
.student-life-btns .swiper-button-next {
  transform: rotate(180deg);
}
.student-life-btns .arrow {
  width: 51px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
}
.student-life-btns .swiper-button-next:hover,
.student-life-btns .swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, .4);
}
.student-life-swiper .swiper-slide-next .student-life-img{
  padding-top: 133.7%;
}
.student-life-swiper .swiper-slide{
  width: 13.5%;
  cursor: pointer;
}
.student-life-swiper .swiper-slide:not(.swiper-slide-next){
   transition: width .5s ease;
}
.student-life-swiper .swiper-slide-next{
  width: 26.5%;
}
.student-life-title {
  position: absolute;
  bottom: 8px;
  left: 13px;
  max-width: 91%;
  transition: all .5s ease;
}
.student-life-num {
  z-index: 10;
  position: absolute;
  top: 8px;
  left: 20px;
  opacity: 0;
  transition: all .5s ease;
}
.student-life-swiper .swiper-slide-next .student-life-num {
  opacity: 1;
}
.student-life-swiper:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, white);
  width: 6%;
  z-index: 7;
}
.student-life-swiper .swiper-slide-next .student-life-title{
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.student-life-title-active {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
  position: absolute;
  bottom: 19px;
  left: 17px;
  max-width: 100%;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
}
.student-life-title-active br {
  display: none;
}
.student-life-swiper .swiper-slide-next .student-life-title-active{
  z-index: 6;
  opacity: 1;
  visibility: visible;
}
.student-life-swiper .swiper-slide-next .student-life-img:before{
  background-color: rgba(45, 68, 90, .5);
}
.student-life-swiper .swiper-slide-next .student-life-img img{
  filter: none;
  -webkit-filter: none;
}
.student-life-content {
  position: absolute;
  top: 0;
  left: 100%;
  /*width: 136%;*/
  width: 630px;
  margin-left: 39px;
  transition: all .5s ease;
  /*z-index: -1;*/
  /*opacity: 0;*/
  /*visibility: hidden;*/
  display: none;
}
.student-life-swiper .swiper-slide-next .student-life-content {
  /*z-index: 6;*/
  /*opacity: 1;*/
  /*visibility: visible;*/
  display: block;
}
.student-life-content-subtitle {
  margin-bottom: 35px;
}
.footer-banner-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 62%;
  border-top-right-radius: 34px;
  border-bottom-right-radius: 34px;
}
.footer-banner-img-color {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 65%;
  z-index: 5;
  border-top-left-radius: 34px;
  border-bottom-left-radius: 34px;
  background-image: url("/public/images/color-banner.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  height: 100%;
}
.footer-banner-phone {
  width: 27px;
}
.footer-banner {
  border-radius: 20px;
}
.footer-banner-info {
  z-index: 10;
}
/*.footer-banner:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  background-color: #61BAB6;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  width: 62%;*/
/*  z-index: 4;*/
/*}*/
.footer-banner-info p {
  width: 46%;
}
.footer-banner-main:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 36.5%;
  background-color: #2F2F2F;
}
  /*
  End Home
  **/
.word-links a {
  position: relative;
}
.word-links a:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  border-radius: 5px;
  width: 0;
  transition: all .5s ease;
  height: 5px;
  background-color: #7CEEEA;
}
.word-links a:hover:before {
  width: 100%;
}
/**
Accommodation page
*/

.accommodation-words-links a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 5px;
  width: 0;
  transition: all .5s ease;
  height: 5px;
  background-color: #7CEEEA;
}
.accommodation-words-links a:hover:before {
   width: 100%;
}
.accommodation-words-links {
   gap: 67px;
  margin-bottom: 180px;
}
.acco-img-text {
  padding-top: 74%;
}
.acco-img-text:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 5%);
  z-index: 4;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: all .5s ease;
}
.acco-img-text:hover:before {
  background-color: rgba(70, 182, 173, .3);
}
.acco-img-text img {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.acco-student-text {
  max-width: 595px;
}
.zanos-city-text{
  width: 63%;
}
.acco-img-tex-main{
  margin-bottom: 170px;
}
.accommodation-all-you-need > div {
  border-top:  1px solid rgba(47, 47, 47, .2);
  border-bottom:  1px solid rgba(47, 47, 47, .2);
}
.accommodation-all-you-need > div > ul {
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-gap: 0;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-rule: 1px none #000000;
  -webkit-column-rule: 1px none #000000;
  -moz-column-rule: 1px none #000000;
}
.accommodation-all-you-need ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #7CEEEA;
}
.toggle-accomm-details.studios {
  margin-left: 34px;
}
.toggle-accomm-details {
  font-weight: 400;
}
.toggle-accomm-details.active {
  font-weight: 700;
}
.accommodation-what-you-enjoy .shape-right-top {
  border-radius: 46% 54% 57% 43% / 54% 46% 55% 45%;
  transition: width 0.5s ease, height 0.5s ease, transform 0.5s ease, margin 0.5s ease;
  animation: accommodation-top 10s linear infinite forwards;
  width: 492px;
  height: 475px;
  position: absolute;
  right: -265px;
  top: -50px;
  background-color: #7CEEEA;
  z-index: -1;
}
@keyframes accommodation-top{
  0%   { border-radius: 46% 54% 57% 43% / 54% 46% 55% 45%; }
  10%  { border-radius: 52% 48% 60% 40% / 58% 50% 50% 42%; }
  20%  { border-radius: 56% 44% 53% 47% / 52% 55% 45% 48%; }
  30%  { border-radius: 58% 42% 50% 50% / 48% 52% 48% 52%; }
  40%  { border-radius: 53% 47% 43% 57% / 50% 56% 44% 50%; }
  50%  { border-radius: 55% 45% 46% 54% / 49% 60% 40% 51%; }
  60%  { border-radius: 59% 41% 45% 55% / 55% 52% 48% 45%; }
  70%  { border-radius: 57% 43% 40% 60% / 59% 45% 55% 41%; }
  80%  { border-radius: 50% 50% 58% 42% / 53% 47% 53% 47%; }
  90%  { border-radius: 44% 56% 60% 40% / 55% 45% 55% 45%; }
  100% { border-radius: 46% 54% 57% 43% / 54% 46% 55% 45%; }
}
.accommodation-blob-bottom .shape-right-bottom {
  border-radius: 46% 54% 57% 43% / 54% 46% 55% 45%;
  transition: width 0.5s ease, height 0.5s ease, transform 0.5s ease, margin 0.5s ease;
  animation: accommodation-bottom 10s linear infinite forwards;
  width: 405px;
  height: 390px;
  position: absolute;
  right: -368px;
  top: -164px;
  background-color: #7CEEEA;
  z-index: -1;
}

@keyframes accommodation-bottom{
  0%   { border-radius: 46% 54% 57% 43% / 54% 46% 55% 45%; }
  10%  { border-radius: 52% 48% 60% 40% / 58% 50% 50% 42%; }
  20%  { border-radius: 56% 44% 53% 47% / 52% 55% 45% 48%; }
  30%  { border-radius: 58% 42% 50% 50% / 48% 52% 48% 52%; }
  40%  { border-radius: 53% 47% 43% 57% / 50% 56% 44% 50%; }
  50%  { border-radius: 55% 45% 46% 54% / 49% 60% 40% 51%; }
  60%  { border-radius: 59% 41% 45% 55% / 55% 52% 48% 45%; }
  70%  { border-radius: 57% 43% 40% 60% / 59% 45% 55% 41%; }
  80%  { border-radius: 50% 50% 58% 42% / 53% 47% 53% 47%; }
  90%  { border-radius: 44% 56% 60% 40% / 55% 45% 55% 45%; }
  100% { border-radius: 46% 54% 57% 43% / 54% 46% 55% 45%; }
}

.apartment_rental-publish-expertise-section .first-step-blob {
  border-radius: 46% 54% 57% 43% / 54% 46% 55% 45%;
  transition: width 0.5s ease, height 0.5s ease, transform 0.5s ease, margin 0.5s ease;
  animation: accommodation-bottom 10s linear infinite forwards;
  width: 457px;
  height: 441px;
  position: absolute;
  left: -268px;
  top: 60px;
  background-color: #7CEEEA;
  z-index: -1;
}
.apartment_rental-publish-expertise-section .left-top-blob {
  border-radius: 46% 54% 57% 43% / 54% 46% 55% 45%;
  transition: width 0.5s ease, height 0.5s ease, transform 0.5s ease, margin 0.5s ease;
  animation: accommodation-bottom 10s linear infinite forwards;
  width: 405px;
  height: 390px;
  position: absolute;
  left: -259px;
  top: 200px;
  background-color: #7CEEEA;
  z-index: -1;
}
.apartment_rental-publish-expertise-section .right-top-blob {
  border-radius: 46% 54% 57% 43% / 54% 46% 55% 45%;
  transition: width 0.5s ease, height 0.5s ease, transform 0.5s ease, margin 0.5s ease;
  animation: accommodation-bottom 10s linear infinite forwards;
  width: 542px;
  height: 562px;
  position: absolute;
  right: -259px;
  background-color: #2D445A;
  z-index: 11;
  bottom: 46%;
}
.apartment_rental-publish-expertise-section .right-bottom-blob {
  border-radius: 46% 54% 57% 43% / 54% 46% 55% 45%;
  transition: width 0.5s ease, height 0.5s ease, transform 0.5s ease, margin 0.5s ease;
  animation: accommodation-bottom 10s linear infinite forwards;
  width: 542px;
  height: 562px;
  position: absolute;
  right: -259px;
  background-color: #7CEEEA;
  z-index: 11;
  bottom: 6%;
}
.payment-last-step-section .left-blob{
  border-radius: 46% 54% 57% 43% / 54% 46% 55% 45%;
  transition: width 0.5s ease, height 0.5s ease, transform 0.5s ease, margin 0.5s ease;
  animation: accommodation-bottom 10s linear infinite forwards;
  width: 457px;
  height: 441px;
  position: absolute;
  left: -303px;
  background-color: #7CEEEA;
  z-index: -1;
  top: 119px;
}

.payment-last-step-section .right-blob{
  border-radius: 46% 54% 57% 43% / 54% 46% 55% 45%;
  transition: width 0.5s ease, height 0.5s ease, transform 0.5s ease, margin 0.5s ease;
  animation: accommodation-bottom 10s linear infinite forwards;
  width: 457px;
  height: 441px;
  position: absolute;
  right: -311px;
  background-color: #7CEEEA;
  z-index: -1;
  bottom: 0;
}

.accommodation-what-you-enjoy  > ul {
  column-count: 4;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-gap: 60px;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-rule: 1px none #000000;
  -webkit-column-rule: 1px none #000000;
  -moz-column-rule: 1px none #000000;
}
.accommodation-what-you-enjoy ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #7CEEEA;
}
.toggle-accomm-details.active:before {
  width: 100%;
}
.toggle-accomm-details:before {
  width: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 3px;
  transition: all .5s ease;
  background-color: #7CEEEA;
}
.toggle-accomm-details:not(.active) {
  opacity:30%;
}
.toggle-accomm-details:hover {
  opacity: 1;
}
.what-you-enjoy-details {
  display: none;
}
.what-you-enjoy-details.active {
  display: block;
}
.accommodation-what-you-enjoy {
  margin-bottom: 112px;
}
.apartment-studio-section h5 br {
  display: none;
}
.accommodation-icons-section {
  background-color: #2D445A;
  margin-bottom: 175px;
}
.accommodation-icon {
  width: 100px;
  height: 100px;
  filter: grayscale(1) brightness(2);
  -webkit-filter: grayscale(1) brightness(2);
  transition: all .5s ease;
}
.accommodation-icons-parent > div {
  flex: 0 0 22%;
}
.accommodation-icons-parent {
  row-gap: 70px;
}
.accommodation-icons-parent > :first-child{
  /*margin-left: 73px;*/
  margin-left: 85px;
}
.accommodation-icons-parent > :nth-child(4) {
  /*margin-right: 76px;*/
  margin-right: 80px;
}
.accommodation-icons-parent > div:hover .accommodation-icon {
  filter: none;
  -webkit-filter: none;
}
.accommodation-icons-parent > div span {
  transition: all .5s ease;
}
.accommodation-icons-parent > div:hover span {
  color: #7CEEEA !important;
}
.accommodation-map {
  margin-bottom: 175px;
}
.accommodation-map .map iframe,
.accommodation-map .map{
  border-radius: 20px;
}
.accommodation-map .map {
  padding-top: 39.5%;
}
.accommodation-map .map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.accommodation-student-dream {
  background-color: #61BAB6;
}
.accommodation-student-dream a{
  padding: 15px 25px 15px 20px;
  background-color: white;
  border-radius: 40px;
  border: 1px solid var(--secondary-color);
  transition: all .5s ease;
  margin-bottom: 25px;
}
.accommodation-student-dream a:hover {
  background-color: var(--secondary-color);
  color: white;
}
.accommodation-student-dream {
  margin-bottom: 185px;
}
.accommodation-blobs {
  /*padding-top: 40%;*/
  padding-top: 880px;
  margin-bottom: 155px;
}
.accommodation-blobs-main {
  position: absolute;
  inset: 0;
  column-gap: 50px;
}
.left-blob {
  width: 329px;
  height: 333px;
  background-color: var(--main-color);
  border-radius: 46% 54% 57% 43% / 54% 46% 55% 45%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
  animation: border-move 10s linear infinite forwards;
  transition: width 0.5s ease, height 0.5s ease, transform 0.5s ease, margin 0.5s ease;
  margin-top: 50px;
}
.left-blob.active {
  width: 499px;
  height: 506px;
  margin-top: 0;
}
@keyframes border-move{
  0%   { border-radius: 46% 54% 57% 43% / 54% 46% 55% 45%; }
  10%  { border-radius: 52% 48% 60% 40% / 58% 50% 50% 42%; }
  20%  { border-radius: 56% 44% 53% 47% / 52% 55% 45% 48%; }
  30%  { border-radius: 58% 42% 50% 50% / 48% 52% 48% 52%; }
  40%  { border-radius: 53% 47% 43% 57% / 50% 56% 44% 50%; }
  50%  { border-radius: 55% 45% 46% 54% / 49% 60% 40% 51%; }
  60%  { border-radius: 59% 41% 45% 55% / 55% 52% 48% 45%; }
  70%  { border-radius: 57% 43% 40% 60% / 59% 45% 55% 41%; }
  80%  { border-radius: 50% 50% 58% 42% / 53% 47% 53% 47%; }
  90%  { border-radius: 44% 56% 60% 40% / 55% 45% 55% 45%; }
  100% { border-radius: 46% 54% 57% 43% / 54% 46% 55% 45%; }
}

.middle-blob {
  width: 398px;
  height: 397px;
  background-color: #2D445A;
  border-radius: 50% 50% 55% 45% / 56% 44% 50% 50%;
  /*margin: 40px auto 20px;*/
  display: flex;
  flex-direction: row;
  justify-content: center;
  animation: border-move-second 11s linear infinite forwards;
  animation-delay: 1.2s;
  overflow: hidden;
  transition: width 0.5s ease, height 0.5s ease, transform 0.5s ease, margin 0.5s ease;
}
.middle-blob.active{
  width: 547px;
  height: 546px;
}
.middle-blob.left-blob-active {
  margin-top: 100px
}
.middle-blob.right-blob-active {
  margin-top: 0;
}
.middle-blob.loaded{
  width: 547px;
  height: 546px;
}
@keyframes border-move-second {
  0%   { border-radius: 50% 50% 55% 45% / 56% 44% 50% 50%; }
  10%  { border-radius: 54% 46% 60% 40% / 60% 48% 52% 40%; }
  20%  { border-radius: 58% 42% 54% 46% / 50% 58% 42% 50%; }
  30%  { border-radius: 55% 45% 48% 52% / 46% 52% 48% 54%; }
  40%  { border-radius: 52% 48% 45% 55% / 53% 59% 41% 47%; }
  50%  { border-radius: 56% 44% 47% 53% / 48% 62% 38% 52%; }
  60%  { border-radius: 59% 41% 49% 51% / 54% 53% 47% 46%; }
  70%  { border-radius: 56% 44% 43% 57% / 58% 42% 58% 42%; }
  80%  { border-radius: 51% 49% 56% 44% / 50% 54% 46% 50%; }
  90%  { border-radius: 47% 53% 59% 41% / 57% 43% 57% 43%; }
  100% { border-radius: 50% 50% 55% 45% / 56% 44% 50% 50%; }
}

.right-blob {
  width: 450px;
  height: 453px;
  background-color: var(--main-color);
  border-radius: 49% 51% 58% 42% / 52% 48% 55% 45%;
  /*margin: 40px auto 20px;*/
  display: flex;
  flex-direction: row;
  justify-content: center;
  animation: border-move-third 12s linear infinite forwards;
  animation-delay: 2.4s;
  overflow: hidden;
  transition: width 0.5s ease, height 0.5s ease, transform 0.5s ease, margin 0.5s ease;
  margin-top: 290px;
  /*filter: drop-shadow(0 0 1rem white);*/
}
.right-blob.active{
  width: 584px;
  height: 589px;
}
@keyframes border-move-third {
  0%   { border-radius: 49% 51% 58% 42% / 52% 48% 55% 45%; }
  10%  { border-radius: 53% 47% 61% 39% / 57% 49% 51% 43%; }
  20%  { border-radius: 57% 43% 55% 45% / 51% 56% 44% 49%; }
  30%  { border-radius: 59% 41% 50% 50% / 47% 53% 47% 53%; }
  40%  { border-radius: 54% 46% 44% 56% / 52% 57% 43% 48%; }
  50%  { border-radius: 57% 43% 46% 54% / 50% 61% 39% 49%; }
  60%  { border-radius: 60% 40% 48% 52% / 56% 50% 50% 44%; }
  70%  { border-radius: 58% 42% 42% 58% / 60% 44% 56% 40%; }
  80%  { border-radius: 53% 47% 57% 43% / 52% 50% 48% 50%; }
  90%  { border-radius: 46% 54% 60% 40% / 56% 44% 56% 44%; }
  100% { border-radius: 49% 51% 58% 42% / 52% 48% 55% 45%; }
}
.right-blob.right-blob-active {
  margin-top: 0;
}
.blob-text {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all .5s ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.blob-text.active {
  opacity: 1;
  z-index: 10;
  visibility: visible;
}
.blob-backdrop {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .5);
  transition: all .5s ease;
}
.blob-backdrop.active {
  z-index: 5;
  opacity: 1;
  visibility: visible;
}
.blob-img {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all .5s ease;
}
.blob-title {
  transition: all .5s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.blob-title.active {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.blob-img.active {
  opacity: 1;
  z-index: 3;
  visibility: visible;
}
.student-apts-studios {
  margin-bottom: 155px;
}
.student-apts-studios-img-top {
  position: absolute;
  right: 18%;
  top: 18.5%;
  transform: rotate(4deg);
}
.student-apts-studios-img-bottom {
  position: absolute;
  right: 2.5%;
  top: 53.5%;
  transform: rotate(-5deg);
}
.student-apts-studios-img-top > div,
.student-apts-studios-img-bottom > div {
  padding-top: 66.5%;
  width: 508px;
}
.student-apts-studios-img-top > div > img,
.student-apts-studios-img-bottom > div > img{
  border-radius: 15px;
}
.student-apts-studios-img-top > div:before,
.student-apts-studios-img-bottom > div:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .2);
  z-index: 4;
  border-radius: 15px;
}
.accommodation-rent .img {
  padding-top: 74%;
}
.accommodation-rent .img:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .2);
  z-index: 4;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.accommodation-rent .img img{
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.accommodation-rent ul > li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(124, 238, 234, .6);
}
.accommodation-rent {
  margin-bottom: 177px;
}
.accommodation-fqs {
  background-color: #F1F1F2;
  margin-bottom: 175px;
}
.accommodation-fqs > div {
  border-radius: 20px;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 29px;
}
.faq-accommodation:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(46, 48, 53, .2);
  transition: all 1s ease;
}
.faq-accommodation.active:before {
  width: 0;
}
.accommodation-faq-arrow {
  width: 14px;
  transition: all .5s ease;
}
.accommodation-faq-arrow.active {
  transform: rotate(180deg);
}
.faqs-container-accommodation > :last-child > .faq-accommodation:before {
  content: none;
}
.faqs-container-accommodation > :last-child > .faq-accommodation {
  content: none;
}
.faqs-container-accommodation > :last-child > .faq-accommodation:not(.active) {
  padding-bottom: 0 !important;
}
.accommodation-faq-toggle {
  cursor: pointer;
}
.accommodation-faq-answer p {
  width: 90%;
}
.faq-accommodation.active {
  padding-bottom: 19px !important;
}
  /**
  End accommodation page
  */
/**
login page
*/
/*.login-page form {*/
/*  width: 460px;*/
/*  max-width: 96%;*/
/*}*/
.login-page {
  height: 100vh;
  overflow: hidden;
}
.login-page .form-row{
  width: 463px;
}
.login-error {
  position: absolute;
  left: 7px;
  bottom: -20px;
  font-size: 13px;
  color: #FF0000;
}
.login-inputs {
  font-size: 14px;
  color: rgba(47, 47, 47, .5) !important;
  border: none !important;
  border-bottom: 1px solid var(--secondary-color) !important;
  padding-bottom: 5px !important;
  border-radius: 0 !important;
  height: auto !important;
}
.login-eye,
.login-eye-confirm {
  position: absolute;
  right: 6px;
  top: 0;
  cursor: pointer;
}
.login-eye img,
.login-eye-confirm img{
  width: 15px;
  right: 7px;
  top: -2px;
}
.eye-login-line:before {
  content: "";
  position: absolute;
  top: -6px;
  right: -22px;
  height: 1px;
  width: 20px;
  background-color: rgba(46, 48, 53, .4);
  transition: all .5s ease;
  transform: rotate(45deg);
}
.eye-login-line.active:before{
  width: 0;
}
.login-page-div .error-icon{
  top: -23px !important;
  right: 5px;
}

.login-inputs::placeholder {
  font-size: 14px;
  color: rgba(47, 47, 47, .5) !important;
}
.login-btn {
  border-radius: 50px;
  border: 1px solid var(--secondary-color);
  padding-bottom: 13px;
  padding-top: 13px;
  background: none;
  outline: none;
  transition: all .5s ease;
  width: 100%;
}
.login-btn:hover {
  background-color: var(--main-color);
  color: white;
  border-color: var(--main-color);
}
.login-forgot-pass {
  border-bottom: 1px solid rgba(47, 47, 47, .5);
  color: rgba(47, 47, 47, .5);
}
.login-forgot-pass span{
  color: rgba(47, 47, 47, .7) !important;
}
.login-forgot-pass:hover {
  border-bottom: 1px solid var(--main-color);
  color: var(--main-color);
}
.login-img-text h3{
  font-size: 50px;
}
.menu-login {
  position: absolute;
  right: 35px;
  top: 23px;
  z-index: 2000;
}
 .menu-login .toggle-menu .menu-line {
   background-color: var(--secondary-color) !important;
 }
.login-img:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 4;
}
.login-img-text {
  position: absolute;
  /*top: 50%;*/
  top: 51%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 6;
  width: 100%;
}
.login-img-text > a > img {
  width: 75px;
}
/**
end login page
*/

.btn,
.btn:hover,
.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
}
.btn {
  border-radius: 25px;
  border-width: 2px;
  font-size: 1em;
  font-weight: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
a,
a:hover {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  padding: 0;
}
/*p {*/
/*  margin-bottom: 1em;*/
/*}*/
/*p:last-child {*/
/*  margin-bottom: 0;*/
/*}*/
.grecaptcha-badge {
  display: none;
}
.text-email {
  margin-left:-10px;
  height: 1.5em;
  vertical-align: -0.4em;
}

.black-background{
  background-color: #231F20;
}
blockquote {
  padding: 40px;
  background-color: #ffffff;
  border-left: 2px solid #ff7171;
  position: relative;
  z-index: 9;
}
blockquote:before {
  content: "“";
  position: absolute;
  top: -7px;
  left: 25px;
  font-size: 120px;
  color: #7f7f7f;
  z-index: -1;
  opacity: 0.1;
}
blockquote p {
  line-height: 1.3;
  font-style: italic;
  color: #232323;
  font-size: 26px;
  margin-bottom: 10px;
  z-index: 9;
}
blockquote cite {
  font-size: 16px;
  font-style: normal;
  color: #7f7f7f;
}
.stick-side-menu-overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.9);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.stick-side-menu {
  position: fixed;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10000;
}
.side-button {
  background-color: var(--primary);
  color: var(--white);
  fill: var(--white);
  width: 45px;
  cursor: pointer;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(71,4,23,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(71,4,23,0.15);
  box-shadow: 0px 0px 22px 0px rgba(71,4,23,0.15);
  padding: 10px;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
}
.stick-side-menu > .side-button {
  margin: 25px 0;
}
.side-button svg.stroke {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 4px;
  stroke: var(--white);
}
.side-button:hover {
  background-color: var(--default);
}
.side-button-text {
  white-space: nowrap;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -ms-transform: translateX(-100%) rotate(-90deg);
  transform: translateX(-100%) rotate(-90deg);
  display: inline-block;
  position: relative;
  left: 23px;
  bottom: 1em;
  line-height: 1;
}
.loader {
  position: relative;
  pointer-events: none;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.btn.loader:before,
.btn.loader:after {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.btn.btn-b-width-2.loader:before,
.btn.btn-b-width-2.loader:after {
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
}
.input-group-append .btn.loader::before,
.input-group-append .btn.loader::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loader:before {
  content: "";
  background-color: rgba(255,255,255,0.5);
}
.loader:after {
  content: "";
  -webkit-animation:la-spin 2s infinite linear;
  animation:la-spin 2s infinite linear;
  color: var(--primary);
  width: 30px;
  height: 30px;
  margin: auto;
  background-image: url('/public/images/loader.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
body.loader:before,
body.loader:after {
  position: fixed;
  z-index: 1000;
}
.circle-text-wrap {
  position: relative;
  width: 230px;
  height: 230px;
  -webkit-animation: la-spin 20s infinite linear;
  animation: la-spin 20s infinite linear;
  overflow: hidden;
}
.circle-text {
  position: absolute;
  width: 230px;
  height: 230px;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: rotate(-50deg) translate(50%,0);
  color: var(--primary);
  font-weight: 700;
  white-space: nowrap;
}
.circle-text span {
  height: 115px;
  position: absolute;
  left: -1px;
  top: 0;
  transform-origin: bottom center;
  transform: rotate(8.6deg);
  width: 1em;
  text-align: center;
}
.circle-text-wrap.default .circle-text {
  color: var(--default);
}
.arrow-text {
  height: 0;
  display: inline-block;
  border-top: 0.35em solid transparent;
  border-bottom: 0.35em solid transparent;
}
.arrow-text.left {
  border-right: 0.35em solid;
}
.arrow-text.right {
  border-left: 0.35em solid;
}
/*Forms*/
.form-control,
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  box-shadow: none;
  outline: none;
  border-radius: 20px;
  height: 52px;
  padding: 0 20px;
  background: white;
  border: 2px solid var(--default-10);
}
.form-control:hover,
.form-control:focus,
.form-control:active {
  box-shadow: none;
  outline: none;
}
textarea {
  resize: none;
}
textarea.form-control {
  height: 250px;
}
::-webkit-input-placeholder {
  color: var(--default) !important;
  opacity: 1 !important;
}
::-moz-placeholder {
  color: var(--default) !important;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  color: var(--default) !important;
  opacity: 1 !important;
}
::placeholder {
  color: var(--default) !important;
  opacity: 1 !important;
}
.line-control .form-control {
  padding: 5px 0;
  height: auto;
  border-bottom: 2px solid var(--default-20);
  letter-spacing: 0.05em;
}
.form-control-with-label .form-control,
.form-control-with-label .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 20px var(--form-padding-x) 3px;
}
.form-control-with-label.line-2 .form-control {
  padding: 45px var(--form-padding-x) 3px;
}
.form-control-with-label.line-control .form-control {
  padding: 20px 0 3px;
}
.form-control-with-label.line-control.line-2 .form-control {
  padding: 45px 0 3px;
}
.form-control-with-label label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 3px var(--form-padding-x);
  font-size: 1em;
  color: var(--default);
  margin: 0;
  pointer-events: none;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 23px;
  font-weight: 500;
}
.form-control-with-label.line-control label {
  padding: 3px 0;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.form-control-with-label label span {
  display: block;
}
.form-control-with-label {
  position: relative;
}
.form-control-with-label.focused label,
.form-control-with-label.always-focused label {
  opacity: 0.5;
  font-size: 13px;
  font-weight: 500;
}
.form-control-with-label:not(.always-focused):not(.focused) label {
  min-height: 100%;
  padding: 5px var(--form-padding-x);
}
.form-control-with-label.textarea-label:not(.always-focused):not(.focused) label {
  min-height: 50px;
}
.form-control-with-label .bootstrap-select > .dropdown-toggle::after {
  margin-top: -15px;
}
.input-group .form-control-with-label:first-child .form-control {
  border-right: 0;
}
.form-control-with-label.line-control .form-control {
  background-color: transparent;
}
.form-control-with-label.line-control textarea.form-control {
  height: 160px;
}
.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control-with-label.is-invalid .form-control,
.form-radio-group.is-invalid  {
  background-image: none;
  border-color: rgba(223,34,38,0.2);
  color: var(--error);
}
.form-control-with-label.is-invalid label,
.form-radio-group.is-invalid .form-radio-group-label {
  color: var(--error);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: none;
}
.sk-checkbox.form-control {
  padding: 10px;
}
.form-control:focus {
  color: var(--default);
  border-color: var(--primary);
}
.form-radio-group {
  border-bottom: 2px solid var(--default-20);
}
.form-radio-group-label {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 10px;
}
.sk-checkbox,
.sk-radio {
  padding-left: 0;
  font-size: inherit;
}
.sk-checkbox .sk-square-check,
.sk-checkbox .sk-rounded-check,
.sk-radio .sk-square-check,
.sk-radio .sk-rounded-check {
  position: relative;
  display: inline-block;
  top: 0;
  margin-right: 0.15em;
}
.sk-square-check,
.sk-rounded-check {
  border: 2px solid var(--default-20);
  height: 1.2em;
  width: 1.2em;
}
.sk-square-check {
  border-radius: 0;
  height: 0.7em;
  width: 0.7em;
  vertical-align: -0.1em;
  border: 1px solid;
}
.sk-square-check::after {
  margin-left: 0;
  margin-top: -0.6em;
  width: 0.4em;
  height: 0.8em;
}
.sk-rounded-check::after {
  margin-left: 0;
  margin-top: 0;
  width: auto;
  height: auto;
  border-radius: 50%;
  left: 2px;
  bottom: 2px;
  right: 2px;
  top: 2px;
  background-color: var(--default);
}
.sk-square-check.square::after {
  width: auto;
  height: auto;
  border: 0;
  -webkit-transform: none;
  transform: none;
  background-color: var(--default);
  left: 2px;
  bottom: 2px;
  right: 2px;
  top: 2px;
  margin: auto;
}
.sk-checkbox > input:checked ~ .sk-rounded-check,
.sk-radio > input:checked ~ .sk-rounded-check {
  border-color: var(--default);
}
.sk-checkbox > input:checked ~ .sk-square-check.square,
.sk-radio > input:checked ~ .sk-square-check.square {
  border-color: var(--default);
}


/*Select 2*/
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  padding: 0;
}
.select2-container .select2-selection--multiple {
  position: relative;
}
.select2-container .select2-selection--multiple::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-color: var(--default) transparent transparent transparent;
  border-width: 8px 8px 0 8px;
  border-style: solid;
  height: 0;
}
.select2-container--classic.select2-container--open .select2-selection--multiple::after {
  border-color: transparent transparent var(--default) transparent;
  border-width: 0 8px 8px 8px;
}
.select2-container--classic.select2-container--open .select2-selection--single,
.select2-container--classic .select2-selection--single:focus,
.select2-container--classic.select2-container--open .select2-selection--multiple,
.select2-container--classic .select2-selection--multiple:focus {
  border: 2px solid var(--primary);
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  /*background: none;*/
  filter: none;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow,
.select2-container--classic .select2-selection--multiple .select2-selection__arrow {
  background: none;
  border: none;
  width: 40px;
  height: 52px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b,
.select2-container--classic .select2-selection--multiple .select2-selection__arrow b {
  border-color: var(--default) transparent transparent transparent;
  border-width: 8px 8px 0 8px;
  margin-left: -7px;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--classic.select2-container--open .select2-selection--multiple .select2-selection__arrow b {
  border-color: transparent transparent var(--default) transparent;
  border-width: 0 8px 8px 8px;
}
.select2-dropdown {
  border-radius: 7px;
  z-index: 100000;
}
.select2-container--classic .select2-dropdown {
  border: 2px solid transparent;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: var(--primary) !important;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary) !important;
  color: var(--white) !important;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered,
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  color: var(--default);
  line-height: inherit;
  font-weight: 500;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  background: var(--white);
}
.select2-search--dropdown .select2-search__field {
  padding: 7px 4px;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--default-30);
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: var(--default-10);
  border: none;
  border-radius: 0;
  margin: 0 5px 5px 0;
}
.select2-container .select2-search--inline .select2-search__field {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: var(--default);
  padding: 0 4px;
}
.select2-container--classic .select2-results__option--selected.select2-results__option--selectable {
  background-color: var(--default-20);
  color: var(--default);
}
/*UI Slider*/
.ui-slider-horizontal {
  height: 2px;
  width: calc(100% - 20px);
  margin: auto;
}
.ui-widget.ui-widget-content {
  border: none;
  background-color: var(--default-10);
}
.ui-widget-header {
  border: none;
  background: var(--primary);
}
.ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -9px;
  margin-left: -10px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
  background: var(--primary);
}
/*Carousel*/
.swiper.with-pseudos {
  overflow: visible;
}
.swiper.with-pseudos::before,
.swiper.with-pseudos::after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  width: 10000px;
  background-color: var(--white);
  z-index: 2;
}
.swiper.with-pseudos::before {
  left: -10000px;
}
.swiper.with-pseudos::after {
  right: -10000px;
}
.slick-track {
  margin: 0;
}
.swiper-slide.auto {
  width: auto;
}
.swiper-vertical .swiper-slide.auto {
  width: 100%;
  height: auto;
}
.swiper-scrollbar {
  z-index: 1;
  cursor: pointer;
}
.swiper-scrollbar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  bottom: -5px;
  z-index: -1;
}
.swiper-scrollbar-drag {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*Header*/
header {
  position: relative;
  /*position: fixed;*/
  /*top: 0;*/
  /*left: 0;*/
  /*right: 0;*/
  z-index: 1050;
}
header a:hover {
  color: var(--main-color);
}
/*header .logo img {*/
/*  height: 45px;*/
/*}*/
.header .logo .white,
.fixed-header .logo .white{
  display: none;
}
body:not(.homepage) .header-border {
  border-bottom: 2px solid rgba(35,31,32,0.1);
}
.header-languages {
  position: relative;
}
.header-languages-toggle {
  fill: var(--white);
  line-height: 1;
  padding: 2px 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-languages-toggle svg {
  height: 0.7em;
  vertical-align: baseline;
}
.header-languages-toggle .arrow {
  display: inline-block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-languages:hover .header-languages-toggle,
.header-languages.active .header-languages-toggle {
  background-color: var(--default) !important;
  border-color: var(--default) !important;
  color: white !important;
}
.header-languages:hover .header-languages-toggle .arrow,
.header-languages.active .header-languages-toggle .arrow  {
  border-top-color: white;
}
.header-languages-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--default);
  text-align: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  border-top: 1px solid;
}
.header-languages.active .header-languages-dropdown {
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}
.header-languages-dropdown .item {
  border-bottom: 1px solid;
  display: block;
  padding: 2px 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-languages-dropdown .item:not(.active) {
  cursor: pointer;
}
.header-languages-dropdown .item:not(.active):hover {
  background-color: var(--primary)
}
/*Megamenu*/
.megamenu-toggle {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.megamenu-icon {
  background-color: var(--default);
  color: var(--white);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.megamenu-icon .line {
  border-top: 2px solid;
  width: 24px;
  margin: 2px auto;
  position: relative;
}
.megamenu-icon .line:nth-child(1) {
  margin-top: 0;
}
.megamenu-icon .line:nth-child(4) {
  margin-bottom: 0;
}
.megamenu-toggle.open .megamenu-icon .line:nth-child(2),
.megamenu-toggle.open .megamenu-icon .line:nth-child(3),
.megamenu-toggle.always-open .megamenu-icon .line:nth-child(2),
.megamenu-toggle.always-open .megamenu-icon .line:nth-child(3) {
  opacity: 0;
}
.megamenu-toggle.open .megamenu-icon .line:nth-child(1),
.megamenu-toggle.always-open .megamenu-icon .line:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 0px);
  -moz-transform: rotate(-45deg) translate(-5px, 0px);
  -ms-transform: rotate(-45deg) translate(-5px, 0px);
  -o-transform: rotate(-45deg) translate(-5px, 0px);
  transform: rotate(-45deg) translate(-5px, 0px);
  top: 6px;
  left: 4px;
  width: 30px;
}
.megamenu-toggle.open .megamenu-icon .line:nth-child(4),
.megamenu-toggle.always-open .megamenu-icon .line:nth-child(4) {
  -webkit-transform: rotate(45deg) translate(-4px, 2px);
  -moz-transform: rotate(45deg) translate(-4px, 2px);
  -ms-transform: rotate(45deg) translate(-4px, 2px);
  -o-transform: rotate(45deg) translate(-4px, 2px);
  transform: rotate(45deg) translate(-4px, 2px);
  top: -7px;
  left: 4px;
  width: 30px;
}
.megamenu-toggle:hover {
  color: var(--default);
}
.megamenu {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.megamenu-opened .megamenu {
  opacity: 1;
  pointer-events: auto;
}
.megamenu .nav.nav-menu {
  display: block;
}
.megamenu .nav-menu-cover.header-menu > ul > li {
  margin-left: 0;
  margin-bottom: 5px;
}
.menu-item-has-children > ul {
  margin-top: 15px;
}
.megamenu .nav-menu-cover.header-menu > ul > li > a:hover,
.megamenu .nav-menu-cover.header-menu > ul > li.menu-item-has-children:hover > a {
  color: var(--main-color);
}
.megamenu .nav-menu-cover.header-menu > ul > li.menu-item-has-children {
  cursor: pointer;
}
.megamenu .nav-menu-cover.header-menu > ul > li.menu-item-has-children > a {
  pointer-events: none;
}
.megamenu .nav-menu-cover.header-menu .sub-menu {
  opacity: 1;
  position: relative;
  left: auto;
  top: auto;
  -ms-transform: none;
  transform: none;
  background-color: transparent;
  white-space: normal;
  min-width: 100%;
  border-top: 1px solid var(--default);
  margin-top: 5px;
  display: none;
}

.megamenu .nav-menu-cover.header-menu > ul > li.menu-item-has-children.active > .sub-menu {
  display: block;
}
.megamenu .nav-menu-cover.header-menu .sub-menu a {
  padding: 5px 0;
  border-bottom: 1px solid var(--default);
}
/*Fixed Header*/
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -ms-transform: translateY(calc(-100% - 30px));
  transform: translateY(calc(-100% - 30px));
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  pointer-events: none;
  z-index: 1001;
  -webkit-box-shadow: 0 0 18px 0 rgba(35,31,32,0.35);
  -moz-box-shadow: 0 0 18px 0 rgba(35,31,32,0.35);
  box-shadow: 0 0 18px 0 rgba(35,31,32,0.35);
  /*background-color: white;*/
}
.fixed-header.header-down {
  pointer-events: all;
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/*.fixed-header .logo img {*/
/*  height: 35px;*/
/*}*/
/*Header Menu*/
.nav-menu-cover.header-menu > ul > li {
  margin-left: 25px;
  position: relative;
}
.nav-menu-cover .nav-menu.nav {
  overflow-y: auto;
}

/*.nav-menu-cover.header-menu > ul > li.menu-item-has-children > a::after {*/
/*  content: "";*/
/*  width: 0;*/
/*  border-left: 3px solid transparent;*/
/*  border-right: 3px solid transparent;*/
/*  border-top: 3px solid;*/
/*  display: inline-block;*/
/*  vertical-align: middle;*/
/*}*/

.nav-menu-cover.header-menu > ul > li > a:hover {
  /*color: var(--white);*/
  color:var(--main-color)
}
.nav-menu-cover.header-menu > ul > li > a:hover img{
  filter: none;
  -webkit-filter: none;
}
.sub-menu a {
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-bottom: 15px !important;
  padding: 0 !important;
}
.sub-menu > :last-child a {
  margin-bottom: 0 !important;
}
.header-menu a{
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 28px;
  /*display: inline-block !important;*/
}
.menu-arrow {
  width: 8px;
  height: 13px;
  filter: grayscale(1) brightness(0);
  -webkit-filter: grayscale(1) brightness(0);
}
.menu-item-has-children a {
  margin-bottom: 7px !important;
}
.menu-item-has-children.active > :first-child {
  color: var(--main-color) !important;
}
.menu-item-has-children.active > :first-child img{
  filter: none;
  -webkit-filter: none;
}

/*.menu-item-has-children.active > :first-child {*/
/*  margin-bottom: 20px !important;*/
/*}*/
/*.menu-item-has-children:not(.active) {*/
/*  margin-bottom: 20px !important;*/
/*}*/
.nav-menu-cover.header-menu > ul > li:not(:first-child) {
  margin-top: 20px !important;
}
.sub-menu > :nth-child(2) a{
  margin-top: 8px;
}
.menu-item-has-children a {
  /*width: 267px;*/
  width: 260px;
}


/*.nav-menu-cover.header-menu .sub-menu {*/
/*  opacity: 0;*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  top: 100%;*/
/*  -ms-transform: translateX(-50%);*/
/*  transform: translateX(-50%);*/
/*  background-color: var(--default);*/
/*  white-space: nowrap;*/
/*  min-width: 150px;*/
/*}*/
/*.nav-menu-cover.header-menu > ul > li:hover > .sub-menu {*/
/*  opacity: 1;*/
/*}*/
.nav-menu-cover.header-menu .sub-menu-close {
  display: none;
}
.nav-menu-cover.header-menu .sub-menu a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.nav-menu-cover.header-menu .sub-menu a:hover {
  color: var(--main-color);
}
.sub-menu .hovered {
  color: rgba(47, 47, 47, .3) !important;
}
.sub-menu .hovered-active {
  color: rgba(47, 47, 47, 1) !important;
}
/*Homepage Slider*/
#homepage-slider {
  position: relative;
}

.homepage-slider-carousel{
  display:block;
}


.owl-carousel.homepage-slider-carousel .owl-nav button {
  width: 20px;
  height: 25px;
  border: none;
  position: absolute;
  bottom: 370px;
  margin: auto;
  color: var(--white);
  z-index: 1;
  font-size: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.owl-carousel.homepage-slider-carousel .owl-nav .owl-prev {
  left: 20px;
}
.owl-carousel.homepage-slider-carousel .owl-nav .owl-next {
  right: 20px;
}
.owl-carousel.homepage-slider-carousel .owl-nav button::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 2px solid;
  border-right: 2px solid;
  width: 1em;
  height: 1em;
}
.owl-carousel.homepage-slider-carousel .owl-nav button.owl-prev::after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: -45%;
}
.owl-carousel.homepage-slider-carousel .owl-nav button.owl-next:after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -0.5em;
}
.owl-carousel.homepage-slider-carousel .owl-nav button span {
  display: none;
}
.owl-carousel.homepage-slider-carousel .owl-nav button:hover {
  border-color: transparent;
  background-color: rgba(255,255,255,0.4);
  color: var(--default);
}
/*Search Form*/
#search-form.load-form {
  pointer-events: none;
}
#search-form.load-form .search-form-purpose,
#search-form.load-form .search-form-container {
  opacity: 0.5;
}
#search-form.load-form .search-form-bottom {
  position: relative;
}
#search-form.load-form .search-form-bottom::before,
#search-form.load-form .search-form-bottom::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
#search-form.load-form .search-form-bottom::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
}
#search-form.load-form .search-form-bottom::after {
  content: "";
  -webkit-animation:la-spin 2s infinite linear;
  animation:la-spin 2s infinite linear;
  color: var(--primary);
  width: 30px;
  height: 30px;
  margin: auto;
  background-image: url('/public/images/loader.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  /*z-index: 4;*/
  /*background-color: white;*/
}


/*#search-form.load-form .search-bottom-back{*/
/*  z-index: 999;*/
/*  background-color: transparent;*/
/*}*/






#homepage-slider + #search-form .search-form {
  margin-top: -90px;
  position: relative;
  z-index: 1;
  min-height: 300px;
}



/*@media (max-width:768px ){*/
/*  #homepage-slider + #search-form .search-form {*/
/*    margin-top: -190px;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    min-height: 300px;*/
/*  }*/
/*}*/






.show-on-advance-search,
.search-form.advance-search-open .hide-on-advance-search {
  display: none !important;
}
.search-form.advance-search-open .show-on-advance-search {
  display: block  !important;
}

.show-on-advance-padding {
  padding: 0;
}
.search-form.advance-search-open .show-on-advance-padding {
  padding:25px ;
}

.clear-filters{
  position:relative;
  cursor:pointer;
  font-size: 14px;
  margin-bottom: 10px;

}

.show-on-advance-search #reference_3{
  min-height: 25px !important;
}


.search-form-purpose {
  /*height: 45px;*/
  display: inline-block;
  background-color: var(--white);
  padding: 3px;
  border-radius: 7px;
}
.advance-search-toggle svg {
  height: 0.8em;
}
.purpose-toggle {
  display: block;
  margin: 0;
  font-weight: 700;
  cursor: pointer;
}
.purpose-toggle input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.purpose-toggle .text {
  display: block;
  border-radius: 7px;
  padding: 5px;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.purpose-toggle input:checked + .text {
  background-color: var(--primary);
  color: var(--white);
}
.search-form-container {
  /*-webkit-box-shadow: 0px 0px 18px 0px rgba(66,4,22,0.35);*/
  /*-moz-box-shadow: 0px 0px 18px 0px rgba(66,4,22,0.35);*/
  /*box-shadow: 0px 0px 18px 0px rgba(66,4,22,0.35);*/
  /*background: var(--white);*/

  /*border-radius: 15px;*/
  overflow: hidden;
  padding-left: var(--search-form-padding);
  padding-right: var(--search-form-padding);
}
.search-form .btn {
  border-radius: 7px;
}
.search-form .form-control,
.search-form .select2-container .select2-selection--single,
.search-form .select2-container .select2-selection--multiple {
  border-radius: 7px;
  height: 50px;
}
.search-form .form-control-with-label label {
  padding: 3px var(--form-padding-x);
}
.search-form .select2-container--classic .select2-selection--single .select2-selection__arrow,
.search-form .select2-container--classic .select2-selection--multiple .select2-selection__arrow {
  height: 65px;
}
.search-form .form-control-with-label .form-control,
.search-form .form-control-with-label .select2-container .select2-selection--single .select2-selection__rendered,
.search-form .select2-container .select2-selection--multiple {
  padding: 20px var(--form-padding-x) 7px;
}
.search-form .btn-square {
  width: 65px;
  height: 65px;
  padding: 4px;
  font-size: 25px;
  line-height: 1;
}
.search-form .label-title {
  display: block;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}
.search-form .form-group {
  margin-bottom: 15px;
}
.form-search-ref-id {
  /*margin: 0 var(--search-form-padding-min);*/
  position: relative;
}
.form-search-ref-id svg {
  position: absolute;
  /*left: var(--search-form-padding);*/
  left:5px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  stroke: rgba(0,0,0,0.5);
  pointer-events: none;
}
.form-search-ref-id .form-control {
  /*background-color: var(--default-10);*/
  background-color: rgba(255, 255, 255, 0.7);
  color: var(--default);
  padding: 5px var(--search-form-padding) 5px 5px !important;
  font-weight: 500;
  height: auto !important;
  border: 0;
  width:100%;
  /*border-radius: 0;*/
  font-size: 1em;
}


.reference-search-div{
  min-width: 320px;
}

.advance-search-box{
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}


.advanced-inner-text{
  display: flex;
  text-align: right;
  justify-content: end;
  padding-right: 10px !important;
  padding-left: 10px;

}




.form-round-options-group,
.form-rectangle-options-group {
  margin-top: 10px;
}
.round-option-group {
  cursor: pointer;
  display: block;
  margin-bottom: 0;
}
.round-option-group input[type="checkbox"],
.round-option-group input[type="radio"],
.rectangle-option-group input[type="checkbox"],
.rectangle-option-group input[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.round-option-group .text,
.rectangle-option-group .text {
  background-color: var(--default-10);
  font-weight: 500;
}
.round-option-group .text {
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  min-width: 35px;
  height: 35px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}

.round-option-group-studio .text{
  display: flex;
  border-radius: 60px;
  overflow: hidden;
  min-width: 70px;
  height: 35px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}





.round-option-group .text::selection,
.rectangle-option-group .text::selection {
  background-color: transparent;
}
.round-option-group input[value=""] + .text {
  font-size: 12px;
}
.round-option-group input:checked + .text,
.rectangle-option-group input:checked + .text {
  background-color: var(--primary);
  color: var(--white);
}
.round-option-group input:checked + .text::selection {
  color: var(--white);
}
.rectangle-option-group {
  margin: 0;
  cursor:pointer;
}
.rectangle-option-group .text {
  padding: 0 3px;
  line-height: 1;
  border-radius: 2px;
}
.price-range-display {
  font-weight: 700;
  margin-bottom: 15px;
}
.search-form .btn-submit svg {
  height: 0.9em;
  vertical-align: -0.1em;
  margin-right: 0.4em;
}
.advance-search-toggle {
  /*color: var(--default-50);*/
  /*fill: var(--default-50);*/
}
.advance-search-toggle svg {
  height: 0.75em;
}
.advance-search-toggle .text {
  /*border-bottom: 1px solid;*/
}
.advance-search-toggle:hover {
  color: var(--primary);
  fill: var(--primary);
}
/*Search Form Popup*/
#search-form-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: rgba(255,255,255,0.95);
  overflow-x: hidden;
  overflow-y: auto;
}
#search-form-popup.active {
  opacity: 1;
  pointer-events: auto;
}
.search-form-popup-box {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(66,4,22,0.35);
  -moz-box-shadow: 0px 0px 18px 0px rgba(66,4,22,0.35);
  box-shadow: 0px 0px 18px 0px rgba(66,4,22,0.35);
  background: var(--white);
  border-radius: 15px;
  overflow: hidden;
  padding-left: var(--search-form-padding);
  padding-right: var(--search-form-padding);
  position: relative;
}
.search-form-popup-box .search-form-container {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: visible;
}
.search-form-popup-box .container {
  padding: 0 !important;
}
.search-form-popup-box .search-form-purpose {
  background-color: rgba(0,0,0,0.1);
}
.search-form-popup-close {
  display: inline-block;
  cursor: pointer;
  fill: none;
  opacity: .3;
  stroke: var(--default);
  stroke-miterlimit: 10;
  stroke-width: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  top: var(--search-form-padding);
  right: var(--search-form-padding);
}
.search-form-popup-close svg {
  height: 15px;
}
.search-form-popup-close:hover {
  opacity: 1;
  stroke: var(--primary);
}
/*Recent Properties*/
.recent-properties-tab {
  position: relative;
  text-align: center;
  cursor: pointer;
  /*font-size: 26px;*/
  padding-bottom: 10px;
  border-bottom: 2px solid var(--default-10);
  color: var(--default-50);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.recent-properties-tab::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  border-bottom: 4px solid var(--default);
  opacity: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.recent-properties-tab::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  width: 0;
  margin: auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--default);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.recent-properties-tab.active{
  font-weight: bold;
}
.recent-properties-tab.active,
.recent-properties-tab:hover {
  color: var(--default);

}
.recent-properties-tab.active::before {
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
..recent-properties-tab {
  position: relative;
  text-align: center;
  cursor: pointer;
  /*font-size: 26px;*/
  padding-bottom: 10px;
  border-bottom: 2px solid var(--default-10);
  color: var(--default-50);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.recent-properties-tab::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  border-bottom: 4px solid var(--default);
  opacity: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.recent-properties-tab::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  width: 0;
  margin: auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--default);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.recent-properties-tab.active{
  font-weight: bold;
}
.recent-properties-tab.active,
.recent-properties-tab:hover {
  color: var(--default);

}
.recent-properties-tab.active::before {
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.recent-properties-tab.active::after {
  opacity: 1;

}-tab.active::after {
  opacity: 1;

}

.featured_icon{
  margin-right:18px !important;
}




.featured-properties-tab {
  position: relative;
  text-align: center;
  cursor: pointer;
  /*font-size: 26px;*/
  padding-bottom: 10px;
  border-bottom: 2px solid var(--default-10);
  color: var(--default-50);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.featured-properties-tab::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  border-bottom: 4px solid var(--default);
  opacity: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.featured-properties-tab::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  width: 0;
  margin: auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--default);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.featured-properties-tab.active{
  font-weight: bold;
}
.featured-properties-tab.active,
.featured-properties-tab:hover {
  color: var(--default);

}
.featured-properties-tab.active::before {
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.featured-properties-tab.active::after {
  opacity: 1;

}
















.bazaraki_logo{
  height: 40px !important;
}











.recent-properties-dropdown:not(.active) {
  display: none;
}
.featured-properties-dropdown:not(.active) {
  display: none;
}
/*Agent Valuation*/
.agent-valuation-box {
  border-radius: 30px;
  overflow: hidden;
}
.agent-valuation-box-container {
  position: relative;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%,rgb(255, 255, 255) 50%,rgba(255,255,255,0.8) 90%,rgba(255,255,255,0) 100%);
  z-index: 1;
}
.agent-valuation-box-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 5px solid;
  border-left: 5px solid;
  border-top-left-radius: 55px;
  width: 60%;
  height: 43%;
  z-index: -1;
}

.contact-form-section .form-control-with-label.line-control label {
  padding: 5px 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.contact-form-section .form-control-with-label.line-control .form-control {
  padding: 20px 18px 3px;
}

/*responsive michalis*/

.free-agent-inner-box{

  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 30px;
  min-height: 240px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;

}


.free-agent-inner-box::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60%;
  background: linear-gradient(to right, rgb(255, 255, 255) 50%,rgba(255,255,255,0) 100%);
}

.agent-valuation-img::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  background: -moz-linear-gradient(to bottom, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(to bottom, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 18%, rgba(255, 255, 255, 0) 100%);
  height: 110px;

}
.agent-valuation-img {
  margin-top:-40px;
  position: relative;
  z-index:-1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 200px;


}

.agent-valuation-img img{

  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 280px;
  object-fit: cover;
  object-position: 65% center;
  margin-top:20px;
}



.free-agent-box-responsive{
  position:relative;
  padding-top: 20px;
  /*padding-left:10px;*/
  /*margin-left: 10px;*/
  /*margin-right: 10px;*/

  border-top-left-radius: 20px;
}

.free-agent-inner-box-responsive{
  border-left: 3px solid black;
  border-top: 3px solid black;
  border-top-left-radius: 30px;
  /*border-bottom-right-radius: 30px;*/
  /*padding: 30px;*/
  /*min-height: 240px;*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;


}

.property-button{
  font-size: 18px;
  padding-top:3px;
  padding-bottom: 3px;
}

.free-agent-text{
  font-weight: 600;
  font-size: 14px;
}




/*info numbers section*/
.big-gray-text{
  font-size: 52px;
  color: rgba(35, 31, 32, 0.5);

}
.custom-border-right-edge, .custom-border-right{
  border-right: 2px solid rgba(35, 31, 32, 0.2);
}
/*.custom_border-bottom{*/
/*  border-bottom: none;*/
/*}*/
/*end section*/

.custom-border-right{
  border-right: none;
}
.custom_border-bottom{
  border-bottom: 2px solid rgba(35, 31, 32, 0.2);
}

/*contacts*/

.contact-title-container{
  /*padding-left:50px;*/
  margin-left:-10px;

}



.contacts-title-text{
  font-weight: 800;
  font-size: 20px;
  /*padding-left: 50px;*/
}
.contact-upper-gray {
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;

  /*padding-left: 10px;*/
  padding-left: 12%;

  font-size: 13px;
  background-color: rgba(35, 31, 32, 0.1);
  /*border-top-left-radius: 50px;*/
  /*border-bottom-left-radius: 50px;*/

}

.gray-container{
  padding-left:3px;
}

.contact-info-text-div {
  padding-top: 40px;
  padding-left: 12%;
  border-right: none;
  border-bottom: 8px solid rgba(35, 31, 32, 0.1);


}

.contact-info-inner-block{
  margin-bottom:30px;
}

.info-top-text {
  font-size: 12px;
  font-weight: 800;
}
.info-mid-text{
  font-size: 14px;
  font-weight: 500;
}
.optional-text{
  display:contents !important;
  font-size: 14px;
  color: rgba(35, 31, 32, 0.5);

}
.small-gray-text{
  color: rgba(35, 31, 32, 0.6);
  font-size: 14px;
}


.contact-form-radius{
  padding-top:12px !important;
  padding-bottom:12px !important;
  border-radius:50px;
}







/*end contacts*/




/*Property Types*/
.type-res-wrap {
  padding-top: 80%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.type-res-wrap img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.type-res-title {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
  color: var(--white);
}
.type-res-wrap:hover img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/*Property Cities*/
.city-res-wrap {
  /*height: 280px;*/
  padding-top: 280px;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.city-res-wrap img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.city-res-title {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
  color: var(--white);
}
.city-res-wrap:hover img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/*Page Header Section*/
.page-header-section {
  margin-top: 50px;
}
.page-header-border {
  padding-bottom: 30px;
  border-bottom: 2px solid var(--default-20);
}
.page-header-image {
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
}
.page-header-paragraph b {
  color: var(--default);
}
/*Property Listings*/
.property-res-item {
  height: 100%;
}
.spot-property-res-item {
  background-color: var(--white);
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(66,5,22,0.15);
  -moz-box-shadow: 0px 0px 18px 0px rgba(66,5,22,0.15);
  box-shadow: 0px 0px 18px 0px rgba(66,5,22,0.15);
  overflow: hidden;
}
.spot-property-res-image {
  position: relative;
  padding-top: 50%;
  background-color: rgba(0,0,0,0.05);
}
.property-res-wrap {
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(66,4,22,0.15);
  -moz-box-shadow: 0px 0px 18px 0px rgba(66,4,22,0.15);
  box-shadow: 0px 0px 18px 0px rgba(66,4,22,0.15);
  border-radius: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: var(--white);
  height: 100%;
}
.property-res-image {
  position: relative;
  overflow: hidden;
  padding-top: 45%;
  background-color: rgba(0,0,0,0.05);
}
.property-res-image img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.property-res-text {
  padding: 15px;
}
.property-res-purpose,
.property-res-location {
  color: var(--white);
  background-color: var(--default);
  font-weight: 700;
  line-height: 1;
  padding: 2px 5px;
  border-radius: 3px;
  border: 1px solid;
}
.spot-property-res-item .property-res-purpose,
.spot-property-res-item .property-res-location {
  padding: 2px 4px;
  border-radius: 7px;
  border-width: 2px;
}
/*.property-res-purpose {*/
/*  background-color: transparent;*/
/*  border-color: var(--primary);*/
/*  color: var(--primary);*/
/*}*/
.property-res-location {
  background-color: rgba(0,0,0,0.3);
  border-color: transparent;
}
.property-res-location svg {
  height: 0.8em;
  fill: var(--white);
  vertical-align: -0.1em;
}
.property-res-features svg {
  height: 24.8px;
  vertical-align: -2px;
  margin-right: 2px;
}
.property-res-wrap:hover {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(66,4,22,0.2);
  -moz-box-shadow: 0px 0px 25px 0px rgba(66,4,22,0.2);
  box-shadow: 0px 0px 25px 0px rgba(66,4,22,0.2);
}
.property-res-wrap:hover .property-res-image img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.owl-carousel.spot-property-slider-carousel::before,
.owl-carousel.spot-property-slider-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
}
.owl-carousel.spot-property-slider-carousel::before {
  left: 0;
  background: linear-gradient(to right,  rgba(35,31,32,0.4) 0%,rgba(35,31,32,0) 100%);
}
.owl-carousel.spot-property-slider-carousel::after {
  right: 0;
  background: linear-gradient(to right,  rgba(35,31,32,0) 0%,rgba(35,31,32,0.4) 100%);
}
.owl-carousel.spot-property-slider-carousel .owl-nav button {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 23px;
  height: 21px;
  margin: auto;
  fill: var(--white);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.owl-carousel.spot-property-slider-carousel .owl-nav button.owl-prev {
  left: 10px;
}
.owl-carousel.spot-property-slider-carousel .owl-nav button.owl-next {
  right: 10px;
}
.owl-carousel.spot-property-slider-carousel .owl-nav button:hover {
  fill: var(--primary);
}
/*Property Results*/
.sorting-select {
  width: 150px;
  font-size: 13px;
}
.sorting-select .select2-container .select2-selection--single,
.sorting-select .select2-container .select2-selection--multiple {
  border-radius: 7px;
  height: auto;
  border: 1px solid var(--default);
}
.sorting-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 5px;
  padding-right: 20px;
}
.sorting-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  line-height: 25px;
}
.sorting-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--default) transparent transparent transparent;
}
.sorting-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--default) transparent;
}
.select2-dropdown {
  border: 1px solid var(--default);
  border-radius: 7px;
  font-size: 16px;
  overflow: hidden;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary);
  color: white;
}
#load-more {
  border-radius: 5px;
  cursor: pointer;
}
/*Property Publish*/
.property-top-box {
  /*-webkit-box-shadow: 0px 0px 18px 0px rgba(35,31,32,0.15);*/
  /*-moz-box-shadow: 0px 0px 18px 0px rgba(35,31,32,0.15);*/
  /*box-shadow: 0px 0px 18px 0px rgba(35,31,32,0.15);*/

  -webkit-box-shadow: 6px 6px 6px 0px rgba(35,31,32,0.15);
  -moz-box-shadow: 6px 6px 6px 0px rgba(35,31,32,0.15);
  box-shadow: 6px 6px 6px 0px rgba(35,31,32,0.15);


  border-radius: 25px;
  overflow: hidden;
}
.property-publish-label {
  border-radius: 10px;
  padding: 5px 10px;
  line-height: 1;
  pointer-events: none;
}
.property-publish-label svg {
  height: 0.9em;
  vertical-align: -0.1em;
}
.property-publish-features svg {
  height: 25px;
}
.property-small-gallery-swiper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.property-publish-big-image,
.property-publish-small-image {
  position: relative;
  /*padding-top: 69%;*/
  /*padding-top: 72%;*/
  /*padding-top: 77%;*/
  padding-top: 75.343%;
  background-color: rgba(0,0,0,0.05);
}
/*.property-publish-big-image{*/
/*  !*padding-top: 50%;*!*/
/*  padding-top: 74.268%;*/
/*}*/

.property-publish-big-image{
  padding-top: 75.414%;
}

@-moz-document url-prefix() {
  .property-publish-big-image{
    padding-top: 74.201%;
  }
}
.property-publish-big-image-single{
  padding-top: 52%;
}

.property-gallery-images .swiper-button-next,
.property-gallery-images .swiper-button-prev {
  /*border: 1px solid;*/
  border: 2px solid;
  color: var(--default);
  /*width: 40px;*/
  /*height: 40px;*/
  width: 43px;
  height: 43px;

  border-radius: 50%;
  bottom: 60px;
  top: auto;
  right: 0 !important;
  left: -100px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.property-gallery-images .swiper-button-prev {
  left: -155px;
}












/*.responsive-swiper-buttons .swiper-button-prev {*/
/*  left: 0px;*/
/*}*/





.property-gallery-images .swiper-button-prev i,
.property-gallery-images .swiper-button-next i {
  display: none;
}
.property-gallery-images .swiper-button-prev::after,
.property-gallery-images .swiper-button-next::after {
  content: "";
  font-family: inherit;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  border-top: 1px solid;
  border-right: 1px solid;
}












.responsive-swiper-buttons .swiper-button-next,
.responsive-swiper-buttons .swiper-button-prev {
  border: 1px solid;
  color: var(--default);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  bottom: 0;
  top: auto;
  right: 15px !important;
  /*left: -100px;*/
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.responsive-swiper-buttons .swiper-button-prev {
  left: 3px;
}




.responsive-swiper-buttons .swiper-button-prev::after,
.responsive-swiper-buttons .swiper-button-next::after {
  content: "";
  font-family: inherit;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  border-top: 1px solid;
  border-right: 1px solid;
}

.responsive-swiper-buttons .swiper-button-prev::after {
  transform: rotate(-135deg);
  left: 6px;
}
.responsive-swiper-buttons .swiper-button-next::after {
  transform: rotate(45deg);
  left: -6px;
}

.responsive-swiper-buttons .swiper-button-next:hover,
.responsive-swiper-buttons .swiper-button-prev:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}




.black-box-arrows{
  position: absolute;
  bottom:0;
  right: 0;
  width:100%;
  height: 83px;
  /*height: 10.5%;*/
  background-color: black;
  z-index:1;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 20px;
}


.black-box-arrows .swiper-button-prev {
  /*position:absolute;*/
  position:relative;
  bottom:0 !important;
  left:0% !important;
  /*background-color: white;*/
  border-color: white;
  margin-right: 20px;
  top: 10px !important;
  width:60px;
  height: 60px;
}
.black-box-arrows .swiper-button-next {
  position:relative;
  bottom:0 !important;
  left:0% !important;
  border-color: white;
  top: 10px !important;
  width:60px;
  height: 60px;
}

.black-box-arrows .swiper-button-prev.swiper-button-disabled {
  opacity: .60;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-disabled , .swiper-button-next.swiper-button-disabled  {
  opacity: .60;
  cursor: auto;
  pointer-events: none;
}





.black-box-arrows .swiper-button-prev::after,
.black-box-arrows .swiper-button-next::after {
  content: "";
  font-family: inherit;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  color: white;
  border-top: 2px solid;
  border-right: 2px solid;
}

.black-box-arrows .swiper-button-prev::after {
  transform: rotate(-135deg);
  left: 6px;
}
.black-box-arrows .swiper-button-next::after {
  transform: rotate(45deg);
  left: -6px;
}


@media (min-width: 991px) and (max-width: 991px){
  .m-991px{
    margin-top:180px;
  }

  .hide-991{
    display:none;
  }


}






.property-gallery-images .swiper-button-prev::after {
  transform: rotate(-135deg);
  left: 6px;
}



.swiper-buttons{
  position:absolute;
  bottom:32px;
  left:0;
  display: flex;
  justify-content: end;
  width:100%;
  padding-right: 45px;
}

.gallery-images-large-swiper .swiper-button-prev {
  /*position:absolute;*/
  position:relative;
  bottom:0px;
  left:0% !important;
  background-color: white;
  margin-right: 15px;
}
.gallery-images-large-swiper .swiper-button-next {
  position:relative;
  bottom:0px;
  left:0% !important;
  background-color: white;
}



















.property-gallery-images .swiper-button-next::after {
  transform: rotate(45deg);
  left: -6px;
}
.property-gallery-images .swiper-button-next:hover,
.property-gallery-images .swiper-button-prev:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}



.black-box-arrows .swiper-button-next:hover,
.black-box-arrows .swiper-button-prev:hover {
  background-color: transparent;
  border-color: red;
  color: red;
}
.black-box-arrows .swiper-button-next:hover:after,
.black-box-arrows .swiper-button-prev:hover:after {
  background-color: transparent;
  border-color: red;
  color: red;
}














.publish-fields-box {
  min-height: 100%;
}
.publish-fields-box-head {
  background-color: var(--default);
  color: var(--white);
  /*border-top-left-radius: 20px;*/
  /*border-top-right-radius: 20px;*/
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  position: relative;
  z-index: 1;
}
.publish-fields-box-body {
  border: 1px solid var(--primary);
  margin-top: -1px;
  /*border-bottom-left-radius: 20px;*/
  /*border-bottom-right-radius: 20px;*/

  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.publish-field-item img {
  height: 0.9em;
  margin-right: 7px;
  vertical-align: 0.01em;
  width: 0.9em;
}
.read-more-container {
  color : var(--default) !important;
  position: relative;
}
.read-more-more,
.read-more-container.more .read-more-less {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
}
.read-more-container.more .read-more-more {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.read-more-container iframe{
/*pointer-events: auto;*/
}



.read-more-container:not(.has-more) .read-more-button {
  display: none;
}
.read-more-button.more .more-text,
.read-more-button:not(.more) .less-text {
  display: none;
}
.read-more-button {
  /*margin-top: 30px;*/
  display: inline-block;
  border-bottom: 1px solid;
  cursor: pointer;
  color: var(--default);
}
.read-more-button:hover {
  color: var(--primary);
}
.property-agent-box {
  /*border-radius: 20px;*/
  border-radius: 12px; /* new publish design*/
  overflow: hidden;
  background-color: #F7F7F7;
}
.property-agent-image {
  padding-top: 95%;
  position: relative;
}
.property-agent-box p {
  margin-bottom: 13px;
}
.property-agent-social a img {
  height: 21px;
}
.swiper.similar-properties-swiper.with-pseudos::before,
.swiper.similar-properties-swiper.with-pseudos::after {
  top: -30px;
  bottom: -30px;
  width: 10000px;
  background-color: var(--secondary);
}
.swiper.similar-properties-swiper.with-pseudos::before {
  left: -10030px;
}
.swiper.similar-properties-swiper.with-pseudos::after {
  right: -10030px;
}
.similar-properties-swiper .swiper-slide {
  height: auto;
}
/*Property Publish - Enquiry*/
.enquiry-form {
  background-color: white;
  overflow: hidden;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(71,4,23,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(71,4,23,0.15);
  box-shadow: 0px 0px 22px 0px rgba(71,4,23,0.15);
}
.enquiry-form-toggle {
  min-height: 315px;
  height: 100%;
}

.interested-horizontal{
  position: relative;
  min-height:50px !important;
  max-height: 50px !important;
  /*border-radius: 20px;*/
  display:flex;
  align-items: center;
  justify-content: center;
  margin-top:20px;
  padding-top:5px;
  padding-bottom:5px;
  background-color: var(--primary);
  color:white;
  font-size: 20px;
  font-weight: 700;


}

.big-swiper-height{
  height: fit-content;
}

@media (min-width: 991px){
  .big-swiper-height{
    height: auto;
  }
}


@media (min-width: 768px) and (max-width: 991px){
  .agent-valuation-box-container {
    position: relative;
    background: linear-gradient(to right, rgb(255, 255, 255) 0%,rgb(255, 255, 255) 50%,rgba(255,255,255,0.8) 60%,rgba(255,255,255,0) 100%);
    z-index: 1;
  }

  .property-top-box {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }




}






.enquiry-form-container {
  background-color: var(--white);
  padding: 15px 25px;
  max-width: 595px;
  width: 100%;
}
body:not(.enquiry-form-opened) .enquiry-form-container,
body.enquiry-form-opened .search-form-toggle {
  display: none;
}
body.enquiry-form-opened .stick-side-menu-overlay {
  opacity: 1;
  pointer-events: auto;
}
.enquiry-form-container .form-control,
.enquiry-form-container .select2-container .select2-selection--single,
.enquiry-form-container .select2-container .select2-selection--multiple {
  height: 45px;
}
.enquiry-form-container .form-control-with-label label {
  font-weight: 400;
}
.enquiry-form-container .form-control-with-label.focused label,
.enquiry-form-container .form-control-with-label.always-focused label {
  font-size: 14px;
}
.enquiry-form-container textarea.form-control {
  height: 80px;
}
/*Contact*/
.contact-header {
  position: relative;
}
.contact-header-image {
  position: relative;
  padding-top: 155%;
}
.contact-header-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 150px;
  background: linear-gradient(to bottom, rgba(37,33,88,0.7) 0%,rgba(37,33,88,0) 100%);
}
.contact-header-over {
  background-color: var(--default-25);
  color: white;
  padding-top: 130px;
}
.contact-page-info {
  background-color: #f4f0ea;
  overflow: hidden;
}
.contact-page-info p:not(:last-child) {
  margin-bottom: 1em;
}
.contact-page-info .loader:before {
  background-color: rgba(244,240,234,0.7);
}
.contact-map {
  filter: sepia(0.4) grayscale(0.4) hue-rotate(340deg);
  height: 100%;
  position: relative;
  min-height: 160px;
  border-radius:30px;
}
.contact-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius:30px;
}
.my-contact-form .text-danger {
  font-size: 12px;
  position: relative;
  top: 2px;
  color: var(--error) !important;
}
/*Footer*/
footer {
  overflow: hidden;
}
.footer-top {
  border-bottom: 3px solid;
  border-right: 3px solid;
  border-bottom-right-radius: 60px;
}
.footer-social a {
  width: 30px;
  height: 30px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--default);
  font-size: 24px;
  line-height: 1;
}
.footer-social a:hover {
  background-color: var(--primary);
  color: white;
}
.footer-menu li:not(:last-child) {
  margin-bottom: 5px;
}
footer a:hover {
  color: var(--primary);
}
footer .form-control.form-control-underline {
  border-radius: 0;
  background-color: transparent;
  color: white;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 2px solid white;
  padding: 5px 0;
  height: auto;
}
footer .form-control.form-control-underline::-webkit-input-placeholder {
  color: white !important;
  opacity: 1 !important;
}
footer .form-control.form-control-underline::-moz-placeholder {
  color: white !important;
  opacity: 1 !important;
}
footer .form-control.form-control-underline:-ms-input-placeholder {
  color: white !important;
  opacity: 1 !important;
}
footer .form-control.form-control-underline::placeholder {
  color: white !important;
  opacity: 1 !important;
}
footer .form-group .btn {
  border-radius: 0;
}
footer .form-group .btn svg {
  height: 1em;
}
footer .sk-square-check {
  background-color: white;
}
/*Responsive - Mobile First*/
/* sm */
@media (min-width: 576px) {
  /*Modal*/
  .modal-dialog-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-bottom .modal-content {
    border-radius: 40px;
  }
  /*Homepage Slider*/

  /*Contact*/
  .contact-header-image {
    padding-top: 100%;
  }
}
/* md */
@media (min-width: 768px) {
  /*All*/
  :root {
    --body-size: 16px;
    --search-form-padding: 25px;
    --search-form-padding-min: -25px;
  }
  /*Forms*/
  .form-control-with-label.focused label,
  .form-control-with-label.always-focused label {
    font-size: 12px;
  }


  /*Header*/
  /*header .logo img {*/
  /*  height: 65px;*/
  /*}*/
  /*Fixed Header*/
 /
  /*Search Form*/
  #homepage-slider + #search-form .search-form {
    margin-top: -280px;
  }
  .purpose-toggle .text {
    padding: 8px 10px;
  }
  .form-search-ref-id .form-control {
    /*padding: 5px var(--search-form-padding) 5px 65px !important;*/
    padding: 5px 5px 5px 35px !important;
  }
  .search-form.advance-search-open .form-search-ref-id .form-control {
    padding: 15px var(--search-form-padding) 15px 65px !important;
  }
  .search-form .form-group {
    margin-bottom: 20px;
  }
  .search-form .form-control,
  .search-form .select2-container .select2-selection--single,
  .search-form .select2-container .select2-selection--multiple {
    height: 65px;
  }
  .search-form .form-control-with-label .form-control,
  .search-form .form-control-with-label .select2-container .select2-selection--single .select2-selection__rendered,
  .search-form .select2-container .select2-selection--multiple {
    padding: 30px var(--form-padding-x) 10px;



    background-color: white;
    border-radius: 5px;
    height: 99.8%;







  }
  .search-form .form-control-with-label label {
    padding: 7px var(--form-padding-x);
  }
  /*Homepage Slider*/
  .advance-search-toggle-open {
    padding-right: 40px;
  }
  /*Property Results*/
  .sorting-select {
    width: 170px;
    font-size: 16px;
  }
  /*Property Listings*/
  .spot-property-res-item .property-res-purpose,
  .spot-property-res-item .property-res-location {
    padding: 5px 7px;
  }
  /*Contact*/
  .contact-header-image {
    padding-top: 75%;
  }
  .contact-header-image::after {
    height: 250px;
  }
  .contact-header-over {
    padding-top: 250px;
  }
  /*Footer*/
  .footer-menu li:not(:last-child) {
    margin-bottom: 15px;
  }



}
/* lg */
@media (min-width: 992px) {


  .slider-icons-text-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.5em !important;
    height: 4.5em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }



  /*All*/
  .circle-text-wrap {
    width: 275px;
    height: 275px;
  }
  .circle-text {
    width: 275px;
    height: 275px;
  }
  .circle-text span {
    height: 137.5px;
  }
  /*Page Header Section*/
  .page-header-border {
    padding-bottom: 50px;
  }
  /*Contact*/
  .contact-map {
    /*min-height: 47vw;*/
  }
  /* michalis*/

  .contact-map {
    filter: sepia(0.4) grayscale(0.4) hue-rotate(340deg);
    height: 100%;
    position: relative;
    min-height: 460px;
    border-radius:30px;
  }
  .contact-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius:30px;
  }











  .my-contact-form .text-danger {
    text-align: right;
  }
  .contact-page-info p:not(:last-child) {
    margin-bottom: 1.7em;
  }


  .custom-border-right-edge, .custom-border-right{
    border-right: 2px solid rgba(35, 31, 32, 0.2);

  }
  .custom_border-bottom{
    border-bottom: none;
  }




  /*contacts*/

  .contacts-container{
    /*padding-top:90px !important;*/
  }
  .contacts-title-text{

    /*padding-left: 40px;*/
  }

  .contact-upper-gray {
    font-weight: 600;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 50px;
    margin-left: 13%;
    font-size: 20px;
    background-color: rgba(35, 31, 32, 0.1);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .contact-info-text-div {
    padding-top: 45px;
    padding-left: 16%;
    border-right: 6px solid rgba(35, 31, 32, 0.1);
    border-bottom: 6px solid rgba(35, 31, 32, 0.1);
    border-bottom-right-radius: 60px;
  }

  .contact-info-inner-block{
    margin-bottom:30px;
  }

  .info-top-text {
    font-size: 16px;
    font-weight: 800;
  }
  .info-mid-text{
    font-size: 22px;
  }
  .optional-text{
    font-size: 12px;
  }

  .small-gray-text{
    color: rgba(35, 31, 32, 0.6);
    font-size: 14px;
  }

  /*end contacts*/


















}



@media (min-width: 1024px){
  .col-lg-45 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%
  }
  .col-lg-55 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%
  }
}



@media (max-width: 1199px) {

  /**
    my bookings pages
  */
  .my-bookings-section {
    margin-top: 90px;
    margin-bottom: 104px;
  }
  .my-booking-box {
    border-radius: 20px;
    padding: 14px 12px 15px 12px;
    margin-bottom: 17px;
  }
  .contract-box {
    padding: 15px 18px 15px 14px;
    border-radius: 20px;
    height: auto;
  }
  .my-bookings-section {
    margin-top: 90px;
    margin-bottom: 104px;
  }

  /**
    dashboard sticky menu
  */
  .dashboard-menu-sticky {
    padding: 0 21px 0 15px;
    /*width: 187px;*/
    width: auto;
    /*top: -72px;*/
    top: -67px;
    height: 48px;
  }
  .dashboard-menu-sticky.opened {
    /*height: 255px;*/
    height: 280px;
  }
  .dashboard-menu-link:not(.current-page) {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .dashboard-menu-sticky.opened .dashboard-menu-link {
    position: relative !important;
    top: auto;
    left: auto;
    z-index: 100;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .dashboard-menu-link.current-page .link-btn{
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    display: inline-block;
  }
  .dashboard-menu-link:after {
    right: auto;
    left: -15px;
  }
  .dashboard-menu-sticky:not(.opened) .current-page .link-btn{
   text-transform: uppercase !important;
    font-size: 17px !important;
  }
  .dashboard-menu-sticky:not(.opened) .dashboard-menu-link {
    padding: 13px 0 13px 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .menu-payment-icon {
    width: 27px;
  }
  .menu-sticky-icons {
    width: 27px;
  }
  .menu-dashboard-icon {
    width: 22px;
  }
  .menu-booking-icon {
    width: 22px;
  }
  .menu-profile-icon {
    width: 24px;
  }
  .menu-help-icon {
    width: 23px;
  }
  .menu-log-icon {
    width: 22px;
  }
  .dashboard-menu-sticky.opened .dashboard-menu-link {
    padding: 6px 0 6px 0;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .dashboard-menu-sticky.opened {
    padding: 15px 10px 0 15px;
    width: 165px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }


  /**
  payment page
  */
  .payment-history-section {
    margin-top: 97px;
    margin-bottom: 80px;
  }
  .unpaid-card-history {
    padding: 10px 10px 30px 10px;

  }
  .all-paid-card br {
    display: block !important;
  }

  /**
  help center
  */
  .help-center-top-questions {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }
  .help-center-top .link{
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }

  .help-center-top {
    padding-top: 58%;
    margin-bottom: 350px;
  }

  /**
  Home page
  */

  .footer-left-side::before {
    right: -100px;
    top: auto;
    left: 0;
    bottom: 0;
    width: auto;
    height: 1px;
  }
  .footer-right-button {
    margin-left: 0;
  }
  .footer-help-link {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-right-side {
    padding-top: 10px;
  }
  /**
  End Home page
  */

  /**
  Accommodation
  */
  .accommodation-map {
    margin-bottom: 100px;
  }
  .student-apts-studios {
    margin-bottom: 100px;
  }
  .accommodation-rent {
    margin-bottom: 100px;
  }
  .accommodation-fqs {
    margin-bottom: 100px;
  }
  /**
  End accommodation
  */

  .black-box-arrows{
    height: 50px;
    padding-right: 15px;
  }

  .black-box-arrows .swiper-button-prev {
    width:35px;
    height: 35px;
    margin-right: 15px;
  }
  .black-box-arrows .swiper-button-next {
    width:35px;
    height: 35px;
  }
  .black-box-arrows .swiper-button-prev::after,
  .black-box-arrows .swiper-button-next::after {
    width: 12px;
    height: 12px;
  }

  /**
   login page
  */
  .login-page .form-row{
    width: 400px;
  }
  /**
  contact page
  */
  .contact-top-img-text-pl,
  .about-top-img-text-pl{
    padding-left: 18%;
  }
}


/* xl */
@media (min-width: 1200px) {
  /*All*/
  :root {
    --body-size: 18px;
    --form-padding-x: 20px;
  }
  /*Fixed Header*/
  /*.fixed-header .logo img {*/
  /*  height: 70px;*/
  /*}*/
  /*Homepage Slider*/

  /*Page Header Section*/
  .page-header-border {
    padding-bottom: 0;
  }
  /*Contact*/
  .contact-header-image {
    padding-top: 50%;
  }
  /*info numbers section*/
  .big-gray-text{
    font-size: 112px;
  }

}
@media(min-width: 1350px) and (max-width: 1499px) {


  .custom-col-13 {
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 13%;
  }
  .custom-col-10 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .custom-col-15 {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }
  .custom-col-17 {
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
  }
  .custom-col-8 {
    -ms-flex: 0 0 8%;
    flex: 0 0 8%;
    max-width: 8%;
  }

  .custom-col-100 {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
  }

}
@media(min-width: 1200px) and (max-width: 1499px) {
  .res-top-payment {
    margin-top: 70px !important;
  }
}
@media(min-width: 1350px) {
  .custom-col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
/* xxl */
@media (min-width: 1500px) {
  /*All*/
  :root {
    --search-form-padding: 35px;
    --search-form-padding-min: -35px;
  }
  /*Forms*/

  /*Header*/
  /*header .logo img {*/
  /*  height: 85px;*/
  /*}*/
  /*Search Form*/
  #homepage-slider + #search-form .search-form {
    margin-top: -310px;
  }
  .advance-search-toggle-open {
    padding-right: 85px;
  }
  .search-form .form-group {
    margin-bottom: 30px;
  }
  /*Contact*/
  .contact-header-image::after {
    height: 350px;
  }
  .contact-header-over {
    padding-top: 350px;
  }
  /*Footer*/
}

/* xxxl */
@media (min-width: 1750px) {
  /*Header*/
  .header-language-col {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
}





/*Responsive - Desktop First*/
@media (max-width: 1882px) and (min-width: 1610px) {
  .col-xxl-160px {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
  }
  .col-xxl-150px {
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
  }
  .col-xxl-238px {
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px;
  }
  .col-xxl-225px {
    -ms-flex: 0 0 195px;
    flex: 0 0 195px;
    max-width: 195px;
  }
}

@media(max-width: 1610px) and (min-width: 1500px) {
  .col-xxl-160px {
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    max-width: 130px;
  }
  .col-xxl-150px {
    -ms-flex: 0 0 88px;
    flex: 0 0 88px;
    max-width: 88px;
  }
  .col-xxl-238px {
    -ms-flex: 0 0 165px;
    flex: 0 0 165px;
    max-width: 165px;
  }
  .col-xxl-225px {
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    max-width: 140px;
  }
  .row-fs {
    font-size: 16px;
  }
}

@media(max-width: 1850px) {
  .student-apts-studios br {
    display: none;
  }
}

@media(max-width: 1800px) {
  .login-img-text h3{
    font-size: 45px;
  }

  .arrow-big-contact {
    width: 20%;
  }
}

@media(max-width: 1700px) {
  .help-faq-cat-card li {
    max-width: 91%;
  }
}

@media(max-width: 1610px) {
  .all-paid-card br {
    display: none;
  }
}

@media(max-width: 1600px) {
  .card.pos-second {
    transform: translate(-85px) scale(0.95);
  }
  .card.pos-third {
    transform: translate(-158px) scale(0.9);
  }
  .card.more-than-three {
    transform: translate(-155px) scale(0.85);
  }


  .our-promise-section .first{
    padding-right: 3%;
  }
  .our-promise-section .second{
    padding-right: 4%;
    padding-left: 4%;
  }
  .our-promise-section .third{
    padding-left: 4%;
  }

  .arrow-big-contact {
    width: 15%;
  }
}

/* xxl */
@media (max-width: 1749.98px) {

  .homepage-studio-apt-main-parent .shape-left {
    left: -150px;
  }
  .homepage-studio-apt-main-parent .shape-right {
    right: -150px;
  }

  .faqs-container .faq-shape {
    left: -284px;
  }

  /**
  contact page
  */
  .contact-emergency-section .right .text{
    position: relative;
    left: 16%;
    top: 50%;
    transform: translateY(-50%);
  }
  .contact-emergency-section .right .text h3{
    font-size: 30px;
  }
  .contact-emergency-section .right .text div{
    font-size: 20px;
  }


/**
Home page
*/

  .right-side-booky div {
    padding-left: 10px;
  }


  /**
  End home page
  */

  /**
  Accommodation
  */
  .accommodation-all-you-need > div > ul {
    column-gap: 15px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
  }
  .accommodation-what-you-enjoy  > ul {
    column-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
  }
  /**
  End accommodation
  */


}
@media(max-width: 1700px) {
  .student-life-content {
    margin-left: 29px;
  }
  .student-life-content-subtitle {
    margin-bottom: 40px;
  }
}

@media(max-width: 1650px) {
  .about-us-imgs-text-section .details-up {
    margin-left: 5%;
  }
  .about-us-imgs-text-section .details-down {
    margin-left: 5%;
  }

  .login-img-text h3{
    font-size: 40px;
  }
}

/* xl */
@media (max-width: 1499.98px) {
  .payment-last-step-section .left-blob {
    left: -410px;
  }

  .apartment_rental-publish-expertise-section .left-top-blob {
    left: -318px;
  }

  .apartment_rental-publish-expertise-section .first-step-blob {
    display: none;
  }
  .accommodation-blob-bottom .shape-right-bottom {
    right: -300px;
    top: -111px;
  }

  .faqs-container .faq-shape {
    display: none;
  }
  .homepage-studio-apt-main-parent .shape-left {
    display: none;
  }
  .homepage-studio-apt-main-parent .shape-right {
    display: none;
  }

  /**
  profile
  */
  .profile-tenant-section,
  .profile-emergency-section {
    padding-right: 24.8%;
    padding-left: 4%;
  }
  .shape-circle-profile {
    padding-top: 100%;
    background-position: left top;
  }

  .row-fs {
    font-size: 15px;
  }

  .all-paid-card {
    padding: 50px 40px 50px 40px;
  }

  .profile-emergency-section {
    margin-top: 30px;
  }

  /**
   help center page
  */
  .help-center-with-two-clicks .big-number {
    font-size: 180px;
  }
  .help-center-faq-imgs .top .img {
    width: 365px;
  }
  .help-center-faq-imgs .bottom .img{
    width: 343px;
  }
  .help-center-faq-imgs .bottom {
    top: 280px;
  }
  .help-center-with-two-clicks {
    margin-bottom: 200px;
  }
  .help-center-faqs-section {
    margin-bottom: 233px;
  }

  /**
  about us page
  */

  .about-top-icons-section .cols > :first-child{
    padding-right: 40px;
  }
  .about-top-icons-section .cols > :nth-child(2) {
    padding-right: 40px;
    padding-left: 40px;
  }
  .about-top-icons-section .cols > :last-child {
    padding-left: 40px;
  }

  /**
  contact page
  */
  .contact-emergency-section .right .text{
    position: relative;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
  }
  .contact-emergency-section .right .text h3{
    font-size: 25px;
  }
  .contact-emergency-section .right .text div{
    font-size: 18px;
  }
  .contact-questions-section .extra-px {
    padding-left: 5.5%;
    padding-right: 9.5%;
  }
  .login-img-text h3{
    font-size: 35px;
  }
  .contact-form-section {
    margin-bottom: 120px;
  }

  /**
  Home page
  */
  .header-menu a {
    font-size: 22px;
  }
  .desktop-menu {
    width: 850px;
  }

  .home-top-swiper-button-next img, .home-top-swiper-button-prev img {
    width: 40px;
  }
  .home-slider-text {
    max-width: 675px;
  }
  .right-side-booky p br {
    display: none;
  }
  .homepage-studio-apt-main-parent {
    gap: 75px;
  }
  .homepage-studio-apt-main.active-big {
    width: 68%;
  }
  .homepage-studio-apt-main.active-small {
    width: 32%;
  }
  .booky-banner {
    margin-bottom: 170px;
  }
  .bookyspot-banner p,
  .bookyspot-banner a {
    font-size: 18px;
  }
  .apartment-studio-section {
    margin-bottom: 100px;
  }
  .home_slider_img img{
    width: 60px;
    height: 60px;
  }
  .home-imgs-swiper::after {
    width: 18.5%;
  }
  .home-imgs-swiper {
    margin-bottom: 170px;
  }
  .student-life-content {
    margin-left: 20px;
  }
  .student-life-content-subtitle {
    margin-bottom: 30px;
  }
  /**
  End Home page
  */

  /**
  Accommodation
  */
  .accommodation-icon {
    width: 80px;
    height: 80px;
  }
  .accommodation-icons-parent > :first-child{
    margin-left: 0;
  }
  .accommodation-icons-parent > :nth-child(4) {
    margin-right: 0;
  }
  .student-apts-studios-img-top > div,
  .student-apts-studios-img-bottom > div {
    padding-top: 66.5%;
    width: 408px;
  }
  .left-blob {
    width: 300px;
    height: 300px;
  }
  .left-blob.active {
    width: 450px;
    height: 450px;
  }
  .middle-blob.active {
    width: 500px;
    height: 500px;
  }
  .right-blob.active {
    width: 500px;
    height: 500px;
  }
  /**
  End accommodation
  */

}

@media(max-width: 1450px) {
  .middle-blob.active {
    width: 560px;
    height: 500px;
  }

  .middle-blob {
    width: 547px;
    height: 497px;
  }
}

@media (max-width: 1400px) {

  .stacked-slider-btns {
    position: absolute;
    bottom: -60px;
    left: 25%;
    display: flex;
    align-items: center;
    justify-content: end;
    /*gap: 20px;*/
    width: 31%;
  }

  .text-swiper-main {
    margin-top: 0;
  }

  .stacked-slider {
    position: relative;
    padding-top: 50%;
  }
  .students-choose-booky .learn-btn {
    margin-top: 112px;
  }

  .learn-btn {
    display: none;
  }
  .learn-btn.res {
    display: block !important;
  }
 /**
  Accommodation
 */
  .student-apts-studios-img-bottom {
    top: 51.5%;
  }
}

@media(max-width: 1350px) {


  /**
   dashboard
  */
  .dashboard-big-cols-left-div p {
    display: none;
  }

  .left-blob {
    width: 280px;
    height: 270px;
  }
  .left-blob.active {
    width: 425px;
    height: 390px;
  }
  .middle-blob {
    width: 380px;
    height: 360px;
  }
  .middle-blob.active,
  .middle-blob.loaded{
    width: 470px;
    height: 450px;
  }
  .right-blob {
    width: 390px;
    height: 380px;
  }
  .right-blob.active {
    width: 440px;
    height: 450px;
  }

  .about-us-imgs-text-section .text br{
     display: none;
  }
  .about-us-imgs-text-section .text h3{
     margin-bottom: 5px !important;
  }

  .bookyspot-banner p,
  .bookyspot-banner a {
    font-size: 17px;
  }
  .student-life-content {
    margin-left: 10px;
  }
  .student-life-content-subtitle {
    margin-bottom: 10px;
  }
}

@media(max-width: 1300px) {
  .stacked-slider {
    padding-top: 55%;
  }
  .help-faq-cat-card li {
    max-width: 100%;
  }

  .our-promise-section br {
    display: none;
  }

  /**
  Accommodation
  */

  .student-apts-studios-img-top > div,
  .student-apts-studios-img-bottom > div {
    padding-top: 66.5%;
    width: 350px;
  }
  .student-apts-studios-img-bottom {
    top: 45.5%;
  }

  /**
  contact page
  */
  .arrow-big-contact {
    display: none;
  }

  .student-life-btns {
    width: 40.5%;
    column-gap: 60px;
  }
  .student-life-btns .swiper-button-next,
  .student-life-btns .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
  .student-life-btns .arrow {
    width: 45px;
  }
}

@media (max-width: 1270px) {

  .login-img-text h3{
    font-size: 30px;
  }

  /**
  Accommodation
  */
  .accommodation-icons-parent > div {
    flex: 0 0 32%;
  }
  .accommodation-icons-parent {
    justify-content: center !important;
  }
  .accommodation-icons-text br {
    display: none;
  }
  .accommodation-icons-parent {
    column-gap: 15px;
  }
}

/* lg */
@media (max-width: 1199.98px) {
  .help-learn-more-btn {
    margin-top: 5px !important;
  }
  .payment-last-step-section .left-blob {
    display: none;
  }
  .payment-last-step-section .right-blob{
    display: none;
  }

  .apartment_rental-publish-expertise-section .left-top-blob {
    display: none;
  }
  .apartment_rental-publish-expertise-section .right-top-blob {
    display: none;
  }
  .apartment_rental-publish-expertise-section .right-bottom-blob {
    display: none;
  }

  .accommodation-blob-bottom .shape-right-bottom {
    display: none;
  }

  .contact-form-section .contact-shape {
    left: auto;
    bottom: auto;
    right: -100px;
    top: 30px;
  }

  .left-blob {
    width: 280px;
    height: 232px;
  }
  .left-blob.active {
    width: 470px;
    height: 390px;
  }

  .middle-blob.active,
  .middle-blob.loaded {
    width: 470px;
    height: 400px;
  }

  .right-blob {
    width: 390px;
    height: 330px;
  }

  .right-blob.active {
    width: 471px;
    height: 385px;
  }

  /***
   profile
  */
  .profile-tenant-section,
  .profile-emergency-section {
    padding-right: 24.8%;
    padding-left: 0;
  }

  .profile-section {
    margin-bottom: 100px;
  }


  .my-booky-row .col-12 {
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .my-booky-row .col-12:before {
    content: "";
    position: absolute;
    left: -50%;
    right: -50%;
    bottom: 0;
    background-color: rgba(47, 47, 47, .4);
    height: 1px;
  }
  .my-booky-row .col-xl-17per:before {
    content: none;
  }
  .my-booky-row {
    padding-top: 0;
    padding-bottom: 5px;
  }
  .my-booky-rows > :last-child::after {
    content: none;
  }
  /*.my-booky-row .col-12:after {*/
  /*  content: "";*/
  /*  position: absolute;*/
  /*  left: -50%;*/
  /*  right: -50%;*/
  /*  bottom: 0;*/
  /*  background-color: rgba(47, 47, 47, .4);*/
  /*  height: 1px;*/
  /*}*/

  .my-booky-rows .my-booky-row:before {
    top: auto;
    right: -50%;
    left: -50%;
    bottom: 0;
    height: 2px;
    background-color: var(--main-color);
  }

  .contract-box {
    padding: 20px 20px 20px 15px;
  }

  .text-swiper-main {
    margin-top: 0;
  }

  .stacked-slider {
    position: relative;
    padding-top: 56.6%%;
  }

  .help-center-top-title {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 10px 5px 10px 5px;
    border-radius: 12px;
    width: max-content;
  }
  .res-help-center-top .link {
    padding: 16px 15px 16px 15px;
  }
  .help-center-top {
    margin-bottom: 0;
  }
  .help-center-top-questions {
    margin-top: 37px;
  }
  .help-faq-cat-card img {
    width: 33px;
    height: 33px;
  }
  .help-faq-cat-card {
    margin-bottom: 30px;
    padding: 22px 15px 32px 15px;
  }
  .help-center-view-question-btn {
    padding: 10px 12px 10px 12px;
    margin-top: -5px;
  }

  .res-help-center-top {
    margin-bottom: 45px;
  }

  .our-promise-section br {
    display: block;
  }
  .our-promise-section .first::after,
  .our-promise-section .second::after {
    content: "";
    position: absolute;
    right: auto;
    top: auto;
    bottom: 0;
    width: 85%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
  }
  .our-promise-section .first{
    padding-right: 0;
    padding-bottom: 27px;
  }
  .our-promise-section .second{
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 27px;
    margin-top: 30px;
  }
  .our-promise-section .third{
    padding-left: 0;
    margin-top: 30px;
  }
  .our-promise-section{
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .contact-questions-icon {
    width: 70px;
  }
  .contact-questions-link {
    font-size: 18px !important;
  }

  .contact-emergency-section .right .text{
    left:0;
    margin-left: 30px;
    margin-right: 30px;
  }
  .contact-emergency-section .right .text br{
    display: none;
  }
  .contact-emergency-section .right .text h3{
    font-size: 25px;
  }
  .contact-emergency-section .right .text div{
    font-size: 18px;
  }
  .contact-questions-section .extra-px {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-emergency-section {
    margin-bottom: 120px;
  }

  .login-img-text h3{
    font-size: 35px;
  }

  .login-img-text h3{
    font-size: 20px;
  }


/**
Home page
*/
  .header-menu a {
    font-size: 20px;
  }
  .left-side-booky > :first-child {
    padding-left: 5px;
    padding-right: 5px;
  }
  .homepage-studio-apt-main-parent {
    gap: 50px;
  }
  .homepage-studio-apt-main.active-big {
    width: 66%;
  }
  .homepage-studio-apt-main.active-small {
    width: 34%;
  }
  .home-apt-swiper-btns .arrow,
  .home-studio-swiper-btns .arrow {
    width: 60px;
  }
  .home-apt-swiper-btns .swiper-button-prev,
  .home-studio-swiper-btns .swiper-button-prev {
    left: -22px;
  }
  .home-apt-swiper-btns .swiper-button-next,
  .home-studio-swiper-btns .swiper-button-next {
    right: -22px;
  }
  .booky-banner {
    margin-bottom: 100px;
  }
  .bookyspot-banner p,
  .bookyspot-banner a {
    font-size: 16px;
  }
  .footer-banner-info p {
    width: 47%;
  }
  /**
  End Home page
  */

  /**
  Accommodation
  */
  .accommodation-words-links {
    margin-bottom: 120px;
  }
  .zanos-city-text {
    width: 60%;
  }
  .acco-img-tex-main{
    margin-bottom: 110px;
  }
  .accommodation-all-you-need > div > ul {
    column-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
  }
  .accommodation-what-you-enjoy  > ul {
    column-gap: 15px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
  }
  .student-apts-studios-img-bottom {
    right: 0;
  }
  .student-apts-studios-img-top {
    right: 15.5%;
  }
  /**
  end accommodation
  */
}

@media(max-width: 1150px) {
  .about-us-imgs-text-section .img {
    padding-top: 54%;
  }
}

@media (max-width: 1100px) {
  .bookyspot-banner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .bookyspot-banner a {
    margin-top: 18px;
  }
}
/* md */
@media (max-width: 991.98px) {

  .home-imgs-swiper {
    margin-bottom: 100px;
  }

  .students-choose-booky {
    margin-bottom: 130px;
  }

  .homepage-studio-apt-main .title-box-link {
    padding: 14px 23px 10px 25px;
  }

  .toggle-accomm-details.studios {
    margin-left: 20px;
  }

  .accommodation-what-you-enjoy .shape-right-top{
    top: 50% !important;
    transform: translateY(-50%) !important;
  }

  .row-line {
    padding-right: 35px;
  }

  .left-side-menu {
    border-bottom-left-radius: 0;
    overflow: hidden;
  }

  #logout-menu {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /**
  menu
  */
  .header-menu a {
    display: block;
    margin-bottom: 6px;
  }

  .menu-right {
    background-position: right bottom;
  }

  /***
   profile
  */
  .shape-circle-profile {
    display: none;
  }
  .profile-tenant-section,
  .profile-emergency-section {
    padding-right: 0;
    padding-left: 0;
  }
  .tenant-profile-fields > div:not(:first-child):not(:last-child) > div,
  .profile-emergency-fields > div:not(:first-child):not(:last-child) > div {
    margin-bottom: 17px;
  }
  .verified-info {
    bottom: -18px;
  }
  .tenant-profile-fields .verify > div {
    margin-bottom: 31px !important;
  }
  .tenant-profile-fields .form-btn {
    margin-top: 10px;
    height: 57px;
  }
  .profile-emergency-section {
    margin-top: 26px;
  }
  .emergency-profile-title {
    max-width: 85%;
  }

  /**
   Dashboard
  */
  .dashboard-container {
    margin-top: 38px;
    margin-bottom: 41px;
  }
  .days-box img {
    width: 12px;
    height: 12px;
  }
  .unpaid-card {
    border-radius: 23px;
  }
  .days-box {
    padding: 5px 15px 5px 15px;
  }
  .unpaid-card-body .icon {
    width: 25px;
    height: 25px;
  }
  .unpaid-card-body {
    padding: 15px 17px 22px 14px;
  }
  .alert-message-dashboard.rent {
    max-width: 97%;
  }
  .dashboard-acc-links .acc-icons {
    width: 20px;
    height: 20px;
  }
  /*.dashboard-acc-links .acc-icons.bookings {*/
  /*  width: 20px;*/
  /*  height: 20px;*/
  /*}*/
  /*.dashboard-acc-links .acc-icons.payments {*/
  /*  width: 22px;*/
  /*  height: 18px;*/
  /*}*/
  /*.dashboard-acc-links .acc-icons.profile {*/
  /*  width: 23px;*/
  /*  height: 23px;*/
  /*}*/
  /*.dashboard-acc-links .acc-icons.help {*/
  /*  width: 23px;*/
  /*  height: 23px;*/
  /*}*/
  .dashboard-acc-links > div {
    margin-left: 20px;
  }
  .dashboard-acc-links .arrow {
    width: 25px;
    height: 25px;
  }
  .dashboard-acc-links .arrow img {
    width: 5px;
    height: 7px;
  }
  .dashboard-acc-links {
    border-radius: 23px;
    padding: 9px 15px 8px 15px;
  }
  .right-cards-dashboard {
    margin-top: 40px;
  }
  .dashboard-small-cols {
    border-radius: 20px;
  }
  .cards-dashboard > div >:first-child {
    margin-top: 0 !important;
  }

  /**
   my booking
  */
  .my-booking-download img {
    width: 26px;
  }

  /**
  payment history
  */
  .history-rows .row-line:before,
  .history-rows > :last-child .row-line::after{
    content: none;
  }
  .history-rows .row-line div {
    position: relative;
  }
  .history-rows .row-line > div:after {
    content: "";
    position: absolute;
    left: -10%;
    right: -10%;
    bottom: 0;
    height: 1px;
    background-color: rgba(47, 47, 47, .4);
  }

  .history-rows .row-line > :last-child:after {
    background-color: var(--main-color) !important;
    height: 2px;
  }
  .row-line {
    padding-top: 0;
    padding-bottom: 0;
  }
  .row-fs {
    font-size: 15px;
  }
  .download-payment > img {
    width: 25px;
  }
  .row-line > div{
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .history-rows {
    margin-bottom: 90px;
  }
  .payment-history-section {
    margin-bottom: 49px;
  }
  .all-paid-card {
    padding: 42px 30px 42px 31px;
  }
  .all-paid-icon {
    width: 44px;
  }


  /***/

  .accommodation-blobs {
    margin-bottom: 53px;
  }
  /*.left-blob {*/
  /*  width: 329px;*/
  /*  height: 733px;*/
  /*}*/
  /*.left-blob.active {*/
  /*  width: 399px;*/
  /*  height: 806px;*/
  /*}*/
  /*.middle-blob {*/
  /*  width: 420px;*/
  /*  height: 917px;*/
  /*}*/
  /*.middle-blob.active,*/
  /*.middle-blob.loaded {*/
  /*  width: 490px;*/
  /*  height: 1250px;*/
  /*  margin-top: 20px;*/
  /*}*/
  /*.middle-blob.right-blob-active {*/
  /*  margin-top: 25px;*/
  /*}*/
  /*.right-blob {*/
  /*  width: 310px;*/
  /*  height: 712px;*/
  /*  margin-top: 25px;*/
  /*}*/
  /*.middle-blob.left-blob-active {*/
  /*  margin-top: 10px;*/
  /*}*/

  /*.right-blob.active {*/
  /*  width: 450px;*/
  /*  height: 930px;*/
  /*}*/
  .middle-blob.left-blob-active {
    margin-top: 10px;
  }
  .middle-blob.active,
  .middle-blob.loaded {
    width: 380px;
    height: 1200px;
    margin-top: 20px;
  }
  .middle-blob {
    width: 360px;
    height: 917px;
  }
  .left-blob {
    width: 275px;
    height: 733px;
  }
  .left-blob.active {
    width: 322px;
    height: 806px;
  }
  .right-blob {
    width: 268px;
    height: 712px;
    margin-top: 25px;
  }
  .right-blob.active {
    width: 402px;
    height: 1041px;
  }



  .accommodation-student-dream {
    margin-bottom: 45px;
  }

  .card {
    /*width: 171px;*/
    width: 59%;
  }
  .stacked-slider {
    padding-top: 62%;
  }
  .card.pos-second {
    transform: translate(-45px) scale(0.95);
  }
  .card.pos-third {
    transform: translate(-84px) scale(0.9);
  }
  .card.more-than-three {
    transform: translate(-80px) scale(0.85);
  }
  .stacked-slider-btns {
    left: 0;
    gap: 31px;
    bottom: -30px;
    width: 41%;
    justify-content: end;
  }
  .stacked-slider-btns .stacked-slider-button-prev img {
    width: 26px;
    left: 11px;
  }
  .stacked-slider-btns .stacked-slider-button-next img {
    width: 26px;
    left: -12px;
  }
  .stacked-slider-btns .stacked-slider-button-prev,
  .stacked-slider-btns .stacked-slider-button-next {
    width: 28px;
    height: 28px;
  }

  .bookyspot-banner-main {
    margin-bottom: 39px;
  }
  .students-choose-booky .learn-btn {
    margin-bottom: 0;
    margin-top: 55px;
  }


  .logo-main {
    width: 150px;
  }
  .header-bg {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sticky-logo {
    top: 5px;
  }
  .header-btn-rent {
    top: 7px;
  }
  /**
    help center page
   */
  .help-center-with-two-clicks .big-number {
    font-size: 60px;
  }
  .help-center-with-two-clicks {
    padding-top: 26px;
    margin-bottom: 38px;
  }
  .card-center {
    border-radius: 16px;
    padding-top: 19px;
  }
  .help-center-with-two-clicks img {
    width: 100px;
    height: 100px;
  }
  .card-center.first{
    margin-bottom: 35px;
  }
  .help-center-faqs-section {
    margin-bottom: 45px;
  }

  /**
  about us page
  */

  .about-top-icons-section .line:after {
    left: 50%;
    top: auto;
    transform: translateX(-50%);
    height: 1px;
    width: 74px;
    bottom: 30px;
  }
  .about-top-icons-section .cols > :first-child{
    padding-right: 0;
  }
  .about-top-icons-section .cols > :nth-child(2) {
    padding-right: 0;
    padding-left: 0;
  }
  .about-top-icons-section .cols > :last-child {
    padding-left: 0;
  }
  .about-top-icons-section a {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  .about-top-img {
    margin-bottom: 50px;
  }
  .about-top-icons-section {
    margin-bottom: 0;
  }
  .about-us-imgs-text-section .img {
    padding-top: 41%;
  }
  .about-us-imgs-text-section .details-up,
  .about-us-imgs-text-section .details-down{
    margin: 30px 35px 30px 35px;
    position: static;
    transform: translateY(0);
  }
  .about-us-imgs-text-section .text h3 {
    margin-bottom: 15px !important;
  }
  .our-promise-section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .our-promise-section .first{
    padding-right: 0;
    padding-bottom: 27px;
  }
  .our-promise-section .second{
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 27px;
    margin-top: 30px;
  }
  .our-promise-section .third{
    padding-left: 0;
    margin-top: 30px;
  }


  .contact-emergency-section .right .text{
    margin-left: 35px;
    margin-right: 35px;
    position: static;
    transform: translateY(0);
    margin-bottom: 44px;
  }
  .contact-emergency-section .right .text br{
    display: none;
  }
  .contact-emergency-section .right .text h3{
    /*margin-top: 30px;*/
    margin-top: 44px;
  }
  .contact-form-section {
    margin-bottom: 45px;
  }
  /*.contact-emergency-section .right .text div{*/
  /*  max-width: 98%;*/
  /*  font-size: 14px;*/
  /*}*/

  /**
  contact page
  */
  .contact-top-img,
  .about-top-img{
    padding-top: 50.1%;
  }
  .contact-form-section {
    margin-top: 40px;
  }
  #contact_form label {
    min-height: auto !important;
    padding-bottom: 0 !important;
    top: 6px;
  }
  #contact_form textarea {
    min-height: 73px;
  }
  #contact_form .contact-submit {
    padding: 13px 16px 13px 16px;
  }
  #contact_form .error-msg {
    bottom: -25px;
  }
  /**
  modals
  */
  .custom-modal .modal-body {
    padding: 85px 100px 85px 100px;
  }

  .reset-pass-page > div {
    padding: 100px 105px 100px 105px;
  }
  /**
  end modals
  */

  .menu-login {
    right: 13px;
    top: 13px;
  }

  .menu-login .toggle-menu .menu-line {
    background-color: white !important;
  }

  .login-img {
    /*padding-top: 51%;*/
    padding-top: 46.5%;
  }

 .desktop-menu {
   max-height: 89vh;
   overflow-y: auto;
 }
  /**
  Homepage resposnive
  */
  .toggle-menu.active > :last-child {
    /*bottom: 9px;*/
    bottom: 8px;
    width: 85%;
    transform: rotate(-42deg);
  }
  .toggle-menu.active > :first-child {
    /*top: 12px;*/
    top: 13px;
    width: 85%;
    left: 4px;
  }
  .desktop-menu {
    width: 100%;
  }
  .menu-quick-links a:not(:last-child) {
    margin-bottom: 3px !important;
  }
  .menu-quick-links a:last-child {
    margin-bottom: 5px !important;
  }
  .menu-img-first-link {
    top: -28px;
    padding: 6px 8px 7px 8px;
  }
  .menu-img-first-link span {
    padding-left: 8px;
  }
  .menu-img-first-link img {
    width: 6px;
  }
  .menu-img-second > div {
    top: 10px;
    left: 15px;
  }
  .menu-img-second-link {
    left: 15px;
    bottom: 30px;
  }
  .menu-img-second-link span {
    padding-left: 10px;
  }
  .menu-img-second-link-hovered {
    padding: 15px 35px 0 15px;
  }
  .nav-menu-cover.header-menu > ul > li {
    margin-left: 0;
  }
  .menu-img-second-link img,
  .menu-img-second-link-hovered img {
    width: 7px;
  }
  .nav-menu-cover.header-menu > ul > li:not(:first-child) {
    margin-top: 4px !important;
  }
  .menu-arrow {
    width: 6px;
    height: 9px;
  }
  .desktop-menu > :first-child {
    order: 2;
  }
  .desktop-menu > :nth-child(2) {
    order: 1;
  }
  .desktop-menu .nav.nav-menu {
    height: auto !important;
    padding-bottom: 28px;
  }
  .header-menu a {
    font-size: 18px;
  }
  .header-right-side {
    padding-right: 30px;
    padding-top: 0;
  }
  .header-btn-login,
  .header-user-name{
    margin-right: 20px;
  }
  .header-btn-rent {
    font-size: 12px;
    /*margin-right: 0;*/
    padding: 10px 19px 10px 19px;
  }
  .header-btn-available {
    font-size: 12px;
    /*margin-right: 186px;*/
    padding: 10px 19px 10px 19px;
  }
  .homepage-slider-image {
    padding-top: 50%;
  }
  .homepage-studio-apt-main {
    width: 100%;
  }

  .homepage-studio-apt-main-parent {
    gap: 10px;
  }
  .homepage-studio-apt-main.active-big {
    width: 100%;
  }
  .homepage-studio-apt-main.active-small {
    width: 100%;
  }
  .homepage-studio-apt-main img,
  .homepage-studio-apt::after{
    /*border-radius: 8px;*/
  }
  .homepage-studio-apt::before {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .homepage-studio-apt-main {
    padding-top: 55%;
  }
  .homepage-studio-apt::before {
    height: 8px;
  }
  .homepage-studio-apt-main:hover .title-box-link {
    /*bottom: 8px;*/
    bottom: 4px;
    border-bottom-left-radius: 14px;
  }
  .homepage-studio-apt-main .title-box-link {
    border-bottom-left-radius: 7px;
  }
  .homepage-studio-apt-main .title-box span {
    margin-bottom: 17px;
  }
  .apartment-studio-section h4 {
    max-width: 77%;
  }
  .home-apt-swiper-btns .arrow, .home-studio-swiper-btns .arrow {
    width: 43px;
  }
  .home-apt-swiper-btns .swiper-button-next,
  .home-studio-swiper-btns .swiper-button-next {
    /*right: -12px;*/
    right: -20px;
  }
  .home-apt-swiper-btns .swiper-button-prev,
  .home-studio-swiper-btns .swiper-button-prev {
    /*left: -12px;*/
    left: -20px;
  }
  .home-apt-swiper-btns .swiper-button-prev,
  .home-studio-swiper-btns .swiper-button-prev,
  .home-apt-swiper-btns .swiper-button-next ,
  .home-studio-swiper-btns .swiper-button-next{
    width: 45px;
    height: 45px;
  }
  .home-apt-swiper-btns .swiper-button-next .arrow,
  .home-studio-swiper-btns .swiper-button-next .arrow,
  .home-apt-swiper-btns .swiper-button-prev .arrow,
  .home-studio-swiper-btns .swiper-button-prev .arrow {
    left: -20px;
  }
  .bookyspot-banner p,
  .bookyspot-banner a {
    font-size: 16px;
  }
  .apartment-studio-section {
    margin-bottom: 46px;
  }
  .bookyspot-banner a {
    padding: 13px 18px;
  }
  .home-imgs-swiper::after {
    width: 18.5%;
  }
  .footer-banner-info p {
    width: 43%;
  }
  .footer-banner-main-container {
    margin-right: -35px;
    margin-left: -35px;
  }
  .footer-banner-img,
  .footer-banner-img-color {
    border-radius: 0 !important;
  }
  .footer-banner {
    border-radius: 0;
  }
  /**
  End Homepage resposnive
  */

  /**
  Accommodation page
  */
  .accomm-choose {
    margin-top: 30px;
    padding-left: 35px !important;
  }
  .accomm-choose p{
    padding-right: 10px;
  }
   .zanos-city-text {
     width: 100%;
   }
  .acco-img-tex-main {
    margin-bottom: 38px;
  }
  .accommodation-all-you-need > div > ul {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-gap: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-rule: 1px none #000000;
    -webkit-column-rule: 1px none #000000;
    -moz-column-rule: 1px none #000000;
  }
  .accommodation-what-you-enjoy  > ul {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-gap: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-rule: 1px none #000000;
    -webkit-column-rule: 1px none #000000;
    -moz-column-rule: 1px none #000000;
  }
  .accommodation-what-you-enjoy {
    margin-bottom: 23px;
  }
  .accommodation-icons-parent > div {
    flex: 0 0 37%;
  }
  .accommodation-icons-text {
    max-width: 85%;
  }
  .accommodation-icons-section {
    margin-bottom: 43px;
  }
  .accommodation-map >:first-child > :first-child > h3 {
    margin-bottom: 10px !important;
  }
  .accommodation-map {
    margin-bottom: 50px;
  }
  .student-apts-studios br {
    display: block;
  }
  .student-apts-studios-img-top {
    top: 0;
    left: 5px;
    right: auto;
  }
  .student-apts-studios-img-bottom {
    top: 200px;
    left: 80px;
    right: auto;
  }
  .student-apts-studios-img-top > div,
  .student-apts-studios-img-bottom > div {
    width: 332px;
    padding-top: 67.5%;
  }
  .student-apts-studios .imgs-res {
    height: 456px;
  }
  .student-apts-studios {
    margin-bottom: 27px;
  }
    /**
    end accommodation
    */


  .property-publish-big-image{
    padding-top: 71.9%;
  }



  .featured_icon{
    margin-right:15px !important;
  }


  .property-res-features svg {
    height: 20px;
    vertical-align: -2px;
    margin-right: 2px;
  }



  /*Contact*/

  .reference-search-div{
    min-width: 270px;
  }


  .property-top-box {
    margin-left: -15px;
    margin-right: -15px;
    border: none !important;
    box-shadow: none;
    border-radius: 0px;
  }

  .publish-fields-box-head {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

  }





  .contact-page-info-circle {
    position: relative;
    z-index: 1;
  }
  .contact-page-info-circle:before {
    content: "";
    position: absolute;
    left: -1000px;
    right: -1000px;
    top: 0;
    bottom: -1000px;
    background-color: white;
    z-index: -1;
  }
  /*Footer*/
  .footer-column {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.5);
  }
}

.search-bottom-back{

  /*z-index: -1;*/



  position: absolute; /* Ensures it's positioned relative to its closest positioned ancestor */
  width: 100%;
  height: 100%;
  top: 0;
  left:10px;
  /*left: 50%;*/
  /*transform: translate(-50%, 0); !* Centers the element *!*/
}

.search-form .select2-container .select2-selection--multiple {
  min-height: 65px;
  height:fit-content;
  padding-bottom: 0;
}



/* sm */
@media (max-width: 767.98px) {
  .stacked-slider {
    padding-top: 76%;
  }
  .students-choose-booky {
    margin-bottom: 60px;
  }

  .toggle-menu > :first-child,
  .toggle-menu > :nth-child(2),
  .toggle-menu > :last-child{
    height: 2px;
  }
  .toggle-menu > :last-child {
    bottom: 1px;
  }
  .error-icon {
    top: -10px !important;
  }

  .footer-banner-info p {
    width: 73%;
  }

  .fixed-header-showed .desktop-menu {
    top: 53px !important;
  }

  .row-line {
    padding-right: 15px;
  }

  /**
  login page
  */
  .login-img-text > a > img {
    width: 57px;
  }

  /**
   profile
  */
  .tenant-profile-fields label,
  .profile-emergency-fields label {
    font-size: 15px;
  }
  .edit-tenant-profile > :nth-child(2) img,
  .edit-emergency-profile > :nth-child(2) img {
    width: 24px;
  }
  .tenant-profile-fields label,
  .profile-emergency-fields label {
    margin-bottom: 0;
  }
  .tenant-profile-fields input, .profile-emergency-fields input {
    padding-bottom: 2px !important;
  }
  .tenant-profile-fields .absolute-info,
  .profile-emergency-fields .absolute-info {
    bottom: -19px;
  }

  /**
  dashboard
  */
  .dashboard-big-cols {
    padding-top: 64%;
    border-radius: 20px;
  }
  .dashboard-big-cols-left-div .top {
    padding: 27px 10px 0 10px;
  }
  .dashboard-big-cols-right-top {
    top: 18px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .dashboard-big-cols-right-bottom {
    padding: 6px 30px 6px 18px;
  }
  .dashboard-small-cols-right-bottom {
    margin-top: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  /**
  payment history
  */
  .my-card {
    border-radius: 20px;
    padding: 17px;
  }
  .my-card-edit {
    top: -4px;
    right: -3px;
  }
  .my-card-edit img {
    width: 18px;
  }
  .my-card h3 > span > img {
    width: 14px;
  }
  /***/

  .accommodation-blobs {
    margin-bottom: 13px;
  }
  .left-blob {
    width: 185px;
    height: 187px;
  }
  .left-blob.active {
    width: 260px;
    height: 270px;
  }
  .middle-blob {
    width: 261px;
    height: 280px;
    margin-top: 25px;
  }
  .middle-blob.active,
  .middle-blob.loaded {
    width: 254px;
    height: 254px;
  }
  .right-blob {
    width: 210px;
    height: 212px;
    margin-top: 25px;
  }
  .middle-blob.left-blob-active {
    margin-top: 10px;
  }

  .right-blob.active {
    width: 270px;
    height: 310px;
  }

  .help-center-with-two-clicks img {
    width: 62px;
    height: 62px;
  }

  .toggle-readmore-text.full {
    line-height: 1.5em;
    max-height: none;
    overflow: hidden;
    position: relative;
    margin: 0;
  }
  .toggle-readmore-text .read-toggle {
   color:rgba(255, 255, 255, .4);
    cursor: pointer;
  }
  .about-us-imgs-text-section .details-up,
  .about-us-imgs-text-section .details-down{
    margin-left: 15px;
    margin-right: 15px;
  }

  .contact-emergency-section .right .text{
    margin-left: 15px;
    margin-right: 15px;
  }
  .contact-emergency-section .right .text br{
    display: none;
  }
  .contact-emergency-section .right .text h3{
    font-size: 25px;
  }
  .contact-emergency-section .right .text div{
    font-size: 18px;
  }
  .contact-emergency-section .right .text div{
    font-size: 16px;
  }
  .login-img-text h3{
    font-size: 25px;
  }
  .contact-questions-icon {
    width: 63px;
  }
  .contact-questions-section .line:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
    width: 62px;
    height: 1px;
    background-color: var(--main-color);
  }
  .contact-questions-section .line {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .contact-emergency-section {
    margin-bottom: 38px;
  }
  .contact-questions-section {
    margin-bottom: 45px;
  }


  /**
 contact page
 */
  .contact-top-img-text-pl,
  .about-top-img-text-pl{
    padding-left: 0;
  }

  .contact-top-img,
  .about-top-img{
    padding-top: 60.1%;
  }
  #contact_form input,
  #contact_form textarea {
    font-size: 16px !important;
  }
  #contact_form label {
    font-size: 16px;
  }

  /**
  modals
  */
  .custom-modal .modal-body {
    padding: 65px 50px 65px 50px;
  }
  .reset-pass-page > div {
    padding: 65px 50px 65px 50px;
  }
  /**
  end modals
  */

  /**
  Acommodation list
  */
  .complex-floor {
    margin-left: -2px;
  }
  .block-arrow, .floor-arrow {
    width: 10px;
  }
  .close-accommodations-list {
    width: 32px;
    height: 32px;
    top: -15px;
    left: -10px;
  }
  .block-options > :not(:last-child),
  .floor-options > :not(:last-child) {
    margin-right: 7px;
    margin-bottom: 10px !important;
  }
  .accommodation-apts {
    padding: 8px 7px 8px 7px;
  }
  .acommodation-apts-list > div {
    margin-top: 20px !important;
  }
  .accommodation-apts {
    flex-wrap: wrap;
  }
  .accommodations-list {
    width: 74%;
  }
  .accommodation-apts {
    flex-wrap: wrap;
    /*width: 310px;*/
  }
  .accommodation-apt.year {
    width: 66%;
  }
  .accommodation-apt.month {
    width: 34%;
    text-align: right;
  }


    /**
    End accommodation list
    */

  /**
  Homepage resposnive
  */
  .home-apt-swiper-btns .swiper-button-next,
  .home-studio-swiper-btns .swiper-button-next {
    right: -14px;
  }
  .home-apt-swiper-btns .swiper-button-prev,
  .home-studio-swiper-btns .swiper-button-prev {
    left: -14px;
  }
  .home-apt-swiper-btns .swiper-button-prev,
  .home-studio-swiper-btns .swiper-button-prev,
  .home-apt-swiper-btns .swiper-button-next ,
  .home-studio-swiper-btns .swiper-button-next{
    width: 30px;
    height: 30px;
  }
  .home-apt-swiper-btns .swiper-button-next .arrow,
  .home-studio-swiper-btns .swiper-button-next .arrow,
  .home-apt-swiper-btns .swiper-button-prev .arrow,
  .home-studio-swiper-btns .swiper-button-prev .arrow {
    left: -14px;
  }

  .footer-banner-img-color {
    display: none;
  }
  .footer-banner-info {
    background-image: url("/public/images/shape-banner-res.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    padding-top: 8px;
  }
  .res-top-img-footer {
    padding-top: 64%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .footer-banner-phone {
    width: 17px;
  }
  .footer-banner-img{
    width: 100%;
  }
  .footer-banner {
    padding-top: 42%;
  }
  .menu-dropback {
    top: 53px;
  }
  .menu-item-has-children a {
    width: 157px;
  }
  .header-menu a {
    font-size: 16px;
  }
  .header-right-side {
    padding-right: 15px;
  }
  .header-btn-login img {
    width: 27px;
    height: 24px;
  }
  header .logo img,
  .fixed-header .logo img{
    width: 125px;
  }
  .toggle-menu {
    width: 29px;
    height: 24px;
  }
  .toggle-menu > :first-child {
    top: 2px;
  }
  .toggle-menu > :nth-child(2) {
    top: 11px;
  }
  .footer-logo img {
    width: 164px;
  }
  .footer-right-side {
    padding-top: 6px;
  }
  .footer-right-button {
    padding: 11px 28px 13px 17px;
  }
  .homepage-slider-image {
    padding-top: 75%;
  }
  .home-top-swiper-button-next img,
  .home-top-swiper-button-prev img {
    width: 35px;
  }
  .home-top-swiper-arrow-dots {
    padding: 4px 5px 4px 5px;
  }
  .home-top-swiper-button-prev {
    margin-right: 4px;
  }
  .home-top-swiper-button-next {
    margin-left: 1px;
  }
  .home-top-swiper-arrow-dots {
    bottom: 12px !important;
  }
  .home-slider-text {
    padding: 11px 11px 8px 11px;
    max-width: 76.5%;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
  }
  .homepage-slider-over {
    left: -15px;
  }
  .home-slider-text h3 br {
    display: none;
  }
  .homepage-slider-over {
    bottom: 18.5%;
  }
  .booky-banner {
    margin-bottom: 34px;
  }
  .homepage-studio-apt-main {
    padding-top: 58%;
  }
  .bookyspot-banner p,
  .bookyspot-banner a {
    font-size: 15px;
  }
  .bookyspot-banner p br{
    display: none;
  }
  .home-imgs-swiper::after {
    width: 20%;
  }
  .home-imgs-swiper {
    margin-bottom: 82px;
  }
  .footer-banner-main-container {
    margin-right: -15px;
    margin-left: -15px;
  }
  /**
  End Homepage resposnive
  */

  /**
  Accommodation
  */
  .acco-img-tex-main {
    margin-right: -15px;
  }
  .accomm-choose {
    padding-left: 15px !important;
  }
  .accommodation-words-links {
    gap: 50px;
  }
  .accommodation-words-links {
    margin-bottom: 45px;
  }
  .accomm-choose br{
   display: none;
  }
  .accomm-choose h2{
   max-width: 260px;
  }
  .apartment-studio-section h5 br {
    display: block;
  }
  .accommodation-icon {
    width: 60px;
    height: 60px;
  }
  .accommodation-map .map {
    padding-top: 75.5%;
  }
  .accommodation-student-dream a {
    padding: 13px 18px 13px 16px;
    margin-bottom: 18px;
  }
  .student-apts-studios-img-top > div,
  .student-apts-studios-img-bottom > div {
    width: 232px;
    padding-top: 67.5%;
  }
  .student-apts-studios .imgs-res {
    height: 313px;
  }
  .student-apts-studios-img-top {
    top: 0;
    left: 4px;
    right: auto;
  }
  .student-apts-studios-img-bottom {
    top: 131px;
    left: 53px;
    right: auto;
  }
  .accommodation-fqs > div {
    border-radius: 15px;
    padding-right: 13px;
    padding-left: 13px;
    padding-bottom: 13px;
  }
  .faq-accommodation > :first-child {
    max-width: 92%;
    line-height: 1.5;
  }
  .accommodation-faq-arrow {
    width: 10px;
  }
  .accommodation-rent {
    margin-bottom: 49px;
  }
  .accommodation-fqs {
    margin-bottom: 49px;
  }
    /**
    end Accommodation
    */


  .search-form.advance-search-open .show-on-advance-padding {
    padding:15px ;
  }

  .search-bottom-back{
    /*z-index: -1;*/
    position: absolute; /* Ensures it's positioned relative to its closest positioned ancestor */
    width: 100%;
    height: 100%;
    top: 0;
    left:0px;
    /*left: 50%;*/
    /*transform: translate(-50%, 0); !* Centers the element *!*/
  }


  #homepage-slider + #search-form .search-form {
    margin-top: -210px;
    position: relative;
    z-index: 1;
    min-height: 100px;
  }

  .search-select{
    max-height: 35px;
  }

  .search-form .form-control,
  .search-form .select2-container .select2-selection--single,
  .search-form .select2-container .select2-selection--multiple {
    border-radius: 3px;
    height: 35px;

  }

  .search-form .select2-container .select2-selection--multiple {
    min-height: 35px;
    height:fit-content;
  }

  .search-form .select2-container--classic .select2-selection--single .select2-selection__arrow, .search-form .select2-container--classic .select2-selection--multiple .select2-selection__arrow {
    height: 35px;
  }

  .search-form .form-group {
    margin-bottom: 10px;
  }

  .form-search-ref-id {
    /*margin: 0 var(--search-form-padding-min);*/
    position: relative;
  }
  .form-search-ref-id svg {
    position: absolute;
    /*left: var(--search-form-padding);*/
    left:5px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 10px;
    fill: none;
    stroke-miterlimit: 10;
    stroke-width: 3px;
    stroke: rgba(0,0,0,0.5);
    pointer-events: none;
  }
  .form-search-ref-id .form-control {
    /*background-color: var(--default-10);*/
    background-color: rgba(255, 255, 255, 0.7);
    color: var(--default);
    padding: 0px 15px 0px 20px !important;
    font-weight: 500;
    height: auto !important;
    border: 0;
    width:100%;
    /*border-radius: 0;*/
    font-size: 1.1em;
  }

  .search-form-container {

    border-radius: 0px;
    padding-right:0;
  }

  .advance-search-box {

    border-radius: 5px;
  }

  .select2-container--classic .select2-selection--single .select2-selection__arrow b, .select2-container--classic .select2-selection--multiple .select2-selection__arrow b {
    border-color: var(--default) transparent transparent transparent;
    border-width: 4px 4px 0 4px;
    margin-left: 0px;
  }

  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b, .select2-container--classic.select2-container--open .select2-selection--multiple .select2-selection__arrow b {
    border-color: transparent transparent var(--default) transparent;
    border-width: 0 4px 4px 4px;
  }

  .select2-container .select2-selection--multiple::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    border-color: var(--default) transparent transparent transparent;
    border-width: 4px 4px 0 4px;
    border-style: solid;
    height: 0;
  }

  .select2-container--classic.select2-container--open .select2-selection--multiple::after {
    border-color: transparent transparent var(--default) transparent;
    border-width: 0 4px 4px 4px;
  }


  .search-form .form-control-with-label .form-control, .search-form .form-control-with-label .select2-container .select2-selection--single .select2-selection__rendered, .search-form .select2-container .select2-selection--multiple {
    padding: 13px var(--form-padding-x) 7px;
  }

  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: var(--default-10);
    border: none;
    border-radius: 0;
    margin: 0 5px 5px 0;
    font-size: 12px;
  }

  .enquiry-form-container {
    background-color: var(--white);
    padding: 15px 5px;
    max-width: 767px;
    width: 100%;
  }

  .enquiry-form-row{
    margin-right: -45px;
  }

  .enquiry-close{
    position:absolute;
    right:5px;
    top:0;
    width:20px;
    height:20px;
  }



  .interested-horizontal-inside{
    position: relative;
    min-height:50px !important;
    max-height: 50px !important;
    /*border-radius: 20px;*/
    display:flex;
    align-items: center;
    justify-content: center;
    /*margin-top:20px;*/
    padding-top:5px;
    padding-bottom:5px;
    background-color: var(--primary);
    color:white;
    font-size: 20px;
    font-weight: 700;
    margin-top:-20px;
    margin-left:-5px;
    margin-right:-5px;
  }

}
/* xs */
@media (max-width: 575.98px) {

  .contact-gr,
  .contact-cy{
    font-size: 13px;
  }
  .contact-phone-dropdown {
    top: 0;
  }

  .accommodation-what-you-enjoy .shape-right-top{
    width: 291px;
    height: 281px;
    right: -175px;
  }

  .login-page {
    overflow: hidden;
  }

  .contact-user-icon {
    width: 80px !important;
  }

  .phone-modal-code {
    top: 48%;
  }
  .phone-number #phone_input {
    padding-left: 30px !important;
  }

  /**
   profile
  */
  .tenant-profile-fields label,
  .profile-emergency-fields label {
    font-size: 13px;
  }
  .tenant-profile-fields input,
  .profile-emergency-fields input,
  .tenant-profile-fields .phone-input,
  .profile-emergency-fields .phone-input {
    font-size: 13px !important;
  }


  .tenant-profile-fields input::placeholder,
  .profile-emergency-fields input::placeholder {
    font-size: 13px !important;
  }


    /**
    payment history
    */
  .custom-modal-card .modal-content .modal-body {
    padding: 23px 15px 23px 15px !important;
  }
  .card-name-input {
    padding-bottom: 0 !important;
  }
  .card-name-save-btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .custom-modal-card .modal-content {
    border-radius: 9px;
  }
  .row-fs {
    font-size: 13px;
  }
  .download-payment > img {
    width: 20px;
  }
   .p-mw {
     max-width: 90%;
   }
  .paginate-prev, .paginate-next {
    width: 26px;
    height: 26px;
  }
  .custom-pagination {
    gap: 10px;
  }

  /**
  help center page
  */
  .help-center-top-questions .sub-title {
    max-width: 218px;
    display: block;
  }
  .card-center .text {
    max-width: 170px;
    margin: auto !important;
    margin-top: 15px !important;
    margin-bottom: 5px !important;
    line-height: 1.4;
  }
  .card-center .text-second {
    max-width: 200px;
    margin: auto !important;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
    line-height: 1.4;
  }
  .help-center-with-two-clicks h3 {
    max-width: 240px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  /**
  about us page
  */
  .about-top-img-text-pl br {
    display: block;
  }
  .about-us-imgs-text-section .img {
    padding-top: 84%;
  }

  /**
  contact page
  */
  .contact-top-img,
  .about-top-img{
    padding-top: 80.1%;
  }
  .contact-top-img-text {
    padding-right: 60px;
  }
  .contact-top-img-text .colored {
    padding-left: 0;
  }
  .contact-emergency-section .left {
    padding-top: 85%;
  }
  .contact-emergency-section .right .text h3{
    font-size: 20px;
  }
  .contact-emergency-section .right .text div{
    max-width: 98%;
    font-size: 14px;
  }
  .contact-emergency-section .right .text .phone-br{
    display: block !important;
  }
  .contact-emergency-section .res-br {
    display: block !important;
  }
  .login-img-text h3{
    font-size: 20px;
  }
  /*.login-img-text br{*/
  /*  display: none;*/
  /*}*/

  /**
  modals
  */
  .custom-modal,
  .reset-pass-page{
    width: 94%;
    max-width: 94%;
    margin: auto;
  }

  .modal-btn.cancel {
    padding: 10px 32px 10px 32px;
  }
  .modal-btn {
    padding: 10px 25px 10px 25px;
  }

  .custom-modal .modal-body,
  .reset-pass-page > div{
    padding: 50px 10px 50px 10px;
  }
  .reset-pass-page p {
    max-width: 265px;
  }
  .forgot-pass-modal .modal-content {
    border-radius: 10px !important;
  }
  .forgot-pass-modal p {
    max-width: 200px;
  }
  .modal-x {
    width: 8px;
  }
  .close-modal {
    right: -6px;
    top: -9px;
    width: 30px;
    height: 30px;
  }
  .modal-field::placeholder {
   opacity: 0 !important;
  }
  .modal-field {
    padding-bottom: 0 !important;
    line-height: 100%;
  }
  /**
  end modals
  */

  /**
  login page
  */

  .login-page form{
    max-width: 90%;
  }
  .login-inputs::placeholder {
    opacity: 0 !important;
  }
  .login-inputs {
    padding-bottom: 0 !important;
  }
  .login-eye {
    right: 7px;
  }

  /**
  accommodation list
  */
  .accommodations-list {
    width: 287px;
  }
  .accommodation-apts {
    width: auto;
  }
  .accommodation-apt.month {
    margin-left: auto;
    width: auto;
  }
  .accommodation-apt.year {
    width: auto;
  }
  /**
  end accommodation list
  */
  /**
  Home page
  */
  .homepage-slider-image {
    padding-top: 94.5%;
  }
  .home-top-swiper-button-next img,
  .home-top-swiper-button-prev img {
    width: 26px;
  }
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .swiper-pagination-bullet-active {
    width: 13px;
    height: 6px;
  }
  .home-top-swiper-arrow-dots {
    padding: 4px 5px 4px 5px;
  }
  .home-top-swiper-button-prev {
    margin-right: 4px;
  }
  .home-top-swiper-button-next {
    margin-left: 1px;
  }
  .home-top-swiper-arrow-dots {
    bottom: 12px !important;
  }
  .homepage-studio-apt-main {
    padding-top: 79.5%;
  }
  .homepage-studio-apt-main .title-box-link {
    padding: 9px 10px 8px 10px;
    border-top-right-radius: 8px;
  }
  .title-box-link-icon img {
    width: 6px;
  }
  .title-box-link-icon {
    padding-left: 15px;
  }
  .bookyspot-banner-main {
    margin-right: 15px;
    margin-left: 15px;
  }
  .home-imgs-swiper::after {
    width: 17%;
  }
  .home-imgs-swiper .swiper-slide h3 {
    /*max-width: 100%;*/
    max-width: 96%;
    /*text-align: left !important;*/
  }
  /**
  end Home page
  */

  /**
  Accommodation
  */
  .accommodation-words-links {
    gap: 22px;
  }
  .accommodation-icons-text {
    max-width: 100%;
  }
  .accommodation-icons-parent > div {
    flex: 0 0 100%;
  }
  .accommodation-icons-text br {
    display: block;
  }
  .accommodation-icons-parent {
    row-gap: 25px;
  }
  .accommodation-icons-parent > div:nth-child(n+5):nth-child(-n+8) {
    display: none !important;
  }
  .accommodation-icons-parent.active > div:nth-child(n+5):nth-child(-n+8) {
    display: flex !important;
  }
  .accommodation-view-all {
    padding: 12px 20px 12px 15px;
    background-color: white;
    color: #2F2F2F;
    font-size: 14px;
    border-radius: 40px;
  }
  .accommodation-view-all:hover {
    background-color: var(--main-color);
    color: white;
  }
  .student-apts-studios br {
    display: none;
  }
  .student-apts-studios .first-p {
    max-width: 93%;
  }
  .accommodation-rent p br{
    display: none;
  }
  /**
  end Accommodation
  */

    #homepage-slider + #search-form .search-form {
      margin-top: -210px;
      position: relative;
      z-index: 1;
      min-height: 100px;
    }

  .city-half-height{
    /*height: 80px !important;*/
    padding-top: 80px !important;
  }

  .city-res-wrap {
    padding-top: 165px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
  }






  /*Modal*/
  .modal-dialog-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: end;
    min-height: calc(100% - 50px);
    margin: 50px 0 0;
  }
  .modal-dialog-bottom .modal-content {
    border-radius: 40px 40px 0 0;
  }
}

@media(max-width: 500px) {

  .accommodation-map p br{
    display: none;
  }
  .accommodation-map h5{
    max-width: 250px;
  }
}

@media(max-width: 450px) {

  .footer-banner-info p {
    width: 95%;
  }

  /**
  Accommodation
  */
  .accommodation-icons-section h2 {
    max-width: 233px;
    margin: auto;
    margin-bottom: 15px;
  }
}

@media (max-width: 400px) {
  #homepage-slider + #search-form .search-form {
    margin-top: -190px;
    position: relative;
    z-index: 1;
    min-height: 100px;
  }
}

@media (max-width: 360px) {
  .accommodation-student-dream span br{
    display: none;
  }
  .accommodation-student-dream span{
    max-width: 254px;
  }
}