.mycontainer {
max-width: 1140px;
margin: auto;
}
.img-fluid {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.pb-100{
padding-bottom: 100px;
}

.grid-4{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}

.grid-3{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}

.mt-50{
	margin-top: 50px;
}

.propertydiv a{
	display: block;
}
.propertydiv a:hover{
cursor: pointer;	
}

.propertydiv h3{
	margin: 10px 0px;
}
.propertydiv:hover{
	cursor: pointer;
}
.propertydiv{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
}

.salecontent h1{
font-size: 35px;
}
.propertydiv img{
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
}

.overflowdiv{
	overflow: hidden;
}

.propertydiv:hover img{
	transform: scale(1.2);
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
}

.propertydiv img{
	width: 285px;
	height: 160px;
	object-fit: cover;
}


.btndetails{
	all: unset;
	padding: 10px 30px; 
	display: inline-block;
	background: #69727d;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	text-align: center;
}

.mt-1{
margin-top: 10px;
}

.py-100{
	padding: 100px 0px;
}

.cat_title h2{
	font-size: 25px;
	margin: 20px 0px;
	text-align: center;
}

.single-main{
	padding: 75px 0px;
	position: relative;
}

.single-main:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}



.single-main-content h1{
	position: relative;
	z-index: 2;
	font-size: 40px;
	margin: 0;
color: #fff;
}

.propertydiv a h3{
	color: #333;
	text-align: center;
}
.allcatimg img {
    width: 450px;
    height: 250px;
	object-fit: cover;
}
.buycontent a{
	color: #e9d624;
}

.buycontent p{
	margin-bottom: 15px;
}

.salecontent{
	text-align: center;
}

.salecontent p{
	margin-bottom: 15px;
	font-size: 18px;
}

.salecontent a{
	color: #e9d624;
}

.centerform{
	padding: 40px;
	background: #c09b01;
	position: relative;
	z-index: 1;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff !important;
    color: #fff;
}

.sellformbg{
	margin-bottom: -135px;
	padding-bottom: 200px;
	position: relative;
}
.sellformbg:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.6);
}

.elementor-2747 .elementor-element.elementor-element-3d06d93 .gyan-cf7-style .sent .wpcf7-response-output, .elementor-2747 .elementor-element.elementor-element-3d06d93 .gyan-cf7-style .wpcf7-mail-sent-ok {
    border-color: #ffffff;
    color: #fff;
}


.custom_form{
	all: unset !important;
    padding: 15px 20px!important;
    width: 100%!important;
    background: #fff!important;
    display: inline-block!important;
    margin-bottom: 15px!important;
}
.wpcf7-form-control-wrap {
    display: flex;
	flex-direction: column;
}

input[type="submit"]{
	background: #c09b01 !important;
	color: #fff !important;
}
.wpcf7-spinner {
    display: contents;
}
form {
    margin-bottom: 0px;
}

.formbanner{
	background: #c09b01;	
	text-align: center;
	padding: 20px 0px;
}

.formbanner h2{
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	margin: 0;
}


@media (max-width: 992px) {
	.mycontainer {
    padding: 0px 20px;
}
	.grid-3 {
    grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.grid-3 {
    grid-template-columns: 1fr;
}
	.grid-4 {
    grid-template-columns: 1fr;
}
	.py-100 {
    padding: 50px 0px;
}
	.single-main-content h1 {
    font-size: 30px;
    line-height: 1.1;
}
	.propertydiv img {
    width: 100%;
    height: auto;
	}
	.formbanner h2 {
    line-height: 1.2;
    padding: 0px 30px;
}
	
}