@media (max-width: 1366px){
	section.abt-cta .head-sec h2{
		width: 100%;
	}
  .screening-content{
    padding: 50px;
  }
} 
@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);
	}
  .screening-image {
    width: 100%;
    padding:0;
}
      .screening-content {
        padding: 40px 30px;
        width: 100%;
        height: auto;
    }
  .screening-image img {
    height: 450px;
  }
  .para-cont {
    max-height: max-content;
    overflow: hidden;
}
  .features-content p{
   text-align:left; 
  }
}
@media (max-width: 514px){
	section.abt-cta .head-sec h2{
		font-size: var(--f28);
	}
	form.manage-form {
    padding: var(--p20);
}
.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;
}
      .screening-image img {
        height: 350px;
    }
      .screening-content {
        padding: 30px;
  }
  .row.guest-screening{
    margin-bottom: 40px;
  }
  section.features-sec .col-4{
   width:100%;
    padding:0;
  }
  section.features-sec .row{
gap:30px 0;
  }
  .features-content h5 {
    font-size: 18px;
  }
}
@media (max-width: 360px){
	section.abt-cta .head-sec h2{
		font-size: var(--f24);
	}
	.submit-btn button {
    padding: var(--p10) var(--p30);
}
}