body {
	margin: 0 auto;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 24px;
	color: #363636;
	background-color: #fff;
}

.wrapper {
	max-width: 1440px;
	padding: 0 30px;
	margin: 0 auto;
}

.logo {
	max-width: 392px;
	text-align: left;
}

.logo img {
	width: 100%;
}
.heading{
    padding: 100px 0;
    min-height: 60vh;
}
.heading h2 {
    font-size: 68px;
    text-align: center;
    font-weight: 100;
    
}
.product-block {
	background-color: #f1f1f1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
	padding: 60px 50px 60px;
	margin-bottom: 25px;
}

.product-image img,
.product-logo img,
.maser-logo img,
.certification-img img {
	width: 100%;
	display: block;
}

.product-info .know-more-btn {
	padding-top: 30px;
}

.product-logo {
	width: 220px;
	margin-bottom: 35px;
}

.product-logo.ledus-logo {
	width: 150px;
}

.middle-content-block {
	padding: 6% 0;
}

.product-info .know-more-btn a, .certification-btn a {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	background-color: #2d2e2e;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	padding: 11px 25px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.product-info .know-more-btn a:hover, .certification-btn a:hover {
	background-color: #00aeef;
	-webkit-box-shadow: 1px 6px 23px -1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 6px 23px -1px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 6px 23px -1px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 1px 6px 23px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 6px 23px -1px rgba(0, 0, 0, 0.3);
}
sup.wh {
    bottom: 1.5ex;
    font-size: 50%;
}

/*Certification*/

.certification-block {
	text-align: center;
	padding: 40px 0 75px;
}

.certification-btn a {
	margin: 0 auto;
}

.maser-logo {
	max-width: 450px;
	padding: 0 20px;
	margin: 0 auto;
}


/*footer*/

footer {
	background-color: #263238;
	color: #fff;
}

.adress-block {
	padding: 50px 0 0;
}

.adress-block h2,
.contact-form h2 {
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 20px;
	font-weight: 600;
}

.adress-block p {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 15px;
	font-weight: 300;
}

.adress-block p span {
	padding-left: 60px;
}
.adress-block .col-md-6 p:last-child {
	padding-bottom: 40px;
}
.adress-block a {
	color: #fff;
	text-decoration: none;
}

.adress-block a:hover {
	color: #03b7ed;
}

.contact-form {
	padding: 50px 0 40px;
}

.bottom-footer {
	font-size: 14px;
	color: #fff;
	background-color: #1b2327;
	padding: 25px 0;
	text-align: center;
}


/* form css */

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #464646;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #464646;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #464646;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #464646;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	outline: 0;
}

.contact-form button {
	outline: 0;
}

.contact-form input,
.contact-form textarea {
	border: 1px solid #cdcccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	color: #5b5a5a;
	font-size: 16px;
}

.contact-form {
	padding: 50px 0;
}

.contact-form input {
	height: 45px;
}

.contact-form textarea {
	height: 140px;
	resize: vertical;
}

.default-btn {
	color: #fff;
	border: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	width: 150px;
	height: 45px;
	background-color: #00aeef;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	display: block;
	text-align: center;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.default-btn:hover {
	background-color: #fff;
	color: #00aeef;
	-webkit-box-shadow: 1px 6px 23px -1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 6px 23px -1px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 1px 6px 23px -1px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 1px 6px 23px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 6px 23px -1px rgba(0, 0, 0, 0.3);
}

.default-btn:active,
.default-btn:focus {
	background-color: #fff;
	color: #00aeef;
}

.contact-form .error {
	color: #ea0909;
	font-size: 16px;
}

.success-msg {
	text-align: center;
	margin: 0;
	font-size: 26px;
	color: #fff;
	line-height: 39px;
	border: 1px solid #eee;
	padding: 60px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}
.map-block .map-canvas {
    width: 100%;
    height: 450px;
}

.padding-3 {
	padding: 3% 0;
}

.padding-2 {
	padding: 2% 0;
}



/*Responsive css*/

@media only screen and (min-width: 1681px) {
	.map-block .map-canvas {
    width: 100%;
    height: 500px;
}
}

@media only screen and (max-width: 1280px) {
	.logo {
		max-width: 330px;
	}
	.product-logo {
		width: 200px;
		margin-bottom: 30px;
	}
	.product-logo.ledus-logo {
		width: 130px;
	}
	.middle-content-block {
		padding: 4% 0;
	}
	.product-discription {
		font-size: 20px;
	}
	.product-info .know-more-btn a {
		font-size: 18px;
	}
	.certification-btn a {
		font-size: 18px;
	}
	.default-btn {
		width: 145px;
		font-size: 18px;
	}
	.padding-2 {
    padding: 1% 0;
}
}

@media only screen and (max-width: 1080px) {
	.middle-content-block {
		padding: 0;
	}
	.padding-2 {
    padding: 0 0 1%;
}
}

@media only screen and (max-width: 991px) {
	.product-discription {
		font-size: 18px;
	}
	.padding-3 {
    padding: 2% 0;
}
}

@media only screen and (max-width: 767px) {
	.product-logo {
		width: 160px;
		margin: 35px auto 25px;
	}
	.product-logo.ledus-logo {
		width: 120px;
	}
	.product-image img {
		width: 80%;
		margin: 0 auto;
	}
	.product-discription {
		font-size: 17px;
		text-align: center;
	}
	.product-info .know-more-btn a {
		font-size: 16px;
		padding: 9px 20px;
	}
	.product-info .know-more-btn {
		text-align: center;
		padding-top: 20px;
	}
	.certification-block {
		padding: 20px 0 55px;
	}
	.certification-btn a {
		padding: 9px 20px;
	}
	.maser-logo {
		max-width: 360px;
	}
	.adress-block {
		padding: 40px 0 0;
	}
	.adress-block h2,
	.contact-form h2 {
		font-size: 20px;
		line-height: 20px;
		margin: 0 0 15px;
	}
	.adress-block p {
		font-size: 15px;
		line-height: 21px;
		margin: 0 0 10px;
	}
	.contact-form {
		padding: 0 0 40px;
	}
	.bottom-footer {
		font-size: 12px;
		padding: 18px 0;
	}
	.success-msg {
		font-size: 24px;
		line-height: 36px;
		padding: 45px 30px;
	}
	.map-block .map-canvas {
    height: 300px;
}
	.padding-3 {
    padding: 0;
}
}

@media only screen and (max-width: 640px) {
	.product-block {
		padding: 50px 30px 50px;
	}
}

@media only screen and (max-width: 480px) {
	.product-block {
		padding: 30px 20px 45px;
	}
	.product-discription {
		font-size: 15px;
	}
	.certification-btn a {
		font-size: 15px;
		display: block;
		max-width: 300px;
	}
	.adress-block p {
		font-size: 15px;
		line-height: 20px;
	}
	.contact-form input {
		height: 40px;
	}
	.contact-form input,
	.contact-form textarea {
		padding: 12px;
		font-size: 15px;
	}
	.contact-form .error {
		font-size: 15px;
	}
	.default-btn {
		width: 130px;
		font-size: 16px;
		height: 40px;
	}
}