/*Banner css*/
.container {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    padding: 0;
}
.heading_sec{
    margin-bottom: 20px;
    text-align: center;
}
.heading_sec h2{
    color: var(--heading-color);
    font-size: var(--f50);
    line-height: 1;
    margin-bottom: 25px;
}
.divider {
    background-image: linear-gradient(84deg, #2488e5 30%, #c4c4c4 41%);
    height: 4px;
    width: 185px;
    display: flex;
    margin: auto;
}
.heading_sec h5{
    font-size: 22.4px;
    font-family: var(--primary-font);
    color: var(--secondary-color);
    line-height: 1;
    margin-bottom: 22px;
}
/*Banner css*/
section.banner-section {
    padding: 0px;
    height: 669px;
    background: url(../images/properties-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 0px 100px 0px;
    position: relative;
}
section.banner-section .banner-content{
    width: 100%;
}
section.banner-section .banner-overlay {
    background-color: rgba(6,3,27,.7);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
section.banner-section .container{
    position: relative;
}
section.banner-section h1{
    font-size: 4em;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.1em;
    margin-bottom: 20px;
    text-align: center;
}
section.banner-section hr{
    height: 2px;
    background: #e2e2e2;
    opacity: 1;
    width: 250px;
    margin: auto;
}
section.banner-section .banner-search {
    background: #042d79;
    margin-top: 30px;
    padding: 10px 20px 20px;
}
section.banner-section .banner-search label{
    font-size: var(--f16);
    color: var(--white-color);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.9;
    margin-bottom: 15px;
    display: block;
}
section.banner-section .banner-search select, section.banner-section .banner-search input{
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 20px 10px;
    border-radius: 10px;
    font-size: 14px;
    color: #999;
}
section.banner-section .banner-search select{
    -webkit-appearance: none;
}
section.banner-section .banner-search i{
    color: #999;
    position:absolute;
    right: 15px;
    top: 62%;
    font-size: 18px;
}
section.banner-section .banner-search input{
    width: 48%;
}
section.banner-section .banner-search input::placeholder{
    color: #999;
}
section.banner-section .banner-search .banner-guest {
    width: 32.191%;
    position: relative;
}
section.banner-section .banner-search .banner-check-in-out {
    width: 46.106%;
    padding-left: 20px;
    padding-right: 20px;
}
section.banner-section .banner-search .search-btn {
    width: 22%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}
section.banner-section .banner-search form{
    display: flex;
    align-items: flex-end;
}
section.banner-section .banner-search .search-btn button{
    background-color: var(--secondary-color);
    color: var(--white-color);
    font-size: 15px;
    border: 0px solid;
    height: 61px;
    width: 195px;
    letter-spacing: .75px;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px 30px;
}
section.banner-section .banner-search .banner-check-in-out div.main-check{
     display: flex; 
     justify-content: space-between; 
     position: relative; 
}
section.banner-section .banner-content a.main-btn{
    font-weight:400;
    margin:auto;
    text-transform: uppercase;
}
/*Property section css*/
section.property-list {
    padding: 110px 0;
}
section.property-list .heading_sec {
    margin-bottom: 80px;
    }
    section.property-list .col-4{
        padding: 10px;
    }
    section.property-list .img-sec{
        height: 234px;
        width: 100%;
        overflow: hidden;
    }
    section.property-list img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .5s ease-in-out;
    transform: scale(1);
    }
    section.property-list img:hover{
        transform: scale(1.1);
    }
    section.property-list .cont-sec {
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #eaeaea;
    padding: 15px 0px 0px 0px;
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
}
section.property-list .cont-sec p.addr {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    font-size: var(--f12);
    color: var(--secondary-color);
    gap: 10px;
    margin-bottom: 8px;
}
section.property-list .cont-sec p.addr i{
    font-size: var(--f18);
}
section.property-list .cont-sec h5 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20.36px;
    font-weight: 500;
    line-height: 1.2em;
    margin-top: 15px;
    margin-bottom: 22px;
    height: 24px;
    overflow: hidden;
}
section.property-list .cont-sec h5 a{
color: var(--black-color);
font-family: var(--heading-font);
}
section.property-list .cont-sec h5 a:hover{
color: var(--secondary-color);
}
section.property-list .cont-sec ul{
    border-top: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
}
section.property-list .cont-sec ul li{
    border-right: 1px solid #eaeaea;
    padding: 25px 0 20px;
    width: 33.33%;
    text-align: center;
    /* border-bottom: 1px solid #eaeaea; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
section.property-list .cont-sec ul li:last-child{
    border-right: 0px solid;
}
section.property-list .cont-sec ul li i{
    font-size: 30px;
    color: var(--secondary-color);
}
section.property-list .cont-sec ul li span{
    font-size: 13px;
    color: var(--black-color);
}
section.property-list .cont-sec .view-btn {
    padding: 10px 20px;
}
section.property-list .cont-sec .view-btn a{
    display: flex;
    width: 100px;
    height: 30px;
    font-size: 14px;
    border: 1px solid var(--secondary-color);
    border-radius: 25px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: var(--secondary-color);
    color: var(--white-color);
}
section.property-list .cont-sec .view-btn a:hover{
    color: var(--secondary-color);
    background: var(--white-color);
}
/*Cta form css*/
section.cta-form {
    background: var(--secondary-color);
    padding-left: 0px;
    padding-right: 0px;
}
section.cta-form h3{
    color: #fff;
    font-size: 1.9em;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
}
section.cta-form input{
    width: 100%;
    background: transparent;
    border: 1px solid #bbb;
    padding: 5px 14px;
    font-size: 16px;
    color: #bbb;
    min-height: 40px;
    border-radius: 10px;
    line-height: 35px;
}
section.cta-form input::placeholder{
    color: #bbb;
}
section.cta-form form{
    display: flex;
    gap: 0 60px;
}
section.cta-form .form-field, section.cta-form .form-btn{
    min-width: 21%;
}
section.cta-form .form-btn button{
    background: #fff;
    border: 0px solid;
    padding: 13px 15px;
    width: 100%;
    min-height: 40px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    color: var(--secondary-color);
}
.page-link{
    color: #1a75ba;
}
.page-link:hover{
    color: #1a75ba;
}
.page-item.active .page-link{
    color: #fff;
    background-color: #1a75ba;
    border-color: #1a75ba;
}
input#demo17, input#demo171{
    top: 0;
    width: 100%;
    height: 63px;
}
section.banner-section .banner-search .banner-check-in-out div.main-check .col-12.md-12.sm-12.datepicker-common-2.datepicker-main {
    position: absolute;
    width: 100%;
}
#datepicker-demo17.datepicker, #datepicker-demo171.datepicker{
    margin-top: 65px;
}
.banner-btn {
    text-align: center;
    margin-top: 30px;
}