/* Reponsive Css*/

@media (min-width: 1024px) {
	.owl-carousel .product-item {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		aspect-ratio: 1500 / 700 !important;
	}
}

@media screen and (max-width: 1699px) {

	header {
		padding: 20px 70px 20px 30px !important;
	}

	.banner-caption .banner-title {
		font-size: 70px;
		line-height: 64px;
	}

	.banner-caption p {
		font-size: 30px;
	}

	.banner-title {
		font-size: 46px;
	}

	.about-us-title .small-title {
		font-size: 28px;
		line-height: 26px;
	}

	.about-us-title p {
		font-size: 16px;
		line-height: 24px;
	}

	.about-us-title .read-btn {
		font-size: 18px;
		padding-top: 10px;
	}

	.stroke-01 .large-title {
		font-size: 154px;
	}

	.banner-title {
		font-size: 60px;
		line-height: 54px;
	}

	.testimonial-title .small-title {
		font-size: 32px;
	}

	.contact-warp1 {
		padding-top: 10px;
	}

	.testimonial-img a {
		font-size: 26px;
	}

	.about-kids {
		padding: 80px 0 0 0;
	}

	.about-content {
		padding: 30px 0 80px;
	}

	.kids-areas {
		padding: 80px 0 0 0;
	}

	.blog-contact {
		padding: 100px 0 40px;
	}

	.about-us-stroke {
		left: 30px;
	}
}

@media screen and (max-width: 1399px) {
	.about-us-img img {
		height: 500px;
	}

	header nav ul li {
		padding: 0 20px;
	}

	.banner-caption {
		max-width: 570px;
	}

	.about-content .banner-title {
		font-size: 40px;
	}

	.about-us-title .small-title {
		font-size: 27px;
		padding-bottom: 10px;
	}

	.about-us-title p {
		font-size: 16px;
		line-height: 24px;
	}

	.about-us-title .read-btn {
		font-size: 18px;
	}

	.stroke-01 .large-title {
		font-size: 124px;
		line-height: 213px;
	}

	.areas-title {
		padding-bottom: 55px;
		max-width: 370px;
	}

	.testimonial-title .small-title {
		font-size: 27px;
	}

	.testimonial-title p {
		font-size: 20px;
	}

	.banner-title {
		font-size: 60px;
		line-height: 54px;
	}

	.owl-carousel .product-item {
		padding: 250px 0 310px;
	}

	.banner-caption .gredient-btn {
		margin-top: 30px;
	}
}

@media screen and (max-width: 1299px) {
	.menu-logo img {
		width: 170px;
	}

	header nav ul li a {
		font-size: 16px;
	}

	.fractures {
		padding: 20px;
	}
}


@media screen and (max-width: 1199px) {
	header {
		padding: 20px 30px 20px 30px;
	}

	header .menu-logo {
		min-width: 150px;
	}

	.banner-caption .banner-title {
		font-size: 60px;
		line-height: 60px;
	}

	.banner-caption p {
		font-size: 26px;
	}

	.about-kids {
		padding: 50px 0 0 0;
	}

	.about-content {
		padding-bottom: 40px;
	}

	.about-us-title .small-title {
		font-size: 24px;
	}

	.stroke-01 .large-title {
		font-size: 104px;
		line-height: 190px;
	}

	.banner-title {
		font-size: 53px;
		line-height: 50px;
	}

	.owl-carousel .owl-nav button.owl-prev {
		width: 60px;
		height: 60px;
	}

	.owl-carousel .owl-nav button.owl-prev span {
		left: 20px;
		top: 18px;
	}

	.owl-carousel .owl-nav button.owl-next {
		width: 60px;
		height: 60px;
	}

	.owl-carousel .owl-nav button.owl-next span {
		top: 18px;
		left: 23px;
	}

	.contact-content a {
		font-size: 22px;
	}

	.contact-content .footer-small {
		font-size: 18px;
	}

	.contact-content p {
		font-size: 16px;
		line-height: 22px;
	}

	.contact-text p br {
		display: none;
	}

	.kids-metlife .owl-carousel .owl-nav {
		top: 25%;
	}

	.kids-metlife {
		padding: 60px 0;
	}

	.footer-newsletter input {
		width: 100%;
	}

	footer .gredient-btn {
		width: auto;
	}

	.about-us-img img {
		height: 400px;
	}

	.kids-map-area iframe {
		height: 350px;
	}
}

