﻿@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap');

body {
    margin: 0;
}

.calendar-bg {
    border: none;
    width: 30%;
    height: auto;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    margin: auto;
    margin-right: auto;
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 4px;
    padding-left: 4px;
    margin-right: 10px;
}

.form-group {
    margin-bottom: 0px !important;
}

.pagination {
    display: inline-block;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
    }

        .pagination a.active {
            background-color: #FFB900;
            color: white;
            border-radius: 5px;
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
            border-radius: 5px;
        }
.topnavi {
    background-color: #fff;
    border: none;
    width: 100%;
    height: 119px;
    box-shadow: 1px 2px 4px 0px rgba(185, 183, 183, 0.38);
}

.filter-textfield input {
    width: 100%;
    background-color: white;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #c5c5c5;
    border-left: 1px solid #ffffff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    padding-top: 6px;
}

.course-details-public {
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    text-align: right;
    color: #5FA800;
    width: 100%;
    font-weight: 700;
    margin: 0px;
}

.course-details-private {
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    text-align: right;
    color: #f00;
    width: 100%;
    font-weight: 700;
    margin: 0px;
}

	.valid-thru-field-saved {
    border: none;
    width: 5%;
    float: left;
    margin-top: 25px;
	margin-left: 26px;	
}
	


.profile-circle {
width: 50px;
height: 50px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
border-radius: 100px;
border: 1px solid #c9c9c9;
}
	
.profilename {
    width: auto;
    height: auto;
    float: left;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 16px;
    clear: both;
}
.profile-img-checkout {
    float: right;
    margin-top: 5px;
	border-radius: 100px;
}

.profile-checkout-name {
    float: right;
	width: 100%;
	font-family: 'Noto Sans', sans-serif;
    font-size: 10px;
	color: #6f6f6f;
	font-weight: 700;
	text-align: right;
}

.profile-checkout-points {
    float: right;
	font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
	color: #2EA9ED;
	font-weight: 700;
	text-align: right;
	margin-top: 2px;
}


.profile-checkout-wallet {
    float: right;
	width: 21px;
	height: 21px;
}

.wallet-points {
    float: right;
	width: 100%;
	margin-top: -5px;
}

.stripe {
    float: left;
	width: 111px;
	height: 30px;
	margin-right: 30px;
}

.secure {
    float: left;
	width: 14px;
	height: 16px;
	margin-right: 5px;
}

.secure-text {
    float: left;
	font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
	color: #6f6f6f;
	font-weight: 700;
	text-align: right;
	margin-top: 2px;
}

.check-out-head{
    float: left;
	font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
	color: #6f6f6f;
	font-weight: 700;
	text-align: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: -4px;
}



.stripe-big {
    float: left;
	width: 100%;
	margin-bottom: 15px;
}





	.terms-xyz{
		width: 100%;
		font-family: 'Noto Sans', sans-serif;
font-size: 14px;
text-align: left;
color: #6f6f6f;
float: left;
}


	.blog-pics-big-pics img {
    width: 100%;
}


.topnavi2 {
    background-color: #fff;
    border: none;
    width: 100%;
    height: 119px;
}

.topnavi2 .container {
    padding-right: 0px;
    padding-left: 0px;
}

.contact-text-div {
    width: 100%;
    float: left;
}


.bottom-part2 {
    width: 100%;
    padding-top: 10px;
padding-bottom: 10px;
	float: left;
	border-top: 1px solid #eae9e9;
}


.topcont {
    border: none;
    width: 100%;
    height: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.btn-secondary {
    color: #000;
    background-color: #fff;
    border-color:#fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	font-size: 13px;
	font-weight: 700;
	float: left;
	margin-right: 10px;
}
.btn-primary {
    color: #fff;
    background-color: #5FA800;
    border-color: #5FA800;
	font-size: 13px;
	font-weight: 700;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.btn-success {
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	font-size: 13px;
	font-weight: 700;
	float: right;
	color: #5FA800;
    background-color: #fff;
	border-color:#fff;
	mar
}


.rightcont {
    width: 600px;
    float: right;
}

.rightconttopicons {
    width: 600px;
    height: 82px;
    float: right;
}

.rightcont-home {
    width: 255px;
    float: right;
    margin-top: 38px;
}

.rightcont-menu {
    width: 400px;
    display: inline-block;
}


.rightconttopicons-home {
    width: 500px;
    float: right;
}



.appstore-login {
    width: 265px;
    float: right;
    display: inline-block;
}




.loginltw-login a {
    display: inline-block;
    cursor: pointer;
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-top: 10px;
    text-decoration: none;
    float: left;
    padding-left: 22px;
}


    .loginltw-login a:hover {
        color: #ffb900;
        text-decoration: none;
    }


.loginltw-signup a {
    display: inline-block;
    cursor: pointer;
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-top: 10px;
    text-decoration: none;
    float: left;
    padding-right: 10px;
}


    .loginltw-signup a:hover {
        color: #ffb900;
        text-decoration: none;
    }



.logo2 {
    float: left;
    width: 215px;
	margin-left: 10px;
     
}

.login a {
    cursor: pointer;
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-top: 10px;
    text-decoration: none;
    float: right;
    padding-right: 10px;
	background-color: #2ea9ed;
	border-radius: 50px;
	height: 40px;
margin-top: 9px;
	width: 120px;
	padding-left: 40px;
	margin-top: 36px;
margin-right: 20px;
}


    .login a:hover {
        color: #ffb900;
        text-decoration: none;
    }


.check-out-skip a {
    cursor: pointer;
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-top: 10px;
    text-decoration: none;
    float: right;
    padding-right: 10px;
    background-color: #2ea9ed;
    border-radius: 50px;
    height: 40px;
    width: 126px;
    padding-left: 48px;
}

.valid-thru-checkbox{
    border: none;
	float: left;
	font-family: 'Noto Sans', sans-serif;
font-size: 13px;
text-align: left;
color: #747474;
	margin-top: 10px;
	width: 80%;
}
    .check-out-skip a:hover {
        color: #ffb900;
        text-decoration: none;
    }


.check-out-skip-div{
    border: none;
    width: 100%;
	float: left;
}

button, input, optgroup, select, textarea {
    margin: 3px;

}




.loginltw-div {
    display: inline-block;
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-top: 10px;
    text-decoration: none;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.carousel {
    border: none;
    width: 100%;
    background-color: #efefef;
	position: inherit;
}

.carousel img {
    height: auto;
margin: 0 auto;
max-width: none;
min-width: 100%;
	width:auto !important;
}


.carousel-inner {
    background-color: #fff;
    border: none;
    margin: auto;
}
.carousel-indicators{
	position: relative;
	bottom: 50px !important;
}
.carousel-inner .button{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 159px;
	color: #fff;
	border: 2px solid #2ea9ed;
	border-radius: 70px;
	padding: 0px 35px;
	font-size: 30px;
	background-color: #2ea9ed;
	width: 350px;
height: 50px;
display: block;
margin: 0 auto;
}

.carousel-inner .button:hover {
    color: #fff;
    border: 2px solid #feb72b;
    background-color: #feb72b;
    text-decoration: none;
}

.patient-green {
    width: 1200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}


.sixboxes-div {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}


.patient-green-box2 h1{
	font-family: 'Noto Sans', sans-serif;
font-size: 30px;
font-weight: 700;
text-align: left;
color: #fff;
margin-top: 18px;
	
	
}


.willing-box h2 {
font-family: 'Noto Sans', sans-serif;
font-size: 18px;
font-weight: 700;
text-align: center;
color: #fff;
width: 100%;
	
}

.thank-you {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.thank-you-2 {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #2ea9ed;
	    line-height: 34px;
}

.thank-you-line {
    width: 75px;
    height: 5px;
    background-color: #feb72b;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
	margin-bottom: 20px;
}


.patient-green-divided h1 {
font-family: 'Noto Sans', sans-serif;
font-size: 38px;
font-weight: 700;
text-align: left;
color: #fff;
padding-left: 20px;
width: 100%;
line-height: 33px;
text-shadow: #000 1px 1px 0;
margin-top: 240px;
}

.patient-green-divided2 h2 {
font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #6f6f6f;
    width: 100%;
    margin-top: 10px;
}


.slick-div h1 {
    font-family: 'Noto Sans', sans-serif;
font-size: 30px;
font-weight: 700;
text-align: center;
color: #2ea9ed;
width: 100%;
margin-top: 62px;
margin-bottom: 20px;
}
.slick-div h2 {
    font-family: 'Noto Sans', sans-serif;
font-size: 30px;
font-weight: 700;
text-align: center;
color: #2ea9ed;
width: 100%;
margin-top: 30px;
margin-bottom: 20px;
}

.bg-color-orange h1 {
  font-family: 'Noto Sans', sans-serif;
font-size: 30px;
font-weight: 700;
text-align: left;
color: #fff;
margin-top: 18px;


}






.patient-green-divided {
    width: 39%;
    height: 422px;
    background-image:url(images/home-page-left.jpg);
    margin-top: 5px;
	background-size: cover;
	margin-left: 10px;
	margin-top: 25px;
	margin-bottom: 20px;
}

.patient-green-divided2 {
    width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 20px;
}

.learning-fun-divided2 {
    width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 20px;
}

.learning-fun-divided2 h2 {
font-family: 'Noto Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #2ea9ed;
    width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.learning-fun-divided2 h3 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #6f6f6f;
    width: 100%;
    margin-top: 10px;
}




.terms-main-box {
    width: 74%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}




.blog-head {
    width: 100%;
    height: auto;
	float: left;
margin-top: 10px;
}

.blog-head h1 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 25px;
    color: #2ea9ed;
	text-align: left;
	padding: 0px;
margin: 0px;

}




.terms-main-head {
    width: 100%;
    height: auto;
    font-family: 'Noto Sans', sans-serif;
    font-size: 25px;
    color: #2ea9ed;
    text-align: center;
}


.patient-green-box1 {
    width: 42%;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}


.patient-green-box2 {
    width: 53%;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-top: 50px;
}




.patient-green-box3 {
    width: 650px;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-top: 100px;
}


.button-div-page3a {
    width: 100%;
    display: flex;
    justify-content: center;
}


.student-section {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #2ea9ed;
    padding-top: 10px;
    padding-bottom: 20px;
    float: left;
}




.student-section h1 {
    font-family: 'Noto Sans', sans-serif;
font-size: 30px;
font-weight: 700;
text-align: left;
color: #fff;
margin-top: 35px;
}

.student-section h2 {
 font-family: 'Noto Sans', sans-serif;
font-size: 30px;
font-weight: 700;
text-align: center;
color: #2ea9ed;
width: 100%;
margin-top: 62px;
margin-bottom: 20px;
}


.student-section h3 {
font-family: 'Noto Sans', sans-serif;
font-size: 20px;
font-weight: 700;
text-align: center;
color: #fff;
width: 100%;
	
}


.student-section h4 {
font-family: 'Noto Sans', sans-serif;
font-size: 18px;
color: #fff;
line-height: 35px;
	
}













.student-section2 {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-right: auto;
    background-color: #2ea9ed;
    padding-top: 10px;
    float: left;
    min-height: 415px;
    background-image: url(images/login-bg.svg)
}


.student-section2 h1 {
   width: 100%;
font-family: 'Noto Sans', sans-serif;
font-size: 28px;
font-weight: 700;
text-align: left;
margin-bottom: 10px;
color: #fff;
}






.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.bg-color{
	background: #ededef;
	width:100%;
	float: left;
	margin-bottom: 40px;
}


.bg-color-page2{
	background: #2EA9ED;
	width:100%;
	float: left;
	margin-bottom: 40px;
}

.bg-color-page3{
	background: #2EA9ED;
	width:100%;
	float: left;
	margin-bottom: 40px;
}

.bg-color-page5{
	background: #2EA9ED;
	width:100%;
	float: left;
	margin-top: 40px;
	padding-bottom: 23px;
}

.bg-color-page5 h1 {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 52px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    margin-top: 20px;
}


.bg-color-page3 h1 {
	width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 52px;
    font-weight: 700;
    text-align: center;
    color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	margin-top: 20px;
}


.bg-color-page3 h2 {
	width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}









.bg-color-page2 h1 {
	width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 52px;
    font-weight: 700;
    text-align: center;
    color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	margin-top: 20px;
}


.bg-color-page2 h2 {
	width: 95%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #fff;
	margin-top: 20px;
}




.bg-color h2 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 52px;
    font-weight: 700;
    text-align: left;
    color: #2EA9ED;
	margin-top: 139px;
}

.bg-color-text {
    width: 55%;
	float: left;
}
.bg-color-image {
    width: 40%;
	float: right;
}
.bg-line {
    border: none;
    width: 60px;
    height:4px;
    float: left;
    border-radius: 50px;
    background-color: #2EA9ED;

}

.bg-line2 {
    border: none;
    width: 60px;
    height:4px;
    border-radius: 50px;
    background-color: #2EA9ED;
	margin-left: auto;
	margin-right: auto;

}




.bg-color-orange{
	background: #feb72b;
	width:100%;
	float: left;
}


.orangeleft-row {
	
	background-repeat: no-repeat;
background-image: url(images/orange-left.svg);
padding-top: 50px;
width: 100%;
background-size: 100%;
background-position: bottom;
	height: 65px;
	margin-bottom: -1px;
}


.orangeright-row {
    background-repeat: no-repeat;
    background-image: url(images/orange-right.svg);
    padding-top: 50px;
    width: 100%;
    background-size: 100%;
	clear: both;
	height: 65px;
	background-position: bottom;
	margin-bottom: -1px;
}




.blueleft-row-signup {
	
	background-repeat: no-repeat;
background-image: url(images/blue-left.svg);
padding-top: 50px;
width: 100%;
background-size: 100%;
background-position: bottom;
	height: 65px;
	margin-bottom: -1px;
}



.blueright-row-signup {
    background-repeat: no-repeat;
    background-image: url(images/blue-right.svg);
    padding-top: 50px;
    width: 100%;
    background-size: 100%;
	clear: both;
	height: 65px;
	background-position: bottom;
	margin-bottom: -1px;
}




.blueleft-row {
	
	background-repeat: no-repeat;
background-image: url(images/blue-left.svg);
padding-top: 50px;
width: 100%;
background-size: 100%;
background-position: bottom;
	height: 65px;
	margin-bottom: -1px;
}



.blueright-row {
    background-repeat: no-repeat;
    background-image: url(images/blue-right.svg);
    padding-top: 50px;
    width: 100%;
    background-size: 100%;
	clear: both;
	height: 65px;
	background-position: bottom;
	margin-bottom: -1px;
}


.blueright-row2 {
	
	background-repeat: no-repeat;
	background-image: url(images/blue-right.jpg);
	padding-top: 50px;
	width:100%;
	background-size: 100% 100%;
margin-right: -15px;
}




.blueleft-container {
    background-color: #2ea9ed;
}




.blueleft-login {
    width: 100%;
    height: 65px;
    background-color: #fff;
}




.blueleft-svg {
    width: 979px;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
}

.blueleft-wrapper {
	
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	
	
}




.blueleft2 {
    width: 100%;
    height: 65px;
    margin-bottom: 20px;
    background-color: #fff;
}



.orangeleft {
    width: 100%;
    height: 65px;
    background-color: #feb72b;
}



.orangeleft2 {
    width: 100%;
    height: 65px;
    background-color: #feb72b;
}






.teacher-section {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #feb72b;
    padding-bottom: 20px;
    float: left;
}


.teacher-section h1 {
  font-family: 'Noto Sans', sans-serif;
font-size: 30px;
font-weight: 700;
text-align: left;
color: #fff;
margin-top: 35px;
	
}

.teacher-section h2 {
font-family: 'Noto Sans', sans-serif;
font-size: 30px;
font-weight: 700;
text-align: center;
color: #feb72b;
width: 100%;
margin-top: 62px;
margin-bottom: 23px;
	
}

.teacher-section h3 {
font-family: 'Noto Sans', sans-serif;
font-size: 20px;
font-weight: 700;
text-align: center;
color: #fff;
width: 100%;
	
}







.video {
    width: 1200px;
    height: auto;
    margin-top: 20px;
}


.willing-box {
    width: 100%;
    height: auto;
    margin-top: 20px;
	float: left;
	
}



.patient-chat-icon {
	 width: 150px;
    height: 91px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
}


.learning-fun-icon {
     width: 100px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.blog-pics {
    width: 340px;
    height: 227px;
    float: left;
    margin-right: 25px;
}

.blog-content {
    width: 65%;
    height: 227px;
    float: left;
}

.blog-pics-big {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0px;
    vertical-align: top;
}

.blog-pics-big-pics {
    width: 50%;
    height: auto;
   float: left;
}

.blog-pics-big-pics-right {
    width: 50%;
    height: auto;
   float: right;
	padding-left: 18px;
padding-right: 20px
}






.blog-pics-big-text {
    width: 633px;
    height: auto;
    display: inline-block;
    padding: 15px;
}




.patient-chat-icon-2 {
    width: 177px;
    height: 107px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}





.how-it-works-text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 11.5px;
    text-align: center;
    color: #6f6f6f;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
	width:100%;
}


.learning-fun-text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    text-align: center;
    color: #6f6f6f;
	font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
	margin-top: 17px;
}



.blog-box-big h1 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 40px;
    text-align: left;
    color: #2ea9ed;
    width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}




