.search-page .bg-white,
.home-page .bg-white {
  position: fixed;
  top: 0;
}

.custom-navbar .currency-svg {
  width: 21px;
  height: 21px;
}

.custom-navbar .other-page-container {
  padding: 0 20px;
}

.custom-navbar .other-page-container .become-host-div {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-pack: end;
          justify-content: flex-end;
  white-space: nowrap;
}

.custom-navbar .other-page-search label {
  color: #593CFB;
  padding: unset;
  margin: 7px 0;
}

.custom-navbar .other-page-search .form-control {
  border: unset;
  color: #121214;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: unset;
}

.custom-navbar .other-page-search .input-margin {
  margin: 6px 12px;
}

.custom-navbar .other-page-search .where-div {
  width: 27%;
}

.custom-navbar .other-page-search .search-div-flex {
  border-bottom: 1px solid #EBEBEB;
  position: relative;
}

.custom-navbar .other-page-search .search-div-flex i {
  position: absolute;
  right: 5px;
  bottom: 12px;
  font-size: 13px;
}

.custom-navbar .other-page-search .pick-return {
  width: 24%;
}

@media screen and (max-width: 1200px) {
  .custom-navbar .other-page-search .pick-return {
    width: 30%;
  }
}

.custom-navbar .bg-transparent {
  background-color: #fff !important;
  width: 100%;
  z-index: 999;
  padding: 11px 0;
}

.custom-navbar .homepage-header {
  background-color: transparent !important;
}

.custom-navbar .homepage-header .become-host-div .nav-link {
  color: #fff;
}

.custom-navbar .homepage-header .become-host-div .text-head-color {
  color: #fff;
}

.custom-navbar .text-head-color {
  color: #000;
}

.custom-navbar .page-scrolled {
  background-color: #fff !important;
  box-shadow: #63636312 0px 2px 3px 0px;
}

.custom-navbar .page-scrolled .become-host-div .nav-link {
  color: #222222;
}

.custom-navbar .page-scrolled .become-host-div .text-head-color {
  color: #000;
}

.custom-navbar .site-logo {
  width: 130px;
  height: 40px;
}

@media screen and (max-width: 576px) {
  .custom-navbar .site-logo {
    width: 100px !important;
  }
}

@media screen and (max-width: 900px) {
  .custom-navbar .site-logo {
    width: 130px;
  }
}

.custom-navbar .navbar-toggler {
  padding: 10px !important;
  border-radius: 10px;
}

@media screen and (min-width: 1000px) {
  .custom-navbar .navbar-toggler {
    display: none;
  }
}

.custom-navbar .header-profile-img {
  width: 28px;
  height: 28px;
}

.custom-navbar .header-profile-img img {
  border-radius: 50px;
}

.custom-navbar .header-profile {
  border-radius: 25px;
  padding: 8px 8px 8px 14px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.custom-navbar .header-profile:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}

.custom-navbar .navbar-brand,
.custom-navbar .become-host-div {
  z-index: 99;
}

.custom-navbar .become-host-div .nav-link {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  color: #222222;
  padding: 10px !important;
  border-radius: 50px;
}

.custom-navbar .become-host-div .nav-link:hover {
  background-color: #F7F7F7;
  color: #222222;
}

.custom-navbar .search-icon.inside-search {
  width: 45px;
  height: 45px;
  min-width: 45px;
}

.custom-navbar .select-search-fixed {
  position: fixed;
  background-color: #fff;
  z-index: 9;
  width: 100%;
  padding: 28px 0 40px 0;
  top: 0;
  box-shadow: #63636312 0px 2px 3px 0px;
  -webkit-transform: translateY(-200px) scale(0.7);
          transform: translateY(-200px) scale(0.7);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  left: 0;
}

.custom-navbar .select-search-fixed .place-online-ul {
  padding: unset;
  display: -webkit-box;
  display: flex;
  list-style-type: none;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: unset;
}

