body, html {
    font-family: 'Satoshi';
}

body.template-landing .landing-hero .hero-content .ry-flex .ry-each .form-wrapper .section-headline h2 {
    text-align: left !important;
}

body.template-landing div.hp-staff-section:before {
    background: #e4eded;
    height: 100%;
    border-radius: 0 !important;
    max-width: 100%;
}

body.template-landing .hp-staff-section {
    padding: 5em 0 3em !important;
}

body.template-landing .hp-staff-section a#btn-white {
    background: var(--color-secondary) !important;
    color: #fff !important;
    display: none !important;
}

div.section-headline h1 {
    font-family: var(--font-title);
    color: var(--color-primary);
    font-size: 65px;
    line-height: 1.1;
}

.section-headline p {
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Satoshi';
    color: #ffffff;
}

.section-headline h2 {
    font-size: 30px;
    font-family: var(--font-title);
    color: var(--color-secondary);
    font-weight: 500;
}

#section-contact h2 {
    color: var(--color-primary);
}


.ry-text p {
    font-size: 20px;
    line-height: 1.6;
    color: #333;
    font-family: var(--font-default) !important;
    font-weight: 500 !important;
}

.ry-btn {
    height: 55px;
    border: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    font-size: 16px !important;
    font-family: satoshi;
    border-radius: 10px;
}

.ry-btn.ry-btn-primary {
    background: var(--color-secondary);
}

.ry-btn:after {
    display: none;
}

.ry-btn.ry-btn-secondary {
    background: #ffd9c6;
    color: #000;
}

.ry-btn.btn-svg-phone {
    font-weight: 600;
}

.ry-btn.btn-svg-phone:before {
    content: "\f095";
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.btn-center {
    margin: 0 auto;
}

.form-control {
    height: 45px;
    border-radius: unset;
    box-shadow: unset;
    font-size: 16px;
    padding-left: 20px;
}

.form-group {
    margin-bottom: 10px;
}

textarea.form-control {
    height: 80px;
    padding-top: 15px;
    resize: unset;
}

.landing-header {
    padding: 30px 0;
    background: transparent;
    position: absolute;
    z-index: 300;
}

.header-appointment {
    display: none !important;
}

.landing-header .ry-flex .ry-each:not(.button-block) {
    max-width: 350px;
}

.landing-header .ry-flex .ry-each.button-block {
}

.landing-header .ry-flex {
    align-items: center;
}

.mobile-wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 0 5px;
}

.landing-header .button-wrapper .ry-btn {
    margin-left: 10px;
}

.landing-hero .section-background, .landing-hero .section-background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing-hero .hero-content {
    padding: 150px 0 120px;
    position: relative;
    z-index: 2;
}

.landing-hero .hero-content .ry-flex {
    align-items: flex-end;
}

.landing-hero .hero-content .ry-flex .ry-each:nth-child(1) {
    width: fit-content;
    padding-right: 5%;
    position: relative;
    bottom: 5em;
}

.landing-hero .hero-content .ry-flex .ry-each:nth-child(2) {
    max-width: 500px;
    min-width: 500px;
}

.landing-hero .hero-content .ry-flex .ry-each .form-wrapper {
    padding: 50px 55px;
    background: #fff;
    border-top: 25px solid rgb(43 133 147 / 48%);
    border-radius: 30px;
}

.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .ry-text p {
    margin: 15px 0 30px;
    font-size: 16px;
    text-align: left !important;
}

.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .ry-btn {margin-top: 5px;}

.landing-hero .hero-content .ry-each:nth-child(1) .ry-text p {
    margin: 0;
    color: #fff;
    font-weight: 400 !important;
}

.landing-hero .hero-content .ry-each:nth-child(1) .section-headline p {
    margin-top: 5px;
    color: #fff;
}

.landing-hero .hero-content .ry-each:nth-child(1) .section-headline h1 {
    color: #fff;
    margin: 15px 0;
}

.landing-hero .section-background:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, #0d0d0d00, rgb(0 0 0 / 92%));
    width: 100%;
    height: 60%;
    z-index: 1;
}

div.landing-welcome {
    padding: 5em 0;
    background: #fff;
}

.landing-welcome .ry-container {
    display: flex;
    justify-content: space-between;
}

.landing-welcome .ry-container .ry-content {
    max-width: 1400px;
    margin: auto;
    width: 90%;
}

