/** MISCELLANEOUS **/
#unsubscribe.ry-form.ry-form-box input.ry-btn.ry-btn-primary {
    margin: 0 auto;
}

.module-311.frames .ry-payment-options-logos .ry-each {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#locations.ry-flex {
    flex-wrap: wrap;
    justify-content: center;
}

#locations.ry-flex .ry-each {
    width: 30%;
    margin: 0 20px 40px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

#locations.ry-flex .ry-each .ry-text {
    margin: 20px 0;
    padding: 0 20px;
}

#locations.ry-flex .ry-each .ry-button {
    padding: 0 20px 30px;
}

#locations.ry-flex .ry-each .ry-text h2, #locations.ry-flex .ry-each .ry-text p {
    text-align: center;
}

#locations.ry-flex .ry-each .ry-button .ry-btn.ry-btn-primary {
    width: fit-content;
    margin: 0 auto;
    display: block;
}

#locations.ry-flex .ry-each .ry-button br {
    display: none;
}

#savings.ry-flex {
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0 0;
}

#savings.ry-flex .ry-each {
    width: 45%;
    margin: 0 10px 20px;
    background: #f7f7f7;
}

#savings.ry-flex .ry-each .ry-heading {
    background: #821982;
    padding: 10px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#savings.ry-flex .ry-each .ry-heading h3 {
    margin: 0;
    text-align: center;
    color: #fff;
    line-height: 1;
    font-weight: 400;
}

#savings.ry-flex .ry-each .ry-text {
    padding: 20px 20px 30px;
}

#savings.ry-flex .ry-each .ry-text h4, #savings.ry-flex .ry-each .ry-text p {
    text-align: center;
}

#savings.ry-flex .ry-each .ry-text h4 {
    font-size: 40px;
}

#savings.ry-flex .ry-each .ry-text h4 span.span-1 {
    display: block;
    font-size: 24px;
    font-weight: 400;
}

#savings.ry-flex .ry-each .ry-text .ry-button {
    margin: 30px 0 0;
}

#savings.ry-flex .ry-each .ry-text .ry-button .ry-btn.ry-btn-primary {
    width: fit-content;
    margin: 0 auto;
    display: block;
}

#savings.ry-flex .ry-each .ry-text .ry-button br {
    display: none;
}

#contactus.ry-flex {
    flex-wrap: wrap;
    justify-content: center;
}

#contactus.ry-flex .ry-each {
    width: 30%;
    margin: 0 20px 20px;
    border: 2px solid #852C86;
    padding: 20px;
}

#contactus.ry-flex .ry-each .ry-img img {
    height: 180px;
    width: 100%;
}

#contactus.ry-flex .ry-each .ry-img {
    margin: 0 0 20px;
}

#contactus.ry-flex .ry-each h3 {
    text-align: center;
}

#contactus.ry-flex .ry-each .ry-info {
    margin: 0 0 20px;
}

#contactus.ry-flex .ry-each .ry-info .ry-flex {
    justify-content: flex-start;
    margin: 0 0 15px;
    align-items: center;
}

#contactus.ry-flex .ry-each .ry-info .ry-flex .ry-icon {
    margin-right: 15px;
    min-width: 40px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 16px;
    background: #852C86;
}

#contactus.ry-flex .ry-each .ry-button a.ry-btn.ry-btn-primary {
    margin: 0 auto;
	width: 100%;
}

#contactus.ry-flex .ry-each .ry-info .ry-flex .ry-text, 
#contactus.ry-flex .ry-each .ry-info .ry-flex .ry-text a {
	text-align: left;
	font-size: 16px;
}

#doctors.ry-flex {
    flex-wrap: wrap;
    justify-content: center;
	margin: 30px 0 0;
}

#doctors.ry-flex .ry-each {
    width: 30%;
    padding: 10px;
    border: 2px solid #852C86;
    margin: 0 10px 20px;
}

#doctors.ry-flex .ry-each .ry-img {
    margin: 0 0 20px;
}

#doctors.ry-flex .ry-each .ry-img img {
    width: 180px;
    margin: 0 auto;
}

#doctors.ry-flex .ry-each .ry-text div {
    text-align: center;
}

#doctors.ry-flex .ry-each .ry-text h3, #doctors.ry-flex .ry-each .ry-text p {
    text-align: center;
}

#doctors.ry-flex .ry-each .ry-text h3 {
    margin: 0;
	font-size: 20px;
}

#doctors.ry-flex .ry-each .ry-text p {
    font-size: 16px;
    line-height: 1.3;
    margin: 20px 0 10px;
    height: 60px;
	display: flex;
    align-items: center;
    justify-content: center;
}

#doctors.ry-flex .ry-each .ry-text .ry-button {
    margin: 10px 0 0;
}

#doctors.ry-flex .ry-each a.ry-btn.ry-btn-primary {
    margin: 0 auto;
}

.ry-field {
    margin-bottom: 20px;
}

.ry-field .ry-field-label {
    text-transform: capitalize;
    margin-bottom: 10px;
}
.brochure-btn-wrap .custom-btn:before {
    content: "\f1c1";
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
}
.btn-center {
    display: block;
    margin: 0 auto;
}

