.overlink, .overlink a {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
}

/* HERO VIDEO */
.hp-video-hero {
	position: relative;
	height: calc(100vh - 169px);
	overflow: hidden;
}

.hp-video-hero video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* overlay for desktop readability */


.hp-hero-banner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: clamp(28px, 5vw, 56px) 20px;
	text-align: center;
	color: #fff;
	z-index: 2;
}

.hp-hero-heading {
	margin: 0 0 6px;
	font-size: 90px;
	letter-spacing: -1px;
	line-height: 100px;
	color: #ffffff;
	font-family: "Superclarendon" !important;
	text-align: center;
	text-wrap: balance;
}

.hp-hero-subheading {
	opacity: .85;
	margin-bottom: 18px;
	font-size: 36px;
	letter-spacing: 18px;
	line-height: 100px;
	text-transform: uppercase;
	color: #a6a797;
	text-align: center;
}


.hp-section .bg-section,
.hp-section .bg-section div,
.hp-section .bg-section img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 768px) {

	.hp-video-hero {
		height: auto;
		min-height: 0;
		margin-top: 0;
	}

	.hp-video-hero::after {
		display: none;
	}

	.hp-video-hero video {
		position: relative;
		height: 100%;
	}

	
}




/* END OF HERO */

.hp-welcome .hp-content {
    width: min(640px, 100%);
	max-width: 100%;
	float: unset;
}

.hp-welcome .hp-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: min(1600px, 90%);
    float: unset;
    margin: 0 auto;
    padding: 75px 0 2%;
}

.hp-welcome .bg-section, .hp-welcome .bg-section img, .hp-welcome .bg-section div{
    object-position: 10%;
}


.hp-heading span {
    font-size: 21px;
    text-transform: uppercase;
    color: #912736;
    font-weight: 400;
    text-align: center;
}

.hp-section .hp-heading h1, .hp-section .hp-heading h2 {
    font-size: 67px;
    line-height: 67px;
    color: #912736;
    font-weight: 400;
    text-align: center;
    padding-top: 20px;
}

.hp-section .description {
    padding: 30px 0;
    display: block;
}

a.hp-btn.hp-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 64px;
    border-radius: 32px;
    background-color: #912736;
    color: #fff;
    transition: 300ms ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
}

a.hp-btn.hp-btn-primary:hover {
    background: #652770;
    transition: 300ms ease-in-out;
}

@media (max-width: 991px) {
	.hp-welcome .hp-wrapper {
		padding: 30px 0;
		width: 100%;
	}
	
	div.hp-welcome .bg-section,
	div.hp-welcome .bg-section img,
	div.hp-welcome .bg-section div {
		display: none;
		opacity: 0;
		visibility: hidden;
	}
	
	div.footer__logo img {
		max-width: 10rem;
		padding: 30px 0;
	}
}

.hp-featured-services .hp-wrapper {
    width: min(1280px, 100%);
    margin: 0 auto;
    float: unset;
}

.hp-featured-services .grid__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 30px 0;
}

.hp-featured-services .grid__content .each-service {
    width: 100%;
    max-width: 100%;
    position: relative;
    border-radius: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: hidden;
    cursor: pointer;
}

.hp-featured-services .service__hover .service-bg,
.hp-featured-services .service__hover .service-bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hp-featured-services .service__default .service__title h3 {
    font-size: 29px;
    color: #6a6a6a;
    font-weight: 400;
}

.hp-featured-services .service__default .service__wrapper {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 500px;
}

.hp-featured-services .service__default .service__icon img {
    max-width: max-content;
    width: 100%;
}

.hp-featured-services .service__default {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: 300ms ease-in-out;
    border-radius: 30px;
}

.hp-featured-services .service__hover .service-details h3 {
    font-size: 29px;
    color: #ffffff;
    font-weight: 400;
    padding-bottom: 1rem;
}

.hp-featured-services .service-details {
    background: rgb(145 39 54 / 66%);
    padding: 40px;
    height: 100%;
    width: 100%;
}

.hp-featured-services .service-details p {
    font-size: 21px;
    line-height: 29px;
    color: #ffffff;
    font-weight: 400;
}

.hp-featured-services .service__hover {
    height: 100%;
    width: 100%;
}

.hp-featured-services .grid__content .each-service:hover .service__default {
    opacity: 0;
    transition: 300ms ease-in-out;
}

.hp-featured-services .hp-content {
    padding: 6rem 0;
}

.hp-featured-services .bnt-wrapper a.hp-btn.hp-btn-primary {
    width: 300px;
    border-radius: 32px;
    background-color: #912736;
}

