/* HERO */
.ry-section-hero {
    margin-top: -1px;
    z-index: 2;
}

.ry-hero .ry-container-full {
    padding: 10rem 0 0;
}

.ry-section-bg,
.ry-section-bg img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ry-section-hero .hero-text span.span-1 {
    font-size: 71px;
    line-height: 90px;
    color: #005294;
    font-weight: 500 !important;
    font-family: "Yanone Kaffeesatz", sans-serif !important;
}

.hp-services__slick .service-arrow a {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
}

.ry-section-hero .hero-text h1 {
    font-size: 26px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #92b1d6;
    font-weight: 300 !important;
    font-family: "Rubik" !important;
}

.ry-hero .ry-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ry-hero .ry-wrapper {
    width: min(1600px, 90%);
    max-width: 100%;
    margin: 0 auto;
    float: unset;
}


.ry-hero .ry-content .hero-text {
    width: min(640px, 100%);
}


.ry-hero .ry-content .hero-slider {
    width: min(800px, 100%);
	top: 3rem;
}

.hero-slick-arrows {
    position: absolute;
    bottom: 0;
    left: 3rem;
}

.hero-slick-arrows .wrapper-nav {
    width: 160px;
    height: 160px;
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-slick-arrows .wrapper-nav button {
    background: #92b1d6;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hero-slick-arrows .wrapper-nav button svg {
    width: 3rem;
    height: 3rem;
    fill: #fff;
}

.hero-slick-arrows .wrapper-nav button:first-child {
    justify-content: flex-end;
}

.hero-slick-arrows .wrapper-nav button:hover {
    background: #005294;
}

.hero__slick .slick-arrow {
    display: none !important;
}


.hero-btn-wrapper a.ry-btn.ry-btn-primary {
    width: 355px;
    height: 60px;
    border-radius: 30px;
    background-image: linear-gradient(180deg, #3776ac 0%, #005293 100%, #005293 100%) !important;
    font-size: 18px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #e5edf4 !important;
    font-weight: 400 !important;
    font-family: "Rubik";
    text-align: center;
}


/* END OF HERO */


/* WELCOME */

.ry-welcome .ry-section-bg img,
.ry-welcome .ry-section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.welcome-circle img {
    max-width: max-content;
}

.hp-section .ry-heading span {
    font-size: 26px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #92b1d6;
    font-weight: 300;
    font-family: "Rubik";
    text-align: center;
    display: block;
}

.hp-section .ry-heading h2 {
    font-size: 71px;
    color: #005294;
    font-weight: 500;
    font-family: "Yanone Kaffeesatz";
    text-align: center;
}

.ry-welcome .ry-content-inner .ry-text p {
    text-wrap: balance;
    width: min(640px, 90%);
    font-size: 20px;
    line-height: 28px;
    color: #48586c;
    margin: 0 auto;
    display: block;
    padding: 20px 0 40px;
    text-align: center;
}

.welcome-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ry-welcome .ry-content {
    width: 889px;
    height: 889px;
    border-radius: 50%;
    filter: drop-shadow(0px -51px 43.5px rgba(0, 82, 148, 0.15));
    background-color: #ffffff;
    margin: 0 auto;
    float: unset;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    top: 5rem;
}

.welcome-circle {
    position: absolute;
    max-width: max-content;
}

.hp-section.ry-welcome {
    margin-top: -15rem;
    z-index: 1;
}

.ry-welcome .ry-container-full {
    min-height: 1956px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.ry-heading-icon {
    max-width: max-content;
}

.welcome-circle.two {
    bottom: -35%;
    right: -5%;
}

.welcome-circle.one {
    top: 0;
    left: -5%;
    z-index: 9;
}

.welcome-circle.three {
    top: -20%;
    right: -19%;
}

.ry-welcome .ry-content-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.welcome-circle.four {
    bottom: -15%;
    left: -25%;
}

/* END OF WELCOME*/

/* SERVICES */

.ry-services {
    padding: 0;
}

.hp-services__slick .slick-track {
    padding: 7rem 0;
}

.hp-services__slick .slick-track .each-service {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-services__slick .service-wrapper {
    cursor: pointer;
    display: flex;
    width: 400px;
    height: 579px;
    border-radius: 200px;
    filter: drop-shadow(0 0 43.5px rgba(0, 82, 148, 0.15));
    background-color: #ffffff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 300ms ease-in-out;
}

.hp-services__slick .service-group .service-icon img {
    max-width: max-content;
    margin: 0 auto;
}

.hp-services__slick .service-arrow {
	position: relative;
    display: flex;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background-color: #92b1d6;
    align-items: center;
    justify-content: center;
}

.hp-services__slick .service-arrow svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.hp-services__slick .service-text p {
    margin: 0 auto;
    width: 289px;
    font-size: 18px !important;
    line-height: 26px;
    padding: 0 0 30px;
}

.hp-services__slick .service-title h3 {
    font-size: 34px;
    line-height: 2;
    font-weight: 400 !important;
    text-align: center;
}

.hp-services__slick .each-service .service-wrapper:after {
    content: " ";
    position: absolute;
    width: 430px;
    height: 620px;
    border-radius: 220px;
    border: 1px solid #bdcfe4;
    opacity: 1;
}

.hp-services__slick .each-service .service-wrapper {
    transition: 300ms ease-in-out;
}

.hp-services__slick .each-service .service-wrapper:after {
    opacity: 1;
}

.hp-services__slick .each-service .service-wrapper .service-text p {
    transition: 300ms ease-in-out;
	color: #48586c;
}

.hp-services__slick .slick-slide {
    margin: 0 20px;
}

.hp-services__slick .slick-list {
    margin: 0 -20px;
}


.hp-services__slick{
		overflow-x: visible;
		scroll-snap-type: none;
		scroll-behavior: auto;
		-webkit-mask-image: none;
		mask-image: none;
		padding-left: 0 !important;
		padding-right: 0 !important;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 0;
	}

	.hp-services__slick .each-service{
		flex: 0 0 auto;
		scroll-snap-align: none;
	}

	.hp-services__slick .each-service .service-wrapper:after {
		content: " ";
		position: absolute;
		width: 430px;
		height: 620px;
		border-radius: 220px;
		border: 1px solid #bdcfe4;
		opacity: 1;
	}

	.hp-services__slick .each-service.is-active .service-wrapper {
    background: #fff;
    box-shadow: unset;
}

.hp-services__slick .each-service.is-active .service-icon img {
    filter: unset;
}

.hp-services__slick .each-service.is-active .service-text p {
    color: #48586c;
}

.hp-services__slick .each-service.is-active .service-title h3 {
    color: #005294;
}

.hp-services__slick .each-service.is-active .service-arrow {
    background: #92b1d6;
}

	.hp-services__slick .slick-track {
    padding: 5rem 0;
}

.hp-services__slick ul.slick-dots {
    display: flex !important;
    padding: 0;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 5px;
}

.hp-services__slick ul.slick-dots li {
    width: 16px;
    height: 16px;
    background: rgb(146 177 214 / 50%);
    font-size: 0;
    border-radius: 50%;
	cursor: pointer;
}

.hp-services__slick ul.slick-dots li.slick-active {
    background: rgb(146 177 214 / 100%);
}


/* ===== Active state ===== */
.hp-services__slick .each-service.is-active .service-wrapper{
     background: linear-gradient(0deg, rgb(23 96 157) 50%, rgb(2 83 148) 100%);
     box-shadow: 0 26px 70px rgba(10, 30, 60, .22);
}

/* active text colors */
.hp-services__slick .each-service.is-active .service-title h3,
.hp-services__slick .each-service.is-active .service-text p{
  color: #fff;
}

/* active icon + arrow colors */
.hp-services__slick .each-service.is-active .service-icon img{filter: brightness(0) invert(1);}
.hp-services__slick .each-service.is-active .service-arrow{
  background: rgba(255,255,255,.16);
  color: #fff;
}

/* ===== Responsive width ===== */
@media (max-width: 900px){
  :root{ --service-card-w: 300px; }
  .hp-services__slick .service-wrapper{/* min-height: 390px; */}
}
@media (max-width: 520px){
  :root{ --service-card-w: 260px; }
  .hp-services__slick{ padding-left: 16px; padding-right: 16px; }
  .hp-services__slick .service-wrapper{ min-height: 360px; padding-left: 18px; padding-right: 18px; }
  .hp-services__slick .service-title h3{/* font-size: 20px; */}
}

.btn-wrapper-services div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0 0;
}

.btn-wrapper-services a.ry-btn.ry-btn-primary.ry-btn-transparent {
    width: 273px;
    height: 60px;
    border-radius: 30px;
    background: transparent !important;
    border: 1px solid #92b1d6;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Rubik";
    text-align: center;
    color: #005294 !important;
}


/* END OF SERVICES */
	
/* DOCTORS */
	

.ry-doctors.hp-section {
    margin-top: -10rem;
}

.ry-doctors .ry-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ry-doctors .ry-wrapper {width: min(1280px, 100%);max-width: 100%;float: unset;margin: 0 auto;}

.ry-doctors .ry-content .content-left {
    width: 560px;
    left: 5rem;
    z-index: 9;
}

.ry-doctors .ry-content .content-right {
    width: 800px;
    height: 800px;
    border-radius: 50%;
    filter: drop-shadow(0 0 30px rgba(0,0,0,0.1));
    background-color: #005294;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ry-doctors .ry-content .doctor-name h2 {
    font-size: 60px;
    color: #ffffff;
    font-weight: 500 !important;
    text-align: center;
}

.ry-doctors .ry-content .doctor-name span.span-1 {
    font-size: 26px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #92b1d6;
    font-weight: 300;
    font-family: "Rubik";
    text-align: center !important;
    display: block;
}

.ry-doctors .ry-content .btn-wrapper-each-doctor a.ry-btn.ry-btn-primary {
    width: 245px;
    height: 60px;
    border-radius: 30px;
    background: transparent !important;
    border: 1px solid #92b1d6;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff !important;
    font-weight: 400;
    font-family: "Rubik";
    text-align: center;
}

.ry-doctors .ry-content .doctor-bio p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400 !important;
    text-align: center;
    width: min(563px, 90%);
    max-width: 100%;
    float: unset;
    margin: 30px auto;
}

.ry-doctors .ry-content .btn-wrapper-each-doctor div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ry-doctors .ry-content .hp-doctor-nav ul.slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style: none;
    gap: 10px;
    margin: 60px 0 0;
}

.ry-doctors .ry-content .hp-doctor-nav ul.slick-dots li {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #92b1d6;
    font-size: 0;
    cursor: pointer;
}

.ry-doctors .ry-content .hp-doctor-nav ul.slick-dots li.slick-active {
    background-color: #fff;
}


.ry-doctors .ry-content .doctor-name div br {
    display: none;
}

.ry-doctors .ry-content .hp-doctor-for .slick-arrow {
    display: none !important;
}

.ry-doctors .ry-content .btn-wrapper-doctors div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}

