@media screen and (min-width: 1440px) {
body .section-top {
    max-width: 1315px;
    margin: 0 auto!important;
}

}

@media screen and (max-width: 1340px) and (min-width: 1201px) {
body .section-top {
    padding-top: 100px;
}
body .section-top h2 {
    margin-bottom: 30px;
        font-size: 20px!important;
}
body .section-top .wpb_wrapper p {
    margin: 0 auto 25px!important;
    font-size: 14px;
 }
 body .section-top h3 {
    font-size: 16px!important;
    margin-bottom: 0px;
}
body .section-top img {
    height: 190px;
    width: 100%;
}

}

@media screen and (max-width: 1200px) and (min-width: 1024px) {
	body .section-top {
    	padding-top: 90px;
	}
	body .section-top h2 {
    	margin-bottom: 25px;
	}
	body .section-top .wpb_wrapper p {
    	margin: 0 auto 10px!important;
	}
	body .top-btn {
    	display: block!important;
	}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
body .top-btn {
    display: none;
}
body .section-top h2:before {
    left: 0;
    width: 160px;
}
body .section-top h2:after {
	  right: 0;
    width: 160px;
}

}
@media screen and (max-width: 767px) and (min-width: 280px) {

.top-btn, .section-top h2:before, .section-top h2:after {
    display: none;
}
body .section-top {
    padding-top: 85px;
}
body .section-top h3 {
    font-size: 16px!important;
    margin-bottom: 0px;
}
body .section-top h2 {
    font-size: 30px!important;
    margin-bottom: 10px;
}
body .section-top .wpb_wrapper p {
    max-width: 100%;
    margin: 0 auto 25px!important;
    font-size: 14px;
    line-height: normal;
}
body .f-copyright p {
    font-size: 16px;
    text-align: center;
}
body .f-copyright ul li:first-child {
    margin-left: 0px;
}
body .f-copyright ul {
    text-align: center;
}
body .f-copyright {
    max-width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
}

}