ul.prop {
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    gap: 10px;
    display: none
}

ul.prop li a {
    border: 1px solid transparent;
    padding: 13px 35px;
    font-size: var(--f14);
    font-weight: 500;
    line-height: 1;
    border-radius: 12px;
    font-family: var(--primary-font);
    transition: .3s ease-out;
    display: inline-block
}

ul.prop li a.active,
ul.prop li a:hover {
    border-color: var(--secondary-color)
}

.adult-btn,
.search-bar-inner i {
    top: 50%;
    transform: translateY(-50%)
}

.see-more {
    margin-top: 80px;
    padding: 0
}

.list-content {
    padding: 14px
}

section.properties-list .property-list .list-content .price p {
    font-size: var(--f14);
    font-weight: 700;
    font-family: var(--secondary-font);
    color: var(--secondary-color);
    margin-top: 10px
}

section.list-banner {
    height: 450px;
    width: 100%;
    background: url(../images/list-bg.jpg) center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 40px 12px 10px;
    position: relative;
}
section.list-banner .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
section.list-banner .container{
    position:relative;
}
section.list-banner h1 {
    text-align: center;
    margin-bottom: 20px;
}

section.list-banner p {
    text-align: center;
    color: var(--white-color);
}

.search-info {
    padding: 0;
}

.search-bar {
    margin-top: 0;
    border: 0 solid #fffFFF52;
    border-radius: 30px;
    padding: 5px 0;
    z-index: 1;
    position: absolute;
    width: 75%;
    left: 50%;
    top: 350px;
    transform: translate(-50%,0%);
}
.search-bar.pro-srch{
    top: 350px;
    /* bottom: 125px; */
}
.search-bar.newClass .search-bar-inner {
    background: var(--territiary-color);
    z-index: 20;
    position: relative;
}
.search-bar.newClass {
    position: fixed;
    top: 6px;
    width: 55%;
    max-width: 1140px;
    z-index: 18;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
    padding: 0;
    border-radius: 15px;
    box-shadow: none;
}

.search-bar.newClass .loct.icns input{
    border: none;
}

.search-bar.newClass .search-bar-inner .row{
    gap: 0;
}

.search-bar-inner {
    background: #e3e3e363;
    border-radius: 25px;
    opacity: 1;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 12px 18px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11);
}

.search-bar-inner .check {
    padding: 0;
    position: relative;
    width: 25%;
    height: 46px;
    border: none;
}

.search-bar-inner .row {
    position: relative;
    width: 100%;
    gap: 0 10px;
    justify-content: space-between;
}

.search-bar-inner .col-4.datepicker-common-2.datepicker-main {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 50%; */
    width: 205%;
    height: 46px;
    padding: 0
}

.search-bar .search-bar-inner .select {
    border-right: 1px solid #343434;
    padding: 0;
    padding: 0;
    position: relative;
    width: 19%;
    height: 46px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
}

.search-bar .search-bar-inner .select select {
    appearance: none;
    /* height: 62px; */
    /* padding-top: 14px; */
    /* padding-bottom: 14px; */
}

.search-bar .search-bar-inner .select select:focus-visible {
    outline: none;
}

input#demo17 {
    top: 0 !important;
    padding-left: 0;
    width: 100% !important;
    height: 62px !important
}

.search-bar-inner .check-detail,
.search-bar-inner .guest-detail {
    padding-top: 8px;
    padding-bottom: 8px;
    /* border-right: 1px solid #343434; */
    padding-right: 12px;
    position: relative
}

.search-bar-inner input[type=text],
.search-bar-inner select {
    background: 0 0;
    border: 0 solid;
    width: 100%;
    padding-left: 15px;
    font-size: 14px;
    color: #fff;
    height: 28px;
}
.search-bar-inner input::placeholder{
    color:#fff;
}
#guestsss1 .close12,
.search-bar-inner i {
    color: var(--white-color);
    position: absolute
}

.search-bar-inner select option {
    color: #000
}

.search-bar-inner i {
    right: 12px
}

.search-bar-inner .guest-detail {
    border-right: 0px solid;
    position: relative
}

.search-bar-inner .search-btn,
section.experience-section .container-fluid,
section.yacht-section .container-fluid {
    padding: 0;
    width: 20%;
}

.search-bar-inner .search-btn button {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--primary-font)
}
.search-bar.newClass  .search-btn button {
background: var(--white-color);
    color: #2a2a2a;
}
.search-bar-inner .search-btn button:hover{
    background: var(--white-color);
    color: #2a2a2a;
}

div#guestsss1 {
    width: 100%;
    min-width: 250px;
    background: var(--black-color);
    padding: var(--p20);
    position: absolute;
    z-index: 9;
    left: 0;
    border-radius: 10px;
    display: none;
    box-shadow: 0 0 3px 0 #888
}

#guestsss1 .close12 {
    right: 10px;
    left: auto;
    top: .9rem;
    font-size: var(--f18);
    cursor: pointer
}

