@media only screen and (max-width: 1199px){
	.slider2 h3 {
		font-size: 64px;
	}
	.about1{
		padding: 50px 0px;
	}
	.about2 h4{
		font-size: 27px;
	}
	.about2 p{
		font-size: 27px;
	}
	.about4 h3 {
		font-size: 25px;
	}
}

@media only screen and (max-width: 992px){
	.about3 img {
		width: 100%;
		margin: 10px 0px 0px;
	}
}

@media only screen and (max-width: 767px){
	.header3 img {
		width: 150px;
	}
	.header3 a.header4 {
		font-size: 17px;
	}
	.header3 a.header4 img {
		width: 25px;
	}
	.slider2 h3 {
		font-size: 44px;
	}
	.slider2 p {
		font-size: 19px;
	}
	.about2 h4{
		font-size: 21px;
	}
	.about2 p{
		font-size: 21px;
	}
	.about4 {
		margin: 40px 0px 0px;
	}
	.about5 {
		margin: 50px 0px 0px;
	}
}

@media only screen and (max-width: 600px){
	.header3 img {
		width: 110px;
	}
	.header3 a.header4 {
		font-size: 14px;
	}
	.slider2 h3 {
		font-size: 29px;
	}
	.slider2 p {
		font-size: 14px;
	}
	.about4 h3 {
		font-size: 21px;
	}
	.about5 form input {
		width: 100%;
	}
}

@media only screen and (max-width: 320px){
	.header3 img {
		width: 90px;
	}
	.header3 a.header4 {
		padding: 9px 10px 7px;
	}
	.slider2 h3 {
		font-size: 25px;
	}
	.slider2 p {
		font-size: 12px;
	}
}