.blog-box-big h2 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 22px;
    text-align: left;
    color: #6f6f6f;
    float: left;
    width: 100%;
    padding-right: 15px;
    font-weight: 700;
	margin: 0px;
}



.blog-box-big h3 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 17px;
    text-align: left;
    color: #6f6f6f;
    float: left;
    width: 100%;
    padding-right: 15px;
    font-weight: 700;
	margin: 0px;

}



.blog-box-big p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    color: #6f6f6f;
    float: left;
}



.blog-box-big ol {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    color: #6f6f6f;
    float: left;
	margin: 0px;
}





.blog-box-text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    color: #6f6f6f;
    float: left;
    margin-top: 10px;
}


.blog-box-text-2 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    color: #6f6f6f;
    float: left;
    margin-top: 10px;
}



.blog-box-text-3 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    color: #6f6f6f;
    float: left;
    width: 100%;
    padding-right: 15px;
}



.blog-box-text-3-bold {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    text-align: left;
    color: #6f6f6f;
    float: left;
    width: 100%;
    padding-right: 15px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}

.terms-box-text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #6f6f6f;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    margin-top: 10px;
	padding-bottom: 20px;
}




.how-it-works-head {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #6f6f6f;
    width: 100%;
    margin-top: 10px;
}


.blogs-second-head {
    font-family: 'Noto Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    color: #6f6f6f;
    width: 100%;
}



.terms-head {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #6f6f6f;
    width: 100%;
    margin-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}





.willing-to-learn-head {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    width: 100%;
}



.testi-head {
    font-family: 'Noto Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #feb72b;
    width: 100%;
    margin-top: 62px;
    margin-bottom: 23px;
}

.testi-head-blue {
    font-family: 'Noto Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #2ea9ed;
    width: 100%;
    margin-top: 62px;
    margin-bottom: 20px;
}



.testi-box {
    width: 100%;
    margin-top: 10px;
    float: left;
}





.willing-to-learn-text {
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding-right: 20px;
}






.willing-to-learn-text2 {
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding-left: 20px;
}

.main-bottom ul {
    list-style: none;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
	text-align: center;
	margin: 0;
	padding: 0;
}
.main-bottom li{
	display: inline-block;
}
.main-bottom li a {
    color: #000;
    text-decoration: none;
    padding-right: 20px;
}


    .main-bottom li a:hover {
        color: #2ea9ed;
    }

    .main-bottom li a:active {
        color: #2ea9ed;
    }


.how-it-works {
    border: none;
    width: 223px;
    height: 208px;
    margin-top: 5px;
    float: left;
    margin-right: 5px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}


