.module-services.style-11 {
	padding: 220px 0;
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-b1d4af16-f302-49d5-9581-2e781e7f185e/Background_images/eye_exam_office.jpg);
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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


.module-services.style-11 .ry-flex > .ry-each {
	flex-basis: unset;
}

.module-services.style-11 .ry-flex > .ry-each .target-circle .photo:not(.active) {
	display: none;
}

.module-services.style-11 .ry-flex > .ry-each .target-circle {
	width: 280px;
	height: 280px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.module-services.style-11 .ry-flex > .ry-each .target-circle img {
	max-width: 100px;
	margin: auto;
	max-height: 130px;
	object-fit: contain;
}

.module-services.style-11 .ry-flex > .ry-each:nth-child(2) {
	max-width: 760px;
	width: 100%;
}

.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .ry-inner-flex {
	width: 760px;
	height: 760px;
}

.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .ry-inner-flex .photo {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: #2182b7;
	display: flex;
	justify-content: center;
	align-items: center;
}

.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .ry-inner-flex .photo img {
	width: 70px;
	height: 70px;
	object-fit: contain;
	filter: invert(0) brightness(9);
}

.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .ry-inner-flex .ry-each {
	max-width: max-content;
	flex-basis: unset;
	cursor: pointer;
}
.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .ry-inner-flex .ry-each:hover .photo {
    background: #2b345b;
}
.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .ry-inner-flex {
	position: relative;
	width: 630px;
	height: 630px;
	/*margin: calc(130px / 2 + 0px);*/
}


.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .ry-inner-flex .ry-each {
	position: absolute;
	top: 50%; left: 50%;
	width: 130px;
	height: 130px;
	margin: calc( -130px / 2 );
	background: teal;
	border-radius: 50%;
}
.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .ry-inner-flex .photo:before {
    position: absolute;
    content: "";
    width: 160px;
    height: 160px;
    border: 1px solid #FFFFFF;
    left: calc(50% + -1px);
    top: calc(50% + -1px);
    transform: translate(-50%, -50%);
	border-radius: 50%;
}
.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .box-wrapper {
	display: flex;
	justify-content: center;
	transform: scale(.9);
}

.ciclegraph:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 472px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.ciclegraph.circle-count-3:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-b1d4af16-f302-49d5-9581-2e781e7f185e/ServicesIcons/lines_3.png);
	width: 406px;
	top: calc(50% + -35px);
}

.ciclegraph.circle-count-4:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-b1d4af16-f302-49d5-9581-2e781e7f185e/ServicesIcons/lines_4.png);
}
.ciclegraph.circle-count-5:before {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-b1d4af16-f302-49d5-9581-2e781e7f185e/ServicesIcons/lines_5.png);
    background-size: 450px;
    top: calc(50% - 24px);
}
.ciclegraph.circle-count-6:before {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-b1d4af16-f302-49d5-9581-2e781e7f185e/ServicesIcons/lines_6.png);
    background-size: 412px;
    top: 50%;
}
.ciclegraph.circle-count-7:before {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-b1d4af16-f302-49d5-9581-2e781e7f185e/ServicesIcons/lines_7.png);
    top: calc(50% - 13px);
    background-size: 470px;
}
.ciclegraph.circle-count-8:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-b1d4af16-f302-49d5-9581-2e781e7f185e/ServicesIcons/lines_8.png);
}
.ciclegraph.circle-count-9:before {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-b1d4af16-f302-49d5-9581-2e781e7f185e/ServicesIcons/lines_9.png);
    top: calc(50% + -9px);
    background-size: 466px;
}
/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (max-width: 1580px) {

}
@media (max-width: 1200px) {
	.module-services.style-11 .ry-flex > .ry-each:nth-child(1) {
		width: 100%;
		max-width: 100%;
		margin-bottom: 60px;
	}

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

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

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

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

	.module-services.style-11 .ry-flex > .ry-each:nth-child(1),
	.module-services.style-11 .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-11 {
		padding: 100px 0;
	}
	.module-services.style-11 .section-headline h2 {
		font-size: 50px;
	}
	.module-services.style-11 .section-headline h2 .span-1 {
		font-size: 20px;
	}

	.module-services.style-11 .ry-flex .ry-each .services-details p {
		font-size: 16px;
	}
	.module-services.style-11 .ry-flex .ry-each .services-details h4 {
		font-size: 24px;
	}
}

@media (max-width: 991px) {

}
@media (max-width: 680px) {
	.module-services.style-11 .ry-flex > .ry-each:nth-child(2) {
		margin-top: -15vw;
		margin-bottom: -15vw;
	}
	.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .box-wrapper {
		transform: scale(.9);
	}
	.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .ry-inner-flex {
		transform: scale(.8);
	}
	.module-services.style-11 .ry-flex > .ry-each .target-circle {
		transform: translate(-50%, -50%) scale(.8);
	}

}
@media (max-width: 560px) {
	.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .box-wrapper {
		transform: scale(.7);
	}
	.module-services.style-11 .ry-flex > .ry-each:nth-child(2) {
		margin-top: -25vw;
		margin-bottom: -25vw;
	}
	.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .ry-inner-flex {
		min-width: 630px;
		min-height: 630px;
	}
}
@media (max-width: 480px) {
	.module-services.style-11 .ry-flex .ry-each .services-details h4 {
		font-size: 20px;
	}
	.module-services.style-11 .section-headline h2 .span-1 {
		font-size: 18px;
	}
	.module-services.style-11 .section-headline h2 {
		font-size: 42px;
	}
}
@media (max-width: 420px) {
	.module-services.style-11 .ry-flex > .ry-each:nth-child(2) {
		margin-top: -45vw;
		margin-bottom: -45vw;
	}
	.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .box-wrapper {
		transform: scale(.6);
	}
}
@media (max-width: 420px) {
	.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .box-wrapper {
		transform: scale(.53);
	}
}