@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

/*@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,500,800&display=swap');
* {
	transition: all 0.5 ease-in;
	-webkit-transition: all 0.5 ease-in;
	-moz-transition: all 0.5 ease-in;
	-o-transition: all 0.5 ease-in;
	-ms-transition: all 0.5 ease-in;
	box-sizing: border-box
}
html {
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-size: 0.8rem
}
body {
	font-weight: 400;
	font-size: 20px;
	color: #606060;
	line-height: 30px;
	overflow-x: hidden;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Muli', sans-serif;
}
a {
	color: #226e77;
	text-decoration: none
}
a:hover {
	color: #226e77;
	text-decoration: none
}
a:focus {
	outline: none;
	color: #226e77
}
textarea {
	resize: none
}
.light-bg { /*background:rgba(58, 197, 173, 0.05) */
	background: #f4fcfb
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}
.no-bdr {
	border: 0 !important
}
.bdr {
	border: #ddd 1px solid
}
.main-wrap {
	width: 100%
}
img, video, iframe, embed {
	max-width: 100%
}
.no_paddng {
	padding: 0
}
.mt_30 {
	margin-top: 30px !important
}
.mt_60 {
	margin-top: 60px !important
}
.mt_80 {
	margin-top: 80px !important
}
header {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	padding: 15px 0 0
}
h1 {
	font-size: 58px;
	font-weight: 800;
	line-height: 63px
}
h2 {
	font-size: 54px;
	font-weight: 800;
	color: #226e77;
	line-height: 68px;
	margin-top: 0
}
h3 {
	font-size: 37px;
	font-weight: 400;
	line-height: 63px
}
h4 {
	font-size: 33px;
	font-weight: 800;
	line-height: 68px
}
h6 {
	font-size: 16px;
	line-height: 24px
}
p {
	margin: 32px 0 0
}
.default-btn {
	width: 320px;
	display: inline-block;
	vertical-align: middle;
	padding: 22px 60px;
	color: #3AC5AD;
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
	border: 2px solid #226e77;
	border-radius: 500px
}
.default-btn:hover, .default-btn.active {
	background: #226e77;
	color: #fff
}
    .default-btn.btn-sm {
        width: auto;
        padding: 16px 60px;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        background: #36a692;
        border: 2px solid #36a692;
    }
.logo {
	width: 176px;
	float: left;
	margin: 12px 0 0
}
.banner-wrap { /*padding:25px 0 260px;*/
	padding: 0 0 80px;
	/*height:700px;*/
	background: #6ae3c4;
	/*background-color: transparent linear-gradient(81deg, #6ae3c4 0%, #3AC5AD 100%) 0% 0% no-repeat; 
  background-image:url(../images/top-bg.svg);
  background-position:left bottom; 
  background-repeat:no-repeat; 
  background-size:102% auto; */
	position: relative
}
.header-right {
	text-align: right
}
.header-right .navbar-collapse {
	padding: 0
}
.header-right .navbar-default {
	background: none
}
.header-right nav {
	display: inline-block;
	vertical-align: middle
}
.header-right .navbar {
	border: 0;
	min-height: 0;
	margin-bottom: 0
}
.header-right .navbar-nav > li > a {
	/*font-family: 'Calibri',arial;*/
	font-weight: 300;
	font-size: 20px;
	color: #226e77;
	line-height: 25px;
	padding: 5px 0;
	margin: 0 36px 0 0;
	border-bottom: #6ae3c4 1px solid;
}
.header-right .navbar-nav > li > a.active, .header-right .navbar-nav > li > a:hover {
	border-bottom: #226e77 1px solid;
	color: #226e77; 
}
.header-right .default-btn {
	width: auto;
	font-size: 18px;
	/*font-family: 'Calibri',arial;*/
	color: #226e77;
	line-height: 20px;
	padding: 12px 28px;
	border: #226e77 1px solid;
	border-radius: 200px;
	font-weight:300;
}
.header-right .default-btn:hover {
	background: #fff;
	color: #000
}
.header-right .userIcon {
	width: 48px;
	height: 48px;
	position: relative;
	text-align: center;
	margin: 0 0 0 15px;
	display: inline-block;
	vertical-align: middle;
	color: #226e77;
	font-size: 24px;
	border: #226e77 1px solid;
	border-radius: 100%
}
.header-right .userIcon img {
	width: 21px
}
.header-right .userIcon:hover {
	background: #fff;
	border-color: #3ca695
}
.header-right .dropdown {
	display: inline-block
}
.header-right .dropdown-menu {
	right: 0;
	min-width: 133px;
	background: #3ca695;
	box-shadow: none;
	border: 0
}
.header-right .dropdown-menu > li > a {
	color: #fff
}
.header-right .dropdown-menu > li > a:hover {
	background: none;
	color: #fff
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	padding: 15px 0 14px;
	background: #6ae3c4;
}
.sticky .logo {
	margin-top: 5px
}
header.green {
}
header.green .header-right .navbar-nav > li > a {
	color: #226e77
}
header.green .header-right .navbar-nav > li > a.active, .header-right .navbar-nav > li > a:hover {
	border-bottom: #226e77 1px solid;
	color: #226e77
}
header.green .header-right .default-btn {
	color: #226e77;
	border-color: #226e77
}
header.green .header-right .default-btn:hover {
	background: #226e77;
	color: #fff
}
header.green .header-right .userIcon {
	border-color: #226e77
}
header.green .header-right .userIcon:hover {
	border-color: #e0e0e0;
	background: #e0e0e0
}
header.green.sticky {
	background: #fff;
	box-shadow: rgba(95,95,95, 0.5) 0 0 15px
}
.banner {
	margin: 190px 0 0
}
.banner .bannerText {
	width: 46%;
	display: inline-block;
	vertical-align: middle;
    padding-top:11%;
    padding-left:40px;
}
.banner .bannerPic {
	width: 53%;
	display: inline-block;
	vertical-align: top;
	position: relative
}