@font-face {
    font-family: 'Zen Kaku Gothic Antique';
    src: url('https://s3.amazonaws.com/static.organiclead.com/Site-0cd57f68-e823-4688-8389-f95a2996dcca/fonts/ZenKakuGothicAntique_Bold.woff2') format('woff2'),
        url('https://s3.amazonaws.com/static.organiclead.com/Site-0cd57f68-e823-4688-8389-f95a2996dcca/fonts/ZenKakuGothicAntique_Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zen Kaku Gothic Antique';
    src: url('https://s3.amazonaws.com/static.organiclead.com/Site-0cd57f68-e823-4688-8389-f95a2996dcca/fonts/ZenKakuGothicAntique_Black.woff2') format('woff2'),
        url('https://s3.amazonaws.com/static.organiclead.com/Site-0cd57f68-e823-4688-8389-f95a2996dcca/fonts/ZenKakuGothicAntique_Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zen Kaku Gothic Antique';
    src: url('https://s3.amazonaws.com/static.organiclead.com/Site-0cd57f68-e823-4688-8389-f95a2996dcca/fonts/ZenKakuGothicAntique_Light.woff2') format('woff2'),
        url('https://s3.amazonaws.com/static.organiclead.com/Site-0cd57f68-e823-4688-8389-f95a2996dcca/fonts/ZenKakuGothicAntique_Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zen Kaku Gothic Antique';
    src: url('https://s3.amazonaws.com/static.organiclead.com/Site-0cd57f68-e823-4688-8389-f95a2996dcca/fonts/ZenKakuGothicAntique_Medium.woff2') format('woff2'),
        url('https://s3.amazonaws.com/static.organiclead.com/Site-0cd57f68-e823-4688-8389-f95a2996dcca/fonts/ZenKakuGothicAntique_Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zen Kaku Gothic Antique';
    src: url('https://s3.amazonaws.com/static.organiclead.com/Site-0cd57f68-e823-4688-8389-f95a2996dcca/fonts/ZenKakuGothicAntique_Regular.woff2') format('woff2'),
        url('https://s3.amazonaws.com/static.organiclead.com/Site-0cd57f68-e823-4688-8389-f95a2996dcca/fonts/ZenKakuGothicAntique_Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('https://s3.amazonaws.com/static.organiclead.com/Site-0cd57f68-e823-4688-8389-f95a2996dcca/fonts/Poppins_Regular.woff2') format('woff2'),
        url('https://s3.amazonaws.com/static.organiclead.com/Site-0cd57f68-e823-4688-8389-f95a2996dcca/fonts/Poppins_Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.ry-button br {
    display: none;
}

.ry-btn.ry-btn-primary {
    height: 58px !important;
    font-size: 18px;
    text-transform: uppercase;
    width: fit-content;
    padding: 0 25px !important;
    background: #842d87;
	display: flex;
    align-items: center;
    justify-content: center
}

body.home #ry-main .ry-btn:after {
	display: none;
}

body.home .ry-heading h4 {
	text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
}

body.home .ry-heading h2 {
	text-align: center;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
}

body.default p {
    font-weight: 400;
    color: #444444;
}

body.default .custom-insurance, body.default .custom-contact {
    display: none;
}

body.default .ry-btn.ry-btn-primary {
    color: #ffffff !important;
	line-height: 1;
}

#repModal .modal-content .btn.btn-primary.ry-btn.ry-btn-primary {
    margin: 0 auto;
}

#repModal .modal-content .btn.btn-primary.ry-btn.ry-btn-primary span.span-2 {
    padding-left: 6px;
}

.module-327 .rating-copy.pg-copy p {
    font-family: 'Zen Kaku Gothic Antique' !important;
    font-weight: 400 !important;
}

.module-327 .publish-wrap .hidden-block {
    width: 100%;
    max-width: 365px;
}

.module-327 .publish-item {
    margin: 0 auto;
    display: block;
    width: 100%;
}

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

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

body.default .ry-btn.ry-btn-primary:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

body.default .ry-btn.ry-btn-primary:hover,
#ry-sidebar .ry-sb-cta .ry-btn:hover {
    background: #444444 !important;
}

body.default .ry-btn.ry-btn-primary:after {
    background: #444444;
    content: '';
    position: absolute;
    z-index: -1;
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pagination>li.active a {
    color: #ffffff !important;
}

#repModal .modal-content .btn.btn-primary.ry-btn.ry-btn-primary:hover.
.module-327 .ry-btn {
    background: #333333 !important;
}

body.default h2, body.default h3, body.default h4, body.default h5, body.default h6 {
    color: #842d87;
}

body #ry-pg-body li p a:hover {
    text-decoration: underline !important;
}

.charities .ry-photo {
    padding: 0;
}

.charities .ry-photo img {
    max-width: 300px;
    margin: 0 auto;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.vto-button {
    position: fixed;
    bottom: 30px;
    left: 30px;
	animation: bounce 4s ease-in-out infinite;
	z-index: 9;
}

.vto-button div {
    width: 170px;
    height: 170px;
    background: #842d87;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vto-button div svg {
    fill: #ffffff;
    width: 50px;
    height: 50px;
    margin-top: -10px;
    transform: scale(1.6);
}

.vto-button div p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center !important;
    width: 60%;
    letter-spacing: 2px;
}

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

.module-43 .ry-container {
    max-width: 1600px;
    width: 90%;
}

.module-43 .ry-left img {
    width: 100%;
    max-width: 417px;
	position: relative;
    top: 32px;
}

.module-43 .ry-right .social-icons {
    width: auto;
	margin-right: 42px;
}

.module-43 .ry-right {
    flex-direction: row;
    justify-content: flex-end;
}

.module-43 .ry-right .ry-leads {
    width: fit-content;
	position: relative;
    top: -4px;
}

.module-43 .ry-right .ry-leads .ry-contact {
    min-width: unset;
}

.module-43 .ry-right .social-icons li {
    list-style: none;
    width: 38px;
    height: 38px;
    border: 2px solid rgb(255 255 255 / 50%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module-43 .ry-right .social-icons li:hover {
    background: #671b6a;
    border-color: #671b6a;
}

.module-43 .ry-right .social-icons li a {
    font-size: 13px;
    color: #ffffff;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module-43 .ry-right .ry-leads .ry-contact li.ry-location-click {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-0cd57f68-e823-4688-8389-f95a2996dcca/assets/apt_btn.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 297px;
    height: 89px;
	z-index: 2
}

.module-43 .ry-right .ry-leads .ry-contact li .contact__overlay {
	display: none;
}

.module-43 .ry-right .ry-leads .ry-contact li .contact__icon {
    min-width: 66px;
}

.module-43 .ry-right .ry-leads .ry-contact li span {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    line-height: 22px !important;
}

.module-43 .ry-right .ry-leads .ry-contact li .contact__icon .icon__wrap i {
    color: #842d87;
    font-size: 27px;
}

.module-43 .ry-right .ry-leads .ry-contact li span.arrow {
    margin-left: 20px;
    line-height: 1 !important;
}

.module-43 .ry-right .ry-leads .ry-contact li span.arrow .fa-sort-up {
    position: relative;
    top: 5px;
}

.module-43 .ry-right .social-icons li:hover {
    background: #671b6a;
    border-color: #671b6a;
}

.module-43 .ry-right .ry-leads .ry-contact li.ry-location-click:after {
    background: #671b6a;
    content: '';
    position: absolute;
    z-index: -1;
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.module-43 .ry-right .ry-leads .ry-contact li.ry-location-click:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.module-43 .ry-right .ry-leads .ry-contact li.ry-location-click:hover {
    background: transparent;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.module-43 .ry-right .ry-leads .ry-location-content {
    position: absolute;
    background: #ffffff;
    top: 70px;
    z-index: -1;
	width: 100%;
	padding: 35px 0 0;
}

.module-43 .ry-right .ry-leads .ry-contact li .contact__icon .icon__wrap {
    width: 52px;
    height: 52px;
    background: #ffffff;
}

.module-43 .ry-right .ry-leads .ry-location-content .ry-container {
    max-width: 216px;
}

.module-43 .ry-right .ry-leads .ry-location-content li {
    background: transparent;
    width: 100%;
    height: unset;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 15px;
    padding: 0 5px 15px;
	display: block;
	position: relative;
}

.module-43 .ry-right .ry-leads .ry-location-content li h5 {
    color: #333333;
    letter-spacing: 0;
    text-transform: none;
    font-size: 20px;
}

.module-43 .ry-right .ry-leads .ry-location-content li p {
    font-size: 20px;
    color: #842d87;
    font-weight: 700;
    letter-spacing: 0;
}

.module-43 .ry-right .ry-leads .ry-location-content li:hover p {
    text-decoration: underline !important;
}

.module-43 .ry-right .ry-leads .ry-location-content li:last-child {
    border-bottom: 0;
}

.module-43 .ry-right .ry-leads .ry-location-content li:after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    right: 5px;
    top: 20px;
    color: #333333;
}

.module-43 .ry-right.ry-right-menu {
    max-width: 100%;
	z-index: -2;
}

.module-43 .ry-right.ry-right-menu .ry-menu .nav-menu li a {
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
	letter-spacing: 0;
}

.module-43 .ry-right.ry-right-menu .ry-menu .nav-menu li.primary > a:hover {
    color: #ffffff;
    opacity: 0.8;
}

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

.module-43 .ry-right .ry-menu .nav-menu {
    top: 0;
}

.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a:hover {
    opacity: 1;
    color: #842d87;
}

.module-43.ry-sticky-menu.fixed .ry-right .ry-menu .nav-menu li:hover .dropdown-menu {
    margin: 0;
    top: 100%;
}

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

.mobile-container .flex-wrap .mobile_logo img {
    min-width: 120px;
	max-width: 170px;
}

.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a:first-child {
    margin-right: 0;
}

.mobile-container .ry-location-content {
    position: absolute;
    top: 70px;
    right: 0;
    background: #ffffff;
    list-style: none;
    padding: 20px 0;
    width: 200px;
}

.mobile-container .ry-location-content h5 {
    text-align: left;
    font-weight: 500;
    color: #444444;
    font-size: 20px;
	margin: 0 0 5px;
}

.mobile-container .ry-location-content p {
    text-align: left;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: #842d87;
}

.mobile-container .ry-location-content li {
    padding: 0 10px 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #c0c0c0;
    position: relative;
}

.mobile-container .ry-location-content li:last-child {
    border: 0;
    margin: 0;
}

.mobile-container .ry-location-content li:after {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	right: 10px;
	top: 15px;
}

.ry-sticky-menu.fixed {
    padding: 0;
    background: rgb(68 68 68 / 90%);
	-webkit-animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

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

body.default .module-43:not(.fixed) .ry-right.ry-right-menu .ry-menu .nav-menu li a {
    padding-bottom: 0 !important;
}

.ry-badge-wrap {
    margin-right: 42px;
}
.ry-badge-wrap, .ry-badge-wrap img {
    max-width: 160px;
}


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

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

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

.module-66 .bnr-textbox {
    margin-bottom: 0 !important;
    bottom: unset;
    top: 40%;
    transform: translateY(-50%);
}

.module-66 .bnr-textbox .ry-section-title {
    text-align: left;
    font-size: 53px;
    font-weight: 700;
    text-transform: none;
    line-height: 1;
}

.module-66 .bnr-textbox p {
    text-align: left;
    color: #ffffff;
    font-weight: 400;
    font-size: 26px;
    margin: 18px 0 0;
}

.module-66 .bnr-textbox .ry-button {
    margin: 28px 0 0;
}

.module-66 .bnr-textbox .ry-button a.ry-btn.ry-btn-primary {
    width: 188px;
    height: 49px !important;
    background: transparent;
    border: 1px solid #ffffff !important;
}

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

/** WELCOME **/
.custom-welcome {
    background: #671b6a;
}

.custom-welcome .ry-welcome-top {
    margin-top: -300px;
    z-index: 9;
}

.custom-welcome .ry-each {
    max-width: 243px;
}

.custom-welcome .ry-each .ry-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.custom-welcome .ry-each .ry-content img {
    width: 43px;
    margin: 0 auto 16px;
}

.custom-welcome .ry-each .ry-content div, 
.custom-welcome .ry-each .ry-content p {
    text-align: center;
}

.custom-welcome .ry-img {
    border: 5px solid rgb(255 255 255 / 50%);
    border-radius: 100%;
    width: 242px;
    position: relative;
}

.custom-welcome .ry-each:hover .ry-img {
    border-color: transparent;
}

.custom-welcome .ry-each:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-0cd57f68-e823-4688-8389-f95a2996dcca/assets/location_hover.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	visibility: hidden;
}

.custom-welcome .ry-img .ry-img-inner {
    width: 232px;
    height: 232px;
}

.custom-welcome .ry-each:hover:before {
    visibility: visible;
}

.custom-welcome .ry-img .ry-img-inner:before {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 100%;
	position: absolute;
	background: rgb(255 255 255 / 90%);
	background-blend-mode: normal;
}

.custom-welcome .ry-each:hover .ry-img .ry-img-inner:before {
    background: rgb(132 45 135 / 90%);
}

.custom-welcome .ry-each:hover .ry-content img {
    filter: brightness(0) invert(1);
}

.custom-welcome .ry-each:hover .ry-content h5, 
.custom-welcome .ry-each:hover .ry-content p, 
.custom-welcome .ry-each:hover .ry-content i {
    color: #ffffff;
}

.custom-welcome .ry-each .ry-content h5 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #444444;
}

.custom-welcome .ry-each .ry-content p {
    font-size: 20px;
    font-weight: 700;
    color: #842d87;
    margin: 0 0 10px;
}

.custom-welcome .ry-each .ry-content i {
	font-size: 20px;
    color: #444444;
}

.custom-welcome h4 {
    color: rgb(255 255 255 / 40%);
    letter-spacing: 4px;
	margin: 0 0 20px
}

.custom-welcome h2 {
    color: #ffffff;
    letter-spacing: 2px;
}

.custom-welcome .ry-welcome-bottom {
    padding: 80px 0 0;
}

.custom-welcome .ry-welcome-bottom p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    margin: 45px 0 65px;
}

.custom-welcome .ry-welcome-bottom .ry-button .ry-btn.ry-btn-primary {
    margin: 0 auto;
    border: 1px solid #ffffff !important;
    background: transparent;
    width: 178px;
}

.custom-welcome .ry-welcome-bottom .ry-button .ry-btn.ry-btn-primary:hover {
    background: #ffffff;
    color: #842d87 !important;
}

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

/** SERVICES **/
.custom-services {
    margin-top: -215px;
	z-index: 2;
}

.custom-services .ry-each {
    width: 394px;
    position: relative;
}

.custom-services .ry-each:hover {
	-webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.custom-services .ry-flex.mid .ry-each.mid:hover {
	-webkit-animation: none;
	        animation: none;
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

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

.custom-services .ry-each .ry-text {
    position: absolute;
    bottom: 50px;
}

.custom-services .ry-each .ry-text p {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 28px;
}

.custom-services .ry-each .ry-arrow {
    width: 54px;
    height: 54px;
    background: #8e3f90;
    border-radius: 100%;
    position: absolute;
    bottom: -17px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto;
}

.custom-services .ry-each .ry-arrow:before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 25px;
	font-weight: 400;
	color: #ffffff;
}

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

.custom-services .ry-each:first-child {
    margin-right: 81px;
}

.custom-services .ry-flex.mid .ry-each:first-child {
    margin: 0;
}

.custom-services .ry-flex.mid .ry-each.mid {
    margin: 0 66px;
}

.custom-services .ry-flex.mid .ry-each.mid h3, 
.custom-services .ry-flex.mid .ry-each.mid p {
    text-align: center;
}

.custom-services h2 {
	color: #444444;
}

.custom-services h2 span.span-1 {
    display: block;
    font-size: 25px;
    font-weight: 700;
}

.custom-services .ry-flex.mid .ry-each.mid p {
    font-size: 19px;
    line-height: 27px;
    font-weight: 500;
    color: #444444;
    margin: 25px 0 33px;
}

.custom-services .ry-flex.mid .ry-each.mid a.ry-btn.ry-btn-primary {
    margin: 0 auto;
    width: 178px;
}

/** DOCTORS **/
.custom-doctors {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-0cd57f68-e823-4688-8389-f95a2996dcca/assets/bg_meetthedoctors2.png);
    background-position: bottom center;
    background-size: cover;
    padding: 276px 0 0;
    margin-top: -110px;
    z-index: 1;
    position: relative;
}

.custom-doctors:before {
    content: '';
    position: absolute;
    top: -220px;
    left: 0;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-0cd57f68-e823-4688-8389-f95a2996dcca/assets/doctors_before.png);
    background-size: cover;
    background-position: left center;
    width: 100%;
    height: 220px;
}

.custom-doctors .ry-heading p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #444444;
    max-width: 430px;
    margin: 15px auto 29px;
    letter-spacing: 1px;
}

.custom-doctors .ry-sort {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 63px;
}

.custom-doctors .ry-sort .ry-text {
    display: flex;
    align-items: center;
}

.custom-doctors .ry-sort .ry-text i {
    font-size: 18px;
    color: #444444;
    line-height: 1;
    position: relative;
    top: 2px;
}

.custom-doctors .ry-sort .ry-text p {
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    margin-left: 12px;
}

.custom-doctors .ry-sort .ry-button {
    margin-left: 21px;
}

.custom-doctors .ry-flex {
    margin: 0 0 68px;
}

.custom-doctors .ry-flex .ry-each {
    width: 194px;
}

.custom-doctors .ry-each .ry-img {
    border: 7px solid #ffffff;
    margin: 0 0 10px;
}

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

.custom-doctors .ry-each .ry-text h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #444444;
}

