@font-face {
	font-family: 'montserratbold';
	src: url("montserrat-bold-webfont.eot");
	src: url("../fonts/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat-bold-webfont.woff") format("woff"), url("../fonts/montserrat-bold-webfont.ttf") format("truetype"), url("../fonts/montserrat-bold-webfont.svg#montserratbold") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'montserratregular';
	src: url("../fonts/montserrat-regular-webfont.eot");
	src: url("../fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff"), url("../fonts/montserrat-regular-webfont.ttf") format("truetype"), url("../fonts/montserrat-regular-webfont.svg#montserratregular") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'montserratlight';
	src: url("../fonts/montserrat-light-webfont.eot");
	src: url("../fonts/montserrat-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat-light-webfont.woff") format("woff"), url("../fonts/montserrat-light-webfont.ttf") format("truetype"), url("../fonts/montserrat-light-webfont.svg#montserratlight") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'quanticobold';
	src: url("../fonts/quantico-bold-quantico.eot");
	src: url("../fonts/quantico-bold-quantico.eot?#iefix") format("embedded-opentype"), url("../fonts/quantico-bold-quantico.woff2") format("woff2"), url("../fonts/quantico-bold-quantico.woff") format("woff"), url("../fonts/quantico-bold-quantico.ttf") format("truetype"), url("../fonts/quantico-bold-quantico.svg#quanticobold") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'quanticobold_italic';
	src: url("../fonts/quantico-bolditalic-quantico.eot");
	src: url("../fonts/quantico-bolditalic-quantico.eot?#iefix") format("embedded-opentype"), url("../fonts/quantico-bolditalic-quantico.woff2") format("woff2"), url("../fonts/quantico-bolditalic-quantico.woff") format("woff"), url("../fonts/quantico-bolditalic-quantico.ttf") format("truetype"), url("../fonts/quantico-bolditalic-quantico.svg#quanticobold_italic") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'quanticoitalic';
	src: url("../fonts/quantico-italic-quantico.eot");
	src: url("../fonts/quantico-italic-quantico.eot?#iefix") format("embedded-opentype"), url("../fonts/quantico-italic-quantico.woff2") format("woff2"), url("../fonts/quantico-italic-quantico.woff") format("woff"), url("../fonts/quantico-italic-quantico.ttf") format("truetype"), url("../fonts/quantico-italic-quantico.svg#quanticoitalic") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'quanticoregular';
	src: url("../fonts/quantico-regular-quantico.eot");
	src: url("../fonts/quantico-regular-quantico.eot?#iefix") format("embedded-opentype"), url("../fonts/quantico-regular-quantico.woff2") format("woff2"), url("../fonts/quantico-regular-quantico.woff") format("woff"), url("../fonts/quantico-regular-quantico.ttf") format("truetype"), url("../fonts/quantico-regular-quantico.svg#quanticoregular") format("svg");
	font-weight: normal;
	font-style: normal
}
/*my css*/
.lower-header .login-signup a {
    background: #04d056;
    margin-left: 0;
    border-radius: 50px;
    border: 1px solid #04d056;
    transition: all 1s;
    padding: 15px 20px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    text-align: center;
    font-family: montserratregular;
}
.lower-header .login-signup a:hover,
.lower-header .login-signup a:focus {
    background-color: #fff;
    color: #04d056;
}
.log_regis .regis_log .register_screen form .icon_input  label,
.log_regis .regis_log .login_screen form .icon_input label {
	font: 11px/1.2 "montserratbold"!important;
}
.log_regis .regis_log .login_screen form .login_group .icon_input input[type="password"]:placeholder-shown,
.log_regis .regis_log .register_screen form .login_group .icon_input input[type="password"]:placeholder-shown {
    font-size: 12px;
    transition: all 0s;
}

.log_regis .regis_log .login_screen form .login_group .icon_input input[type="password"],
.log_regis .regis_log .register_screen form .login_group .icon_input input[type="password"] {
    font-size: 22px;
    transition: all 0s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.log_regis .regis_log .login_screen form .login_group .icon_input input[type="password"],
	.log_regis .regis_log .register_screen form .login_group .icon_input input[type="password"] {
	    font-size: 13px;
	    transition: all 0s;
	}
}
.log_regis .regis_log .login_screen form .login_group .icon_input input[type="password"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size:12px;
}
.log_regis .regis_log .login_screen form .login_group .icon_input input[type="password"]::-moz-placeholder { /* Firefox 19+ */
  font-size:12px;
}
.log_regis .regis_log .login_screen form .login_group .icon_input input[type="password"]:-ms-input-placeholder { /* IE 10+ */
  font-size:12px;
}
.log_regis .regis_log .login_screen form .login_group .icon_input input[type="password"]:-moz-placeholder { /* Firefox 18- */
  font-size:12px;
}
/*my css end*/
.main_banner {
	position: relative;
	clear: both;
	height: 700px;
	overflow: hidden
}

.main_banner>img {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	width: auto;
	height: auto;
	max-width: none;
	min-height: 100%;
	max-height: none
}

.main_banner .site-content {
	max-width: 1170px;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	height: 90%;
	bottom: 50%;
	transform: translateY(50%);
	position: absolute
}

@media only screen and (min-width: 768px) {
	.main_banner .site-content {
		transform: none;
		bottom: 0;
		height: auto
	}
}

.main_banner .site-content .home-slider ul li {
	position: relative
}

.main_banner .site-content .home-slider ul li .slide_main {
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap
}

@media only screen and (min-width: 768px) {
	.main_banner .site-content .home-slider ul li .slide_main {
		flex-wrap: nowrap
	}
}

.main_banner .site-content .home-slider ul li .slide_main .slider_caption {
	width: 100%
}

@media only screen and (min-width: 768px) {
	.main_banner .site-content .home-slider ul li .slide_main .slider_caption {
		width: 50%
	}
}

.main_banner .site-content .home-slider ul li .slide_main .slider_caption h1 {
	color: #fff;
	font: 19px/1.3 "quanticobold"
}

