.search-bar i,
.search-bar input,
.search-bar select,
section.home-list h3.title a,
section.home-list ul li {
  color: var(--secondary-color);
}
/* .checklist,
.search-bar .col-3.guest:before,
.search-bar .col-3.srch-btn:before,
div#p-list {
  display: none;
} */
header.desk-nav .search-bar {
  display: block;
}
.search-bar {
  background: rgba(20, 20, 20, 0.5);
    /* margin-top: -252px; */
}
.search-bar form {
  position: relative;
  margin: 0 auto auto;
  justify-content: center;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #423c3c2e;
  padding: 0;
  border-radius: 0px;
  z-index: 2;
  /* box-shadow: 0 0 10px rgb(0 0 0 / 12%); */
  border: 0px solid #ddd;
  /* box-shadow: 0 3px 12px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.08); */
}

.search-bar input, .search-bar select {
  font-size: var(--f16);
  color: var(--white-color);
  line-height: 1.125rem;
  font-weight: 400;
  border-radius: 0;
  padding: 5px 15px;
  background: transparent;
  text-indent: 30px;
  border: 2px solid #fff;
  width: 100%;
  height: 65px;
}

.search-bar .select {
  padding: 14px 24px;
  position: relative
}
.search-bar select option{
  color: #000;
}
.search-bar .main-check::after,.select::after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 32px;
  background: #999;
  display: none;
}

.search-bar .check:before,.search-bar .col-3:before {
  content: '';
  width: 1px;
  height: 15px;
  background: #999;
  position: absolute;
  right: 0;
  display: none;
}
.search-bar .right img{
          position: absolute;
          width: 10%;
          top: 20px;
          left: 10px;
}
    .search-bar .left img {
        position: absolute;
        top: 20px;
        left: 10px;
        width: 10%;
    }
        .search-bar .guest img{
        position: absolute;
        top: 28px;
        left: 17px;
        width: 10%;
    }
    .search-bar .search-row{
      justify-content: center;
    }

.search-bar label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 2px
}
  .search-bar .select{
        display: none;
    }
.search-bar input#end_date {
  /* padding-left: 0; */
  border-left: 0px solid;
}

.col-1.md-12.sm-12.srch-btn {
  padding: 0 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.search-bar input::placeholder {
  color: var(--white-color);
  opacity: 1
}

.search-bar i {
  color: var(--secondary-color);
  position: absolute;
  top: 1.5rem;
  font-size: var(--f16);
  right: 20px
}

.search-bar .col-3 {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 20%;
}

.search-bar .col-3:before {
  top: 24px
}

.search-bar .check:before {
  top: 9px;
  display: none
}

.search-bar .check i {
  top: .5rem
}

.search-bar .col-3.guest:before,.search-bar .col-3.srch-btn:before,.video-cont .search-bar {
  /* display:none; */
}
.video-cont .container-fluid{
  padding: 0px;
}
.search-bar .col-3.srch-btn {
  /* padding-top: 0; */
  /* padding-bottom: 0; */
  /* padding-left: 0; */
}

.search-bar button.main-btn {
  min-width: 48px;
  width: 100%;
  height: 100%;
  letter-spacing: 1px;
  border-radius: 0;
  border: 0 solid var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-transform: uppercase;
}

.about_section .about_content .about_bottom a.main-btn,.scroll .text,header.desk-nav .search-bar,section.about-owner .call-area,section.about-owner .call-area a {
  display: block
}

.search-bar button.main-btn i {
  color: var(--white-color);
  position: relative;
  top: 0;
  font-size: var(--f16);
  right: 0
}

.search-bar button.main-btn.close111,.search-bar button.main-btn.close1112 {
  height: 43px;
  padding: var(--p5) var(--p15);
  font-size: var(--f14);
  border: 1px solid var(--secondary-color);
  border-radius: 20px;
  width: 100%
}

header.desk-nav div#menu-toggle2 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  padding: 12px 10px;
  border-radius: 20px;
  width: 60px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0,0,0,.18)
}

.search-bar .datepicker-common-2 {
  padding: 0;
  width: 50%
}

.search-bar .main-check {
  padding: 10px 10px;
  width: 40%;
  position: relative
}

.search-bar .main-check .row {
  position: relative;
  justify-content: space-around
}
.form-control:focus{
  border-color: white !important;
  color: white;
}
.card_sec_div {
  scrollbar-width: thin; /* for Firefox */
  scrollbar-color: var(--secondary-color) #f1f1f1; /* thumb, track */
}
.srch-btn img{
  width: 10%;
}

div#guestsss,div#guestsss1 {
  width: 100%;
  min-width: 250px;
  background: var(--white-color);
  padding: var(--p20);
  position: absolute;
  z-index: 9;
  left: 0;
  border-radius: 10px;
  display: none;
  box-shadow: 0 0 3px 0 #888
}

#guestsss .close1,#guestsss1 .close12 {
  position: absolute;
  right: 10px;
  left: auto;
  top: .3rem;
  font-size: var(--f18);
  color: var(--secondary-color);
  cursor: pointer
}

#guestsss .adult-box,#guestsss1 .adult-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--m20)
}

#guestsss .adult-box p,#guestsss1 .adult-box p {
  letter-spacing: 0;
  color: var(--black-color);
  text-shadow: 0 0 0 #000;
  font-size: var(--f14);
  text-align: left;
  margin: 0
}

