/* benefit Sec Start Here */
.benefits_sec {
    /* margin: 30px 0; */
    /* background: #0a1d48; */
    padding: 30px 0;
}
.benefits_sec .benefit_box {
    background: #0a1d48;
}
.benefits_sec .benefit_box .content {
    padding: 20px 0px;
}
.benefits_sec .benefit_box .content ul.links {
    padding: 0;
    margin: 0;
    list-style: none;
}
.benefits_sec .benefit_box .img_box img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    background-position: center center;
}
.benefits_sec .benefit_box .content h4.title {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 15px;
}
.benefits_sec .benefit_box .content ul.links li {
    margin: 0 0 20px;
}
.benefits_sec .benefit_box .content ul.links li h5 {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.benefits_sec .benefit_box .content ul.links li a {
    color: #dbb560;
    text-decoration: underline;
    font-size: 14px;
}
/* benefit Sec Start Here */
/* clean up section css start */
.cleanup-sidebar .content-wrapper h2 {
    color: #dbb560 !important;
}
/*.cleanup-sidebar .content-wrapper li span {*/
/*    color: #dbb560 !important;*/
/*}*/
.cleanup-img {
    padding-top: 50px;
    padding-bottom: 50px;
}
/* clean up section css end */
.breadcrumb-item {
    float: none;
    display: inline-block;
}
.cleanup-sidebar form {
    padding-top: 0px;
}
/* cleanup sidebar section starts here */
.cleanup-sidebar {
    padding: 60px 0px;
}
.cleanup-sidebar p {
    color: #001a1e;
    font-size: 16px;
}
.expert-services-wrapper {
    padding: 30px 0px;
}
.expert-services-wrapper h2 {
    color: #dbb560;
    font-size: 28px;
    margin-bottom: 30px;
}
.expert-services-wrapper h4 {
    color: #616263;
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
}
/*.expert-services-wrapper ul {*/
/*  padding: 0px 0px 0px 16px;*/
/*  list-style-type: none;*/
/*}*/
/*.expert-services-wrapper ul li {*/
/*  line-height: 32px;*/
/*  color: #001a1e;*/
/*}*/
/*.expert-services-wrapper ul li::before {*/
/*  content: "\2022";*/
/*  color: #535353;*/
/*  font-weight: bold;*/
/*  display: inline-block;*/
/*  width: 1em;*/
/*  margin-left: -1em;*/
/*}*/
.deep-cleaning-wrapper h2 {
    color: #dbb560;
    font-size: 28px;
    margin-bottom: 30px;
}
/*.deep-cleaning-wrapper ul {*/
/*  padding: 0px 0px 0px 16px;*/
/*  list-style-type: none;*/
/*}*/
/*.deep-cleaning-wrapper ul li {*/
/*  line-height: 32px;*/
/*  color: #001a1e;*/
/*}*/
/*.deep-cleaning-wrapper ul li::before {*/
/*  content: "\2022";*/
/*  color: #535353;*/
/*  font-weight: bold;*/
/*  display: inline-block;*/
/*  width: 1em;*/
/*  margin-left: -1em;*/
/*}*/
.deep-cleaning-wrapper li span {
    color: #dbb560;
}
.faq-sec {
    padding: 40px 0px;
}
.faq-sec h2 {
    color: #dbb560;
    font-size: 28px;
    margin-bottom: 30px;
}
.faq-sec .faq-item {
    margin: 40px 0px;
}
.faq-wrapper h3 {
    font-size: 32px;
    color: #001a1e;
    font-weight: bold;
}
.faq-wrapper .faq-item li {
    color: #001a1e;
    padding: 23px 0px 0px 0px;
}
.remading-wrapper h2 {
    color: #dbb560;
    font-size: 28px;
    margin-bottom: 35px;
}
.remading-wrapper span {
    font-weight: 500;
}
.cleanup-sidebar .form-group {
    display: flex;
}
.cleanup-sidebar .form-group input {
    flex: 6;
    border-radius: 0px;
}
.cleanup-sidebar .form-group button {
    flex: 1;
    color: #fff;
    background: #dcb560;
    border-radius: 0px;
}
.sidebar-services-list ul {
    padding-left: 30px;
}
.sidebar-services-list a {
    color: #003869 !important;
    font-size: 14px !important;
    margin: 0px;
    transition: all 0.3s ease-in-out;
}
.sidebar-services-list a:hover {
    color: #dcb560 !important;
}
.sidebar-services-list a::before {
    content: "•";
    position: relative;
    left: -5px;
    color: #9f9f9f;
}
.sidebar-services-list li::marker {
    color: #535353;
}
.cleanup-sidebar .form-group input::placeholder {
    font-family: "Poppins";
    font-size: 16px;
}
/* cleanup sidebar section ends here */
/* responsive starts here */
@media (max-width: 480px) {
    .expert-services-wrapper ul {
        padding: revert;
    }
    .deep-cleaning-wrapper ul {
        padding: revert;
    }
}
@media (max-width: 768px) {
    .expert-services-wrapper ul {
        padding: 0px 20px;
    }
    .deep-cleaning-wrapper ul {
        padding: 0px 20px;
    }
    .faq-wrapper h3 {
        font-size: 25px;
        color: #001a1e;
        font-weight: bold;
    }
}
