html {
    scroll-behavior: smooth;
}
@media (max-width: 991px) {}
@media only screen and (max-width: 768px){
	.swiper-slide {width: 100% !important;}
	.testimonials-wrapper .testimonials-block .carousel-control {display: none;}
	.carousel-control.left, .carousel-control.right {background-image: unset; background-image: unset;background-repeat: unset;}
	.carousel-control, .carousel-control:hover, .carousel-control:focus {color: #ffffff;}}
#services-box a{ margin:0 auto;}
#articles .ry-btn-primary, 
#articles .ry-btn-primary:after {color: #ffffff;}
#articles .ry-btn-primary:hover, 
#articles .ry-btn-primary:hover:after {color: #ffffff;}
body {font-family: Poppins !important;}
.ry-btn:after {display:none;}
.btn, .ry-btn, .ry-btn-primary, .ry-btn-secondary {font-family: 'Poppins';z-index:99;}
.ry-btn {height: 60px;display: flex;align-items: center;justify-content: center;padding-left: 25px;padding-right: 25px;max-width: max-content;color: #ffffff !important;background: #0e2e65 !important;font-size: 20px !important;}
.ry-btn-primary:hover {background: #000000 !important;color: #ffffff !important;}
.ry-btn-secondary:hover {background: #0e2e65 !important;color: #ffffff !important;}
.ry-btn.ry-btn-secondary{color: #ffffff !important;background: #000000 !important;}
body.default #ry-pg-body[data-interior-layout="Full Width"] > .ry-container > .ry-content > .ry-left {
    width: 100%;
    max-width: 100%;
    float: unset;
}

body.default #ry-pg-body[data-interior-layout="Full Width"] > .ry-container > .ry-content > .ry-right {
    display: none;
}
@media (width > 768px) {img.full-width-img, .ry-photo img {width: 50%; margin: 0 auto;}}

.modal-footer {
    display: none;
}

.modal-body {
    padding: 0;
}

.close-btn {
    position: absolute;
    right: -10px;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -15px;
}

.close-btn a {
    font-size: 13px;
    font-weight: bold;
    position: relative;
    top: -2px;
}

.modal-dialog {
    width: 90%;
    max-width: 700px;
    margin: 60px auto 0;
}
  

/* HP Edits - Started <> */


/**/
	/*fonts*/
	
.custom-headline h1 span {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
}

.custom-headline h1 {
    text-align: center;
    font-size: var(--font-herotitle);
    color: var(--clr-white);
    line-height: 1.1;
}
.custom-headline h2 .span-1 {
	display: block;
	color: var(--clr-black);
	text-transform: uppercase;
	font-size: var(--font-spantitle);
	letter-spacing: 0.28em;
	font-weight: 400;
	padding-bottom: 20px;
}
	
.custom-headline h2 {
	font-size: var(--font-title) !important;
	color: var(--clr-primary);
	text-align: center;
	text-transform: capitalize;
}

.custom-headline h2 .span-2 {
    text-transform: uppercase;
    font-weight: 500;
}
	/*btns*/
		.ry-btn-white{
			color: var(--clr-black)!important;
			background: var(--clr-white) !important;
			border: 1px solid var(--clr-white) !important;
		}
		.ry-btn-white:hover{
			color: var(--clr-white) !important;
			background: transparent !important;
			border: 1px solid var(--clr-white) !important;
		}
        .ry-menu .ry-nav li.dropdown .dropdown-menu li {
            background: var(--clr-primary);
            color: #374151;
        }
/*Modal*/
/* Header */
	/**/
.snap-mobile-menu {
    background: white;
}

mm-burger {
    color: #374151;
}
.ry-menu .ry-nav li.primary .caret {
    border-color: #374151;
		    border-top: 4px solid;
				border-right: 4px solid transparent;
				border-left: 4px solid transparent;
}

.ry-menu .ry-nav li.primary:hover .caret {
    border-color: var(--clr-secondary);
				border-top: 4px solid;
				border-right: 4px solid transparent;
				border-left: 4px solid transparent;
}
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, transparent);
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background: var(--clr-primary);
    color: var(--clr-primary);
}

.module-header.style-10 .social-header .ry-social-custom .social-inner-wrap svg {
    fill: var(--clr-black);
}

.module-header.style-10 .social-header {
    margin-top: 10px;
}
.mobile-container {
    position: relative;
    background: #fffdf0;
}
body.default #ry-section-header {
    padding-top: 0px;
}

#ry-section-header .header-banner {
    background: var(--clr-primary);
    margin-bottom: 35px;
}

#ry-section-header .header-banner p {
    color: white;
}
.module-header.style-10 {
    padding-top: 0;
}
/* Hero */
	/**/
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 100vh !important;
    object-fit: cover;
}
#hp-slider .swiper-pagination-bullet {
    background-color: white;
}

