/* utility css */
body{
    margin:0;
    padding:0;
    font-size:18px;
    font-weight: normal;
    line-height:1;
    letter-spacing: normal;
}
ul{
    list-style: none;
}
.dflex{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-around;
}
section{
    padding:50px 0;
}
.bg-transparent{
    background-color: transparent;
}
.form-group{
    display: flex;
}
input[type="search"]{
    width: 100%;
    background-color: #fff;
    outline: 0;
    border: none;
    border-radius: 4px;
    padding: 16px 14px;
    font-size: 16px;
    color: #333;
    transition: all 200ms ease-in-out;
    height: 54px;
}
.card{
    box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
    padding:20px;
    background-color: #fff;
    min-height:190px;
    width:auto;
    border-radius: 4px;
    cursor: pointer;
    transition: transform 2s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
}
.card:hover{
    transform: scale(1.1);
}
.card.box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.btn-yellow{
    background:#e48310;
    color:#fff;
    border-radius:0;
    font-size: 16px;
    padding: 11px 25px;
    text-align: center;
    height: 54px;

}
.btn-yellow:hover{
    background-color: #fd852e;
    border-radius:0;
    color:#fff;
}
.mx-0{
    margin-top:0;
    margin-bottom: 0;
}
.on-hover-text{
    display: none;
}
.d-column{
    columns: 2;
    column-gap: 40px;
}
.d-none{
    display:none
}
.overlay-text{
    position: absolute;
    top:50%;
}
img{
    width:100%;
}
input:focus{
    outline: none;
}
.modal-body form input{
    width:100%;
    border:none;
    transition: border 0.5s ease-in-out;
}
.modal .form-group {
    position: relative;
    padding: 6px 8px;
    margin-bottom:15px;
}
.custom-form{
    padding-left: 0;
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #e0e0e0 !important;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
}
.f-size16{
    font-size:16px !important;
}
.d-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#amenities ul.d-flex li{
    margin:15px 15px;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs .nav-link{
    border:none;
}
.tab-pane{
    margin-top: 40px;
}
.nav-tabs .nav-link.active {
    color:#e48310;
    border-bottom: 2px solid #e48310;

}
.nav-tabs .nav-link{
    color:#333;
}
#nav-tabContent table th{
    font-size: 14px;
    font-weight: 600;
    color: #666;
    border:none;
}
#nav-tabContent table td{
    vertical-align: middle;
    border: none;
    border-bottom:1px dashed #c1c1c1;
}
#nav-tabContent table tr:hover{
    background:#9b9b9b;
    cursor:pointer
}
#nav-tabContent table tr:first-of-type{
    line-height: 4;
}
#nav-tabContent table tr:first-of-type:hover{
    background: transparent;
}

/* header */
header{
    position: relative;
}
#main-nav{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: none;
    border-radius: 0;
    z-index: 1;
    border-bottom: 1px solid rgba(140,140,140,.5);
}

.navbar-brand{
    width:10%;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #e48310;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
}

/* Hero Area */

