/* Commomn styles */
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
a {
	color: #000000;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	color:#757575;
}
a, a:visited, a:hover, a:active {
	text-decoration: none;
	color: inherit;
	outline: none;
	font-size: inherit;
}
img {
	max-width: 100%;
}
.col-1by5 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.pad-none {
	padding-left: 0px;
	padding-right: 0px;
}
.pad-left-none {
	padding-left: 0;
}
.pad-right-none {
	padding-right: 0;
}
.pad-5-row {
	margin-left: -2.5px;
	margin-right: -2.5px;
}
.pad-5-row > div {
	padding-left: 2.5px;
	padding-right: 2.5px;
}
.white-bg {
	background: #fff;
}
.head_tag_1 {
	margin-bottom: 30px;
}
.head_tag_4 {
	font-size: 16px;
	color: #333333;
	margin: 10px 0;
}
p {
	font-weight: 300;
	font-size: 18px;
	color: #757575;
	line-height: 24px;
	margin-bottom: 25px;
}
p.alt {
	font-weight: 400;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 20px;
}
.gold {
	color: #e0bc75 !important;
}
.btn-gold {/*
	color: #e0bc75 !important;
	background: none !important;
	border-color:#e0bc75 !important;*/
	color: #fff !important;
	background: none !important;
	border-color: #c5953b !important;
	padding: 10px 25px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn-new {
	padding: 8px 16px;
	border: 3px solid #C90 !important;
	background: none !important;
	display: inline-block !important;
	color: #fff !important;
	border-radius: 30px !important;
	font-size: 20px !important;
	min-width: 250px;
	cursor: pointer !important;
}
.btn-new:hover, .btn-new:active, .btn-new:focus {
	background: #C90 !important;
}
.btn-gold:hover, .btn-gold:active, .btn-gold:focus {
	background: #e0bc75 !important;
	color: #fff !important;
	border: none !important;
}
/*  Commomn styles end */

/* header styles start */
header {
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	background: none;
	z-index:99999;


}
header.darkHeader {
	background: rgba(211,211,211,0.6);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.left-menu-icn {
	float: right;
	min-width: 115px;
	height: auto;
	color: #202121;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 10px 0;
}
.left-menu-icn img {
	height: 49px;
}
.left-menu-icn span {
	font-size: 16px;
	margin-left: 3px;
}
.logo-header, .logo-header:hover, .logo-header:focus, .logo-header:active {
	display: block;
	position: absolute;
	top: 50%;
	left: 65px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	line-height: normal;
	font-size: 24px;
	color: #e0bc75;
}
/*  .logo-header
{
	position: static;
	display: block;
	float: left;
	line-height: normal;
	font-size: 24px;
	color: #e0bc75;
}
for left logo
*/
.left-menu-icn.active {
	text-align: right;
	min-width: 0;
}
.left-menu-icn .close-icn, .left-menu-icn.active .menu-icn, .left-menu-icn.active span {
	display: none;
}
.left-menu-icn.active .close-icn {
	display: inline-block;
}
.social-share {
	padding: 0;
	margin: 0;
	text-align: center;
}
.social-share li {
	padding: 0;
	float: none;
	display: inline-block;
	list-style: none;
	margin: 0px 11px;
}
.social-share li a, .social-share li a:hover {
	font-size: 24px;
}
.social-share li a:hover {
	background: none;
}
/*  header styles end  */
/* banner style */
.home-banner {
	/*	height: 100vh;*/
	max-width: 100%;
	overflow: hidden;
}
.home-banner .item > img {
	/*	max-height: 100vh;
	width: auto;
	min-width: 100%*/
	width: 100%;
	height: auto;
	background-size: cover;
}
.home-banner .item:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';/*	background: rgba(0,0,0,0.5);*/
}
.carousel-caption {
	left: 0;
	right: 0;
	bottom: 40%;
	text-align: center;
}
.banner-head {
	font-family: 'Roboto';
	font-size: 85px;
	font-style: normal;
	font-weight: 100;
	letter-spacing: 7px;
	/*font-family: 'Courgette', cursive;*/

	text-transform: uppercase;
}
.banner-head h3 {
	font-family: 'Roboto';
	font-size: 100px;
	font-style: normal;
	font-weight: 100;
	letter-spacing: 7px;
}
.banner-head span {
}
.banner-para {
	font-size: 30px;
	color: #fff;
}
.carousel-caption a.btn {
	margin: 0 15px;
}
.scroll-to-bottom, .scroll-to-bottom:hover, .scroll-to-bottom:focus, .scroll-to-bottom:active {
	display: block;
	position: absolute;
	bottom: 35%;
	left: 49.5%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 23px;
	line-height: normal;
	font-size: 43px;
	color: #e0bc75 !important;
	opacity: 0.5;
}
/* banner section style end */
/* home welcome style start*/
#banner-end {
	margin-top: -69px;
}
.home-welcome {
	margin: 40px 0 30px 0;
	text-align: center;
}
.home-welcome .head_tag_1 {
	margin: 0 0 15px 0;
}
.home-welcome p {
	margin-bottom: 10px;
}
/* home welcome style end*/

/* home benefits style start*/
.home-benefits {
	margin: 0px 0 40px 0;
	position: relative;
	background: #333333;
}
.home-benefits-tab-line {
	top: 64px;
	position: absolute;
	left: 0;
	right: 0;
	border-bottom: 1px solid #F1F1F3;
}
.home-benefits .nav-tabs.nav-justified a {
	border-bottom-color: transparent;
	font-size: 25px;
	color: #B5BDCA;
	text-transform: uppercase;
}
.home-benefits .nav-tabs.nav-justified a span {
	width: 100%;
	display: none;
	height: 2px;
	background: #333;
	margin-top: 5px;
}
.home-benefits .nav-tabs.nav-justified li {
	/*	padding: 0px 5px;*/
}
.home-benefits .nav-tabs.nav-justified > .active a.btn-gold {
	border-color: #e0bc75 !important;
	background: #e0bc75 !important;
	color: #fff !important;
}
.home-benefits .nav-tabs.nav-justified > .active > a {
	border-color: transparent;
	outline: none;
	color: #000;
	background: none;
}
.home-benefits .nav-tabs.nav-justified > .active > a span {
	display: block;
}
.home-benefits .nav-tabs.nav-justified a:hover {
	background: none;
	border-color: transparent;
	color: #000;
}
.home-benefits a:hover, .home-benefits a:focus, .home-benefits a:active {
	outline: none;
}
.benefit-box {
	padding: 12px 0;
	/*box-shadow: 0px 0px 10px 5px #F8F8FA;*/
	text-align: center;
	position: relative;
}
a:not(.collapsed) .benefit-box:after {
	position: absolute;
	bottom: 0px;
	content: '';
	width: 0;
	height: 0;
	vertical-align: middle;
	border-color: #c5953b;
	border-top: 20px dashed #c5953b;
	border-top: 20px solid\9 #c5953b;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	left: 50%;
	margin-left: -20px;
}
.benefit-box img {
	/*	max-width: 76px;*/
	max-width: 90px;
	margin-bottom: 15px;
}
.benefit-box .head_tag_4 {
	font-size: 18px;
	font-weight: 500;
}
a[data-customtoggle="collapse"] {
	text-decoration: none !important;
}
.home-benefit-content-container {
	background: #fff;
	width: 100%;
	float: left;
	padding: 47px 0;
}
.home-benefit-content {
	/*padding-top: 45px;*/
	padding: 45px 25px;
	background: #fff;
	color: #000;
}
.home-benefit-content p {
	/*padding-top: 45px;*/

	color: #000;
	font-size: 25px;
	line-height: normal;
	/*	border:2px solid #ccc;*/
	padding: 10px 15px;
}
.home-benefit-content-container img {
	max-height: 210px;
}
.collapse-group {
	position: relative;
	height: 304px;
	overflow: hidden;
}
.collapse-group .panel-collapse {
	position: absolute;
	top: 0;
	left: 5%;
	right: 0;
	width: 90%;
}
/* home benefits style end*/

/* footer styles start */
footer {
	/*background: #333333;*/
	background: #f2f2f2;
	padding: 15px 0;
	color:#757575 !important;
}
.footer-links {
	margin: 0;
	padding: 0;
	text-align: center;
	float: right;
}
.footer-links li {
	display: inline-block;
	margin: 0 15px;
}
.footer-links li a {
	/*color: #fff;*/
	color: #999;
	font-size: 18px;
}
.footer-links li:hover a {
	color: #e0bc75;
}
footer p {
	color: #fff;
	margin-bottom: 0;
	text-align: center;
	font-size: 14px;/*float: right;*/
}
/*  footer styles end  */




/*gokul*/

.e-mail {
	color: #222222 !important;
	height: 35px !important;
	text-decoration: none !important;
	padding: 10px 18px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	max-width: 200px;
	min-width: 100px;
	border-radius: 0px !important;
	line-height: 14px !important;
	color: #e0bc75 !important;
	text-transform: uppercase !important;
	border: 2px solid #e0bc75 !important;
}
.additional-style{
	max-width: 224px !important;
	min-width: 100px;
}

