.module-services.style-9 {
	padding: 220px 0;
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-bdd64aef-13fd-46db-9bda-31fd16f9d7ea/Background_images/eye_exam_office.jpg);
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.module-services.style-9:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000050;
}

.module-services.style-9 .section-headline h2 {
	/* font-size: 40px; */
	font-size: 58px;
	text-transform: uppercase;
	letter-spacing: initial;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.module-services.style-9 .section-headline h2 .span-1 {
	display: block;
	font-size: 24px;
	letter-spacing: 3px;
	color: #000000;
	margin-bottom: 5px;
}

.module-services.style-9 .ry-flex {
	align-items: center;
}

.module-services.style-9 .ry-flex > .ry-each:nth-child(1) {
	max-width: 550px;
	width: 40%;
}

.module-services.style-9 .ry-flex .ry-each .services-details h4 {
	font-size: 32px;
	margin-bottom: 5px;
}

.module-services.style-9 .ry-flex .ry-each .services-details p {
	font-size: 18px;
	line-height: 1.6;
	color: #fff;
}

.module-services.style-9 .ry-flex .ry-each .services-details:not(.active) {
	display: none;
}

.module-services.style-9 .ry-flex .ry-each .services-details {
	margin: 40px 0 20px;
	ar,font-variant: diagonal-fractions;
	ar,font-variant: diagonal-fractions;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	/* border-radius: 0; */
	/* overflow: hidden; */
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each {
	width: calc(33.33% - 10px);
	max-width: 100% !important;
	flex-basis: unset;
	cursor: pointer;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each .photo {
	position: relative;
	padding-bottom: 100%;
	background: #00000095;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each .photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-height: 120px;
	max-width: 110px;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.module-services.style-9 .ry-flex .ry-each .box-wrapper {
	transform: rotate(45deg);
	/* border-radius: 80px; */
	/* overflow: hidden; */
}

.module-services.style-9 .ry-flex > .ry-each:nth-child(2) {
	margin-top: -120px;
	margin-bottom: -120px;
	/* border-radius: 50px; */
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:nth-child(3) {
	border-top-right-radius: 60px;
	overflow: hidden;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:nth-child(7) {
	border-bottom-left-radius: 60px;
	overflow: hidden;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex:before {
	content: "";
	position: absolute;
	/* right: 0; */
	width: 800px;
	height: 5px;
	background: #FFFFFF;
	left: -420px;
	transform: rotate(90deg);
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex:after {
	content: "";
	position: absolute;
	/* right: 0; */
	width: 800px;
	height: 5px;
	background: #fff;
	/* left: -420px; */
	bottom: -20px;
	transform: rotate(90deg);
	right: -420px;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:hover .photo,
.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.active .photo {
	background: #ab1e23;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:hover .photo img,
.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.active .photo img {
	filter: invert(1) brightness(9);
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:hover .photo:before,
.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.active .photo:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: calc(100% - 15px);
	height: calc(100% - 15px);
	border: 4px solid #fff;
	transform: translate(-50%, -50%);
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:nth-child(7):hover .photo:before,
.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.active:nth-child(7) .photo:before {
	border-bottom-left-radius: 60px;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each:nth-child(3):hover .photo:before,
.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.active:nth-child(3) .photo:before {
	border-top-right-radius: 60px;
}
.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.logo .photo {
    background: transparent;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.logo .photo img {
    filter: unset !important;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.logo {
    cursor: initial;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.logo .photo:before {
    opacity: 0;
}

.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each.logo img {
    width: 90%;
    max-width: 75%;
}

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

@media (max-width: 1200px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	.module-services.style-9 {
		padding: 10vw 0;
	}
	.module-services.style-9 .ry-flex .ry-each .ry-inner-flex .ry-each .photo img {
		max-width: 50%;
	}
}

@media (max-width: 1080px) {

	/** PLACE YOUR LAPTOP AND UP CSS HERE **/
	.module-services.style-9 {
		padding: 100px 0;
	}
	.module-services.style-9 .section-headline h2 {
		font-size: 50px;
	}
	.module-services.style-9 .section-headline h2 .span-1 {
		font-size: 20px;
	}
	.module-services.style-9 .ry-flex {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.module-services.style-9 .ry-flex > .ry-each:nth-child(1) {
		max-width: 100%;
		width: 100%;
	}

	.module-services.style-9 .section-headline h2 {
		text-align: center;
	}

	.module-services.style-9 .ry-flex .ry-each .services-details h4 {
		text-align: center;
	}

	.module-services.style-9 .ry-flex .ry-each .services-details p {
		text-align: center;
	}

	.module-services.style-9 .ry-flex .ry-each .ry-btn {
		margin-left: auto;
		margin-right: auto;
		/* display: flex; */
	}

	.module-services.style-9 .ry-flex .ry-each .ry-inner-flex:before, .module-services.style-9 .ry-flex .ry-each .ry-inner-flex:after {
		opacity: 0;
	}
	.module-services.style-9 .ry-flex > .ry-each:nth-child(2) {
		padding: 150px 0 50px;
		flex-basis: unset;
		width: 100%;
		max-width: 70%;
		margin-top: 0;
		margin-bottom: 0;
	}
	.module-services.style-9 .ry-flex .ry-each .services-details p {
		font-size: 16px;
	}
	.module-services.style10 .ry-flex .ry-each .services-details h4 {
		font-size: 24px;
	}
	.module-services.style-9 .ry-flex .ry-each .ry-inner-flex {
		justify-content: center;
		align-items: center;
	}
}

@media (max-width: 768px) {

	/** PLACE YOUR DESKTOP AND UP CSS HERE **/
	.module-services.style-9 .ry-flex > .ry-each:nth-child(2) {
		max-width: 90%;
	}
}

@media (max-width: 480px) {
	.module-services.style10 .ry-flex .ry-each .services-details h4 {
		font-size: 20px;
	}
	.module-services.style-9 .section-headline h2 .span-1 {
		font-size: 18px;
	}
	.module-services.style-9 .section-headline h2 {
		font-size: 42px;
	}
	.module-services.style-9 .ry-flex .ry-each .ry-inner-flex {
		gap: 5px;
	}
}