/* PLEASE DON"T CHANGE PLLSSSSSSSSSSSSSSSSSSSSS */
@font-face {
    font-family: "Satoshi";
    src: url("https://s3.amazonaws.com/static.organiclead.com/Site-4383a14b-abed-40ac-9bc7-b3ac16899ae3/fonts/Satoshi_Light.woff2") format("woff2"),
        url("https://s3.amazonaws.com/static.organiclead.com/Site-4383a14b-abed-40ac-9bc7-b3ac16899ae3/fonts/Satoshi_Light.woff") format("woff"),
        url("https://s3.amazonaws.com/static.organiclead.com/Site-4383a14b-abed-40ac-9bc7-b3ac16899ae3/fonts/Satoshi_Light.ttf") format("truetype");
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Satoshi";
    src: url("https://s3.amazonaws.com/static.organiclead.com/Site-4383a14b-abed-40ac-9bc7-b3ac16899ae3/fonts/Satoshi_Regular.woff2") format("woff2"),
        url("https://s3.amazonaws.com/static.organiclead.com/Site-4383a14b-abed-40ac-9bc7-b3ac16899ae3/fonts/Satoshi_Regular.woff") format("woff"),
        url("https://s3.amazonaws.com/static.organiclead.com/Site-4383a14b-abed-40ac-9bc7-b3ac16899ae3/fonts/Satoshi_Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Satoshi";
    src: url("https://s3.amazonaws.com/static.organiclead.com/Site-4383a14b-abed-40ac-9bc7-b3ac16899ae3/fonts/Satoshi_Bold.woff2") format("woff2"),
        url("https://s3.amazonaws.com/static.organiclead.com/Site-4383a14b-abed-40ac-9bc7-b3ac16899ae3/fonts/Satoshi_Bold.woff") format("woff"),
        url("https://s3.amazonaws.com/static.organiclead.com/Site-4383a14b-abed-40ac-9bc7-b3ac16899ae3/fonts/Satoshi_Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

/* PLEASE DON"T CHANGE */

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

/* HEADLINE */

.section-headline h1 {
    font-size: 65px;
    font-family: "Cinzel" !important;
    color: #000;
    line-height: 1.2;
    font-weight: 400 !important;
}

.section-headline h1 span {
    font-weight: 700
}

.section-headline p {
    font-size: 20px;
    /* text-transform: uppercase; */
    /* letter-spacing: 5px; */
    font-family: "Plus Jakarta Sans", sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.section-headline h2 {
    font-size: 48px;
    font-family: "Cinzel" !important;
    color: #191748;
    line-height: 1;
    font-weight: 600 !important;
}

.section-headline h2 span {
    font-weight: 600;
}

@media (max-width: 1660px) {
    .section-headline h1 {
        font-size: 60px;
    }

    .section-headline h2 {
        font-size: 40px;
    }

    .section-headline p {
        font-size: 36px;
        /* letter-spacing: 7px; */
    }
}

@media (max-width: 1080px) {
    .section-headline h1 {
        font-size: clamp(38px, 5.045vw, 50px);
    }

    .section-headline h2 {
        font-size: 40px;
    }

    .section-headline p {
        font-size: 28px;
        /* letter-spacing: 7px; */
    }
}

@media (max-width: 480px) {
    .section-headline h1 {
        font-size: 42px;
    }

    .section-headline h2 {
        font-size: 38px;
    }

    .section-headline p {
        font-size: 28px;
        /* letter-spacing: 7px; */
    }
}

/* END HEADLINE */

.section-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

/* TEXT */
.ry-text p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
    color: #000;
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

@media (max-width: 480px) {
    .ry-text p {
        font-size: 16px;
    }
}

/* TEXT */
/* BUTTON */
.ry-btn {
    height: unset;
    border: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    font-size: 19px;
    font-family: "Satoshi";
    border-radius: 12px;
    transition: 0.2s;
    padding: 16px 28px;
    line-height: 1;
    font-weight: 500;
}

.ry-btn.ry-btn-primary {
    background: #191748 !important;
}

.ry-btn.ry-btn-primary:hover {
    background: #333 !important;
    color: #ca2116;
    transition: 0.4s;
}

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

.ry-btn.ry-btn-secondary {
    background: transparent !important;
    color: #333 !important;
    letter-spacing: 1px;
    border: 1px solid #191748;
}

.ry-btn.ry-btn-secondary:hover {
    background: #fff;
    color: #333;
    transition: 0.4s;
}

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

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

.btn-center {
    margin: 0 auto;
}

/* END BUTTON */

/* FORM FIELD */
.form-control {
    height: 52px;
    border-radius: unset;
    box-shadow: unset;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    padding-left: 20px;
    border: none;
    background: #fff;
    border: 1px solid #cecece;
}

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

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

/* END FORM */

/* HEADER */
.landing-header {
    padding: 18px 0;
    background: transparent;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

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

.landing-header .ry-flex .ry-each.button-block {
    max-width: max-content;
}

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

.landing-header .button-wrapper {
    display: flex;
    gap: 8px;
}

.landing-header .button-wrapper .ry-btn.btn-svg-phone {
    background: transparent !important;
    color: #333333 !important;
    border: 1px solid #191748;
}

.landing-header .button-wrapper .ry-btn.btn-svg-phone:before {
    /* background: #fff; */
    aspect-ratio: 1;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.landing-header .ry-btn.btn-svg-appointment:before {
    display: none;
}

.ry-btn.btn-svg-appointment:before {
    content: "\f133";
    font-family: "FontAwesome";
    margin-right: 10px;
    color: #ffff;
}

@media (max-width: 1080px) {
    .landing-header .button-wrapper:not(.mobile-wrapper) {
        display: none;
    }

    .landing-header .button-wrapper .icon-button {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #191748;
        border-radius: 50%;
    }

    .landing-header .button-wrapper .icon-button svg {
        width: 40%;
        fill: #fff;
    }

    .landing-header .button-wrapper .icon-button:not(:last-child) {
        margin-right: 0;
    }
}

@media (min-width: 1081px) {
    .landing-header .button-wrapper.mobile-wrapper {
        display: none;
    }
}

/* END HEADER */

/* HERO CONTENT */
.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) {
    max-width: 1120px;
    width: 70%;
    padding-right: 7vw;
}

.landing-hero .hero-content .ry-flex .ry-each:nth-child(1) .section-headline {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.landing-hero .hero-content .ry-flex .ry-each:nth-child(1) h5 {
    color: #fff;
    font-family: "Satoshi" !important;
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: 4px;
    font-weight: 500 !important;
}

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

.landing-hero .hero-content .ry-flex .ry-each .form-wrapper {
    padding: 50px 55px;
    background: #fff;
    border: 1px solid #cdc8ca;
}

.landing-hero .hero-content .ry-flex .ry-each:nth-child(2):before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: -25px;
    height: 100%;
    width: 100%;
    background: rgb(202, 33, 22);
    background: linear-gradient(45deg,
            rgba(202, 33, 22, 1) 0%,
            rgba(132, 11, 3, 1) 50%,
            rgba(202, 33, 22, 1) 100%);
    display: none;
}

.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .ry-text p {
    margin: 15px 0 30px;
    font-family: "Jost";
}

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

.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .section-headline h2 {
    color: #191748;
}

.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .ry-btn {
    margin-left: auto;
    margin-right: auto;
}

.landing-hero .hero-content .ry-flex .ry-each .form-group[data-type="submit"] {
    display: flex;
    justify-content: center;
}

.landing-hero .hero-content .ry-each:nth-child(1) .ry-text p {
    margin: 20px 0 30px;
    color: #fff;
}

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

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

.landing-hero .hero-content .field-wrapper {
    margin-bottom: 20px;
}

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

@media (max-width: 1080px) {
    .landing-hero .hero-content {
        padding: 60px 0;
        background: #2e2e2e;
    }

    .landing-hero .hero-content {
        min-height: unset !important;
    }

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

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

    .landing-hero .hero-content .ry-flex .ry-each .section-headline h1,
    .landing-hero .hero-content .ry-flex .ry-each .section-headline p,
    .landing-hero .hero-content .ry-flex .ry-each .ry-text p {
        text-align: center;
    }

    .landing-hero .hero-content .ry-flex .ry-each:nth-child(1) h5 {
        text-align: center;
    }

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

    .landing-hero .section-background img {
        object-position: 0%;
    }

    .landing-hero .section-background {
        position: relative;
        padding-bottom: 75%;
    }

    .landing-hero .section-background:before {
        opacity: 0;
    }
}

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

@media (max-width: 480px) {
    .landing-hero .hero-content .ry-flex .ry-each .form-wrapper {
        padding: 50px 30px;
    }
}

/* END HERO */

/* WELCOME */
.landing-welcome {
    padding: 120px 0;
    /* background: #f6f6f6; */
}

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

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

.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:nth-child(2) .btn-wrap {
    display: flex;
    margin: 48px 0 0 0;
}

.landing-welcome .ry-container .ry-content .ry-each:nth-child(2) .btn-wrapper {
    margin: 28px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.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;
    font-size: 20px;
    text-align: left;
}

.landing-welcome .ry-container .ry-content .ry-flex {
    align-items: center;
    gap: clamp(48px, 8.33vw, 120px);
}

@media (max-width: 1080px) {
    .landing-welcome {
        padding: 60px 0;
    }

    .landing-welcome .ry-flex {
        flex-direction: column-reverse;
    }

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

    .landing-welcome .ry-container .ry-content .ry-each:nth-child(2) {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }

    .landing-welcome .ry-container .ry-content .ry-each:nth-child(2) .btn-wrap {
        justify-content: center;
        margin: 28px 0 0 0;
    }

    .landing-welcome .ry-container .ry-content .ry-each .section-headline h2,
    .landing-welcome .ry-container .ry-content .ry-each .section-headline p {
        text-align: center !important;
    }

    .landing-welcome .ry-container .ry-content .ry-each .ry-text p {
        text-align: center;
    }

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

    .landing-welcome .ry-container .ry-content .ry-each:nth-child(2) .btn-wrapper {
        justify-content: center;
    }
}

/* END WELCOME */

/* FEATURED SERVICE */
.landing-featured-service {
    padding: 48px 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;
    /* border: 1px solid #ca2116; */
    padding: 12px;
}

.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: -232px;
    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-featured-service .btn-wrapper {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin: 48px 0;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 1080px) {
    .landing-featured-service {
        padding: 60px 0 30px;
    }

    .landing-featured-service .section-headline p {
        margin-bottom: 20px;
    }

    .landing-featured-service:after {
        border-top: 100px solid #fff !important;
        bottom: -100px !important;
    }
}

/* END SERVICES */

/* LIST SERVICES */
.landing-services {
    padding: 0 0 180px;
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-a1430126-d297-4fea-86bf-08735855b4b3/ComprehensiveEyeExams/srvcs_background.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-top: -320px; */
}

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

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

.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;
    opacity: 0;
}

.landing-services .ry-flex {
    max-width: 1600px;
    /* margin: 0 auto; */
    width: calc(100% + 30px);
    margin-left: -30px;
}

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

.landing-services .ry-text p {
    color: #fff !important;
}

.landing-services .ry-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: clamp(120px, 20.182vw, 200px);
    padding-top: 120px;
}

.landing-services .ry-flex .ry-each {
    margin-left: 30px;
    width: 33%;
    /* border-radius: 18px; */
    overflow: hidden;
}

.landing-services .ry-flex .ry-each .title {
    clear: both;
    padding: 30px 18px;
    text-align: center;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: uppercase;
    background: #80B689;
    color: #fff;
    letter-spacing: 2px;
    transition: 0.2s;
    font-weight: 500;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 7;
    bottom: 0;
    line-height: 1.3;
    width: 100%;
    z-index: 4;
    /* position: relative; */
}

.landing-services .ry-flex .ry-each:hover .title {
    /* background: #ffffff; */
    /* color: #333; */
    transition: 0.5s;
}

.landing-services .ry-flex .ry-each .description {
    position: absolute;
    bottom: 50px;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 28px;
    background: rgba(2, 39, 56, 0.8);
    z-index: 3;
    text-align: center;
    transition: 0.3s ease-in-out all;
}

.landing-services .ry-flex .ry-each:not(:hover) .description {
    opacity: 0;
}

.landing-services .ry-flex .ry-each .description p {
    text-align: center;
    color: #fff;
    font-family: "Satoshi" !important;
    line-height: 1.5;
    font-size: 20px !important;
    font-weight: 400 !important
}

.landing-services .slick-dots {
    position: absolute;
    bottom: -60px;
    padding-left: 0;
    list-style: none;
    display: flex !important;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translate(-50%, 0);
}

.landing-services .slick-dots li button {
    text-indent: -9999999px;
    padding: 0;
    width: 50px;
    height: 2px;
    box-shadow: unset;
    border: unset;
}

.landing-services .slick-dots li {
    margin: 0 5px;
    opacity: 0.5;
}

.landing-services .slick-dots li.slick-active {
    opacity: 1;
}

.landing-services .ry-flex {
    width: 100%;
    margin-left: 0;
    margin: 48px 0 0 0;
}

.landing-services .ry-flex .slick-list {
    margin-left: -30px;
    width: calc(100% + 30px);
    overflow: hidden;
}

@media only screen and (max-width: 1600px) {
    .landing-services {
        /* margin-top: -300px; */
    }

    .landing-services .ry-content {
        padding-top: 120px;
    }
}

@media (max-width: 1080px) {
    .landing-services {
        /* padding: 180px 0 100px; */
        /* background: #272262; */
    }

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

    .landing-services .ry-flex .ry-each .description p {
        line-height: 1.3;

    }
}

@media only screen and (max-width: 620px) {
    .landing-services .ry-flex {
        max-width: 320px;
    }

    .landing-services .ry-content {
        padding-bottom: 200px !important;
    }
}

@media only screen and (max-width: 480px) {
    .landing-services {
        /* margin-top: -300px; */
    }
}

/* END LIST SERVICES */

/* REVIEW */
.landing-reviews {
    padding: 150px 0 130px;
}

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

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

.landing-reviews .ry-container .ry-content .ry-flex {
    gap: 28px;
}

.landing-reviews .ry-container .ry-content .ry-each:nth-child(1) {
    /* max-width: 600px; */
    /* min-width: 600px; */
    padding-right: 120px;
    /* padding-top: 70px; */
    /* padding-bottom: 110px; */
    position: relative;
    width: 50%;
}

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

.landing-reviews .ry-container .ry-content .ry-each .section-headline h2 span {
    display: block;
    color: #0070A3;
}

.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 191748;
    display: flex !important;
    align-items: center;
    justify-content: center;
    /* transform: rotate(-45deg); */
    /* -webkit-transform: rotate(-45deg); */
    background: #fff;
    border: 1px solid #1917487d;
}

.landing-reviews .ry-container .ry-content .ry-each .slick-arrow:before {
    border: solid #999;
    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 .slick-arrow:hover {
    background: #191748;
    cursor: pointer;
}

.landing-reviews .ry-container .ry-content .ry-each .slick-arrow:hover:before {
    border-color: #fff;
}

.landing-reviews .ry-container .ry-content .ry-each .section-headline p {
    letter-spacing: unset;
    line-height: 1.8;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container {
    /* padding-top: 70px; */
    display: flex;
    justify-content: center;
    width: 60%;
}

.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: 150%;
    position: absolute;
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-df6f8a80-211f-4bcd-b2d4-3eb54e11f05a/LandingTemplate/footer_shadow.png);
    background-size: contain;
    top: 50%;
    right: -50px;
    transform: translate(0, -50%);
    background-repeat: no-repeat;
}

/*
                  .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;
                  }
                  */
.landing-reviews .ry-container .ry-content .ry-each.review-container .slick-list:before,
.landing-reviews .ry-container .ry-content .ry-each.review-container .slick-list:after {
    content: "“";
    font-family: "Satoshi";
    font-size: 230px;
    opacity: 0.2;
    position: absolute;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .slick-list:before {
    top: 75px;
}

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

@media (max-width: 1280px) {
    .landing-reviews .ry-container .ry-content .ry-each:nth-child(1) {
        /* max-width: 300px; */
        /* min-width: 300px; */
        /* padding-right: 40px; */
    }

    .landing-reviews .ry-container .ry-content .ry-each.review-container {
        width: calc(100% - 300px);
    }
}

@media (max-width: 1199px) {
    .landing-reviews .ry-container .ry-content .ry-each.review-container {
        width: calc(100% - 300px);
    }

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

    .landing-reviews .ry-container .ry-content .ry-each:nth-child(1) {
        max-width: 100%;
        min-width: unset;
        padding-right: 0;
        padding: 0;
        width: 100%;
    }

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

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

    .landing-reviews .ry-container .ry-content .ry-each.review-container {
        padding-top: 30px;
        width: 100%;
        justify-content: center;
    }

    .landing-reviews .ry-container .ry-content .ry-each:nth-child(1):before {
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .landing-reviews .ry-container .ry-content .ry-each.review-container .ry-text p {
        width: 100%;
    }

    .landing-reviews .ry-container .ry-content .ry-each.review-container .slick-list:before,
    .landing-reviews .ry-container .ry-content .ry-each.review-container .slick-list:after {
        opacity: 0;
    }

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

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

    .landing-reviews .ry-container .ry-content .ry-each.review-container:before {
        top: -60px;
        left: 0;
    }
}

/* END REVIEW */

/* CONTACT */
.landing-contact {
    padding: 200px 0 180px;
}

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

.landing-contact .ry-container {
    display: flex;
    justify-content: flex-end;
    max-width: 90%;
}

.landing-contact .ry-container .ry-content {
    max-width: clamp(500px, 40vw, 768px);
    /* padding: 0 8vw; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.landing-contact .ry-container .ry-content p {
    text-align: left;
}

.landing-contact .ry-container .ry-content .btn-svg-phone:not(:hover) {
    /* background: #fff !important; */
    color: #333 !important;
}

.landing-contact .ry-container .ry-content .btn-svg-phone:not(:hover):before {
    color: #333 !important;
}

.landing-contact .section-headline p {
    text-align: center !important;
    letter-spacing: unset;
    text-transform: unset;
}

.landing-contact .btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
    /* margin: 28px auto 0; */
    /* background: #fff; */
    border-radius: 50px;
    padding: 8px;
    width: fit-content;
    gap: 8px;
}

.landing-contact .ry-container .ry-content h2 {
    text-align: center;
    /* margin-bottom: 30px; */
}

.landing-contact .ry-container .ry-content h2 span {
    color: #0070A3;
}

@media (max-width: 1199px) {
    .landing-contact {
        padding-top: 100px;
        padding-bottom: 20vw;
    }

    .landing-contact .section-background {
        height: 100%;
        bottom: 0;
        top: unset;
    }

    .landing-contact:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, #e9d7cf, #e9d8d000);
        z-index: 1;
        opacity: 0;
    }

    .landing-contact .ry-container {
        position: relative;
        z-index: 2;
    }

    .landing-contact .section-background img {
        object-position: 20%;
    }

    .landing-contact .ry-container .ry-content {
        padding: 0;
        max-width: 700px;
        align-items: center;
    }

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

@media (max-width: 1199px) {
    .landing-contact {
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 0;
        padding-top: 0;
        margin-top: -30px;
    }

    .landing-contact .section-background {
        position: relative;
        padding-bottom: 45%;
    }

    .landing-contact .ry-container {
        justify-content: center;
        padding: 60px 0;
    }
}

/* END CONTACT */

/* FOOTER */
.landing-footer .footer-top {
    padding: 80px 0;
    background: #0070a3;
}

.landing-footer .footer-top:before {
    /* content: ""; */
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 6px;
    width: 100%;
    background: rgb(132, 11, 3);
    background: linear-gradient(90deg,
            rgba(132, 11, 3, 1) 0%,
            rgba(193, 30, 19, 1) 50%,
            rgba(132, 11, 3, 1) 100%);
}

.landing-footer .footer-top .section-background,
.landing-footer .footer-top .section-background img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

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

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

.landing-footer .footer-top .ry-flex .ry-each:nth-child(1) img {
    /* filter: brightness(0) invert(1); */
}

.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: #fff;
    margin-bottom: 20px;
    font-family: "Satoshi" !important;
}

.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;
    font-family: "Satoshi";
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details .ry-text p a {
    font-weight: 600 !important;
}

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

.landing-footer .footer-top .ry-flex .ry-each .footer-details a {
    color: #fff;
}

.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: #1A7FAC;
}

.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: #fff;
}

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

