* {
    font-family: sans-serif;
}

body {
    background: white !important;
}

p {
    margin-top: 0;
    margin-bottom: 1.75rem !important;
}

.site-main{
    padding: 0 !important;
}

.font-semibold {
    font-weight: 700;
}

.w-90 {
    width: 90%;
}

.site-main .page {
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .intro header h1 {
        font-size: 2.25rem;
    }
}
    
@media screen and (min-width: 1024px) {
    .intro header p {
        font-size: 18px;
    }
    
    .intro header h1 {
        font-size: 3.25rem;
    }
}

.front-page .front-page-intro .front-page-intro-wrapper{
    padding: 5em 0 0 0;
}

@media screen and (min-width: 1024px) {
    .front-page .front-page-intro .front-page-intro-wrapper {
        padding-top: 150px;
    }
}

.front-page .front-page-intro .intro-header-wrapper,
.front-page .front-page-info .front-page-info-wrapper{
    text-align: left;
}

@media screen and (max-width: 767px) {
    .front-page .front-page-intro .intro-header-wrapper,
    .front-page .front-page-info .front-page-info-wrapper{
        text-align: center;
    }
}

.front-page .front-page-intro .intro-header-wrapper span{
    font-size: 20px
}

@media screen and (min-width: 768px) {
    .front-page .front-page-intro .intro-header-wrapper span{
        font-size: 24px;
    }
}


.site-main .page-wrapper {
    max-width: var(--responsive--alignwide-width);
    margin: 0 auto;
}

.info .content p,
.info .content li {
    color: #555;
}

.info .content{
    font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
    .info .content {
        font-size: 18px;
    }

}

