body, body p{
	line-height: 140%;
	font-weight: 400;
	font-family: 'Jost', sans-serif;
	color: #666;
	font-size: 20px;
}
body p, #ry-pg-body ul li p{
	text-align: left;
}


.uppercase-text:*
h1,h2,h3,h4,h5,h6,
.ry-btn{
	text-transform: uppercase;
}

.ry-title h2{
	font-weight: 300;
	font-size: calc(40px + 20 * ( (100vw - 500px) / 1100));
    background: linear-gradient(10deg, #6ebefa, #43c9b0);
    -webkit-background-clip: text;
	-moz-background-clip: text;
    -webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
    color: #43c9b0;
	line-height: 100%;
	margin-bottom: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.ry-sub-title h5{
	font-size: calc(20px + 10 * ( (100vw - 500px) / 1100));
	font-family: 'Zilla Slab', serif;
	color: #666;
	line-height: 100%;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.carousel-control.left, .carousel-control.right {
    background: none;
    box-shadow: none;
    background-image: none;
    text-shadow: none;
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: unset;
    width: 100%;
    height: 100%;
    left: unset;
    right: unset;
}
.carousel-control .icon-prev{
	justify-content: flex-start;
}
.carousel-control .icon-next{
	justify-content: flex-end;
}
.carousel-control.left:hover, .carousel-control.right:hover{
	opacity: 1;
}

.carousel-control .icon-prev:before, .carousel-control .icon-next:before {
    content: ">";
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-d0e9c90a-e11e-4555-bdd1-eb3bb36bf834/Assets/arrow.png) center center no-repeat;
    background-size: 16px;
    filter: brightness(0) invert(1);
    color: transparent;
}
.carousel-control .icon-next:before {
    transform: rotate(180deg);
}

.ry-btn.ry-btn-primary {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
	padding: 10px 31px;
	background: #43c9b0;
}
.ry-btn.ry-btn-primary:hover{
	box-shadow: 0px 10px 30px rgba(0,0,0,0.2);
	background: #43c9b0;
	z-index: 0;
}
.ry-btn.ry-btn-primary:after {
    display: none;
}

.ry-btn.ry-btn-primary:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 0%;
    transition: all .3s ease-in-out;
    background: linear-gradient(90deg, rgba(67, 201, 176, 1), rgba(110, 190, 250, 1));
	z-index: -1;
}
.ry-btn.ry-btn-primary:hover:before {
    width: 100%;
    transition: all .3s ease-in-out;
}
.module-43 .width-70 .ry-contact .ry-btn {
    letter-spacing: 1px;
}
.module-43 .width-70 .ry-contact .ry-btn span {
    margin-right: 12px;
}
.module-43 .width-70 .ry-contact .ry-btn span svg {
    width: 14px;
    height: 14px;
}
.module-43 .ry-left.width-70 .ry-contact .ry-btn {
    background: #6ebefa;
}
.module-43 .ry-container>.ry-flex .ry-content.ry-flex {
    padding-bottom: 22px;
	position: relative;
}
.module-43 .ry-container>.ry-flex .ry-content.ry-flex:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px solid #d1d1d1;
    width: 100vw;
    margin: auto;
}
.module-43 .ry-menu .nav-menu li a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.ry-menu .ry-nav li.dropdown .dropdown-toggle span {
    display: block;
    margin-left: 10px;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu.hover {
    top: 56px;
}
.module-43 .ry-menu .nav-menu li:hover a:not(.ry-menu .ry-nav li.dropdown .dropdown-menu li a), .ry-menu .ry-nav li.dropdown .dropdown-menu.hover li:hover a {
    color: #43c9b0;
}


/** Header Start **/
.mobile-container {
    background: #fff;
}

.mobile-container .mobile-nav button .hamburger-inner, 
.mobile-container .mobile-nav button .hamburger-inner:before, 
.mobile-container .mobile-nav button .hamburger-inner:after {
    background: #5c90cc;
}
#menu_container, .mm-panels .mm-panel {
    background: linear-gradient(55deg, #6ebefa, #43c9b0);
}
.mm-menu_theme-black .mm-navbar>*, .mm-menu_theme-black .mm-navbar a {
    color: hsla(0,0%,100%, 1);
	text-transform: uppercase;
}
.mm-menu_theme-black .mm-listview a:not(.mm-btn_next){
	color: #fff;
	text-transform: uppercase;
}
#menu_container .mm-listview li:hover {
    background: #5c90cc;
}
.module-43 {
    position: relative;
}
.module-43 .width-70 {
    flex-basis: 40%;
}
.module-43 .width-30 {
    flex-basis: 20%;
}
.module-43 .ry-right {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.module-43 .width-30 img {
    width: 100%;
    max-width: 186px;
    margin: auto;
}
.module-43 .ry-container>.ry-flex {
    flex-direction: column;
}
.module-43 .ry-menu .nav-menu {
    display: flex;
    justify-content: space-between;
}
.ry-section-hero .carousel-control.left, .ry-section-hero .carousel-control.right {
    display: none;
}
body.default #ry-section-header.module-43 {
    background: #fff;
}