.landing-footer .footer-top .ry-flex .ry-each .located-at {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin: 18px 0 0;
}

.landing-footer .footer-top .ry-flex .ry-each .located-at p {
    text-align: lef;
    color: #fff;
    white-space: nowrap;
    font-size: 18px;
}

.landing-footer .footer-top .ry-flex .ry-each .located-at .located-icons {
    width: fit-content;
}

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

.landing-footer .footer-bottom:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 1px;
    width: 90%;
    max-width: 1300px;
    background: #fff;
}

.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: 500;
    color: #333;
    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;
    object-fit: contain;
    /* filter: brightness(0) invert(1); */
}

.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;
    }
}

/* END FOOTER */

/* QA CHANGES */
.landing-hero .hero-content {
    display: flex;
    align-items: flex-end;
}

.landing-hero .hero-content {
    padding: 60px 0;
    min-height: clamp(991px, 100vh, 1080px);
}

.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-welcome .ry-container .ry-content .ry-each .section-headline h2 span {
    display: block;
    color: #0070A3;
}

.landing-reviews {
    padding: clamp(48px, 8.34vw, 180px) 0;
}

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

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

.social-block .social-icons-custom .social-inner-wrap li a:hover {
    background: #0070A3;
    border: 1px solid #fff;
}

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

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

