#mobile_menu {
	background: #3db9d3;
}
.ry-btn {
	min-height: 65px !important;
	height: 65px;
	border-radius: 40px;
	padding-left: 40px !important;
	padding-right: 40px !important;
	background: #000 !important;
	font-size: 20px !important;
	font-family: 'Jost';
	display: flex !important;
	max-width: max-content;
	color: #fff !important;
}
.ry-btn:after {
	font-family: 'FontAwesome' !important;
}
.ry-btn:before {
	display: none !important;
}
.ry-btn:after {
	content: "";
	display: inline-block;
	margin-left: 15px !important;
	filter: brightness(0) invert(1);
	content: "\f061" !important;
	font-size: 12px;
	font-weight: 300;
}
.ry-btn.btn-center {
	margin-left: auto;
	margin-right: auto;
}
.ry-section-headline h1 {
	font-size: 68px;
	font-family: jost;
	font-weight: 300;
	color: #fff;
	letter-spacing: 3px;
}
.ry-section-headline h1 .span-1 {
	display: block;
	font-size: 28px;
	line-height: 1;
	letter-spacing: 5px;
	margin-bottom: 5px;
}
.ry-section-headline h2 {
	font-size: 58px;
	font-family: bitter;
	color: #222;
	line-height: 1;
}
.ry-section-headline h2 .span-2 {
	font-size: 20px;
	font-family: 'Jost';
	text-transform: uppercase;
	display: block;
	letter-spacing: 2px;
	line-height: 1;
}
.ry-section-headline.have-border .span-2 {
	margin-bottom: 30px;
	padding-bottom: 15px;
	position: relative;
}
.ry-section-headline.have-border .span-2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	background: #3db9d3;
}

/* HEADER */
.module-43 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 15px 0;
	background: rgba(255,255,255,0.9);
}
.module-43 .ry-container {
	max-width: 1600px;
	width: 90%;
	padding: 0;
}
.module-43 .ry-right {
	padding-left: 30px;
}
.module-43 .ry-left img {
	max-width: 220px;
	width: 100%;
	min-width: 130px;
}
.module-43 .ry-right .ry-leads-v2 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.module-43 .ry-right .ry-leads-v2 .ry-social {
	margin-right: 15px;
}
.module-43 .ry-right .ry-leads-v2 .ry-social .social-inner-wrapper {
	list-style: none;
	display: flex;
}
.module-43 .ry-right .ry-leads-v2 .ry-social .social-inner-wrapper li:not(:last-child) {
	margin-right: 5px;
}
.module-43 .ry-right .ry-leads-v2 .ry-social .social-inner-wrapper li a {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	background: #b3b3b2;
	border-radius: 50%;
	color: #fff;
}
.module-43 .ry-right .ry-leads-v2 .ry-contact-v2 {
	display: flex;
}
.module-43 .ry-right .ry-leads-v2 .ry-contact-v2 .btn-header {
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	background: #000;
	font-family: 'Jost';
	border-radius: 30px;
	color: #fff;
	font-size: 18px;
}
.module-43 .ry-right .ry-leads-v2 .ry-contact-v2 .btn-header:not(:last-child) {margin-right: 10px;}
.module-43 .ry-right .ry-leads-v2 .ry-contact-v2 .btn-header.btn-header-secondary {
	background: #3db9d3;
	margin-right: 10px;
}
.module-43 .ry-right .ry-leads-v2 .ry-contact-v2 .btn-header .fa {
	margin-right: 10px;
}
.module-43 .ry-right .ry-menu .nav-menu {
	top: 20px;
	padding-left: 0;
	list-style: none;
}
.module-43 .ry-right .ry-menu .nav-menu li a {
	display: flex;
	font-size: 21px;
	font-family: 'Jost';
	color: #333;
	text-transform: initial;
	letter-spacing: initial;
	font-weight: 400;
}
.module-43 .ry-right .ry-menu .nav-menu .ry-divider {
	display: none;
}
.module-43 .ry-right .ry-menu .nav-menu li a {
	display: flex;
}
.module-43 .ry-right .ry-menu .nav-menu li a .caret {
	margin-left: 5px;
}
/* END HEADER */
/* HERO */
.hero-v2 .hero-wrapper {
	height: 100vh;
	object-fit: cover;
	min-height: 600px;
}
.hero-v2 .hero-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-v2 .carousel-control {
	display: none;
}
.hero-v2 .ry-container {
	max-width: 90%;
	padding: 0;
}
.hero-content .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.hero-v2 .hero-wrapper:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60vh;
	background: linear-gradient(to top, #0000005e, #00000000);
	content: "";
	z-index: 1;
}
.hero-content {
	position: absolute;
	bottom: 0;
	z-index: 2;
}
.hero-content .ry-flex {
	display: flex;
	padding: 40px 0 60px;
	margin-left: -20px;
	margin-right: -20px;
	width: calc(100% + 20px);
	max-width: 1330px;
}
.hero-content .ry-flex .ry-each {
	padding: 7px 10px 7px 7px;
	border: 3px solid #3db9d3;
	border-radius: 80px;
	display: flex;
	align-items: center;
	margin: 0 7.5px;
	transition: .2s;
}
.hero-content .ry-flex .ry-each:nth-child(1) {
	max-width: 350px;
}
.hero-content .ry-flex .ry-each .each-link,
.hero-content .ry-flex .ry-each .each-link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9;
}
.hero-content .ry-flex .ry-each .photo {
	max-width: 100px;
	border: 4px solid rgba(255,255,255,0.1);
	border-radius: 50%;
	margin-right: 15px;
}
.hero-content .ry-flex .ry-each h4 {
	font-size: 23px;
	font-family: 'Jost';
	font-weight: 500;
	color: #3db9d3;
	/* text-align: left; */
	display: block;
	margin-bottom: 7px;
	letter-spacing: initial;
}
.hero-content .ry-flex .ry-each .span-2 {
	font-size: 16px;
	color: #fff;
	opacity: .6;
	text-align: left;
	display: block;
}
.hero-content .ry-flex .ry-each .span-2:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/%3E%3C/svg%3E");
	width: 16px;
	height: 16px;
	content: "";
	display: inline-block;
	margin-left: 5px;
	filter: brightness(0) invert(1);
	margin-bottom: -2px;
	background-size: contain;
}
.hero-content .ry-flex .ry-each:nth-child(3) {
	min-width: 500px;
}
.hero-content .ry-flex .ry-each:hover {
	background: #3db9d3;
}
.hero-content .ry-flex .ry-each:hover .photo {
	border-color: rgba(255,255,255,0.6);
}
.hero-content .ry-flex .ry-each:hover h4, 
.hero-content .ry-flex .ry-each:hover .span-2 {
	color: #222;
	opacity: 1;
}
.hero-content .ry-flex .ry-each:hover .span-2:after {
	filter: unset;
}
/* END HERO */

