

.property-managmnt-banner-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.property-managmnt-banner-section {
    /* background-image: url(../images/banner-bg.png); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 505px;
    display: flex;
    align-items: center;
}

.property-managmnt-banner-section p {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.property-management-section{
    padding-top: 50px;
    padding-bottom: 50px;
}
.monitoring-contant-box i.fa-solid.fa-check {
    width: 32px;
    height: 32px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #0C89C9;
    opacity: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #0C89C9;
}
li.monitoring-contant-box{
    display: flex;
    width: 50%;
    background: #F2F2F2;
    padding: 20px;
    height: 124px;
    border-left: 0;
    border-bottom: 0;
}
ul.monitoring-systems-boxs li.monitoring-contant-box:nth-child(1) {
    border-bottom: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
}

ul.monitoring-systems-boxs li.monitoring-contant-box:nth-child(2) {
    border-bottom: 1px solid #B4B4B4;
}

ul.monitoring-systems-boxs li.monitoring-contant-box:nth-child(3) {
    border-right: 1px solid #B4B4B4;
}
li.monitoring-contant-box p{
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

ul.monitoring-systems-boxs{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding-bottom: 50px;
}
li.monitoring-contant-box.contract{
    display: flex;
    align-items: center;
}
.property-communication-section{
    padding-top: 50px;
    padding-bottom: 50px;
}
.property-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent linear-gradient(95deg, #F5F5F5 0%, #F1F1F1 100%) 0% 0%;
    padding: 40px 35px;
}
.property-box span{
    color: #0C89C9;
}






/* media */
@media only screen and (max-width:1600px) {
    .property-managmnt-banner-section {
        height: 470px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .property-managmnt-banner-section p {
        margin-bottom: 40px;
    }
    .property-management-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    ul.monitoring-systems-boxs{
        padding-bottom: 50px;
    }
    .property-communication-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width:1399px) {
    
    .property-managmnt-banner-section {
        height: 420px;
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .property-managmnt-banner-section p {
        margin-bottom: 40px;
    }
    .property-management-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    ul.monitoring-systems-boxs{
        padding-bottom: 50px;
    }
    .property-communication-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .property-box{
        padding: 40px 30px;
    }
}

@media only screen and (max-width:1199px) {

    .property-managmnt-banner-section {
        height: 350px;
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .property-managmnt-banner-section p {
        margin-bottom:30px
    }
    .property-management-section{
        padding-top: 45px;
        padding-bottom: 45px;
    }
   
    ul.monitoring-systems-boxs{
        padding-bottom: 45px;
    }
    .property-communication-section{
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .property-box{
        padding: 30px 25px;
    }
}

@media only screen and (max-width:991px) {
    .property-managmnt-banner-section {
        height: 300px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .property-management-section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    ul.monitoring-systems-boxs{
        padding-bottom: 40px;
    }
    .property-communication-section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .property-management-box{
        padding-top: 30px;
    }
    .property-box {
        padding: 25px 20px;
    }
}

@media only screen and (max-width:767px) {
    .property-managmnt-banner-section {
        height: 300px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .property-managmnt-banner-section p {
        margin-bottom: 20px;
    } 
    .property-management-section{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    ul.monitoring-systems-boxs{
        padding-bottom: 30px;
    }
    .property-communication-section{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .property-management-box {
        padding-top: 20px;
    }
    .property-communication-box{
        padding-top: 20px;
    }
    .property-box {
        padding: 20px 20px;
    }
}

@media only screen and (max-width:575px) {
    .property-managmnt-banner-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .property-management-section{
        padding-top: 20px;
        padding-bottom: 20px;
    }
   
    ul.monitoring-systems-boxs{
        padding-bottom: 20px;
    }
    .property-communication-section{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .property-box {
        padding: 20px 15px;
    }
    .monitoring-contant-box i.fa-solid.fa-check{
        margin-right: 10px;
    }
}
@media only screen and (max-width:420px) {
    .property-box{
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .property-box h3{
       padding-bottom: 15px;
    }
}

@media only screen and (max-width:575px) {
    .property-managmnt-banner-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}