.custom-doctors .ry-each .ry-text p {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
}

.custom-doctors .swiper-pagination-progressbar {
    background: #ffffff;
    position: absolute;
    bottom: -58px;
    width: 100%;
	height: 7px;
    border-radius: 3.5px;
	overflow: hidden;
}

.custom-doctors .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #8e3f90;
}

.custom-doctors .non-swiper-slide {
    display: none;
}

.custom-doctors .ry-sort .form-group {
    margin: 0 0 0 21px;
    width: fit-content;
}

.custom-doctors .ry-sort .form-group select {
    width: 155px;
    height: 48px;
    border-radius: 0;
    border: 1px solid #ffffff;
    background: #842d87;
    -webkit-appearance: none;
    color: #ffffff;
    padding: 0;
    text-align: center;
    font-size: 17px;
    text-transform: none;
	cursor: pointer;
}

.custom-doctors .ry-sort .form-group select:hover {
    background: #333333;
}

/** TESTIMONIALS **/
.custom-testimonials {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-0cd57f68-e823-4688-8389-f95a2996dcca/assets/bg_testi.png);
    background-size: cover;
    background-position: top center;
	padding: 133px 0 159px;
}

.custom-testimonials .carousel-control {
    display: none;
}

.custom-testimonials .ry-container {
    max-width: 1140px;
    width: 90%;
}