.e-mail-box {
	min-height: 300px !important;
	text-align:left !important;

}
.padding-issue {
	text-align: left !important;
}
.radio-btn {
	float: left;
}
.awesome-form .list-section select {
	padding: 8px 0px;
}
.radio-btn .checkbox label, .radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
	color: #222222;
}
.serach-cart-container form .form-control {
	color: #222222;
	font-style: normal;
	background: none;
	font-size: 14px;
	font-weight: 400;
	height: 36px;
	border-radius: 0px;
}
.form-control:focus {
	border-color: #ccc;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.serach-cart-container .input-group-addon:last-child {
	border-left: 0;
	border-radius: 0px;
	height: 36px;
	font-size: 12px;
	padding: 0px;
	color: #222222;
	background-color: transparent;
}
.serach-cart-container button {
	border: none;
	background: rgba(0, 0, 0, 0.0001);
	color: #c5953b;
	font-size: 14px;
}
.all-not-ications .checkbox, .radio {
	position: relative;
	display: block;
	margin-bottom: 0px;

}
.preview-box {
	margin-top: 30px;
}
.preview-box-heading {
	text-align: center;
}
.form-group input[type="checkbox"] {
	display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span {
	width: 20px;
}
.form-group input[type="checkbox"] + .btn-group > label span:first-child {
	display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
	display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
	display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
	display: none;
}
.btn-danger {
	color: #fff;
	background-color: transparent;
	border-color: #c5953b;
}
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
	color: #757575;
	background-color: transparent;
	border-color: #c5953b;
	-webkit-box-shadow: none !important;
	box-shadow: none;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: transparent;
	border-color: #c5953b;
}
.padding-issue .form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
	display: inline-block;
	color: #c5953b;
}
.btn-danger:hover {
	color: #fff;
	background-color: #fff;
	border-color: #c5953b;
}
.all-not-ications .fa {
	color: #c5953b;
	padding-right: 18px;
	padding-left: 5px;
}
.new-reg-form-bg {
	margin-top: 30px !important;
}
.reg-form-bg .checkbox, .radio {
	position: relative;
	/*	display: block;*/
	margin-bottom: 0px;
	margin-top: 2px;
	color:#757575;
}
.styling-btn {
	min-height: 100px !important;
}
.message-sendig textarea.form-control {
	height:350px;
	background-color: transparent;
	border: 1px solid #c5953b;
	border-radius: 0px;
	color:#999999;
	font-family: "Georgia", "Cambria", "Times New Roman", "Times", serif;
	font-style: italic;
	font-size:16px;
}
.mail-composer{
	padding-left: 15px;
	font-size:26px;
	color: #c5953b !important;
	cursor:pointer !important;
}



.message-sendig .awesome-form input[type="text"], input[type="email"], input[type="number"], input[type="select"], textarea {
	border: none;
	border-bottom: solid 1px #c5953b !important;
}
.styling-check-box:not(:checked), .styling-check-box:checked {
	position: absolute;
	left: -9999px;
}
.styling-check-box:not(:checked) + label, .styling-check-box:checked + label {
	position: relative;
	padding-left: 1.95em;
	cursor: pointer;
}
/* checkbox aspect */
.styling-check-box:not(:checked) + label::before, .styling-check-box:checked + label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1.25em;
	height: 1.25em;
	border: 1px solid #c5953b;
	background: none;
	border-radius: 4px;
	box-shadow: none;
}
.styling-check-box:not(:checked) + label::before, .styling-check-box:checked + label:hover::before {
	border: 1px solid #c5953b !important;
}
/* checked mark aspect */
.styling-check-box:not(:checked) + label::after, .styling-check-box:checked + label::after {
	content: '✔';
	position: absolute;
	top: 6px;
	left: 5px;
	font-size: 12px;
	line-height: 0.8;
	color: #c5953b;
	transition: all .2s;
}
/* checked mark aspect changes */
.styling-check-box:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.styling-check-box:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
/* disabled checkbox */
.styling-check-box:disabled:not(:checked) + label:before, .styling-check-box:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}
.styling-check-box:disabled:checked + label:after {
	color: #999;
}
.styling-check-box:disabled + label {
	color: #aaa;
}
/* accessibility */
.styling-check-box:checked:focus + label::before, .styling-check-box:focus:not(:checked) + label::before {
	border: 1px solid #c5953b;
}
/* hover style just for information */
label:hover:before {
	border: 2px solid #4778d9!important;
}

.date-section {
	float: right;
	color:#757575 !important;
}

.center-content-section{
	float:right;
	color:#757575 !important;
}

.outer-line{
	border-bottom: 1px solid #fff !important;
	padding-bottom: 8px !important;
}









.list-image-icon{
	padding-right:15px;
}

.hamburger{
	margin-top:20px;
}



.leasson-report-page-border{
	line-height: 35px;
	border-top: transparent !important;
	border: 1px solid #e0bc75 !important;
}


.atendence-learning {
	text-align:center;
}

.atendence-learning h2 {
	font-size: 25px;

	margin-top: 0px;
	color: #757575;

}
.leasson-tpaagree{
	font-size: 16px !important;

	margin: 0px !important;
	color: #757575;
	text-align:center;
	/*display:block;
    padding-left:32%;*/
}

.leasson-tpaagree p {
	text-align:left;
	margin-left:40px;
	font-size:16px;
}


.leasson-tpaagree .checkbox {
	display:inline !important;
	vertical-align:top;
	margin-right:15px;
	font-weight:300;
	font-size:16px;
}

.learning-new-hed{
	text-align:center !important;
}
.profile-heading .date-tag{
	text-align:left;
	float:left;
}

.tpaagree-new-leasson{
	width: auto !important;

}

.tpaagree-new-leasson .new-text-style {
	text-align: left !important;
	display:block;
	padding-left:30px;
	font-size:16px !important;
	color:#757575 !important;
}


.tic-section  {
	text-align:center;
}
.tic-section h2 {
	font-size: 16px;
	color: #757575;


}
.tpaagree-new-leasson .assessment{
	font-size:14px !important;
}
.text-demo {
	border: 1px solid #e0bb76;
	min-height: 420px;
	overflow: scroll;
	padding: 20px;
	margin-top: 25px;
}

.margin-correcting{
	min-height: 257px;
}


.due-date {
	margin:20px 5px;
}
.due-date p{
	margin-bottom:10px;
	margin-top:26px;
}



.due-date span{
	background-color: #fff;
	font-size: 15px;
	border: 1px solid #c5953b;
	color:#c5953b;
}

.atendence-learning h3 {
	text-align: center;
	font-size: 18px;
	color: #757575;
	margin-top: 0pc;
	background-color: #fff;
	padding: 4px 0px;
}

#attendance .awesome-form .input-group input {
	border-bottom: solid 1px #c5953b !important;
}

.atendence-learning h2 {
	margin-bottom:20px;
}

.text-demo-new{
	border: 1px solid #e0bb76;
	min-height: 150px;
	overflow: scroll;
	padding: 0px;
}

.signal-image{
	float: right;
	width: 29px;
}

/*gokul*/



/* media Query */

/* Define mobile styles */
@media (max-width: 767px) {
	.col-1by5 {
		width: 100%;
	}
	.pad-none {
		padding-left: 15px;
		padding-right: 15px;
	}
	.pad-left-none {
		padding-left: 15px;
	}
	.pad-right-none {
		padding-right: 15px;
	}
}


/* tablet screens */
@media (min-width: 768px) and (max-width: 991px) {
	.col-1by5 {
		width: 50%;
	}
}
/* medium desktop screens */
@media (min-width: 992px) and (max-width: 1199px) {
	.col-1by5 {
		width: 20%;
	}
}
/* Large screens*/
@media (min-width: 1200px) {
	.col-1by5 {
		width: 20%;
	}
	.container {
		width: 1200px;
	}
}
/*custom screen media */
@media (max-width: 359px) {
}
/*---- Naveen - 04-04-2017 ----*/

.flist-title {
	font-size: 14px;
}
.footer-list {
	list-style: none;
	padding: 0;
	margin-bottom: 25px;
}
.footer-list li {
	display: block;
	pointer-events: auto;
	margin-bottom: 6px;
}
.footer-list li a {
	color: #555;
	text-decoration: none;
}
.footer-bottom {
	border-top: 1px solid #d6d6d6;
	color: #888;
	padding: 15px 0px;
	float: left;
	width: 100%;
}
.fbottom-top {
	border-bottom: 1px solid #d6d6d6;
	text-align: left;
	color: #4c4c4c;
	padding-bottom: 15px;
}
.fbottom-top a {
	text-decoration: none;
	color: #e0bc75;
	font-size: 12px;
	text-align: left;
}
.fbottom-top p {
	text-decoration: none;
	color: #4c4c4c;
	font-size: 12px;
	text-align: left;
	display: inline;
}
.tabpadding {
	padding: 10px 0px;
	padding-bottom: 30px;/* background:#333333;*/
}
.tab-title-active {
	background: #e0bc75;
	padding: 6px 10px;
	display: inline;
}
.collapsed .benefit-box img {
	border: none
}
.benefit-box img, .benefit-box img:hover {
	border: 2px solid #e0bc75;
	border-radius: 50%;
}
.collapsed .benefit-box .head_tag_4 {
	font-size: 16px;
	font-weight: 300;
}
.tab-ul {
	width: 65% !important;
	margin: 0 auto !important;
}
.nopad {
	padding: 0px;
}
.padtop3p {
	padding-top: 3%;
}
.home-text-carousel {
	padding: 40px 0px;
	color:#757575;
}


