/* custom css */

@font-face {
    font-family: 'OriginGordita-Black';
    src: url('../fonts/Origin_Gordita-Black.eot');
    src: url('../fonts/Origin_Gordita-Black.eot') format('embedded-opentype'),
         url('../fonts/Origin_Gordita-Black.woff') format('woff'),
         url('../fonts/Origin_Gordita-Black.ttf') format('truetype'),
         url('../fonts/Origin_Gordita-Black.svg#OriginGordita-Black') format('svg');
}
@font-face {
    font-family: 'OriginGordita-Medium';
    src: url('../fonts/Origin_Gordita-Medium.eot');
    src: url('../fonts/Origin_Gordita-Medium.eot') format('embedded-opentype'),
         url('../fonts/Origin_Gordita-Medium.woff') format('woff'),
         url('../fonts/Origin_Gordita-Medium.ttf') format('truetype'),
         url('../fonts/Origin_Gordita-Medium.svg#OriginGordita-Medium') format('svg');
}
@font-face {
    font-family: 'OriginGordita-Regular';
    src: url('../fonts/Origin_Gordita-Regular.eot');
    src: url('../fonts/Origin_Gordita-Regular.eot') format('embedded-opentype'),
         url('../fonts/Origin_Gordita-Regular.woff') format('woff'),
         url('../fonts/Origin_Gordita-Regular.ttf') format('truetype'),
         url('../fonts/Origin_Gordita-Regular.svg#OriginGordita-Regular') format('svg');
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}


h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp, strong, sub, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-weight:normal;
	vertical-align:baseline;
	background:transparent;
	list-style:none;
}


article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	outline:none
}

.cf:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.cf {
	display: block;
}

html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width:100%;
	height:100%;
	margin: 0;
	font-family: 'OriginGordita-Regular';
}