@media (max-width: 991px) {
    .hp-featured-services .service__default,
    .hp-featured-services .service__hover{
        height: 30vh;
    }
    
    
    .hp-featured-services .grid__content {
        padding: 30px 5%;
    }

    .hp-featured-services .service-details {
        padding: 40px 5%;
    }
}

@media (max-width: 520px) {
    .hp-featured-services .service__default, .hp-featured-services .service__hover {
        height: 40vh;
    }
}


@media (max-width: 480px) {
    .hp-featured-services .service__default, .hp-featured-services .service__hover {
        height: 50vh;
    }
}

.hp-srvc-slick-nav .grid__content .slick-arrow {
    display: none !important;
}

.hp-srvc-slick-nav .slick__nav {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    gap: 5px;
}
.hp-srvc-slick-nav .slick__nav button {
    outline: 0;
    background: unset;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    border: 1px solid #912736;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #912736;
    /* position: absolute; */
}
.hp-srvc-slick-nav .slick__nav button svg {
    fill: #fff;
    width: 20px;
    height: 20px;
}
.hp-srvc-slick-nav .slick__nav button:hover {
    background: #652770;
    border-color: #652770;
}
@media (min-width: 992px) {
	.hp-srvc-slick-nav {
		display: none;
	}
}
@media (max-width: 991px) {
	.hp-featured-services .grid__content {
		display: block !important;
	}
}


.hp-meet-the-doctors .hp-wrapper {
	width: min(1600px, 90%);
	margin: 0 auto;
	float: unset;
}
.hp-meet-the-doctors .slick__content .each-doctor {
    max-width: 100% !important;
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-meet-the-doctors .hp-content {
    padding: 13rem 0;
}

.hp-meet-the-doctors .each-doctor .headshot > img {
    border: 8px solid #fff;
    border-radius: 50%;
}


.hp-meet-the-doctors .slick__content .each-doctor:hover .headshot-hover {
    opacity: 1;
}

.hp-meet-the-doctors .slick__content .each-doctor:hover .headshot > img {
}

.hp-meet-the-doctors .slick__content .each-doctor .doctor-name h3 {
    font-size: 21px;
    line-height: 29px;
    color: #666666;
    font-weight: 400;
    text-align: center;
}

.hp-meet-the-doctors .slick__content .each-doctor .doctor-name h3 span {
	display: block;
}

.hp-meet-the-doctors .slick__content .each-doctor .wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 270px;
}

.hp-meet-the-doctors .each-doctor .headshot-hover {
    position: absolute;
    animation: spin 5s linear infinite;
    inset: 0;
    opacity: 0;
}

.hp-meet-the-doctors .slick__content .slick-arrow {
    display: none !important;
}

.hp-meet-the-doctors .slick__container .slick__nav {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
    gap: 5px;
}

.hp-meet-the-doctors .slick__container .slick__nav button {
    outline: 0;
    background: unset;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    border: 1px solid #912736;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #912736;
    /* position: absolute; */
}

.hp-meet-the-doctors .slick__container .slick__nav button svg {
    fill: #fff;
    width: 20px;
    height: 20px;
}

.hp-meet-the-doctors .slick__container .slick__nav button:hover {
    background: #652770;
    border-color: #652770;
}

.hp-meet-the-doctors .slick__content {
    padding: 8px 0 40px;
}

.hp-meet-the-doctors .slick-track {
    padding: 2rem 0 0;
}

/*
    .hp-meet-the-doctors .slick__container .slick__nav .doctors-slick-prev {
        top: 50%;
        left: 0;
        transform: translateX(-50%);
    }
    
    .hp-meet-the-doctors .slick__container .slick__nav .doctors-slick-next {
        top: 50%;
        right: 0;
        transform: translateX(-50%);
    }
*/


@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.hp-testimonials .each-testimonial .testimony p {
    width: min(644px, 90%);
    font-size: 21px;
    line-height: 29px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
}


.hp-testimonials .testimony-name .star-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 30px 0 15px;
}

.hp-testimonials .testimony-name .star-wrapper svg {
    fill: #eabd7a;
    width: 20px;
    height: 20px;
}

.hp-testimonials .slick__container {
    width: min(960px, 100%);
    margin: 0 auto;
    float: unset;
}

