/* ========== 1. FONTS ========== */

/* Regular (400) */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/PlusJakartaSans/PlusJakartaSans-Regular.woff2') format('woff2');
}

/* Medium (500) */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/PlusJakartaSans/PlusJakartaSans-Medium.woff2') format('woff2');
}

/* SemiBold (600) */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/PlusJakartaSans/PlusJakartaSans-SemiBold.woff2') format('woff2');
}

/* Bold (700) */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/PlusJakartaSans/PlusJakartaSans-Bold.woff2') format('woff2');
}

/* ExtraBold (800) */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/PlusJakartaSans/PlusJakartaSans-ExtraBold.woff2') format('woff2');
}

/* ✅ Metric-adjusted fallback to eliminate COUT */
:root {
  --fallback-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

/* ========== 2. RENTALL-COMMON.CSS ========== */

/**
* Product: RentAll;
**/

/** Font - Start **/

/** @import url('https://fonts.googleapis.com/css?family=Roboto'); **/

/* @font-face {
  font-family: 'Circular';
  src: url('../fonts/lineto-circular/lineto-circular-pro-book.eot');
  src: url('../fonts/lineto-circular/lineto-circular-pro-book.eot?#iefix') format('embedded-opentype'), url('../fonts/lineto-circular/lineto-circular-pro-book.woff') format('woff'), url('../fonts/lineto-circular/lineto-circular-pro-book.ttf') format('truetype'), url('../fonts/lineto-circular/lineto-circular-pro-book.svg#lineto-circular-pro-book') format('svg');
  font-weight: normal;
  font-style: normal;
} */

body,
input,
optgroup,
select,
textarea,
button {
  /* font-family: 'Circular', Arial, Helvetica, sans-serif !important; */
  color: #484848;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/** Font - End **/

/** Common Start **/

select {
  background-image: url(../chevron-down.svg) !important;
  background-repeat: no-repeat;
  background-position: 96% 7px;
  background-size: 25px 25px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.btn_black {
  background-color: #ffffff;
  padding: 10px 16px;
  border-radius: 50px;
  color: #0c1726 !important;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}

.headerSearch {
  /* margin-left: 15px; */
  right: unset;
  position: unset;
}

@media (max-width: 767px) {
  .btn_black {
    background-color: transparent !important;
    padding: none !important;
    border-radius: none;
    color: #fff !important;
    height: auto;
    padding: 0px 5px !important;
  }
  
  .innerHeader .btn_black {
    background-color: transparent !important;
    padding: none !important;
    border-radius: none;
    color: #0c1726 !important;
    height: auto;
    padding: 0px 5px !important;
  }
}


select::-ms-expand {
  display: none;
}

#mobileMenu.active {
  right: 0;
  color: #222222;
}

/** Common End **/

/** Header - Start **/

.rentAllHeader.navbar-default {
  background: #fff;
  font-weight: 500;
  width: 100%;
  position: fixed;
  top: 0;
}

.innerHeader {
  padding-bottom: 76px !important;
}

.ViewProfile {
  padding-top: 20px;
}

.rentAllHeader.navbar-default .navbar-nav>li {
  padding: 0 8px 0 0px;
}

.rentAllHeader.navbar-default .navbar-nav>li>a,
.rentAllHeader.navbar-default .navbar-nav>li>form>button {
  color: #484848;
  line-height: 81px;
  height: 82px;
  vertical-align: middle;
  /*display: inline;*/
  /* padding: 0 8px; */
  background: #fff;
  font-size: 15px;
  font-family: inherit;
  border-bottom: 2px solid transparent;
}

.rentAllAdminHeader.navbar-default .navbar-nav>li>a,
.rentAllAdminHeader.navbar-default .navbar-nav>li>form>button {
  color: #484848;
  line-height: 46px;
  vertical-align: middle;
  display: inline;
  padding: 0 19px;
  background: #fff;
  font-size: 14px;
  font-family: inherit;
}

.rentAllAdminHeader.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.rentAllAdminHeader.navbar-default .navbar-nav>li>form>button:focus,
.navbar-default .navbar-nav>li>form>button:hover {
  text-decoration: none;
  color: #484848;
}

.rentAllHeader.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.rentAllHeader.navbar-default .navbar-nav>li>form>button:focus,
.navbar-default .navbar-nav>li>form>button:hover {
  text-decoration: none;
  color: #484848;
  /* border-bottom: 2px solid #767676; */
}

.rentAllHeader.navbar-default .navbar-nav>.open>a,
.rentAllHeader.navbar-default .navbar-nav>.open>a:focus,
.rentAllHeader.navbar-default .navbar-nav>.open>a:hover {
  background: #fff;
}

.after-login #basic-nav-dropdown,
.after-login #basic-nav-dropdown:hover {
  background: #e5e2e2 !important;
  border-radius: 9999px;
  padding: 4px 12px;
  line-height: 34px;
  margin-top: 19px;
  height: 43px;
  border-bottom: none;
}

#mobileMenu #basic-nav-dropdown,
#mobileMenu #basic-nav-dropdown:hover {
  margin-top: 0px;
}

.dropdown-toggle img {
  /* margin-top: 5px; */
}

.rentAllHeader .dropdown-menu {
  padding: 0;
  margin: 0;
  min-width: 282px;
  max-width: 460px;
  border-radius: 0 0 2px 2px;
  border-width: 1px;
  top: 82px;
  border-radius: 15px !important;
}

.rentAllHeader .dropdown-menu>li {
  padding-left: 15px;
  padding-right: 15px;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background: none !important;
}

.rentAllHeader .dropdown-menu>li>a,
.rentAllHeader .dropdown-menu>li>form>button {
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.4;
  color: #727272 !important;
  border-bottom: 1px solid #dce0e0;
  position: relative;
  transition: 0.15s all ease;
  font-family: inherit;
  width: 100%;
  text-align: left;
  margin: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 500;
  outline: 0 !important;
  background: transparent;
}

.rentallAdminHeaderNoBorder.navbar-default .navbar-nav>li>a:focus,
.rentallAdminHeaderNoBorder.navbar-default .navbar-nav>li>a:hover,
.rentallAdminHeaderNoBorder.navbar-default .navbar-nav>li>form>button:focus,
.rentallAdminHeaderNoBorder.navbar-default .navbar-nav>li>form>button:hover,
.homeHeader.navbar-default .navbar-nav>li>a:focus,
.homeHeader.navbar-default .navbar-nav>li>a:hover,
.homeHeader.navbar-default .navbar-nav>li>form>button:focus,
.homeHeader.navbar-default .navbar-nav>li>form>button:hover,
.homeHeader.navbar-default .navbar-nav>li>a:focus,
.ListHeader.navbar-default .navbar-nav>li>a:hover,
.ListHeader.navbar-default .navbar-nav>li>form>button:focus,
.ListHeader.navbar-default .navbar-nav>li>form>button:hover {
  text-decoration: none;
  color: #484848;
  border-bottom: none !important;
}

.headerNewDesign .navbar-default .navbar-nav>li>a,
.headerNewDesign .rentAllHeader.navbar-default .navbar-nav>li>a:focus,
.headerNewDesign .navbar-default .navbar-nav>li>a,
.headerNewDesign .rentAllHeader.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
}

.headerNewDesign .navbar-default .navbar-nav>li>a,
.headerNewDesign .rentAllHeader.navbar-default .navbar-nav>li>a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  margin-top: 0;
  right: 0;
  background: #fff;
  transition: width 0.2s ease;
  -webkit-transition: width 0.2s ease;
  border-radius: 10px;
  bottom: 0;
}

.headerNewDesign .navbar-default .navbar-nav>li>a,
.headerNewDesign .rentAllHeader.navbar-default .navbar-nav>li>a:hover::after {
  width: 100%;
  left: 0;
  background: #fff;
}

/* FreeContact functionality */
.headerNewDesign .homeHeader .navbar-nav>li>a {
  width: 114%;
}

/* FreeContact functionality */
.headerNewDesign .navbar-default .navbar-nav>li {
  padding: 0 20px;
}

/* .rentAllHeader .dropdown-menu>li:last-child>a,
.rentAllHeader .dropdown-menu>li:last-child>form>button {
	border-bottom: 1px;
} */

.location .navbar-form {
  margin: 0;
  padding: 10px 0px;
}

.rentAllHeader .dropdown-menu>li>a:hover,
.rentAllHeader .dropdown-menu>li>form>button:hover {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  background: #fff;
  border-bottom: 1px solid #767676;
}

.rentAllHeader .dropdown-menu>li:last-child>a,
.rentAllHeader .dropdown-menu>li:last-child>form>button,
.rentAllHeader .dropdown-menu>li:last-child>a:hover,
.rentAllHeader .dropdown-menu>li:last-child>form>button:hover {
  border-bottom: 0 !important;
  outline: 0;
}

.ListHeader.navbar-default .navbar-nav>li>a {
  color: #484848;
  font-size: 19px;
  font-weight: normal;
  line-height: 61px;
  height: 61px;
  vertical-align: middle;
  padding: 0 19px;
  background: #fff;
  border-left: 1px solid #dce0e0;
}

.homeSlider .slick-slide.slick-active .sliderBg {
  width: 100%;
  height: 800px;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: top center;
  transition: all 1.5s ease !important;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.homeSlider .slick-slide.slick-active .sliderBg {
  -webkit-animation: imageanimation 22s linear infinite;
  /* Safari 4+ */
  -moz-animation: imageanimation 22s linear infinite;
  /* Fx 5+ */
  -o-animation: imageanimation 22s linear infinite;
  /* Opera 12+ */
  animation: imageanimation 22s linear infinite;
  /* IE 10+, Fx 29+ */
}

.homeBannerSlider .slick-slide.slick-active .sliderBg {
  width: 100%;
  height: 800px;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: top center;
  transition: all 1.5s ease !important;
  -moz-transition: all 1.5s ease !important;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.homeBannerSlider .slick-slide.slick-active .sliderBg {
  -webkit-animation: imageanimation 22s linear infinite;
  /* Safari 4+ */
  -moz-animation: imageanimation 16s linear infinite !important;
  /* Fx 5+ */
  -o-animation: imageanimation 22s linear infinite;
  /* Opera 12+ */
  animation: imageanimation 22s linear infinite;
  /* IE 10+, Fx 29+ */
}

.sliderBg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(6, 15, 19, 0.27);
}

.sliderOne img {
  width: 100%;
  height: 800px;
  background-size: cover;
  object-fit: cover;
}

.homeSlider .slick-slide.slick-active .sliderOne img {
  -webkit-animation: imageanimation 22s linear infinite;
  /* Safari 4+ */
  -moz-animation: imageanimation 22s linear infinite;
  -ms-animation: imageanimation 22s linear infinite;
  /* Fx 
	/* Fx 5+ */
  -o-animation: imageanimation 22s linear infinite;
  /* Opera 12+ */
  animation: imageanimation 22s linear infinite;
  /* IE 10+, Fx 29+ */
}

/*headerNewDesign*/
.headerNewDesign .navbar-default {
  background: transparent;
  font-weight: 500;
  position: absolute;
  border-color: transparent;
}

.headerNewDesign .navbar-default .navbar-nav>li>a,
.headerNewDesign .rentAllHeader.navbar-default .navbar-nav>li>form>button {
  color: #252a41;
  line-height: 81px;
  height: 68px !important;
  vertical-align: middle;
  /* display: inline; */
  padding: 0;
  background: none;
  font-size: 15px;
  font-family: inherit;
  border-bottom: 2px solid transparent;
  font-weight: bold;
  position: relative;
  outline: 0;
}

.headerNewDesign .navbar-default .navbar-nav>.open>a,
.headerNewDesign .rentAllHeader.navbar-default .navbar-nav>.open>a:focus,
.headerNewDesign .rentAllHeader.navbar-default .navbar-nav>.open>a:hover {
  background: transparent;
}

@-webkit-keyframes imageanimation {
  0% {
    transform: translateY(-3%);
  }
  
  100% {
    transform: translateY(-16%);
    -moz-transform: translateY(-16%);
  }
}

@-moz-keyframes imageanimation {
  0% {
    transform: translateY(-3%);
    -moz-transform: translateY(-3%);
  }
  
  100% {
    transform: translateY(-16%);
    -moz-transform: translateY(-16%);
  }
}

@-o-keyframes imageanimation {
  0% {
    transform: translateY(-3%);
  }
  
  100% {
    transform: translateY(-16%);
    -moz-transform: translateY(-16%);
  }
}

@keyframes imageanimation {
  0% {
    transform: translateY(-3%);
    -moz-transform: translateY(-3%);
    -ms-transform: translateY(-3%);
  }
  
  100% {
    transform: translateY(-16%);
    -moz-transform: translateY(-16%);
    -ms-transform: translateY(-16%);
  }
}

.homeBannerSlider {
  width: 100%;
  height: 100%;
  background: rgb(25, 30, 23);
  position: relative;
  top: -20px;
}

.homeBannerSlider .slick-dots,
.homeBannerSlider .slick-next,
.homeBannerSlider .slick-prev {
  display: none !important;
}

.homeSliderMobile {
  display: none;
}

.signupModal .close {
  float: left !important;
  font-size: 30px !important;
  font-weight: normal;
  color: rgb(118, 118, 118);
  opacity: 0.7;
  margin-left: 5px;
}

.signupModal .modal-header {
  padding: 15px 15px 0 26px;
  border-bottom: none;
}

.signupModal .modal-content {
  border-radius: 0;
}

.loginModal .close {
  float: left !important;
  font-size: 30px !important;
  font-weight: normal;
  color: rgb(118, 118, 118);
  opacity: 0.7;
  margin-left: 5px;
}

.loginModal .modal-header {
  padding: 12px 12px 10px 26px;
  border-bottom: none;
}

.loginModal .close {
  float: left !important;
  font-size: 30px !important;
  font-weight: normal;
  color: rgb(118, 118, 118);
  opacity: 0.7;
  margin-left: 5px;
  display: inline-block;
  margin: -3px 0 0 0;
  outline: 0;
}

.wishModel .close {
  float: right !important;
  font-size: 30px !important;
  font-weight: normal;
  color: rgb(118, 118, 118);
  opacity: 0.7;
  display: inline-block;
  margin: 6px 0 0;
}

.wishModel .modal-header {
  padding: 5px 15px 0 12px;
  border-bottom: none;
}

.popularLocation .slick-list .slick-slide>div>div {
  padding: 0 8px;
  outline: 0;
}

.headerNewDesign .logoWhite {
  color: #fff !important;
  font-weight: 700;
  font-size: 26px;
  text-shadow: 0 6px 32px #484848 !important;
}

.homeSlickSlider .slick-list .slick-slide>div>div {
  padding: 0 8px;
  outline: 0;
}

.reportModel .close {
  float: left !important;
  font-size: 28px !important;
  font-weight: normal;
  color: rgb(118, 118, 118);
  opacity: 0.7;
  margin-left: 5px;
  display: inline-block;
  margin: -3px 0 0 0;
  outline: 0;
}

.reportModel .modal-header {
  padding: 12px 15px 10px 26px;
  border-bottom: none;
}

.homeLocationSearchForm .geosuggest__input {
  border: 0 !important;
  box-shadow: none !important;
  padding: 8px 0px !important;
  outline: none !important;
  color: #484848 !important;
  min-height: 60px;
}

.menuToggle {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

.menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

.menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

/************************************ menu *****************************************/
.menuToggleOne {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

.menuToggleOne input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

.menuToggleOne span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #0009;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.headerNewDesign .menuToggleOne span {
  background: #ffff;
}

.menuToggleOne span {
  background: #0009;
}

.menuToggleOne span:first-child {
  transform-origin: 0% 0%;
}

.menuToggleOne span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

.menuToggleOne input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(-5px, -20px);
  background: #0009;
}

.menuToggleOne input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
  background: #0009;
}