.convenient {
    border: none;
    width: 275px;
    height: 208px;
    margin-top: 5px;
    float: left;
    margin-right: 5px;
    border-radius: 5px;
    background-color: #2EA9ED;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}


.convenient h2 {
font-family: 'Noto Sans', sans-serif;
font-size: 34px;
font-weight: 700;
text-align: center;
color: white;
margin-top: 50px;

}

.convenient h3 {
font-family: 'Noto Sans', sans-serif;
font-size: 17px;
font-weight: 700;
text-align: center;
color: white;
	padding-left: 20px;
padding-right: 20px;

}

.instructive h2 {
font-family: 'Noto Sans', sans-serif;
font-size: 34px;
font-weight: 700;
text-align: center;
color: white;
margin-top: 50px;

}

.instructive h3 {
font-family: 'Noto Sans', sans-serif;
font-size: 17px;
font-weight: 700;
text-align: center;
color: white;
	padding-left: 20px;
padding-right: 20px;

}

.collaborative h2 {
font-family: 'Noto Sans', sans-serif;
font-size: 34px;
font-weight: 700;
text-align: center;
color: white;
margin-top: 50px;

}

.collaborative h3 {
font-family: 'Noto Sans', sans-serif;
font-size: 17px;
font-weight: 700;
text-align: center;
color: white;
	padding-left: 20px;
padding-right: 20px;

}




.instructive {
    border: none;
    width: 275px;
    height: 208px;
    margin-top: 5px;
    float: left;
    margin-right: 5px;
    border-radius: 5px;
    background-color: #FFB900;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}

.collaborative {
    border: none;
    width: 275px;
    height: 208px;
    margin-top: 5px;
    float: left;
    margin-right: 5px;
    border-radius: 5px;
    background-color: #5EA244;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}


.learning-fun {
    border: none;
    width: 185px;
    height: 185px;
    margin-top: 5px;
    float: left;
    margin-right: 5px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}




.blog-box {
    border: none;
    width: 100%;
    height: auto;
    margin-top: 20px;
    float: left;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 2px 1px -1px rgba(185, 183, 183, 0.38);
    border: 1px solid #e9e9e9;
    padding: 10px;
	min-height: 263px;
}


.blog-box p {
font-family: 'Noto Sans', sans-serif;
font-size: 14px;
text-align: left;
color: #6f6f6f;
float: left;
margin-top: 10px;
}

.blog-box h1 {
font-family: 'Noto Sans', sans-serif;
font-size: 25px;
font-weight: 700;
text-align: left;
color: #6f6f6f;
width: 100%;
margin: 0px;
}







.blog-box-big {
    border: none;
    width: 100%;
    height: auto;
    margin-top: 20px;
    float: left;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 2px 1px -1px rgba(185, 183, 183, 0.38);
    border: 1px solid #e9e9e9;
    padding: 10px;
	margin-bottom: 20px;
}






.terms-box {
    border: none;
    width: 360px;
    height: auto;
    margin-top: 20px;
    float: left;
    margin-right: 20px;
	margin-left: 20px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
	margin-bottom: 45px;
	padding-bottom: 20px;
}


.how-it-works-a {
    border: none;
    width: 232px;
    height: 208px;
    margin-top: 5px;
    float: left;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}



.willing-box-small-1 {
    border: none;
    width: 360px;
    height: 250px;
    margin-top: 20px;
    float: left;
    border-right: 2px solid white;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 20px;
}



.willing-box-small-teacher {
    border: none;
    width: 404px;
    height: 197px;
    margin-top: 20px;
    display: inline-block;
    border-right: 2px solid white;
    padding-left: 20px;
    padding-right: 20px;
}




.willing-box-small-2 {
    border: none;
    width: 360px;
    height: 250px;
    margin-top: 20px;
    float: left;
    border-right: 2px solid white;
    padding-left: 20px;
    padding-right: 20px;
}



.willing-box-small-3 {
    border: none;
    width: 360px;
    height: 250px;
    margin-top: 20px;
    display: inline-block;
    border-right: 2px solid white;
}





.willing-box-small-a {
    border: none;
    width: 360px;
    height: 250px;
    margin-top: 20px;
    float: left;
}


.willing-box-small-a-teacher {
    border: none;
    width: 360px;
    height: 197px;
    margin-top: 20px;
    display: inline-block;
}







.patient-box2 {
    border: none;
    width: 277px;
    height: 200px;
    background: rgb(32,220,157);
    background: linear-gradient(0deg, rgba(32,220,157,1) 0%, rgba(0,138,173,1) 100%);
    margin-top: 20px;
    display: inline-block;
    border-radius: 5px;
}



.main ul {
    list-style: none;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 13px;
    float: right;
}


.main-nav {
    color: #000;
    text-align: left;
    text-decoration: none;
}

    .main-nav a {
        color: #000;
        text-align: left;
        text-decoration: none;
    }


.main ul a:hover {
    color: #2ea9ed !important;
}

.main-nav-active {
    color: #2ea9ed !important;
}



.patient-text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-align: left;
}

.patient-text-small {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}


.app-section {
    border: none;
    width: 100%;
    margin-top: 19px;
    height: auto;
    background-color: #f8f7fc;
	float: left;
}


.app-section h1 {
margin-left: 10px;
font-family: 'Noto Sans', sans-serif;
font-size: 30px;
text-align: left;
font-weight: 700;
line-height: 40px;
margin-top: 133px;
}


.text-field-box2-card{
    border: none;
    width: 21%;
	float: left;
		margin-top: 20px;
}
.text-field-box2-name{
    border: none;
    width: 23%;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.text-field-box2-expiry{
    border: none;
    width: 35%;
	float: left;
	margin-left: 20px;

}

.expir-sub{
    border: none;
    width: 28%;
	float: left;
	margin-right: 20px;

}
.text-field-box2-buy{
    border: none;
    width: 12%;
	float: left;
	margin-left: 20px;
}




.app-section-content {
    width: 900px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
    padding-top: 20px;
}

.app-pics {
    width: 350px;
    height: auto;
    margin-top: 30px;
    float: left;	
}

.app-text {
    width: 550px;
    height: auto;
    margin-top: 30px;
    float: left;
}

.app-text-head {
    margin-left: 10px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 30px;
    text-align: left;
    font-weight: 700;
    line-height: 40px;
    margin-top: 133px;
}

.app-text-small {
    margin-left: 10px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    text-align: left;
    margin-top: 10px;
}

.app-text-small2 {
    margin-left: 10px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    text-align: left;
    margin-top: 50px;
}

.app-search-box {
    width: 300px;
    height: 40px;
    float: left;
    display: inline-block;
    margin-top: 5px;
    border-radius: 50px;
    border: 1px solid #7b7b7d;
    margin-left: 5px;
}

.app-textfield input {
    width: 270px;
    float: left;
    background-color: #f8f8fb;
    border: none;
    margin-top: 10px;
    margin-left: 15px;
}

.send-link a {
    width: 125px;
    float: left;
    border-radius: 50px;
    padding: 13px;
    cursor: pointer;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background: rgb(30,201,66);
    background: linear-gradient(0deg, rgba(30,201,66,1) 20%, rgba(32,182,109,1) 100%);
    border: 1px solid #e9e9e9;
    display: inline-block;
    margin-left: 10px;
}

    .send-link a:hover {
        background-color: #fff;
        color: #000;
        border: 1px solid #e9e9e9;
    }

	.appstore-btm {
    width: 275px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
		
}




.btm-logo {
    display: block;
    width: 196px;
    height: 50px;
    padding-top: 5px;
    margin: auto;
}

.copyright {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.bottom-link {
    margin-left: auto;
    margin-right: auto;
    width: 450px;
    text-align: center;
}

.bottom-link-inner {
    margin-left: auto;
    margin-right: auto;
    width: 485px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 12px;
}



.bottom-link2 {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 60px;
}

.bottom-link3 {
    margin-left: auto;
    margin-right: auto;
    width: 330px;
    text-align: center;
    margin-bottom: 10px;
}


.patient-section {
    border: none;
    width: 100%;
    background-color: #f8f8fb;
    margin-top: 10px;
    height: auto;
    padding-top: 10px;
}



.patient-say-box {
    border: none;
    width: 283px;
    height: 200px;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    margin-top: 20px;
    display: inline-block;
    margin-right: 20px;
    border-radius: 5px;
}

  .bs-example{
        margin-left: 0px;
	  	margin-top: 5px;
    }
    .accordion .fa{
        margin-right: 0.5rem;
    }


.btn-link {
    font-weight: 400;
    color: #2EA9ED;
    text-decoration: none;
}


.card-header {
    padding: 0px;;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.willing-to-learn {
    font-family: 'Noto Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    margin-top: 18px;
}


.sixboxes-div-head {
    font-family: 'Noto Sans', sans-serif;
    font-size: 38px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    padding-left: 20px;
    width: 100%;
    line-height: 33px;
    text-shadow: #000 1px 1px 0;
	margin-top: 240px;

}





.willing-to-learn-small {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    color: #fff;
    padding-right: 20px;
}


.willing-to-learn-small-2 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    color: #fff;
    padding-right: 20px;
    line-height: 35px;
}
.enroll-now {
width: 100%;
float: left;
	margin-bottom: 10px;
}

.signupbutton-orange a {
    width: 635px;
    border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 35px;
    padding-left: 35px;
    cursor: pointer;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background: #feb72b;
    margin-bottom: 5px;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    margin-top: 13px;
    text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}
    .signupbutton-orange a:hover {
        background-color: #5EA244;
        color: #fff;
        text-decoration: none;
    }

.buy a {
    width: 50%;
    border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 35px;
    padding-left: 35px;
    cursor: pointer;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
     background: #feb72b;
	
    margin-bottom: 5px;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    margin-top: 13px;
    text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	display:block;
}
    .buy a:hover {
      background-color: #5EA244;
        color: #fff;
        text-decoration: none;
    }

.buy2 a {
    width: 100%;
    border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 35px;
    padding-left: 35px;
    cursor: pointer;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
	 background-color: #5EA244;
    margin-bottom: 5px;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    margin-top: 13px;
    text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	display:block;
}
    .buy2 a:hover {
        background: #feb72b;
        color: #fff;
        text-decoration: none;
    }


.buy3 a {
    width: 20%;
    border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 35px;
    padding-left: 35px;
    cursor: pointer;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
	 background-color: #5EA244;
    margin-bottom: 5px;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    margin-top: 13px;
    text-decoration: none;
	display:block;
	float: left;
    border:none;
}
    .buy3 a:hover {
        background: #feb72b;
        color: #fff;
        text-decoration: none;
    }


.buy3-expresscvv {
    width: 100%;
    border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 35px;
    padding-left: 35px;
    cursor: pointer;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background-color: #5EA244;
    margin-bottom: 5px;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    margin-top: 13px;
    text-decoration: none;
    display: block;
    float: left;
    border: none;
}

    .buy3-expresscvv :hover {
        background: #feb72b;
        color: #fff;
        text-decoration: none;
    }

.buy3-express  {
    width: 100%;
    border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 35px;
    padding-left: 35px;
    cursor: pointer;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
	 background-color: #5EA244;
    margin-bottom: 5px;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    margin-top: 13px;
    text-decoration: none;
	display:block;
	float: left;
    border:none;
}
    .buy3-express :hover {
        background: #feb72b;
        color: #fff;
        text-decoration: none;
    }

.enroll a {
    width: 35%;
    border-radius: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 35px;
    padding-left: 35px;
    cursor: pointer;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
	 background-color: #5EA244;
    margin-bottom: 5px;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    margin-top: 13px;
    text-decoration: none;
	display:block;
	float: right;
}
    .enroll a:hover {
        background: #feb72b;
        color: #fff;
        text-decoration: none;
    }


.enroll2 a {
    width: 40%;
    border-radius: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 35px;
    padding-left: 35px;
    cursor: pointer;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
	 background-color: #5EA244;
    margin-bottom: 5px;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    margin-top: 13px;
    text-decoration: none;
	display:block;
	float: left;
}
    .enroll2 a:hover {
        background: #feb72b;
        color: #fff;
        text-decoration: none;
    }



.filter-search  {
    width: 13%;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
	 background-color: #5EA244;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    text-decoration: none;
	display:block;
	float: left;
    border:none;
}
    .filter-search :hover {
        background: #feb72b;
        color: #fff;
        text-decoration: none;
    }


.filter a {
    width: 13%;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #5EA244;
    text-decoration: none;
	 background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    text-decoration: none;
	display:block;
	float: right;
}
    .filter a:hover {
        background: #feb72b;
        color: #fff;
        text-decoration: none;
    }


.apply  {
    width: 13%;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #5EA244;
    text-decoration: none;
	 background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    text-decoration: none;
	display:block;
	float: right;
    border:none;
}
    .apply :hover {
        background: #feb72b;
        color: #fff;
        text-decoration: none;
    }





.signupbutton a {
    width: 635px;
    border-radius: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 35px;
    padding-left: 35px;
    cursor: pointer;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background: #5EA244;
    margin-bottom: 5px;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    margin-top: 13px;
    text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}
    .signupbutton a:hover {
        background-color: #feb72b;
        color: #fff;
        text-decoration: none;
    }


.signupbutton-off a {
    width: 500px;
    border-radius: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 35px;
    padding-left: 35px;
    cursor: pointer;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background: #5EA244;
    margin-bottom: 5px;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    margin-top: 40px;
    text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}
    .signupbutton-off a:hover {
        background-color: #feb72b;
        color: #fff;
        text-decoration: none;
    }







.signupbutton-six a {
    width: auto;
    border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 35px;
    padding-left: 35px;
    cursor: pointer;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    margin-bottom: 5px;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    margin-top: 13px;
    text-decoration: none;
    margin-left: 20px;
    background-color: #feb72b;
}


    .signupbutton-six a:hover {
        background-color: #5fa200;
        color: #fff;
        text-decoration: none;
    }






.signupbutton-center {
    width: auto;
    border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 35px;
    padding-left: 35px;
    cursor: pointer;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #2ea9ed;
    text-decoration: none;
    background: #fff;
    margin-bottom: 5px;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    margin-top: 13px;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}


    .signupbutton-center a:hover {
        background-color: #5fa200;
        color: #fff;
        text-decoration: none;
    }









.signupbutton-teacher a {
    width: auto;
    border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 35px;
    padding-left: 35px;
    cursor: pointer;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #feb72b;
    text-decoration: none;
    background: #fff;
    margin-bottom: 5px;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    margin-top: 13px;
    text-decoration: none;
}


    .signupbutton-teacher a:hover {
        background-color: #5fa200;
        color: #fff;
        text-decoration: none;
    }



.patient-section {
    border: none;
    width: 100%;
    background-color: #f8f8fb;
    margin-top: 10px;
    height: auto;
    padding-top: 10px;
}




.terms {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}



.terms ul {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #6f6f6f;
}




.terms h1 {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}


.terms h5 {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 0px;
	color: #6f6f6f;
}




.terms-bold {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
}

.terms-bold2-2 {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.terms-bold-head {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}




.terms-normal {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
}

.create-button a {
    width: auto;
    float: right;
    border-radius: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #5fa200;
    text-decoration: none;
    background: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #5fa200;
}


    .create-button a:hover {
        background-color: #5fa200;
        color: #fff;
    }



.contact {
    border: none;
    width: 40%;
    margin-left: 12px;
    vertical-align: top;
	float: left;
}

.contact h1 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #6f6f6f;
    width: 100%;
}

.contact-text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    text-align: left;
    color: #000;
    margin-top: 17px;
    float: left;
    margin-right: 10px;
	margin-bottom: 20px;
}

.comingsoon {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    text-align: left;
    color: #2ea9ed;
    margin-top: 5px;
    float: left;
    margin-left: 10px;
    font-weight: 700;
}



.support {
    width: 100%;
    margin-top: 17px;
}

.studentimg {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}




.support-link a {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    text-align: left;
    color: #2ea9ed;
    margin-top: 17px;
    float: left;
    margin-right: 10px;
}


    .support-link a:hover {
        color: #000;
    }



.btn-transparent {
    background: transparent;
    color: #fff;
    border: 2px solid #2ea9ed;
    border-radius: 70px;
    padding: 11px 45px;
    font-size: 30px;
    background-color: #2ea9ed;
}


    .btn-transparent:hover {
        background: transparent;
        color: #fff;
        border: 2px solid #feb72b;
        background-color: #feb72b;
        text-decoration: none;
    }






.carousel-caption {
    right: 15% !important;
    left: 15% !important;
    margin-bottom: 150px;
}


.carousel-caption h2 {
    font-size: 74px !important;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-caption h3 {
    font-size: 39px !important;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}


.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    margin-top: 0;
}





.more a {
    color: #fff;
    border-radius: 70px;
    float: left;
    margin-left: 126px;
    font-size: 15px;
    background-color: #2ea9ed;
    text-align: center;
    border: 2px solid #2ea9ed;
    margin-top: 10px;
    padding: 7px 35px 7px 35px;
    font-weight: 700;
}


    .more a:hover {
        background: transparent;
        color: #fff;
        border: 2px solid #feb72b;
        background-color: #feb72b;
        text-decoration: none;
    }




.read-more a {
    color: #fff;
    border-radius: 70px;
    font-size: 15px;
    background-color: #2ea9ed;
    text-align: center;
    border: 2px solid #2ea9ed;
    margin-top: 10px;
    padding: 7px 35px 7px 35px;
    font-weight: 700;
	 font-family: 'Noto Sans', sans-serif;
}


    .read-more a:hover {
        background: transparent;
        color: #fff;
        border: 2px solid #feb72b;
        background-color: #feb72b;
        text-decoration: none;
    }



.read-more-blog a {
    color: #fff;
    border-radius: 70px;
    float: left;
    font-size: 15px;
    background-color: #2ea9ed;
    text-align: center;
    border: 2px solid #2ea9ed;
    margin-top: 10px;
    padding: 7px 35px 7px 35px;
    font-weight: 700;
    margin-left: 10px;
	 font-family: 'Noto Sans', sans-serif;
	text-decoration: none;
}


.read-more-blog a:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #feb72b;
    background-color: #feb72b;
    text-decoration: none;
}





.morediv {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.morediv-blog {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}



.slick-slider {
    clear: both !important;
}



a:focus, a:hover {
    color: #23527c;
    text-decoration: none !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #2ea9ed;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
	font-size: 20px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #000;
	font-size: 20px;
}



.try-screen {
    border: none;
    width: 100%;
    height: auto;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
	padding-top: 12px;
}

.tab-screen {
    border: none;
    width: 100%;
    height: auto;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    margin: auto;
    padding-top: 12px;
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
}



.check-out-line {
    width: 100%;
    height: 1.5px;
    background-color: #fff;
    float: left;
    margin-top: 15px;
	margin-bottom: 15px;
}

.check-out-line-white {
    width: 50px;
    height: 5px;
    background-color: #fff;
    float: left;
	 border-radius: 20px;
}
.check-out-line-white2 {
    width: 50px;
    height: 5px;
    background-color: #fff;
    float: left;
	 border-radius: 20px;
	margin-top: 8px;
}

.card-logo {
    width: 40px;
    height: 40px;
	float: left;
	margin-right: 10px;
}
.card-radio {
    width: 10px;
    height: 10px;
	float: left;
	margin-right: 15px;
	margin-top: 10px;
}
.check-out-line-blue {
    width: 50px;
    height: 5px;
    background-color: #2EA9ED;
    float: left;
	 border-radius: 20px;
}


.check-out-line-blue2 {
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}




.checkout-rightt h2 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 25px;
    text-align: left;
    color: #747474;
    width: 100%;
    font-weight: 700;
}


.login-check-out-line {
    width: 1px;
    height: 295px;
    background-color: #E8E8E8;
    float: left;
    margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 30px;
	margin-left: 30px;
}

.login-check-out-line2 {
    width: 2px;
    height: 170px;
    background-color: #E8E8E8;
    float: left;
   margin-top: 47px;
	margin-bottom: 15px;
	margin-right: 30px;
	margin-left: 30px;
}




.try-login-checkout{
    border: none;
    width: 29%;
	float: left;
}

.login-checkout{
    border: none;
    width: 45%;
	float: left;
}
.login-checkout-card{
    border: none;
    width: 100%;
	float: left;
}

.login-checkout-card2{
    border: none;
    width: 100%;
	float: left;
	margin-left: 24px;
}


.valid-thru-save-card {
    border: none;
    width: 96.5%;
    float: left;
}


.valid-thru{
    border: none;
    width: 100%;
	float: left;
	font-family: 'Noto Sans', sans-serif;
font-size: 15px;
text-align: left;
color: #747474;
font-weight: 700;
}

.valid-thru-onebox{
    border: none;
    width: 100%;
	float: left;
	font-family: 'Noto Sans', sans-serif;
font-size: 15px;
text-align: left;
color: #747474;
font-weight: 700;
}



.valid-thru-expiry{
    border: none;
    width: 100%;
	float: left;
	font-family: 'Noto Sans', sans-serif;
font-size: 13px;
text-align: left;
color: #747474;
font-weight: 700;
}


.doller-below{
    width: 100%;
	float: left;
	margin-top: 10px;
}



.filter-main{
    border: none;
    width: 100%;
	float: left;
	margin-top: 10px;
}



.card-text{
	float: left;
	font-family: 'Noto Sans', sans-serif;
font-size: 13px;
text-align: left;
color: #747474;
font-weight: 700;
	margin-top: 11px;
}




.valid-thru-field{
    border: none;
    width: 33%;
	float: left;
	margin-top: 16px;

}
.valid-thru-field2{
    border: none;
    width: 27%;
	float: left;
	margin-left: 20px;
	margin-left: 64px;
	margin-top: 16px;
}
.course-details-inside{
    border: none;
    width: 100%;
	float: left;
	margin-top: 10px;
padding: 4px;
}

.text-field-box{
    border: none;
    width: 100%;
	margin-top: 40px;
	
}
.text-field-box2{
    border: none;
    width: 100%;
}

}





.check-out{
    border: none;
    width: 100%;
	float: left;
}


.check-out h1{
    border: none;
    width: 100%;
	font-family: 'Noto Sans', sans-serif;
    font-size: 30px;
    text-align: center;
    color: #fff;
    width: 100%;
	color: #2EA9ED;
	padding: 20px 20px 0px 20px;
	
	
	
}



.checkout-left{
    border: none;
    width: 100%;
    border-radius: 5px;
    background-color: #2EA9ED;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    margin: auto;
    padding: 15px;
	margin-top: 13px;
	float: left;
}

.checkout-left h2{
   font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    text-align: left;
    color: #fff;
    width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
	margin: 0px;
	
}
.checkout-left h3{
   font-family: 'Noto Sans', sans-serif;
    font-size: 25px;
    text-align: left;
    color: #fff;
    width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
	margin: 0px;
}

.payment-details-text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    text-align: left;
    color: #747474;
    width: 100%;
    font-weight: 700;
	float: left;
	margin-top: 10px;
	width:30%;
}



