.ry-btn-phone.ry-btn-transparent,
.ry-btn.ry-btn-transparent{
    border: 1px solid #8f6d11 !important;
    background: transparent !important;
    color: #141414 !important;
    font-weight: 500 !important;
    pointer-events: auto;
    text-transform: uppercase;
}

a.ry-btn.ry-btn-transparent:hover, a.ry-btn.ry-btn-transparent:focus {
    background: #386591 !important;
    color: #fff !important;
    border-color: #386591 !important;
    font-weight: 400 !important;
}


.section-heading h2 span {
    display: block;
    font-size: 24px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #906d11;
    font-weight: 400;
    font-style: normal;
    font-family: var(--site-font);
    line-height: 3;
}

.section-heading h2 {
    font-size: clamp(3rem, 2.3309rem + 2.7451vw, 5.625rem);
    line-height: 89px;
    color: #386591;
    font-weight: 500 !important;
    font-style: italic;
    font-family: Cormorant!important;
    text-wrap: balance;
}

.hp-welcome {
    position: relative;
    z-index: 3;
    margin-top: -11rem;
    pointer-events: none;
}

.hp-welcome .ry-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: min(1280px, 100%);
    margin: 0 auto;
    float: unset;
    max-width: 100%;
    gap: 50px;
    padding-top: 20rem;
    align-items: center;
}

.hp-welcome .each-block.second p {
    width: min(640px, 100%);
    max-width: 100%;
    font-size: 17px;
    line-height: 30px;
    color: #141414;
}

.hp-welcome .each-block .block-wrapper {
    display: flex;
    flex-direction: column;
}

.hp-welcome .each-block.first .block-wrapper {
    gap: 80px;
}

.hp-welcome .each-block.second .block-wrapper {
    gap: 50px;
}

.hp-welcome .section-bg, .hp-welcome .section-bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
   
}

.module-services.custom {
	padding: 200px 0;
	position: relative;
}

.module-services.custom .ry-headline .ry-btn-wrapper {
    display: flex;
}


.module-services.custom .ry-headline h2 {
    font-size: clamp(3rem, 2.3309rem + 2.7451vw, 5.625rem);
    line-height: 89px;
    color: #386591;
    font-weight: 500 !important;
    font-style: italic;
    text-transform: capitalize;
    text-align: left !important;
}

.module-services.custom .ry-headline h2 span {
    display: block;
    font-size: 24px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #906d11;
    font-weight: 400;
    font-family: "Montserrat";
    font-style: normal;
    line-height: normal;
    text-align: left;
}

.module-services.custom .ry-headline {
    padding-bottom: 80px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.module-services.custom .section-background, .module-services.custom .section-background img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.module-services.custom .ry-headline h2 .span-1 {
	margin-bottom: 10px;
}

.module-services.custom .services-wrapper .ry-flex .bottom-part p {
    font-size: 17px;
    line-height: 26px;
    color: #ffffff;
}

.module-services.custom .ry-text p {
	max-width: 800px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 60px;
}

.module-services.custom .services-wrapper .ry-flex {
	display: flex;
	gap: 20px;
}

.module-services.custom .services-wrapper .ry-flex .photo {
	height: 600px;
	position: relative;
}

.module-services.custom .services-wrapper .ry-flex .photo img:not(.icon) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.module-services.custom .services-wrapper .ry-flex .photo:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
	opacity: .5;
}

.module-services.custom .services-wrapper .ry-flex .photo .icon {
	position: absolute;
	bottom: 50px;
}

.module-services.custom .services-wrapper .ry-flex .photo .icon {
	height: 50px;
	object-fit: contain;
	margin: auto;
	display: flex;
	align-items: center;
	z-index: 1;
}
.module-services.custom .services-wrapper .ry-flex .ry-each:before {
	content: "";
	position: absolute;
	bottom: -20px;
	width: calc(100% - 30px);
	height: 5px;
	background: #fff9f3;
	left: 50%;
	transform: translate(-50%, 0);
	width: 0;
	transition: .2s;
}

.module-services.custom .services-wrapper .ry-flex .ry-each:hover:before {
	width: 100%;
}
.module-services.custom .services-wrapper .ry-flex .photo .title {
	position: absolute;
	transform: rotate(-90deg) translate(-50%, -50%);
	top: 30px;
	color: #fff;
	z-index: 2;
	font-size: 18px;
	font-weight: 400 !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	left: -130px;
	width: 350px;
	line-height: 1.2;
	text-align: right;
}

