@media (max-width: 1366px){
	section.abt-cta .head-sec h2{
		width: 100%;
	}
} 
@media (max-width: 1024px){
	section.abt-cta .head-sec h2{
		font-size: var(--f40);
	}
}
@media (max-width: 980px){
	section.abt-cta .head-sec h2{
		font-size: var(--f35);
	}
    section.propmgmt {
    padding: 120px 12px 50px;
}
  section.propmgmt .propmgmt-cont h1 {
    font-size: 40px;
    padding: 0 0 0px;
  }
  section.propmgmt .propmgmt-cont {
    width: 80%;
  }
  section.whychoose .whychoose-cont {
    width: 80%;
  }
  section.whychoose .whychoose-cont h3{
    font-size: 40px;
  }
  section.whychoose .row.whychoose-div {
    padding: 40px 0 0;
}
  section.whychoose .col-10.whychsinrcont {
    width: 83%;
}
}
@media (max-width: 514px){
      section.propmgmt {
        padding: 110px 12px 40px;
    }
      section.propmgmt .propmgmt-cont {
        width: 100%;
    }
      section.propmgmt .propmgmt-cont h1 {
        font-size: 28px;
        padding: 0 0 0px;
        margin-bottom: 20px;
    }
	section.abt-cta .head-sec h2{
		font-size: var(--f28);
	}
      section.whychoose .whychoose-cont {
        width: 100%;
    }
      section.whychoose .whychoose-cont h3 {
        font-size: 28px;
        padding: 0;
    }
      section.whychoose .row.whychoose-div {
        padding: 20px 0 0;
    }
	form.manage-form {
    padding: var(--p20);
}
  section.whychoose .row.whychoose-inrdiv .col-2{
    padding:0;
  }
.fields{
	flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: var(--m20);
}
.fields .common-i {
    width: 100%;
}
.fields .main-label {
    width: 100%;
    }
    .fields select {
    width: 100%;
}
section.testimonial h3{
	font-size: var(--f18);
}
.cta{
	margin-bottom: 0px;
}
section.property-management .col-5.img {
    padding: 0 0px;
    width: 100%;
}
section.property-management .col-5.img img{
	height: 250px;
}
section.property-management .col-7.cont {
    padding: 0 0px;
    width: 100%;
    margin-top: 30px;
}
section.property-management .row.pro-abt-sec.other{
	flex-direction: column-reverse;
}
section.property-management .row.pro-abt-sec.other .col-5.img img {
    height: 250px;
}
.other-content {
    margin-top: 0px;
}

}
@media (max-width: 360px){
	
}