.ry-doctors .ry-content .btn-wrapper-doctors div .ry-btn.ry-btn-primary {
    width: 245px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #005294;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #005294 !important;
    font-weight: 400;
    font-family: "Rubik";
    text-align: center;
    background: transparent !important;
}

/* END OF DOCTORS */

/* INSURANCES AND BRANDS SECTION */
.ry-insurances-brands .ry-wrapper {
    width: min(1440px, 90%);
    max-width: 100%;
    margin: 0 auto;
    float: unset;
}

.ry-insurances-brands .slick-track  .each-logo.slick-slide img {
    max-width: 10rem;
    margin: 0 auto;
    filter: brightness(0) saturate(100%) invert(33%) sepia(32%) saturate(368%) hue-rotate(173deg) brightness(92%) contrast(91%);
}

.ry-insurances-brands .slick-track .each-logo.slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 13vh;
}


.ry-insurances-brands .hp-heading h2 {
    font-size: 26px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #005294;
    font-weight: 300 !important;
    text-align: center !important;
    font-family: 'Rubik' !important;
}

.ry-insurances-brands .slick__content .slick-arrow {
    display: none !important;
}

.ry-insurances-brands .hp-heading {
    padding: 30px 0;
}

.ry-insurances-brands .wrapper-nav button svg {
    width: 2rem;
    height: 2rem;
    fill: #a3abb5;
}

