
/* 1199 */

@media screen and (max-width: 1199.5px) {
	.main-nav a{
		margin:0px 10px;
	}
}

/* 991 */

@media screen and (max-width: 991.5px) {
	
}

/* 767 */

@media screen and (max-width: 767.5px) {
	.stat-card{
		padding: 15px;
	}
	.stat-number{
		font-size: 2rem;
	}
	.pd-main{
		padding: 50px 0px;
	}
	.clinic-main-title{
		font-size: 26px;
	}
	.products-3d .left{
		left: 0 !important;
	}
	.products-3d .right{
		right: 0 !important;
	}
	.products-3d{
		height: 180px;
	}
	.page-tnsm--content{
		padding: 15px;
	}
	.page-tnsm--content h3{
		font-size: 30px;
		margin-bottom: 15px;
	}
	.page-tnsm--content .content{
		padding: 0;
		margin-bottom: 15px;
	}
	.page-tnsm--content:nth-child(2n + 2) .content{
		padding:0;
	}
	.page-banner{
		min-height: 300px;
		background-position: center left;
	}
	.page-banner::after{
		display: none;
	}
	.page-banner .heading{
		font-size: 30px;
	}
	.j-banner-wrapper{
		margin-bottom: 20px;
	}
	.logo-col img{
		max-width: 200px;
	}
	.header-area.header-scrolled .logo-col{
		display: block;
	}
}

