/* map-section start */
.map-section {
  display: flex;
  position: relative;
  z-index: 0;
}
.map-section-left {
  max-width: 510px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.map-section-right {
  max-width: 930px;
  width: 100%;
  position: relative;
  max-height: 902px;
  height: 80vh;
  min-height: 400px;
}
.current-location-btn {
  position: absolute;
  right: 55px;
  bottom: 40px;
  transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
  border-radius: 41px;
  background: var(--white);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  color: var(--green);
  cursor: pointer;
}

.current-location-btn.location-active {
  background: var(--green);
  color: var(--white);
}
.current-location-btn img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.current-location-btn.location-active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7464%)
    hue-rotate(53deg) brightness(109%) contrast(109%);
}

.search-container {
  display: flex;
  align-items: center;
  padding: 22px;
  gap: 24px;
  position: relative;
}
.search-container::after {
  content: "";
  background: #d8d8d8;
  width: 100vw;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.filter-section {
  position: relative;
}

.filter-section a {
  font-size: var(--base-small-font);
  font-weight: var(--medium);
  display: flex;
}
.filter-section-new a {
  font-size: 16px;
  font-style: normal;
  font-weight: var(--semi-bold);
  line-height: 20px;
}
.filter-right {
  display: flex;
  gap: 30px;
  align-items: center;
}
.filter-right a {
  display: flex;
}
.filter-section img {
  max-width: 20px;
  width: 100%;
  margin-right: 8px;
}
.custom-checkbox img {
  margin-right: 16px;
  max-width: 32px;
}
.filter-section a span {
  margin-left: 4px;
}
.search-location h3,.search-location-state h1 {
  margin-bottom: 16px;
}
.search-location p,.search-location-state p {
  color: #6c6d73;
  max-width: 329px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 36px;
}
.search-location a,.search-location-state a {
  font-weight: var(--semi-bold);
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-size: 16px;
  width: fit-content;
  margin: 0 auto;
}
.search-location a img,.search-location-state a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.search-location {
  padding: 22px;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.search-location-state{
  text-align: center;
}
.search-location .btn-green-outline,.search-location-state .btn-green-outline {
  text-decoration: none;
  width: 100%;
  margin: 0 auto;
  margin-top: 36px;
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 33px) 50%;
  background-size: 24px;
  max-width: 252px;
  padding-right: 48px;
}


.search-results p {
  padding-right: 24px;
}
strong {
  font-weight: 700;
}
.custom-dropdown {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #c8cbd3;
  background: #fff;
  min-width: calc(100% - 24px);
}
.dropdown-toggle {
  padding: 14px 20px;
  cursor: pointer;
  display: flex;
  background: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  color: #212123;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  width: 100%;
  border-radius: 10px;
}

.dropdown-toggle::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 24px;
  height: 24px;
  background-image: url("../images/drop-down.svg");
  background-repeat: no-repeat;
  background-size: 24px;
}
.custom-dropdown.dropdown-active {
  border: 1px solid var(--blue-primary);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.dropdown-menu {
  width: 100%;
  padding: 10px 0;
  background: transparent;
  padding-top: 0;
  position: absolute;
  background: #fff;
  z-index: 5;
  border: 1px solid var(--blue-primary);
  border-top: none;
  border-radius: 0 0 10px 10px;
  box-sizing: unset;
  -webkit-box-sizing: unset;
  left: -1px;

}
.pac-logo::after {
  margin-right: 15px;
}
.dropdown-menu a {
  font-weight: var(--normal);
  font-size: var(--base-font-size);
}

.dropdown-menu .dropdown-item {
  padding: 10px;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #212123;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #c9e1d9;
  font-weight: var(--bold);
}
.custom-dropdown {
  margin-top: 24px;
}
.search-result-list {
  margin-top: 24px;
}
.search-results {
  padding: 22px 0 0 25px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #42947b #c9e1d9;
  height: calc(80vh - 98px);
  min-height: 306px;
  max-height: 794px;
}
.search-results::-webkit-scrollbar {
  width: 8px;
}
.search-results::-webkit-scrollbar-thumb {
  background-color: #42947b;
}
.search-results::-webkit-scrollbar-track {
  background-color: #c9e1d9;
}
.btn-group {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.btn-group a {
  display: block;
  color: #2E6D56;
}
.list-title {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 16px;
}
.search-result-list p {
  margin-bottom: 16px;
  color: #212123;
  max-width: 462px;
  width: 100%;
  font-size: 16px;
  font-weight: var(--normal);
  line-height: 21px;
}
.list-item {
  padding: 20px 16px 20px;
  margin-right: 5px;
  border-bottom: 1px solid #ded5c6;
  transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  margin-top: 1px;
}
.list-item.list-active {
  background: #f2ede5;
  border-radius: var(--btn-border-radius);
}
.list-item.list-active .map-details-view {
  display: block !important;
}
.map-details-view a {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.map-details-view a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(89deg) brightness(104%) contrast(101%);
  max-width: 20px;
}
.map-btn {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: var(--medium);
  line-height: 18px;
  color: #2E6D56;
  border-radius: 8px;
  cursor: pointer;
  background: #C9E1D9;
}
.list-title-right {
  color: #6c6d73;
  font-size: 16px;
  line-height: 21px;
}
.map-section-right figure {
  position: relative;
}
.map-section-right .map-marker {
  position: absolute;
  left: 50%;
  top: 50%;
}
.map-section-right .map-marker img {
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.list-item:hover {
  background: #f2ede5;
  border-radius: var(--btn-border-radius);
  border: none;
  cursor: pointer;
}

.map-marker.active img {
  width: 50px;
  height: 58px;
  object-fit: contain;
}
.filter-active.map-locatiom-filter .search-container::after {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
.filter-section-new {
  background: #fff;
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.filter-title {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  padding: 28px 24px;
}
.filter-title img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.close-filter-trigger {
  position: relative;
}
.filter-title h5 {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 24px;
  font-weight: var(--semi-bold);
  line-height: 27px;
}

.close-filter-trigger::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 28px;
  left: -16px;
  top: 0;
  background: #ded5c6;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  position: relative;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 21px 24px;
  border-bottom: 1px solid #f2ede5;
  width: 100%;
  user-select: none;
  padding-right: 48px;
  transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
.custom-checkbox label:hover {
  background: #f4f4f4;
}

.custom-checkbox input[type="checkbox"] + label::after {
  content: "";
  display: block;
  position: absolute;

  background-image: url("../images/icon-check-min.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  opacity: 0;
  width: 24px;
  height: 24px;
  right: 20px;
}
.custom-checkbox input[type="checkbox"]:checked + label {
  background-color: #c9e1d9;
  border-bottom: 1px solid#F2EDE5;
}
.custom-checkbox input[type="checkbox"]:checked + label:hover {
  background-color: none;
}
.custom-checkbox input[type="checkbox"]:checked + label::after {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-name: blink_twice;
  animation-timing-function: cubic-bezier(0.32, 2.32, 0.61, 0.27);
  opacity: 1;
}
@keyframes blink_twice {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}
.custom-checkbox input[type="checkbox"]:checked + label {
  color: #212123;
  font-weight: var(--bold);
}
.filter-wrapper {
  height: calc(80vh - 177px);
  min-height: 229px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #42947b #c9e1d9;
  max-height: 725px;
}

.filter-wrapper::-webkit-scrollbar {
  width: 8px;
}
.filter-wrapper::-webkit-scrollbar-thumb {
  background-color: #42947b;
}
.filter-wrapper::-webkit-scrollbar-track {
  background-color: #c9e1d9;
}

.filter-fixed-btn {
  width: 100%;
  padding: 20px 24px;
  background: #fff;
  position: relative;
}
.filter-fixed-btn::before {
  content: "";
  /* box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.25); */
  position: absolute;
  background: #fff;
  right: 0;
  width: 100vw;
  height: 100%;
  bottom: 0;
  z-index: -1;
  border-top: 1px solid #f2ede5;
}
.filter-fixed-btn a {
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 16px;
  font-weight: var(--semi-bold);
}
.filter-wrapper-title {
  padding: 12px 24px;
  background: #cdd4ee;
}
.filter-wrapper-title h5 {
  font-size: 14px;
  letter-spacing: 1.68px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: var(--semi-bold);
}
.open-filter-trigger {
  display: flex;
  background: none;
  padding: 10px 8px;
  transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  border-radius: 8px;
}
.open-filter-trigger span {
  display: none;
}
.open-filter-trigger.filter-button-active {
  background: #f2ede5;
  min-width: 108px;
}
.open-filter-trigger.filter-button-active span {
  display: block;
}
.no-location-found {
  text-align: center;
  padding: 15px;
  max-width: 369px;
  width: 100%;
  margin: 0 auto;
}
.no-location-found h3 {
  margin-bottom: 17px;
}
.no-location-found p {
  margin-bottom: 16px;
  color: #686868;
  margin: 0 auto;
}
.locations-by-state .map-section-left {
  max-width: 100%;
}
.locations-by-state {
  display: block;
}
.locations-by-state .search-container {
  justify-content: center;
}
.location-finder {
  text-align: center;
  padding: 64px 20px 96px;
}
.location-list-wrapper {
  background: #f7f7f7;
}
.location-finder h2 {
  margin-bottom: 39px;
}
.location-title-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.location-list-wrapper .page-center {
  max-width: 1221px;
}
.sort-filter {
  display: flex;
  border-radius: 10px;
  border: 1px solid #c8cbd3;
  background: #fff;
  padding: 10px 32.5px;
  color: #9c9da2;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  align-items: center;
}
.sort-filter::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 24px;
  height: 24px;
  background-image: url("../images/drop-down.svg");
  background-size: 24px;
}
.location-list {
  margin-top: 64px;
  display: flex;
  gap: 19px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.location-list .column-list {
  max-width: 381px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.slide-action {
  border: 1px solid #dadada;
  border-radius: 10px;
  background: #fff;
}
.slide-toggle {
  padding: 24px;
  color: var(--blue-primary);
  font-size: var(--h4--font);
  font-weight: var(--semi-bold);
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  cursor: pointer;
  border: none;
  background: transparent;
}

.slide-toggle::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 24px;
  height: 24px;
  background-image: url("../images/drop-down.svg");
  background-size: 24px;
  position: absolute;
  right: 24px;
  transition: all 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
.slide-open .slide-toggle::after {
  transform: rotate(-180deg);
}
.slide-menu {
  border: none;
  background: transparent;
  padding: 20px 25px;
  border-top: none;
  text-align: left;
  padding-top: 0;
}
.slide-menu h5 {
  font-weight: var(--semi-bold);
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
}
.slide-menu p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: normal;
  color: #3a3c40;
}

.list-item:last-child {
  border-bottom: none;
}
.slide-toggle span {
  margin-left: 8px;
  padding: 4px 8px;
  display: flex;
  height: 22px;
  justify-content: center;
  align-items: center;
  color: #3a3c40;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  background: #e2e3e9;
  border-radius: 8px;
}
.list-title-left h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  font-family: "Inter", sans-serif;
}

.current-location input {
  color: var(--green);
  padding-left: 48px;
  background-image: url(../images/current-location.svg);
  background-repeat: no-repeat;
  background-position: 16px 50%;
  pointer-events: none;
}
.slide-menu h5 a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}
.search-not-found h4 {
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  color: var(--black);
}
.search-not-found {
  height: auto;
  margin-top: 28px;
}
.search-not-found .btn-green-outline {
  margin-top: 20px;
  font-size: 14px;
  max-width: 192px;
  padding: 10px 16px;
  padding-right: 48px;
  background-position: calc(100% - 16px) 50%;
  background-size: 20px;
}
.filter-active .search-container {
  display: none;
}
.search-inline img{
  cursor: pointer;
}
.search-inline input:focus{
  border: 1px solid var(--blue-primary);
  border-radius: 10px;
}
.pac-container{
  border-radius: 0px 0px 10px 10px !important;
  border: 1px solid var(--blue-primary);
  border-top: 1px solid #E2E3E9 !important;
  padding: 18px 0;
  border-top: none;
  box-shadow: none;
  box-sizing: unset;
  -webkit-box-sizing: unset;
  margin-top: -8px;
}
.pac-item{
  border: none !important;
  padding: 10px 15px !important;
  font-family: "Inter", sans-serif !important;
  color: #9C9DA2 !important;
  font-weight: 400;
line-height: 21px; 
font-size: 16px; 
}
.pac-icon-marker{
  display: none !important;
}
.pac-matched{
  color: #212123 !important;
  font-size: 16px; 
}
.pac-item-query{
  font-size: 16px; 
  font-family: "Inter", sans-serif !important;
}
footer{
  position: relative;
  z-index: 1;
}
.location-clear{
  text-transform: capitalize;
}
.select-region-pg .filter-section{
  display: none;
}
.select-region-pg .search-container{
  padding: 16px;
  gap: 0;
  justify-content: center;
}
.select-region-pg .search-inline{
  max-width: 419px;
}
.select-region-pg .search-container::after {
  right: -55vw;
  width: 155vw;
}

/* map-section end */
@media only screen and (min-width: 1000px) and (max-width: 1500px) {
  .location-list .column-list {
    max-width: 32%;
    gap: 1.2667vw;
  }
}
@media only screen and (min-width: 1000px) and (max-height: 783px) {
  .map-section-right,
  .map-section-left {
    height: 74vh;
    min-height: 380px;
  }
  .filter-wrapper {
    height: calc(74vh - 177px);
  }
}
@media only screen and (min-width: 1000px) and (max-height: 590px) {
  .map-section-right,
  .map-section-left {
    height: 69vh;
    min-height: 200px;
  }
  .filter-wrapper {
    height: calc(69vh - 177px);
    min-height: 137px;
  }
}
@media only screen and (min-width: 1000px) and (max-height: 447px) {
  .map-section-right,
  .map-section-left {
    height: 62vh;
    min-height: 170px;
  }
  .filter-wrapper {
    min-height: 76px;
    height: calc(63vh - 176px);
  }
}

@media only screen and (max-width: 1000px) {
  /* map section start */

  .filter-active.map-locatiom-filter .search-location {
    display: none;
  }
  .map-section {
    flex-direction: column-reverse;
  }
  .map-section-left,
  .map-section-right {
    max-width: 100%;
    height: 100%;
  }
  .search-container::after {
    display: none;
  }
  .search-container {
    border-bottom: 1px solid #f2ede5;
    padding: 12px 20px;
    gap: 12px;
    justify-content: center;

  }
  .map-section .search-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #fff;
  }
  .search-location {
    margin-top: 0;
    padding: 42px 20px 45px;
  }
  .search-location h3,.search-location-state h1 {
    font-size: var(--h1--font);
    line-height: var(--h1-line-height);
    margin-bottom: 11px;
  }
  .search-location p,.search-location-state p {
    max-width: 100%;
    margin-bottom: 37px;
    font-size: 18px;
    line-height: 22px;
  }
  .btn-green-outline {
    padding: 12px 16px;
  }
  .search-location .btn-green-outline,.search-location-state .btn-green-outline {
    margin-top: 34px;
  }

  .search-location .btn-outline,.search-location-state .btn-outline {
    margin-top: 36px;
  }
  .search-results {
    padding: 32px 17px 0 17px;
    border-radius: 16px 16px 0px 0px;
    box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.25);
    z-index: 1;
    position: relative;
    top: -11px;
    background: #fff;
    height: 100%;
    min-height: initial;
  }
  .search-results p,
  .search-results .custom-dropdown {
    padding-right: 0;
  }
  .search-inline {
    max-width: 235px;
  }
  .filter-section img {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }
  .search-inline input {
    border-radius: 10px;
    padding: 16px 39px 16px 16px;
  }
 .current-location input{
    padding-left: 48px;
  }
  .open-filter-trigger {
    line-height: 18px;
  }
  .custom-dropdown {
    margin-top: 20px;
    min-width: auto;
  width: 100%;
  }
  .list-item {
    padding: 24px 16px 24px;
    margin-right: 0;
    border-bottom: 1px solid #f2ede5;
  }
  .search-result-list {
    margin-top: 0;
  }
   .search-result-list.laoction-results{
    margin-top: 22px;
   }
  .filter-section-new a {
    font-size: 14px;
    line-height: 20px;
  }
  .filter-title h5 {
    font-size: 20px;
    line-height: 22px;
    gap: 8px;
  }
  .filter-title {
    padding: 21px 20px;
  }
  .filter-wrapper-title {
    padding: 10px 20px;
  }
  .custom-checkbox label {
    padding: 23px 20px;
  }
  .filter-fixed-btn {
    padding: 16px 20px;
  }
  .no-location-found {
    padding: 34px 20px 43px;
    margin: 0;
    max-width: 100%;
  }
  .no-location-found h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: "Inter", sans-serif;
    color: var(--black);
  }
  .no-location-found p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }
  .location-finder {
    padding: 48px 20px 30px;
    text-align: left;
  }
  .location-title-left h1 {
    font-size: 32px;
    line-height: 34px;
  }
  .location-finder h2 {
    margin-bottom: 24px;
  }
  .sort-filter {
    width: 311px;
    margin: inherit;
  }
  .location-list {
    margin-top: 44px;
    flex-direction: column;
    gap: 0;
  }
  .location-list .slide-action {
    max-width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e2e3e9;
  }

  .slide-toggle {
    padding: 0;
    border: none;
    background: transparent;
    font-size: 18px;
    line-height: 22px;
  }
  .slide-menu h5 {
    margin-bottom: 5px;
  }
  .slide-menu p {
    margin-bottom: 32px;
  }
  .location-list .column-list {
    gap: 0;
  }
  .dropdown-toggle {
    padding: 16px;
    justify-content: flex-start;
    padding-right: 41px;
  }
  .dropdown-toggle::after {
    position: absolute;
    right: 16px;
  }
  .slide-toggle span {
    margin-left: 6px;
    border-radius: 15px;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }
  .list-title {
    margin-bottom: 8px;
    align-items: flex-start;
  }
  .list-title-left h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .list-title-right {
    color: #616161;
    font-size: 14px;
    line-height: 18px;
    min-width: 100px;
    display: flex;
    justify-content: flex-end;
  }
  .search-result-list p {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 18px;
  }
  .btn-group{
    margin-top: 20px;
  }
  .slide-menu {
    padding: 32px 0 0;
    border: none;
    background: transparent;
  }
  .slide-toggle::after {
    border: none;
    width: 22px;
    height: 22px;
    background-size: 22px;
    right: 0;
  }
  .slide-open .slide-toggle::after {
    width: 22px;
    height: 22px;
    background-size: 22px;
  }

  .location-list .column-list {
    max-width: 100%;
  }
  .search-not-found h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .search-not-found p {
    margin-bottom: 8px;
  }
  .search-not-found .btn-green-outline {
    margin-top: 15px;
  }
  .filter-float .filter-section-new {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #fff;
  }
  .filter-float footer,
  .filter-float .chat-icon {
    z-index: -1;
    position: relative;
  }
  body.filter-float .filter-section-new {
    padding-top: 70px !important;
  }
  body.filter-float .filter-wrapper{
    height: 70vh;
    min-height: 140px;
  }
  body.filter-float{
    overflow-y: hidden;
  }
  .map-section-right{
    height: 386px;
    padding-top: 79px;
  }
  .current-location-btn{
    font-size: 0;
    gap: 0;
    padding: 8px;
    border-radius: 50%;
    width: 40px;
  height: 40px;
  }
  .search-inline button{
    right: 16px;
    height: 26px;
  }
  .map-section-left{
    position: static;
  }
  .locations-by-state .search-container {
    position: initial;
  }
  .slide-menu p:last-child{
    margin-bottom: 20px;
  }
  .locations-by-state .search-inline {
    max-width: 100%;
  }
  .dropdown-active .dropdown-toggle{
   justify-content: center;
  }
  .dropdown-active .dropdown-toggle::after {
    margin-right: -37px;
    position: inherit;
  }
  .mobile-hide{
    display: none;
  }
   .search-location-state{
    padding-top: 30px;
    padding-bottom: 33px;
   }
   .search-location-state form{
    margin-bottom: 33px;
   }
    .mobile-location-filter .map-section-right{
      display: none;
   }
   .mobile-view-state form{
    position: relative;
  width: 100%;
   }
   .mobile-list-wrapper{
    display: block !important;
   }
   .mobile-show{
    display: flex !important;
    justify-content: center !important;
   }
   .mobile-location-filter .map-section-left{
    display: block;
    position: relative;
   }
   .mobile-location-filter .search-container{
    position: initial;
   }
   .mobile-location-filter .search-location-state{
    max-width: 100% !important;
   }
   .mobile-location-filter .filter-section{
    display: none !important;
   }
   .button-input{
    position: relative;
    margin-bottom: 35px;
   }
   .after-search .button-input{
    position: initial;
    margin-bottom: initial;
   }
   .after-search .search-container{
    position: absolute;
   }
   .after-search .search-container .filter-section{
    display: block !important;
   }
   .after-search .map-section-left{
    position: static;
   }
   .after-search .mobile-show{
    display: none !important;
   }
   .after-search .search-location-state {
    padding-top: 0;
    padding-bottom: 0;
  }
  .no-location-found p{
    max-width: 100%;
  }
  .hide-list-mobile{
    display: none !important;
  }
  /* map section end */
}
@media only screen and (max-width: 1000px) and (max-height: 700px) {
  body.filter-float .filter-wrapper {
    height: 66vh;
  }
}
@media only screen and (max-width: 1000px) and (max-height: 600px) {
  body.filter-float .filter-wrapper {
    height: 63vh;
  }
}
@media only screen and (max-width: 1000px) and (max-height: 600px) {
  body.filter-float .filter-wrapper {
    height: 63vh;
  }
}
@media only screen and (max-width: 1000px) and (max-height: 556px) {
  body.filter-float .filter-wrapper {
    height: 60vh;
  }
}
@media only screen and (max-width: 1000px) and (max-height: 513px) {
  body.filter-float .filter-wrapper {
    height: 55vh;
  }
}
@media only screen and (max-width: 1000px) and (max-height: 450px) {
  body.filter-float .filter-wrapper {
    height: 48vh;
  }
}
.select-region-pg .map-section-left{
  height: 100% !important;
    min-height: 100% !important;
    max-width: 100% !important;
}