.ry-ip-services-template {
    position: relative;
}
.ry-padding-section:not(.ry-section-1) {
    padding: 80px 0;
}
.ry-btn-wrap {
    display: flex;
    justify-content: center;
}
body .ry-section-heading h2 {
    font-size: clamp(2.25rem, 1.8676rem + 1.5686vw, 3.75rem);
    font-weight: 400 !important;
	color: #69b2e8;
	font-family: "Rakkas";
}
body .ry-section-heading h4 {
    font-size: 22px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #646569;
    font-weight: 400;
    font-family: 'Josefin Sans' !important;
}
body .ry-section-heading {
    margin-bottom: 20px;
}
body .ry-text ul {
    margin: 20px 0;
}
.ry-ip-services-template .ry-container {
    width: 90%;
}
.ry-grid {
    display: grid;
	gap: 20px;
}
.ry-bg-section, .ry-bg-section img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
}
body .ry-btn.ry-btn-secondary {
    background: #ddebec !important;
    color: #000 !important;
    padding: 15px 25px !important;
    height: auto !important;
    line-height: 1.1;
}

.ry-section-1 {
    display: grid;
    > * {
        grid-area: 1/1;
        place-content: center;
    }
}
.ry-section-1 .ry-hero-content {
    max-width: 1600%;
    width: 90%;
    margin: 0 auto;
}
.ry-section-1 .ry-hero-content .ry-hero-blocks {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 750px;
}
.ry-section-1 .ry-hero-content .ry-hero-blocks * {
    text-align: left;
}
.ry-section-1 .ry-hero-content .ry-hero-blocks .ry-top-text p {
    font-size: 22px;
    line-height: 34px;
    text-transform: uppercase;
    color: #666666;
    font-weight: 400;
}
body .ry-hero-headline h1 {
    font-size: clamp(2.5rem, 1.6078rem + 3.6601vw, 6rem) !important;
	text-transform: uppercase;
	color: #69b2e8;
	font-weight: 400;
	font-family: "Rakkas";
	line-height: 1.1;
}
.ry-section-1 .ry-hero-content .ry-btn-wrap {
    justify-content: flex-start;
}
.ry-section-1 .ry-hero-content .ry-hero-blocks .ry-text p {
    color: #fff;
}
.ry-section-1 .ry-hero-content .ry-hero-blocks .ry-text p strong {
    color: #69b2e8;
}

.ry-section-2 .ry-flex {
    gap: 90px;
	align-items: center;
}
.ry-section-2 .ry-text ul {
	column-count: 2;
}
.ry-section-2 .ry-block-content {
    max-width: 960px;
    margin: 0 auto 80px;
    float: none;
}
.ry-section-2 .ry-container {
    max-width: 1280px;
}
.ry-section-2 .ry-flex .ry-each img {
    border-radius: 20px;
}

.ry-section-3 {
    /*background: #69b2e8;*/
}
.ry-section-3 .ry-container {
    width: 90%;
}
.ry-section-3 .ry-grid {
	margin-top: 40px;
    grid-template-columns: repeat(3, 1fr);
}
.ry-section-3 .ry-grid .ry-each {
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
	border-radius: 20px;
	background-color: #eaf6ff;
	padding: 10px 25px;
}
.ry-section-3 .ry-grid .ry-each .ry-icon-wrap,
.ry-section-3 .ry-grid .ry-each .ry-icon-wrap img {
	max-width: 45px;
	width: 45px;
	height: 30px;
	object-fit: contain;
}
.ry-section-3 .ry-grid .ry-each .ry-icon-title h4,
.ry-section-3 .ry-grid .ry-each .ry-icon-title p {
    font-size: 22px;
    line-height: 1.2;
    color: #666;
}

.ry-section-4.gallery-section .ry-content {
    display: flex;
    flex-direction: column;
}
.ry-section-4.gallery-section .ry-grid {
    grid-template-columns: repeat(3, 1fr);
	margin: 30px 0;
}
.ry-section-4.gallery-section .ry-grid .ry-each {
    width: 100%;
}
.ry-section-4.gallery-section .ry-section-heading h2, 
.ry-section-4.gallery-section .ry-text p {
    color: #fff !important;
}

.ry-section-5 .ry-container {
    max-width: 1280px;
}
.ry-section-5 .ry-flex {
    gap: 80px;
}

.ry-section-6 {
    background: #ddebeb;
}
.ry-section-6 .ry-grid {
    grid-template-columns: repeat(4, 1fr);
    margin: 30px 0;
}
.ry-section-6 .ry-grid .ry-each {
    width: 100%;
    border-radius: 20px;
    background-color: #ffffff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ry-section-6 .ry-grid .ry-each .ry-icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background-color: #565065;
    margin: 0 auto;
    float: none;
}
.ry-section-6 .ry-grid .ry-each .ry-icon-wrap img {
    width: max-content;
}
.ry-section-6 .ry-grid .ry-each .ry-icon-title h4 {
    font-size: 22px;
    line-height: 34px;
    color: #000000;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
}
.ry-icon-title p {
    font-size: 18px;
    line-height: 1.4;
    color: #000000;
    font-weight: 400;
}