.custom-testimonials .ry-heading h4 {
    color: #842d87;
    margin: 15px 0 0;
}

.custom-testimonials .ry-q {
    margin: 46px auto 35px;
}

.custom-testimonials .ry-q img {
    width: 56px;
    margin: 0 auto;
}

.custom-testimonials .ry-text p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-align-last: center;
}

.custom-testimonials .ry-name {
    margin: 60px 0 42px;
}

.custom-testimonials .ry-name h5 {
    text-align: center;
}

.custom-testimonials .ry-name span {
    color: #ecc13e !important;
    font-size: 20px !important;
}

.custom-testimonials .ry-name p {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.custom-testimonials .ry-btn.ry-btn-primary {
    margin: 0 auto;
    width: 195px;
}

.custom-testimonials .ry-slider-nav {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.custom-testimonials .ry-slider-nav > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.custom-testimonials .ry-slider-nav .button {
    width: unset;
    height: unset;
    background: transparent;
    margin: 0;
}

.custom-testimonials .ry-slider-nav .button::after {
    font-size: 35px;
    color: #444444;
}

.custom-testimonials .ry-each .ry-container {
    max-width: 785px;
}

/** VIRTUAL TRY ON **/
.custom-tryon {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-0cd57f68-e823-4688-8389-f95a2996dcca/assets/bg_virtualtry.jpg);
    background-size: cover;
    background-position: right center;
    padding: 144px 0 392px;
}

.custom-tryon img.ry-title {
    width: 355px;
    margin: 0 auto;
}

.custom-tryon .ry-slider {
    max-width: 496px;
}

.custom-tryon .ry-slider img {
    width: auto;
    margin: 0 auto;
}

.custom-tryon .ry-slider .ry-img-inner {
    border: 5px solid #bb46bf;
    border-radius: 100%;
    width: auto;
}

.custom-tryon .ry-slider .ry-img {
    border: 13px solid #ffffff;
    border-radius: 100%;
    width: auto;
}

.custom-tryon .ry-slider .ry-each {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.custom-tryon .ry-slider .ry-slider-nav {
    top: 50%;
    transform: translateY(-50%);
}

.custom-tryon .ry-slider .ry-slider-nav .button {
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
}

.custom-tryon .ry-slider .ry-slider-nav .button::after {
    font-size: 35px;
    color: rgb(255 255 255 / 20%);
}

.custom-tryon .ry-slider .ry-slider-nav .button:hover:after {
    color: #ffffff;
}

.custom-tryon .ry-text {
    margin-left: 98px;
    max-width: 448px;
}

.custom-tryon .ry-text .ry-heading h2 {
    text-align: left;
    color: #ffffff;
}

.custom-tryon .ry-content.ry-flex {
    justify-content: flex-start;
}

.custom-tryon .ry-text p {
    text-align: left;
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    margin: 25px 0 0;
}

.custom-tryon .ry-text .ry-button {
    margin: 40px 0 0;
}

.custom-tryon .ry-text .ry-button .ry-btn.ry-btn-primary {
    border: 1px solid #ffffff !important;
    width: 195px;
}

.custom-tryon .ry-slider .ry-slider-container {
    margin-top: -60px;
}

/** INSURANCE **/
.custom-insurance {
    margin-top: -311px;
	z-index: 1;
}

.custom-insurance .ry-container,
.custom-contact .ry-container,
.custom-info .ry-container {
    max-width: 1300px;
    width: 90%;
}

.custom-insurance .ry-content {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 10px 87.3px 2.7px rgba(0, 0, 0, 0.06);
    padding: 98px 0;
}

.custom-insurance .ry-content h3 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 2px;
    color: #444444;
}

.custom-insurance .ry-content p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #444444;
    max-width: 800px;
    margin: 25px auto 60px;
}