.menuToggleOne input:checked~span:nth-last-child(2) {
  transform: rotate(-45deg) translate(1px, 15px);
  background: #0009;
}

.menuToggleOne input:checked~ul {
  transform: none;
}

.menuToggle span:first-child {
  transform-origin: 0% 0%;
}

.menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

.menuToggle input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(-5px, -20px);
  background: #0009;
}

.menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.menuToggle input:checked~span:nth-last-child(2) {
  transform: rotate(-45deg) translate(1px, 15px);
}

.menuToggle input:checked~ul {
  transform: none;
}

.logoPadding>a {
  padding: 30px 0 10px !important;
  position: fixed;
  z-index: 5;
  float: left;
}

.headerNewDesign .logoPadding>a {
  padding: 22px 0 10px 12px !important;
  position: relative;
  z-index: 5;
  float: left;
}

.logoPadding>button {
  padding: 0 !important;
}

.logoPadding {
  padding: 0 10px !important;
}

.logoPaggingTab {
  padding: 0 10px 0 25px !important;
  z-index: 1101;
}

.normalPosition {
  position: relative;
}

.fixedPosition {
  position: fixed;
  top: 0;
  z-index: 5;
  width: 100%;
  background: #fff !important;
  padding: 0 25px !important;
}

.normalPosition {
  position: relative;
}

.location .navbar-form {
  margin: 0;
  padding: 10px 0px;
}

.location .navbar-form {
  padding: 12px 8px;
  margin: 0 -6px;
  border-top: 0;
  width: 31.5%;
}

@media screen and (max-width: 1200px) {
  
  .rentAllHeader.navbar-default .navbar-toggle:focus,
  .rentAllHeader.navbar-default .navbar-toggle:hover {
    background: #fff;
  }
  
  .rentAllHeader.navbar-default .navbar-nav {
    border-top: inherit;
    margin-bottom: 0;
  }
  
  .rentAllHeader.navbar-default .navbar-nav>li>a,
  .rentAllHeader.navbar-default .navbar-nav>li>form>button {
    font-size: 15px;
    border-top: 1px solid #dce0e0;
    width: 100%;
    text-align: left;
    line-height: 60px;
    height: 63px;
  }
  
  .rentAllHeader.navbar-default .navbar-nav>li:first-child>a,
  .rentAllHeader.navbar-default .navbar-nav>li:first-child>form>button {
    border-top: 0;
  }
  
  /* .rentAllHeader.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,
	.rentAllHeader.navbar-default .navbar-nav>li>form>button:focus, .navbar-default .navbar-nav>li>form>button:hover {
		color: #008489;
	} */
  .ListHeader.navbar-default .navbar-toggle:focus,
  .ListHeader.navbar-default .navbar-toggle:hover {
    background: #fff;
  }
  
  .location.collapse.in {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    background: #fff;
  }
  
  .rentAllHeader .navbar-collapse {
    overflow-y: auto;
    margin-top: 0;
    position: absolute;
    width: calc(100% + 30px);
    background: #fff;
  }
  
  .fixedPosition {
    position: fixed;
    top: 0;
    z-index: 7;
    width: 100%;
    background: #fff !important;
    padding: 0 25px !important;
  }
  
  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -6px;
  }
  
  .logoPadding>a {
    padding: 30px 0 10px !important;
    position: relative;
    z-index: 5;
    float: left;
  }
}

