.full-width-header.rs-header-layout-3 .rs-header .menu-area.sticky .rs-menu-area .logo-area img {
    filter: brightness(0) invert(1);
}

.full-width-header.rs-header-layout-3 .rs-header .menu-area.sticky .rs-header-rightside .rs-header-contct p {
    color: #fff;
}

.full-width-header.rs-header-layout-3 .rs-header .menu-area.sticky .rs-menu-area .main-menu ul.nav-menu>li>a {
    color: #fff;
}

.text-justify {
    text-align: justify;
}

.rs-service-details__sidebar .sidebar-contact.sidebar-common {
    padding: 10px;
}

.sidebar-contact .rs-contact-page__content {
    padding: 10px;
}

.sidebar-contact .rs-contact-page__content h3 {
    font-size: 25px;
    text-align: center;
}

.rs-service-details__content p {
    text-align: justify;
}

.service-benefits-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
}

.service-benefits-icon-box {
    width: 100px;
    height: 100px;
    border: 1px solid lightgray;
    padding: 10px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    margin-bottom: -50px;
    background-color: #fff;
    z-index: 998;
    position: relative;
    outline: 1px solid #fff;
    outline-offset: 5px;
}

.service-benefits-icon-box img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.service-benefits-box .service-benefits-content {
    padding-top: 20px;
    background-color: #010047e1;
    padding: 15px;
    padding-top: 80px;
    min-height: 350px;
    max-height: 350px;
    overflow-y: auto;
}


.service-benefits-box .service-benefits-content::-webkit-scrollbar {
    width: 5px;
}

.service-benefits-box .service-benefits-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.service-benefits-box .service-benefits-content::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.service-benefits-box .service-benefits-content h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    color: #fff;
    font-weight: 400;
}

.service-benefits-box .service-benefits-content p {
    text-align: justify;
    color: #fff;
    font-size: 15px;

}

.rs-contact-page__info-box .info-box-item .rs-info-contact span {
    color: #454545 !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
    margin: 0px;
}

.rs-contact-page__info-box .info-box-item {
    display: flex;
    align-items: center;
    padding-right: 20px;
    margin-bottom: 30px;
}

.rs-contact-page__info-box .info-box-item .rs-info-icon {
    font-size: 25px;
}