/** GLOBAL CSS **/
:root {
    --color-primary: #142b5d;
    --color-secondary: #7095d6;
    --color-tertiary: ;
	--background-transparent: transparent;
    --filter-color-primary: brightness(0) invert(20%) sepia(4%) saturate(3511%) hue-rotate(181deg) brightness(89%) contrast(79%);
    --filter-color-secondary: brightness(0) invert(77%) sepia(52%) saturate(282%) hue-rotate(162deg) brightness(96%) contrast(90%);
	
	--color-text-white: #fff;
	--color-text-dark: #000;
}

*:not(.carousel *):not(.ry-accordion *):not(#accordion *):not([data-aos-duration]):not(.slick-track):not(#ry-section-header *):not(.fancybox-slide *),
::before,
::after {
    transition: 0.3s ease-in-out all;
}
html, body {
	overflow-x: hidden !important;
}
html {
    scroll-behavior: smooth;
}

/* //Removed excess margin on bottom on forms alert */
.alert li:last-child {
    margin-bottom: 0 !important;
}

/* //Add Underline on all hyperlink */
body.default #ry-pg-body a:not(.ry-btn):not(.fa):hover {
    text-decoration: underline !important;
}
.full-link, .full-link a {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
}
.ry-btn-wrap {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
	gap: 10px;
}
.ry-section-background, .ry-section-background img {
	position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
	object-fit: cover;
}
body .ry-headline h2 {
	font-size: clamp(1.875rem, 0.7598rem + 4.5752vw, 6.25rem);
	line-height: 1.1;
	font-style: italic;
	text-transform: capitalize;
	color: var(--color-secondary);
	font-family: "Lora";
}
body .ry-headline h2 span {
    color: var(--color-primary);
}
body .ry-headline h4 {
	font-size: 23;
	letter-spacing: 12px;
	line-height: 1.1;
	text-transform: uppercase;
	color: #333;
	font-family: "Inter";
	font-weight: 400;
}
.ry-headline {
    margin-bottom: 1.5vw;
}
.ry-section-padding {
	padding: 6rem 0;	
}

/** END GLOBAL CSS **/


.ry-section-title-wrapper h4 {
    text-align: center;
    color: #fff;
}

/** HP HERO **/
.ry-section-hero, 
.module-66 .carousel .carousel-inner .item,
.ry-section-hero img {
    height: 100vh;
	object-fit: cover;
	object-position: top;
}
.module-66 .carousel .carousel-control {
    display: none;
}

	
/** HP WELCOME **/
#welcome-wrap.style-1 .module-22 .ry-top-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    border-bottom: 1px solid #8e9499;
}
#welcome-wrap.style-1 .module-22 .ry-top-wrapper .ry-logo-icon-wrap {
    width: max-content;
    align-self: flex-end;
}
#welcome-wrap.style-1 .module-22 .ry-top-wrapper .ry-headline {
    margin-bottom: 0;
}
#welcome-wrap.style-1 .module-22 .ry-content .ry-flex {
    align-items: flex-start;
}
	
/** HP SERVICES **/
.ry-hp-services-custom {
    position: relative;
    padding: 14rem 0;
}
.ry-hp-services-custom .ry-container {
    max-width: 1280px;
    width: 90%;
}
.ry-hp-services-custom .ry-flex {
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}
.ry-hp-services-custom .ry-flex .ry-each {
    max-width: 620px;
	position: relative;
	border-radius: 50px;
    overflow: hidden;
    display: grid;
    & > * {
        grid-area: 1/1;
    }
}
.ry-hp-services-custom .ry-each .ry-services-title {
    position: relative;
    place-content: center;
    padding: 3rem;
}
.ry-hp-services-custom .ry-each .ry-services-title h3 {
    font-size: clamp(1.5rem, 1.3248rem + 0.719vw, 2.1875rem);
    color: #ffffff;
    font-weight: 400;
    font-style: italic;
	width: max-content;
}
.ry-hp-services-custom .ry-flex .ry-each.ry-services-title:hover img {
    transform: scale(1.5);
}
.ry-hp-services-custom .ry-each .ry-services-title h2 {
    font-size: clamp(1.875rem, 1.3174rem + 2.2876vw, 4.0625rem);
    color: #7095d6;
    font-weight: 400;
    font-style: italic;
    line-height: 1.1
}
.ry-hp-services-custom .ry-each .ry-services-title h4 { 
    font-size: 18px;
    letter-spacing: 9px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 400;
}
.ry-hp-services-custom .ry-each .ry-services-title h3:after {
    content: '';
    display: none;
    place-content: center;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: var(--color-primary);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' 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-.708'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px auto 0;
}
.ry-hp-services-custom .ry-each:hover .ry-services-title h3:after {
    display: grid;
}