.custom-navbar .select-search-fixed .place-online-ul li {
  margin: 0 12px;
  position: relative;
}

.custom-navbar .select-search-fixed .place-online-ul li a {
  color: #C8C8C8;
  font-size: 0.875rem;
}

.custom-navbar .select-search-fixed .place-online-ul li.active a {
  color: #222222;
  font-weight: 500;
  font-size: 0.875rem;
}

.custom-navbar .select-search-fixed .place-online-ul li.active::before {
  position: absolute;
  top: 50%;
  left: -13px;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background-color: #222222;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.custom-navbar .select-search-fixed .nav-inputs .location-padd {
  padding: 10px 0px 10px 25px;
  position: relative;
}

.custom-navbar .select-search-fixed .nav-inputs .location-padd .form-control {
  font-size: 0.875rem;
}

.custom-navbar .select-search-fixed .nav-inputs .form-control {
  border: unset;
  background: unset;
  padding: unset;
  cursor: pointer;
}

.custom-navbar .select-search-fixed .nav-inputs .form-control::-webkit-input-placeholder {
  color: #B5B3B3;
}

.custom-navbar .select-search-fixed .nav-inputs .form-control::-moz-placeholder {
  color: #B5B3B3;
}

.custom-navbar .select-search-fixed .nav-inputs .form-control:-ms-input-placeholder {
  color: #B5B3B3;
}

.custom-navbar .select-search-fixed .nav-inputs .form-control::-ms-input-placeholder {
  color: #B5B3B3;
}

.custom-navbar .select-search-fixed .nav-inputs .form-control::placeholder {
  color: #B5B3B3;
}

.custom-navbar .select-search-fixed .nav-inputs .nav-input-flex {
  background: #FCFCFC 0% 0% no-repeat padding-box;
  border: 1px solid #EBEBEB;
  border-radius: 42px;
}

.custom-navbar .select-search-fixed .nav-inputs .nav-input-flex .active {
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 2px 10px #0000001a !important;
  border-radius: 42px;
  width: 40%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.custom-navbar .select-search-fixed .nav-inputs .nav-input-child:hover {
  background: #0000000a 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 3px #0000001a;
  border-radius: 42px;
}

.custom-navbar .select-search-fixed .nav-inputs .nav-input-child.active .form-control {
  padding: 0 25px 0 0 !important;
}

@media screen and (min-width: 991px) {
  .custom-navbar .select-search-fixed .nav-inputs .suggest-location-div {
    width: 350px;
  }
}

@media screen and (max-width: 991px) {
  .custom-navbar .select-search-fixed .nav-inputs .suggest-location-div {
    width: calc(100% + 5vw);
  }
}

.custom-navbar .select-search-fixed .nav-inputs .suggest-location {
  padding: 20px 20px 0 20px;
  max-height: 400px;
  overflow-y: auto;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  /* width */
  /* Track */
  /* Handle */
}

@media screen and (min-width: 1730px) {
  .custom-navbar .select-search-fixed .nav-inputs .suggest-location {
    max-height: 450px;
  }
}

.custom-navbar .select-search-fixed .nav-inputs .suggest-location::-webkit-scrollbar {
  width: 6px;
  overflow: hidden;
}

.custom-navbar .select-search-fixed .nav-inputs .suggest-location::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 35px;
  border: 1px solid #80808012;
}

.custom-navbar .select-search-fixed .nav-inputs .suggest-location::-webkit-scrollbar-thumb {
  background: #88888845;
  border-radius: 50px;
}

.custom-navbar .select-search-fixed .nav-inputs .suggest-location .suggest-box {
  cursor: pointer;
}

.custom-navbar .select-search-fixed .nav-inputs .suggest-location .suggest-box p {
  font-size: 0.875rem !important;
}

.custom-navbar .select-search-fixed .nav-inputs .suggest-location .suggest-box .suggest-box-img {
  width: 100%;
  height: 100px;
}

