/*Nav CSS*/
.po-nav{
background-color:#fff;
padding:0px;
}
.navbar{
box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}
.po-nav li a {
color:#333 !important;
}
.btn-gold {
background:#ffdd36 !important;
}
.po-menu{
background-color: #55565a !important;
}
/*Slide CSS*/
.po-slide{
position:relative;
}
/*br CSS*/
.po-l-br{
height:40px;
}
.po-md-br{
height:30px;
}
.po-s-br{
height:20px;
}
/*seo CSS*/
.po-inline-link{
text-decoration:none;
color:#281c0e;
font-size:20px;
}
/*invest highlight CSS*/
.po-highlight{
text-align:center;
font-weight:500;
}
.po-highlight-red{
color:red;
font-size:26px;
}
.po-highlight-blue{
color:blue;
font-size:25px;
}
.po-highlight-black{
color:#333;
font-size:23px;
}
/*selling point CSS*/
.po-blue{
color:blue;
}
.po-red{
color:red;
}
.po-black{
color:#333;
}
.po-selling-points p{
 margin-bottom:9px;
 font-size:19px;
}
/*slider*/
.po-slider-red{
color:#cec93b !important;
}
/*heading CSS*/
.section-heading{
padding:30px;
font-size:30px;
color:#3c4858;
text-transform:uppercase;
text-align:center;
}
.po-subheading{
padding:20px;
font-size:20px;
color:#3c4858;
text-transform:uppercase;
text-align:center;
}
/*divider CSS*/
section.has-divider .container {
    padding-top: 40px;
    padding-bottom: 16px;
}
.divider:first-child {
     bottom: 0px; 
}
/*common CSS*/
section{
padding:0px;
}
.table-bordered td, .table-bordered th {
    white-space: normal;
}
article table td:not(:last-child) {
    white-space: normal;
    padding-right: 1.5rem;
}
@media (min-width: 1200px){
.container {
    max-width: 1200px;
}
}
.po-highlight-bg-color{    
background-color: #656462;
}
svg.bg-primary * {
    fill: #656462;
}/*
svg.bg-white * {
    fill: #656462;
}*/
/*Project Facts*/
.po-project-facts-sec p{
font-size: 17px;
    font-weight: 500;
    margin-bottom: 0px;
}
.po-project-facts-sec .card{
	pointer-events:none;
}
/*why invest reasons css*/
.po-reasons-to-invest ul li{
 padding-bottom:10px;
}
/*table css*/
.table td, .table th {
    padding: 12px;
}
/*facilities list*/
.po-facilities-list ul{
    margin: 0px !important;
}
.po-facilities-list li{
position: relative;
    padding: 12px;
}
.po-facilities-list li:before {
content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 25%;
    border-bottom: 1px solid #ccc;
}
/*floorplan*/
.po-fp-details-md{
font-size:15px;
text-align:left;
color:#333;
}
.po-fp-details-sm{
font-size:13px;
color:#999;
text-align:left;
}
.po-fp-details-smm{
font-size:12px;
color:#222;
text-align:left;
padding-bottom:10px;
}
.po-fp .badge{
font-size:17px;
text-align:center;
text-transform:none;
}
.po-table-price{
    background: #fffaee;
    color: red;
    text-align: center;
	font-size: 20px;
    font-weight: 500;
}
.pofp{
text-align:center;
}
/*footer*/
footer {
    padding: 2rem 0;
}
.po-footer-other{
 text-transform:uppercase;
}
.po-footer{
    background:url(../img/The-9-Stellars-building.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}
.po-footer-content{
    color: #fff;
    box-shadow: none;
    /* border: 1px dashed #fff; */
    background-color: rgb(64 60 61 / 83%);
    border-radius: 8px;
    padding: 30px;
}
.po-footer-content p{
      font-size: 20px;
    font-weight: 600;
}
.po-footer-content .nav-link{
      color: #fff !important;
    opacity: .9 !important;
}
/* form css*/
.po-footer-form .form-control{
    background: #f7f7f7;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
    height: 50px;
}
.po-footer-form .btn{
    background: red;
    border: 0;
    color: #f7f7f7;
    transition: all .5s;
	height: 50px;
	width:auto;
	font-size: 16px;
    margin: 0;
    padding: 12px;
	text-transform:uppercase;
}

.po-footer-form .custom-checkbox .custom-control-label{
  font-size:12px;
  color:#cac7c7;
}
/*cta css*/
.cta-colour{
background-color:red;
}
.po-cta{
    margin: 0;
}
.po-cta .col{
  padding:0;
  text-align:center;
}
.po-cta .card{
    border-radius: 0px;
	background-color:#fffaee;
}
.po-cta-div .po-subheading{
 font-size:24px;
 color:#FF0000;
}
.po-cta-div p{
margin-bottom:8px;
}
.po-cta-keyword{
font-size:24px;
 color:red;
}
.po-cta-blue{
 color:blue;
font-size:20px;
}
.po-cta-red{
color:red;
font-size:24px;
}
.po-cta-black{
color:#333;
font-size:18px;
}
.po-cta-btn{
 width:auto;
 background-color:red;
 color:#fff;
 text-decoration:none;
 text-transform:uppercase;
}
.po-cta-btn:hover{
 width:auto;
 background-color:red;
 color:#fff;
 text-decoration:none;
 text-transform:uppercase;
}
/*po sticky icon*/
.po-sticky-icon {
    width: 57px;
    position: fixed;
    right: 13px;
    top: 40%;
    z-index: 99;
}
.po-sticky-icon a {
    display: block;
    border-radius: 50% !important;
}
.po-sticky-icon a{
text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: #fff !important;
    font-size: 24px;
    margin-top: 5px;
    cursor: pointer;
	box-shadow: 0 1px 6px 0 rgba(0,0,0,0.06), 0 2px 32px 0 rgba(0,0,0,0.16);
}
.prop-whatsapp {
    background-color: #0abc07;
}
/*thankyou css*/

.po-thankyou{
 min-height:299px;
 text-align:center;
 margin-top:10%;
}

.po-thankyou-head{
 font-size:30px;
}

.po-thankyou-sub-head{
font-size:25px;
}

.po-thankyou-content{
font-size:20px;
}

.po-thankyou-op a{
font-size:30px;
color:#fff;
}
.po-thankyou-op .btn{
    background: red;
    border: 0;
    color: #f7f7f7;
    transition: all .5s;
	height: 50px;
	width:auto;
	font-size: 16px;
    margin: 0;
    padding: 12px;
	text-transform:uppercase;
}
/*top cta css*/
.po-top-sales-span{
    display:block !important;
    font-size: 15px;
    text-transform: capitalize;
	color: blue;
}
.po-top-sales{
   color:red;
}
.po-top-sales-span:hover{
    display:block !important;
    font-size: 15px;
    text-transform: capitalize;
	color: blue;
}
.po-top-sales:hover{
   color:red;
}