.cs_hero.cs_style_1 .cs_hero_content {
    max-width: 700px;
}

.cs_hero.cs_style_1 .cs_hero_title {
    margin-bottom: 10px !important;
}

.cs_hero.cs_style_1 .cs_hero_overlay {
    width: 100%;
    height: 100%;
    opacity: 0.95;
    background: -webkit-gradient(linear, right top, left top, color-stop(25%, transparent), color-stop(55.11%, var(--accent-color)));
    background: linear-gradient(320deg, #ffc10754 25%, var(--accent-color) 55.11%) !important;
    left: 0;
    top: 0;
    opacity: 0.95;
}

.cs_color_settings {
    display: none;
}

.cs_post_title {
    color: #016A8F;
    font-size: 20px;
}

.cs_post.cs_style_1 .cs_post_title {
    margin-bottom: 5px;
}

.cs_post_info p {
    font-size: 14px;
}

.cs_post_thumbnail img {
    border-radius: 15px;
}

.cs_post_thumbnail img:hover {
    border-radius: 0px;
    border: 3px solid #FCB119;
}

.cs_testimonial_thumbnail img {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
}

.cs_footer_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    padding: 50px 0 50px 0;
}

.about-us img {
    border-radius: 30px;
    height: 80% !important;

}

.cs_service_details img {
    margin-bottom: 20px;
    border-radius: 30px;
    border-left: 5px solid #FCB119 !important;
    border-bottom: 5px solid #016A8F !important;

}

.cs_service_details h2 {
    font-size: 35px;
    margin-bottom: 0px;
}

.drugs-logos img {

    margin-top: 5px;
    margin-bottom: 25px;

}

.cs_service_details p {
    text-align: justify;
    font-size: 16px;
}

.cs_service_details h4 {
    margin-bottom: 0;
}

.cs_iconbox.cs_style_1 {
    display: inline-block;
    padding: 25px 18px;
    border: 1px solid var(--border-color);
}

.cs_iconbox.cs_style_1 .cs_iconbox_title {
    position: relative;
    z-index: 1;
    font-size: 22px;
}

.cs_iconbox.cs_style_1 .cs_iconbox_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}