.banner .bannerPic img { /*position:absolute;*/
	right: -30px;
	top: 0;
	width: 100%
}
.banner h1 {
	margin-top: 0;
	margin-bottom: 0;
	color: #226e77
}
.banner h3 {
	color: #226e77;
	margin-top: 6px
}
.banner p {
	color: #226e77;
	margin-top: 30px
}
.banner a.default-btn {
	width: 255px;
	height: 63px;
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	line-height: 60px;
	background: #226e77;
	opacity: 0.45;
	border-radius: 150px;
	margin: 45px 0 0;
	padding: 0;
	border: 0;
	text-align: center
}
.banner a.default-btn:hover {
	opacity: 0.7
}
.section-padding {
	padding: 160px 0
}
.large-text {
	/*font-family: 'SegoeUI';*/
	font-size: 24px;
	line-height: 33px;
}
.vr-accordion {
	width: 80%
}
.vr-accordion .panel-default {
	border-color: transparent;
	margin: 0 0 30px
}
.vr-accordion .panel-default > .panel-heading {
	color: #666666;
	background-color: transparent;
	border-color: transparent;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.vr-accordion .panel-default > .panel-heading a {
	display: block;
	padding: 0 15px 0 40px;
	color: #416974;
	font-weight: 800;
	font-size: 22px;
	line-height: 28px;
	position: relative
}
/*.vr-accordion .panel-default>.panel-heading a span{ display:block; font-weight:300; font-size:18px; line-height:30px; color:#41697499}*/

.vr-accordion .panel-default > .panel-heading a:after {
	width: 28px;
	height: 28px;
	text-align: center;
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	color: #b7eae2;
	/* display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  border-radius:100%;*/
	border-left: 12px solid transparent;
	border-right: 14px solid transparent;
	border-top: 11px solid #b7eae2;
}
.vr-accordion .panel-default > .panel-heading a[aria-expanded="true"] {
	text-decoration: none;
	background-color: transparent;
}
.vr-accordion .panel-default > .panel-heading a[aria-expanded="true"]:after {
	/*content: "\2212";*/
	content: "";
	top: 11px;
	border-top: 14px solid #226e77;
}
.vr-accordion .panel-default > .panel-heading a[aria-expanded="false"]:after {
	/*content: "\002b";*/
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
	border: 0;
	padding: 0 0 0 40px;
	position: relative
}
.panel-group .panel-heading + .panel-collapse > .panel-body span {
	width: 100%;
	position: absolute;
	top: -4px;
	left: 42px;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #41697499
}
.vr-accordion p {
	margin-top: 40px
}
.project-screen {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #B8B8B8;
	border-radius: 10px;
	padding: 28px
}
.videoWrap {
	background: #6ae3c4;
	padding: 150px 0;
	/*margin: 0 0 40px;*/
	display: block
}
.videoWrap .container {
	width: 1400px
}
.videoWrap .txt {
	width: 49%;
	display: inline-block;
	vertical-align: middle;
	padding-right: 90px
}
/*.videoWrap .txt h2{color:#fff}*/
    .videoWrap .txt p {
        color: #226e77;
        width: 424px;
    }
    .videoWrap .txt h2 {
        font-size: 50px;
        line-height: 61px;
    }
.cateouter .container{
    width:1400px;
}
.videoWrap .videobox {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.userCategory {
	text-align: center
}
.userCategory h2 { /*line-height:27px*/
}
.userCategory p {
	margin-top: 0;
	color: #606060;
}
.userCategory img {
	margin: 0
}
.testimony-wrap {
	padding: 160px 0
}
.testmonybox {
	width: 100%;
	background: url(../images/qm%20b@2x.png) left top no-repeat;
	background-size: 195px auto;
	padding: 37px 0 0 157px
}
.testmonybox p {
	font-size: 23px;
	font-weight: 300;
	line-height: 38px;
	color: #606060
}
.testimony-wrap .clientName {
	font-size: 20px;
	font-weight: 300;
	line-height: 38px;
	color: #226e77;
	margin: 25px 0 0
}
.testimony-wrap .clientName span {
	font-weight: 700
}
.buying-wrap {
	padding: 100px 0;
	text-align: center
}
.buying-wrap h2 {
	margin-bottom: 50px;
    color: #36A692;
}
footer {
    background: #3ac6ac;
    padding: 100px 0 30px
}
footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 50%;
	float: left;
}
footer ul li {
	font-size: 20px;
	font-weight: 300;
	line-height: 25px;
	margin: 0 0 16px
}
footer ul li a {
	color: #fff
}
footer ul li a:hover {
	color: #fff;
	text-decoration: underline
}
footer h4 {
	font-weight: 800;
	font-size: 28px;
	line-height: 30px;
	color: #fff;
	margin-top: 0;
	margin-bottom: 4px
}
footer p {
	color: #fff;
	margin: 0
}
footer .form-group {
	width: 100%;
	float: left;
	background: rgba(255,255,255, 0.38);
	height: auto;
	color: #fff;
	padding: 0;
	margin: 25px 0 0;
	box-shadow: none;
	border-radius: 5px;
	overflow: hidden
}
footer .form-control {
	background: none;
	box-shadow: none;
	border: 0;
	height: auto;
	padding: 15px;
	color: #fff;
	width: 72%;
	float: left
}
footer .form-control:hover {
	box-shadow: none
}
footer .submit-btn {
	background: #3db49c;
	color: #fff;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	float: right;
	border: 0;
	padding: 11px 30px;
}
footer .copyright {
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 19px;
	margin: 50px 0 0
}
#loginModal .modal-dialog {
	width: 56%;
	margin: 10% auto
}
#loginModal .modal-content {
	border-radius: 20px;
	position: relative
}
#loginModal .modal-body {
	padding: 0;
	text-align: center
}
#loginModal .loginHead {
	width: 300px;
	float: right;
	padding: 130px 25px 60px;
	background: transparent linear-gradient(203deg, #6ae3c4 0%, #226e77 100%) 0% 0% no-repeat padding-box;
	border-radius: 0px 20px 20px 0px
}
#loginModal .loginHead img {
	width: 110px
}
#loginModal .loginHead h1 {
	font-weight: 800;
	font-size: 43px;
	line-height: 45px;
	color: rgba(255,255,255,0.6)
}
#loginModal .signup {
	width: 100%;
	text-align: center;
	font-weight: 400;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	margin: 172px 0 0
}
#loginModal .signup a {
	display: block;
	font-weight: 800;
	color: #fff;
	text-decoration: underline
}
#loginModal .loginForm {
	overflow: hidden;
	padding: 80px 0 60px
}
#loginModal .loginForm .inner-content {
	width: 60%;
	overflow-y: scroll;
	scrollbar-width: none;
	display: block;
	margin: 0 auto;
	-ms-overflow-style: none;
	display: block;
	margin: 0 auto
}
 #loginModal .loginForm .inner-content::-webkit-scrollbar {
 display: none
}
 #loginModal .loginForm .inner-content::-moz-scrollbar {
 display: none
}
#loginModal .sociaLogin {
	width: 100%;
	float: left;
	position: relative;
	background: #FBFBFB;
	box-shadow: 0px 2px 6px #0000001F;
	border-radius: 5px;
	margin: 0 0 15px;
	padding: 0 0 11px
}
#loginModal .sociaLogin .icon {
	position: absolute;
	left: 25px;
	top: 0;
	width: 20px
}
#loginModal .or_txt {
	width: 60%;
	display: inline-block;
	position: relative;
	margin: 27px 0 60px
}
#loginModal .or_txt:after {
	position: absolute;
	left: 0;
	top: 17px;
	background: #707070;
	content: " ";
	width: 100%;
	height: 1px
}
#loginModal .or_txt span {
	background: #fff;
	color: #416974;
	font-weight: 400;
	font-size: 16px;
	padding: 0 20px;
	position: relative;
	z-index: 11
}
#loginModal .form-control {
	height: auto;
	margin: 0 0 10px;
	padding: 5px 25px;
	background: #F6F6F6;
	border: 0;
	border-radius: 5px;
	box-shadow: none;
	font-weight: 400;
	color: #fff;
	font-size: 20px;
	line-height: 38px;
	color: #416974
}
#loginModal .submit-btn {
	width: 100%;
	padding: 12px 0;
	margin: 12px 0 0;
	background: #45ACA1;
	border-radius: 5px;
	border: 0;
	font-weight: 800;
	font-size: 18px;
	line-height: 38px;
	color: rgba(255,255,255,0.6);
}
#loginModal .submit-btn:hover {
	background: #2a8d82
}
#loginModal .forgotPassword {
	display: inline-block;
	margin: 30px 0 0;
	text-decoration: underline;
	font-weight: 400;
	font-size: 16px;
	line-height: 38px;
	color: #A3B1B5
}
#loginModal .close {
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 99;
	color: #fff;
	font-size: 38px;
	opacity: 1
}
.feature-bannerWrap {
	padding: 50px 0; height:740px;
	background: #6ae3c4;
	position: relative
}
.feature-bannerWrap .row {
	position: relative
}
    .feature-bannerWrap .banner .bannerPic2 {
        width: 38%;
        position: absolute;
        right: 160px;
        top: -110px;
    }
