.header-button-flex {
    width: auto;
    max-width: 100%;
    float: unset;
    display: flex;
    gap: 1rem;
}

.header-button-flex .ry-icon img {
    filter: invert(1) brightness(100);
}

/** HEADER **/
.module-43 {
    padding: 20px 0;
}

.module-43 .ry-logo {
    max-width: 330px;
}

.module-43 .ry-header-button:first-of-type a {
    background: #1889c2;
}

.module-43 .ry-header-button a {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    width: fit-content;
    padding: 0 30px;
}

.module-43 .ry-header-button .ry-icon {
    width: 42px;
    height: 42px;
    margin-right: 14px;
}

.module-43 .ry-header-button a .ry-text {
    font-size: 18px;
}

.module-43 .ry-header-button a .ry-text span {
    font-size: 22px;
    font-weight: 700;
    display: block;
}

.module-43 .ry-header-button:first-of-type a .ry-text {
    color: #ffffff;
}

.module-43 .ry-header-button:first-of-type path {
    fill: #ffffff;
}

.module-43 .ry-header-button:last-of-type a {
    background: #21396c;
}

.module-43 .ry-header-button:last-of-type a .ry-icon {
    background: #1889c2;
}

.module-43 .ry-header-button:first-of-type a .ry-icon {
    background: #21396c;
}

.module-43 .ry-header-button:last-of-type a .ry-icon path {
    fill: #21396c;
}

.module-43 .ry-header-button:last-of-type a .ry-text {
    color: rgb(255 255 255 / 60%);
}

.module-43 .ry-header-button:last-of-type a .ry-text span {
    color: #ffffff;
}

.module-43 .ry-right, .module-43 .ry-right .ry-menu .nav-menu {
    max-width: 100%;
    top: 0;
}

.module-43 .ry-right .ry-menu .nav-menu li.primary {
    padding: 0;
    line-height: 1;
}

.module-43 .ry-right .ry-menu .nav-menu li.primary > a {
    padding-bottom: 0 !important;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0;
    color: #333333;
	text-shadow: 1px 1px 6px #ffffff;
}

.ry-menu .ry-nav li.dropdown .dropdown-toggle span {
    margin-left: 5px;
}

.module-43 .ry-right {
    margin: 40px 0 0;
}

.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu {
    top: 100% !important;
}

.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a {
    padding: 0 !important;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
}

.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a:hover, 
.module-43 .ry-right .ry-menu .nav-menu li.primary > a:hover {
    opacity: 1;
    color: #21396c;
}

.module-43 .ry-right .ry-menu .nav-menu li.separator.primary a {
    color: rgb(210,219,225);
	text-shadow: none;
}

.module-43 .ry-header-button:first-of-type a:hover {
    background: #21396c;
}

.module-43 .ry-header-button:first-of-type a:hover .ry-icon {
    background: #1889c2;
}

.module-43 .ry-header-button:last-of-type a:hover {
    background: #1889c2;
}

.module-43 .ry-header-button:last-of-type a:hover .ry-icon {
    background: #21396c;
}

.module-43 .ry-header-button:last-of-type a:hover .ry-icon path {
    fill: #ffffff;
}

.module-43 .ry-top.ry-flex {
    align-items: center;
}

/** HERO **/
.module-66 .carousel .carousel-inner .item,
.module-66 {
    min-height: 100%;
    height: 100vh;
}

.module-66 .carousel .carousel-inner {
    opacity: 1;
}

.module-66 .carousel .carousel-control {
	display: none;
}

.module-66 .bnr-textbox {
    margin-bottom: 70px;
}

.module-66 .bnr-textbox .ry-section-title {
    font-size: 90px;
    font-weight: 500;
    text-transform: none;
    text-shadow: none;
    letter-spacing: 0;
    line-height: 1;
}

.module-66 .bnr-textbox p {
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color: #67cbed;
    line-height: 1;
    letter-spacing: 7px;
    margin: 20px 0 0;
}

.module-66 .bnr-textbox p span {
    position: relative;
}

.module-66 .bnr-textbox p span:before, 
.module-66 .bnr-textbox p span:after {
    content: '';
    width: 40px;
    height: 2px;
    background: rgb(255 255 255 / 30%);
    position: absolute;
    top: 50%;
}

.module-66 .bnr-textbox p span:before {
    left: -70px;
}

.module-66 .bnr-textbox p span:after {
    right: -70px;
}

.module-66 .carousel .carousel-inner .item {
    background-position: 50%;
}

/** CTA **/
.custom-cta {
    background: #0f4170;
    padding: 60px 0;
}

.custom-cta .ry-container {
    max-width: 1170px;
    width: 80%;
}

.custom-cta .ry-icon {
    background: transparent;
    width: unset;
    height: unset;
    margin-right: 30px;
}

.custom-cta .ry-icon img.hover, 
.custom-cta .ry-each:hover .ry-icon img.default {
    display: none;
}

.custom-cta .ry-each:hover .ry-icon img.hover {
    display: block;
}

.custom-cta .ry-each {
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative;
}

.custom-cta .ry-each .ry-text {
    width: min-content;
}

.custom-cta .ry-each .ry-text a {
    color: #ffffff;
    font-size: 25px;
}

.custom-cta .ry-each:hover .ry-text a {
    color: #d6a84b;
}

.custom-cta .ry-separator {
    width: 2px;
    height: 120px;
    background: rgb(255 255 255 / 20%);
}

/** WELCOME **/
.custom-welcome {
    padding: 110px 0;
}