.course-details-text{
   font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    text-align: left;
    color: #707070;
    width: 45%;
    float: left;
	font-weight: 700;
	margin: 0px;
}

.course-inside-title {
   font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    text-align: left;
    color: #707070;
    width: 100%;
    float: left;
	font-weight: 700;
}

.course-inside-title-date-time {
   font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    text-align: left;
    color: #2EA9ED;
    float: left;
	font-weight: 700;
	margin-right: 20px;
}

.card-body {
    padding: 10px;
}


.course-inside-title-div {
   width:100%;
}

.course-inside-title-div2 {
   width:100%;
  margin-bottom: 20px;
   padding-bottom: 28px;
}



.course-details-text-right{
    width: 45%;
	float: right;
	font-weight: 700;
	margin: 0px;
	
}

.course-details-text-right-name{
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    text-align: right;
    color: #707070;
    width: 100%;
	font-weight: 700;
	margin: 0px; 
}

.course-details-text-right-ratings{
    font-family: 'Noto Sans', sans-serif;
    font-size: 11px;
    text-align: right;
    color: #FFB900;
    width: 100%;
	font-weight: 700;
	margin: 0px; 
}
.course-details-text-right-amount{
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    text-align: right;
    color: #5FA800;
     width: 100%;
	font-weight: 700;
	margin: 0px; 
}

.course-details-text-right-amount2{
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    text-align: left;
    color: #5FA800;
     width: 100%;
	font-weight: 700;
	margin: 0px; 
	float: left;
}




.course-details-text-right-class-start{
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    text-align: right;
    color: #707070;
     width: 100%;
	font-weight: 700;
	margin: 0px; 
}

.course-details-text-right-button{
     width: 100%;
	margin: 0px; 
}


.try-checkout-rightt{
    border: none;
    width: 100%;
    height: auto;
    border-radius: 5px;
    background-color: #fff;
    margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
}

.checkout-rightt{
    border: none;
	width: 100%;
  	float: right;
}

.checkout-rightt-sub{
    width: 100%;
    height: auto;
    border-radius: 5px;
    background-color: #fff;
    margin: auto;
    padding: 25px;
	margin-bottom: 10px;
	margin-top: 20px;
	  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	float: left;
  
}

.checkout-rightt-sub2{
    width: 100%;
    height: auto;
    border-radius: 5px;
    background-color: #fff;
    margin: auto;
    padding: 15px;
	margin-bottom: 10px;
	  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	float: left;
  
}

.checkout-rightt-sub2-saved{
    width: 100%;
    height: auto;
    border-radius: 5px;
    background-color: #fff;
    margin: auto;
    padding: 6px 15px 15px 15px;
	margin-bottom: 10px;
	  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	float: left;
	margin-top: 10px;
  
}
.checkout-rightt-sub2-saved-a{
    width: 100%;
    height: auto;
    border-radius: 5px;
    background-color: #fff;
    margin: auto;
    padding: 15px 10px 0px 15px;
	  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	float: left;
	margin-top: 10px;
  
}



.checkout-course-details{
    border: none;
    width: 100%;
    height: auto;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    margin: auto;
    padding: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	float: right;
}

.checkout-course-details-inside{
    border: none;
    width: 100%;
    height: auto;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    margin: auto;
    padding: 10px;
	float: left;
	 margin-bottom: 10px;
}


.course-search-bg{
    border: none;
    width: 30%;
    height: auto;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    margin: auto;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 6px;
	margin-right: 10px;
	
}

.course-search-bg2{
    border: none;
    width: 20%;
    height: auto;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    margin: auto;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 6px;
	margin-right: 10px;
	
}





.try-screen-inside {
    border: none;
    width: 30%;
    height: auto;
    background-color: #fff;
    margin: auto;
	float: left;
	margin-right: 20px;
}
.try-screen-inside-signup {
    border: none;
    width: 40%;
    height: auto;
	float: left;
	margin-right: 20px;
	border-radius: 5px;

}
.dont-see-course {
    border: none;
    width: 40%;
    height: 265px;
	float: right;
	border-radius: 5px;
	padding: 20px 10px 10px 10px;
	margin-top: 20px;
	background-color: #F2F2EF;
	padding: 25px;

}



.try-screen-inside-signup h4 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 25px;
    text-align: left;
    color: #5fa200;
    width: 100%;
	font-weight: 700;
}

.dont-see-head {
    font-family: 'Noto Sans', sans-serif;
    font-size: 25px;
    text-align: left;
    color: #5fa200;
    width: 100%;
	font-weight: 700;
	margin-bottom: 25px;
}

.try-screen-inside-main {
    border: none;
    width: 100%;
    height: auto;
    margin: auto;
	float: left;
	margin-top: 20px;
}

.login-popup {
    border: none;
    width: 400px;
    height: auto;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    margin: auto;
    padding: 25px;
	margin-bottom: 20px;
}

	
.login-popup h1 {
 font-family: 'Noto Sans', sans-serif;
font-size: 38px;
text-align: center;
color: #149ce5;
margin-top: 5px;
font-weight: 700;
margin-left: auto;
margin-right: auto;
}



.login-head {
    font-family: 'Noto Sans', sans-serif;
    font-size: 38px;
    text-align: center;
    color: #149ce5;
    margin-top: 5px;
    margin-left: 10px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
}

.try-screen h1 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 30px;
    text-align: left;
    color: #149ce5;
    font-weight: 700;
	width: 100%;
}

.try-screen h2 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    text-align: left;
    color: #149ce5;
    font-weight: 700;
	width: 100%;
}

.try-screen h3 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    text-align: left;
    color: #000;
    font-weight: 700;
	width: 100%;
}

.try-screen h5 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 25px;
    text-align: left;
    color: #747474;
    width: 100%;
    font-weight: 700;
}


.login-box-new {
    width: 100%;
    margin-top: 35px;
}

.login-box-new-2 {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 16px;
}


.login-box-new-3 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 16px;
}


.submit-button a {
    width: 100%;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background: #5fa200;
    margin-bottom: 20px;
    display: inline-block;
    padding-top: 13px;
    padding-bottom: 13px;
}


.submit-button a:hover {
    background-color: #ffb900;
    color: #fff;
}

.already a {
    cursor: pointer;
    text-align: left;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    margin-bottom: 20px;

}


.already a:hover {
    color: #ffb900;
}

.log-out a {
    cursor: pointer;
    text-align: right;
    font-family: 'Noto Sans', sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #6f6f6f;
    text-decoration: none;
	width: 100%;
	display: inline-block;

}


.log-out a:hover {
    color: #ffb900;
}


.login-line {
    width: 50px;
    height: 4px;
    background-color: #feb72b;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.form-line {
    width: 50px;
    height: 4px;
    background-color: #feb72b;
    float: left;
    margin-top: 5px;
}

.forgot-password-link a {
    cursor: pointer;
    font-family: 'Noto Sans', sans-serif;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    float: left;
}



    .forgot-password-link a:hover {
        color: #2ea9ed;
    }


.sign-in a {
    cursor: pointer;
    font-family: 'Noto Sans', sans-serif;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    float: right;
}



    .sign-in a:hover {
        color: #2ea9ed;
    }



.avatar-box {
    width: 100%;
    margin-top: 20px;
}

.avatar {
    width: 75px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}


.login-box-new-2 {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 16px;
}

.login-radio {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}


.login-radio-div {
    width: 49%;
    border-right: 2px solid #9f9f9f;
    display: inline-block;
}

.login-radio-div-2 {
    width: 49%;
    display: inline-block;
}






.login-radio-filled {
    font-family: 'Noto Sans', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    float: right;
    margin-right: 20px;
	padding-left: 10px;
}

.login-radio-filled-2 {
    font-family: 'Noto Sans', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    float: right;
    margin-left: 8px;
}



.login-radio-filled-left {
    font-family: 'Noto Sans', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    float: left;
    margin-right: 20px;
	
}

.login-radio-filled-2-left {
    font-family: 'Noto Sans', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    float: left;
    margin-left: 14px;
	padding-right: 10px;
}

.create-small select {
    width: 100%;
    background-color: white;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #c7c7c7;
    border-left: 1px solid #ffffff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    color: #9f9f9f;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}


.grades-intrest {
    width: 100%;
    padding-top: 5px;
    margin-bottom: 5px;
}

.check-box {
    width: 50px;
    padding-top: 25px;
	float: right;
	text-align: right;
}



.chk-box-sub {
    font-family: 'Noto Sans', sans-serif;
    font-size: 11px;
    float: left;
    margin-right: 10px;
}

.login-popup .wrapper {
    margin-bottom: 35px;
}

.chk-box-sub .check {
    float: left !important;
    width: auto;
}

.chk-box-sub-a {
    font-family: 'Noto Sans', sans-serif;
    font-size: 11px;
    float: left;
}

.chk-box-sub a {
    font-family: 'Noto Sans', sans-serif;
    font-size: 11px;
    color: #2da9ec;
}

    .chk-box-sub a:hover {
        color: #000;
    }




.input-field2 {
    position: relative;
    width: auto;
}



.main-content {
    border: none;
    width: 1200px;
    height: auto;
    margin: auto;
}

.skip-info {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 25px;
    color: #fff;
}


.skip-info2 {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    text-align: left;
    float: left;
    margin-top: 15px;
    color: #2da9ec;
}







.demo-add2 a {
    width: auto;
    border-radius: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 21px;
    padding-left: 21px;
    cursor: pointer;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #5fa200;
    text-decoration: none;
    background: #fff;
    border: 1px solid #fff;
}


    .demo-add2 a:hover {
        background-color: #5fa200;
        color: #fff;
    }


.demo-button-div{
	
	width: 100%;
	margin-bottom: 14px;
	
}


.demo-add2-next a {
    width: auto;
    border-radius: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 21px;
    padding-left: 21px;
    cursor: pointer;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #5fa200;
    text-decoration: none;
    background: #fff;
    border: 1px solid #fff;
	float: right;
}


    .demo-add2-next a:hover {
        background-color: #5fa200;
        color: #fff;
    }




.follow-category-button a {
    width: auto;
    border-radius: 50px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 21px;
    padding-left: 21px;
    cursor: pointer;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
	float: left;
}


    .follow-category-button a:hover {
        background-color: #5fa200;
        color: #fff;
		border: 2px solid #5fa200;
    }






.addexpert-block-shadow {
    width: 100%;
    height: auto;
    float: left;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 15px;
}


.addexpert-block-shadow h2 {
width: 100%;
font-family: 'Noto Sans', sans-serif;
font-size: 20px;
text-align: left;
float: left;
margin-top: 15px;
color: #2da9ec;
}

.addexpert-block-without-shadow {
    width: 49%;
    height: auto;
    float: left;
}


.addexpert-block-without-shadow-right {
    width: 49%;
    height: auto;
    float: right;
}

.info {
    width: 100%;
}



.info-a {
    width: 225px;
    float: left;
}

.info-b {
    width: 225px;
    float: right;
}

.skip-info2-a {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    text-align: left;
    float: left;
    margin-bottom: 10px;
    color: #2da9ec;
}


.skip-info2-a-c {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    float: left;
    margin-bottom: 10px;
    font-weight: 700;
    color: #999;
}





.skip-info2-time {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    float: left;
    margin-bottom: 5px;
    margin-top: 10px;
}


.skip-info2-radio {
    width: auto;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    float: left;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 5px;
}


.internet-speed {
    width: 100%;
    display: inline-block;
}

.internet {
    width: 100%;
}



.internet2 {
    width: 100%;
    margin-top: 10px;
}

.speed input {
    width: 100%;
    float: left;
    background-color: #fff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #c5c5c5;
    border-left: 1px solid #ffffff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
}

.speed-button a {
    width: 100%;
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #2da9ec;
    text-decoration: none;
    background: #fff;
    margin-bottom: 5px;
    border: 1px solid #2da9ec;
    display: inline-block;
}


    .speed-button a:hover {
        background-color: #2da9ec;
        color: #fff;
    }

.skip-info2-a1 {
    width: 100%;
}

.skip-info2-a1-split {
    width: 50%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    text-align: left;
    display: inline-block;
    color: #2da9ec;
    margin-bottom: 20px;
}


.date-split {
    width: 49%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    display: inline-block;
}

.date-split2 {
    width: 49%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    display: inline-block;
    color: #2ea9ed;
}




.skip-info2-a1-split2 {
    width: 45%;
    float: right;
}


.demodiv {
    width: 100%;
    float: left;
}

.or {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
}

.video-add {
    width: 50px;
    margin-right: 30px;
    display: inline-block;
}


.video-add-div {
    width: 100%;
    float: left;
}







.video-add2 {
    width: 50px;
}

.video-add3 {
    width: 33px;
    padding: 5px;
    margin: auto;
}

.submit2 a {
    width: 100%;
    display: inline-block;
    border-radius: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #5fa200;
    text-decoration: none;
    background: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #5fa200;
    margin-top: 20px;
}


    .submit2 a:hover {
        background-color: #5fa200;
        color: #fff;
    }

.submit3 a {
    width: 100%;
    display: inline-block;
    border-radius: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background: #fff;
    margin-bottom: 5px;
    border: 1px solid #5fa200;
    margin-top: 20px;
    background-color: #5fa200;
}


    .submit3 a:hover {
        background-color: #ffb900;
        color: #fff;
    }





.floating-form {
    width: 100%;
}

/****  floating-Lable style start ****/
.floating-label {
    position: relative;
    margin-bottom: 20px;
}


.floating-inputcvv {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 30px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d0d0d0;
    color: #999;
    margin-left: 0px;
    padding-left: 0px;
}

.floating-inputcvv:focus {
    outline: none;
    border-bottom: 2px solid #5fa200;
}

.floating-input, .floating-select {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 30px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #d0d0d0;
    color: #000;
	margin-left: 0px;
	padding-left: 0px;
}

    .floating-input:focus, .floating-select:focus {
        outline: none;
        border-bottom: 2px solid #5fa200;
    }

label {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    font-family: 'Noto Sans', sans-serif;
}


.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top: -18px;
    font-size: 14px;
    color: #5fa200;
}

