html, body {
	width: 100%;
	overflow-x: hidden;
}
body {
    height: 100%;
    font-family: Nunito, sans-serif !important;
    font-weight: 300;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    color: #777;
    overflow-x: hidden;
    position: relative;
/*     background-image: url(../images/pills-bg.png); */
    background-size: cover;
} 
h1,h2,h3,h4,h5,h6{
	font-family: Nunito, sans-serif !important;
}
h1 { font-size: 2.5em; line-height:1.2em; margin:0 0 .8em; }
h2 { font-size: 1.8em; line-height:1.4em; }
h3 { font-size: 1.4em; line-height:1.4em; }
h4 { font-size: 1.25em; line-height:1.4em;}
h5 { font-size: 1.1em; line-height:1.4em; }
h6 { font-size: 1em; line-height:1.2em; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none; 
}	 
p { 
	padding:0 0 1em;
	margin:0;
	line-height:20px !important;
	font-size:15px !important;
}
a {
	color: #227191;
    outline: 0;
    font-weight: bold;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    font-size: 15px;
} 
ol li{
	font-size: 15px;
    font-weight: 500;
    line-height: 20px;
	margin-bottom:5px;
}
ul{
	margin:0;
	padding:0;
}
ul li{
	list-style-type:none;
}
a:hover {
	text-decoration: none;
	color: #1f2222;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.p-0{padding:0!important}
.highlight {
	color: #F33030;
}
#header{
	background: #f9f5f5 !important;
}
.header-address{
	margin-top:8px;
}
header{
    margin-bottom: 0px;
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
/* 	background: url(../images/header-bg.png) no-repeat 50% 50%;
    background-size: cover;
    padding: 1rem; */
}
.header-icon{
	float: left;
}
.header-info{
			
}
.header-top h4{
	font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 0;
}
.header-top p{
    font-size: 14px;
    line-height: 20px;
    color: #000;
    padding-bottom: 8px;
    margin-top: 5px;
    float: left;
}
.header-top p a {
    color: #4c4949;
    font-weight: 500;
    font-size: 14px;
}
.contact-header{
	margin-top:18px;
}
.contact-header ul {
	margin: 0;
	padding: 0;
}
.contact-header ul li{
	list-style-type: none;
	float: left;
	font-size: 14px !important;
	margin-left: 30px;
}

.logo p{
	font-size: 11px !important; 
    letter-spacing: 0.9px;
	line-height: 14px !important;
}
.app{
	position: fixed;
    bottom: 225px;
    right: 0;
    width: 38px;
    z-index: 1000;	
}
#mobile-img{
	display:none;
}
#desktop-img{
	/* height: 420px; */
}
#mobile-view{
	display:none;
}
#desktop-view{

}
#banner-img{
	display:none;
}
.app a img{
	width:40px; 
}
.header-top{
/* 	background:#f9f5f5; */
	border-bottom: 1px solid #ccc;
}
.header-sec{
    padding: 0px 15px;
    border-radius: 100px;
    height: 55px;
   /*  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14); */
}
.header-social-media{
	/* margin-top:8px; */
}
.banner { 
    position: relative;
    background: #f9f5f5 !important;
}
#inner-sec{
	background: #374d75;
    color: #fff;	
}
#inner-sec h4{
	font-weight:600;
}
.is-sticky .navbar-default {
  background: rgba(0, 0, 0, 0.87);
  padding: 15px 0;
  border-top: 1px solid #3DAFF6;
}
#menu-sticky-wrapper{
  z-index: 2;
  position: relative;
}
.overlay {
	background-color: transparent;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
#menu {
	z-index: 999;
}
.navbar-default {
	background: transparent;
	padding: 15px 0;
	border-top: 1px solid #3DAFF6;
}
.navbar-default .navbar-brand {
    padding: 7px;
}
.navbar-default .navbar-nav > li > a {
    color: #FFF;
	font-weight: 500;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #FAD12C;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
    
	color: #FAD12C;
}
.btn {
    text-transform: uppercase;
    padding: 8px 10px;
    text-decoration: none;
    border-radius: 15px;
	font-size:13px;
	font-weight:600;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;  
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #fff;
    background: -webkit-linear-gradient( 0deg, rgb(209, 38, 72) 0%, rgb(175, 70, 80) 100%);
    border: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	border: 2px solid #fbd22c;
	background: transparent;
	color: #fbd22c;
}
.btn-secondary {
	font-size: 20px;
	font-weight: 300;
	line-height: 20px;
	padding: 20px 50px;
	height: 65px;
	border: none;
	background: #F33030;
	transition: all 0.4s;
	color: white;
	border-radius: 4px;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
	background: #1f96e0;
	color: white;
}
.landing h1{
    font-size: 40px;
    font-weight: 600;
    color: #777; 
    margin:90px 0 20px 0;
    text-shadow: 0 1px 2px rgba(179, 179, 179, 0.6);
}
.landing p {
	color: #777;
}
.text-para{
	line-height:25px !important;
}

