@media only screen and (min-width:992px) {
	.nav-link{
		padding: 0;
	}
}
@media only screen and (max-width:991px) {
	.subHead{
		text-align: center;
		padding: 7px 0;
	}
	.subHeading{
		margin: 7px 0;
		font-size: 20px;
	}
	h1, .h1{
		font-size: 40px !important;
	}
	.bannerHead{
		font-size: 32px;
	}
	.bannerDiv{
		font-size: 20px;
	}
	.homeCanImpBack{
		padding: 40px 60px;
	}
	.mainFoot{
		row-gap: 15px;
		text-align: center;
	}
	
	.mainFootLeft, .mainFootRight{
		justify-content: center;
	}
	.navBtnDiv{
	display: block;
		width: 100%;
		align-items: center;
  display: flex;
  justify-content: end;
}
	.navBtn{
		padding: 5px 15px;
		color: #fff;
	}
	
	.navBtn:hover{
		background-color: #fff;
		color: #00467f;
	}
	.navBtnDiv[aria-expanded="true"] .navBtn{
		background-color: #fff;
		color: #00467f;
	}
}
@media only screen and (max-width:767px) {
	.subHeadCont{
		display: block;
	}
	.panel{
		padding-top: 40px;
	padding-bottom: 40px;
	}
	.btnDiv{
		margin-top: 10px;
	}
	.homeCanImpBack{
		margin-top: 40px;
		padding: 30px;
	}
	.homeCanImpDiv{
		font-size: 18px;
	}
	.homeCanImpDivHead{
		font-size: 22px;
	}
	.homeCanImp .h1{
		text-align: center;
	}
	.smallBan{ 
		height: 40vh;
	}
	.custList{
		font-size: 19px;
	}
	.blogFlex{
		row-gap: 15px;
	}
	.smallPost{
	width: 85%;
}
	.mediumPost{
	width: 95%;
}
	h4, .h4{
		font-size: 22px;
	}
	.Cont-subhead{
		display: none;
	}
}
@media only screen and (max-width:575px) {
	.smallPost{
	width: 100%;
}
	.mediumPost{
	width: 100%;
}
	.headTop{
	margin: 1.5rem 0 1rem;
}
}

@media only screen and (max-width:767px) {
	.partnerFlex{
	flex-direction: column-reverse;
}
}