@media (max-width: 768px) {
    .landing-featured-service {
        margin-top: -120px
    }
}

@media (max-width: 500px) {
    .landing-featured-service {
        margin-top: -180px
    }
}

/* END QA */

.landing-information {
    display: flex;
    flex-direction: column;
}

.landing-information .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: clamp(320px, 50vw, 720px);
}

.landing-information .item .media {
    overflow: hidden;
    height: inherit;
    width: 50%;
}

.landing-information .item .media img {
    height: inherit;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.landing-information .item .content {
    padding: 28px clamp(28px, 10vw, 160px);
    background: #e3e3e5;
    height: inherit;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    gap: 18px;
    width: 50%;
}

.landing-information .item .title {
    /* margin:0 0 18px; */
}

.landing-information .item:nth-child(2) .content {
    background: #111;
}

.landing-information .item:nth-child(2) .content * {
    color: #fff;
}

.landing-information .item .content .list {}

.landing-information .item .content .list ul {
    column-count: 2;
    list-style: none;
}

.landing-information .item .content .list ul li:before {
    content: "•";
    position: absolute;
    top: 4px;
    transform: translate(-200%, 0);
    color: #ca2116;
}

@media only screen and (max-width: 1199px) {
    .landing-information .item {
        flex-direction: column-reverse;
        align-items: center;
        height: unset;
    }

    .landing-information .item:nth-child(2) {
        flex-direction: column;
    }

    .landing-information .item .content {
        padding: clamp(48px, 8.33vw, 120px) clamp(28px, 10vw, 160px);
    }

    .landing-information .item .media,
    .landing-information .item .content {
        width: 100%;
    }

    .landing-information .item .media {
        height: 100vw;
    }

    .landing-information .item .content h2,
    .landing-information .item .content p:not(li p) {
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .landing-information .item .content .list ul {
        column-count: 1;
    }
}




.landing-whychoose {
    padding: 120px 0;
}

.landing-whychoose .ry-container {
    max-width: 1366px;
    width: 90%;
}

.landing-whychoose .ry-flex {
    gap: clamp(48px, 7.5vw, 120px);
    /* align-items: center; */
}

.landing-whychoose .ry-flex .ry-each img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.landing-whychoose .section-headline {
    margin: 0 0 28px;
}

.landing-whychoose .section-headline h2 {
    line-height: 1.3
}

.landing-whychoose .section-headline h2 span {
    display: block;
    color: #0070A3;
}

.landing-whychoose .choose-wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-left: 62px;
}

.landing-whychoose .choose-wrapper .item * {
    text-align: left;
}

.landing-whychoose .choose-wrapper .item .title p {
    font-size: 22px !important;
    font-family: "Satoshi" !important;
    color: #000;
}

.landing-whychoose .choose-wrapper .item:before {
    content: url(https://s3.amazonaws.com/static.organiclead.com/Site-3d72d842-7fee-48b6-9157-dbcd7f111f9b/ComprehensiveEyeCare/check_solid.png);
    position: absolute;
    left: -55px;
    top: 4px
}

.landing-whychoose .btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin: 18px 0 0
}

@media only screen and (max-width:1199px) {
    .landing-whychoose {
        padding-top: 0;
    }

    .landing-whychoose .ry-flex {
        flex-direction: column-reverse;
        align-items: center;
    }

    .landing-whychoose .section-headline h2 {
        text-align: center;
    }

    .landing-whychoose .btn-wrapper {
        justify-content: center;
        margin: 48px 0 0;
    }

    .landing-whychoose .ry-flex .image {
        max-width: 600px;
    }
}

.landing-optometrist {
    padding: 380px 0 180px
}

.landing-optometrist .ry-container {
    max-width: 1366px;
    width: 95%;
}

.landing-optometrist .ry-flex {
    gap: clamp(48px, 7.5vw, 120px);
    align-items: center;
}

.landing-optometrist .section-headline {
    margin: 0 0 28px
}

.landing-optometrist .section-headline h2 {
    color: #fff;
}

.landing-optometrist .ry-text h5 {
    font-weight: 400 !important;
    color: #fff;
    font-size: 22px;
}

.landing-optometrist .ry-text h5 span {
    font-weight: 600 !important
}

.landing-optometrist .ry-text p {
    color: #fff;
}

@media only screen and (max-width:1199px) {
    .landing-optometrist {
        padding: clamp(350px, 42.381vw, 420px) 0 clamp(80px, 12.109vw, 120px);
        margin-top: -120px;
    }

    .landing-optometrist .section-background {
        object-fit: cover;
        object-position: center;
    }

    .landing-optometrist .ry-container {
        max-width: 768px;
    }

    .landing-optometrist .ry-flex {
        flex-direction: column-reverse;
        align-items: center;
    }

    .landing-optometrist .image {
        max-width: 600px;
    }

    .landing-optometrist .section-headline h2,
    .landing-optometrist .ry-text * {
        text-align: center !important;
    }
}

.landing-getstarted {
    padding: clamp(72px, 8.33vw, 120px) 0;
}

.landing-getstarted .ry-container {
    max-width: 1300px;
    width: 95%;
}

.landing-getstarted .section-headline {
    margin: 0 0 clamp(28px, 7.265vw, 72px);
}

.landing-getstarted .ry-flex {
    gap: clamp(48px, 5.556vw, 80px);
    justify-content: center;
}

.landing-getstarted .content {
    position: absolute;
    bottom: clamp(28px, 4.844vw, 48px);
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    padding: 0 28px;
}

.landing-getstarted .content .title {}

.landing-getstarted .content .title h2 {
    font-size: clamp(28px, 2.615vw, 34px);
    color: #fff;
    line-height: 1.4;
    font-weight: 600 !important;
    margin: 0 0 18px;
}

.landing-getstarted .content p {
    color: #fff;
    font-size: 22px !important;
}

.landing-getstarted .content p a:not(.ry-btn) {
    color: #fff;
    font-weight: 600
}

.landing-getstarted .content .btn-wrapper {
    display: flex;
    justify-content: center;
    margin: 18px 0 0;
    gap: 18px;
}

@media only screen and (max-width:1199px) {
    .landing-getstarted .ry-container {
        max-width: 768px;
    }

    .landing-getstarted .ry-flex {
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width:600px) {
    .landing-getstarted .content {
        position: relative;
        bottom: unset;
        background: #0070A3;
        padding: 28px 18px 36px;
    }

    .landing-getstarted .content .ry-btn-primary {
        border: 1px solid #fff;
    }

    .landing-getstarted .content .btn-wrapper {
        flex-wrap: wrap;
        align-items: center;
    }
}

.landing-experience {
    padding: 62px 0;
}

.landing-experience .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;

}

.landing-experience .wrapper>div {
    width: fit-content;
}

.landing-experience .wrapper h2 {
    font-size: clamp(25px, 2vw, 32px);
    color: #fff;
}

@media only screen and (max-width:1199px) {
    .landing-experience .wrapper {
        flex-direction: column;
        align-items: center;
    }
}