a, a:focus, a:hover {
	text-decoration:none
}
*, body, img {
	margin:0;
	padding:0
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin:0;
	padding:0;
	border:0;
	font:inherit
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:after, blockquote:before, q:after, q:before {
	content:'';
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
* {
	box-sizing:border-box
}
a {
	outline:0;
	border:none;
}
a:focus {
	outline:0;
	border:none;
}
a:hover {
	outline:0;
	border:none;
}
input[type=submit], button {
	outline:0;
	border:none;
}
input[type=submit]:hover, button:hover {
	outline:0;
	border:none;
}
input[type=submit]:focus, button:focus {
	outline:0;
	border:none;
}
.spacer {
	clear:both;
	line-height:0;
	font-size:0
}
img {
	border:0;
	height:auto;
	max-width:100%
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal
}
select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
body {
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.justify-content-between {
	justify-content:space-between;
}
.align-items-center {
	align-items:center;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.both-padding {
	padding:0 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.p-0 {
	padding:0 !important;
}
.pt-0 {
	padding-top:0 !important;
}
.pt-2 {
	padding-top:8px !important;
}
.pb-0 {
	padding-bottom:0 !important;
}
.pb-2 {
	padding-bottom:8px !important;
}
.pt-3 {
	padding-top:16px !important;
}
.pb-3 {
	padding-bottom:16px !important;
}
.m-0 {
	margin:0 !important;
}
.mt-0 {
	margin-top:0 !important;
}
.mt-2 {
	margin-top:8px !important;
}
.mb-0 {
	margin-bottom:0 !important;
}
.mb-2 {
	margin-bottom:8px !important;
}
.mt-3 {
	margin-top:16px !important;
}
.mb-3 {
	margin-bottom:16px !important;
}
.text-center {
	text-align:center !important;
}
.text-left {
	text-align:left !important;
}
.text-right {
	text-align:right !important;
}
.dm-none {
	display:none !important;
}
.dm-block {
	display:block !important;
}
.dm-flex {
	display:flex !important;
}
html {
	scroll-behavior: smooth;
}
.position-relative {
	position:relative;
}
.headingone, .headingtwo {
	font-size:20px;
	text-transform:capitalize;
	font-weight: 300;
	line-height:120%;
	font-family:"aktiv-grotesk-extended";
	color:#2C2B2C;
}
.headingone strong, .headingtwo strong {
	font-family:"aktiv-grotesk-extended";
	font-weight:800;
}
.subheading {
	font-weight:500;
	font-family:"aktiv-grotesk-extended";
	color:#4C4B4C;
	line-height:140%;
	margin:15px 0;
	font-size:14px;
}
.container {
	padding:0 15px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.section {
	padding: 30px 0;
}
.rowgap {
	margin-top:30px;
}
.topbar {
	background:#2C2B2C;
}
.uspbar {
	display:flex;
	align-items:center;
}
.uspboxinner {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:8px 0;
}
.uspboxinner {
	text-align:center;
}
.uspboxinner span {
	display:block;
	margin-left:8px;
	color:#fff;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.logoouter {
	padding:15px 0;
}
.logoleft {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
}
.logoleft a {
	display:block;
}
.logoright {
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
}
.phsec {
	justify-content: end;
}
.phicon {
	width:20px;
}
.phtext {
	margin-left:10px;
}
.phtext span {
	color:#2C2B2C;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:3px;
}
.phtext strong {
	font-size:20px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.phtext strong a {
	color:#2C2B2C;
}
.fullborder img {
	width:100%;
	display:block;
}
/*.mobbanner {
	border-top:2px solid #fbf5f5;
	
}*/
.mobbanner img {
	width:100%;
	display:block;
}
.herosec {
	background:#fbf5f5 url(../images/bannerimgmob.jpg) center top no-repeat;
	background-size:cover;
}
.herosec .section {
	padding-bottom:50px;
}
.herocontent {
	max-width:778px;
	text-align:center;
	margin:0 auto;
}
.herocontent .subheading {
	max-width:638px;
}
.herosec.thank-you .container {
    margin: 52px 0;
}
.herosec.thank-you .container p {
    font-size:1.5em
}
.herosec.thank-you .container h2.headingtwo {
    font-size:2.2em
}
.formbox {
	border-radius: 15px;
	border-top: 0.5px solid #931F4D;
	border-right: 0.5px solid #931F4D;
	border-bottom: 5px solid #931F4D;
	border-left: 0.5px solid #931F4D;
	background: #FFF;
	max-width:586px;
	padding:26px;
	margin-top:20px;
	box-shadow: 0px 42px 47px 0px rgba(186, 102, 70, 0.07);
}
.formbox h3 {
	font-size:22px;
	color: #2C2B2C;
	font-style: normal;
	font-weight: 700;
	line-height: 110%; /* 35.2px */
	text-transform: capitalize;
	font-family:"aktiv-grotesk-extended";
}
.formbox h3 span {
	color:#F2BC30;
}
.formbox p {
	font-size:13px;
	color:#4C4B4C;
	margin-top:10px;
}
.zipbox {
	margin-top:15px;
}
.zipinput {
	border: 1px solid #F2ECEE;
	padding:0 15px 0 50px;
	border-radius:50px;
	width:100%;
	font-size:18px;
	font-weight:400;
	height:42px;
	background:url(../images/mapicon.png) left 22px center no-repeat;
	background-size:18px 21px;
}
.zipinput:hover, .zipinput:focus {
	border:none;
	outline:none;
}
 .zipinput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #4C4B4C;
 opacity:1;
}
.zipinput::-moz-placeholder { /* Firefox 19+ */
 color: #4C4B4C;
opacity:1;
}
.zipinput:-ms-input-placeholder { /* IE 10+ */
 color: #4C4B4C;
opacity:1;
}
.zipinput:-moz-placeholder { /* Firefox 18- */
 color: #4C4B4C;
opacity:1;
}
.formbtn {
	background:#2DC650;
	color:#fff;
	width:100%;
	height:42px;
	margin-top:15px;
	border-radius:50px;
	text-align:center;
	font-weight:700;
	font-size:14px;
	line-height:47px;
	text-transform:uppercase;
	cursor:pointer;
	font-family:"aktiv-grotesk-extended";
}
.formbtn:hover {
	background:#0e8529;
}
.infotext {
	display:flex;
	margin-top:15px;
	align-items:center;
	justify-content:center;
}
.infotext span {
	font-size:13px;
	margin-left:6px;
	color:#4C4B4C;
}
.brandlogo {
	margin:25px auto 0;
	max-width:586px;
}
.stepbox {
	margin:15px 0;
}
.stepbox h4, .whybox h4 {
	font-size:17px;
	color:#2C2B2C;
	font-weight: 700;
	font-family:"aktiv-grotesk-extended";
	margin:20px 0 15px;
	line-height:100%;
}
.stepbox p {
	font-size:15px;
	line-height: 140%;
	color:#444444;
	max-width:370px;
	margin:0 auto;
}
.stepicon {
	position:relative;
	z-index:99;
}
.dash {
	position: absolute;
	top: 17%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.videosec {
	background:#d8dfd7;
}
.videoimg img {
	border-radius: 20px;
}
.videorightinner p {
	font-size: 15px;
	line-height: 140%;
	color: #444444;
}
.buttonouter {
	margin-top:25px;
}
.btn-default.max-width {
	max-width:340px;
}
.btn-default {
	line-height: 55px;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-weight: 700;
	border-radius: 50px;
	color: #fff;
	background: #2DC650;
	font-family: "aktiv-grotesk-extended";
	height: 50px;
}
.btn-default:hover {
	background:#0e8529;
}
.videoright {
	margin-top:25px;
}
.whyboxinner {
	border-radius: 20px;
	border: 1px solid rgba(242, 188, 48, 0.20);
	background: #FFF;
	padding:10px;
	margin:15px 0;
}
.whyboximg img {
	width:100%;
	display:block;
	border-radius: 15px 15px 0px 0px;
}
.whyicon {
	text-align:center;
	position:relative;
	z-index:99;
	margin-top:-60px;
}
.whybox p {
	font-size: 15px;
	line-height: 140%;
	color: #444444;
	max-width:342px;
	text-align:center;
	margin:15px auto 15px;
}
.zigzagsec {
	background:#fcf8f7;
}
.zigzagimg img {
	width:100%;
	display:block;
	display:block;
}
.zigzagcontentinner {
	padding:25px;
	background:#ffff;
	text-align:center;
}
.zigzagcontentinner h3 {
	margin:15px 0;
	color:#2C2B2C;
	font-weight:700;
	font-family: "aktiv-grotesk-extended";
	line-height:100%;
	font-size:20px;
}
.zigzagcontentinner p {
	text-align:center;
	color:#444444;
	max-width:610px;
	margin:0 auto;
	line-height:140%;
	font-size:15px;
}
.zigzagouter {
	margin-top:30px;
}
.zigzagouter .rowgap {
	margin-top:25px;
}
.zigzagsec .btn-default {
	margin:0 auto;
}
.faqsec {
	background:#d8dfd7;
}
.accordion {
	width:100%;
	margin:30px 0 0;
}
.acc {
	margin:18px 0 0;
}
.acc:first-child {
	margin:0;
}
.acc-head {
	position: relative;
	display:flex;
	align-items:center;
	cursor: pointer;
	padding:15px;
	background:#fff;
	border-radius:50px;
}
.acc-head h6 {
	color:#4C4B4C;
	font-size:14px;
	line-height:140%;
	font-weight:700;
	text-transform:capitalize;
	width:80%;
	margin-left:15px;
	font-family:"aktiv-grotesk-extended";
}
.acc-content {
	display: none;
	padding:15px 0 0;
}
.accordion-header-icon {
	font-size: 0;
	background: url(../images/plus.png) right center no-repeat;
	width:40px;
	height:40px;
	background-size:40px 40px;
}
.active .accordion-header-icon {
	background: url(../images/minus.png) right center no-repeat;
	width: 40px;
	height:40px;
	background-size:40px 40px;
}
.accordion .active {
	background:#000;
}
.accordion .active h6 {
	color:#fff;
}
.acc-content p {
	font-size:16px;
	color:#4C4B4C;
	line-height:140%;
	max-width:707px;
}
.faqright {
	margin-top:30px;
}
.botsec {
	background:#fbf7f6
}
.botcontent h4 {
	font-size:20px;
	font-weight:300;
	line-height:100%;
	color:#2C2B2C;
	font-family:"aktiv-grotesk-extended";
}
.footer {
	background:#d8dfd7;
}
.footer .container {
	max-width:941px;
	text-align:center;
}
.disclaimer {
	color: #2C2B2C;
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	line-height: normal;
	margin-top:25px;
}
.footer p {
	color: #4C4B4C;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-top:15px;
}
.footerlink {
	margin-top:25px;
}
.footerlink a, .footerlink span {
	color: #2C2B2C;
	text-align: center;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.footerlink span {
	margin:0 8px;
}
.copyright {
	color: #2C2B2C;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top:25px;
}
.stepouter {
	background:#FCF8F7;
}
.stepouter .container {
	max-width:1021px;
}
.steplogo {
	margin-bottom:20px;
}
.funnelouter {
	border-radius: 15px;
	border-top: 0.5px solid #931F4D;
	border-right: 0.5px solid #931F4D;
	border-bottom: 5px solid #931F4D;
	border-left: 0.5px solid #931F4D;
	background: #FFF;
	padding: 26px;
	margin-top:30px;
	box-shadow: 0px 42px 47px 0px rgba(186, 102, 70, 0.07);
}
.funnelinner {
	max-width:638px;
	margin:0 auto;
}
.funnelouter h5 {
	color:#4C4B4C;
	font-size:16px;
	font-weight:500;
	font-family:"aktiv-grotesk-extended";
}
.funnelouter h5 strong {
	font-weight:700;
}
.stepouter {
	display:none;
}
.form-section {
	display:none;
}
.form-section.current {
	display:block;
}
.stepbar {
	margin:15px 0;
}
.funnelouter h3 {
	margin: 15px 0;
	color: #2C2B2C;
	font-weight: 700;
	font-family: "aktiv-grotesk-extended";
	line-height: 130%;
	font-size: 20px;
	margin-top:20px;
}
.answerboxouter {
	justify-content: center;
	margin: 27px 0;
	gap:10px;
	flex-wrap: wrap;
}
.answerbox {
	padding:15px 22px;
	width:100%;
	border: 1px solid #F2ECEE;
	border-radius: 5px;
	background: #fff;
	line-height: 100%;
	font-size: 16px;
	text-align: center;
	color: #383737;
	text-transform: capitalize;
	border-radius: 10px;
	position: relative;
}
.inputbtn {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	cursor: pointer;
}
.answeractive {
	background: #000;
	color: #fff;
	font-weight: 700;
	border: 1px solid #000;
}
.funnelouter .btn-default {
	width: 100%;
	cursor:pointer;
	margin: 10px;
}
.previous {
	margin-bottom:15px;
	border-radius: 60px;
	border: 1.5px solid rgba(169, 169, 169, 0.30);
	background:none;
	color:#A9A9A9;
}
.previous:hover {
	color:#fff;
}
.stepouter .brandlogo {
	margin-left:auto;
	margin-right:auto;
	max-width:770px;
}
.form-section h6 {
	text-align:center;
	font-size:16px;
	color:#4C4B4C;
	font-family: "aktiv-grotesk-extended";
	margin-bottom:25px;
}
.lastformrow {
	margin: 0 -5px;
	flex-wrap: wrap;
}
.halfwithform {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 5px;
	margin-bottom: 12px;
}
.fullwithform {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 5px;
	margin-bottom: 12px;
}
.freequotetext {
	border-radius: 50px;
	height:50px;
	padding:0 20px;
	background:#fff;
	border: 1px solid #F2ECEE;
	color:#4C4B4C;
	font-size:15px;
	outline:none;
	width:100%;
}
.freequotetext:hover, .freequotetext:focus {
	border: 1px solid #F2ECEE;
}
.laststeptext {
	max-width:810px;
	margin:20px auto 0;
	color: #4C4B4C;
	line-height: 150%;
	font-size:14px;
	text-align:center;
}
.laststeptext a {
	text-decoration:underline;
	color:#F2BC30;
}
.stepfooter {
	padding:30px 0 40px;
	background:#D8DFD7;
	display:none;
}
.stepfooterlink {
	text-align:center;
	margin:20px 0;
}
.stepfooterlink a, .stepfooterlink span {
	color: #2C2B2C;
	text-align: center;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.stepfooterlink span {
	margin: 0 8px;
}
.stepcopyriter {
	color: #2C2B2C;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
 @media only screen and (min-width :400px) {
 .headingone, .headingtwo {
font-size:23px;
}
}
@media only screen and (min-width :480px) {
.uspboxinner span {
font-size:16px;
}
.headingone, .headingtwo {
font-size:28px;
}
}
@media only screen and (min-width :576px) {
.headingone, .headingtwo {
font-size:33px;
}
.subheading {
font-size:16px;
}
.formbox p {
font-size:14px;
}
.footerlink a, .footerlink span, .copyright {
font-size:16px;
}
}
 @media only screen and (min-width :768px) {
.text-md-center {
 text-align:center !important;
}
.text-md-left {
 text-align:left !important;
}
.text-md-right {
 text-align:right !important;
}
.dm-md-none {
display:none !important;
}
 .dm-md-block {
display:block !important;
}
 .dm-md-flex {
display:flex !important;
}
 .justify-content-md-start {
justify-content:start !important;
}
.justify-content-md-center {
justify-content:center !important;
}
.justify-content-md-end {
justify-content:end !important;
}
 .container {
max-width:750px
}
.section {
 padding:40px 0;
}
.rowgap {
 margin-top:40px;
}
.uspboxinner {
display:flex;
align-items:center;
justify-content:center;
padding:10px 0;
}
.uspboxinner span {
margin-left:10px;
margin-top:0;
}
.logoouter {
padding:25px 0;
}
.logoleft, .logoright {
 -ms-flex: 0 0 50%;
 flex: 0 0 50%;
 max-width: 50%;
}
.phicon {
width:40px;
}
.phtext strong {
font-size:24px;
}
.herosec {
 background:#fbf5f5 url(../images/bannerimg.jpg) right center no-repeat;
 background-size:cover;
}
.herosec.thank-you {
 background-color: rgba(255, 255, 255, 0.8);
 background-blend-mode: overlay;
}

.herosec .section {
padding-bottom:80px;
}
.herocontent {
text-align:left;
margin:0;
}
.headingone {
font-size:45px;
}
.subheading {
font-size:18px;
}
.formbox p {
font-size:16px;
}
 .zipbox {
border: 1px solid #F2ECEE;
border-radius:50px;
align-items:center;
display:flex;
justify-content:space-between;
}
.zipinput {
width:50%;
border:none;
}
.formbtn {
width:231px;
margin:8px;
}
.infotext span {
font-size:15px;
}
.infotext {
justify-content:start;
}
 .brandlogo {
margin:35px 0 0;
}
.headingtwo {
font-size:35px;
}
.stepbox {
-ms-flex: 0 0 50%;
 flex: 0 0 50%;
 max-width: 50%;
}
.stepbox h4, .whybox h4 {
font-size:20px;
}
.stepbox p {
font-size:16px;
}
.videoleft {
-ms-flex: 0 0 40%;
 flex: 0 0 40%;
 max-width: 40%;
}
 .videoright {
-ms-flex: 0 0 60%;
 flex: 0 0 60%;
 max-width: 60%;
}
.videorightinner p {
font-size:16px;
}
.videoright {
margin-top:0;
}
.whybox {
-ms-flex: 0 0 50%;
 flex: 0 0 50%;
 max-width: 50%;
}
 .whybox p {
font-size:16px;
}
 .zigzagimg {
-ms-flex: 0 0 40%;
 flex: 0 0 40%;
 max-width: 40%;
}
 .zigzagimg img {
height:100%;
object-fit:cover;
}
 .zigzagcontent {
-ms-flex: 0 0 60%;
 flex: 0 0 60%;
 max-width: 60%;
}
 .zigzagcontentinner {
height:100%;
background:#fff;
}
.zigzagcontentinner h3 {
font-size:23px;
}
.zigzagcontentinner p {
font-size:16px;
}
.zigzagcontentinner {
 height: 100%;
 background: #fff;
 display: flex;
 align-items: center;
 justify-content: center;
}
.zigzagouter {
margin-top:40px;
}
.zigzagouter .row:nth-child(odd) .zigzagimg {
order:2;
}
.zigzagouter .row:nth-child(odd) .zigzagcontent {
order:1;
}
.zigzagcontentinner, .zigzagimg img {
border-radius:20px;
}
.faqleft {
-ms-flex: 0 0 40%;
 flex: 0 0 40%;
 max-width: 40%;
}
 .faqright {
-ms-flex: 0 0 60%;
margin:0;
 flex: 0 0 60%;
 max-width: 60%;
}
.acc-head h6 {
font-size:16px;
}
.acc-content p {
font-size:18px;
}
.botsec {
background:#fbf7f6 url(../images/botimg.jpg) left center no-repeat;
 background-size:cover;
}
 .botsec .section {
padding:70px 0;
}
 .botcontent {
margin-left:auto;
max-width:495px;
}
.botcontent h4 {
font-size:25px;
}
.funnelouter h3 {
font-size:23px;
margin-top:30px;
}
.stepbar {
 margin:25px 0;
}
.answerbox {
width:auto;
font-size:18px;
}
 .form-navigation {
display:flex;
align-items:center;
gap:20px;
justify-content:center;
}
.funnelouter .btn-default {
line-height:64px;
width:280px;
line-height:75px;
height:70px;
}
.previous {
margin:0;
}
.halfwithform {
 -ms-flex: 0 0 50%;
 flex: 0 0 50%;
 max-width: 50%;
}
 .uspbox {
 -ms-flex: 0 0 33.333333%;
 flex: 0 0 33.333333%;
 max-width: 33.333333%;
 border-left:1px solid rgba(255, 255, 255, 0.3);
 padding:10px 0;
}
.uspbox:first-child {
 border:none;
}
.uspboxinner span {
 margin-top:8px;
}
}
@media only screen and (min-width :992px) {
 .container {
max-width:970px
}
.text-lg-center {
 text-align:center !important;
}
.text-lg-left {
 text-align:left !important;
}
.text-lg-right {
 text-align:right !important;
}
.dm-lg-none {
display:none !important;
}
 .dm-lg-block {
display:block !important;
}
 .dm-lg-flex {
display:flex !important;
}
.justify-content-lg-start {
justify-content:start !important;
}
.justify-content-lg-center {
justify-content:center !important;
}
.justify-content-lg-end {
justify-content:end !important;
}
.headingone {
font-size:48px;
}
.subheading {
font-size:20px;
}
.headingtwo {
font-size:40px;
}
.stepbox h4, .whybox h4 {
font-size:22px;
}
.stepbox p {
font-size:18px;
}
.videoleft {
-ms-flex: 0 0 45%;
 flex: 0 0 45%;
 max-width: 45%;
}
 .videoright {
-ms-flex: 0 0 55%;
 flex: 0 0 55%;
 max-width: 55%;
}
.videorightinner {
margin-left:auto;
max-width:636px;
}
.videorightinner p {
font-size:18px;
}
.btn-default {
 font-size: 18px;
 line-height: 75px;
 height: 70px;
}
.videosec .row {
align-items:center;
}
 .whybox p {
font-size:18px;
}
 .zigzagcontentinner h3 {
font-size:26px;
}
.zigzagcontentinner p {
font-size:18px;
}
.acc-head h6 {
width:90%;
}
.botcontent h4 {
font-size:28px;
}
 .botcontent {
max-width:615px;
}
.botsec {
background-size:contain;
}
.funnelouter h3 {
font-size:26px;
}
}
@media only screen and (min-width :1200px) {
 .container {
max-width:1170px
}
.text-xl-center {
 text-align:center !important;
}
.text-xl-left {
 text-align:left !important;
}
.text-xl-right {
 text-align:right !important;
}
.dm-lg-none {
display:none !important;
}
 .dm-xl-block {
display:block !important;
}
 .dm-xl-flex {
display:flex !important;
}
.justify-content-xl-start {
justify-content:start !important;
}
.justify-content-xl-center {
justify-content:center !important;
}
.justify-content-xl-end {
justify-content:end !important;
}
.section {
 padding:50px 0;
}
.rowgap {
 margin-top:50px;
}
.herosec .section {
padding-bottom:100px;
}
.stepbox {
-ms-flex: 0 0 33.333333%;
 flex: 0 0 33.333333%;
 max-width: 33.333333%;
margin:0;
}
.videoleft {
-ms-flex: 0 0 46%;
 flex: 0 0 46%;
 max-width: 46%;
}
.videoright {
-ms-flex: 0 0 54%;
 flex: 0 0 54%;
 max-width: 54%;
}
.whybox {
-ms-flex: 0 0 33.333333%;
 flex: 0 0 33.333333%;
 max-width: 33.333333%;
}
.zigzagouter {
margin-top:50px;
}
 .stepfooterlogo {
-ms-flex: 0 0 33.333333%;
 flex: 0 0 33.333333%;
 max-width: 33.333333%;
order:2;
}
 .stepfooterlink {
margin:0;
-ms-flex: 0 0 33.333333%;
 flex: 0 0 33.333333%;
 max-width: 33.333333%;
order:3;
text-align:right;
}
 .stepcopyriter {
-ms-flex: 0 0 33.333333%;
 flex: 0 0 33.333333%;
 max-width: 33.333333%;
order:1;
text-align:left;
}
}
@media only screen and (min-width :1280px) {
.container {
max-width:1250px
}
.section {
 padding:70px 0;
}
.rowgap {
 margin-top:70px;
}
.zigzagouter {
margin-top:70px;
}
 .stepfooterlink a, .stepfooterlink span {
font-size:14px;
}
.stepcopyriter {
font-size:14px;
}
}
@media only screen and (min-width :1366px) {
 .herosec {
background-size:contain;
}
}

.inputError {
  border: 1px red solid;
}

.error_wrapper {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  border-radius:8px;
  padding:20px;
  margin:10px auto;
}

.alert-danger .alert-link {
  color: #6a1a21;
}

.error.alert-danger {
    color: red;
}
.error {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    margin: 6px;
    padding: 0;
    position: relative;
    text-align: left;
    transition: .25s;
}