.banner .bannerPic video, .feature-bannerWrap .banner .bannerPic2 video{max-width: inherit;}
.feature-bannerWrap .banner .bannerPic2 img {
	width: 100%
}
.feature-boxHolder {
    width: 100%;
    display: inline-block;
    margin: 43px 0 0;
    bottom: -337px;
    position: absolute;
}
    .feature-boxHolder .box {
        width: 29%;
        display: inline-block;
        text-align: center;
        padding: 39px 25px;
        margin: 0 13px 0 0;
        background: #FFF;
        box-shadow: rgba(0,0,59, .3) 3px 2px 13px;
        border-radius: 8px
    }
.feature-boxHolder .box .icon {
	height: 40px;
	display: inline-block;
	margin: 0 0 20px
}
.feature-boxHolder .txt {
	font-size: 20px;
	color: #416974;
	line-height: 28px
}
.feature-pic {
	background: url(../images/feature-time-bg.svg) left top no-repeat;
	background-size: 81% auto;
	padding: 0px;
}
.feature-pic img {
	width: 80%
}
.tab-panel {
	margin: 60px 0 0
}
.tab-panel .nav-pills {
	margin: 45px 0 0
}
    .tab-panel p {
        font-size: 23px;
        line-height: 34px;
        margin-top: 20px;
        color: #226E77;
    }