.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label {
    top: -18px;
    font-size: 14px;
    color: #5fa200;
}

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
    width: 50%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floating-textarea {
    min-height: 100px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden;
}

/* highlighter */
.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */


/* animation */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

/****  floating-Lable style end ****/


.bottom-part {
    height: 65px;
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #eae9e9;
}




.read-more2 a {
    color: #fff;
    border-radius: 70px;
    float: left;
    font-size: 15px;
    background-color: #2ea9ed;
    text-align: center;
    border: 2px solid #2ea9ed;
    margin-top: 10px;
    padding: 7px 35px 7px 35px;
    font-weight: 700;
    margin-left: 89px;
}



.intro-group-class-left{
	width:590px;
	margin-top: 10px;
	float: left;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
	border: 1px solid #e9e9e9;
	padding: 10px;
	margin-right: 15px;
	height: 425px;
	overflow-y: scroll;
	
}



.follow-category-box{
	width:100%;
	margin-top: 10px;
	float: left;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
	border: 1px solid #e9e9e9;
	padding: 10px;
	height: auto;
	margin-bottom: 20px;

	
}



.group-box{
	width:100%;
	margin-top: 10px;
	float: left;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
	border: 1px solid #e9e9e9;
	height: auto;
	height: 425px;
overflow-y: scroll;
	margin-bottom: 20px;
}


.intro-group-class-right{
	width:590px;
	margin-top: 10px;
	float: left;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
	border: 1px solid #e9e9e9;
	padding: 10px;
	height: 425px;
	overflow-y: scroll;
	
}


.intro-group-class-left-head{
	border:none;
	width:925px;
	height: auto;
	float: left;
	margin-right: 15px;
	
}

.intro-inside-text{
	width:950px;
	height: auto;
	
}


.intro-group-class-right-head{
	width:150px;
	height: auto;
	float: right;
}


.intro-group-class-right-head-inside{
	width:400px;
	height: auto;
	float: left;
}

.intro-group-class-right-head-inside2{
	width:188px;
	height: auto;
	float: left;
}




.intro-head {
    width: 100%;
    height: auto;
    font-family: 'Noto Sans', sans-serif; 
    font-size: 28px;
    color: #fff;
	line-height: 33px;
	text-align: left;
	font-weight: 700;
}

.intro-button-div{
    width: 100%;
    height: auto;
	float: left;
}



.intro-line{
border: none;
width: 50px;
height: 5px;

background-color: #feb72b;
margin-top: 5px;
	margin-bottom: 10px;
	float: left;
}

.intro-line2 {
    border: none;
    width: 30px;
    height: 5px;
    background-color: #feb72b;
    margin-top: -5px;
    margin-bottom: 10px;
    float: left;
    margin-left: 6px;
}


.intro-line2-green {
    border: none;
    width: 30px;
    height: 5px;
    background-color: #5fa200;
    margin-top: -5px;
    margin-bottom: 10px;
    float: left;
    margin-left: 6px;
}

.intro-line-div{
width: 250px;
float: left;
}


.question-answer-box {
    width: 525px;
    height: auto;
    float: left;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    padding-top: 5px;
    margin-bottom: 7px;
    box-shadow: 1px 2px 1px -1px rgba(185, 183, 183, 0.38);
    background-color: #fff;
	padding: 10px;
margin: 10px;
}

.question-answer-box-right {
    width: 526px;
    height: auto;
    float: left;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    padding-top: 5px;
    margin-bottom: 7px;
    box-shadow: 1px 2px 1px -1px rgba(185, 183, 183, 0.38);
    background-color: #fff;
	padding: 10px;
	margin: 10px;
}




.main-box-grey-small {
    font-family: 'Noto Sans', sans-serif;
    font-size: 10px;
    color: #989898;
    display: inline-block;
    font-weight: 900;
}

.main-box-question-group {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    color: #6a6a6a;
    text-decoration: none;
}



.no-of-p {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    color: #989898;
    display: inline-block;
    font-weight: 900;
    float: left;
}


.main-box-blue-small {
    font-family: 'Noto Sans', sans-serif;
    font-size: 10px;
    color: #2da9ec;
    font-weight: 900;
}

.img-circle2 {
    width: 40px !important;
    height: 40px !important;
}


.img-circle2 {
    border-radius: 50%;
}



.img-circle {
    width: 60px !important;
    height: 60px !important;
}


.img-circle {
    border-radius: 50%;
}


.unsubcribe a {
    width: auto;
    float: left;
    border-radius: 50px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 15px;
	padding-left: 15px;
	cursor: pointer;
	text-align: center;
	font-family: 'Noto Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #5fa200;
	text-decoration: none;
	background: #fff;
	margin-top: 7px;
	border: 1px solid #5fa200;

}


.unsubcribe  a:hover {
  background-color: #5fa200;
	color: #fff;


}



.myclass-bottom-icons2 {
    width: 210px;
    float: left;
}


.myclass-icons {
    width: 25px;
    height: 25px;
    float: left;
	margin-top: 5px;
}

.myclass-icons-text2 {
    font-size: 12px;
    font-weight: 700;
    color: #2ea9ec;
    font-family: 'Noto Sans', sans-serif;
}




.group-btm-link a {
	width: auto;
	font-size: 12px;
	font-weight: 700;
	color: #2ea9ec;
	font-family: 'Noto Sans', sans-serif;
	float: left;
	padding-bottom: 1px;
	text-decoration: none;
	margin-top: 12px;
	margin-left: 5px;
}

.group-btm-link a:hover {
	color: #ffb900;
}



.question-answer-box-inside {
    width: 84%;
    height: auto;
    float: right;
}

.profile-img {
    width: 60px;
    height: auto;
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}

.group-btm-link2  {
	width: auto;
	font-size: 12px;
	font-weight: 700;
	color: #2ea9ec;
	font-family: 'Noto Sans', sans-serif;
	float: left;
	padding-bottom: 1px;
	text-decoration: none;
	margin-top: 12px;
}


.myclass-small-box {
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    color: #2ea9ec;
    font-family: 'Noto Sans', sans-serif;
    float: left;
}

.myclass-small-box-sub {
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    color: #6a6a6a;
    font-family: 'Noto Sans', sans-serif;
    float: left;
    margin-bottom: 10px;
}


.myclass-small-box-2 {
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    color: #2ea9ec;
    font-family: 'Noto Sans', sans-serif;
    float: left;

}

.myclass-small-box-sub-2 {
    width: 100%;
    font-size: 11px;
    font-weight: 700;
    color: #6a6a6a;
    font-family: 'Noto Sans', sans-serif;
    float: left;
    margin-bottom: 10px;
}

.available-common {
    width: 100%;
	float: left;
}
.available-common-inside {
    width: 227px;
	float: left;
}


.title-orange {
    width: 100%;
    font-size: 15px;
    color: #feb72b;
    font-family: 'Noto Sans', sans-serif;
    float: left;
    margin-bottom: 10px;
}




.intro-section {
    width: 1200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


.intro-section-floatleft {
    width: 1200px;
    height: auto;
    float: left;
	margin-bottom: 50px;
}




.intro-section2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	height: 500px;
}


.intro-section2 h1 {
 width: 100%;
height: auto;
font-family: 'Noto Sans', sans-serif;
font-size: 28px;
color: #fff;
line-height: 33px;
text-align: left;
font-weight: 700;
}



.follow-category-text {
    width: 100%;
    height: auto;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
}


.follow-category-text-green {
    width: 100%;
    height: auto;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
	color: #5fa200;

}

.category-head {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #2ea9ed;
    font-family: 'Noto Sans', sans-serif;
    margin-top: 10px;
    float: left;
    margin-bottom: 10px;
	margin-left: 6px;
}


.grade-head {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #5fa200;
    font-family: 'Noto Sans', sans-serif;
    margin-top: 10px;
    float: left;
    margin-bottom: 10px;
	margin-left: 6px;
}



.category-block {
    width: 230px;
    height: auto;
    float: left;
}
	.category-block h2 {
   width: 100%;
font-size: 18px;
font-weight: 700;
color: #2ea9ed;
font-family: 'Noto Sans', sans-serif;
margin-top: 10px;
float: left;
margin-bottom: 10px;
margin-left: 6px;
}	
	


.grade-block {
    width: 165px;
    height: auto;
    float: left;
}

.grade-block h2 {
   width: 100%;
font-size: 18px;
font-weight: 700;
color: #5fa200;
font-family: 'Noto Sans', sans-serif;
margin-top: 10px;
float: left;
margin-bottom: 10px;
margin-left: 6px;
}





.blog-date {
    font-size: 13px;
    font-weight: 700;
    margin-top: 5px;
	font-family: 'Noto Sans', sans-serif;
	float: left;
}
.blog-date2 {
    font-size: 15px;
    font-weight: 700;
	font-family: 'Noto Sans', sans-serif;
	float: left;
	margin-top: -10px;
	margin-bottom: 10px;
}

.main-box-blue-small {
    font-family: 'Noto Sans', sans-serif;
    font-size: 11px;
    color: #2da9ec;
    display: inline-block;
    font-weight: 900;
}

.main-box-question-group a {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    color: #6a6a6a;
    text-decoration: none;
}


.main-box-question-group a:hover {
    color: #ffb900;
}


.star-icons {
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 2px;
}



.class-profile-box {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 4px;

}

.class-question-answer-box-inside {
    width: 156px;
    height: auto;
    float: left;
    margin-top: 6px;
	padding-right: 10px;
}

.class-question-answer-box-inside-2 {
    width: 275px;
    height: auto;
    float: left;
    margin-top: 6px;
}



.class-profile-img {
	width:60px;
	height:auto;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}

.time-date {
    width: 110px;
	float: left;
}


.logo {
    display: block;
    width: 215px;
    float: left;
}


.login-main {
    width: 160px;
    float: right;
}



.loginltw-box {
    width: 160px;
    height: 40px;
    margin-top: 9px;
    border-radius: 50px;
    border: 1px solid #2ea9ed;
    background-color: #2ea9ed;
}




.social-icons-main {
    width: 100%;
    height: auto;
}



.social-icons {
    width: 125px;
    height: auto;
    float: right;
    margin-right: 16px;
    margin-top: 5px;
}


    .social-icons i:hover {
        color: #feb72b;
        cursor: pointer;
    }
    .social-icons i {
        font-size: 20px;
        color: #000;
        padding-left: 5px;
        padding-right: 5px;
        margin: 5px 0 0;
    }


.appstore {
    width: 260px;
    float: right;
}


.right-profile{
    width: 150px;
    float: right;
}


.progressbar-div {
    width: 460px;
    float: left;
	margin-left: 66px;
margin-top: 46px;
}




.google {
    width: 120px;
    height: 40px;
    float: left;

    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer;
}

.apple {
    width: 120px;
    height: 40px;
    float: left;
    margin-top: 5px;
    cursor: pointer;
}

.google:hover {
    opacity: 0.8;
}

.apple:hover {
    opacity: 0.8;
}




.bg-light {
    background-color: #fff !important;
}
.navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-light .navbar-toggler{
	border: none;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    float: right;
	   font-family: 'Noto Sans', sans-serif;
	font-size: 13px;
	font-weight: 700;
	margin-top: 30px;
	z-index: 999;

margin-left: 178px;
	
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
     color: #2ea9ed;
}


.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #2ea9ed;
}

.navbar-light .navbar-nav .nav-link {
     color: #000;
}


.home-hero-container .carousel {
	
border: none;
width: 100%;
background-color: transparent;
	
}


.home-hero-container .carousel-inner {
width:100%;
}

.home-hero-container {
    padding: 0;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 22px;
    line-height: 1;
    background-color: transparent;
    border-radius: .25rem;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
        padding-right: 1rem;
        padding-left: 1rem;
    margin-left: 13px;
}


.blueleft-wrapper2 {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
	display: flex;
	flex-wrap: wrap;
}


.slick-div{
	width: 100%;
}

.slick-div2{
	width: 100%;
}


.slick-div2 h1{
	font-family: 'Noto Sans', sans-serif;
font-size: 30px;
font-weight: 700;
text-align: center;
color: #feb72b;
width: 100%;
margin-top: 62px;
margin-bottom: 23px;
}

.bg-color-white {
    width: 100%;
    float: left;
}