.home-text-carousel .carousel-indicators li {
	background:#757575 !important;
}
.home-text-carousel .carousel-indicators .active {
	background:#e0bb76 !important;
}


.ca-nav {
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 28px;
}
.carousel-indicators {
	bottom: -24px;
}
.tut-par-slider {
	padding-top: 55px;
	padding-bottom: 10px;
	background: #fff;
}
.tut-par-nav {
	background: #960;
}
.tut-nav {
	width: 40px;
	height: 40px;
	background: #e0bc75;
	position: absolute;
}
.tut-nav-pos {
	/* margin-top:23%;*/
}
.ftsl {
	font-size: 24px;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 15px;
	display: inline;
	width: auto;
	line-height: 3;
	letter-spacing: 2px;
}
.ftsl:hover, .ftsl:focus {
	border: 3px solid #ccc;
	border-radius: 25px;
	padding: 8px 20px;
	display: inline;
}
.tu-left {
	margin-left: -72%;
}
.tu-right {
	margin-left: 50%;
}
.ico-pad {
	padding-right: 25px;
}
.about-title {
	color: #757575;
	font-size: 40px;
	text-shadow: none!important;
	text-align: center !important;
	line-height: normal;
}
.about-caption {
	padding-top: 12%;
	color: #fff;
	text-align: center !important;
	z-index: 9999;
	top: 25%;
	left: 0;
	right: 0;
}



.login-bg .about-caption {
	padding-top: 28%;
	color: #fff;
	text-align: center !important;
	z-index: 9999;
	top: 25%;
	left: 0;
	right: 0;
}


.login-bg3 .about-caption {
	padding-top: 26%;
	color: #fff;
	text-align: center !important;
	z-index: 9999;
	top: 25%;
	left: 0;
	right: 0;
}


.login-bg4 .about-caption {
	padding-top: 26%;
	color: #fff;
	text-align: center !important;
	z-index: 9999;
	top: 25%;
	left: 0;
	right: 0;
}



.login-bg5 .about-caption {
	padding-top: 24%;
	color: #fff;
	text-align: center !important;
	z-index: 9999;
	top: 25%;
	left: 0;
	right: 0;
}



.login-bg6 .about-caption {
	padding-top: 21%;
	color: #fff;
	text-align: center !important;
	z-index: 9999;
	top: 25%;
	left: 0;
	right: 0;
}






.login-demo  {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;

	color: #fff;
	background-color: #e0bb76;
	border-color: #d1ac66;

}

.login-demo:hover  {

	color: #fff;
	background-color: #c5953b;
	background-color: #c5953b;


}


.login-bg .login-body {
	margin-top:7%;
}

.login-bg #myModal .login-body {
	margin-top:10%;
}



.login-bg3 .login-body {
	margin-top:7%;
}

.login-bg3 #myModal .login-body {
	margin-top:10%;
}



.login-bg4 .login-body {
	margin-top:7%;
}

.login-bg4 #myModal .login-body {
	margin-top:10%;
}




.login-bg5 .login-body {
	margin-top:7%;
}

.login-bg5 #myModal .login-body {
	margin-top:10%;
}



.login-bg6 .login-body {
	margin-top:7%;
}

.login-bg6 #myModal .login-body {
	margin-top:10%;
}





/*---- Naveen - 04-04-2017 ----*/



/*----timeline---*/




.time-line-sec {
	padding-top: 15px;
	padding-bottom: 55px;
	/*background-image: url(../img/time-bg.jpg);
	background-size:cover;*/
	background: #e0bc75;
	width: 100%;
	height: auto;
}
.time-line-secB {
	padding: 55px 0px;
	background-image: url(../img/time-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: auto;
}
.time-line-secC {
	padding: 55px 0px;
	background-image: url(../img/time-bg2.jpg);
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: auto;
}
.bhead {
	color: #757575 !important;
}
.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
	color:#757575 !important;
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eeeeee;
	left: 50%;
	margin-left: -1.5px;
}
.timeline > li {
	margin-bottom: 20px;
	position: relative;
}
.timeline > li:before,  .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before,  .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
	width: 44%;
	float: left;
	border: 1px solid #fff;
	border-radius: 2px;
	padding: 20px;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}
.timeline > li > .timeline-panel:nth-child(odd) {
	float: left;
	width: 45%;
	clear: both;
}
.timeline > li > .timeline-badge {
	color: #fff;
	width: 70px;
	height: 70px;
	line-height: 50px;
	font-size: 2em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 49.3%;
	margin-left: -25px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline-badge.primary {
	background-color: #2e6da4 !important;
}
.timeline-badge.success {
	background-color: #3f903f !important;
}
.timeline-badge.warning {
	background-color: #f0ad4e !important;
}
.timeline-badge.danger {
	background-color: #d9534f !important;
}
.timeline-badge.info {
	background-color: #45d4fd !important;
}
.timeline-badge.info:hover {
	background-color: #49a2e0 !important;
}
.time-link.timeline-badge.info {
	text-decoration: none !important;
}
.timeline-title {
	margin-top: 0;
	color: inherit;
}
.timeline-body > p, .timeline-body > ul {
	margin-bottom: 0;
}
.timeline-body ul {
	padding-left: 15px;
	list-style: circle;
}
.timeline-body ul li {
	line-height: 28px;
	font-size: 16px;
}
.timeline-body > p + p {
	margin-top: 5px;
}
.glh {
	line-height: 2.5 !important;
}
@media (max-width: 767px) {
	ul.timeline:before {
		left: 40px;
	}
	ul.timeline > li > .timeline-panel {
		width: calc(100% - 90px);
		width: -moz-calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
	}
	ul.timeline > li > .timeline-badge {
		left: 15px;
		margin-left: 0;
		top: 16px;
	}
	ul.timeline > li > .timeline-panel {
		float: right;
	}
	ul.timeline > li > .timeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}
	ul.timeline > li > .timeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;
	}
}
.detail-blocks-sec {
	padding: 55px 0px;
	background: #eaeaea;
}
.detail-block {
	background: #fff;
	padding: 15px;
	min-height: 465px;
	color:#757575 !important;
}
.detail-block h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
}
.detail-block ul {
	padding-left: 20px;
}
.detail-block ul li {
	list-style: square outside;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	line-height: 28px;
}
.getstart-btn {
	border: none;
	border-radius: 20px;
	font-size: 24px;
	color: #fff !important;
	font-weight: bold;
	padding: 5px 14px;
	background: #0C9;
}
.getstart-btn:hover {
	background: #02aa80;
}
.find-tutor-bg {
}
.apnow {
	font-size: 25px;
}
.apnow:hover {
	text-decoration: none;
	font-size: 25px;
}
.padapnow {
	padding: 40px 0px;
}
.ftopb {
	border-top: 1px solid #ccc;
	padding-top: 25px;
}
/*----timeline----*/







/*---contact-us-----*/

.co-bg {
	background: url(../img/co-banner.jpg) no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	letter-spacing: 1px;
}
h1.w3ls {
	font-size: 45px;
	font-weight: normal;
	color: #c5953b;
	text-transform: uppercase;
	padding: 40px 0;
	text-align: center;
}
.content-w3ls {
	text-align: center;
	padding-bottom: 55px;
}
.content-agile {
	width: 23.5%;
	margin: 0 auto;
}
input#order, input#email, input#usrtel {
	width: 100%;
	height: 50px;
	font-size: 17px;
	font-weight: normal;
	color: #757575 !important;
	margin-bottom: 20px;
	outline: none;
	border: 2px solid #c5953b;
	padding: 0 50px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	background: transparent;
}

::-webkit-input-placeholder {
	color:#757575;
}
:-moz-placeholder {
	color:#757575;
}
::-moz-placeholder {
	color:#757575;
}
:-ms-input-placeholder {
	color:#757575;
}
textarea#message {
	width: 100%;
	height: 250px;
	font-size: 17px;
	font-weight: normal;
	color: #393939;
	margin-bottom: 20px;
	outline: none;
	border: 2px solid #c5953b;
	padding: 25px 50px;
	background: transparent;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