@media screen and (max-width: 1024px) {
	.about-us-title .small-title {
		font-size: 21px;
	}

	header .menu-logo {
		max-width: 130px;
	}

	header nav ul li {
		padding: 0 18px;
	}

	.footer-newsletter input {
		width: 100%;
	}

	.copyright p {
		font-size: 15px;
		line-height: 22px;
	}

	.copyright {
		padding: 10px 0;
	}

	.copyright .round-arrow {
		top: -40px;
	}
}

@media screen and (max-width: 991px) {
	header {
		position: relative;
	}

	header .menu-logo {
		max-width: 200px;
	}

	header nav {
		position: absolute;
		top: 100%;
		left: auto;
		right: 0;
		width: 320px;
		height: auto;
		display: flex;
		flex-direction: column;
		background-color: #fff;
		z-index: 999999;
		transform: translateX(100%);
		transition: 0.5s;
		margin-right: 0;
		align-items: flex-start;
		padding: 30px;
	}

	body.nav-open nav {
		transform: translateX(0);
	}

	header nav ul {
		flex-direction: column;
		align-items: flex-start;
		position: static;
		top: 110px;
		left: 30px;
	}

	header nav ul li {
		padding: 15px 0;
	}

	.header-social ul {
		position: static;
		display: flex;
		flex-direction: unset;
		justify-content: flex-start;
		align-items: flex-start;
		margin-top: 20px;
	}

	.header-social ul li {
		padding: 0 35px 0 0;
	}

	header button {
		z-index: 999999;
	}

	.banner-caption .banner-title {
		font-size: 50px;
		line-height: 50px;
	}

	.banner-caption {
		max-width: 470px;
	}

	.banner-caption p {
		font-size: 24px;
	}

	.owl-carousel .product-item {
		padding: 220px 0;
	}

	.banner-caption {
		top: 14%;
	}

	.about-us-title .small-title {
		font-size: 21px;
	}

	.about-us-stroke {
		left: 20px;
	}

	.about-us-title .read-btn {
		font-size: 16px;
	}

	.kids-areas {
		padding: 50px 0 0 0;
	}

	.banner-title {
		font-size: 44px;
		line-height: 40px;
	}

	.kids-areas .owl-carousel .owl-nav {
		top: -135px;
	}

	.testimonial {
		padding: 50px 0;
	}

	.contact-inner {
		text-align: left;
	}

	.contact-inner .banner-title::before {
		left: 0;
	}

	.contact-warp1 {
		align-items: flex-start;
		justify-content: flex-start;
	}

	.contact-form input,
	textarea {
		width: 100%;
	}

	.contact-form textarea {
		width: 100%;
	}

	.testimonial-title .small-title {
		font-size: 24px;
	}

	.testimonial-title p {
		font-size: 18px;
	}

	footer [class*="col-"] {
		padding-bottom: 20px;
	}

	.contact-holiness img {
		height: auto;
	}

	.blog-content [class*="col-"] {
		padding-bottom: 40px;
	}

	.blog-content {
		padding-bottom: 40px;
	}

	.kids-map-area iframe {
		height: 350px;
	}
}

