
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .routingTab {
    border-radius: 20px !important;
    position: absolute;
    margin-top: -40px;
    background-color: #fff;
    box-shadow: rgb(113, 113, 206) 0px 5px 15px 0;
  }

  .linkBox {
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  
  .p_sectionBox{
    margin-top: 119px;
    margin-left: 0px;
    margin-right: -7px;
  }
 
  .s_sectionBox{
    margin: 0 10px 0 10px;
  }

  .l_icon{
    margin-left: -12px;
  }


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .routingTab {
    border-radius: 20px !important;
    position: absolute;
    margin-top: -40px;
    background-color: #fff;
    box-shadow: rgb(113, 113, 206) 0px 5px 15px 0;
  }

  .innerTab {
    margin-top: 1rem;
    margin-left: 2rem;
    /* margin-right: 2rem; */
  }

  .linkBox {
    border-radius: 0 !important;
    box-shadow: none !important;
    border-right: solid 0.2px lightgrey !important;
  }
  .p_sectionBox{
    margin-top: 119px;
    margin-left: 0px;
    margin-right: -7px;
  }
  .s_sectionBox{
    margin: 0 10px 0 10px;
  }
  .l_icon{
    margin-left: -12px;
  }
  


}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .routingTab {
    border-radius: 20px !important;
    position: absolute;
    margin-top: -40px;
    background-color: #fff;
    box-shadow: rgb(113, 113, 206) 0px 5px 15px 0;
  }
  .linkBox {
    border-radius: 0 !important;
    box-shadow: none !important;
    border-right: solid 0.2px lightgrey !important;
  }
  .l_icon{
    margin-left: -12px;
  }
 

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .routingTab {
    border-radius: 20px !important;
    position: absolute;
    margin-top: -40px;
    background-color: #fff;
    box-shadow: rgb(113, 113, 206) 0px 5px 15px 0;
  }

  .innerTab {
    display: flex;
    justify-content: center;
  }
  .linkBox {
    border-radius: 0 !important;
    box-shadow: none !important;
    border-right: solid 0.2px lightgrey !important;
  }
  .l_icon{
    margin-left: -12px;
  }



}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .routingTab {
    border-radius: 20px !important;
    position: absolute;
    margin-top: -40px;
    background-color: #fff;
    text-align: center;
    padding: 3rem 1rem 3rem 1rem;
    /* box-shadow: rgba(113, 113, 206) 0px 5px 15px 0; */
    box-shadow: rgb(194 194 202) 0px 0px 7px 2px;
  }
  .linkBox {
    border-radius: 0 !important;
    box-shadow: none !important;
    border-right: solid 0.2px lightgrey !important;
  }
  .p_sectionBox {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: -7px;
  }

  
  .submitSearch {
    padding: 7px 15px;
    font-size: 15px;
    /* background-color: rgb(4, 161, 20); */
    background: radial-gradient(circle, rgba(4, 161, 20, 1) 0%, rgba(6, 32, 3, 1) 64%);
    margin-right: 0px;
    margin-top: 9px;
    border-radius: 20px;
  }



}

.innerTab {
  justify-content: center;
  margin: -8px 0 0 0;
}

.locationRange {
  padding: 10px 0px 0 0 !important;
}
.place_top {
  background-color: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .15);
  left: 0;
  height: 19.5rem;
  overflow-y: hidden;
  padding: 0.5rem;
  position: absolute;
  right: 0;
  scrollbar-width: none;
  
  z-index: 600;
  margin-top: 12px;
}

.select-list-container .select-list {
  -ms-overflow-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-height: 5.5rem;
  min-width: 100%;
  overflow-y: auto;
  padding: 1rem;
  scrollbar-width: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.dateRanges {
  padding: 4px 18px 0 0;
}

.place_top_guest {
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0 0 0 0.5rem #fff, 0 4px 24px rgba(0, 0, 0, .4);
  overflow-x: hidden;
  width: 240px;
  left: 0;
  height: 6.5rem;
  overflow-y: hidden;
  padding: 0.5rem;
  position: absolute;
  right: 0;
  scrollbar-width: none;
  margin-top: 25px;
  z-index: 600;
}

.guests-popup {
  padding: 0.5rem;
}

.guests-popup .guests-inner {
  grid-gap: 0 0;
  display: grid;
  gap: 0 0;
  grid-area: 1/1/2/3;
  grid-template-areas: "guests-label guests-counter";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}

.guests-popup .guests-inner .guests-label {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  grid-area: guests-label;
}
.guests-popup .guests-inner .guests-label .icon-container {
  margin-right: 0.25rem;
}
.icon-container {
  display: inline-flex;
}

.pill-content {
  fill: #121417;
  align-items: center;
  background: #fff;
  border: none;
  border-radius: 2.25rem;
  box-shadow: inset 0 0 0 0.125rem #121417;
  box-sizing: border-box;
  color: #121417;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  outline: none;
  padding: 0.625rem 1rem;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 40px;
}

.pill-content.icon-only {
  padding: 0.75rem;
}

.selfAlignCenter {
  display: flex;
  align-self: center;
  justify-content: center;
}
.item {
  list-style: none;
  outline: none;
}
.item.is-two-row .item-content {
  padding: 0.5rem 1rem;
}
.item .item-content {
  align-items: center;
  background: none;
  border: none;
  border-radius: 1rem;
  color: #121417;
  cursor: pointer;
  display: flex;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin: 0;
  outline: none;
  padding: 1rem;
  text-align: left;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 100%;
}
.item .item-content .icon {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  align-self: center;
  display: grid;
  letter-spacing: normal;
  line-height: 1;
  line-height: 0;
  margin-right: 1rem;
  width: 1rem;
}

.item .item-content .item-text {
  margin-right: auto;
}

.item .item-content .item-text .label-small {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .0125rem;
  line-height: 2.1rem;
}

.item-label {
  font-size: 18px;
}

.font-18 {
  font-size: 18px !important;
}

.counter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  width: 7.6875rem;
}



/* ------------------------------------------- */


section {
  padding: 10px 0 100px;
  position: relative;
  background: #fff;
}

.cardBottomRadius {
  border: 1px solid #ccc;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.card {
  border-radius: 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

/* ============== */

.propertyImage {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
  cursor: default;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.propertyImage img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px) !important;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  transition: all ease-in-out 0.5s;
}

.d_flex {
  display: flex;
}

.jc_center {
  justify-content: center;
}

.jc_between {
  justify-content: space-evenly;
}