.ry-section-7.ry-faq-section .ry-content {
    border-radius: 40px;
    background-color: #eaf6ff;
    padding: 80px;
}
.ry-section-7.ry-faq-section .ry-accordion {
    display: flex;
    flex-direction: column;
    gap: 30px;
    box-shadow: none;
	max-width: 1280px;
	margin: 30px auto 0 !important;
	float: none;
}
.ry-section-7.ry-faq-section .ry-accordion .ry-heading {
    border-radius: 20px;
    background-color: #ddebec;
	display: flex;
    align-items: center;
}
.ry-section-7.ry-faq-section .ry-accordion .ry-heading div {
    font-size: clamp(1.25rem, 1.2181rem + 0.1307vw, 1.375rem);
    line-height: 34px;
    color: #000000;
}
.ry-section-7.ry-faq-section .ry-accordion .ry-content {
    margin-top: -30px;
    background: #ddebec;
    border-radius: 0 0 20px 20px;
    padding: 0 30px 30px 30px;
}
.ry-section-7.ry-faq-section .ry-accordion .ry-heading.ui-accordion-header-active {
    border-radius: 20px 20px 0 0;
    border: none;
}

.ry-section-8 .ry-content * {
    color: #fff;
}
.ry-section-8 .ry-content .ry-btn-wrap {
    margin-top: 30px;
}


.ry-group-section {
    position: relative;
}
.ry-group-section:before {
    content: '';
    position: absolute;
    top: 404px;
    left: 0;
    width: 100%;
    height: calc(100% - 808px);
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-4f14c5bc-a208-4f7f-b73f-3e3ad619f955/Dry_Eye_Spa_Assets/bg1.jpg) center center no-repeat;
    z-index: 1;
    border-radius: 150px;
    background-size: cover;
}
.ry-group-section .ry-padding-section {
    position: relative;
    z-index: 2;
}
.ry-section-approach .ry-content {
    max-width: 1600px;
    border-radius: 40px;
    background-color: #eaf6ff;
    padding: 120px 80px;
}
.ry-section-approach .ry-content .ry-flex {
    flex-direction: column;
    gap: 20px;
    max-width: 960px;
    margin: 0 auto;
    float: none;
}
.ry-section-approach .ry-content .ry-flex .ry-each {
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid rgba(18,18,19,0.17);
}
.ry-section-approach .ry-content .ry-flex .ry-each ul {
    padding-left: 80px;
}
.ry-section-approach .ry-content .ry-flex .ry-each ul li {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
}
.ry-section-approach .ry-content .ry-section-heading {
    margin-bottom: 50px;
}
.ry-section-approach .ry-content > .ry-text {
    margin-bottom: 20px;
}

.ry-therapies-section .ry-section-heading * {
    color: #fff;
}
.ry-therapies-section .ry-content .ry-flex {
    flex-direction: column;
    gap: 50px;
    margin-top: 60px;
}
.ry-therapies-section .ry-content .ry-flex .ry-each-blocks {
    display: flex;
    border-radius: 40px;
    overflow: hidden;
}
.ry-therapies-section .ry-content .ry-flex .ry-each-blocks:nth-child(even) {
    flex-direction: row-reverse;
}
.ry-therapies-section .ry-each-blocks .ry-each.ry-text-wrap {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 80px 100px;
    height: auto;
}
.ry-therapies-section .ry-each-blocks .ry-each.ry-img-wrap, .ry-therapies-section .ry-each-blocks .ry-each.ry-img-wrap img {
    height: 100%;
    object-fit: cover;
}

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

@media (max-width: 1080px) {
	body .ry-section-heading h2, body .ry-text p,
	.ry-section-1 .ry-hero-content .ry-hero-blocks * {
		text-align: center;
	}
	.ry-section-1 {
		> * {
			grid-area: unset;
		}
	}
	.ry-section-1 {
		background-color: #646569;
	}
	.ry-section-1 .ry-hero-content {
		padding: 40px 0;
	}
	.ry-section-1 .ry-hero-content .ry-hero-blocks {
		margin: 0 auto;
		float: none;
	}
	.ry-hero-bg {
		padding-top: 70px;
	}
	.ry-section-1 .ry-hero-content .ry-btn-wrap {
		justify-content: center;
	}
	body .ry-section-heading h4 {
		text-align: center;
	}
	.ry-therapies-section .ry-content .ry-flex .ry-each-blocks {
		flex-direction: column !important;
	}
	.ry-therapies-section .ry-each-blocks .ry-each.ry-text-wrap h4 {
		text-align: center;
	}
	.ry-padding-section .ry-flex {
		flex-direction: column;
	}
	.ry-ip-services-template .ry-grid,
	.ry-section-4.gallery-section .ry-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.ry-section-5 .ry-flex .ry-each img {
		aspect-ratio: 2/1;
		object-fit: cover;
	}
	.ry-gallery-title p:before, .ry-gallery-title p:after {
		display: none;
	}
}

@media (max-width: 768px) {
	.ry-therapies-section .ry-each-blocks .ry-each.ry-text-wrap,
	.ry-section-approach .ry-content {
		padding: 40px;
	}
	.ry-section-3 .ry-grid .ry-each .ry-icon-title p {
		text-align: left;
	}
	.ry-section-7.ry-faq-section .ry-content {
		padding: 40px;
	}
}

@media (max-width: 500px) {
	div#ry-rejuvenation .ry-section-1 .ry-hero-content .ry-hero-blocks ul,
	.ry-section-2 .ry-text ul {
		column-count: 1;
	}
	.ry-ip-services-template .ry-grid,
	.ry-section-4.gallery-section .ry-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.ry-section-approach .ry-content .ry-flex .ry-each ul {
		padding-left: 30px;
	}
	.ry-section-approach .ry-content .ry-flex .ry-each ul li {
		font-size: 20px;
	}
}