body {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'robotobold';
	src: url('../fonts/roboto-bold-webfont.eot');
	src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-bold-webfont.woff2') format('woff2'), url('../fonts/roboto-bold-webfont.woff') format('woff'), url('../fonts/roboto-bold-webfont.ttf') format('truetype'), url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robotoregular';
	src: url('../fonts/roboto-regular-webfont.eot');
	src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff'), url('../fonts/roboto-regular-webfont.ttf') format('truetype'), url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}



.mwa-wrapper{
/*	background: url('../img/main-bg.jpg') no-repeat center; */
    background: #ffffff;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}

.mwa-wrapper-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: rgba(255,255,255,0.95);
	height: 100%;
}

.mwa-wrapper-inner{
	position: relative;
	z-index: 1;
}

.mwa-wrapper * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.mwa-wrapper img {
	max-width: 100%;
}

.mwa-transition {
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.mwa-wrapper {
	width: 100%;
}

.mwa-page-container {
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}

.mwa-clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.mwa-clearfix {
	display: inline-block;
}

* html .mwa-clearfix {
	height: 1%;
}

.mwa-clearfix {
	display: block;
}

.mwa-template-row::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .mwa-page-container {
	height: 1%;
}

.mwa-page-container {
	display: block;
}

.mwa-page-container::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.mwa-template-row {
	display: inline-block;
}

* html .mwa-template-row {
	height: 1%;
}

.mwa-template-row {
	display: block;
	margin: 0 -15px;
}

.mwa-col-1, 
.mwa-col-2, 
.mwa-col-3, 
.mwa-col-4, 
.mwa-col-5, 
.mwa-col-6, 
.mwa-col-7, 
.mwa-col-8, 
.mwa-col-9, 
.mwa-col-10, 
.mwa-col-11, 
.mwa-col-12 {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}

.mwa-col-1 {
	width: 8.33333333%;
}

.mwa-col-2 {
	width: 16.66666667%;
}

.mwa-col-3 {
	width: 25%;
}

.mwa-col-4 {
	width: 33.33333333%;
}

.mwa-col-5 {
	width: 42%;
}

.mwa-col-6 {
	width: 50%;
}

.mwa-col-7 {
	width: 58%;
}

.mwa-col-8 {
	width: 66.66666667%;
}

.mwa-col-9 {
	width: 75%;
}

.mwa-col-10 {
	width: 83.33333333%;
}

.mwa-col-11 {
	width: 91.66666667%;
}

.mwa-col-12 {
	width: 100%;
}

.mwa-page-template-header{
	width: 100%;
    padding: 15px 0;
    background: #F5F3EF;
}

.mwa-template-logo{
	font-family: 'robotoregular';
	color: #fff;
	float: left;
	font-size: 24px;
}

.mwa-template-logo img{
	max-width: 200px;
	display: block;
	max-height: 35px;
}

.mwa-call-us{
	float: right;
	color: #000000;
	font-size: 22px;
	font-family: 'robotobold';
}

.mwa-call-us a {
    color: #00CA94;
    text-decoration: none;
}

.mwa-page-section{
	width: 100%;
    padding-bottom: 80px;
    min-height:85.2vh;
    padding-top: 0;
}

.mwa-page-section h1{
	text-align: center;
    color: #000000;
    font-size: 2.2vw;
    line-height: normal;
    margin: 20px 0;
    padding: 3.6vw 10px 2.8vw;
    font-family: 'Vesper Libre', serif;
    font-weight: 400;
}

.mwa-page-section p{
	color: #000000;
    font-size: 17px;
    margin: 0 0 20px 0;
    letter-spacing: 0.2px;
    line-height: 25px;
    font-family: 'Nunito', sans-serif
}

.mwa-page-section p.highlight {
    color: #00CA94;
    font-weight: bold;
    text-decoration: underline;
}


.mwa-page-section h2{
	font-size: 24px;
	color: #e10a3d;
	font-family: 'robotobold';
	margin:0 0 20px 0;
}

.mwa-page-section-image{
	margin-top: 20px;
	position: relative;

}

.mwa-page-section-left,
.mwa-page-section-right{
	padding-right:55px;
	padding-left:55px;
}

.mwa-page-section-left ul {
    list-style: disc;
    padding: 0 0 0 20px;
    margin: 0 0 20px 0;
    font-family: 'robotoregular';
}
.mwa-page-section-left ul li {
    color: #000000;
    font-size: 18px;
    line-height: 28px;     
    list-style: disc;
    margin: 0 0 5px 0;
}

.mwa-page-section-carousel {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 14px 57px 14px 55px;
}

.mwa-page-section-carousel .owl-theme .owl-nav.disabled+.owl-dots{
	margin-top: 40px;
}

.mwa-page-section-carousel .owl-theme .owl-dots .owl-dot:focus{
	outline: none;
}
.mwa-page-footer a{
	color: #fff;
	margin: 0 3px;
	text-decoration: none;
}
.mwa-page-footer a:hover{
	color: #fff;
	text-decoration: underline;
}

.mwa-page-section .mwa-template-row{
	margin-top: 33px;
}

.mwa-page-form .mwa-form-container{
	max-width: 100% !important;
	padding: 0 !important;
}

.mwa-page-form input[type=text].mwa-field{
    height: 48px;
    font-weight: normal;
    color: #202020 !important;
    font-size: 15px;
    border: 1px solid #c7c7c7;
    background: #F5F5F5;
    font-family: 'Nunito', serif;
    border-radius: 0;
    box-shadow: none;
}

.mwa-page-form .mwa-heading-text{
    display: none;
	font-size: 30px;
    color:#ea5c38 !important;
    font-family: 'robotobold';
    margin:0 0 25px 0;
    text-align: left !important;
    line-height: 36px;
    padding: 0!important;
}

.mwa-page-form input[type=text].mwa-field:focus{
	outline: none;
	border: none;
}

.mwa-page-form .mwa-field-form li{
	margin: 0 0 20px 0 !important;
}

.mwa-page-form .mwa-btn{
	height: 54px;
	border: 1px solid rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    font-size: 21px;
	border-radius: 0;
	background: #008000!important;
	width: 100%;
	font-family: 'Vesper Libre', Serif;
	background: #00CA93!important;
	text-transform: Capitalize;
	padding: 10px;
}

.mwa-page-form .mwa-btn-main{
	padding: 6px 0 0;
}

.mwa-page-form .mwa-btn:hover{
	background: #01dea5!important;
}

.mwa-page-form .mwa-btn:focus{
	outline: none;
}

.mwa-page-form .mwa-field-form li .mwa-error{
	font-family: 'Nunito', Serif;
	color: Red!important;
}

.mwa-page-footer{
	text-align: center;
	color: #fff;
	background: #101010;
	padding:15px 0;
	font-family: 'robotoregular';
	font-size: 14px;
}

.mwa-page-form .mwa-field-form li.gdpr-inline p{
	font-size: 14px;
	color: #000000 !important;
	font-family: 'Nunito', Serif;
	text-align: left;
	font-weight: normal;
	margin: 0 0 15px 0;
	line-height:26px;
}

.mwa-page-form .mwa-field-form li.gdpr-inline p a{
	color: inherit !important;
	text-decoration: underline;
	margin:0;
}

.mwa-page-form .mwa-field-form li.gdpr-inline .roi-gdpr-main{
	width: 100%;
}

.mwa-page-form .roi-gdpr-main .mwa-row [type="checkbox"]{
	top: 5px;
}

.mwa-page-form .mwa-field-form li .mwa-error{
	display: block;
	text-align: left;
}


.mwa-page-form .mwa-field-form li.gdpr-inline label{
	color: #000000 !important;
	font-family: 'Nunito', Serif;
	font-size: 14px;
	font-weight: normal;
}

.mwa-page-form .competitor-url-container a {
    color: #00ca94 !important;
}
.mwa-page-form .competitor-url-container a {
    text-decoration: none;
    font-size: 18px;
    font-family: 'Nunito', serif;
    font-weight: bold;
    margin-top: 20px;
    display: block;
}

.mwa-page-form  .competitor-field-outer .mwa-competitor-remove{
    top: 0;
    height: 48px;
    line-height: 48px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #cfcfcf;
    border-radius: 0;
}


.mwa-page-section .mwa-form{ margin: 0 !important; width: 100% !important; background: none !important; }
.mwa-page-section .mwa-form #mwa-form-container{ padding: 0 !important; }

.widget-preview-bg-full {display: none;}
.wizard-content-right [type="checkbox"]:checked + label::after{ display: none; }

/* Media Css */

@media screen and (max-width:1199px){
	.mwa-page-container{
		max-width: 890px;
	}
	.mwa-page-section-left, .mwa-page-section-right{
		padding-right: 15px;
		padding-left: 15px;
	}
	.mwa-page-section-carousel{
		padding: 13px 50px 14px 48px;
	}
	.mwa-page-form .mwa-heading-text{
		font-size: 28px;
	}
}

@media screen and (max-width:991px){
	.mwa-page-form .mwa-heading-text{
		font-size: 23px;
		margin: 0 0 13px 0;
	}
	.mwa-page-section-carousel{
		padding: 10px 41px 14px 40px;
	}
	.mwa-page-container{
		max-width: 750px;
	}
	.mwa-page-section h1{
		font-size: 40px;
	}
	.mwa-page-form .mwa-btn{
		font-size: 18px;
	}
}

@media screen and (max-width:767px){
	.mwa-page-section-carousel {
	    padding: 13px 53px 14px 51px;
	}
	.mwa-col-1, .mwa-col-2, .mwa-col-3, .mwa-col-4, .mwa-col-5, .mwa-col-6, .mwa-col-7, .mwa-col-8, .mwa-col-9, .mwa-col-10, .mwa-col-11, .mwa-col-12{
		width: 100%;
	}
	.mwa-page-form .mwa-btn{
		font-size: 15px;
	}
	.mwa-page-section-image{
		text-align: center;
		padding-bottom: 20px;
	}
	.mwa-stacked .mwa-heading-text{
		text-align: center !important;
	}
	.mwa-page-section .mwa-template-row{
		margin-top: 25px;
	}
	.mwa-page-container{
		max-width: 470px;
		width: 100%;
	}

	.mwa-page-form .mwa-heading-text{
		font-size: 24px;
	}
	.mwa-page-section{
		padding-top: 0;
		padding-bottom: 25px;
	}
	.mwa-template-logo img{
		max-width: 138px;
	}
	.mwa-template-logo img{
		display: inline-block;
	}
	.mwa-call-us{
		font-size: 18px;
		padding-top: 6px;
	}
	.mwa-hide-mob{
		display: none;
	}

	.mwa-page-section h1{
		font-size: 40px;
		line-height: 8.3vw;
	}
	.mwa-page-section-image{
		display: none;
	}
	.mwa-page-template-header {
	    width: 100%;
	    padding: 15px 0 8px 0;
	 
	    margin-bottom: 20px;
	}
	.mwa-page-footer{
		line-height: 18px;
		font-size: 12px;
	}
	.mwa-page-footer a{
		display: inline-block;
	}
	.mwa-page-form .mwa-heading-text {
	    font-size: 28px;
	    margin-bottom: 15px;
	}
	.mwa-page-section p{
		font-size: 16px;
	}
}

@media screen and (max-width:479px){
	.mwa-page-section .mwa-template-row{
		margin-top: 15px;
	}
	.mwa-page-form .mwa-heading-text{
		line-height: normal;
		font-size: 19px;
	}
	.mwa-page-section-image {
	    max-width: 290px;
	    width: 100%;
	    margin: 0 auto;
	}
	.mwa-page-section-carousel {
	    padding: 9px 35px 14px 34px;
	}
	.mwa-page-section h1 {
	    font-size: 32px;
	}
	.mwa-page-section p{
		font-size: 15px;
	}
}