.landing-text p { 
	padding-bottom: 20px;
    line-height: 25px !important;
}
.more {
	margin-bottom: 100px;
}
.more p {
	font-size: 17px;
}
#lifelong{
    margin-top: 10px;
    margin-bottom: 10px;
}
#tracker{
    margin-top: 12px;
    margin-bottom: 12px;
}
.head-btn {
	margin-bottom: 40px;
}
.option {
	text-transform: uppercase;
	padding: 5px;
	min-width: 80px;
	margin-right: 5px;
	transition: all 0.4s;
	font-size: 14px;
	color: #fff;
}
.option .fa {
	font-size: 16px;
	margin-right: 10px;
}
.option:hover {
	color: #F33030;
}
.header-phone {
	margin: 50px 0 100px;
}
#intro {
	padding: 70px 0 70px;
	background:#fff;
}
.intro-sec{ 
	background:#f6f6f6 !important; 
}
.our-value{
	padding:35px 0 35px;
    background-color: #fff;
}
#intro h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 15px 0 15px 0;
    color: #000;
}
.intro-pic {
	margin-top: 20px;
}
.test-name h2{
	font-weight: 600;
    color: #777;
    letter-spacing: 1.5px;
    text-align: center;
    margin: 0;
    padding-top: 15px;
}
.form-btn{
	text-transform: uppercase;
    padding: 8px 10px;
    text-decoration: none;
    border-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
	color: #fff;
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
	font-size: 14px;
    line-height: 1.428571429;
    border: none;
    background: -webkit-linear-gradient( 0deg, rgb(209, 38, 72) 0%, rgb(175, 70, 80) 100%);
}
.form-btn:hover{
	color: #fff;
    border: none;
    background: -webkit-linear-gradient( 0deg, rgb(209, 38, 72) 0%, rgb(175, 70, 80) 100%);	
}
.btn-primary {
    color: #fff;
    background: -webkit-linear-gradient( 0deg, rgb(209, 38, 72) 0%, rgb(175, 70, 80) 100%);
    border: none;
}
.btn-primary:hover {
    color: #fff;
    background: -webkit-linear-gradient( 0deg, rgb(209, 38, 72) 0%, rgb(175, 70, 80) 100%);
    border: none;
}
.btn-warning {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-default{
    color: #fff;
    background: -webkit-linear-gradient( 0deg, rgb(209, 38, 72) 0%, rgb(175, 70, 80) 100%);
    border: none;
}
.btn-success {
    color: #fff;
    /* background-color: rgb(96, 160, 56); */
    border: none;
    background: -webkit-linear-gradient( 0deg, rgb(38, 111, 74) 0%, rgb(101, 185, 48) 100%);
}
.btn.btn-teal {
    color: #fff;
    background: #16c3b0;
    border-color: #5a9635;
}
.btn-danger {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.button{
	margin-top: 15px;
    float: right;
    margin-right: 35px;
}
.button ul{
	margin: 0;
    padding: 0;
}
.button ul li{
    list-style-type: none;
    float: left;
    margin-left: 10px;
}
.button-sec{
	margin-top:25px;
}
.button-sec ul{
	margin: 0;
    padding: 0;
}
.button-sec ul li{
    list-style-type: none;
    float: left;
    margin-left: 10px;
}
#feature {
	padding: 80px 0;
	background: #FAD12B;
	color: #202020;
}
#feature h2 {
	margin: 15px 0 15px 0;
	font-size: 40px;
	font-weight: 300;
}
#feature .feature-title p {
	font-size: 18px;
}
#features{
	padding:35px 0 35px;
	background:#fff;
}
#features .fa{
	
  border: 1px solid #FAD12C;
  width: 64px;
  height: 64px;
  color: #F9CF2B;
  text-align: center;
  padding: 21px;
  font-size: 22px;
  border-radius: 50%;
}
.form {
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    margin-top: 15px;
}
.form h3 {
	padding: 10px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    background: linear-gradient(to bottom, #2c86fe 0%, #13d9ff 100%);
}
.form-sec {
    visibility: visible;
    animation-delay: 0ms;
    animation-name: fadeInRight;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    box-sizing: border-box;
    background: #ffffff;
    padding: 15px;
}
.navbar-header{
    background: #fff;
    height: 80px;
    z-index: 2;
    position: absolute;
    margin-top: 20px;
}
.contact-form {
    position: relative;
}
.row-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row-feat {
	padding-top: 50px;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.sec-title {
    margin-bottom: 50px;
    margin-top: 15px;
}
.divider {
    width: 100px;
    height: 1px;
    background: #d12648;
    margin-bottom: 15px;
	margin: auto;
}
.sec-title h2 { 
    color: #777;
}
.feat-list {
	margin-top: 40px;
}
.feat-list p{
	font-size: 15px;
    line-height: 25px;
}
.feat-list ul{
	list-style: none;
    padding: 0px;
    margin: 0px;
}
.feat-list ul li{
    color: #000;
    text-align: left;
    font-size: 12px;
	list-style-type:none;
}
.feat-list ul li:before {
    content: '\f101';
    z-index: -1;
    margin-right: 10px;
    float: left;
    font-family: 'FontAwesome';
}
.feat-list i {
	font-size: 48px;
    width: 20%;
    color: #000;
    height: 100%;
    opacity: 0.6;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    top: 10px;
    text-align: center;
}
.feat-list:hover i {
	color: #2FEE7B;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
#feature .inner {
    width: 100%;
    text-align: center;
    background: #f7f3ff;
    padding: 15px;
    margin-bottom: 15px;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
}
.inner {
    width: 100%;
    text-align: center;
    background: #f7f3ff;
    padding: 15px;
    margin-bottom: 15px;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
}

#feature-2 {
	padding: 100px 0 100px;
}
#feature-2 h2 {
	font-size: 40px;
	font-weight: 300;
	margin: 15px 0 15px 0;
}
.become-heading{
	font-size:40px;
}
.teacher-feature{
	margin: 0;
    padding: 0;
}
.teacher-feature li{
	list-style-type:none;
}
.teacher-feature li a{
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    color: #777;
    margin-left: 10px;
}
.teacher-feature li a:before {
    content: '\f101';
    font-family: 'FontAwesome';
    position: relative;
    font-size: 14px;
    left: 0px;
    float: left;
}
.btn-section{
	margin-top:8px;
	margin-bottom:8px;
}
.feature-1-pic {
    margin-top: 145px;
    margin-bottom: 15px;
}
.feature-1-text {
	margin-top: 160px;
    margin-bottom: 20px;
}
.section-title{
	text-align: center!important;
}
.float-left{
	float:left !important;
}
.float-right{
	float:right !important; 
}
.text-center{
	text-align: center!important;
}
.text-left{ 
	text-align: left !important;
}
.text-right{
	text-align: right !important;
}
.text-black{
	color:#000 !important;	
}
.text-white{
	color:#fff !important;
}
.text-bold{
	font-weight:600;
}
.feature-2-pic {
	margin-top: 20px;
}
.center {
  margin: auto;
  width: 60%;
  background:#ccc;
  padding: 10px;
}
.subscribe {
	color: #fff;
}
.letter {
	margin-top: 100px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 50px;
	color: #FBD22C;
	border-radius: 5px;
	border: solid 1px #fbd22c;
	border-radius: 50%;
	font-size: 34px !important;
	padding-top: 30px;
}

.subscribe-form {
	max-width: 400px;
	margin: 50px auto 150px;
	text-align: center;
	overflow: hidden;
}
.subscribe-form form {
	position: relative;
}
.subscribe-form input {
	max-width: 85%;
	position: relative;
	padding: 5px 25px;
}
.subscribe-form .form-control {
	border-radius: 4px 0 0 4px;
	border: none;
	background-color: rgba(255, 255, 255, 0.6);
	color: #333;
	font-size: 1.2em;
	height: 55px;
}
.subscribe-form button {
	border-radius: 0 4px 4px 0;
	background-color: #F33030;
	color: #ffffff;
	font-size: 1em;
	line-height: 52px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0 30px;
	margin: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.subscribe-form .btn {
	height: 55px;
}
.subscribe-form .btn:hover {
	background-color: #1f96e0;
	color: #fff;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.subscribe-form .form-control::-webkit-input-placeholder {
	color: #333;
}
.subscribe-form .form-control:-moz-placeholder { 
	color: #333;  
}
.subscribe-form .form-control::-moz-placeholder { 
	color: #333;  
}
.subscribe-form .form-control:-ms-input-placeholder {  
	color: #333;  
}
#screenshot {
    padding:35px 0 35px;
    background: #f4f5f6;
}
.title-line {
    width: 100px;
    height: 3px;
    margin: 0 auto;
    background: #F33030;
}
.screenshots {
    padding-top: 20px;
    padding-bottom: 20px;
}
.screenshots .screen {
    padding: 10px;
    margin: 13px;
    display: block;
}
.screenshots .screen img {
    width: 100%;
	border-radius: 4px;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.screenshots .screen img:hover {
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.modal-backdrop.in {
    background-color: #000;
}
.ekko-lightbox .modal-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	background-color: transparent;
}
.ekko-lightbox .modal-header {
	border: 0;
	padding-left: 0;
	padding-right: 0;
}
.ekko-lightbox .modal-header .close {
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	text-shadow: 0;
	font-weight: 100;
	margin-top: 5px;
}
.ekko-lightbox .modal-header .close:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.ekko-lightbox .modal-header h4.modal-title {
	font-weight: 100;
	color: #fff;
	padding: 0;
}
.ekko-lightbox .modal-body {
	padding: 0;
}
.ekko-lightbox .modal-footer {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	border: 0;
	color: #fff;
	font-weight: 100;
	padding: 0;
}
.ekko-lightbox-nav-overlay a {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	text-shadow: none;
}
#client {
	background: #f6f6f6;
	padding: 70px 0 70px;
}
#client img {
	max-height: 50px;
	margin: 0 20px;
	opacity: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#client img:hover {
	opacity: 0.7;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.our-team{
	padding: 35px 0 35px;
	background-color:#f6f6f6;
}
#clients {
	padding: 35px 0 75px;
	background-color: #f6f6f6;
}
.clients-item {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 30px;
}
.clients-item .box {
	margin-right: 15px;
	margin-left: 15px;
}
.clients-item .box .message {
	padding: 20px;
	line-height: 30px;
	font-weight: 300;
	font-size: 18px;
}
.clients-item .client-pic img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	max-width: 100%;
	border: 1px solid #E9E9E9;
}
.clients-item .client-info .client-name {
	margin-top: 10px;
	font-size: 16px;
}
.clients-item .client-info .company {
	font-style: italic;
	color: #F33030;
}
.owl-theme .owl-controls .owl-page span{
	background: #F33030;
}
.action {
	color: #fff;
}
.action h2 {
	font-size: 40px;
	font-weight: 300;
}
.download-store {
	padding: 50px 0 130px;
}
.download-store li {
	display: inline-block;
	list-style: none;
	margin-left: 10px;
}
.appstorebutton {
	height: 65px;
	width: 195px;
	position: relative;
	border-radius: 4px;
} 
.iphone {
	background: #F33030;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.iphone:hover {
	background-color: #1f96e0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.android {
	background: #555;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.android:hover {
	background-color: #444;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.appstorebutton a {
	color: white;
	text-decoration: none;
}
.appstorebutton p {
	font-size: 20px;
	font-weight: 300;
	text-align: left;
	color: white;
	padding: 10px 0 0 65px;
	line-height: 1;
}
.appstorebutton p small {
	font-size: 16px;
}
.appstorebutton i {
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px 0 0 17px;
	font-size: 40px;
}