/** Header End **/

/** Hero Start **/

.module-14 .item .card{
	justify-content: center;
}
.module-14 .item .card .slide-text-wrap{
	max-width: 100%;
}
.module-14 .item .card .slide-text-wrap .big-title h1 {
    line-height: 100%;
	opacity: .7;
	font-family: 'Zilla Slab', serif;
	letter-spacing: 12px;
	text-align: center;
	font-size: calc(20px + 15 * ( (100vw - 320px) / 1280)) !important;
}
.module-14 .item .card .slide-text-wrap .sub-title {
    margin: 0;
}
.module-14 .item .card .slide-text-wrap .sub-title h1 {
    background: linear-gradient(10deg, #6ebefa, #43c9b0);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    color: #43c9b0;
    line-height: 100%;
    margin-bottom: 38px;
	text-align: center;
	letter-spacing: 20px;
	font-size: calc(40px + 45 * ( (100vw - 320px) / 1280));
}
.module-14 .btn-wrap{
	text-align: center;
}
.module-14 .item .card .slide-text-wrap .btn-wrap .btn {
    border-image: linear-gradient(90deg, rgba(67, 201, 176, 0.4), rgba(110, 190, 250, 0.4)) 1;
    border-width: 2px;
    border-style: solid;
    background: transparent;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: all .3s ease-in-out;
    position: relative;
	background: none;
}
.module-14 .item .card .slide-text-wrap .btn-wrap .btn:hover{
	border-image: linear-gradient(90deg, rgba(67, 201, 176, 1), rgba(110, 190, 250, 1)) 1;
	transition: all .3s ease-in-out;
	background: none;
	box-shadow: 0px 10px 30px rgb(0 0 0 / 30%);
}
.module-14 .item .card .slide-text-wrap .btn-wrap .btn:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 0%;
    transition: all .3s ease-in-out;
	background: linear-gradient(90deg, rgba(67, 201, 176, 1), rgba(110, 190, 250, 1));
	z-index: -1;
}
.module-14 .item .card .slide-text-wrap .btn-wrap .btn:hover:after {
    width: 100%;
    transition: all .3s ease-in-out;
	z-index: -1;
}
/** Hero End **/

/** Welcome Start **/

.welcome-section {
    background: linear-gradient(#fbfdfe, #e6f4fe);
	padding: 176px 0 167px;
}
.welcome-section .ry-container>.ry-flex {
    gap: 34px;
}
.welcome-section .ry-each-box .service-icon {
    padding: 60px 0px 50px;
}
.welcome-section .ry-each-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
	transition: all .3s ease-in-out;
}
.welcome-section .ry-each-box:hover {
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    transition: all .3s ease-in-out;
}

.welcome-section .ry-each-box .service-icon img {
    width: 136px;
    height: 126px;
    object-fit: contain;
    margin: auto;
	transition: all .3s ease-in-out;
	transform: scale(1);
}