.module-services.custom .services-wrapper .ry-flex .bottom-part {
	position: absolute;
	bottom: 0;
	z-index: 1;
	padding: 55px 50px;
	opacity: 0;
	pointer-events: none;
}

.module-services.custom .services-wrapper .ry-flex .bottom-part > div {
	margin-bottom: 0;
	font-size: 50px;
	line-height: 89px;
	color: #ffffff;
	font-style: italic;
	font-weight: 500 !important;
	font-family: 'Comorant' !important;
}
.module-services.custom .services-wrapper .ry-flex .bottom-part .ry-btn {
	margin-top: 20px;
	clear: both;
	font-style: normal !important;
	color: #fff !important;
}
.module-services.custom .services-wrapper .ry-flex .ry-each {
	transition: .3s;
	
}
.module-services.custom .services-wrapper .ry-flex .ry-each:hover {
	transition: .3s;
	width: 180%;
}

.module-services.custom .services-wrapper .ry-flex .ry-each:hover .photo .title, 
.module-services.custom .services-wrapper .ry-flex .ry-each:hover .photo .icon {
	opacity: 0;
}

.module-services.custom .services-wrapper .ry-flex .ry-each:hover .bottom-part {
	transition: .2s;
	opacity: 1;
}

.module-services.custom .services-wrapper {
	margin-bottom: 60px;
}


@media (max-width: 1080px){
	
	div.module-44 .ry-footer-top {
    padding-top: 10rem;
}
	.module-services.custom .services-wrapper .ry-flex .bottom-part > div {
		font-size: 32px;
	}
.module-services.custom {
		padding-bottom: 80px;
		padding-top: 80px;
	}

.module-services.custom .services-wrapper .ry-flex .bottom-part > div {
		font-size: 36px;
	}
}

@media (max-width: 1080px) {
	.module-services.custom .services-wrapper .ry-flex {
		flex-wrap: wrap;
	}

	.module-services.custom .services-wrapper .ry-flex .photo {
		height: 250px;
		transition: .3s;
	}

	.module-services.custom .services-wrapper .ry-flex .ry-each:hover {
		width: 100%;
	}

	.module-services.custom .services-wrapper .ry-flex .ry-each:hover .photo {
		height: 50rem;
		transition: .3s;
	}

	.module-services.custom .services-wrapper .ry-flex .photo .title {
		transform: unset;
		left: 50%;
		transform: translate(-50%, 0);
		text-align: center;
		top: 60px;
	}

	.module-services.custom .services-wrapper .ry-flex .photo img {
		object-position: top;
	}

	div.module-services.custom .services-wrapper {
		margin-bottom: 15rem;
	}
	
	div.module-team.custom {
		padding: 60px 0 13rem;
	}
	
	div.module-services.custom .services-wrapper .ry-flex .ry-each:hover .photo img {
		object-position: center;
	}

	div.module-70 .section-headline * {
		text-align: center !important;
	}
}

@media (max-width: 520px){
.module-services.custom .services-wrapper .ry-flex .photo .title {
		font-size: 16px;
		letter-spacing: 1px;
	}
}


.module-team.custom {
    padding: 20rem 0;
    margin-top: -14.5rem;
}

.module-team.custom .section-headline {
    padding-bottom: 40px;
}

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

.module-team.custom span.span-1 {
    display: block;
    font-size: 24px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fffaf4;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: center;
}

.module-team.custom .section-headline h2 {
    font-size: clamp(3rem, 2.3309rem + 2.7451vw, 5.625rem);
    line-height: 89px;
    color: #fffaf4;
    font-weight: 500;
    font-style: italic;
    text-align: center;
}

.module-team.custom .ry-flex {
    display: grid;
    grid-template-columns: repeat(3, 480px);
    justify-content: space-between;
}

.module-team.custom .ry-each .each-wrapper .each-info {
    position: absolute;
    background: #fff;
    width: 444px;
    height: 444px;
    border-radius: 222px;
    background-color: #ffffff;
    border: 0px solid #080909;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    opacity: 0;
    transition: 300ms ease-in-out;
}