.module-66 .carousel .carousel-inner {
    opacity: 1;
}

.module-66 .carousel .carousel-control {
    opacity: 0;
}
.module-66 .carousel .carousel-inner .item img {
    height: 100vh;
    object-fit: cover;
    background-position: bottom;
}

.module-66 .carousel .carousel-inner .item .text-center::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, white, transparent, #000000bf);
}
/* CTA */
	/**/
/* Welcome */
	/**/
.module-welcome.style-5 .background-section {
    opacity: 0;
}

.module-welcome.style-5 .ry-flex {
    flex-direction: row-reverse;
}

.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    object-fit: contain;
}
/* Services */
	/**/
.ry-services.style2 {
    padding: 6.6vh 0;
}
.ry-services.style2 .block-count-7, .ry-services.style2 .block-count-6, .ry-services.style2 .block-count-5, .ry-services.style2 .block-count-4, .ry-services.style2 .block-count-3 {
    display: none;
}
.ry-services.style2 .slick-slider {
	margin-top: 40px;
}
/* Meet the Team */
	/**/


.inner-container {
    padding: 0;
}

#team-wrap {
    padding: 6.6vh 0;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-5daadbb0-4aaf-4721-96db-2c8f6d252b65/Background_images/petvacx_team_bg.jpg) top center no-repeat !important;
	background-size: cover;
}

.outer-container:before {
    background: none;
}

#team-wrap .section-body {
    margin: 40px 0;
}
#team-wrap {
    padding-top: 300px;
}

#team-wrap .section-body div {
    color: #666;
}
#team-wrap .team-card {
    flex-direction: column;
    gap: 20px;
    background: none;
    box-shadow: none;
}

#team-wrap .img-box {
    max-width: 300px;
    max-height: 300px;
    border: 10px solid white;
    box-shadow: 0 0 7px 3px #33333330;
    object-fit: contain;
    border-radius: 999px;
    width: 300px;
    height: 300px;
}

#team-wrap .person-img {
    width: 300px;
    margin: 0 auto;
    height: 300px;
}

#team-wrap .person-name, .person-info {
    text-align: center;
}

/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-3 {
    padding:16vh 0;
}
.module-testimonials.style-3 .video_wrapper {
    background-color: transparent;
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex:before {
    opacity: 0;
}

.module-testimonials.style-3 .review-separator {
    background: var(--clr-black);
    color: var(--clr-white);
    width: 80px;
    height: 80px;
}
/* Footer */
	/**/
.footer.style-3 .footer-top {
    padding: 6.6vh 0;
}
/*Media Queries*/
	/**/
.group-bg {
    position: relative;
}

.group-bg .background-section, .group-bg .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}

#welcome-wrap,
.ry-services.style2{
    position: relative;
    z-index: 1;
    padding: 6.6vh 0;
}
	
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-contain .ry-headline {text-align: center;}
	
.module-header.style-10 .ry-right .button-group .ry-btn:not(.btn-transparent) svg {display: none;}
	
#team-wrap .link a {
    position: absolute;
    inset: 0;
    opacity: 0;
}
	
.btn-center {
    margin-inline: auto;
}
	
@media (min-width: 1200px) {
	.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .ry-text {
    	min-height: 500px;
	}
}
	
@media (max-width: 1660px) {
	.module-header.style-10 .ry-right .button-group .ry-btn {font-size: 14px !important;}
	.module-header.style-10 .ry-right .ry-menu {padding: 0 2vw;}
}
	
@media (max-width: 1366px) {
	.module-header.style-10 .ry-right {
		flex-direction: column;
		align-items: end;
	}
	.module-header.style-10 .ry-right .ry-content-v2 {
		display: flex;
		gap: 15px;
	}
	.module-header.style-10 .ry-right .ry-menu {
    	padding: 0 0 0 2vw;
	}
	.custom-headline h1 {
    	font-size: 50px;
	}
}

@media (max-width:780px) {
    #team-wrap .person-img,
    #team-wrap .img-box {
        width: 200px;
        margin: 0 auto;
        height: 200px;
    }
}
@media (max-width: 1280px) {
	.module-header.style-10 .ry-right .ry-menu .nav-menu li a,
	.module-header.style-10 .ry-right .button-group .ry-btn {
		color: var(--clr-black);
		font-size: 16px !important;
	}
}

@media (max-width:1080px){
    .module-welcome.style-5 .ry-flex {
        flex-direction: column;
        gap: 40px;
    }
    .module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .carousel-indicators {
        bottom: 80px !important;
    }
}

