section.banner-header {
    width: 100%;
    height: 100vh;
    z-index: 1;
    /* background: url(../images/property-banner.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.banner-header video{
    position: absolute;
    top: 0;
    left: 0;
}
section.banner-header .overlay {
    /* position: absolute; */
    /* width: 100%; */
    /* height: 100%; */
    /* left: 0; */
    /* top: 0; */
    /* background: #000; */
    /* opacity: 0.4; */
}

section.banner-header .col-10{
    text-align: center;
    margin: auto;
}
section.banner-header .star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 1em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 0.3em solid transparent;
    font-size: 10px;
}
section.banner-header .star-rating:before, section.banner-header .star-rating:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #e4a853;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}
section.banner-header .star-rating:after {
    transform: rotate(35deg);
}
section.banner-header .container{
    position: relative;
}
section.banner-header h4{
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: var(--other-font);
}
section.banner-header h1{
    margin-bottom: 10px;
    letter-spacing: 0;
    font-size: 60px;
    line-height: 1.2;
}
section.banner-header p.banner-text {
    font-size: 18px;
    color: var(--white-color);
}
section.banner-header h1 span{
    color: var(--secondary-color);
}
section.banner-header .banner-btn {
    margin-top: 30px;
    margin-bottom: 30px;
}
section.banner-header .banner-btn a{
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    padding: 10px 20px;
    margin: 0;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
    border: 1px solid rgba(255,255,255,0.5);
    font-family: var(--secondary-font);
    display: inline-block;
}
section.banner-header .banner-btn a span{
    display: inline;
    position: relative;
    z-index: 2;
}
section.banner-header .banner-btn a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}
section.banner-header .banner-btn a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
section.banner-header .banner-btn a:hover span{
    color: #222;
}
section.banner-header .banner-reviews ul{
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
}
section.banner-header .banner-reviews ul img{
    width: 18px;
}
section.banner-header .banner-reviews ul li{
    display: flex;
    align-items: center;
    color: var(--white-color);
    gap: 8px;
}
section.banner-header .banner-reviews ul li i{
    font-size: 20px;
}
section.banner-header .banner-reviews ul li p{
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    color: var(--white-color);
    font-weight: bold;
}
section.banner-header .banner-reviews ul li p span{
    font-size: 14px;
    font-weight: 400;
}
section.banner-header .banner-reviews p.upper-rev {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--white-color);
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 18px;
    margin-top: 40px;
}
/*Search bar css*/

.search-bar form {
    position: relative;
    margin: auto;
    justify-content: center;
    width: 90%;
    left: 0;
    right: 0;
    bottom: 0px;
    background: #fff;
    padding: 0 0;
    border-radius: 0px;
    z-index: 2;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    margin-top: 30px;
    border-radius: 40px;
}

.search-bar select {
    font-size: 14px;
    color: var(--other-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0 15px 0 10px;
    background: #fff;
    text-indent: 0px;
    border: 0px solid #e0e0e0;
    height: 32px;
    width: 100%;
}

.search-bar input {
    font-size: 14px !important;
    color: var(--other-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0;
    padding-left: 32px;
    background: #fff;
    border: 0px solid #e0e0e0;
    font-family: var(--primary-font) !important;
}

.search-bar input#end_date {
    padding-left: 32px;
}

.search-bar input::placeholder {
    color: var(--other-color);
    opacity: 1;
}

.search-bar i {
    color: var(--white-color);
    position: absolute;
    top: 1.5rem;
    font-size: var(--f18);
    left: 10px;
}

.search-bar .col-3 {
    position: relative;
    width: 25%;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 17px;
    padding-bottom: 17px;
}

.search-bar .col-3:before {
    position: absolute;
    content: '';
    top: 24px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
}

.search-bar .check:before {
    position: absolute;
    content: '';
    top: 9px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
}

.search-bar .check i {
    top: 6px;
}

.search-bar .col-3.guest:before, .search-bar .col-3.srch-btn:before {
    display: none;
}

div#guestsss11 {
    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: 0px 0px 3px 0px #888888;
}

#guestsss11 .close12 {
    position: absolute;
    right: 10px;
    left: auto;
    top: 0.3rem;
    font-size: var(--f18);
    color: var(--secondary-color);
    cursor: pointer;
}

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

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

#guestsss11 button.button1 {
    background: transparent;
    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: all .3s;
    cursor: pointer;
}

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

.search-bar .col-3.srch-btn {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    /* background: var(--btn-color); */
}

.search-bar button.main-btn {
    width: 100%;
    height: 66px;
    letter-spacing: 2px;
    border-radius: 0 40px 40px 0;
    /* border: 0.0625rem solid var(--btn-color); */
    background: var(--btn-color);
    color: white;
}

.search-bar .col-3.srch-btn button.main-btn:hover {
    border-color: var(--btn-hover);
    transform: translateY(0px);
}

.search-bar button.main-btn.close111 {
    height: 43px;
    padding: 5px 15px;
    font-size: 14px !important;
    border: 1px solid var(--btn-color);
    border-radius: 20px;
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    color: #fff !important;
}

.search-bar .datepicker-common-2 {
    padding: 0;
    width: 50%;
}

