.module-services.style-10 {
	padding: 6vw 0;
	/*background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-4f14c5bc-a208-4f7f-b73f-3e3ad619f955/Background_images/eye_exam_office.jpg);
	background-size: cover;
	background-position: center;*/
	overflow: hidden;
}

/*.module-services.style-10:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #69b2e850;
}*/

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

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

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

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

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

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

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

.module-services.style-10 .ry-flex .ry-each .services-details {
	margin: 40px 0 20px;
}

.module-services.style-10 .ry-flex {
    margin-right: -8.333vw;
    width: calc(100% + 8.333vw);
}

.module-services.style-10 .ry-flex .ry-inner-flex {
    display: flex;
    flex-wrap: wrap;
	gap: 25px;
	justify-content: center;
}

.module-services.style-10 .ry-flex .ry-inner-flex .ry-each {
	width: 199px;
	height: 199px;
	border-radius: 50%;
	background-color: #69b2e8;
	display: flex;
	justify-content: center;
	align-items: center;
}

.module-services.style-10 .ry-flex .ry-inner-flex .ry-each .photo {
    position: relative;
    width: 100%;
}

.module-services.style-10 .ry-flex .ry-inner-flex .ry-each .photo img {
	max-width: 120px;
	margin: 0 auto;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.module-services.style-10 .ry-flex > .ry-each:nth-child(2) {
    width: 60%;
    flex-basis: unset;
    max-width: calc(100% - 550px);
    padding-left: 50px;
}

.module-services.style-10 .ry-flex .ry-inner-flex .ry-each .photo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #69b2e8;
    z-index: 1;
    opacity: 0;
}

.module-services.style-10 .ry-flex .ry-inner-flex .ry-each {
    cursor: pointer;
}

.module-services.style-10 .ry-flex .ry-inner-flex .ry-each:hover .photo:before,
.module-services.style-10 .ry-flex .ry-inner-flex .ry-each.active .photo:before {
    opacity: 0;
    transition: .2s;
}

.module-services.style-10 .ry-flex .ry-inner-flex .ry-each:hover .photo img,
.module-services.style-10 .ry-flex .ry-inner-flex .ry-each.active .photo img {
	filter: brightness(0);
	transition: .2s;
}
.module-services.style-10 .ry-flex > .ry-each {
    flex-basis: unset;
	display: flex;
	flex-direction: column;
}

.module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each .photo:before {
    opacity: 0;
}

.module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each .photo img {
    object-fit: contain;
    width: 80%;
    height: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: invert(1) brightness(10);
    max-width: 120px;
}

.module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each .photo {
    background: #855a5c;
}
.module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each:hover .photo:before,
.module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each.active .photo:before {
    opacity: 1;
}
.module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each:hover .photo img,
.module-services.style-10 .ry-flex .ry-inner-flex.icon-type .ry-each.active .photo img {
    z-index: 1;
}
.module-services.style-10 .ry-headline {
    margin-bottom: 0;
}
.module-services.style-10 .ry-flex > .ry-each .ry-headline h4 {
    text-align: left;
    color: #fff;
}
.module-services.style-10 .content .services-details {
    margin: 0 !important;
}
.module-services.style-10 .content .services-details h2 {
    line-height: 1.1;
    text-align: left;
    color: #fff;
    margin-bottom: 1vw;
}
.module-services.style-10 .ry-flex > .ry-each .button-wrapper {
    margin-top: 2vw;
}
.module-services.style-10 .ry-flex .ry-inner-flex .ry-each:hover,
.module-services.style-10 .ry-flex .ry-inner-flex .ry-each.active {
    background: #fff;
}
.module-services.style-10 .ry-flex .ry-inner-flex .ry-each:before,
.module-services.style-10 .ry-flex .ry-inner-flex .ry-each.active:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 106%;
    height: 106%;
    background: transparent;
    z-index: 1;
    opacity: 0;
    border: 2px solid #fff;
    border-radius: 50%;
}
.module-services.style-10 .ry-flex .ry-inner-flex .ry-each:hover:before,
.module-services.style-10 .ry-flex .ry-inner-flex .ry-each.active:before {
    opacity: 1;
}


