/* #Media Queries
================================================== */

@media (max-width: 1300px){

}

/* END__ */
@media (min-width: 1200px){
	.container, .container-sm, .container-md, .container-lg, .container-xl{
		max-width: 1280px;
	}
}
@media (max-width: 1199px) {

} 

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px){
	.photo-img img {
    height: 200px;
    object-fit: cover;
    object-position: top;
}
  
}

/* END__ */
@media all and (min-width: 992px) {

}
@media (max-width: 991px) {
	
} 
/* END__ */


@media only screen and (max-width: 767px) {
h3 {font-size: 24px;}
.gbg {
    font-size: 22px;
    line-height: 30px;
}
.amenities h2{
    font-size:22px;
    line-height: 24px;
}

.amenities h5{
    font-size: 22px;
}

.banner-main .carousel-indicators {display: none;}
.banner-main .carousel-indicators li {margin: 8px 4px;}

.animatedbg2 .d-flex {display: block!important;}
.animatedbg2 p {font-size: 24px;}
.animatedbg2 i {display: none;}
.whitebg iframe {height: 200px;}
.whitebg { padding: 6px 6px 0px 6px;}
.hovicon {line-height: 70px;width: 70px;height: 70px;}
.hovicon img {width: 45px;}
.animatedbg2 {text-align: center;}
.animatedbg2 p {line-height: 28px;}
.flat_status strong {font-size: 17px;}
a .hovicon_txt {font-size: 15px;font-weight: 400;line-height: 18px;}
.animatedbg2 p span{
	font-size:14px;
	padding-right:10px;
	margin-right:2px;
}
.info h3 {font-size: 15px;}

.section_separation .nav-pills .nav-link { margin:6px;}
.section_title h2{font-size: 25px;}
.amenitiesbg_parallax {padding: 25px 0;}
footer {text-align: center;}
.copyright p{font-size: 12px;}
.flat_status img {width: 60px;display: table;margin: 0 auto 8px auto;}
.admission img{margin-bottom:18px;}
header .btn_blue_rounded {font-size:12px!important; padding:5px 15px!important;}
header .btn_blue_rounded i{font-size:12px!important;}
.social-media-top {margin: 0 auto;}
.sticky_div {position: inherit;}
.section_separation .nav-pills .nav-link {font-size:18px;}
.thanku_bg p{font-size:18px;}
.thanku_bg i{font-size:40px;color:#7ec552;}
.thanku_bg h4{font-size:30px;color:#000;}
.full_width_btn .blue_btn {width: 100%;margin: 1% 0 2% 0;}
.view_title span { width: 200px;}
.social-media-top li.call a{font-size:14px;}
.social-media-top li.call a i {
	width:20px;
	height:20px;
    font-size: 10px;
    line-height: 20px;
}

.enqure-form .btn.btn-primary{width:100%;}
.justify_m,
.justify_m p, 
.justify_m h2,
.justify_m h5,
.flatdetails p,
.content_box h2,
.content_box p
{
hyphens: auto;text-align-last: left;-webkit-hyphens: auto;word-spacing: -0.09em;text-align:justify;
}


.animatedbg2 .ms-4 {margin-left: 0!important;}
.offer_bg span {display: block;margin: 0 0 15px 0;}
.offer_bg span:last-child {margin:0;}
.offer_bg{padding:20px;font-size:20px;text-align:left;padding: 15px 10px}
.offer_bg img {width: 30px;}
.tower_sec{margin:0 0 12px 0;}
.tower_sec li{font-size: 16px;}
.greenbg {padding: 10px;font-size: 14px;}
#floor-plan .greenbg{margin:25px 0 0 0;}
.content_box{padding:0;}
strong{font-weight: 600;}


} 
/* END__ */

@media (max-width: 575px) {
	

} 

@media (max-width: 320px) {
p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
}
.contact-dtls a {font-size: 13px;}
.contact-dtls a i {font-size: 14px;}

} 
/* END__ */