@media only screen and (min-width: 768px) {
	.main_banner .site-content .home-slider ul li .slide_main .slider_caption h1 {
		font: 25px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1024px) {
	.main_banner .site-content .home-slider ul li .slide_main .slider_caption h1 {
		font: 29px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1170px) {
	.main_banner .site-content .home-slider ul li .slide_main .slider_caption h1 {
		font: 34px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1366px) {
	.main_banner .site-content .home-slider ul li .slide_main .slider_caption h1 {
		font: 36px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1450px) {
	.main_banner .site-content .home-slider ul li .slide_main .slider_caption h1 {
		font: 40px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1600px) {
	.main_banner .site-content .home-slider ul li .slide_main .slider_caption h1 {
		font: 48px/1.3 "quanticobold"
	}
}

.main_banner .site-content .home-slider ul li .slide_main .slider_caption p {
	font: 12px/1.3 "montserratlight";
	color: #fff;
	margin-top: 25px
}

@media only screen and (min-width: 1024px) {
	.main_banner .site-content .home-slider ul li .slide_main .slider_caption p {
		font: 13px/1.3 "montserratlight"
	}
}

@media only screen and (min-width: 1366px) {
	.main_banner .site-content .home-slider ul li .slide_main .slider_caption p {
		font: 14px/1.3 "montserratlight"
	}
}

@media only screen and (min-width: 1450px) {
	.main_banner .site-content .home-slider ul li .slide_main .slider_caption p {
		font: 15px/1.3 "montserratlight"
	}
}

@media only screen and (min-width: 1600px) {
	.main_banner .site-content .home-slider ul li .slide_main .slider_caption p {
		font: 17px/1.3 "montserratlight"
	}
}

.main_banner .site-content .home-slider ul li .slide_main .slider_caption a {
	color: #333;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	background-color: #fff;
	display: inline-block;
	border-radius: 50px;
	font: 12px/1.3 "montserratregular";
	padding: 11px 36px;
	transition: all 1s;
	margin-top: 50px
}

@media only screen and (min-width: 768px) {
	.main_banner .site-content .home-slider ul li .slide_main .slider_caption a {
		font: 12px/1.3 "montserratregular";
		padding: 11px 38px
	}
}

@media only screen and (min-width: 1366px) {
	.main_banner .site-content .home-slider ul li .slide_main .slider_caption a {
		font: 13px/1.3 "montserratregular";
		padding: 12px 42px
	}
}

@media only screen and (min-width: 1450px) {
	.main_banner .site-content .home-slider ul li .slide_main .slider_caption a {
		font: 13px/1.3 "montserratregular";
		padding: 12px 45px
	}
}

@media only screen and (min-width: 1600px) {
	.main_banner .site-content .home-slider ul li .slide_main .slider_caption a {
		font: 14px/1.3 "montserratregular";
		padding: 14px 50px
	}
}

.main_banner .site-content .home-slider ul li .slide_main .slider_caption a:hover {
	background-color: #04d056;
	color: #fff
}

.main_banner .site-content .home-slider ul li .slide_main .slider_img {
	width: 100%
}

@media only screen and (min-width: 768px) {
	.main_banner .site-content .home-slider ul li .slide_main .slider_img {
		width: 50%
	}
}

.main_banner .site-content .home-slider ul li .slide_main .slider_img img {
	margin: 0 auto;
	max-width: 80%;
	margin-top: 20px
}

@media only screen and (min-width: 540px) {
	.main_banner .site-content .home-slider ul li .slide_main .slider_img img {
		max-width: 50%
	}
}

@media only screen and (min-width: 768px) {
	.main_banner .site-content .home-slider ul li .slide_main .slider_img img {
		max-width: none
	}
}

.main_banner .site-content .home-slider ul.slick-dots {
	position: absolute;
	bottom: 50px
}

.main_banner .site-content .home-slider ul.slick-dots li {
	display: inline;
	padding: 0 10px
}

.main_banner .site-content .home-slider ul.slick-dots li button {
	font-size: 0;
	width: 30px;
	height: 5px;
	border-radius: 30px;
	background-color: #756e68;
	cursor: pointer;
	outline: none
}

.main_banner .site-content .home-slider ul.slick-dots li.slick-active button {
	background-color: #fff;
	width: 50px
}

.quick_tracking {
	padding: 100px 0;
	overflow: hidden
}

.quick_tracking .quick_left,
.quick_tracking .quick_right {
	width: 100%;
	float: none;
	text-align: center
}

@media only screen and (min-width: 769px) {
	.quick_tracking .quick_left,
	.quick_tracking .quick_right {
		text-align: left;
		float: left;
		width: 50%
	}
}

.quick_tracking .quick_left h1,
.quick_tracking .quick_right h1 {
	color: #fff;
	font: 19px/1.3 "quanticobold";
	color: #333
}

@media only screen and (min-width: 768px) {
	.quick_tracking .quick_left h1,
	.quick_tracking .quick_right h1 {
		font: 25px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1024px) {
	.quick_tracking .quick_left h1,
	.quick_tracking .quick_right h1 {
		font: 29px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1170px) {
	.quick_tracking .quick_left h1,
	.quick_tracking .quick_right h1 {
		font: 34px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1366px) {
	.quick_tracking .quick_left h1,
	.quick_tracking .quick_right h1 {
		font: 36px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1450px) {
	.quick_tracking .quick_left h1,
	.quick_tracking .quick_right h1 {
		font: 40px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1600px) {
	.quick_tracking .quick_left h1,
	.quick_tracking .quick_right h1 {
		font: 48px/1.3 "quanticobold"
	}
}

.quick_tracking .quick_left p,
.quick_tracking .quick_right p {
	font: 12px/1.4 "montserratregular";
	color: #848484;
	box-sizing: border-box;
	padding: 20px 0
}

@media only screen and (min-width: 1170px) {
	.quick_tracking .quick_left p,
	.quick_tracking .quick_right p {
		font: 13px/1.4 "montserratregular"
	}
}

@media only screen and (min-width: 1450px) {
	.quick_tracking .quick_left p,
	.quick_tracking .quick_right p {
		font: 14px/1.4 "montserratregular"
	}
}

@media only screen and (min-width: 1600px) {
	.quick_tracking .quick_left p,
	.quick_tracking .quick_right p {
		font: 15px/1.4 "montserratregular"
	}
}

@media only screen and (min-width: 769px) {
	.quick_tracking .quick_left p,
	.quick_tracking .quick_right p {
		padding: 30px 50px 0 0
	}
}

.quick_tracking .quick_left a,
.quick_tracking .quick_right a {
	color: #333;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	background-color: #fff;
	display: inline-block;
	border-radius: 50px;
	font: 12px/1.3 "montserratregular";
	padding: 11px 36px;
	transition: all 1s;
	border: 1px solid #000;
	margin-top: 10px;
	margin-bottom: 50px
}

@media only screen and (min-width: 768px) {
	.quick_tracking .quick_left a,
	.quick_tracking .quick_right a {
		font: 12px/1.3 "montserratregular";
		padding: 11px 38px
	}
}

@media only screen and (min-width: 1366px) {
	.quick_tracking .quick_left a,
	.quick_tracking .quick_right a {
		font: 13px/1.3 "montserratregular";
		padding: 12px 42px
	}
}

@media only screen and (min-width: 1450px) {
	.quick_tracking .quick_left a,
	.quick_tracking .quick_right a {
		font: 13px/1.3 "montserratregular";
		padding: 12px 45px
	}
}

@media only screen and (min-width: 1600px) {
	.quick_tracking .quick_left a,
	.quick_tracking .quick_right a {
		font: 14px/1.3 "montserratregular";
		padding: 14px 50px
	}
}

.quick_tracking .quick_left a:hover,
.quick_tracking .quick_right a:hover {
	background-color: #04d056;
	color: #fff
}

.quick_tracking .quick_left a:hover,
.quick_tracking .quick_right a:hover {
	border: 1px solid transparent
}

@media only screen and (min-width: 769px) {
	.quick_tracking .quick_left a,
	.quick_tracking .quick_right a {
		margin-top: 50px
	}
}

.quick_tracking .quick_left img,
.quick_tracking .quick_right img {
	max-width: 100%
}

.green {
	position: relative;
	padding: 0 !important
}

.green:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: -50%;
	top: 0;
	position: absolute;
	z-index: -1;
	background: transparent
}

@media only screen and (min-width: 1170px) {
	.green:after {
		background: #04d056
	}
}

.green .our_product {
	overflow: hidden;
	padding: 40px 15px;
	position: relative;
	background-color: #04d056;
	box-sizing: border-box
}

@media only screen and (min-width: 1170px) {
	.green .our_product {
		padding: 40px 0;
		background-color: transparent
	}
}

.green .our_product:after {
	content: "";
	width: 75%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #04d056;
	z-index: -1
}

.green .our_product .vert_slider {
	width: 100%
}

@media only screen and (min-width: 1170px) {
	.green .our_product .vert_slider {
		float: left;
		width: 50%
	}
}

.green .our_product .vert_slider h1 {
	color: #fff;
	font: 19px/1.3 "quanticobold"
}

@media only screen and (min-width: 768px) {
	.green .our_product .vert_slider h1 {
		font: 25px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1024px) {
	.green .our_product .vert_slider h1 {
		font: 29px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1170px) {
	.green .our_product .vert_slider h1 {
		font: 34px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1366px) {
	.green .our_product .vert_slider h1 {
		font: 36px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1450px) {
	.green .our_product .vert_slider h1 {
		font: 40px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1600px) {
	.green .our_product .vert_slider h1 {
		font: 48px/1.3 "quanticobold"
	}
}

.green .our_product .vert_slider p {
	font: 12px/1.4 "montserratregular";
	color: #848484;
	color: #fff
}

@media only screen and (min-width: 1170px) {
	.green .our_product .vert_slider p {
		font: 13px/1.4 "montserratregular"
	}
}

@media only screen and (min-width: 1450px) {
	.green .our_product .vert_slider p {
		font: 14px/1.4 "montserratregular"
	}
}

@media only screen and (min-width: 1600px) {
	.green .our_product .vert_slider p {
		font: 15px/1.4 "montserratregular"
	}
}

.green .our_product .vert_slider .slider_tracking {
	padding-top: 100px
}

.green .our_product .vert_slider .slider_tracking ul li {
	padding: 0 0 60px 0;
	opacity: 0.5
}

.green .our_product .vert_slider .slider_tracking ul li.slick-current {
	opacity: 1
}

.green .our_product .vert_slider .slider_tracking ul li.slick-current .cap {
	position: relative
}

.green .our_product .vert_slider .slider_tracking ul li.slick-current .cap:after {
	position: absolute;
	content: "";
	height: 4px;
	width: 120px;
	background-color: #fff;
	bottom: -15px
}

.green .our_product .vert_slider .slider_tracking ul li .fig_cap {
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

@media only screen and (min-width: 540px) {
	.green .our_product .vert_slider .slider_tracking ul li .fig_cap {
		flex-wrap: nowrap
	}
}

.green .our_product .vert_slider .slider_tracking ul li .fig_cap .icon_d {
	width: 100%;
	padding-bottom: 15px
}

@media only screen and (min-width: 540px) {
	.green .our_product .vert_slider .slider_tracking ul li .fig_cap .icon_d {
		width: 10%;
		padding-right: 15px
	}
}

.green .our_product .vert_slider .slider_tracking ul li .fig_cap .icon_d i {
	color: #666;
	background-color: #fff;
	padding: 15px;
	font-size: 24px;
	border-radius: 10px
}

.green .our_product .vert_slider .slider_tracking ul li .fig_cap .cap {
	width: 85%
}

.green .our_product .vert_slider .slider_tracking ul li .fig_cap .cap h3 {
	font: 20px/1.5 "montserratregular";
	color: #fff;
	text-transform: uppercase
}

.green .our_product .vert_slider .slider_tracking ul li .fig_cap .cap p {
	font: 13px/1.6 "montserratlight";
	color: #fff
}

.green .our_product .hor_slider {
	position: relative;
	margin: 100px 0;
	width: 100%
}

@media only screen and (min-width: 1170px) {
	.green .our_product .hor_slider {
		float: left;
		width: 50%
	}
}

.green .our_product .hor_slider:after {
	background: url("../images/phone_frame.png") top center no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	top: 0;
	width: 200px;
	height: 650px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 2;
	padding-bottom: 12%;
	pointer-events: none;
	margin-top: -1.3%;
	right: 50%;
	left: 50%
}

@media only screen and (min-width: 1170px) {
	.green .our_product .hor_slider:after {
		left: auto;
		right: 85px
	}
}

.green .our_product .hor_slider .app_screens {
	width: 100%
}

.green .our_product .hor_slider .app_screens button.slick-arrow {
	position: absolute;
	top: -80px;
	margin: 0 auto;
	font-size: 0;
	outline: none;
	cursor: pointer
}

.green .our_product .hor_slider .app_screens button.slick-arrow.slick-next {
	background: url("../images/next_icon.png") top center no-repeat;
	background-size: contain;
	width: 150px;
	height: 18px;
	right: 10px
}

@media only screen and (min-width: 540px) {
	.green .our_product .hor_slider .app_screens button.slick-arrow.slick-next {
		right: 150px
	}
}

.green .our_product .hor_slider .app_screens button.slick-arrow.slick-prev {
	background: url("../images/prev_icon.png") top center no-repeat;
	background-size: contain;
	width: 150px;
	height: 18px;
	left: 10px
}

@media only screen and (min-width: 540px) {
	.green .our_product .hor_slider .app_screens button.slick-arrow.slick-prev {
		left: 150px
	}
}

.green .our_product .hor_slider .app_screens .slick-slide {
	height: auto
}

.green .our_product .hor_slider .app_screens .slick-slide .app_img-cover {
	width: 185px;
	height: 330px;
	overflow: hidden;
	position: relative;
	margin: 18px auto 0
}

@media only screen and (min-width: 1170px) {
	.green .our_product .hor_slider .app_screens .slick-slide .app_img-cover {
		height: 316px;
		margin: auto;
		margin-top: 31px
	}
}

.green .our_product .hor_slider .app_screens .slick-slide .app_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.green .our_product .hor_slider .app_screens .slick-slide .app_img img {
	max-width: 100%;
	width: 100%;
	height: 100%
}

.green .our_product .hor_slider .app_screens .slick-slide.slick-current {
	margin-top: 14px;
	opacity: 1
}

@media only screen and (min-width: 1170px) {
	.green .our_product .hor_slider .app_screens .slick-slide.slick-current {
		transform: rotate(-13deg) scale(0.7);
		opacity: 0.4
	}
}

.green .our_product .hor_slider .app_screens .slick-slide.slick-current+.slick-active+.slick-active {
	transform: rotate(13deg) scale(0.7);
	margin-top: -14px;
	opacity: 0.4
}

.register_form {
	background: url("../images/register_banner.jpg") top center no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 100px 0
}

.register_form .without_registeraion {
	max-width: 1100;
	margin: 0 auto;
	background-color: #fff;
	padding: 40px 10px
}

@media only screen and (min-width: 540px) {
	.register_form .without_registeraion {
		padding: 45px
	}
}

.register_form .without_registeraion h1, h2 {
	font: 19px/1.3 "quanticobold";
	color: #333;
	text-align: center
}

@media only screen and (min-width: 768px) {
	.register_form .without_registeraion h1 {
		font: 25px/1.3 "quanticobold"
	}
	.register_form .without_registeraion h2 {
		font: 21px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1024px) {
	.register_form .without_registeraion h1 {
		font: 29px/1.3 "quanticobold"
	}
	.register_form .without_registeraion h2 {
		font: 25px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1170px) {
	.register_form .without_registeraion h1 {
		font: 34px/1.3 "quanticobold"
	}
	.register_form .without_registeraion h2 {
		font: 29px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1366px) {
	.register_form .without_registeraion h1 {
		font: 36px/1.3 "quanticobold"
	}
	.register_form .without_registeraion h2 {
		font: 31px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1450px) {
	.register_form .without_registeraion h1 {
		font: 40px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1600px) {
	.register_form .without_registeraion h1 {
		font: 48px/1.3 "quanticobold"
	}
}

.register_form .without_registeraion p {
	font: 12px/1.4 "montserratregular";
	color: #848484;
	color: #333;
	text-align: center;
	position: relative
}

@media only screen and (min-width: 1170px) {
	.register_form .without_registeraion p {
		font: 13px/1.4 "montserratregular"
	}
}

@media only screen and (min-width: 1450px) {
	.register_form .without_registeraion p {
		font: 14px/1.4 "montserratregular"
	}
}

@media only screen and (min-width: 1600px) {
	.register_form .without_registeraion p {
		font: 15px/1.4 "montserratregular"
	}
}

.register_form .without_registeraion p:after {
	content: "";
	height: 3px;
	width: 120px;
	background-color: #04d056;
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto
}
#contactInfo {
	padding: 50px 0;
}
#contactInfo h2{
	padding: 0 0 20px;
}
#contactInfo li{
	font-size: 12pt;
	font-family: Arial;
	padding: 10px;
}
#contactInfo a{
	text-decoration: none;
	color: #333333;
}
.register_form .without_registeraion form {
	display: flex;
	flex-wrap: wrap;
	padding: 0
}

.register_form .without_registeraion form label {
	display: block;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
	font: 11px/1.2 "montserratbold";
	color: #333
}

@media only screen and (min-width: 768px) {
	.register_form .without_registeraion form label {
		font: 13px/1.2 "montserratbold"
	}
}

@media only screen and (min-width: 768px) {
	.register_form .without_registeraion form label {
		padding: 10px 0 20px 0
	}
}

.register_form .without_registeraion form .form_group {
	width: 100%;
	box-sizing: border-box;
	padding: 10px
}

@media only screen and (min-width: 768px) {
	.register_form .without_registeraion form .form_group {
		width: 33.333%
	}
}

.register_form .without_registeraion form .form_group input {
	width: 100%;
	height: 45px;
	border: 1px solid #b6c4c8;
	outline: none;
	padding: 10px;
	font: 12px/1.3 "montserratregular";
	color: #999;
	transition: all 1s
}

.register_form .without_registeraion form .form_group input:focus {
	border: 1px solid #04d056
}

.register_form .without_registeraion form .form_group_select {
	box-sizing: border-box;
	padding: 10px;
	width: 100%
}

@media only screen and (min-width: 768px) {
	.register_form .without_registeraion form .form_group_select {
		width: 50%
	}
}

.register_form .without_registeraion form .form_group_select select,
.register_form .without_registeraion form .form_group_select input {
	width: 100%;
	height: 45px;
	border: 1px solid #b6c4c8;
	outline: none;
	padding: 10px;
	font: 12px/1.3 "montserratregular";
	color: #999;
	transition: all 1s;
	-webkit-appearance: none;
	background-color: #fff;
	border-radius: 0
}

.register_form .without_registeraion form .form_group_select select:focus,
.register_form .without_registeraion form .form_group_select input:focus {
	border: 1px solid #04d056
}

.register_form .without_registeraion form .form_group_select select::-ms-expand,
.register_form .without_registeraion form .form_group_select input::-ms-expand {
	display: none
}

.register_form .without_registeraion form .form_group_select .icon_drop {
	position: relative
}

.register_form .without_registeraion form .form_group_select .icon_drop:after {
	position: absolute;
	content: "";
	background: url("../images/down_arrow.png") top center no-repeat;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 10px;
	color: #333333;
	pointer-events: none;
	height: 10px;
	width: 20px
}

.register_form .without_registeraion form .form_group_full {
	width: 100%;
	box-sizing: border-box;
	padding: 10px
}

.register_form .without_registeraion form .form_group_full textarea {
	width: 100%;
	resize: none;
	width: 100%;
	height: 45px;
	border: 1px solid #b6c4c8;
	outline: none;
	padding: 10px;
	font: 12px/1.3 "montserratregular";
	color: #999;
	transition: all 1s;
	height: 150px
}

.register_form .without_registeraion form .form_group_full textarea:focus {
	border: 1px solid #04d056
}

.register_form .without_registeraion form .button {
	width: 100%;
	clear: both;
	padding: 30px 0 0 0;
	text-align: center
}

@media only screen and (min-width: 540px) {
	.register_form .without_registeraion form .button {
		text-align: right
	}
}

.register_form .without_registeraion form .button input {
	background-color: #04d056;
	color: #fff;
	border: 0 none;
	border-radius: 50px;
	outline: none;
	cursor: pointer;
	transition: all 1s;
	border: 1px solid transparent;
	font: 12px/1.3 "montserratregular";
	padding: 18px 50px
}

@media only screen and (min-width: 540px) {
	.register_form .without_registeraion form .button input {
		font: 14px/1.3 "montserratregular";
		padding: 20px 70px
	}
}

.register_form .without_registeraion form .button input:hover {
	background-color: #fff;
	color: #666;
	border: 1px solid #666
}

.wrapper {
	width: 100%
}

header {
	width: 100%;
	float: left
}

.top-header {
	width: 100%;
	background: #f6f6f6;
	padding: 10px 0
}

.container {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box
}

.logo {
	max-width: 250px
}

.logo img {
	max-width: 100%
}

.mail-box {
	display: block;
	width: 100%;
	text-align: center;
	vertical-align: middle
}

@media only screen and (min-width: 992px) {
	.mail-box {
		text-align: left;
		width: 50%;
		margin: -1px;
		display: inline-block
	}
}

.social-icons {
	vertical-align: middle;
	display: block;
	width: 100%
}

@media only screen and (min-width: 992px) {
	.social-icons {
		display: inline-block;
		width: 50%;
		margin: -2px
	}
}

.social-icons ul {
	list-style: none;
	text-align: center;
	padding-top: 15px
}

@media only screen and (min-width: 992px) {
	.social-icons ul {
		padding-top: 0px;
		text-align: right
	}
}

.mail-box i {
	color: #666
}

.mail-box a,
.mail-box span {
	text-decoration: none;
	font: 12px/1.2 "montserratregular";
	color: #666
}

.mail-box a:hover {
	color: #05d056
}

ul {
	padding: 0;
	margin: 0
}

.social-icons ul li {
	display: inline-block;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	position: relative
}

.social-icons ul li.facebook {
	background: #587cb2
}

.social-icons ul li:hover {
	opacity: 0.7
}

.social-icons ul li a {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

.social-icons ul li.twitter {
	background: #20bfee
}

.social-icons ul li.instagram {
	background: #4d4d4d
}

.social-icons ul li.google-plus {
	background: #e8522c
}

.social-icons ul li.youtube {
	background: #d03f3f
}

.social-icons ul li.linkedin {
	background: #1791b9
}

.lower-header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 0;
	position: relative
}

.right_nav .nav-menu {
	padding-right: 30px
}

.right_nav {
	align-items: center;
	display: none
}

@media only screen and (min-width: 992px) {
	.right_nav {
		display: flex
	}
}

.right_nav.opened {
	display: block;
	position: absolute;
	top: 100%;
	z-index: 4;
	background-color: #04d056;
	width: 100%;
	padding: 20px 0;
	left: 0
}

.right_nav.opened .nav-menu {
	padding-right: 0
}

.right_nav.opened .nav-menu ul li {
	display: block;
	padding: 10px 0
}

.right_nav.opened .nav-menu ul li a {
	color: #fff
}

.right_nav .nav-menu ul li a {
	font: 15px/1.3 "montserratregular";
	text-transform: uppercase;
	color: #333
}

.lower-header .nav-menu ul li {
	list-style: none;
	display: inline-block
}

.lower-header .nav-menu ul li a {
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 20px 10px
}

.lower-header .login-signup button {
	border-radius: 50px;
	border: 1px solid #04d056;
	transition: all 1s;
	background-color: #666;
	margin-left: 10px
}

@media only screen and (min-width: 992px) {
	.lower-header .login-signup button {
		background: #04d056;
		margin-left: 0
	}
}

.lower-header .login-signup button a {
	padding: 10px 20px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 13px
}

.lower-header .nav-menu ul li a:hover {
	color: #05d056
}

.lower-header .login-signup button:hover {
	background-color: #fff
}

.lower-header .login-signup button:hover a {
	color: #04d056
}

.hemburger_icon {
	display: block
}

@media only screen and (min-width: 992px) {
	.hemburger_icon {
		display: none
	}
}

.hemburger_icon #nav-icon1 {
	width: 35px;
	height: 28px;
	position: relative;
	margin: 0 auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	display: inline-block
}

@media only screen and (min-width: 1024px) {
	.hemburger_icon #nav-icon1 {
		width: 40px
	}
}

.hemburger_icon #nav-icon1 span {
	display: block;
	position: absolute;
	height: 6px;
	width: 50%;
	background: #04d056;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

.hemburger_icon #nav-icon1 span:nth-child(even) {
	left: 50%;
	border-radius: 0 9px 9px 0
}

.hemburger_icon #nav-icon1 span:nth-child(odd) {
	left: 0px;
	border-radius: 9px 0 0 9px
}

.hemburger_icon #nav-icon1 span:nth-child(1),
.hemburger_icon #nav-icon1 span:nth-child(2) {
	top: 0px
}

.hemburger_icon #nav-icon1 span:nth-child(3),
.hemburger_icon #nav-icon1 span:nth-child(4) {
	top: 10px
}

@media only screen and (min-width: 1024px) {
	.hemburger_icon #nav-icon1 span:nth-child(3),
	.hemburger_icon #nav-icon1 span:nth-child(4) {
		top: 15px
	}
}

.hemburger_icon #nav-icon1 span:nth-child(5),
.hemburger_icon #nav-icon1 span:nth-child(6) {
	top: 20px
}

@media only screen and (min-width: 1024px) {
	.hemburger_icon #nav-icon1 span:nth-child(5),
	.hemburger_icon #nav-icon1 span:nth-child(6) {
		top: 30px
	}
}

.hemburger_icon #nav-icon1.open span:nth-child(1),
.hemburger_icon #nav-icon1.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.hemburger_icon #nav-icon1.open span:nth-child(2),
.hemburger_icon #nav-icon1.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.hemburger_icon #nav-icon1.open span:nth-child(1) {
	left: 5px;
	top: 7px
}

.hemburger_icon #nav-icon1.open span:nth-child(2) {
	left: calc(50% - 5px);
	top: 7px
}

.hemburger_icon #nav-icon1.open span:nth-child(3) {
	left: -50%;
	opacity: 0
}

.hemburger_icon #nav-icon1.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
	display: none
}

.hemburger_icon #nav-icon1.open span:nth-child(5) {
	left: 5px;
	top: 16px
}

.hemburger_icon #nav-icon1.open span:nth-child(6) {
	left: calc(50% - 5px);
	top: 16px
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

html {
	overflow-x: hidden
}

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

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

button {
	border: 0 none
}

.slick-slide {
	outline: 0
}

input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none
}

body label.error {
	color: red !important;
	font-weight: normal !important;
	font-size: 10px !important;
	padding-bottom: 0px !important;
	text-transform: lowercase !important
}

body label.error:first-letter {
	text-transform: uppercase !important
}

.banner_title {
	position: relative;
	clear: both
}

.banner_title>img {
	max-width: 100%;
	width: 100%;
	height: 150px
}

.banner_title .title_banner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.banner_title .title_banner h1 {
	color: #fff;
	font: 19px/1.3 "quanticobold"
}

@media only screen and (min-width: 768px) {
	.banner_title .title_banner h1 {
		font: 25px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1024px) {
	.banner_title .title_banner h1 {
		font: 29px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1170px) {
	.banner_title .title_banner h1 {
		font: 34px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1366px) {
	.banner_title .title_banner h1 {
		font: 36px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1450px) {
	.banner_title .title_banner h1 {
		font: 40px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1600px) {
	.banner_title .title_banner h1 {
		font: 48px/1.3 "quanticobold"
	}
}

.log_regis {
	background-image: url("../images/register_bg.png");
	background-size: cover;
	padding: 120px 0;
	background-position: center center
}

.log_regis .regis_log {
	background-color: #fff;
	padding: 40px 30px;
	overflow: hidden;
	position: relative
}

.log_regis .regis_log:after {
	content: "";
	/*background-color: #d8dadf;*/
	display: block;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 1px;
	top: 38%
}

@media only screen and (min-width: 992px) {
	.log_regis .regis_log:after {
		transform: translateX(-50%);
		top: auto;
		width: 45%;
		height: 90%;
		width: 2px
	}
}

.log_regis .regis_log .center_aligned {
	content: "";
	display: flex;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	border: 1px solid #d8dadf;
	top: 38%;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: #fff;
	z-index: 44
}

@media only screen and (min-width: 992px) {
	.log_regis .regis_log .center_aligned {
		top: 50%
	}
}

.log_regis .regis_log .center_aligned h5 {
	font: 14px/1.3 "montserratregular";
	color: #999
}

.log_regis .regis_log .login_screen,
.log_regis .regis_log .register_screen {
	width: 100%;
	padding: 20px 0 50px 0
}

@media only screen and (min-width: 992px) {
	.log_regis .regis_log .login_screen,
	.log_regis .regis_log .register_screen {
		padding: 0;
		width: 45%
	}
}

.log_regis .regis_log .login_screen {
	float: left
}

.log_regis .regis_log .login_screen h1 {
	font: 18px/1.3 "quanticobold";
	color: #333
}

@media only screen and (min-width: 768px) {
	.log_regis .regis_log .login_screen h1 {
		font: 20px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1024px) {
	.log_regis .regis_log .login_screen h1 {
		font: 24px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1170px) {
	.log_regis .regis_log .login_screen h1 {
		font: 26px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1366px) {
	.log_regis .regis_log .login_screen h1 {
		font: 28px/1.5 "quanticobold"
	}
}

@media only screen and (min-width: 1450px) {
	.log_regis .regis_log .login_screen h1 {
		font: 30px/1.5 "quanticobold"
	}
}

@media only screen and (min-width: 1600px) {
	.log_regis .regis_log .login_screen h1 {
		font: 35px/1.5 "quanticobold"
	}
}

.log_regis .regis_log .login_screen p {
	font: 12px/1.3 "montserratlight";
	color: #545454
}

@media only screen and (min-width: 1450px) {
	.log_regis .regis_log .login_screen p {
		font: 13px/1.3 "montserratlight"
	}
}

@media only screen and (min-width: 1600px) {
	.log_regis .regis_log .login_screen p {
		font: 14px/1.5 "montserratlight"
	}
}

.log_regis .regis_log .login_screen form label {
	font: 11px/1.2 "montserratbold";
	color: #333;
	text-transform: uppercase;
	padding: 30px 0 20px 0;
	display: block
}

@media only screen and (min-width: 768px) {
	.log_regis .regis_log .login_screen form label {
		font: 13px/1.2 "montserratbold"
	}
}

.log_regis .regis_log .login_screen form .login_group {
	width: 100%
}

.log_regis .regis_log .login_screen form .login_group.half {
	width: 50%
}

.log_regis .regis_log .login_screen form .login_group .icon_input {
	position: relative
}

.log_regis .regis_log .login_screen form .login_group .icon_input input {
	width: 100%;
	height: 45px;
	border: 1px solid #b6c4c8;
	outline: none;
	padding: 10px;
	font: 12px/1.3 "montserratregular";
	color: #999;
	transition: all 1s;
	border-radius: 6px;
	padding: 10px 50px
}

.log_regis .regis_log .login_screen form .login_group .icon_input input:focus {
	border: 1px solid #04d056
}

.log_regis .regis_log .login_screen form .login_group .icon_input:after {
	position: absolute;
	content: "";
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 24px;
	left: 10px;
	color: #333333;
	pointer-events: none;
	height: 16px;
	width: 20px
}

.log_regis .regis_log .login_screen form .login_group .icon_input.user:after {
	background: url(../images/user_icon.png) top center no-repeat
}

.log_regis .regis_log .login_screen form .login_group .icon_input.lock:after {
	background: url(../images/lock_icon.png) top center no-repeat
}

.log_regis .regis_log .login_screen form .login_group.checkbox_group {
	padding: 40px 0
}

.log_regis .regis_log .login_screen form .login_group.checkbox_group .custom_check {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0 0 0 35px
}

.log_regis .regis_log .login_screen form .login_group.checkbox_group .custom_check i {
	font: 12px/1.3 "montserratregular";
	color: #999;
	text-transform: initial;
	padding: 4px;
	display: inline-block
}

.log_regis .regis_log .login_screen form .login_group.checkbox_group .custom_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	width: 25px;
	height: 25px;
	left: 0;
	top: 0
}

.log_regis .regis_log .login_screen form .login_group.checkbox_group .custom_check input~.checkmark {
	border-radius: 4px;
	background-color: #eaeaea
}

.log_regis .regis_log .login_screen form .login_group.checkbox_group .custom_check input:checked~.checkmark {
	background-color: #04d056
}

.log_regis .regis_log .login_screen form .login_group.checkbox_group .custom_check input:checked~.checkmark:after {
	display: block
}

.log_regis .regis_log .login_screen form .login_group.checkbox_group .custom_check .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee
}

.log_regis .regis_log .login_screen form .login_group.checkbox_group .custom_check .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.log_regis .regis_log .login_screen form .forgot_pass {
	padding: 20px 0;
	text-align: right
}

.log_regis .regis_log .login_screen form .forgot_pass a {
	font: 12px/1.3 "montserratregular";
	color: #999;
	text-decoration: none;
	transition: all 1s
}

.log_regis .regis_log .login_screen form .forgot_pass a:hover {
	color: #04d056
}

.log_regis .regis_log .login_screen form .button {
	text-align: left
}

.log_regis .regis_log .login_screen form .button input {
	background-color: #04d056;
	color: #fff;
	border: 0 none;
	border-radius: 50px;
	outline: none;
	cursor: pointer;
	transition: all 1s;
	border: 1px solid transparent;
	font: 12px/1.3 "montserratregular";
	padding: 18px 50px
}

@media only screen and (min-width: 540px) {
	.log_regis .regis_log .login_screen form .button input {
		font: 14px/1.3 "montserratregular";
		padding: 20px 70px
	}
}

.log_regis .regis_log .login_screen form .button input:hover {
	background-color: #fff;
	color: #666;
	border: 1px solid #666
}

.log_regis .regis_log .register_screen {
	float: right
}

.log_regis .regis_log .register_screen h1 {
	font: 18px/1.3 "quanticobold";
	color: #333
}

@media only screen and (min-width: 768px) {
	.log_regis .regis_log .register_screen h1 {
		font: 20px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1024px) {
	.log_regis .regis_log .register_screen h1 {
		font: 24px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1170px) {
	.log_regis .regis_log .register_screen h1 {
		font: 26px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1366px) {
	.log_regis .regis_log .register_screen h1 {
		font: 28px/1.5 "quanticobold"
	}
}

@media only screen and (min-width: 1450px) {
	.log_regis .regis_log .register_screen h1 {
		font: 30px/1.5 "quanticobold"
	}
}

@media only screen and (min-width: 1600px) {
	.log_regis .regis_log .register_screen h1 {
		font: 35px/1.5 "quanticobold"
	}
}

.log_regis .regis_log .register_screen p {
	font: 12px/1.3 "montserratlight";
	color: #545454
}

@media only screen and (min-width: 1450px) {
	.log_regis .regis_log .register_screen p {
		font: 13px/1.3 "montserratlight"
	}
}

@media only screen and (min-width: 1600px) {
	.log_regis .regis_log .register_screen p {
		font: 14px/1.5 "montserratlight"
	}
}

.log_regis .regis_log .register_screen form label {
	font: 11px/1.2 "montserratbold";
	color: #333;
	text-transform: uppercase;
	padding: 30px 0 20px 0;
	display: block
}

@media only screen and (min-width: 768px) {
	.log_regis .regis_log .register_screen form label {
		font: 13px/1.2 "montserratbold"
	}
}

.log_regis .regis_log .register_screen form .login_group {
	width: 100%;
	float: left
}

.log_regis .regis_log .register_screen form .login_group.half {
	width: 100%
}

@media only screen and (min-width: 768px) {
	.log_regis .regis_log .register_screen form .login_group.half {
		width: 46%
	}
}

.log_regis .regis_log .register_screen form .login_group.half:nth-child(2) {
	float: right
}

.log_regis .regis_log .register_screen form .login_group .icon_input {
	position: relative
}

.log_regis .regis_log .register_screen form .login_group .icon_input input {
	width: 100%;
	height: 45px;
	border: 1px solid #b6c4c8;
	outline: none;
	padding: 10px;
	font: 12px/1.3 "montserratregular";
	color: #999;
	transition: all 1s;
	border-radius: 6px;
	padding: 10px 50px
}

.log_regis .regis_log .register_screen form .login_group .icon_input input:focus {
	border: 1px solid #04d056
}

.log_regis .regis_log .register_screen form .login_group .icon_input:after {
	position: absolute;
	content: "";
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 24px;
	left: 10px;
	color: #333333;
	pointer-events: none;
	height: 16px;
	width: 20px
}

.log_regis .regis_log .register_screen form .login_group .icon_input.user:after {
	background: url(../images/user_icon.png) top center no-repeat
}

.log_regis .regis_log .register_screen form .login_group .icon_input.lock:after {
	background: url(../images/lock_icon.png) top center no-repeat
}

.log_regis .regis_log .register_screen form .login_group .icon_input.email:after {
	background: url(../images/email_icon.png) top center no-repeat
}

.log_regis .regis_log .register_screen form .login_group .icon_input.company:after {
	background: url(../images/company_icon.png) top center no-repeat
}

.log_regis .regis_log .register_screen form .login_group.last_group {
	margin-bottom: 40px
}

.log_regis .regis_log .register_screen form .button {
	text-align: left
}

.log_regis .regis_log .register_screen form .button input {
	background-color: #04d056;
	color: #fff;
	border: 0 none;
	border-radius: 50px;
	outline: none;
	cursor: pointer;
	transition: all 1s;
	border: 1px solid transparent;
	font: 12px/1.3 "montserratregular";
	padding: 18px 50px
}

@media only screen and (min-width: 540px) {
	.log_regis .regis_log .register_screen form .button input {
		font: 14px/1.3 "montserratregular";
		padding: 20px 70px
	}
}

.log_regis .regis_log .register_screen form .button input:hover {
	background-color: #fff;
	color: #666;
	border: 1px solid #666
}

.banner_title_subscription {
	clear: both;
	position: relative
}

.banner_title_subscription>img {
	max-width: 100%;
	height: 550px;
	width: 100%
}

.banner_title_subscription .title_banner {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	max-width: 900px;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box
}

.banner_title_subscription .title_banner h1 {
	color: #fff;
	font: 19px/1.3 "quanticobold"
}

@media only screen and (min-width: 768px) {
	.banner_title_subscription .title_banner h1 {
		font: 25px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1024px) {
	.banner_title_subscription .title_banner h1 {
		font: 29px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1170px) {
	.banner_title_subscription .title_banner h1 {
		font: 34px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1366px) {
	.banner_title_subscription .title_banner h1 {
		font: 36px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1450px) {
	.banner_title_subscription .title_banner h1 {
		font: 40px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1600px) {
	.banner_title_subscription .title_banner h1 {
		font: 48px/1.3 "quanticobold"
	}
}

.banner_title_subscription .title_banner .tab {
	width: 100%;
	background-color: rgba(225, 225, 255, 0.3);
	border: 1px solid #fff;
	padding: 0;
	border-radius: 50px;
	display: flex;
	margin: 40px 0 15px 0
}

.banner_title_subscription .title_banner .tab button {
	width: 33.333%;
	border-radius: 50px;
	outline: none;
	background-color: transparent;
	font: 10px/1.3 "montserratregular";
	color: #fff;
	cursor: pointer;
	height: 38px
}

@media only screen and (min-width: 768px) {
	.banner_title_subscription .title_banner .tab button {
		font: 13px/1.3 "montserratregular";
		height: 41px
	}
}

@media only screen and (min-width: 1170px) {
	.banner_title_subscription .title_banner .tab button {
		font: 14px/1.5 "montserratregular";
		height: 43px
	}
}

@media only screen and (min-width: 1450px) {
	.banner_title_subscription .title_banner .tab button {
		font: 15px/1.5 "montserratregular";
		height: 45px
	}
}

@media only screen and (min-width: 1600px) {
	.banner_title_subscription .title_banner .tab button {
		height: 50px;
		font: 17px/1.5 "montserratregular"
	}
}

.banner_title_subscription .title_banner .tab button.active {
	background-color: #04d056
}

.banner_title_subscription .title_banner h5 {
	font: 16px/1.3 "quanticoregular";
	color: #fff;
	padding: 0 0 15px 0
}

@media only screen and (min-width: 768px) {
	.banner_title_subscription .title_banner h5 {
		font: 20px/1.3 "quanticoregular"
	}
}

@media only screen and (min-width: 1170px) {
	.banner_title_subscription .title_banner h5 {
		font: 22px/1.5 "quanticoregular"
	}
}

@media only screen and (min-width: 1450px) {
	.banner_title_subscription .title_banner h5 {
		font: 26px/1.5 "quanticoregular"
	}
}

@media only screen and (min-width: 1600px) {
	.banner_title_subscription .title_banner h5 {
		font: 30px/1.5 "quanticoregular"
	}
}

.banner_title_subscription .title_banner p {
	font: 11px/1.3 "montserratlight";
	color: #fff
}

@media only screen and (min-width: 1170px) {
	.banner_title_subscription .title_banner p {
		font: 12px/1.3 "montserratlight"
	}
}

@media only screen and (min-width: 1600px) {
	.banner_title_subscription .title_banner p {
		font: 13px/1.5 "montserratlight"
	}
}

.subscription_content {
	margin-top: -225px
}

.subscription_content .tabcontent {
	display: none
}

.subscription_content .tabcontent .grid_parent {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.subscription_content .tabcontent .grid_parent .grid {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 20px
}

@media only screen and (min-width: 767px) {
	.subscription_content .tabcontent .grid_parent .grid {
		width: 50%
	}
}

@media only screen and (min-width: 1024px) {
	.subscription_content .tabcontent .grid_parent .grid {
		width: 33.333%
	}
}

.subscription_content .tabcontent .grid_parent .grid .otter_case {
	box-shadow: 0px 2px 12px #d9d9d9;
	transform: scale(1);
	transition: all 3s
}

@media only screen and (min-width: 1024px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case:hover {
		transform: scale(0.9)
	}
}

.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_head {
	background-color: #eefaf3;
	padding: 50px 0
}

.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_head h1 {
	font: 30px/1.2 "quanticobold";
	color: #666
}

@media only screen and (min-width: 768px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_head h1 {
		font: 34px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1024px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_head h1 {
		font: 38px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1170px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_head h1 {
		font: 42px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1366px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_head h1 {
		font: 46px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1450px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_head h1 {
		font: 50px/1.5 "quanticobold"
	}
}

@media only screen and (min-width: 1600px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_head h1 {
		font: 56px/1.5 "quanticobold"
	}
}

.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_head h1 span {
	font: 12px/1.2 "quanticobold"
}

@media only screen and (min-width: 768px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_head h1 span {
		font: 13px/1.2 "quanticobold"
	}
}

@media only screen and (min-width: 1024px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_head h1 span {
		font: 14px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1170px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_head h1 span {
		font: 15px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1366px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_head h1 span {
		font: 16px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1450px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_head h1 span {
		font: 18px/1.5 "quanticobold"
	}
}

@media only screen and (min-width: 1600px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_head h1 span {
		font: 20px/1.5 "quanticobold"
	}
}

.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_head h6 {
	font: 10px/1.3 "quanticobold";
	text-transform: uppercase;
	color: #999
}

@media only screen and (min-width: 768px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_head h6 {
		font: 11px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1024px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_head h6 {
		font: 12px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1170px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_head h6 {
		font: 13px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1366px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_head h6 {
		font: 14px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1450px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_head h6 {
		font: 15px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1600px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_head h6 {
		font: 16px/1.3 "quanticobold"
	}
}

.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_body {
	background-color: #fff;
	padding: 26px 0
}

@media only screen and (min-width: 768px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_body {
		padding: 30px 0
	}
}

@media only screen and (min-width: 1024px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_body {
		padding: 33px 0
	}
}

@media only screen and (min-width: 1170px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_body {
		padding: 37px 0
	}
}

@media only screen and (min-width: 1366px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_body {
		padding: 40px 0
	}
}

@media only screen and (min-width: 1450px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_body {
		padding: 45px 0
	}
}

@media only screen and (min-width: 1600px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_body {
		padding: 50px 0
	}
}

.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_body ul li {
	font: 11px/1.3 "montserratlight";
	color: #999;
	padding: 5px 0
}

.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_body ul li i {
	color: #04d056;
	font-size: 10px;
	padding-right: 5px
}

@media only screen and (min-width: 1170px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_body ul li {
		font: 12px/1.3 "montserratlight"
	}
}

@media only screen and (min-width: 1366px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_body ul li {
		font: 13px/1.3 "montserratlight"
	}
}

@media only screen and (min-width: 1450px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_body ul li {
		font: 14px/1.5 "montserratlight"
	}
}

@media only screen and (min-width: 1600px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_body ul li {
		font: 15px/1.5 "montserratlight"
	}
}

.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_body a {
	color: #333;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	background-color: #fff;
	display: inline-block;
	border-radius: 50px;
	font: 12px/1.3 "montserratregular";
	padding: 11px 36px;
	transition: all 1s;
	border: 1px solid #04d056;
	color: #04d056;
	display: inline-block;
	margin: 25px 0 5px 0
}

@media only screen and (min-width: 768px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_body a {
		font: 12px/1.3 "montserratregular";
		padding: 11px 38px
	}
}

@media only screen and (min-width: 1366px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_body a {
		font: 13px/1.3 "montserratregular";
		padding: 12px 42px
	}
}

@media only screen and (min-width: 1450px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_body a {
		font: 13px/1.3 "montserratregular";
		padding: 12px 45px
	}
}

@media only screen and (min-width: 1600px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_body a {
		font: 14px/1.3 "montserratregular";
		padding: 14px 50px
	}
}

.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_body a:hover {
	background-color: #04d056;
	color: #fff
}

@media only screen and (min-width: 1170px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_body a {
		margin: 28px 0 6px 0
	}
}

@media only screen and (min-width: 1366px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_body a {
		margin: 32px 0 7px 0
	}
}

@media only screen and (min-width: 1450px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_body a {
		margin: 35px 0 8px 0
	}
}

@media only screen and (min-width: 1600px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_body a {
		margin: 40px 0 10px 0
	}
}

.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_body p {
	font: 11px/1.3 "montserratregular";
	color: #adb7c4
}

@media only screen and (min-width: 1366px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_body p {
		font: 12px/1.3 "montserratregular"
	}
}

@media only screen and (min-width: 1450px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_body p {
		font: 13px/1.3 "montserratregular"
	}
}

@media only screen and (min-width: 1600px) {
	.subscription_content .tabcontent .grid_parent .grid .otter_case .grid_body p {
		font: 14px/1.3 "montserratregular"
	}
}

.subscription_content .tabcontent .grid_parent p.btn_des {
	font: 12px/1.3 "montserratlight";
	color: #545454;
	max-width: 80%;
	text-align: center;
	padding: 40px 0 80px
}

@media only screen and (min-width: 1450px) {
	.subscription_content .tabcontent .grid_parent p.btn_des {
		font: 13px/1.3 "montserratlight"
	}
}

@media only screen and (min-width: 1600px) {
	.subscription_content .tabcontent .grid_parent p.btn_des {
		font: 14px/1.5 "montserratlight"
	}
}

.subscription_content .tabcontent#paris {
	display: block
}

.payment {
	background: #fefefe;
	background: -moz-linear-gradient(-45deg, #fefefe 0%, #fefefe 46%, #fdfdfd 51%, #fff 71%, #fefefe 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, #fefefe), color-stop(46%, #fefefe), color-stop(51%, #fdfdfd), color-stop(71%, #fff), color-stop(100%, #fefefe));
	background: -webkit-linear-gradient(-45deg, #fefefe 0%, #fefefe 46%, #fdfdfd 51%, #fff 71%, #fefefe 100%);
	background: -o-linear-gradient(-45deg, #fefefe 0%, #fefefe 46%, #fdfdfd 51%, #fff 71%, #fefefe 100%);
	background: -ms-linear-gradient(-45deg, #fefefe 0%, #fefefe 46%, #fdfdfd 51%, #fff 71%, #fefefe 100%);
	background: linear-gradient(135deg, #fefefe 0%, #fefefe 46%, #fdfdfd 51%, #fff 71%, #fefefe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#fefefe', GradientType=1);
	padding: 63px 0;
	overflow: hidden
}

.payment .subtitles {
	text-align: center;
	padding: 0 0 45px 0
}

.payment .subtitles h2 {
	font: 18px/1.3 "quanticobold";
	color: #333
}

@media only screen and (min-width: 768px) {
	.payment .subtitles h2 {
		font: 20px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1024px) {
	.payment .subtitles h2 {
		font: 24px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1170px) {
	.payment .subtitles h2 {
		font: 26px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1366px) {
	.payment .subtitles h2 {
		font: 28px/1.5 "quanticobold"
	}
}

@media only screen and (min-width: 1450px) {
	.payment .subtitles h2 {
		font: 30px/1.5 "quanticobold"
	}
}

@media only screen and (min-width: 1600px) {
	.payment .subtitles h2 {
		font: 35px/1.5 "quanticobold"
	}
}

.payment .subtitles h6 {
	font: 12px/1.3 "montserratlight";
	color: #666
}

@media only screen and (min-width: 1450px) {
	.payment .subtitles h6 {
		font: 13px/1.3 "montserratlight"
	}
}

.payment .detail_payment .payment_detail {
	background-color: #fff;
	padding: 40px 30px;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0 0 9px 2px #efefef;
	width: 100%;
	margin-bottom: 40px
}

@media only screen and (min-width: 769px) {
	.payment .detail_payment .payment_detail {
		width: 57%;
		float: left;
		margin-bottom: 0
	}
}

.payment .detail_payment .payment_detail .payment_form h1 {
	font: 18px/1.3 "quanticobold";
	color: #333
}

@media only screen and (min-width: 768px) {
	.payment .detail_payment .payment_detail .payment_form h1 {
		font: 20px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1024px) {
	.payment .detail_payment .payment_detail .payment_form h1 {
		font: 24px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1170px) {
	.payment .detail_payment .payment_detail .payment_form h1 {
		font: 26px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1366px) {
	.payment .detail_payment .payment_detail .payment_form h1 {
		font: 28px/1.5 "quanticobold"
	}
}

@media only screen and (min-width: 1450px) {
	.payment .detail_payment .payment_detail .payment_form h1 {
		font: 30px/1.5 "quanticobold"
	}
}

@media only screen and (min-width: 1600px) {
	.payment .detail_payment .payment_detail .payment_form h1 {
		font: 35px/1.5 "quanticobold"
	}
}

.payment .detail_payment .payment_detail .payment_form p {
	font: 12px/1.3 "montserratlight";
	color: #545454
}

@media only screen and (min-width: 1450px) {
	.payment .detail_payment .payment_detail .payment_form p {
		font: 13px/1.3 "montserratlight"
	}
}

@media only screen and (min-width: 1600px) {
	.payment .detail_payment .payment_detail .payment_form p {
		font: 14px/1.5 "montserratlight"
	}
}

.payment .detail_payment .payment_detail form label {
	font: 11px/1.2 "montserratbold";
	color: #333;
	text-transform: uppercase;
	padding: 30px 0 20px 0;
	display: block
}

@media only screen and (min-width: 768px) {
	.payment .detail_payment .payment_detail form label {
		font: 13px/1.2 "montserratbold"
	}
}

.payment .detail_payment .payment_detail form .login_group {
	width: 100%;
	float: left
}

.payment .detail_payment .payment_detail form .login_group.half {
	width: 100%
}

@media only screen and (min-width: 768px) {
	.payment .detail_payment .payment_detail form .login_group.half {
		width: 46%
	}
}

.payment .detail_payment .payment_detail form .login_group.half:nth-child(2) {
	float: right
}

.payment .detail_payment .payment_detail form .login_group .icon_input {
	position: relative
}

.payment .detail_payment .payment_detail form .login_group .icon_input input {
	width: 100%;
	height: 45px;
	border: 1px solid #b6c4c8;
	outline: none;
	padding: 10px;
	font: 12px/1.3 "montserratregular";
	color: #999;
	transition: all 1s;
	border-radius: 6px;
	padding: 10px 50px
}

.payment .detail_payment .payment_detail form .login_group .icon_input input:focus {
	border: 1px solid #04d056
}

.payment .detail_payment .payment_detail form .login_group .icon_input:after {
	position: absolute;
	content: "";
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 24px;
	left: 10px;
	color: #333333;
	pointer-events: none;
	height: 16px;
	width: 20px
}

.payment .detail_payment .payment_detail form .login_group .icon_input.user:after {
	background: url(../images/user_icon.png) top center no-repeat
}

.payment .detail_payment .payment_detail form .login_group .icon_input.lock:after {
	background: url(../images/lock_icon.png) top center no-repeat
}

.payment .detail_payment .payment_detail form .login_group .icon_input.email:after {
	background: url(../images/email_icon.png) top center no-repeat
}

.payment .detail_payment .payment_detail form .login_group .icon_input.company:after {
	background: url(../images/company_icon.png) top center no-repeat
}

.payment .detail_payment .payment_detail form .login_group.last_group {
	margin-bottom: 40px
}

.payment .detail_payment .payment_detail form .button {
	text-align: left
}

.payment .detail_payment .payment_detail form .button input {
	background-color: #04d056;
	color: #fff;
	border: 0 none;
	border-radius: 50px;
	outline: none;
	cursor: pointer;
	transition: all 1s;
	border: 1px solid transparent;
	font: 12px/1.3 "montserratregular";
	padding: 18px 50px
}

@media only screen and (min-width: 540px) {
	.payment .detail_payment .payment_detail form .button input {
		font: 14px/1.3 "montserratregular";
		padding: 20px 70px
	}
}

.payment .detail_payment .payment_detail form .button input:hover {
	background-color: #fff;
	color: #666;
	border: 1px solid #666
}

.payment .detail_payment .order-detail {
	text-align: center;
	box-sizing: border-box;
	background-color: #f9f9f9;
	padding: 30px;
	border: 2px dashed #cccccc;
	width: 100%
}

@media only screen and (min-width: 769px) {
	.payment .detail_payment .order-detail {
		float: right;
		width: 40%
	}
}

.payment .detail_payment .order-detail .order_head {
	border-bottom: 1px solid #ccc;
	padding: 0 0 36px 0
}

.payment .detail_payment .order-detail .order_head h1 {
	font: 18px/1.3 "quanticobold";
	color: #333;
	padding: 15px 0 0 0
}

@media only screen and (min-width: 768px) {
	.payment .detail_payment .order-detail .order_head h1 {
		font: 20px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1024px) {
	.payment .detail_payment .order-detail .order_head h1 {
		font: 24px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1170px) {
	.payment .detail_payment .order-detail .order_head h1 {
		font: 26px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1366px) {
	.payment .detail_payment .order-detail .order_head h1 {
		font: 28px/1.5 "quanticobold"
	}
}

@media only screen and (min-width: 1450px) {
	.payment .detail_payment .order-detail .order_head h1 {
		font: 30px/1.5 "quanticobold"
	}
}

@media only screen and (min-width: 1600px) {
	.payment .detail_payment .order-detail .order_head h1 {
		font: 35px/1.5 "quanticobold"
	}
}

.payment .detail_payment .order-detail .order_head h2 {
	font: 30px/1.2 "quanticobold";
	color: #666
}

@media only screen and (min-width: 768px) {
	.payment .detail_payment .order-detail .order_head h2 {
		font: 34px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1024px) {
	.payment .detail_payment .order-detail .order_head h2 {
		font: 38px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1170px) {
	.payment .detail_payment .order-detail .order_head h2 {
		font: 42px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1366px) {
	.payment .detail_payment .order-detail .order_head h2 {
		font: 46px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1450px) {
	.payment .detail_payment .order-detail .order_head h2 {
		font: 50px/1.5 "quanticobold"
	}
}

@media only screen and (min-width: 1600px) {
	.payment .detail_payment .order-detail .order_head h2 {
		font: 56px/1.5 "quanticobold"
	}
}

.payment .detail_payment .order-detail .order_head h2 span {
	font: 12px/1.2 "quanticobold"
}

@media only screen and (min-width: 768px) {
	.payment .detail_payment .order-detail .order_head h2 span {
		font: 13px/1.2 "quanticobold"
	}
}

@media only screen and (min-width: 1024px) {
	.payment .detail_payment .order-detail .order_head h2 span {
		font: 14px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1170px) {
	.payment .detail_payment .order-detail .order_head h2 span {
		font: 15px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1366px) {
	.payment .detail_payment .order-detail .order_head h2 span {
		font: 16px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1450px) {
	.payment .detail_payment .order-detail .order_head h2 span {
		font: 18px/1.5 "quanticobold"
	}
}

@media only screen and (min-width: 1600px) {
	.payment .detail_payment .order-detail .order_head h2 span {
		font: 20px/1.5 "quanticobold"
	}
}

.payment .detail_payment .order-detail .order_head h6 {
	font: 10px/1.3 "quanticobold";
	text-transform: uppercase;
	color: #999
}

@media only screen and (min-width: 768px) {
	.payment .detail_payment .order-detail .order_head h6 {
		font: 11px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1024px) {
	.payment .detail_payment .order-detail .order_head h6 {
		font: 12px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1170px) {
	.payment .detail_payment .order-detail .order_head h6 {
		font: 13px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1366px) {
	.payment .detail_payment .order-detail .order_head h6 {
		font: 14px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1450px) {
	.payment .detail_payment .order-detail .order_head h6 {
		font: 15px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1600px) {
	.payment .detail_payment .order-detail .order_head h6 {
		font: 16px/1.3 "quanticobold"
	}
}

.payment .detail_payment .order-detail .dispatch_detail {
	border-bottom: 1px solid #ccc
}

.payment .detail_payment .order-detail .dispatch_detail ul {
	text-align: left;
	padding: 10px 0
}

.payment .detail_payment .order-detail .dispatch_detail ul li {
	font: 11px/1.3 "montserratlight";
	color: #999;
	padding: 5px 0;
	padding: 10px 0
}

.payment .detail_payment .order-detail .dispatch_detail ul li i {
	color: #04d056;
	font-size: 10px;
	padding-right: 5px
}

@media only screen and (min-width: 1170px) {
	.payment .detail_payment .order-detail .dispatch_detail ul li {
		font: 12px/1.3 "montserratlight"
	}
}

@media only screen and (min-width: 1366px) {
	.payment .detail_payment .order-detail .dispatch_detail ul li {
		font: 13px/1.3 "montserratlight"
	}
}

@media only screen and (min-width: 1450px) {
	.payment .detail_payment .order-detail .dispatch_detail ul li {
		font: 14px/1.5 "montserratlight"
	}
}

@media only screen and (min-width: 1600px) {
	.payment .detail_payment .order-detail .dispatch_detail ul li {
		font: 15px/1.5 "montserratlight"
	}
}

.payment .detail_payment .order-detail .change_plan {
	padding: 18px 0 40px 0;
	text-align: left
}

.payment .detail_payment .order-detail .change_plan p {
	font: 13px/1 "montserratregular";
	color: #999;
	padding: 10px 0
}

@media only screen and (min-width: 769px) {
	.payment .detail_payment .order-detail .change_plan p {
		font: 15px/1 "montserratregular"
	}
}

.payment .detail_payment .order-detail .change_plan p strong {
	font: 13px/1 "quanticobold";
	color: #000
}

@media only screen and (min-width: 769px) {
	.payment .detail_payment .order-detail .change_plan p strong {
		font: 15px/1 "quanticobold"
	}
}

.payment .detail_payment .order-detail a {
	text-decoration: none
}

.payment .detail_payment .order-detail a button {
	color: #333;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	background-color: #fff;
	display: inline-block;
	border-radius: 50px;
	font: 12px/1.3 "montserratregular";
	padding: 11px 36px;
	transition: all 1s;
	border: 1px solid #000;
	background-color: #f9f9f9
}

@media only screen and (min-width: 768px) {
	.payment .detail_payment .order-detail a button {
		font: 12px/1.3 "montserratregular";
		padding: 11px 38px
	}
}

@media only screen and (min-width: 1366px) {
	.payment .detail_payment .order-detail a button {
		font: 13px/1.3 "montserratregular";
		padding: 12px 42px
	}
}

@media only screen and (min-width: 1450px) {
	.payment .detail_payment .order-detail a button {
		font: 13px/1.3 "montserratregular";
		padding: 12px 45px
	}
}

@media only screen and (min-width: 1600px) {
	.payment .detail_payment .order-detail a button {
		font: 14px/1.3 "montserratregular";
		padding: 14px 50px
	}
}

.payment .detail_payment .order-detail a button:hover {
	background-color: #04d056;
	color: #fff
}

.payment .detail_payment .order-detail a button:hover {
	border: 1px solid transparent
}

.error {
	background: #fefefe;
	background: -moz-linear-gradient(-45deg, #fefefe 0%, #fefefe 46%, #fdfdfd 51%, #fff 71%, #fefefe 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, #fefefe), color-stop(46%, #fefefe), color-stop(51%, #fdfdfd), color-stop(71%, #fff), color-stop(100%, #fefefe));
	background: -webkit-linear-gradient(-45deg, #fefefe 0%, #fefefe 46%, #fdfdfd 51%, #fff 71%, #fefefe 100%);
	background: -o-linear-gradient(-45deg, #fefefe 0%, #fefefe 46%, #fdfdfd 51%, #fff 71%, #fefefe 100%);
	background: -ms-linear-gradient(-45deg, #fefefe 0%, #fefefe 46%, #fdfdfd 51%, #fff 71%, #fefefe 100%);
	background: linear-gradient(135deg, #fefefe 0%, #fefefe 46%, #fdfdfd 51%, #fff 71%, #fefefe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#fefefe', GradientType=1);
	padding: 100px 0 30px 0;
	overflow: hidden;
	text-align: center
}

.error .error_description {
	padding: 40px 0
}

.error .error_description h2 {
	font: 18px/1.3 "quanticobold";
	color: #000
}

@media only screen and (min-width: 768px) {
	.error .error_description h2 {
		font: 20px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1024px) {
	.error .error_description h2 {
		font: 24px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1170px) {
	.error .error_description h2 {
		font: 26px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1366px) {
	.error .error_description h2 {
		font: 28px/1.5 "quanticobold"
	}
}

@media only screen and (min-width: 1450px) {
	.error .error_description h2 {
		font: 30px/1.5 "quanticobold"
	}
}

.error .error_description h1 {
	font: 18px/1.3 "quanticobold";
	color: #333
}

@media only screen and (min-width: 768px) {
	.error .error_description h1 {
		font: 20px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1024px) {
	.error .error_description h1 {
		font: 24px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1170px) {
	.error .error_description h1 {
		font: 26px/1.3 "quanticobold"
	}
}

@media only screen and (min-width: 1366px) {
	.error .error_description h1 {
		font: 28px/1.5 "quanticobold"
	}
}

@media only screen and (min-width: 1450px) {
	.error .error_description h1 {
		font: 30px/1.5 "quanticobold"
	}
}

@media only screen and (min-width: 1600px) {
	.error .error_description h1 {
		font: 35px/1.5 "quanticobold"
	}
}

.error .error_description p {
	font: 12px/1.4 "montserratregular";
	color: #848484
}

@media only screen and (min-width: 1170px) {
	.error .error_description p {
		font: 13px/1.4 "montserratregular"
	}
}

@media only screen and (min-width: 1450px) {
	.error .error_description p {
		font: 14px/1.4 "montserratregular"
	}
}

@media only screen and (min-width: 1600px) {
	.error .error_description p {
		font: 15px/1.4 "montserratregular"
	}
}

.error .error_description a {
	text-decoration: none
}

.error .error_description a button {
	color: #333;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	background-color: #fff;
	display: inline-block;
	border-radius: 50px;
	font: 12px/1.3 "montserratregular";
	padding: 11px 36px;
	transition: all 1s;
	border: 1px solid #000;
	margin-top: 10px;
	margin-bottom: 50px;
	background-color: #f9f9f9
}

@media only screen and (min-width: 768px) {
	.error .error_description a button {
		font: 12px/1.3 "montserratregular";
		padding: 11px 38px
	}
}

@media only screen and (min-width: 1366px) {
	.error .error_description a button {
		font: 13px/1.3 "montserratregular";
		padding: 12px 42px
	}
}

@media only screen and (min-width: 1450px) {
	.error .error_description a button {
		font: 13px/1.3 "montserratregular";
		padding: 12px 45px
	}
}

@media only screen and (min-width: 1600px) {
	.error .error_description a button {
		font: 14px/1.3 "montserratregular";
		padding: 14px 50px
	}
}

.error .error_description a button:hover {
	background-color: #04d056;
	color: #fff
}

.error .error_description a button:hover {
	border: 1px solid transparent
}

@media only screen and (min-width: 769px) {
	.error .error_description a button {
		margin-top: 50px
	}
}

.error .error_description.thank_you img {
	width: 100px;
	padding: 20px 0
}

footer {
	background-color: #333;
	overflow: hidden;
	padding: 60px 0;
	clear: both
}

footer .foot_logo {
	text-align: center;
	padding: 0 0 60px 0
}

footer .foot_grid {
	float: left;
	padding: 10px;
	box-sizing: border-box;
	width: 100%
}

@media only screen and (min-width: 768px) {
	footer .foot_grid {
		width: 50%
	}
}

@media only screen and (min-width: 1024px) {
	footer .foot_grid {
		width: 25%
	}
}

footer .foot_grid h5 {
	font: 17px/1.5 "quanticobold";
	color: #989898;
	padding: 0 0 35px 0
}

footer .foot_grid p {
	font: 12px/1.5 "montserratregular";
	color: #dedede
}

footer .foot_grid ul.quick_links li {
	float: left;
	width: 50%;
	padding: 6px 0
}

footer .foot_grid ul.quick_links li a {
	font: 12px/1.5 "montserratregular";
	color: #dedede;
	text-decoration: none;
	transition: all 1s
}

footer .foot_grid ul.quick_links li a:hover {
	color: #04d056
}

footer .foot_grid ul.social-media {
	display: flex
}

footer .foot_grid ul.social-media li {
	display: inline-block;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	text-align: center;
	position: relative;
	margin: 0 5px
}

footer .foot_grid ul.social-media li a {
	text-decoration: none;
	color: #fff
}

footer .foot_grid ul.social-media li a i {
	line-height: 1.9
}

footer .foot_grid ul.social-media li.facebook {
	background: #587cb2
}

footer .foot_grid ul.social-media li.twitter {
	background: #20bfee
}

footer .foot_grid ul.social-media li.instagram {
	background: #4d4d4d
}

footer .foot_grid ul.social-media li.google-plus {
	background: #e8522c
}

footer .foot_grid ul.social-media li.youtube {
	background: #d03f3f
}

footer .foot_grid ul.social-media li.linkedin {
	background: #1791b9
}

@media (max-width: 767px) {
	.log_regis .regis_log .login_screen {
		position: relative;
	}
	.log_regis .regis_log .center_aligned {
	    top: inherit;
	    bottom: -38px;
	}
	.login_screen:after {
	    content: "";
	    background-color: #d8dadf;
	    display: block;
	    left: 0;
	    right: 0;
	    position: absolute;
	    width: 100%;
	    height: 1px;
	    bottom: 12px;
	}
	.log_regis .regis_log:after {
		display: none;
	}
}


/*# sourceMappingURL=global.css.map */