.ry-insurances-brands  .insurances-slick-arrows,
.ry-insurances-brands  .brands-slick-arrows{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ry-insurances-brands .wrapper-nav button {
    position: absolute;
}

.ry-insurances-brands .wrapper-nav button.insurances-slick-prev,
.ry-insurances-brands .wrapper-nav button.brands-slick-prev{
    left: 0;
}

.ry-insurances-brands .wrapper-nav button.insurances-slick-next,
.ry-insurances-brands .wrapper-nav button.brands-slick-next{
    right: 0;
}
	
.ry-insurances-brands .slick__content ul.slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 10px;
    padding: 30px 0;
}

.ry-insurances-brands .slick__content ul.slick-dots li {
    list-style: none;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #b1b6be;
    font-size: 0;
    cursor: pointer;
    z-index: 9;
}

.ry-insurances-brands .slick__content ul.slick-dots li.slick-active {
    background: #48586c;
}
	
/* END OF INSURANCES AND BRANDS SECTION*/

.hp-heading-icon img {
    max-width: max-content;
    margin: 0 auto;
}

.ry-testimonials .ry-content-inner {
    width: 898px;
    height: 898px;
    border-radius: 449px;
    filter: drop-shadow(23.943px 45.03px 43.5px rgba(0,82,148,0.15));
    background-color: #ffffff;
    margin: 0 auto;
    float: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

.ry-testimonials .testimony-stars svg {
    width: 1rem;
    height: 1rem;
    fill: #f3ad33;
}

.ry-testimonials .testimony-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.ry-testimonials .each-testimony .testimony-name h3 {  
    font-size: 20px;
    line-height: 28px;
    color: #48586c;
    font-family: "Rubik" !important;
    text-align: center;
    text-transform: uppercase;
}

.ry-testimonials .testimony-name {
    padding-top: 20px;
}

.ry-testimonials .ry-content-inner .ry-text p {
    width: min(640px, 90%);
    max-width: 100%;
    float: unset;
    font-size: 20px;
    line-height: 28px;
    color: #48586c;
    margin: 0 auto;
    display: block;
    padding: 0 0 40px;
    text-align: center;
}

.ry-testimonials .btn-wrapper-testimonials a.ry-btn.ry-btn-primary {
    opacity: 1;
    width: 265px;
    height: 60px;
    border-radius: 30px;
    background: transparent !important;
    border: 1px solid #92b1d6;
    text-transform: uppercase;
    color: #244f8e !important;
    margin: 0 auto;
}

.ry-testimonials .testimonials-slick-arrows .wrapper-nav button {
    position: absolute;
}

.ry-testimonials .testimonials-slick-prev {
    left: -10%;
}

.ry-testimonials .testimonials-slick-next {
    right: -10%;
}

.hp-testimonials__slick .slick-arrow {
    display: none !important;
}

.ry-testimonials .testimonials-slick-arrows {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ry-testimonials .testimonials-slick-arrows .wrapper-nav button svg {
    width: 2rem;
    height: 2rem;
    fill: #a3abb5;
}
	
/* HP FOOTER */
.ry-global-footer .ry-wrapper {
    width: min(1440px, 90%);
    max-width: 100%;
    margin: 0 auto;
    float: unset;
}

.ry-global-footer .footer-top .ry-content {
    display: grid;
    grid-template-columns: 480px 320px 320px;
    justify-content: space-between;
    align-items: flex-start;
}

.ry-global-footer .footer-top .ry-content .each-block img {
    max-width: max-content;
    margin: 0 auto;
}

.ry-global-footer .footer-top .each-block .title h3 {
    font-size: 26px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #92b1d6;
    font-weight: 400 !important;
    font-family: "Rubik" !important;
}

.ry-global-footer .footer-top .each-block-info span {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-family: "Rubik";
    letter-spacing: 2px;
}

.ry-global-footer .footer-top .each-block-info p {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400 !important;
}

.ry-global-footer .footer-top .address-link a {
    font-size: 13px;
    text-transform: uppercase;
    color: #6e9ac6;
    font-weight: 400;
    font-family: "Rubik";
    display: flex;
    text-decoration: underline !important;
    text-underline-offset:  5px !important;
    align-items: center;
    padding: 10px 0;
    letter-spacing: 2px;
}

.ry-global-footer .footer-top .address-link a span svg {
    fill: #6E9AC6;
    width: 13px;
    height: 13px;
}

.ry-global-footer .footer-top .ry-footer-social-inner {
    padding: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 12px;
}

.ry-global-footer ul.ry-footer-social-inner li,
.ry-global-footer ul.ry-footer-social-inner li a{
    width: 51px;
    height: 51px;
    border-radius: 25px;
    border: 1px solid rgb(69 127 178);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ry-global-footer .footer-top  ul.ry-footer-social-inner li:hover,
.ry-global-footer .footer-top  ul.ry-footer-social-inner li:focus {
    background: #91b1d5;
}

.ry-global-footer .footer-top ul.ry-footer-social-inner li a svg {
    fill: #fff;
}

.ry-global-footer .footer-top .btn-wrapper-footer a.ry-btn.ry-btn-primary {
    width: 354px;
    height: 60px;
    border-radius: 30px;
    background: transparent !important;
    text-transform: uppercase !important;
    border: 1px solid #4982b4;
    font-size: 18px !important;
    letter-spacing: 2px;
    font-weight: 400;
    font-family: "Rubik";
    text-align: center;
}
.ry-global-footer .footer-top .btn-wrapper-footer a.ry-btn.ry-btn-primary:hover {
    background: #fff !important;
    border: 1px solid #fff;
    color: #005294 !important;
}
.ry-global-footer .footer-top .btn-wrapper-footer div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ry-global-footer .footer-top .ry-text.hour-list ul {
    list-style: none;
    padding: 0;
}

.ry-global-footer .footer-top .ry-text.hour-list ul li {
    display: flex;
    justify-content: space-between;
    /* text-transform: uppercase; */
    font-size: 17px;
    color: #fff;
    line-height: 2;
}

.ry-global-footer .footer-top .ry-text.hour-list ul li span {
    width: 100px;
}

.ry-global-footer .footer-bottom {
    padding: 60px 0 30px;
}

.ry-global-footer .footer-bottom .ry-content .ry-each .text , .ry-global-footer .footer-bottom .ry-content .ry-each .text a {
    opacity: 1;
    font-size: 14px;
    line-height: 30px;
    color: rgb(255 255 255 / 50%) !important;
}

.ry-global-footer .footer-bottom .ry-flex .ry-each:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.ry-global-footer .footer-bottom .ry-flex .ry-each:last-child img {
    max-width: max-content;
    height: 1rem;
    object-fit: cover;
}

.ry-global-footer .footer-top .ry-content .each-block:first-child {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
}

.ry-global-footer .footer-top .ry-text.hour-list .group-sat {
    display: flex;
    flex-direction: column;
    width: 164px;
}

.ry-global-footer .footer-top .ry-text.hour-list .group-sat span {
    width: 100% !important;
    max-width: 100%;
    text-align: right;
    font-size: 17px;
}

.ry-global-footer .footer-top .ry-text.hour-list span.hours-sat {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1;
}


.ry-services.hp-section .ry-wrapper {
    padding: 10rem 0;
}

.ry-doctors .ry-container-full {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160vh;
}

.ry-doctors.hp-section .ry-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%,-40%);
}


.ry-testimonials.hp-section .ry-container-full {
    min-height: 1104px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ry-testimonials.hp-section .ry-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    z-index: 9;
}

.ry-global-footer {
    background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-42e911aa-abc8-4b0b-8a94-30847991cabf/site_assets/footer_bg.png");
    background-size: cover;
    background-position: center;
    min-height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20rem;
}

.ry-global-footer .ry-wrapper {
    padding: 30rem 0 0;

}
.ry-global-footer .each-block-info.phone a,
.ry-global-footer .each-block-info.fax div {
    font-size: 26px !important;
    color: #fff;
}

.ry-global-footer .footer-bottom .ry-content .ry-each .text a:hover, .ry-global-footer .footer-bottom .ry-content .ry-each .text a:focus {
    text-decoration: underline !important;
    text-underline-offset: 6px;
}

.ry-global-footer .each-block-info.phone a:focus, .ry-global-footer .each-block-info.phone a:hover {
    text-decoration: underline !important;
    text-underline-offset: 6px !important;
}

.welcome-btn-wrapper a.ry-btn.ry-btn-primary {
    width: 245px;
    height: 60px;
    border-radius: 30px;
    background: transparent !important;
    border: 1px solid #92b1d6;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #005294 !important;
    text-align: center;
}

.welcome-btn-wrapper a.ry-btn.ry-btn-primary:hover,
.welcome-btn-wrapper a.ry-btn.ry-btn-primary:focus{
    background: #92b1d6 !important;
    color: #fff !important;
}

.hero-btn-wrapper a.ry-btn.ry-btn-primary:hover,
.hero-btn-wrapper a.ry-btn.ry-btn-primary:focus{
    opacity: 0.8;
}


.btn-wrapper-services a.ry-btn.ry-btn-primary.ry-btn-transparent:hover,
.btn-wrapper-services a.ry-btn.ry-btn-primary.ry-btn-transparent:focus {
    background: #92b1d6 !important;
    color: #fff !important;
}

.ry-doctors .ry-content .btn-wrapper-each-doctor a.ry-btn.ry-btn-primary:hover, .ry-doctors .ry-content .btn-wrapper-each-doctor a.ry-btn.ry-btn-primary:focus {
    background: #92b1d6 !important;
}

.ry-doctors .ry-content .btn-wrapper-doctors div .ry-btn.ry-btn-primary:hover, .ry-doctors .ry-content .btn-wrapper-doctors div .ry-btn.ry-btn-primary:focus {
    background: #6394bd !important;
    color: #fff !important;
}

.ry-testimonials .btn-wrapper-testimonials a.ry-btn.ry-btn-primary:hover, .ry-testimonials .btn-wrapper-testimonials a.ry-btn.ry-btn-primary:focus {
    background: #92b1d6 !important;
    color: #fff !important;
}

@media (max-width: 1536px) {
    .ry-hero .ry-content .hero-slider {
        width: min(600px, 100%);
    }
    .module-header.style-11 .ry-right .button-group .text-wrapper {
        font-size: 16px;
    }

	.module-header.style-11 .ry-right .button-group .text-wrapper span {
		font-size: 14px;
	}
}



@media (max-width: 1366px) {
    .welcome-circle.one {
        left: -1rem;
    }
    
    .welcome-circle.two {
        right: -3.5rem;
    }
    .ry-doctors .ry-content .content-left {
        width: 480px;
        left: 5rem;
    }
    
    .hp-section .ry-heading h2 {
        line-height: 1.2;
    }

    .welcome-circle.one, .welcome-circle.two {
        max-width: 400px;
    }
    
    .welcome-circle.one {
        left: 0;
    }
    
  
    
    .welcome-circle.two {
        right: 0;
    }
    
}

@media (max-width: 1280px) {
     .ry-global-footer .footer-top .ry-content {
        grid-template-columns: 420px 1fr 1fr;
    }

	.ry-global-footer .footer-bottom .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.ry-global-footer .footer-bottom .ry-flex .ry-each:last-child {
		justify-content: center;
		flex-direction: column;
	}
	
	.ry-global-footer .footer-bottom .ry-content .ry-each .text, .ry-global-footer .footer-bottom .ry-content .ry-each .text a {
		text-align: center;
	}
}

	
.mobile-hp-welcome__slick {
    display: none;
}

.ry-doctors .ry-content .content-right .hp-doctor-nav .doctor-photo {
    display: none;
}

.ry-doctors .ry-content .content-right .mobile-ry-heading {
		display: none;
}


@media (max-width: 1200px) {

	.ry-doctors .ry-content .content-right .ry-heading h2 {
		color: #fff !important;
	}
	
	.ry-doctors .ry-content .doctor-name h2 {
		font-size: 48px;
	}
	
	.ry-doctors .ry-content .content-right .mobile-ry-heading {
		display: block !important;
	}
	
	.mobile-hp-welcome__slick {
		display: block !important;
	}
	
	.ry-doctors .ry-content .content-right .hp-doctor-nav .doctor-photo {
		display: block !important;
	}
	
	.ry-doctors.hp-section .ry-content {flex-direction: column;align-items: center;transform: unset;position: relative;top: 0;left: 0;}

	.ry-doctors .ry-section-bg, .ry-doctors .ry-section-bg img {
		display: none;
	}

	.ry-doctors .ry-content .content-left {
		left: 0;
		bottom: 0;
		display: none;
	}

	.ry-doctors .ry-container-full {min-height: auto;}

	.ry-doctors.hp-section {
		margin: 0;
	}


	.hp-services__slick .each-service.is-active .service-wrapper {
		box-shadow: unset;
		filter: unset !important;
	}

	.hp-services__slick {
		padding: 5rem 0;
	} 

	.welcome-circle {
		display: none;
	}

	.welcome-circle-mobile img {
		max-width: 20rem;
		margin: 0 auto;
	}

	.ry-welcome .ry-content {
		width: 100%;
		height: auto;
		top: 0;
		border-radius: unset;
		padding: 120px 0;
		background: linear-gradient( 180deg, #fbfcfe 0%, #f2f6fa 50%, #fbfcfe 100% );
	}

	.mobile-hp-welcome__slick .slick-arrow {
		display: none !important;
	}

	.mobile-hp-welcome__slick ul.slick-dots {
		padding: 0;
		display: flex !important;
		font-size: 0;
		align-items: center;
		justify-content: center;
		gap: 5px;
		margin: 30px 0 0;
	}

	.mobile-hp-welcome__slick ul.slick-dots li {
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: #92b1d6;
	}

	.mobile-hp-welcome__slick ul.slick-dots li.slick-active {
		background: #005294;
	}

	.ry-welcome .ry-container-full {
		min-height: auto;
	}

	.hp-section.ry-welcome {
		margin-top: -2px;
		background: linear-gradient(
			90deg,
			#f7f9fb 0%,
			#eef3f7 25%,
			#e8eff5 50%,
			#eef3f7 75%,
			#f7f9fb 100%
		);
	}

	.mobile-hp-welcome__slick {
		padding: 60px 0 0;
	}

	.ry-welcome .ry-section-bg img, .ry-welcome .ry-section-bg {
		display: none !important;
	}

	
	.ry-section-hero .ry-section-bg, .ry-section-hero .ry-section-bg img {
		object-position: 100%;
	}

	.ry-hero .ry-container-full {
		background: linear-gradient( 180deg, rgba(255,255,255,0.9) 0%, rgba(235,242,248,0.9) 40%, rgba(225,234,242,0.9) 60%, rgba(255,255,255,0.95) 100% ), linear-gradient( 90deg, #f7f9fc 0%, #eef3f7 50%, #f7f9fc 100% );
	}

	.ry-hero .ry-content .hero-slider {
		width: min(480px, 100%);
		max-width: 100%;
	}

	.ry-section-hero .hero-text span.span-1 {
		font-size: 60px;
		line-height: 1.2;
	}

	.hp-section .ry-heading h2 {
		font-size: 60px;
		line-height: 2;
	}

	.hero-slick-arrows .wrapper-nav {
		width: 130px;
		height: 130px;
	}

	.ry-doctors .ry-content .doctor-photo img {
		max-width: 350px;
		margin: 30px auto 0;
	}

	.ry-doctors .ry-content .content-right {
		width: 100%;
		height: 100%;
		border-radius: unset;
		padding: 120px 0;
	}

	.ry-global-footer .footer-top .ry-content {
		grid-template-columns: 1fr 1fr 1fr;
		gap: 30px;
	}
	

}

@media (max-width: 1080px) {
	div.hp-services__slick .slick-track {
		padding: 3rem 0;
	}
	
	div.ry-section-hero {
		margin-top: 105px;
	}

	div.style-11 .mobile-container.style2 {
		background: #fff !important;
		box-shadow: 0 2px 2px #efefef;
	}
	
	div.ry-hero .ry-container-full {
		padding: 5rem 0;
	}
	
	div.ry-global-footer .footer-top .ry-content {
		grid-template-columns: 300px 1fr 1fr;
		gap: 30px;
	}

	 .ry-testimonials .testimonials-slick-arrows {
        position: relative;
        top: 0;
        left: 0;
        transform: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 30px;
    }
    
    .ry-testimonials .testimonials-slick-arrows .wrapper-nav button {
        position: relative;
        width: 50px;
        height: 50px;
        background: #92b1d6;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 0;
    }
    
    .hp-testimonials__slick-wrap {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .testimonials-slick-arrows .wrapper-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
    
    .ry-testimonials .testimonials-slick-arrows .wrapper-nav button svg {
        fill: #ffffff;
        width: 1.5rem;
        height: 1.5rem;
    } 
}

@media (max-width: 991px) {
	div.ry-global-footer .footer-top .ry-content {
		grid-template-columns: 480px;
		align-items: center;
		justify-content: center;
	}
	
	div.ry-global-footer .footer-top .each-block .title h3 {
		text-align: center;
	}
	
	div.ry-global-footer .footer-top .each-block-info span {
		text-align: center;
		display: block;
	}
	
	div.ry-global-footer .footer-top .address-link a {
		text-align: center !important;
		justify-content: center;
		align-items: center;
	}
	
	div.ry-global-footer .footer-top .each-block-info p {
		text-align: center;
	}
	
	div.ry-global-footer .each-block-info.phone a,
	div.ry-global-footer .each-block-info.fax div {
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	
	div.ry-global-footer .each-block-info.phone br,
	div.ry-global-footer .each-block-info.fax br {
		display: none;
	}
	
	div.ry-global-footer .each-block-info {
		margin: 15px 0;
	}
	
	div.ry-global-footer .footer-top .ry-text.hour-list ul li {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		margin-bottom: 8px;
		line-height: 1.5;
	}

	 .ry-insurances-brands .slick__content ul.slick-dots {
        display: none !important;
    }
    
    .ry-insurances-brands .insurances-slick-arrows, .ry-insurances-brands .brands-slick-arrows {
        position: relative;
        top: 0;
        left: 0;
        transform: unset;
    }
    
    .ry-insurances-brands .wrapper-nav button {
        position: relative;
        width: 50px;
        height: 50px;
        background: #92b1d6;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }
    
    .ry-insurances-brands .wrapper-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 30px 0;
    }
    
    .ry-insurances-brands .wrapper-nav button svg {
        fill: #fff;
        width: 1.5rem;
        height: 1.5rem;
    }
    
    .ry-testimonials .ry-content-inner {
        width: 100%;
        height: 100%;
        border-radius: unset;
        background: #e6edf3;
        padding: 80px 0;
    }
    
    .ry-global-footer .ry-wrapper, body.default .ry-global-footer .ry-wrapper {
        padding: 0 !important;
    }
    
    .ry-global-footer {
        margin-top: 0;
        min-height: auto;
        padding: 100px 0 15px;
    }
    
    .ry-testimonials.hp-section .ry-container-full {
        min-height: auto;
    }
    
    .ry-testimonials.hp-section .ry-section-bg, .ry-testimonials.hp-section .ry-section-bg img {
        display: none;
    }
    
    .ry-testimonials.hp-section .ry-content {
        position: relative;
        top: 0;
        left: 0;
        transform: unset;
        z-index: 1;
    }

    
    .ry-insurances-brands .brands-slick-arrows {
        padding-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .ry-hero .ry-content {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        justify-content: center;
    }
    
    .ry-section-hero .ry-section-bg, .ry-section-hero .ry-section-bg img {
        display: none;
    }
    
    div.ry-hero .ry-container-full {
        padding: 3rem 0;
    }
    
    .ry-section-hero .hero-text h1 {
        text-align: center;
    }
    
    .ry-section-hero .hero-text span {
        display: block;
        text-align: center;
        width: 100%;
    }
    
    .hero-btn-wrapper div {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .ry-doctors .ry-content .content-right {
        padding: 80px 0;
    }
    
    .hp-section .ry-heading h2 {
        font-size: 48px;
        text-wrap: balance;
        width: 100%;
        margin: 0 auto;
        line-height: 1.2;
    }
    
    .ry-section-hero .hero-text span.span-1 {
        font-size: 50px;
        text-wrap: balance;
    }

	.hp-services__slick .service-wrapper {
    width: 350px !important;
}

.hp-services__slick .each-service .service-wrapper:after {
    width: 370px !important;
    height: 600px !important;
}
}

@media (max-width: 767px) {
	
	div.module-1 .ry-box-left img {
		margin: 0 auto;
	}
}
	
/* ===== MOBILE / SMALL SCREENS: OFF ===== */
@media (max-width: 1280px){
	

}


body.default .ry-global-footer .ry-wrapper {padding: 8rem 0;}

body.default .ry-global-footer {
    margin-top: unset;
    min-height: auto;
    background-color: #005294;
}


.services-wrapper-nav {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 5px;
    padding-top: 1rem;
}

.services-wrapper-nav button {
    width: 40px;
    height: 40px;
    background: #005294;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.services-wrapper-nav button svg {
    fill: #fff;
    width: 22px;
    height: 22px;
}

.services-wrapper-nav button:hover {
    opacity: 0.8;
}

.slider__divider {
    max-width: 100%;
    margin: 30px auto 0;
    display: inline-block;
    float: unset;
    z-index: 1;
    width: 100%;
}

.slider__divider img {
    max-width: max-content;
    margin: 0 auto;
}
	
@media (max-width: 767px){

}

@media (min-width: 2001px) {
	.ry-welcome .ry-container-full {
		min-height: 150rem;
	}
	
    .welcome-circle.one {
        left: 10rem
    }
    
    .welcome-circle.two {
        right: 10rem;
    }
}

/*
	
	@media (min-width: 1366px){
  .hp-services__slick{
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }
}

	
.hp-services__slick{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 28px;
  overflow-x: auto;
  overflow-y: visible;
  padding: 5rem 0 40px;
  -webkit-overflow-scrolling: touch;

  scroll-snap-type: x proximity; 
  scroll-behavior: smooth;

  scrollbar-width: thin;
}

.hp-services__slick{
  scrollbar-width: thin;
  scrollbar-color: rgb(21 97 157) #d6e0ed;
}

.hp-services__slick::-webkit-scrollbar{
  height: 14px;
}
.hp-services__slick::-webkit-scrollbar-track{
  background: transparent;
}
.hp-services__slick::-webkit-scrollbar-thumb{
  background: rgb(21 97 157);
  border-radius: 999px;
    
}
.hp-services__slick::-webkit-scrollbar-thumb:hover{
  background: rgba(25, 74, 145, .55);
}


.hp-services{
  padding-left: calc(50% - (var(--service-card-w, 340px) / 2));
  padding-right: calc(50% - (var(--service-card-w, 340px) / 2));
}


*/