.tab-panel p span {
	font-weight: 800
}
.tab-panel .nav-pills > li {
	width: 45px;
	height: 70px;
	margin-right: 20px
}
.tab-panel .nav-pills > li.first {
	background: url(../images/Control%20time%20b.png) center center no-repeat;
	background-size: 45px
}
.tab-panel .nav-pills > li.first.active {
	background: url(../images/Control%20time%20c.png) center center no-repeat;
	background-size: 45px
}
.tab-panel .nav-pills > li.second {
	background: url(../images/Stay%20on%20target%20b.png)center center no-repeat;
	background-size: 45px
}
.tab-panel .nav-pills > li.second.active {
	background: url(../images/Stay%20on%20target%20c.png) center center no-repeat;
	background-size: 45px
}
.tab-panel .nav-pills > li.third {
	background: url(../images/Bosst%20productivity%20b.png) center center no-repeat;
	background-size: 45px
}
.tab-panel .nav-pills > li.third.active {
	background: url(../images/Bosst%20productivity%20c.png) center center no-repeat;
	background-size: 45px
}
.tab-panel .nav-pills > li.forth {
	background: url(../images/Indistruptive%20time%20b.png) center center no-repeat;
	background-size: 45px
}
.tab-panel .nav-pills > li.forth.active {
	background: url(../images/Indistruptive%20time%20c.png) center center no-repeat;
	background-size: 45px
}
.tab-panel .nav-pills > li.active > a, .tab-panel .nav-pills > li.active > a:focus, .tab-panel .nav-pills > li.active > a:hover, .tab-panel .nav-pills > li:hover {
	background-color: transparent !important
}
.nav > li > a {
	padding-bottom: 0;
	height: 100%
}
.tab-panel .nav > li > a:focus, .nav > li > a:hover {
	background-color: transparent !important
}
.strategize-wrap {
	padding: 0 0 40px;
	position: relative;
	/*background-color:transparent linear-gradient(77deg, #3AC5AD 0%, #6ae3c4 100%) 0% 0% no-repeat padding-box; 
  background-image:url(../images/feature-bg-2.svg); background-position:left top -160px; 
  background-repeat:no-repeat; 
  background-size:100% auto; */
	background-color: #6ae3c4;
}
.strategize-wrap::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	background: #fff;
	height: 29%;
}
.strategize-wrap .desktopPic {
	margin: 80px 0;
	text-align: center;
    padding:0 25px;
}
.strategize-wrap .desktopPic img {
	width: 87%;
	display: inline-block
}
.strategize-wrap .desc {
	padding: 0 50px 80px 0
}
.strategize-wrap .icon {
	width: 60px;
	float: left;
	margin: 7px 15px 0 0
}
.strategize-wrap .icon img {
	width: 100%
}
.strategize-wrap .txt {
	font-size: 22px;
	line-height: 33px;
	color: #244B44;
	overflow: hidden
}
.faq-bannerWrap {
	padding: 25px 0 0; /*height:700px;*/
	background: #6ae3c4;
	position: relative
}
.faq-bannerWrap:before {
	content: "";
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 10%
}
.faq-search {
	width: 80%;
	float: left;
	margin: 3% 10% 0;
	border: 1px solid #226e77;
	border-radius: 50px
}
.faq-search .form-control {
	width: 80%;
	float: left;
	color: #226e77;
	font-weight: 400;
	font-size: 20px;
	background: none;
	padding: 30px 30px 35px;
	border: 0;
	box-shadow: none
}
.faq-search .search-btn {
	width: 50px;
	float: right;
	background: url(../images/search-icon.png) center center no-repeat;
	background-size: 25px;
	margin: 17px;
	border: 0
}
.faq-accordion {
	width: 100%;
	float: left;
	margin: 100px 0 0
}
.faq-accordion .panel-default {
	border-color: transparent;
	margin: 0 0 70px
}
.faq-accordion .panel-default > .panel-heading {
	color: #666666;
	background-color: transparent;
	border-color: transparent;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.faq-accordion .panel-default > .panel-heading a {
	display: block;
	padding: 0 55px 0 0;
	color: #000;
	font-weight: 800;
	font-size: 18px;
	line-height: 28px;
	position: relative
}
.faq-accordion .panel-default > .panel-heading a span {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #41697499
}
.faq-accordion .panel-default > .panel-heading a:after {
	width: 28px;
	height: 25px;
	text-align: center;
	content: "";
	position: absolute;
	top: 4px;
	right: 0;
	font-size: 36px;
	color: #3AC5AD
}
.faq-accordion .panel-default > .panel-heading a[aria-expanded="true"] {
	text-decoration: none;
	background-color: transparent;
}
.faq-accordion .panel-default > .panel-heading a[aria-expanded="true"]:after {
	content: "\2212";
}
.faq-accordion .panel-default > .panel-heading a[aria-expanded="false"]:after {
	content: "\002b";
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.faq-accordion .panel-group .panel-heading + .panel-collapse > .panel-body {
	border: 0;
	padding: 0
}
.faq-accordion .panel-group .panel-heading + .panel-collapse > .panel-body p {
	font-size: 22px;
	line-height: 32px;
	color: #000
}
.contact-infoHolder {
	width: 100%;
	display: flex;
	padding: 0
}
.contact-infoHolder .box {
	width: 50%;
	text-align: center;
	padding: 50px 35px;
	margin: 0 0 0 22px;
	background: #FFF;
	box-shadow: rgba(0,0,59, .3) 3px 2px 13px;
	border-radius: 15px
}
.contact-infoHolder .box .icon {
	height: 95px;
	display: inline-block;
	margin: 0 0 20px
}
.contact-infoHolder .box .icon img {
	height: 100%
}
.contact-infoHolder .box .txt {
	font-weight: 400;
	font-size: 16px;
	color: #000;
	line-height: 23px
}
.contact-infoHolder .box a.phoneNo {
	display: inline-block;
	font-weight: 800;
	font-size: 30px;
	line-height: 25px;
	color: #226e77;
	margin: 52px 0 0
}
.contact-infoHolder .box a.phoneNo:hover {
	color: #416974
}
.contact-infoHolder .box .default-btn {
	width: auto;
	height: auto;
	font-size: 16px;
	line-height: 57px;
	margin: 38px 0 0;
	padding: 0 20px;
	background: #3AC5AD;
	opacity: 1
}
.white-bannerWrap {
	padding: 25px 0 100px; /*height:700px; background-image:url(../images/bottom-curve-bg.svg); background-position:left bottom; background-repeat:no-repeat; background-size:102% auto;*/
	position: relative
}
.white-bannerWrap h1 {
	color: #226e77;
	font-size: 78px;
	line-height: 70px;
	margin: 36px 0 0
}
.white-bannerWrap h1 span {
	font-size: 24px;
	line-height: 68px
}
.white-bannerWrap h4 {
	font-weight: 800;
	font-size: 40px;
	line-height: 68px;
	color: #226e77
}
.white-bannerWrap p {
	color: #606060;
	margin: 16px 0 0
}
.white-bannerWrap a.default-btn {
	width: 76%;
	height: auto;
	margin-top: 15px;
	font-weight: 400;
	font-size: 18px;
	line-height: 68px;
	color: #226e77;
	background: #fff;
	border: #226e77 1px solid;
	border-radius: 150px;
	opacity: 1
}
.greenSelectbox {
	width: 76%;
	min-height: 70px;
	float: left;
	position: relative;
	margin: 46px 0 0;
	background: #226e77;
	border-radius: 150px
}
.greenSelectbox select {
	width: 100%;
	height: 100%;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: 800;
	font-size: 18px;
	color: #fff;
	border: 0;
	padding-right: 10px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	outline: none;
	padding: 0
}
.greenSelectbox::before {
	content: "\f0dd";
	font-family: FontAwesome;
	font-size: 23px;
	color: #fff;
	right: 25px;
	position: absolute;
	top: 15px
}
.greenSelectbox button {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	font-weight: 800;
	font-size: 20px;
	color: #fff;
	background: none;
	border: 0;
	outline: 0;
}
#toggleDiv {
	width: 100%;
	padding: 6px 0 20px;
	text-align: center;
	margin: 0;
	display: none
}
.selectnum {
	display: inline-block;
	padding: 5px 12px;
	background: rgba(255,255,255,0.6);
	border-radius: 36px
}
.selectnum button {
	background: none;
	border: 0;
	font-family: FontAwesome;
	font-size: 18px;
	color: #3AC5AD;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	width: auto
}
.selectnum .txtInput {
	width: 30px;
	display: inline-block;
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	color: #000;
	background: none;
	border: 0
}
.pricing-greenWrap { /*background-color:transparent linear-gradient(77deg, #3AC5AD 0%, #6ae3c4 100%) 0% 0% no-repeat padding-box;
 background-image:url(../images/bottom-curve-bg.svg); 
 background-position:left top -3px; 
 background-repeat:no-repeat; 
 background-size:107% auto; */
	background-color: #6ae3c4;
	padding: 150px 0 90px;
}
.pricing-greenWrap h4 {
	color: #fff;
	line-height: normal;
	margin: 0
}
.pricing-greenWrap .infobox {
	padding: 60px 20px 0
}
.pricing-greenWrap .infobox .icon {
	width: 48px;
	display: inline-block;
	margin: 0 0 15px
}
.pricing-greenWrap .infobox .txt {
	color: #416974;
	font-size: 23px;
	line-height: 30px
}
.policybox {
	width: 100%;
	float: left
}
.policybox .icon {
	width: 70px;
	min-height: 60px;
	float: left;
	margin: 0 17px 0 0
}
.policybox .desc {
	overflow: hidden
}
.policybox .title {
	color: #226e77;
	font-weight: 800;
	font-size: 26px;
	line-height: 35px;
	margin: 0 0 10px
}
.policybox .txt {
	font-size: 16px;
	color: #000;
	line-height: 28px
}
.shopping-ProcessNav {
	width: 100%;
	position: relative;
	background: transparent linear-gradient(91deg, #226e77 0%, #6ae3c4 100%) 0% 0% no-repeat padding-box;
	padding: 10px 0 15px;
	margin: 90px 0 0
}
.shopping-ProcessNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}
.shopping-ProcessNav ul li {
	display: inline-block;
	font-family: 'Muli', sans-serif;
	font-weight: 800;
	font-size: 16px;
	line-height: 28px;
	padding: 0 55px
}
.shopping-ProcessNav ul li a {
	color: rgba(255,255,255,0.5)
}
.shopping-ProcessNav ul li a:hover, .shopping-ProcessNav ul li a.active {
	color: rgba(255,255,255,1)
}
.section-padding2 {
	padding: 80px 0
}
.shipping {
	padding: 0 50px
}
.shipping h1, .section-title {
	width: 100%;
	float: left;
	position: relative;
	font-size: 33px;
	line-height: 38px;
	font-weight: 800;
	color: #226e77;
}
.shipping h6 {
	float: left;
	font-weight: bold;
	color: #000;
	width: 100%;
}
.shipping-form {
	width: 100%;
	float: left;
	margin: 30px 0 0;
	position: relative
}
.shipping-form .form-group {
	position: relative
}
.shipping-product {
	width: 100%;
	margin: 15px 0;
	text-align: center;
	float: left
}
.shipping-product img {
	width: 67%;
	display: inline-block
}
.shipping-details {
	font-size: 18px;
	color: #000;
	width: 100%;
	float: left;
	margin: 0 0 7px;
	padding: 0 30px
}
.shipping-details .quantity {
	width: 100%;
	float: left;
	font-weight: 400;
	margin: 22px 0 10px
}
.shipping-details .name {
	width: 50%;
	float: left;
	font-weight: 400;
}
.shipping-details .price {
	width: 50%;
	float: left;
	font-weight: 400;
	text-align: right
}
.shipping-details .total {
	font-weight: 800;
	margin-top: 24px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: #dedfdf 2px solid
}
.shipping-details .default-btn {
	width: 100%;
	background: #3AC5AD;
	color: rgba(255,255,255,.5);
	font-weight: 400;
	font-size: 20px;
	padding: 14px 0;
	text-align: center;
	border: 0
}
.shipping-details .default-btn:hover {
	color: rgba(255,255,255,1)
}
label {
	display: block;
	padding-top: 20px;
}
.label-text {
 +transform(translateY(-18px))
}
label input:focus + .label-text {
 +transform(translateY(-36px))
}
.form-field {
	position: relative;
	margin-bottom: 20px;
	height: 50px;
}
.form-field input {
	width: 100%;
	border: 0;
	outline: 0;
	padding: 5px 0 4px;
	border-bottom: 1px solid #898989;
	box-shadow: none;
	color: #416974;
	font-style: normal;
}
 input:focus ~ .floating-label, input:not(:focus):valid ~ .floating-label {
 top: -15px;
 bottom: 10px;
 left: 0px;
 font-size: 10px;
 opacity: 1;
}
.floating-label {
	position: absolute;
	pointer-events: none;
	left: 0px;
	top: 6px;
	color: #898989;
	font-size: 18px;
	font-weight: 400;
	transition: 0.2s ease all;
}
 .form-field input:focus, .form-field input:valid {
 border-color: #000;
 color: #000;
}
.section-heading {
	width: 100%;
	float: left;
	position: relative
}
.shipping-radio {
	position: absolute;
	right: 0;
	top: 40px;
	font-size: 20px
}
.shipping-radio input {
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px 0 0
}
.edit-Infobox {
	width: 90%;
	float: left;
	position: relative;
	margin: 0 0 12px;
	padding: 30px;
	border: #e6e6e6 1px solid
}
.edit-Infobox h6 {
	font-weight: 800;
	font-size: 20px;
	color: #416974;
	line-height: 28px;
	margin: 0 0 17px
}
.edit-Infobox p {
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	line-height: 28px;
	margin: 5px 0 0
}
.edit-Infobox .edit-btn {
	position: absolute;
	right: 20px;
	top: 27px;
	color: #B1B1B1;
	font-weight: 400;
	font-size: 14px;
	text-decoration: underline;
	background: none;
	border: 0
}
.edit-Infobox .edit-btn:hover {
	color: #000
}
/* The Checkbox container */
.c-check {
	display: block;
	position: relative;
	padding-left: 25px;
	padding-top: 0;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 300
}
/* Hide the browser's default checkbox */
.c-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 8px;
	left: 0;
	height: 14px;
	width: 14px;
	background-color: #eee;
	border-radius: 50%;
	border: 1px solid #333;
}
/* On mouse-over, add a grey background color */
.c-check:hover input ~ .checkmark {
	background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.c-check input:checked ~ .checkmark {
	background-color: #226e77;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.c-check input:checked ~ .checkmark:after {
	display: block;
}
/* Style the checkmark/indicator */
.c-check .checkmark:after {
	top: 3px;
	left: 3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: white;
}
 @-webkit-keyframes autofill {
 to {
 background: #fff;
}
}
 input:-webkit-autofill {
 -webkit-animation-name: autofill;
 -webkit-animation-fill-mode: both;
}
.playbutton {
	background: url(https://cdn0.iconfinder.com/data/icons/vector-basic-tab-bar-icons/48/play_button-128.png) center center no-repeat;
	position: absolute;
	top: 40%;
	left: 0%;
	width: 100%;
	height: 74px;
	margin: 0;
	z-index: 10;
	opacity: .6;
}
.playbutton1 {
	background: url(https://cdn0.iconfinder.com/data/icons/vector-basic-tab-bar-icons/48/play_button-128.png) center center no-repeat;
	position: absolute;
	top: 40%;
	left: 0%;
	width: 100%;
	height: 74px;
	margin: 0;
	z-index: 10;
	opacity: .6;
}
.playbutton2 {
	background: url(https://cdn0.iconfinder.com/data/icons/vector-basic-tab-bar-icons/48/play_button-128.png) center center no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 74px;
	height: 74px;
	margin: -47px 0 0 -75px;
	z-index: 10;
	opacity: .6;
}
.playbutton3 {
    background: url('../images/greenarrow.png') center center no-repeat;
    position: absolute;
    top: 47%;
    left: 0%;
    width: 100%;
    height: 74px;
    margin: 0;
    z-index: 10;
    opacity: .6;
}
.playbutton4 {
    background: url('../images/greenarrow.png') center center no-repeat;
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    margin: 0;
    z-index: 10;
    opacity: 1.6;
    top: 40%;
}
.playbutton5 {
	background: url(https://cdn0.iconfinder.com/data/icons/vector-basic-tab-bar-icons/48/play_button-128.png) center center no-repeat;
	position: absolute;
	left: 42%;
	width: 74px;
	height: 74px;
	margin: 65px 0 239px;
	z-index: 10;
	opacity: .6;
}
.activetab {
	padding: 0 15px 0 40px;
	color: #416974;
	font-weight: 800;
	font-size: 24px;
	line-height: 30px;
	position: relative;
}
    .activetab:before {
        content: "";
        top: 11px;
        border-top: 13px solid #36a692;
        width: 20px;
        height: 20px;
        text-align: center;
        position: absolute;
        left: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }
.outertab {
    width: 80%;
    padding-top: 66px;
}
.tabdisplaycont {
	margin: 0 0 25px 40px;
	/*border-bottom: 1px solid #f0f0f0;*/
	padding-bottom: 15px;
}
.tabcontnone {
	display: none;
}
.tabheading {
	margin: 0 0 28px 0;
}
.nonactivetab {
	padding: 0 15px 12px 40px;
	color: #416974;
	font-weight: 800;
	font-size: 24px;
	line-height: 30px;
	position: relative;
}
    .nonactivetab:before {
        content: "";
        width: 20px;
        height: 20px;
        text-align: center;
        content: "";
        position: absolute;
        top: 5px;
        left: 0;
        color: #b7eae2;
        transform: rotate(-90deg);
        color: #b7eae2;
        border-left: 9px solid transparent;
        border-right: 11px solid transparent;
        border-top: 13px solid #baebe2;
    }








.banner-wrap .container {
    width: 1232px;
}

.onetouch-device .container {
    width: 1320px;
}
.onetouch-device .text-content {
    padding-left: 76px;
    padding-top: 34px;
}
span.shorttext {
    font-size: 13px;
    display: block;
    color: #afafaf;
    font-weight: normal;
    font-size: 20px;
}
.videobox img {
    height: 470px;
    border-radius:14px;
}
section.testiouter {
    padding: 0 0 150px 0;
}
.cateouter {
    background: #f5fbfb;
}
.leftshorttetxbanner {
    width: 79%;
}
div#tabcont {
    margin-left: 35px;
}
h1.feature_heading{font-size:54px;}
.featureban_cont {
    width: 560px;
}
.featureviseo .container{width:1500px;}
.featureviseo {
    padding: 200px 0;
}
.featuretab{width:300px;}
.featuretab {
    width: 420px;
}
.featuretab p{padding-right:25px;}
.smarter_section{background:#f5fbfb;}

div.menu11 {
    background: url(../images/Control%20time%20b.png) center center no-repeat;
    background-size: 40px;
    width: 45px;
    height: 70px;
    margin-right: 20px;
    display: inline-block;
}

    div.menu11.active {
        background: url(../images/Control%20time%20c.png) center center no-repeat;
        background-size: 40px
    }

div.menu1 {
    background: url(../images/Stay%20on%20target%20b.png)center center no-repeat;
    background-size: 40px;
    width: 45px;
    height: 70px;
    display:inline-block;
    margin-right: 20px;
}

    div.menu1.active {
        background: url(../images/Stay%20on%20target%20c.png) center center no-repeat;
        background-size: 40px
    }

div.menu2 {
    background: url(../images/Bosst%20productivity%20b.png) center center no-repeat;
    background-size: 40px;
    width: 45px;
    height: 70px;
    margin-right: 20px;
    display: inline-block;
}

div.menu2.active {
    background: url(../images/Bosst%20productivity%20c.png) center center no-repeat;
    background-size: 40px
}

div.menu3 {
    background: url(../images/Indistruptive%20time%20b.png) center center no-repeat;
    background-size: 40px;
    width: 45px;
    height: 70px;
    margin-right: 20px;
    display: inline-block;
}

div.menu3.active {
    background: url(../images/Indistruptive%20time%20c.png) center center no-repeat;
    background-size: 40px
}