.welcome-section .ry-each-box:hover .service-icon img {
	transition: all .3s ease-in-out;
	transform: scale(0.8);
}


.welcome-section .ry-each-box .link-tab {
    display: block;
    width: 100%;
    padding: 30px 0px;
    background: #f7f7f7;
	transition: all .3s ease-in-out;
}
.welcome-section .ry-each-box .link-tab a {
    font-size: 20px;
    font-family: 'Zilla Slab', serif;
    font-weight: 500;
    color: #666;
	transition: all .3s ease-in-out;
	letter-spacing: 1px;
}
.welcome-section .ry-each-box:hover .link-tab{
	background: #6ebefa;
	transition: all .3s ease-in-out;
}
.welcome-section .ry-each-box:hover .link-tab a{
	color: #fff;
}

.welcome-section .ry-row:last-child{
	padding-top: 156px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.welcome-section .ry-row .ry-content{
	width: 100%;
	max-width: 960px;
	margin: auto;
}
.welcome-section .ry-row .ry-content p {
    margin: 70px 0 68px;
}

.full-link, .full-link div, .full-link div a {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    z-index: 999;
}
/** Welcome End **/

/** Service Start **/

.services-section {
    padding: 156px 0 102px;
}
.services-section .ry-sub-title h5{
	margin-bottom: 96px;
}
.services-section .ry-row.ry-flex .ry-left-side {
    flex-basis: 80%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.services-section .ry-row.ry-flex .ry-right-side {
    flex-basis: 20%;
}
.services-section .ry-row.ry-flex .ry-left-side .ry-squ {
    flex-basis: 30%;
}
.services-section .ry-row.ry-flex .ry-left-side .ry-rect {
    flex-basis: 70%;
}
.services-section .ry-row.ry-flex {
    gap: 20px;
}
.services-section .ry-row.ry-flex .ry-link-title {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
	padding: 2.0833vw;
	display: flex;
}
.services-section .ry-row.ry-flex .ry-each .ry-img, .services-section .ry-row.ry-flex .ry-each .ry-img img {
    height: 100%;
    object-fit: cover;
}
.services-section .ry-row.ry-flex .ry-left-side .ry-row:last-child {
    flex-direction: row-reverse;
}
.services-section .ry-row.ry-flex .ry-link-title .ry-link {
    width: 100%;
    max-width: 240px;
    text-align: left;
}
.services-section .ry-row.ry-flex .ry-link-title .ry-link a {
    font-size: 23px;
    font-weight: 500;
    font-family: 'Zilla Slab', serif;
    color: #333;
	text-align: left;
    text-align-last: left;
}
.services-section .ry-row.ry-flex .ry-left-side .ry-row:first-child .ry-squ .ry-link-title {
    align-items: flex-end;
    justify-content: flex-end;
}
.services-section .ry-row.ry-flex .ry-left-side .ry-row:last-child .ry-rect .ry-link-title {
    align-items: center;
}
.services-section .ry-row.ry-flex .ry-right-side .ry-link-title .ry-link {
    text-align: center;
}
.services-section .ry-row.ry-flex .ry-left-side .ry-row:first-child .ry-rect .ry-link-title {
    padding-top: 3.3333vw;
}
.services-section .ry-row.ry-flex .ry-right-side .ry-link-title {
    padding-top: 2.7083vw;
}
.services-section .ry-row.ry-flex .ry-each {
    position: relative;
}
.services-section .ry-row.ry-flex .ry-each:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    background: linear-gradient(10deg, #6ebefa, #43c9b0);
    opacity: 0.8;
    transition: all .3s ease-in-out;
}
.services-section .ry-row.ry-flex .ry-each:hover:after {
    transition: all .3s ease-in-out;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}

.services-section .ry-row.ry-flex .ry-each .ry-link-title, 
.services-section .ry-row.ry-flex .ry-each .ry-link-title .ry-link,
.services-section .ry-row.ry-flex .ry-each .ry-link-title .ry-link a{
	transition: all .3s ease-in-out;
}
.services-section .ry-row.ry-flex .ry-each:hover .ry-link-title, 
.services-section .ry-row.ry-flex .ry-each:hover .ry-link-title .ry-link,
.services-section .ry-row.ry-flex .ry-each:hover .ry-link-title .ry-link a,
.services-section .ry-row.ry-flex .ry-left-side .ry-row:first-child .ry-each.ry-squ:hover .ry-link-title{
    z-index: 99;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
    text-align: center;
	color: #fff;
}
/** Service End **/

/** Doctor Start **/

.doctor-section {
    position: relative;
    background: #1977d1;
    margin-top: calc(100vw - 87.6666vw);
}
.doctor-section .top-shape {
    position: absolute;
	top: calc(100vw - 111.6666vw);
    left: 0px;
    right: 0px;
    height: auto;
}
.doctor-section .ry-slider-each {
    display: flex;
    padding: 0px 8.3333vw;
	align-items: center;
}
.doctor-section .ry-slider-each .ry-profile {
    max-width: 480px;
	max-height: 480px;
    width: 100%;
	padding: 15px;
	position: relative;
}
.doctor-section .ry-slider-each .ry-profile:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    z-index: -1;
    opacity: 0.2;
    box-shadow: 0 5px 30px rgb(0, 0, 0, 0.30);
}
.doctor-section .ry-slider-each .ry-content {
    width: 100%;
    padding-left: 5.2083vw;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.doctor-section .ry-title h2{
	font-size: calc(30px + 15 * ( (100vw - 500px) / 1100));
	color: #fff;
	background: none;
	-webkit-background-clip: unset;
	-moz-background-clip: unset;
	-webkit-text-fill-color: unset;
	-moz-text-fill-color: unset;
	margin-bottom: 15px;
	text-align: left;
}
.doctor-section .ry-sub-title h5{
	color: #fff;
	font-size: calc(18px + 4 * ( (100vw - 500px) / 1100));
	opacity: .5;
	font-family: 'Jost', sans-serif;
    margin-bottom: 50px;
	font-weight: 500;
}
.doctor-section .ry-content p{
	text-transform: initial;
	font-size: 20px; 
	line-height: 150%;
}
.doctor-section .ry-content .ry-btn{
	margin-top: 40px;
}

.doctor-section .ry-title h2
.doctor-section .ry-sub-title h5,
.doctor-section .ry-content p{
	color: #fff;
    text-align: left;
}

.doctor-section .carousel-inner{
	margin: 83px 0px 136px;
	padding-bottom: 20px;
}

/** Doctor End **/

/** Brand Start **/

.module-32{
	background: #fff;
	padding: 40px 0 60px;
}
.module-32 .swiper-slide img {
    filter: brightness(0) invert(0.3);
}
.module-32 .swiper-pagination{
	display: none;
}
.module-32 #module-32-carousel-one {
    position: relative;
	padding-bottom: 120px;
}
.module-32 #module-32-carousel-one:before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-d0e9c90a-e11e-4555-bdd1-eb3bb36bf834/Assets/shadow.png) center bottom no-repeat;
    height: 50px;
}

