@media screen and (max-width:1600px)
{
.container {
	max-width: 1400px;
}
}


@media screen and (max-width:1400px)
{
.container {
	max-width: 1300px;
}
.estate-info {
	top: 30px;
	width: 80%;
}
.estate-main-right .estate-info {
	width: 70%;
}
.estate-main-right img {
	float: right;
	width: 50%;
	height: 700px;
	object-fit: cover;
}
.estate-main img {
	width: 65%;
	height: 700px;
	object-fit: cover;
}
}

@media screen and (max-width:1199px)
{
.container {
	max-width: 96%;
}
.request-form {
	float: right;
	padding: 0 5px;
	width: 100%;
	margin-top: -50px;
	background: #fff;
}
.estate-main img {
	width:100%;
	height: auto;
	object-fit: cover;
	float:none;
}
.estate-info {
    top: auto;
    width: 100%;
    position: relative;
}
.mt {
	margin-top: 30px;
}
.estate-main-right .estate-info {
	width: 100%;
	position: relative;
	top: auto;
	bottom: auto;
}
.estate-main-right .estate-info {
	width: 100%;
	position: relative;
	top: auto;
	bottom: auto;
	text-align: left !important;
}
.estate-main-right .estate-info ul li {
	padding-right: 25px;
	padding-left: 0;
}
.estate-main-right .estate-info ul li::after {
	top: 9px;
	left: -15px;
}
.estate-main-right .estate-info p {
	width: 100%;
	float: none;
}
.info-btn {
	text-align: left;
	padding-top: 20px;
	clear: both;
}
a.thirty-btn {
	margin: 0 20px 0 0;
}
}

@media screen and (max-width:991px)
{
.navigation ul li a {
	font-size: 13px;
	padding: 0 8px;
	letter-spacing: 1px;

}
.banner-info {
	float: none;
	width: 100%;
}
.banner-info a {
	text-align: left;
}
.order-last {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: 0;
	order: 0;
}
.feature-sec h2::after {
	content:none;
}
.modal-body iframe {
    width: 90%;
    height: 400px;
}
}
@media screen and (max-width:767px)
{

.navigation {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #000;
	overflow-x: hidden;
	overflow-y: scroll !important;
	transition: 0.5s;
	padding-top: 60px;
	z-index: 9999;
	overflow-y: scroll;
	margin:0;
}

a.closebtn {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 36px;
	margin-left: 0;
	color: #fff;
	display: block;
	padding: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 34px;
	text-decoration:none;
}
h1.mobile-menu {
	display: block;
	margin: 0px 0 0;
	font-size: 25px !important;
	cursor: pointer;
	color: #fff;
	float: right;
}

.navigation ul {
    width: 100%;
    float: none;
	padding:0;
	text-align:center;
}
.navigation ul li {
	margin: 15px 0;
	display: block;
	color: transparent;
}
.navigation ul li a {
	padding: 20px 0;
	color: #fff;
	text-decoration: none;
	text-align: left;
	font-size: 18px;
}
.banner-sec h1 {
	font-size: 36px;
}
.left-info h2 {
	font-size: 37px;
	text-shadow:none;
}
.left-info {
	padding: 40px 0 0 0;
}
.left-info h3 {
	font-size: 30px;
	text-shadow:none;
}
.feature-sec h2 {
	font-size: 34px;
	margin-bottom: 30px;
	text-shadow:none;
}
.estate-info h3 {
	font-size: 30px;
	color: #353534;
	margin-bottom: 12px;
	text-shadow:none;

}
.estate-info ul li {
	display: inline-block;
	position: relative;
	padding-right: 25px;
	color: #585959;
	font-size: 16px;
}
.estate-info ul li:first-child::after {
	content: "";
}
.estate-info ul {
	list-style: none;
	padding: 0 0 0 17px;
}
a.thirty-btn {
	margin: 0 0 10px 0;
	width: 100%;
}
a.request-btn{
	margin: 0 0 10px 0;
	width: 100%;
}
.top-header p {
	text-align: center;
	margin: 0 0 10px 0;
}
.social-links ul {
	text-align: center;
	margin-top: 5px;
}
.contact-form h3 {
	font-size: 30px;
	padding-bottom: 25px;
}
.contact-form {
	background: #fff;
	padding: 50px 0;
}
.address-info {
	padding-left: 0;
	padding-top: 30px;
}
.request-form {
	float: right;
	padding: 0;
	width: 100%;
	margin-top: 50px;
	background: #fff;
}
.modal-body iframe {
    width: 90%;
    height: 300px;
}
a.request-btn {
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
}
a.thirty-btn {
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
}
@media screen and (max-width:600px)
{
#carouselExampleIndicators2 img {
	height: 400px;
	object-fit: cover;
}
.contact-form .cstm-check {
	margin: 15px 0 20px;
	float:none;
}
.submit {
	background: transparent;
	padding: 12px 15px;
	float: left;

}
}
@media screen and (max-width:479px)
{
#carouselExampleIndicators2 img {
	height: 280px;
	object-fit: cover;
}
.modal-body .request-form {
	width: 88%;
}
}