@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Bitter:400,400i,700&display=swap');
/* CSS Document */
 * {
     padding: 0;
     margin: 0;
     list-style: none;
}
 html, body {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-size: 100%;
}
 .clear {
     clear: both;
}
 a, a:hover {
     text-decoration: none !important;
     cursor: pointer;
}
 img {
     max-width: 100%;
}
 html body {
     background: #fff;
     position: relative;
     font-family: 'Open Sans', sans-serif;
	 color:#4d4d4d;
	 font-size:18px;
}
/**************** my css ****************/
#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
	padding: 25px;
}
.right-menu {
	float: right;
	padding: 5px 0 0;
}
.right-menu a {
	display: inline-block;
	line-height: 44px;
	margin: 0 25px 0 0;
	color: #fff;
}
.right-menu a.white-btn {
	border: 2px solid #fff;
	line-height: 40px;
	border-radius: 4px;
	padding: 0 15px;
}
.right-menu a.white-btn:hover {
	color: #17B7FF;
	background: #fff;
}
.menu-icon {
	display: inline-block;
	line-height: 44px;
	font-size: 26px;
	color: #fff;
	cursor: pointer;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 11;
  top: 0;
  right: 0;
  background: #6bc970;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
	.sidenav a {
		padding: 8px 8px 8px 32px;
		text-decoration: none;
		color: #fff;
		display: block;
		transition: 0.3s;
		white-space: nowrap;
	}
.sidenav a:hover {
  color: #17B7FF;
}
.sidenav .closebtn {
	position: absolute;
	top: 5px;
	right: 20px;
	font-size: 30px;
	padding: 0;
	line-height: 100%;
}
#footer {
	background: #4d4d4d;
	padding: 40px 0 0;
	color: #b3b3b3;
	font-size: 14px;
}
#footer h4 {
	line-height: 100%;
	margin: 15px 0 35px;
	font-size: 14px;
	font-weight: normal;
}
#footer ul {
	margin: 0 0 50px;
}
#footer ul li {
	line-height: 100%;
	margin: 0 0 10px;
}
#footer ul li a {
	color: #b3b3b3;
}
#footer ul li a:hover {
	color: #fff;
}
#footer img {
	margin: 0 0 35px;
}
#footer p {
	line-height: 22px;
}
.main-section {
	background: url("../img/main-img.png") no-repeat 0 center #17B7FF;
	background-size: 100% auto;
	padding: 200px 0 30px;
	text-align: center;
}
.main-center {
	max-width: 800px;
	margin: 0 auto;
	color: #fff;
}
h1 {
	font-weight: bold;
	font-size: 48px;
	line-height: 55px;
	margin: 0 0 20px;
	font-family: 'Bitter', serif;	
}
.main-center p {
	margin: 0 0 40px;
}
.button {
	display: inline-block;
	height: 65px;
	line-height: 65px;
	background: #6bc970;
	color: #fff;
	padding: 0 35px;
	border-radius: 2px;
	font-size: 24px;
}
.button:hover {
	background: #33bab1;
	color: #fff;
}
.main-center-bottom {
	margin: 130px 0 0;
}
.main-center-bottom h4 {
	line-height: 100%;
	font-size: 18px;
	margin: 0 0 10px;
}
.main-center-bottom img {
	display: inline-block;
	margin: 0 20px;
}
.page-heading {
	background: url("../img/about-top.png") no-repeat 95% 160px #33bab1;
	padding: 225px 0 0px;
	text-align: center;
	color: #fff;
	min-height: 480px;
}
.page-heading h1 {
	font-size: 36px;
	line-height: 45px;
	margin-bottom: 30px;
}
.intuitive {
	padding: 90px 0;
}
h2 {
	text-align: center;
	margin: 0 0 70px;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	font-family: 'Bitter', serif;
}
.my-ul-li, .channel ul {
	margin: 0;
}
	.my-ul-li li, .channel ul li {
		margin: 0 0 10px;
		padding: 0 0 0 12px;
		position: relative;
	}
		.my-ul-li li::before, .channel ul li::before {
			position: absolute;
			content: "";
			width: 5px;
			height: 5px;
			background: #4d4d4d;
			border-radius: 100%;
			left: 0;
			top: 12px;
		}