.landing-welcome .ry-container .ry-content .ry-each {
    width: 50%;
}

.landing-welcome .ry-container .ry-content .ry-each:nth-child(1) {
    max-width: 51%;
    width: 100%;
}

.landing-welcome .ry-container .ry-content .ry-each:nth-child(2) {
    width: 49%;
    padding-left: 5vw;
}

.landing-welcome .ry-container .ry-content .ry-each .section-headline h2 {
    margin-bottom: 15px;
}

.landing-welcome .ry-container .ry-content .ry-each .section-headline p {
    margin-bottom: 30px;
    color: #333;
}

.landing-welcome .ry-container .ry-content .ry-flex {
    align-items: center;
    margin-top: 1em;
    gap: 1em;
}

.landing-featured-service {
    padding: 160px 0 30px;
    margin-bottom: 2px;
}

.landing-featured-service .section-headline p {
    margin-top: 15px;
    margin-bottom: 50px;
}

.landing-featured-service .photo {
    max-width: 1280px;
    margin: 0 auto;
}

.landing-featured-service .ry-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.landing-featured-service .ry-content .ry-text {
    max-width: 860px;
    margin-top: 50px;
}

.landing-featured-service:after {
    position: absolute;
    content: "";
    bottom: -230px;
    left: 0;
    width: 100%;
    height: 30vw;
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 230px solid #fff;
    z-index: 9;
}

div.landing-services {
    padding: 6em 0 6em;
    background: var(--color-secondary);
}

.landing-services .section-headline h2 {
    color: #ffffff;
}

.landing-services .section-headline p {
    margin-top: 15px;
    color: #ffffff;
}

.landing-services .ry-flex .ry-each .link, .landing-services .ry-flex .ry-each .link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: transparent;
}

.landing-services .ry-flex {
    max-width: 1280px;
    flex-wrap: wrap;
    margin-top: 2em;
}

.landing-services .section-headline {
    margin-bottom: 60px;
}

.landing-services .ry-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.landing-services .ry-flex .ry-each {
    width: 25%;
}

.landing-services .ry-flex .ry-each .title {
    clear: both;
    padding: 30px;
    text-align: center;
    font-size: 18px;
    font-family: 'Satoshi';
    text-transform: uppercase;
    background: var(--color-secondary);
    color: #ffffff;
    letter-spacing: 2px;
}

.landing-featured-service:after {
    position: absolute;
    content: "";
    bottom: -230px;
    left: 0;
    width: 100%;
    height: 30vw;
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 230px solid #fff;
    z-index: 9;
}

.landing-reviews {
    padding: 150px 0 150px;
    display: none;
}
.landing-reviews .ry-container {
    display: flex;
    justify-content: center;
}

.landing-reviews .ry-container .ry-content {
    max-width: 1280px;
}

.landing-reviews .ry-container .ry-content .ry-each:nth-child(1) {
    max-width: 400px;
    min-width: 400px;
    padding-right: 80px;
    padding-top: 70px;
    padding-bottom: 110px;
    position: relative;
}

.landing-reviews .ry-container .ry-content .ry-each .section-headline * {
    text-align: right;
}

.landing-reviews .ry-container .ry-content .ry-each .section-headline p {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 18px;
}

.landing-reviews .ry-container .ry-content .ry-each.carousel-navigation-slide {
    display: flex;
    justify-content: flex-end;
}

.landing-reviews .ry-container .ry-content .ry-each .slick-arrow {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #000000;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.landing-reviews .ry-container .ry-content .ry-each .slick-arrow:before {
    border: solid #000000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.landing-reviews .ry-container .ry-content .ry-each .slick-arrow.prev:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.landing-reviews .ry-container .ry-content .ry-each .slick-arrow.prev {
    margin-right: 5px;
}

.landing-reviews .ry-container .ry-content .ry-each .section-headline p {
    font-size: 18px;
    color: #ffffff
}