#guestsss1 .adult-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--m20)
}

#guestsss1 .adult-box p {
    letter-spacing: 0;
    color: var(--white-color);
    text-shadow: 0 0 0 #000;
    font-size: var(--f14);
    text-align: left;
    margin: 0
}

#guestsss1 button.button1 {
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--f19);
    line-height: 30px;
    border: 1px solid var(--white-color);
    color: var(--white-color)
}

#guestsss1 button.button11.button1 {
    margin-left: var(--m14)
}

#guestsss1 button.main-btn.close1112 {
    width: 100%;
    font-size: 14px
}

.adult-btn {
    display: flex;
    align-items: center;
    position: absolute;
    right: 5px
}

.guests button.button1 {
    height: 46px;
    width: 50px;
    text-align: center;
    border-radius: 22px 0 0 22px;
    font-size: var(--f20);
    border: 0 solid rgba(255, 255, 255, .5);
    color: rgba(255, 255, 255, 1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    border-right: 0px solid
}

.guests button.button11.button1 {
    margin-left: 0;
    border-right: 0px solid;
    border-left: 0 solid;
    border-radius: 0 22px 22px 0
}

.search-bar button.button1 i {
    position: relative;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    transform: translateY(0)
}

.guests button.button1:hover {
    background: var(--white-color);
    border-color: var(--secondary-color);
}
.guests button.button1:hover i{
    color: #2a2a2a;
}

input#demo17 {
    top: 0 !important;
    padding-left: 0;
    width: 100% !important;
    height: 46px !important;
    left: 0;
}

/* property section */
section.home-list {
    padding: var(--p60) var(--p12);
    background: #fff;
}

section.home-list .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    transition: .5s ease-in-out;
}

section.home-list .overlay a {
    color: var(--white-color);
    font-size: var(--f18);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

section.home-list .overlay i {
    color: var(--white-color);
    font-size: var(--f18);
}

section.home-list .prop-card:hover .overlay {
    display: flex;
}

section.home-list .row {
    justify-content: center;
    gap: 30px 0;
}

section.home-list .how-we-value-heading span {
    font-size: var(--f14);
    font-family: var(--secondary-font);
    font-weight: 600;
    color: var(--white-color);
    border-radius: 50px;
    padding: 4px 18px;
}

section.home-list .view {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: var(--p15);
    background: rgba(0, 42, 90, 0.9);
}

section.home-list .view h5{
    color: var(--white-color);
}

section.home-list .view a {
    background: var(--white-color);
    padding: var(--p10);
    box-shadow: 2.5px 4.33px 18px 0px rgb(0 0 0 / 10%);
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    text-align: center;
}

section.home-list .view i {
    margin-right: 0;
}


section.home-list .col-4 {
    width: 33%;
}

section.home-list .pro {
    display: flex;
    justify-content: center;
    margin-top: var(--m30);
}

section.home-list img.img-fluid {
    width: 100%;
    height: 320px;
    object-fit: cover;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

section.home-list .pro-img:hover img {
    transform: scale(1.14);
}

section.home-list .pro-img a::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 15px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    width: calc(100% - 66px);
    left: 33px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}

section.home-list .pro-img a::after {
    content: "";
    position: absolute;
    top: 8px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: calc(100% - 16px);
    left: 8px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}


section.home-list .pro-img a {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    display: flex;
    border-radius: 20px 20px 0 0;
}
.pro-cat {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}
.pro-cat a{
    background:var(--secondary-color);
    color:var(--white-color);
    display: block !important;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 20px !important;
}
section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p40) var(--p25) var(--p25) var(--p25);
    background: var(--white-color);
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
    margin-top: -20px;
    border-radius: 0 0 20px 20px;
}

section.home-list .rating i {
    color: var(--other-color);
    margin-right: 0;
    font-size: var(--f14);
}

section.home-list .adr-rev {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #36454f59;
    margin-bottom: 15px;
}

section.home-list .rating {
    margin-bottom: 0;
    color: var(--other-color);
    font-size: 16px;
    min-width: 60px;
}

section.home-list h3.title {
    font-size: var(--f24);
    line-height: 30px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: var(--m11);
    height: 60px;
    overflow: hidden;
    width: 100%;
}

section.locations-list-page h3.title{
    height: unset;
}

section.home-list h3.title a {
    color: var(--other-color);
}

.prop-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: var(--m40);
}

section.home-list p.adr {
    font-size: var(--f15);
    font-weight: 400;
    color: var(--para-color);
    margin-bottom: 0;
    line-height: 1.5;
    height: 22px;
    overflow: hidden;
    border-bottom: 0px solid #36454f59;
    padding-bottom: 0;
}

.prop-view-btn {
    padding-top: var(--p20);
}

.prop-view-btn a {
    text-decoration: underline;
    font-size: var(--f18);
}

section.home-list .descp {
    max-height: 60px;
    overflow: hidden;
}

section.home-list .how-we-value-heading {
    text-align: center;
}