.container {
	width: 1200px;
	margin: 0 auto;
}
.small-container {
	width: 900px;
	margin: 0 auto;
}
.text-center {
	text-align: center;
}
.separator {
	margin: 30px 0;
	height: 1px;
	background: #ccc;
}
.my-50 {
	margin: 50px 0;
}
a {
	text-decoration: none;
	color: #000;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}

header {
	position: fixed;
	padding: 50px 50px 0 50px;
	width: 100%;
	z-index: 2;
	top: 0;
	transition:all .5s ease !important;
	-webkit-transition:all .5s ease !important;
	-moz-transition:all .5s ease !important;
}
header.dark-header a {
	color: #000;
}
header.light-header a {
	color: #fff;
}
header.dark-header.fixed {
	background-color: #fff;
	padding: 15px 25px;
}
header.light-header.fixed {
	background-color: rgba(0,0,0,.8);
	padding: 15px 25px;
}
header.fixed .logo img {
	width: 100px;
}
header.fixed nav {
	padding: 10px 0;
}
header .toggle-menu {
	display: none;
	width: 25px;
	float: right;
	padding: 10px 0;
}
header .logo {
	float: left;
}
header nav {
	float: right;
	font-family: 'OriginGordita-Black';
	padding: 30px 0;
}
header nav ul {
	float: left;
	padding-right: 30px;
}
header nav ul li {
	display: inline-block;
}
header nav ul li a {
	font-size: 12px;
	padding: 20px 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
header nav ul li:hover a, header nav ul li a.active {
	color: #fe9f2d;
}
header nav ul .menu {
	position: relative;
}
header nav ul li .sub-menu {
	padding-right: 0;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 40px;
	left: 0;
	width: 220px;
	transform: translateY(-2em);
	z-index: -1;
	transition: all 0.5s ease-in-out 0s, visibility 0s linear 0.5s, z-index 0s linear 0.01s;
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.1);
}
header nav ul .sub-menu li {
	display: block;
}
header nav ul .sub-menu li:first-child:hover a, header nav ul .sub-menu li:first-child a.active {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
header nav ul .sub-menu li:last-child:hover a, header nav ul .sub-menu li:last-child a.active {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
header nav ul .sub-menu li a {
	padding: 10px;
	display: block;
	letter-spacing: normal;
	font-family: 'OriginGordita-Medium';
	text-transform: capitalize;
	color: #737373;
}
header nav ul .sub-menu a.active, header nav ul .sub-menu li:hover a {
	background-color: #fe9f2d;
	color: #fff;
}
header nav ul .menu:focus .sub-menu,
header nav ul .menu:focus-within .sub-menu,
header nav ul .menu:hover .sub-menu {
	visibility: visible; 
	opacity: 1;
	z-index: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.5s;
	color: #000;
 }
header nav .join-beta {
	float: right;
	font-size: 12px;
	padding: 4px 0px;
	letter-spacing: 2px;
	border-bottom: 5px solid #fe9f2d;
}
header nav .join-beta:hover, .mobile-menu .join-beta:hover, .banner .wapper .cn-block .link:hover, .cn-section .detail-block .detail-cn .join-beta:hover {
	color: #fe9f2d;
}
.mobile-menu {
	right: -100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	overflow-y: auto;
  	transition: right .5s ease-out
}
.mobile-menu .close {
	float: right;
	width: 60px;
	padding: 20px;
}
.mobile-menu ul {
	margin-top: 60px;
}
.mobile-menu ul li a {
	display: block;
	padding: 10px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-family: 'OriginGordita-Black';
}
.accordion.active, .mobile-menu ul li a:hover, .mobile-menu ul li a.active {
	background-color: #fe9f2d;
	color: #fff;
}
.mobile-menu ul li .sub-menu {
	display: none;
	margin-top: 0;
}
.mobile-menu ul li .sub-menu li a {
	display: block;
	padding: 10px 20px;
	text-transform: capitalize;
	letter-spacing: normal;
	font-size: 12px;
	font-family: 'OriginGordita-Medium';
}
.mobile-menu .join-beta {
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-family: 'OriginGordita-Black';
	border-bottom: 5px solid #fe9f2d;
	margin: 10px;
}
.accordion:after {
    content: '\25BC';
    color: #000;
    float: right;
}
.accordion.active:after, .accordion:hover:after {
    color: #fff;
}
.banner {
	background-image: url(../img/section-bg1.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.banner .wapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.banner .wapper .cn-block {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	font-family: 'OriginGordita-Regular';
	margin-top: 150px;
	width: 50%;
}
.banner .wapper .cn-block .cn-detail {
	-webkit-align-self: center;
	align-self: center;
}
.banner .wapper .cn-block h3 {
	font-size: 20px;
	margin-bottom: 10px;
}
.banner .wapper .cn-block h1 {
	font-size: 45px;
	font-family: 'OriginGordita-Medium';
	color: #2768a2;
	margin-bottom: 20px;
}
.banner .wapper .cn-block .link {
	font-size: 12px;
	padding: 5px 0;
	text-transform: uppercase;
	letter-spacing: 2px; 
	font-family: 'OriginGordita-Black';
	border-bottom: 5px solid #fe9f2d;
}
.banner .wapper .cn-block li {
	display: inline-block;
	margin-top: 40px;
	margin-right: 20px;
}
.banner .wapper .img-block {
	margin-top: 150px;
	position: relative;
}
.banner .wapper .img-block img {
	display: block;
}
.banner .wapper .img-block .video-btn {
	position: absolute;
	top: 40%;
	left: 20%;
	display: inline-block;
	width: 120px;
	height: 120px;
	background: #ff9311;
	border: none;
	cursor: pointer;
	background: -moz-linear-gradient(left,  #ff9311 0%, #fe9f2d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ff9311 0%,#fe9f2d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ff9311 0%,#fe9f2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9311', endColorstr='#fe9f2d',GradientType=1 ); /* IE6-9 */
	-webkit-animation: blink 2s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: blink 2s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: blink 2s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: blink 2s infinite cubic-bezier(0.66, 0, 0, 1);
	border-radius:50%;
	box-shadow: 0 0 0 0 rgba(254,159,45, 0.8);
	-webkit-box-shadow: 0 0 0 0 rgba(254,159,45, 0.8);
	-moz-box-shadow: 0 0 0 0 rgba(254,159,45, 0.8);
}
@-webkit-keyframes blink {to {box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);}}
@-moz-keyframes blink {to {box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);}}
@-ms-keyframes blink {to {box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);}}
@keyframes blink {to {box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);}}
.banner .wapper .img-block .video-btn:after {
	content: "";
	position: absolute;
	top: 0;
	left: 5px;
	width: 100%;
	height: 100%;
	background:url(../img/play-icon.svg);
	background-size: 40px;
	background-position:  center;
	background-repeat:  no-repeat;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.banner .wapper .img-block .video-btn:hover:after {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}
#video-modal {
	display: none;
}
.close-modal {
	height: 25px;
	width: 25px;
	position: absolute;
	right: 25px;
	top: 25px;
}
.main-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.app-section {
	background-color: #2768a2
}
.app-section .app-cn {
	padding: 100px 0;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	color: #fff;
}
.app-section .app-cn .detail {
	margin: 10px 0;
	width: 50%;
}
.app-section .app-cn .app-btn {
	align-self: center;
	width: 50%;
}
.app-section .app-cn .app-btn ul {
	float: right;
	text-align: center;
}
.app-section .app-cn .app-btn ul li {
	display: inline-block;
}
.app-section .app-cn .app-btn a img {
	border-radius: 35px;
	margin: 10px;
	line-height: 20px;
}
footer {
	padding: 50px 0;
}
footer .footer-block {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	font-size: 12px;
}
footer .footer-block .left-cn ul li {
	display: inline-block;
	margin-top: 30px;
	margin-right: 20px;
}
footer .footer-block .left-cn ul li a {
	color: #2768a2;
}
footer .footer-block .right-cn ul li {
	display: inline-block;
}
footer .footer-block .right-cn .comodo-img {
	margin-right: 20px;
	margin-top: -20px;
}
footer .footer-block .right-cn svg {
	padding: 10px;
	border: 1px solid #2768a2;
	border-radius: 50%;
	height: 35px;
	width: 35px;
	margin-left: 5px;
	fill: #fff
}
footer .footer-block .right-cn svg:hover {
	background-color: #fe9f2d;
	border-color: transparent;
}
footer .footer-block .right-cn svg:hover .social-icon {
	fill: #fff !important;
}
footer .footer-block .right-cn img:hover .social-icon {
	fill: #ffffff;
}
footer .footer-block .right-cn .design-text {
	margin-top: 20px;
	text-align: right;
}
footer .footer-block .left-cn ul li a:hover, footer .footer-block .right-cn .design-text a:hover {
	color: #fe9f2d;
}

/* Benefits Page  */
.benefits-title {
	text-align: center;
	font-size: 22px;
	margin-bottom: 20px;
}
.benefits-icons .icon-box {
	width: 32%;
	display: inline-block;
	text-align: center;
}
.benefits-icons a {
	margin: 20px;
	border: 1px solid #ccc;
	padding: 50px 30px;
	display: block;
}
.benefits-icons a img.voicemail-img {
		margin-top: 50px;
	}
.benefits-icons a:hover {
	border-color: #ff9311;
}
.benefits-icons a h3 {
	font-size: 22px;
	font-family: 'OriginGordita-Medium';
	margin-top: 20px;
}
.main-banner {
	position: relative;
	border-bottom: 7px solid #2768a2;
}
.main-banner h1 {
	position: absolute;
	top: 50%;
	font-size: 40px;
	color: #fff;
	font-family: 'OriginGordita-Medium';
	width: 50%;
}
.main-banner .banner-bg {
	width: 100%;
	height: 400px;
	display: block;
}
.main-banner.terms-policy .banner-bg {
	height: 200px;
}
.cn-section .breadcrumb {
	padding: 20px 0;
}
.cn-section .breadcrumb span {
	margin-right: 10px;
}
.cn-section .breadcrumb span, .cn-section .breadcrumb span a {
	font-size: 12px;
	font-family: 'OriginGordita-Regular';
	color: #a5a5a5;
}
.cn-section .breadcrumb span.active {
	color: #2768a2;
	font-family: 'OriginGordita-Medium';
}
.cn-section .detail-block {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.cn-section .detail-block .detail-cn { 
	padding-right: 30px;
	width: 50%;
}
.cn-section .detail-block .detail-cn .title {
	font-size: 22px;
	color: #000;
	font-family: 'OriginGordita-Regular';
	padding: 30px 0;
}
.cn-section .detail-block .detail-cn p {
	font-size: 16px;
	line-height: 25px;
	font-family: 'OriginGordita-Regular';
}
.cn-section .detail-block .detail-cn .beta-text {
	font-size: 14px;
	color: #a5a5a5;
	font-family: 'OriginGordita-Regular';
	margin-bottom: 30px;
}
.cn-section .detail-block .detail-cn .join-beta {
	font-size: 12px;
	padding: 4px 0px;
	letter-spacing: 2px;
	font-family: 'OriginGordita-Black';
	border-bottom: 5px solid #fe9f2d;
}
.cn-section .detail-block .detail-cn ul {
	padding: 30px 0;
	font-size: 14px;
	color: #000;
	font-family: 'OriginGordita-Regular';
}
.cn-section .detail-block .detail-cn ul li {
	position: relative;
	padding: 0 0 15px 35px;
}
.cn-section .detail-block .detail-cn ul li ul {
	padding: 15px 0 0 0;
}
.cn-section .detail-block .detail-cn li ul li {
	position: relative;
	padding: 0 0 5px 15px;
}
.cn-section .detail-block .detail-cn ul li::after {
	background: url(../img/success.svg) 0 0 no-repeat;
	content: "";
	position: absolute;
	top: -3px;
	left: 0;
	width: 25px;
	height: 25px;
	background-size: 25px 25px;
}
.cn-section .detail-block .detail-cn li li::after {
	background: #fe9f2d;
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 4px;
	height: 4px;
	background-size: 4px 4px;
	border: 2px solid #fe9f2d;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.cn-section .detail-block .video-cn {
	margin-left: 50px;
	margin-top: 50px;
	width: 50%;
}
.cn-section .detail-block .video-cn img {
	padding: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.1);
}
.video-box {
	position: relative;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
    background-color: #fff;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}
.video-box iframe, .video-box object, .video-box embed {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.play-video {
	background: #fff;
	position: relative;
	margin-bottom: 10px;
	padding: 20px;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.1);
}
.play-video video {
	opacity: .7;
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.play-video.playing video {
	opacity: 1;
}
.play-btn {
	background:url(../img/play.svg) center center no-repeat;
	background-size: 30px 30px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	margin: -37px 0 0 -37px;
	width: 75px;
	height: 75px;
	border: 2px solid #fff;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
}
.play-video.playing .play-btn {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	background:rgba(0, 0, 0, .5) url(../img/pause.svg) center center no-repeat;
	background-size: 26px 30px;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.play-video.playing:hover .play-btn {
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
}

footer.borderd {
	border-top: 1px solid #ccc;
	margin-top: 100px;
	position: relative;
}
.chat-btn {
	background-color: transparent;
	position: fixed;
    right: 20px;
    bottom: 20px;
}
.chat-btn .close-chat-block {
	display: none;
}
.chat-btn img {
	border-radius: 50%;
	display: block;
    -webkit-box-shadow: 5px 5px 20px -5px rgba(0,0,0,.95);
	-moz-box-shadow: 5px 5px 20px -5px rgba(0,0,0,.95);
	box-shadow: 5px 5px 20px -5px rgba(0,0,0,.95);
}
.chat-btn p {
	margin-top: 3px;
}
.chat-popup {
	position: fixed;
    background: #fff;
    padding: 10px;
    margin-left: 10px;
    bottom: 20px;
    right: 100px;
    font-size: 12px;
    border: 3px solid #ff9311;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-width: 200px;
    display: none;
    -webkit-box-shadow: 5px 5px 20px -5px rgba(0,0,0,.95);
	-moz-box-shadow: 5px 5px 20px -5px rgba(0,0,0,.95);
	box-shadow: 5px 5px 20px -5px rgba(0,0,0,.95);
	font-family: 'Roboto-Regular';
}
.close-popover {
	position: absolute;
	right: -12px;
	top: -12px;
}
.close-popover img {
	width: 20px;
	height: 20px;
	padding: 5px;
	border-radius: 15px;
	background-color: #ff9311;
}
.chat-popup:after, .chat-popup:before {
	content: ' ';
    position: absolute;
    width: 0;
    height: 0;
}
.chat-popup:before {
    border-left: 31px solid #ff9311;
    border-top: 20px solid transparent;
    right: -32px;
    bottom: 25px;
}
.chat-popup:after {
    border-left: 26px solid #fff;
    border-top: 16px solid transparent;
    right: -26px;
    bottom: 27px;
}
.chat-block {
	position: fixed;
	right: -100%;
	width: 300px;
	bottom: 75px;
	height: 63%;
	max-height: 375px;
	border-radius: 15px;
	background-color: #ffffff;
	transition: right .5s ease;
	z-index: 2;
	text-align: center;
	/*overflow-y: auto;*/
	font-family: 'Roboto-Regular';
	-webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,.95);
	-moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,.95);
	box-shadow: 0px 0px 20px -5px rgba(0,0,0,.95);
}
.chat-block .tandent-link {
	font-size: 12px;
	color: #ff9311;
	text-decoration: underline;
}
.chat-block .chat-title {
	text-align: center;
	font-size: 24px;
	background-color: #ff9311;
	color: #ffffff;
	padding: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	/*font-family: 'OriginGordita-Medium';*/
}
.chat-block ul {
	height: calc(100% - 70px);
	overflow-y: auto;
}
.chat-block ul li a:hover {
	color: #ff9311;
}
.chat-block ul li:last-child {
	border-bottom: none;
	text-align: center;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.chat-block ul li {
	text-align: left;
	padding: 15px 20px;
	border-bottom: 1px solid #ccc;
}
.chat-block ul li h2 {
	font-size: 16px;
	/*font-family: 'OriginGordita-Medium';*/
}
.chat-block ul li p {
	font-size: 10px;
}
.chat-block ul li .link-icon {
	float: right;
	margin-top: 8px;
}

/* Thank You page*/
.white-box {
	margin-top: 50px;
	background-color: #ffffff;
}
.thankyou h1 {
	left: 50%;
	transform: translate(-50%);
}
.thankyou-box h1 {
	font-size: 30px;
	font-family: 'OriginGordita-Black';
	color: #ff9311;
	margin: 20px 0;
}
.thankyou-box p {
	margin-bottom: 15px;
}
.title-text {
	font-size: 22px;
	color: #000;
	margin: 10px 0;
	font-family: 'OriginGordita-Medium';
}
.list-box li {
	padding: 0 0 10px 20px;
	position: relative;
}
.list-box li::after {
	background: #fe9f2d;
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 5px;
	border: 2px solid #fe9f2d;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.about-detail {
	font-size: 22px;
	color: #000;
	font-family: 'OriginGordita-Regular';
	width: 800px;
	margin: 100px auto;
}
.team-box .img-box {
	margin-right: 20px;
	float: left;
}
.team-box .img-box img {
	border-radius: 50%;
}
.team-box .content {
	overflow: hidden;
}
.team-box .content h3 {
	font-size: 18px;
	font-family: 'OriginGordita-Medium';
	margin: 10px 0;
}
.team-box .content h3 span {
	display: block;
	font-size: 14px;
	color: #999;
}
.team-box .content p {
	margin-bottom: 20px;
	font-size: 14px !important;
}
.contact-block {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 50px;
}
.contact-cn {
	width: 40%;
}
#contactForm {
	width: 60%;
}
.contact-cn .title {
	margin: 50px 0 25px 0;
	font-size: 22px;
	font-family: 'OriginGordita-Medium';
}
.contact-info li {
	padding: 0 0 10px 30px;
	font-size: 14px;
}
.contact-info li::after {
	background: url(none) !important;
}
.contact-info li.map {
	background: url(../img/map.svg);
	background-size: 20px auto;
	background-repeat: no-repeat;
}
.contact-info li.mail {
	background: url(../img/mail.svg);
	background-size: 20px auto;
	background-repeat: no-repeat;
}
.contact-info li.mail a:hover {
	color: #fe9f2d;
}
#formMsg {
	margin-left: 50px;
}
.form-field {
	margin-top: 50px;
	margin-left: 50px;
}
.form-field .send-info {
	font-size: 14px;
	padding: 10px 30px;
	font-family: 'OriginGordita-Medium';
	background-color: #fe9f2d;
	border: none;
	color: #fff;
	cursor: pointer;
	margin-top: 10px;
}
.form-field li {
	display: inline-block;
	width: calc(50% - 3px);
	margin-bottom: 10px;
	vertical-align: top;
}
.form-field input, .form-field textarea {
	display: block;
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	font-family: 'OriginGordita-Regular';
	font-size: 14px;
}
.form-field input::-webkit-input-placeholder { 
	font-family: 'OriginGordita-Regular';
}
.form-field input:-moz-placeholder { 
	font-family: 'OriginGordita-Regular';
}
.error {
	display: inline-block;
	font-size: 14px;
	color: #D8000C;
	padding: 5px 10px;
}
.success-msg {
	display: block;
	font-size: 14px;
	color: #4F8A10;
	text-align: center;
	padding: 5px 10px;
	font-weight: bold;
}
.error-msg {
	display: block;
	font-size: 14px;
	color: #D8000C;
	text-align: center;
	padding: 5px 10px;
	font-weight: bold;
}
.text-field.error {
	color: #D8000C;
	border: 1px solid #D8000C;
}
.text-field:focus {
	outline: none;
}
.form-field textarea {
	resize:none;
	height:160px;
	overflow: auto;
}
.google-map {
	margin-top: 100px;
}

.last-update-text {
	margin: -25px 0 0 0 !important;
	float: right;
	font-family: 'OriginGordita-Medium';
}
.terms-policy-cn ul, .terms-policy-cn ol {
	padding-left: 20px;
	font-size: 14px;
	margin-top: 5px;
}
.terms-policy-cn ol li {
	list-style-type: decimal;
	padding-left: 10px;
	margin-bottom: 5px;
}
.terms-policy-cn ul li {
	list-style-type: disc;
	padding-left: 10px;
	margin-bottom: 5px;
}
.terms-policy-cn ul li li {
	list-style-type: circle;
}
.terms-policy-cn p {
	font-size: 14px;
	margin: 10px 0;
}
.terms-policy-cn h1 {
	margin: 0 0 50px 0;
	font-family: 'OriginGordita-Black';
	font-size: 24px;
}
.terms-policy-cn a {
	color: #fe9f2d;
	text-decoration: underline;
}
.terms-policy-cn h3 {
	font-size: 20px;
	font-family: 'OriginGordita-Medium';
	margin: 15px 0;
}
.terms-policy-cn h4 {
	font-size: 17px;
	font-family: 'OriginGordita-Medium';
	margin: 15px 0;
}

/**/
.thankyou-box .resp-sharing-button__link,
.thankyou-box .resp-sharing-button__icon {
	display: inline-block;
}

.thankyou-box .resp-sharing-button__link {
	text-decoration: none;
	color: #fff;
	margin: 0.5em;
}

.thankyou-box .resp-sharing-button {
	border-radius: 5px;
	transition: 25ms ease-out;
	padding: 0.5em 0.75em;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.thankyou-box .resp-sharing-button__icon svg {
	width: 1em;
	height: 1em;
	margin-right: 0.4em;
	vertical-align: top;
}

.thankyou-box .resp-sharing-button--small svg {
	margin: 0;
	vertical-align: middle;
}

/* Non solid icons get a stroke */
.thankyou-box .resp-sharing-button__icon {
	stroke: #fff;
	fill: none;
}

/* Solid icons get a fill */
.thankyou-box .resp-sharing-button__icon--solid,
.thankyou-box .resp-sharing-button__icon--solidcircle {
	fill: #fff;
	stroke: none;
}

.thankyou-box .resp-sharing-button--twitter {
	background-color: #55acee;
}

.thankyou-box .resp-sharing-button--twitter:hover {
	background-color: #2795e9;
}

.thankyou-box .resp-sharing-button--pinterest {
	background-color: #bd081c;
}

.thankyou-box .resp-sharing-button--pinterest:hover {
	background-color: #8c0615;
}

.thankyou-box .resp-sharing-button--facebook {
	background-color: #3b5998;
}

.thankyou-box .resp-sharing-button--facebook:hover {
	background-color: #2d4373;
}

.thankyou-box .resp-sharing-button--tumblr {
	background-color: #35465C;
}

.thankyou-box .resp-sharing-button--tumblr:hover {
	background-color: #222d3c;
}

.thankyou-box .resp-sharing-button--reddit {
	background-color: #5f99cf;
}

.thankyou-box .resp-sharing-button--reddit:hover {
	background-color: #3a80c1;
}

.thankyou-box .resp-sharing-button--google {
	background-color: #dd4b39;
}

.thankyou-box .resp-sharing-button--google:hover {
	background-color: #c23321;
}

.thankyou-box .resp-sharing-button--linkedin {
	background-color: #0077b5;
}

.thankyou-box .resp-sharing-button--linkedin:hover {
	background-color: #046293;
}

.thankyou-box .resp-sharing-button--email {
	background-color: #777;
}

.thankyou-box .resp-sharing-button--email:hover {
	background-color: #5e5e5e;
}

.thankyou-box .resp-sharing-button--xing {
	background-color: #1a7576;
}

.thankyou-box .resp-sharing-button--xing:hover {
	background-color: #114c4c;
}

.thankyou-box .resp-sharing-button--whatsapp {
	background-color: #25D366;
}

.thankyou-box .resp-sharing-button--whatsapp:hover {
	background-color: #1da851;
}

.thankyou-box .resp-sharing-button--hackernews {
	background-color: #FF6600;
}
.thankyou-box .resp-sharing-button--hackernews:hover, .thankyou-box .resp-sharing-button--hackernews:focus {
	background-color: #FB6200;
}

.thankyou-box .resp-sharing-button--vk {
	background-color: #507299;
}

.thankyou-box .resp-sharing-button--vk:hover {
	background-color: #43648c;
}

.thankyou-box .resp-sharing-button--facebook {
	background-color: #3b5998;
	border-color: #3b5998;
}

.thankyou-box .resp-sharing-button--facebook:hover,
.thankyou-box .resp-sharing-button--facebook:active {
	background-color: #2d4373;
	border-color: #2d4373;
}

.thankyou-box .resp-sharing-button--twitter {
	background-color: #55acee;
	border-color: #55acee;
}

.thankyou-box .resp-sharing-button--twitter:hover,
.thankyou-box .resp-sharing-button--twitter:active {
	background-color: #2795e9;
	border-color: #2795e9;
}

.thankyou-box .resp-sharing-button--google {
	background-color: #dd4b39;
	border-color: #dd4b39;
}

.thankyou-box .resp-sharing-button--google:hover,
.thankyou-box .resp-sharing-button--google:active {
	background-color: #c23321;
	border-color: #c23321;
}

.thankyou-box .resp-sharing-button--tumblr {
	background-color: #35465C;
	border-color: #35465C;
}

.thankyou-box .resp-sharing-button--tumblr:hover,
.thankyou-box .resp-sharing-button--tumblr:active {
	background-color: #222d3c;
	border-color: #222d3c;
}

.thankyou-box .resp-sharing-button--email {
	background-color: #777777;
	border-color: #777777;
}

.thankyou-box .resp-sharing-button--email:hover,
.thankyou-box .resp-sharing-button--email:active {
	background-color: #5e5e5e;
	border-color: #5e5e5e;
}

.thankyou-box .resp-sharing-button--pinterest {
	background-color: #bd081c;
	border-color: #bd081c;
}

.thankyou-box .resp-sharing-button--pinterest:hover,
.thankyou-box .resp-sharing-button--pinterest:active {
	background-color: #8c0615;
	border-color: #8c0615;
}

@media (max-width: 1300px) {
	.container {
		width: calc(100% - 100px);
	}
	/*.banner .wapper .img-block .video-btn {
		padding: 25px;
	}*/
}
@media (max-width: 1200px) and (min-width: 992px) {
	.banner .wapper .img-block .video-btn {
		left: 18%;
	}
}
@media (max-width: 1023px) {
	.benefits-icons a {
		padding: 30px;
	}
	.benefits-icons a h3 {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.small-container {
		width: calc(100% - 100px);
	}
	.about-detail {
		width: calc(100% - 100px);
		margin: 50px auto;
	}
	.hidden-sm {
		display: none;
	}
	.main-banner h1 {
		width: 80%;
	}
	.thankyou h1 {
		width: auto;
	}
	.banner .wapper, .app-section .app-cn, footer .footer-block {
		display: block;
	}
	.banner .wapper .cn-block {
		margin-top: 200px;
		width: 100%;
	}
	.banner .wapper .img-block {
		margin-top: 50px;
		margin-left: 20%;
	}
	.app-section .app-cn .detail, .app-section .app-cn .app-btn, footer .footer-block {
		text-align: center;
		width: 100%;
	}
	.app-section .app-cn .app-btn ul {
		float: none;
	}
	.cn-section .detail-block {
		display: block;
	}
	.cn-section .detail-block .detail-cn {
		width: 100%;
		padding-right: 0;
	}
	.cn-section .detail-block .video-cn {
		margin-left: 0;
		width: 100%;
	}
	.form-field li {
		display: block;
		width: 100%;
	}
	footer .footer-block .right-cn {
		justify-content: center;
	}
	footer .footer-block .right-cn .comodo-img {
		margin-top: 20px;
	}
	footer .footer-block .right-cn .design-text {
		text-align: center;
	}
}
@media (max-width: 991px) and (min-width: 767px) {
	.banner .wapper .img-block .video-btn {
		left: 20%;
	}
	header nav ul li a, header nav .join-beta {
		font-size: 10px;
	}
}
@media (max-width: 768px) {
	.container {
		width: calc(100% - 50px);
	}
	.small-container {
		width: calc(100% - 50px);
	}
	.about-detail {
		width: calc(100% - 50px);
	}
	header.dark-header {
		background-color: #fff;
		padding: 15px 25px;
	}
	header.light-header {
		background-color: rgba(0,0,0,.8);
		padding: 15px 25px;
	}
	header .logo img {
		width: 100px;
	}
	header nav {
		display: none;
	}
	header .toggle-menu {
		display: inline-block;
	}
	.main-video iframe {
		width: 487px;
		height: 279px;
	}
	.banner .wapper .cn-block {
		margin-top: 110px;
	}
	.banner .wapper .cn-block li {
		margin-top: 20px;
	}
	.banner .wapper .cn-block h1 {
		font-size: 26px;
	}
	.banner .wapper .cn-block h3 {
		font-size: 16px;
	}
	.banner .wapper .cn-block p {
		font-size: 13px;
	}
	.app-section .app-cn {
		padding: 50px 0;
	}
	.cn-section .detail-block .detail-cn ul li::after {
		width: 20px;
		height: 20px;
		top: -1px;
		background-size: 20px 20px;
	}
	.cn-section .detail-block .detail-cn li li::after {
		width: 4px;
		height: 4px;
		background-size: 4px 4px;
	}

	.main-banner h1 {
		padding-top: 15px; 
		font-size: 18px;
		width: 80%;
	}
	.main-banner .banner-bg {
		height: 180px;
	}
	.cn-section .detail-block .detail-cn .title {
		font-size: 16px;
		padding: 0 0 15px 0;
	}
	.cn-section .detail-block .detail-cn p {
		font-size: 12px;
		line-height: 20px;
	}
	.cn-section .detail-block .detail-cn ul {
		font-size: 12px;
		padding: 15px 0;
	}
	.cn-section .detail-block .detail-cn li li::after {
		top: 4px;
	}
	.video-box iframe, .video-box object, .video-box embed {
		padding: 0;
	}
	.contact-block {
		display: block;
		margin-top: 0px;
	}
	.form-field {
		margin-left: 0;
		margin-top: 20px;
	}
	.google-map {
		margin-top: 30px;
	}
	.contact-cn, #contactForm {
		width: 100%;
	}
	.contact-cn .title {
		margin: 20px 0;
	}

	.thankyou-box h1 {
		font-size: 22px;
	}
	.thankyou-box p {
		font-size: 14px;
	}
	.thankyou-box small {
		font-size: 10px;
	}
	.title-text {
		font-size: 18px;
	}
	.list-box li {
		font-size: 14px
	}
	.list-box li::after {
		top: 6px;
	}

	.about-detail {
		font-size: 18px;
	}
	.team-box .img-box {
		margin-right: 0;
		float: none;
	}

	footer.borderd {
		margin-top: 50px;
	}
	footer .footer-block {
		font-size: 10px;
	}
	footer .footer-block .left-cn ul li {
		margin-top: 20px;
		margin-right: 5px;
	}
	.banner .wapper .img-block .video-btn {
		width: 80px;
		height: 80px;
	}
	.banner .wapper .img-block .video-btn:after {
		background-size: 30px;
	}
	.banner .wapper .img-block .video-btn:hover:after {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
	.chat-block {
		/*height: 80%;*/
		max-height: 300px;
	}
	.chat-block .chat-title {
		font-size: 20px;
		padding: 10px;
	}
	.chat-block ul {
		height: calc(100% - 49px);
	}
	.chat-block ul li {
		padding: 10px 20px;
	}
	.chat-block ul li h2 {
		font-size: 14px;
	}
	.chat-block ul li .link-icon img {
		width: 15px;
	}
	.chat-block ul li .link-icon .link-arrow {
		width: 10px;
	}
	.benefits-icons a {
		margin: 5px;
		padding: 10px 5px;
	}
	.benefits-icons a img {
		height: 30px;
	}
	.benefits-icons a img.voicemail-img {
		margin-top: 15px;
		height: 15px;
	}
	.benefits-icons a h3 {
		font-size: 8px;
		margin-top: 5px;
	}
}
@media (max-width: 568px) {
	.banner .wapper .img-block .video-btn {
		left: 17%;
	}
	.banner .wapper .img-block .video-btn {
		width: 60px;
		height: 60px;
	}
	.banner .wapper .img-block .video-btn::after {
		background-size: 20px;
	}
	.banner .wapper .img-block .video-btn::after {
		left: 2px;
	}
	.main-video iframe {
		width: 299px;
		height: 229px;
	}
	.benefits-icons li {
		width: 100%;
		display: block;
		margin: 20px 0;
	}
}