@media(min-width: 992px) and (max-width: 1199px){
	.banner-slider-wrap:after{
		height: 75px;
	}
	.about-kinesiology-wraper > img{
		margin-top: -50px;
	}
}

/*max width 991px*/
@media(max-width: 991px){
	.comon-title h3{
		font-size: 28px;
	}

	.inner-banner .inner-banner-cont h1{
		font-size: 26px;
	}
	/*####### header css start #######*/
	.logo-wrap{
		position: relative;
		width: 100%;
		margin-bottom: 5px;
	}
	.hed-contact-info{
		justify-content: center;
	}
	.header-wraper .navbar .navbar-collapse{
	    position: absolute;
	    left: 0;
	    top: 100%;
	    width: 100%;
	    background-color: #fff;
	    padding: 10px 5px;
	}
	.header-wraper .navbar .navbar-nav li{
		padding: 5px 5px;
	}
	/*####### header css end #######*/

	/*####### banner css start ######*/
	.banner-slider-wrap:after{
		height: 55px;
	}
	.banner-slider-wrap > img{
	    position: relative;
	    height: 470px;
	    object-fit: cover;
	}
	.banner-cont-wrap .banner-cont h1{
		font-size: 20px;
	}
	.banner-cont-wrap .banner-cont h2{
		font-size: 26px;
	}
	.banner-cont-wrap .banner-cont p{
		font-size: 16px;
	}
	/*####### banner css end ######*/
	.about-kinesiology-wraper > img{
		margin-top: -50px;
	}
	.your-consultation-wraper img{
		margin-top: -95px;
	}
	.your-consultation-wrap .consultation-content h3{
		font-size: 30px;
	}
	.testimonials-wraper:before{
		background-size: auto 100%;
		top: -80px;
	    height: 80px;
	}
	.footer-wraper:before{
		background-size: auto 100%;
		top: -90px;
    	height: 90px;
	}
}

/*width 768px to 991px*/
@media(min-width: 768px) and (max-width: 991px){

}

/*max width 767px*/
@media(max-width: 767px){
	.banner-slider-wrap:after{
		height: 45px;
	}

	.about-kinesiology-content .comon-title h3{
		margin-bottom: 0px;
	}
	.about-kinesiology-content h4{
		font-size: 16px;
	}
	.about-kinesiology-wraper > img{
		height: 700px;
	}
	.your-consultation-wraper img{
		height: 600px;
	}
	.your-consultation-wrap .consultation-content h3{
		font-size: 24px;
	}
}

/*width 576px to 767px*/
@media(min-width: 576px) and (max-width: 767px){

}

/*max with 575px*/
@media(max-width: 575px){
	.banner-slider-wrap:after{
		height: 25px;
	}
}