.social ul {
	padding: 0;
	list-style: none;
}
.social li {
	display: inline-block;
	padding-right: .3em;
}
.social li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #020E13;
	border-radius: 5px;
	background: #fff;
	border: solid 1px #020E13;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	border-radius: 50%;
}
.social li a:hover {
	color: #fff;
	background: #020E13;
}
.scrollToTop{
	width: 40px; 
	height: 40px;
	padding: 5px;
	font-size: 30px;
	text-align: center; 
	color: rgb(242, 47, 47);
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}
.scrollToTop:hover{
	color: #FBD22C;
}
.control-group .controls {
	overflow-x: hidden;
}
.downloadSection{
padding:100px 0;
}
.subscribe {
	color: #fff;
}
.other-course {
    background: #374d75;
    padding: 10px 10px;
    text-align: center;
    margin-bottom: 15px;
}
.other-course i {
    font-size: 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 10px;
}
.other-course h4 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.subscribe-form {
	max-width: 400px;
	margin: 50px auto 150px;
	text-align: center;
	overflow: hidden;
}
.subscribe-form form {
	position: relative;
}
.subscribe-form input {
	max-width: 85%;
	position: relative;
	padding: 5px 25px;
}
.subscribe-form .form-control {
	border-radius: 4px 0 0 4px;
	border: none;
	background-color: rgba(255, 255, 255, 0.6);
	color: #333;
	font-size: 1.2em;
	height: 55px;
}
.subscribe-form button {
	border-radius: 0 4px 4px 0;
	background-color: #FBD22C;
	color: #040F13;
	font-size: 1em;
	line-height: 52px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0 30px;
	margin: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.subscribe-form .btn {
	height: 55px;
}
.subscribe-form .btn:hover {
	background-color: #1f96e0;
	color: #fff;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}
.subscribe-form .form-control::-webkit-input-placeholder {
	color: #333;
}
.subscribe-form .form-control:-moz-placeholder { 
	color: #333;  
}
.subscribe-form .form-control::-moz-placeholder { 
	color: #333;  
}
.subscribe-form .form-control:-ms-input-placeholder {  
	color: #333;  
}
#package {
	padding-top: 100px;
}
.title-line {
    width: 100px;
    height: 3px;
    margin: 0 auto;
	margin-bottom:30px;
    background: #FAD12C;
}
.title{
	width: 57%;
    margin: 0 auto;
}
.price-box {
	background-color: #F3F3F3;
	border-radius: 15px;
}
.package-option {
	padding: 50px 0 100px;
}
.package-option ul {
	padding: 0;
}
.price-heading h3 {
	margin-top: 0;
	background-color: #7B7B7B;
	color: #fff;
	padding: 15px;
	border-radius: 30px;
	margin: 25px;
	font-size: 18px;
	position: relative;
	top: -27px;
	border: #fff 5px solid;
}
.price-heading i {
	color: #d1d1d1;
	font-size: 75px;
	margin-top: 20px;
}
.price-group {
	padding: 30px 0 10px;
}
.price-group .dollar {
	font-size: 20px;
	position: relative;
	bottom: 48px;
}
.price-group .price {
	color: #202020;
	font-size: 60px;
	font-weight: 500;
}
.price-group .time {
	font-size: 18px;
}
.price-feature li {
	margin-left: 30px;
	margin-right: 30px;
	list-style: none;
	border-bottom: solid 1px #d1d1d1;
	line-height: 40px;
	padding: 10px 0;
}
.btn-price {
	margin: 5px 0 15px;
	font-size: 17px;
	padding: 7px 35px;
	height: 40px;
	background: #FCD72C;
	transition: all 0.4s;
	color: rgb(32, 32, 32);
	border-radius: 4px;	
}
.btn-price:hover {
	background: #202020;
	color: white;
}
/* iPads (portrait) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {
	.more {
		margin-bottom: 50px;
	}
	#intro {
		padding: 30px 0 50px;
	}
	#intro h2, #feature-2 h2 {
		font-weight: 150;
		text-align: center;
	}
	#intro p, #feature-2 p {
		text-align: justify;
	}
	.btn-section {
		text-align: center;
	}
	#feature {
		padding-top: 75px;
	}
	.row-feat {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#feature-2 {
		padding: 80px 0 100px;
	}
	.feature-2-pic {
		margin-top: 40px;
	}
	#client img {
		margin: 10px 0 10px;
		max-height: 40px;
	}	
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {
	.logo {
		margin: 100px 0 30px 0;
	}
	.landing h1{
		margin: 60px 0 60px 0;
	}	
	.landing-text {
		margin: 60px 0 40px 0;
	}
	.more {
		margin-bottom: 180px;
	}
	.header-phone {
	margin-top: 125px;
	}
	.intro-pic {
		margin-top: 100px;
	}
	.feature-img {
		margin-top: 30px;
	}	
	.feat-list {
		margin-top: 10px;
	}
	.feat-list p {
		font-size: 15px;
	}
	.feature-2-pic {
		margin-top: 50px;
	}
	#client img {
		max-height: 45px;
	}	
}

/* smart-phone ----------- */
@media (max-width: 767px) {
	.logo {
		margin: 40px 0 30px 0;
	}
	.more {
		margin-bottom: 40px;
	}
	#intro {
		padding: 70px 0 70px;
	}
	#intro h2, #feature-2 h2 {
		font-weight: 150;
		text-align: center;
	}
	#intro p, #feature-2 p {
		text-align:justify;
		margin-top:10px;
	}
	.btn-section {
		text-align: left;
	}
	.feat-list i {
		padding-left: 40px;
	}
	.feature-2-pic {
		margin-top: 50px;
	}
	#client img {
		margin: 10px 0 10px;
	}	
}	
/* iPhone 6Plus (landscape) ----------- */
@media (max-width: 736px) {

}

/* iPhone 6 (landscape) ----------- */
@media (max-width: 667px) {
	.logo {
		margin: 30px 0 30px 0;
	}
	.landing h1{
		font-size: 50px;
		margin: 10px 0 25px 0;
	}
	.landing-text {
		margin-top: 20px;
	}
	.letter {
		margin-top: 75px
	}
	.subscribe p {
		margin: 25px auto 15px;
	}
	.subscribe-form {
		margin: 20px auto 100px;
	}
	.action h2 {
		margin-top: 70px;
	}
	.download-store {
		padding: 20px 0 100px;
	}
	.popup-img {
		display: none;
	}
}

/* iPhone 5 (landscape) ----------- */

