:root {
    --primary: #2c3168;
    --theme: #0096d5;
    --black: #000000;
}

.cs_site_branding {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cs_site_branding img {
    width: 92px;
    flex-shrink: 0;
}
.cs_site_branding h1 {
    color: var(--primary);
    font-size: 32px;
    line-height: 42px;
    margin: 0;
}
.cs_site_branding h1 span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: var(--theme);
}
.cs_top_nav .cs_iconbox_subtitle {
    color: var(--black);
}
.cs_nav .cs_nav_list > li > a {
    font-size: 18px;
}
.cs_about_thumb {
    border: 5px solid var(--accent_v4);
}
.cs_iconbox.cs_style_1 .cs_iconbox_icon i {
    font-size: 28px;
    color: var(--theme);
}
.cs_iconbox.cs_style_1 .cs_iconbox_info p {
    color: var(--black);
}
.cs_iconbox.cs_style_1 .cs_iconbox_title {
    margin-bottom: 5px;
}
.inner-banner {
    background: url(../images/inner-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center right;
    height: 350px;
    display: flex;
    align-items: center;
}
.inner-banner h2 {
    margin: 0;
}
.inner-banner ul {
    display: flex;
    gap: 20px;
    margin: 0;
}
.inner-banner ul li {
    color: #fff;
    font-size: 16px;
}
.cs_iconbox.cs_style_3 .cs_iconbox_subtitle {
    font-size: 20px;
}
.side-bar {
    background: var(--accent_v4);
    padding: 20px;
    border: 5px solid var(--theme);
    position: sticky;
    top: 10px;
    max-height: 490px;
}
.side-bar h3 {
    color: var(--white);
    font-size: 28px;
    text-align: center;
}
.side-bar ul li a {
    padding: 10px 0;
    color: var(--white);
    display: inline-block;
    font-size: 18px;
}
.side-bar ul li:last-child a {
    padding-bottom: 0;
}
.side-bar ul li a:hover {
    font-weight: 700;
}
.side-bar ul li::marker {
    background: var(--white);
    color: var(--white);
}

.service-details p strong {
    color: var(--theme);
}
.service-details .img-wrap {
    margin-bottom: 20px;
    border: 5px solid var(--theme);
}
.service-details h2 {
    font-size: 32px;
    color: var(--accent_v4);
}
.ca_appointment_form {
    position: relative;
    z-index: 1;
}
@media (max-width: 1200px) {
    .cs_site_header.cs_style_1.cs_version_4 .cs_mobile_logo {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .cs_mobile_logo img {
        width: 60px;
        flex-shrink: 0;
    }
    .cs_mobile_logo h1 {
        font-size: 20px;
        margin: 0;
    }
    .cs_mobile_logo h1 span {
        display: block;
        font-size: 14px;
        color: var(--theme);
        line-height: 21px;
    }
    .cs_site_header.cs_style_1 .cs_main_header_in {
        padding: 10px 0;
        height: auto;
    }
    .cs_hero_text .cs_fs_20 {
        font-size: 17px;
    }
    .cs_hero_text .cs_hero_title {
        font-size: 28px;
    }
    .cs_hero::before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgb(0, 71, 149);
        background: linear-gradient(90deg, rgba(0, 71, 149, 1) 0%, rgba(255, 255, 255, 0.4) 100%);
        z-index: 2;
        opacity: 0.5;
    }
    .cs_height_80 {
        height: 60px;
    }
    .cs_height_150 {
        height: 60px;
    }
    .cs_fs_45 {
        font-size: 32px;
    }
    .cs_height_50 {
        height: 40px;
    }
    .cs_copyright.cs_fs_18 {
        font-size: 14px;
    }
    .inner-banner {
        height: 200px;
        position: relative;
    }
    .inner-banner::before {
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgb(0, 71, 149);
        background: linear-gradient(90deg, rgba(0, 71, 149, 1) 0%, rgba(255, 255, 255, 0.4) 100%);
        z-index: 2;
        /* opacity: 0.7; */
    }
    .inner-banner .container {
        position: relative;
        z-index: 3;
    }
    .cs_hero_title.cs_fs_60 {
        font-size: 28px;
    }
}