@media (min-width: 1081px) {
    .mobile-services {
        height: 70%;
        opacity: 1;
    }
    .ry-services.style2 {
		padding: 100px 0 0;
	}
	.ry-services.style2 .ry-flex {
		display: none;
	}
	    .mobile-services .slick-track .each-block {
        margin-left: 25px;
        margin-bottom: 100px;
        overflow: visible;
    }
	.ry-services.style2 .each-block .photo {
        position: relative;
        padding-bottom: 100%;
        background: var(--clr-white);
        border-radius: 999px;
        box-shadow: 0 0 7px 3px #33333338;
	}
	.ry-services.style2:before {
        background: var(--clr-primary);
        opacity: 1;
        height: 40%;
        top: auto;
        bottom: 0;
    }
	.ry-services.style2 .each-block .photo:before {
        content: "";
        position: absolute;
        bottom: 10%;
        left: 10%;
        width: 80%;
        height: 80%;
        z-index: 2;
        background: var(--clr-primary);
        border-radius: 999px;
        opacity: 0.2;
	}
	.ry-services.style2 .each-block .photo img {
        position: absolute;
        top: 10%;
        left: 10%;
        width: 80%;
        height: 80%;
        object-fit: contain;
        z-index: 2;
        border-radius: 50%;
	}
	.ry-services.style2 .each-block .title {
        position: absolute;
        bottom: -75px;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 3;
        transition: .4s;
	}
	.ry-services.style2 .each-block .title div {
		font-size: 20px;
		color: #fff;
	}
	.ry-services.style2 .each-block .link, 
	.ry-services.style2 .each-block .link a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 9;
		opacity: 0;
	}
	.ry-services.style2 .each-block .button-svg {
		display: none;
	}
	.mobile-services .slick-track .each-block {
		margin-left: 25px;
	}
	.mobile-services .slick-list {
		margin-left: -25px;
	}
	.mobile-services .slick-dots {
		margin-top: 30px;
		padding-left: 0;
		list-style: none;
		display: flex !important;
		justify-content: center;
		align-items: center;
	}
	.mobile-services .slick-dots li {
		margin: 0 3px;
		height: auto;
		line-height: initial;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mobile-services .slick-dots li:not(.slick-active) {
		opacity: .5;
	}
	.mobile-services .slick-dots button {
		width: 12px;
		height: 12px;
		text-indent: -9999999px;
		background: #0e2e65;
		border: unset;
		box-shadow: unset;
		border-radius: 50%;
	}
	.mobile-services .slick-arrow {
		display: none !important;
	}
}
@media (max-width:1080px){
    .ry-services.style2:before {
        background: var(--clr-primary);
        opacity: 1;
        height: 40%;
        top: auto;
        bottom: 0;
    }
    
    .mobile-services .slick-track .each-block {
        margin-left: 25px;
        margin-bottom: 100px;
        overflow: visible;
    }
    
    .ry-services.style2 .each-block .photo {
        position: relative;
        padding-bottom: 100%;
        background: var(--clr-white);
        border-radius: 999px;
        box-shadow: 0 0 7px 3px #33333338;
    }
    
    .ry-services.style2 .each-block .photo:before {
        content: "";
        position: absolute;
        bottom: 10%;
        left: 10%;
        width: 80%;
        height: 80%;
        z-index: 2;
        background: var(--clr-primary);
        border-radius: 999px;
        opacity: 0.2;
    }
    
    .ry-services.style2 .each-block .photo img {
        position: absolute;
        top: 35%;
        left: 35%;
        width: 30%;
        height: 30%;
        object-fit: contain;
        z-index: 2;
    }
    .ry-services.style2 .each-block .title {
        position: absolute;
        bottom: -75px;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 3;
        transition: .4s;
    }
	.ry-services.style2 .ry-btn {
		margin: 30px auto 0;
	}
}
	
@media (max-width: 768px) {
	.module-66 .carousel .carousel-inner .item img {
    	height: 500px;
	}
	.module-welcome.style-5 .ry-each.image-wrapper .photo {
    	padding-bottom: 76.25%;
	}
}
	
@media (max-width: 390px) {
	.custom-headline h1 {
    	font-size: 30px;
	}
	.custom-headline h2 {
    	font-size: 18px !important;
	}
}

/* End - HP Edits*/
	
	
	

:root {
	--clr-white: #ffffff;
	--clr-black: #2f241e;
	--clr-primary: #0e2e65;
	--clr-secondary: #000000;

	--font-herotitle: clamp(1.375rem, -1.9063rem + 10.5vw, 4rem); /*60px*/
	--font-title: clamp(1rem, -1.5rem + 8vw, 3rem); /*48px*/
	--font-spantitle: clamp(1.375rem, 0.7758rem + 1.9175vw, 1.854375rem); /*29.67px*/
	--font-subtitle: clamp(1.125rem, 1.0984rem + 0.085vw, 1.14625rem); /*18.34px*/
}
  
