@charset "utf-8";

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-movermailer.eot');
    src: url('../fonts/opensans-bold-movermailer.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-movermailer.woff2') format('woff2'),
         url('../fonts/opensans-bold-movermailer.woff') format('woff'),
         url('../fonts/opensans-bold-movermailer.ttf') format('truetype'),
         url('../fonts/opensans-bold-movermailer.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sans_extraboldregular';
    src: url('../fonts/opensans-extrabold-movermailer.eot');
    src: url('../fonts/opensans-extrabold-movermailer.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-extrabold-movermailer.woff2') format('woff2'),
         url('../fonts/opensans-extrabold-movermailer.woff') format('woff'),
         url('../fonts/opensans-extrabold-movermailer.ttf') format('truetype'),
         url('../fonts/opensans-extrabold-movermailer.svg#open_sans_extraboldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-movermailer.eot');
    src: url('../fonts/opensans-regular-movermailer.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-movermailer.woff2') format('woff2'),
         url('../fonts/opensans-regular-movermailer.woff') format('woff'),
         url('../fonts/opensans-regular-movermailer.ttf') format('truetype'),
         url('../fonts/opensans-regular-movermailer.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	font-size:14px;
	line-height:1.2;
	background-color: #ffffff;
	color:#222222;
	position: relative;
	font-family: 'open_sansregular';
}
a,a:hover, a:focus,button:focus,.get-personalized .form:focus,.client-review-content:focus,.btn.menu-btn:focus{text-decoration: none !important; outline: none !important; }
a, span, i {display: inline-block; vertical-align: middle; }
.pointer, a, .btn, button {cursor: pointer; }
img{max-width:100%;height:auto;-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}


/*--Fonts---*/
h1,.h1{font-size:65px;line-height:1.2;}
h2,.h2{font-size:34px;line-height:1.2;}
h3,.h3{font-size:28px;line-height:1.2;}
p,.p{font-size:16px;line-height:1.2;}
.font-regular{font-family: 'open_sansregular';}
.font-bold{font-family: 'open_sansbold';}
.font-extrabold{font-family: 'open_sans_extraboldregular';}
.font-xl{font-size:65px;line-height:1.2;}
.font-sxl{font-size:55px;line-height:1.2;}
.font-lg{font-size:35px;line-height:46px;}
.font-sm{font-size:28px;line-height:40px;}
.font-xsm{font-size:21px;line-height:32px;}
.font-extra-sm{font-size:22px;line-height:1.2;}
.font-mm{font-size:16px;line-height:25px;}
.font-extra-mm{font-size:13px;line-height:1.2;}
.font-45{font-size:45px;line-height:1.2;}
.font-20{font-size:20px;line-height:32px;}
.font-26{font-size:26px;line-height:32px;}
.h3-font-26 h3 {
    font-size: 26px;
    line-height: 30px;
}


/*--color---*/
.text-violet{color:#525d7c;}
.text-dark-violet{color:#535e7d;}
.text-dark-grey{color:#222222;}
.text-light-blue{color:#00a1e4;}
.text-light-orange{color:#ffcc81;}
.bg-lightwhite{background-color:#f1f6f9;}
.bg-lightblue{background-color:#00a1e4;}
.text-uppercase{text-transform:uppercase;}


.site-branding{
	margin:0;
}

/*--Buttons---*/
body .primary-button {
    font-size: 22px;
    font-family: 'open_sans_extraboldregular';
    color: #fff;
    background-color: #00a1e4;
    padding: 16px 60px;
	border: 1px solid #00a1e4;
    border-radius: 50px;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
body .primary-button:hover,.contact-form-content-border input.form-submit:hover{
	color:#00a1e4;
	background-color: #fff;
}
/*--Utility--*/
.pt-80{
	padding-top:80px;
}
.mt-50{
	margin-top:50px;
}


/*--Header--*/
header.site-header {
    padding: 0;
    position: fixed;
	top:0;
    width: 100%;
    background-color: #fff;
	z-index: 9999;
	border-bottom: 1px dashed #535e7d;
}
header .site-branding-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 37px 0;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
header.site-header.sticky-top .site-branding-container {
    padding: 20px 0;
}
.main-navigation .main-menu > li > a {
    font-size: 20px;
    font-family: 'open_sansregular';
    color: #525d7c;
    font-weight: normal;
	margin-right: 55px;
	position: relative;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.main-navigation .main-menu > li > a:before {
    position: absolute;
    left: 0;
    right: 100%;
    content: "";
    background: 0 0;
    height: 2px;
    bottom: -8px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.main-navigation .main-menu > li > a:hover:before,.main-navigation .main-menu > li.current-menu-item > a:before{
	right: 0;
	background:#00a1e4;
}
.main-navigation .main-menu > li > a:hover,.main-navigation .main-menu > li.current-menu-item > a{
	color:#00a1e4;
}
header.site-header.sticky-top .custom-logo {
    width: 80%;
}
/*--Banner--*/
/* section.hero_banner { */
    /* background: url('../images/banner.jpg') no-repeat; */
/* } */
.curve_img_wrapper {
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 61%;
    background-image: url(http://movermailer.dev.radixweb.net/wp-content/uploads/2019/06/white-curve-part.png);
    background-repeat: no-repeat;
    background-position: left top -25px;
    background-size: cover;
    height: 100%;
}
section.functionality_section {
    padding: 15px 0 35px 0;
}
.functionality_content {
    background-color: #fff;
    border: 1px dashed #ffcc81;
    max-width: 460px;
    margin: 0 auto;
    padding: 25px;
	position:relative;
	-webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.functionality_content:hover,.functionality_content:hover span.rounded-corner{
    border-color: #00a1e4;
}
span.rounded-corner {
    position: absolute;
    width: 65px;
    background-color: #fff;
    top: -34px;
    left: 0;
    right: 0;
    height: 35px;
    margin: 0 auto;
    border: 1px dashed #ffcc81;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom: 0;
	-webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
span.rounded-corner img {
    display: inline-block;
    padding-top: 15px;
	z-index: 9;
	-webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.functionality_content:hover span.rounded-corner img {
   -webkit-animation-name: hvr-icon-push;
    animation-name: hvr-icon-push;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
section.functionality_section .slick-list{
	overflow:visible;
}
.functionality_section .slick-slide:focus,.how-works-slider .slick-slide:focus{
    outline: 0;
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
}
.banner-height-content {
    padding: 20px 0 35px 0;
}
.left-align-text-content {
    padding: 118px 0 0 0;
    max-width: 710px;
}
/*--footer--*/
footer.site-footer {
    margin-top: 5px;
    background-image: url('../images/footer-strip.png');
    background-repeat: no-repeat;
	background-position: top 5px left;
	border-top: 1px dashed #535e7d;
}
footer.site-footer .site-info {
	padding: 69px 0 30px 0;
}
footer.site-footer .site-info {
    margin: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.copyright-content, ul.footer-menu > li > a, .copyright-content a{
    font-size: 13px;
    color: #666666 !important;
    font-family: 'open_sansregular';
    vertical-align: middle;
    display: inline-block;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
ul.footer-menu > li > a {
    vertical-align: top;
}
ul.footer-menu > li > a:hover, .copyright-content a:hover {
    color: #00a1e4 !important;
}
.copyright-content a {
    vertical-align: bottom;
}
.footer-navigation .footer-menu li {
    margin-right: 15px;
}
.footer-navigation .footer-menu li:not(:first-child) {
    padding-left: 15px;
    border-left: 1px solid #666666;
}

/*--scenario section--*/
h1:not(.site-title):before, h2:before{
	display:none;
}
.site-content {
    margin-top: 100px;
}
section.ptb{
	padding:100px 0;
}
.scenario-wrapper img {
    max-height: 179px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}
.scenario-wrapper:hover img {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
}
.plus {
    position: absolute;
    max-width: 55px;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
section.scenaio-section,.new-movers-section{
    overflow: hidden;
}
/*--New Movers Section--*/
.new-movers-section{
	background-image:url('../images/new_movers_bg.jpg');
	background-repeat:no-repeat;
	background-attachment: fixed;
    background-size: cover;
}
.new-movers-wrapper {
	position:relative;
    background-color: #fff;
    padding: 25px 35px;
    border: 1px dashed #00a1e4;
    max-width: 460px;
    margin: 0 auto;
	min-height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
section.new-movers-section .new-movers-wrapper > div > p {
    font-size: inherit;
    line-height: inherit;
}
section.new-movers-section div strong {
    font-family: 'open_sans_extraboldregular';
}
.new-movers-wrapper div {
    margin-bottom: 0;
}
.movers-elements {
    position: absolute;
    bottom: -15px;
    right: 20px;
}
.us-mail {
    position: absolute;
    right: 0;
    bottom: 15px;
}
section.scenaio-section span.dot-design {
    top: auto;
    bottom: -49px;
    background-color: #ffd494;
}
span.dot-design {
    width: 98px;
    height: 98px;
    position: absolute;
    left: 0;
    right: 0;
    top: -49px;
    margin: 0 auto;
    background-color: rgb(255, 204, 129);
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}
/*--How works section--*/
.how-works-wrapper img {
	max-height: 256px;
	display: inline-block !important;
}
.how-works-wrapper {
    max-width: 402px;
    margin: 0 auto;
	position:relative;
}
.how-works-wrapper h4 {
    position: absolute;
    left: 96px;
    bottom: 95px;
}
.thank-you img {
    max-width: 134px;
	height: 112px;
}
.thank-you {
    max-width: 635px;
    margin: 0 auto;
    margin-top: 58px;
}
span.and-strip {
    font-family: 'open_sansregular';
    font-size: 18px;
    text-transform: uppercase;
    color: #535e7d;
	position:relative;
	width: 635px;
}
span.and-strip:before, span.and-strip:after {
    content: '';
    width: 292px;
    border: 1px dashed #535e7d;
    display: block;
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
}
span.and-strip:before {
    left: 0;
}
span.and-strip:after {
    right: 0;
}
.thanks-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
}
.thx-left-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 15px;
}



/*popOutBubble Annimation*/

.popOutBubble path {
	opacity: 0;
	-webkit-transform: scale(0.95, 0.95);
	    -ms-transform: scale(0.95, 0.95);
	        transform: scale(0.95, 0.95);
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.popOutBubble.popOutLeft path {
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
}

.popOutBubble.popOutLeft.delay-1 path {
	-webkit-animation-delay: 2.8s;
	        animation-delay: 2.8s;
}

.popOutBubble.popOutRight path {
	-webkit-transform-origin: right top;
	    -ms-transform-origin: right top;
	        transform-origin: right top;
	-webkit-animation-delay: 3.2s;
	        animation-delay: 3.2s;
}

.popOutBubble.popOutDown path {
	-webkit-transform-origin: center top;
	    -ms-transform-origin: center top;
	        transform-origin: center top;
	-webkit-animation-delay: 1.6s;
	        animation-delay: 1.6s;
}

.popOutBubble.popOutDown.delay-1 path {
	-webkit-animation-delay: 1.2s;
	        animation-delay: 1.2s;
}

.popOutBubble.popOutDown.delay-2 path {
	-webkit-animation-delay: 0.8s;
	        animation-delay: 0.8s;
}

.popOutBubble.popOutDown.delay-3 path {
	-webkit-transform-origin: top center;
	    -ms-transform-origin: top center;
	        transform-origin: top center;
	-webkit-animation-delay: 2.4s;
	        animation-delay: 2.4s;
}

.popOutBubble.popOutDown.delay-4 path {
	-webkit-transform-origin: top center;
	    -ms-transform-origin: top center;
	        transform-origin: top center;
	-webkit-animation-delay: 0.4s;
	        animation-delay: 0.4s;
}

.popOutCustomer.popOutFadeIn,.each-character,.dollar-text,.setup-text,.contracts-text{
	opacity: 0;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-delay: 0.5s;
	        animation-delay: 0.5s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale(0.95, 0.95);
		        transform: scale(0.95, 0.95);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
  }
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale(0.95, 0.95);
		        transform: scale(0.95, 0.95);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1, 1);
		        transform: scale(1, 1);
  }
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	100% {
		opacity: 1;
  }
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	100% {
		opacity: 1;
  }
}

/*Animation CSS*/
.fadeUp {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,0,1) .3s,opacity 1s .3s;
    -webkit-transition: opacity 1s .3s,-webkit-transform 1s cubic-bezier(0,0,0,1) .3s;
    transition: opacity 1s .3s,-webkit-transform 1s cubic-bezier(0,0,0,1) .3s;
    -o-transition: transform 1s cubic-bezier(0,0,0,1) .3s,opacity 1s .3s;
    transition: transform 1s cubic-bezier(0,0,0,1) .3s,opacity 1s .3s;
    transition: transform 1s cubic-bezier(0,0,0,1) .3s,opacity 1s .3s,-webkit-transform 1s cubic-bezier(0,0,0,1) .3s;
}
.fadeUp.revealIt{
	opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.fadeLeft {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,0,1) .3s,opacity 1s .3s;
    -webkit-transition: opacity 1s .3s,-webkit-transform 1s cubic-bezier(0,0,0,1) .3s;
    transition: opacity 1s .3s,-webkit-transform 1s cubic-bezier(0,0,0,1) .3s;
    -o-transition: transform 1s cubic-bezier(0,0,0,1) .3s,opacity 1s .3s;
    transition: transform 1s cubic-bezier(0,0,0,1) .3s,opacity 1s .3s;
    transition: transform 1s cubic-bezier(0,0,0,1) .3s,opacity 1s .3s,-webkit-transform 1s cubic-bezier(0,0,0,1) .3s;
}
.fadeLeft.revealIt{
	opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.fadeRight {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0,0,0,1) .3s,opacity 1s .3s;
    -webkit-transition: opacity 1s .3s,-webkit-transform 1s cubic-bezier(0,0,0,1) .3s;
    transition: opacity 1s .3s,-webkit-transform 1s cubic-bezier(0,0,0,1) .3s;
    -o-transition: transform 1s cubic-bezier(0,0,0,1) .3s,opacity 1s .3s;
    transition: transform 1s cubic-bezier(0,0,0,1) .3s,opacity 1s .3s;
    transition: transform 1s cubic-bezier(0,0,0,1) .3s,opacity 1s .3s,-webkit-transform 1s cubic-bezier(0,0,0,1) .3s;
}
.fadeRight.revealIt{
	opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}



/*--pricing page--*/
.included-wrapper img {
    max-height: 128px;
}
.included-wrapper p{
	max-width: 230px;
    margin: 0 auto;
}
.design-types{
	background-image: url(../images/design-types-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.border-bottom-black h2 {
    border-bottom: 2px solid #535e7d;
    width: 100px;
    text-align: left;
}
.post-card-content p {
    font-size: 20px;
    line-height: 34px;
    font-family: 'open_sansregular';
    margin-bottom: 0;
    max-width: 440px;
}
.post-card-content {
    padding-top: 132px;
}
.pricing_banner_hero .pricing_curve_img_wrapper {
    background-image: url(../images/pricing-banner-bg.png);
    background-position: right top;
    background-size: contain;
    height: 100%;
    background-repeat: no-repeat;
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 66%;
}
section.pricing_banner_hero {
    padding-top: 125px;
    padding-bottom: 100px;
}
.pricing-left-align-text-content {
    padding-top: 40px;
}
.pricing-find-out {
    background-color: #fff;
    padding: 20px;
    border: 1px dashed #525d7c;
	max-width: 460px;
}
.pricing-find-out span.not_a_valid {
    position: absolute;
    color: rgb(255, 0, 0);
	bottom: -20px;
	left: 0;
	font-family: 'open_sansregular';
}
.pricing-find-out [type=number]::-webkit-inner-spin-button,.pricing-find-out [type=number]::-webkit-outer-spin-button {
    display: none;
}
span.zip-code-move {
    font-size: 50px;
	line-height: 56px;
    font-family: 'open_sansbold';
    color: #222222;
    background-color: #ffcc81;
    padding: 7px 18px;
    border-radius: 25px;
	width: 160px;
	text-align:center;
}
.zip_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.zip_code_calc {
    position: relative;
}
.zip_code_calc input {
    max-width: 230px;
    width: 100%;
    -webkit-box-shadow: inset 0 3px 4px rgba(223, 223, 230, 0.90);
            box-shadow: inset 0 3px 4px rgba(223, 223, 230, 0.90);
    border-radius: 5px;
    font-size: 20px;
    line-height: 26px;
    padding: 11px 20px;
}
button.zip_code_button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    padding: 0;
    background-color: transparent;
}
button.zip_code_button img {
    width: 38px;
}


/*--Contact Page--*/
.ptb-contact-top {
    padding: 20px 0 25px 0;
}
.unlock-section-part img{
	max-height: 116px;
}
.unlock-section-content,.contact-form-wrapper,.number-contact-section-content {
    max-width: 1000px;
    margin: 0 auto;
}
.number-contact-section-content{max-width: 800px;padding: 70px 0;}
.number-contact-section-content h2.border-b{
    border-bottom: 1px dashed #cccccc;
}
.number-contact-section-content .border-r{ border-right: 1px dashed #cccccc;}
.address-content {padding: 0 40px;}
.contact-form-wrapper {
    background-image: url('http://movermailer.dev.radixweb.net/wp-content/uploads/2019/06/contact-form-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    border: 8px solid #fff;
    -webkit-box-shadow: 0 0 5px rgba(83, 94, 125, 0.20);
            box-shadow: 0 0 5px rgba(83, 94, 125, 0.20);
	padding: 30px;
	z-index: 9;
    position: relative;
	background-color: #fff;
	background-clip: padding-box;
}
.contact-form-wrapper:before,.contact-form-wrapper:after {
    content: '';
    position: absolute;
}

.contact-form-wrapper:before {
    background-image: url('../images/contact-form-left-elemnt.png');
    width: 235px;
    height: 100%;
    background-repeat: no-repeat;
    left: -204px;
}
.contact-form-wrapper:after {
    background-image: url('../images/contact-form-right-elemnt.png');
    width: 105px;
    height: 100%;
    background-repeat: no-repeat;
    right: -114px;
    top: 20%;
}
.contact-form-content-border {
    background-color: #fff;
	padding: 25px 55px;
}
.contact-form-content-border form input, .contact-form-content-border form textarea {
    font-size: 20px;
    line-height: 26px;
    color: #222222;
	background-color:#f1f6f9;
    padding: 10px 15px;
    height: 60px;
    max-width: 100%;
	-webkit-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
	-webkit-box-shadow: inset 0 0 3px rgba(83, 94, 125, 0.20);
	        box-shadow: inset 0 0 3px rgba(83, 94, 125, 0.20);
}
.contact-form-content-border form input:focus,textarea.form-control:focus{
    border-color: #00a1e4;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.contact-form-content-border form textarea.notes{
	height: 180px;
	border-radius: 0;
}
.contact-form-content-border input#company-name,.contact-form-content-border .companyname,.contact-form-content-border input#address, .contact-form-content-border .address,.contact-form-content-border .notes{
    max-width: 100% !important;
    width: 100%;
    margin: 0 auto;
}
.register-form .contact-form-content-border input#company-name,.register-form .contact-form-content-border .companyname{
	max-width: 100% !important;
}
section.contact-form-section:before {
    content: '';
    height: 50%;
    position: absolute;
    width: 100%;
    background-color: #f1f6f9;
    z-index: 1;
}
.contact-form-wrapper .form-row>[class*=col-] {
    margin-bottom: 20px;
}
.tellusCnt{
	margin-bottom: 1.5rem;
}
.wpcf7-form-control-wrap{width: 100%;}
.city{width: 100%;}
.contact-form-content-border input.form-submit {
    height: 100%;
	max-height: 66px;
    border-radius: 50px;
	padding: 21px;
    width: 100%;
    font-size: 22px;
    line-height: 22px;
    font-family: 'open_sans_extraboldregular';
    color: #ffffff;
    background-color: #00a1e4;
    text-transform: uppercase;
    border: 1px solid #00a1e4;
	-webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.number-contact-section-content a {
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    vertical-align: bottom;
}
.number-contact-section-content a:hover {
    color: #535e7d;
}
.number-contact-section-content > p {
    border-bottom: 1px dashed #cccccc;
    color: #535e7d;
    font-size: 35px;
    line-height: 46px;
    font-family: 'open_sansregular';
    padding-bottom: 33px;
    margin-bottom: 11px;
}
.number-contact-section-content > p > strong, .number-contact-section-content > p > a {
    font-family: 'open_sans_extraboldregular';
}
.number-contact-section-content > p > a {
    color: #00a1e4;
}
.contact-form-content-border input.captcha-text {
    font-size: 20px;
    line-height: 26px;
    width: 190px;
	margin-right: 14px;
	padding: 10px 20px;
}
.form-row .form-group span span {
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    bottom: -22px;
    left: 5px;
}



/*Faqs Page*/
.faq-tabs li a img {
    max-height: 80px;
}
.faq-tabs li {
    width: 16.6667%;
}
ul.faq-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
ul.faq-tabs .nav-link.active {
    border-radius: 0;
    border-bottom-color: #535e7d;
	color: #00a1e4;
	border-top-color: transparent;
}
ul.faq-tabs li.nav-item:first-child {
    border-left: 1px dashed #535e7d;
}
ul.faq-tabs .nav-link {
    border-bottom: 5px solid transparent;
	color:#535e7d;
	border-top: 1px dashed #535e7d;
    border-radius: 0 !important;
}
ul.faq-tabs li.nav-item {
    border-right: 1px dashed #535e7d;
	position:relative;
	overflow:hidden;
	background-color:#f1f6f9;
}
ul.faq-tabs li.nav-item a{
	-webkit-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
	z-index: 999;
	height: 100%;
	padding-top: 15px;
}
ul.faq-tabs li.nav-item:first-child a img{max-height: 60px;margin: 10px 0;}
.nav-tabs .nav-link:hover {
    background-color: #fff;
	color: #00a1e4;
}
ul.faq-tabs li.nav-item a img {
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 3;
}
.section-faq-tabs-nav-inner.sticky-nav ul.faq-tabs .nav-link img {
    top: -170px;
    position: absolute;
}
.section-faq-tabs-nav-inner ul.faq-tabs .nav-link span {
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}
.section-faq-tabs-nav-inner.sticky-nav ul.faq-tabs .nav-link span {
    padding-top: 0 !important;
}
ul.faq-tabs li.nav-item:hover a img {
    -webkit-animation-name: hvr-icon-push;
    animation-name: hvr-icon-push;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@-webkit-keyframes hvr-icon-push {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
       -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.section-faq .faq-content-all{
    background-color: #fff;
    padding:0px 70px 85px 70px;
}
section.section-faq-tabs-nav .section-faq-tabs-nav-inner.sticky-nav {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 65px;
}
section.section-mm-help-tabs .section-mm-help-tabs-inner.sticky-tab {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 65px;
    background-color: #00a1e4;
}
section.section-mm-help-tabs .section-mm-help-tabs-inner {
    padding: 21px 0px;
}

.page-template-tpl-faq header.site-header{
    border-bottom: 0;
}
.page-section:not(:last-child) {
    padding-bottom: 50px;
}
.page-section:first-child{
	padding-top: 85px;
}
.page-section h3,.page-section-mobile h3{
    color: #00a1e4;
    font-size: 21px;
    line-height: 32px;
    font-family: 'open_sansbold';
    margin-bottom: .5rem;
}
.page-section p,.page-section-mobile p{
    font-family: 'open_sansregular';
    font-size: 16px;
    line-height: 25px;
    color: #222222;
    margin-bottom: 1rem;
}

.page-template-tpl-register .contact-form-wrapper:before {
    background-image: url(../images/register-form-left-elemnt.png);
    width: 122px;
    height: 100%;
    background-repeat: no-repeat;
    left: -130px;
	background-size: 100%;
}
.page-template-tpl-register .contact-form-wrapper:after{
	background-image: url(../images/register-form-right-elemnt.png);
    width: 207px;
    height: 100%;
    background-repeat: no-repeat;
    right: -215px;
    top: 25px;
}
.page-template-tpl-register section.contact-form-bottom .number-contact-section-content{
	padding: 40px 0;
}
.section-mobile-faq .card-header{background-color: rgba(255, 255, 255, 0.03);}

/*--Product Page--*/
.product_curve_img_wrapper{
	z-index: 0;
    position: absolute;
    right: 0;
    top: 0;
	width: 83%;
    background-image: url('../images/products-banner-bg.png');
    background-repeat: no-repeat;
    background-position: left top -25px;
    background-size: cover;
    height: 100%;
}
.product-main-banner {margin: 70px 0 74px 0;}
.product-left-align-text-content {
    position: absolute;
    bottom: 24%;
	left: 187px;
	max-width: 830px;
}
.section-mm-help h3 strong {
    text-transform: uppercase;
    color: #535e7d;
    font-family: 'open_sans_extraboldregular';
}
section.section-mm-help-tabs .mm-help-tabs-wrapper{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
section.section-mm-help-tabs .mm-help-tabs-wrapper a{
    width: 25%;
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    font-family: 'open_sansregular';
    padding: 8px 0;
	border-right:1px solid #fff;
	text-align:center;
	position: relative;
}
.help-tabs-element span{
	margin-left: 10px;
}
section.section-mm-help-tabs .mm-help-tabs-wrapper a:last-child {
    border-right: 0;
}
.section-mm-help-content h2{
	max-width: 720px;margin: 0 auto;
}
section.section-mm-help {
    padding: 80px 0 120px 0;
}
section.section-help-tabs-content {
    padding-top: 125px;
    padding-bottom: 10px;
}
.spacing-tab-content {
    margin-bottom: 98px;
}
.spacing-tab-content:nth-child(even) > .col-lg-6 .mm-help-tabs-wrapper-text, .spacing-tab-content:nth-child(even) > .col-lg-6:first-child{
    margin-left: auto;
    margin-right: 0;
}
.mm-help-tabs-wrapper-text {
    max-width: 650px;
    margin-right: auto;
}
.spacing-tab-content h2 {
    font-family: 'open_sansbold';
    color: #535e7d;
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 1rem!important;
}
.spacing-tab-content p {
    font-size: 16px;
    line-height: 25px;
    color: #222222;
}
.page-template-default .entry-content > * {
    max-width: 100% !important;
}
.page-template-default .site-content{background-color: #f1f6f9;}
.page-template-default h1.entry-title{text-align:center;font-size: 42px;position: relative;}
.entry .entry-title:before{background: #222222;width: 3em;position: absolute;left: 0;right: 0;margin: 0 auto;bottom: -10px;}
a#up_button_scroll{
    display: block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    background-color: #00a1e4;
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 40px;
    border: none;
    height: 40px;
    width: 40px;
    text-align: center;
	-webkit-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	transition:0.5s all ease;
}
a#up_button_scroll:hover{background-color:#66c7ff;}
.help-tabs-element:after {
    content: '\f107';
    font: normal normal normal 21px/1 FontAwesome;
    position: absolute;
    bottom: -18px;
    left: 50%;
    opacity: 0;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.help-tabs-element.active:after {
    opacity: 1;
}
section.section-mm-help-tabs{
	height:100px;
}
div.wpcf7 .ajax-loader {
    display: none;
}
span.Emailaddress{
	display: block;
}
.section-mm-help-content {
    max-width: 1100px;
    margin: 0 auto;
}
.section-mm-help-content-content {
    max-width: 460px;
    margin-left: auto;
}
.section-mm-help-content-content h3 {
    font-size: 35px;
    line-height: 46px;
}

/*--Product svg--*/
.scrollReveal.fadeLeft.revealIt .c-dashed-line__path {
	-webkit-animation: c-dashed-line-path 3s ease-in-out;
	        animation: c-dashed-line-path 3s ease-in-out;
	fill: none;
	stroke: #525d7d;
	stroke-dasharray: 940; /* this is the entire length of the line */
	stroke-dashoffset: 0; /* this is the entire length of the line */
	stroke-width: 2.5;
}

.scrollReveal.fadeLeft.revealIt .c-dashed-line__dash {
	fill: none;
	stroke: #FFFFFF; /* this must match the background color */
	stroke-dasharray: 4 7; /* draws a  dash line with a gap between */
	stroke-width: 5; /* make the dashed line slightly bigger than the one it's covering */
}
svg.scrollReveal.fadeLeft.revealIt > path  {
	stroke-width: 2.5px;
	stroke: #525d7d;
	stroke-dasharray: 0 20px;
	stroke-dashoffset: 0px;
	-webkit-animation: c-dashed-arrow 0.3s ease-in-out 1.5s forwards;
	        animation: c-dashed-arrow 0.3s ease-in-out 1.5s forwards;
}

@-webkit-keyframes c-dashed-line-path {
	from {
		stroke-dashoffset: 940;
	}
	to {
		stroke-dashoffset: 0;
	}
}

@keyframes c-dashed-line-path {
	from {
		stroke-dashoffset: 940;
	}
	to {
		stroke-dashoffset: 0;
	}
}

@-webkit-keyframes c-dashed-arrow {
	from {
		stroke-dasharray: 0px 20px;
	}
	to {
		stroke-dasharray: 20px 20px;
	}
}

@keyframes c-dashed-arrow {
	from {
		stroke-dasharray: 0px 20px;
	}
	to {
		stroke-dasharray: 20px 20px;
	}
}
svg.c-dashed-line{
	position:absolute;
	bottom: -70px;
}
/*-- Pricing Banner Animation --*/
.c-dashed-line__path-pricing {
	animation: c-dashed-line-path-pricing 3s ease-in-out 0.5s;
	fill: none;
	stroke: #525d7d;
	stroke-dasharray: 940; /* this is the entire length of the line */
	stroke-dashoffset: 0; /* this is the entire length of the line */
	stroke-width: 2.5;
}

.c-dashed-line__dash-pricing {
	fill: none;
	stroke: #FFFFFF; /* this must match the background color */
	stroke-dasharray: 4 7; /* draws a  dash line with a gap between */
	stroke-width: 5; /* make the dashed line slightly bigger than the one it's covering */
}


@keyframes c-dashed-line-path-pricing {
	from {
		stroke-dashoffset: 940;
		opacity:0;
	}
	to {
		stroke-dashoffset: 0;
		opacity:1;
	}
}
svg.main_banner_pricing_banner {
    z-index: 2;
    position: relative;
	max-width: 850px;
}
svg.c-dashed-line-pricing {
    position: absolute;
    top: 14%;
    right: 27%;
    z-index: 1;
}
.dollar,.setup,.contracts{
	opacity:0;
	transform: scale(0.9);
	-webkit-animation-name: fadeIn-pricing;
	animation-name: fadeIn-pricing;
	-webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: center center;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.dollar.scrollReveal.revealIt,.setup.scrollReveal.revealIt,.contracts.scrollReveal.revealIt{
    opacity: 1;
}
.setup{
 	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}
.contracts{
  	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
@-webkit-keyframes fadeIn-pricing {
	0% {
		transform: scale(0.9);
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.dollar-text{animation-delay: 2.4s;}
.setup-text{animation-delay: 2.9s;}
.contracts-text{animation-delay: 3.4s;}
.contact-form-wrapper:before{background-size: 80%;left: -165px;}
.footer-copy-terms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
			padding:10px 0;
			border-top:1px solid #dfdfe7;
}
.page-id-166394 ul.page-list {
    text-align: center;
    font-size: 20px;
    list-style: none;
}
.page-id-166394 ul.page-list a {
    color: #00a1e4;
}

/*-- 404 page --*/
.error-404{
    min-height: calc(100vh - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	background-image: url(../images/footer-strip.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

/*-- Thank you --*/
a.back-to-home {color: #535e7d;-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;}
a.back-to-home:hover{color: #00a1e4;}
ul.footer-menu > li.current-menu-item > a {
    color: #00a1e4 !important;
}