.try-smarter {
	padding: 90px 0 160px;
	text-align: center;
}
.added-bonus {
	margin: 55px auto 0;
	max-width: 345px;
	background: #33bab1;
	position: relative;
	color: #fff;
	padding: 30px 55px;
}
.added-bonus h4 {
	font-size: 21px;
	font-weight: bold;
	line-height: 100%;
	margin: 0 0 15px;
	font-family: 'Bitter', serif;
}
.added-bonus p {
	margin: 0;
	font-size: 19px;
	line-height: 24px;
}
.added-bonus p a {
    color: #fff;
    text-decoration: underline !important;
}
.added-bonus::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 60px;
	height: 30px;
	top: -30px;
	margin: auto;
	background: url("../img/arrow.png") no-repeat 0 0;
}
.added-bonus::after {
	content: "";
	position: absolute;
	top: 40px;
	left: -105px;
	width: 133px;
	height: 202px;
	background: url("../img/kidi.png") no-repeat 0 0;
}
.page-heading.purple {
	background: url("../img/purple.png") no-repeat 82% 230px #a381bd;
}
h3 {
	font-weight: normal;
	font-size: 28px;
	line-height: 100%;
	margin: 0 0 50px;
	font-family: 'Bitter', serif;
}
.page-heading.green {
	background: url("../img/green.png") no-repeat 5% 170px #6bc970;
}
.testimonial {
	margin: 70px 0;
	padding: 90px 0 100px;
	text-align: center;
	background: #f5f5f5;
}
.testimonial h3 {
	margin: 0 0 15px;
}
.testi-text {
	position: relative;
	padding: 170px 0 75px;
	max-width: 700px;
	margin: 0 auto;
	font-size: 22px;
}
.cust-name {
	display: block;
	color: #6bc970;
}
.testi-text::before {
	width: 34px;
	height: 27px;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 120px;
	background: url("../img/open.png") no-repeat 0 0;
}
.testi-text::after {
	width: 34px;
	height: 27px;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0px;
	background: url("../img/close.png") no-repeat 0 0;
}
.owl-prev, .owl-next {
	position: absolute;
	left: 0;
	top: 54%;
	width: 19px;
	height: 33px;
	text-indent: -999px;
	overflow: hidden;
	background: url("../img/left.png") no-repeat 0 0;
}
.owl-next {
	background: url("../img/right.png") no-repeat 0 0;
	left:auto;
	right:0;
}
.page-heading.pink {
	background: #f178ae;
	padding: 180px 0 0px;
	min-height: 300px;
}
.page-heading.pink a {
    color: #ffffff;
}
.video {
	padding: 60px 0 70px;
}
.video iframe {
	height: 740px;
	width: 100%;
}
.channel {
	padding:0 0 70px;
}
.channel p{
	line-height: 40px;
	padding: 0 0 60px;
	margin: 0;
}
.page-heading.orange {
	background: #fbb03b;
	padding: 180px 0 0px;
	min-height: 300px;
}
.main-section a {
	color: #fff;
}
	.Task Board {
		padding: 100px 0 120px;
		text-align: center;
	}
.doddle-inner {
	max-width: 900px;
	margin: 0 auto;
}
.Task Board h3 {
	line-height: 40px;
}
.Task Board p {
	line-height: 35px;
	margin: 0;
}
.team img {
	margin: 0 0 60px;
}
.team p {
	line-height: 35px;
	margin: 0;
}
.team {
	margin-bottom: 200px;
	text-align: center;
}
.page-heading.dark-orange {
	background: #f7931e;
	padding: 180px 0 0px;
	min-height: 300px;
}
.pricing {
	padding: 100px 0 180px;
	text-align: center;
}
.price-box {
	margin: 100px auto 0;
	width: 370px;
	height: 370px;
	background: #6bc970;
	border-radius: 100%;
	display: table;
	color: #fff;
	font-family: 'Bitter', serif;
	position: relative;
}
.price-box-inner {
	display: table-cell;
	vertical-align: middle;
}
.price {
	font-size: 92px;
	line-height: 100%;
	margin: 0 0 10px;
}
.price span {
	font-size: 173px;
}
.per {
	font-size: 36px;
	line-height: 100%;
	font-weight: bold;
}
.price-box::before {
	content: "";
	position: absolute;
	background: url("../img/kidi.png") no-repeat 0 0;
	width: 133px;
	height: 202px;
	bottom: -5px;
	left: -110px;
}
.three-box {
	padding: 0 0 50px;
	text-align: center;
}
.three-box img {
	padding: 0 0 30px;
}
.three-box h3 {
	line-height: 35px;
	max-width: 350px;
	margin: 0 auto 50px;
}
.blog .blog-row {
    margin-top: -100px;
    margin-bottom: 100px;
}

.blog .blog-item {
	padding: 22px;
	background-color: #fff;
	margin-bottom: 40px;
}

	.blog .blog-item img {
        margin-bottom: 20px;
    }


	.blog .page-heading {
        background-color: #4494B2;
	}

	.blog .grey {
        background-color: #F1F1F2;
	}

.blog .sideBar {
    padding: 55px 30px;
}
@media (min-width: 1200px) {
    .widecontainer {
        max-width: 1540px;
    }
}