html {
  scroll-behavior: smooth;
}

/* Columns fixes */

.min-h-screen {
    min-height: 100vh;
}
/* Filter fixes */

.swiper-pagination-bullets {
  position: unset;
  bottom: unset;
  right: unset;
  transform: unset;
  display: flex;
  height: 30px;
  align-items: baseline;
  justify-content: center;
  width: 100%;
}

.swiper-slide {
  height: auto;
}

.value-input-wrap.newsletter input[type='email'] {
  box-shadow: none;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #54a082;
  border-width: 3px;
}

.lg-progress-bar .lg-progress {
  background-color: #54a082;
}

.lg-thumb-outer.lg-grab {
  position: fixed;
}

.lg-outer .lg {
  height: 90vh !important;
}

/* Backface fixes */

/* Unsets/Nones */

.site-menu > li > a.active::before {
  top: unset;
  transition: none;
}

.agent-details-wrapper {
  padding-bottom: 0;
}

.agent-details-wrapper img {
  max-height: 350px;
  height: unset;
  border-radius: 3px;
}

.single-property-box.munkatars-card:hover .save-btn.munkatars-card {
  opacity: 1;
}

.property-author-wrap.munkatars-card {
  width: unset;
  right: unset;
  left: 15px;
  transition: opacity 1s;
}

.save-btn.munkatars-card {
  position: absolute;
  top: 25px;
  right: 15px;
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0.57);
  border-radius: 50%;
  text-align: center;
  z-index: 1000;
  opacity: 0;
  transition: all 0.3s;
}

.save-btn.munkatars-card .lnr.lnr-heart {
  color: #ccc;
  font-size: 16px;
  line-height: 36px;
}

.user-login-section,
.user-login-section .right-box {
  border-radius: 0;
}

