/* HEADER CSS HERE */
header {
    padding: 15px 0px;
    position: fixed;
    z-index: 999; 
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
}
.nav-icon {
    display: none;
}
.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 20px; 
}
.menu ul li a {
    color: #000;  
    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 40px;
}
.menu ul li.mobilenumber a {
    font-size: 18px;
    color: #fff;
    background-color: #008000;
    border-radius: 4px;
    padding: 4px 10px 3px;
}
/* HEADER CSS HERE ENDS */
.banner .container-fluid {
    padding: 0;
}
.banner-cnt {
    padding: 20px 7px;
    background-color: #000;
    border: 1px solid #008000;
    text-align: center;
}
.banner-left {
    padding-left: 10px;
    padding-right: 10px;
}
.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: #008000;
    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: 77px;    
    padding-bottom: 0;
}  
.common-title h2 {
    color: #008000;
    font-weight: 700;
    margin: 0 0 15px 0;
    font-size: 32px;
    text-transform: uppercase;
}
.common-title p {
    font-size: 16px;
    text-align: justify;
}
.btn {
    color: #fff;
    background-color: #008000;
    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;
}
.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: #fff;
    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: #008000;
    color: #fff;
    font-size: 18px;
    padding: 10px;
}
.amenities-item {
    margin-bottom: 30px;
}
.gallery-item {
    border: 1px solid #e8e8e8;
    padding: 4px;
    margin-bottom: 30px;    
    position: relative; 
}
#floorplan .gallery-item::before {
    content: "Know More";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    left: 0;
    top: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.locationadvantecntmap {
    border: 1px solid gray;
}
.gallery-item img {
    max-width: 100%;
}
.floorPlan {
    background-color: #008000;
    padding-bottom: 30px;
}
.gallery {
    padding-bottom: 30px;
}
.amenities {
    padding-bottom: 30px;
} 
.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: #008000;
    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 p {
    color: gray;
    font-size: 10px;
    margin: 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: 100% 100%;
}
.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 #008000;
    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;
}
.calltoactionresponsive {
    display: none;
} 
.floorPlan {
    background-color: #c1892d;
    padding-bottom: 30px; 
}
.floorPlan .btn {
    background-color: #fff;
    color: #000;  
} 
.mr-auto {
    margin: 0 auto;
    display: table; 
} 

a.whatsapp_float {
    position: fixed;
    bottom: 25px;
    left: 25px;
    text-decoration: none;
    font-size: 30px;
    background-color: #25d366;
    z-index: 9;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.responsive-mobilenumber {
    display: none;
}
.center-btn {
    margin: 0 auto 0;
    display: table;
} 
.amenities {
    padding-bottom: 30px;
}
.gallery {
    padding-bottom: 30px;
} 
.floorPlan .btn {
    background-color: #fff;
    color: #000;
}  
footer ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 15px 0 0 0;
}  
footer ul li {
    margin: 0 10px;
}
footer ul li a {
    color: #fff !important;
    text-decoration: none !important;
}
button:focus {
    outline: none;
}
.highlight h2{
    font-size: 41px;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 32px;
}

/* RESPONSIVE CSS STARTS HERE */
@media (max-width: 1400px) {
    .menu ul li a {
        font-size:14px;
    }
}
@media (max-width: 1279px) {
    .menu ul li {
        margin: 0 0 0 12px;
    }
    .menu ul li.mobilenumber {
        margin: 0 0 0 20px;
    }
    .menu ul li a {
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    .responsive-mobilenumber {
        display: block;
        position: absolute;
        right: 55px;
        top: 5px;
    }
    .responsive-mobilenumber a {
        color: #fff;
        font-weight: 600;
        font-size: 20px;
        text-decoration: none;
        background-color: #008000;
        border-radius: 4px;
        padding: 2px 10px 3px;
    }
    .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: #008000;
		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: 16px;
        padding: 5px 15px;
    }
    .other-info {
        font-size: 18px;
    }
    .project-status {
        font-size: 15px;
        margin-bottom: 8px;
    } 
    .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;
    } 
    .show-hide-body .nav-icon span:nth-child(1) {
        top: 18px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .show-hide-body .nav-icon span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    .show-hide-body .nav-icon span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    } 
}

@media (max-width: 991px) { 
    .banner-left {
        padding-top: 15px;
        padding-bottom: 15px;
        height: auto;
        display: inline-block;
        width: 100%;
    }
    a.whatsapp_float {
        width: 44px;
        height: 44px;
        left: 50%;
        bottom: 0;
        z-index: 9999;
        transform: translateX(-50%);
        font-size: 22px;
        border-radius: 4px;
    }  
    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: #008000;
    }
    footer {
        padding: 30px 0 50px 0;
    }
    .callright-box {
        display: none;
    }
    .img-box {
        height: 350px;
    } 

}

@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) {
    .banner {
        padding-top: 75px;
    } 
    .responsive-mobilenumber {
        top: 8px;
    } 
    .responsive-mobilenumber a {
        font-size: 14px;
    } 
    .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: 50px 0; 
    }


}


/* RESPONSIVE CSS ENDS HERE */