@media (max-width: 568px){
	/* menu-responsive ----------- */
	.nav > li > a {
		display: block;
		font-size: 15px;
		padding: 5px 10px !important;
	}
	.contact-header {
		margin-top: 7px;
	}
	.our-team{
		padding: 35px 0 70px;
		background-color:#f6f6f6;
	}
	.contact-header ul li span{
		margin-top: -4px;
		float: left;
	}
	.nav>li>a:hover, .nav>li>a:focus {
		text-decoration: none;
		color: #000 !important;
		background-color: #d6d6d6  !important;
	}
	button.close {
		width: 40px !important;
		height: 40px !important;
		color: #000;
		font-size: 28px;
		background: #fff !important;
		margin-right: 0px;
		position: relative;
		left: 0px;
		top: 0px;
		z-index: 1000;
	}
	#tracker{
		margin-bottom:0;
		margin-top:0;
	}
	.login-form {
		background: none !important;
		border-bottom: 1px solid #eee;
	}
	.logo {
		margin: 15px 0 0px 0;
		margin-top: 0px;
		margin-left:8px !important;
	}
	.logo p{
		text-align:center;
	}
	#banner-img{
		position: absolute;
	}
	.mobile-banner {
		position: relative;
		text-align: center;
		color: white;
		margin-top: 108px !important;
	}
	#mobile-img{
		position: absolute;
		margin-left: -16px;
		margin-top: -305px;
		display: block;
	}
	#mobile-view{
		display:block;
	}
	#mobile-view span a{
		float: left;
		position: absolute;
		margin-top: -28px;
		margin-left: 40px;
	}
	#desktop-img{
		display:none;
	}
	#desktop-view{
		display:none;
	}
	.signup{
		background:#6e9e38;
		padding: 2px 15px !important;
		border-radius: 22px !important;
		margin-bottom: 5px !important;
		float: left;
		margin-right: 5px;
		color: #fff !important;	
	}
	#features {
		padding: 118px 0;
		background: #fff !important;
	}
	.page-title .block h1 {
		color: #000;
		margin-bottom: 10px;
		font-family: Nunito, sans-serif !important;
		font-weight: 700;
		font-size:36px;
	}
	.title-download-app-padding {
		padding-top: 40px;
	}
	.slideInRight {
		-webkit-animation-name: slideInRight;
		animation-name: slideInRight;
		margin-top: 65px;
	}
	.header-info{
		/* display:none; */
	}
	.header-top i {
		font-size: 20px;
		float: left;
		margin-right: 13px;
		color: #4c4949;
	}
	.mobile-hide{
		display:none;
	}
	.button ul li {
		list-style-type: none;
		float: left;
		/* margin-left: 50px; */
	}
	.button ul li:nth-child(2) {
		/* margin-right:25px; */
	}

	.header-address {
		margin-top: 3px;
	}
	.logo p {
		font-size: 12px;
		letter-spacing: 0.9px;
		color: #000;
		margin: 1px 10px;
	}
	.btn{
		font-size: 11px !important;
		margin-bottom: 8px;
		border-radius: 8px;
		border-top-right-radius: 0;
		border-bottom-left-radius: 0;
		padding: 8px 8px;
	}
	.header-top{
		background:#f9f5f5; 
	}
	.mobile-logo{
		margin-left: auto;
		margin-right: auto;
	}
	.sec-title h2 {
		color: #777;
		font-weight: 600;
		font-size: 25px;
	}
	#intro h2 {
		font-size: 25px;
		font-weight: 600;
		margin: 15px 0 15px 0;
		color: #777;
	}
	.header-sec {
		padding: 0px !important;
		background: #d6d6d6;
		border-radius: 0px;
		height: auto;
	}
	.nav {
		list-style: none;
		margin-top: 8px;
		background: #d6d6d6;
	}
	.toggleMenu {
		display: inline-block;
		float: left;
		margin-top: -30px;
		margin-right: 0px;
		padding: 1px 7px !important;
		color: #fff;
		border-radius: 8px;
		border-top-right-radius: 0;
		border-bottom-left-radius: 0;
/* 		background: -webkit-linear-gradient( 0deg, rgb(38, 111, 74) 0%, rgb(101, 185, 48) 100%) !important; */
	}
	.button {
		margin-top: 0px !important;
		float: right;
		margin-right:0px;
	}
	.two{		
		height:100px !important;
	}
	.three {
		border-left: 5px solid #f8d22a;
		border-right:none !important;
		height:100px !important;
	}
	.four {
		border-left: 5px solid #01a859;
		border-right:none !important;
	}

	.vision {
		font-weight: 500;
		color: #2f5497;
		text-align: justify;
		line-height: 16px !important;
		font-size: 13px !important;
		margin-top: 8px !important;
		float: left;
	}
	.mission {
		font-weight: 500;
		color: #bd3538;
		text-align: justify;
		line-height: 16px !important;
		font-size: 13px !important;
		margin-right: 3px !important;
		padding: 2px !important;
		margin-left: 3px !important;
	}
	.strategy {
		font-weight: 500;
		color: #e1b936;
		text-align: justify;
		line-height: 16px !important;
		font-size: 13px !important;
		margin-right: 5px !important;
		padding: 1px !important;
		margin-left: 5px !important;
	}
	.achievement {
		font-weight: 500;
		color: #01a859;
		text-align: justify;
		line-height: 16px !important;
		font-size: 13px !important;
		margin-top: 3px;
		float: left;
	}
	.eduplum-heading {
		display: block;
		font-size: 13px  !important;
		line-height: 15px !important;
		font-weight: 600;
		color: #000;
		text-align: left;
		font-style: normal;
		margin: 0;
	}
	.eduplum-paragraph {
		display: block;
		font-size: 12px !important;
		line-height: 18px;
		font-weight: 400;
		color: #000;
		text-align: left;
		font-style: normal;
		line-height: 15px !important;
	}
	.landing h1{
		font-size: 36px;
		margin: 20px 0 10px 0;
	}
	.landing-text p {
		font-size: 16px !important; 
		text-align:justify;
	}
	#intro {
		padding-top: 15px;
	}
	#feature {
		padding-top: 50px;
	}
	.feat-list i {
		padding-left: 20px;
	}
	#feature-2 {
		padding: 50px 0 70px;
	}
	#screenshot {
		padding-top: 70px;
	}	
	.screenshots {
		padding-top: 30px;
		padding-bottom: 70px;
	}
	#clients {
		padding: 70px 0 70px;
	}
	.clients-item .box .message {
		line-height: 25px;
		font-size: 18px;
	}
	.action h2 {
		margin: 50px 0 20px;
	}
	.download-text p {
		line-height: 1.5;	
	}	
	.download-store {
		padding: 10px 0 70px;
	}
	.popup-img {
		display: none;
	}
	.social-media-login {
		margin-top: 0px;
	}
	.popup-massege {
		padding: 50px !important;
	}
	.centered {
		position: absolute;
		top: 78% !important;
		left: 27% !important;
		transform: translate(-50%, -50%);
		width: 41% !important;
	}
	.subscribe .form-control {
		padding: 0px 5px !important;
		border-color: #eee;
		border-radius: 0px 20px 20px 0px;
		box-shadow: 0 4px 5px rgb(48, 78, 21);
	}
	.search-btn {
		font-size: 11px !important;
		padding: 0px 5px !important;
		height: 25px;
	}
	.form-control {
		display: block;
		width: 100%;
		height: 25px !important;
		padding: 2px 12px;
		margin-bottom:3px;
	}
	#features {
		padding: 118px 0 10px !important;
		background: #fff;
	}
	#clients {
		padding: 20px 0 20px !important;
		background-color: #f6f6f6;
	}
	#screenshot {
		padding: 35px 0 35px !important;
		background: #f4f5f6;
	}
	.screenshots {
		padding-top: 30px;
		padding-bottom: 0px;
	}
	.find-search .form-control {
		padding: 4px 10px !important;
		font-size: 10px !important;
		border-color: #eee;
		box-shadow: none !important;
		border-radius: 0px;
	}
	#select {
		border-radius: 0px !important;
		border: 0px solid #ccc !important;
		padding: 4px 10px !important;
	}
	.about-teacher {
		padding-top: 15px !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
		background: #fff;
	}
	.page-title {
		padding: 180px 0px 5px 0px !important;
		position: relative;
		background: #f9f5f5 !important;
	}
	.page-title .block h1 {
		display:none;
	}
	.breadcumb-nav{
		margin-bottom: 0px !important;
		display: block !important;
	}
	.teacher-city-search {
		padding: 15px 0 !important;
		background: #fff;
	}
	.apply-now {
		background-color: #fff !important;
		border-bottom: 1px solid #eee;
		padding: 15px;
	}
	.feature-1-pic {
		margin-top: 0px;
		margin-bottom: 15px;
	}
	.become-heading{
		font-size:30px;
	}
}