.testimony-name h5 {
    font-size: 21px;
    line-height: 29px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.hp-testimonials .hp-heading h2, .hp-testimonials .hp-heading span {
    color: #fff;
}

.hp-testimonials .slick__content .slick-arrow {
    display: none !important;
}

.hp-testimonials .slick__container .slick__nav {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.hp-testimonials .slick__container .slick__nav button {
    outline: 0;
    background: unset;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.hp-testimonials .slick__container .slick__nav button svg {
    fill: #fff;
    width: 20px;
    height: 20px;
}

.hp-testimonials .slick__container .slick__nav button:hover {
    background: #652770;
    border-color: #652770;
}

.hp-testimonials .slick__container .slick__nav .testimonial-slick-prev {
    top: 50%;
    left: 6%;
    transform: translateX(-50%);
}

.hp-testimonials .slick__container .slick__nav .testimonial-slick-next {
    top: 50%;
    right: 0;
    transform: translateX(-50%);
}

.hp-testimonials .hp-wrapper {
    padding: 80px 0;
}

.hp-petdesk {
    padding: 100px 0 0;
}

.hp-petdesk .hp-container {
    width: min(1280px, 90%);
    margin: 0 auto;
    float: unset;
}

.hp-petdesk .hp-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
}

a.download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 430px;
    height: 64px;
    border-radius: 32px;
    background-color: #912736;
    font-size: 21px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    gap: 5px;
}

a.download-btn span svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.hp-petdesk .btn-wrapper .each-cta {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-petdesk .btn-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

a.download-btn:hover {
    color: #fff !important;
    background-color: #652770;
}

.hp-appointment form .form-control {
    width: min(640px, 100%);
    max-width: 100%;
    height: 64px;
    border-radius: 32px;
    background-color: #ffffff;
    border: 1px solid #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 1;
    text-align: left;
    color: rgb(102 102 102 / 40%);
    font-size: 21px;
    margin: 0 auto;
}

.hp-appointment .hp-content .group__field {
    display: grid;
    grid-template-columns: repeat(2, 315px);
    align-items: center;
    justify-content: space-between;
}

.hp-appointment .hp-content .group__field .each__field .form-control {
    width: 315px !important;
}


.hp-appointment .hp-content {
    width: 804px;
    height: 896px;
    border-radius: 26px;
    background-color: #ffffff;
    padding: 80px;
}

.hp-appointment .each__field.radio__list div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.hp-appointment .btn-wrapper input {
    margin: 0 auto;
}

.hp-appointment .btn-wrapper {
    margin: 0 !important;
    padding-top: 30px;
}

.hp-appointment .btn-wrapper input {
    border-radius: 30px;
    width: 230px;
    max-width: 230px;
    height: 64px;
    border-radius: 32px;
    background-color: #912736;
    text-transform: uppercase !important;
    letter-spacing: 1px;
}

.hp-appointment .btn-wrapper div {
    margin: 0 !important;
}

.hp-appointment .hp-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.hp-appointment .hp-container {
    width: min(1600px, 90%);
    max-width: 100%;
    float: unset;
    margin: 0 auto;
}

.hp-appointment .hp-wrapper {
    padding: 85px 0;
}

.module__footer {
    background: #6f1f2a;
}

.module__footer .footer__content * {
    color: #fff;
}

.footer__info--grid .each-info:not(:first-child) {
    padding-left: 90px;
}

.footer__info {
    position: relative;
    width: min(1280px, 100%);
    margin: 0 auto;
    float: unset;
    max-width: 100%;
}

.footer__container {
    width: min(1280px, 90%);
    max-width: 100%;
    margin: 0 auto;
    float: unset;
}

.footer__logo img {
    max-width: 150px;
    margin: 0 auto;
    padding: 70px 0;
}

.footer-social-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #6f1f2a;
    z-index: 2;
    width: 200px !important;
    margin: 0 auto;
    padding: 10px 0;
}

ul.footer-social-wrapper li,
ul.footer-social-wrapper li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px !important;
    height: 47px !important;
    border-radius: 24px;
    background-color: #ffffff;
}

ul.footer-social-wrapper li a svg, ul.footer-social-wrapper li a svg path {
    fill: #912736 !important;
    opacity: 1 !important;
    display: unset !important;
    stroke: #912736 !important;
}

