@media screen and (max-width:991px){
	.imgbox {
		width: 520px;

	}
		.topContact{
	font-size:24px;
  }
      .banner h1 {
    font-size: 32px;
}
.banner ul li {
    font-size: 23px;
}
.banner ul {
    margin-top: 43px;
    }
    ._article h3 {
    font-size: 30px;
}
.giveCall h2 {
    font-size: 30px; 
}
.giveCall span {
    font-size: 35px;

}

}
@media screen and (max-width:767px){
	.imgbox {
		position: relative;

	}
	.topContact{
	font-size:22px;
  }
}

@media only screen and (max-width: 576px) {
	.imgbox {
		width: 400px;

	}
.topContact{
	font-size:18px;
  }
    .banner h1 {
    font-size: 28px;
}
._article h3 {
    font-size: 28px;
}
.giveCall h2 {
    font-size: 28px; 
}
.giveCall span {
    font-size: 30px;

}

}

@media only screen and (max-width: 410px) {
.imgbox {
   width:300px;
    top: -95px;
    right: -38px;
}
.topContact{
	font-size:13px;
  }
  .banner h1 {
    font-size: 23px;
}
._article h3 {
    font-size: 23px;
}
.giveCall h2 {
    font-size: 22px; 
}
.giveCall span {
    font-size: 25px;

}
}