.group-section-one {
	background-image: url(bg_welcome-55a2f4fa619e.png);
	background-size: 100%;
	background-position-y: -100px;
	background-repeat: no-repeat;
}
/* WELCOME */

.welcome-v2 {
	padding: 160px 0;
	background-size: 100%;
	background-position-y: -100px;
}
.welcome-v2 .content {
	display: flex;
}
.welcome-v2 .content .ry-section-headline h2 {
	text-align: left;
}
.welcome-v2 .content .ry-section-headline {
	max-width: 340px;
	min-width: 340px;
}
.welcome-v2 .content .ry-text {
	padding-left: 150px;
	padding-top: 70px;
}
.welcome-v2 .content .ry-text p {
	font-size: 19px;
	font-family: roboto;
	color: #666666 !important;
	font-weight: 400;
	text-align: left;
	line-height: 1.8;
}
.welcome-v2 .content .ry-text .ry-btn {
	margin-top: 30px;
}
/* END WELCOME */

/* SERVICES */
.services-v2 .ry-container {
	max-width: 1600px;
}
.services-v2 .ry-container .ry-content {
	margin-bottom: -300px;
	z-index: 2;
}
.services-v2 .ry-container .ry-content:before {
	content: "";
	width: calc(100% + 5px);
	height: calc(100% + 5px);
	position: absolute;
	top: -2px;
	left: -2px;
	background: linear-gradient(to top, #3db9d300, #3db9d3);
	border-radius: 60px;
}
.services-v2 .ry-container .ry-content .content {
	border-radius: 60px;
	padding: 160px 8.333vw;
	background: #fff;
	box-shadow: 0px -2px 30px 15px rgba(0,0,0,0.02);
	-webkit-box-shadow: 0px -2px 30px 15px rgba(0,0,0,0.02);
	-moz-box-shadow: 0px -2px 30px 15px rgba(0,0,0,0.02);
}
.services-v2 .ry-container .ry-content .content .ry-section-headline h2 .span-2:after {
	left: 50%;
	transform: translate(-50%, 0);
}
.services-v2 .ry-container .ry-content .content .ry-section-headline.have-border .span-2 {
	padding-bottom: 20px;
}
.services-v2 .ry-container .ry-content .content .ry-text {
	margin-top: 30px;
}
.services-v2 .ry-container .ry-content .content .ry-text p {
	text-align: center;
	font-size: 19px;
	font-family: 'Roboto';
	line-height: 1.5;
	color: #333;
}
.services-v2 .ry-container .ry-content .content .ry-flex {
	margin-left: -30px;
	width: calc(100% + 30px);
	padding-top: 60px;
}
.services-v2 .ry-container .ry-content .content .ry-flex .ry-each {
	margin-left: 30px;
	width: calc(33.33% - 30px);
	display: flex;
	align-items: flex-end;
}
.services-v2 .ry-container .ry-content .content .ry-flex .ry-each:nth-child(odd) {
	margin-top: 63px;
}
.services-v2 .ry-container .ry-content .content .ry-flex .ry-each .each-link, 
.services-v2 .ry-container .ry-content .content .ry-flex .ry-each .each-link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: 0;
}
.services-v2 .ry-container .ry-content .content .ry-flex .ry-each .each-title {
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translate(-50%, 0);
	top: 60px;
	font-size: 28px;
	font-family: 'Bitter';
	text-align: center;
	color: #333;
	line-height: 1.2;
	width: 100%;
}
.services-v2 .ry-container .ry-content .content .button-wrapper {
	padding-top: 60px;
	clear: both;
}
/* END SERVICES */

