@media only screen and (max-width: 1024px){
	header a{padding: 0 10px !important;}
}
@media only screen and (max-width: 991px){
	h2{font-size: 30px;line-height: 40px;}
	h4{font-size: 25px;line-height: 30px;}
	h4 br{display: none;}
	header{background-color:  #0082d6;}
}
@media only screen and (max-width: 767px){
	.about-section{text-align: center;}
	.about-section ul{text-align: left;padding-left: 20px;}
	footer{text-align: center;}
	.about-section .container .row:nth-child(2){flex-direction: column-reverse;}
	.nav{display: block;}
	.nav-tabs .nav-item{border:  1px solid #0082d6;margin-bottom: 10px;}
	.link-div{text-align: center;}
	.contact-section iframe{margin-top: 20px;}
}
@media only screen and (max-width: 568px){
	.sec-padding{padding:50px 0;}
	h2{font-size: 25px;line-height: 30px;}
	h4{font-size: 20px;line-height: 25px;}
	footer .col-sm-6{border-bottom: 1px solid #fff;padding: 20px 0;}
	footer .link-row{padding: 0;}
	footer .col-md-6{padding-top: 20px;}
}