/* HEADER CSS HERE */
header {
    padding: 15px 0px;
    position: fixed;
    z-index: 999;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
}
.nav-icon {
    display: none;
}
.banner-slider {
    position: relative;
}
.banner-offer-three {
    position: absolute;
    top: 20px;
    right: 20px;
}
.menu {
    height: 100%;
}
.menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end; 
}
.menu ul li {
    margin: 0 0 0 25px;  
}
.menu ul li a {
    color: #c1892d;  
    font-size: 16px;
    text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	display: block;
	text-align: center;
	text-transform: uppercase; 
}
.menu ul li.mobilenumber {
    margin: 0 0 0 50px;
}
.menu ul li.mobilenumber a {
    font-size: 20px;
    color: #000;  
}
/* HEADER CSS HERE ENDS */
.banner .container-fluid {
    padding: 0;
}
.banner-cnt {
    padding: 20px 7px;
    background-color: #000;
    border: 1px solid #c1892d;
    text-align: center;
}
.banner-left {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    height: 100%;
    align-items: center;
}  
.project-configuration {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.project-name {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
.project-location {
    color: #fff;
    font-size: 18px;
}
.starting-price {
    background-color: #c1892d;
    color: #fff;
    padding: 8px 20px;
    width: auto;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}
.other-info {
    color: #fff;
    font-size: 22px;
}
.project-status {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
section {
    padding-bottom: 40px;
    padding-top: 40px;
}
.banner {
    background-color: #000;
    padding-top: 90px;
    padding-bottom: 0;
}  
.common-title h2 {
    color: #c1892d;
    font-weight: 700;
    margin: 0 0 15px 0;
    font-size: 32px;
    text-transform: uppercase;
}
.common-title p {
    font-size: 16px;
    text-align: justify;
}
.hightlight-feature .common-title p {
    color: #fff;
}
.btn {
    color: #fff;
    background-color: #c1892d;
    font-size: 18px;
    padding: 7px 30px;
    font-weight: 600;
    border: 0;
} 
.priceTable {
    background-color: #000;
    padding: 40px 0;
}
.priceTable .common-title {
    text-align: center;
}
.priceTable .common-title h2 {
    color: #fff;
}
.price-item {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    height: 95%;
}
.price-config {
    background-color: #000;
    padding: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 5px;
}
.price-config h3 {
    margin: 0;
    color: #c1892d;
    font-size: 25px;
    font-weight: 600;
}
.price-item p {
    color: #000;
    margin-bottom: 10px;
    font-size: 16px;
}
.price-item h4 {
    color: #000;
    margin: 0;
    font-size: 22px;
}
.amenities-item-img img {
    max-width: 100%;
}
.amenities-item p {
    margin: 0;
    text-align: center;
    background-color: #c1892d;
    color: #fff;
    font-size: 18px;
    padding: 10px;
}
.amenities-item {
    margin-bottom: 30px;
}
.gallery-item {
    border: 1px solid #e8e8e8;
    padding: 4px;
    margin-bottom: 30px;    
    text-align: center;
}
.gallery-item img {
    max-width: 100%;
}
.floorPlan {
    background-color: #c1892d;
    padding-bottom: 10px;
}
.gallery {
    padding-bottom: 10px;
}
.amenities {
    padding-bottom: 10px;
} 
.floorPlan .common-title h2 {
    color: #fff;
}
.highlight {
    background: url(../images/feature.jpg);
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    position: relative; 
}
.highlight::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}
.hightlight-feature ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.hightlight-feature ul li {
    font-size: 18px;
    color: #fff;
    margin: 0 0 10px 0;
    position: relative;
    padding: 0 0 0 25px;
}
.hightlight-feature ul li:last-child {
    margin: 0;
}
.hightlight-feature .common-title h2 {
    color: #fff;
}
.hightlight-feature ul li::before {
    content: "\f00c";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}
.locationadvantecnt ul {
    padding: 0;
    margin: 0;
}
.locationadvantecnt ul li {
    font-size: 18px;
    margin: 0 0 15px 0px;
}
.locationadvantecnt ul li:last-child {
    margin: 0;
}
.locationadvantebanner {
    background-color: #fff;
    box-shadow: 0px 0px 10px #0000006b;
    padding: 40px;
    margin-top: 40px;
}
.projectInfo {
    background-color: #c1892d;
    padding: 50px 0;
    margin: 0;
}
.projectInfo .common-title h2 {
    color: #fff;
    margin-bottom: 40px; 
}
.projectInfo .common-title p {
    color: #fff;
    font-size: 18px;
}
footer {
    background-color: #000;
    text-align: center;
    padding: 30px 0;
}
footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #fff;
    display: flex;
    justify-content: center;
}
footer ul li {
    padding: 0 15px;
    position: relative;
}
footer ul li a {
    color: #fff;
    text-decoration: none;
}
footer ul li:nth-child(2) {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.galley-config {
    color: #fff;
    margin: 0 0 5px 0; 
} 
.img-box {
    background-image: url("../images/overview.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: inline-block;
    background-position: center center;
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
}
.overview-video {
    position: relative;
    height: 100%; 
}
.overview-video::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.6);
}
.callright-box {
    width: auto;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}
.form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c1892d;
    outline: none;
    color: #000;
    width: 100%;
    padding: 8px 0;
    height: auto;
    box-shadow: none;
}
.form-group {
    position: relative;
}   
.form-control:focus {
    box-shadow: none;
}
#countryCode {
    position: absolute;
    width: 100px;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
    height: 68%;
    border: 0;
}
#countryCode ~ .form-control {
    padding-left: 110px;
}
.swiper-item-slider img {
    max-width: 100%;
}
.calltoactionresponsive {
    display: none;
} 
.swiper-item-slider {
    height: calc(100vh - 90px);
    background-size: cover;
    background-position: center center;
}
.banner-left {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    height: 100%;
    align-items: center;
}
a.whatsapp_float {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 1; 
    text-decoration: none;
}
a.whatsapp_float .fa {
    display: none;
}


