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

.construction-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;
}

.construction-banner-section p {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.construction-site-section{
    padding-top: 50px;
    padding-bottom: 50px;
}
.construction-conversatio-box {
    display: flex;
    justify-content: space-between;
    background: transparent linear-gradient(95deg, #F5F5F5 0%, #F1F1F1 100%) 0% 0%;
    padding: 40px 35px;
    align-items: center;
}
.construction-conversatio-box span{
    color: #0C89C9;
}
.construction-security-section{
    padding-top: 50px;
    padding-bottom: 50px;
}
.top-reasons-contant-box span{
    width: 60px;
    height: 60px;
    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;
    font-size: 30px;
    margin-bottom: 20px;
}
ul.top-reasons-boxes {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    margin: 0;
}
li.top-reasons-contant-box {
    width: 33.33%;
    padding: 25px 20px;
    border: 1px solid #B4B4B4;
    background: #FFFFFF;
    border-left: 0;
    border-bottom: 0;
}
ul.top-reasons-boxes li.top-reasons-contant-box:nth-child(1){
   border-left: 1px solid #B4B4B4;
}
ul.top-reasons-boxes li.top-reasons-contant-box:nth-child(3){
    border-bottom: 1px solid #B4B4B4;
 }
 ul.top-reasons-boxes li.top-reasons-contant-box:nth-child(4){
    border-bottom: 1px solid #B4B4B4;
    border-left: 1px solid #B4B4B4;

 }
 ul.top-reasons-boxes li.top-reasons-contant-box:nth-child(5){
    border-bottom: 1px solid #B4B4B4;
 }
 .construction-top-reasons-section{
    padding-bottom: 50px;
 }







/* media */
@media only screen and (max-width:1600px) {
    .construction-banner-section {
        height: 470px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .construction-banner-section p {
        margin-bottom: 40px;
    }
    .construction-site-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .construction-security-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .construction-top-reasons-section{
        padding-bottom: 50px;
     }
}

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

    .construction-banner-section p {
        margin-bottom: 40px;
    }
    .construction-site-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .construction-security-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    ul.top-reasons-boxes{
        padding-top: 20px;
    }
    .construction-top-reasons-section{
        padding-bottom: 50px;
     }
}

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

    .construction-banner-section {
        height: 320px;
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .construction-banner-section p {
        margin-bottom:30px
    }
    .construction-site-section{
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .construction-security-section{
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .construction-top-reasons-section{
        padding-bottom: 45px;
     }
     .construction-conversatio-box{
        padding: 30px 30px;
     }
     ul.top-reasons-boxes {
        padding-top: 20px;
    }
}

@media only screen and (max-width:991px) {
    .construction-banner-section {
        height: 300px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .construction-site-section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .construction-security-section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .construction-top-reasons-section{
        padding-bottom: 40px;
     }
     ul.top-reasons-boxes {
        padding-top: 15px;
    }
    li.top-reasons-contant-box{
        padding: 20px 15px;
    }
    .top-reasons-contant-box span{
        margin-bottom: 15px;
    }
}
@media only screen and (max-width:767px) {
    .construction-banner-section {
        height: 300px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .construction-banner-section p {
        margin-bottom: 20px;
    } 
    .construction-site-section{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .construction-security-section{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .construction-top-reasons-section{
        padding-bottom: 30px;
     }
     .construction-site-box h3{
        margin: 0;
     }
     .construction-conversatio-box {
        padding: 25px 20px;
    }
    li.top-reasons-contant-box {
        width: 49.33%;
    }
    ul.top-reasons-boxes li.top-reasons-contant-box:nth-child(4){
        border-left: 0;
    }
    ul.top-reasons-boxes li.top-reasons-contant-box:nth-child(3){
        border-bottom: 0;
        border-left: 1px solid #B4B4B4;
    }
    ul.top-reasons-boxes li.top-reasons-contant-box:nth-child(5){
        border-left: 1px solid #B4B4B4;
    }
}
@media only screen and (max-width:575px) {
    .construction-banner-section {
        padding-top: 20px;
        padding-bottom: 20px;
        height: 270px;
    }
    .construction-site-section{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .construction-security-section{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .construction-top-reasons-section{
        padding-bottom: 20px;
     }
     .construction-site-box img{
        margin-bottom: 20px;
     }
     .construction-conversatio-box {
        padding: 20px 15px;
    }
    ul.top-reasons-boxes {
        padding-top: 5px;
    }
    li.top-reasons-contant-box{
        width: 100%;
    }
    ul.top-reasons-boxes li.top-reasons-contant-box:nth-child(2){
        border-left: 1px solid #B4B4B4;
    }
    ul.top-reasons-boxes li.top-reasons-contant-box:nth-child(4){
        border-left: 1px solid #B4B4B4;
        border-bottom: 0;
    }
}
    @media only screen and (max-width:410px) {
        .construction-conversatio-box{
          flex-wrap: wrap;
          justify-content: center !important;
        }
        .construction-conversatio-box h3{
            margin-bottom: 15px !important;
        }
    }
    