.custom-welcome .ry-content {
    background: url(https://www.royacdn.com/unsafe/smart/Site-f8c2a01f-525f-4b84-89cb-9b8be5cbdd7f/assets_mockup/bg_welcome.png);
    background-size: cover;
    background-position: 80%;
    border-radius: 30px;
    padding: 120px 0;
	box-shadow: 0px 19px 29px 0px rgba(0, 0, 0, 0.2);
	width: 90%;
}

.custom-welcome > .ry-container {
    max-width: 1600px;
    width: 90%;
}

.custom-welcome .ry-content .ry-container {
    width: 90%;
    max-width: 1280px;
}

.custom-welcome .ry-content .ry-inner {
    width: 40%;
}

.custom-welcome .ry-content .ry-inner h2 {
    color: #0f4170;
    text-align: left;
    font-size: 50px;
    font-weight: 700;
}

.custom-welcome .ry-content .ry-inner h2 span.span-1 {
    display: block;
    font-size: 22px;
    color: #3ba5de;
    line-height: 1;
    margin: 10px 0 0;
}

.custom-welcome .ry-content .ry-inner p {
    font-size: 20px;
    line-height: 30px;
    color: #666666;
    font-weight: 400;
    margin: 20px 0 30px;
}

.custom-welcome .ry-content:after {
    content: '';
    background: url(https://www.royacdn.com/unsafe/smart/Site-f8c2a01f-525f-4b84-89cb-9b8be5cbdd7f/assets_mockup/welcome_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 338px;
    height: 338px;
    position: absolute;
    right: -169px;
    top: 50%;
    transform: translateY(-50%);
}

/** SERVICES **/
.custom-services {
    padding: 100px 0;
    background: url(https://www.royacdn.com/unsafe/smart/Site-f8c2a01f-525f-4b84-89cb-9b8be5cbdd7f/assets_mockup/bg_services.jpg);
    background-size: cover;
    background-position: left center;
}

.custom-services .ry-container {
    max-width: 1600px;
    width: 90%;
}

.custom-services .ry-title {
    width: 350px;
}

.custom-services .ry-title h2 {
    text-align: left;
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
}

.custom-services .ry-title p {
    font-size: 22px;
    font-weight: 700;
    color: #78ccef;
    line-height: 1;
    margin: 20px 0 30px;
}

.custom-services .ry-services {
    width: 706px;
    height: 706px;
    min-width: 706px;
    background: url(https://www.royacdn.com/unsafe/smart/Site-f8c2a01f-525f-4b84-89cb-9b8be5cbdd7f/assets_mockup/img_grid.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
}

.custom-services .ry-copy {
    width: 420px;
	margin-left: 90px;
}

.custom-services .ry-services img {
    width: auto;
    display: block;
    margin: 0 auto;
    filter: brightness(0) invert(1);
}

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

.custom-services .ry-copy .ry-each:not(.current-active) {
    display: none;
}

.custom-services .ry-services .ry-link, 
.custom-services .ry-services .ry-link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
}

.custom-services .ry-copy h3 {
    text-align: left;
    font-weight: 200;
    font-size: 50px;
    color: #81cce7;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.custom-services .ry-copy p {
    color: #ffffff;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0 30px;
}

.custom-services .ry-copy h3 span.span-1 {
    font-size: 20px;
    color: #ecbb55;
    display: block;
    margin: 10px 0 0;
    line-height: 1;
}

.custom-services .ry-btn.ry-btn-primary {
    background: transparent;
    border: 1px solid #ffffff;
}

.custom-services .ry-btn.ry-btn-primary:hover {
    border: 0;
}

.custom-services .ry-services .ry-each {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	position: relative;
}

.custom-services .ry-services .ry-each.ry-each.current-parent-active img,
.custom-services .ry-services .ry-each.ry-each:hover img {
    filter: none;
}

.custom-services .ry-services .ry-each .ry-text {
    width: 90%;
    margin: 15px 0 0;
}

.custom-services .ry-services .ry-each .ry-text div,
.custom-services .ry-services .ry-each:hover .ry-text div {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.custom-services .ry-services .ry-each.ry-each.current-parent-active .ry-text div,
.custom-services .ry-services .ry-each.ry-each:hover .ry-text div {
    color: #093259;
}

.custom-services .ry-services .current-parent-active.ry-each:nth-child(1):before,
.custom-services .ry-services .ry-each:nth-child(1):hover:before {
    content: '';
    width: 95%;
    height: 93%;
    position: absolute;
    background: #ffffff;
    left: 11px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 50%;
    top: 11px;
}

.custom-services .ry-services .current-parent-active.ry-each:nth-child(2):before,
.custom-services .ry-services .ry-each:nth-child(2):hover:before {
    content: '';
    width: 95%;
    height: 98%;
    position: absolute;
    background: #ffffff;
    left: 10px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    top: -2px;
}

.custom-services .ry-services .current-parent-active.ry-each:nth-child(3):before,
.custom-services .ry-services .ry-each:nth-child(3):hover:before {
    content: '';
    width: 95%;
    height: 93%;
    position: absolute;
    background: #ffffff;
    left: 8px;
    top: 11px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%
}

.custom-services .ry-services .current-parent-active.ry-each:nth-child(4):before,
.custom-services .ry-services .ry-each:nth-child(4):hover:before {
    content: '';
    width: 95.5%;
    height: 99%;
    position: absolute;
    background: #ffffff;
    left: 11px;
    top: 3px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.custom-services .ry-services .current-parent-active.ry-each:nth-child(5):before,
.custom-services .ry-services .ry-each:nth-child(5):hover:before {
    content: '';
    width: 96%;
    height: 99%;
    position: absolute;
    background: #ffffff;
    left: 10px;
    top: 3px;
}

.custom-services .ry-services .current-parent-active.ry-each:nth-child(6):before,
.custom-services .ry-services .ry-each:nth-child(6):hover:before {
    content: '';
    width: 95%;
    height: 99%;
    position: absolute;
    background: #ffffff;
    left: 8px;
    top: 3px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%
}

.custom-services .ry-services .current-parent-active.ry-each:nth-child(7):before,
.custom-services .ry-services .ry-each:nth-child(7):hover:before {
    content: '';
    width: 96%;
    height: 91%;
    position: absolute;
    background: #ffffff;
    left: 10px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    top: 10px;
}

.custom-services .ry-services .current-parent-active.ry-each:nth-child(8):before,
.custom-services .ry-services .ry-each:nth-child(8):hover:before {
    content: '';
    width: 95%;
    height: 95%;
    position: absolute;
    background: #ffffff;
    left: 10px;
    top: 11px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.custom-services .ry-services .current-parent-active.ry-each:nth-child(9):before,
.custom-services .ry-services .ry-each:nth-child(9):hover:before {
    content: '';
    width: 95%;
    height: 91%;
    position: absolute;
    background: #ffffff;
    left: 8px;
    top: 11px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.custom-services .ry-right {
	display: flex;
    align-items: center;
    justify-content: flex-end;
	margin-left: 50px;
}

/** TEAM **/
.ry-group {
    background: url(https://www.royacdn.com/unsafe\/smart/Site-f8c2a01f-525f-4b84-89cb-9b8be5cbdd7f/assets_mockup/bg_group.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.custom-doctors {
    padding: 160px 0 150px;
}

.custom-doctors .ry-heading p {
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1;
    margin: 0 0 30px;
}

.custom-doctors .ry-heading img {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.custom-doctors .ry-icon {
    width: 100%;
    height: auto;
    background: transparent;
    margin-top: -40px;
}

.custom-doctors .ry-icon img {
    width: auto;
    margin: 0 auto;
}

.custom-doctors .ry-flex {
    justify-content: center;
}

.custom-doctors .ry-each {
    background: rgb(255 255 255 / 40%);
    border-radius: 100%;
	padding: 30px;
    width: 586px;
    height: 586px;
	box-shadow: 0px 5px 29px 0px rgba(25, 54, 82, 0.2);
	margin: 0 13px;
}

.custom-doctors .ry-each:hover .ry-img-wrap {
    display: none;
}

.custom-doctors .ry-each .ry-img-wrap img {
    width: 100%;
    max-width: 524px;
    margin: 0 auto;
}

.custom-doctors .ry-each .ry-content-wrap {
    display: none;
}

.custom-doctors .ry-each .ry-img-wrap .ry-text {
    position: absolute;
    bottom: 50px;
}

.custom-doctors .ry-container {
    max-width: 1260px;
    width: 90%;
}

.custom-doctors .ry-each .ry-img-wrap .ry-text p {
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 3px;
    font-weight: 400;
	text-transform: uppercase;
}

.custom-doctors .ry-each:hover {
    background: #ffffff;
}

.custom-doctors .ry-each:hover .ry-content-wrap {
    display: block;
    background: #ffffff;
    border-radius: 100%;
    height: 100%;
}

.custom-doctors .ry-each .ry-content-wrap .ry-inner {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid #d6a84b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-doctors .ry-each .ry-content-wrap .ry-inner .ry-container {
    width: 70%;
}

.custom-doctors .ry-each .ry-content-wrap .ry-inner h4, 
.custom-doctors .ry-each .ry-content-wrap .ry-inner h5, 
.custom-doctors .ry-each .ry-content-wrap .ry-inner p {
    text-align: center;
}

.custom-doctors .ry-each .ry-content-wrap .ry-inner h4 {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1;
    color: #09345c;
}

.custom-doctors .ry-each .ry-content-wrap .ry-inner h5 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    color: #3ba5de;
    margin: 8px 0 20px;
    letter-spacing: 1px;
}

.custom-doctors .ry-each .ry-content-wrap .ry-inner p {
    font-size: 18px;
    color: #666666;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 30px;
}

.custom-doctors .ry-each .ry-content-wrap .ry-inner .ry-btn.ry-btn-primary {
    margin: 0 auto;
}

/** BRANDS **/
.custom-brands .ry-copy h2 {
    font-size: 60px;
    font-weight: 700;
    color: #0f4170;
}

.custom-brands .ry-copy h2 span.span-1 {
    display: block;
    color: #3ba5de;
}

.custom-brands .ry-copy p {
    position: relative;
    text-align: left;
    font-size: 20px;
    color: #666666;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 70px;
    max-width: 320px;
    margin: 30px 0 0;
}

.custom-brands .ry-copy p:before {
    content: '';
    width: 44px;
    height: 2px;
    background: #666666;
    position: absolute;
    left: 0;
    top: 15px;
}

.custom-brands .ry-copy .ry-img {
    margin-left: -190px;
    margin-top: 60px;
    max-width: 700px;
}

.custom-brands .ry-carousel .carousel-control {
    display: none;
}

.custom-brands .ry-carousel .ry-flex {
    align-items: center;
}

.custom-brands .ry-carousel .ry-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    margin: 0 0 30px;
    border: 1px solid rgb(197, 200, 208);
    overflow: hidden;
    background-image: -moz-linear-gradient( 90deg, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
}

.custom-brands .ry-carousel .ry-box .ry-brand {
    position: absolute;
}

.custom-brands .ry-carousel .ry-box .ry-brand img {
	width: auto;
	margin: 0 auto;
	max-width: 125px;
	aspect-ratio: 16/9;
	object-fit: contain;
}

.custom-brands .ry-carousel .ry-flex .ry-col:nth-child(2) {
    margin: 0 40px;
}

.custom-brands .ry-carousel .ry-box .ry-bg {
    visibility: hidden;
}

.custom-brands .ry-carousel .ry-box:hover .ry-bg {
    visibility: visible;
}

.custom-brands .ry-container {
    max-width: 1280px;
    width: 90%;
}

.custom-brands .ry-container {
    max-width: 1280px;
    width: 90%;
}

.custom-brands .ry-carousel ol.carousel-indicators {
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 !important;
    top: 50% !important;
    width: fit-content !important;
    left: unset !important;
    right: -60px !important;
    float: right;
    transform: translateY(-50%);
}

.custom-brands .ry-carousel .carousel {
	position: relative;
}

.custom-brands .ry-copy {
    width: 40%;
}

.custom-brands .ry-carousel {
    width: 60%;
    padding-right: 60px;
}

.custom-brands .ry-carousel ol.carousel-indicators li {
    width: 10px;
    height: 10px;
    border: 0;
    background: #dcdcdc;
    margin: 3.5px 0;
}

.custom-brands .ry-carousel ol.carousel-indicators li.active {
    background: #3ba5de;
}

.custom-brands {
    padding: 0 0 70px;
}

/** INSURANCES **/
.custom-insurances {
    padding: 119px 0 570px;
    background: url(https://www.royacdn.com/unsafe/smart/Site-f8c2a01f-525f-4b84-89cb-9b8be5cbdd7f/assets_mockup/bg_insurances.jpg);
    background-size: cover;
    background-position: 50%;
}

.custom-insurances .ry-container {
    max-width: 1280px;
    width: 90%;
}

.custom-insurances .ry-copy {
    max-width: 320px;
    width: 30%;
}

.custom-insurances .ry-copy h2 {
    text-align: left;
    font-size: 60px;
    font-weight: 700;
    color: #0f4170;
}

.custom-insurances .ry-copy h2 span.span-1 {
    display: block;
    color: #3ba5de;
}

.custom-insurances .ry-copy p {
    text-align: left;
    color: #666666;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 70px;
    margin: 30px 0 0;
    position: relative;
}

.custom-insurances .ry-copy p:before {
    content: '';
    width: 44px;
    height: 2px;
    background: #666666;
    position: absolute;
    left: 0;
    top: 15px;
}

.custom-insurances .ry-each .ry-flex {
    flex-wrap: wrap;
    justify-content: center;
}

.custom-insurances .ry-each .ry-flex .ry-box {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(197, 200, 208);
    border-radius: 15px;
    background-image: -moz-linear-gradient( 90deg, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(238,238,238) 0%, rgb(255,255,255) 100%);
    width: 100%;
    max-width: 243px;
    height: 164px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 17px;
}

.custom-insurances .ry-each .ry-flex .ry-box img {
	width: auto;
	margin: 0 auto;
	max-width: 135px;
	aspect-ratio: 16/9;
	object-fit: contain;
}

.custom-insurances .ry-content.ry-flex {
    align-items: center;
}

.custom-insurances .ry-carousel {
    max-width: 860px;
    width: 70%;
}

.custom-insurances .ry-carousel .carousel-control {
    display: none;
}

.custom-insurances .carousel-indicators {
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 !important;
    top: 50% !important;
    width: fit-content !important;
    transform: translateY(-50%);
}

.custom-insurances .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 3.5px 0;
    border: 0;
	background: #ffffff;
}

.custom-insurances .carousel-indicators li.active {
    background: #3ba5de;
}

.custom-insurances .ry-carousel .carousel-inner {
    margin-left: 40px;
}

/** FOOTER **/
.custom-footer {
    background: #0f4170;
    padding-bottom: 51px;
}

.custom-footer .ry-container {
    max-width: 1300px;
    width: 90%;
}

.custom-footer .ry-map {
    padding: 15px;
    margin-bottom: 60px;
}

.custom-footer .ry-map .ry-img {
    height: 470px;
    background: url(https://www.royacdn.com/unsafe/smart/Site-f8c2a01f-525f-4b84-89cb-9b8be5cbdd7f/assets_mockup/map.png);
	background-size: cover;
	background-position: 50%;
	border-top-left-radius: 55px;
    border-top-right-radius: 55px;
}

.custom-footer .ry-top {
    border-radius: 55px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 139px 0px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    margin-top: -482px;
	padding-bottom: 40px;
}

.custom-footer .ry-top .ry-copy .ry-container {
    width: 80%;
}

.custom-footer .ry-top .ry-copy .separator {
	width: 19px;
	min-width: 19px;
}

.custom-footer .ry-top .ry-copy .separator img {
    width: 100%;
}

.custom-footer .ry-top .ry-copy .ry-logo {
    width: 158px;
}

.custom-footer .ry-top .ry-copy .ry-info {
    max-width: 315px;
}

.custom-footer .ry-top .ry-copy .ry-info .address p {
    font-size: 20px;
    text-align: left;
    font-weight: 400;
}

.custom-footer .ry-top .ry-copy .ry-info .address p a {
    color: #666666;
}

.custom-footer .ry-top .ry-copy .ry-info .ry-icon {
    background: #e9e9e9;
    width: 44px;
    height: 44px;
    margin-right: 24px;
}

.custom-footer .ry-top .ry-copy .ry-info .ry-icon path {
    fill: #666666;
}

.custom-footer .ry-top .ry-copy .ry-info .ry-icon .fa {
    color: #666666;
    font-size: 17px;
}

.custom-footer .ry-top .ry-copy .ry-info .ry-flex {
    justify-content: flex-start;
    margin: 0 0 20px;
}

.custom-footer .ry-top .ry-copy .ry-info .phone p, 
.custom-footer .ry-top .ry-copy .ry-info .fax p {
    font-weight: 700;
    color: #666666;
    font-size: 27px;
}

.custom-footer .ry-top .ry-copy .ry-info .phone p a {
    color: #666666;
}

.custom-footer .ry-top .ry-copy .ry-hours {
    max-width: 270px;
}

.custom-footer .ry-top .ry-copy .ry-hours ul {
    padding: 0;
    list-style: none;
}

.custom-footer .ry-top .ry-copy .ry-hours ul li p {
    font-size: 18px;
    line-height: 1;
    color: #666666;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    margin: 0 0 15px;
}

.custom-footer .ry-top .ry-copy .ry-hours ul li span.span-1 {
    display: inline-block;
    font-weight: 400;
    width: 94px;
    margin-right: 20px;
}

.custom-footer .ry-top .ry-copy .ry-info .ry-btn.ry-btn-primary {
    width: 100%;
}

.custom-footer .ry-bottom img {
    width: 125px;
    margin-left: 9px;
}

.custom-footer .ry-bottom p {
    text-align: center;
    color: rgb(255 255 255 / 80%);
    font-size: 18px;
    line-height: 1.5;
}

.custom-footer .ry-bottom {
    margin-top: 60px;
}

.custom-footer .ry-bottom p a {
    color: rgb(255 255 255 / 80%);
}

.custom-footer .ry-bottom .ry-flex {
    justify-content: center;
    align-items: center;
    margin: 10px 0 0;
}

.custom-footer .ry-top .ry-copy .ry-info .address p a:hover, 
.custom-footer .ry-top .ry-copy .ry-info .phone p a:hover, 
.custom-footer .ry-bottom p a:hover {
    color: #d6a84b;
}

.custom-footer .ry-map .ry-img .ry-link, 
.custom-footer .ry-map .ry-img .ry-link a {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/** MISC **/
.ry-btn.ry-btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0 30px;
    height: 59px;
    border-radius: 11px;
    background: #0f4170;
	overflow: hidden;
	font-size: 20px;
	border: 0;
	-webkit-appearance: none;
	color: #ffffff;
}

.ry-btn.ry-btn-primary:hover {
	background: #d6a84b
}

.ry-button br {
    display: none;
}

.mobile-container .mobile-nav button .hamburger-inner, 
.mobile-container .mobile-nav button .hamburger-inner:before, 
.mobile-container .mobile-nav button .hamburger-inner:after {
	background: #0f4170;
}

.mobile-container .flex-wrap .mobile_logo img {
    min-width: 135px;
}

.mobile-container .mobile-nav {
    margin-right: 10px;
}

.mobile-container {
    background: #ffffff;
}

#menu_container .mm-listview li.mob-menu.mm-listitem:nth-child(odd) {
    display: none;
}

#menu_container .mm-listview .mob-menu a, .mm-panel .mob-menu a {
    font-size: 18px;
    color: #ffffff;
}

body.default .module-43 {
    background: #ffffff;
	padding: 20px 0 25px;
}

#ry-pg-body .ry-left h2, 
#ry-pg-body .ry-left h3, 
#ry-pg-body .ry-left h4, 
#ry-pg-body .ry-left h5 {
    color: #0f4170;
}

body p {
    font-weight: 400;
    color: #666666;
}

#ry-sidebar .ry-sb-cta .ry-btn {
    display: flex;
    background: #0f4170;
}

body.default .custom-footer .ry-top {
    margin-top: 100px;
}

#ry-sidebar .ry-sb-title {
    letter-spacing: 0;
}

#ry-sidebar .ry-contact-table .ry-row .ry-btn {
    overflow: hidden;
	color: #ffffff !important;
	background: #0f4170;
}

.alert li:last-child {
	margin: 0;
}

#ry-pg-banner .ry-bnr-wrp {
    background-position: 90%;
}

#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
    line-height: 1;
    color: #333333;
}

#ry-pg-body .ry-left a.ry-btn {
    color: #ffffff;
}