input#order {
	color: #757575;
}
input#email {
	color: #757575;
}
input#usrtel {
	color: #757575;
}
input#order:hover, input#order:focus, input#email:hover, input#email:focus, input#usrtel:hover, input#usrtel:focus, textarea#message:focus, textarea#message:hover {
	/*border: 2px solid #757575;*/
}
input.register {
	width: 99%;
	font-size: 20px;
	font-weight: normal;
	height: 55px;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	background-color: #e0bb76;
	border-color: #c5953b;
	color: #fff;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
input.register:hover {
	background-color: #c5953b;
	border-color: #c5953b;
	color: #fff;
}
.input::-webkit-input-placeholder {
	color: #393939 !important;
	padding-left:50px;
}
input:-moz-placeholder {
	color: #393939 !important;
	padding-left:50px;
}
input::-moz-placeholder {
	color: #393939 !important;
	padding-left:50px;
}
input:-ms-input-placeholder {
	color: #393939 !important;
	padding-left:50px;
}
ul.cust-agileits {
	list-style: none;
	padding: 30px 0;
	text-align: center;
}
ul.cust-agileits li {
	display: inline;
	position: relative;
}
ul.cust-agileits li:nth-child(1):after, ul.cust-agileits li:nth-child(2):after, ul.cust-agileits li:nth-child(3):after, ul.cust-agileits li:nth-child(4):after, ul.cust-agileits li:nth-child(5):after {
	content: '|';
	position: absolute;
	top: -2px;
	color: #c5953b;
	right: -4px;
	font-size: 16px;
}
ul.cust-agileits li a {
	font-size: 16px;
	font-weight: normal;
	color: #757575;
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding: 15px 10px;
	outline: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
}
ul.cust-agileits li a:hover, ul.cust-agileits li a:focus {
	outline: none;
}
.cl-effect-21 a {
	padding: 10px;
	color: #237546;
	font-weight: 700;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.cl-effect-21 a::before, .cl-effect-21 a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #c5953b;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.cl-effect-21 a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.cl-effect-21 a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
.cl-effect-21 a:hover, .cl-effect-21 a:focus {
	color: #c5953b;
}
.cl-effect-21 a:hover::before, .cl-effect-21 a:focus::before, .cl-effect-21 a:hover::after, .cl-effect-21 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
span.cust-agileinfo1 {
	display: block;
	width: 70%;
	background: #999;
	height: 1px;
	margin: 0 auto;
}
span.cust-agileinfo2 {
	display: block;
	width: 10%;
	background: #c5953b;
	height: 4px;
	margin: -3px auto 50px;
}
h3.cust-wthree {
	font-size: 30px;
	font-weight: normal;
	color: #757575;
	text-transform: uppercase;
}
ul.social-wthree {
	padding-top: 25px;
	text-align: center;
	padding-left: 0px;
}
ul.social-wthree li {
	display: inline;
	margin: 0 3px;
}
ul.social-wthree li a i.fa {
	font-size: 17px;
	color: #c5953b;
	border: 2px solid #c5953b;
	display: inline-block;
	width: 50px;
	height: 50px;
	background: transparent;
	line-height: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
ul.social-wthree li a i.fa.fa-facebook:hover {
	background: #3b5998;
	color: #fff;
	border-color: #fff !important;
}
ul.social-wthree li a i.fa.fa-twitter:hover {
	background: #1da1f2;
	color: #fff;
	border-color: #fff !important;
}
ul.social-wthree li a i.fa.fa-linkedin:hover {
	background: #0077b5;
	color: #fff;
	border-color: #fff !important;
}
ul.social-wthree li a i.fa.fa-youtube:hover {
	background: #cd201f;
	color: #fff;
	border-color: #fff !important;
}
ul.social-wthree li a i.fa.fa-google-plus:hover {
	background: #dd4b39;
	color: #fff;
	border-color: #fff !important;
}
ul.social-wthree li a i.fa:hover {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	-o-animation: spin 2s linear infinite;
	-ms-animation: spin 2s linear infinite;
}
ul.cust-ad {
	list-style: none;
	padding: 30px 0;
	text-align: center;
}
ul.cust-ad li {
	display: inline;
	position: relative;
}
.add {
	padding-top: 5px;
	line-height: 30px;
	padding-left: 35px;
}
.co-ad-a {
	text-decoration: none;
	color: #c5953b;
	font-weight: 400;
}
.co-ad-a:hover, .co-ad-a:focus, {
	text-decoration:none;
	color:#393939;
}
/*.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
}
.accordion-toggle.collapsed:after {
    content: "\f054";
}*/

.about-click-title {
	color: #757575;
	font-size: 25px;
	padding: 15px 0px;
}
.about-click-title:hover, .about-click-title:focus, .about-click-title:visited {
	color: #c5953b;
	outline: 0;/*border-bottom:2px solid #c5953b;*/

}
.tog-cont {
	padding: 35px;
	background: rgba(255, 255, 255, 0.7);
	width: 100%;
	height: auto;
	color: #000;
	text-align: left;
	margin-bottom: 25px;
}
.tog-cont p {
	font-weight: 300;
	font-size: 16px;
	color: #2c2c2c;
	line-height: 24px;
	margin-bottom: 25px;
}
.go {
	color: #c5953b !important;
	font-size: 18px;
	font-weight: 600;
}
.tog-cont h4 {
	font-weight: 600;
	font-size: 18px;
	color: #757575;
	margin-bottom: 3px;
	text-transform: uppercase;
}
.tog-cont span {
	font-weight: 600;
	font-size: 18px;
	color: #c5953b;
	margin-bottom: 3px;
	text-transform: uppercase;
}
#accordion2 {
	margin: 15px 0px;
}
.bg-lb {
	background: #ccffff !important;
}
.bg-bb {
	background: #b8cce4 !important;
}
.bg-cyan {
	background: #00b0f0 !important;
	color: #fff !important;
}
.about-panel {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}
.about-bg {
	background: url(../img/about-banner.jpg) no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	letter-spacing: 1px;
	width: 100%;
	height: auto;
	min-height: 100vh;
}
.tog-list {
}
.tog-list li {
	color: #000;
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
}
.stripe-link {
	color: #09C !important;
	text-decoration: underline;
}
.all-button {
	display: inline-block !important;
	height: 35px !important;
	text-decoration: none !important;
	padding: 10px 18px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	max-width: 160px;
	min-width: 100px;
	border-radius: 0px !important;
	line-height: 14px !important;
	color: #e0bc75 !important;
	text-transform: uppercase !important;
	border: 2px solid #e0bc75 !important;
	letter-spacing: 1px !important;
	-webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out !important;
	transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out !important;
	font-family: 'Roboto', sans-serif;
}
.all-button:hover {
	opacity: 0.8;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
p.copyright {
	text-align: center;
	padding: 50px 10px 0;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
}
p.copyright a {
	color: #ff6d3a;
}
p.copyright a:hover {
	color: red;
}

/*-- responsive design --*/
@media (max-width:1600px) {
	input.register {
		width: 100%;
	}
}
@media (max-width:1440px) {
	input#order, input#email, input#usrtel {
		display: block;
		margin: 0 auto 20px;
	}
	.content-agile {
		width: 100%;
		margin: 0 auto;
	}
	input.register {
		width: 350px;
		display: block;
		margin: 0 auto;
	}
	h1.w3ls {
		padding: 40px 0 45px;
	}
}
@media (max-width:1365px) {
	.abg {
		background: url(../img/A-bg1-res-01.png) right no-repeat !important;
		margin-top: -20px;
	}
	.abg2 {
		background: url(../img/abbg-2-res-02.png) left no-repeat !important;
		margin-top: -48px;
		left: 5px;
	}
}
@media (max-width:1080px) {
	h1.w3ls {
		font-size: 40px;
	}
	body {
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}
	input#order, input#email, input#usrtel {
		width: 250px;
		height: 45px;
		font-size: 15px;
	}
	input.register {
		width: 353px;
		font-size: 18px;
		height: 48px;
	}
	ul.cust-agileits li a {
		font-size: 14px;
	}
	ul.cust-agileits li:nth-child(1):after, ul.cust-agileits li:nth-child(2):after, ul.cust-agileits li:nth-child(3):after, ul.cust-agileits li:nth-child(4):after, ul.cust-agileits li:nth-child(5):after {
		top: 1px;
		right: -4px;
		font-size: 14px;
	}
	h3.cust-wthree {
		font-size: 25px;
	}
	ul.social-wthree {
		padding-top: 15px;
	}
	p.copyright {
		font-size: 14px;
	}
	span.cust-agileinfo1 {
		width: 84%;
	}
}
@media (max-width: 991px) {
	h1.w3ls {
		font-size: 35px;
		padding: 30px 0 40px;
	}
	h3.cust-wthree {
		font-size: 23px;
	}
	ul.cust-agileits li a {
		font-size: 14px;
		padding: 10px 10px;
	}
	ul.cust-agileits {
		padding: 30px 15px;
	}
	span.cust-agileinfo1 {
		width: 83%;
	}
	.abg {
		display: none;
	}
	.abg2 {
		display: none;
	}
}
@media (max-width: 768px) {
	ul.cust-agileits li a {
		font-size: 14px;
		padding: 10px 10px;
		margin-bottom: 10px;
	}
}
@media (max-width: 640px) {
	h1.w3ls {
		font-size: 30px;
		padding: 30px 0;
	}
	span.cust-agileinfo1 {
		width: 75%;
	}
	span.cust-agileinfo2 {
		margin: -3px auto 25px;
	}
	ul.social-wthree {
		padding-top: 20px;
	}
	p.copyright {
		padding: 30px 10px 0;
	}
}
@media (max-width: 600px) {
	h3.cust-wthree {
		font-size: 20px;
	}
	ul.social-wthree li {
		margin: 0;
	}
	ul.social-wthree li a i.fa {
		font-size: 15px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		color: #fff;
	}
}
@media (max-width: 480px) {
	h1.w3ls {
		font-size: 25px;
		padding: 30px 0;
	}
	input#order, input#email, input#usrtel {
		width: 250px;
		height: 40px;
		font-size: 15px;
	}
	input#order {
		background: url(../images/cart.png) no-repeat 20px 7px;
	}
	input#email {
		background: url(../images/mail.png) no-repeat 20px 7px;
	}
	input#usrtel {
		background: url(../images/phone.png) no-repeat 20px 7px;
	}
	input.register {
		width: 353px;
		font-size: 18px;
		height: 45px;
	}
	ul.cust-agileits {
		padding: 30px 15px 10px;
	}
	span.cust-agileinfo2 {
		margin: -3px auto 35px;
	}
}
@media (max-width: 414px) {
	h1.w3ls {
		font-size: 22px;
		padding: 25px 0;
	}
	ul.cust-agileits {
		padding: 30px 0px 10px;
	}
	ul.cust-agileits li a {
		font-size: 14px;
		padding: 10px 10px;
		margin-bottom: 0px;
	}
	input#order, input#email, input#usrtel {
		margin: 0 auto 12px;
	}
	ul.cust-agileits {
		padding: 20px 0px 10px;
	}
	span.cust-agileinfo2 {
		margin: -3px auto 20px;
	}
}
@media (max-width: 384px) {
	ul.cust-agileits {
		padding: 20px 10px 10px;
	}
}
@media (max-width: 375px) {
	input#order, input#email, input#usrtel {
		width: 200px;
		height: 40px;
		font-size: 15px;
	}
	input.register {
		width: 302px;
		font-size: 18px;
		height: 45px;
	}
}
@media (max-width: 320px) {
	h1.w3ls {
		font-size: 17px;
		padding: 25px 0;
	}
	input#order, input#email, input#usrtel {
		width: 160px;
		height: 40px;
		font-size: 13px;
		padding: 0 40px;
	}
	input#order {
		background: url(../images/cart.png) no-repeat 8px 7px;
	}
	input#email {
		background: url(../images/mail.png) no-repeat 8px 7px;
	}
	input#usrtel {
		background: url(../images/phone.png) no-repeat 8px 7px;
	}
	input::-webkit-input-placeholder {
		color: #fff !important;
		padding-left:20px;
	}
	input:-moz-placeholder { /* Firefox 18- */
		color: #fff !important;
		padding-left:20px;
	}
	input::-moz-placeholder {  /* Firefox 19+ */
		color: #fff !important;
		padding-left:20px;
	}
	input:-ms-input-placeholder {
		color: #fff !important;
		padding-left:20px;
	}
	input.register {
		width: 242px;
		font-size: 15px;
		height: 41px;
	}
	ul.cust-agileits li a {
		font-size: 13px;
		padding: 10px 10px;
		margin-bottom: 0px;
	}
	h3.cust-wthree {
		font-size: 15px;
	}
	p.copyright {
		font-size: 13px;
	}
}
/*---contact-us------*/