.module-team.custom .photo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    background: radial-gradient(circle at center, transparent 0%, #fff 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.module-team.custom .each-name {
    position: absolute;
    bottom: 5.5rem;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    font-weight: 500 !important;
    font-size: clamp(1.375rem, 1.152rem + 0.915vw, 2.25rem);
    line-height: 36px;
    color: #ffffff;
    font-style: italic;
    font-family: "Cormorant" !important;
    text-align: center;
}

.module-team.custom .each-wrapper div {
    display: block !important;
}

.module-team.custom .each-wrapper {
    position: relative;
    transition: 300ms ease-in-out;    300ms
    animation-timing-function: ease-in-out;
}

.module-team.custom .info-name {
    font-size: clamp(1.125rem, 0.886rem + 0.9804vw, 2.0625rem);
    line-height: 36px;
    color: #386591;
    font-weight: 500 !important;
    font-style: italic;
    font-family: "Cormorant" !important;
    text-align: center;
    width: 135%;
    text-wrap: balance;
}

.module-team.custom .info-text p {
    width: 331px;
    font-size: 17px;
    line-height: 24px;
    color: #141414;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: center;
}

.module-team.custom .ry-each .each-wrapper .each-info:before {
    content: " ";
    position: absolute;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #8f6d11;
    width: 455px;
    height: 455px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.module-team.custom .each-wrapper:hover .each-info, .module-team.custom .each-wrapper:focus .each-info {
    opacity: 1;
    cursor: pointer;
    transition: 300ms ease-in-out;
}

.module-team.custom .info-name span {
    display: block;
}


.module-map.custom {
    position: relative;
}

.module-map.custom .section-wrapper {
    position: relative;
}

.module-map.custom .map-logo {
    max-width: max-content;
    margin: 0 auto;
    position: absolute;
    z-index: 9;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.hp-patient-reviews .hp--heading h2 {
    font-size: clamp(3rem, 2.3309rem + 2.7451vw, 5.625rem);
    line-height: 80px;
    color: #386591;
    font-weight: 500;
    font-style: italic;
    text-align: center;
}

.hp-patient-reviews .hp--heading h2 span {
    display: block;
    font-size: 24px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #906d11;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: center;
    font-style: normal;
}

.hp-patient-reviews .star-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.hp-patient-reviews .star-wrapper svg {
    fill: #e1b703;
    height: 1.5em;
}

.hp-patient-reviews .ry-container {
    width: min(90%, 1280px);
}

.hp-patient-reviews-wrapper .ry-text p {
    width: min(641px, 100%);
    max-width: 100%;
    font-size: 19px;
    line-height: 30px;
    color: #141414;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: center;
}

.hp-patient-reviews {
    background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-0e987837-9a69-42b2-9dbc-5b736e25f059/site_assets/reviews_bg.jpg");
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 1050px;
}

.hp-patient-reviews-wrapper .ry-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto;
}

.hp-patient-reviews-wrapper .ry-name p {
    font-size: 33px;
    line-height: 36px;
    color: #000000;
    font-style: italic;
    font-family: "Cormorant" !important;
    text-align: center;
    font-weight: 500 !important;
}

.hp-patient-reviews  .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.hp-patient-reviews .btn-wrapper a.ry-btn.ry-btn-primary {color: #000 !important;}

.hp-patient-reviews .btn-wrapper a.ry-btn.ry-btn-primary:hover, .hp-patient-reviews .btn-wrapper a.ry-btn.ry-btn-primary:focus {
   
    color: #fff !important;
}

.hp-testimonials__slick  .each__testimonial .flex-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}


.hp-testimonials__slick .slick-arrow {
    position: absolute;
    font-size: 0;
    z-index: 9;
    border: unset;
    background: none;
}

.hp-testimonials__slick .slick-arrow:before {
    position: absolute;
    content: "";
    background: transparent;
    border: 1px solid #906d11;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-testimonials__slick .slick-arrow.slick-prev:before {
    content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="black" width="25px" height="25px" class="bi bi-chevron-left" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/%3E%3C/svg%3E');
    height: 48px;
    width: 48px;
}

.hp-testimonials__slick .slick-arrow.slick-prev:hover:before {
    content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="white" width="25px" height="25px" class="bi bi-chevron-left" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/%3E%3C/svg%3E');
    background: #386591 !important;
    border: unset;
}

.hp-testimonials__slick .slick-arrow.slick-next:before {
    content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg"  width="25px" hieght="25px" fill="black" class="bi bi-chevron-right" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/%3E%3C/svg%3E');
    height: 48px;
    width: 48px;
}

.hp-testimonials__slick .slick-arrow.slick-next:hover:before {
    content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg"  width="25px" hieght="25px" fill="white" class="bi bi-chevron-right" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/%3E%3C/svg%3E');
    background: #386591;
    border: unset;
}

.hp-testimonials__slick .slick-arrow.slick-prev {
    top: 50%;
    left: 15%;
    transform: translate(-50%, -50%);
}

.hp-testimonials__slick .slick-arrow.slick-next {
    top: 50%;
    left: 82%;
    transform: translate(-50%, -50%);
}

.hp-testimonials__slick ul.slick-dots {
    display: flex !important;
    padding: 0;
    list-style: none;
    justify-content: center;
    margin-top: 30px;
    gap: 5px;
}

.hp-testimonials__slick ul.slick-dots li button {
    font-size: 0;
    background: rgb(15 26 54 / 25%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    outline: 0;
    border: 0;
}

.hp-testimonials__slick ul.slick-dots li.slick-active button {
    background: rgb(15 26 54);
    outline: 0;
    border: 0;
}

@media screen and (max-width: 1366px) {
	.hp-patient-reviews {
		/* background: radial-gradient(circle, rgba(55,55,55,1) 0%, rgba(64,64,64,1) 35%, rgba(55,55,55,1) 100%); */
		/* min-height: auto; */
		padding: 80px 0;
		background-size: cover;
		background-position: center;
	}
}


.module-about-pg .each-doctor {
    display: flex;
    justify-content: center;
    gap: 4rem;
    margin-bottom: 60px;
}

.module-about-pg .each-doctor:nth-child(even) {
    flex-direction: row-reverse;
}

.module-about-pg .each-doctor .doctor-img {
    width: 30%;
}

.module-about-pg .each-doctor .doctor-img img {border: 1px solid #8f6d11;border-radius: 50%;padding: 5%;}

.module-about-pg .each-doctor .doctor-bio {
    width: 65%;
}

@media screen and (max-width: 768px) {
    .module-about-pg .each-doctor, .module-about-pg .each-doctor:nth-child(2) {
        flex-direction: column;
    }
    
    .module-about-pg .each-doctor:nth-child(2) {}
    
    .module-about-pg .each-doctor .doctor-img {
        width: 30%;
        margin: 0 auto;
    }
    
    .module-about-pg .each-doctor .doctor-bio {
        width: 100%;
    }
}


.module-pg-layout.custom .section-content .section-container {
    width: min(1200px, 90%);
    max-width: 100%;
    margin: 0 auto;
    float: unset;
}

.module-pg-layout.custom .section-content .flex-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.module-pg-layout.custom .section-content .btn-wrapper div {
    display: flex;
    padding-top: 30px;
}

.module-pg-layout .section-content .ry-img img {
    border: 2px solid #8f6d11;
    padding: 1%;
    
}

.module-pg-layout .custom .ry-img {
    border-radius: 30px;
    padding: 10px;
}

.module-pg-layout.custom .section-content.gray {
    background: #eeeeee;
    padding: 80px 0;
}

.module-pg-layout.custom .section-content.white {
    padding: 80px 0;
}



@media (max-width: 991px) {
    .module-pg-layout.custom .section-content .flex-content {
        grid-template-columns: 1fr;
    }
    
    .module-pg-layout.custom .section-content .flex-content .ry-img {
        grid-row: 2;
    }
}


/* Media Query */
@media (max-width: 1536px) {
    div.module-66 .carousel .carousel-inner .item img {
        height: 60rem;
    }
    
    div.module-team.custom .ry-flex {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }
    
    div.module-team.custom .ry-each .each-wrapper .each-info {
        width: 90%;
        height: 90%;
    }
    
    div.module-team.custom .ry-each .each-wrapper .each-info:before {
        width: 103%;
        height: 103%;
    }

    div.module-70 .ry-content:before {
        height: 100%;
        width: 101%;
    }

    div.module-70 {
        margin-top: -20rem;
    }

    div.hp-patient-reviews {
        background-position: center;
    }
}


@media (max-width: 1440px) {
    div.module-team.custom .each-name span {
        display: block;
    }
    
    div.module-team.custom .each-name {
        width: 85%;
    }

    div.module-70 .ry-content {
        background-position: 35%;
    }

    div.owl-carousel .owl-nav .owl-prev {
        left: -50px;
    }
    
    div.owl-carousel .owl-nav .owl-next {
        right: -50px;
    }
}



@media (max-width: 1366px) {
    div.module-team.custom .photo {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        padding: 20px;
    }

    div.module-team.custom .info-name {
        font-size: 24px;
        line-height: normal;
    }

    div.module-team.custom .info-text p {text-wrap: balance;font-size: 16px;line-height: 1.4;}
    div.module-team.custom .section-bg img, div.module-team.custom .section-bg {
        object-position: 35%;
    }

    div.module-team.custom .each-name {width: 59%;bottom: 4rem;line-height: 1;}
    
    div.module-team.custom .ry-each .each-wrapper .each-info {
        width: 94%;
        height: 94%;
    }

    div.module-team.custom .ry-each .info-btn a.ry-btn.ry-btn-primary {
        padding: 15px 20px;
        height: auto;
    }
}

@media (max-width: 1080px) {
    div.module-70 .ry-content {
        background-position: 0 !important;
    }
    
    div.module-70 .ry-each.ry-each-4 {
        padding: 0;
        background: rgb(247 246 242 / 80%);
    }
    
    div.module-70 .ry-content {
        min-height: 50rem;
    }
    
    div.module-70 .ry-content:before {
        height: 102%;
    }
    
    
    div.module-70 {
        margin-top: -20rem;
    }
    
    div.module-map.custom .map-logo img {
        max-width: 100% !important;
        width: 5.5rem!important;
    }
    
    div.module-team.custom .ry-flex {
        grid-template-columns: max-content;
        align-items: center;
        justify-content: center;
    }
    
    div.module-team.custom .section-bg img, div.module-team.custom .section-bg {
        object-position: 95%;
    }
    
    div.module-map.custom .section-bg > img {
        height: 50rem;
        object-fit: cover;
    } 
}

@media (max-width: 991px) {
    div.module-66 .carousel .carousel-inner .item img {height: auto;}
    
	div.module-team.custom .ry-flex {
		grid-template-columns: 380px;
	}
    
    div.module-66 .bnr-textbox {position: relative;background: #333;padding: 30px 0;margin-bottom: 40px !important;}
    
    div.hp-welcome {
        margin-top: -26rem;
        z-index: 1;
    }

	div.hp-welcome .ry-content {
		display: grid;
		grid-template-columns: 1fr;
		padding-top: 25rem;
	}
	
	div.hp-welcome .ry-content .each-block img {
		max-width: 600px;
		margin: 0 auto;
	}
	
	div.hp-welcome .each-block.second .block-wrapper {
		display: flex;
		flex-direction: column;
	}
	
	div.hp-welcome .each-block.second .block-wrapper .ry-img {
		order: 3;
	}
	
	div.hp-welcome .each-block.second .block-wrapper .section-heading {
		order: 1;
	}
	
	div.hp-welcome .each-block.second .block-wrapper .btn-wrapper {
		order: 2;
	}
	
	div.hp-welcome .each-block.second p {
		text-align: center !important;
		margin: 0 auto;
	}
	
	div.hp-welcome .each-block.second .block-wrapper .btn-wrapper div {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	div.hp-welcome .each-block.first .block-wrapper {
		gap: 40px;
	}
	
	div.hp-welcome .each-block.second .block-wrapper {
		gap: 40px;
	}
	
	div.hp-welcome .section-heading * {
		text-align: center;
		line-height: normal;
	}
	
	div.module-66 .bnr-textbox .ry-section-title {
		font-size: 26px;
		line-height: normal;
	}
	
	div.bnr-textbox a.ry-btn.ry-btn-transparent {
		font-size: 15px !important;
		line-height: 1.2;
		padding: 0;
		max-width: 380px !important;
	}

	div.module-services.custom .ry-headline {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-bottom: 40px;
	}
	
	div.module-services.custom .ry-headline * {
		text-align: center !important;
	}
	
	div.hp-patient-reviews {
		padding: 0 0 80px;
		min-height: 50rem;
	}
}