/** Brand End **/

/** Testimonial Start **/

.testimonial-section{
	padding: 160px 0 115px;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-d0e9c90a-e11e-4555-bdd1-eb3bb36bf834/HomeAssets/testi_bg.png);
	background-repeat: no-repeat;
	background-position: 0% center;
	height: 864px;
	background-size: cover;
}
.testimonial-section .ry-container{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.testimonial-section .testimonial-slider {
    width: 100%;
    max-width: 782px;
    margin-left: auto;
    padding: 0px 7%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	position: relative;
}

.testimonial-section .carousel-inner{
	margin-bottom: 75px;
}
.testimonial-section .testimonial-slider .ry-slider-each .fa-stars {
    margin: 35px 0px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
	gap: 6px;
}
.testimonial-section .testimonial-slider .ry-slider-each .fa-stars svg {
    width: 20px;
    height: 20px;
    fill: #edc63e;
}
.testimonial-section .testimonial-slider .ry-slider-each .ry-content .span-1 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 19px;
}
.testimonial-slider .carousel-control.left, .testimonial-slider .carousel-control.right {
    display: none;
}

.testimonial-section .carousel-indicators {
    bottom: 26px !important;
}
.testimonial-section .carousel-indicators li {
    width: 34px;
    height: 2px;
    margin: 0px 4px;
    border-radius: 0px;
    background: #0e81ee;
    opacity: .2;
    border: 0px;
}
.testimonial-section .carousel-indicators li.active{
	opacity: 1;
	width: 34px;
    height: 2px;
    margin: 0px 4px;
}