.custom-insurance .ry-content .ry-swiper-content img {
    width: auto;
    margin: 0 auto;
}

.custom-insurance .ry-content .ry-swiper-content .swiper-wrapper {
    align-items: center;
}

.custom-insurance .ry-content .ry-btn.ry-btn-primary {
    display: flex;
    margin: 53px auto 0;
    align-items: center;
    color: #ffffff;
	width: 195px;
	justify-content: center;
	overflow: hidden;
}

.custom-insurance .ry-content .ry-slider-nav {
    top: 50%;
    transform: translateY(-50%);
}

.custom-insurance .ry-content .ry-swiper-content .ry-container {
    max-width: 961px;
    width: 90%;
}

.custom-insurance .ry-content .ry-slider-nav .button {
    width: unset;
    height: unset;
    background: transparent;
}

.custom-insurance .ry-content .ry-slider-nav .button.swiper-button-prev:after {
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 35px;
    color: #444444;
}

.custom-insurance .ry-content .ry-slider-nav .button.swiper-button-next:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 35px;
    color: #444444;
}

.custom-insurance .ry-btn.ry-btn-primary:before,
button#homepage-form:before {
    content: '';
    position: absolute;
    background: rgba(134, 211, 220, 0.1);
    width: 100%;
    height: 90%;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

.custom-insurance .ry-btn.ry-btn-primary:hover:before,
button#homepage-form:hover:before {
    -webkit-animation: overlay 1.6s cubic-bezier(0.694, 0.048, 0.335, 1) forwards;
    animation: overlay 1.6s cubic-bezier(0.694, 0.048, 0.335, 1) forwards;
}

/** CONTACT **/
.custom-contact {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-0cd57f68-e823-4688-8389-f95a2996dcca/assets/bg_contactus.jpg);
    background-size: cover;
    background-position: top left;
    margin-top: -311px;
    padding: 427px 0 107px;
}

