@media only screen and (min-width: 1600px) {
	.container {
	    max-width: 85%;
	}
	.contact-info-content h3 {
		font-size: 26px; 
	}
	.contact-info-wrap {
	    min-height: 315px;
	    padding: 20px 10px;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.container {
	   max-width: 92%;
	}
	h1, .h1 {
	    font-size: 42px;
	}
	h2, .h2 {
	    font-size: 36px;
	}
	h4, .h4 {
	    font-size: 20px;
	}
	.banner-info {
	    width: 100%;
	}
	.banner-wrap {
		min-height: 550px;
	}
	.contact-info-wrap {
		min-height: 360px;   
		padding: 25px 8px;
	}
	.contact-info-content h3 {
		font-size: 26px; 
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 92%;
	}
	body {
		font-size: 16px;
	}
	h2, .h2 {
	    font-size: 32px;
	}
	h3, .h3 {
	    font-size: 24px;
	}
	h4, .h4 {
	    font-size: 18px;
	}
	.banner-wrap h1 {
	    font-size: 45px;
	}
	.form-control {
	    height: 50px;
	}
	textarea.form-control {
	    height: 90px;
	}
	.pc-btn {
	    padding: 10px 25px; 
	}
	.footer-social li a {
	    width: 45px;
	    height: 45px;
	    line-height: 42px;
	}
	footer .copyright {
	    margin-top: 0.5rem;
	}
	footer {
	    padding: 2rem 0;
	}
	.banner-info {
	    width: 100%;
	}
	.banner-wrap {
		min-height: 500px;
	}
	.productslist-area .list-wrap ul > li {
		padding-left: 25px;
	}
	.contact-info-wrap {
		min-height: 292px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1280px){
	h4, .h4 {
	    font-size: 17px;
	}
	.banner-wrap h1 {
	    font-size: 40px;
	}
	.contact-info-wrap {
        min-height: 315px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	body {
		font-size: 16px;
		line-height: 1.6;
	}
	.navbar-simple .navbar-nav .nav-link {
		padding: 0.4rem 1.1rem;
	}
	h2, .h2 {
	    font-size: 30px;
	}
	h3, .h3 {
	    font-size: 22px;
	}
	h4, .h4 {
	    font-size: 16px;
	}
	.container {
	    max-width: 99%;
	}
	.pc-btn {
	    padding: 10px 25px; 
	}
	.footer-social li a {
	    width: 45px;
	    height: 45px;
	    line-height: 42px;
	}
	footer .copyright {
	    margin-top: 0.5rem;
	}
	footer {
	    padding: 2rem 0;
	}
	.banner-info {
	    width: 100%;
	}
	.banner-wrap {
		min-height: 480px;
	}
	.productslist-area .list-wrap ul > li {
		padding-left: 25px;
	}
	.banner-wrap h1 {
		font-size: 38px;
	}
	.contact-info-wrap {
	    min-height: 230px;
        padding: 20px 15px;
        margin-top: 15px;
	}
	.contact-wrap .contact-top .col-lg-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	body {
		font-size: 16px;
	}
	a.call-top {
		position: absolute;
    	right: 110px;
	}
	.container {
	    max-width: 99%;
	}
	h2, .h2 {
	    font-size: 32px;
	}
	h3, .h3 {
	    font-size: 24px;
	}
	h4, .h4 {
	    font-size: 20px;
	}
	.pc-btn {
	    padding: 10px 25px; 
	}
	.footer-social li a {
	    width: 45px;
	    height: 45px;
	    line-height: 42px;
	}
	footer .copyright {
	    margin-top: 0.5rem;
	}
	footer {
	    padding: 2rem 0;
	}
	.form-control {
		padding: 0.5rem 0.5rem;
	}
	h1, .h1 {
	    font-size: 34px;
	}
	.banner-info {
	    width: 100%;
	}
	.banner-wrap {
		min-height: 450px;
	}
	.productslist-area .list-wrap ul > li {
		padding-left: 25px;
	}
	.contact-info-wrap {
	    min-height: auto;
	    margin-bottom: 15px;
	}
	.contact-top {
	    margin-bottom: 25px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.container {
	    max-width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	body {
		font-size: 16px;
		line-height: 1.6;
	}
	h1, .h1 {
	    font-size: 38px;
	}
	h2, .h2 {
	    font-size: 32px;
	}
	h3, .h3 {
	    font-size: 24px;
	}
	h4, .h4 {
	    font-size: 20px;
	}
	.side-menu p {
	    font-size: 16px;
	}
	.call_toaction {
		display: block;
	    position: fixed;
	    bottom: 0;
	    width: 100%;
	    z-index: 99999;
	    clear: both;
	}
	.call_toaction ul { 
	    display: flex;
	    list-style: none;
        justify-content: center;
        margin-bottom: 0;
        padding-inline-start: 0;
        margin-block-start: 0em;
		margin-block-end: 0em;
	}
	.call_toaction ul > li { 
		width: 50%;
		text-align: center;
	}
	.call_toaction ul > li:first-child a {
		background: #2a8802;
	    display: block;
	    color: #fff;
	    padding: 10px 0;
	}
	.call_toaction ul > li:last-child a {
		background: #16488a; 
	    display: block;
	    color: #fff;
	    padding: 10px 0; 
	}
	.call_toaction ul > li a i { 
		padding-right: 5px;
	}
	.call_toaction ul > li:last-child a i {
		font-weight: 600;
	}
	.call_toaction ul > li a {
		font-size: 20px;
	} 
	footer {
	    padding: 3rem 0 6rem;
	}
	.scroll-top-arrow {
		bottom: 60px;
    	right: 12px;
	}
	footer .copyright {
	    margin-top: 0.5rem;
	}
	a.call-top {
		display: none;
	}
	.banner-info {
	    width: 100%;
	}
	.banner-wrap {
		min-height: 400px;
	}
	.section-title.text-center {
	    margin-bottom: 15px;
	}
	.section-title {
	    margin-bottom: 10px;
	}
	.contact-info-wrap {
	    padding: 20px 15px;
	    min-height: auto;
	    margin-bottom: 30px;
	}
	.contact-top {
	    margin-bottom: 10px;
	}
	.contact-form {
	    margin-bottom: 30px;
	}
}
@media only screen and (max-width: 575px) {
	.navbar {
	    padding: 2px 15px;
	}
	h2, .h2 {
	    font-size: 28px;
	}
	h3, .h3, .entry-title > h3 {
	    font-size: 24px;
	}
	h4, .h4 {
	    font-size: 20px;
	}
	.sidemenu_btn {
		margin-right: 0;
	}
	.banner-wrap h1 {
		font-size: 30px;
	}
	.banner-wrap {
	    min-height: 300px;
	}
	.productslist-area .list-wrap ul > li {
		padding-left: 25px;
	}
}
@media only screen and (max-width: 480px) {
	header a.logo img {
	    max-width: 220px;
	}
	.banner-wrap h1 {
	    font-size: 22px;
	}
	.banner-wrap h2 {
		font-size: 26px;
	}
	.banner-wrap {
	    min-height: 270px;
	}
}
@media only screen and (max-width: 393px) {
	h1, .h1 {
	    font-size: 34px;
	}
	h2, .h2 {
	    font-size: 26px;
	}
	h3, .h3 {
	    font-size: 22px;
	}
	h4, .h4 {
	    font-size: 20px;
	}
}
@media only screen and (max-width: 360px) {
	body {
	    font-size: 15px;
	}
	h1, .h1 {
	    font-size: 28px;
	}
	.banner-wrap h1 {
	    font-size: 20px;
	}
	.banner-wrap {
    	min-height: 245px;
	}
}