.front-page .front-page-intro .intro-wrapper{
    line-height: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.front-page .front-page-intro .intro-wrapper header *{
    display: block;
}

.intro h2, .intro h1{
    color: #0955ab;
    font-weight: bolder;
}

.front-page .front-page-intro .intro-wrapper span{
    font-weight: normal;
}

.site-main button,
.contact-us-widget button,
.contact-form input.wpcf7-submit {
    line-height: normal;
    margin-top: 2rem;
    padding: 0.5rem 3rem;
    color: white;
    border-radius: 30rem;
    overflow: hidden;
    background-image: linear-gradient(to right, #6987ff , #68c3ff);
    border: 0;
} 

.contact-form input.wpcf7-submit[type="submit"] {
    margin-top: 0;
    color: #fff !important;
}

.contact-form input.wpcf7-submit[type="submit"]:hover {
    color: #0a58ca !important;
}

.wpcf7[role="form"] {
    margin-top: 3rem;
    flex: 0 0 auto;
    width: 100%;
}

.wpcf7-form p {
    margin: 0 !important;
}

.contact-us-form .contact-form input:not(.wpcf7-submit) {
    margin-bottom: 1.5rem;
}

.contact-form label span:not(.wpcf7-form-control-wrap) {
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    .wpcf7[role="form"] {
        margin-top: 0;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

.front-page .front-page-intro .intro-images-wrapper{
    display: flex;
    justify-content: space-between;
}

.front-page .front-page-intro .intro-images-wrapper img{
    max-width: var(--responsive--aligndefault-width);
}


.front-page .front-page-intro .intro-images-wrapper .intro-image-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.front-page .front-page-info{
    padding: 5em 0;
}

@media screen and (max-width: 767px) {
    .front-page .front-page-info{
        padding: 2.5em 0;
    }
}
    
.front-page .front-page-info header{
    font-size: 20px;
    margin-bottom: 1.5em;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .front-page .front-page-info header {
        font-size: 30px;
    }
}



.front-page .front-page-info img{
    display: block;
    margin: 0 auto;
}

.front-page .front-page-info-text{
    padding-right: 2em;
}

.front-page .front-page-info-content p{
    margin-top: 1.5em;
    font-size: 16px;
}

.front-page .front-page-info-content p:last-of-type{
    font-weight: bold;
    font-size: 22px;
}

ul.why-thrive {
    list-style-type: none;
}

ul.why-thrive li {
    display: flex;
    margin-bottom: 2rem;
    position: relative;
}

ul.why-thrive li::before {
    content: '\f058';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    margin-right: 0.5rem;
    font-size: 1.25rem;
    color: #98cf39;
    display: block;
    margin-top: -0.25rem;
}

@media screen and (max-width: 767px) {
    ul.why-thrive li::before {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .intro header p,
    ul.why-thrive li,
    .about-us-info .content {
        font-size: 0.875rem;
    }
    
    ul.why-thrive li::before {
        font-size: 1rem;
    }
}

.about-us.page {
    background: #fbfcff;
}

@media screen and (max-width: 767px) {
    .about-us-intro p {
        margin-bottom: 1rem !important;
    }
}

.bg-about {
    background: url("/wp-content/uploads/2021/08/Mask-Group-10.png");
    background-color: #fff;
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
    .about-us-info img {
        height: max-content;
    }
}

.contact-us-form{
    background: #4c9ffe;
}

.contact-us-form .background-wrapper{
    background: url("/wp-content/uploads/2021/09/group_6559.png");
    background-position-y: -90px;
    background-size: 110%;
}


.contact-us-form .contact-form{
    background: white;
    padding: 3em 4em;
    border-radius: 2em;
    margin-bottom: -7em;
}

@media screen and (max-width: 768px){
    .contact-us-form .contact-form{
        padding: 2em 2em;
        border-radius: 1em;
    }
}

.contact-map{
    height: 600px;
    background: url("/wp-content/uploads/2021/09/mask_group_27.png");
}

@media screen and (max-width: 768px){
    .contact-map{
        height: 400px;
    }
}



.contact-us-form .contact-form input:not(.wpcf7-submit),
.contact-us-form .contact-form textarea {
    border-radius: 0.5em;
    padding: 2px 0.5em;
    margin-bottom: 2em;
    border: 2px #eef5f7 solid;
    background: #f6fdff;
}

@media screen and (max-width: 767px){
    .contact-us-form .contact-form input:not(.wpcf7-submit),
    .contact-us-form .contact-form textarea {
        margin-bottom: 0.5rem;
    }
    
    .required-field span:first-child::after {
        content: '*';
        color: red;
        padding-left: 0.125rem;
    }
}

.contact-us-recruitment i{
    color: #094fa8;
}

.no-resize {
    resize: none;
}

.font-weight-bold{
    font-weight: bold;
}

.service .service-intro .intro-images-wrapper{
    display: flex;
    justify-content: space-between;
}

.service .service-intro .intro-images-wrapper img{
    max-width: var(--responsive--aligndefault-width);
}

.service .service-intro .intro-images-wrapper .intro-image-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (min-width: 1024px) {
    .service .service-intro .page-wrapper,
    .about-us .about-us-intro .page-wrapper,
    .testimonials .testimonials-intro .page-wrapper {
        padding-top: 130px !important;    
    }
    
    .contact-us .contact-us-intro .page-wrapper {
        padding-top: 178px !important;
    }
}

ul.service-list {
    list-style-type: none;
}

ul.service-list li {
    display: flex;
    margin-bottom: 1.25rem;
    position: relative;
}

ul.service-list li::before {
    content: '\f058';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    margin-right: 0.5rem;
    font-size: 1rem;
    color: #98cf39;
    display: block;
    margin-top: 0rem;
}

@media screen and (max-width: 767px){
    .speech-therapy img,
    .occupational-therapy img,
    .medical-social-service img,
    .health-aide-services img {
        width: 50% !important;
    }
}

.terms ul, .privacy ul{
    list-style-type: none;
}

.terms li, .privacy li{
    display: flex;
    margin-bottom: 2rem;
    position: relative;
}

.terms li::before, .privacy li::before{
    content: '\f192';
    font-family: 'Font Awesome 5 Free';
    margin-right: 0.5rem;
    font-size: 1.25rem;
    color: #0955ab;
    display: block;
    margin-top: -0.25rem;
}

.terms .contact h6, .terms .contact p,
.confidentiality h6{
    color: #0955ab;
}

.client-testimonial img{
    width: 65px;
    height: auto;
    border-radius: 50%;
}

.client-testimonial .fa-star{
    color: #ffbb00;
    padding-right: 3px;
}

.client-testimonial .p{
    line-height: 2;
}

.client-testimonial{
    font-size: 16px;
}

footer .developer > * {
    color: #fff;
}

footer .developer a:hover {
    color: #9fcfff;
}

footer .address-block p {
    margin-bottom: 0.5rem !important;
}

@media screen and (max-width: 767px) {
    #masthead.container {
        max-width: 750px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #primary-menu-list li a {
        font-size: calc(var(--primary-nav--font-size) * 0.8);
    }
}

@media screen and (max-width: 767px) {
    footer .site-logo img.custom-logo {
        width: 200%;
        height: auto;
        display: block;
        margin: 0;
    }
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

.wpcf7-form.sent p {
    display:none;
}

.ml-auto {
    margin-left: auto;
}

.certificate-img {
	max-width: 620px;
    width: 100% !important;
    height: auto !important;
    outline: 1px rgba(0, 0, 0, 0.1) solid;
}