.custom-contact .ry-content {
    max-width: 550px;
    float: right;
}

.custom-contact .ry-content .ry-heading h2, .custom-contact .ry-content .ry-heading h4 {
    text-align: left;
}

.custom-contact .ry-content .ry-heading h2 {
    color: #444444;
    letter-spacing: 2px;
}

.custom-contact .ry-content .ry-heading h4 {
    color: #842d87;
    letter-spacing: 2px;
    margin: 15px 0 0;
}

.custom-contact .ry-heading {
    margin: 0 0 30px;
}

.custom-contact .form-control {
    color: #444444 !important;
    font-weight: 500;
    font-size: 20px !important;
	padding-left: 23px !important;
	-webkit-appearance: none;
	height: 55px;
}

.custom-contact input[type="text"]::placeholder, 
.custom-contact textarea::placeholder {
    color: #444444 !important;
}

.custom-contact #location:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    position: absolute;
    right: 24px;
    top: 20px;
}

.custom-contact .ry-content textarea {
    height: 183px;
    padding-top: 22px;
}

.custom-contact .ry-content input#homepage-form {
    float: right;
    border: 1px solid #fff;
    width: 147px;
	overflow: hidden;
}

/** FOOTER **/
.custom-info {
    background: #444444;
    padding: 43px 0 78px;
}

.custom-info .ry-left, 
.custom-info .ry-right {
    display: flex;
}

body.default .custom-info h4, 
.custom-info h4 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    color: #d65ada;
    line-height: 61px;
    letter-spacing: 1px;
}

.custom-info .ry-each li p a {
    color: rgb(255 255 255 / 70%);
    font-size: 18px;
    font-weight: 500;
}

.custom-info .ry-each li {
    list-style: none;
}

.custom-info .ry-each ul {
    padding: 0;
}

.custom-info .ry-each li p {
    line-height: 26px;
	text-align: left;
}

.custom-info .ry-img {
    margin-left: 58px;
    width: auto;
    min-width: 160px;
}

.custom-info .ry-right .ry-text, .custom-info .ry-right .ry-text a {
    color: rgb(255 255 255 / 70%);
    font-size: 18px;
    line-height: 24px;
    text-align: right;
}

.custom-info .ry-right .ry-text.ry-flex {
    flex-direction: column;
    text-transform: capitalize;
    align-items: flex-end;
    color: rgb(255 255 255 / 30%);
    margin: 20px 0 0;
}

.custom-info .ry-right .ry-text.ry-flex img {
    margin-top: 10px;
    width: 125px;
}

.custom-info .ry-right {
    align-items: center;
}

.custom-info .ry-left .ry-each {
    width: fit-content;
}

.custom-info .ry-left .ry-each:first-child {
    margin-right: 100px;
}

.custom-info .ry-each li p a:hover,
.custom-info .ry-right .ry-text a:hover,
#contactus.ry-flex .ry-each .ry-info .ry-flex .ry-text a:hover,
#locations .module-43 .ry-content.ry-flex .ry-right .ry-leads .ry-menu li.primary a:hover {
	color: #d65ada;
}

.module-327 .review-box .disclaimer p {
	line-height: 1.5;
	font-size: 16px;
}

/** Oops Protection  **/
#ry-pg-banner .ry-bnr-wrp .ry-pg-title p {
    color: #842d87;
    font-weight: 700;
    margin-top: 5px;
}

[data-page-id="WebPage-9c58a0e5-7563-4ecc-ac7a-ee2290360d27"].landing-page #ry-pg-body {padding: 120px 0;}

.investment-banner.ry-el-bg {background-size: cover;}

.investment-banner .ry-text {
    position: absolute;
    max-width: 430px;
    top: 50%;
    left: 5vw;
    transform: translate(0, -50%);
}

.investment-banner .ry-text h2, .investment-banner .ry-text p {color: #fff;}

.investment-banner.ry-el-bg {
    background-size: cover;
    margin-bottom: 80px;
    border-radius: 20px;
	padding: 30px;
}

.list {margin-top: 40px;}

.list .ry-each {
    border-radius: 30px;
    background-color: #f3f3f3;
    padding: 60px 6vw;
}

.list .ry-each .ry-flex {
    align-items: center;
    gap: 40px;
}

.list .ry-each .num {width: 115px;}

.list .ry-each .img {
    border-radius: 20px;
    overflow: hidden;
}

.list .ry-each:not(:last-child) {margin-bottom: 60px;}

.repairs .each {
    display: flex;
    align-items: center;
    gap: 40px;
}

.repairs {margin-top: 60px;}

.repairs .each .icon {width: 130px;}

.repairs .each:not(:last-child) {margin-bottom: 30px;}

.reminder, .refund {margin: 80px 0;}

.bottom-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    padding: 60px 130px;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-0cd57f68-e823-4688-8389-f95a2996dcca/inner/OP_bg2.jpg) no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.bottom-banner .icon {
    width: 500px;
    margin-top: -85px;
    margin-bottom: -130px;
}