.acc-title {
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}
.acc-title:active, .acc-title:focus, .acc-title:visited {
	text-decoration: underline !important;
}
.g-recaptcha {
}
#reg-form input#email:focus,#reg-form input#email:hover
{
	border:none;
	border-bottom: solid 2px #c5953b;
}
#reg-form input, #reg-form select, #reg-form textarea {
	border-radius: 0px;
	border: none;
	border-bottom: solid 2px #c5953b;
	background: transparent;
	outline: 0;
	box-shadow: none;
	font-size: 16px;
	padding-left: 0px;
	color: #9b9999;
}
#reg-form select option {
	padding-left: 0px !important;
}
#reg-form option:invalid {
	padding-left:0px !important;
}
#reg-form input:hover, #reg-form input:active, #reg-form input:focus, #reg-form input:visited {
	outline: 0 !important;
	box-shadow: 0px !important;
}
#reg-form .form-control {
	box-shadow: none;
	margin-bottom: 15px;
}
#reg-form label {
	font-size: 16px;
	color: #999;
	font-weight: normal;
}
#tu-terms .reg-note {
	font-size: 12px;
	line-height: normal;
	font-style: italic;
	line-height: 18px;
	text-align: right;
	padding-top: 20px;
	padding-left: 20px;
}
.reg-note {
	font-size: 12px;
	line-height: normal;
	font-style: italic;
	line-height: 18px;
}
.reg-submit {
	text-transform: capitalize;
	font-size: 18px;
	background: transparent;
	border: 2px solid #c5953b;
	border-radius: 0px;
	color: #666;
}
.ct-reg {
	background: #fff !important;
	border: 2px solid #b6b6b6 !important;
}
.reg-submit:hover {
	color: #fff;
	background: #c5953b;
}
.pr-reg-bg {
	background: url(../img/pr-reg-bg.jpg) no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	letter-spacing: 1px;
}
.tc-reg {
	font-size: 16px;
	color: #686868;
	text-align: right;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	width: 97%;
	float: right;
}
.reg-form-bg {
	background: rgba(255, 255, 255, 0.4);
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 5px;
	border: 1px solid #fff;
	width:100%;
	float:left;
}
.reg-form-bg1{
	background: rgba(255, 255, 255, 0.4);
	padding-right: 25px;
	padding-top: 25px;
	height:350px;
	padding-bottom: 5px;
	border: 1px solid #fff;
	width:100%;
	float:left;
}
.reg-form-bg1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color:#e0bb76;
	background-color:#e0bb76;
}
.count{float: right;
	width:40%;
	text-align: right;
	font-size: 18px;
	border:2px #e0bb76 solid;
	color:#757575;
}
.count .amt{width:100%;
	float:left;
	padding:8px 15px;
	border-bottom:2px #e0bb76 solid;
	color:#757575;
}
.count .amt-total{width:100%;
	float:left;
	font-size:22px;
	font-weight:600;
	padding:8px 15px;
	color:#757575;
}
.verify-bx{    width: 100%;
	float: left;
	background: rgba(255, 255, 255, .5);
	padding: 25px;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	margin: 25px 0px;
	color:#757575;
}


.verify-bx .checkbox{
	display:inline-block !important;
	vertical-align:middle !important;
	margin:0 !important;

}



.all-button1 {
	display: inline-block !important;
	height: 35px !important;
	text-decoration: none !important;
	padding: 10px 18px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	max-width: 200px;
	min-width: 100px;
	border-radius: 0px !important;
	line-height: 14px !important;
	color: #e0bc75 !important;
	text-transform: uppercase !important;
	border: 2px solid #e0bc75 !important;
	letter-spacing: 1px !important;
	-webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out !important;
	transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out !important;
	font-family: 'Roboto', sans-serif;
}
.all-button1:hover {
	opacity: 0.8;
}
.tutor-landing{width: 100%;
	float: left;
	margin: 20px 0px;
}
.time-line-h{margin-top:240px;
}
.wc {
	padding: 50px 0px;
}
.wc-head {
	color: #c5953b;
	margin-bottom: 45px;
	font-size: 30px;
	text-align: center;
}
.why-choose h4 {
	color: #757575;
	margin-bottom: 25px;
	font-size: 28px;
}
.why-choose-head {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}
.why-choose-text {
	font-size: 18px;
	line-height: 25px;
	color: #fff;
}
.why-choose {
	padding: 15px 0px;
	background-image: url(../img/wc-banner.jpg);
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: auto;
}
.wcu {
	padding: 15px 0px;
	background-image: url(../img/wc-banner.jpg);
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: auto;
	padding-bottom: 100px !important;
}
.co-tu {
	padding-right: 15px;
}
.co-tu h1 {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}
.co-tu .why-choose-text {
	font-size: 16px;
}
.prof {
	margin-top: 30%;
}
.exp {
	color: #757575 !important;
}
.exp-p {
	color: #757575 !important;
	margin-bottom: 10px;
	font-size: 18px !important;
	font-weight: 300 !important;
}
/*----- index-three---*/

