@charset "utf-8";
/* CSS Document */

@font-face {
font-family:'Brown';
src:url(../fonts/../fonts/../fonts/Brown-Regular.eot);
src:url("../fonts/../fonts/Brown-Regular.eot-#iefix") format("embedded-opentype"), url(../fonts/Brown-Regular.woff2) format("woff2"), url(../fonts/Brown-Regular.woff) format("svg");
font-weight:400;
font-style:normal
}
@font-face {
font-family:'Brown';
src:url(../fonts/../fonts/Brown-Bold.eot);
src:url("../fonts/../fonts/Brown-Bold.eot-#iefix") format("embedded-opentype"), url(../fonts/Brown-Bold.woff2) format("woff2"), url(../fonts/Brown-Bold.woff) format("woff"), url(../fonts/Brown-Bold.ttf) format("truetype"), url("../fonts/Brown-Bold.svg#Brown-Bold") format("svg");
font-weight:700;
font-style:normal
}
@font-face {
font-family:'Brown';
src:url(../fonts/../fonts/Brown-Light.eot);
src:url("../fonts/../fonts/Brown-Light.eot-#iefix") format("embedded-opentype"), url(../fonts/Brown-Light.woff2) format("woff2"), url(../fonts/Brown-Light.woff) format("woff"), url(../fonts/Brown-Light.ttf) format("truetype"), url("../fonts/Brown-Light.svg#Brown-Light") format("svg");
font-weight:100;
font-style:normal
}

html, body, p, div, span {
	font-family:'Brown';
	-webkit-font-smoothing:antialiased;
	font-size:medium
}

