/* START OF HP HERO CSS */

.hp-hero__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hp-hero__content {
    padding: 0 5%;
}

h1.hp-hero__title {
    font-size: clamp(3rem, 2.3309rem + 2.7451vw, 5.625rem);
    color: #ffffff;
    font-weight: 400;
    text-align: left;
}

.hp-hero__content .inner-content {
    max-width: 1120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hp-hero__content .inner-content * {
    text-align: center;
}

a.hp-hero__button {
    display: inline-flex;
    width: 300px;
    height: 56px;
    border-radius: 8px;
    background-color: #00355d;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 30px;
}

a.hp-hero__button:hover, a.hp-hero__button:focus {
    background: #333;
    color: #fff;
}


p.hp-hero__description {
    margin-top: 25px;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
}

.hp-hero {
    position: relative;
    z-index: 3;
}

@media (max-width: 1081px) {
    h1.hp-hero__title {
        font-size: 3rem;
    }

    p.hp-hero__description {
        width: 30rem;
    }
}



@media (max-width: 768px) {
    .hp-hero__background.d-vw {
        display: none;
    }

    .hp-hero__background.m-vw {
        display: block !important;
    }

    .hp-hero {
        margin-top: 6rem;
    }

    .hp-hero__background.m-vw {
        display: none;
    }

    h1.hp-hero__title {
        color: #197ea7;
        text-wrap: balance;
    }


    p.hp-hero__description {
        color: #3f4f5c;
        text-wrap: balance;
        font-weight: 400;
    }


    .hp-hero__container {
        position: relative;
        background: rgb(255 255 255);
        top: 0;
        left: 0;
        transform: unset;
        height: 50vh;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -6rem;
        padding-top: 3rem;
    }

    .hp-hero .hp-hero__background {
        z-index: 1;
    }

    .hp-hero__content .inner-content * {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 480px) {
	div.hp-hero__content {
		margin-top: 5rem;
	}
	
    div.hp-hero__container {
        margin-top: -3rem;
        padding: 0;
    }
}

@media (max-width: 400px) {
    div.hp-hero__container {
        margin-top: -1rem;
        padding: 0;
    }
}

/* END OF HP SERVICES CSS */

/* START OF HP WELCOME CSS */
.hp-welcome {
    position: relative;
    padding: 20rem 0 15rem;
    margin-top: -10rem;
    z-index: 1;
}


.hp-welcome .ry-content {
    display: flex;
    align-items: center;
    justify-content: center;
    top: -8rem;
}

.hp-welcome .block-right .ry-each p {
    width: min(649px, 100%);
    font-size: clamp(1.125rem, 1.0931rem + 0.1307vw, 1.25rem);
    line-height: 30px;
    color: #3f4f5c;
    text-align: center;
    margin: 30px auto;
}

.hp-welcome .block-left img {
    max-width: max-content;
    margin: 0 auto;
}


.hp-welcome .ry-content .ry-flex {
    gap: 5%;
    align-items: center;
}

@media (max-width: 1336px) {
    .hp-welcome .ry-content {
        top: -5rem;
    } 
}

@media (max-width: 768px) {
    .hp-welcome .ry-content .ry-flex {
        flex-direction: column-reverse;
        gap: 30px;
    }
    
    .hp-section .background-section, .hp-section .background-section img {
        object-position: center;
    }

}

/* END OF HP WELCOME CSS */

/* START OF HP SERVICES CSS */
.hp-services {
    padding: 100px 0 0;
    margin-top: -19rem;
    z-index: 9;
}

.hp-services .grid-services {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 70px 0 90px;
}

.hp-services .grid-services .each-services img {
    max-width: max-content;
    margin: 0 auto;
}

.hp-services .services-title p {
    font-size: 20px;
    color: #3f4f5c;
    text-align: center;
    line-height: normal;
    margin-top: 15px;
    font-weight: 400;
}

.hp-services .services-title p span {
    display: block;
}


.hp-services .grid-services:after {
    content: " ";
    position: absolute;
    display: block;
    z-index: -1;
    bottom: 1rem;
    width: 100%;
    height: 218px;
    border-radius: 24px;
    background-image: linear-gradient(0deg, rgb(255 255 255 / 0%) 40%, rgb(25 126 167) 100%);
}

.hp-services .each-services .services-img:after {
    content: " ";
    position: absolute;
    background: rgb(5 52 90 / 40%);
    border-radius: 50%;
    display: block;
    width: 193px;
    height: 193px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 300ms ease-in-out;
    opacity: 0;
}

.hp-services .each-services:hover .services-img:after{
    opacity: 1;
    transition: 300ms ease-in-out;
}


.hp-services .section-header span.span-1 {
    margin: 10px 0 15px;
}

@media (max-width: 1366px) {
	.hp__fservices-slick {
		display: block !important;
	}
}

/* END OF HP SERVICES CSS */

.hp-video-tour {
    padding: 150px 0;
}

.hp-video-tour .ry-content img {
    max-width: max-content;
    margin: 0 auto;
}

.hp-video-tour .ry-content {}

.hp-video-tour .video-wrapper {
    max-width: max-content;
    margin: 0 auto;
}

.hp-video-tour .ry-content {
    display: flex;
    align-items: center;
    justify-content: center;
}


.video-modal {
  width: min(700px, 90vw);
  max-height: 85vh;
  margin: 0 auto;
  background: #000;
  overflow: hidden;
}

.video-modal__player {
  display: block;
  width: 100%;
  height: auto;
  max-height: 85vh;
  object-fit: contain;
  background: #000;
}

@media (max-width: 767px) {
  .video-modal {
    width: 94vw;
    max-height: 75vh;
  }

  .video-modal__player {
    max-height: 75vh;
  }
	.hp-services .grid-services {
		display: block !important;
	}
}

.hp-group-section .background-section, 
.hp-group-section .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

a.ry-btn.ry-btn-primary.ry-btn-transparent {
    background: transparent;
    border: 1px solid;
}

a.ry-btn.ry-btn-primary.ry-btn-transparent:hover {
    background: #00355d;
    border-color: #00355d;
}

.hp-doctors .grid-doctors {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5%;
}

.hp-doctors .block-left {
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 30px;
    justify-content: center;
}

.hp-doctors {background: linear-gradient(0deg, #05345a 0%, #197ea7 100%);padding: 125px 0;}

.hp-doctors .each-doctor .wrapper h3, 
.hp-doctors .each-doctor .wrapper span {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}

.hp-doctors .block-right .ry-each p {
    width: min(617px, 100%);
    height: auto;
    margin: 15px auto 30px;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
}

.hp-doctors .section-header * {
    color: #ffff !important;
}

.hp-doctors .section-header span.span-1 {}

.hp-doctors .block-left .each-doctor img {
    max-width: max-content;
    margin: 0 auto;
}

.hp-doctors .block-left .each-doctor .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.hp-doctors .block-left .each-doctor .wrapper * {
    text-align: center;
}

@media (max-width: 1280px) {
	.hp-doctors .grid-doctors {
		display: flex;
		flex-direction: column-reverse;
		gap: 60px;
	}
}

@media (max-width: 991px) {
	div.footera-map__wrapper img {
		height: 100vh;
		object-position: center;
		object-fit: cover;
	}
}

@media (max-width: 768px) {
	.hp-doctors .grid-doctors {
		gap: 30px;
		padding-bottom: 65px;
	}
}

@media (max-width: 681px) {
	.hp-doctors .block-left.hp-doctor__slick {
		display: block !important;
	}

	.hp-doctor__slick .slick-arrow {
		top: 102% !important;
		background: #197da5 !important;
	}
}

.hp-medicaid .ry-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 5%;
}

.hp-medicaid .section-header h2 {
    line-height: 1.2;
}

.hp-medicaid .block-left .ry-each p {
    margin: 30px auto;
    width: min(671px, 100%);
    font-size: 20px;
    line-height: 30px;
    color: #3f4f5c;
}


.hp-medicaid {
    padding: 100px 0 73px;
}

.hp-medicaid .block-right .img-wrapper img {
    max-width: max-content;
    margin: 0 auto;
}



.hp__fservices-slick .slick-arrow,
.hp-doctor__slick .slick-arrow{
	width: 40px;
	height: 40px;
	background: #3f4f5c;
	border-radius: 50px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: calc(50% - 25px);
	top: 85%;
	transform: translateX(-50%);
	transition: .3s;
	font-size: 0;
	border: unset;
	outline: unset;
	pointer-events: all;
	z-index: 99;
	}

.hp__fservices-slick .slick-next.slick-arrow,
.hp-doctor__slick .slick-next.slick-arrow{
	left: calc(50% - -25px);
}

.hp__fservices-slick .slick-arrow:before,
.hp-doctor__slick .slick-arrow:before{
	content: "\f061";
	position: absolute;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	font-size: 14px;
	margin: auto;
	transition: .3s;
	font-family: 'FontAwesome';
	color: #fff;
}

.hp__fservices-slick .slick-next.slick-arrow:before,
.hp-doctor__slick .slick-next.slick-arrow:before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: .3s;
}