body {
	background: #fff none repeat scroll 0 0;
	margin: 0 auto;
}
input:focus, select:focus {
	outline: none !important;
}
a:focus {
	outline: none !important;
}
header {
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	position: absolute;
	width: 100%;
	z-index: 9;
}
.top-bar {
	background: #2e2929 none repeat scroll 0 0;
}
.top-address {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	margin-top: 13px;
	padding: 0;
}
.top-address .fa {
	color: #118397;
	font-size: 17px;
}
.call-mail {
	margin-top: 13px;
	padding: 0;
}
.top-call {
	float: left;
}
.top-call a {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.top-call a:hover {
	color: #118397;
}
.top-mail {
	float: right;
}
.top-mail a {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.top-mail a:hover {
	color: #118397;
}
.call-mail .fa {
	color: #118397;
	font-size: 17px;
}
.social-quote {
	padding-right: 0;
}
.top-social {
	float: left;
	margin-top: 13px;
}
.top-social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.top-social ul li {
	float: left;
	margin-right: 10px;
}
.top-social ul li .fa {
	color: #989da0;
	font-size: 24px;
}
.get-quote {
	background: #000 none repeat scroll 0 0;
	color: #fff;
	float: right;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-weight: 800;
	padding: 10px 35px;
}
.get-quote .fa {
	color: #118397;
	font-size: 26px;
}
.logo {
	padding: 25px 0 30px 0;
}
.logo a {
	color: #2e2929;
	font-family: "Lato", sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.logo a:hover {
	color: #2e2929;
}
.big-blue-text {
	color: #2092a6;
	font-size: 30px;
	font-weight: 700;
	line-height: 55px;
	margin-left: -1px;
}
.menu {
	background: -moz-linear-gradient(top, rgba(53,167,187,1) 0%, rgba(18,132,152,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(53,167,187,1)), color-stop(100%, rgba(18,132,152,1)));
	background: -webkit-linear-gradient(top, rgba(53,167,187,1) 0%, rgba(18,132,152,1) 100%);
	background: -o-linear-gradient(top, rgba(53,167,187,1) 0%, rgba(18,132,152,1) 100%);
	background: -ms-linear-gradient(top, rgba(53,167,187,1) 0%, rgba(18,132,152,1) 100%);
	background: linear-gradient(to bottom, rgba(53,167,187,1) 0%, rgba(18,132,152,1) 100%);
}
/*.menu ul {

	list-style-type: none;

	margin: 0;

	padding: 0;

}

.menu ul li {

	float: left;

	height: 65px;

	line-height: 65px;

}

.menu ul li a {

	color: #fff;

	font-family: "Lato", sans-serif;

	font-size: 17px;

	font-weight: 600;

	padding: 0 13px 18px;

	text-decoration: none;

	text-transform: uppercase;

}

.menu ul li a:hover, .menu ul li.active a {

	border-bottom: 4px solid #2e2929;

	color: #000;

}*/

.banner {
	position: relative;
}
.ms-slide-info {
	position: absolute;
	right: 0 !important;
	top: 54% !important;
	width: 41% !important;
}
.banner-text-area {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	padding: 6px 85px 20px 30px;
}
.banner-heading {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 49px;
	font-weight: 800;
	line-height: 55px;
	text-shadow: 2px 2px #000;
}
.banner-details-heading {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 40px;
	text-transform: uppercase;
	text-shadow: 2px 2px #000;
}
.banner-details {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 22px;
	margin-top: 5px;
	text-align: justify;
	text-shadow: 2px 1px #000;
}
.banner-btn {
	margin-right: 85px;
	margin-top: 2%;
	text-align: right;
}
.banner-btn a {
	background: -moz-linear-gradient(top, rgba(53,167,187,1) 0%, rgba(18,132,152,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(53,167,187,1)), color-stop(100%, rgba(18,132,152,1)));
	background: -webkit-linear-gradient(top, rgba(53,167,187,1) 0%, rgba(18,132,152,1) 100%);
	background: -o-linear-gradient(top, rgba(53,167,187,1) 0%, rgba(18,132,152,1) 100%);
	background: -ms-linear-gradient(top, rgba(53,167,187,1) 0%, rgba(18,132,152,1) 100%);
	background: linear-gradient(to bottom, rgba(53,167,187,1) 0%, rgba(18,132,152,1) 100%);
	color: #fff;
	display: inline-block;
	font-family: "Lato", sans-serif;
	font-size: 15px;
	font-weight: 800;
	padding: 15px 25px 11px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
.banner-btn a:hover {
	color: #454545;
}
.banner-btn .fa {
	color: #454545;
	float: left;
	font-size: 19px;
	line-height: 22px;
}
.banner-bottom {
	bottom: -20px;
	left: 8%;
	position: absolute;
	width: 370px;
}
.banner-bottom-left {
	background: #2e2929 none repeat scroll 0 0;
	float: left;
	height: 100px;
	padding: 20px 15px;
	text-align: center;
	width: 100px;
}
.banner-bottom-left .fa {
	color: #fff;
	font-size: 80px;
	line-height: 60px;
}
.banner-bottom-right {
	background: -moz-linear-gradient(top, rgba(53,167,187,1) 0%, rgba(18,132,152,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(53,167,187,1)), color-stop(100%, rgba(18,132,152,1)));
	background: -webkit-linear-gradient(top, rgba(53,167,187,1) 0%, rgba(18,132,152,1) 100%);
	background: -o-linear-gradient(top, rgba(53,167,187,1) 0%, rgba(18,132,152,1) 100%);
	background: -ms-linear-gradient(top, rgba(53,167,187,1) 0%, rgba(18,132,152,1) 100%);
	background: linear-gradient(to bottom, rgba(53,167,187,1) 0%, rgba(18,132,152,1) 100%);
	float: left;
	height: 100px;
	padding: 15px 20px;
	width: 270px;
}
.banner-bottom-heading {
	color: #454545;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 22px;
}
.white-bold-text {
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
}
.banner-bottom-no a {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 31px;
	font-weight: 800;
	line-height: 30px;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.banner-bottom-no a:hover {
	color: #454545;
}
.home-mid-part {
	margin: 2% 0;
	padding: 0 10px;
}
.home-mid-content {
	overflow: hidden;
	padding: 4% 0 2%;
}
.home-mid-content-details {
	color: #000;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 2%;
	text-align: center;
}
.home-mid-content-flr-grinder-heading {
	color: #231f20;
	font-family: "Lato", sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 23px;
	margin-bottom: 2%;
}
.blue-text {
	color: #118397;
	font-weight: 900;
	text-transform: uppercase;
}
.home-mid-content-flr-grinder {
	color: #000;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 30px;
	margin-top: 1%;
	text-align: justify;
}
.home-mid-content-flr-grinder ul {
	list-style-type: none;
	margin: 1% 0;
	padding: 0;
}
.home-mid-content-flr-grinder ul li .fa {
	color: #118397;
	font-size: 24px;
	margin-right: 15px;
}
.home-mid-part-inside-content {
	background: #118397 none repeat scroll 0 0;
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 15px;
	line-height: 20px;
	padding: 15px 0;
	text-align: center;
}
.home-mid-part:hover .home-mid-part-inside-content {
	background: #2e2929 none repeat scroll 0 0;
}
.home-service-part {
	overflow: hidden;
	padding: 2% 0 3%;
}
.home-service-part-left-heading {
	border-left: 4px solid #118397;
	color: #231f20;
	font-family: "Lato", sans-serif;
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 5%;
	padding-left: 10px;
}
.bold-black-text {
	font-size: 25px;
	font-weight: 800;
	text-transform: uppercase;
}
.home-service-item {
}
.home-service-item ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.home-service-item ul li {
	color: #231f20;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	margin-bottom: 2%;
}
.home-service-item ul li .fa {
	color: #118397;
	font-size: 24px;
	margin-right: 2%;
}
.home-service-part-right {
	padding: 0;
}
.home-service-part-right img {
	border: 1px solid #000;
}
.home-ensure-part {
	background: #118397 none repeat scroll 0 0;
	overflow: hidden;
	padding: 2% 0;
}
.home-ensure-part-heading {
	color: #231f20;
	font-family: "Lato", sans-serif;
	font-size: 24px;
	text-align: center;
}
.home-ensure-part-details {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 32px;
	line-height: 55px;
	text-align: center;
}
.bold-text {
	font-weight: 800;
}
.home-ensure-part-details .bold-text a {
	color: #fff;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.home-ensure-part-details .bold-text a:hover {
	color: #231f20;
}
.footer-top {
	background: rgba(0, 0, 0, 0) url("../images/footer-top-bg.jpg") no-repeat fixed 0 0 / cover;
	padding: 3% 0;
}
.footer-top-icon {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	float: left;
	height: 100px;
	width: 100px;
}
.footer-top-icon img {
	margin: 30px auto 0;
}
.footer-top-right-text-heading {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 14px;
}
.footer-top-right-text-details {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 14px;
}
.footer-top-right-text-details .bold-text {
	font-size: 16px;
}
.footer-top-right-text {
	background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
	float: left;
	height: 100px;
	padding: 15px 25px;
	width: 385px;
}
.footer-top-right {
	padding-left: 70px;
}
.footer-top-right-text-details .bold-text a {
	color: #fff;
	text-decoration: none;
}
.footer-top-right-text-details .bold-text a:hover {
	color: #fff;
}
.footer-bottom {
	background: #0e0e0e none repeat scroll 0 0;
	padding: 1% 0;
}
.footer-menu {
	border-bottom: 1px solid #118397;
	margin-bottom: 1%;
	overflow: hidden;
	padding-bottom: 20px;
}
.footer-menu ul {
	list-style-type: none;
	margin: 5px auto 0;
	padding: 0;
	width: 80%;
}
.footer-menu ul li {
	float: left;
	margin: 0 15px;
}
.footer-menu ul li a {
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
.footer-menu ul li a:hover {
	color: #118397;
}
.footer-social-text {
	color: #fff;
	float: left;
	font-family: "Lato", sans-serif;
	font-size: 25px;
	font-weight: 800;
	line-height: 30px;
	margin-right: 25px;
	text-transform: uppercase;
}
.footer-social {
	border-left: 5px solid #118397;
	float: left;
	line-height: 15px;
	margin-top: 6px;
}
.footer-social ul {
	list-style-type: none;
	margin: 5px 0 0;
	padding: 0;
}
.footer-social ul li {
	float: left;
	margin-right: 10px;
}
.footer-social ul li .fa {
	color: #989da0;
	font-size: 24px;
}
.copyright {
	color: #fff;
	float: right;
	font-family: "Lato", sans-serif;
	font-size: 13px;
	padding: 0 0 0 70px;
}
.copyright .bold-text {
	color: #118397;
	font-weight: 600;
}
.copyright a {
	color: #118397;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.copyright a:hover {
	color: #fff;
}
.entry-header {
	max-width: 100% !important;
	padding: 0 !important;
}
.entry-content {
	max-width: 100% !important;
	padding: 0 !important;
}
.entry-title {
	left: 8%;
	position: absolute;
	top: 420px;
}
.inner-banner img {
	width: 100%;
}
.inner-area {
	margin: 2% auto 0;
	overflow: hidden;
	width: 84%;
}
.sealers-details {
	color: #000;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 2%;
	text-align: justify;
}
.sealers-item {
}
.sealers-item ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sealers-item ul li {
	color: #231f20;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	margin-bottom: 3%;
}
.sealers-item ul li .fa {
	color: #118397;
	font-size: 24px;
	margin-right: 2%;
}
.oil-stain-left-heading {
	border-left: 4px solid #118397;
	color: #231f20;
	font-family: "Lato", sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2%;
	padding-left: 10px;
}
.oil-stain-left-details {
	color: #000;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 2%;
	text-align: justify;
}
.gum-removal-left {
	float: right;
	margin-top: 2%;
}
.gum-removal-left-heading {
	border-left: 4px solid #118397;
	color: #231f20;
	font-family: "Lato", sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2%;
	padding-left: 10px;
}
.gum-removal-left-details {
	color: #000;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 2%;
	text-align: justify;
}
.gum-removal-right {
	float: left;
	margin-top: 2%;
}
.grinding-left-heading {
	border-left: 4px solid #118397;
	color: #231f20;
	font-family: "Lato", sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2%;
	padding-left: 10px;
}
.grinding-left-details {
	color: #000;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 2%;
	text-align: justify;
}
.tile-removal-left {
	float: right;
	margin-top: 2%;
}
.tile-removal-left-heading {
	border-left: 4px solid #118397;
	color: #231f20;
	font-family: "Lato", sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2%;
	padding-left: 10px;
}
.tile-removal-left-item ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.tile-removal-left-item ul li {
	color: #231f20;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	margin-bottom: 3%;
}
.tile-removal-left-item ul li .fa {
	color: #118397;
	font-size: 24px;
	margin-right: 2%;
}
.tile-removal-left-details {
	color: #000;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 2%;
	text-align: justify;
}
.tile-removal-right {
	float: left;
	margin-top: 2%;
}
.concrete-polishing-left-heading {
	border-left: 4px solid #118397;
	color: #231f20;
	font-family: "Lato", sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2%;
	padding-left: 10px;
}
.concrete-polishing-left-details {
	color: #000;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 2%;
	text-align: justify;
}
.contact-heading {
	border-left: 4px solid #118397;
	color: #231f20;
	font-family: "Lato", sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5%;
	padding-left: 10px;
}
.contact-left {
	color: #000;
	font-family: "Lato", sans-serif;
	font-size: 17px;
	line-height: 30px;
}
.contact-left a {
	color: #000;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.contact-left a:hover {
	color: #118397;
}
.contact-left .fa {
	color: #118397;
	font-size: 20px;
	margin-right: 2%;
	width: 14px;
}
.contact-input {
	margin-bottom: 1%;
	padding: 0 1% 0 0;
}
.contact-input input {
	border: 1px solid #118397 !important;
	border-radius: 0 !important;
	color: #118397;
	font-family: "Lato", sans-serif;
	font-size: 14px !important;
	width: 100%;
}
.contact-textarea {
	margin-bottom: 1%;
	padding: 0 1% 0 0;
}
.contact-textarea textarea {
	border: 1px solid #118397 !important;
	border-radius: 0 !important;
	color: #118397;
	font-family: "Lato", sans-serif;
	font-size: 14px !important;
	height: 100px;
}
.contact-btn input {
	background: #118397 none repeat scroll 0 0 !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-family: "Lato", sans-serif;
	font-size: 18px !important;
	padding: 10px 35px !important;
	text-transform: none !important;
}
@media only screen and (max-width : 320px) {
.get-quote {
	font-size: 15px;
	margin-top: 10px;
	padding: 5px 8px;
}
.top-address {
	width: 90%;
}
.top-mail {
	float: left;
}
.logo {
	padding: 15px 0 20px;
}
.big-blue-text {
	font-size: 27px;
}
header {
	position: inherit;
}
.primary-navigation {
	padding-top: 0 !important;
}
.banner {
	height: 340px;
	position: relative;
}
.ms-slide-info {
	left: 0 !important;
	position: relative;
	top: 28% !important;
	width: 92% !important;
}
.banner-text-area {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	padding: 6px 15px;
}
.banner-heading {
	font-size: 20px;
	line-height: 40px;
}
.banner-details-heading {
	font-size: 18px;
}
.banner-bottom {
	bottom: -45px;
	left: 0;
	position: absolute;
	width: 100%;
}
.banner-bottom-left {
	padding: 20px 15px;
	width: 70px;
}
.banner-bottom-right {
	padding: 15px 20px;
	width: 248px;
}
.banner-bottom-heading {
	font-size: 16px;
	line-height: 22px;
}
.banner-bottom-no a {
	font-size: 24px;
	line-height: 30px;
}
.home-mid-content {
	overflow: inherit;
	padding: 16% 0 2%;
}
.home-mid-content-flr-grinder-heading {
	font-size: 26px;
	line-height: 33px;
}
.home-ensure-part-details {
	font-size: 22px;
	line-height: 35px;
}
.footer-top-icon {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	float: left;
	height: 45px;
	width: 45px;
}
.footer-top-icon img {
	margin: 10px auto 0;
	width: 70%;
}
.footer-top-right-text {
	background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
	float: left;
	height: 130px;
	padding: 8px 9px;
	width: 215px;
}
.footer-top-right {
	padding-left: 15px;
}
.footer-top-right-text-details .bold-text a {
	font-size: 10px;
}
.copyright {
	padding: 0;
}
.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a {
	border-bottom: none !important;
}
.footer-top-right .footer-top-right-text {
	height: 80px;
}
.footer-social-text {
	line-height: 45px;
}
.footer-menu ul {
	width: 100%;
}
.entry-title {
	font-size: 20px !important;
	line-height: 30px !important;
	top: 20px;
}
}
@media only screen and (min-width : 321px) and (max-width : 480px) {
.get-quote {
	font-size: 15px;
	margin-top: 10px;
	padding: 5px 8px;
}
.top-address {
	width: 90%;
}
.top-mail {
	float: left;
}
.top-call {
	float: left;
	margin-right: 5px;
}
.logo {
	padding: 15px 0 20px;
}
.big-blue-text {
	font-size: 28px;
}
header {
	position: inherit;
}
.content-area {
	padding-top: 0 !important;
}
.primary-navigation {
	padding-top: 0 !important;
}
.banner {
	height: 340px;
	position: relative;
}
.ms-slide-info {
	left: 0 !important;
	position: relative;
	top: 28% !important;
	width: 92% !important;
}
.banner-text-area {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	padding: 6px 15px;
}
.banner-heading {
	font-size: 22px;
	line-height: 40px;
}
.banner-details-heading {
	font-size: 20px;
}
.banner-bottom {
	bottom: -45px;
	left: 0;
	position: absolute;
	width: 100%;
}
.banner-bottom-left {
	padding: 20px 15px;
	width: 112px;
}
.banner-bottom-right {
	padding: 15px 20px;
	width: 248px;
}
.banner-bottom-heading {
	font-size: 16px;
	line-height: 22px;
}
.banner-bottom-no a {
	font-size: 24px;
	line-height: 30px;
}
.home-mid-content {
	overflow: inherit;
	padding: 16% 0 2%;
}
.home-mid-content-flr-grinder-heading {
	font-size: 25px;
	line-height: 33px;
}
.home-mid-part-inside img {
	width: 100%;
}
.home-ensure-part-details {
	font-size: 22px;
	line-height: 35px;
}
.footer-top-icon {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	float: left;
	height: 45px;
	width: 45px;
}
.footer-top-icon img {
	margin: 10px auto 0;
	width: 70%;
}
.footer-top-right-text {
	background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
	float: left;
	height: 130px;
	padding: 8px 9px;
	width: 255px;
}
.footer-top-right {
	padding-left: 15px;
}
.footer-top-right-text-details .bold-text a {
	font-size: 12px;
}
.copyright {
	padding: 0;
}
.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a {
	border-bottom: none !important;
}
.footer-top-right .footer-top-right-text {
	height: 80px;
}
.footer-social-text {
	line-height: 45px;
}
.footer-menu ul {
	width: 100%;
}
.entry-title {
	font-size: 20px !important;
	line-height: 30px !important;
	top: 20px;
}
}
 @media only screen and (min-width : 481px) and (max-width : 767px) {
.top-address {
	float: left;
	width: 40%;
}
.top-mail {
	float: left;
	margin-left: 13px;
}
.menu-toggle {
	margin-top: -87px !important;
}
.ms-slide-info {
	position: absolute;
	right: 0 !important;
	top: 38% !important;
	width: 59% !important;
}
.banner-heading {
	font-size: 20px;
	line-height: 40px;
}
.banner-details-heading {
	font-size: 18px;
}
.home-mid-content-flr-grinder-heading {
	line-height: 40px;
	margin-bottom: 2%;
}
.home-mid-part {
	float: left;
	margin: 2% 0;
	padding: 0 10px;
	width: 50%;
}
.home-mid-part img {
	width: 100%;
}
.primary-navigation {
	padding-top: 0 !important;
}
.footer-top-right {
	padding-left: 15px;
}
.entry-title {
	left: 8%;
	position: absolute;
	top: 155px;
}
.content-area {
	padding-top: 0 !important;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait)
{
.top-address {
    float: left;
    width: 45%;
}
.call-mail {
    float: left;
    overflow: hidden;
    width: 55%;
}
.top-mail {
    float: left;
    margin-left: 5%;
}
.social-quote {
    float: none;
    margin: 0 auto;
    overflow: hidden;
    width: 55%;
}
.menu-toggle {
    margin-top: -86px !important;
}
.logo {
    padding: 0 0 1%;
}
.primary-navigation {
    padding-top: 0 !important;
}
.primary-navigation.toggled-on {
    padding: 1% 0 !important;
}
.ms-slide-info {
    width: 60% !important;
}
.banner-heading {
    font-size: 26px;
}
.banner-details-heading {
    font-size: 24px;
}
.home-mid-content-flr-grinder-heading {
    font-size: 24px;
}
.home-mid-part img {
    width: 100%;
}
.home-service-part-right img {
    margin: 0 auto;
    width: 50%;
}
.home-ensure-part-details {
    line-height: 40px;
}
.footer-top-icon {
    height: 85px;
    width: 85px;
}
.footer-top-icon img {
    margin: 23px auto 0;
}
.footer-top-right-text {
    height: 85px;
    padding: 10px 15px;
    width: 245px;
}
.footer-top-right {
    padding-left: 15px;
}
.footer-top-right-text-details {
    font-size: 11px;
}
.footer-top-right-text-details .bold-text {
    font-size: 11px;
}
.footer-menu ul {
    overflow: hidden;
    width: 68%;
}
.entry-title {
    font-size: 22px;
    top: 230px;
}
.grinding-right {
    margin: 0 auto;
    width: 50%;
}
.tile-removal-left {
    float: left;
    width: 100%;
}
.concrete-polishing-right {
    margin: 0 auto;
    width: 50%;
}
.tile-removal-right {
    float: left;
    margin: 0 0 2% 23%;
    width: 50%;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape)
{
.top-address {
    width: 35%;
}
.call-mail {
    width: 35%;
}
.social-quote {
    width: 30%;
}
.get-quote {
    font-size: 14px;
    padding: 10px;
}
.logo {
    padding: 10px 0 15px;
}
.primary-navigation a {
    font-size: 13px !important;
}
.ms-slide-info {
    width: 55% !important;
}
.banner-text-area {
    padding: 25px 85px 30px 30px;
}
.banner-heading {
    font-size: 35px;
    line-height: 45px;
}
.banner-details-heading {
    font-size: 28px;
}
.home-mid-part-inside-content {
    font-size: 12px;
}
.home-ensure-part-details {
    font-size: 30px;
}
.footer-top-right-text {
    padding: 15px;
    width: 340px;
}
.footer-top-right {
    padding-left: 15px;
}
.footer-menu ul {
    width: 94%;
}
.footer-menu ul li {
    margin: 0 12px;
}
.footer-menu ul li a {
    font-size: 13px;
}
.copyright {
    padding: 0;
}
.entry-title {
	font-size: 24px;
    top: 325px;
}
}

@media screen and (min-width: 1424px)
{
.ms-slide-info {
    width: 50% !important;
}
.banner-heading {
    font-size: 42px;
}
.banner-btn {
    margin-right: 195px;
}
.banner-bottom {
    left: 13%;
}
.entry-title {
    left: 13%;
}
.inner-area {
    width: 76%;
}
}

@media screen and (min-width: 1624px)
{
.ms-slide-info {
    width: 50% !important;
}
.banner-heading {
    font-size: 42px;
}
.banner-btn {
    margin-right: 275px;
}
.banner-bottom {
    left: 17%;
}
.entry-title {
    left: 17%;
    top: 450px;
}
.inner-area {
    width: 68%;
}
}

@media screen and (min-width: 1920px)
{
.ms-slide-info {
    width: 50% !important;
}
.banner-heading {
    font-size: 42px;
}
.banner-btn {
    margin-right: 455px;
}
.banner-bottom {
    left: 22%;
}
.entry-title {
    left: 22%;
    top: 600px;
}
.inner-area {
    width: 56%;
}
}