.bottom-banner h2, .bottom-banner p {color: #ffffff !important;}

.bottom-banner p {max-width: 360px;}

.refund h2 .span-1 {color: #444;}

.refund .ry-accordion {margin-top: 40px;}

/** RESPONSIVENESS **/
@media(max-width:1730px) {
	.vto-button div {
    	width: 140px;
		height: 140px; 
	}
	
	.vto-button div p {
		font-size: 16px;
	}

	.vto-button div svg {
		transform: scale(1.4);
	}
	
	.vto-button {
		left: 15px;
		bottom: 15px;
	}
}

@media(max-width:1680px) {
	.custom-welcome .ry-each {
		transform: scale(0.9);
	}
	
	.custom-services {
		margin-top: -195px; 
	}
	
	.custom-services .ry-each {
		width: 344px; 
	}
}

@media(max-width:1640px) {
	.vto-button {
		bottom: unset;
		top: 50%;
		right: 15px;
		left: unset;
	}
}

@media(max-width:1600px) {
	.module-43 .ry-left img {
		top: 22px;
	}
	
	.module-43 .ry-left img {
		top: 10px;
	}
	
	.module-66 .bnr-textbox .ry-section-title {
		font-size: 43px;
	}
	
	.module-66 .bnr-textbox p {
		font-size: 23px;
	}
	
	body.home .ry-heading h2 {
		font-size: 40px;
	}
	
	body.home .ry-heading h4 {
		font-size: 25px;
	}
	
	.custom-welcome .ry-welcome-top .ry-content.ry-flex {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.custom-welcome .ry-each {
		transform: none;
		margin: 0 10px 20px;
	}
	
	.custom-tryon .ry-text {
		margin-left: 58px;
		max-width: 398px;
		width: 90%;
	}
	
	.custom-tryon .ry-slider {
		max-width: 446px;
	}
	
	.custom-contact .ry-heading {
		margin: 0 0 30px;
	}
}

@media(max-width:1440px) and (min-width:992px) and (max-height:700px) {
	.custom-welcome .ry-welcome-top {
		margin-top: -250px; 
	}
}

@media(max-width:1440px) {
	.custom-services .ry-each {
		width: 304px; 
	}
	
	.custom-services {
		margin-top: -175px; 
	}
}

@media(max-width:1400px) {
	.custom-tryon:before {
		content: '';
		background: rgb(132 45 135 / 80%);
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
	}
	
	.custom-contact:before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		background: rgb(226 225 231 / 70%);
	}
}

@media(max-width:1366px) {
	#contactus.ry-flex .ry-each {
		width: 40%;
	}
	
	.custom-doctors .ry-flex .ry-each {
		margin: 0 10px;
	}
}

@media(max-width:1280px) {
	.module-43 .ry-right .ry-menu .nav-menu {
		max-width: 100%;
	}
}

@media(min-width:1201px) {
	.custom-contact .ry-content .ry-flex.col2 .ry-each {
		width: calc((100% / 2) - 5px);
	}
}

@media(max-width:1199px) {
	#locations.ry-flex .ry-each {
		width: 40%;
	}
	
	#doctors.ry-flex .ry-each {
		width: 45%;
	}
	
	.module-43 .ry-container {
		width: 95%;
	}
	
	.module-66 .bnr-textbox .ry-section-title {
		font-size: 38px;
	}
	
	.module-66 .bnr-textbox p {
		font-size: 20px;
		margin: 10px 0 0;
	}
	
	.module-66 .bnr-textbox .ry-button {
		margin: 14px 0 0;
	}
	
	.custom-services {
		margin-top: -115px;
	}
	
	.custom-services .ry-each {
		width: 274px;
	}
	
	.custom-services .ry-each .ry-text p {
		font-size: 20px;
		line-height: 23px;
	}
	
	.custom-services .ry-flex.mid .ry-each.mid {
		margin: 0 36px;
	}
	
	.custom-contact .ry-content {
		float: none;
		margin: 0 auto;
	}
	
	.custom-info .ry-img {
		margin-left: 38px;
		min-width: 100px;
	}
	
	.custom-info .ry-left .ry-each:first-child {
		margin-right: 40px;
	}
	
	.custom-info .ry-left, .custom-info .ry-right {
		width: fit-content;
	}
	
	.module-66 .carousel .carousel-inner .item:nth-child(2) {
		background-position: top right;
	}
	
	.custom-welcome .ry-welcome-bottom p {
		text-align: center;
	}
	
	.ry-list-wrp .ry-list-item .ry-list-content p {
		text-align: center;
	}
}

@media(max-width:1080px) {
	.module-43 .ry-right.ry-right-menu .ry-menu .nav-menu li a {
		font-size: 18px; 
	}
	
	#locations .module-43 .ry-content.ry-flex .ry-right .ry-leads .ry-menu li.primary > a {
		font-size: 15px;
	}
	
	#locations .module-43 .ry-content.ry-flex .ry-right {
		max-width: 770px;
	}
}

@media(min-width:992px) {
	.module-327 .publish-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	#ry-pg-banner .ry-bnr-wrp:before {
		visibility: hidden;
	}
}