#ry-pg-body a:not(.ry-btn):not(.fa):hover {
  text-decoration: underline !important;
}

body.dsb #ry-pg-banner .ry-bnr-wrp {
    display: block;
}

/** RESPONSIVENESS **/
@media(max-width:1680px) {
	.custom-services .ry-content {
		transform: scale(0.9);
	}

	.custom-services .ry-copy {
		margin-left: 60px;
	}
	
	.custom-services .ry-copy p {
		margin: 20px 0 30px;
	}
}

@media(max-width:1600px) {
	.module-66 .bnr-textbox .ry-section-title {
		font-size: 80px;
	}

	.module-66 .bnr-textbox p {
		font-size: 35px;
	}
	
	.module-66 .bnr-textbox {
		margin-bottom: 50px;
	}
	
	.custom-cta .ry-content.ry-flex {
		transform: scale(0.9);
	}

	.custom-welcome {
		transform: scale(0.9);
		padding: 50px 0;
	}
	
	.custom-welcome .ry-content .ry-inner h2,
	.custom-services .ry-title h2,
	.custom-brands .ry-copy h2,
	.custom-insurances .ry-copy h2 {
		font-size: 50px;
	}

	.custom-services .ry-copy h3 {
		font-size: 40px;
	}

	.custom-doctors .ry-heading img {
		max-width: 600px;
	}

	.custom-services .ry-content,
	.custom-brands .ry-content.ry-flex,
	.custom-doctors .ry-content,
	.custom-insurances .ry-content.ry-flex,
	.custom-footer .ry-main-content {
		transform: scale(0.9);
	}
	
	.custom-doctors .ry-each {
		width: 500px;
		height: 500px;
	}
	
	.custom-doctors {
		padding: 100px 0;
	}
	
	.custom-doctors .ry-icon img {
		width: 110px;
	}
	
	.custom-brands .ry-copy .ry-img {
		margin-left: -120px; 
	}
	
	body.default .custom-footer .ry-top {
		margin-top: 50px;
	}
	
	.module-43 .ry-right {
		margin: 20px 0 0;
	}
}