div.bhoechie-tab-container {
	z-index: 10;
	background-color: #ffffff;
	padding: 0 !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	margin-top: 20px;
	margin-left: 50px;
	background-clip: padding-box;
	opacity: 0.97;
	filter: alpha(opacity=97);
}
div.bhoechie-tab-menu {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group {
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a {
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon, div.bhoechie-tab-menu div.list-group>a .fa {
	color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child {
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child {
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active, div.bhoechie-tab-menu div.list-group>a.active .glyphicon, div.bhoechie-tab-menu div.list-group>a.active .fa {
	background-color: none;
	background-image: #5A55A3;
	color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active {
	background: none;
	border: none;
}
div.bhoechie-tab-menu div.list-group>a.active:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid #c29439;
}
div.bhoechie-tab-content {
	/* border: 1px solid #eeeeee; */
	padding: 20px;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
	display: none;
}
.itbg {
	background: rgba(255, 255, 255, 0.6);
	padding: 30px 0px;
	float: left;
	margin-bottom: 45px;
}
.dib {
	display: block;
	float: left;
	text-align: center;
}
.selectParent {
	width: 100% !important;
	overflow: hidden !important;
}
.selectParent select {
	text-indent: 1px !important;
	text-overflow: '' !important;
	width: 100% !important;
	box-shadow:none;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	padding: 2px 2px 2px 2px !important;
	border: none !important;
	z-index: 9999 !important;
	background: url(img/select-bg.png) no-repeat right center !important;
}
.efield {
	width: 450px;
	margin: 0 auto !important;
	text-align: left;
	padding-top: 45px;
}
/*----index-three -----*/




/*----- profile-tutor----*/
.profile-bg {
	/*	background:#eaeaea;*/
	background: url(../img/profile-bg.jpg) no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 100vh;
	padding-top: 20px;
	padding-bottom: 100px;
}
.profile-bg .reg-form-bg {
	float: left;
	width: 100%;
	height: auto;
}
.profile-heading {
	font-size: 25px;
	color:#757575 !important;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-left: 15px;
}

.profile-heading .fa {
	transition: all .2s ease-in-out;
}
.profile-heading .fa:hover {
	transform: scale(1.1);
}





.padall25 {
	padding: 25px;
}
.profile-box {
	border: 1px solid #CCC;
	padding: 15px;
	margin-bottom: 25px;
	min-height: 445px;
	text-align: center;
	color:#757575;
}
.profile-box h4 {
	font-size: 24px;
	font-weight: 300;
	color: #666;
	margin-top: 0px;
	padding-bottom: 10px;

	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}
.p-detail {

	text-align: center;
}
.p-detail h5 {
	font-size: 18px;
	line-height: 25px;
}
.p-detail h5 span {
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	color: #999;
	display: block;
}
.p-det-links {
	display: inline-block;
	padding:3px;
	margin-top:15px;

}
.profile-teacher {
	margin: 0;
}
.profile-teacher strong {
	color: #757575;
	font-weight: 500;
	display: block;
}
.profile-teacher li {
	border-bottom: 1px solid #e0bb76;
	text-align: center;

	padding:10px;
	font-size: 16px;
	color:#757575 !important;
}
.profile-teacher li .fa {
	display: block;
	min-width: 32px;
	color: #c5953b;
}

.profile-teacher li img {
	display: block;
	min-width: 32px;
	margin:0 auto;

}

.update-button {
	display: inline-block !important;
	height: 35px !important;
	text-decoration: none !important;
	padding: 10px 18px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	max-width: 160px;
	min-width: 100px;
	border-radius: 0px !important;
	line-height: 14px !important;
	color: #e0bc75 !important;
	text-transform: uppercase !important;
	border: 2px solid #e0bc75 !important;
	letter-spacing: 1px !important;
	-webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out !important;
	transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.8s ease-in-out !important;
	font-family: 'Roboto', sans-serif;
}
.update-button:hover {
	opacity: 0.8;
}
.rate-table-sub {
	text-align: left;
}
.clss-time-table {
	font-size: 16px !important;
	color:#757575 !important;
}
.clss-time-table>thead {
	background: #e0bb76;
	color:#757575;
}
.clss-time-table>tbody>tr>td {
	line-height: 35px;
	border-top: 1px solid #e0bb76;
	/*width:250px;*/
}
.rating-box {
	border: 1px solid #CCC;
	padding: 25px;
	margin-bottom: 25px;
	text-align: center;
	min-height: 455px;
}
.rating-box h4 {
	font-size: 24px;
	font-weight: 300;
	color: #666;
	margin-top: 0px;
	padding-bottom: 10px;

	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

/*.rating-box h4 span {
	font-size: 20px;
	font-style:italic;

}*/



.rating-boxes .rating-box h4 {

	display:block !important;
	height:68px !important;

}

.rating-table {
	color:#757575 !important;
}
.rating-table>tbody>tr>td hr {
	margin-top: 10px;
	margin-bottom: 0px;
	border: 0;
	border-top: 1px solid #e0bb76;
}
.rating-table>tbody>tr>td {
	font-size: 20px;

	border-top: none;
}
.ra-ta-bo {
	border-right: 1px solid #e0bb76;
}
.starrr {
}
.starrr .fa {
	color: #c5953b;
	font-size: 18px;
	margin-right: 5px;
	cursor: pointer !important;
}
.badge-notify {
	background: red;
	position: relative;
	top: -20px;
	left: -17px;
}
.profile-head {
	border-bottom: 1px solid #fff;
	margin-bottom: 25px;
	padding-bottom: 15px;
	color:#757575 !important;
}

.profile-head h2 {
	font-size:25px;

}


.profile-head h5 {
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	color:#757575 !important;
	line-height:18px;
	vertical-align:bottom;
}
.profile-head h5 span {
	font-size: 18px;
	font-weight: 600;
	color:#757575 !important;
}
.profile-head img {
	padding: 9px;
	border-radius: 50%;
	background: #fff;
	vertical-align:sub;
}
.rating-user {
	margin: 0 auto;
	color:#757575 !important;

}
.rating-user strong {
	color: #757575;
	font-weight: 500;
	display: block;
	font-size: 18px;
}
.rating-user li {
	border-bottom: 1px solid #e0bb76;
	padding:13px 0px;
	font-size: 16px;
	text-align:center;
}
.rating-user li .fa {

	min-width: 32px;
	color: #c5953b;
	display:inline;
	margin-right:10px;
}
.ref-link {
	color: #c5953b;
	font-size:16px;
	line-height:44px;
}
.ref-link:hover {
	text-decoration: none;
	color: #999999;
	font-size:16px;
}
.tpa-link {
	background: #c5953b;
	padding: 4px 7px;
	color: #fff;
	margin-left: -15px !important;
	margin-right: 25px;
}
.tpa-link:hover {
	text-decoration: none;
	color: #fff;
}
.profile-heading .btn-gold {
	color: #000 !important;
	padding: 10px 25px;
	font-size: 16px !important;
	margin-left: -15px;
}
.profile-heading .btn-gold:hover {
	text-decoration: none;
	padding: 10px 25px;
	font-size: 16px !important;
}
.trbottomline {
	border-bottom: 1px solid #C60;
}

.tpa-table {
	color:#757575;
	font-size:16px;
	font-weight:300;
}
.tpa-table>tbody>tr>td, .tpa-table>tbody>tr>th {
	line-height: 35px;
	border-bottom: 1px solid #e0bb76;
}
.tpa-table>tbody>tr.no-border-bottom>td,.tpa-table>tbody>tr.no-border-bottom>th
{
	border-bottom: none;
}
.tpa-table>tbody>tr.no-border-bottom + tr td,.tpa-table>tbody>tr.no-border-bottom + tr th
{
	border-top: none;
}

.tapwrap {
	padding: 15px;
	border: 1px solid #e0bb76;
}
.tpstudy {
	font-size: 16px;
	border-bottom: 1px solid #c29439;
	color:#757575 !important;
}
.tpstudy>thead {
	background: #e0bb76;
	color:#757575;
}
.tpstudy>tbody>tr>td {
	border-right: 1px solid #c29439;
	border-top: 1px solid #c29439;
}
.tpstudy>tbody>tr>td:nth-child(3) {
	border-right: none;
	text-align: center;
	vertical-align: middle;
	width:70px;
}
.tpstudy>tbody>tr>td:nth-child(1) {
	vertical-align: middle;
}
.tpstudy ul {
	list-style: circle;
	padding-left: 15px;
}
.tpstudy ul li {

	list-style-type: circle;
	line-height: 30px;
	font-weight: 300;
	font-size:15px;
}
.tpstudy .tptd {
	font-size: 16px !important;
	font-weight: 400;
}
.tpatotal {
	float: right;
	border: 1px solid #c29439;
	padding: 12px;
	font-size: 16px;
	text-transform: uppercase;
	color:#757575;
}
.tpatotal:hover {
	font-size: 16px;
}
.tpaagree {
	font-size: 16px;
	width: 450px;
	margin: 45px auto;
	color:#757575;
}
.tpaagree p {
	font-size: 18px;
	text-align: left;
	color:#757575;
}
.profile-box2 {
	border: 1px solid #CCC;
	padding: 15px;
	margin-bottom: 25px;
	text-align: center;
	float: left;
	width:100%;
	color:#757575;
}
.profile-box2 h4 {
	font-size: 24px;
	font-weight: 300;
	color: #666;
	margin-top: 0px;
	padding-bottom: 10px;

	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
}


.rate-table-height>tbody>tr>td {
	line-height: 20px;
	border-top: 1px solid #e0bb76;
	vertical-align: middle;
	padding: 19px 0px;
}

.time-table>tbody>tr>td {
	line-height: 35px;
	border-top: 1px solid #e0bb76;
	padding-bottom:13px;
}


.time-table  {
	margin-bottom:0px;
}

.time-table img  {

	cursor:pointer !important;
}

.avi-tick-bg {
	background:#ccc;
	padding:2px 12px;
	position:relative;
	width:55px;
	min-height:40px;
	cursor:pointer !important;
}



.p-report-data {
}

.rate-table {
	color:#757575 !important;
}



.p-report-data ul {
	display:inline-block;
	list-style:circle;
	margin-left:0px;
	width:90%;


}



.p-report-data ul li {

	list-style-type:circle;
	margin-left:7%;
	font-size:16px;
	text-transform:uppercase;
	line-height:26px;
	width:100%;


}

.p-report-data ul li img {
	width:29px;
	height:29px;




}




.panel-img {
	vertical-align:sub;
}

.panel-heading .accordion-toggle:after {
	/* symbol for "opening" panels */
	font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
	content: "\e114";    /* adjust as needed, taken from bootstrap.css */
	float: left;        /* adjust as needed */
	color: #c5953b;
	margin-right:10px;

}
.panel-heading .accordion-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}


.notification {
	display:inline;
}

.notification img  {
	display:block;
	margin-bottom:12px;
}









.login-title {
	color:#666 !important;
	font-size:24px;
}

.login-buttons {


	border-radius:20px;

	display:block;
	margin: 25px auto;
	font-size:18px;
	text-align:center;
	width:auto;
	width:130px;
	height:45px;
	line-height:45px;
	font-weight:600;



}

.login-buttons:hover {

	font-size:18px;


}

.login-body {
	max-width:450px !important;
	min-width:400px !important;
}

.login-footer {
	padding:11px 25px !important;
}



.login-button {
	color: #fff !important;
	background: #c5953b !important;
	border:1px solid #c5953b !important;

	padding: 10px 25px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius:4px;
	width:150px;
	font-size:18px;
	font-weight:500;
}


.login-button:hover, .login-button:active, .login-button:focus {
	font-size:18px;
	opacity:.9;

}




.login-button2 {
	color: #fff !important;
	background: #e0bb76 !important;
	border:1px solid #e0bb76 !important;

	padding: 10px 25px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius:4px;
	width:150px;
	font-size:18px;
	font-weight:500;
}


.login-button2:hover, .login-button2:active, .login-button2:focus {
	font-size:18px;
	opacity:.9;

}





.login-button-all {
	color: #fff !important;
	background: none !important;
	border:1px solid #c5953b !important;

	padding: 10px 25px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius:4px;
}


.login-button-all:hover, .login-button-all:active, .login-button-all:focus {
	background: #e0bc75 !important;
	color: #fff !important;
	border:none !important;
}

.bg-blue {
	background:#00b6cc;
}

.bg-green {
	background:#00cc99;
}

.login-footer-buttons {
	color:#666 !important;
	margin-bottom:15px;

}

.modal {
	z-index:9999 !important;
}


.fyp {

	margin-top:10px;
	margin-bottom:20px;
	font-size:13px;
	color:#666 !important;
	display:block;
}

.fyp:hover {
	text-decoration:none;

	font-size:13px;
	color:#828282 !important;

}

.modal-backdrop {
	background:rgba(255, 255, 255, .5) !important;
}

.av-head {
	font-weight:600 !important;
	color:#757575;
}

.av-head span {
	font-weight:300;
	font-size:13px;
	line-height:normal;
}

.mb15 {
	margin-bottom:30px;
}

.dblock {
	display:block !important;
	margin:25px auto;
}



.all-button-invert {
	display: inline-block !important;
	height: 45px !important;
	text-decoration: none !important;
	padding: 10px 18px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	max-width: 160px;
	min-width: 100px;
	line-height: 26px !important;
	color: #fff !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	-webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out  !important;
	transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out  !important;
	font-family: 'Roboto', sans-serif;
	background:#e0bc75;
}
.all-button-invert:hover {
	opacity: 0.8;
}


#tutor-tm  {
	text-align:center;
}


#tutor-tm .panel {
	margin-bottom:20px;
	border:none !important;


}





#tutor-tm .panel-body{
	border-bottom:1px solid #c5953b !important;

}




#tutor-tm .panel-heading {

	font-size:18px;
	font-weight:500;
	color:#666;
	border-radius:0px;
	border:none !important;
	text-align:left;
	background:#fff !important;
}



#tutor-tm .panel-body {

	font-size:16px;
	color:#666;
	text-align:left;
}

.panel-star-img {
	margin-right:4px;
}


.modal-header .close {
	margin-top:8px !important;
}

.pg-report {
	color:#757575;
}

.color75 {
	color:#757575 !important;
}

.color75 .panel-default>.panel-heading {
	color:#757575 !important;
}


.pro-details {
	text-align:left;
	color:#272727 !important;
	margin-bottom:25px;
}


.pro-details p {
	line-height:30px;
	padding:12px 0px;
	border-bottom: solid 2px #c5953b;
	font-size:16px;
	color:#272727 !important;
	text-transform:uppercase;
	font-weight:500;
	min-height:85px;
}

.pro-details p span {

	font-size:16px;
	color:#272727 !important;
	text-transform: none;
	font-weight:300;
	padding-left:15px;
}



.ec {
	float:right;
}

.add-pro {
	max-height:100px;
}


.inner-menu {
	padding:6px 0px;

	color:#fff;
	text-align:center;

	color: #fff;
	font-size: 16px !important;

	text-align: center;



}

.inner-menu:hover {
	background: #272727;
	color: #e0bc75;
	font-size: 16px !important;


}


.inner-menu ul {
	text-align:left;
	padding-left:25px;
}


.inner-menu ul li a {
	display:inline-block !important;
	font-size:16px;
	margin-bottom:3px;
}


.inner-menu ul li a:hover {

	font-size:16px;
}


.bo-left-gd {
	border-left:1px solid #ccc;
	padding-top:0px;

}



.rating-box-pp .fa {
	color:#c29439;
	line-height:28px;
}


.rating-box-pp p {
	font-size:14px;
	font-style:italic;
	color:#757575;
	margin-bottom:0px;
}


.rating-box .rating-box-pp p {
	/*	display:inline-block !important;*/
	text-transform:none;

}



.red-tooltip + .tooltip .tooltip-inner {background-color: #757575 !important; padding:10px; font-size:14px;}
.red-tooltip + .tooltip .top .tooltip-arrow { border-bottom-color:#757575 !important; background-color:#757575; }



.landing-bg {

	/*background: url(../img/landing-bg.jpg) no-repeat;*/
	background:#e6e6e6;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 100vh;
	padding-top: 20px;
	padding-bottom: 100px;
}


.landing-avai > tbody> tr> td {
	text-align:left!important;
	border-top: 1px solid #e0bb76 !important;
}

.client-detail-table >tbody >tr >td  {
	padding-top:34px;
}


.client-detail-table >tbody >tr >th  {
	padding:34px;
	padding-left:15px !important;
}



.email-title {
	line-height:35px;
}


#myModal3 .modal-header .close {
	margin-top:5px !important;
	border: 2px solid #ccc !important;
	padding: 5px !important;
	border-radius: 6px !important;
}


.table-rate-input {
	border:none;
	width:75px;
	background:transparent;
	padding-left:3px;
}


.tpa-edit {

}


.tpa-edit img {
	cursor:pointer !important;

}




.tpa-input {
	border:none !important;

	background:transparent !important;
	padding-left:3px;
	width:78% !important;
}

.tpa-input2 {
	border:none !important;

	background:transparent !important;
	padding-left:3px;
	width:25px !important;
}

.profile-heading3 {
	font-size:24px;
	font-weight:400;
}


.avai-tpp  {
	vertical-align:middle !important;
}



.edit-tpp-add p {
	width:90%;
	display:inline-block;

}

.edit-tpp-add img {
	position:absolute;
	top:25px;
	float:right;
}

.add-new-row {
	color:#757575;
	font-size:16px;
	float:left;
	display:block;
	font-weight:300;

}

.add-new-row span {

	font-size:25px;
	vertical-align:middle;


}


.add-new-row:hover {
	color:#c5953b;
	font-size:16px;
	font-weight:300;

}


.pro-tut-input {
	width:100% !important;
	display:inline-block;
}

.pro-tut-input img {
	position: absolute;
	top: 8px;
	float: right;
	cursor: pointer !important;
	right: -9px;
	z-index:9;
}




#pl-sub-table .table>tbody>tr>td {
	padding:13px 2px;
}



#profile-page .awesome-form .input-group {
	margin-bottom:50px !important;
}