.custom-navbar .select-search-fixed .nav-inputs .suggest-location .suggest-box .suggest-box-img img {
  border-radius: 15px;
}

.custom-navbar .mob-anywhere span {
  position: relative;
  top: 1px;
}

.custom-navbar .mob-anywhere p {
  position: relative;
  top: -1px;
}

.custom-navbar .offcanvas {
  z-index: 9999 !important;
}

.custom-navbar .room-search-canvas-mob {
  height: 100vh !important;
  background-color: #F7F7F7;
}

.custom-navbar .room-search-canvas-mob .accordion-item {
  border-radius: 16px;
  box-shadow: 0 1px 2px #0000000d, 0 4px 6px #00000008;
  margin-bottom: 20px;
}

.custom-navbar .room-search-canvas-mob .accordion-flush .accordion-item .accordion-button,
.custom-navbar .room-search-canvas-mob .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 20px;
}

.custom-navbar .room-search-canvas-mob .accordion-button:not(.collapsed)::after,
.custom-navbar .room-search-canvas-mob .accordion-button::after {
  display: none;
}

.custom-navbar .room-search-canvas-mob .accordion-button:not(.collapsed) {
  background-color: #fff !important;
  box-shadow: unset !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.custom-navbar .room-search-canvas-mob .accordion-button {
  font-size: clamp(1.2rem, 1.6vw, 1.7rem) !important;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  font-weight: 800;
  color: #222222 !important;
}

.custom-navbar .room-search-canvas-mob .accordion-button.collapsed {
  font-size: clamp(1rem, 1.25vw, 1.1rem) !important;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  font-weight: 400;
}

.custom-navbar .room-search-canvas-mob .accordion-body {
  padding-top: unset;
}

.custom-navbar .room-search-canvas-mob .nav-pills li {
  margin: 0 10px;
}

.custom-navbar .room-search-canvas-mob .nav-pills .nav-link.active {
  background: unset;
  color: #222222;
  font-weight: 600;
  border-bottom: 2px solid #222222;
  border-radius: unset;
  padding: 0px 0 3px 0;
}

.custom-navbar .room-search-canvas-mob .nav-pills .nav-link {
  background: unset;
  color: #7C7C7C;
  border-radius: unset;
  padding: 0px 0 3px 0;
}

.custom-navbar .room-search-canvas-mob .where-to-go-div .search-region-mob {
  display: -webkit-box;
  display: flex;
  gap: 15px;
  overflow-x: auto;
}

.custom-navbar .room-search-canvas-mob .where-to-go-div .search-region-mob::-webkit-scrollbar {
  display: none;
}

.custom-navbar .room-search-canvas-mob .where-to-go-div .search-region-mob .search-region-img {
  width: 100px;
  height: 100px;
}

.custom-navbar .room-search-canvas-mob .where-to-go-div .search-region-mob .search-region-img img {
  border-radius: 12px;
}

.custom-navbar .room-search-canvas-mob .clear-search-footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #0000000d;
  padding: 12px 24px calc(env(safe-area-inset-bottom) + 12px);
  background: #fff;
  left: 0;
}

.custom-navbar .room-search-canvas-mob .clear-search-footer a {
  -webkit-text-decoration-color: #222222 !important;
          text-decoration-color: #222222 !important;
  color: #222222;
}

.custom-navbar .room-search-canvas-mob .clear-search-footer i {
  color: #fff !important;
}

.custom-navbar .room-search-canvas-mob .clear-search-footer .btn-pink {
  border-radius: 7px !important;
}

.custom-navbar .room-search-canvas-mob .clear-search-footer .btn-pink span {
  color: #fff;
}

.custom-navbar .profile-menu-side .profile-img {
  width: 60px;
  height: 60px;
}

.custom-navbar .profile-menu-side .profile-img img {
  border-radius: 50px;
  border: 3px solid #fff;
  box-shadow: #64646f2b 0px 2px 10px 0px;
}