/* TEAM */
.team-v2 {
	padding-top: 420px;
	padding-bottom: 150px;
	background-image: url(bg_meetthedoctor-4f5d81c63591.png);
	background-size: cover;
	background-position: center;
}
.team-v2 .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.team-v2 .ry-section-headline.have-border .span-2:after {
	left: 50%;
	transform: translate(-50%, 0);
	background: #333;
}
.team-v2 .ry-flex {
	margin: 60px 0 0;
	max-width: 900px;
}
.team-v2 .ry-flex .ry-each .photo:before {
	position: absolute;
	content: "";
	width: 240px;
	height: 240px;
	border: 7px solid #fff;
	left: 50%;
	transform: translate(-50%, 0);
	top: -10px;
	border-radius: 50%;
	opacity: 60%;
}
.team-v2 .ry-flex .ry-each .photo img {
	max-width: 220px;
	margin: 0 auto;
	box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 1%);
	-webkit-box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.01);
	border-radius: 50%;
}
.team-v2 .ry-flex .ry-each .each-text p {
	text-align: center;
	font-size: 23px;
	font-family: 'Jost';
	line-height: 1.2;
	color: #333;
	padding: 40px 0 30px;
	clear: both;
}
/* END TEAM */

/* OFFER */
.offer {
	padding: 250px 0 380px;
}
.offer:before, 
.offer:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.offer:before {
	background-image: url(promo_1-9f2946e17322.png);
}
.offer:after {
	left: auto;
	right: 0;
	background-image: url(promo_2-86883b9bbe70.png);
}
.offer .ry-container {
	max-width: 1600px;
	width: 90%;
	padding: 0;
}
.offer .ry-container .ry-content {
	z-index: 9;
}
.offer .ry-container .ry-content .ry-flex .ry-each {
	max-width: 500px;
	width: 100%;
}
.offer .ry-container .ry-content .ry-flex .ry-each .each-headline {
	font-size: 28px;
	font-family: 'Jost';
	text-align: center;
	color: #fff;
	font-weight: 400;
	margin-bottom: 15px;
}
.offer .ry-container .ry-content .ry-flex .ry-each:nth-child(2) .each-headline {
	opacity: 0;
}
.offer .ry-container .ry-content .ry-flex .ry-each .each-text h3 {
	font-size: 31px;
	font-family: 'Bitter';
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 35px;
	line-height: 1.2;
}
.offer .ry-container .ry-content .ry-flex .ry-each .each-text h3 .span-1 {
	display: block;
	font-size: 98px;
	color: #3db9d3;
	font-weight: 400;
	letter-spacing: 2px;
	display: flex;
	justify-content: center;
}
.offer .ry-container .ry-content .ry-flex .ry-each .each-text h3 .span-1 .span-2 {
	width: 80px;
	height: 80px;
	font-size: 21px;
	color: #333;
	background: #3db9d3;
	display: flex;
	align-items: center;
	align-items: center;
	justify-content: center;
	letter-spacing: initial;
	border-radius: 50%;
	transform: rotate(-25deg);
	margin-right: 10px;
	bottom: -5px;
	position: relative;
}
.offer .ry-container .ry-content .ry-flex .ry-each .each-text p {
	font-size: 23px;
	font-family: 'Jost';
	text-align: center;
	line-height: 1.3;
	color: #fff;
	font-weight: 400;
}

/* END OFFER */