/* iPhone 4 (landscape) ----------- */
@media (max-width: 480px) {
	.feat-list i {
		padding-left: 5px;
	}
	.action h2 {
		font-size: 30px;
	}
	.popup-img {
		display: none;
	}
	#features {
		padding: 118px 0 10px !important;
		background: #fff;
	}
	#clients {
		padding: 20px 0 20px !important;
		background-color: #f6f6f6;
	}
	#screenshot {
		padding: 35px 0 35px !important;
		background: #f4f5f6;
	}
	.screenshots {
		padding-top: 30px;
		padding-bottom: 0px;
	}
	.overlay {
		background-color: transparent;
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		padding: 0px;
		/* margin-top: 95px; */
	}
}
/* smart phone width: 414px ----------- */
@media (max-width: 414px){
	.logo p {
		font-size: 12px;
		letter-spacing: 0.9px;
		color: #000;
		margin: 1px 20px;
	}
}
/* smart phone width: 375px ----------- */
@media (max-width: 375px){
	.logo p {
		font-size: 12px;
		letter-spacing: 0.9px;
		color: #000;
		margin: 1px 12px;
	}
}
/* smart phone width: 360px ----------- */
@media (max-width: 360px) {
	#intro h2, #feature h2, #feature-2 h2 {
		font-size: 30px;
	}
	.popup-img {
		display: none;
	}
	.feat-list i {
		padding-left: 0;
	}
	#feature .inner {
		padding-left: 15px;
	}
	.appstorebutton {
		margin-bottom: 15px;
	} 
	.download-store li {
		margin-left: 0;
	}3
	.overlay {
		background-color: transparent;
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		padding: 0px;
		margin-top:100px;
	}
	.btn{
		font-size: 11px !important;
		margin-bottom: 8px;
		border-radius: 8px;
		border-top-right-radius: 0;
		border-bottom-left-radius: 0;
		padding: 8px 6px;
	}
	.header-top i {
		font-size: 20px;
		float: left;
		margin-right: 8px !important;
		color: #4c4949;
	}
	#features {
		padding: 139px 0 10px !important;
		background: #fff;
	}
	#clients {
		padding: 20px 0 20px !important;
		background-color: #f6f6f6;
	}
	#screenshot {
		padding: 35px 0 35px !important;
		background: #f4f5f6;
	}
	.screenshots {
		padding-top: 30px;
		padding-bottom: 0px;
	}
	.sec-title {
		margin-bottom: 10px !important;
		margin-top: 15px;
	}
	#mobile-img {
		position: absolute;
		margin-left: -16px;
		margin-top: -283px;
		display: block;
	}
	#mobile-view{
		display:block;
	}
	.mission-area {
		background: #fff;
		padding: 0px;
		height: 80px !important;
		margin-bottom: 7px;
	}
}

/* iPhone 4/5 (portrait) ----------- */
@media (max-width: 320px) {
	.logo {
		/* margin: 30px 0 20px 0; */
	}
	.logo p {
		font-size: 9px !important;
		letter-spacing: 0.9px;
		line-height: 14px !important;
		color: #000;
		margin: 1px 3px;
	}
	.contact-header ul li {
		list-style-type: none;
		float: left;
		font-size: 14px !important;
		margin-left: 0px;
	}
	.mobile-banner {
		position: relative;
		text-align: center;
		color: white;
		margin-top: 107px !important;
	}
	.landing h1{
		margin: 20px 0 35px 0;
	}
	.more {
		text-align: center;
	}
	.more p {
		font-size: 14px;
	}
	.option {
		padding: 3px;
		min-width: 75px;
		margin-right: 2px;
	}
	.btn-default {
		font-size: 16px;
		margin: 6px 0 4px;
		padding: 10px 30px;
		height: 35px;
		border-radius: 80px;
	}
	.btn-primary {
		margin-right: 15px;
	}
	.subscribe-form {
		margin: 50px auto 110px;
	}
	.subscribe-form input {
		padding: 5px 15px;
	}
	.subscribe-form button {
		padding: 0 15px;
	}
	.action h2 {
		margin: 70px 0 20px;
	}
	.overlay {
		background-color: transparent;
		position: relative;
		width: 100%;
		height: 100%;
		display: block;
		padding: 0px;
		margin-top:0px;
	}
	.category{
		margin-bottom:40px !important;
	}
	.sec-title {
		margin-bottom: 4px;
		margin-top: 15px;
	}
	.our-team {
		padding: 35px 0 35px;
		background-color: #f6f6f6;
	}
	.our-value {
		padding: 10px 0 10px;
		background-color: #fff;
	}
	.title-download-app-padding {
		padding-top: 40px !important;
	}
	#features {
		padding: 118px 0 10px !important;
		background: #fff;
	}
	#clients {
		padding: 20px 0 20px !important;
		background-color: #f6f6f6;
	}
	#screenshot {
		padding: 35px 0 35px !important;
		background: #f4f5f6;
	}
	.screenshots {
		padding-top: 30px;
		padding-bottom: 0px;
	}
	#mobile-img {
		position: absolute;
		margin-left: -16px;
		margin-top: -250px;
		display: block;
	}
	.one {
		background: #fff;
		padding: 0px;
		height: 80px !important;
		margin-bottom: 7px;
	}
	.vision {
		font-weight: 500;
		color: #2f5497;
		text-align: justify;
		line-height: 14px !important;
		font-size: 12px !important;
		margin-top: 8px !important;
		float: left;
	}
	.mission {
		font-weight: 500;
		color: #bd3538;
		text-align: justify;
		line-height: 14px !important;
		font-size: 12px !important;
		margin-right: 3px !important;
		padding: 2px !important;
		margin-left: 3px !important;
	}
	.two {
		height: 90px !important;
	}
	.strategy {
		font-weight: 500;
		color: #e1b936;
		text-align: justify;
		line-height: 14px !important;
		font-size: 12px !important;
		margin-right: 5px !important;
		padding: 1px !important;
		margin-left: 5px !important;
	}
	.achievement {
		line-height: 14px !important;
		font-size: 12px !important;
		margin-top: 3px;
		float: left;
		font-weight: 500;
		color: #01a859;
		text-align: justify;
		margin-right: 10px;
		padding-left: 5px;
	}
}
.team-box-layout-h1 {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    box-sizing: border-box;
    margin-top: 15px;
}
.team-box-layout-h1 .item-img {
    text-align: center;
}
.team-box-layout-h1:hover .item-content {
    bottom: 0;
    background-color: #1b3fe7;   
	cursor:pointer;
}
.team-box-layout-h1:hover .item-content .item-title a{
    color: #fff;
}
.team-box-layout-h1:hover .item-content .item-subtitle{
    color: #fff;
}
.team-box-layout-h1 .item-content {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    /* background: #777; */
    padding: 1px 1px 1px 1px;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    height: 40px;
    background-color: #3386bd;
  /*   background-image: linear-gradient(#e12549, #538f1a); */
    color: #fff;
}
.sidebar .widget .widget-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    border-bottom: 1px solid #ededed;
}
.widget .widget-title {
    margin-bottom: 30px;
    border-bottom: 0;
    margin: 0;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    background: #428bca;
    color: #fff;
    text-align: left;
    height: 40px;
    padding: 8px;
}
.features {
    background: #f7f7f7;
    padding-left: 8px;
}
.features li {
    border-bottom: 1px solid #b9b9b9;
    padding: 3px;
	list-style-type:none;
}
.features li:nth-last-child(1) {
  border-bottom:none;
}
.features li a {
    font-size: 14px;
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.accordion {
	background-color: #fff;
    color: #000;
    cursor: pointer;
    padding: 6px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.accordion-box{
	flex-direction: column;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 12px;
    margin-bottom: 12px;
    background: rgb(255, 255, 255);
    border-radius: 4px;
}
.active:hover {
/* 	background-color: #343a40; */
}
.become-a-teacher{
	/* background: linear-gradient(to right, #f9f5f5 0%, #f9f5f5 50%, #9ee8ff 100%); */
	background:#f9f5f5;
}
.become-a-student{
	/* background: linear-gradient(to right, #f9f5f5 0%, #f9f5f5 50%, #78bf51 100%); */
	background:#f9f5f5;
}
#first-bubble{
	background:#ff4166;
}
#two-bubble{
	background:#009eff;
}
#three-bubble{
	background:#00ac67;
}
#fourth-bubble{
	background:#ff8000;
}
#five-bubble{
	background:#b313bd;
}
#six-bubble{
	background:#FFC107;
}
#seven-bubble{
	background:#6dca3b;
}
#eight-bubble{
	background:#00b39a;
}
.bubble-sec{
	padding: 13px;
    background: #fff;
    min-height: 214px;
    margin-bottom: 30px;
    border-radius: 15px;
}
.bubble-sec:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.bubble-sec h4{
	font-size: 17px;
    font-weight: 600;
	color:#fff;
}
.bubble-sec p{
	font-size: 14px;
    line-height: 20px;
    font-weight: 500;
	color:#fff; 
}
.bubble-para{
	margin-top: 25px;
    margin-bottom: 5px;
}
.bubble-icon{
	background: #f6f6f6;
    width: 80px;
    margin: auto;
    height: auto;
    margin-top: -15px;
    border-radius: 0px 0px 15px 15px;
}
.select-modal{
	border:1px solid #ddd !important;
	border-radius:5px !important;
}
.bubble-sec img{
	margin: 0 auto;
}
.accordion:after {
	content: '\f107';
	color: #000;
	font-weight: bold;
	float: right;
	margin-left: 5px;
	font-family: 'FontAwesome';
}

