.janitorial-and-office-section{
    padding: 90px 0px 100px;
   }
.janitorial-and-office-section .full-container h2 {
    color: #000;
    margin: 0 0 30px;
    padding: 0;
    font-weight: 700;
    font-size:50px;
    line-height:60px;
}

.janitorial-and-office-section .full-container{
    display: flex;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
    align-items: center;
}
.janitorial-and-office-section .full-container .left-cleaning-box {
    width: 50%;
    padding-right: 70px;
} 
.janitorial-and-office-section .full-container .right-cleaning-box {
    width: 50%;
}
.janitorial-and-office-section .full-container .right-cleaning-box .iamge-shape-box{
   
}

.janitorial-and-office-section .full-container .right-cleaning-box .iamge-shape-box img{
  
}

.janitorial-and-office-section .full-container p {
    padding: 0;
    margin: 0 0 20px 0;
    color:#000;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.janitorial-and-office-section .full-container .book-now-btn a {
    max-width: 160px;
    width: 100%;
    display: block;
    height: 48px;
    padding: 12px 10px;
    text-decoration: none;
    border-radius: 10px;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0;
    text-align: center;
    background: #000;
    border-radius: 11px;
    text-transform: capitalize;
    margin: 40px 0 0;
}
.janitorial-and-office-section .full-container .book-now-btn a:hover {
  background-color: #1C2F80;
}

.janitorial-and-office-sectionn .full-container .book-now-btn {
    margin-top: 60px;
}
.office-listion-content ul {
    margin: 0 0 18px 0;
    padding: 0;
}
.office-listion-content ul li{
    position:relative;
}
.office-listion-content ul li:before {
   display:none;
}
.office-listion-content ul li:after {
    content: '';
    position: absolute;
    background-image: url(/template/1f6e749a/images/service-list-icon.svg);
    left: 0;
    top:10px;
    width: 14px;
    background-size: 14px;
    height: 10px;
    background-repeat: no-repeat;
}
.office-listion-content ul li{
    color:#334155;
    padding: 0 0 8px 22px;
    list-style-type: none;
    color: #000;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