@media screen and (max-width: 1200px) {
  .location .navbar-form {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }
  
  .location.collapse.in {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
  }
  
  .location.searchHeader {
    position: relative !important;
    width: auto !important;
  }
  
  .fixedHeaderMobile {
    height: 100vh !important;
  }
  
  .menuToggleOne {
    top: 6px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .location.collapse.in {
    background: #fff !important;
    left: 0;
  }
  
  .mobileTabSearch {
    display: none !important;
  }
  
  .innerHeader .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  
  .headerSearch {
    /* margin-left: 15px; */
    right: 200px;
    position: relative;
  }
  
  .logoPaggingTab {
    padding: 0 20px 0 25px !important;
  }
  
  .headerNewDesign .logoPadding>a {
    padding: 35px 0 10px 5px !important;
  }
  
  .mobileTabSearch .headerSearch {
    margin-left: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .headerSearch {
    right: 200px;
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fixedPosition {
    width: 100%;
    left: 0;
  }
  
  .headerSearch {
    right: 80%;
    position: relative;
  }
}

@media (max-width: 767px) {
  .rentAllHeader.navbar-default .navbar-nav>li.languageHeight>a {
    height: auto !important;
    padding: 0;
    background-position: 96% 20px !important;
    background-repeat: no-repeat !important;
  }
  
  .fixedPosition {
    padding: 0 10px !important;
  }
  
  .logoPadding>a {
    padding: 31px 0 10px 10px !important;
  }
  
  .logoPaggingTab {
    padding: 0 10px !important;
  }
  
  .headerNewDesign .logoPadding>a {
    padding: 30px 0 10px 10px !important;
  }
  
  .flagDIv {
    /* background-color: #fff; */
  }
  
  .flagHover {
    border-top: 1px solid #dce0e0;
  }
}

/** Header - End **/

/** Slick - Slider - Start **/



.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  display: none;
}

.slick-next:before {
  content: '';
}

.slick-prev:before {
  content: '';
}

/* inner arrow controls */

.innerControl .slick-next {
  right: 10px;
}

.innerControl .slick-prev {
  left: 10px;
}

/** Slick - Slider - End **/

/**Price Range rc-slider Start**/

.rc-slider {
  margin-bottom: 12px;
  overflow: visible;
  height: 24px !important;
}

.rc-slider-rail {
  background-color: #dce0e0 !important;
  height: 2px !important;
  position: absolute;
  top: 14px !important;
  width: 100% !important;
}

.rc-slider-step {
  display: none;
}

.rc-slider-handle {
  border: 1px solid #161d49 !important;
  background: #fff !important;
  border-radius: 100 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  cursor: pointer !important;
  height: 24px !important;
  margin-left: -12px !important;
  margin-top: -5px !important;
  position: absolute !important;
  z-index: 2 !important;
  width: 24px !important;
  font-size: 0 !important;
}

.rc-slider-track {
  background-color: #161d49 !important;
  height: 4px !important;
  position: absolute !important;
  top: 13px !important;
}

/**Price Range rc-slider Start**/

/** switch - Start **/

.searchSwitch input:checked+.toggle {
  background: linear-gradient(90deg, #3A8AD6 0%, #1d5fa7 100%);
}

.searchSwitch input:checked+.toggle:after {
  background: linear-gradient(90deg, #3A8AD6 0%, #1d5fa7 100%);
}

/** switch - End **/

/** Carousal - Start **/

.carousel-control {
  text-shadow: none;
  font-size: 48px;
  opacity: 0;
}

.carousel-control.left {
  background-image: none;
  /* background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.25) 100%) !important; */
}

.carousel-control.right {
  background-image: none;
  /* background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.25) 100%) !important; */
}

.carousel-control svg {
  position: absolute;
  top: 42%;
  z-index: 5;
  display: inline-block;
}

.carousel.slide:hover .carousel-control {
  opacity: 1;
}

.mapInfoWindow .carousel-control svg {
  top: 36%;
}

.carousel-control.left svg {
  left: 5px;
}

.carousel-control.right svg {
  right: 5px;
}

.carousel-control.right svg {
  right: 5px;
}

/** Carousal - End **/

/** DateRange - Start **/

.DateRangePicker__picker {
  z-index: 3 !important;
}

.homeDate .DateRangePickerInput {
  border: 0 none !important;
}

.homeDate .DateInput {
  line-height: inherit;
  font-size: 16px;
  padding: 8px 0px;
}

.DateInput__display-text,
.DateInput_input {
  text-transform: capitalize;
  padding: 4px 8px !important;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px !important;
  padding: 8px 0px;
}

.DateInput_input__focused {
  border-bottom: 1px solid #008489 !important;
}

.homeDate .DateInput:first-child .DateInput__display-text,
.homeDate .DateInput:first-child .DateInput_input {
  padding-left: 0 !important;
}

.homeDate .DateInput__display-text--focused {
  border-bottom: 1px;
  background: none;
  color: #767676;
  box-shadow: 0 1px 0 #008489;
  border-radius: 0;
}

.DateRangePicker,
.DateRangePickerInput {
  width: 100%;
}

.searchDate .DateInput {
  width: auto;
  line-height: inherit;
  font-size: inherit;
  padding: 5px 0px;
}

.searchDate .DateInput__display-text--focused {
  border-bottom: 1px;
  background: none;
  color: #767676;
}

.searchDate .DateRangePickerInput {
  border-radius: 2px;
  border: 1px solid #dbdbdb;
}

.ContactHost .DateInput {
  line-height: inherit;
  font-size: inherit;
  padding: 5px 0px;
}

.ContactHost .DateInput__display-text--focused {
  border-bottom: 1px;
  background: none;
  color: #767676;
}

.ContactHost .DateRangePickerInput {
  border: 1px solid #dbdbdb;
}

.viewListingDate .DateInput {
  font-size: 16px;
  padding: 4px;
  height: 40px;
  color: #484848;
}

.viewListingDate .DateInput_input__focused,
.ContactHost .DateInput_input__focused,
.viewListingDate .DateInput_input,
.ContactHost .DateInput_input {
  border-bottom: 0 !important;
}

.viewListingDate .DateRangePickerInput {
  border-radius: 2px;
  border: 1px solid #dbdbdb;
}

.viewListingDate .DateInput__display-text--focused {
  border-bottom: 1px;
  background: none;
  color: #767676;
}

.inputFocusColor .form-control:focus {
  border-color: rgb(0, 132, 137) !important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid;
}

.form-control:focus {
  border-color: none !important;
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flag {
  position: relative;
}

.flag::before {
  content: '';
  width: 100px;
  height: 100px;
  background: url('../mQjNZs.jpg');
  position: absolute;
  top: 0;
  left: 0;
}

.flagCss .css-yk16xz-control {
  border-color: transparent;
  border-radius: inherit;
  border-style: inherit;
  border-width: inherit;
  transition: inherit;
  box-sizing: inherit;
}

.flagCss .css-1hwfws3 {
  
  padding: 2px 0;
  height: 63px;
}

.flagCss .css-1okebmr-indicatorSeparator {
  background-color: transparent;
  width: inherit;
}

.flagCss .css-tlfecz-indicatorContainer {
  color: #484848;
}

.flagCss .css-1wa3eu0-placeholder {
  color: #484848;
}

.flagCss .css-1pahdxg-control:hover {
  border-color: inherit;
}

.flagCss .css-1pahdxg-control {
  box-shadow: inherit;
  border-color: inherit;
  border-style: inherit;
  border-width: inherit;
}

.flagCss .css-g1d714-ValueContainer {
  padding: 22px 0;
}

.css-26l3qy-menu {
  position: absolute;
  z-index: 99;
}

.css-26l3qy-menu>div {
  padding-top: 0;
  border-radius: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 935px) {
  .homeDate .DateInput {
    width: 100px;
  }
}

@media screen and (max-width: 640px) {
  .viewListingDate .DateInput {
    max-width: 115px;
    width: 100%;
    padding: 4px 10px;
  }
  
  /* .searchDate .DateInput__display-text{
		/*padding: 4px 38px;
	} */
  .searchDate .DateRangePickerInput {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .homeDate .DateInput {
    width: auto;
  }
  
  .homeSliderMobile {
    display: block;
  }
  
  .homeSlider {
    display: none;
  }
  
  .sliderBg {
    height: 100%;
    background-size: cover;
  }
  
  .homeSliderMobile .slick-track {
    width: 100% !important;
  }
  
  .homeSliderMobile .slick-initialized .slick-slide {
    width: 100% !important;
  }
  
  .headerNewDesign .navbar-default .navbar-toggle {
    color: #fff !important;
  }
  
  .headerNewDesign .navbar-default .navbar-nav {
    
    background: #fff;
  }
  
  .headerNewDesign .navbar-default .navbar-nav>li>a,
  .headerNewDesign .rentAllHeader.navbar-default .navbar-nav>li>form>button {
    color: #555;
    
    height: 62px !important;
  }
  
  .headerNewDesign .navbar-default .navbar-nav>li>a,
  .headerNewDesign .rentAllHeader.navbar-default .navbar-nav>li>a::after {
    
    border-radius: 0;
  }
  
  .sliderBg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(6, 15, 19, 0.27);
    height: 100vh;
  }
  
  .homeLocationSearchForm .geosuggest__input {
    
    padding: 8px 55px 8px 0 !important;
    position: relative;
    z-index: 1;
  }
  
  .rentAllHeader.navbar-default .navbar-nav>li>a:focus,
  .navbar-default .navbar-nav>li>a:hover,
  .rentAllHeader.navbar-default .navbar-nav>li>form>button:focus,
  .navbar-default .navbar-nav>li>form>button:hover {
    text-decoration: none;
    color: #484848;
    border-bottom: inherit;
  }
}

@media screen and (max-width: 991px) {
  
  .headerNewDesign .navbar-default .navbar-nav>li>a,
  .headerNewDesign .rentAllHeader.navbar-default .navbar-nav>li>a:focus,
  .headerNewDesign .navbar-default .navbar-nav>li>a,
  .headerNewDesign .rentAllHeader.navbar-default .navbar-nav>li>a:hover {
    color: #484848;
  }
}

@media screen and (max-width: 480px) {
  .viewListingDate .DateInput {
    max-width: 95px;
    width: 100%;
    padding: 4px 5px;
    font-size: 14px;
  }
  
  .ContactHost .DateInput {
    width: 40%;
  }
  
  /* .titleText */
  /* .searchDate .DateInput__display-text{
		/*padding: 4px 38px;
	} */
  .homeDate .DateInput {
    width: 115px;
  }
  
  .homeDate .DateRangePickerInput {
    
    width: 115px;
  }
}

@media screen and (max-width: 1024px) {
  .viewListingDate .DateInput {
    max-width: 110px;
    width: 100%;
    padding: 4px 5px;
    font-size: 14px;
  }
}

/** DateRange - End **/

/** GeoSuggest -Start - Mar 25, 2017**/
.form_box {
  height: 75px;
  padding-left: 44px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 19px;
  background-color: #ffffff;
  border: 1px solid #00d28b;
  outline: none;
  border-radius: 100px;
  width: 100%;
}

.geosuggest {
  
  outline: none;
  width: 100% !important;
  margin: 0 !important;
}

.homeSearchForm .geosuggest__suggests {
  border: 1px solid #e4e4e4 !important;
  border-top-width: 0 !important;
  left: -46px !important;
  right: -1px !important;
  width: calc(100% + 57px);
}

.homeSearchForm .geosuggest__input {
  width: 100%;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  -webkit-transition: border 0.2s, box-shadow 0.2s;
  transition: border 0.2s, box-shadow 0.2s;
  min-height: 60px;
}

.homeLocationSearchForm .geosuggest__suggests {
  /* border: 1px solid #e4e4e4 !important;
  border-top-width: 0 !important;
  left: -46px !important;
  right: -1px !important;
  width: calc(100% + 57px); */
  border: 1px solid #e4e4e4 !important;
  border-top-width: 0 !important;
  left: 0% !important;
  right: -1px !important;
  width: calc(100%);
  margin-top: 10px;
  border-radius: 15px;
  padding: 10px;
}

.geosuggest__suggests:after {
  content: '';
  display: block;
  background: url('../powered_by_google.png') center left 98% no-repeat white;
  background-size: 80px 12px;
  width: 100%;
  height: 20px;
  background-image: none;
  display: none;
}

.SearchPageForm .geosuggest__input,
.SearchPageForm .geosuggest__input:focus,
.SearchPageForm .geosuggest__input:hover {
  border: 1px solid #e4e4e4;
  box-shadow: none !important;
  padding: 10px !important;
  outline: none !important;
  color: #484848 !important;
}

.SearchPageForm .geosuggest__suggests {
  border: 1px solid #e4e4e4 !important;
  border-top-width: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin-top: 0 !important;
}

.headerSearch .geosuggest__input-wrapper {
  line-height: 1.42857143;
  display: flex;
  align-items: center;
  height: 48px;
}

.headerSearch .geosuggest__input,
.headerSearch .geosuggest__input:focus,
.headerSearch .geosuggest__input:hover {
  border: 0;
  box-shadow: none !important;
  padding: 5px 10px 5px 3px !important;
  outline: none !important;
  color: #767676 !important;
  height: 44px;
  font-size: 15px !important;
  border-radius: 20px;
  /* font-family: sans-serif !important; */
}

.headerSearch .geosuggest__input::placeholder {
  line-height: normal;
  /* inherits correctly from parent */
}


.headerSearch .geosuggest__suggests {
  border: 1px solid #e4e4e4 !important;
  border-top-width: 0 !important;
  left: -35px !important;
  right: 0 !important;
  margin-top: 10px !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  .headerSearch .geosuggest__suggests {
    border: 1px solid #e4e4e4 !important;
    border-top-width: 0 !important;
    left: -35px !important;
    right: 0 !important;
    margin-top: 14px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
  }
}

.homeSearchForm .geosuggest__suggests--hidden,
.SearchPageForm .geosuggest__suggests--hidden,
.headerSearch .geosuggest__suggests--hidden {
  border-width: 0 !important;
  display: none;
}

.geosuggest__item {
  font-size: 14px !important;
  color: #484848;
}

.geosuggest__item:hover,
.geosuggest__item:focus,
.geosuggest__item--active {
  background: rgb(242, 242, 242) !important;
  color: #484848 !important;
}

.SearchPageForm .panel-body,
.headerSearch .panel-body {
  padding: 0;
}

@media screen and (max-width: 370px) {
  .homeLocationSearchForm .geosuggest__suggests {
    left: -39px !important;
    right: -5px !important;
    width: calc(100% + 50px);
  }
}

/** GeoSuggest -End**/

/** Google map - Start **/
.gm-style {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

.gm-style-iw {
  /* max-width: 260px !important; */
  top: 15px !important;
  left: 0 !important;
  right: 0 !important;
  background-color: #fff;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  margin: 0 auto;
}

.gm-style-iw div {
  overflow: hidden;
}

/* .gm-style div {
	/*max-width: 261px;
} */

.gm-style-iw+div {
  /* display: none; */
}

@media screen and (min-width: 321px) {
  .gm-style-iw {
    /* width: 260px !important; */
  }
}

@media screen and (max-width: 321px) {
  .gm-style-iw {
    right: -20px !important;
  }
}

/** Google map - End **/

/** Message Panel Start **/

.messageTextArea .panel-body {
  padding: 0;
}

.dashboardMessage .panel-body {
  padding: 0;
}

/** Message Panel Start **/

/** Panel Footer Start **/

.panel-footer {
  text-align: right;
  background-color: #fff;
  padding: 15px;
}

/** Panel Footer End **/

.guestpanel .panel-body {
  padding: 0;
}

.ContactHost .modal-dialog {
  max-width: 650px;
}

@media screen and (max-width: 767px) {
  .ContactHost .modal-dialog {
    margin: 0;
  }
  
  .headerNewDesign .navbar-default .navbar-toggle {
    color: #fff !important;
    margin-right: 3px;
  }
  
  .headerNewDesign .navbar-default .navbar-nav {
    
    background: #fff;
    overflow: scroll;
    height: 100vh;
  }
  
  .headerNewDesign .navbar-default .navbar-nav>li>a,
  .headerNewDesign .rentAllHeader.navbar-default .navbar-nav>li>form>button {
    color: #555;
    
    height: 62px !important;
  }
  
  .headerNewDesign .navbar-default .navbar-nav>li>a,
  .headerNewDesign .rentAllHeader.navbar-default .navbar-nav>li>a::after {
    
    border-radius: 0;
  }
}

/**Signup Modal **/

@media screen and (max-width: 640px) {
  .signupModal .modal-content {
    border-radius: 0;
  }
  
  .loginModal .modal-content {
    border-radius: 0;
  }
  
  .BookingModal .modal-content {
    border-radius: 0;
    overflow-y: auto !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    position: absolute !important;
  }
}

/**Signup Modal **/

/**Feature Alert Modal **/

.featureAlert .modal-content {
  border-radius: 0;
}

/** Transaction Panel **/

.transactionPanel .panel-heading {
  padding: 0;
}

.reactable-filter-input {
  height: 35px;
  max-width: 250px;
  width: 100%;
  padding: 9px 10px;
  border: 1px solid #ccc;
}

.reactable-page-button {
  padding-right: 10px;
  font-size: 15px;
}

.reactable-next-page {
  font-size: 15px;
}

.reactable-previous-page {
  font-size: 15px;
  padding-right: 10px;
}

/* List Photos */

.dzInputContainer {
  position: relative;
}

.listPhotoContainer .dzInputContainer .dz-hidden-input {
  height: 100% !important;
  width: 100% !important;
  visibility: visible !important;
  opacity: 0 !important;
  cursor: pointer;
}

/* View Listing */

.sticky .bookItContentCommon {
  margin-top: 53px !important;
}

.table-responsive>.table {
  margin-bottom: 0;
}

.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #ddd;
}

.rc-pagination {
  /* font-family: 'Circular' !important; */
  list-style-type: none;
}

.react-switch-handle {
  box-shadow: none !important;
}

.react-switch-bg div:last-child {
  width: 32px !important;
  z-index: 1;
  left: 0;
  right: unset;
  color: #727272;
  transform: scale(0.6);
}

.react-switch-bg div:first-child {
  width: 32px !important;
  z-index: 1;
  right: 0;
  left: unset;
  color: #161d49;
  position: absolute !important;
  transform: scale(0.6);
}

.carousel-indicators {
  bottom: 0 !important;
  padding: 8px 0px !important;
  right: 0 !important;
  z-index: 4;
}

.carousel-indicators li {
  display: inline-block !important;
  vertical-align: middle !important;
  text-align: center !important;
  transform-origin: 50% 50% 0px !important;
  transform: scale(1);
  width: 8px;
  opacity: 1;
  height: 8px;
  background: #fff;
  margin: 5px;
}

.carousel-indicators .active {
  width: 11px !important;
  height: 11px !important;
}

/* Footer Toggle */

@-webkit-keyframes fadeInUpCustom {
  from {
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  
  to {
    opacity: 1 !important;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpCustom {
  from {
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  
  to {
    opacity: 1 !important;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOutDownCustom {
  from {
    opacity: 1 !important;
    -webkit-transform: none;
    transform: none;
  }
  
  to {
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDownCustom {
  from {
    opacity: 1 !important;
  }
  
  to {
    opacity: 1 !important;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.react-drawer-drawer[class*="fadeInUp"] {
  -webkit-animation-name: fadeInUpCustom !important;
  animation-name: fadeInUpCustom !important;
}

.react-drawer-drawer[class*="fadeIfadeOutDownnUp"] {
  -webkit-animation-name: fadeOutDownCustom !important;
  animation-name: fadeOutDownCustom !important;
}

.react-drawer-drawer {
  background-color: #fff !important;
  height: auto !important;
  opacity: 1 !important;
  -webkit-animation-duration: 0.2s !important;
  animation-duration: 0.2s !important;
  z-index: 7;
}

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

	.homeSlider .slick-slide.slick-active .sliderBg {
		height: 100vh !important;
	}
	.sliderBg{
		height:100vh !important;
	}
	} */
@media (max-width: 1200px) and (min-width: 768px) {
  .headerNewDesign .navbar-default .navbar-toggle {
    color: #fff !important;
    margin-right: 0;
    margin-top: 4px;
  }
  
  .headerNewDesign .navbar-default .navbar-nav {
    
    background: #fff;
  }
  
  .headerNewDesign .navbar-default .navbar-nav>li>a,
  .headerNewDesign .rentAllHeader.navbar-default .navbar-nav>li>form>button {
    color: #555;
    
    height: 62px !important;
  }
  
  .headerNewDesign .navbar-default .navbar-nav>li>a,
  .headerNewDesign .rentAllHeader.navbar-default .navbar-nav>li>a::after {
    
    border-radius: 0;
  }
  
  .headerNewDesign .navbar-default .navbar-collapse,
  .headerNewDesign .navbar-default .navbar-form {
    
    width: 100%;
    position: fixed;
    top: 0;
    padding: 0;
    left: 0;
    right: 0;
    /* margin: 0 auto; */
  }
  
  .homeSliderMobile .slick-slide.slick-active .sliderBg {
    height: 100vh !important;
  }
  
  .sliderBg {
    height: 100vh !important;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/**Mobile navbar Toogle**/

@media (max-width: 1200px) {
  .rentAllHeader.navbar-default .navbar-nav>li.languageHeight>a {
    height: auto !important;
    padding: 0;
    background-image: url(../chevron-down.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 67% 20px !important;
    background-size: 25px 25px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  .flagCss span {
    position: relative;
    top: 2px;
    left: 3px;
  }
  
  .navbar-header {
    float: none;
  }
  
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  
  .navbar-toggle {
    display: block;
  }
  
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  
  .navbar-collapse.collapse {
    display: none !important;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .navbar-nav {
    float: none !important;
    margin-top: 0;
  }
  
  .navbar-nav>li {
    float: none;
  }
  
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .collapse.in {
    display: block !important;
  }
  
  .rentAllHeader.navbar-default .navbar-nav>li>a,
  .rentAllHeader.navbar-default .navbar-nav>li>form>button {
    line-height: 61px;
    height: 63px;
    text-align: center;
  }
  
  .flagDIv {
    /* background-color: #fff; */
  }
  
  .flagHover {
    border-top: 1px solid #dce0e0;
  }
}

/**Mobile navbar Toogle**/

/** Date Range Small **/

.slick-dots {
  bottom: 15px !important;
  color: #fff !important;
}

.WishlistItem .slick-dots,
.searchPage .slick-dots {
  /* bottom: 10px !important;
  color: #fff !important;
  width: 80px;
  left: 36%;
  cursor: pointer; */
  
  bottom: 10px !important;
  color: #fff !important;
  width: 80px;
  left: 36%;
  cursor: pointer;
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  pointer-events: none;
  display: flex !important;
}

.slick-dots li,
.WishlistItem .slick-dots li,
.searchPage .slick-dots li,
.slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  line-height: 10px !important;
  vertical-align: middle !important;
}

.slick-dots li button:before {
  opacity: 1 !important;
  height: 6px;
  background: #fff;
  width: 6px;
  content: ' ';
  border-radius: 50%;
  top: 2px !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  height: 9px;
  width: 9px;
  top: 0 !important;
}

@media screen and (min-width: 640px) {
  
  .WishlistItem .slick-arrow,
  .searchPage .slick-arrow {
    opacity: 0;
  }
  
  .WishlistItem .slick-slider:hover .slick-arrow,
  .searchPage .slick-slider:hover .slick-arrow {
    opacity: 1;
  }
}

.WishlistItem .slick-arrow svg,
.searchPage .slick-arrow svg {
  opacity: .85;
  transform: translateY(-50%);
}

.WishlistItem .slick-arrow svg:hover,
.searchPage .slick-arrow svg:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.05);
}

/** View listing Page**/

.carousel.carousel-slider {
  height: 402px !important;
}

.carousel.carousel-slider {
  height: 405px;
}

.carousel.carousel-slider .control-arrow:hover {
  background: transparent !important;
}

.carousel.carousel-slider .control-arrow {
  opacity: 1 !important;
  color: #fff;
  font-size: 24px !important;
}

.carousel .control-next.control-arrow:before,
.carousel .control-prev.control-arrow:before {
  border: 0 !important;
}

.carousel .control-next.control-arrow:before {
  background-image: url('../chevron-right.png');
  height: 30px;
  width: 30px;
  color: #fff !important;
  background-size: 100%;
}

.carousel .control-prev.control-arrow:before {
  background-image: url('../chevron-left.png');
  height: 30px;
  width: 30px;
  color: #fff !important;
  background-size: 100%;
}

.carousel.carousel-slider .control-arrow .carousel .thumbs-wrapper {
  margin: 10px 20px !important;
}

.carousel .thumbs-wrapper .thumbs.animated {
  padding: 0 !important;
}

.carousel .thumb {
  border: none !important;
  /* display: inline-block !important;;
  width: 25% !important;;
  height: 200px !important;;
  margin-right: 10px !important;;
  white-space: nowrap !important;;
  overflow: hidden !important;;
  border: 3px solid #fff !important;;
  padding: 0px !important;; */
}

.carousel .thumb.selected,
.carousel .thumb:hover {
  border: none !important;
}

/*** share Modal View Lisiting **/

.shareModal .modal-header {
  border: none;
}

.shareModal .modal-content {
  border-radius: 0;
}

.shareModal .modal-header {
  padding: 24px;
}

.shareModal .modal-body {
  padding: 0 24px 24px;
}

/* .collapse.in{
	display: inline-block !important;
} */

/*** share Modal View Lisiting **/

/* Availability Calendar */

/* iCheckBox - Green */

.icheckbox_square-green {
  border: 1px solid #dce0e0 !important;
  background-color: #fff !important;
  background-image: none !important;
}

.icheckbox_square-green.checked {
  border: 1px solid rgb(0, 108, 112) !important;
  background-color: rgb(0, 108, 112) !important;
  color: #fff !important;
  background-size: 60%;
  background-position: 4px 4px !important;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNzguMzY5IDc4LjM2OSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzguMzY5IDc4LjM2OTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGQ9Ik03OC4wNDksMTkuMDE1TDI5LjQ1OCw2Ny42MDZjLTAuNDI4LDAuNDI4LTEuMTIxLDAuNDI4LTEuNTQ4LDBMMC4zMiw0MC4wMTVjLTAuNDI3LTAuNDI2LTAuNDI3LTEuMTE5LDAtMS41NDdsNi43MDQtNi43MDQgICBjMC40MjgtMC40MjcsMS4xMjEtMC40MjcsMS41NDgsMGwyMC4xMTMsMjAuMTEybDQxLjExMy00MS4xMTNjMC40MjktMC40MjcsMS4xMi0wLjQyNywxLjU0OCwwbDYuNzAzLDYuNzA0ICAgQzc4LjQ3NywxNy44OTQsNzguNDc3LDE4LjU4Niw3OC4wNDksMTkuMDE1eiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) !important;
}

.icheckbox_minimal-green {
  border: 1px solid #dce0e0 !important;
  background-color: #fff !important;
  background-image: none !important;
  width: 22px !important;
  height: 22px !important;
}

.icheckbox_minimal-green.checked {
  border: 1px solid #dce0e0 !important;
  background-color: #fff !important;
  color: rgb(0, 108, 112) !important;
  background-size: 60%;
  background-position: 4px 4px !important;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDc4LjM2OSA3OC4zNjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDc4LjM2OSA3OC4zNjk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNNzguMDQ5LDE5LjAxNUwyOS40NTgsNjcuNjA2Yy0wLjQyOCwwLjQyOC0xLjEyMSwwLjQyOC0xLjU0OCwwTDAuMzIsNDAuMDE1Yy0wLjQyNy0wLjQyNi0wLjQyNy0xLjExOSwwLTEuNTQ3bDYuNzA0LTYuNzA0ICAgYzAuNDI4LTAuNDI3LDEuMTIxLTAuNDI3LDEuNTQ4LDBsMjAuMTEzLDIwLjExMmw0MS4xMTMtNDEuMTEzYzAuNDI5LTAuNDI3LDEuMTItMC40MjcsMS41NDgsMGw2LjcwMyw2LjcwNCAgIEM3OC40NzcsMTcuODk0LDc4LjQ3NywxOC41ODYsNzguMDQ5LDE5LjAxNXoiIGZpbGw9IiMwMDZjNzAiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) !important;
}

.loginModal .modal-content {
  border-radius: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

.location .navbar-form {
  /* margin: 0;
	padding: 10px 0px; */
  padding: 12px 8px;
  margin: 0 118px;
  border-top: 0;
  float: left !important;
}

@media screen and (max-width: 1200px) {
  .location .navbar-form {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }
}

.table-responsive,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  vertical-align: middle;
}

/* Star Rating */
.dv-star-rating-star {
  margin-top: -2px;
}

.small-star-rating .dv-star-rating-star {
  font-size: 12px;
}

/* New Home Page Design */
.homeSlickSlider .slick-list .slick-slide>div>div {
  padding: 0 8px;
}

.homeSlickSlider {
  margin: 0 -6px;
}

.rc-pagination-prev a,
.rc-pagination-next a,
.rc-pagination-prev a:focus,
.rc-pagination-next a:focus {
  outline: 0;
}

.wishListCloseBtn .close {
  float: left !important;
  font-size: 40px !important;
  font-weight: normal;
  color: rgb(118, 118, 118);
  opacity: 0.7;
  margin-left: 5px;
  display: inline-block;
  margin: -4px 0 0 3px;
  outline: 0;
}

.wishListCloseBtn .modal-header {
  padding: 28px;
  padding-bottom: 8px;
  padding-top: 15px;
}

.editPopular .geosuggest__input {
  width: 100%;
  border: 2px solid transparent;
  box-shadow: 0 0 1px #3d464d;
  padding: 0.5em 1em;
  -webkit-transition: border 0.2s, box-shadow 0.2s;
  transition: border 0.2s, box-shadow 0.2s;
  font-size: 14px !important;
  border-radius: 4px !important;
}

.editPopular .geosuggest__input:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}

.editPopular .geosuggest__suggests {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 25em;
  padding: 0;
  margin-top: -1px;
  background: #fff;
  border: 1px solid #ccc;
  border-top-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none;
  z-index: 5;
  -webkit-transition: max-height 0.2s, border 0.2s;
  transition: max-height 0.2s, border 0.2s;
  border-radius: 4px;
}

.photosSlider .slick-list {
  overflow: hidden !important;
  margin: 0;
  /* padding: 0 0 0 45px !important; */
}

.photosSlider .slick-slider {
  overflow: hidden;
}

.photosSlider .slick-prev {
  left: 18px;
}

.photosSlider .slick-next {
  right: 18px;
}

.inarrow {
  position: relative;
  left: -2px;
}

@media only screen and (min-width: 375px) and (max-width: 640px) and (orientation: landscape) {
  .homeSliderMobile .slick-slide {
    
    min-height: 560px;
  }
  
  .sliderBg {
    min-height: 560px !important;
  }
}

@media only screen and (min-width: 375px) and (max-width: 812px) and (orientation: landscape) {
  .homeSliderMobile .slick-slide {
    
    min-height: 630px;
  }
  
  .sliderBg {
    min-height: 630px !important;
  }
  
  .headerNewDesign .navbar-default .navbar-toggle {
    color: #fff !important;
  }
  
  .headerNewDesign .navbar-default .navbar-nav {
    background: #fff;
    overflow: hidden;
  }
  
  .headerNewDesign .navbar-default .navbar-nav>li>a,
  .headerNewDesign .rentAllHeader.navbar-default .navbar-nav>li>a::after {
    border-radius: 0;
  }
  
  .headerNewDesign .navbar-default .navbar-nav>li>a,
  .headerNewDesign .rentAllHeader.navbar-default .navbar-nav>li>form>button {
    color: #555;
    height: 62px !important;
  }
}


/* .headerNewDesign .navbar-default .navbar-nav>li>a, 
.headerNewDesign .rentAllHeader.navbar-default .navbar-nav>li>a:focus,
.headerNewDesign .navbar-default .navbar-nav>li>a
{
	color: #fff;
} */
.headerNewDesign .rentAllHeader.navbar-default .navbar-nav>li>a:hover {
  color: #484848;
}

.panelNoPadding .panel-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.BecomeHost .input-group .form-control {
  max-width: 249px !important;
  box-shadow: none !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.BecomeHost .input-group-addon {
  width: auto;
  min-width: 81px;
  max-width: 81px;
  background-color: transparent;
  border-radius: 0 !important;
  border-radius: 3px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.BecomeHost .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width: 100% !important;
}

.inputFocusColor .form-control:focus .input-group-addon {
  border-color: rgb(0, 132, 137) !important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.photosSlider .slick-track {
  display: flex !important;
}

.ContactHostModal .modal-title {
  font-weight: bold;
  font-size: 16px;
}

.ContactHostModal .modal-content {
  
  border-radius: 0;
}

.small-star-rating {
  display: none !important;
}

@media screen and (max-width: 359px) {
  .homeSearchForm .geosuggest__input {
    font-size: 13px;
  }
  
  .homeSearchFprm .geosuggest__input-wrapper {
    /* padding-left: 55px; */
  }
}

.hostNameColor a {
  color: #484848 !important;
}


/*Why Host page*/


.faq-Collaps .Collapsible {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 12px;
  padding-top: 12px;
}

.faq-Collaps .Collapsible:hover {
  cursor: pointer;
}

.faq-Collaps .Collapsible .is-closed:before {
  content: '';
  padding-right: 21px;
  background-image: url(../right-arrow.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 0;
}

.faq-Collaps .Collapsible .is-open:before {
  content: '';
  padding-right: 21px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 0;
  background-image: url(../down-arrow.png);
}

.faq-Collaps .Collapsible__contentOuter {
  
  padding-left: 22px;
}

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

@media screen and (max-width: 767px) {
  .faq-Collaps .Collapsible .is-closed:before {
    margin-left: -20px;
  }
  
  .faq-Collaps .Collapsible .is-open:before {
    margin-left: -20px;
  }
  
  .listHeaderLogo img {
    max-width: 100px;
    height: auto;
  }
}

.visibletab {
  
  display: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .visibletab {
    
    display: block !important;
    float: left;
    margin: 18px 0px;
  }
  
  
  /* .navbar-default .navbar-toggle{
	  float:left;
  } */
}

.geosuggest__input-wrapper {
  /* padding-right: 50px; */
}

.hero_content .heroInputWrapper {
    height: 82px;
    border-radius: 50px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
}

@media screen and (max-width: 767px) {
  .geosuggest__input-wrapper {
    padding-right: 0;
  }
  .hero_content .geosuggest__input-wrapper {
    height: 68px;
  }
}

.jumbodate .DateInput_input {
  font-size: 18px;
  height: 65px;
  padding: 0 20px;
  border-color: #dce0e0;
  vertical-align: middle;
  border-radius: 2px;
  font-size: 14px;
  border: 1px solid #aaa;
  background-color: #fff;
  color: #767676;
}

.jumbodate .SingleDatePicker,
.jumbodate .SingleDatePickerInput,
.jumbodate .DateInput {
  width: 100%;
  max-width: 320px;
  border: none;
}

.jumbodate .DateInput_input {
  border-color: rgb(0, 132, 137) !important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px !important;
}

.BookingModalNew .modal-header {
  padding: 15px 20px 0px 6px;
  border-bottom: none;
}

.BookingModalNew .Noborder {
  border: none;
}

.BookingModalNew .modal-content {
  border-radius: 0;
}

.BookingModalNew {
  display: block;
  margin: 50px auto;
}

.StripeElement {
  display: block;
  width: 100%;
  padding: 12px 12px 10px 32px;
  background-image: none;
  border-radius: 4px;
  height: 40px;
  border: 1px solid #dedede;
  background-color: #fff;
  margin-bottom: 0;
  background-position: 8px 50% !important;
  background-size: 17px !important;
}

.stripe-card-number .StripeElement {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: url('../card/credit.svg') no-repeat;
}

.stripe-card-expiry .StripeElement {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background: url('../card/calendar.svg') no-repeat;
}

.stripe-card-cvv .StripeElement {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-left: 0;
  background: url('../card/locked.svg') no-repeat;
}

.adminLogoPage .form-control {
  height: 40px;
  border-radius: 4px !important;
}

.adminLogoPage select {
  font-weight: 600 !important;
}

.adminLogoPage textarea {
  height: 92px !important;
}

@media screen and (max-width: 1023px) {
  .searchMapSection .gm-bundled-control div:nth-child(1) {
    position: relative;
    top: 15px !important;
  }
}

.AfterloginLogoutform {
  line-height: 0 !important;
  width: 100% !important;
}

.listunlist select {
  margin: 0;
  margin-top: 10px;
  width: 100%;
  background-position: 100% 10px;
  min-width: 300px;
  max-width: 300px;
}

@media screen and (max-width: 480px) {
  .listunlist select {
    margin: 0;
    margin-top: 18px;
    width: 100%;
    background-position: 100% 10px;
    min-width: 100%;
    max-width: 100%;
  }
}

/** Contact FAQ Styles **/

.Contact-Collaps .Collapsible {
  margin-bottom: 10px;
}

.Contact-Collaps .Collapsible .is-closed:before {
  background-size: 13px;
}

.Contact-Collaps .Collapsible__contentInner {
  margin-top: 5px;
}

.Contact-Collaps .Collapsible__contentInner p {
  margin-bottom: 0;
  margin-top: 10px;
}

.Contact-Collaps .Collapsible__trigger {
  display: table;
}

.Contact-Collaps .Collapsible__trigger span {
  display: table-cell;
}

.Contact-Collaps .Collapsible__contentInner p span {
  color: #484848 !important;
}

@media screen and (max-width: 767px) {
  .Contact-Collaps .Collapsible__trigger {
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  
  .hideMobile {
    display: none !important;
  }
}

.hideMobile {
  padding: 0px !important;
}


/* ========== 3. NEW-DESIGN.CSS ========== */

/* @font-face {
  font-family: DMSansRegular;
  src: url(../fonts/DMSans-Regular.ttf);
  font-weight: normal;
}

@font-face {
  font-family: DMSansMedium;
  src: url(../fonts/DMSans-Medium.ttf);
  font-weight: 600;
}

@font-face {
  font-family: DMSansSemiBold;
  src: url(../fonts/DMSans-SemiBold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: DMSansBold;
  src: url(../fonts/DMSans-Bold.ttf);
  font-weight: bold;
} */



* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

/* 
body {
  font-family: DMSansRegular, sans-serif !important;
  line-height: 1.5 !important;
  background: #ffffff !important;
  color: #05203d !important;
} */

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  /* font-family: DMSansBold, sans-serif; */
  font-weight: bold;
  line-height: 1.2;
}

.modal-open {
  overflow: hidden !important;
  padding-right: 0px !important;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: unset !important;
  color: #fff !important;
  background: #3A8AD6 !important;
  border-color: unset !important;
}

.AfterloginLogoutform .btn.active.focus,
.AfterloginLogoutform .btn.active:focus,
.AfterloginLogoutform .btn.focus,
.AfterloginLogoutform .btn:active.focus,
.AfterloginLogoutform .btn:active:focus,
.AfterloginLogoutform .btn:active:hover,
.AfterloginLogoutform .btn:focus {
  outline: unset !important;
  color: #000 !important;
  background: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important
}

a,
a:active,
a:focus,
a:hover {
  color: unset !important;
  text-decoration: none;
}

.about_area a,
.about_area a:active,
.about_area a:focus,
.about_area a:hover {
  color: #fff !important;
}

.header_wrappr {
  background: #051d37;
  background: linear-gradient(180deg, rgba(5, 29, 55, 1) 0%, rgba(14, 37, 64, 1) 100%);
}

.container_full {
  width: 100%;
  padding: 0px;
  /* padding: 0px 0px 0 30px; */
  margin: 0px auto;
}


@media (max-width: 767px) {
  .logoPadding>a {
    padding: 31px 0px 10px 0px !important;
  }
}

.header_row {
  /* padding: 15px 0px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 20%;
  position: relative;
  z-index: 99;
}

.main_menu {
  width: 60%;
}

.main_menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.logo img {
  /* max-width: 115px;
  height: 28px;
  width: 120px;
  margin-top: -7px; */
}

.main_menu ul li,
.main_menu ul li button {
  color: #ffffff;
}

/* 
.btn_black {
  background-color: #ffffff;
  padding: 10px 15px;
  border-radius: 50px;
  color: #0c1726;
} */

.btn_black:hover {
  /* background-color: #f7f7f7; */
}

/* Toggle button */
.menu_toggle {
  display: none;
  font-size: 28px;
  color: #ffffff;
  cursor: pointer;
  z-index: 1002;
}

/* Default nav styles */
.main_menu {
  display: flex;
  justify-content: flex-end;
}

.main_menu ul {
  display: flex;
  gap: 0px;
  list-style: none;
  margin: 0px 10px 0px 0px;
  padding: 0;
}


.form_box {
  font-size: 16px;
  line-height: 19px;
  background-color: #fff;
  outline: none;
  border-radius: 100px;
  padding: 0;
  border: none;
  
  position: relative;
  margin: 10px 0px;
  max-width: 100%;
  margin: 0px auto;
}

.form_box form img {
  position: absolute;
  left: 26px;
  top: 26px;
  max-width: 23px;
  width: 100%;
  margin: 0px;
  z-index: 1;
}

.form_box form input[type="text"] {
  padding: 27px 0px 27px !important;
  padding-left: 55px !important;
  padding-right: 20px !important;
  font-size: 19px;
  line-height: 19px;
  background-color: #ffffff;
  border: 1px solid #00d28b;
  outline: none;
  border-radius: 100px;
  width: 100%;
}

.form_box form button {
  position: absolute;
  right: 7px;
  top: 7px;
  padding: 20px;
  /* font-family: DMSansSemiBold, sans-serif !important; */
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 17px;
  background-color: #3A8AD6;
  border: none;
  outline: none;
  border-radius: 100px;
  width: 100%;
  max-width: 150px;
  color: #ffffff;
  height: 61px;
  font-weight: 500;
  cursor: pointer;
}

.form_box form button:hover {
  background-color: #007b49 !important;
  color: #fff;
}

.btns_row {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}

.btn_item a img {
  margin-right: 12px;
  max-width: 20px;
}

.btn_item {
  width: 19%;
  max-width: 320px;
}


.searchMapSection .slick-list {
  border-radius: 18px 18px 0 0;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  
  /* ✅ Key fix */
  -ms-touch-action: auto;
  touch-action: auto;
}

.searchPage .slick-slider {
  /* ✅ Key fix */
  -ms-touch-action: auto;
  touch-action: auto;
}


.btn_item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #ffffff !important;
  background: #051d37;
  border: 0px;
  /* font-family: DMSansSemiBold, sans-serif !important; */
  font-family: "Plus Jakarta Sans", sans-serif;
  outline: none;
  font-size: 15px;
  width: 100%;
  max-width: 320px;
  padding: 18px 24px;
  border-radius: 7px;
  cursor: pointer;
  overflow: hidden;
  transition: 0.26s ease-in-out;
}

.btn_item a:hover {
  background-color: #193c78;
  color: #fff !important;
  text-decoration: none;
}

.title_city {
  text-align: center;
}

.title_city h3,
.title_city h2 {
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 30px;
}

.about_area {
  padding: 55px 0px 37px;
}

.box_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box_item img {
  width: 100%;
  margin-bottom: 25px;
  width: 221px;
  height: 281px;
  border-radius: 10px;
}


.box_flogo img {
  width: 100%;
  margin-bottom: 14px;
  height: auto;
  margin-top: 12px;
  border-radius: 0px;
}

.feature_area img {
  width: 100%;
  height: auto;
  margin-bottom: 14px;
}

.box_item {
  padding: 18px;
  text-align: center;
  max-width: 350px;
}

.box_item p {
  font-size: 16px;
  font-weight: 400;
}

.box_item h5 {
  font-size: 20px;
  margin-bottom: 14px;
  color: #ffffff;
}

.city_area {
  padding-bottom: 110px;
}

.title_city {
  margin-bottom: 20px;
  text-align: left;
  padding-left: 6px;
}

.title_city h3 {
  text-align: left;
  font-size: 36px;
  margin-bottom: 8px;
}

.city_content .box_item {
  width: 19%;
  padding: 0px;
}

.city_item {
  position: relative;
}

.city_item .box_content {
  position: absolute;
  left: 20px;
  top: 20px;
}

.city_content img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
}

.city_content h5 {
  text-align: left;
  color: #ffffff;
}

.city_content .box_img {
  border-radius: 20px;
}

.city_content .box_img img,
.city_content .box_img {
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.city_content .box_img:hover img {
  transform: scale(1.1);
}

.experience_area {
  background: #061d37;
  padding: 80px 0px;
}

.experience_content {
  width: 48%;
  color: #ffffff;
}

.experience_content h3 {
  font-size: 52px;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 36px;
  text-align: left;
}

.experience_content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.experince_icon {
  width: 8%;
}

.experince_icon img {
  max-width: 30px;
}

.experience_list {
  width: 92%;
  padding-left: 10px;
}

.experience_list h5 {
  font-size: 17px;
  margin-bottom: 14px;
  margin-top: 2px;
  /* font-family: DMSansSemiBold, sans-serif !important; */
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
}

.experience_list p {
  font-size: 15px;
}

.experience_img {
  text-align: center;
  width: 48%;
}

.experience_img {
  padding-left: 36px;
}

.experience_img img {
  width: 100%;
  max-width: 500px;
  margin: 0px auto;
}

.feature_area {
  background: #ffffff;
  padding: 63px 0px;
}

.feature_box .box_item h5 {
  color: #051d37;
}

.feature_box .box_item img {
  margin-bottom: 0px;
  max-width: 280px;
  margin: 0px auto;
}


.feature_box .box_item {
  width: 32%;
  background: #f6f8f9;
  max-width: 400px;
  border-radius: 10px;
  overflow: hidden;
  padding: 26px;
}

.feature_box .box_content {
  max-width: 330px;
  margin: 0px auto;
}

.feature_text p {
  max-width: 226px;
  margin: 0px auto;
}

.cta_area {
  padding: 89px 0px;
  background: #17af81;
  color: #ffffff;
}

.cta_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 600px;
  margin: 0px auto;
}

.cta_content h3 {
  font-size: 56px;
  color: #ffffff;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 26px;
}

.cta_content a {
  text-align: center;
  display: inline-block;
  /* padding: 14px 40px; */
  border-radius: 100px;
  color: #ffffff;
  background-color: #045a5b;
  transition: 0.3s ease-in-out;
}

.cta_content a:hover {
  background-color: #023c3c;
  color: #fff;
  text-decoration: none;
}

.footer_area {
  padding: 75px 0px 36px;
  background: #05203c;
  color: #ffffff;
  clear: both;
}

.footer_area ul {
  padding-left: 0px;
}

.footer_row {
  align-items: flex-start;
  justify-content: flex-start;
}

.footer_row ul li a {
  display: inline-block;
  margin-bottom: 8px;
  transition: 0.26s ease-in-out;
  text-decoration: none;
  color: #fff;
}

.footer_row ul li a:hover {
  color: #17af81;
}

.footer_row .box_item h5 {
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer_row .box_item li a {
  font-size: 14px;
  line-height: 21px;
}

.footer_row .box_item {
  width: 22%;
  padding: 0px;
  border: 0px;
  text-align: left;
}

.footer_row .box_flogo {
  width: 38%;
}

.city_content {
  scroll-behavior: smooth;
}

.footer_copyright {
  text-align: center;
  padding-top: 50px;
}

.footer_copyright p {
  font-size: 14px;
  line-height: 21px;
}

.carousel_container {
  position: relative;
  overflow: hidden;
  padding: 0px 22px;
  margin-top: 26px;
}

.carousel_track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.carousel_track::-webkit-scrollbar {
  display: none;
}

.carousel_track .box_item {
  flex: 0 0 20%;
  background: transparent;
  padding: 7px;
  box-sizing: border-box;
  text-align: center;
}

.arrow {
  position: absolute;
  height: 46px;
  width: 46px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: #ffffff;
  color: #000000;
  border: none;
  padding: 15px;
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s;
}

.arrow img {
  width: 16px;
}

.arrow.left {
  left: 2px;
}

.arrow.right {
  right: 2px;
}

.arrow.hidden {
  display: none;
}


@media only screen and (max-width: 1024px) {
  .container_full {
    padding: 0px 20px;
  }
  
  
  .form_box form input[type="text"] {
    padding: 20px;
    padding-left: 44px;
    height: 75px;
  }
  
  .form_box form button {
    right: 6px;
    top: 7px;
    padding: 15px;
    z-index: 2;
  }
  
  
  .form_box form img {
    top: 25px;
    z-index: 2;
  }
  
  .title_city h3,
  .title_city h2 {
    font-size: 36px;
  }
  
  .footer_area {
    padding: 80px 0px 30px;
  }
  
  .cta_area,
  .experience_area,
  .feature_area {
    padding: 80px 0px 70px;
  }
  
  .about_area {
    padding: 50px 0px 60px;
  }
  
  .city_area {
    padding-bottom: 80px;
  }
  
  .feature_box .box_item,
  .about_content .box_item {
    padding: 20px 10px;
  }
  
  .feature_box .box_item {
    width: 33%;
  }
  
  .city_content h5 {
    font-size: 18px;
  }
  
  .footer_row .box_item h5 {
    font-size: 14px;
  }
  
  .cta_content {
    max-width: 480px;
  }
  
  .city_content img {
    border-radius: 15px;
    overflow: hidden;
  }
  
  .city_content .box_item {
    width: 19%;
  }
  
  .footer_row .box_flogo {
    width: 30%;
  }
  
  .footer_row .box_item {
    width: 24%;
  }
  
  .btn_item a {
    font-size: 14px;
    padding: 16px;
  }
  
  .btn_item a img {
    margin-right: 10px;
  }
  
  .box_item p br {
    display: none;
  }
  
  .experience_img {
    padding-left: 16px;
  }
}

@media only screen and (max-width: 767px) {
  
  
  .modal {
    top: auto !important;
    overscroll-behavior: contain;
    /* prevents scroll chaining */
    touch-action: none;
    overflow-y: hidden !important;
  }
  
  .header_row {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .container_full {
    padding: 0px 0px 0 5px;
  }
  
  
  .footer_area {
    padding: 45px 0px 80px;
  }
  
  .experience_img {
    padding: 0px;
  }
  
  .form_box form button {
    width: 90px;
  }
  
  .title_city h3,
  .title_city h2 {
    font-size: 34px;
  }
  
  .box_row {
    display: block;
  }
  
  .footer_row .box_flogo,
  .feature_box .box_item,
  .about_content .box_item {
    width: 100%;
    max-width: 390px;
    margin: 0px;
  }
  
  
  .about_content .box_item,
  .box_item {
    margin-bottom: 10px;
  }
  
  .footer_row .box_item,
  .footer_row .box_flogo {
    margin-bottom: 26px;
  }
  
  .city_content {
    display: flex;
  }
  
  .experience_area .box_row {
    display: flex;
    flex-direction: column-reverse;
  }
  
  .experience_content,
  .experience_img {
    width: 100%;
  }
  
  .experience_img {
    margin-bottom: 20px;
  }
  
  .footer_row .box_item {
    width: 100%;
  }
}

/* Enable horizontal scroll for mobile */
@media (max-width: 767px) {
  
  .logo img {
    margin-top: 3px;
  }
  
  .city_content {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 16px;
  }
  
  .city_item {
    flex: 0 0 70%;
    /* Show ~1.5 items per screen */
    scroll-snap-align: start;
    background: #f5f5f5;
    border-radius: 8px;
  }
  
  .box_img img {
    margin: 0px auto;
    display: block;
    width: 172px;
    height: 220px;
    border-radius: 10px;
  }
  
  .feature_area .box_img img {
    width: 280px;
    height: auto;
    margin: 0px auto;
  }
  
  .feature_area img {
    margin: 0px auto;
    display: block;
    border-radius: 8px 8px 0 0;
  }
  
  .box_content {
    padding: 3px 6px;
    text-align: center;
  }
  
  .box_content br {
    display: none;
  }
  
  /* Container for scroll */
  .btns_wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  /* Row setup */
  .btns_row {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
  }
  
  /* Each item */
  .btn_item {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: auto;
  }
  
  /* Optional: hide scrollbar on WebKit */
  .btns_wrapper::-webkit-scrollbar {
    display: none;
  }
  
  
  .menu_toggle {
    display: block;
    padding: 0px 10px;
  }
  
  .main_menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #051d37;
    background: linear-gradient(180deg, rgba(5, 29, 55, 1) 0%, rgba(14, 37, 64, 1) 100%);
    padding: 40px 20px;
    box-shadow: 0px 0 30px rgba(255, 255, 255, 0.1);
    transition: right 0.3s ease-in-out;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    z-index: 1000;
  }
  
  .main_menu ul {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  
  .main_menu.active {
    right: 0;
    color: #222222;
  }
  
  .carousel_container {
    position: relative;
    overflow: hidden;
    padding: 0px;
  }
  
  .carousel_track {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  
  .carousel_track::-webkit-scrollbar {
    display: none;
  }
  
  .carousel_track .box_item {
    flex: 0 0 50%;
  }
  
  .arrow {
    display: none;
  }
  
  .city_item .box_content {
    left: 10px;
    top: 10px;
  }
}

/* header after login */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  
  /* Container for scroll */
  .btns_wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  /* Row setup */
  .btns_row {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
  }
  
  /* Each item */
  .btn_item {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: auto;
  }
  
  /* Optional: hide scrollbar on WebKit */
  .btns_wrapper::-webkit-scrollbar {
    display: none;
  }
  
  .feature_box .box_item {
    min-height: 460px;
  }
  
  /* Styles for all tablets and iPads */
}

.root {
  background: #fff;
}

.container {
  margin: 0 auto;
  padding: 12px;
  max-width: 100%;
  /* Container varible*/
}

#mobileMenu .dropdown-menu {
  padding: 0;
  margin: 0;
  min-width: 282px;
  max-width: 460px;
  border-radius: 0 0 2px 2px;
  border-width: 1px;
  top: 55px;
  left: auto;
  right: 0px;
}

.fixedHeader {
  position: fixed;
  width: 100%;
  left: 0px;
  right: 0px;
  height: auto;
  /* overflow-y: auto; */
  max-height: 100vh;
}

.rentAllHeaderBorderLess {
  border: 0px;
  box-shadow: none;
}

.brand {
  line-height: inherit;
  vertical-align: middle;
  text-decoration: none;
  height: 81px;
  float: none;
  padding: 0px 19px;
  color: #484848;
  font-size: 24px;
  font-weight: normal;
}

.brand:hover,
.brand:focus {
  text-decoration: none;
}

.brandImg {
  display: table-cell;
  padding-left: 25px;
  padding-right: 12px;
  max-width: 115px;
}

.brandImg img {
  /* max-width: 120px; */
}

.brandImgToggle {
  padding-left: 12px;
  padding-right: 12px;
}

.navBarToggle {
  color: #484848;
  float: right;
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
  border: 0px;
  border-radius: 0px;
  margin: 0px;
  padding: 0px 19px 0px 0px;
  height: 81px;
  margin-right: 10px;
  
}

.rentAllHeaderAdmin {
  background: #fff;
  border-width: 0px 0px 1px 0px;
  border-color: #dce0e0;
  border-radius: 0px;
  min-height: 63px;
  line-height: 63px;
  width: 100%;
  box-shadow: none;
  margin-bottom: 0px;
  z-index: 7;
}

.navBarToggle:hover,
.navBarToggle:focus,
.navBarToggle:hover:focus {
  background: none !important;
}


.brandAdmin {
  line-height: inherit;
  vertical-align: middle;
  text-decoration: none;
  height: 63px;
  float: none;
  padding: 0px 19px;
  color: #484848;
  font-size: 24px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .rentAllHeader {
    height: auto;
    line-height: 60px;
    min-height: 65px;
  }
  
  .brand {
    height: auto;
    float: left;
    padding-left: 10px;
    margin-bottom: 2px;
  }
  
}

/* @media (max-width: 1300px) {
  .brandImg{
    display: none;
  }
} */

@media (max-width: 1200px) {
  .fixedHeader {
    overflow-y: auto;
    
  }
  
  .breakPoint {
    display: none !important;
  }
  
  /* .brandImg{
    display: none;
  } */
}

.dropdown-menu {
  display: none !important;
}

.open>.dropdown-menu {
  display: block !important;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: transparent;
  border-color: #337ab7;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 0px;
}

.modal {
  overflow: hidden !important;
}

.modal-content {
  border-radius: 24px;
  max-width: 550px;
  padding: 36px 24px;
  animation: _1-FsU .3s ease;
}

@media screen and (max-width: 767px) {
  .modal-content {
    border-radius: 0px;
    border-radius: 24px 24px 0 0;
    animation: slideUp 0.35s ease-out;
  }
  
  .modal-open {
    overflow: hidden !important;
    padding-right: 0px !important;
  }
}

/* ===========================================
   SEARCH POPUP CSS
   =========================================== */
    
/* === FULLSCREEN POPUP === */
.searchPopup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  /* Dynamic viewport height for iOS Safari keyboard */
  background: white;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
  box-sizing: border-box;
  overflow-y: auto;
  /* Ensure popup is scrollable when keyboard is open */
  max-height: 100vh;
  max-height: 100dvh;
}

.searchPopupInput {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #b0b0b0;
  /* Ljusare border */
  background: #FFFFFF;
  border-radius: 12px;
  padding: 2px 12px;
  margin-bottom: 24px;
  width: 100%;
  box-sizing: border-box;
}

.searchPopupInput:focus-within {
  border: 2px solid #000;
}


.searchPopupInput input {
  border: none;
  background: transparent;
  flex-grow: 1;
  font-size: 16px;
  font-family: inherit;
  outline: none;
  width: 100%;
}

.searchPopupInput input:focus {
  outline: none;
}

.searchPopup .geosuggestContainer {
  width: 100%;
  position: relative;
}

/* Position the suggestions wrapper outside the input container */
.searchPopup .geosuggest__suggests-wrapper {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  background: white !important;
  border: none !important;
  box-shadow: none !important;
  margin-top: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.searchPopup .geosuggestInput {
  border: none !important;
  background: transparent !important;
  flex-grow: 1;
  font-size: 16px !important;
  font-family: inherit !important;
  outline: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.searchPopup .geosuggestInput:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Hide the default Geosuggest styling */
.searchPopup .geosuggest {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.searchPopup .geosuggest__input {
  border: none !important;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 48px;
  font-size: 16px !important;
  font-family: inherit !important;
}

.searchPopup .geosuggest__input:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* === GOOGLE SUGGESTIONS STYLING === */
.searchPopup .geosuggest__suggests {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  background: white !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-height: none !important;
  overflow: visible !important;
}

/* Ensure suggestions appear outside the input container */
.searchPopup .geosuggest__suggests-wrapper .geosuggest__suggests {
  position: fixed !important;
  top: 11% !important;
  left: 2% !important;
  right: 0 !important;
  width: 100% !important;
}


.searchPopup #clear-input {
  display: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-right: 4px;
  cursor: pointer;
}

.searchPopup #clear-input img {
  width: 18px;
  height: 18px;
  opacity: 0.6;
  display: block;
}


.searchPopup .geosuggest__suggests- {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  background: white !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-height: none !important;
  overflow: visible !important;
}

/* Style the ul wrapper that Geosuggest creates */
.searchPopup .geosuggest__suggests ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  background: white !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-height: none !important;
  overflow: visible !important;
}

.searchPopup .geosuggest__suggests li {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 10px 8px !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  transition: background 0.2s ease !important;
  background: white !important;
  border: none !important;
  margin: 0 !important;
  list-style: none !important;
}

.searchPopup .geosuggest__suggests li:hover {
  background: #f5f5f5 !important;
}

.searchPopup .geosuggest__suggests- li {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 10px 8px !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  transition: background 0.2s ease !important;
  background: white !important;
  border: none !important;
  margin: 0 !important;
  list-style: none !important;
}

.searchPopup .geosuggest__suggests- li:hover {
  background: #f5f5f5 !important;
}

/* Style the ul li elements that Geosuggest creates */
.searchPopup .geosuggest__suggests ul li {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 10px 8px !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  transition: background 0.2s ease !important;
  background: white !important;
  border: none !important;
  margin: 0 !important;
  list-style: none !important;
  position: relative !important;
}

.searchPopup .geosuggest__suggests ul li:hover {
  background: #f5f5f5 !important;
}

/* Add city icon before each li */
.searchPopup .geosuggest__suggests ul li::before {
  content: '' !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
  flex-shrink: 0 !important;
  background: #f7f7f7 !important;
  background-image: url('https://img.icons8.com/forma-regular/72/17111d/marker.png') !important;
  background-size: 24px 24px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin-right: 12px !important;
}

/* Add city icon styling */
.searchPopup .geosuggest__suggests li::before {
  content: '' !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
  flex-shrink: 0 !important;
  background: #f7f7f7 !important;
  background-image: url('https://img.icons8.com/forma-regular/72/17111d/marker.png') !important;
  background-size: 24px 24px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.searchPopup .geosuggest__suggests- li::before {
  content: '' !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
  flex-shrink: 0 !important;
  background: #f7f7f7 !important;
  background-image: url('https://img.icons8.com/forma-regular/72/17111d/marker.png') !important;
  background-size: 24px 24px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/* Add city icon styling for ul li elements */
.searchPopup .geosuggest__suggests ul li::before {
  content: '' !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 22px !important;
  flex-shrink: 0 !important;
  background: #f7f7f7 !important;
  background-image: url('https://img.icons8.com/forma-regular/72/17111d/marker.png') !important;
  background-size: 24px 24px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/* Style the suggestion text */
.searchPopup .geosuggest__suggests li .geosuggest__item {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #111 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}

.searchPopup .geosuggest__suggests- li .geosuggest__item {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #111 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}

/* Style the suggestion text for ul li elements */
.searchPopup .geosuggest__suggests ul li .geosuggest__item {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #111 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}

/* Also style any direct text content in ul li */
.searchPopup .geosuggest__suggests ul li {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #111 !important;
}

/* Style the text content inside li */
.searchPopup .geosuggest__suggests ul li span {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #111 !important;
  flex: 1 !important;
}

/* === DEFAULT SUGGESTIONS STYLING === */
.searchPopup .suggestion-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

.searchPopup .suggestion-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0px;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.searchPopup .suggestion-list li:hover {
  background: #f5f5f5;
}

.searchPopup .suggestion-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.searchPopup .suggestion-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.searchPopup .suggestion-title {
  font-size: 16px;
  font-weight: 500;
  color: #111;
}

/* Style the matched text (bold parts) */
.searchPopup .geosuggest__suggests ul li span b {
  font-weight: 500 !important;
  color: #111 !important;
}

.searchPopup .backArrow {
  width: 20px;
  height: 20px;
  cursor: pointer;
  flex-shrink: 0;
}

.searchPopup .clearInput {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-right: 4px;
  cursor: pointer;
  flex-shrink: 0;
}

.searchPopup .clearInput img {
  width: 18px;
  height: 18px;
  opacity: 0.6;
  display: block;
}

/* Ensure full coverage */
body.popup-open {
  overflow: hidden;
}

/* === MOBILE KEYBOARD HANDLING FOR SEARCH POPUP === */
@media screen and (max-width: 767px) {
  .searchPopup {
    /* Adjust height when keyboard is open */
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    /* Ensure content is scrollable */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  /* When keyboard is open, reduce padding to maximize space */
  .searchPopup {
    padding: 16px 20px;
  }
  
  /* Ensure input stays visible when focused */
  .searchPopupInput {
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
    margin-bottom: 16px;
  }
  
  /* Make suggestions scrollable */
  .searchPopup .geosuggest__suggests-wrapper {
    max-height: 60vh;
    max-height: 60dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  /* Ensure default suggestions are also scrollable */
  .searchPopup .suggestion-list {
    max-height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* iOS Safari specific fixes */
@supports (-webkit-touch-callout: none) {
  .searchPopup {
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
  }
}


/* New popup google css */
/* PAC container like your geosuggest wrapper */
.pac-container {
  z-index: 9999 !important;
  border: none !important;
  box-shadow: none !important;
  background: white !important;
  width: 100% !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
  left: 0px !important;
  top: 11% !important;
}

.pac-logo:after {
  background: none !important;
}

/* PAC item rows styled like your li */
.pac-item {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 10px 8px !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  transition: background 0.2s ease !important;
  background: white !important;
  border: none !important;
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #111 !important;
}

.pac-item:hover {
  background: #f5f5f5 !important;
}


/* Main suggestion text */
.pac-item .pac-item-query {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #111 !important;
}

/* Secondary text */
.pac-item span {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #111 !important;
}

/* Bold matches */
.pac-item b {
  font-weight: 500 !important;
  color: #111 !important;
}

.pac-icon {
  display: none !important;
}

.rebilly-framepay.rebilly-input {
  height: 57px !important;
  padding-left: 14px !important;
}



/* ========== 4. HEMORY-INDEX.CSS ========== */

/* ============================================================
   GLOBAL RESETS & BASE STYLES
   ============================================================ */
    
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  appearance: none;
}

html {
  overflow-y: scroll;
}

html,
body {
  /* scroll-behavior: smooth !important; */
  font-family: "Plus Jakarta Sans", var(--fallback-sans) !important;
  font-size-adjust: 0.52;
  font-weight: 400;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  width: 100%;
  
  /* Font rendering improvements */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smooth: always;
}

/* Links */
a,
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

/* Placeholders */
::placeholder {
  color: #6a6a6a !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #6a6a6a !important;
}

::-ms-input-placeholder {
  color: #6a6a6a !important;
}

/* Lists */
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Buttons & focus states */
button {
  border: none;
  outline: none;
  box-shadow: none;
}

button:focus,
textarea:focus,
input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

/* Selection */
::selection {
  color: white;
  background: #1d7b94;
}

::-webkit-selection {
  color: white;
  background: #ff7675;
}

::-moz-selection {
  color: white;
  background: #ff7675;
}

/* ============================================================
   CONTAINERS
   ============================================================ */
    
.container_box_fluid {
  /* max-width: 1660px; */
  margin: 0px auto;
  /* padding: 0px 30px; */
}


.container_box_fluid_inner {
  width: 100%;
  position: absolute;
  top: 0px;
  /* max-width: 1660px; */
  margin: 0px auto;
  /* cursor: pointer; */
}

.container_box {
  max-width: 1260px;
  margin: 0px auto;
  padding: 0px 30px;
}

/* ============================================================
   HEADER
   ============================================================ */
    
.header_wrapper {
  background-image: url(/images/hero_bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header_area {
  /* padding-top: 30px; */
}

/* ============================================================
   HERO SECTION
   ============================================================ */
    
.hero_area {
  padding: 115px 0px 300px;
}

@media (min-width: 1024px) {
  .hero_area {
    padding-bottom: 325px;
  }
}

.hero_content {
  max-width: 750px;
  margin: 0px auto;
  text-align: center;
}

.hero_content h1 {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
  color: #000000;
  font-family: "Plus Jakarta Sans", var(--fallback-sans) !important;
  font-size-adjust: 0.52;
  letter-spacing: -0.015em;
  margin: 0px;
  padding: 0px;
  
}

.hero_content h1 span {
  color: #1d5fa7;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  margin: 0px;
  padding: 0px;
}

.hero_content form {
  position: relative;
  margin: 44px 0px 16px;
}

.hero_content input {
  width: 100%;
  padding: 28px;
  padding-left: 55px;
  font-size: 16px;
  border: 1px solid transparent;
  border-radius: 50px;
  background-color: #ffffff;
}

.hero_content input::placeholder {
  color: #000000 !important;
}

.hero_content input:hover {
  background-color: #f9fafc;
  border-color: #d0d6e0;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.hero_content input:focus {
  background-color: #ffffff;
  border-color: #1d7b94;
  box-shadow: 0 0 0 3px rgba(29, 95, 167, 0.12);
}

.hero_content input[type="submit"] {
  position: absolute;
  top: 9px;
  right: 9px;
  max-width: 170px;
  background: linear-gradient(90deg, #3A8AD6 0%, #1d5fa7 100%);
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 1px;
  padding: 19px !important;
  cursor: pointer;
  transition: 0.24s ease-in-out;
}

.hero_content input[type="submit"]:hover {
  background: linear-gradient(90deg, #337EC3 0%, #195493 100%);
}

.hero_content svg {
  position: absolute;
  top: 32px;
  left: 25px;
  width: 18px;
}

.heroInput {
  width: 100%;
  padding: 28px;
  padding-left: 55px;
  font-size: 16px;
  border: 1px solid transparent;
  border-radius: 50px;
  background-color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.heroInput:hover {
  background-color: #f9fafc;
  border-color: #d0d6e0;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.heroInput:focus {
  background-color: #ffffff;
  border-color: #1d7b94;
  box-shadow: 0 0 0 3px rgba(29, 95, 167, 0.12);
  outline: none;
}

.heroSubmit {
  position: absolute;
  top: 9px;
  right: 9px;
  max-width: 170px;
  background: linear-gradient(90deg, #3A8AD6 0%, #1d5fa7 100%);
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 1px;
  padding: 19px !important;
  cursor: pointer;
  transition: 0.24s ease-in-out;
  border: none;
  border-radius: 50px;
  font-family: "Plus Jakarta Sans", var(--fallback-sans);
  font-size-adjust: 0.52;
  letter-spacing: -0.015em;
}

.heroSubmit:hover {
  background: linear-gradient(90deg, #337EC3 0%, #195493 100%);
}

.satisfied_users {
  display: flex;
  align-items: center;
  justify-content: center;
}

.satisfied_users img {
  max-width: 100%;
  margin-right: 7px;
}

.satisfied_users p {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.3px;
  margin: 0px;
}

.satisfied_users p span {
  color: #1d5fa7;
}

/* ============================================================
   CATEGORIES
   ============================================================ */
    
.catagory_area {
  padding: 30px 0px 30px;
}

.catagory_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.catagory_box {
  position: relative;
  text-align: center;
  padding: 20px 25px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  transition: 0.2s ease;
}

.catagory_box:hover,
.catagory_box:focus-within {
  background-color: #eef3f7;
  transform: translateY(-1px);
}

.catagory_box .catagory_link {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: block;
  border-radius: inherit;
  background: transparent;
  text-indent: -9999px;
  -webkit-tap-highlight-color: transparent;
}

.catagory_icon img {
  max-width: 40%;
  margin: 0px auto 6px;
}

.catagory_text h4 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.5;
  margin: 0px;
}

@media (min-width: 1023px) {
  .catagory_box {
    max-width: 280px;
    width: 100%;
  }
}

/* ============================================================
   CAROUSEL
   ============================================================ */
    
.carousel-dragable {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 1023px) {
  .carousel-dragable {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: none !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  
  .carousel-dragable::-webkit-scrollbar {
    display: none;
  }
  
  .carousel-item {
    flex: 0 0 auto;
    scroll-snap-align: none !important;
  }
}

.carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: grab;
  background: white;
}

.carousel-track {
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel-slide {
  flex: 0 0 25%;
  box-sizing: border-box;
  padding: 0 12px;
}

.slide-content {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 200px;
  text-align: center;
  border: 1px solid #e9ecef;
  transition: transform 0.2s ease-in-out;
}

.slide-content h3 {
  margin: 0.5rem 0 0;
  color: #333;
}

.slide-icon {
  font-size: 3rem;
}

@media (max-width: 1023px) {
  .carousel-slide {
    flex-basis: 32%;
    padding: 0px 10px;
  }
}

@media (max-width: 767px) {
  .carousel-slide {
    flex-basis: 46%;
    padding: 0px 8px;
  }
}

@media (min-width: 1023px) {
  .carousel-dragable .carousel-item {
    width: 23.4%;
  }
}

@media (min-width: 1200px) {
  .carousel-dragable .carousel-item {
    width: 23.6%;
  }
}

/* ============================================================
   POPULAR CITIES
   ============================================================ */
    
.popular_city_area {
  padding: 56px 0px 110px;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.popular_city_area .container_box {
  overflow: hidden;
}

.city_box {
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.city_img {
  position: relative;
  line-height: 1;
  cursor: pointer;
  overflow: hidden;
  border-radius: 15px;
}

.city_img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0);
  z-index: 111;
  transition: 0.4s ease-in-out;
}

.city_img img {
  display: block;
  aspect-ratio: 138/169;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}

.city_img h4 {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  z-index: 999;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  transition: 0.5s ease-in-out;
}

@media (hover: hover) and (pointer: fine) {
  .city_box:hover .city_img img {
    transform: scale(1.05);
  }
  
  .city_box:hover .city_img {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  }
}

/* ============================================================
   FEATURES
   ============================================================ */
    
.feature_area {
  padding: 110px 0px;
  background-color: #f7fafb;
}

.heading_title h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 0px;
  font-family: "Plus Jakarta Sans", sans-serif
}

.feature_row {
  display: flex;
  justify-content: space-between;
  gap: 0px;
}

.feature_box {
  width: 30%;
  text-align: center;
}

.feature_icon img {
  position: relative;
  z-index: 999;
  background-color: transparent;
  margin-bottom: 10px;
  max-width: 50%;
  margin: 0px auto 40px;
  min-height: 132px;
}

.feature_box h4 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-top: 0px;
  line-height: 1.5;
}

.feature_text p {
  font-size: 16px;
  max-width: none;
  margin: 0;
}

.wave_effect {
  width: 10%;
  position: relative;
  z-index: 111;
  top: 60px;
}

.wave_effect img {
  max-width: 100%;
  margin: 0px auto;
  transform: scale(3.5);
  position: relative;
  left: -35px;
  z-index: 111;
}

.wave_effect2 {
  width: 10%;
  position: relative;
  z-index: 111;
  top: 60px;
}

.wave_effect2 img {
  max-width: 100%;
  margin: 0px auto;
  transform: scale(3.5);
  position: relative;
  left: 50px;
  z-index: 111;
}

/* ============================================================
   CTA SECTION
   ============================================================ */
    
.cta_area {
  padding: 80px 0px;
  background-color: #292b8a;
}

.cta_content {
  max-width: 720px;
  margin: 0px auto;
  text-align: center;
  color: #ffffff;
}

.cta_content h2 {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-top: 0px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.cta_content p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.cta_content .cta_btn {
  width: 230px;
  height: 70px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  border: 2px solid #ffffff;
  background: linear-gradient(90deg, #3A8AD6 0%, #1d5fa7 100%);
  color: #ffffff;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  margin-bottom: 10px;
}

.cta_content .cta_btn:hover {
  background: linear-gradient(90deg, #337EC3 0%, #195493 100%);
  border-color: #1d7b94;
}

/* ============================================================
   FOOTER
   ============================================================ */
    
.footer_area {
  padding: 50px 0px 30px;
  background: #10141d;
}

.footer_row {
  padding-bottom: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.footer_logo {
  width: 25%;
}

.footer_logo a img {
  max-width: 130px;
}

.footer_menu {
  /* styles inherited from defaults */
}

.footer_menu h4 {
  color: #666e80;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  user-select: none;
  margin-top: 0px;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.5;
}

.footer_menu h4::after {
  content: url(/images/down-arrow.svg);
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.25s ease;
  display: inline-block;
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.footer_menu ul {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease-out;
}

.footer_menu.active ul {
  max-height: 300px;
  transition: max-height 0.4s ease-in;
}

.footer_menu.active h4::after {
  transform: translateY(-50%) rotate(0deg);
}

.footer_menu ul li a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  transition: 0.2s ease-in-out;
  margin-bottom: 18px;
}

.footer_menu ul li a:hover {
  color: #3dd9eb !important;
}

.footer_copyright {
  padding-top: 20px;
  border-top: 1px solid #282c34;
  text-align: left;
}

.footer_copyright p {
  font-size: 13px;
  color: #666e80;
  margin: 0;
}

@media (min-width: 1023px) {
  .footer_row {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .footer_menu ul {
    max-height: none;
    overflow: visible;
    padding-top: 10px;
  }
  
  .footer_menu h4 {
    cursor: default;
    border-bottom: none;
  }
  
  .footer_menu h4::after {
    display: none;
  }
  
  .footer_logo {
    flex-shrink: 0;
  }
}

/* ================= RESPONSIVE STYLES ================= */

@media (max-width: 1023px) {
  
  html,
  body {
    overflow-x: hidden;
  }
  
  /* Containers */
  .container_box_fluid,
  .container_box {
    padding: 0px 10px;
  }
  
  .container_box_fluid_inner {
    padding: 0px;
    right: 0px;
  }
  
  /* ============================================
     HERO SECTION
     ============================================ */
  .hero_area {
    padding: 90px 0px 250px;
  }
  
  .hero_content {
    display: flex;
    flex-direction: column;
  }
  
  .satisfied_users {
    order: 1;
    margin-bottom: 8px;
  }
  
  .satisfied_users p {
    font-size: 14px;
  }
  
  .satisfied_users img {
    max-width: 100px;
  }
  
  .hero_content h1 {
    order: 2;
    font-size: 60px;
  }
  
  .hero_content form {
    order: 3;
    max-width: 700px;
    margin: 30px auto 20px !important;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    border-radius: 12px 12px 30px 30px;
  }
  
  .hero_content form {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.18);
  }
  
  .hero_content input {
    border-radius: 0px;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #e2dede;
    padding-top: 18px;
    margin-top: 0px;
    padding-bottom: 20px;
    /* font-family: Arial; */
  }
  
  
  
  .hero_content svg {
    width: 18px;
    top: 27px;
    left: 22px;
  }
  
  .hero_content input[type="submit"] {
    max-width: 97%;
    position: static;
    border-radius: 50px;
    margin: 10px auto;
  }
  
  .logo img {
    /* max-width: 80px; */
  }
  
  /* Features */
  .feature_row {
    flex-direction: column;
    width: 80%;
    margin: 0px auto;
    gap: 50px;
  }
  
  .wave_effect,
  .wave_effect2 {
    display: none;
  }
  
  .feature_box {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: flex-start;
    gap: 16px;
  }
  
  .feature_icon {
    width: 28%;
  }
  
  .feature_icon img {
    max-width: 150px;
    width: 100%;
    margin-right: 20px;
  }
  
  .feature_text {
    width: 72%;
  }
  
  /* Categories and Cities */
  .catagory_box {
    width: 280px;
  }
  
  .city_box h4 {
    bottom: 30px;
    font-size: 22px;
  }
  
  .city_box:hover h4 {
    bottom: 30px;
  }
  
  .city_box:hover .city_img:after {
    background: rgba(0, 0, 0, 0);
  }
  
  .catagory_area {
    padding: 20px 0px 10px;
  }
  
  .catagory_area .container_box {
    overflow: hidden;
  }
  
  /* Popular cities - tablet */
  .popular_city_area .city_img {
    width: 220px;
    height: auto;
  }
  
  /* Footer */
  .footer_row {
    flex-direction: column;
    padding-bottom: 0px;
    gap: 0px;
  }
  
  .footer_copyright p {
    text-align: center;
  }
  
  .footer_area {
    padding: 50px 0px 20px;
  }
  
  .footer_menu {
    width: 100%;
  }
  
  .footer_menu h4 {
    margin-bottom: 0px;
    width: 100%;
    border-top: 1px solid #282c34;
    padding: 20px 0px;
  }
  
  .footer_logo {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  
  .footer_logo img {
    max-width: 100px !important;
  }
  
  /* Carousels */
  .catagory_area .container_box {
    padding-left: 20px !important;
    padding-right: 20px !important;
    overflow: visible !important;
  }
  
  .catagory_area .carousel-dragable {
    margin-left: -20px !important;
    margin-right: -20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
    scroll-snap-type: none;
    max-width: none !important;
    gap: 15px;
  }
  
  .popular_city_area .container_box {
    padding-left: 20px !important;
    padding-right: 20px !important;
    overflow: visible !important;
  }
  
  .popular_city_area .carousel-container {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 20px !important;
    padding-right: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
    scroll-snap-type: none;
    max-width: none !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
    box-shadow: none !important;
    filter: none !important;
    background: transparent !important;
  }
  
  .popular_city_area .carousel-container::-webkit-scrollbar {
    display: none;
  }
  
  .carousel-track {
    will-change: transform;
    max-width: none !important;
  }
  
  .carousel-track>*:first-child,
  .carousel-dragable .carousel-item:first-child {
    margin-left: 0 !important;
  }
  
  .carousel-track>*:last-child,
  .carousel-dragable .carousel-item:last-child {
    margin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .hero_area {
    padding: 70px 0px 200px;
    margin-top: 35px;
  }
  
  .container_box_fluid_inner {
    padding: 0px;
  }
  
  .header_area {
    padding-top: 20px;
  }
  
  .hero_content h1 {
    font-size: 35px;
    line-height: 1.3;
  }
  
  .satisfied_users img {
    max-width: 85px;
  }
  
  .satisfied_users p {
    font-size: 12px;
  }
  
  .hero_content input[type="submit"] {
    width: 95%;
    padding: 18px !important;
    margin: 7.5px auto;
    font-size: 17px !important;
    font-weight: 600;
    letter-spacing: 0.4px;
    -webkit-appearance: none;
    background-clip: border-box !important;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0.0001px);
    outline: none !important;
    border: none !important;
    box-shadow: 0 0 0 0 transparent !important;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
  }
  
  .heading_title h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1.5;
  }
  
  .catagory_box {
    width: 260px;
    padding: 22px;
  }
  
  .popular_city_area .carousel-track {
    gap: 15px;
  }
  
  .popular_city_area .carousel-slide {
    flex: 0 0 190px !important;
    width: 190px !important;
    min-width: 190px !important;
    max-width: 190px !important;
    padding: 0 !important;
  }
  
  .popular_city_area .city_img {
    width: 190px !important;
    min-width: 190px !important;
    max-width: 190px !important;
    height: auto !important;
  }
  
  .popular_city_area .city_img img {
    width: 190px !important;
    max-width: 190px !important;
    height: auto !important;
    display: block;
  }
  
  .city_box h4 {
    font-size: 18px;
    bottom: 24px;
  }
  
  .city_box:hover h4 {
    bottom: 20px;
  }
  
  .feature_row {
    width: 100%;
    gap: 40px;
  }
  
  .feature_box p {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .feature_box h4 {
    font-size: 17px;
    margin-bottom: 8px;
  }
  
  .feature_area {
    padding: 42px 0px;
  }
  
  .feature_icon img {
    max-height: 90px;
    margin-bottom: 0px;
  }
  
  .cta_area {
    padding: 50px 0px;
  }
  
  .cta_content h2 {
    line-height: 1.3;
    font-size: 32px;
  }
  
  .cta_content p {
    line-height: 1.5;
    font-size: 13px;
    font-weight: 600;
  }
  
  .cta_content .cta_btn {
    font-size: 14px;
    font-weight: bold;
    width: 190px;
    height: 60px;
    padding: 0px;
  }
  
  .hero_content svg {
    width: 19px;
    top: 22px;
  }
  
  .catagory_text h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  
  .catagory_icon img {
    max-width: 75px;
  }
  
  .popular_city_area {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  
  .footer_area {
    padding-top: 36px;
  }
  
  .footer_logo {
    margin-bottom: 18px;
    text-align: center;
    width: 100%;
  }
  
  .footer_menu ul li a {
    margin: 0px;
    padding-bottom: 18px;
  }
  
  .carousel-dragable {
    gap: 15px;
  }
}

/* ================= END hemory-index.css ================= */


.hero_content .geosuggest__suggests {
  border: 1px solid #e4e4e4 !important;
  border-top-width: 0 !important;
  left: 0px !important;
  right: 0px !important;
  width: 100%;
  margin-top: 10px;
  border-radius: 15px;
  padding: 10px;
}

.hero_content .geosuggest__suggests--hidden {
  border-width: 0 !important;
  display: none;
}

.suggestions-header {
  text-align: left;
}

@media (max-width: 767px) {
  
  .hero_content .geosuggest__suggests {
    border: none !important;
    
  }
}

/* ================================
   ✅ MOBILE ONLY – LOGIN MODAL FINAL
   ================================ */
@media (max-width: 767px) {
  
  .loginModal .modal-header {
    padding-top: 0 !important;
    padding-bottom: 18px !important;
  }
  
  .loginModal .close {
    margin-top: -5px !important;
  }
  
}

/* ================================
   ✅ MOBILE ONLY – SIGNUP MODAL FINAL
   ================================ */
@media (max-width: 767px) {
  
  .signupModal .modal-header {
    padding-top: 0 !important;
    padding-bottom: 18px !important;
  }
  
  .signupModal .close {
    margin-top: -5px !important;
  }
  
}


/* =========================================================
   ANDROID TEXT & FLEX FIX (SAFE GLOBAL)
   ========================================================= */
    
/* 1. Stop Android text inflation (CRITICAL) */
* {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* 2. Flexbox overflow fix (prevents text breaking in flex layouts) */
.flex,
.d-flex,
[class*="flex"],
[style*="display: flex"],
[style*="display:flex"] {
  min-width: 0;
}

.flex > *,
.d-flex > *,
[class*="flex"] > *,
[style*="display: flex"] > *,
[style*="display:flex"] > * {
  min-width: 0;
  flex-shrink: 1;
}

/* =========================================================
   MENUS ONLY – NO WRAP + HORIZONTAL SCROLL
   (NAVIGATION, TABS, BOTTOM NAV)
   ========================================================= */
    


nav::-webkit-scrollbar,
.menu::-webkit-scrollbar,
.tabs::-webkit-scrollbar,
.bottom-nav::-webkit-scrollbar {
  display: none;
}

/* Force ONLY real navigation menus to stay on one line */
header nav > ul,
header .menu > ul,
.profileTabs > ul,
.settingsTabs > ul,
.bottom-nav > ul {
  display: flex;
  flex-wrap: nowrap;
}

/* Never force flex on lists inside modals or popups */
.modal ul,
.popup ul,
.dialog ul {
  display: block !important;
}

/* Prevent text wrapping ONLY on menu links */
nav ul > li > a,
.menu ul > li > a,
.tabs ul > li > a,
.bottom-nav ul > li > a {
  white-space: nowrap;
}

/* =========================================================
   CONTENT / CARDS – ALLOW NORMAL WRAPPING
   ========================================================= */
    
.card,
.card a,
.card p,
.dashboard_box,
.dashboard_box a,
.profile_card a {
  white-space: normal;
  overflow-wrap: break-word;
}

/* =========================================================
   HEADINGS – DEFAULT BEHAVIOUR (NO FORCED BREAKS)
   ========================================================= */
    
h1, h2, h3, h4, h5, h6 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

/* =========================================================
   FLEX HEADING FIX (E.G. "Hantera annonser")
   ========================================================= */
    
.flex h1,
.flex h2,
[style*="display: flex"] h1,
[style*="display: flex"] h2 {
  white-space: nowrap;
  min-width: 0;
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* =========================================================
   TARGETED FIXES (SAFE TO KEEP)
   ========================================================= */
    
/* Hero input – only defensive */
.hero_content input {
  min-width: 0;
  white-space: nowrap;
}

/* Bottom navigation safety */
.mb_nav_wrapper ul {
  display: flex !important;
  flex-wrap: nowrap !important;
}

.mb_nav_wrapper ul li a {
  white-space: nowrap;
  min-width: 0;
}