section.home-list .amn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #36454f59;
    padding-top: var(--p20);
}

section.home-list ul {
    margin: 0 0 0;
    padding: 0;
    /* background-color: #f2f2f2; */
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

section.home-list i {
    margin-right: var(--m8);
    color: var(--secondary-color);
}

section.home-list ul li {
    font-size: var(--f14);
    color: var(--black-color);
    font-weight: 500;
    list-style: none;
}

section.home-list ul.last li {
    color: var(--other-color);
}

section.home-list h5 {
    font-size: var(--f18);
    color: #ad7630;
    font-weight: 500;
    margin-bottom: 0;
}

section.home-list .pro-img {
    position: relative;
}

section.home-list h5 span {
    font-weight: 600;
    font-size: var(--f22);
    color: var(--white-color);
}

section.home-list .featured span {
    font-weight: 500;
    font-size: var(--f13);
    color: var(--white-color);
    background-color: var(--heading-color);
    padding: 4px 12px;
    display: inline-block;
    border-radius: 30px;
}

section.home-list .featured {
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 1;
}

section.home-list .how-we-value-heading p {
    font-size:var(--f12);
    color: white;
    background-color: #ef3f3e;
    text-transform: uppercase;
    padding: 4px 18px;
    line-height: 1.7;
    border-radius: 3px;
    font-family: var(--secondary-font);
    font-weight: 600;
}

section.home-list .how-we-value-heading h2 {
    padding-top: 15px;
    padding-bottom: 15px;
    color: var(--black-color);
    font-weight: 600;
    margin-bottom: 0px;
}

section.home-list .how-we-value-heading h6 {
    line-height: 1.3;
    color: var(--secondary-color);
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: 0px;
}

.form-control:focus {
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25) !important;
}

/* div#p-list {
background: var(--lt-bg-color);
} */
.datepicker {
    left: 0;
}   
.locc-srch .search-bar-inner .check{
    width:25%;
}
.locc-srch  .search-bar-inner .search-btn{
     width:25%;
}
.search-bar-inner .col-4.datepicker-common-2.datepicker-main {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 50%; */
    width: 200%;
    height: 62px;
    padding: 0
}
section.home-list ul#pills-tab {
        margin-bottom: 30px !important;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 0;
}
section.home-list ul#pills-tab .nav-link{
      color: #002a5a;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 25px;
}
section.home-list ul#pills-tab .nav-link:hover, section.home-list ul#pills-tab .nav-link.active{
  color: #fff;
  background-color:var(--secondary-color);
}

section.other-properties .head-sec{
 padding-left:12px;
  padding-right:12px;
  margin-bottom:30px;
}
section.other-properties ul#myTab{
 margin-bottom: 30px !important;
 justify-content: center;
 flex-wrap: wrap;
 gap: 20px 0;
 border: 0px solid;
}
section.other-properties ul#myTab .nav-link{
      color: #002a5a;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 25px;
}
section.other-properties ul#myTab .nav-link:hover, section.other-properties ul#myTab .nav-link.active{
  color: #fff;
  background-color:var(--secondary-color);
}

section.other-properties img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  box-shadow: 0px 2px 4px -1px rgba(61, 5, 5, 0.2),
    0px 4px 5px 0px rgba(61, 5, 5, 0.14), 0px 1px 10px 0px rgba(61, 5, 5, 0.12);
}
section.other-properties .pro-img {
  height: 350px;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  width: 100%;
}
section.other-properties .pro-icon {
  bottom: 0;
  position: absolute;
  z-index: 2;
  height: 40px;
  background: linear-gradient(
    180deg,
    rgba(28, 28, 28, 0) 0%,
    rgba(39, 39, 39, 0.59) 41.95%,
    rgba(28, 28, 28, 0.74) 100%
  );
  border-bottom-left-radius: 25px;
  -webkit-transform: translateZ(1px);
  -moz-transform: translateZ(1px);
  -ms-transform: translateZ(1px);
  transform: translateZ(1px);
  border-bottom-right-radius: 25px;
  width: 100%;
  padding: 12px 20px;
}
section.other-properties .pro-icon ul {
  display: flex;
  align-items: center;
  gap: 16px;
}
section.other-properties .pro-icon ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--white-color);
}
section.other-properties .pro-icon ul li svg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.5rem;
  color: white;
  font-size: 16px;
}
section.other-properties .pro-cont {
  margin-top: 12px;
}
section.other-properties .pro-cont h3 {
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
section.other-properties .pro-cont p a {
  color: var(--secondary-color);
}
section.other-properties .pro-cont p {
  line-height: 1;
  margin-bottom: 0;
}
section.other-properties .owl-carousel .owl-nav button.owl-next,
section.other-properties .owl-carousel .owl-nav button.owl-prev {
  min-width: 32px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary-color);
  color: var(--white-color);
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
  border-radius: 100%;
}
section.other-properties .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -16px;
}
section.other-properties .pro-img img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
section.other-properties .pro-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}