@media(max-width:1500px) {
	.custom-services .ry-right {
		transform: scale(0.9) !important;
		margin-left: 0;
	}
}

@media(max-width:1400px) {
	.custom-cta .ry-icon {
		transform: scale(0.9);
		margin-right: 20px;
	}

	.custom-cta .ry-each .ry-text a {
		font-size: 22px;
	}
	
	.custom-services .ry-content {
		flex-direction: column;
		align-items: center;
	}

	.custom-services .ry-right {
		justify-content: center;
	}

	.custom-services .ry-title {
		width: 100%;
		margin-bottom: 20px;
	}

	.custom-services .ry-title h2, .custom-services .ry-title p {
		text-align: center;
	}

	.custom-services .ry-title .ry-btn.ry-btn-primary {
		margin: 0 auto;
	}

	.custom-services .ry-title p {
		margin: 20px 0 25px;
	}
}

@media(max-width:1366px) {
	.custom-insurances .ry-each .ry-flex .ry-box {
		max-width: 220px;
		margin: 10px;
	}
}

@media(max-width:1280px) {
	.custom-welcome .ry-content {
		position: relative;
		padding: 80px 0;
	}

	.custom-welcome .ry-content:before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		background: rgb(236 245 250 / 60%);
		border-radius: 30px;
	}

	.custom-welcome .ry-content .ry-inner {
		width: 50%;
	}

	.custom-welcome .ry-content .ry-inner p {
		margin: 20px 0 30px;
		text-shadow: 1px 1px #ffffff;
	}
	
	.custom-welcome .ry-content:after {
		width: 270px;
		height: 270px;
		right: -135px;
	}
	
	.custom-insurances .ry-each .ry-flex .ry-box {
		max-width: 200px;
	}
}