.landing-reviews .ry-container .ry-content .ry-each.review-container {
    padding-top: 70px;
    display: flex;
    justify-content: flex-end;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .review-carousel {
    max-width: 767px;
    position: relative;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .name {
    display: flex;
    flex-direction: column;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .name .star-rate {
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .name .star-rate svg {
    width: 20px;
    fill: #eab936;
    margin: 0 2px;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .name h5 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    margin-top: 15px;
    letter-spacing: 5px;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .ry-text p {
    text-align: center;
    margin-bottom: 50px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.landing-reviews .ry-container .ry-content .ry-each:nth-child(1):before {
    content: "";
    width: 50px;
    height: 449px;
    position: absolute;
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-d13353ed-4002-4e62-86d5-fa8477b9c6a1/LandingTemplate/footer_shadow.png);
    background-size: contain;
    top: 0;
    right: -50px;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .review-carousel .ry-text:before, .landing-reviews .ry-container .ry-content .ry-each.review-container .review-carousel .ry-text:after {
    content: '“';
    font-family: 'Satoshi';
    font-size: 230px;
    opacity: .2;
    position: absolute;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .review-carousel .ry-text:before {
    top: -28px;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .review-carousel .ry-text:after {
    content: "”";
    right: 0;
    bottom: -40px;
}

div.landing-contact {
    padding: 7em 0;
}

.landing-contact .section-heading span {
    display: inline;
}

.landing-contact .section-background, .landing-contact .section-background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing-contact .ry-container {
    display: flex;
    max-width: 1400px;
    width: 90%;
}

.landing-contact .ry-container .ry-content {
    max-width: 100%;
}

.landing-contact .ry-container .ry-content h2 {
    margin-bottom: 10px;
    color: #fff !important;
    text-align: center;
}

.landing-footer .footer-top {
    padding: 80px 0 70px;
    background: var(--color-secondary);
}

.landing-footer .footer-top .ry-flex {
    align-items: center;
}

.landing-footer .footer-top .ry-flex .ry-each:nth-child(1) {
    max-width: 320px;
}

.landing-footer .footer-top .ry-container {
    display: flex;
    justify-content: center;
}

.landing-footer .footer-top .ry-container .ry-content {
    max-width: 1280px;
}

.landing-footer .footer-top .ry-flex .ry-each:nth-child(2), .landing-footer .footer-top .ry-flex .ry-each:nth-child(3) {
    max-width: max-content;
    width: 33.33%;
}

.landing-footer .footer-top .ry-flex .ry-each .footer-title {
    font-size: 25px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
}

.landing-footer .footer-top .ry-flex .ry-each.footer-details.hours-list ul {
    list-style: none;
    padding-left: 0;
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul li {
    display: flex;
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul li .span-1 {
    min-width: 160px;
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul li, .landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul li .span-1 {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    font-family: 'Satoshi';
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details .ry-text p, .landing-footer .footer-top .ry-flex .ry-each .footer-details .ry-text p a {
    font-size: 18px;
    color: #fff;
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details:not(:last-child) {
    margin-bottom: 25px;
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details .phone, .landing-footer .footer-top .ry-flex .ry-each:nth-child(2) .footer-details .span-1 {
    font-weight: 600;
}

.social-block .social-icons-custom {
    display: flex;
    list-style: none;
    padding-left: 0;
}

.social-block .social-icons-custom .social-inner-wrap {
    display: flex;
}

.social-block .social-icons-custom .social-inner-wrap li {
    margin-right: 5px;
}

.social-block .social-icons-custom .social-inner-wrap li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #434343;
}

.social-block .social-icons-custom .social-inner-wrap li a:hover {
    background: #ffd9c6;
}

.social-block .social-icons-custom .social-inner-wrap li a:hover svg {
    background: #434343;
}

.social-block .social-icons-custom .social-inner-wrap li a svg {
    width: 15px;
    fill: #000000;
}

.landing-footer .footer-top .ry-flex .ry-each {
    flex-direction: column;
    display: flex;
}

.landing-footer .footer-bottom {
    padding: 20px 0;
}

.landing-footer .footer-bottom .ry-container {
    display: flex;
    justify-content: center;
}

.landing-footer .footer-bottom .ry-container .ry-content {
    max-width: 1280px;
}

.landing-footer .footer-bottom .ry-container .ry-content .powered-text, .landing-footer .footer-bottom .ry-container .ry-content .powered-text p, .landing-footer .footer-bottom .ry-container .ry-content .powered-text a {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    font-family: 'Satoshi';
}

.landing-footer .footer-bottom .ry-container .ry-content .ry-each:nth-child(2) {
    display: flex;
}

.landing-footer .footer-bottom .ry-container .ry-content .ry-each:nth-child(2) img {
    width: 120px;
    margin-left: 5px;
}

.landing-footer .footer-bottom .ry-container .ry-content .ry-each {
    max-width: max-content;
}

@media (max-width: 1080px) {
    .landing-footer .footer-top .ry-flex {
        flex-direction:column;
        align-items: center;
    }

    .landing-footer .footer-top .ry-flex .ry-each:nth-child(1) {
        max-width: 280px;
    }

    .landing-footer .footer-top .ry-flex .ry-each:nth-child(2), .landing-footer .footer-top .ry-flex .ry-each:nth-child(3) {
        max-width: 100%;
        width: 100%;
    }

    .landing-footer .footer-top .ry-flex .ry-each .footer-title {
        text-align: center;
    }

    .landing-footer .footer-top .ry-flex .ry-each .footer-details .ry-text p, .landing-footer .footer-top .ry-flex .ry-each .footer-details .ry-text p a {
        text-align: center;
    }

    .social-block .social-icons-custom {
        justify-content: center;
    }

    .landing-footer .footer-top .ry-flex .ry-each:not(:last-child) {
        margin-bottom: 30px;
    }

    .landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul {
        max-width: max-content;
        margin: auto;
    }

    .landing-footer .footer-bottom .ry-container .ry-content .ry-flex {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .landing-footer .footer-bottom .ry-container .ry-content .ry-each:nth-child(2) {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .landing-footer .footer-bottom .ry-container .ry-content .ry-each:nth-child(2) .powered-text {
        margin: 10px 0;
    }
}

@media (max-width: 620px) {
    .landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul li {
        flex-direction:column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .landing-footer .footer-bottom .ry-container .ry-content .powered-text, .landing-footer .footer-bottom .ry-container .ry-content .powered-text p, .landing-footer .footer-bottom .ry-container .ry-content .powered-text a {
        text-align: center;
    }
}

.landing-hero .hero-content {
    display: flex;
    align-items: flex-end;
}

.landing-hero .hero-content {
    padding: 60px 0;
    min-height: 112vh;
}

.landing-hero .hero-content .form-wrapper .alert li, .landing-hero .hero-content .form-wrapper .alert {
    font-size: 14px;
    line-height: 1;
    text-align: left;
}

.landing-hero .hero-content .form-wrapper .alert li:last-child {
    margin-bottom: 0;
}

.landing-welcome .ry-container .ry-content .ry-each .section-headline h2 {
    text-align: left;
}

.landing-reviews {
    padding: 150px 0 150px;
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details .ry-text p a:hover {
    color: #000000;
}

.social-block .social-icons-custom .social-inner-wrap li a:hover svg {
    fill: #ffffff;
    background: transparent;
}

.social-block .social-icons-custom .social-inner-wrap li a:hover {
    background: #000000;
}

.landing-footer .footer-bottom .ry-container .ry-content .powered-text a:hover {
    text-decoration: underline !important;
}

div.landing-contact-office {
    padding: 8em 0;
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-4ef21eca-4457-4821-8223-eb632a493d60/landing/contact_our_office_bg.jpg);
    background-size: cover;
    background-position: center;
}

.landing-contact .ry-container .ry-content .ry-text p {
    color: #fff;
    text-align: left !important;
}

.landing-contact .ry-container .ry-content .button-wrapper {
    margin-top: 2em;
}

.landing-contact a.ry-btn.ry-btn-primary.btn-center {
    margin:auto;
    
}

div.landing-contact-office h1 {
    color: #fff !important;
}

div.landing-contact-office p {
    color: #fff !important;
}

div.landing-contact-office .ry-text {
    margin-top: 2em;
}

div.landing-contact-officea.ry-btn.ry-btn-primary.btn-center {
    margin: 2em auto 0;
}

div.landing-welcome:after {
    position: absolute;
    /* content: ""; */
    bottom: -230px;
    left: 0;
    width: 100%;
    height: 30vw;
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 230px solid #ecf5f7;
    z-index: 9;
}

div.services-grid {
    display: flex;
    gap: 0 5%;
    justify-content: space-between;
    max-width: 1400px;
}

div.services-grid img {
    border-radius: 20px;
}

div.landing-services .txt {
    color: #fff;
    margin-top: 2em;
}

div.landing-welcome.insurance:after {
    display: none;
}

div.landing-welcome.insurance {
    padding: 5em 0 !important;
}

@media (max-width: 1680px) {
    .landing-featured-service {
        margin-bottom:5px;
    }
}


.button-wrapper.ry-flex .ry-btn {
    font-size: 15px !important;
    padding: 12px 25px;
    white-space: initial !important;
    line-height: 1.2 !important;
    width: 30%;
}

.button-wrapper.ry-flex {
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0 15px;
}

div.header-flex {
    display: none;
}

div#menu-left, div#menu-right {
    display: none !important;
}

body div#center-logo {
    right: 0;
    left: 0;
    width: 100%;
}

div.module-34-top-center img {
    max-width: 150px;
   
}

.module-34 .module-34-top .module-34-top-center {
    display: block;
}

.module-34 .module-34-bot {
    border: none;
}

.module-34 {
    padding: 1em 0 !important;
    margin-bottom: 0 !important;
}

.module-34 .ry-menu {
    display: none;
}

div.module-34 {
    position: absolute !important;
    background: transparent !important;
}

a#contact-btn {
    margin: 2em auto 0;
}

.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .section-headline {
    margin-bottom: 10px;
}


a#contact-btn:hover {
    background: var(--color-secondary) !important;
}

.landing-welcome .ry-container .ry-content .ry-flex a.ry-btn.ry-btn-primary {
    width: 48%;
}

.landing-services .button-wrapper.ry-flex {
    justify-content: center;
    margin: 4em auto 0;
    width: 100% !important;
}

div.landing-services .txt p {
    line-height: 1.5;
}

.landing-contact .ry-container .ry-content .ry-text {
    margin-top: 1em;
}

div.landing-contact.call a.ry-btn.ry-btn-primary {
    margin-top: 2em;
}

@media (max-width:1660px) {
    
	.landing-hero .hero-content .ry-each:nth-child(1) .section-headline h1 {
		font-size: 45px;
	}

	.landing-hero .hero-content {
		min-height: 123vh;
	}

	body.template-landing .landing-hero .hero-content .ry-flex .ry-each .form-wrapper .section-headline h2 {
		font-size: 25px !important;
	}

	.landing-hero .hero-content .ry-flex .ry-each .form-wrapper {
		padding: 1.5em 2em;
	}

	div.landing-header .ry-flex .ry-each:not(.button-block) {
		max-width: 250px;
    }
}

@media (max-width:1199px) {
    div.landing-header .button-wrapper.mobile-wrapper a {
    width: 40px;
    height: 40px;
    background: #2b8593;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.landing-header .ry-flex .ry-each:not(.button-block) {
    max-width: 200px !important;
}

.button-wrapper.mobile-wrapper svg {
    filter: brightness(0) invert(1);
    height: 15px;
    width: 15px;
}


div#desktop-header {
    display: none !important;
}

.landing-header {
    position: static;
    padding: 20px 0;
}
}



@media (max-width:1080px) {
    .landing-hero .hero-content .ry-each:nth-child(1) .section-headline h1 {
		font-size: 28px !important;
		text-align:center !important;
		line-height: 1.4;
	}

	.ry-text p {
    font-size: 18px !important;
    line-height: 1.5 !important;
    }
	
	.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .ry-text p {
		text-align:center !important;
	}

		.landing-services .button-wrapper.ry-flex {
		justify-content: center;
		margin: 4em auto 0;
		flex-direction: column !important;
		gap: 15px 0 !important;
		width: 100% !important;
	}

		.landing-hero .hero-content .ry-flex .ry-each:nth-child(1) {
		width: 100% !important;
		padding: 0 !important;
		bottom: 0 !important;
	}

	.landing-hero .hero-content .ry-flex {
		flex-direction: column !important;
		align-items: center !important;
		gap: 15px 0;
	}

	div.landing-contact.call a.ry-btn.ry-btn-primary  {
		margin:2em auto 0 !important;
	}

	.landing-hero .hero-content {
		min-height: auto !important;
		background: var(--color-primary);
		padding: 3em 0 !important;
	}

	.landing-hero .section-background, .landing-hero .section-background img {
		position: static !important;
	}

	.landing-hero .section-background:before {
		background: transparent !important;
	}

	.landing-hero .button-wrapper.ry-flex .ry-btn, .button-wrapper.ry-flex .ry-btn {
		width: 100% !important;
		max-width: 400px;
		padding: 12px 0 !important;
	}

	.landing-hero .hero-content .ry-flex .ry-each:nth-child(2) {
		max-width: 100%;
		min-width: 100%;
	}

	.landing-hero .hero-content .ry-flex .ry-each .form-wrapper {
		padding: 2em !important;
		margin-top: 2em !important;
	}

	div.landing-contact-office {
		padding: 3em 0 !important;
	}

	.landing-welcome .ry-container .ry-content .ry-flex {
		flex-direction: column !important;
	}

	.landing-welcome .ry-container .ry-content .ry-each:nth-child(1) {
		max-width: 250px !important;
	}

	body div.landing-welcome, div.landing-welcome.insurance {
		padding: 3em 0 !important;
	}

	.landing-welcome .ry-container .ry-content {
		width: 100% !important;
	}

	.landing-welcome .ry-container .ry-content .ry-each:nth-child(2) {
		width: 100% !important;
		padding: 0 !important;
	}

	body div.section-headline h2, body.template-landing .landing-hero .hero-content .ry-flex .ry-each .form-wrapper .section-headline h2 {
		text-align: center !important;
		line-height: 1.2 !important;
	}

	div.section-headline p {
		letter-spacing: 0 !important;
		line-height: 1.5 !important;
		text-align: center !important;
		font-size: 20px !important;
	}

	.landing-welcome .ry-container .ry-content .ry-flex a.ry-btn.ry-btn-primary {
		width: 100% !important;
	}

	.landing-welcome .button-wrapper {
		margin-top: 2em !important;
	}

	div.landing-welcome:after {
		display: none;
	}

	div.landing-services {
		padding: 4em 0 !important;
	}

	

	div.services-grid {
		flex-direction: column !important;
		gap: 2em 0 !important;
		max-width: 500px !important;
	}

	div.landing-services .txt {
		margin-top: 1em !important;
	}

	.button-wrapper.ry-flex .ry-btn {
		width: 100% !important;
	}

	div.landing-contact {
			padding: 3em 0 !important;
	}

		.landing-contact .ry-container .ry-content .ry-text p {
		text-align: center !important;
	}

	.landing-contact  a.ry-btn.ry-btn-primary.btn-center {
		margin: auto !important;
	}


	.landing-contact .section-background, .landing-contact .section-background img {
		object-position: right;
	}

	.landing-contact .ry-container .ry-content {
		margin: auto;
		z-index: 3;
	}

	div.landing-contact:before {
		content: '';
		background: #000;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 1;
		opacity: 0.5;
	}


	.landing-welcome .ry-container .ry-content .ry-flex p {
		text-align: center !important;
	}

	.landing-hero .hero-content .ry-each:nth-child(1) .ry-text p {
		text-align: center !important;
	}
	
}

div#desktop-header {
    display: flex;
    justify-content: flex-end;
}

div.landing-welcome, div#promoted {
    display: none !important;
}


div.landing-services h2 {
    color: #fff !important;
}

div.landing-services .photo {
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    width: 250px;
    margin: auto;
    max-width: 250px;
    float: none;
}

div.landing-services .photo img {
    object-fit: contain;
    height: 100px;
    width: 100px;
}


.landing-contact .section-heading span {
    display: inline;
}

div.landing-contact .section-heading {
    margin-bottom: 1em;
}

body.template-landing .section-heading h2 {
    text-transform: inherit;
}

div.landing-diagnostics .advanced-diagnostics {
    padding: 5em 0 0;
    margin-bottom: 0;
}

@media (max-width:1500px) {
    div.landing-services .photo {
    height: 200px;
    width: 200px;
    max-width: 200px;
}

div.landing-services .photo img {
    height: 80px;
    width: 80px;
}
}

@media (max-width:1080px) {

	div.landing-contact .section-heading {
    margin-bottom: 0 !important;
}

.landing-contact .ry-container .ry-content .button-wrapper {
    margin-top: 1em;
}
     div.landing-services .photo {
    height: 150px;
    width: 150px;
    max-width: 150px;
}

    div.landing-services .photo img {
    height: 50px;
    width: 50px;
}

div.landing-diagnostics .advanced-diagnostics {
    padding: 0 0 3em 0 !important;
}

div.advanced-diagnostics .ry-content {
    box-shadow: none !important;
    padding: 3em 0 5em !important;
}
}

@media (max-width:767px) {

.landing-services .ry-flex {
    gap: 1em;
}

.landing-services .ry-flex .ry-each {
    width: 47%;
}

     div.landing-services .photo {
    height: 120px;
    width: 120px;
    max-width: 120px;
}

    div.landing-services .photo img {
    height: 40px;
    width: 40px;
}

}