.common-bg {
	padding: 55px 0px;
	background-image: url(../img/common-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: auto;
}


.tr-none {
	pointer-events:none;
}

.pad-total {
	padding:4%;
}

.fs16 {
	font-size:16px !important;
}


.table-responsive {
	width:100% !important;
}

.pro-pic {
	width:70%;
	margin:27px auto; }


.backtotop {
}

.backtotop a {
	display:block;
	max-width: 40px;
}


.class-table-list {
	margin-left:15px;
	width:70%;
	float:right;
	margin-top:6px;
	border:none !important;


}


.behaviour-box {
	/* min-height:238px;*/
}


.lb-list {
	border:none !important;
	outline:none;

}


.select-row {
	min-width:300px !important;
}
.lb-table {
	font-size: 16px !important;
	color:#757575 !important;

}


.lb-table>tbody>tr>td {
	line-height: 35px;
	border-top: 1px solid #e0bb76;

}

.assessment-box {
	font-size: 16px;
	width: 450px;
	margin: 15px auto;
	color: #757575;
	border:1px solid #ccc;
	min-height:340px;
	padding:0px 15px;
}

.home-work-box {
	border:1px solid #ccc;
	float:left;
	width:100%;
}
.home-box-select {
	margin-top:15px;
}


.home-work-textarea-box {
	width:90%;
	display:inline-block;
}


.home-work-textarea-box h4{
	margin-bottom:25px;
}

.status-icon-select {
	width:60px !important;
	float:right!important;
}



.login-bg {
	background: url(../img/school-landscape-bg.jpg) no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	letter-spacing: 1px;
	width: 100%;
	height: auto;
	min-height: 100vh;
}



.login-bg3 {
	background: url(../img/school-landscape-bg3.jpg) no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	letter-spacing: 1px;
	width: 100%;
	height: auto;
	min-height: 100vh;
}



.login-bg4 {
	background: url(../img/school-landscape-bg4.jpg) no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	letter-spacing: 1px;
	width: 100%;
	height: auto;
	min-height: 100vh;
}



.login-bg5 {
	background: url(../img/school-landscape-bg5.jpg) no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	letter-spacing: 1px;
	width: 100%;
	height: auto;
	min-height: 100vh;
}



.login-bg6 {
	background: url(../img/school-landscape-bg6.jpg) no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	letter-spacing: 1px;
	width: 100%;
	height: auto;
	min-height: 100vh;
}


.grey-color {
	color:#ababab !important;

}



#star-rating table > tbody > tr {
	border-bottom: 1px solid #e0bb76;
}


