/* md */
@media (max-width: 1199px){
   
}

/* sm */
@media (max-width: 991px) {
    .top-quote ul li.phone-tp a {
	    font-size: 1.2rem;
	}
	header .grn-btn{
		font-size: 1.15rem;
	}
	.hero-section h1 {
	    font-size: 3rem;
	}
	.register-form-wrapper {
	    margin-top: 40px;
	}
}

/* xs */
@media (max-width: 767px) {
    .hero-section h1 {
	    font-size: 2rem;
	}
	header .grn-btn {
	    display: none;
	}
	li.phone-tp {
	    display: none !important;
	}
	.top-quote ul li{
		margin-right: 0 !important;
	}
	header {
	    padding: 10px 0;
	    border-bottom: 1px solid #544f5f75;
	}
	.register-form-wrapper{
		padding: 20px;
	}
	.intro-box-seo h2{
		font-size: 2rem;
	}
	.intro-box-seo.bg-light p{
		margin-bottom: 15px;
	}
	.register-form-wrapper h3{
		font-size: 20px;
	}
	.seo-secvies-bg p{
		text-align: center;
	}
	.seo-secvies .seo-secvies-bg {
	    padding: 3rem 1rem;
	}
	.service-box:after {
	    content: '';
	    position: absolute;
	    right: 0;
	    width: 85%;
	    height: 1px;
	    background: #999;
	    bottom: 0;
	    left: 0;
	    margin: auto;
	    top: auto;
	}
	.inner-banner {
	    padding: 6rem 0 4rem;
	    text-align: center;
	}
	footer#footer {
	    text-align: center;
	}
	.footer-logo {
	    margin: 0 0 15px;
	}
	ul.social-network.with-text {
	    margin-top: 10px;
	    justify-content: center;
	}
	.register-form-wrapper{
		margin-top: 25px;
	}
	input.register-input, select.register-input {
	    width: 100%!important;
	    height: 40px!important;
	    padding: 9px 45px;
	    margin-bottom: 15px!important;
	    color: #555!important;
	    border: 1px solid #f1f1f1!important;
	    background-color: #f9f9f9!important;
	    font-size: 14px!important;
	    border-radius: 5px 5px 5px 5px!important;
	}
	input.name-input{
	    background: url('../images/input-user.png') no-repeat 13px 9px;
	}

	input.name-email{
	    background: url('../images/input-envelope.png') no-repeat 12px 9px;
	}

	select.register-input{
	    background: url('../images/input-select.png') no-repeat 12px 9px;
	}

	input.name-phone{
/*	    background: url('../images/phone.png') no-repeat 12px 9px;*/
	}

	textarea.name-message{
	    background: url('../images/input-envelope.png') no-repeat 12px 15px;
	}
	input.register-submit{
		padding: 10px 0;
	}
	.footer .footer-main {
	    padding: 50px 0;
	}
	.hero-section p{
		margin-top: 15px;
	}
	.portfolio ul a {
	    width: 33.3%;
	}
	.intro-box-seo.bg-light .border{
		margin: 8px 0;
	}
}

/* XS Portrait */
@media (max-width: 480px) {
    .mobi_call {
	    position: fixed;
	    bottom: 0;
	    text-align: center;
	    background: #86c443;
	    width: 100%;
	    z-index: 88;
	    display: block !important;
	}
	.mobi_call a:first-child {
	    border-right: 1px solid #fff;
	}
	.mobi_call a {
	    padding: 8px 18px;
	    font-size: 16px;
	    color: #fff;
	    display: inline-block;
	}
	.GooglePartner {
	    bottom: 40px;
	    left: 0;
	    width: 100px;
	}
	.clients ul li {
	    max-width: 22%;
	    flex: 0 0 22%;
	}
	img.logoimg {
    width: 80px;
}
.top-quote ul li {
    margin-left: 5px;
}
}