@media(max-width:1200px) {
	.module-66 .bnr-textbox .ry-section-title {
		font-size: 60px;
	}
	
	.module-66 .bnr-textbox p {
		font-size: 28px;
	}
	
	.module-43 .ry-logo {
		max-width: 250px;
	}
	
	.module-43 .ry-header-button a {
		height: 70px; 
	}
	
	.module-43 {
		padding: 20px 0;
	}
	
	.module-43 .ry-right {
		margin: 20px 0 0;
	}
	
	.module-43 .ry-right .ry-menu .nav-menu li.primary > a {
		font-size: 19px;
	}

	.custom-cta .ry-icon {
		transform: scale(0.8);
		margin-right: 10px;
	}
	
	.custom-cta .ry-each .ry-text a {
		font-size: 20px;
	}
	
	.custom-services .ry-copy {
		margin-left: 0;
		width: 100%;
		margin-top: 30px;
	}

	.custom-services .ry-right {
		transform: none;
		flex-direction: column;
	}

	.custom-services .ry-copy h3, .custom-services .ry-copy p {
		text-align: center;
	}

	.custom-services .ry-btn.ry-btn-primary {
		margin: 0 auto;
	}
	
	.custom-services {
		padding: 50px 0;
	}
	
	.custom-doctors {
		padding: 100px 0;
	}

	.custom-doctors .ry-icon img {
		width: 110px;
	}

	.custom-doctors .ry-each .ry-content-wrap .ry-inner .ry-container {
		width: 80%;
	}

	.custom-doctors .ry-each .ry-content-wrap .ry-inner p {
		margin: 0 0 15px;
	}

	.custom-doctors .ry-each .ry-content-wrap .ry-inner h5 {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.custom-doctors .ry-each .ry-content-wrap .ry-inner .ry-copy {
		transform: scale(0.9);
	}

	.custom-doctors .ry-each {
		width: 400px;
		height: 400px;
		padding: 20px;
		margin: 0 10px;
	}

	.custom-doctors .ry-each .ry-content-wrap .ry-inner h4 {
		font-size: 25px;
	}

	.custom-doctors .ry-each .ry-content-wrap .ry-inner p {
		font-size: 17px;
	}

	.custom-doctors .ry-each .ry-content-wrap .ry-inner .ry-btn.ry-btn-primary {
		height: 50px;
	}

	.custom-brands .ry-content.ry-flex {
		flex-direction: column;
		align-items: center;
	}

	.custom-brands .ry-copy .ry-img {
		margin-left: 0;
		margin-top: 0;
	}

	.custom-brands .ry-carousel {
		margin-top: 40px;
		width: 100%;
	}
	
	.custom-brands .ry-copy {
		width: 100%;
		display: flex;
		align-items: center;
	}
	
	.custom-insurances .ry-content.ry-flex {
		flex-direction: column-reverse;
		align-items: center;
	}
	
	.custom-insurances .carousel-indicators {
		left: 30% !important;
	}
	
	.custom-insurances .ry-carousel {
		max-width: 100%;
		width: 100%;
		margin: 40px 0 0;
	}
	
	.custom-insurances .ry-each .ry-flex .ry-box {
		max-width: 250px;
		margin: 10px 15px;
	}

	.custom-insurances .ry-each .ry-flex {
		justify-content: center;
	}
	
	.custom-footer .ry-top .ry-copy .ry-logo {
		width: 120px;
	}

	.custom-footer .ry-top .ry-copy .separator {
		margin: 0 10px;
	}

	.custom-footer .ry-top .ry-copy .ry-container {
		width: 90%;
	}
	
	.custom-insurances {
		padding: 80px 0 500px; 
	}
	
	.custom-insurances .ry-copy h2 {
		text-align: center;
	}
	
	.ry-group {
		background-position: 65%;
	}
}

@media(max-width:1182px) {
	#ry-sidebar .ry-contact-table .ry-row {
		flex-direction: column;
	}
}