.section-title.v2 h2 {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .has-children > a {
  font-weight: 400;
}

.listing-sidebar .widget {
  margin-bottom: 0;
}

.widget.recent {
  max-height: 50vh;
  overflow: scroll;
}

.maxw-0 {
  max-width: unset;
}

.hero-slider.v2 {
  min-height: 400px;
  position: relative;
}

.trending-place-wrap .single-property-box .property-author-wrap {
  bottom: 15px;
  left: 10px;
  right: unset;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background: #54a082;
  margin-right: 10px;
  transition: 0.6s;
  border: 2px solid #54a082;
  position: relative;
  top: 5px;
}

.swiper-pagination-bullet-active {
  width: 24px !important;
  height: 6px !important;
  border-radius: 50px;
  opacity: 1;
  background: #54a082 !important;
}

.wish-to-sale {
  z-index: 999;
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  transform: none;
  transition: none;
  opacity: unset;
}

.side-float a {
  padding: 15px 15px 10px;
  background: #54a082;
  border-radius: 10px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 4px 12px 0;
  transform: rotate(-90deg);
  transition: opacity 0.4s;
  opacity: 0.7;
}

.side-float a:hover {
  opacity: 1;
  z-index: 999;
}

.user-btn li {
  margin-right: 0 !important;
}

.hero__form.v2.filter.listing-filter.bg-cb .container {
  padding-left: 0;
  padding-right: 0;
}

.homepage {
  padding-left: 0;
  padding-right: 0;
}

/* Main Changes */

.no-touch {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.swiper-wrapper.kezdolap,
.swiper-slide.kezdolap,
.swiper-slide.kezdolap2 {
  display: block;
}

.swiper-slide.kezdolap2 {
  position: absolute;
  float: left;
  top: 0;
  left: 0;
}

.staff-box,
.single-agent-box,
.single-agent-box .single-team-member.agent-item {
  border-radius: 3px;
}

.munkatars-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.munkatars-sidecont .widget.recent {
  padding: 15px;
  background: white;
  margin-top: 20px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

.widget.recent a:hover li {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.widget.recent li.recent-list {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
  padding: 15px;
}

.widget.recent li.recent-list :after {
  background: #54a082;
  width: 3px;
}

.widget.recent li.recent-list .entry-img img {
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.widget.recent .post-list {
  margin: 3% 0;
}

.widget.recent .post-list .row.recent-list {
  width: 94%;
  margin: 0 3% 1% 3%;
}

.lg-backdrop.in {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.lg-outer {
  z-index: 10001;
}

.project-title {
  font-size: 40px;
  position: relative;
  z-index: 300;
  top: -70px;
  left: 20px;
  color: #fff;
  margin-bottom: 0;
}

.project-title a {
  color: #fff;
}

.project-title a:hover {
  color: #fff;
}

.single-property-header.v4.mainpage {
  height: 45vw;
  max-height: 350px;
}

.single-property-header.v4.mainpage .property-slider-img {
  height: 100%;
}

.single-property-header.v4.mainpage .property-slider-img:before {
  max-height: 350px;
  height: 45vw;
}

.single-property-header.v4.mainpage .property-slider-img img {
  -o-object-position: right;
  object-position: right;
  height: 100%;
}

.project-img-head {
  height: 45vw;
  max-height: 450px;
}

.list-details-title.v2.full-desc {
  position: relative;
  background: #fff;
  width: 100%;
  top: -70px;
  padding: 0 !important;
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.9);
  margin-bottom: 30px;
}

.list-details-title.v2.full-desc .container {
  max-width: unset;
}

.list-details-title.v2.full-desc .container .col-12 {
  background: rgba(0, 0, 0, 0.6);
}

.list-details-title.v2.full-desc .single-listing-title {
  margin-top: 0;
  border-radius: 0;
  padding: 30px 10px;
}

.team_prev,
.trending_prev {
  left: 15px;
}

.team_next,
.trending_next {
  right: 15px;
}

.trending-header {
  margin-top: 80px;
}

.trending-places.v2 .property-slider-img {
  transition: none;
  transition: transform 0.9s;
}

.trending-places.trending-header.v2
  .single-property-header.v4:hover
  .property-slider-img {
  transform: none;
}

.single-team-member.v2 img {
  border-radius: 3px;
  transition: box-shadow 0.3s;
  box-shadow: none;
}

.single-team-member.v2:hover img {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.setting-menu {
  border-radius: 3px;
  top: 80px;
}

.setting-menu .account-dropdown__item a:hover {
  background: none;
  color: #54a082;
}

.errorwrapper {
  height: calc(100vh - 375px);
  padding-top: 140px;
}

.errorcontent {
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.blobright {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 24px 0 0 0;
  border-bottom: 0;
  border-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blobleft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 24px 0 0;
  background: #54a082;
  transition: box-shadow 0.3s;
  box-shadow: none;
}

.blobleft:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.msg-err {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 35px;
}

.msg-url,
.msg-url a {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
  text-decoration: none;
}

.msg-url:hover,
.msg-url a:hover {
  text-decoration: underline;
}

.msg-url i {
  margin-right: 8px;
}

.msg-code {
  font-size: 100px;
  font-weight: 600;
  color: #54a082;
  text-align: center;
}

#user-login-popup .modal-content {
  border-radius: 18px;
}

.login-wrapper {
  overflow: hidden;
  border-radius: 0 0 18px 18px;
}

.user-login-section .right-box-inner {
  border-radius: 24px 0 0 0;
}

.property-id {
  bottom: 15px;
  position: absolute;
}

.btn.v2 {
  background: #54a082;
}

.chat-btn:hover,
.btn.v2:hover {
  background: #63bd99;
}

.chat-btn:hover i,
.btn.v2:hover i {
  color: #fff;
}

.custom-select .dropdown-toggle:after {
  line-height: 48px;
}

.property-item .property-author-wrap.munkatars-card img {
  transition: none;
}

/*
.property-item .property-img img {
  transition: none;
  transition: transform 0.9s;
  height: 100% !important;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
*/

.search-popup,
.property-item,
.single-property-details .container.bg-g,
.property-detail-title {
  border-radius: 3px;
}

.menu-btn {
  justify-content: center;
}

.seen-card {
  border-radius: 3px;
}

.full-filter .checkbox-slidedown-box {
  border-radius: 3px;
  transition: 0.3s;
}

.full-filter .checkbox-slidedown-box:hover {
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
}

.full-filter .checkbox-slidedown-box .entry-title a {
  transition: 0.3s;
}

.dropdown-menu.show {
  left: 0 !important;
  top: 0 !important;
}

.single-property-box:after {
  top: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.search-container
  .hero__form.v2
  .explore__form-checkbox-list.full-filter.filter-block
  .container {
  padding-top: 20px;
}

.image-counter {
  position: absolute;
  right: 10px;
  left: unset;
  width: unset;
}

.header {
  z-index: 1000;
}

.modal {
  z-index: 9999;
}

.social-btn li {
  height: 40px;
  vertical-align: top;
}

.feature_text li {
  margin: 0;
}

.section-title.v1.cardstitle h2 {
  margin-bottom: 20px;
}

.cardsbox {
  padding-top: 30px !important;
}

.swiper-slide {
  display: flex;
}

.lnr-heart {
  margin-left: 1px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a:hover:focus {
  color: #54a082;
}

.width-fc {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mw-10 {
  min-width: 10%;
}

.br-3 {
  border-radius: 3px;
}

.pc10 {
  width: 10%;
}

.mobile-actions .btn {
  transition: background-color 0.2s ease-in-out;
}

.mobile-actions .btn:hover {
  background: #63bd99;
}

.value-input-wrap button {
  transition: background-color 0.2s ease-in-out;
}

.value-input-wrap button:hover {
  background: #63bd99;
}

.d-sale-none {
  display: none;
}

.cc-window {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  position: fixed;
  height: 91px;
  z-index: 10001;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  font-family: Roboto, sans-serif;
  font-weight: 500;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 10%;
}

.cc-compliance a {
  background: #54a082;
  color: white;
  padding: 10px;
  font-size: 16px;
  border-radius: 3px;
  transition: background-color 0.2s ease-in-out;
}

.cc-compliance a:hover {
  background: #63bd99;
}

.cc-message {
  padding: 0 3%;
  text-align: justify;
}

.detailed-search-close {
  display: none;
}

.widget {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

/* Plugins changes */

/* Media queries */

@media (max-width: 500px) {
  #navbar-logo {
    filter: brightness(100);
  }

  .site-navbar-wrap.v2.style2 #navbar-logo {
    filter: none;
  }

  .swiper-slide {
    display: block;
  }

  .property-item .property-author {
    font-size: 20px;
  }

  .property-author img {
    width: 50px !important;
    height: 50px !important;
    transition: none;
  }

  .trending-place-wrap .feature_text {
    top: 15px;
    left: 10px;
  }

  .feature_text li {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .container .site-navbar {
    padding: 0 5%;
  }

  .agent-details-wrapper .agent-portrait {
    text-align: center;
    background: #f7f7f7;
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .single-property-header.v4.mainpage {
    height: 60vw;
  }

  .single-property-header.v4.mainpage p {
    display: none;
  }

  .single-property-header.v4.mainpage .property-slider-img:before {
    height: 65vw;
  }

  .project-img-head {
    height: 60vw;
  }

  .project-title {
    font-size: 26px;
  }

  .blobleft,
  .blobright {
    width: 90% !important;
  }

  .homepage .searchbar {
    padding-top: 35px;
  }

  .listing-search {
    padding-top: 100px !important;
  }

  body.fix .homepage {
    padding-left: 0;
    padding-right: 0;
  }

  body.fix .searchbar {
    padding-top: 35px;
  }

  .hero__form.v2 .explore__form-checkbox-list.full-filter.filter-block {
    position: relative;
  }

  .hero__form.v2 .dropdown-filter {
    margin-bottom: 15px;
  }

  .full-filter .container {
    padding-bottom: 30px;
  }

  .hero__form.v2
    .explore__form-checkbox-list.full-filter.filter-block
    .container {
    padding-top: 0;
  }

  .hero__form.v2 .container {
    max-width: unset;
  }

  .footer-bottom-area {
    margin-bottom: 84px;
  }

  .side-float {
    display: none;
  }

  .d-sale-none {
    display: block !important;
  }

  .cc-window,
  .cc-window.cc-floating {
    width: 100%;
    max-width: unset;
    padding: 0 5%;
    height: 150px;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
  }

  .cc-bottom {
    bottom: 0;
  }

  .cc-floating .cc-message {
    margin: 10px 0;
  }

  .cc-window.cc-floating .cc-compliance {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 601px) and (max-width: 991px) {
  .single-property-header.v4.mainpage {
    height: 45vw;
    max-height: 450px;
  }

  .single-property-header.v4.mainpage .property-slider-img:before {
    max-height: 450px;
    height: 45vw;
  }

  .filter-wrapper.style1.bg-cb {
    padding-top: 100px;
  }

  .blobleft {
    width: 80%;
  }

  .detailed-search-close {
    display: none;
  }

  .hero__form.v2.filter.listing-filter.bg-cb.details-open .searchbar {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .search-container .row.justify-content-center.searchbar {
    background: none;
  }
}

@media (max-width: 650px) {
  .cc-window,
  .cc-window.cc-floating {
    padding: 0 5%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .swiper-slide {
    display: unset;
  }
}

@media (max-width: 767px) {
  .property-list .single-property-box .property-img {
    height: 300px;
  }

  .property-list .single-property-box .property-img img {
    height: 300px;
  }

  .btn.btn-secondary.odd-toggle.search-order {
    border-radius: 3px;
  }

  .order-dropdown .btn-secondary:hover {
    background-color: #63bd99;
    border-color: #63bd99;
  }

  .single-property-box .property-feature li {
    vertical-align: top;
  }

  .site-navbar-wrap.v2.style2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .single-property-box .property-img:after {
    opacity: 0;
    background: linear-gradient(
      to top,
      black 0%,
      rgba(0, 0, 0, 0.83) 5%,
      rgba(22, 22, 23, 0) 40%,
      rgba(0, 0, 0, 0) 100%
    );
  }
}

@media (max-width: 768px) {
  .trending-header {
    margin-top: 60px;
  }

  .trending_next,
  .trending_prev,
  .team_next,
  .team_prev {
    top: 30%;
  }
}

@media (max-width: 668px) {
  .single-team-member.v2 {
    padding: 60px;
  }

  .single-team-member.v2 img {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  }

}

@media (min-width: 669px) and (max-width: 767px) {
  .trending_next,
  .trending_prev,
  .team_next,
  .team_prev {
    top: 25%;
  }
}

@media (min-width: 768px) {
  .col-lg-6.col-sm-12.col-12.pl-md-0.pl-auto {
    padding-left: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .property-list .single-property-box .property-img {
    height: 210px;
  }

  .property-id {
    top: 20%;
  }

  .tri-button {
    position: absolute;
    display: unset;
    right: 5px;
    bottom: 5px;
  }

  .tri-button .row.list-extra {
    padding: 0 20px 0 0;
  }

  .m10 {
    width: 10%;
  }

  .trending-place-wrap .feature_text {
    top: 8px;
    left: 8px;
  }
}

@media (max-width: 991px) {
  .nav-folderized .nav h2:after {
    right: unset;
  }

  .trending-header {
    padding-top: 0;
  }

  .trending_next {
    right: 15px;
  }

  .team_next {
    right: 5px;
  }

  .team_prev {
    left: 5px;
  }

  .errorcontent {
    flex-direction: column-reverse;
  }

  .blobright {
    margin-left: 20%;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 24px 0 0 24px;
  }

  .blobright {
    width: 80%;
  }

  .header,
  .header.transparent.scroll,
  .header.transparent.scroll-hide.scroll,
  .header.transparent.scroll-hide.scroll.hide {
    position: absolute;
    transition: none;
    top: 0;
  }

  .header.transparent.scroll .site-navbar-wrap.v1 {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
  }

  .hero__form.v2.filter.listing-filter,
  .hero__form.v4.filter.listing-filter {
    background: none;
  }

  .hero__form .dropdown-menu.show {
    margin: 0 10px;
  }

  .hero__form .inner.show .dropdown-menu.inner.show {
    margin-left: 0;
  }

  .hero__form .full-filter .checkbox-slidedown-box {
    padding: 10px;
    margin-top: 10px;
  }

  .site-navbar-wrap.v1 {
    background: none;
  }

  .hero-slider.v2 {
    min-height: 600px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .hero-slider.v2 .swiper-container {
    filter: opacity(0.4);
  }
}

@media (max-width: 991px) {
  .errorwrapper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .fa-facebook-f:before,
  .fa-youtube:before,
  .fa-instagram:before {
    font-size: 30px;
  }

  .fa-facebook-f.triple:before,
  .fa-youtube.triple:before,
  .fa-instagram.triple:before {
    font-size: 15px;
  }

  .property-list .single-property-box .property-img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  body.fix {
    overflow: hidden !important;
  }

  body.fix .search-container {
    min-height: 100%;
    z-index: 10001;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  body.fix .search-container.open .full-filter {
    position: relative !important;
    top: 0 !important;
    margin-top: 15px;
  }

  body.fix .search-container.open .detailed-search-close {
    display: block;
  }

  .hero__form.v2.filter.listing-filter,
  .hero__form.v4.filter.listing-filter {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .trending_next,
  .trending_prev,
  .team_next,
  .team_prev {
    top: 30%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .value-input-wrap.newsletter button {
    display: block;
    width: 100%;
    border-radius: 3px;
  }
}

@media (min-width: 1199px) {
  .trending_next,
  .trending_prev,
  .team_next,
  .team_prev {
    top: 25%;
  }
}

@media (max-width: 1199px) {
  .widget.recent li.recent-list .entry-img img {
    height: 200px;
  }

  .map-responsive {
    margin-bottom: 35px;
  }

  .munkatars-sidebar {
    position: unset;
    top: unset;
  }

  .munkatars-sidecont {
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .sidebar-right:before {
    height: 100vh;
  }
}

@media (min-width: 1250px) {
  .container {
    max-width: 1150px;
  }
}

/* Keyframes - Animations */

.kezdolap-slide2 {
  -webkit-animation-name: kezdolapFade;
  animation-name: kezdolapFade;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes kezdolapFade {
  0% {
    opacity: 1;
  }

  45% {
    opacity: 1;
  }

  55% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes kezdolapFade {
  0% {
    opacity: 1;
  }

  45% {
    opacity: 1;
  }

  55% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse-red {
  0% {
    transform: scale(1.1);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }

  50% {
    transform: scale(1.2);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }

  100% {
    transform: scale(1.1);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}

@keyframes pulse-red {
  0% {
    transform: scale(1.1);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }

  50% {
    transform: scale(1.2);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }

  100% {
    transform: scale(1.1);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}

.pulsate {
  box-shadow: 0 0 0 0 #ff5252;
  -webkit-animation: pulse-red 2s 2 forwards;
  animation: pulse-red 2s 2 forwards;
  transform: scale(1);
}

.submit-btn.search-button {
  width: auto !important;
  display: inline-block;
}

.props-row {
  padding-bottom: 45px;
}

.listing-filter > .row {
  margin: 0;
}

.detailed-search-btn {
  position: relative;
  display: block;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 15px 0;
}

.type-input .custom-select .dropdown-toggle {
  background-color: transparent;
}

.detailed-search-btn .btn:hover {
  box-shadow: 0 0.14em 0.57em 0 rgba(0, 0, 0, 0.2);
}

.detailed-search-btn .btn {
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  padding: 15px 25px;
  border-radius: 5px;
  transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out,
    color 0.2s ease-in-out;
}

.detailed-search-btn .cancel-btn {
  background-color: transparent;
  color: #54a082;
  border: 1px solid #ccc;
  margin-right: 15px;
}

.detailed-search-btn .submit-btn {
  background-color: #54a082;
  color: white;
}

.container.pos-abs {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
}

.input-slot {
  cursor: text;
  height: 48px;
  margin: 0 3px 8px 0;
  border-radius: 3px;
}

.searchbar {
  color: #fff;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 8px 7px 0px;
  justify-content: center;
  display: flex;
}

.searchbar-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.searchbar-wrap > .row:nth-child(2) .search-input {
  width: 100%;
  display: none;
  border-radius: 3px;
  overflow: hidden;
}

.category-input {
  min-width: 66px;
  flex-shrink: 0;
}

.type-input {
  width: 148px;
  flex-shrink: 0;
  margin-right: 3px;
}

.location-input {
  flex: 2;
  margin-right: 3px;
}

.range-input {
  flex: 1 0;
  max-width: 143px;
  overflow: hidden;
}

.search-input {
  background: #54a082;
  height: 48px;
  width: 56px;
  display: block;
}

.search-button {
  cursor: pointer;
  background: #54a082;
  width: 100%;
  border: 1px solid #54a082;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  fill: #fff;
  height: 48px;
  overflow: hidden;
  border-radius: 3px;
  padding: 0;
  color: white;
  transition: background-color 0.2s ease-in-out;
}

.search-button:hover {
  background: #63bd99;
}

.category-list .option {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 8px 0 0;
}

@media (min-width: 992px) {
  .rooms-input {
    max-width: 122px;
  }
}

.searchbar-wrap .option > .hide {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
}

.category-list .radio-button {
  cursor: pointer;
  display: block;
  border-radius: 100%;
  box-shadow: inset 0 0 0 2px #fff;
  width: 14px;
  height: 14px;
  margin: 0 8px 0 0;
}

.hide:checked + .radio-button {
  position: relative;
}

.hide:checked + .radio-button:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 3px;
  left: 3px;
}

.category-list label .label {
  cursor: pointer;
  line-height: 24px;
  text-transform: capitalize;
  font-size: 14px;
}

.category-list label {
  margin-bottom: 0px;
}

.detailed-search-close {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
}

.detailed-search-close i {
  color: white;
  font-size: 25px;
}

.hero__form.v2 .explore__form-checkbox-list.full-filter.filter-block {
  background-color: transparent;
  position: absolute;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.hero__form.v2
  .explore__form-checkbox-list.full-filter.filter-block
  .container {
  padding-top: 45px;
  background: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.filter-range {
  color: #191919;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  padding: 0 16px;
  height: 48px;
}

.filter-range-holder {
  display: flex;
  box-sizing: border-box;
  border-radius: 3px;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  height: 48px;
}

.range-inputs,
.range-separator {
  position: relative;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.range-separator {
  width: 8px;
  height: 16px;
  justify-content: center;
  font-size: 14px;
}

.range-suffix {
  white-space: nowrap;
  padding: 8px;
  display: block;
  font-size: 14px;
  color: #666;
}

.range-input {
  background: transparent;
  box-sizing: border-box;
  width: 10%;
  height: 48px;
  line-height: 48px;
  flex: 1 1 auto;
  margin: 0;
  border: 0;
  font-size: 14px;
  outline: 0;
  -moz-appearance: textfield;
}

.range-input:first-of-type {
  padding: 0 0 0 8px;
}

.placeholder {
  color: #666;
}

.input-text {
  color: #191919;
}

.placeholder,
.input-text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0 8px;
  border-radius: 3px;
  background: #fff;
}

.input-text {
  display: flex;
}

.input-text.empty {
  display: none;
}

.filter-range.focus .placeholder,
.filter-range.focus .input-text {
  display: none;
}

.filter-range.search {
  padding: 0;
}

.range-input:focus {
  border: none !important;
}

.type-input .custom-select .dropdown-toggle {
  height: 48px;
  line-height: 48px;
}

.filter-block > .container > .row > div {
  padding: 0 35px;
}

.filter-block > .container > .row > div:first-child,
.filter-block > .container > .row > div:nth-child(2) {
  border-right: 1px solid #ccc;
}

.filter-block > .container > .row > div .row > .col-12 > .row > .col-12 > p,
.filter-block > .container > .row > div .row > .col-12 > p {
  margin-top: 10px;
}

@media only screen and (min-width: 992px) {
  .hero__form.v2 .hero__form-input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
  }
}

.filter-block > .container > .row > div input[type='text'] {
  font-family: Roboto, sans-serif;
  min-width: 0;
  flex: 1;
  outline: none;
  background: none;
  border: 0;
  height: 40px !important;
  min-height: 20px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 12px;
  transition: height 0.2s ease;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #191919;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

@media (max-width: 991px) {
  .hero__form.v2 .explore__form-checkbox-list.full-filter {
    top: 556px;
    height: 800px;
  }

  .searchbar {
    padding-top: 35px;
  }

  .submit-btn.search-button {
    width: 100% !important;
  }

  .full-filter .checkbox-slidedown-box {
    padding: 10px 0;
  }

  .detailed-search-btn .submit-btn {
    margin-top: 15px;
  }

  .detailed-search-btn .cancel-btn {
    margin-bottom: 15px !important;
    margin-right: 0px !important;
  }

  .detailed-search-btn {
    margin: 0;
  }

  .detailed-search-btn .btn {
    display: block;
  }

  .container.pos-abs {
    top: 92px;
    max-width: none;
    width: 100%;
  }

  .hero__form .hero__form-input {
    margin-bottom: 0px;
  }

  .bg-s {
    height: 589px;
  }

  .hero__form.v2 .explore__form-checkbox-list.full-filter {
    top: 600px;
    padding: 0 !important;
    width: 100%;
  }

  .filter-block > .container > .row > div:first-child,
  .filter-block > .container > .row > div:nth-child(2) {
    border: none;
  }

  .custom-select .dropdown-toggle:after {
    padding: 0;
  }

  .dropdown-menu.show {
    left: -10px !important;
    min-width: 100% !important;
    top: -13px !important;
  }

  .category-input {
    padding-left: 0px !important;
  }

  .range-input {
    width: 100%;
    margin-bottom: 0px;
  }

  .searchbar-wrap > .d-flex.align-items-center > .align-self-end {
    padding: 0 7px !important;
  }

  .hero__form.v2 .dropdown-filter {
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }

  .hero__form {
    padding-top: 20px !important;
  }

  .category-list {
    display: flex;
    width: 100%;
  }

  .category-list .option {
    height: 48px;
    box-shadow: inset 0 0 0 1px #fff;
    flex: 1;
    justify-content: center;
    padding: 0 16px;
  }

  .category-list .option.checked {
    background: rgba(255, 255, 255, 0.24);
  }

  .category-list .option:first-of-type {
    border-radius: 3px 0 0 2px;
  }

  .searchbar-wrap {
    max-width: 400px;
  }

  .searchbar-wrap > .row:first-child {
    flex-direction: column;
  }

  .searchbar-wrap > .row:nth-child(2) {
    flex-direction: column;
    width: 100%;
  }

  .category-input {
    padding: 0;
    min-width: 0;
    width: 100%;
  }

  .type-input {
    width: 100%;
  }

  .location-input {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
  }

  .range-input {
    width: 100%;
    max-width: none;
  }

  .search-input {
    display: none;
  }

  .searchbar-wrap > .row:nth-child(2) .search-input {
    display: block;
  }

  .detailed-search-close {
    display: block;
    cursor: pointer;
  }
}

.open-gallery,
.overlay.popup-img {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.custom-select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  padding-left: 10px;
}

.dropdown-filter {
  color: #fff;
  display: flex;
}

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 1000;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 5px 0;
  background-color: #54a082;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 500 14px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

/* top right*/

.ribbon-top-right {
  top: 0;
  right: 0;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before {
  top: 0;
  left: 0;
}

.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}

.ribbon-top-right span {
  left: -20px;
  top: 50px;
  transform: rotate(45deg);
}