.active:after {
/* 	content: "\2212"; */
}

.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	border: none !important;
}
.package{
    margin-bottom: 15px;
    float: left;
    width: 100%;
    border-radius: 20px;
    background: #ccc;
}
#head-a{
	background:#fd4d40;	
}
#head-b{
	background:#fdb62f;	
}
#head-c{
	background:#16c3b0;	
}
#head-d{
	background:#71bc42;	
}
#amount-a{
	color:#fd4d40;
}
#amount-b{
	color:#fdb62f;
}
#amount-c{
	color:#16c3b0;
}
#amount-d{
	color:#71bc42;
}
.package-header{
    padding: 5px;
    border-radius: 20px 20px 0px 0px;
}
.package-header h3{
	font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    text-align: center;
    font-family: Nunito, sans-serif !important;
    letter-spacing: 0.5px;
}
.payment-sec{
	margin-bottom: 30px;
}
.chakout-heading{
	text-align: center;
    font-size: 40px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 30px;
}
.sub{
	font-size: 11px !important;
    margin-bottom: 10px;
    margin-top: -5px;
}
.package-header p{
    margin-left: 0;
    line-height: 15px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.package-feature {
	background: #f5f5f5;
    padding: 8px;
}
.package-feature ul{
	margin:0;
	padding:0;
}
.package-feature ul li{
	list-style-type:none;
	text-decoration:none;
}
.package-feature ul li:before {
    content: '\f046';
    font-family: 'FontAwesome';
    position: relative;
    font-size: 14px;
    left: 0px;
    float: left;
}
.package-feature ul li a {
	font-size: 12px;
    font-weight: 500;
    color: #000;
	margin-left:8px;
}
.package-footer{
	padding: 10px;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 0px 0px 20px 20px;
    height: auto;
    float: left;
    width: 100%;
    margin-bottom: 6px;
}
.package-contant{
	height:auto;
}
.package-info{
	padding:5px;
}

.info-name{
	float: left;
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.info-name span{
	font-weight: 600;
    font-size: 20px;
}

.info-name input[type="radio"] {
	width: 25px;
    height: 25px;
    margin-left: 10px;
    float: left;
    margin-top: 1px;
    margin-right: 10px;
}
.first-info{
    margin-bottom: 10px;
    height: 25px;
}
.info-amount {
    float: right;
    margin-right: 15px;
}
.old-amount{
	text-decoration: line-through;
    color: #8f8f8f;
    margin-top: -5px;
    font-size: 11px;
}
.new-amount{
	font-weight:600;
    color: #000;
    margin-top: -5px;
	font-size:15px;
}
.purchase-amount{
	float:left;
	padding-left:10px;
}
.purchase-amount h3{
	font-size: 18px;
    margin: 0;
    font-family: Nunito, sans-serif !important;
    font-weight: 600;
    color: #009769;
}
.purchase-amount p{
	font-size: 12px;
    color:#db3d40;
    text-align: left;
    margin: 0;
}
.final-amount{
	float:right;
	margin-right:15px;
}

.total-old-amount{
    font-size: 18px;
    text-decoration: line-through;
    margin-left: 15px;
    color: #8f8f8f;
}
.old-amount{
	text-decoration: line-through;
    color: #8f8f8f;
    margin-top: -5px;
    font-size: 11px;
}
.new-amount{
    font-weight: 600;
    color: #000;
    margin-top: -5px;
    font-size: 15px;
    font-family: Nunito, sans-serif !important;
}

.purchase-amount p{
	font-size: 12px;
    color:#db3d40;
    text-align: left;
    margin: 0;
}

.total-old-amount{
    font-size: 18px;
    text-decoration: line-through;
    margin-left: 15px;
    color: #8f8f8f;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
	background: #0098dabf;
} 
.login-modal{
	overflow-x: hidden;
	overflow-y: auto;
	background: #0098dabf;	
}
.header-btn{
	color: #4c4949;
    font-weight: 500;
    padding: 8px 10px;
    text-decoration: none;
    border-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 14px;
	cursor: pointer;
}
.header-btn:hover{
	color:#4c4949;
}
.agree{
	margin:0;
	padding:0;
}		
.agree li{
	list-style-type: none;
	line-height:10px;
}
.agree li a{
	font-size: 13px;
	line-height: 19px;
	font-weight: 500;
	color:#000;
}
.member-login{
	border-top:1px solid #ccc;
}
.member-login p a{
	cursor:pointer;
}
.forgot{
	margin-top:4px;
	float:left;
}
.form-group {
	margin-bottom: 7px !important;
}
input[type=date] {
    line-height: 34px;
    width: 100% !important;
}
#login{
	background: #333;
	padding: 18px;
}
.section-title{
	margin: auto;
    width: 65%;
    padding: 10px;
    text-align: center;
}
.section-title h3{
	font-size: 1.8em;
    line-height: 1.4em;
}
.teacher-certificate{
	padding: 50px 0 50px;
    background: #f6f6f6;	
}
.section-title h2 span{
	color: #f7fd52;
}
.social-media-login{			
	float: left;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #ccc;
}
.social-media-login ul{
	margin:0;
	padding:0;
}
.social-media-login ul li{
	list-style-type: none;
    display: inline;
    float: left;
    width: 100%;
    margin-bottom: 8px;
    position: relative;
    padding: 0px 10px;   
}
.social-media-login span{
	color:#e34641;
}
.social-media-login p{
	font-weight: 600;
	font-size: 14px;
}
.social-media-login ul li a {
	font-weight: 600;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    padding: 3px;
    width: 100%;
    float: left;
}
.facebook{
	background:#3e5993 !important;
}
.twitter{
	background: #55acee !important;
}
.google{
	background:#e34641 !important;
}
.social-media-login ul li a i{
	padding: 7px;
	width: 28px;
	border-right: 1px solid;
}
.login-form{
	margin-top: 20px;
	margin-left: 40px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 19px;
	padding-left: 20px;
	background-color: #f9f5f5;
    border-bottom: 1px solid #eee;
}
.login-form h4{
	font-weight: 600;
	text-align: center;
	color: #fff;
	margin:0;
}
.apply-now{
	background-color: #f9f5f5;
    border-bottom: 1px solid #eee;
    padding: 15px;
}
.login-form p {
    text-align: left;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
}
.span-radio{
	font-size: 12px;
    font-weight: 600;
    color: #000;
}
.login-form input[text], select{
	border: 0px solid #ffffff!important;
	width: 100% !important;
	border-radius: 0 !important;
	font-size: 14px;
	color: #999 !important;
	background: #fff;
	box-sizing: border-box;
	display: block;
	line-height: 1.428571429;
	vertical-align: middle;
	background-color: #fcfcfc;
	background-image: none;
	transition: all ease-in-out .15s;
	box-shadow: none;
	height:35px; 
	border: 1px solid #ccc !important;
    border-radius: 4px !important;
}
.tutor-registion{
    margin-top: 0 !important;
    margin-left: 0 !important;
	padding-top: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 1px !important;
    padding-left: 10px !important;
}
.popup-body {
    position: relative;
    padding: 0px !important;
}
button.close{
	width: 40px !important;
    height: 40px !important;
    color: #000;
    font-size: 28px;
    background: #f9f5f5;
}
.popup-btn {
	margin-right: -40px;
    opacity: inherit;
	border:none !important;
}

.radio-sec {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
} 
.lable-info{
	width: 40%;
	padding: 0px 5px;
	float: left;
}
.lable-info label{
	font-size: 14px;
	font-weight: 500;
	padding-top: 4px;
}
.date info{
	flex: 1;
	text-align: right;
	background: #efeeee;
	width: 65%;
	float: left; 
}
.students-registion{
    margin-top: 0 !important;
    margin-left: 0 !important;
}
.gender{
	width: 48%;
    float: left;
    margin-right: 10px;
}
.marital{
	width: 48%;
    float: right;
}
.modal-header {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-footer {
    margin-top: 0px !important;
    padding-left: 20px !important;
    text-align: right;
    border-top: none !important;
}
.modal-title {
    margin: 0;
    line-height: 1.428571429;
    font-size: 20px;
    font-weight: 600;
}
#plan-a{
	background:#fd4d40;
}
#plan-b{
	background:#fdb62f;
}
#plan-c{
	background:#16c3b0;
}
#plan-d{
	background:#71bc42;
}
.plan-area{
    background: #fff;
    border-radius: 10px;
    border: 1px dotted #ccc;
    padding: 10px;
    text-align: center;
    height: 100px;
    cursor: pointer;
    margin-bottom: 25px;
    margin-top: 17px;
}    
.plan-area h4{
	font-weight: 600;
    color: #fff;
    margin-top: 5px;
    font-size: 15px;
}
.plan-area span{
	font-weight: 600;
    color: #fff;
    margin-top: 5px;
    font-size: 15px;
}
.plan-area:hover{
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.eduplum-sec{
	padding: 80px 0;
    background: #fff;
}
.eduplum-box{
	box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-right: 0px;
    margin-left: 0px;
    flex: 0 1 auto;
    padding: 0px;
    margin-bottom: 20px;
    background: #f6f6f6;
}	
.eduplum-img{
	box-sizing: border-box;
    flex: 0 0 auto;
/*     padding: 5px 3px; */
}
.eduplum-text{
	box-sizing: border-box;
    padding: 3px 4px;
    flex: 1 1 0%;
}
.eduplum-heading{
	display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #000;
    text-align: left;
    font-style: normal;
    margin: 0;
}
.edup{
	font-size: 13px !important;
    line-height: 17px !important;
}
.eduplum-paragraph{
	display: block;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #000;
    text-align: left;
    font-style: normal;
}
.find-teacher-box{
	box-sizing: border-box;
    flex: 0 0 auto;
    padding: 8px;	
}
.find-teacher:hover{
	box-shadow: rgba(51, 79, 110, 0.2) 0px -1px 6px 0px, rgba(51, 79, 110, 0.19) 0px 1px 6px 0px;
}
.find-teacher{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    align-items: center;
    box-shadow: rgba(51, 79, 110, 0.2) 0px -1px 2px 0px, rgba(51, 79, 110, 0.19) 0px 1px 2px 0px;
    cursor: pointer;
    flex: 0 1 auto;
    padding: 10px 15px;
    border-radius: 3px;
    background: #fff;
	margin-bottom:15px;
}
.find-teacher-text{
	display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    text-align: left;
    font-style: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0;
    font-family: Nunito, sans-serif !important;
    overflow: hidden;
    width: 100%;
}
.find-teacher-text:after {
	content: '\f105';
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-family: 'FontAwesome';
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.find{
	padding:80px 0;
	background:#fff;
}
.find-box{
    width: 80%;
    margin: 0 auto;	
}
.teacher-form{
	padding-top:150px;
}	
.popup-body{
	background:#fff;
}	
.popup-img{
	padding:30px;
}
.work-sec{
	box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-right: 0px;
    margin-left: 0px;
    flex: 0 1 auto;
    padding: 0px;
}
.work-box{
	box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 0 0 20%;
    padding: 0px 8px;
    border-radius: 2px;
}
.work-container{
	box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 12px;
    display: flex;
    flex-direction: column;
    max-width: 115px;
    cursor: pointer;
    padding: 0px;
    background: rgb(255, 255, 255);
    overflow: hidden;
    margin: 5px;
    border-radius: 7px 7px 2px 2px;
    flex: 1 1 0%;
}
.work-icon{
	line-height: 0;
    opacity: 0.57;
    width: 114px;
    height: 120px;
    background: linear-gradient(rgb(66, 139, 202) 0%, rgb(213, 71, 99) 100%);
    padding: 5px;
    overflow: hidden;
}

.work-contant{
	display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
	padding: 5px;
    border-width: 1px;
    border-image: initial;
    border-radius: 2px;
    flex: 1 1 0%;
    background: linear-gradient(rgb(226, 152, 169) 0%, rgb(148, 188, 224) 100%);
}
.work-contant h4{
    display: block;
    font-size: 15px;
    line-height: 10px;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.math-compact{
	flex-direction: column;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 12px;
    margin-bottom: 12px;
    background: rgb(255, 255, 255);
    border-radius: 4px;
	float:left;
	width:100%;
}
.math-compact h4{
    padding: 10px;
    margin: 0;
    font-weight: 600;
}
.math-compact p {
    padding-left: 10px;
    padding-top: 10px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    padding-right: 10px;
    padding-bottom: 8px;
}
.box-sec{
	padding:15px;
}
.box{
	padding: 15px;
    background: #f7f7f7;
}
.img-center{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.vedio-box{
	padding:10px;
}
.vedio-box iframe{
	border-radius:15px;
}
.table-responsive{
	padding:10px;
}
.table-responsive table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.table-responsive table th, td {
  text-align: left;
  padding: 8px;
  border: 1px solid #ddd;
}
.table-responsive table tr:nth-child(even){
	background-color: #f2f2f2
} 
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    text-align: center;
}
.table>tbody>tr>td{
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border: 1px solid #ddd;
}
.link{
	padding:10px;
}
.link ul{
	margin:0;
	padding:0;
}
.link ul li{
	list-style-type:none;
}
.link ul li a{
	padding: 10px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #8e8e8e;
}
.link ul li:before {
    content: '\f101';
    font-family: 'FontAwesome';
    position: relative;
    font-size: 14px;
    left: 0px;
    float: left;
}
.link-ques{
	padding:10px;
}
.link-ques ul{
	margin:0;
	padding:0;
}
.link-ques ul li{
	list-style-type:none;
}
.link-ques ul li a{
	padding: 10px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #8e8e8e;
}
.link-ques ul li:before {
    content: '\f2c4'; 
    font-family: 'FontAwesome';
    position: relative;
    font-size: 14px;
    left: 0px;
    float: left;
}
.dash-sec{
	float: left;
	background: #fff;
	width: 100%;
}
#dash-side {
	width: 18%;
	float: left;
}
.dash-box{
	float: left;
	width: 75%;
	padding: 15px;	
}
@media (max-width: 375px) {
	#dash-side {
		width: 100%;
		float: left;
	}	
	.dash-box {
		float: left;
		width: 100%;
		padding: 15px;
	}
}
@media (max-width: 414px) {
	#dash-side {
		width: 100%;
		float: left;
	}	
	.dash-box {
		float: left;
		width: 100%;
		padding: 15px;
	}
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
	background: #0098dabf;
} 
.contact-text{
    background: #fff;
    padding: 10px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    height: 125px;
    margin-bottom: 30px;
}
.contact-text h2{
	font-size: 22px !important;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
	font-weight:600;
	text-align:center;
}
.contact-text p{
	color: #191818; 
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0px !important;
}
.start-test{
	padding:20px;
}
.start-test h3{
    font-weight: 600;
    margin-top: 5px;
    color: #000;
    font-size: 28px;
}
.start-test p{
	padding: 0px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}