.hero-area{
    background-image: url(../../image/bg-home-img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width:100%;
    height:100%;
    min-height: 500px;
    padding-top: 0;
    position: relative;
}
.hero-area::before{
    content: '';
    background:#000;
    opacity: 0.9;
    position: absolute;
    left: 0;
    top:0;
    right: 0;
    height: 100%;
    width:100%;
}
.hero-area .form-group{
    justify-content: center;
    position: relative;
    top: 250px;
}
.hero-area input[type=search]{
    width:525px;
    border-radius:0;
}
/* customer area */
.customer-area{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4%;
}
.box i{
    font-size: 50px;
    padding: 0 20px;
    color: #e48310;

}

/* property listing */
section.best-project{
    margin-top:60px;
}
.property-list{
    display:flex;
    flex-wrap:wrap;
    margin:20px 0;
    justify-content: flex-start;
    box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
}
.property-content-holder{
    padding:20px 10px 60px 25px;
}
.property-image-holder{
    width:380px;
    height:285px;
}
.property-image-holder img{
    width:100%;
    height: 100%;
}
div.p-info > *{
    padding-right:50px;
}
div.p-info{
    margin-bottom: 10px;
    color:#333;
    font-weight: normal;
}
.property-details{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    font-size:14px;
    font-weight:normal;
    border-bottom: 1px solid #ebebeb;
}
.property-details p{
    padding:7px;
    color:#666;
}
.contact-details{
    float: right;
    vertical-align: bottom;
    position: relative;
    top: 35%;
} 
.loctaion span{
    font-size:14px;
    color:#777;
}
.loctaion span i.fas, .price-details{
    color:#e48310;
}
.possession-start-time{
    margin-top:10px;
    font-size: 12px;
    color:#666;
    border-radius: 12px;
    border: solid 1px #f4f4f4;
    background-color: #eee;
    padding: 3px 10px;
}
.contact-details a:first-child{
    margin-right: 10px;
    padding: 8px;
    font-size: 16px;
    color: #f58220;
    cursor: pointer;
}
.contact-details a.btn-yellow{
    font-size: 16px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.image-and-content-holder{
    position: relative;
    color:#fff;
}

section.properties-details.section{
    padding-top:150px;
}
@media (min-width: 769px){
    .property-main-image{
        margin-bottom: 27px;
    }
}
.property-main-image{
    cursor:zoom-in;
}
.title-name{
    font-size: 30px;
    font-weight: 400;
    color:#333;
}
.title-builder{
    font-size: 16px;
    color:#666;
    line-height: 1.56;
}
.title-builder a{
    color:#e48310;
    font-weight: 500;
}
.properties-details .loctaion{
    margin-bottom: 36px;
    font-size: 18px;
}
.flat-details{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    line-height: 1.56;
    margin-bottom: 15px;
}
.flat-details div{
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    color:#4a4a4a;
}
.flat-details div>span{
    font-size: 13px;
    color:#9b9b9b;
}
.more-property-details ul{
    border: solid 1px #e6e6e6;
    border-left: none;
    border-right: none;
    background-color: #f7f7f7;
}
.more-property-details ul.nav-links{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.nav-links{
    padding-left: 5px;
}
ul.nav-links li{
    font-size: 16px;
    color: #666;
    cursor: pointer;
}
ul.nav-links li>a{
    display: block;
    position: relative;
    font-size: 16px;
     padding: 17px 0 16px;
    color: #666;
    cursor: pointer;
}
ul.nav-links li>a:hover{
    text-decoration: none;
    color: #e48310;
}
#overview h1, #floorplan h1, #amenities h1, #gallery h1{
    font-size:24px;
    color:#4a4a4a;
    margin-bottom: 24px;
    padding:10px;
    border-bottom: 1px solid #e48310;
}
#overview, #floorplan, #amenities, #gallery{
    margin-bottom: 80px;
}
.row1, .row2{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    line-height: 1.56;
}
@media (min-width: 769px){
    .row1 div, .row2 div{
       width:33.33%;
    }
}

.row1 p, .row2 p{
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    color:#4a4a4a;
}
.row1 p>span, .row2 p>span{
    font-size: 13px;
    color:#9b9b9b;
}
.plan-image{
    width:100px;
    height: 100px;
    border:1px solid #333;
    border-radius: 4px;
}
#amenities ul{
    background: transparent;
    border: none;
    padding-left: 0;
}
#amenities ul.d-flex li i{
    color:#e48310;
}
#gallery h1{
   
}
#gallery .property-gallery{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#gallery .gallery-image{
    width:200px;
    height:200px;
}
#footer{
    background-image: url(../../image/properties/lotus-court.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    padding:60px 0 0 0;
    font-size:14px;
    color:#c1c1c1;
    font-weight:normal;
    position: relative;
}
#footer::before{
    content: '';
    background:#000;
    opacity: 0.9;
    position: absolute;
    left: 0;
    top:0;
    right: 0;
    height: 100%;
    width:100%;
}
.footer-logo{
    width:65%;
}
#footer li{
    margin-top: 13px;
    margin-bottom: 13px;
}
#footer .footer-title{
    color:#e48310;
    text-decoration: underline;
}
#footer li>h3{
    font-size:16px;
    text-transform: capitalize;
    font-weight: 400;
    padding-bottom: 5px;

}
#footer li>a{
    color:#c1c1c1;
}
#footer li>a:hover{
    color:#f58220;
}
#footer ul.contact-info li i{
    padding-right: 10px;
}
#footer ul.social-icons{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#footer ul.social-icons li{
    margin:10px 20px;
}
#footer ul.social-icons li:first-of-type{
    margin-left: 0;
}
#footer ul.social-icons li a{
    border:1px solid #fff;
    padding:10px;

}
.footer-bottom{
    margin:30px 0 0 0;
    padding-bottom: 30px;
    position: relative;
}
.footer-bottom p{
    padding:20px 0;
}
.footer-bottom::before{
    content:'';
    position: absolute;
    top: 0;
    left:64px;
    background:#e48310;
    height: 1px;
    width: 90%;
    margin-bottom: 20px;
}

/* modal */
.enquiry-form button.btn-yellow{
    height: auto;
    width: 75%;
    margin: 0 auto;
    display: block;
}

input.custom-form:focus{
    border-bottom: 1px solid #e48310 !important;
}
/* responsive */
@media (min-width: 769px){
    .enquiry-form {
        margin: 20px auto 0;
        max-width: 510px;
    }
}