#star-rating table > tbody > tr > td {

	font-size:16px;
	vertical-align:middle !important;
	height:65px !important;
}


#attendance .awesome-form .input-group {
	margin-bottom:0px !important;
}


.selection-td {
	border:1px solid #e0bb76;
	padding:5px 10px;
	margin-bottom:20px;
}


.time-table>thead>tr>th {
	height:60px;
	vertical-align:middle;
	border-bottom: 1px solid #ccc;
}

.rate-table>thead>tr>th {
	height:60px;
	vertical-align:middle;
	border-bottom: 1px solid #ccc;
}



#text-right .new-text-style {
	text-align:right !important;
}


.landing-avai>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 1px solid #ccc !important;
	border-collapse:collapse;
}


.common-bg #myModal .login-body {
	margin-top: 10%;
}

.common-bg #myModal2 .login-body {
	margin-top: 6%;
}


.common-bg .modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(204,204,204, 1);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.1);
	box-shadow: 0 3px 9px rgba(0,0,0,.1);
	/*float:left;*/
}



/*----- profile-tutor-end----*/

.rate-table > thead > tr > th{
	vertical-align: top !important;
}

.time-table .checkbox_wrapper{
	position: relative  ;

}

.time-table  .checkbox_wrapper input[type="checkbox"] {
	opacity:0;

	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 55px;
	height: 40px;
	cursor: pointer !important;

}

.time-table  .checkbox_wrapper input[type="checkbox"] + label{
	background-image:url(../img/ch01.jpg);
	padding: 2px 12px;

	width: 55px;
	min-height: 40px;
	cursor: pointer !important;
	display:inline-block;
	padding: 0 0 0 0px;
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 1;
}

.time-table  .checkbox_wrapper input[type="checkbox"]:checked + label{
	background-image:url(../img/ch02.jpg) !important;
	background-repeat:no-repeat;
	width: 55px;
	min-height: 40px;
	display:inline-block !important;
	cursor: pointer !important;
	padding: 0 0 0 0px;

}




.form-error{

	font-size: 10px;
	color: red;
	float: left;
	position: absolute;
	left: 0;
	width: 150px;
	text-align: left;
	margin-right: 74px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	margin-top: -15px;
}
.awesome-form .input-group input + label + .form-error,.awesome-form .input-group textarea.awesome-textarea + label + .form-error
{
	width:auto;
	max-width:100%;
	margin-right:0;
}
.awesome-form .input-group input:focus + label + .form-error, .awesome-form .input-group input.has-value + label + .form-error,.awesome-form .input-group textarea.awesome-textarea:focus + label + .form-error, .awesome-form .input-group textarea.awesome-textarea.has-value + label + .form-error
{
	margin-top:0;

}
.awesome-form .input-group textarea.awesome-textarea + label
{
	top: 57%;
}
.awesome-form .input-group textarea.awesome-textarea:focus + label, .awesome-form .input-group textarea.awesome-textarea.has-value + label
{
	top: -10px;
	font-size: 12px;
	color: #aaa;
}

.alert-box-save{
	z-index: 99999 !important;
}

.selectParent{
	width:100%;
	overflow:hidden;
}

.selectParent select{
	text-indent: 1px;
	text-overflow: '';

	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 2px 2px 2px 2px;
	border: none;
	z-index:9999;
	background: url(../img/select-bg.png) no-repeat  right center !important;
}

#profile-page .selectParent select{
	text-indent: 1px;
	text-overflow: '';

	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 2px 2px 2px 2px;
	border: none;
	z-index:9999;
	background: url(../img/select-bg.png) no-repeat  right 25px  center !important;
}

#select-form input#email,#password ,#password-confirm{
	border-radius: 0px;
	border: none;
	border-bottom: solid 2px #c5953b;
	background: transparent;
	outline: 0;
	box-shadow: none;
	font-size: 16px;
	padding-left: 0px;
	color: #9b9999;
}

.reset-button{
	max-width: 300px;
}





.ru-box {
	border: 1px solid #ccc;
	padding:15px;

}







.student-selection-box
{
	padding: 14px 0px 2px;
	margin-bottom:0px;
}
.student-selection-box .input-group
{
	margin-bottom: 0px;
}
.student-selection-box .input-group + .input-group
{
	margin-top: 25px;
}
.tpa-table > tbody > tr > th > div.sendetails
{
	color: #757575;
	font-size: 14px;
	min-height: 81px;
}
.tpa-table > tbody > tr > th > div.sendetails > p
{
	color: #757575;
	font-size: 14px;

}
.awesome-form .student-selection-box .input-group  select
{
	border-bottom: 1px solid #e0bb76 !important;
}


.client-detail ul {
}




.client-detail li {
	font-size:20px;
	font-weight:300;
	color:#757575;
	border-bottom: 1px solid #e0bb76;
	padding:10px 0px;

}

.cd-head {
	min-width:130px;
	display:inline-block;
	font-weight:500;
	text-align:left;
}

.dot {
	font-weight:400;
	display:inline;
	margin-right:20px;
	display:inline-block;
	text-align:left;





}

.cd-content {
	min-width:120px;
	display:inline-block;
}

.client-booking-select-first {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-bottom:25px;

}

.client-booking-select .input-group {
	margin:55px 0px !important;

}


#client-search .panel-heading span {
	margin-top: -20px;
	font-size: 15px;
	float:left;
}

.panel-golden {

}
.panel-golden .open-filter,.panel-golden:not(.panel-expanded) .close-filter
{
	display:none;
}

.panel-golden:not(.panel-expanded) .open-filter,.panel-golden .close-filter
{
	display:inline-block;
}
.panel-golden .panel-title{
	font-size:20px;
	font-family: 'Roboto', sans-serif;
}
.panel-golden .panel-heading {
	background:#c5953b;
	color:#fff;
	font-size:20px;
	font-family: 'Roboto', sans-serif;


}

.panel-golden .panel-body {
	border: 1px solid #e0bb76;

}


.client-search-panel  .input-group  {
	margin:25px 0px !important;
}



.client-search-box {
	border: 1px solid #CCC;
	padding: 15px;
	margin-bottom: 25px;
	min-height: 319px;
	text-align: justify;
	color:#757575;
	font-size:16px;
	font-weight:300;

}
.client-search-box h4 {
	font-size: 18px;
	font-weight:400;
	color: #666;
	margin-top: 0px;
	padding-bottom: 10px;
	text-align: center;

	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.client-search-box ul {
	text-align:left;
}

.client-search-box ul li {
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
	padding-bottom:5px;
	text-align:left;

}

.client-search-box ul li span{
	display:block;
	font-weight:500;

}

#client-search .profile-heading {
	text-align:left;
}


#client-reg-result .reg-form-bg .profile-box2 {
	margin-bottom:0px !important;
}

#tutor-pagination .pagination>li>a, .pagination>li>span{
	border:none !important;
	color:#757575;
	font-size:16px;
}

#tutor-pagination .pagination>.active>span {
	background:#c5953b;
}

#tutor-pagination .pagination>li:first-child>span img{
	vertical-align:sub;
}

#tutor-pagination .pagination>.active>a {
	background:#c5953b;
	color:#fff;

}

.ma {
	font-weight:500 !important;
}


#client-full-profile #star-rating table > tbody > tr > td {
	font-size:15px !important;
}



#client-full-profile .pro-details h3{
	font-size:20px;
	font-weight:400;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}


#client-full-profile .client-detail {
	font-size:16px;
}


#client-full-profile .cd-head {
	font-size:16px !important;
}


#client-full-profile .client-detail li {
	font-size:16px !important;
}

#client-full-profile .cd-content {
	display:inline!important;
	font-size:16px !important;

}

#client-full-profile .all-button {

	min-width: 180px !important;
	text-align:center !important;
}


.tpa-table .styling-check-box:not(:checked) + label, .styling-check-box:checked + label {
	vertical-align:sub !important;
	font-size:16px !important;
}

.mf {
	font-size:18px;
	line-height:24px;
}


#client-personal-page .selectParent select {
	background-position:right !important;
}

.client-add-student-body {
	z-index:9999;

}

.client-add-student-body .table>tbody>tr>td {
	border-top:0px;
	text-align:left;

}


.input-calender {
	border-bottom: 1px solid #c5953b !important;
	padding:2px !important;
	color: #999 !important;
}

.input-calender-box .input-group-addon {
	background:transparent!important;
	border:none !important;
}


.input-calender-box .input-group-addon span {
	margin-top:7px;
	color:#c5953b;
}


#tutor_message{
	min-height: 56px;
}


.m-subject {
	font-weight:500 !important;
	margin-bottom:3px !important;
	color:#c5953b !important;
	font-size:18px !important;
	display:inline-block;
	width:80%;

}

.m-date {

	margin-bottom:10px !important;
	font-size:16px;
	font-style:italic;
	color:#757575;
	font-weight:300;
	text-align:right;
	float:right;
}

.email-preview-content {
	font-size:16px;
	font-weight:300;
	color:#757575;
}


.msg_flag{
	cursor: pointer;
}

.inactive_flag{
	color: #757575 !important;
}

/*#compose_model{*/
	/*width: 500px;*/
/*}*/


#compose_mail{
	cursor: pointer;
}


#myModal3 .modal-content {
	float: left;
	width: 100%;
}


.email-preview-content{
	min-height: 212px;
}