@media(max-width:991px) {
	#locations.ry-flex .ry-each,
	#savings.ry-flex .ry-each {
		width: 100%;
		margin: 0 0 40px;
	}
	
	#contactus.ry-flex .ry-each {
		width: 100%;
		max-width: 400px;
		margin: 0 0 20px;
	}
	
	#contactus.ry-flex .ry-each .ry-info .ry-flex .ry-text {
		word-break: break-word;
	}
	
	#contactus.ry-flex .ry-each .ry-info .ry-flex .ry-icon {
		min-width: 30px;
		width: 30px;
		height: 30px;
		font-size: 12px;
		margin-right: 10px;
	}
	
	#doctors.ry-flex .ry-each {
		width: 100%;
		max-width: 240px;
	}
	
	#doctors.ry-flex .ry-each .ry-text p {
		height: auto;
	}
	
	.custom-welcome .ry-welcome-top {
		margin-top: 0;
	}
	
	.module-66 {
		height: auto;
		margin-top: 69px;
		min-height: unset;
	}
	
	.module-66 .carousel .carousel-inner .item {
    	min-height: unset;
		height: 400px;
	}
	
	.module-66 .bnr-textbox {
		position: relative;
		top: unset;
		transform: none;
		background: #671b6a;
		padding: 0 0 30px;
	}
	
	.module-66 .bnr-textbox .ry-section-title,
	.module-66 .bnr-textbox p {
		text-align: center;
	}
	
	.module-66 .bnr-textbox .ry-button a.ry-btn.ry-btn-primary {
		margin: 0 auto;
	}
	
	.custom-welcome .ry-welcome-bottom p {
		text-align: center;
		margin: 20px 0 30px;
	}
	
	.custom-services {
		margin: 0;
	}
	
	.custom-services .ry-flex {
		flex-direction: column;
	}
	
	.custom-services .ry-each:first-child {
		margin-right: 0;
	}
	
	.custom-services .ry-flex.mid .ry-each.mid {
		margin: 40px 0;
	}
	
	.custom-services .ry-each {
		margin: 0 0 30px;
	}
	
	.custom-tryon {
		padding: 100px 0;
	}

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

	.custom-tryon .ry-slider {
		width: 100%;
		max-width: 300px;
	}

	.custom-tryon .ry-text {
		margin-left: 0;
		margin-top: 30px;
		max-width: 100%;
		width: 100%;
	}

	.custom-tryon .ry-slider .ry-slider-container {
		margin-top: -40px;
	}

	.custom-tryon .ry-text .ry-heading h2 {
		text-align: center;
	}

	.custom-tryon .ry-text p {
		text-align: center;
	}

	.custom-tryon .ry-text .ry-button .ry-btn.ry-btn-primary {
		margin: 0 auto;
	}
	
	.custom-contact,
	.custom-insurance {
		margin: 0;
	}
	
	.custom-insurance .ry-content {
		margin: 100px 0;
	}
	
	.custom-contact {
		padding: 100px 0;
	}
	
	.custom-info .ry-flex,
	.custom-info .ry-left, .custom-info .ry-right {
		flex-direction: column;
		align-items: center;
	}
	
	.custom-info h4, .custom-info .ry-each li p {
		text-align: center;
	}
	
	.custom-info .ry-left .ry-each:first-child {
		margin-right: 0;
	}
	
	.custom-info .ry-right .ry-text.ry-flex {
		align-items: center;
	}
	
	.custom-info .ry-img {
		margin-left: 0;
		margin-top: 20px;
		min-width: unset;
		max-width: 80px;
	}
	
	.custom-info .ry-right .ry-text {
		margin: 20px 0 0;
		text-align: center;
	}
	
	.custom-info {
		padding: 40px 0 0;
	}
	
	body.default .custom-info h4, .custom-info h4 {
		text-align: center;
	}
	
	.vto-button div {
    	width: 80px;
		height: 80px; 
	}
	
	.vto-button div p {
		letter-spacing: 0;
		font-size: 12px;
		margin-top: -5px;
	}

	.vto-button div svg {
		transform: scale(1.2);
	}
	
	.vto-button {
		top: unset;
		bottom: 70px;
	}

	.vto-button div svg {
		transform: none;
		margin-top: -10px;
		width: 35px;
		height: 35px;
	}
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title p {text-align: center;}
}

@media(min-width:768px) {
	body.default p {
		text-align: left;
	}
	
	.modal-dialog {
    width: 725px;
    margin: 30px auto;
}
}

@media(max-width:767px) {
	body.default .ry-btn.ry-btn-primary {
		width: fit-content; 
	}
	
	.module-327 .review-box .rate-wrap {
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	
	.module-327 .review-box .disclaimer p {
		text-align: center;
	}
	.list .ry-each .ry-flex {flex-direction: column;}
	.list .ry-each .num {width: 30px;}
	.investment-banner .ry-text {
		position: relative;
		inset: unset;
		transform: unset;
		max-width: unset;
	}
	.investment-banner.ry-el-bg {background-position: right;}
	.investment-banner.ry-el-bg::before {
		content: '';
		position: absolute;
		inset: 0;
		background: #7d1581bd;
		border-radius: 20px;
	}
	.repairs .each {flex-direction: column;}
	.bottom-banner {
		flex-direction: column;
		align-items: center;
		padding: 30px;
	}
	.bottom-banner p {max-width: unset;}
}

@media(max-width:375px) {
	#ry-sidebar #accordion .ry-drop-nav a {
		padding: 20px;
	}
}
.close-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
	opacity: 1;
}
.close-btn svg {
    width: 30px;
    height: 30px;
}
.close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 500px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.close-btn button:hover {
    opacity: 1;
}
/*
body[data-page-name="clayton/100-butternut-ln"] .modal {
    z-index: 99999;
}

body[data-page-name="clayton/100-butternut-ln"] .modal .modal-dialog {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
	padding: 0 20px;
}
body[data-page-name="clayton/100-butternut-ln"] .modal .modal-dialog .modal-body {
    padding: 0;
}
body[data-page-name="clayton/100-butternut-ln"] .modal .modal-dialog .modal-footer {
    display: none;
}
body[data-page-name="clayton/100-butternut-ln"] .modal .modal-dialog .modal-content {
	border: 0;
	/* border-radius: 20px; */
	background: none;
}
body[data-page-name="clayton/100-butternut-ln"] .modal .modal-dialog .modal-content img {
    border-radius: 10px;
}
*/
.leading-opto-section .img {width: 475px;}

.locations .ry-block-3 .leading-opto-section p {
    text-align-last: left;
    margin: 0;
}

.leading-opto-section .ry-flex {
    gap: 50px;
}

.slick-dots {
    display: flex !important;
    gap: 5px;
    justify-content: center;
    padding: 0;
    margin-top: 10px;
}

.slick-dots li {
    list-style: none;
}

.slick-dots button {
    color: transparent;
    width: 5px;
    height: 12px;
    border: none;
    font-size: 0;
    border-radius: 50%;
}

.slick-dots .slick-active button {
    background: #842d87;
}

#ry-pg-body.h3-bk .ry-left h3 {
    color: #333;
}

body[data-page-name="ipl"] #ry-pg-banner .ry-bnr-wrp {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-0cd57f68-e823-4688-8389-f95a2996dcca/IPL/banner_optilight.jpg) !important;
}

a.ry-btn.ry-btn-primary.custom-btn {
    line-height: 100% !important;
    display: inline-block !important;
    padding: 16px 25px !important;
    height: auto !important;
}

.locations-banner {
    display: none;
}

body[data-page-name="apex/1049-beaver-creek-commons-dr"] .locations-banner {
    display: block !important;
}

@media screen and (max-width: 991px) {
    div.ry-banner-clayton img{
        margin-top: 69px;
    }
}


body[data-page-name="clayton/100-butternut-ln"] .locations .ry-block-1 {
    margin-top: unset;
}