#social-icon {
    float: right;
    margin-top: 10px;
}

.social_links a {
    border: 2px solid #fff;
    color: #fff;
    display: block;
    float: left;
    font-size: 4px;
    height: 32px;
    line-height: 27px;
    margin: 6px 11px 6px 0;
    text-align: center;
    width: 32px;
    border-radius: 24px;
}
.login-area{
	flex-direction: column;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 12px;
    margin-bottom: 12px;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    float: left;
	padding:25px;
    width: 100%;
}
.login-area-box label{
	font-size: 14px;
    font-weight: 500;
    color: #000;
}
.teacher-city-search{
    padding: 50px;
    background: #fff;
}
.about-teacher{
	padding:50px;
	background:#fff;
}
.teacher-information h4{
	font-size: 25px;
    font-weight: 600;
    color: #d12648;
	margin:0;
}
.teacher-information span{
	font-size:14px;
	color:#000;
	font-weight:500;
}
.city-teacher{
	padding-top: 15px;
	padding-bottom: 10px;
    float: left;
    background: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 12px;
    width: 100%;
}
.city-teacher .form-group{
	margin-bottom:5px;
}
.teacher-details-area {
    flex-direction: column;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 12px;
    margin-bottom: 12px;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    float: left;
    padding: 8px;
    width: 100%;
}
.details-table{
	overflow-x:auto;
}
.details-table table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.time-slot ul{
	margin:0;
	padding:0;
}
.time-slot ul li{
	list-style-type:none;
	display:inline;
}
.time-slot ul li span{
	margin-right: 20px;
}
.details-table th{
	font-weight:600;
}
.details-table th, td {
    text-align: left;
    padding: 2px;
    font-size: 14px;
    border: none;
}
.search-center-sec{
	padding:50px;
	background:#fff;
}
.search-center{
	background: #fbf9e7;
    padding: 10px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    margin-bottom: 20px;
}
.img-circle {
    border-radius: 50%;
    border: 4px solid #b6b7b9;
}
.teacher-section{
	padding:15px 0 35px;
}
.teacher-container{
    display: flex;
    background: #f7f7f7;
    margin-bottom: 15px;
	cursor:pointer;
}
.teacher-container:hover{
	box-shadow: 0 2px 6px 0 #00000030;
}
.teacher-container-img{
	margin-top: 15px;
    margin-right: 10px;
    width: 115px;
}
.teacher-container-info{
	margin-left: 8px;
    margin-right: 8px;
    width: 80%;
}
.teacher-add{
	height: 70px;
}
.teacher-add p{
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px !important;
}
.teacher-container-info h4{
	font-weight: 600;
    margin: 0;
    padding-top: 8px;
}
.teacher-container-info span{
	font-size: 12px;
	font-weight:600;
}
.popup-massege{
	padding:25px;
}
.popup-massege img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.call{
	font-size: 14px !important;
    font-weight: 500;
    line-height: 16px !important;
    text-align: center;
    border: 1px solid #f7f7f7;
    padding: 5px 10px;
    width: 180px;
    margin: 0 auto;
}
.call a{
	color:#777 !important;
}
.popup-massege h2{
	font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    text-align: center;
}
.popup-massege h4{
	font-weight: 500;
    font-size: 15px;
    text-align: center;
}
.popup_social{
	margin-top: 15px;
    float: right;	
}
.popup_social ul{
	margin:0;
	padding:0;
}
.popup_social ul li{
	display: inline-block;
	width: 35px;
	height: 35px;
	background: #e12549;
	border-radius: 50%;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.popup_social ul li:not(:last-child){
	margin-right: 6px;
}
.popup_social ul li a{
	display: block;
	position: relative;
	text-align: center;
}
.popup_social ul li a i {
    color: #FFFFFF;
    line-height: 35px;
}
#thank-you{
	background: #fff;
    margin-top: -150px;
    margin-bottom: 30px;
}
.live-class-sec{
    padding: 15px;
	cursor:pointer;
	margin-bottom:15px;
}
.live-class-sec:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow:0 2px 6px 0 rgba(0,0,0,.3);
}
.sec-red{
	background: #fd4d40 !important;
}
.sec-teal{
	background-color: #16c3b0 !important;
}
.sec-yellow{
	background-color: #fdb62f !important;
}
.live-class h4{	
	font-size: 20px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.3px;
    margin: 0;	
}
.live-class span {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}
.live-class{
	border: 1px dotted #fff;
    padding: 10px;
}
.live-class ul{
	margin:0;
	padding:0;
}
.live-class ul li{
	list-style-type:none;
}	
.live-class ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.live-class ul li a i{
	margin-right:10px;
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
#sec-gray{
	background-color: #f6f6f6 !important;
}
#sec-white{
	background-color:#fff !important;
}
.teacher-information{
	margin-bottom: 15px;
    cursor: pointer;
}
.btn-right{
	float: right;
    margin-top: 21px;
}
.details-table ul{
	padding:0;
	margin:0;
}
.details-table ul li{
	list-style-type:none;
}
.details-table ul li a{
	color:#777;
	font-weight:500;
}
.details-table ul li a span{
    font-weight: 600;
    width: 100px;
    float: left;
}