/** Testimonial End **/

.module-16 #footer-row2 .ry-right img {
    filter: brightness(0) invert(0.6);
}
.gray-bg, .module-16 #footer-row1 .card .card-body .ry-footer-detail::before {
    background: #d1d1d1;
}
.module-16 #footer-row1 .card .card-body .ry-footer-detail.ry-footer-phone a {
    font-size: 23px;
    font-weight: 600;
    color: #666;
}
.tertiary-c, .module-20.style2 .dr-name h4, .module-16 #footer-row1 .card .card-body .ry-footer-detail a{
	 color: #666;
}
.module-16 #footer-row1 .card .card-body .ry-footer-detail.ry-footer-address::before {
    font-size: 20px;
}
.module-16 #footer-row1 .card .card-body .ry-footer-detail.ry-footer-phone a:hover {
    color: #5c90cc;
}

.module-16 #footer-row1 .card .card-body .social-media{
	display: none;
}
.module-16 #footer-row1 .card .card-title .ry-heading{
	font-size: calc(22px + 4 * ( (100vw - 500px) / 1100));
}
.module-16 #footer-row2 .ry-right .ry-text span, .module-53 .powered span,
.module-16 #footer-row2 .ry-left .span-2, .module-53 .ry-foot-btm .span-2{
	display: inline-block;
}

/**	Inner Page Start **/

.module-311 .ry-payment-options-logos.brands-logo .ry-each,
.module-311 .ry-payment-options-logos.logo-set .ry-each{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 170px;
}

.module-311 .ry-payment-options-logos.brands-logo .ry-each img,
.module-311 .ry-payment-options-logos.logo-set .ry-each img{
    width: 100%;
    max-width: 190px;
    height: 100%;
    object-fit: contain;
}
#ry-pg-body .module-311 h2 {
    margin-bottom: 0;
}
.module-311:not(.module-311:first-child) {
    margin-top: 50px;
}
body[data-page-name="payment-options"] .module-311,
body[data-page-name="insurance"] .module-311{
	margin-top: 0px !important;
}
body[data-page-name="payment-options"] #ry-pg-body h2,
body[data-page-name="insurance"] #ry-pg-body .module-311 h3{
	margin-bottom: 0px;
}

body[data-page-name="reviews"] .ry-form .form-group{
	margin-bottom: 0px;
}
#ry-sidebar .ry-contact-table .ry-row .ry-td .ry-info a:hover {
    color: #5c90cc;
}
#ry-sidebar .ry-contact-table .ry-row .ry-td .ry-info a {
    color: #666;
}
.ry-contact-table:last-child {
    display: none;
}
#ry-pg-banner .ry-bnr-wrp{
	background-position: 90%;
}
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1,
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title{
	font-size: calc(28px + 20 * ((100vw - 500px) / 940));
    font-weight: 600;
    width: 100%;
    max-width: 500px;
    letter-spacing: 2px;
	line-height: 120%;
}
.module-16 #footer-row1 .card .card-body .ry-footer-detail.ry-footer-address.mail-address::before{
	content: "\f1d8";
	font-size: 14px;
}