.footer {
	background-color: #1e1e1e;
	border-top: 1px solid #1e1e1e;
	height:60px;
	width:100%;
}
.footer p {
	color:#fff;
	text-align:center;
	padding-top:17px;
}
.menu {
	background: #fff;
	color:#fff;
	position: fixed;
	width:100%;
	z-index: 99;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
.dark-menu {
	transition: all 0.5s;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
	background: #fff;
	position: fixed;
	width:100%;
	z-index: 99;
}
.infiniti-menu .nav-item a {
	color:#1c192a;
	font-weight: 600;
}
.infiniti-menu .nav-item a:hover {
	color:#1f2c39;
	font-weight: 600;
}
.menu .navbar-collapse .infiniti-menu .nav-item a {
	background-color: #fff;
	padding: 6px 14px;
	border-radius: 30px;
	margin: 2px 6px;
	text-transform:uppercase;
	font-size:15px;
}
.dark-menu .navbar-collapse .infiniti-menu .nav-item a {
	color: #1c192a !important;
	font-weight: 600;
	text-transform: uppercase;
 transition-duration: .3s;
	font-size: 15px;
	background:none;
}
.dark-menu .navbar-collapse .infiniti-menu .nav-item a:hover {
	color: #1f2c39 !important;
}
.prop-content {
	text-align:justify;
}
.prop-br {
	height:20px;
}
.prop-invest-ul {
	list-style:none;
	padding:20px;
	margin:20px 0px;
	border-radius:20px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.prop-invest-ul li i {
	color: #1f2c39!important;
	margin-right: 2px;
	position: absolute;
	margin-top: 4px;
	left: 46px;
}
.prop-invest-ul li {
	padding:6px 39px;
}
th {
	font-weight:600 !important;
}
.prop-amenities-img {
	border-radius:20px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.prop-amenities-img-desc {
	text-align: center;
	text-transform:uppercase;
	font-weight:600;
	font-size: 20px;
	padding: 3px;
}
.prop-amenities-img img {
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}
 @media screen and (max-width:700px) {
 .prop-amenities-img {
 margin-top: 20px;
}
}
 @media screen and (min-width:700px) {
 .prop-facilities-img .modal-dialog {
padding-left:20%;
padding-right:20%;
}
}
.img-heading {
	font-size:20px;
	font-weight:600;
	background-color:#1f2c39;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	display: inline-block;
	padding: 10px 76px;
	border-top-left-radius: 5px;
}
.prop-facilities-img-model {
	position:relative;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
	border-radius:20px;
}
.prop-facilities-img-model img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.prop-facilities-img-model span {
	    color: #333;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding: 7px;
    display: block;
    border-top: 1px solid #1f2c39;
    border-bottom: 1px solid #1f2c39;
    border-right: 1px solid #1f2c39;
    border-left: 1px solid #1f2c39;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.prop-facilities-img a {
	text-decoration:none;
}
.prop-facilities-img .modal-content {
	border-radius: 20px !important;
}
hr.style-one {
	border: 0;
	height: 1px;
	background: #333;
	background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}
.underline:after {
	border: 0;
	height: 1px;
	background: #333;
	display:inline-block;
	background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}
.prop-views {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
	padding:5px;
	border-top-right-radius:20px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
.prop-views img {
	border-top-right-radius:20px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
.prop-modal-content {
	border:none;
}
.prop-modal-header {
	padding: 8px;
	text-transform: uppercase;
	text-align: center;
	margin-top:15px;
}
.prop-modal-header h5 {
	margin-bottom:0px;
}
.prop-stickyform-btn {
	background-color: #1f2c39;
	border: 1px solid #1f2c39;
	padding: 10px 14px;
	color: #fff;
	border-radius: 24px;
}
.prop-stickyform-btn:hover {
	background-color:#fff;
	border: 1px solid #1f2c39;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	color: #1f2c39;
}
.prop-modal-content {
	border:none;
}
.prop-modal-header {
	padding: 8px;
	text-transform: uppercase;
	text-align: center;
	margin-top:15px;
}
.prop-modal-header h5 {
	margin-bottom:0px;
}
@media screen and (min-width:700px) {
.modal-dialog {
margin:0 !important;
}
.alertmodal .modal-dialog {
 width: 40% !important;
}
}
.prop-input {
	border: 0;
	padding: 7px 0;
	border-bottom: 1px solid #ccc;
}
 .prop-input ~ .focus-border {
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background-color: #1f2c39;
transition: 0.4s;
}
.prop-input:focus ~ .focus-border {
width: 100%;
transition: 0.4s;
}
.form-control:focus {
	border: 1px solid #ced4da!important;
	outline:0;
	box-shadow:none !important
}
.prop-input:focus {
	outline: none;
	box-shadow:none !important;
}
.input-group {
	postion:relative;
}
input[type="text"] {
	font: 15px/24px "Lato", Arial, sans-serif;
	color: #333;
	width: 100%;
	box-sizing: border-box;
	letter-spacing: 1px;
}
.form-check {
	margin-top: 12px;
}
.infiniti-footer-form {
	background-color: #212121;
	margin-top: 70px;
	color: #fff;
	padding:40px;
}
.infiniti-footer-form-heading {
	font-weight:600;
	font-size:20px;
	text-transform:uppercase;
}
.infiniti-footer-form-sub-heading {
	font-weight:600;
	font-size:18px;
	text-transform:uppercase;
}
.footer-form .input-group {
	margin-top:10px;
}
.judy-details {
	list-style: none;
	padding-left: 0;
}
.judy-details li {
	color: #fff;
	font-size: 16px;
	padding: 3px;
	border-bottom: 1px dashed #403e3e;
}
.judy-details li a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding-left: 11px;
}
.other-projects {
	list-style: none;
	padding-left: 0;
}
.other-projects li {
	font-size: 18px;
	padding: 3px;
}
@media screen and (max-width:700px) {
.other-projects li {
 font-size: 15px !important;
}
.prop-res-img{
width:100%;
}
.prop-amenities-img-model img{
width:100%;
}
}
.other-projects li a {
	color: #333 !important;
}
.footer-sub-heading {
	font-weight:600;
	font-size:20px;
	text-transform:uppercase;
}
.oxley-stickyform .modal-dialog {
	max-width: 370px;
}
}
.oxley-stickyform .modal-title {
	color:#000;
	text-transform:uppercase;
}
.oxley-stickyform .modal-header .close {
	padding: 1px;
	margin: -1px;
}
.footer-btn-infiniti {
	background-color: #fff;
	border-radius: 50px;
	padding: 9px;
	border: 1px solid #333;
	color:#333;
	text-transform:uppercase;
	font-weight:500;
}
.footer-btn-infiniti:hover {
	color:red;
	background-color: #fff;
	border: 1px solid #333;
}
.footer-btn-op {
	background-color: #ffe300;
	border-radius: 50px;
	padding: 9px;
	border: 1px solid #333;
	color:#333;
	text-transform:uppercase;
	font-weight:500;
}
.footer-btn-op:hover {
	color:red;
	background-color: #fff;
	border: 1px solid #333;
}
.close {
	color: #1f2c39;
	opacity: 1;
}
.copyright {
	color:#fff;
	font-weight:500;
	text-decoration:none;
}
.copyright:hover {
	color:#fff;
	font-weight:500;
	text-decoration:none;
}
.other-projects li a {
	text-decoration:none;
	font-weight:500;
	color:#fff;
	text-transform:uppercase;
}
@media screen and (max-width:700px) {
.prop-mobile-nav {
 margin-top: 20px;
 padding: 12px;
 border-radius: 10px;
 box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
 -webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
 -moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
}
 .footer-form .col-lg-6 {
padding-left:0px;
}
.img-heading {
font-size:16px;
 padding: 10px 20px;
}
}
@media screen and (min-width:700px) {
.footer-form .col-lg-6:first-child {
padding-left:0px;
}
}
.prop-sub-heading {
	color:#333;
	font-weight:500;
	font-size:18px;
}
.prop-img {
	border-radius:15px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.prop-img img {
	border-radius:15px;
}
.prop-panel-content {
	border-radius:15px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
	padding:12px;
}
.prop-panel-content img {
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
}
.prop-panel-content-head {
	background-color: #1f2c39;
	padding: 9px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: center;
	text-transform:uppercase;
}
body {
	text-align:justify;
}
strong {
	font-weight:600;
}
.prop-invest-ul-new {
	list-style:none;
	padding-left:0px;
	border: 1px solid #e0e0e0;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	margin-bottom:0px;
}
.prop-invest-ul-new li {
	border-bottom: 1px solid #e0e0e0;
	padding:10px;
}
.prop-invest-ul-new li:hover {
	background-color:#e0e0e0;
}
.prop-invest-ul-new li:last-child {
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
}
.prop-price li {
	font-size:20px;
	color:#FF0000;
	font-weight:500;
}
.prop-price li span i {
	color:#FF0000 !important;
}
.prop-price-head {
	background:#FF0000;
	font-size:24px;
}
.prop-price {
	margin-bottom:0px;
}
.register {
	background-color: #f44336;
	margin: 0 auto;
	width: 50%;
	text-align: center;
	border-radius: 26px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
	padding: 7px;
}
.register a {
	text-decoration:none;
	color: #fff;
	font-size: 25px;
	font-weight: 500;
}
@media screen and (max-width:700px) {
.register a {
font-size: 17px;
}
.register {
width: 80%;
}
.infiniti-footer-form {
padding:10px;
}
}
.prop-gal-close {
	    margin: 30px;
}
.prop-panel-content .strong {
	font-size:16px;
	font-weight:500;
	text-align:left !important;
}
.prop-thankyou-head {
	font-size:40px;
	text-align:center;
}
.prop-thankyou-sub-head {
	font-size:30px;
	text-align:center;
}
.prop-thankyou-content {
	font-size:20px;
	text-align:center;
}
.prop-thankyou-op a {
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-weight:600;
}
.prop-thankyou {
	margin-bottom:50px;
	margin-top:143px;
	border-radius: 26px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
	padding:10px;
}
.infiniti-seo:link {
	text-decoration:none;
	color:#1f2c39;
	font-weight:600;
}
.infiniti-seo {
	color:#1f2c39;
}
.prop-invest-panel-ul {
	list-style:none;
	padding: 10px;
    margin-left: 23px;
	
}
.prop-invest-panel-ul li i {
	color: #1f2c39!important;
	margin-right: 2px;
	position: absolute;
	margin-top: 9px;
	left: 37px;
}
.prop-invest-panel-ul li {
	padding:6px 13px;
}
.prop-invest-panel-high-ul {
	list-style:none;
	padding-left: 10px;
	margin-left: 10px;
}
.prop-invest-panel-high-ul li i {
	color: #1f2c39!important;
	margin-right: 2px;
	position: absolute;
	margin-top: 4px;
	left: 40px;
}
.prop-invest-panel-high-ul li {
	padding:6px;
	margin-left: 12px;
}
.project-feature {
	background-color:#1d1929;
	color:#fff;
    border-radius: 50%;
    height: 234px;
    transition: .2s ease-in-out;
    width: 70%;
	border: 3px solid #1f2c39;
}
.project-feature-heading {
	color:#d8b46a;
	font-size:24px;
	text-align:center;
	padding:11px;
	text-transform:uppercase;
	border-bottom:1px dashed #4c4b4b;
	margin:0 12px;
}
.project-feature-content ul {
	margin:0;
	padding:0;
}
.project-feature-content ul li {
	list-style:none;
	font-size:21px;
	text-align:center!important;
	padding:20px;
}
@media screen and (min-width:700px) {
.prop-project-fact td{
width:70%
}
.project-unit-thead th {
width:10%
}
.project-feature-content ul li span {
font-size:65px;
display:block;
text-align:center;
}
.project-location {
position:relative;
}
.project-location .project-location-top-ul {
position:absolute;
top:110px;
margin:0;
padding:0;
}
.project-location .project-location-top-ul li {
list-style: none;
 padding: 10px 40px;
 color: #fff;
 font-size: 24px;
 text-shadow: 0px 1px 1px #676565;
 font-weight: 500;
}
.project-location-title {
padding: 10px 40px;
 color: #fff;
 font-size: 30px;
 text-shadow: 0px 1px 1px #676565;
 font-weight: 500;
 top:20px;
 text-align:center;
 position:absolute;
 text-decoration:underline;
}
.project-location .project-location-bottom-ul {
position:absolute;
bottom:110px;
margin:0;
padding:0;
}
.project-location .project-location-bottom-ul li {
 list-style: none;
 padding: 10px 40px;
 color: #fff;
 font-size: 24px;
 text-shadow: 0px 1px 1px #676565;
 font-weight: 500;
}
}
.prop-img .prop-panel-content-head {
	margin-top: 14px;
}
th {
	white-space: nowrap;
	background-color: #1f2c39;
	color: #fff;
	text-align: center;
}
.sticky-nav-logo {
	padding:10px 20px;
	margin:0 auto;
}
.hvr-underline-from-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
}
.hvr-underline-from-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #1f2c39;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
	right: 0;
}

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
 50% {
 -webkit-transform: scale(1.5);
 transform: scale(1.5);
}
}
@keyframes hvr-icon-pop {
 50% {
 -webkit-transform: scale(1.5);
 transform: scale(1.5);
}
}
.hvr-icon-pop {
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-icon-pop .hvr-icon {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-icon-pop:hover .hvr-icon, .hvr-icon-pop:focus .hvr-icon, .hvr-icon-pop:active .hvr-icon {
	-webkit-animation-name: hvr-icon-pop;
	animation-name: hvr-icon-pop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
/* Icon Bounce */
.hvr-icon-bounce {
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-icon-bounce .hvr-icon {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-icon-bounce:hover .hvr-icon, .hvr-icon-bounce:focus .hvr-icon, .hvr-icon-bounce:active .hvr-icon {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.navbar {
 padding: .05rem 1rem;
}
@media screen and (max-width:700px) {
.project-location-top-ul {
border-radius: 15px;
 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
 margin:20px;
 padding:20px;
}
.project-location-top-ul li {
list-style:none;
margin-top:12px;
}
.project-location-bottom-ul {
border-radius: 15px;
 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
 margin:20px;
 padding:20px;
}
.project-location-bottom-ul li {
list-style:none;
margin-top:12px;
}
}
.table {
	width:100%;
	border-radius: 14px;
	padding:15px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
	border:0;
}
 @media screen and (min-width:700px) {
.icon-bar {
 position:fixed;
 right:13px;
 bottom:7%;
 z-index:99;
}
.icon-bar a {
 width: auto;
 display: block;
 border-radius:50px !important;
}
}
 @media screen and (max-width:700px) {
/* .icon-bar {
	right:10px;
}*/
.icon-bar {
 position: fixed;
 bottom: 0 !important;
 left: 0;
 right: 0;
 width: 100%;
 text-align: center;
 z-index: 99;
 background-color:#fff;
}
 .icon-bar a {
 display: inline-block;
 padding: 6px 12px 4px 12px!important;
 width: 30.3%;
 border-radius:20px;
}
}
.icon-bar a {
	text-align: center;
	padding: 7px 18px;
	transition: all 0.3s ease;
	color: #fff !important;
	font-size: 15px;
	margin-top:5px;
	cursor: pointer;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px 0 rgba (0, 0, 0, .3);
}
.icon-bar a:hover {
	background-color: #444;
	text-decoration:none;
}
.prop-email {
	background-color:#1f2c39;
}
.prop-phone {
	background-color:#2196F3;
}
.prop-whatsapp {
	background-color: #4CAF50;
}
.prop-stickyform {
	background-color:#fff;
}
@media screen and (min-width:700px) {
 .prop-stickyform {
left: 75%;
}
.top-phone {
text-align:left;
}
.top-mail {
text-align:right;
}
}
.prop-whatsapp-txt {
	padding-left:4px;
}
.prop-heading h1, .prop-heading span {
	font-family: 'Brown';
	font-size:25px;
	font-weight:500;
	color: #1f2c39;
	padding: 10px 0 13px 0px;
	text-transform:uppercase;
}
.prop-heading {
	color: #1f2c39;
	font-size:27px;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	text-transform:uppercase;
	font-weight:500;
}
.payment-head th {
	text-align:right !important;
}
.payment-table tr td:not(:first-child) {
text-align:right;
}
.payment-table tr:nth-child(4) {
background-color:#1c1b22;
color:#fff;
}
.payment-table tr:nth-child(5), .payment-table tr:nth-child(6) {
background-color:#d59a37;
color:#111;
}
.payment-table tr:nth-child(4):hover {
background-color:#1c1b22;
color:#fff;
}
.payment-table tr:nth-child(5):hover, .payment-table tr:nth-child(6):hover {
background-color:#d59a37;
color:#111;
}
.payment-table tr:nth-child(4):hover td, .payment-table tr:nth-child(4) td {
border:0;
}
.payment-table tr:nth-child(5):hover td, .payment-table tr:nth-child(6):hover td, .payment-table tr:nth-child(5) td, .payment-table tr:nth-child(6) td {
border:0;
}
label {
	font-size:16px !important;
}
input::placeholder {
font-size:14px !important;
}
.tnk-btn-op {
	background-color: #1f2c39;
	border-radius: 50px;
	padding: 9px;
	border: 1px solid #1f2c39;
	color: #333;
	text-transform: uppercase;
	font-weight: 500;
	font-size:20px;
}
@media screen and (max-width:700px){
.prop-invest-ul li i{
left: 25px!important;
}
.prop-invest-ul li {
    padding: 5px 6px 5px 27px!important;
}
.prop-invest-ul{
padding: 6px!important;
}

.project-location-title {
font-size: 20px;
    text-align: center;
    margin-top: 15px;
    color: #1f2c39;
}
body{
font-size:17px!important;
}
.col-lg-6:not(:first-child) {
    margin-top: 20px;
}
.col-lg-8:not(:first-child) {
    margin-top: 20px;
}
.col-lg-5:not(:first-child) {
    margin-top: 20px;
}
.col-lg-4:not(:first-child) {
    margin-top: 20px;
}
.col-lg-3:not(:first-child) {
    margin-top: 20px;
}
.prop-whatsapp-txt{
display:none;
}
.prop-heading h1, .prop-heading span{
background:none;
}
.icon-bar a i{
    font-size: 23px;
}
.tnk-btn-op{
 font-size: 12px;
}
}
.navbar-toggler i{
background-color: #1f2c39;
    padding: 10px 14px;
    border-radius: 11px;
    color: #fff;
}
.main-menu-icon:before{
font-size:14px;
}
.prop-paragragh{
border-radius: 20px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
padding:20px;
}
.prop-para-head{
    font-size: 18px;
    font-weight: 600;
    color: #1f2c39;
	text-transform:uppercase;
	    padding: 10px 0px;
}
.prop-amenities-img-model span {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding: 7px;
    display: block;
}
.prop-amenities-img-model {
    position: relative;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}
.prop-amenities-img-model img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.prop-amenities-desc{
font-size:14px;
}
.prop-floorplan-img-model img{
border-radius: 20px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width:700px){
.prop-amen-ul-height{
height:355px;
}
.prop-fac-ul-height{
height:468px;
}
}
.navbar-brand{
padding:0;
}
.infiniti-menu li{
padding:12px 9px;
}
.prop-feature-icon-head{
    padding: 4px 0px;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
}
.prop-feature-icon-cont{
padding:10px 0px 20px 0px;
font-size:16px;
font-weight:500;
text-align:left;
}
.prop-feature-icon{
text-align:left;
}
.prop-feature-icon img{
width:40%;
}
.prop-icon-highlight-div{
background-color:#1d1929;
}
.prop-icon-highlight-div .prop-feature-icon-head{
color:#fff;
}
.prop-icon-highlight-div .prop-feature-icon-cont{
color:#fff;
}
.prop-icon-highlight-div .prop-heading h1{
color:#fff !important;
background:none;
}
.prop-icon-amenities img{
width:20%;
display: inline-block;
    vertical-align: top;
}

.prop-icon-amenities-cont{
font-size:14px;
color:#fff;
    display: inline-block;
	width:77%;
	text-align:left;
}
.prop-icon-amenities{
padding:20px;
width:100%
}
.prop-loc-amenities-div ul li{
list-style:none;
padding: 5px 2px;
}
.prop-loc-amenities-div ul{
margin-left:10px;
padding:0;
}
.prop-loc-amenities-div-head{
padding:10px;
font-size:18px;
color: #1f2c39;
    text-transform: uppercase;
}
.prop-loc-amenities-main-div{
background-color:#fff;
padding: 20px;
}
.prop-loc-amenities-main-div .prop-heading h1{
color:#fff;
}
.prop-loc-amenities-div{
background-color: #fff;
padding: 12px;
}
.table thead th{
white-space:normal;
}
.table-bordered td, .table-bordered th{
white-space: normal;
}
.prop-other-page-height{
height:100px;
}
@media screen and (max-width:700px){
.prop-slide{
margin-top:88px;
}
.prop-invest-panel-ul {
    height: auto;
}
}
@media screen and (min-width:700px){
.prop-slide{
margin-top:88px;
 height: 584px;
}
}
.prop-slide{
margin-top:88px;
}
.prop-fp-img-model{
   position: relative;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 9px;
}
.prop-fp-img-model-head {
    background-color: #1f2c39;
    padding: 6px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    text-align: center;
    text-transform: uppercase;
}
.prop-fp-img-model span{
text-decoration:none;
color:#222;
}
.prop-slide-caption span{
color:#fff;
background-color: #1f2c39;
border-radius:20px;
padding:10px 20px;
}
.prop-slide-caption{
right:5%;
left:5%;
}
.prop-heading{
font-size: 21px;
}
@media screen and (max-width: 700px){
.col-lg-2:not(:first-child) {
    margin-top: 20px;
}
}
.prop-facilities-img .modal-title{
background-color: #1f2c39 !important;
}
.prop-gal-close span{
    background-color: #fff;
    padding: 1px 12px 8px 13px;
    border-radius: 50%;
    font-size: 20px;
}
.prop-slide img {
    -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate;
}
.prop-reg-img {
    position: relative;
    text-align: center;
}
.prop-reg-img-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 70px;
    font-weight: 600;
    font-style: italic;
}
.next-step{position:absolute;bottom:40px;transform:translateX(-50%);left:50%;cursor:pointer;z-index:111;width:29px;height:39px;background:url(../images/go-bottom.png) no-repeat center;background-size:auto 100%;transition:all ease 0.3s;-webkit-animation:all ease 0.3s}
.next-step:after{position:absolute;content:"";border-radius:50%;border:1px solid #fff;opacity:0;-webkit-animation:pulsate 2s ease-out;-webkit-animation-iteration-count:infinite;-webkit-animation-delay:0s;-ms-animation:pulsate 2s ease-out;-ms-animation-iteration-count:infinite;-ms-animation-delay:0s}
.next-step:before{position:absolute;content:"";border-radius:50%;border:1px solid #fff;opacity:0;-webkit-animation:pulsate 2s ease-out;-webkit-animation-iteration-count:infinite;-webkit-animation-delay:1s;-ms-animation:pulsate 2s ease-out;-ms-animation-iteration-count:infinite;-ms-animation-delay:1s}
@-webkit-keyframes pulsate{
  0%{left:-10px;right:-10px;top:-10px;bottom:-10px;opacity:1.0}
  100%{left:-40px;right:-40px;top:-40px;bottom:-40px;opacity:0}
}
@-ms-keyframes pulsate{
  0%{left:-10px;right:-10px;top:-10px;bottom:-10px;opacity:1.0}
  100%{left:-40px;right:-40px;top:-40px;bottom:-40px;opacity:0}
}
@media screen and (max-width:700px){
.next-step{
display:none;
}
}