/** HP TEAM AND TESTI BG **/
.ry-group-bg {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-4869a94c-325f-4ab0-bafe-85d5ee545f6d/HP_Assets/bg_meetourdoctors.png) center center no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -6rem;
}
/** END HP TEAM AND TESTI BG **/
	
/** PLACE YOUR MOBILE AND UP CSS HERE **/
@media (max-width: 1600px) {
	.ry-section-hero, .module-66 .carousel .carousel-inner .item, .ry-section-hero img {
		object-position: 50% -35%;
	}
}
@media (max-width: 1080px) {
	.ry-section-hero, .module-66 .carousel .carousel-inner .item, .ry-section-hero img {
		height: auto;
	}
	.module-66 .bnr-textbox {
		position: relative;
		margin-bottom: 0 !important;
		padding: 2rem;
		background: var(--color-primary);
			}
	.ry-top-wrapper {
		flex-direction: column;
		justify-content: center;
	}
	.ry-top-wrapper .ry-headline * {
		text-align: center;
	}
	.ry-top-wrapper .ry-logo-icon-wrap {
		align-self: center !important;
	}
	#welcome-wrap.style-1 .module-22 .ry-left {
		padding: 0;
	}
	#welcome-wrap.style-1 .module-22 .ry-right {
		width: 100%;
		max-width: max-content;
	}
	#welcome-wrap.style-1 .module-22 .ry-content .ry-flex {
		align-items: center;
	}
	#welcome-wrap.style-1 .module-22 .ry-right .content-wrap p {
		text-align: center !important;
	}
	.module-22 .ry-generic .btn-wrap {
		display: flex;
		justify-content: center;
	}
	.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment *,
	.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p {
		text-align: center !important;
	}
	.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name .star-wrapper {
		justify-content: center;
	}
	.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p {
		max-width: 600px;
		width: 100%;
	}
	.module-44 .ry-flex .ry-each {
		width: 100%;
		flex-basis: unset;
	}
	.module-44 .ry-flex {
		flex-wrap: wrap;
		gap: 2rem;
	}
	.module-44 .ry-flex .ry-each * {
		text-align: center !important;
	}
	.module-44 .ry-flex .ry-each .website-info > div {
		padding-left: 0;
		padding-top: 30px;
		display: flex;
		flex-direction: column;
	}
	.module-44 .ry-flex .ry-each .website-info > div:before {
		position: relative;
	}
	.module-44:before {
		background-position: center center;
	}
	.module-44 .ry-footer-copyright .ry-container {
		flex-direction: column;
		justify-content: center;
	}
	.module-44 .ry-footer-copyright .ry-left, .module-44 .ry-footer-copyright .ry-right {
		width: 100%;
	}
	.module-44 .ry-footer-copyright p, .module-44 .ry-footer-copyright a {
		text-align: center;
	}
	.module-44 .ry-footer-copyright .ry-right .powered {
		justify-content: center;
		flex-direction: column;
	}
	.module-44 .social-icons .social-inner-wrap:before,.module-44 .social-icons .social-inner-wrap:after {
		display: none;
	}
}

@media (max-width: 768px) {
	.module-44 .ry-flex .ry-each:nth-child(2) {
		width: 100%;
	}
}

@media (max-width: 560px) {
	.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p {
		max-width: 90%;
	}
	.module-44 .social-icons .social-inner-wrap {
		flex-wrap: wrap;
		gap: 10px 5px;
	}
	div#ry-section-map {
		height: auto;
	}
}