section.property-management-banner {
    padding-top: 112px;
    padding-bottom: 80px;
    background: url(../images/management-bg.webp);
    background-size: cover;
}
section.property-management-banner h1{
  max-width: 600px;
    margin: auto;
    text-align: center;
    font-size: 55px;
    margin-bottom: 20px;
}
section.property-management-banner h1 span{
  color: var(--btn-hover);
  position:relative;
}
section.property-management-banner h1 span::after{
  background-image: url("../images/underscore.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
section.property-management-banner p{
max-width: 450px;
    margin: auto;
    text-align: center;
    color: var(--white-color);
    font-size: 18px;
    margin-bottom: 20px;
}
section.property-management-banner .banner-ratings ul{
  padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: .125rem;
}
section.property-management-banner .banner-ratings ul li{
  list-style: none;
}
section.property-management-banner .banner-ratings ul li img{
  width: 22px;
}
section.property-management-banner .review-banner-img {
    display: flex;
    position: relative;
  height: 32px;
  min-width: 76px;
}
section.property-management-banner .review-banner-img img{
position:absolute;
  width: 32px;
    height: 32px;
}
section.property-management-banner .review-banner-img img:nth-child(1){
  left: 22px;
}
section.property-management-banner .review-banner-img img:nth-child(2){
  left: 44px;
}
section.property-management-banner .banner-ratings {
    display: flex;
    gap: .625rem;
    align-items: center;
  justify-content: center;
  margin-bottom:40px;
}
section.property-management-banner .banner-ratings span{
  font-size:15px;
  color:#fff;
}
section.property-management-banner form {
    max-width: 900px;
    display: flex;
    margin: auto;
    background: var(--white-color);
    border-radius: .75rem;
  overflow:hidden;
}
section.property-management-banner form div{
 width:25%; 
}
section.property-management-banner form .formss-btn {
    padding: .625rem;
}
section.property-management-banner form .formss-btn button{
 width:100%; 
}
section.property-management-banner form input{
  width: 100%;
    padding: 24px 32px 24px 10px;
    border: 0px solid;
}
section.property-management-banner form .formss::after {
    background:#d1d5db;
    width: 1px;
    content:"";
    position:absolute;
    height: 70%;
    top: 15%;
    right:0;
}
section.property-management-banner form .formss{
  position: relative;
}
section.property-management-banner form .formss:nth-child(3)::after{
  display:none;
}
section.property-management-banner .form-msg {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .625rem;
    margin-top: .625rem;
}
section.property-management-banner .form-msg span{
  font-size:12px;
  color:#fff;
}
section.property-management-banner .form-msg span a{
  text-decoration:underline;
}
section.property-management-banner .wave-img{
  width: 100vw;
    position: absolute;
    bottom: -.25rem;
    left: 0;
}
section.property-management-banner{
  position:relative;
}
section.property-management-logo {
    padding-top: 40px;
    padding-bottom: 40px;
}
section.property-management-logo img{
  width: 150px;
}
section.property-management-logo .management-logo-list{
 display:flex;
  align-items:center;
  gap: 2.5rem;
  justify-content:center;
}
section.make-money {
    background: var(--lt-bg-color);
    padding: var(--p80) var(--p12);
}
section.make-money .make-money-img img{
  width: 90%;
}
section.make-money h2 {
    color: var(--heading-color);
    margin-bottom: 30px;
}
section.make-money h2 span{
   position:relative;
  color:var(--secondary-color);
  display:inline-block;
}
section.make-money h2 span::after{
  background-image: url("../images/underscore1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
.make-money-listing {

    display: flex;
    gap: 1.25rem;
}

.make-money-listing img{
      width: 50px;
    height: 50px;
}

.make-money .main-btn{
  width:190px;
}
section.vacation_manage .head-sec h2{
color: var(--heading-color);
}


section.vacation_manage .head-sec{
text-align:center;
}

.vac_card{
      display: flex;
    align-items: center;
    gap: 20px;
}
.vac_card h6{
  margin-bottom:0;
}

section.vacation_manage .head-sec{
  margin-bottom: 60px;
}
section.rental_management .head-sec{
  margin-bottom:40px;
}
section.rental_management .head-sec h2{
  color:var(--heading-color);
  text-align:center;
  margin-bottom:0;
}

section.rental_management .head-sec p{
  text-align:center;
}

section.rental_management .card{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border:0;
  padding: 20px;
  text-align: center;
}

.num{
  background: #f5dabff5;
    height: 100px;
    width: 100px;
    top: -1px;
    border-radius: 50%;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.num h6{
      margin-top: 50px;
}

section.rental_management .card span{
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  font-size: 25px;
}
section.rental_management .card-dark span {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    font-size: 25px;
}
section.property-management-banner {
    padding-top: 112px;
    padding-bottom: 80px;
    background: url(../images/management-bg.webp);
    background-size: cover;
}
section.property-management-banner h1{
  max-width: 600px;
  margin: auto;
  text-align: center;
  font-size: 55px;
  margin-bottom: 20px;
  color: white;
}
section.property-management-banner h1 span{
  color: var(--btn-hover);
  position:relative;
}
section.property-management-banner h1 span::after{
  background-image: url("../images/underscore.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
section.property-management-banner p{
max-width: 450px;
    margin: auto;
    text-align: center;
    color: var(--white-color);
    font-size: 18px;
    margin-bottom: 20px;
}
section.property-management-banner .banner-ratings ul{
  padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: .125rem;
}
section.property-management-banner .banner-ratings ul li{
  list-style: none;
}
section.property-management-banner .banner-ratings ul li img{
  width: 22px;
}
section.property-management-banner .review-banner-img {
    display: flex;
    position: relative;
  height: 32px;
  min-width: 76px;
}
section.property-management-banner .review-banner-img img{
position:absolute;
  width: 32px;
    height: 32px;
}
section.property-management-banner .review-banner-img img:nth-child(1){
  left: 22px;
}
section.property-management-banner .review-banner-img img:nth-child(2){
  left: 44px;
}
section.property-management-banner .banner-ratings {
    display: flex;
    gap: .625rem;
    align-items: center;
  justify-content: center;
  margin-bottom:40px;
}
section.property-management-banner .banner-ratings span{
  font-size:15px;
  color:#fff;
}
section.property-management-banner form {
    max-width: 900px;
    display: flex;
    margin: auto;
    background: var(--white-color);
    border-radius: .75rem;
    /* overflow:hidden; */
}
section.property-management-banner form div{
 width:25%; 
}
section.property-management-banner form .formss-btn {
    padding: .625rem;
}
section.property-management-banner form .formss-btn button{
 width:100%; 
}
section.property-management-banner form input{
  width: 100%;
    padding: 24px 32px 24px 10px;
    border: 0px solid;
}
section.property-management-banner form input:focus-visible{
outline:none
}
section.property-management-banner form .formss::after {
    background: #fff;
    width: 1px;
    content:"";
    position:absolute;
    height: 70%;
    top: 15%;
    right:0;
}
section.property-management-banner form .formss{
  position: relative;
}
section.property-management-banner form .formss:nth-child(3)::after{
  display:none;
}
section.property-management-banner .form-msg {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .625rem;
    margin-top: .625rem;
}
section.property-management-banner .form-msg span{
  font-size:12px;
  color:#fff;
}
section.property-management-banner .form-msg span a{
  text-decoration:underline;
}
section.property-management-banner .wave-img{
  width: 100vw;
    position: absolute;
    bottom: -.25rem;
    left: 0;
}
section.property-management-banner{
  position:relative;
}
section.property-management-logo {
    padding-top: 40px;
    padding-bottom: 40px;
}
section.property-management-logo img{
  width: 150px;
}
section.property-management-logo .management-logo-list{
 display:flex;
  align-items:center;
  gap: 2.5rem;
  justify-content:center;
}
section.make-money {
    background: var(--lt-bg-color);
    padding: var(--p80) var(--p12);
}
section.make-money .make-money-img img{
  width: 90%;
  height: 700px;
}
section.make-money h2 {
    color: var(--heading-color);
    margin-bottom: 30px;
}
section.make-money h2 span{
   position:relative;
  color:var(--secondary-color);
  display:inline-block;
}
section.make-money h2 span::after{
  background-image: url("../images/underscore1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

.make-money-para h4{
  margin-bottom:0;
}
.make-money-listing {display: flex;gap: 1.25rem;margin-bottom: 15px;}

.make-money-listing img{
      width: 50px;
    height: 50px;
}

.make-money .main-btn{
  width:190px;
  margin-top: 30px;
}
section.vacation_manage .head-sec h2{
color: var(--heading-color);
}


section.vacation_manage .head-sec{
text-align:center;
}

.vac_card{
      display: flex;
    align-items: center;
    gap: 20px;
}
.vac_card h6{
  margin-bottom:0;
}

section.vacation_manage .head-sec{
  margin-bottom: 60px;
}
section.rental_management .head-sec{
  margin-bottom:40px;
}
section.rental_management .head-sec h2{
  color:var(--heading-color);
  text-align:center;
  margin-bottom:0;
}

section.rental_management .head-sec p{
  text-align:center;
}
section.rental_management{
  background:var(--lt-bg-color);
}
section.rental_management .card{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border:0;
  padding: 20px;
  text-align: center;
}
section.rental_management .card-dark{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border:0;
  padding: 20px;
  text-align: center;
  position: relative;
  background: white;
}

.num{
  background: #f3e8ddf5;
  height: 100px;
  background: var(--territiary-color);
  width: 100px;
  top: -1px;
  border-radius: 50%;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.num-dark{
  background: var(--territiary-color);
  height: 100px;
  width: 100px;
  top: -1px;
  border-radius: 50%;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.rental_management .card h6{
 margin-top: 50px;
}
section.rental_management .card-dark h6 {
    margin-top: 50px;
}
section.rental_management .head-sec{
  margin-bottom:100px;
  
}

section.estaga_section .head-sec h2{
  color:var(--heading-color);
  text-align:center;
}


section.estaga_section .head-sec p{
 text-align:center;
}

.list_sec ul li{
  color:black;
  list-style:none !important;
  margin-bottom: 17px;
  font-size: 18px;
}

.list_sec ul {
padding-left:0;
}


.list_sec fa-check{
  color:#2fb575;
}


.work-img-div img {
     display: block;
     margin-left: auto;
     /* width: 100%; */
}

.work_section {
      max-width: 82rem;
      margin: auto;
      background: aliceblue;
      padding: 20px;
      position: relative;
      /* border-radius: 15px; */
}

.work_section .main-btn{
  width:172px;
}


section.work_section h2{
  color: var(--heading-color);
  font-size: 3rem;
  margin-bottom: 40px;
}

section.work_section h2::after {
    background-image: url(../images/underscore.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 1.25rem;
    left: 68px;
    position: absolute;
    top: 32%;
    width: 24%;
}

.contact_details{
    display: flex;
    gap: 20px;
    align-items: baseline;
    margin-top: 40px;
}
  section.services_sec .head-sec h2{
    color:var(--heading-color);
    text-align:center;
    margin-bottom: 50px;
}

.ser-gif img{
  width:100%;
}

section.services_sec .main-btn{
  width:180px;
}

section.services_sec rev{
  padding-top:0;
  padding-bottom:0;
}

 li {
  color:black !important;
  margin-bottom: 10px;
}
.work_model_form .ui-selectmenu-button.ui-button, .work_model_form .form-group input, .work_model_form .form-group select, .work_model_form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 62px;
    font-size: 13px;
    color: var(--black-color);
    line-height: 31px;
    font-weight: 400;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-bottom: 20px;
}
 .work_model_form textarea {
    height: 100px !important;

}

.modal-header h1{
  color:black;
}

.work_model_form .main-btn{
  width:180px;
}

section.why_manager .head-sec h2{
  color:black;
  text-align:center;
  
}


section.work_section{
  margin-top:150px;
  margin-bottom: 56px;
}


 .rev{
      background: var(--lt-bg-color);
}

.work_right_sec{
  padding:40px;
}

.direction{
    background: var(--lt-bg-color);
}
.direction .card-img img{
    width: 60px;
    height: 60px;
    display:flex;
    margin-bottom: var(--m10);
}
.direction .row{
    padding-top:var(--p5);
}
.direction .card-content p strong{
    font-size:var(--f16);
    color:var(--heading-color);
    text-align:left;
}
.direction .card-content p{
    font-size:var(--f14);
    text-align:left;
    margin-bottom:0;
}
.direction .card-content p span{
    font-weight: 900;
}
.direction .card-content strong{
    margin-top:var(--m5);
}
.direction .diection-card1{
    border-top: 8px solid var(--btn-hover);
    padding:var(--p20);
    height: 100%;
    background:var(--white-color);
}
.direction .diection-card1:hover{
    background: var(--btn-hover);
}
.direction .diection-card1:hover p{
    color:white;
}
.direction .diection-card1:hover strong{
    color:white;
}

.direction .diection-card2{
    border-top:8px solid #8ae4e6;
     padding:var(--p20);
     height: 100%;
     background:var(--white-color);
}
.direction .diection-card2:hover{
    background: #8ae4e6;
}
.direction .diection-card2:hover p{
    color:white;
}
.direction .diection-card2:hover strong{
    color:white;
}

.direction .diection-card3{
    border-top:8px solid #8ae4e6;
     padding:var(--p20);
     height: 100%;
     background:var(--white-color);
}
.direction .diection-card3:hover{
    background:#8ae4e6;
}
.direction .diection-card3:hover p{
    color:white;
}
.direction .diection-card3:hover strong{
    color:white;
}

.direction .diection-card4{
    border-top:8px solid #fed5c4;
     padding:var(--p20);
     height: 100%;
     background:var(--white-color);
}
.direction .diection-card4:hover{
    background: #fed5c4;
}
.direction .diection-card4:hover p{
    color:white;
}
.direction .diection-card4:hover strong{
    color:white;
}

section.direction .head-sec h2{
  text-align:center;
  /* color:black; */
  margin-bottom: 40px;
}
section.property-management-banner .form-msg span a{
  color:var(--territiary-color)
}
section.vacation_manage .vac_main_card{
  padding:20px;
}

section.vacation_manage .vac_main_card:hover{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    background: aliceblue;
}


.diection-card1 .clock_icon{
  height: 48px !important;
  width: 48px !important;
}


.f_div{
  
  clip-path: polygon(0 0, 100% 100%, 100% 0);
    background: aliceblue;
    overflow: hidden;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0px;
    border-bottom-right-radius: 1.5rem;
  
}

.s_div{
  
position: absolute;
    background: #fff;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    /* rotate: 180deg; */
    bottom: 0;
    height: 40px;
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    width: 100%;
    left: 0;
    /* border-radius: 0; */
    transform: translate(0, 0) rotate(180deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
  
}




.list_sec li {
  padding-left: var(--icon-space);
}

.list_sec li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: calc( var(--icon-space) * -1 );
  width: var(--icon-space);
  padding-right: 10px;
}


.modal.show .modal-dialog {
    transform: none;
    min-width: 530px;
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 96%;
    padding-bottom: 3%;
    min-height: 50px;
    display: grid;
}

#mc_embed_signup .mc-field-group input {
    display: block !important;
    width: 100% !important;
    padding: 8px !important;
    text-indent: 2% !important;
    border: 0px solid !important;
    border-bottom: 2px solid var(--btn-color) !important;
    border-radius: 0px !important;
}

label {
    color: black;
    display: inline-block;
}

.img-right img {
      max-width: 100%;
    height: 460px;
    object-fit: cover;
}
.modal-dialog .main-btn{
  width:100% !important;
}






