/** LANDING HEADER **/
.landing-header div#ry-section-header {
    background: #fff;
    height: auto;
}
.landing-header div#ry-section-header div#main {
    display: none;
}
.landing-header .module-43 .ry-leads .ry-contact-new .text-wrap span {
    color: var(--color-primary);
}
.landing-header .module-43 .ry-leads .ry-contact-new a:hover .text-wrap span {
    color: #fff;
}
.landing-header {
    padding: 0;
}
/** LANDING HERO **/
.landing-hero,
.landing-hero .hero-content {
    height: 100vh;
    padding: 0 0 2rem;
}
.landing-hero .hero-content .ry-each:nth-child(1) .section-headline h1 {
    font-size: clamp(1.875rem, 1.2696rem + 2.4837vw, 4.25rem);
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.1;
}
.landing-hero .hero-content .ry-each:nth-child(1) .section-headline p {
    font-size: clamp(1.5rem, 1.4044rem + 0.3922vw, 1.875rem);
    text-transform: uppercase;
    letter-spacing: normal;
    color: var(--color-primary);
    font-weight: 400;
    font-family: "Oswald" !important;
}
.landing-hero .hero-content .ry-flex .ry-each .form-wrapper {
    border-radius: 40px;
    border: 4px solid #01b8c0;
}
.landing-hero .hero-content .ry-flex .ry-each .form-wrapper h2 {
    font-size: clamp(1.5rem, 1.3566rem + 0.5882vw, 2.0625rem);
    font-weight: 600;
    text-transform: uppercase;
}
.landing-hero .hero-content .ry-flex .ry-each .form-wrapper h2,
.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .ry-text p {
    text-align: left !important;
}
.ry-book-appt-btn-wrap {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.ry-book-appt-btn-wrap a.ry-btn.ry-btn-secondary {
    border-radius: 10px !important;
    background: #01b8c0 !important;
    margin: unset !important;
}
.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .ry-text p {
    margin: 10px 0;
}
.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .form-control {
    border-radius: 27px;
}
.landing-hero .hero-content .ry-flex .ry-each .form-wrapper textarea.form-control {
    height: 125px;
}
.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .ry-btn {
    margin: unset;
}
.landing-hero .hero-content .field-wrapper {
    margin-bottom: 0;
}


/** LANDING SERVICES **/
.landing-services:after {
    display: none;
}
.landing-services {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-38e030de-8a38-40c8-846d-764e5ad97128/PPC_Landing_Assets/services_bg.png) center center no-repeat;
    background-size: cover;
}
.landing-services .section-headline {
    margin-bottom: 10px
}
.landing-services .section-headline h2 {
    color: var(--color-secondary);
}
.section-headline h2 {
    font-size: clamp(1.875rem, 1.3971rem + 1.9608vw, 3.75rem);
    color: var(--color-secondary);
    text-transform: uppercase;
    font-weight: 600
}
.landing-services .ry-flex {
    margin: 4rem 0;
}
.landing-services h4 {
    font-size: clamp(1.5rem, 1.4044rem + 0.3922vw, 1.875rem);
    text-transform: uppercase;
    color: var(--color-tertiary);
    font-family: Oswald;
}
.landing-services .ry-flex .ry-each {
    display: grid;
    overflow: hidden;
    border-radius: 25px;
    height: auto;
    & > * {
        grid-area: 1/1;
    }
}
.landing-services .ry-flex .ry-each .title {
    place-content: flex-end;
    z-index: 2;
}
.landing-services .ry-flex .ry-each .title div {
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Oswald" !important;
    padding: 20px;
    background: var(--color-secondary);
}
.landing-services .ry-flex .ry-each .photo img {
    min-height: 447px;
    max-height: 447px;
    object-fit: cover;
}
.landing-services-on-hover {
    position: absolute;
    bottom: -100%;
    height: 100%;
    width: 100%;
    filter: drop-shadow(0 0 31px rgba(0,0,0,0.08));
    background-color: #074f7ec9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all ease 0.8s;
}
.landing-services .ry-flex .ry-each .landing-services-on-hover .title div {
    background: transparent;
}
.landing-services .ry-flex .ry-each .landing-services-on-hover .desc p {
    line-height: 1.4;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px 0;
}
.landing-services-on-hover .title {
    border-bottom: 1px solid var(--color-tertiary);
}
.landing-services .ry-flex .ry-each:hover .landing-services-on-hover {
    bottom: 0;
}
.landing-services .ry-flex .ry-each:hover > .title {
    display: none;
}
.landing-services .slick-dots {
    display: none !important;
}
.landing-services .ry-btn-wrap {
    margin-top: 1.5rem;
}