/* AFFI */
.affi-v2 .swiper-button-prev, 
.affi-v2 .swiper-button-next {
	background: transparent;
	width: 15px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.affi-v2 .swiper-button-prev:before, 
.affi-v2 .swiper-button-next:before {
	border: solid #333;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
	content: "";
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.affi-v2 .swiper-button-prev:before {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.affi-v2 .ry-container {
	max-width: 1600px;
}
.affi-v2 .ry-container .ry-content {
	padding: 100px 60px;
	background: #eee;
	overflow: hidden;
	border-radius: 50px;
	margin-top: -250px;
	z-index: 2;
}
.affi-v2 .ry-container .ry-content:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgb(0 0 0 / 4%), #ffffff, rgb(0 0 0 / 4%));
}
.affi-v2 .ry-section-headline h4 {
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-family: 'Jost';
	font-size: 22px;
	letter-spacing: 3px;
	color: #333;
}
.affi-v2 .carousel-wrapper-custom {
	max-width: 1450px;
	float: unset;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.affi-v2 .ry-container .ry-content .swiper-container {
	max-width: 1280px;
}
.affi-v2 .carousel-wrapper-custom .swiper-pagination {
	width: 100%;
	top: 35%;
}
.affi-v2 .ry-container .ry-content .affi-option-1 .swiper-container {
	margin-bottom: 100px;
	/* display: block; */
}
.affi-v2 .ry-container .ry-content .swiper-container .swiper-slide img {
	height: 67px;
	object-fit: contain;
	max-width: 130px;
	margin: 0 auto;
}
/* END AFFI */

/* REVIEWS */
.reviews-v2 {
	padding: 500px 0 150px;
	display: flex;
	margin-top: -370px;
}

.reviews-v2 .ry-container {
	max-width: 1600px;
	width: 90%;
	padding: 0;
}
.reviews-v2 .ry-container:before {
	content: "";
	position: absolute;
	bottom: -150px;
	width: 60%;
	height: 843px;
	background-image: url(img_testi-b5784a729d82.png);
	max-width: 1081px;
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	left: 11%;
}
.reviews-v2 .ry-flex {
	align-items: center;
	justify-content: space-between;
}
.reviews-v2 .ry-flex .ry-each:nth-child(1) {
	max-width: 240px;
}
.reviews-v2 .ry-flex .ry-each:nth-child(1) .ry-section-headline h2 {
	margin-bottom: 40px;
}
.reviews-v2 .ry-flex .ry-each:nth-child(2) {
	max-width: 980px;
	width: 100%;
}

.reviews-v2 .ry-flex .ry-each .reviews-wrapper {
	display: flex;
}
.reviews-v2 .ry-flex .ry-each .reviews-content {
	width: 90%;
	max-width: 720px;
	margin-left: auto;
	margin-right: 100px;
	display: flex;
	flex-direction: column;
}
.reviews-v2 .ry-flex .ry-each .reviews-content .photo-qoute {
	margin-bottom: 40px;
	width: 80px;
	height: 80px;
	min-height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #3db9d3;
	margin-left: auto;
}
.reviews-v2 .ry-flex .ry-each .photo-qoute img {
	width: 33px;
	margin: 0 auto;
}
.reviews-v2 .ry-flex .ry-each .reviews-content p {
	font-size: 20px;
	/* font-style: italic; */
	font-weight: 400;
	margin-bottom: 50px;
	font-family: 'Roboto';
	text-align-last: right;
	color: #333;
}
.reviews-v2 .ry-flex .ry-each .reviews-content .each-name .star-rate {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}
.reviews-v2 .ry-flex .ry-each .reviews-content .each-name .star-rate .fa {
	color: #e3bc33;
	font-size: 18px;
	margin: 0 4px;
}
.reviews-v2 .ry-flex .ry-each .reviews-content .each-name h5 {
	text-align: right;
	font-size: 24px;
	/* text-transform: uppercase; */
	font-weight: bold;
	color: #333;
	font-family: 'Bitter';
	padding-top: 10px;
	display: block;
}
.reviews-v2 .ry-flex .ry-each .reviews-wrapper .swiper-pagination {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 999;
}
.reviews-v2 .ry-flex .ry-each .reviews-wrapper .swiper-pagination span {
	width: 10px;
	height: 10px;
	display: block;
	margin: 7.5px 0;
	background: #e8e8e8;
	opacity: 1;
	position: relative;
}
.reviews-v2 .ry-flex .ry-each .reviews-wrapper .swiper-pagination span.swiper-pagination-bullet-active {
	background: #3db9d3;
}
.reviews-v2 .ry-flex .ry-each .reviews-wrapper .swiper-pagination span.swiper-pagination-bullet-active:before {
	position: absolute;
	top: -7px;
	left: -7px;
	width: 25px;
	height: 25px;
	background: #f4f4f4;
	content: "";
	z-index: -1;
	border-radius: 50%;
}

/* END REVIEWS */

/* FOOTER */
.footer-v2 {
	background: #333;
	border-top: 25px solid #3db9d3;
}
.footer-v2 .ry-container {
	max-width: 1600px;
	width: 90%;
	padding: 0;
}
.footer-v2 .footer-top {
	padding: 120px 0 75px;
}
.footer-v2 .ry-container .footer-top .ry-flex {
	justify-content: space-between;
}
.footer-v2 .ry-container .footer-top .ry-flex .ry-each:nth-child(1) {
	max-width: 360px;
}
.footer-v2 .ry-container .footer-top .ry-flex .ry-each:nth-child(1) .ry-section-headline h2 {
	color: #3db9d3;
}
.footer-v2 .ry-container .footer-top .ry-flex .ry-each:nth-child(1) .ry-section-headline h2 .span-2 {
	color: #fff;
}
.footer-v2 .ry-container .footer-top .ry-flex .ry-each .ry-social-wrapper .social-inner-wrapper {
	display: flex;
	list-style: none;
}
.footer-v2 .ry-container .footer-top .ry-flex .ry-each .ry-social-wrapper .social-inner-wrapper li:not(:last-child) {
	margin-right: 5px;
}
.footer-v2 .ry-container .footer-top .ry-flex .ry-each .ry-social-wrapper .social-inner-wrapper li a {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	border-radius: 50%;
	color: #fff;
}
.footer-v2 .ry-container .footer-top .ry-flex .ry-each .ry-social-wrapper .social-inner-wrapper li a.fa-facebook {
	background-color: #4267b2;
}
.footer-v2 .ry-container .footer-top .ry-flex .ry-each .ry-social-wrapper .social-inner-wrapper li a.fa-youtube-square {
	background-color: #bd081c;
}
.footer-v2 .ry-container .footer-top .ry-flex .ry-each .ry-social-wrapper .social-inner-wrapper li a.fa-google {
	background-color: #dd5346;
}
.footer-v2 .ry-container .footer-top .ry-flex .ry-each:nth-child(2) {
	max-width: 500px;
}
.footer-v2 .ry-container .footer-top .ry-flex .ry-each .each-wrapper {
	display: flex;
}
.footer-v2 .ry-container .footer-top .ry-flex .ry-each .each-wrapper .each-headline {
	display: flex;
	max-width: 210px;
	width: 100%;
}
.footer-v2 .ry-container .footer-top .ry-flex .ry-each:nth-child(1) .ry-section-headline {
	margin-bottom: 50px;
}
.footer-v2 .ry-container .footer-top .ry-flex .ry-each .each-wrapper .each-headline .fa {
	background: rgba(255,255,255, .1);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
}
.footer-v2 .ry-container .footer-top .ry-flex .ry-each .each-wrapper:not(:last-child) {
	margin-bottom: 30px;
}
.footer-v2 .ry-container .footer-top .ry-flex .ry-each .each-wrapper .each-headline .each-title {
	padding-top: 10px;
	padding-left: 20px;
	font-size: 18px;
	font-family: 'Roboto';
	color: #fff;
}
.footer-v2 .ry-container .footer-top .ry-flex .ry-each .each-wrapper .each-details {
	width: 100%;
}
.footer-v2 .ry-container .footer-top .ry-flex .ry-each .each-wrapper .each-details .each-title a {
	font-size: 18px;
	font-family: 'Roboto';
	color: #fff;
	line-height: 1.3;
}
.footer-v2 .ry-container .footer-top .ry-flex .ry-each .each-wrapper .each-details .each-title .span-1 {
	font-size: 15px;
	font-style: italic;
	font-family: 'Roboto';
	display: block;
	margin-top: 20px;
	color: #fff;
	line-height: 1.3;
}
.footer-v2 .ry-container .footer-top .ry-flex .ry-each .each-wrapper .each-details .each-title.phone a {
	font-size: 30px;
	font-family: 'Roboto';
	font-weight: 600;
}
.footer-bottom {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 30px 0;
}
.footer-bottom .footer-powered {
	font-size: 14px;
	color: #fff;
	font-family: 'Roboto';
}
.footer-bottom .ry-each:nth-child(2) {
	max-width: 230px;
	display: flex;
	align-items: center;
}
.footer-bottom .ry-each:nth-child(2) div {
	margin-right: 10px;
}
.footer-bottom .ry-each:nth-child(2) img {
	width: 140px;
	object-fit: contain;
}
.footer-v2 .ry-container .footer-top .ry-flex .ry-each:nth-child(3) {
	max-width: 350px;
}
.footer-v2 .ry-container .footer-top .ry-flex .ry-each .hour-wrapper ul {
	list-style: none;
	padding-left: 0;
}
.footer-v2 .ry-container .footer-top .ry-flex .ry-each .hour-wrapper ul li {
	display: flex;
}
.footer-v2 .ry-container .footer-top .ry-flex .ry-each .hour-wrapper ul li:not(:last-child) {
	margin-bottom: 5px;
}
.footer-v2 .ry-container .footer-top .ry-flex .ry-each .hour-wrapper ul li span {
	font-size: 18px;
	font-family: 'Roboto';
	color: #fff;
}
.footer-v2 .ry-container .footer-top .ry-flex .ry-each .hour-wrapper ul li .span-1 {
	min-width: 170px;
}
/* END FOOTER */

/* QA */
.module-43 .ry-right .ry-leads-v2 .ry-social .social-inner-wrapper li a:hover,
.footer-v2 .ry-container .footer-top .ry-flex .ry-each .ry-social-wrapper .social-inner-wrapper li a:hover {
	transform: scale(1.1);
}
.module-43 .ry-right .ry-leads-v2 .ry-contact-v2 .btn-header.btn-header-secondary:hover {
	background: #000;
}
.module-43 .ry-right .ry-leads-v2 .ry-contact-v2 .btn-header:hover {
	background: #3db9d3;
}
.module-43 .ry-right .ry-menu .nav-menu li a:hover,
.footer-v2 .ry-container .footer-top .ry-flex .ry-each .each-wrapper .each-details .each-title a:hover {
	color: #3db9d3 !important;
}
.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li.third-level-container > a:after {
	content: "";
	border: solid #000;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 26px;
}
.ry-btn.ry-btn-primary:hover {
	background: #3db9d3 !important;
}
.services-v2 .ry-container .ry-content .content .ry-flex .ry-each:hover .each-title {
	font-weight: 600;
	color: #3db9d3;
	transition: .2s;
}
.module-24 .ry-each {
	padding: 50px 0;
}
body.default #ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
	font-family: bitter;
	text-transform: initial;
	font-weight: 400;
	letter-spacing: initial;
	font-size: 60px;
}

/* END QA */
/** PLACE YOUR MOBILE AND UP CSS HERE **/
@media (max-width: 1660px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	.reviews-v2 .ry-flex .ry-each .reviews-content {
		width: 66%;
		max-width: 720px;
		margin-left: auto;
		margin-right: 100px;
		display: flex;
		flex-direction: column;
	}
}
@media (max-width: 1440px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	.hero-content .ry-flex .ry-each .photo {
		max-width: 70px;
	}
	.hero-content .ry-flex .ry-each h4 {
		font-size: 18px;
	}
	.hero-content .ry-flex .ry-each .span-2 {
		font-size: 14px;
	}
	.hero-content .ry-flex .ry-each:nth-child(1) {
		max-width: 300px;
	}
	.hero-content .ry-flex .ry-each:nth-child(2) {
		max-width: 330px;
	}
	.hero-content .ry-flex .ry-each:nth-child(3) {
		min-width: 440px;
	}
	.welcome-v2 .content .ry-text {
		padding-left: 8.333vw;
	}
	.ry-section-headline h2 .span-2 {
		font-size: 18px;
	}
	.ry-section-headline h1 {
		font-size: 50px;
	}
	.ry-section-headline h2 {
		font-size: 50px;
	}
	.services-v2 .ry-container .ry-content .content .ry-text p {
		font-size: 18px;
	}
	.reviews-v2 .ry-flex .ry-each .reviews-content p {
		font-size: 18px;
	}
	.offer .ry-container .ry-content .ry-flex .ry-each .each-text h3 .span-1 {
		font-size: 70px;
	}
}
@media (max-width: 1366px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	.footer-v2 .ry-container .footer-top .ry-flex .ry-each .each-wrapper .each-headline {
		max-width: 150px;
	}
	.footer-v2 .ry-container .footer-top .ry-flex .ry-each .each-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	.footer-v2 .ry-container .footer-top .ry-flex .ry-each .each-wrapper .each-details {
		width: 100%;
		padding-left: 60px;
	}
	.footer-v2 .ry-container .footer-top .ry-flex .ry-each:nth-child(1) {
		max-width: 320px;
	}
	.reviews-v2 .ry-flex .ry-each .reviews-content {
		width: 55%;
	}
}
@media (max-width: 1280px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	.footer-v2 .ry-container .footer-top .ry-flex .ry-each:nth-child(3) {
		max-width: 310px;
	}
	.footer-v2 .ry-container .footer-top .ry-flex .ry-each .hour-wrapper ul li .span-1 {
		min-width: 140px;
	}
}
@media (max-width: 1199px) {

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

	.hero-content .ry-flex {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding-bottom: 0;
		padding-top: 20px;
	}
	.hero-content .ry-flex .ry-each:nth-child(3) {
		min-width: 440px;
		max-width: max-content;
		margin-top: 20px;
	}
	.services-v2 .ry-container .ry-content .content .ry-flex .ry-each .each-title {
		font-size: 22px;
	}
	.ry-btn {
		min-height: 55px !important;
		height: 55px;
		padding-top: 0;
		font-size: 18px !important;
		padding-bottom: 0 !important;
		align-items: center;
	}
	.ry-btn:after {
		margin-left: 5px !important;
	}
	.reviews-v2 .ry-flex .ry-each .reviews-content {
		width: 66%;
		max-width: 720px;
		margin-left: auto;
		margin-right: 0;
		padding-right: 50px;
	}
	.footer-v2 .ry-container .footer-top .ry-flex .ry-each .hour-wrapper ul li .span-1 {
		min-width: 110px;
	}
	.footer-v2 .ry-container .footer-top .ry-flex .ry-each:nth-child(3) {
		max-width: 280px;
	}
	#ry-pg-banner .ry-bnr-wrp {
		background-position: 65%;
	}
}
@media (max-width: 1080px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	#menu_container {
		background: #3db9d3;
	}
	#ry-pg-banner .ry-bnr-wrp {
		margin-top: 89px;
	}
	#menu_container .mm-listview li a {
		font-size: 18px !important;
		font-family: 'Jost' !important;
		text-transform: initial;
		letter-spacing: initial !important;
		font-weight: 300 !important;
	}
	.module-43 {
		display: none;
	}
	.mobile-container .flex-wrap .mobile_logo img {
		max-width: 72px;
	}
	.mobile-container .flex-wrap .mobile_logo {
		position: absolute;
		left: 50%;
		/* position: relative; */
		transform: translate(-50%, 0);
	}
	#theme2-smHeader {
		display: block !important;
	}
	.mobile-container {
		background: #3db9d3 !important;
		height: 90px;
		padding: 10px 0;
	}
	.mobile-container .mobile-nav button .hamburger-inner, 
	.mobile-container .mobile-nav button .hamburger-inner:before, 
	.mobile-container .mobile-nav button .hamburger-inner:after,
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
		background: #fff !important;
	}
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a .fa {
		color: #3db9d3;
	}
	.mobile-container .flex-wrap .flex-item.left-nav {
		padding-left: 30px;
	}
	.mobile-container .flex-wrap .flex-item.left-nav {
		padding-left: 30px;
		height: 70px;
	}
	.mobile-container .flex-wrap .flex-item.right-nav {
		padding-right: 30px;
	}
	.hero-content {
		position: relative;
		bottom: 0;
		background: #333;
		padding: 30px 0;
	}
	.hero-content .ry-flex .ry-each:nth-child(2), 
	.hero-content .ry-flex .ry-each:nth-child(3), 
	.hero-content .ry-flex .ry-each:nth-child(1) {
		max-width: 330px;
		min-width: auto;
	}
	.group-section-one {
		background-image: url(bg_welcome-55a2f4fa619e.png);
		background-size: 150%;
		background-position-y: 0;
		background-repeat: no-repeat;
		background-position-x: center;
	}
	.welcome-v2 .content {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.welcome-v2 .content .ry-section-headline {
		max-width: initial;
		min-width: unset;
	}
	.welcome-v2 .content .ry-section-headline .span-2:after,
	.reviews-v2 .ry-flex .ry-each:nth-child(1) .ry-section-headline h2 .span-2:after {
		left: 50%;
		transform: translate(-50%, 0);
	}
	.welcome-v2 .content .ry-section-headline h2 {
		text-align: center;
	}
	.welcome-v2 .content .ry-text {
		padding-left: 0;
		padding-top: 30px;
	}
	.welcome-v2 .content .ry-text p {
		text-align: center;
	}
	.welcome-v2 .content .ry-text .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}
	.services-v2 .ry-container .ry-content .content .ry-flex .ry-each .each-title {
		font-size: 20px;
		top: 30px;
	}
	.reviews-v2 {
		padding: 420px 0 50vw;
		display: flex;
		margin-top: -370px;
	}
	.reviews-v2 .ry-flex .ry-each:nth-child(1) {
		max-width: 100%;
	}
	.reviews-v2 .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.reviews-v2 .ry-flex .ry-each:nth-child(1) .ry-section-headline h2 {
		text-align: center;
	}
	.reviews-v2 .ry-flex .ry-each:nth-child(1) .ry-btn {
		margin: 0 auto;
	}
	.reviews-v2 .ry-flex .ry-each .reviews-content {
		width: 100%;
		max-width: 100%;
	}
	.reviews-v2 .ry-flex .ry-each .reviews-content .photo-qoute {
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}
	.reviews-v2 .ry-flex .ry-each .reviews-content p {
		text-align: center;
		text-align-last: center;
	}
	.reviews-v2 .ry-flex .ry-each .reviews-content .each-name h5 {
		text-align: center;
	}
	.reviews-v2 .ry-flex .ry-each .reviews-content .each-name .star-rate {
		justify-content: center;
	}
	.reviews-v2 .ry-container:before {
		bottom: -50vw;
		width: 70%;
	}
	.footer-v2 .ry-container .footer-top .ry-flex {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.footer-v2 .ry-container .footer-top .ry-flex .ry-each:nth-child(1) {
		max-width: 100%;
	}
	.footer-v2 .ry-container .footer-top .ry-flex .ry-each:nth-child(1) .ry-section-headline {
		text-align: center;
	}
	.footer-v2 .ry-container .footer-top .ry-flex .ry-each:nth-child(1) .ry-section-headline .span-2:after {
		left: 50%;
		transform: translate(-50%, 0);
	}
	.footer-v2 .ry-container .footer-top .ry-flex .ry-each .ry-social-wrapper .social-inner-wrapper {
		display: flex;
		list-style: none;
		justify-content: center;
		margin-bottom: 40px;
	}
	.footer-v2 .ry-container .footer-top .ry-flex .ry-each:nth-child(2) {
		max-width: 100%;
	}
	.footer-v2 .ry-container .footer-top .ry-flex .ry-each .each-wrapper .each-headline {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.footer-v2 .ry-container .footer-top .ry-flex .ry-each .each-wrapper .each-headline .each-title {
		padding-left: 0;
		padding-top: 10px;
	}
	.footer-v2 .ry-container .footer-top .ry-flex .ry-each .each-wrapper .each-details .each-title a {
		display: block;
		text-align: center;
	}
	.footer-v2 .ry-container .footer-top .ry-flex .ry-each .each-wrapper .each-details .each-title .span-1 {
		text-align: center;
	}
	.footer-bottom .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer-bottom .footer-powered {
		text-align: center;
	}
	.footer-bottom .ry-each:nth-child(2) {
		flex-direction: column;
		align-items: center;
		margin-top: 5px;
	}
	.footer-bottom .ry-each:nth-child(2) div {
		margin-right: 0;
	}
	.footer-v2 .ry-container .footer-top .ry-flex .ry-each .each-wrapper .each-details {
		width: 100%;
		padding-left: 0;
	}
	.hero-v2 .hero-wrapper {
		min-height: unset;
		height: auto;
		padding-bottom: 75%;
		position: relative;
		/* margin-top: 90px; */
	}

	/* NO AMP CHANGES */
	.hero-v2 .hero-wrapper video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.ry-section-headline h1 .span-1 {
		font-size: 20px;
	}
	.ry-section-headline h1 {
		font-size: 40px;
	}
	.ry-section-headline h2 {
		font-size: 36px;
	}
	.team-v2 {
		padding-bottom: 60px;
	}
	.offer .ry-container .ry-content .ry-flex .ry-each .each-text h3 .span-1 {
		font-size: 50px;
	}
	.offer .ry-container .ry-content .ry-flex .ry-each .each-text h3 .span-1 .span-2 {
		font-size: 12px;
		width: 50px;
		height: 50px;
	}
}
@media (max-width: 991px) {
	body.default #ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		font-size: 46px;
	}

	.services-v2 .ry-container .ry-content .content {
		padding: 40px;
	}
	.services-v2 .ry-container .ry-content .content .ry-text {
		margin-top: 20px;
	}
	.services-v2 .ry-container .ry-content .content .ry-flex .ry-each:nth-child(odd) {
		margin-top: 0;
	}

	.services-v2 .ry-container .ry-content .content .ry-flex .ry-each .photo {
		padding-bottom: 150%;
	}
	.services-v2 .ry-container .ry-content .content .ry-flex .ry-each .photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.services-v2 .ry-container .ry-content .content .ry-flex {
		margin-left: -10px;
		width: calc(100% + 15px);
		padding-top: 30px;
	}
	.services-v2 .ry-container .ry-content .content .ry-flex .ry-each {
		margin-left: 10px;
		width: calc(33.33% - 15px);
	}
	.services-v2 .ry-container .ry-content .content .button-wrapper {
		padding-top: 30px;
		clear: both;
	}
	.offer {
		padding: 0;
	}
	.offer:before, 
	.offer:after {
		opacity: 0;
	}
	.offer .ry-container {
		width: 100%;
	}
	.offer .ry-container .ry-content .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.offer .ry-container .ry-content .ry-flex .ry-each {
		max-width: 100%;
		width: 100%;
		padding: 60px 0;
		background: #000;
	}
	.offer .ry-container .ry-content .ry-flex .ry-each:nth-child(1) {
		background-image: url(promo_1-9f2946e17322.png);
	}
	.offer .ry-container .ry-content .ry-flex .ry-each:nth-child(2) {
		background-image: url(promo_2-86883b9bbe70.png);
	}
	.offer .ry-container .ry-content .ry-flex .ry-each .each-headline {
		font-size: 22px;
	}
	.offer .ry-container .ry-content .ry-flex .ry-each .each-text h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.offer .ry-container .ry-content .ry-flex .ry-each .each-text p {
		font-size: 18px;
	}
	.affi-v2 .ry-container .ry-content {
		margin-top: 0;
	}
	.affi-v2 {
		padding: 60px 0;
	}
	.affi-v2 .ry-section-headline h4 {
		font-size: 20px;
	}

}
@media (max-width: 820px) {
	.team-v2 .ry-flex {
		flex-wrap: wrap;
	}
	.team-v2 .ry-flex .ry-each {
		margin-bottom: 30px;
	}
}
@media (max-width: 768px) {
	.welcome-v2 .content .ry-text p,
	.services-v2 .ry-container .ry-content .content .ry-text p,
	.offer .ry-container .ry-content .ry-flex .ry-each .each-text p,
	.reviews-v2 .ry-flex .ry-each .reviews-content p {
		font-size: 16px;
		line-height: 1.7;
	}
	.ry-btn {
		height: 50px !important;
		min-height: 50px !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
		font-size: 16px !important;
	}
}
@media (max-width: 744px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	.hero-content .ry-flex .ry-each:not(:last-child) {
		margin-bottom: 10px;
	}
	.hero-content .ry-flex .ry-each:nth-child(3) {
		margin-top: 0;
	}
}

@media (max-width: 600px) {

	/** PLACE YOUR LAPTOP AND UP CSS HERE **/
	.services-v2 .ry-container .ry-content .content .ry-flex {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.services-v2 .ry-container .ry-content .content .ry-flex .ry-each {
		width: calc(75% - 10px);
		margin-top: 0;
	}
	.services-v2 .ry-container .ry-content .content .ry-flex .ry-each:not(:last-child) {
		margin-bottom: 20px;
	}

	.services-v2 .ry-container .ry-content .content .ry-flex .ry-each .photo {
		padding-bottom: 100%;
	}
	.services-v2 .ry-container .ry-content .content .ry-flex .ry-each {
		width: calc(95% - 10px);
	}
}

@media (min-width: 1200px) {

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

}
.ry-pg-title .ry-container>div {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	gap: 20px;
}
.ry-pg-title .ry-container>div br {
    display: none;
}
@media(max-width: 767px){
	.ry-pg-title .ry-container>div {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}