/* RESPONSIVE CSS STARTS HERE */
@media (max-width: 1366px) {
    .menu ul li {
        margin: 0 0 0 20px;
    }
    .menu ul li a {
        font-size: 15px;
    }
}
@media (max-width: 1279px) {
    .menu ul li {
        margin: 0 0 0 12px;
    }
    .menu ul li.mobilenumber {
        margin: 0 0 0 20px;
    }
}
@media (max-width: 1199px) {
    .menu ul li.mobilenumber {
        display: none;
    }
	.nav-icon {
		display: block;
		position: relative;
		z-index: 999;
		width: 30px;
		height: 45px;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		-o-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;
		cursor: pointer;
		float: right;
		background-color: transparent;
		border: 0;
		color: #000;
		padding: 0;
		outline: 0;
	}
	.nav-icon span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #c1892d;
		border-radius: 9px;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		-webkit-transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
	}
	.nav-icon span:nth-child(1) {
		top: 10px;
	}
	.nav-icon span:nth-child(2) {
		top: 20px;
	}
	.nav-icon span:nth-child(3) {
		top: 30px;
	}
	.menu {
		width: 280px;
		position: fixed;
		left: 0;
		top: 0;
		background-color: #fff;
		padding: 60px 0;
		margin: 0 0 0 -280px;
		-webkit-transition: margin 0.5s ease-in-out;
		transition: margin 0.5s ease-in-out;
		height: 100%;
		text-align: left;
		z-index: 999;
		overflow-y: auto;
	}
	.menu ul {
		justify-content: center;
		flex-flow: column;
		align-items: flex-start;
	}
	.menu ul li {
		margin: 5px 20px;
	}
	.menu ul li a {
		color: #000;
	}
	.menu.show-hide {
		margin: 0;
	}
    .project-location {
        font-size: 16px;
    }
    .project-configuration {
        font-size: 18px;
    }
    .project-name {
        font-size: 20px;
    }
    .starting-price {
        font-size: 18px;
    }
    .other-info {
        font-size: 18px;
    }
    .project-status {
        font-size: 15px;
    }
    .banner-cnt {
        padding: 5px;
    }
    .common-title h2 {
        font-size: 28px;
    }
    .btn {
        font-size: 16px;
    }
    .price-config h3 {
        font-size: 22px;
    }
    .price-item p {
        font-size: 15px;
    }
    .price-item h4 {
        font-size: 19px;
    }
    .amenities-item p {
        font-size: 16px;
        padding: 8px;
    }
    .hightlight-feature ul li {
        font-size: 16px;
    }
    .locationadvantecnt ul li {
        font-size: 16px;
        margin: 0 0 10px 0px;
    }
    .projectInfo .common-title p {
        font-size: 16px;
    }
    footer p {
        font-size: 15px;
    }
    section {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .projectInfo {
        padding: 30px 0;
    }
    .priceTable {
        padding: 30px 0;
    }
    .banner {
        padding-top: 75px; 
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {
    a.whatsapp_float {
        width: 46px;
        height: 44px;
        left: 50%;
        bottom: 0;
        z-index: 9999;
        transform: translateX(-50%);
        font-size: 22px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 5px;
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    a.whatsapp_float img {
        display: none;
    }
    a.whatsapp_float .fa {
        display: block;
    }
    .banner-left {
        padding-top: 15px;
        padding-bottom: 15px;
        height: auto;
        display: inline-block;
        width: 100%;
    }
    section {
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .overview-cnt {
        margin-bottom: 25px;
    }
    .price-item {
        margin-bottom: 30px;
    }
    .hightlight-feature {
        margin-bottom: 25px;
    }
    .locationadvantecnt {
        margin-bottom: 25px;
    }
    .calltoactionresponsive {
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 9;
    }  
    .calltoactionresponsive ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .calltoactionresponsive ul li {
        width: 50%;
        text-align: center;
    }
    .calltoactionresponsive ul li a, .calltoactionresponsive ul li span {
        padding: 10px;
        display: block;
        text-decoration: none;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        background-color: #c1892d;
    }
    footer {
        padding: 30px 0 50px 0;
    }
    .callright-box {
        display: none;
    }
    .img-box {
        height: 350px;
    }  
    .banner-left {
        padding-top: 15px;
        padding-bottom: 15px;
        height: auto;
        display: inline-block;
        width: 100%;
    }

}

@media (max-width: 767px) {
    .common-title h2 {
        font-size: 24px;
    }
    .common-title p {
        font-size: 15px;
    }
    .btn {
        font-size: 14px;
    }
    .price-config h3 {
        font-size: 18px;
    }
    .price-item p {
        font-size: 14px;
    }
    .price-item h4 {
        font-size: 16px;
    }
    .amenities-item p {
        font-size: 14px;
    }
    .locationadvantecnt ul li {
        font-size: 15px;
    }
    .hightlight-feature ul li {
        font-size: 15px;
    }
    .projectInfo .common-title h2 {
        margin-bottom: 20px;
    }
    .projectInfo .common-title p {
        font-size: 15px;
    }
    footer p {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    
    .common-title h2 {
        font-size: 20px;
    }
    .common-title p {
        font-size: 14px;
    }
    .btn {
        font-size: 13px;
    }
    .price-config h3 {
        font-size: 15px;
    }
    .price-item p {
        font-size: 14px;
    }
    .price-item h4 {
        font-size: 15px;
    }
    .amenities-item p {
        font-size: 14px;
    }
    .locationadvantecnt ul li {
        font-size: 14px;
    }
    .hightlight-feature ul li {
        font-size: 14px;
    }
    .projectInfo .common-title p {
        font-size: 14px;
    }
    footer p {
        font-size: 14px;
    }
    .amenities-item {
        max-width: 400px;
        margin: 0 auto 20px;
    }
    footer {
        padding: 20px 0;
    }


}


/* RESPONSIVE CSS ENDS HERE */