.bg-color-white h2 {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #2ea9ed;
    margin-top: 90px;
}


.bg-color-white h3 {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 55px;
    font-weight: 700;
    text-align: center;
    color: #2ea9ed;
	margin-top: 40px;

}


.bg-color-white h4 {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #2ea9ed;
	margin-top: -10px;
}


.bg-color-white h5 {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    color: #2ea9ed;
	margin-top: -10px;
}

.bg-color-white h6 {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    text-align: center;
    color: #2ea9ed;
	margin-top: 57px;
}




.bg-white-info {
    width: 50%;
    float: left;
	margin-bottom: 15px;

}
.bg-white-info2 {
    width: 50%;
    float: right;

}

.main-button {
    width: 260px;
    height: 55px;
    margin-top: 9px;
    border-radius: 50px;
    border: 1px solid #2ea9ed;
    background-color: #2ea9ed;
	margin-left: auto;
	margin-right: auto;
}

.blue-slim2{
width: 100%;
margin-top: 30px;
display: flex;
}

.blue-slim2 h2{ 
    font-family: 'Noto Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #2ea9ed;
    width: 100%;
    margin-bottom: 20px;
}

.blue-slim3{
width: 100%;
margin-top: 30px;
display: flex;
}

.blue-slim3 h2{ 
    font-family: 'Noto Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #2ea9ed;
    width: 100%;
	margin-top: 40px;
}

.blue-slim{
width: 100%;
margin-top: 30px;
display: flex;
}

.blue-info{
width: 54%;
margin-top: 30px;
float: left;
}

.blue-info-page3{
width: 100%;
margin-top: 30px;
float: left;
}

.blue-info-page5{
width: 100%;
float: left;
font-family: 'Noto Sans', sans-serif;
font-size: 20px;
font-weight: 700;
text-align: center;
color: #fff;
}

.blue-info-page5-1{
width: 86%;
margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
}


.blue-info-page5-1 h2{
font-family: 'Noto Sans', sans-serif;
font-size: 15px;
font-weight: 700;
text-align: left;
color: #fff;
	margin-bottom: 15px;
}






.blue-info-survey-image{
width: 450px;
}





.blue-info-survey{
width: 45%;
float: right;
	justify-content: right;
display: flex;
}


.blue-slim h2{
font-family: 'Noto Sans', sans-serif;
font-size: 58px;
font-weight: lighter;
text-align: center;
color: #2EA9ED;
	margin-left: auto;
	margin-right: auto;
}






.black-info{
width: 900px;
margin-top: 30px;
display: flex;
flex-wrap: wrap;
	margin-left: 100px;
}

.bg-color-page2 h2 {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}


.bg-color-page2 h3 {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 55px;
    font-weight: 700;
    text-align: center;
    color: #fff;
	margin-top: 40px;

}


.bg-color-page2 h4 {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
	margin-top: -10px;
}


.bg-color-page2 h5 {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    color: #fff;
	margin-top: -10px;
}

.bg-color-page2 h6 {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 10px;
    text-align: center;
    color: #fff;
}


.black-info2{
width: 1000px;
margin-top: 30px;
display: flex;
flex-wrap: wrap;
	margin-left: 66px;
}



.black-info-black{
width: 200px;
display: inline-block;
margin-left: 50px;
margin-right: 50px;
}

.black-info-black h2{
font-family: 'Noto Sans', sans-serif;
font-size: 44px;
font-weight: 700;
text-align: left;
width:190px;
color: black;
}

.black-info-black h3{
font-family: 'Noto Sans', sans-serif;
font-size: 20px;
text-align: left;
width:190px;
color: black;
margin-top: -10px;
}

.black-info-page2{
width: 215px;
display: inline-block;
margin-left: 40px;
margin-right: 40px;
}

.black-info-page2 h2{
font-family: 'Noto Sans', sans-serif;
font-size: 44px;
font-weight: 700;
text-align: center;
color: black;
}

.black-info-page2 h3{
font-family: 'Noto Sans', sans-serif;
font-size: 18px;
text-align: center;
color: black;
margin-top: -10px;
}





.black-info-black2{
width: 220px;
display: inline-block;
margin-left: 50px;
margin-right: 50px;
}

.black-info-black2 h2{
font-family: 'Noto Sans', sans-serif;
font-size: 44px;
font-weight: 700;
text-align: center;
color: black;
}

.black-info-black2 h3{
font-family: 'Noto Sans', sans-serif;
font-size: 20px;
text-align: center;
color: black;
}




.button-div{
width: 100%;
display: flex;
justify-content: center;

}


.button-div-page2{
width: 100%;
display: flex;
justify-content: center;
	margin-top: 20px;

}
.button-div-page5{
width: 100%;
display: flex;
justify-content: center;
	padding-top: 20px;

}



.button-div-page3{
width: 100%;
display: flex;
justify-content: center;
margin-top: -20px;

}


.dont-see{
width: 100%;
margin-top: 20px;

}



.dont-see h2{
font-family: 'Noto Sans', sans-serif;
font-size: 30px;
font-weight: 700;
text-align: center;
color: #2ea9ed;
width: 100%;
	margin-bottom: -23px;
margin-top: 30px;

}

.dont-see-page3{
width: 100%;

}



.dont-see-page3 h2{
font-family: 'Noto Sans', sans-serif;
font-size: 30px;
font-weight: 700;
text-align: center;
color: #2ea9ed;
width: 100%;
	margin-bottom: -23px;
margin-top: 30px;

}

.meet-our-expert-tutors {
    width: 100%;
    height: 400px;
    background-size: cover;
    margin-left: 10px;
    margin-top: 25px;
    margin-bottom: 20px;
	background-image: url(images/meet​.jpg)
}


.groupssessions{
    width: 45%;
    height: 450px;
    background-image: url(images/groupsessions.png);
    background-size: cover;
    margin-top: 65px;
    margin-bottom: 20px;
	float: left;
}

.groupssessions-page4{
    width: 45%;
    height: 450px;
    background-image: url(images/groupsessions.png);
    background-size: cover;
    margin-top: 25px;
    margin-bottom: 20px;
	float: left;
}

.groupssessions-page4 h2{
font-family: 'Noto Sans', sans-serif;
font-size: 54px;
font-weight: 700;
text-align: center;
color: #FFB900;
}

.groupssessions-page4 h3{
font-family: 'Noto Sans', sans-serif;
font-size: 34px;
font-weight: 700;
text-align: center;
color: white;
	margin-top: 100px;
}


.price-course{
	
    width: 100%;
    margin-bottom: 20px;
	float: left;
	background: rgb(46,169,237);
    background: linear-gradient(176deg, rgba(46,169,237,1) 0%, rgba(94,162,68,1) 100%);
	 border-radius: 5px;
	padding-bottom: 29px;
	
	
}

.price{
	
	min-height: 377px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 20px;
	float: left;
	background: rgb(46,169,237);
    background: linear-gradient(176deg, rgba(46,169,237,1) 0%, rgba(94,162,68,1) 100%);
	 border-radius: 5px;
	
	
}



.price2{
	min-height: 377px;
    width: 45%;
    margin-top: 25px;
    margin-bottom: 20px;
	float: right;
	background: rgb(46,169,237);
background: linear-gradient(176deg, rgba(46,169,237,1) 0%, rgba(94,162,68,1) 100%);
	 border-radius: 5px;
}

.price-div{
	
	min-height: 377px;
    width: 45%;
	float: left;

}
.price2-div{
	min-height: 377px;
    width: 45%;
	float: right;
}


.price-div-course{
    width: 45%;
	float: left;

}
.price2-div-course{
    width: 45%;
	float: right;
}



.price-page5{
	
	min-height: 377px;
    width: 45%;
    margin-bottom: 20px;
	float: left;
	background: rgb(46,169,237);
    background: linear-gradient(176deg, rgba(46,169,237,1) 0%, rgba(94,162,68,1) 100%);
	 border-radius: 5px;
	
	
}
.price2-page5{
	min-height: 377px;
    width: 45%;
    margin-bottom: 20px;
	float: right;
	background: rgb(46,169,237);
background: linear-gradient(176deg, rgba(46,169,237,1) 0%, rgba(94,162,68,1) 100%);
	 border-radius: 5px;
}




.price-text {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
	padding-top: 50px;
	padding-right: 10px;

	
}
.price-text-div {
   width: 100%;
	margin-top: 20px;
	
}

.price-text h2 {
   width: 100%;
 font-family: 'Noto Sans', sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #fff;
	 padding-left: 21px;
	
}


.price-text-big {
	width:100%;
 font-family: 'Noto Sans', sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    color: #fff;
	float: left;
	margin-top: -23px;
}
.price-text-big-grey {
	
width:100%;	
 font-family: 'Noto Sans', sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    color: #BCBCBC;
	 text-decoration:line-through;
}



.class-bg{
    width: 100%;
    height: 400px;
    background-image: url(images/class-bg.jpg);
    background-size: cover;
	margin-top: 20px;
}
.class-bg h2 {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 72px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    margin-top: 20px;
	padding-top: 166px;
	
}

.catch-bg{
    width: 100%;
    height: 400px;
    background-image: url(images/catch-up.jpg);
    background-size: cover;
	margin-top: 20px;
}
.catch-bg h2 {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 72px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    margin-top: 20px;
	padding-top: 122px;
	
}



.orange-bg {
    border: none;
    width: 100%;
    min-height: 208px;
    margin-top: 35px;
	margin-bottom: 35px;
    float: left;
    margin-right: 5px;
    border-radius: 5px;
    background-color: #FFB900;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}


.off {
    border: none;
    width: 160px;	
    height: 160px;
    margin-top: 25px;
    float: left;
	margin-left: 182px;
   
}
.off-button {
    border: none;
    width: 100%;	
    height: 160px;
    margin-top: 5px;
    float: right;
   
}

.individualsessions h2{
font-family: 'Noto Sans', sans-serif;
font-size: 44px;
font-weight: 700;
text-align: center;
color: white;
	margin-top: 115px;
}

.individualsessions h3{
font-family: 'Noto Sans', sans-serif;
font-size: 34px;
font-weight: 700;
text-align: center;
color: #FFB900;
}
.individualsessions h4{
font-family: 'Noto Sans', sans-serif;
font-size: 24px;
font-weight: 700;
text-align: center;
color: white;
padding-top: 0px;
}




.groupssessions h2{
font-family: 'Noto Sans', sans-serif;
font-size: 44px;
font-weight: 700;
text-align: center;
color: white;
	margin-top: 115px;
}

.groupssessions h3{
font-family: 'Noto Sans', sans-serif;
font-size: 34px;
font-weight: 700;
text-align: center;
color: #FFB900;
}
.groupssessions h4{
font-family: 'Noto Sans', sans-serif;
font-size: 24px;
font-weight: 700;
text-align: center;
color: white;
padding-top: 0px;
}



.individualsessions{
    width: 45%;
    height: 450px;
    background-image: url(images/individualsessions.png);
    background-size: cover;
    margin-top: 65px;
    margin-bottom: 20px;
	float: right;
}


.individualsessions-page4{
    width: 45%;
    height: 450px;
    background-image: url(images/individualsessions.png);
    background-size: cover;
    margin-top: 25px;
    margin-bottom: 20px;
	float: right;
}

.individualsessions-page4 h2{
font-family: 'Noto Sans', sans-serif;
font-size: 54px;
font-weight: 700;
text-align: center;
color: #FFB900;
}

.individualsessions-page4 h3{
font-family: 'Noto Sans', sans-serif;
font-size: 34px;
font-weight: 700;
text-align: center;
color: white;
	margin-top: 100px;
}

.star-app {
width: 78%;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

.star-app h2 {
font-family: 'Noto Sans', sans-serif;
font-size: 38px;
font-weight: 700;
color: #2EA9ED;
float: left;
}

.star-div{
    width: 310px;
	float: left;
}


.star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .9em;
  margin-right: .9em;
  margin-bottom: 1.2em;
  border-right: .3em solid transparent;
  border-bottom: .7em  solid #FC0;
  border-left: .3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 24px;
}
.star:before, .star:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: .6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: .7em  solid #FC0;
  border-left: 1em solid transparent;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.star:after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.student-need {
    width: 100%;
    margin-top: 50px;
}

.student-need h2 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #2ea9ed;
}








@media (max-width: 992px) { 
	
	
	.carousel-caption h3 {
    font-size: 25px !important;
}
	
	.black-info {
    margin-left: 46px;
}
	
	

.contact {
    width: 46%;

}	
.terms-main-box {
    width: 89%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}	
	
	
	
.blog-content {
    width: 59%;
    height: 295px;
    float: left;
}	
	
.blog-pics-big-pics {
    width: 100%;
    height: auto;
    float: left;
}	
	
	
.blog-pics-big-pics-right {
    width: 100%;
    height: auto;
    float: right;
	padding-left: 0px;
    padding-right: 0px;
    margin-top: 19px;
}	
	

.navbar {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    float: right;
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-top: 30px;
    z-index: 999;
    margin-left: 225px;
}


.patient-green-divided2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}


	
	
.patient-green-divided {
    width: 33%;
    height: 422px;
    background-image: url(images/home-page-left.jpg);
    margin-top: 5px;
    background-size: cover;
    margin-left: 10px;
    margin-top: 25px;
    margin-bottom: 20px;
}

	
.how-it-works {
    border: none;
    width: 475px;
    height: 208px;
    margin-top: 5px;
    float: left;
    margin-right: 5px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}	
	
.how-it-works-text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 10.75px;
    text-align: center;
    color: #6f6f6f;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
	width:100%;
}	
	

.sixboxes-div-head {
    font-family: 'Noto Sans', sans-serif;
    font-size: 38px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    padding-left: 20px;
    width: 100%;
    line-height: 33px;
    text-shadow: #000 1px 1px 0;
    margin-top: 190px;
}	
	