#guestsss button.button1,#guestsss1 button.button1 {
  background: 0 0;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: var(--f19);
  line-height: 30px;
  margin-left: 0;
  border: 1px solid var(--black-color);
  color: var(--black-color);
  transition: .3s;
  cursor: pointer
}

#guestsss button.button11.button1,#guestsss1 button.button11.button1 {
  margin-left: var(--m14)
}

input#demo17 {
  position: absolute;
  left: 0;
  top: 0px !important;
  width: 100% !important;
  opacity: 0;
  height: 70px !important;
  z-index: 9;
}
section.home-list {
  padding: var(--p60) var(--p12);
  background: var(--lt-bg-color);
}
section.home-list .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  display: none;
  transition: 0.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 1%;
}
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: #ffffffbd;
}
section.home-list .view a {
  background: var(--white-color);
  padding: var(--p10);
  box-shadow: 2.5px 4.33px 18px 0 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;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
section.home-list .pro-img a::after,
section.home-list .pro-img a::before {
  content: "";
  height: 100%;
  border-radius: 30px;
  z-index: -1;
  -webkit-transition: 0.5s;
  display: none;
  position: absolute;
}
section.home-list .pro-img:hover img {
  transform: scale(1.14);
}
section.home-list .pro-img a::before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.4) 100%
  );
  top: 15px;
  background-color: rgba(0, 0, 0, 0.05);
  width: calc(100% - 66px);
  left: 33px;
  transition: 0.5s;
}
section.home-list .pro-img a::after {
  top: 8px;
  background-color: rgba(0, 0, 0, 0.1);
  width: calc(100% - 16px);
  left: 8px;
  transition: 0.5s;
}
section.home-list .pro-img a {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  border-radius: 20px 20px 0 0;
}

.prop-view-btn,
section.home-list .amn {
  padding-top: var(--p20);
}
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;
}
section.home-list h3.title {
  font-size: var(--f24);
  line-height: 30px;
  font-weight: 700;
  color: var(--black-color);
  margin-bottom: var(--m11);
  height: auto;
  overflow: hidden;
  width: 98%;
}
.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: 0 solid #36454f59;
  padding-bottom: 0;
}
.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; */
}
section.home-list ul {
  margin: 0;
  padding: 0;
  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(--black-color);
}
section.home-list ul li {
  font-size: var(--f14);
  font-weight: 500;
}
section.home-list ul.last li {
  color: var(--other-color);
}
section.home-list h5 {
  font-size: var(--f18);
  color: var(--black-color);
  font-weight: 500;
  margin-bottom: 0;
}
section.home-list h5 span {
  font-weight: 600;
  font-size: var(--f22);
  color: var(--black-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: 14px;
  color: #fff;
  background-color: #ef3f3e;
  text-transform: uppercase;
  padding: 4px 18px;
  line-height: 1.7;
  border-radius: 3px;
  font-family: Work Sans;
  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: 0;
}
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: 0;
}
.form-control:focus {
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25) !important;
}


section.home-list .prop-card {
    padding: 12px;
    box-shadow: 0px 0px 5px #ccc;
    width: 32.5%;
    background: var(--white-color);
}
section.home-list .pro-img {
    position: relative;
}
section.home-list .pro-img a {
    position: relative;
    overflow: hidden;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    display: flex;
    border-radius: 0px 0px 0 0;
}
section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    background: var(--white-color);
    /* box-shadow: 0 1px 17px 0 rgba(0, 0, 0, .05); */
    margin-top: 15px;
    border-radius: 0;
}
section.home-list h3.title {
    font-size: var(--f24);
    line-height: 30px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: var(--m11);
    height: auto;
    overflow: hidden;
    width: 98%;
}
section.home-list .descp {
    max-height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}
section.home-list .amn {
    padding-top: 0;
}
section.home-list ul {
    margin: 0;
    padding: 0;
    font-size: var(--f14);
    /* align-items: center; */
    /* display: flex; */
    /* justify-content: space-between; */
    width: 100%;
}
section.home-list ul li {
    font-size: var(--f16);
    /* font-weight: 500; */
    margin-bottom: 5px;
}
section.home-list i {
    margin-right: var(--m8);
    color: var(--other-color);
    font-size: 19px;
    width: 23px;
}

.prop-view-btn {
    border-top: 1px dashed #36454f59;
    padding-top: 16px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prop-view-btn a {
    text-decoration: underline;
    font-size: var(--f16);
    color: var(--secondary-color);
}

.view p{
    margin-bottom: 0;
    font-size: 13px;
}

section.home-list .prop-view-btn a i {
    color: var(--secondary-color);
}

section.home-list ul {
    display: block;
  
}

section.home-list ul li {
color: #2d2d2d;
}

.card-sec{
    display: flex;
}

section.pro_card ul {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.pro_card_img{
      border-radius: 40px;
      height: 300px;
}

.card_sec_div {
    height: 700px;
    overflow-y: scroll;
    /* scrollbar-width: none; */
}

section.pro_card h2{
  margin-bottom: 40px;
  color:var(--black-color);
  padding-left: 25px;
}

.card_text h4 a{
    color:var(--secondary-color);
    font-family: var(--secondary-font);
}

.card_sec_div h2{
  padding-left:15px;
}