
.disable{
  display: none;  
}

/* Floor plan section*/
.img-ctnr{
    max-height: 320px;
    min-height: 320px;
}

.img-ctnr img{
    max-height: 100% !important;
}




/* Contact Page */
.contct-form #wpforms-4067-field_7{
    border: 2px solid black;
}
.contct-form #wpforms-4067-field_6{
    border: 2px solid black;
}
.contct-form #wpforms-4067-field_8{
    border: 2px solid black;
}
.contct-form #wpforms-4067-field_9{
    border: 2px solid black;
}
.contct-form div.wpforms-container-full input[type=checkbox]:before{
    border-color:black !important;
    border-radius:0px !important;
}
.contct-form .wpforms-submit-container button{
    background-color: #4D6854 !important;
    padding: 12px 30px !important;
}



.link-color a{
    color: black !important;
    text-decoration: none !important;
}
.link-color a:hover{
    text-decoration: underline !important;
}
.wpforms-container .wpforms-submit-container {
	padding:0px !important;
}



/* Contact page end */




/* Sliding Text */
#animated-text-strip{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  overflow: hidden;
  height: 160px;
    background:#ffffff;
}
#animated-text-strip .marquee {
  white-space: nowrap;
  animation: marquee 15s linear infinite;
  max-width: none;
  margin-bottom: 0px;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}



.marquee{
     font-size: 150px !important;
    font-weight: 400;
    color: transparent;
    -webkit-text-stroke: 2px #F2F2F2;
/*      text-stroke: 4px black;  */
	font-family: sans-serif;

  color: transparent;
}
.marquee span{
 color: #F2F2F2;
}

.scroll-bann{
       overflow-x: hidden !important; 
    }
/* amenities page */
.sml-imgs img{
    max-width: 50px;
    margin-right: 3px;
}
.text-bold{
    font-weight: 600;
}
.adress-text{
	padding-left:35px;
}

/* For all pages gallery section */
.gallery-sec-img img{
    aspect-ratio: 16 / 11 !important;
	object-fit:cover !important;
}


/* fotter css */
.text-and-img{
    color: #ffffff !important;
}
.text-and-img img{
    width: 20px !important;
    filter: invert(1);
    margin-right: 10px !important;
}
/* header button */
@media (max-width: 1181px){
	.ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button 
	{
		padding-left: 20px;
    padding-right: 20px;
	}
}

@media (max-width: 1140px) and (min-width: 922px) {
	.site-header-primary-section-right.site-header-section.ast-flex.ast-grid-right-section{
		min-width: 150px;
    text-align: center;
	}
	header .ast-custom-button{
		padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 14px !important;
	}
	.site-header-primary-section-right-center.site-header-section.ast-flex.ast-grid-right-center-section {
    display: none;
}
}
/* amenities page */
@media (max-width:768px){
	.sml-imgs img{
    max-width: 40px;
    margin-right: 2px;
}
}


@media (min-width: 922px) {
    .ast-container {max-width: 1280px;}
}