/** PLACE YOUR MOBILE AND UP CSS HERE **/
@media (max-width: 1920px) {
	.module-services.style-10 .ry-flex {
		margin-right: -4.333vw;
		width: calc(100% + 4.333vw);
	}
}
@media (max-width: 1580px) {
	.module-services.style-10 .ry-flex {
		margin-right: 0;
		width: 100%;
	}
	.module-services.style-10 .ry-flex > .ry-each:nth-child(2) {
		max-width: 100%;
	}
}
@media (max-width: 1200px) {
	.module-services.style-10 .ry-flex > .ry-each:nth-child(1) {
		width: 100%;
		max-width: 100%;
		margin-bottom: 60px;
	}
	
	.module-services.style-10 .section-headline h2 {
		text-align: center;
	}

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

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

	.module-services.style-10 .ry-flex .ry-each .ry-btn {
		margin-left: auto;
		margin-right: auto;
		/* display: flex; */
	}
	.module-services.style-10 .ry-flex {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.module-services.style-10 .ry-flex > .ry-each:nth-child(1),
	.module-services.style-10 .ry-flex > .ry-each:nth-child(2) {
		max-width: 100%;
		width: 100%;
	}
}
@media (max-width: 1080px) {

	/** PLACE YOUR LAPTOP AND UP CSS HERE **/
	.module-services.style-10 {
		padding: 100px 0;
	}
	.module-services.style-10 .section-headline h2 {
		font-size: 50px;
	}
	.module-services.style-10 .section-headline h2 .span-1 {
		font-size: 20px;
	}

	.module-services.style-10 .ry-flex .ry-each .services-details p {
		font-size: 16px;
	}
	.module-services.style-10 .ry-flex .ry-each .services-details h4 {
		font-size: 24px;
	}
	.module-services.style-10 .ry-each * {
		text-align: center !important;
	}
	.module-services.style-10 .ry-flex > .ry-each:nth-child(2) {
		padding-left: 0;
	}
	.module-services.style-10 .ry-flex .ry-inner-flex .ry-each .photo img {
		max-width: 100px;
	}
	.module-services.style-10 .ry-flex .ry-inner-flex .slick-list {
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
}

@media (max-width: 991px) {
	.module-services.style-10 .ry-flex .ry-inner-flex {
		gap: 10px;
	}
	.module-services.style-10 .ry-flex .ry-inner-flex .ry-each {
		width: calc(33.33% - 6.7px);
		flex-basis: unset;
		max-width: 100%;
	}
	.module-services .slick-track {
		display: flex;
		padding: 20px;
	}
	.module-services.style-10 .ry-flex .ry-inner-flex .ry-each {
		height: 220px;
	}
	.module-services.style-10 .ry-flex .ry-inner-flex {
		max-width: 220px;
		margin: 0 auto;
		float: none;
	}
	.module-services.style-10 .ry-flex .ry-inner-flex .ry-each:before,
	.module-services.style-10 .ry-flex .ry-inner-flex .ry-each.active:before {
		display: none;
	}
}
@media (max-width: 620px) {
	.module-services.style-10 .ry-flex .ry-inner-flex .ry-each:nth-child(4) {
		margin-left: 0;
	}
	.module-services.style-10 .ry-flex > .ry-each:nth-child(2) {
		padding-left: 0;
	}
	
}
@media (max-width: 500px) {
	.module-services.style-10 .ry-flex .ry-each .services-details h4 {
		font-size: 20px;
	}
	.module-services.style-10 .section-headline h2 .span-1 {
		font-size: 18px;
	}
	.module-services.style-10 .section-headline h2 {
		font-size: 42px;
	}
}