@font-face {
	font-family: 'Lato';
	src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
		 url('../fonts/lato-bold-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/lato-light-webfont.woff2') format('woff2'),
		 url('../fonts/lato-light-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
		 url('../fonts/lato-regular-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
body {
	color: #777777;
	font-family: "Lato",Helvetica,Arial,sans-serif;
	font-size: 14px; 
	line-height: 24px;
}
p {
	margin: 0 0 10px;
}

.hero-video {
	bottom: 300px;
}

.dash{
  border: 0 none;
  border-top: 4px dashed #8c9cb5;
  background: none;
  height:0;
  margin-bottom: 20px;
} 
.column.is-vcentered {
	display: flex;
}
.is-reverse {
    flex-direction: row-reverse;
}
.padding-left {
	padding-left: 30px;
}
.padding-right {
	padding-right: 30px;
}

/* Button */
.button {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.button.is-primary.is-outlined {
    border-color: #7ecdc1;
    border-width: 2px;
    color: #7ecdc1;
    font-size: 14px;
    font-weight: bold;
    height: inherit;
    line-height: 1;
    padding: 13px 18px;
}
.button.is-primary.is-outlined:focus, 
.button.is-primary.is-outlined:hover {
	background-color: #7ecdc1;
	border-color: #7ecdc1;
}
.button.is-primary.is-focused:not(:active), 
.button.is-primary:focus:not(:active) {
	box-shadow: 0 0 0 0.125em rgba(126, 205, 193, .25);
}
.button-info {
	background-color: #9dd5be;
	border: 2px solid transparent;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	height: 49px;
	line-height: 47px;
	padding: 0 18px;
	width: 210px;
}
.button-info:hover {
	background-color: #fff;
}
.button-filled:hover {
	border-color: #ac8dc1;
	color: #ac8dc1;
	background-color: #fff;
}
.button-pink {
	background-color: #dcc1dd;
	border: 2px solid transparent;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	height: 49px;
	line-height: 47px;
	padding: 0 18px;
	width: 210px;
}
.button-pink:hover {
	background-color: #fff;
}

.button-started .button ~ .button {
	margin-left: 15px;
}

/* Header */
.navbar {
	background-color: transparent;
	line-height: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
    -webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;	
}
.navbar.nav-sticky {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.navbar-brand > a {
	max-width: 310px;
}
a.navbar-item {
	color: #96a7be;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
	
	padding: 8px 11px;
    -webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;	
	margin-top: -4px;
}
.navbar-menu .navbar-end li {
	margin-right: 16px;
}
.navbar-menu {
	padding-right: 28px;
}
.navbar a.navbar-item:hover,.navbar a.navbar-item:focus {
	background-color: transparent;
	color: #000;
}
#activeMenu.dropdown > a.navbar-item {
	color: #000;
}
.header-white a.navbar-item {
	color: #fff;
}
.nav-sticky {
	position: fixed !important;
	top: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.navbar.nav-sticky {
	background-color: #96a7be;
}
.header-dark .navbar.nav-sticky {
	background-color: #ffffff;
}
.header-white .logo-dark {
	display: none;
}
.header-dark .logo.logo-white {
	display: none;
}
.header-bg { 
	display: none;
}
.header-bg-img .header-bg { 
	display: block;
}

/* Home Banner */
.index-banner {
	height: 725px;
	position: relative;
}
.banner-img {
    background-image: url("../images/home-banner2.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
.index-banner-text h1 {
	font-size: 45px;
	font-weight: 300;
	line-height: 44px;
}
.index-banner-text {
	padding-top: 154px;
}
.index-banner-text h1.second-main {
	margin-top: 14px;
}
.caret {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px dashed #fff;
	cursor: pointer;
	display: inline-block;
	height: 0;
	margin-left: 0px;
	margin-top: 9px;
	vertical-align: middle;
	width: 0;
}
.navbar .navbar-item .caret {
	border-width: 10px 6px 0;
}

/* button started */
.button-started {
	left: 0;
	position: absolute;
	right: 0;
	top: -15px;
	z-index: 2;
}

/* Family page - email form for creche */
section.family {
	margin-top: 80px;
}

/* Footer */
footer.footer {
	background-color: transparent;
	padding: 0px;
}
.bg-secondary-1 {
	background-color: #dcc1dd;
}
.strip {
	padding: 40px 20px 40px 45px;
}
.footer-logo {
	max-height: 36px;
}
.short-2 {
	position: relative;
}
.bg-secondary-3 {
	background-color: #9dd5be;
}
.copyright {
	padding: 28px 20px 30px 45px;
}
.short-2 .contact-action {
	background-color: #96a7be;
	font-size: 18px;
	height: 100%;
	padding-left: 100px;
	padding-right: 110px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
    -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;	
	z-index: 3;
}
.short-2 .contact-action:hover {
	background-color: #16181c;
}
.text-white {
	color: #fff;
}
.short-2 span {
	display: inline-block;
	margin-right: 16px;
	font-size: 16px;
}
span.text-white a {
	color: #ffffff;
	font-weight: 600;
}

/* feature section */
section.home-feature {
	background: #ffffff none repeat scroll 0 0;
	padding-top: 60px;
	padding-bottom: 120px;
}
.main-title > h1 {
	color: #696969;
	font-size: 38px;
	font-weight: 500;
	line-height: 44px;
	margin-bottom: 0;
}
.main-title > h4 {
	color: #333333;
	display: inline-block;
	font-size: 28px;
	font-weight: 100;
	line-height: 1.1;
	margin-bottom: 30px;
	margin-top: 10px;
}
.home-feature-box > img {
	margin: 0 auto;
	max-height: 147px;
	padding: 25px;
	position: relative;
	top: 6px;
}
.home-feature-box > h2 {
	color: #7d7d7d;
	font-size: 28px;
	font-weight: 500;
	line-height: 34px;
	margin-bottom: 30px;
	margin-top: 25px;
}
.home-feature-box > p {
	font-size: 21px;
	line-height: normal;
	margin: 0 auto;
	max-width: 224px;
	width: 100%;
}

/* image section */
.product-right {
    height: 650px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.managers-desktop {
    height: 400px;
}
.free-parent-app {
	height: 890px;
	margin-top: 40px;
}
.background-image-holder.parallax-background {
    height: 120%;
    top: -10%;
}
.background-image-holder, .foreground-image-holder {
    background-position: 50% 50% !important;
    background-size: cover !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.free-parent-app .background-translation {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

/* Email Submission forms HOMPAGE */

.form-home-scetion.button-started {
	top: -28px;
}
.form-home-scetion form {
	background-color: #efefef;
	border-radius: 10px;
	box-shadow: none;
	padding: 15px 20px;
}
.form-home-scetion .input-box {
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 10px;
	color: #9b9b9b;
	font-size: 20px;
	height: 49px;
	padding: 0 20px;
	width: 100%;
}
.form-home-scetion .button-info {
	line-height: normal;
}
.form-home-scetion .button-pink {
	line-height: normal;
}
.form-home-scetion .input-box::-webkit-input-placeholder { /* Chrome */
	color: #9b9b9b !important;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-style: italic;
}
.form-home-scetion .input-box:-ms-input-placeholder { /* IE 10+ */
	color: #9b9b9b !important;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-style: italic;
}
.form-home-scetion .input-box::-moz-placeholder { /* Firefox 19+ */
	color: #9b9b9b !important;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-style: italic;
}
.form-home-scetion .input-box:-moz-placeholder { /* Firefox 4 - 18 */
	color: #9b9b9b !important;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-style: italic;
}
.form-home-email-section:after {
	bottom: -100px;
	content: "";
	display: block;
	height: 484px;
	position: absolute;
	width: 100%;
}
.form-home-email-section:before {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	width: 100%;
	z-index: 2;
}
.form-home-email-section {
	padding-bottom: 80px;
	position: relative;
}

.form-home-email-section .form-home-scetion form,.form-home-email-section .form-home-scetion .input-box {
	border-radius: 4px;
}
.form-home-email-section .form-home-scetion {
	max-width: 1000px;
	padding-right: 190px;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%);
	-moz-transform:    translate(-50%);
	-ms-transform:     translate(-50%);
	-o-transform:      translate(-50%);
	transform:         translate(-50%);	
}
.form-home-email-section .form-home-scetion a.button-info {
	box-shadow: 1px 2px 6px 2px rgba(0, 0, 0, 0.15);
	line-height: 49px;
	position: absolute;
	right: 0;
	top: 16px;
	width: auto;
}
.form-home-email-section .form-home-scetion a.button-pink {
	box-shadow: 1px 2px 6px 2px rgba(0, 0, 0, 0.15);
	line-height: 49px;
	position: absolute;
	right: 0;
	top: 16px;
	width: auto;
}
.form-email-section .form-scetion a.button-pink {
	box-shadow: 1px 2px 6px 2px rgba(0, 0, 0, 0.15);
	line-height: 49px;
	position: absolute;
	right: 0;
	top: 16px;
	width: auto;
}
.form-home-email-section .form-home-scetion form {
	box-shadow: 1px 2px 6px 2px rgba(0, 0, 0, 0.15);
}

/* Email Submission forms */

.form-scetion.button-started {
	top: -28px;
}
.form-scetion form {
	background-color: #efefef;
	border-radius: 10px;
	box-shadow: none;
	padding: 15px 20px;
}
.form-scetion .input-box {
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 10px;
	color: #9b9b9b;
	font-size: 20px;
	height: 49px;
	padding: 0 20px;
	width: 100%;
}
.form-scetion .button-info {
	line-height: normal;
}
.form-scetion .input-box::-webkit-input-placeholder { /* Chrome */
	color: #9b9b9b !important;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-style: italic;
}
.form-scetion .input-box:-ms-input-placeholder { /* IE 10+ */
	color: #9b9b9b !important;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-style: italic;
}
.form-scetion .input-box::-moz-placeholder { /* Firefox 19+ */
	color: #9b9b9b !important;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-style: italic;
}
.form-scetion .input-box:-moz-placeholder { /* Firefox 4 - 18 */
	color: #9b9b9b !important;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-style: italic;
}
.form-email-section:after {
	 /*background-image: url(../images/form-email-bg.png);*/
	bottom: -100px;
	content: "";
	display: block;
	height: 484px;
	position: absolute;
	width: 100%;
}
.form-email-section:before {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	width: 100%;
	z-index: 2;
}
.form-email-section {
	padding-bottom: 150px;
	position: relative;
	width: 98%;
}

.form-email-section .form-scetion form,.form-email-section .form-scetion .input-box {
	border-radius: 4px;
}
.form-email-section .form-scetion {
	max-width: 1000px;
	padding-right: 190px;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%);
	-moz-transform:    translate(-50%);
	-ms-transform:     translate(-50%);
	-o-transform:      translate(-50%);
	transform:         translate(-50%);	
}
.form-email-section .form-scetion a.button-info {
	box-shadow: 1px 2px 6px 2px rgba(0, 0, 0, 0.15);
	line-height: 49px;
	position: absolute;
	right: 0;
	top: 16px;
	width: auto;
}
.form-email-section .form-scetion a.button-pink {
	box-shadow: 1px 2px 6px 2px rgba(0, 0, 0, 0.15);
	line-height: 49px;
	position: absolute;
	right: 0;
	top: 16px;
	width: auto;
}

.form-email-section .form-scetion form {
	box-shadow: 1px 2px 6px 2px rgba(0, 0, 0, 0.15);
}

.form-email-section-center {
	margin-top: 130px;
}
.form-email-section-center .form-scetion form,.form-email-section-center .form-scetion .input-box {
	border-radius: 4px;
}
.form-email-section-center .form-scetion {
	max-width: 1000px;
	padding-right: 190px;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%);
	-moz-transform:    translate(-50%);
	-ms-transform:     translate(-50%);
	-o-transform:      translate(-50%);
	transform:         translate(-50%);	
}
.form-email-section-center .form-scetion a.button-info {
	box-shadow: 1px 2px 6px 2px rgba(0, 0, 0, 0.15);
	line-height: 49px;
	position: absolute;
	right: 0;
	top: 16px;
	width: auto;
}
.form-email-section-center .form-scetion a.button-pink {
	box-shadow: 1px 2px 6px 2px rgba(0, 0, 0, 0.15);
	line-height: 49px;
	position: absolute;
	right: 0;
	top: 16px;
	width: auto;
}
.form-email-section-center .form-scetion form {
	box-shadow: 1px 2px 6px 2px rgba(0, 0, 0, 0.15);
}


/* index-2 Section-1 */
.section-padding {
    padding: 70px 0 0;
}
.key-features {
	margin-bottom: 40px;
}
.title-box {
    padding-bottom: 96px;
}
.title-box .title {
    color: #8e8e8e;
	font-size: 2.24rem;
    margin-bottom: 25px;
}
.title-box .subtitle {
    color: #778088;
    font-size: 20px;
}
.title-box .title + .subtitle {
    margin-top: 0;
}
.features-left img,
.platform-left img {
    border-radius: 10px;
    box-shadow: 0 5px 15px 2px #e0e0e0;
    width: 100%;
}
.features-list {
    margin-top: 0;
}
.features-list li {
	margin-bottom: 30px;
}
.features-list .title {
    color: #778088;
    margin-bottom: 15px;
}
.sub-details-text {
    font-size: 18px;
	margin-bottom: 10px;
}

/* Platform */
.platform-box {
	display: flex;
	margin-bottom: 30px;
}
.platform-box .left-part {
	margin-top:-17px;
	width: 15%;
}
.platform-box .right-part {
	padding-left: 20px;
	width: 84%;
}
.platform-box h2 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
.platform-box h3 {
	display: table;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
	min-width: 35%;
}
.platform-box h3 a {
	align-items: center;
	border: 3px solid #97d5bf;
	border-radius: 7px;
	color: #000;
	display: flex;
	padding: 9px 10px;
}
.play-button {
	align-items: center;
	color: #97d5bf;
	display: flex;
	font-size: 20px;
	margin-right: 15px;
	text-transform: uppercase;
}
.play-button > img {
	height: 30px;
	margin-right: 5px;
	width: 30px;
}
.platform-box.ui-tabs-active h3 a {
	background-color: #97d5bf;
}
.platform-box.ui-tabs-active h3 .play-button {
	color: #fff;
}
.playing-video-btn, .playing-text {
	display: none;
}
.ui-tabs-active .play-video-btn, .ui-tabs-active .play-text {
	display: none;
}
.ui-tabs-active .playing-video-btn, .ui-tabs-active .playing-text {
	display: inline-block;
}
.platform-box p {
	color: #6e6e6e;
	font-size: 19px;
}
.platform-box .right-part a:focus {
	text-decoration: none;
}


.home-banner {
	position: relative;
}
.logo-images {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner-design {
	bottom: 0px;
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0px;
}
.tv-icon-img {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	bottom:0px;
}
.index-introducing-page .tv-icon-img > img {
	width: 11%;
}

.home-banner > img {
	width: 100%;
}
.home-banner {
	position: relative;
}
.logo-images {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner-design {
	bottom: -10px;
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0px;
}
.banner-text h3 {
	color: #ffffff;
	font-size: 35px;
	font-weight: bold;
}
.tv-icon-img {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: -20px;
}
.index-introducing-page .tv-icon-img > img {
	width: 11%;
}


/* Pricing */
.pricing {
	padding: 92px 0;
}
.grey-bg {
	background-color: #f4f4f4;	
}
.header-margin-top {
	margin-top: 100px;
}
.header-bg-margin-top {
	margin-top: 280px;
}
.pricing-title {
	color: #8a9db6;
	display: inline-block;
	font-size: 32px;
	font-weight: 700;
	line-height: 44px;
	margin-bottom: 36px;
	width: 100%;
}
.pricing-bg {
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.pricing, .pricing h1, .pricing h3, .pricing h5 {
	color: #8A9DB6;
}
.pricing-title {
	font-weight: 700;
}
.pricing-total > h5, .pricing-download > h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 16px;
}
.pricing-bg {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}
.pricing-lhs .pricing-bg {
    display: flex;
    margin-right: 5px;
}
.pricing-one {
    width: 36%;
}
.pricing-page #footer.section-padding {
	padding: 0px;
}

/* IE only css */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.pricing-one {
	width: 33% !important;
	float: left !important;
}
.pricing-two, .pricing-three, .pricing-four {
	width: 22.33% !important;
	float: left !important;
}
}
/* Safari only css */
::i-block-chrome, .pricing-one {
	width: 33% !important;
	float: left !important;
}
::i-block-chrome, .pricing-two, .pricing-three, .pricing-four {
	width: 22.33% !important;
	float: left !important;
}
.pricing-signup {
	height: 240px;
	padding: 30px 0;
}
.pricing-signup img {
    display: block;
    margin: 30px auto 41px;
}
.pricing-signup .btn {
    font-size: 19px;
    padding: 8px 22px;
}
.pricing-heading {
	height: 240px;
}
.pricing-heading h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    padding-top: 20px;
}
.pricing-heading h1 {
	font-size: 27px;
	font-weight: 700;
	line-height: 44px;
	margin-bottom: 15px;
}
.pricing-heading h1 span {
    font-size: 14px;
	line-height: normal;
    margin-left: 3px;
}
.pricing-heading h5 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.1;
}
.pricing-heading h5.pricing-light {
	font-weight: normal;
}
.pricing-light {
    font-weight: 600;
	height: 16px;
}
.pricing-two, .pricing-three, .pricing-four {
	border-left: 1px solid rgba(138, 157, 182, .6);
    width: 22.33%;
}
.pricing-dashed {
	background-color: #ffffff;
	border-color: rgba(138, 157, 182, 0.6);
	border-style: dashed;
	border-width: 3px 0 0;
	margin: 30px auto 35px;
}
.pricing-heading .pricing-dashed {
	margin: 17px auto;
	max-width: 110px;
}
.pricing-one-list li {
    border-top: 1px solid rgba(138, 157, 182, 0.6);
	height: 37px;
    padding: 6px 22px 6px 28px;
}
.pricing-one-list .pricing-one-heading, 
.pricing-icon-list .pricing-one-heading {
    background-color: rgba(186, 199, 214, 0.2);
    border-top: none;
	height: 27px;
    padding-bottom: 8px;
	padding-top: 7px;
}
.pricing-one-list .pricing-one-heading + li,
.pricing-icon-list .pricing-one-heading + li {
    border-top: none;
	height: 36px;
}
.pricing-one-heading h6 {
    color: #8b9db6;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 0;
}
.pricing-icon-list li {
    border-top: 1px solid rgba(138, 157, 182, 0.6);
	height: 37px;
    padding: 6px;
}
.pricing-rhs .pricing-bg {
	display: block;
	padding: 25px 35px;
}
.pricing-total {
    padding-left: 30px;
}
.pricing-total h3 {
    font-size: 23px;
	font-weight: 700;
}
.pricing-total h1 {
	font-size: 38px;
	font-weight: 700;
	line-height: 44px;
	margin-bottom: 0;
	margin-top: 5px;
}
.pricing-list li {
    padding: 5px 0;
}
.pricing-list li:before {
    background-image: url("../images/check-icon.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 13px;
    margin-right: 10px;
    width: 15px;
}
.pricing-download p {
    line-height: normal;
    margin-bottom: 30px;
    padding-top: 5px;
}
.pricing-download .btn {
    font-weight: 400;
    padding: 6px 18px;
}
.btn-green {
	background-color: #9ed5be;
	border: 2px solid rgba(0, 0, 0, 0);
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.42857;
	padding: 8px 22px;
	vertical-align: middle;
}
.btn-green:hover, .btn-green:focus {
	background-color: rgba(0, 0, 0, 0);
	border-color: #9ed5be;
	color: #9ed5be;
}
.pricing-btn {
	font-size: 16px;
}
.pricing-btn2 {
	font-size: 18px;
	padding: 5px;
}
b.free-processing {
	display: inline-block;
	padding-left: 10px;
	padding-top: 16px;
}
b.free-processing:before {
	content: '*';
	font-size: 19px;
}

/* Way Details */
.title-logo {
	color: #96a7bd;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 50px;
	margin-top: 30px;
}
.title-logo > img {
	margin-left: 5px;
	max-width: 170px;
	width: 100%;
}
.why-setup-sec .platform-box .left-part > img {
	max-width: 70px;
	width: 100%;
}
.header-bg {
	position: absolute;
	top: -110px;
	width: 100%;
	z-index: -1;
}
.header-bg > img {
	width: 100%;
}
.why-setup-sec .platform-box h3, .why-setup-sec .platform-box p {
	color: #545655; 
} 
.why-setup-sec .platform-box .left-part {
	margin-left: 0;
	width: 12%;
}
.nav-sticky .header-bg {
	display: none;
}

/* Contact */
.box-bg {
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 4px 32px 4px #9e9e9e;
	margin: -540px auto 100px;
	max-width: 650px;
	padding: 10px 40px 20px;
	width: 100%;
}
.contact-us .title-logo {
	margin-bottom: 50px;
}
.contact-title {
	color: #545454;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.contact-us li p {
	color: #545454;
	font-size: 20px;
	font-weight: 200;
	margin-bottom: 30px;
}
.map-images-bg {
	position: relative;
	top: -281px;
}
.map-images-bg > img {
	width: 100%;
}

/* signup-success */
.mandate-success h4 {
	color: #ac8dc1;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.1;
}
.btn-info.btn-filled {
	background: #9ed5be none repeat scroll 0 0;
	border: 2px solid rgba(0, 0, 0, 0);
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	line-height: 1;
	padding: 14px 18px 13px;
}
.btn-info.btn-filled:hover {
	background-color: rgba(0, 0, 0, 0);
	border-color: #ac8dc1;
	color: #ac8dc1;
}
header.mandate {
	padding: 250px 0 350px;
}
.short-2 .mandate-copyright {
	color: #000000;
	font-size: 14px;
	padding: 0 60px 30px;
}
.background-img-holder {
	position: absolute;
	top: -11%;
}
.background-img-holder > img {
	width: 100%;
}

/* --- Landing Page Forms --*/
.customers-box {
    background-color: #f4f4f4;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    max-width: 380px;
    padding: 50px 35px 60px 25px;
}
.customers-box h3 {
    color: #7d7d7d;
    font-weight: 400;
    text-align: left;
}

hr.border-dashed {
	border: none;
    border-top: 2px dashed #b7b9bc;
}
.customers-box hr.border-dashed {
    margin: 25px 0 30px;
}
.customers-box form .form-group {
    margin-bottom: 25px;
}
.customers-box form input[type="text"],
.customers-box form input[type="email"] {
    border: none;
	border-radius: 10px;
	padding: 10px 15px;
    text-align: left;
    width: 100%;
}
.customers-box form input[type="tel"] {
    border: none;
	border-radius: 10px;
	padding: 10px 15px;
    color: #7f7f80;
    width: 100%;
}
.customers-box form > .text-left {
	margin: -10px 0 10px;
	padding-left: 15px;
}
.customers-box .btn {
    background-color: #ac8dc1;
    font-size: 22px;
    padding: 15px 55px;
	max-width: 100%;
}
.customers-box form .form-group:last-child {
    margin-bottom: 0;
    padding-top: 8px;
}

.button-form {
	background-color: #9dd5be;
	color: #fff;
}

.logo-images.logo-text > h2 {
	color: #fff;
	font-size: 47px;
	font-weight: 400;
	margin-bottom: 30px;
	text-shadow: 1px 3px 3px #606060;
}
.logo-images.logo-text > h3 {
	color: #fff;
	font-size: 45px;
	line-height: normal;
	margin-top: 20px;
	text-shadow: 1px 3px 3px #606060;
}
.tv-icon-img > img {
	max-width: 220px;
	width: 100%;
}