body {
    background-color: #f4fafd;
}
.cs_main_header.cs_sticky_header {
    background: #fff;
}
.cs_site_branding {
    display: inline-block;
    max-width: 100px;
}
.cs_hero.cs_style_1 .cs_hero_thumb {
    height: 600px;
    min-height: initial;
}
.cs_hero .cs_hero_bottom {
    display: none;
}
.cs_hero.cs_style_1 h2.cs_hero_subtitle {
    font-weight: normal;
}
.cs_hero.cs_style_1 .cs_hero_bottom {
    margin-top: -175px;
}

.cs_video_block  {
    padding: 45px 0;
}
.cs_video_block .cs_btn {
    margin-top: 30px;
}
.cs_card.cs_style_2 {
    align-items: flex-start;
}
#services .cta-services {
    margin: 20px 0;
}
#services .services-paragraph {
    padding: 30px;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3em;
}
section.cs_slider {
    background-color: #fff;
}
.cs_pricing_table.cs_style_1:hover .cs_pricing_title {
    color: var(--secondary);
}
.cs_pricing_table.cs_style_1:hover .cs_pricing_info {
    border-bottom: 1px solid var(--accent);
}
.cs_pricing_table .cs_fs_28 {
    font-size: 22.5px;
}
h3.cs_pricing_title.number_1 {
    padding-left: 30px;
    background: url(../images/number-1.png) no-repeat left 6px;
}
h3.cs_pricing_title.number_2 {
    padding-left: 30px;
    background: url(../images/number-2.png) no-repeat left 6px;
}
h3.cs_pricing_title.number_3 {
    padding-left: 30px;
    background: url(../images/number-3.png) no-repeat left 6px;
}
.cs_slider .cta-steps, #appointment .cta-faq {
    padding: 30px;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3em;
}
.cs_accordian_body a {
    display: inline-block;
    background-color: var(--accent);
    color: #fff;
    padding: 5px 10px;
    border-radius: 30px;
}

#about .cs_hero_title {
    font-size: 20px;
}
#about p {
    text-align: justify;
}

.thank-you-page .cs_hero.cs_style_1 .cs_hero_top {
    clip-path: initial;
}
.thank-you-page .cs_hero.cs_style_1 h2.cs_hero_subtitle {
    margin-bottom: 0;
}

footer a:hover {
    text-decoration: none;
    color: var(--white);
}