.willing-to-learn {
    font-family: 'Noto Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    color: #fff;
}	
	
	
.patient-green-box2 {
    width: 53%;
    height: auto;
    float: left;
    margin-right: 20px;
}	
	
.blueleft-row {
    background-repeat: no-repeat;
    background-image: url(images/blue-left.svg);
    padding-top: 25px;
}	
	
	
	.willing-to-learn {
    margin-top: 0px;
}
	
	
.patient-green-box1 {
    width: 42%;
    height: auto;
    float: left;
    margin-right: 20px;
}
	
.willing-to-learn-small-2 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 31px;
}	
	
	
	.willing-box-small-1 {
    border: none;
    width: 300px;
    height: 250px;
    margin-top: 20px;
    float: left;
    border-right: 2px solid white;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 20px;
}
	
	
.willing-box-small-2 {
    border: none;
    width: 300px;
    height: 250px;
    margin-top: 20px;
    float: left;
    border-right: 2px solid white;
    padding-left: 20px;
    padding-right: 20px;
}
	
	
.willing-box-small-a {
    border: none;
    width: 300px;
    height: 250px;
    margin-top: 20px;
    float: left;
}	
	
.question-answer-box-right {
    width: 97%;
    height: auto;
    float: left;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    padding-top: 5px;
    margin-bottom: 7px;
    box-shadow: 1px 2px 1px -1px rgba(185, 183, 183, 0.38);
    background-color: #fff;
	padding: 10px;
	margin: 10px;
}	
	
	
	
	.class-question-answer-box-inside {
    width: 360px;
    height: auto;
    float: left;
    margin-top: 6px;
    padding-right: 10px;
}
	
.available-common-inside {
    width: 430px;
    float: left;
}	
	
	.blueleft-row-signup {
    background-size: 101%;

}
	
	
	.group-box {
    width: 100%;
		

}
	
	.question-answer-box {
    width: 97%;
 
}
.question-answer-box-inside {
    width: 91%;
}	
	
		.intro-group-class-right-head {
    width: 150px;
    height: auto;
    float: left;
}
	
	.intro-inside-text {
    width: 100%;
    height: auto;
}
	
	
	.intro-group-class-left-head {
    border: none;
    width: 100%;
    height: auto;
    float: left;
    margin-right: 15px;
}

	.carousel-caption {
    right: 15% !important;
    left: 15% !important;
    margin-bottom: 100px;
}	
	
	.carousel-caption h2 {
    font-size: 55px !important;
}
	
.carousel-indicators li {
    margin-top: -621px;
}	
	
	
.learning-fun {
    width: 315px;

}	
	
.black-info2 {
    margin-left: 0px;
	width: 100%;
}	
	
	
	.convenient {
    width: 475px;

}
.collaborative {
 width: 475px;
}
	
.instructive {
     width: 475px;
}	
	
.star-app {
    width: 94%;
}	

.black-info-black2 {
    width: 208px;
}	
	
	.groupssessions {
    width: 100%;
}
	
.individualsessions {
    width: 100%;
}	
	
.bg-color h2 {
    margin-top: 79px;
}	

	
.navbar {
    margin-left: 373px;
}	
	
	
.login-checkout {
    border: none;
    width: 100%;
    float: left;
	margin-bottom: 20px;
}	
	

	
.login-check-out-line {
    width: 0px;
    height:0px;
    background-color: #E8E8E8;
    float: left;
    margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
	
	
	
	.progressbar-div {
    width: 400px;
    float: left;
    margin-left: 46px;
    margin-top: 46px;
}
	
	.valid-thru-field2 {
    border: none;
    width: 27%;
    float: left;
    margin-left: 20px;
    margin-left: 53px;
    margin-top: 16px;
}
	
.expir-sub {
    width: 26%;
}	
	
.text-field-box2-expiry {
    width: 32%;
}	
	

	
}



@media (max-width: 768px) { 

	
	
	
	
	
	.carousel-inner .button{
		bottom: 100px;
		
	}
	
	
	.support {
    width: 100%;
    margin-top: 0px;
}
	
.contact-text {
    margin-top: 17px;
    margin-bottom: 0px;
}	
	
	
	
	
	
.carousel-caption {
    right: 15% !important;
    left: 15% !important;
    margin-bottom: 100px;
}	
.carousel-caption h2 {
    font-size: 40px !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
	margin-bottom: 1.5rem;
}

	.carousel-caption h3 {
    font-size: 20px !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
	.blue-info-page5 {
    font-size: 18px;
}
	.bg-color-white h2 {
    font-size: 20px;
}
	
	.blue-info-page5-1 {
    width: 100%;
}
	
	
	
	
	
	
	.carousel img{
		height: 400px;
		margin-top: 10px;
		
	}
	
.carousel-indicators li {
    margin-top: -695px;
}	
		
	

.logo {
    display: block;
    width: 168px;
    float: left;
}

	
	.appstore {
    position: relative;
    z-index: 9999;
}
	
	
	
.navbar {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    float: right;
	   font-family: 'Noto Sans', sans-serif;
	font-size: 13px;
	font-weight: 700;
	margin-top: 30px;
	z-index: 999;
	padding: 0 10px;
margin-left: 178px;
	
}	
	
	
	.patient-green-divided2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
	
	
	.patient-green-divided {
    width: 100%;
    height: 422px;
    background-image: url(images/home-page-left.jpg);
    margin-top: 10px;
    background-size: cover;
	margin-left: 0px;	
}
	
	.sixboxes-div-head {
    font-family: 'Noto Sans', sans-serif;
    font-size: 38px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    padding-left: 20px;
    width: 100%;
    line-height: 33px;
    text-shadow: #000 1px 1px 0;
    margin-top: 240px;
}
	
.patient-green-box1 {
    width: 35%;
    height: auto;
 
    margin-right: 20px;
}	

.willing-to-learn {
    font-family: 'Noto Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-align: left;
    color: #fff;
}	
	
	.patient-green-box2 {
    width: 58%;
    height: auto;
	margin-top: 20px;

 
}
	.patient-green-box1 {
    width: 35%;
    height: auto;
    margin-right: 20px;
    margin-top: 50px;
}
	

.willing-to-learn-small-2 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
}	
	
	
.willing-box {
    width: 100%;
    height: auto;
margin-top: 25px;
margin-bottom: 21px;	
}	
	
	
.willing-box-small-1 {
    border: none;
    width: 100%;
    margin-top: 20px;
    float: left;
	height: auto;
	
	}
	
	.willing-box-small-2 {
    border: none;
    width: 100%;
		height: auto;
	
	}
	.willing-box-small-a {
    border: none;
    width: 100%;
		height: auto;
	
	}
	

	.willing-to-learn-text {
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
    font-size: 15px;
    text-align: center;
	}
	
	.willing-to-learn-text2 {
    font-family: 'Noto Sans', sans-serif;
    color: #fff;
    font-size: 15px;
    text-align: center;
	
	}
	
	
	.willing-to-learn-head {
    font-family: 'Noto Sans', sans-serif;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    width: 100%;
}
	
.app-section {
    border: none;
    width: 100%;
    margin-top: 19px;
    height: auto;
    background-color: #f8f7fc;
}	

	.app-section-content {
    width: 750px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
    padding-top: 20px;
}
	
	.app-text-head {
    margin-left: 10px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 22px;
    text-align: left;
    font-weight: 700;
    line-height: 40px;
    margin-top: 133px;
}
	
	
	.app-text {
    width: 389px;
    height: auto;
    margin-top: 30px;
    float: left;
}
	

	
	
.addexpert-block-without-shadow {
    width: 100%;
    height: auto;

}


.addexpert-block-without-shadow-right {
    width: 100%;
    height: auto;

}

	
.question-answer-box-right {
    width: 96%;
    width: 96%;
    height: auto;
    float: left;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    padding-top: 5px;
    margin-bottom: 7px;
    box-shadow: 1px 2px 1px -1px rgba(185, 183, 183, 0.38);
    background-color: #fff;
	padding: 10px;
	margin: 10px;
}
	
	

.class-question-answer-box-inside {
    width: 236px;
    height: auto;
    float: left;
    margin-top: 6px;
	padding-right: 10px;
}	
	

.available-common-inside {
    width: 307px;
	float: left;
}	
	
	
	
.demo-add2-next a {
    width: auto;
    border-radius: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 21px;
    padding-left: 21px;
    cursor: pointer;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #5fa200;
    text-decoration: none;
    background: #fff;
    border: 1px solid #fff;
	float: left;
}


    .demo-add2-next a:hover {
        background-color: #5fa200;
        color: #fff;
    }
	
	
		
	.intro-inside-text{
	width:100%;
	height: auto;
	
}

	
	
.intro-group-class-left-head{
	border:none;
	width:100%;
	height: auto;
	float: left;
	margin-right: 15px;
	
}
	
	.intro-group-class-right-head {
    width: 150px;
    height: auto;
    float: left;
}
	

.group-box{

	margin-bottom: 20px;
	height: 700px;

}	
	
	
	
.student-section2 {

    padding-bottom: 0px;
	}	
	
	
	.blueleft-row-signup {

    height: 0px;
}
	
	.question-answer-box-inside {
    width: 87%;
}	
	
	
	.intro-group-class-right-head {
    width: 150px;
    height: auto;
    float: left;
}
	
	.intro-inside-text {
    width: 100%;
    height: auto;
}
	
	
	.intro-group-class-left-head {
    border: none;
    width: 100%;
    height: auto;
    float: left;
    margin-right: 15px;
}
	
	.blog-content {
    width: 100%;
    float: left;
	height: auto;
	margin-top: 20px;
}
	
	.blog-pics img {
    width: 100%;
}
	
.blog-pics {
    width: 100%;
    float: left;
	height: auto;
}	
	



.intro-section2 h1 {
    font-size: 27px;

}

.terms-main-box {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.terms-box {
    border: none;
    width: 94%;
    height: auto;
    margin-top: 20px;
    float: left;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    margin-bottom: 20px;
	padding-bottom: 20px;
}
.contact {
    width: 100%;
}	
	
	
.blue-slim h2 {
    font-size: 48px;

}	
	
	
.black-info {
    width: 100%;
    margin-left: 0px;
}	
	
.black-info-black {
    width: 200px;
    margin-left: 28px;
    margin-right: 0px;
}	
	
.how-it-works {
    width: 100%;
}	
	
.how-it-works-text {
    font-size: 17px;

}	
	
.patient-green-divided2 h2 {
    font-size: 20px;

}	
.bg-color h2 {
    margin-top: 57px;
	font-size: 39px;
}	
.learning-fun {
    width: 353px;
}	
	
.learning-fun-divided2 h3 {
    font-size: 20px;

}	
	.learning-fun-text {
    font-size: 17px;
}
	
.black-info-black2 {
    width: 100%;
    margin-bottom: 20px;
}	
	
	.groupssessions {
    margin-top: 25px;

}
	.individualsessions {
    margin-top: 25px;

}
	
	.groupssessions h2 {
    font-size: 40px;
    margin-top: 105px;
}
	
	.individualsessions h2 {
    font-size: 40px;
    margin-top: 105px;
}
	
.convenient {
    width: 100%;
	height: 181px;
}	
	
.instructive {
      width: 100%;
	height: 181px;
}	
.collaborative {
      width: 100%;
	height: 181px;
}	
		
	
.star-div {
    width: 190px;
    float: left;
}	
	
	.star-app h2 {
    font-size: 21px;
 
}
	
.star-app {
    width: 73%;
}	
	
	
.star {
    font-size: 14px;
}
	
	
	.black-info-page2 {
    margin-left: 10px;
    margin-right: 10px;
	width:210px;
}
	
	
.class-bg h2 {
    font-size: 51px;
 
}	
	
.catch-bg h2 {
    font-size: 51px;
 
}		
	
	
	
	
.off {
    margin-left: 42px;
}	
	
.signupbutton-off a {
    width: 430px;	

	}
	
	.off-button {
    width: 100%;
}
	
	.price {
    min-height: 437px;
}
	
	
.bg-color-page3 {
    margin-top: 10px;
}	
	
	
.bg-color-page2 {
    margin-top: 10px;
}	
	
	.groupssessions-page4 h3 {
    font-size: 26px;
}
	
	.individualsessions-page4 h3 {
    font-size: 26px;
}
	
.groupssessions-page4 h2 {
    font-size: 45px;

}	
	.individualsessions-page4 h2 {
    font-size: 45px;
}	
	
	.try-screen-inside {
    width: 100%;
    margin-bottom: 20px;
}
	

	.try-screen-inside-signup {
    width: 100%;
    padding: 0px 10px 10px 10px;
    margin-top: 0px;
}
	
.dont-see-course {
    border: none;
    width: 100%;
}	
	
.price-div{
	
	min-height: 377px;
    width: 100%;
	float: left;

}
.price2-div{
	min-height: 377px;
    width: 100%;
	float: right;
}	
	
	
	.checkout-left {
    width: 100%;
    height: auto;
	margin-bottom: 0px;
}
	
	.progressbar-div {
    margin-left: 0px;
		width: 370px;
}
	
	
.checkout-rightt {
    border: none;
    width: 100%;
    float: right;
}	
	
.valid-thru-field2 {
    border: none;
    width: 27%;
    float: left;
    margin-left: 20px;
    margin-left: 59px;
    margin-top: 16px;
}
	
	
	.valid-thru-field {
    border: none;
    width: 27%;
    float: left;
    margin-top: 16px;
}
	
	
	
	.checkout-course-details {
    width: 100%;
}
	
	
.course-details-text-right-class-start {
    font-size: 11px;
}	
	

	.text-field-box2-name{
    border: none;
    width: 23%;
	float: left !important;
	margin-left: 20px;
	margin-top: 20px;
}
	
	
.text-field-box2-card {
    width: 43%;
}	

	.text-field-box2-name {
    width: 68%;
		margin-left: 0px;
}
	
	.text-field-box2-buy {
    width: 22%;
}
	
.text-field-box2-expiry {
    width: 51%;
}	
	
.valid-thru-field-saved {
    width: 7%;
}	
	
.payment-details-text {
    width: 40%;
}	
	
	
	
	
	
}







@media (max-width: 576px) { 
	
	
	.catch-bg h2 {

    font-size: 40px;

	}
	
	
	.terms-box {
    border: none;
    width: 92%;
    height: auto;
    margin-top: 20px;
    float: left;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
    margin-bottom: 20px;
	padding-bottom: 20px;
}
	
	
	.carousel-indicators{
		display: none;
	}
	
	
	.carousel-caption {
    right: 15% !important;
    left: 15% !important;
    margin-bottom: 100px;
}
	
	
	
	.carousel-inner .button{
    width: 276px;
    height: 45px;
	font-size: 20px;
		bottom: 100px;
		
	}
	
	
	.d-none {
    display: block !important;
}
	

.navbar {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    float: right;
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin-top: 30px;
    z-index: 999;
    padding: 0 10px;
   margin-left: 165px;
margin-top: 31px;
}

	
.appstore {
    width: 260px;
    float: right;
    margin-top: -4px;
    margin-right: -9px;
	margin-bottom: 7px;
}	
	
.how-it-works {
    border: none;
    width: 100%;
    height: 217px;
    margin-top: 5px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    margin-left: 10px;
    margin-right: 10px;
	margin-bottom: 10px;
}
	
	.patient-green-divided {
    width: 100%;
    height: 422px;
    background-image: url(images/home-page-left.jpg);
    margin-top: 10px;
    background-size: cover;
    margin-right: 10px;
    margin-left: 10px;
}
	
	
	.patient-green-box1 {
    width: 100%;
}
	
	
.patient-green-box2 {
    width: 100%;
    height: auto;
    margin-top: -12px;
    padding-left: 20px;
}	
	
	
.willing-box {
    width: 100%;
    height: auto;
    margin-top: 19px;
    margin-bottom: 27px;
}	

.how-it-works-text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14.75px;
    text-align: center;
    color: #6f6f6f;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
	width:100%;
}	
	
.how-it-works-head {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #6f6f6f;
    width: 100%;
    margin-top: 10px;
}	
	
	.blueleft-row {
    background-repeat: no-repeat;
    background-image: url(images/blue-left.svg);
    padding-top: 50px;
    width: 100%;
    background-size: 100%;
    background-position: bottom;
    margin-bottom: -1px;
}
	
	.testi-head {
    font-family: 'Noto Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #feb72b;
    width: 100%;
}
	
	
	.testi-head-blue {
    font-family: 'Noto Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #2ea9ed;
    width: 100%;

}
	
	.willing-to-learn-head {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    width: 100%;
}
	
	
	.willing-to-learn {
    font-family: 'Noto Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-align: left;
    color: #fff;
    margin-top: 15px;
}
	
.app-section-content {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
    padding-top: 20px;
}	
	.app-section {
    border: none;
    width: 100%;
    margin-top: 19px;
    height: auto;
    background-color: #f8f7fc;
}
	
	.app-text {
    width: 100%;
    height: auto;
    margin-top: 0px;
}
	
	.app-pics {
    width: 320px;
    height: auto;
    margin-left: auto;
	margin-right: auto;
}
	
	.app-text-head {
    margin-left: 10px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    text-align: left;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
		line-height: 24px;
		margin-top: 10px;
}
	
	.appstore-btm {
    width: 250px;
    margin-left: 27px;

}
	
	.bottom-link {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

	.main-bottom li{
		width: 100%;
	
	}
	


	
	
	
	
	.login a {
  
    margin-top: 66px;
}
	
	.skip-info {
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 25px;
    color: #fff;
}
	
	
	.intro-inside-text{
	width:100%;
	height: auto;
	
}

		.question-answer-box-inside {
    width: 83%;
}	
		
	
		
.blog-box-big h1 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 25px;
    text-align: left;
    color: #2ea9ed;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}	
	
	.patient-green-divided2 h2 {
    font-size: 20px;
}
	
	
	.patient-green-box2 h1 {
    font-size: 26px;

}
.willing-box h2 {
    font-size: 20px;

}	
	
.slick-div h1 {
    font-size: 24px;
}	
	
	
.slick-div2 h1 {
    font-size: 24px;
}	
	
.app-section h1 {
    margin-left: 10px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 22px;
line-height: 26px;
margin-top: 0px;
	margin-left: 28px;
}
	
	
	.student-section2 h1 {
    font-size: 20px;
		line-height: 22px;
}
	
	
	.blue-slim h2 {
    font-size: 35px;
}
	
	
.black-info-black h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}	
	
.black-info-black h3 {
    text-align: center;
	 margin-left: auto;
    margin-right: auto;

}	
	
.black-info-black {
    width: 100%;
}	

.bg-line {
 margin-left: auto;
    margin-right: auto;
	float: none;
	margin-bottom: 20px;
}	
	
	
	.slick-div h1 {
    margin-top: 20px;
}
	
.signupbutton a {
    width: 100%;
}	
	
.bg-color h2 {
    margin-top: 48px;
    font-size: 29px;
}	
	
	.learning-fun {
    width: 100%;
		margin-bottom: 10px;
}
	
.groupssessions {
    width: 100%;
}	
	
.individualsessions {
    width: 100%;
	margin-top: 0px;
}	

.star-app {
    width: 100%;
}
	
.star-app h2 {
    width: 100%;
    text-align: center;
}	
	
.star-div {
    width: 100%;
    float: none;
    justify-content: center;
    display: flex;
}	
	
	
	
.appstore-btm {
 margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
}	

.bg-color-page2 h1 {
    font-size: 42px;
}	
	
.blue-info {
    width: 100%;
	margin-top: 0px;
}
	
	
.blue-info-survey {
    width: 100%;
    justify-content: center;
}	
	
.black-info-page2 {
    width: 100%;
}	

.black-info-page2 h2 {
    margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
}	
	
.black-info-page2 h3 {
      margin-left: auto;
    margin-right: auto;
}	
.signupbutton-orange a {
    width: 100%;	
	
	}
	.off {
    border: none;
    width: 160px;
    height: 160px;
    margin-top: 25px;
    float: left;
    margin-left: 182px;
}
	
.off-button {
    width: 100%;
}	
	
.signupbutton-off a {
    width: 92%;
    margin-left: 20px;
    margin-right: 20px;
}	
	
	
.price2 {
    width: 100%;
	margin-top: 0px;
}	
	
	
.price {
    width: 100%;
	margin-top: 20px;
}	
		
.groupssessions-page4 {
    width: 100%;
margin-top: 0px;
}	
	
.individualsessions-page4 {
    width: 100%;
	margin-top: 0px;
}	

	
.groupssessions-page4 h3 {
    font-size: 34px;
}	
	
.groupssessions-page4 h2 {
    font-size: 54px;
}	
	.individualsessions-page4 h3 {
    font-size: 34px;

}
	
	.individualsessions-page4 h2 {
    font-size: 54px;
}
	
.carousel-caption h2 {
    font-size: 45px !important;
}	
	
.bg-white-info {
    width: 100%;
}
	
.bg-white-info2 {
    width: 100%;
}	
	
.bg-color-white h2 {
    width: 100%;
    margin-top: 0px;
}	
	
	
.price-page5 {
    min-height: 377px;
    width: 100%;
}	
	
.price2-page5 {
    min-height: 377px;
    width: 100%;
}	
	
.learning-fun-divided2 {
    margin-top: 0px;
    margin-bottom: 20px;
}
	
.buy a {
    width: 60%;
}	
	
.signupbutton-orange a {
padding-right: 20px;
padding-left: 20px	
	
}
	
.progressbar-div {
    width: 100%;
    float: left;
    margin-left: auto;
	margin-right: auto;
    margin-top: 16px;
}	
	
	
.right-profile {
    width: 100%;
		justify-content: center;
display: grid;
}	
	
	.profile-checkout-name {
    text-align: center;

}
	
	
	.profile-img-checkout {
    float: none;
    margin-top: 5px;
    border-radius: 100px;
    text-align: center;
}
	
.log-out a {
    text-align: center;

}	
	
.buy3 a {
    width: 50%;
}	
	
.valid-thru-field {
    width: 17%;

}	

.valid-thru-field2 {
    border: none;
    width: 27%;
    float: left;
    margin-left: 20px;
    margin-left: 47px;
    margin-top: 16px;
}	
	
.course-search-bg2 {
    width: 100%;
	margin-bottom: 10px;
}	
	
	.apply a {
    width: 13%;
    margin-top: 10px;
		float: left;
}
	
.course-details-text {
    width: 100%;

}	
	
	.course-details-text-right {
    width: 100%;

}
	
	.course-details-text-right-name {
    text-align: left;
}
	
.course-details-text-right-amount {
    text-align: left;
}	
	
	.course-details-text-right-class-start {
    text-align: left;
}
	.course-details-text-right-ratings {
    text-align: left;
}

	
	.enroll a {
    width: 35%;
    float: left;
}
	
.text-field-box2-card {
    width: 38%;
}	

	
.text-field-box2-expiry {
    width: 51%;
}	
	
.text-field-box2-name {
    width: 63%;
    margin-left: 0px;
}	
	
.expir-sub {
    width: 25%;
}	
	
.valid-thru-field-saved {
    width: 10%;
}	
		
.payment-details-text {
    width: 60%;
}	
	
	
.check-out h1 {
    font-size: 20px;
}	
	
	
	
}