.custom-navbar .profile-menu-side .profile-menu-ul {
  list-style-type: none;
  padding: unset;
}

.custom-navbar .profile-menu-side .profile-menu-ul li {
  margin: 0 0 5px 0;
  padding: 10px 0;
}

.custom-navbar .profile-menu-side .profile-menu-ul li.active {
  position: relative;
}

.custom-navbar .profile-menu-side .profile-menu-ul li.active a {
  position: relative;
}

.custom-navbar .profile-menu-side .profile-menu-ul li.active a i,
.custom-navbar .profile-menu-side .profile-menu-ul li.active a span {
  color: #fff;
}

.custom-navbar .profile-menu-side .profile-menu-ul li.active::before {
  content: '';
  position: absolute;
  top: 0;
  width: calc(50vw + 25px);
  height: 100%;
  background-color: #593CFB;
  border-radius: 0px 10px 10px 0px;
  left: -20px;
}

@media screen and (min-width: 577px) and (max-width: 1000px) {
  .custom-navbar .profile-menu-side .profile-menu-ul li.active::before {
    width: calc(25vw + 25px);
  }
}

.custom-navbar .profile-menu-side .profile-menu-ul a {
  color: #222222;
}

.custom-navbar .skel-static-home-img {
  position: relative;
  overflow: visible;
  display: inline-block;
}

.custom-navbar .skel-static-home-img::before {
  content: "";
  position: absolute;
  border-radius: 50px;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.2)), color-stop(60%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  -webkit-animation: shine 1.5s infinite;
          animation: shine 1.5s infinite;
  z-index: 999;
}

.custom-navbar .skel-static-home-img::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #dddddd;
  z-index: 99;
  border-radius: 50px;
}

.search-dest-div {
  border-radius: 12px !important;
  border: 1px solid #b0b0b0 !important;
  background: white !important;
  padding: 10px 2px;
  position: relative;
}

.search-dest-div .form-control,
.search-dest-div .form-select {
  border: unset;
  border-radius: 12px;
  padding-left: unset;
}

.google-nav-result {
  padding: unset !important;
  list-style-type: none;
  margin: unset;
}

.google-nav-result li {
  padding: 10px;
  border-bottom: 1px solid #80808024;
  cursor: pointer;
  margin: unset !important;
  white-space: wrap;
}

.google-nav-result li:hover {
  background-color: #593CFB;
  color: #fff;
  border-radius: 5px;
}

.google-results-mob {
  padding: unset !important;
  list-style-type: none;
}

.google-results-mob li {
  padding: 10px;
  border-bottom: 1px solid #80808024;
  cursor: pointer;
  margin: unset !important;
}

.google-results-mob li:hover {
  background-color: #593CFB;
  color: #fff;
  border-radius: 5px;
}

.sep-search-input .form-control::-webkit-input-placeholder {
  font-weight: 400;
  color: #222222;
}

.sep-search-input .form-control::-moz-placeholder {
  font-weight: 400;
  color: #222222;
}

.sep-search-input .form-control:-ms-input-placeholder {
  font-weight: 400;
  color: #222222;
}

.sep-search-input .form-control::-ms-input-placeholder {
  font-weight: 400;
  color: #222222;
}

.sep-search-input .form-control::placeholder {
  font-weight: 400;
  color: #222222;
}

.expand-nav {
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
}

.cancelBtn {
  border-color: #222222 !important;
  color: #222222 !important;
}

.applyBtn {
  background-color: #222222 !important;
  border-color: #222222 !important;
}

.place-online-ul {
  font-size: initial;
}

.place-online-ul .search-type-stay {
  height: 23px;
}

.profile-dropdown-main ul {
  max-height: 85vh;
  overflow-y: auto;
}

.other-page-container {
  height: 50px;
}

.region-section .suggest-box img {
  width: 100px;
  height: 100px;
}

@media screen and (min-width: 991px) {
  .region-section .suggest-box img {
    width: 90px;
    height: 90px;
  }
}