@media(max-width:1080px) {
	.custom-cta .ry-container {
		width: 90%;
	}
}

@media(max-width:991px) {
	.module-66 .carousel .carousel-inner .item, .module-66 {
		min-height: unset;
		height: auto;
	}

	.module-66 .carousel .carousel-inner .item {
		background-image: none !important;
	}

	.module-66 .carousel .carousel-inner .item img {
		display: block;
	}

	.module-66 .bnr-textbox {
		position: relative;
		margin-bottom: 0;
		padding: 30px 0;
	}

	.module-66 .bnr-textbox .ry-section-title {
		font-size: 40px;
		color: #0f4170;
	}

	.module-66 .bnr-textbox p {
		font-size: 22px;
		letter-spacing: 0;
	}

	.module-66 .bnr-textbox p span:before, .module-66 .bnr-textbox p span:after {
		background: #0f4170;
	}

	.module-66 .bnr-textbox p span:before {
		left: -50px;
	}

	.module-66 .bnr-textbox p span:after {
		right: -50px;
	}

	.module-66 {
		margin-top: 77px;
	}
	
	.custom-welcome .ry-content .ry-inner h2, 
	.custom-services .ry-title h2, 
	.custom-brands .ry-copy h2, 
	.custom-insurances .ry-copy h2 {
		font-size: 40px;
	}
	
	.custom-cta .ry-content.ry-flex,
	.custom-services .ry-content, 
	.custom-brands .ry-content.ry-flex, 
	.custom-doctors .ry-content, 
	.custom-insurances .ry-content.ry-flex, 
	.custom-footer .ry-main-content {
		transform: none;
	}
	
	.custom-cta .ry-each {
		flex-direction: column;
		align-items: center;
	}

	.custom-cta .ry-icon {
		margin-right: 0;
		transform: none;
		margin-bottom: 20px;
		min-height: 76px;
	}
	
	.custom-welcome .ry-content:after {
		width: 120px;
		height: 120px;
		right: 0;
		top: 0;
		left: 0;
		margin: auto;
	}

	.custom-welcome .ry-content {
		background: rgb(236 245 250);
		width: 100%;
	}

	.custom-welcome .ry-content:before {
		visibility: hidden;
	}

	.custom-welcome .ry-content .ry-inner {
		width: 100%;
	}

	.custom-welcome .ry-content .ry-inner h2 {
		text-align: center;
	}

	.custom-welcome .ry-content .ry-inner p {
		text-align: center;
		text-shadow: none;
	}

	.custom-welcome .ry-btn.ry-btn-primary {
		margin: 0 auto;
	}
	
	.custom-welcome .ry-content .ry-inner img.visionsource {
        max-width: 350px;
        margin: 20px auto 0;
    }

	.custom-welcome {
		transform: none;
		padding: 100px 0 50px;
	}
	
	.custom-services .ry-services {
		background: transparent;
		width: 100%;
		height: auto;
		justify-content: center;
		display: block;
		min-width: 100%;
	}

	.custom-services .ry-copy .ry-each:not(.current-active) {
		display: block;
	}

	.custom-services .ry-right .carousel-control {
		display: none;
	}

	.custom-services .ry-right {
		margin-top: 30px;
		display: block;
	}

	.custom-services {
		background: #093259;
	}
	
	.custom-services .ry-services .ry-each .ry-text {
		display: none;
	}
	
	.custom-services .ry-services .current-parent-active.ry-each:before,
	.custom-services .ry-services .ry-each:hover:before {
		display: none !important;
	}
	
	.custom-services .ry-services .ry-each.ry-each:hover img {
		filter: brightness(0) invert(1);
	}
	
	.custom-services .ry-copy h3 {
		font-size: 30px;
	}
	
	.custom-services .ry-services .ry-each {
		width: 100%;
		display: block;
	}
	
	.custom-services .ry-services .ry-each .ry-img {
		width: 100%;
	}
	
	.custom-doctors .ry-flex {
		align-items: center;
	}

	.custom-doctors .ry-each {
		margin: 10px 0;
		width: 100%;
		height: auto;
		background: transparent;
		box-shadow: none;
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.custom-doctors .ry-each .ry-content-wrap {
		display: block;
	}

	.custom-doctors .ry-each .ry-content-wrap .ry-inner {
		border: 0;
		border-radius: 0;
	}

	.custom-doctors .ry-each .ry-img-wrap {
		background: rgb(255 255 255 / 40%);
		border-radius: 100%;
		padding: 10px;
		width: 280px;
	}

	.custom-doctors .ry-each:hover {
		background: transparent;
	}

	.custom-doctors .ry-each:hover .ry-content-wrap {
		background: transparent;
	}

	.custom-doctors .ry-each:hover .ry-img-wrap {
		display: block;
	}

	.custom-doctors .ry-each .ry-content-wrap .ry-inner .ry-container {
		width: 100%;
	}

	.custom-doctors .ry-each .ry-content-wrap .ry-inner .ry-copy {
		transform: none;
		margin: 15px 0 0;
	}
	
	.custom-doctors .ry-each .ry-img-wrap .ry-text {
		display: none;
	}
	
	.custom-doctors {
		background: linear-gradient(180deg, rgb(42 144 193) 0%, rgba(255,255,255,1) 100%);
		padding: 80px 0;
	}

	.custom-services {
		padding: 80px 0;
	}
	
	.custom-doctors .ry-icon img {
		width: 80px;
	}

	.custom-doctors .ry-icon {
		margin-top: -30px;
	}
	
	.ry-group {
		background: transparent;
	}
	
	.custom-doctors {
		background: linear-gradient(180deg, rgb(42 144 193) 0%, rgba(255,255,255,1) 100%);
	}
	
	.custom-brands .ry-copy {
		flex-direction: column;
		align-items: center;
	}

	.custom-brands .ry-copy h2 {
		text-align: center;
	}

	.custom-brands .ry-copy p {
		margin: 30px auto;
	}

	.custom-brands .ry-copy .ry-img {
		display: none;
	}
	
	.custom-brands .ry-carousel {
		width: 100%;
	}
	
	.custom-brands .ry-carousel {
		padding-right: 0;
	}

	.custom-brands .ry-carousel ol.carousel-indicators {
		margin: 20px 0 0;
		position: relative;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		flex-direction: row;
		justify-content: center;
		transform: none !important;
		top: unset !important;
		bottom: 0 !important;
		align-items: center;
		float: none;
	}

	.custom-brands .ry-carousel .carousel {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}

	.custom-brands .ry-carousel ol.carousel-indicators li {
		margin: 0 3.5px;
	}
	
	.custom-brands .ry-carousel .ry-flex {
		flex-direction: column;
	}

	.custom-brands .ry-carousel .ry-box {
		margin: 10px 10px;
		width: 100%;
		max-width: 150px;
		min-width: 120px;
	}

	.custom-brands .ry-carousel .ry-col {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.custom-brands .ry-carousel .ry-box .ry-brand img {
		transform: scale(0.8);
	}
	
	.custom-insurances .carousel-indicators {
		position: relative;
		flex-direction: row;
		justify-content: center;
		width: 100% !important;
		margin-top: 20px;
	}

	.custom-insurances .ry-carousel .carousel {
		display: flex;
		flex-direction: column-reverse;
	}

	.custom-insurances .carousel-indicators li {
		margin: 0 3.5px;
	}

	.custom-insurances .ry-carousel .carousel-inner {
		margin-left: 0;
	}
	
	.custom-insurances .ry-copy h2 {
		text-align: center;
	}
	
	.custom-insurances .ry-copy {
		width: 100%;
	}
	
	.custom-insurances {
		padding: 80px 0 400px;
	}	
	
	.custom-footer .ry-top .ry-content.ry-flex {
		flex-direction: column;
		align-items: center;
	}

	.custom-footer .ry-top .ry-copy .separator {
		display: none;
	}

	.custom-footer .ry-top .ry-copy .ry-each {
		margin-bottom: 40px;
	}

	.custom-footer .ry-top .ry-copy .ry-each:last-child {
		margin-bottom: 0;
	}

	.custom-footer .ry-top .ry-copy .ry-logo {
		width: 100px;
	}

	.custom-footer .ry-top .ry-copy .ry-info .ry-flex {
		flex-direction: column;
		align-items: center;
	}

	.custom-footer .ry-top .ry-copy .ry-info .ry-icon {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.custom-footer .ry-top .ry-copy .ry-info .address p {
		text-align: center;
	}

	.custom-footer .ry-top .ry-copy .ry-hours ul li p {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.custom-footer .ry-top .ry-copy .ry-hours ul li span.span-1 {
		width: 100%;
		margin: 0 0 5px;
	}
	
	.custom-footer {
		padding-bottom: 49px;
	}
	
	.custom-footer .ry-top {
		margin-top: -310px;
	}
	
	.custom-footer .ry-map .ry-img {
		height: 300px;
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
	}
	
	#ry-pg-banner .ry-bnr-wrp {
		margin-top: 77px;
	}
}

@media(max-width:700px) {
	.custom-cta .ry-content.ry-flex {
		flex-direction: column;
		align-items: center;
	}
	
	.custom-cta .ry-separator {
		width: 100%;
		max-width: 120px;
		height: 2px;
		margin: 40px 0;
	}
	
	.custom-doctors .ry-flex {
		flex-direction: column;
	}
	
	.custom-doctors .ry-each:first-child {
		margin: 40px 0;
	}
}

@media all and (max-height:800px) {
	.module-43 .ry-right {
		margin: 20px 0 0;
	}
	
	.module-43 .ry-logo {
		max-width: 250px;
	}
}

@media(max-width:500px) {
	.custom-doctors .ry-icon {
		margin-top: 0;
	}
}
/*UPDATE*/

@media (min-width:1240px) {
	.custom-insurances .ry-content.ry-flex {
		flex-direction:row-reverse
	}
}

/*HEARING SOLUTION*/
.hearing-solution .ry-content{
	border-radius:30px;
	overflow:hidden
}

.hearing-solution h2{
	color:#fff;
	text-align:center !important;
	font-size: 50px;
	font-weight: 700;
	line-height:1
}    
.hearing-solution h2 span{
	display:block;
	text-align:center;
	color: #3ba5de;
}

.hearing-solution p, .hearing-solution div, .hearing-solution .ry-right p{
	color:#fff;
	text-align:center
}

.hearing-solution .ry-btn {
	text-transform:uppercase;
	margin:auto;
	background: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-image: initial;
}

.hearing-solution .ry-right {
	display:grid;
	place-items:center;
	align-items:center;
	padding: 50px 3em;
	background: #0f4170;
}


.hearing-solution .ry-btn {
	line-height:1.2
}


.hearing-solution {
	z-index:1
}


.custom-insurances {
	padding: 150px 0 570px;
	margin-top: 0px
}

.hearing-solution {
	z-index:1
}

.hearing-solution .ry-left img{
	object-fit:cover;
	width:100%;
}

@media(min-width:1080px){
	.hearing-solution .ry-left img{
		object-fit:cover;
		width:100%;
		min-height:599px;
		object-fit:cover
	}

}

.hearing-solution .nuanceAudioLogo img{
	max-width:250px;
	width:80%;
	margin:auto;
	position:relative
}
.hearing-solution .nuanceAudioLogo {
	max-width:430px;
	width:90%;
	border-bottom:solid 1px #ffffff6e;
	padding-bottom:30px;
	padding-top:20px;
	margin:auto;
}

.hearing-solution .ry-right .ry-text {
	padding:20px 0
}


@media(max-width:1090px) {
	.hearing-solution  h2{
		font-size:40px
	}
}

@media (max-width: 1080px) {
	.hearing-solution .ry-right {
		padding: 50px 25px;
	}
	.hearing-solution  h2{
		font-size:40px
	}

	.hearing-solution p br{
		display:none

	}
	.hearing-solution .ry-right {
		justify-content:center;
		place-items:unset;
		align-items: center;
		gap:20px;
	}
	.hearing-solution .ry-flex {
		flex-direction:column
	}
	.hearing-solution a.ry-btn {
		font-size:18px;
	}
	.hearing-solution .ry-left img {
		max-height:500px
	}
	.hearing-solution  .ry-container {
		width:80%
	}
}

@media(max-width:480px) {
	.hearing-solution a.ry-btn {
		font-size:16px;
		padding:35px 10px
	}
	.hearing-solution  .ry-container {
		width:90% !important
	}
}

@media (max-width: 390px) {
    .hearing-solution h2 {
        font-size: 36px;
    }
}

.custom-insurances .carousel-indicators li.active {
    display:none
}
@media(max-width:1239px) {
    .custom-insurances .ry-content.ry-flex {
    flex-direction:row-reverse
}
}
@media(max-width:1200px) {
        .custom-insurances .ry-content.ry-flex {
    flex-direction:column-reverse
}
    .custom-insurances .ry-carousel .carousel-inner {
        margin-left:0
    }
}
@media(max-width:1080px) {
    .custom-brands h2 {
        text-align:center
    }
    .custom-brands .ry-heading p,
    .custom-insurances .ry-heading p{
        margin-inline:auto;
        width:fit-content;
        max-width:100%;
        text-align:center;
    }
    .custom-insurances .ry-copy {
        max-width:100%;
        width:100%
    }
    
}

@media(max-width:480px) {
    .custom-insurances .ry-copy p:before,
    .custom-brands .ry-copy p:before{
        width:30PX
    }
    .custom-insurances .ry-copy p,
    .custom-brands .ry-copy p{
        padding-left:40PX
    }
}