
:root {
	--primary: #4FA8D7;
    --primary-light: #44B84F;
    --primary-x-dark: #FE5E1C;
	--primary-x-dark: #023D8A;
	--secondary:      #FE5E1C;
	--secondary-light: #646F7E;
	--primary-100:    #25558A;
	--primary-200:    #14164A;
}

.btn {
	background-color: var(--primary);
	border-color: var(--primary);
}

.testimonial-home-section .testimonial-home-list:before{
	background-image: linear-gradient(to bottom right, var(--primary-light), var(--primary-light));
}
.testimonial-home-section .testimonial-home-list .testimonial-home-item-quote{
	border: 0.32rem solid var(--white);
	background-color: var(--primary);
}
.footer-menu{
	background-color: var(--primary-100);
}
.footer-copyright {
    background-color: var(--primary-200);
}
.social-media li a{
	color: var(--primary-light);
}
.social-media li a.twitter{
	background-color: var(--primary-light);
	color: var(--white);
}

/* Before Css */
.section-heading h2, h2.wp-block-heading {
    font-size: 40px;
    text-transform: uppercase;
}
h3, .h3, h3.wp-block-heading {
    font-size: 1.6rem;
    text-transform: capitalize;
    color: #409113;
    font-weight: 400;
}
.appointment-steps-section .appointment-block-wrapper h4 {
    color: var(--white);
    font-size: 2.66rem;
    text-transform: uppercase;
}
.appointment-steps-listing .appointment-steps-item::before {
    color: #fff;
}
.inner-banner h1 {
    font-size: 3.38rem;
}
h2 {
    font-size: 40px;
    text-transform: uppercase;
}
.wp-block-button:not(.appointment-button) .wp-block-button__link {
    border-color: transparent;
}