.search-bar .main-check {
    padding-left: 10px;
    padding-right: 0;
    padding-top: 17px;
    padding-bottom: 17px;
    width: 50%;
}

.search-bar .main-check .row {
    position: relative;
    justify-content: space-around ;
}

div#guestsss1 {
    width: 100%;
    min-width: 250px;
    background: #fff;
    padding: 20px;
    position: absolute;
    z-index: 9;
    left: 0;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 0px 5px 0px #fff;
}

#guestsss1 .close12 {
    position: absolute;
    right: 10px;
    left: auto;
    top: 0rem;
    font-size: 18px;
    color: var(--secondary-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#guestsss1 button.main-btn.close1112 {
    height: 50px;
    padding: 10px 15px;
    font-size: 15px !important;
    border: 1px solid var(--btn-color);
    border-radius: 40px;
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    color: #fff !important;
}

#guestsss1 button.main-btn.btn.close1112:hover {
    background: var(--other-color) !important;
    border-color: var(--other-color) !important;
}

#guestsss1 .adult-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

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

#guestsss1 button.button1 {
    background: transparent;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 19px;
    line-height: 30px;
    margin-left: 0;
    border: 2px solid #000;
    color: #000;
    transition: all .3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#guestsss1 button.button11.button1 {
    margin-left: 14px;
}

.datepicker-section {
    position: relative;
}

.datepicker-common-2 {
    padding: 0;
}

input#demo17 {
    position: absolute;
    left: 0px;
    top: 0px !important;
    width: 100% !important;
    opacity: 0;
    height: 32px !important;
    z-index: 9;
}

.search-bar .col-lg.md-3.icns.mb-lg-0.position-relative {
    padding-left: 10px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 0px;
}
.form-control:focus{
    box-shadow: none;
}

.search-bar input#show-target-data1 {
    padding: 0px;
    padding-left: 28px;
    font-size: 16px;
    height: 32px;
    /* border: 1px solid #e0e0e0; */
    background-color: transparent;
}

.search-bar .col-lg.md-4.md-lg-0.srch-btn {
    padding: 0px;
}

.search-bar .check:before {
    position: absolute;
    content: '';
    top: 8px;
    right: 1px;
    width: 1px;
    height: 15px;
    background: #999;
}
section.banner-wrapper .images-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 45px;
    margin-bottom: 20px;
    position: absolute;
    bottom: 10px;
    width: 100%;
}
section.banner-wrapper .images-sec img {
    width: 100px;
    height: 70px;
    object-fit: contain;
}

/*properties section css*/

section.properties-list {
    padding-bottom: 40px;
}

.pro_sec_btn {
    margin-top: 50px;
    text-align: center;
}

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;
    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: #ffffffbd;
}

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;
}

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: 98%;
    font-family: var(--other-font);
}

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

section.home-list h3.title a {
    color: var(--territiary-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;
    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;
}

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 .pro-img {
    position: relative;
}

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: white;
    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(--heading-color);
    font-weight: bold;
    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(--f18);
    font-weight: bold;
    margin-bottom: 0px;
    font-family: var(--other-font);
}
section.properties-list {
    padding-bottom: 40px;
}
section.properties-list .property-list p {
    font-size: 14px;
    margin-bottom: 10px;
    color: var(--black-color);
    height: 24px;
    overflow: hidden;
}

    section.properties-list .property-list ul {
        justify-content: space-between;
    }

section.properties-list .property-list li {
        flex-direction: column;
        gap: 5px;
    }


section.properties-list .property-list li {
    font-size: 14px;
    color: var(--black-color);
    display: flex;
    justify-content: center;
    align-items: center;

}

section.properties-list .property-list ul {
    display: flex;
    align-items: center;
    gap: 15px;
}


section.properties-list .list-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

section.properties-list .list-content {
    padding: 14px;
    background: #fff;
}

section.properties-list .property-list h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    height: 27px;
    overflow: hidden;
}
section.properties-list .property-list p {
    font-size: 14px;
    margin-bottom: 10px;
    color: var(--black-color);
    height: 24px;
    overflow: hidden;
}
section.properties-list .property-list ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

section.properties-list .property-list ul {
    justify-content: space-between;
}

section.properties-list .property-list li {
    font-size: 14px;
    color: var(--black-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

section.properties-list .property-list li {
    flex-direction: column;
    gap: 5px;
}

section.properties-list .list-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

section.properties-list .property-list p {
    font-size: 14px;
    margin-bottom: 10px;
    color: var(--black-color);
    height: 24px;
    overflow: hidden;
}

.main-btn {
    border-width: 2px;
    border-radius: 5px;
    overflow: hidden;
    /* padding: 0.8rem 3rem; */
    position: relative;
    border-radius: 20px;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
    color: var(--black-color);
    padding: 9px 35px;
    border: 1px solid var(--btn-color);
    font-weight: 500;
    /* height: 45px; */
    font-size: var(--f14);
}

.pro-img-slider button.owl-prev {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffffcc !important;
    border-radius: 100%;
    color: #000 !important;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.pro-img-slider button.owl-next {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffffcc !important;
    border-radius: 100%;
    color: #000 !important;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}


.property-list {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}