@media screen and (max-width: 767px) {
	.owl-carousel .product-item {
		position: relative;
		background-image: url(../images/banner.png);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		aspect-ratio: 356 / 167 !important;
		padding: 0px !important;
	}

	.about-us-img img {
		height: auto;
	}

	.kids-banner {
		padding: 67px 0 50px;
	}

	.blog-content {
		padding-top: 50px;
		padding-bottom: 0;
	}

	.warp-content .small-title {
		padding-top: 15px;
		font-size: 22px;
		padding-bottom: 0;
	}

	.about-inner {
		padding: 0 15px;
	}

	.about-inner [class*="col-"] {
		padding-bottom: 20px;
	}

	.banner-caption {
		left: 15px;
		right: 15px;
	}

	.banner-caption .gredient-btn {
		margin-top: 15px;
	}

	.banner-caption .banner-title {
		font-size: 40px;
		line-height: 45px;
	}

	.gredient-btn {
		font-size: 17px;
		height: auto;
		padding: 15px;
		min-width: inherit;
		padding: 15px 35px;
	}

	.banner .owl-carousel .owl-dots {
		top: auto;
		bottom: 20px;
		flex-direction: inherit;
	}

	.banner .owl-carousel .owl-nav {
		display: none !important;
	}

	.about-kids {
		background: none;
		padding-top: 40px;
	}

	.about-content:before {
		background: linear-gradient(to bottom, rgba(208, 218, 162, 1) 0%, rgba(236, 222, 204, 1) 100%);
	}

	.kids-areas .owl-carousel .owl-nav,
	.kids-metlife .owl-carousel .owl-nav {
		position: static;
		width: 100%;
		margin-top: 25px;
		text-align: center;
	}

	.kids-metlife .owl-carousel .owl-nav {
		justify-content: center;
	}

	.owl-carousel .owl-nav button.owl-prev {
		display: inline-block;
	}

	.contact-form {
		margin-left: 0;
		margin-top: 20px;
	}

	.contact-form .gredient-btn {
		margin-top: 15px;
	}

	.kids-metlife {
		padding: 50px 0 30px;
	}

	.areas-title {
		padding-bottom: 20px;
		text-align: center;
	}

	.copyright .container {
		flex-direction: column;
		text-align: center;
	}

	.copyright .round-arrow {
		position: fixed;
		bottom: 120px;
		right: 20px;
		top: auto;
		width: 40px;
		height: 40px;
		z-index: 111;
	}

	.footer-explore .footer-large,
	.footer-newsletter .footer-large {
		height: auto;
	}

	.bolg-content .banner-title {
		font-size: 60px;
		line-height: 50px;
		padding-bottom: 0;
	}

	.bolg-content p {
		font-size: 24px;
	}

	header {
		padding: 20px;
	}

	.riding-tips {
		padding: 50px 0;
	}

	.riding-tips .owl-carousel .owl-nav {
		display: none !important;
	}

	.round-arrow {
		display: none !important;
	}

	.round-arrow.show {
		display: block !important;
	}

	.blog-contact {
		padding: 80px 0 50px;
	}
}

@media screen and (max-width: 479px) {
	.contact-warp1 {
		padding-top: 0px;
	}

	bolg-content .banner-title {
		font-size: 45px;
		line-height: 55px;
		padding-bottom: 0;
	}

	.bolg-content p {
		font-size: 22px;
	}

	.menu-logo img {
		width: 130px;
	}

	header button {
		width: 50px;
		height: 50px;
		padding: 9px;
	}

	header button span {
		position: static;
	}

	header button:before {
		top: 12px;
	}

	header button:after {
		top: 32px;
	}

	.about-content .banner-title,
	.banner-title {
		font-size: 30px;
		line-height: 33px;
	}

	.stroke-01 .large-title {
		font-size: 84px;
		line-height: 170px;
		padding-left: 10px;
	}

	.areas-title .banner-title {
		left: auto;
	}

	.contact-form input,
	.footer-newsletter input {
		height: 52px;
		padding: 12px;
		font-size: 15px;
	}

	.contact-form textarea {
		height: 125px;
		padding: 12px;
		font-size: 15px;
	}

	footer .gredient-btn {
		width: 100%;
	}

	.warp-content p {
		font-size: 15px;
		line-height: 23px;
		padding-top: 10px;
	}

	.warp-content .small-title span {
		font-size: 17px;
	}

	.practices-inner .banner-title {
		font-size: 33px;
		line-height: 40px;
	}

	.kids-map-area iframe {
		height: 250px;
	}

	.call_now {
		font-size: 23px !important;
	}
}