ul.footer-social-wrapper li:hover,
ul.footer-social-wrapper li a:hover {
    background: #e9d4d7;
}
.footer__social:after {
    content: ' ';
    display: inline-flex;
    height: 1px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.footer__social {
    position: relative;
    display: block;
    clear: both;
}
.footer__info {
    padding: 35px 0;
}
.footer__info .each-info .ry-heading h3, .footer__download h3 {
    font-size: 33px;
    color: #ffffff;
    font-weight: 400;
    padding-bottom: 20px;
}

.footer__info--grid {
    display: grid;
    grid-template-columns: 250px 480px 480px;
    justify-content: space-between;
}

.module__footer .footer__content .each-info .info-link {line-height: 1.5;}

.module__footer .footer__content .day-and-time span {
    line-height: 2;
}

.module__footer .footer__content .hours-closed {
    line-height: 2;
}



.hours-operation.hospital .day-and-time {
    display: flex;
    justify-content: space-between;
}
.hours-operation.pet-resort .day-and-time {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


.hours-operation.pet-resort .day-and-time .hours {
    display: flex;
    justify-content: space-between;
}

.hours-operation.pet-resort .day-and-time .hours-closed {
    display: block !important;
	text-align: right;
}

.footer__info .info-link .svg-wrapper svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.footer__info .info-link  {
    display: flex;
    gap: 10px;
}

.hours-operation {
    width: min(330px, 100%);
    max-width: 100%;
}

.module__footer .footer__content a.download-btn {
    background: #fff;
    color: #932837;
}

.module__footer .footer__content a.download-btn svg {
    fill: #932837;
}

.footer__download .btn-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 30px;
}

.module__footer .footer__content a.download-btn:hover, .module__footer .footer__content a.download-btn:focus {
    background: #652770;
}

.module__footer .footer__content a.download-btn:hover svg, .module__footer .footer__content a.download-btn:focus svg {
    fill: #fff;
}

.module__footer .footer__content {
    padding-bottom: 40px;
}


body.default .module__footer .footer__content {
	padding-bottom: 80px;
}
.footer__download {
    position: absolute;
    bottom: -35rem;
}

.footer__credits {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}


.footer__credits .footer__wrapper {
    display: flex;
    justify-content: space-between;
}

.footer__credits .footer__wrapper .ry-left {
    width: 70%;
}

.footer__credits .footer__wrapper .ry-right {
    width: 20%;
}

.footer__credits .footer__wrapper .powered.ry-text a {
    display: flex;
}

.footer__credits .footer__wrapper .powered.ry-text {
    display: flex;
    align-items: center;
    gap: 5px;
}

.module__footer .footer__content .svg-wrapper {
    position: relative;
    top: 5px;
}

.footer__credits * {
    font-size: 16px;
}


@media (max-width: 1680px) {
    .hp-welcome .hp-container:before {
        content: " ";
        position: absolute;
        background: linear-gradient(to left, #fff, rgb(254 254 254 / 70%), transparent);
        width: 100%;
        height: 100%;
        inset: 0;
        z-index: 1;
    }
    
    .hp-welcome .hp-wrapper {
        z-index: 2;
    }
    
    .hp-welcome .bg-section, .hp-welcome .bg-section img, .hp-welcome .bg-section div {
        object-position: 6%;
    }
}

.hp-section .bg-section .mobile__show {
    display: none;
}

@media (max-width: 1440px) {
    .hp-welcome .bg-section .desktop__show {
        display: none;
    }

    .hp-section .bg-section .mobile__show {
        display: block !important;
    }

    .hp-welcome .bg-section, .hp-welcome .bg-section img, .hp-welcome .bg-section div {
        position: relative;
    }
    
    .hp-welcome {
        display: flex;
        flex-direction: column-reverse;
    }

    .hp-welcome .hp-content {
        width: 90%;
    }
    
    .hp-welcome .hp-container:before {
        background: rgb(255 255 255 / 92%);
    }
    
    .hp-welcome .bg-section, .hp-welcome .bg-section img, .hp-welcome .bg-section div {
        object-position: 0;
    }
    
    .hp-welcome .hp-wrapper {
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 1280px) {
    .hp-featured-services .grid__content {
        padding: 5%;
    }
    
    
    .hp-appointment .hp-content {
        background: rgb(255 255 255 / 70%);
        transition: 300ms ease-in-out;
        height: auto;
        width: 100%;
    }
    
    .hp-appointment .hp-content:hover, .hp-appointment .hp-content:focus {
        background: #fff;
        transition: 300ms ease-in-out;
    }

    .hp-section .hp-heading h1, .hp-section .hp-heading h2 {
        text-wrap: balance;
        line-height: 1.2;
        font-size: 42px;
    }
    
    .hp-appointment .hp-content .group__field {
        grid-template-columns: 1fr;
    }
    
    .hp-appointment .hp-content .group__field .each__field .form-control {
        width: min(640px, 100%) !important;
        max-width: 100%;
    }
    
    .hp-appointment form .form-control {
        padding: 10px 50px;
    }
}



@media (max-width: 1200px) {
    .footer__download {
        position: relative;
        bottom: 0;
        padding-top: 60px;
    }
    
    .footer__info--grid .each-info:not(:first-child) {
        padding: 0;
    }
    
    .footer__info--grid {
        grid-template-columns: 1fr;
        gap: 60px;
        align-items: center;
        justify-content: center;
    }
    
    .footer__info .each-info .ry-heading h3, .footer__download h3 {
        text-align: center;
        display: block;
    }
    
    .module__footer .footer__content .each-info .info-link {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .module__footer .footer__content * {
        text-align: center;
    }
    
    .hours-operation {
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    
    .hours-operation.hospital .day-and-time {
        align-items: center;
        justify-content: center;
        gap: 7px;
    }
    
    .hours-operation.pet-resort .day-and-time .hours {
        align-items: center;
        justify-content: center;
        gap: 7px;
    }
    
    .footer__download .btn-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .footer__credits .footer__wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }
    
    .footer__credits .footer__wrapper .powered.ry-text {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .footer__credits {
        padding: 30px 0;
        height: auto;
    }
    
    .footer__credits * {
        text-align: center;
    }
    
    .footer__credits .ry-text {
        display: flex;
        gap: 5px;
        justify-content: center;
    }
    
    .hp-petdesk .hp-wrapper {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .hp-petdesk .hp-wrapper .hp-image {grid-row: 2;}
    
    .module-66 {
        margin-top: 97px;
    }

    
    .hp-appointment .each__field.radio__list div {
        flex-direction: column;
        gap: 15px;
    }

    .footer__credits .footer__wrapper .ry-left {
        width: 100% !important;
    }
}




@media (max-width: 991px) {
	.hp-section .bg-section, .hp-section .bg-section img {
		object-position: 70%;
	}

	.hp-meet-the-doctors .slick__content .each-doctor .wrapper {
		width: 180px;
	}

	.module-66 {
		margin-top: 0;
	}

	.hp-featured-services .hp-content {
		padding: 30px 0;
	}

	.hp-meet-the-doctors .hp-content {
		padding: 30px 0;
	}

	.hp-meet-the-doctors .slick__container .slick__nav {
		padding-bottom: 15px;
	}

	.hp-meet-the-doctors .slick__content {
		padding: 0 0 15px;
	}

	.hp-testimonials .hp-wrapper {
		padding: 30px 0;
	}

	.hp-petdesk {
		padding: 30px 0 0;
	}

	.hp-appointment .hp-wrapper {
		padding: 30px 0;
	}

	.module__footer .footer__content {
		padding-bottom: 30px;
	}

	.footer__credits .footer__wrapper .ry-right {
		width: 90%;
	}
}

@media (max-width: 768px) {
    .footer__credits .footer__wrapper .ry-left {
    width: 100%;
}

.hp-testimonials .slick__container .slick__nav button {
    position: relative;
    top: 0  !important;
    left: 0 !important;
    right: 0 !important;
    transform: unset !important;
}

.hp-testimonials .slick__container .slick__nav {
    gap: 10px;
    padding: 15px 0;
}

.hp-featured-services .service__default .service__wrapper {
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hp-featured-services .service__default .service__title h3 {
    text-align: center;
}

.hp-featured-services .service__default .service__icon img {
    margin: 0 auto;
}

.hp-featured-services .grid__content {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {
    .hp-featured-services .service__hover .service-details h3 {
        text-align: center;
    }
}

@media (max-width: 680px) {
    div.hp-featured-services .service__hover .service-details h3 {
        text-align: center;
    }
    
    a.download-btn {
        width: 100%;
        padding: 15px 30px;
        font-size: 14px;
    }
    
    div.hp-appointment .hp-content {
        padding: 5%;
    }
    
    div.hp-welcome .bg-section, .hp-welcome .bg-section img, .hp-welcome .bg-section div {
        height: 65vh;
        object-position: 50%;
    }
    
    div.footer__credits span.span-2 {
        display: block;
    }
    
    div.footer__credits .ry-text {
        display: block;
        line-height: normal;
        /* flex-direction: column; */
    }

}

@media (max-width: 500px) {
    div.hp-welcome .bg-section, div.hp-welcome .bg-section img, div.hp-welcome .bg-section div {
        height: 46vh;
    }
}

@media (max-width: 480px) {
    div.hp-welcome .bg-section, div.hp-welcome .bg-section img, div.hp-welcome .bg-section div {
        height: 35vh;
    }
}