@media (max-width: 440px) { 

	.question-answer-box-inside {
    width: 73%;
}
		
	
.login-popup {
    width: 355px;

	
}
	
	
	.terms-box {
		width: 88%;
    height: auto;


}
.contact-text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    text-align: left;
    color: #000;
    float: left;
    margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}	
	
	.support {
    width: 100%;
	margin-top: 0px;
}
	
	.support-link a {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    text-align: left;
    color: #2ea9ed;
    margin-top: 0px;
    float: left;
    margin-right: 10px;
}
	

.logo2 {
    float: left;
    width: 207px;
    margin-left: 10px;
}
	
.question-answer-box {
    width: 92%;
}	

	.question-answer-box-right {
    width: 92%;

}

	
	.patient-green-divided h1 {
    margin-top: 200px;
}
	
.login-popup {
    width: 338px;
}	
	
.social-icons {
    margin-top: -25px;
}	
	

	
.groupssessions h3 {
    padding-left: 10px;
    padding-right: 10px;
}

	
	.individualsessions h3 {
     padding-left: 10px;
    padding-right: 10px
}
	
	
	
	.appstore-btm {
    margin-bottom: 100px;
}
	.bg-color h2 {
    margin-top: 21px;
    font-size: 25px;
}
	
	.star-app {
    margin-top: 10px;
}
.learning-fun {
  margin-left: 10px;
	margin-right: 10px;
}	

	
	.convenient {
    margin-left: 10px;
	margin-right: 10px
}
	.instructive {
     margin-left: 10px;
	margin-right: 10px
}
	
	.collaborative {
    margin-left: 10px;
	margin-right: 10px
}
	

	.signupbutton-off a {
    font-size: 17px;
 
}
	
	
	.signupbutton a {
    font-size: 17px;
 
}
		
	.off {
    border: none;
    width: 160px;
    height: 160px;
    margin-top: 25px;
    float: none;
    margin-left: auto;
		margin-right: auto;
}
	
	
	.bg-color-page3 h1 {
    font-size: 32px;
 
}
	
	.bg-color-page2 h1 {
    font-size: 32px;
 
}
	.bg-color-page3 h2 {
    font-size: 14px;

}	
	.bg-color-page2 h2 {

    font-size: 14px;
 
}
	.carousel-caption h2 {
    font-size: 28px !important;
}
	
	.groupssessions-page4 h3 {
    font-size: 24px;
		margin-top: 120px;
}
	
.individualsessions-page4 h3 {
 font-size: 24px;
		margin-top: 120px;
}
	
.social-icons {
    width: 125px;
    height: auto;
    float: right;
    margin-right: 16px;
    margin-top: -25px;
}	
	
	.navbar {
    margin-left: -23px;
    margin-top: 82px;
}
	
	.groupssessions h2 {
    margin-top: 55px;
}
	
.individualsessions h2 {
    margin-top: 55px;
}	

.valid-thru-field {
    width: 34%;

}	

.valid-thru-field2 {
    border: none;
    width: 27%;
    float: left;
    margin-left: 20px;
    margin-left: 20px;
    margin-top: 16px;
}	
	
.course-search-bg {
    width: 100%;
    margin-bottom: 10px;
}	
	
.filter-search a {
    width: 22%;
}	
	
	
.filter a {
    width: 22%;
}	
	
.apply a {
    width: 22%;
}	
	
.text-field-box2-expiry {
    width: 94%;
	margin-left: 0px;
}	
	.text-field-box2-card {
    width: 87%;
}
	.expir-sub {
    width: 26%;
}
.text-field-box2-buy {
    width: 32%;
}
	
.text-field-box2-name {
    width: 49%;
    margin-left: 0px;
}	
	
	.valid-thru-field-saved {
    width: 12%;
}
	
.payment-details-text {
    width: 70%;
}
	
	
	
	
	
	
	
}

@media (max-width: 375px) { 
	
	
.stripe {
    float: left;
    width: 100%;
    height: 30px;
    margin-right: 30px;
}	
	
	.valid-thru-field {
    border: none;
    width: 30%;
    float: left;
    margin-top: 16px;
}
	

	
	
	
.valid-thru-field2 {
    border: none;
    width: 30%;
    float: left;
    margin-left: 20px;
    margin-left: 12px;
    margin-top: 16px;
}	
	
	.payment-details-text {
    width: 60%;
	font-size: 18px;
}
	
	
.check-out-skip a {
    margin-top: 16px;
}	
	
	
	
	
	
}