
@media (max-width: 1024px){
  section.work_section h2::after {
    left: 39px;
    top: 22%;
    width: 33%;
}
  .work_right_sec {
    padding: 0px;
}
}


@media (max-width: 980px){
  
  
  section.estaga_section{
    padding-top:0;
    
  }
    
    section.make-money .make-money-img img {
    width: 100%;
    height: 450px;
}
  .direction .row {
    gap: 30px 0;
}
  
  section.work_section h2::after {
    left: 35px;
    top: 13%;
    width: 42%;
}
  .work_right_sec {
    padding: 0px;
}
  .work-img-div img {
    display: block;
    margin: auto;
    /* width: 100%; */
}
}



@media (max-width: 540px){

  .modal.show .modal-dialog {
    transform: none;
    min-width: 375px;
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
section.property-management-logo .management-logo-list {
    flex-wrap: wrap;
}
  section.make-money .make-money-img img {
    width: 100%;
    height: 300px;
}
  section.make-money h2 {
    margin-top: 20px;
}
  
  section.make-money {
    padding-bottom: 40px;
    padding-top: 40px;
}
  
  section.rental_management .card {
    margin-bottom: 80px;
}
  section.rental_management {
    padding-bottom: 0;
}
  section.estaga_section .list_sec li:before {
    padding-right: 10px !important;
} 
  .list_sec ul li {
    font-size: 16px;
}
  section.property-management-logo img {
    width: 130px;
}
  section.property-management-banner form {
    flex-wrap: wrap !important;
}
  section.property-management-banner form .formss {
    width: 100%;
}
  section.property-management-banner form .formss-btn {
    width: 100%;
}
  section.property-management-banner h1 {
    font-size: 45px;
      margin-top: 20px;
}
  .make-money-btn{
        text-align: center;
  }
  
  
  .work_right_sec {
     padding: 0px;
}
  section.work_section h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
  
  .contact_details {
     display: block;

}
  .work-img-div img {
    width: 100%;
}
  .f_div {
   display:none
 }
  
  .s_div{
    display:none
  }
  section.work_section h2::after {
    left: 18px;
    top: 9%;
    width: 49%;
}
  .work_section .main-btn {
    margin-bottom: 20px;
}
  section.direction .row {
    gap: 30px 0;
}
  
  .direction .card-img img {
    width: 46px;
    height: 46px;

}
  section.services_sec .head-sec h2 {
    margin-bottom: 40px;
}
  .main-btn {
    font-size: var(--f14);
}
  section.rev .row{
    flex-direction: column-reverse;
    gap: 30px;
  }
}