.module-32 .swiper-button-next, .module-32 .swiper-button-prev {
    display: block;
}
.module-32 .swiper-button-prev:before, .module-32 .swiper-button-next:before {
    color: #666;
    font-size: 30px;
}
#ry-sidebar .ry-contact-table .ry-row .ry-td:first-child {
    width: 90px;
}

/** Accordion UI Design Start **/

.ry-accordion.ui-accordion{
	box-shadow: none;
}
.ry-accordion .ry-heading {
    margin-bottom: 25px;
    border-radius: 20px;
    border: 0;
	position: relative;
	overflow: hidden;
	z-index: 99;
}
.ry-accordion .ry-heading:nth-last-child(2) {
    margin-bottom: 0;
}
.ry-accordion .ry-heading div {
    padding-right: 50px;
    text-align: left;
}

.ry-accordion .ry-heading:before{
	content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 0%;
    transition: all .3s ease-in-out;
    background: linear-gradient(90deg, rgba(67, 201, 176, 1), rgba(110, 190, 250, 1));
	z-index: 0;
	border-radius: 20px;
}
.ry-accordion .ry-heading:hover{
	box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}
.ry-accordion .ry-heading:hover:before{
	width: 100%;
    transition: all .3s ease-in-out;
}
.ry-accordion .ry-heading.ui-state-active{
	background: linear-gradient(90deg, rgba(67, 201, 176, 1), rgba(110, 190, 250, 1));
	color: #333;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
	margin-bottom: 20px;
}

.ry-accordion .ry-heading span, .ry-accordion .ry-heading div, .ry-accordion .ry-heading:after {
    position: relative;
}
.ry-accordion .ry-heading:after{
	font-weight: 400;
    font-size: 18px;
}

/** Accordion UI Design End **/

/** Inner Page end **/
.alert li:last-child {
    margin-bottom: 0;
}
.ry-anchor-hidden {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}
/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (max-width: 1500px){
	/*.testimonial-section{
		padding: 100px 0 100px;
		height: auto;
	}
	.testimonial-section .testimonial-slider:before {
		content: "";
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		background: linear-gradient(transparent, #f3f3f3 50%, transparent);
	}
	
	.doctor-section .ry-slider-each .ry-profile {
		max-width: 350px;
		max-height: 350px;
	}
	#ry-pg-banner .ry-bnr-wrp{
		background-position: 95%;
	}*/
	.testimonial-section{
		padding: 100px 0 100px;
		height: auto;
	}
	
	.testimonial-section .testimonial-slider{
		margin: 0px 0 0px auto;
		background: #f2f2f3;
		padding: 70px 6%;
		max-width: 700px;
	}
}

@media (max-width: 1366px){
	.services-section .ry-row.ry-flex .ry-link-title .ry-link a{
		font-size: 20px;
	}
	.doctor-section .ry-slider-each .ry-profile {
		max-width: 290px;
		max-height: 290px;
	}
	#ry-pg-banner .ry-bnr-wrp{
		height: 300px;
	}
	#ry-sidebar .ry-contact-table .ry-row .ry-td:first-child {
		width: 80px;
	}
	body[data-page-name="contact-us"] #ry-pg-body .ry-right {
		width: 38%;
	}
	body[data-page-name="contact-us"] #ry-pg-body .ry-left {
		width: 56%;
	}
	
	.welcome-section, .services-section {
		padding: 80px 0px;
	}
	.welcome-section .ry-row:last-child{
		padding-top: 96px;
	}
	.doctor-section .carousel-inner {
		margin: 83px 0px 96px;
	}
}
@media (max-width: 1200px){
	.testimonial-section .testimonial-slider{
		max-width: 600px;
	}
	.testimonial-section{
		background-position: 20%;
	}
}
@media (max-width: 1024px){
	.module-43 {
		padding: 20px 0 0px 0;
	}
	#ry-pg-banner .ry-bnr-wrp {
		height: 260px;
	}
}
@media (max-width: 991px){
	#ry-pg-banner .ry-bnr-wrp{
		margin-top: 100px;
	}
	body[data-page-name="contact-us"] #ry-pg-body .ry-left,
	body[data-page-name="contact-us"] #ry-pg-body .ry-right{
		width: 100%;
	}
	.module-16 #footer-row1 .card#card1 .card-body .office-details .ry-footer-detail{
		margin-bottom: 15px;
	}
	
	.testimonial-section .testimonial-slider{
		margin: 220px auto 0;
	}
	.testimonial-section:before {
		padding: 0px;
		height: 410px;
	}
	
	.testimonial-section{
		background: none;
		position: relative;
	}
	.testimonial-section:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		height: 0;
		width: 100%;
		background: url(https://s3.amazonaws.com/static.organiclead.com/Site-d0e9c90a-e11e-4555-bdd1-eb3bb36bf834/AMP/testi_bg.jpg);
		background-position: 0% top;
		background-size: cover;
		background-repeat: no-repeat;
		padding-bottom: 46%;
	}
}

