@media screen and (prefers-reduced-motion: reduce) {

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

@media screen and (max-width: 1199px) {
	.zr-banner-main-text {
		font-size: 45px;
	}

	.container {
		max-width: unset;
		padding: 0 30px;
	}

	.zr-benefits-image-col {
		position: sticky;
		top: 50px;
	}

	.zr-hero-content>p {
		font-size: 20px;
	}

	.zr-plan-body {
		padding: 2rem 1rem 2rem;
	}

}

@media screen and (max-width: 1024px) {
	.container {
		padding: 0 15px;
	}

	.zr-plans-section,
	.zr-benefits-section,
	.zr-reviews-section,
	.zr-cta-section {
		padding: 80px 0;
	}

	.zr-cta-section {
		padding-bottom: 15px;
	}

	.zr-main-heading {
		font-size: 40px;
	}

	.zr-feature-item h3 {
		font-size: 18px;
	}

	.zr-plan-header h3 {
		font-size: 30px;
	}

	.zr-plan-header {
		padding: 7px;
	}

	.zr-plan-features li div {
		font-size: 16px;

	}

	.zr-benefits-image-container::after {
		border: 2px solid #ffffff;
		height: calc(100% - 20px);
		width: calc(100% - 20px);
	}

	.zr-hero-content>p {
		font-size: 18px;
		margin-bottom: 14px;
	}

	.zr-hero-features.zr-hero-features-right img.zr-feature-icon {
		margin-right: 10px;
		padding-right: 9px;
	}

}

@media screen and (max-width: 991px) {
	.reviews-content {
		margin-bottom: 3rem;
	}

	.vertical-review-slider-container {
		height: 600px;
	}

	.review-slide {
		height: 180px;
	}

	.review-slide:nth-child(2) {
		top: 180px;
	}

	.review-slide:nth-child(3) {
		top: 320px;
	}

	.review-slide.active {
		top: 160px !important;
	}

	.review-card {
		padding: 1.25rem;
	}

	.zr-reviewer-photo {
		width: 70px;
		height: 70px;
	}

	.vertical-review-slider-container {
		height: 500px;
	}

	.zr-main-heading {
		font-size: 35px;
	}

	.zr-quote-form {
		border-radius: 16px;
		margin-bottom: 40px;
	}

	.zr-review-block {
		min-height: unset;
	}

	.zr-order-1 {
		order: 1;
	}

	.zr-order-2 {
		order: 2;
	}

	.zr-order-3 {
		order: 3;
	}

	.zr-hero-features {
		display: flex;
		flex-wrap: wrap;
		gap: 14px;
		justify-content: center;
		align-items: center;
	}

	.zr-feature-item {
		flex-direction: row-reverse;
		margin-bottom: 0 !important;
	}

	.zr-feature-icon {
		border-left: 0;
		padding-left: 0;
		margin-left: 0;
		border-right: 1px solid #fff;
		padding-right: 10px;
		margin-right: 14px;
	}

	.zr-feature-item h3 {
		text-align: left;
		width: 140px;
		font-size: 16px;
	}

	.zr-plan-body {
		padding: 20px 8px;
		margin: 0px 7px 7px 7px;
	}

	.zr-plan-platinum,
	.zr-plan-gold,
	.zr-plan-silver {
		font-size: 70px;
		margin: 10px;
		border-radius: 80px;
	}

	.plans-carousel .owl-item .zr-plan-card {
		border-radius: 30px 30px 15px 15px;
	}

	.zr-plan-card:hover {
		transform: translateY(0);
	}

	.zr-plan-features li div {
		font-size: 15px;
	}

	.zr-plans-section .zr-main-heading,
	.zr-plans-section .zr-subtext {
		text-align: center;
	}

	.zr-benefits-section::before {
		right: 20px;
		bottom: 20px;
		width: 200px;
		height: 200px;
	}

	.zr-review-block {
		align-items: center !important;
	}

	.zr-plan-card {
		border-radius: 40px 40px 15px 15px;
	}

	.zr-plan-body {
		padding: 20px 10px;
		margin: 0px 8px 8px 8px;
	}

	.zr-plan-features li div {
		padding: 6px 6px;
	}

	.review-slide.active {
		box-shadow: 0 0px 15px rgba(0, 0, 0, 0.25);
	}
}

@media screen and (max-width: 768px) {
	.zr-reviews-section {
		padding: 4rem 0;
	}

	.review-slide {
		height: 170px;
		width: 100%;
	}

	.review-slide:nth-child(1) {
		top: 50px;
	}

	.review-slide:nth-child(2) {
		top: 165px;
	}

	.review-slide:nth-child(3) {
		top: 280px;
	}

	.review-slide.active {
		top: 165px !important;
	}

	.review-slide.prev {
		top: 0 !important;
	}

	.review-slide.next {
		top: 340px !important;
	}

	.review-card {
		padding: 1rem;
	}

	.zr-reviewer-name {
		font-size: 18px;
	}

	.zr-review-text {
		font-size: 16px;
	}

	.zr-cta-buttons .btn {
		display: inline-flex;
	}

	.zr-cta-buttons .btn:last-child {
		margin-bottom: 0;
	}

	.zr-hero-section h1 {
		font-size: 34px;
	}

	.zr-hero-section .lead {
		font-size: 1.1rem;
	}

	.zr-quote-form {
		padding: 1.5rem;
		margin-top: 1rem;
	}

	.zr-hero-content>p {
		font-size: 16px;
	}

	.zr-platinum-card {
		transform: translateY(0px);
	}

	.zr-plan-card:hover {
		transform: translateY(-0px);
	}

	.zr-hero-features {
		padding: 0 0 30px 0;
		margin-top: 1rem;
	}

	.zr-step-form .row {
		margin: 0;
	}

	.vertical-review-slider-container {
		height: 550px;
	}

	.zr-benefit-item {
		padding: 0rem 0rem 0rem 1rem !important;
		flex-direction: column !important;
	}

	.zr-benefit-item .zr-benefit-icon {
		margin-bottom: 1rem !important;
		margin-right: 0 !important;
	}

	.zr-benefits-grid {
		padding-left: 0 !important;
		margin-top: 2rem;
	}

	.zr-benefits-image-container img {
		min-height: 250px;
	}

	.zr-banner-main-text {
		font-size: 38px;
	}

	.zr-benefits-image-col {
		position: static;
	}

	.zr-fullscreen-loader img {
		width: 150px;
	}
}

@media screen and (max-width: 576px) {
	.zr-custom-btn.zr-call-btn {
		padding: 6px 15px 6px 7px;
		font-size: 18px;
	}

	.zr-subtext {
		font-size: 16px;
	}

	.zr-hero-content>p {
		margin-bottom: 4px;
		font-size: 18px;
	}

	.zr-step-form .form-control,
	.zr-step-form .form-select {
		padding: 10px 12px;
	}

	.zr-step-container .zr-step-col {
		font-size: 16px;
	}

	.zr-step-form {
		padding: 12px;
	}

	g .zr-custom-btn {
		font-size: 18px;
		padding: 8px 30px;
	}

	.plans-carousel .owl-item.active {
		z-index: 99;
		filter: blur(0);
		transform: scale(1);
	}

	.plans-carousel .owl-item {
		filter: blur(2px);
		transform: scale(0.9);
	}

	.plans-carousel .owl-carousel .owl-stage {
		padding: 4px 0;
	}

	.vertical-review-slider-container {
		height: 600px;
	}

	.review-slide {
		height: 220px;
	}

	.review-slide:nth-child(2) {
		top: 145px;
	}

	.review-slide:nth-child(3) {
		top: 260px;
	}

	.review-slide.active {
		top: 190px !important;
	}

	.review-slide.next {
		top: 380px !important;
	}

	.review-card {
		padding: 25px 15px;
	}

	.zr-reviewer-photo {
		width: 60px;
		height: 60px;
	}

	.vertical-review-slider-container {
		height: 600px;
	}

	.zr-quote-form {
		padding: 1rem;
	}

	.zr-hero-features {
		padding: 0;
		margin-top: 0;
	}

	.zr-quote-form {
		background: rgb(255 255 255 / 50%);
		padding: 12px;
		gap: 10px;
	}

	.zr-form-status-icon::after {
		width: 20px;
		height: 20px;
	}

	.zr-submit-quote {
		font-size: 1rem !important;
		padding: 0.75rem 1.5rem !important;
	}

	.zr-plan-card .zr-plan-body {
		min-height: auto;
	}

	.zr-benefit-icon img {
		width: 55px;
		height: 55px;
		padding: 5px;
	}

	.zr-benefit-item {
		padding: 1rem 1rem !important;
		margin-bottom: 0 !important;
	}

	.zr-benefit-item .zr-benefit-icon {
		margin-bottom: 0rem !important;
		margin-right: 0 !important;
	}

	.zr-benefit-item .zr-icon-wrapper {
		width: 60px !important;
		height: 60px !important;
		margin: 0 auto;
	}

	.zr-benefit-item .zr-icon-wrapper i {
		font-size: 1.5rem !important;
	}

	.zr-nav-dot {
		width: 10px;
		height: 10px;
	}

	.plans-carousel .owl-nav button {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}

	.plans-carousel .owl-nav .owl-prev {
		left: -10px;
	}

	.plans-carousel .owl-nav .owl-next {
		right: -10px;
	}

	.zr-feature-icon {
		padding-right: 8px;
		margin-right: 10px;
		width: 34px;
		height: 34px;
	}

	.zr-feature-item h3 {
		text-align: left;
		width: 120px;
		font-size: 14px;
		font-weight: 400;
	}

	.zr-feature-item h3 span {
		font-size: 12px;
	}

	.zr-hero-features {
		gap: 8px;
		margin-bottom: 30px;
	}

	.container {
		padding: 0 12px;
	}

	.zr-plans-section,
	.zr-benefits-section,
	.zr-reviews-section,
	.zr-cta-section {
		padding: 60px 0;
	}

	.zr-main-heading {
		font-size: 30px;
	}

	.zr-cta-buttons button {
		padding: 8px 20px 8px 8px;
		width: 245px;
	}

	.zr-cta-section {
		text-align: center;
		padding-bottom: 15px;
	}

	ul.zr-cta-list {
		column-gap: 15px !important;
		row-gap: 15px !important;
		justify-content: center !important;
		flex-direction: column;
	}

	.zr-cta-buttons {
		justify-content: center !important;
	}

	.zr-cta-feature {
		flex-direction: column;
	}

	.zr-cta-feature .small {
		text-align: center !important;
	}

	.zr-cta-feature img {
		border-right: 0;
		padding-right: 0;
		margin-right: 0
	}
}

@media screen and (max-width:374px) {
	.zr-step-container .zr-step-col {
		font-size: 14px;
	}

	.zr-feature-item h3 {
		width: 100px;
	}

	.zr-hero-features {
		gap: 5px;
	}

	.zr-hero-section h1 {
		font-size: 28px;
	}

	.zr-navbar-brand img {
		width: 100px;
	}

	.zr-custom-btn.zr-call-btn {
		padding: 6px 12px 6px 7px;
		font-size: 16px;
	}

	.zr-custom-btn.zr-call-btn img {
		width: 30px;
	}
}

@media screen and (min-width: 1200px) {
	.plans-mobile-carousel {
		display: none;
	}

	.plans-desktop-grid {
		display: flex;
	}

	.plans-desktop-grid .col-lg-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.zr-plans-section .zr-subtext {
		max-width: 80%;
		margin: auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.plans-carousel .owl-nav button {
		width: 50px;
		height: 50px;
		font-size: 20px;
	}

	.plans-carousel .owl-nav .owl-prev {
		left: -25px;
	}

	.plans-carousel .owl-nav .owl-next {
		right: -25px;
	}

}