/** LANDING WELCOME **/
.landing-welcome {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-38e030de-8a38-40c8-846d-764e5ad97128/PPC_Landing_Assets/wc_bg.jpg) center center no-repeat;
    background-size: cover;
}
.landing-welcome .ry-container .ry-content {
    max-width: 1600px !important;
}
.landing-welcome .ry-check-list ul {
    padding-left: 0
}
.landing-welcome .ry-check-list ul li {
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.landing-welcome .ry-check-list ul li:before {
    content: '';
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-38e030de-8a38-40c8-846d-764e5ad97128/PPC_Landing_Assets/wc_check.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    width: 22px;
    height: 22px;
}

/** LANDING REVIEW **/
.landing-reviews {
    padding: 6rem 0;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-38e030de-8a38-40c8-846d-764e5ad97128/PPC_Landing_Assets/reviews_bg.jpg) center center no-repeat;
    background-size: cover;
}
.landing-reviews .ry-container .ry-content .ry-each .carousel-navigation-slide {
    display: none;
}
.landing-reviews .ry-container .ry-content .ry-each.review-container {
    padding: 0;
}
.landing-reviews .ry-container .ry-content .ry-each * {
    color: #fff;
}
.landing-reviews .ry-container .ry-content .ry-each.review-container {
    align-items: center;
}
.ry-review-desc h4 {
    font-size: clamp(1.5rem, 1.4044rem + 0.3922vw, 1.875rem);
    margin-bottom: 1.5rem;
}
.landing-reviews .ry-container .ry-content .ry-each.review-container a.ry-btn.ry-btn-secondary {
    background: var(--color-tertiary) !important;
}
.landing-reviews .ry-container .ry-content .ry-each .section-headline * {
    text-align: left;
}
.landing-reviews .ry-container .ry-content {
    max-width: 1600px;
}
.landing-reviews .ry-container .ry-content .ry-each:nth-child(1) {
    max-width: 800px;
    min-width: 800px;
    padding-right: 0;
}
.landing-reviews .ry-container .ry-content .ry-each:nth-child(1):before {
    right: 75px;
}
.landing-reviews .ry-container .ry-content .ry-each .section-headline p {
    margin-bottom: 0;
    font-size: clamp(1.5rem, 1.4044rem + 0.3922vw, 1.875rem);
    line-height: 30px;
    letter-spacing: normal;
    color: #09b5e1;
    font-weight: 400;
    font-family: "Oswald" !important;
}

/** LANDING CONTACT **/
.landing-contact .ry-container {
    justify-content: flex-end;
}
.landing-contact .ry-container .ry-content h2 {
    text-align: left;
    color: var(--color-secondary);
}
.landing-contact .ry-container .ry-content {
    max-width: 629px;
}
.landing-contact .ry-container .ry-content .ry-text {
    margin-top: 1rem;
}
.landing-contact .ry-container .ry-content .ry-text p {
    color: #333;
}
.landing-contact .button-wrapper a {
    margin-left: 0;
}


/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (min-width: 768px) {

    /** PLACE YOUR TABLET AND UP CSS HERE **/
    
}

@media (min-width: 992px) {

    /** PLACE YOUR LAPTOP AND UP CSS HERE **/
    
}

@media (min-width: 1200px) {

    /** PLACE YOUR DESKTOP AND UP CSS HERE **/
    
}