@media (max-width: 767px){
	body p {
		text-align: center;
	}
	#ry-pg-banner .ry-bnr-wrp{
		height: 260px;
	}
}

@media (max-width: 500px){
	#ry-pg-banner .ry-bnr-wrp{
		height: 200px;
	}
}

@media (max-width: 360px){
	.mobile-container .flex-wrap .mobile_logo img {
		max-width: 85px;
	}
	#ry-pg-banner .ry-bnr-wrp {
		margin-top: 90px;
	}
}

@media (min-width: 768px) {

	.module-32 .swiper-slide img{
		max-width: 200px;
		max-height: 80px;
	}
    
}

@media (min-width: 992px){
	.ry-section-hero .carousel-inner, .ry-section-hero .carousel-inner .ry-slide, .ry-section-hero .carousel-inner img {
		height: calc(100vh - 240px);
	}

	.module-43 .ry-container,
	.welcome-section .ry-container{
		max-width: 1283px;
		width: 90%;
	}
	#ry-pg-banner .ry-bnr-wrp:before{
		display: none;
	}
}

@media (min-width: 1600px) {
	body, body p{
		font-size: 23px;
	}
	.module-14 .item .card .slide-text-wrap .big-title h1{
		letter-spacing: 36px;
	}
	.ry-title h2{
		font-size: 70px;
	}
	.ry-sub-title h5{
		font-size: 23px;
	}
	.module-14 .item .card .slide-text-wrap .big-title h1 {
		font-size: 28px !important;
		letter-spacing: 26px;
	}
	.module-14 .item .card .slide-text-wrap .sub-title h1 {
		font-size: 148px;
		letter-spacing: 40px;
	}
	.doctor-section .ry-title h2{
		font-size: 50px;
	}
	.doctor-section .ry-sub-title h5{
		font-size: 20px;
	}
	.module-16 #footer-row1 .card .card-title .ry-heading {
	    font-size: 29px;
	}
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1,
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title{
		font-size: 44px;
	}
    
}

@media (min-width: 2000px){
	.testimonial-section{
		height: calc(100vh - 290px);
	}
}
.ry-flex.custom-columns .fa-icon {
    width: 60px;
    height: 60px;
    background: #d1d1d1;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ry-flex.custom-columns {
    gap: 50px;
	margin: 30px 0px;
}
.ry-flex.custom-columns .fa-icon svg {
    fill: #333;
    width: 30px;
    height: 30px;
}

.ry-flex.custom-columns .ry-each {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}
.ry-flex.custom-columns .ry-each div:not(.ry-flex.custom-columns .ry-each div.fa-icon) {
    width: calc(100% - 100px);
}

@media (max-width: 1360px){
	.ry-flex.custom-columns {
		flex-direction: column;
	}
}

@media (max-width: 767px){
	.ry-flex.custom-columns .ry-each {
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}
	.ry-flex.custom-columns .ry-each div:not(.ry-flex.custom-columns .ry-each div.fa-icon) {
		width: 100%;
	}
}