body {
	font-family: 'Roboto', sans-serif;
	/* background: url("../img/bg-pattern.png"), #2196F3; */
	/* background: url("../img/blyss-background-n.png"); */
	color: #fff;
	-webkit-font-smoothing: antialiased;
	padding-top: 0px;


}

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/bg-pattern.png"), #2196F3; */
	/* background: url("../img/blyss-background-n.png");
	background-size: 100% 100%; */
	/* background-repeat: no-repeat; */
	/* color: #fff; */
}

.background {
	background: url("../img/blyss-background-n.png");
	background-size: 100% 100%;

}


.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(33, 150, 243, 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: #2196F3 !important;
}

.navbar-brand img {
	width: 160px;
	/* height: 70px; */
}

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

.navbar {
	background-color: white !important;
}

.nav-link {
	color: #2196F3 !important;
	font-size: 18px;
}

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

.create-free-account-header-button {
	margin-top: 5px;
	background-color: #0365B6;
	border-radius: 10px;
	border-color: transparent;
	width: 205px;
	line-height: 20px;
	color:#ffff;
	outline-color: black;
	box-shadow: rgba(0, 0, 0, 0.6) 0.77px 0.64px 4px 0px;
}

.learn-more-button {
	margin-top: 5px;
	background-color: #ffff;
	border-radius: 10px;
	border-color: transparent;
	width: 205px;
	line-height: 20px;
	color:#0365B6;
	outline-color: black;
	box-shadow: rgba(0, 0, 0, 0.6) 0.77px 0.64px 4px 0px;
}

.tech-partner-button {
	margin-top: 10px;
	background-color: white;
	border-radius: 10px;
	border-color: transparent;
	width: 205px;
	line-height: 35px;
	color:#0365B6;
	outline-color: black;
	box-shadow: rgba(0, 0, 0, 0.6) 0.77px 0.64px 4px 0px;
}

.hero-header-button {
	background-color: white;
	border-radius: 20px;
	border-color: transparent;
	line-height: 30px;
	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: 'Roboto', sans-serif;
}


.button-font-shape {
	border-radius: 20px;
	border-color: transparent;
	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: 'Roboto', sans-serif;
}

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

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

.green-text {
	color: #4CAF50;
}

.blue-text {
	color: #2196F3;
}

.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: #2196F3;
}

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

.blue-background {
	background-color: #2196F3;
}

.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;
}

#contact a {
	color: #2196F3;
}

/*
 * Extra utilities
 */

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


/* 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-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;
}

.pricing-banner{
	min-width: 100px;
	float:right;
	margin-right:-11px;
	padding: 8px;
	border-radius: 5px 0px 0px 5px;
	background-color: #ffd774;
	color:black;
	text-align:center;
}

.pricing-banner-main{
	min-width: 150px;
	max-width: 160px;
	margin-left:auto;
	margin-right:-16px;
	padding:10px;
	border-radius: 5px 0px 0px 5px;
	background-color: #ffd774;
	color:black;
	height:38px;
	text-align:center;
}

.pricing-banner-empty{
	height:38px;
}

/* .tier-message{
	height:20px;
} */

@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: rgb(83, 37, 105);
}

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

.langToggle {
	top: 77px;
	right: 0px;
	background: white;
	width: 100px;
	z-index: 9999;
}

.langToggle a {
	top: 77px;
	right: 0px;
	background: white;
	width: 100px;
}

.privacy-body {
	color: black;
}

@media only screen and (max-width: 575px) {
	.langToggle {
		top: 61px;
		left: 0px;
		background: white;
		width: 100px;
		z-index: 9999;
	}
}


/* Play-Icon */
.play-button-div {
	position: relative;
	display: inline-block;
}
.play-button-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 1024px){
    ul.navbar-nav {
      display: flex;
      flex-direction: column;
    }
    ul.navbar-nav li:first-child {
      order: 2;
    }
    ul.navbar-nav li:nth-child(2) {
      order: 3;
    }
    ul.navbar-nav li:nth-child(3) {
      order: 4;
    }
    ul.navbar-nav li:nth-child(4) {
      order: 5;
    }
    ul.navbar-nav li:nth-child(5) {
      order: 6;
    }
    ul.navbar-nav li:nth-child(6) {
      order: 1;
    }
}


.play-button-div:hover .play-button-icon {
	filter: drop-shadow(10px 10px 10px #222);
	-webkit-filter: drop-shadow(10px 10px 10px #222);
}


#chkStagesError, #chkMeetingError{
    line-height: 1.5;
    color: #ef5350;
}