body {
	font-family: 'Roboto', sans-serif;

	background-image: url(/img/lb_bg.svg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;

	-webkit-font-smoothing: antialiased;
}

body:after{
	content:"";
	position:fixed; /* stretch a fixed position to the whole screen */
	top:0;
	height:100vh; /* fix for mobile browser address bar appearing disappearing */
	left:0;
	right:0;
	z-index:-1; /* needed to keep in the background */
	background: url(/img/lb_bg.svg) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-toggler {
	border-color: white !important;
}

.navbar-brand img {
	width: 200px;
	height: 70px;
}

.container {
	max-width: 960px;
	padding-left: 0px;
	padding-right: 0px;
}

.navbar {
	background-color: rgba(23, 177, 97, 0.76) !important;
}

.hero-title {
	/* top: -96px; */
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;

	color: white;

	/* BG IMAGE */
	/* background-image: url(/img/lb_bg.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	background-attachment: fixed; */

	z-index: 1;
}

.hero-start-button {
	margin-top: 10px;
	background-color: white;
	border-radius: 20px;
	border-color: transparent;
	width: 155px;
	line-height: 35px;
	font-weight: bold;
	color: rgb(50, 50, 50);
	outline-color: black;
	box-shadow: rgba(0, 0, 0, 0.6) 0.77px 0.64px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.phone-header img {
	height: 816px;
	width: 419px;
	position: absolute;
	top: 90px;
}

.computers-header img {
	width: 416px;
	height: 202px;
}

.green-text {
	color: rgb(23, 177, 97);
}

.blue-text {
	color: rgb(0, 166, 219);
}

.font-xxxl {
	font-size: 160px;
}

.thick-line {
	position: absolute;
	top: 170px;
	border-color: rgb(23, 177, 97);
	border-width: 5px;
	width: 190px;
}

.thick-line.blue {
	border-color: rgb(0, 166, 219);
}

.white-background {
	background-color: rgb(255, 255, 255);
}

.blue-background {
	background-color: rgb(0, 166, 219);
}

.green-background {
	background-color: rgb(23, 177, 97);
}

.footer {
	background-color: transparent;
}

.vr-white {
	border-left: 3px solid white;
	height: 30px;
}

.feature-icon,
.feature-header {
	text-align: left !important;
}

.stay-in-touch {
	text-align: center;
}

.stay-in-touch h1 {
	text-align: left;
}

#contact a {
	color: white;
}

/*
 * Extra utilities
 */

.flex-equal>* {
	-ms-flex: 1;
	flex: 1;
}

@media (min-width: 768px) {
	.flex-md-equal>* {
		-ms-flex: 1;
		flex: 1;
	}
}

.overflow-hidden {
	overflow: hidden;
}



@media only screen and (max-width: 575px) {
	body {
		background-image: url(/img/lb_bg_small.svg);
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	body:after{
		background: url(/img/lb_bg_small.svg) center center;
	}


	.navbar-brand img {
		width: 100px;
		height: 35px;
	}

	.display-2 {
		font-size: 3.5rem;
	}

	.phone-header img {
		height: 408px;
		width: 210px;
		position: absolute;
		top: 0px;
		display: none !important;
	}

	.computers-header img {
		width: 248px;
		height: 124px;
	}

	.feature-icon,
	.feature-header,
	.hero-title {
		text-align: center !important;
	}

	.vr-white {
		border-color: transparent;
	}

	.stay-in-touch h1 {
		text-align: center;
	}

	.font-xxxl {
		font-size: 120px;
	}

	.thick-line {
		position: relative;
		top: 160px;
		border-color: rgb(23, 177, 97);
		border-width: 5px;
		width: 190px;
	}

	footer a {
		font-size: 20px;
	}
}

/* SMALL SCREENS */
@media all and (min-width: 576px) and (max-width: 767px) {
	.vr-white {
		border-color: transparent;
	}
}

/* MEDIUM SCREENS */
@media all and (min-width: 768px) and (max-width: 991px) {

	.navbar-brand img {
		width: 160px;
		height: 56px;
	}

	.h4 {
		font-size: 1.3rem;
	}

	.vr-white {
		border-color: transparent;
	}
}



/* PRICING TABLE */
article {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	/* height:1000px; */
	position: relative;
}

ul.article {
	display: flex;
	top: 0px;
	z-index: 10;
	padding-bottom: 14px;

	padding-inline-start: 0px;
}

ul.article li {
	list-style: none;
	flex: 1;
}

ul.article li:last-child {
	border-right: 1px solid #DDD;
}

ul.article button {
	width: 100%;
	border: 1px solid #DDD;
	border-right: 0;
	border-top: 0;
	padding: 10px;
	background: #FFF;
	font-size: 14px;
	font-weight: bold;
	height: 60px;
	color: #999;
}

ul.article li.active button {
	background: #F5F5F5;
	color: #000;
}

article table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

article th {
	background: #e0e0e0;
	display: none;
}

article td,
article th {
	/* height:53px; */

	height: 45px;
}

article td,
article th {
	border: 1px solid #DDD;
	padding: 10px;
	empty-cells: show;
}

article td,
article th {
	text-align: left;
}

article td+td,
article th+th {
	text-align: center;
	display: none;
}

article td.default {
	display: table-cell;
}

.bg-purple {
	border-top: 3px solid rgb(23, 177, 97);
}

.bg-blue {
	border-top: 3px solid rgb(0, 166, 219);
}

.sep, .buy {
	/* background:#F5F5F5; */

	background: #e0e0e0;

	font-weight: bold;
}

.sep h1 {
	line-height: 24px;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
}

.txt-m {
	font-size: 22px;
	font-weight: normal;
	color: rgb(23, 177, 97);
}

.txt-l {
	font-size: 28px;
	font-weight: normal;
	color: rgb(23, 177, 97);
}

.txt-top {
	position: relative;
	top: -9px;
	left: 0px;
}

.tick {
	font-size: 18px;
	color: rgb(23, 177, 97);
}

.hide {
	border: 0;
	background: none;
}

.pricing-regular {
	font-size: 12px;
}

@media (min-width: 750px) {
	ul.article {
		display: none;
	}

	article td,
	article th {
		display: table-cell !important;
	}

	article td,
	article th {
		width: 330px;

	}

	article td+td,
	article th+th {
		width: auto;
	}
}

/* PRICING PANES */
section {
	padding: 1em 0 0em;
	/* min-height: 100vh; */
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.pricing {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 3em;
}

.pricing-item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 330px;
	flex: 0 1 330px;
}

.pricing-action {
	color: inherit;
	border: none;
	background: none;
}

.pricing-action:focus {
	outline: none;
}

.pricing-action.blue {
	background-color: #0387DD !important;
}

.pricing-action.green {
	background-color: rgb(23, 177, 97) !important;
}

.pricing-feature-list {
	text-align: left;
}

.pricing-palden .pricing-item {
	font-family: 'Open Sans', sans-serif;
	cursor: default;
	color: #616161;
	background: #fff;
	box-shadow: 0 5px 10px rgba(46, 59, 125, 0.43);
	border-radius: 20px 20px 10px 10px;
	margin: 1em;
}

@media screen and (min-width: 66.25em) {
	.pricing-palden .pricing-item {
		margin: 1em -0.5em;
	}

	.pricing-palden .pricing__item--featured {
		margin: 0;
		z-index: 10;
		box-shadow: 0 5px 10px rgba(46, 59, 125, 0.43);
	}
}

.pricing-palden .pricing-deco {
	border-radius: 10px 10px 0 0;
	background: #0387DD;
	padding: 4em 0 9em;
	position: relative;
}

.pricing-palden .pricing-deco.middle {
	background: rgb(23, 177, 97);
}


.pricing-palden .pricing-deco-img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 160px;
}

.pricing-palden .pricing-title {
	font-size: 0.75em;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #fff;
}

.pricing-palden .deco-layer {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.pricing-palden .pricing-item:hover .deco-layer--1 {
	-webkit-transform: translate3d(15px, 0, 0);
	transform: translate3d(15px, 0, 0);
}

.pricing-palden .pricing-item:hover .deco-layer--2 {
	-webkit-transform: translate3d(-15px, 0, 0);
	transform: translate3d(-15px, 0, 0);
}

.pricing-palden .icon {
	font-size: 2.5em;
}

.pricing-palden .pricing-price {
	font-size: 5em;
	font-weight: bold;
	padding: 0;
	color: #fff;
	margin: 0 0 0.25em 0;
	line-height: 0.75;
}

.pricing-palden .pricing-currency {
	font-size: 0.15em;
	vertical-align: top;
}

.pricing-palden .pricing-period {
	font-size: 0.15em;
	padding: 0 0 0 0.5em;
	font-style: italic;
}

.pricing-palden .pricing__sentence {
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em;
}

.pricing-palden .pricing-feature-list {
	margin: 0;
	padding: 0.25em 0 2.5em;
	list-style: none;
	text-align: center;
}

.pricing-palden .pricing-feature {
	padding: 1em 0;
}

.pricing-palden .pricing-action {
	font-weight: bold;
	margin: auto 3em 2em 3em;
	padding: 1em 2em;
	color: #fff;
	border-radius: 30px;
	background: #1a237e;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.pricing-palden .pricing-action:hover,
.pricing-palden .pricing-action:focus {
	background-color: #100A13;
}

.pricing-palden .pricing-item--featured .pricing-deco {
	padding: 5em 0 8.885em 0;
}