html,
body {
	height: 100%;
	/*font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;*/
	font-family: 'Segoe UI', sans-serif;
	font-style: normal;
	font-size: 12px;
}

body {
	padding-top: 52px;
}

a:focus, a:hover {
	text-decoration: none;
}

.img-portfolio {
	margin-bottom: 30px;
}

.img-hover:hover {
	opacity: 0.8;
}

.navbar {
	margin-bottom: 0;
}

.header-fix {
	position: fixed;
	z-index: 1111;
	top: 0;
	width: 100%;
}

.navbar-nav > li {
	float: right;
}

.navbar-nav > li > a {
	line-height: 23px;
}

.navbar-default .navbar-nav > li > a {
	color: #333;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	background-color: transparent;
}

.dropdown-menu > li > a {
	padding: 3px 12px;
}

.dropdown-menu {
	top: 46px;
}

.loginbutn:focus, .loginbutn:hover {
	color: #000;
	border: 1px solid #000;
}

.signupbutn:focus, .signupbutn:hover {
	background-color: #950100 !important;
	border: 1px solid #C60001;
}

.badge {
	background-color: #FBC95D;
	color: #000;
}

header.carousel {
	height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
	height: 100%;
}

header.carousel .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.form-control::-moz-placeholder {
	color: #777;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #777;
}

.form-control::-webkit-input-placeholder {
	color: #777;
}

.navbar-header {
	margin-top: 6px;
}

.nav {
	margin-top: 2px !important;
	width: 100%;
}

.form-control {
	height: 45px;
	box-shadow: none;
	transition: none;
	-webkit-transition: none;
}

#custom-search-input {
	padding: 0;
	width: 32%;
	float: left;
	margin-top: 2px;
}

#custom-search-input .form-control {
	height: 32px;
}

.form-control:focus {
	border-color: #ccc;
	box-shadow: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
}
.btn-code {
	background: transparent;
    border: none;
    display: block;
    text-align: right;
    margin-left: auto;
    color: #337ab7;
    font-weight: 600;
}
.code-block {
	display: none;
}
.loader {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	z-index: 1112;
	width: 100%;
	height: 100%;
}
.loader .loading-image {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.input-group-btn {
	z-index: 1000;
}

#custom-search-input .search-query {
	padding-right: 15px;
	padding-right: 15px \9;
	padding-left: 15px;;
	padding-left: 15px \9;
	background-color: #fff;
	margin-bottom: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#custom-search-input button {
	border: 0;
	background: none;
	padding: 2px 5px;
	position: relative;
	left: -39px;
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #D9230F;
}

.search-query:focus + button {
	z-index: 3;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #fbfcfd;
	border: solid #f2f2f2 1px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-primary {
	color: #fff !important;
	background-color: transparent;
	border: 1px solid #fff;
	margin: 7px 2px;
}

.btn-quaternary {
	color: #686f7a !important;
	background-color: #fff;
	border: 1px solid #505763;
	margin: 7px 2px;
}

.btn-primary:hover {
	border-color: #fff;
}

.btn-quaternary:hover {
	color: #686f7a !important;
	background-color: #f2f3f5 !important;
	border-color: #505763;
}

.btn {
	padding: 11px 12px !important;
	font-size: 15px;
	line-height: 1.43 !important;
	border-radius: 2px;
	font-weight: 600;
}

#custom-search-input .btn {
	padding: 5px 12px !important;
}

.separater {
	width: 100%;
	float: left;
	display: inline-block;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.error-404 {
	font-size: 100px;
}

.input-group {
	margin-bottom: 15px;
}

.price {
	display: block;
	font-size: 50px;
	line-height: 50px;
}

.price sup {
	top: -20px;
	left: 2px;
	font-size: 20px;
}

.period {
	display: block;
	font-style: italic;
}

footer {
	margin: 50px 0;
}

.social-btn {
	color: #fff;
	font-size: 17px;
}

.social-btn:hover {
	color: #fff;
}

.popover-content .btn-primary {
	background: #cd0002;
}

.thumbnail .caption {
	float: left;
	width: 100%;
}

#accordion .panel-body {
	border-top: 0;
}

.btn-danger {
	background-color: #CD0002;
	border-color: #CD0002;
}

.signupbtn:hover {
	background: #fff !important;
	color: #000 !important;
}

.popover.left > .arrow {
	right: -10px;
}

.preview-course {
	text-align: center;
	margin: 10px 0;
	font-size: 19px;
}

.order-progress {
	margin-top: 60px;
}

.takequiz {
	background: #ddd;
	padding: 7px 15px;
	border-radius: 2px;
	border: 1px solid #ccc;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	float: right;
}

.astk {
	color: red;
}

.now-playing {
	position: absolute;
	top: 40px;
	left: 56px;
	text-align: center;
	display: block;
	color: #000;
	font-weight: bold;
}

.faint-img {
	opacity: 0.4;
}

.free-course-title {
	cursor: pointer;
	margin: 0 0 10px;
	text-align: center;
	font-size: 13px;
	margin-bottom: 0;
	min-height: 56px;
	padding-bottom: 5px
}

.video-block {
	background: #F1F1F1;
	border-radius: 2px;
}

.preview-course a {
	color: #000;
}

.avater {
	border: 1px solid #686f7a;
	width: 150px;
	height: 150px;
	border-radius: 80px;
	text-align: center;
	margin: 0 auto;
	vertical-align: middle;
	display: table-cell;
	font-size: 50px;
	color: #686f7a;
	margin-top: 50px;
}

.error {
	color: red;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	vertical-align: middle;
}

.panel-group .panel + .panel {
	margin-top: 8px;
}

.panel-group .panel {
	border-radius: 0px;
}

.panel-group .panel-heading {
	border-bottom: 1px solid transparent;
	padding: 15px 25px;
}

.course-price {
	float: left;
	width: 100%;
	text-align: right;
	border-top: 1px solid #ccc;
	margin-top: 12px;
	padding-top: 10px;
}

.course_price {
	color: #505763;
	font-size: 25px;
	margin-right: 8px;
}

.course-old-p {
	text-decoration: line-through;
	color: #999;
	font-size: 15px;
}

.coursep_old {
	text-decoration: line-through;
	color: #999;
	font-size: 13px;
}

.coursep {
	font-weight: 700;
}

.round-video {
	color: #000;
	border-radius: 15px;
	font-size: 7px !important;
	padding: 2px;
	border: 2px solid;
	padding-left: 3px;
}

.short-sec {
	font-size: 15px;
	margin-bottom: 20px;
}

.short-sec span {
	vertical-align: middle;
	line-height: 30px;
	margin-right: 20px;
}

.carousel-control.left {
	background-image: none;
}

.course-elements .carousel-control.left {
	background-image: none;
	width: 35px;
	color: #959595;
	font-size: 50px;
	left: 0;
	top: 90px;
	text-shadow: none;
}

.course-elements .carousel-control.right {
	background-image: none;
	width: 35px;
	color: #959595;
	right: -15px;
	font-size: 50px;
	top: 90px;
	position: relative;
	text-shadow: none;
}

.panel-login {
	width: 45%;
	margin: 0 auto;
	box-shadow: 0px 4px 5px #ccc;
	margin-top: -100px;
	margin-bottom: 50px;
	padding: 50px;
}

.social-logins {
	margin-bottom: 10px;
}

.showmore_content {
	position: relative;
	overflow: hidden;
}

.showmore_trigger {
	width: 100%;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
}

.showmore_trigger span {
	display: block;
	color: #E51C24;
	text-decoration: underline;
}

.popover-content {
	box-shadow: none;
	float: left;
	padding: 10px 12px;
	font-size: 13px;
}

.demo-pophover {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 5px;
}

.nav-pills {
	box-shadow: 0px 1px 5px #ccc;
}

.nav-pills > li > a {
	padding: 12px 12px;
	color: #7C7C7C;
	/*font-weight: 100;*/
	font-size: 20px;
	font-style: normal;
    font-weight: normal;
}
.nopadding {
  font-size: 15px;
}
.mainpage label {
  font-size: 15px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	background-color: transparent;
	color: #000;
}

.loginbutn {
	border: 1px solid #686f7a;
	font-weight: 600;
	border-radius: 2px;
	text-align: center;
}

.signupbutn {
	font-weight: 600;
	border-radius: 2px;
	background: #C60001;
	color: #fff !important;
	border: 1px solid #C60001;
	margin-left: 6px;
	text-align: center;
}

.navsep {
	border-left: 1px solid #ccc;
	padding-left: 25px;
	margin-left: 10px;
}

.srchtxt {
	border-radius: 2px;
	height: 36px;
	margin-top: 3px;
	padding: 10px;
	border: none;
	box-shadow: 0px -1px 6px #ccc;
	width: 92%;
}

.srchtxt:focus {
	outline: none;
}

.srchbtn {
	background: none;
	color: #AA0000;
	border: none;
	margin-left: -40px;
	font-size: 18px;
	padding: 0;
}

.srchbtn:focus {
	outline: none;
}

.course_activity {
	float: right;
	margin-top: 5px;
}

@media (max-width: 991px) {

	.customer-img,
	.img-related {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.img-portfolio {
		margin-bottom: 15px;
	}

	header.carousel .carousel {
		height: 70%;
	}
}

.navbar-default {
	background: none;
	border: none;
}

.bdrbtm {
	border-bottom: 1px solid #ccc;
	padding: 30px 0;
}

.ssl-container {
	float: right;
}

.ssl {
	display: block;
	float: right;
	font-size: 24px;
	background: #EFEFEF;
	padding: 14px;
	border-radius: 35px;
}

.ssl-text {
	display: block;
	float: right;
	padding: 10px 10px 0 10px;
	color: #555;
	text-align: center;
}

.step {
	background: #fff;
	color: #000;
	padding: 6px;
	font-size: 14px;
	border: 1px solid #ccc;
	text-align: center;
}

.step.active {
	background: #67c288;
	color: #fff;
	border: none;
}

.step .caret {
	position: absolute;
	margin: 0;
	color: #eee;
	opacity: 1.0;
}

.step .caret-active {
	color: #69f;
}

.stp-pad {
	padding-right: 0;
}

.stp-pad:first-child {
	padding: 0;
}

.step .caret.right {
	right: 1px;
	top: 0px;
	border-top: 27px solid transparent;
	border-bottom: 28px solid transparent;
	border-left: 30px solid;
}

.step .caret.bottom {
	bottom: -15px;
	left: 35%;
	border-top: 15px solid;
	border-right: 50px solid transparent;
	border-left: 50px solid transparent;
}

.thumbnail {
	display: inline-block;
	padding: 0;
	margin-bottom: 0;
	line-height: 1.42857143;
	background-color: #fff;
	border: none;
	border-radius: 5px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
	min-height: 380px;
	/* border: 1px solid #ccc; */
}

.thumbnail a img {
	height: auto !important;
	border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.course-item2 {
	width: 24%;
	position: relative;
	float: left;
	display: inline-block;
	margin-right: 1%;
}

.course-title {
	min-height: 60px;
	overflow: hidden;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 0;
	color: #000;
	line-height: 22px;
}

.clok-icon {
	font-size: 16px !important;
}

.popover {
	max-width: 475px;
	border-radius: 0;
}

.popover-content {
	margin: 0px;
	box-shadow: -1px -1px 16px #ccc;
	padding: 10px 35px;
}

.course-rating {
	margin-top: 12px;
	margin-bottom: 5px;
}

.fixed {
	position: fixed;
	top: 15px;
	z-index: 99999;
}

.popover.right > .arrow {
	left: -10px;
}

.customcolor {
	font-size: 20px !important;
	cursor: pointer;
	position: relative;
	text-shadow: 1px 1px 10px #fff;
	left: 2px;
	float: left;
	color: #CD0002;
}


.customcolor:hover {
	color: #CD0002;
}

.aboutauther {
	font-size: 15px;
	line-height: 28px;
}

.authername {
	font-size: 17px;
	font-weight: bold;
	margin: 12px 0;
}

.footer-distributed {
	background-color: #fff;
	width: 100%;
	line-height: 1.8;
	font-size: 13px;
	float: left;
}

.yt {
	background-color: #ff0000;
	padding: 3px 6px;
	color: #fff;
	border-radius: 3px;
	font-size: 8px !important;
}

.gp {
	background-color: #ff0000;
	padding: 3px;
	color: #fff;
	border-radius: 2px;
	font-size: 12px !important;
}

.tw {
	background-color: #04a9f4;
	padding: 3px 3px;
	color: #fff;
	border-radius: 2px;
	font-size: 12px !important;
}

.fb {
	padding: 3px 5px;
	background: #3c5a99;
	color: #fff;
	border-radius: 2px;
	vertical-align: text-bottom;
	font-size: 12px !important;
}

.footer_bottom {
	margin: 30px auto;
}

.sec-head {
	font-size: 18px;
	margin-top: 0;
	border-bottom: 1px solid;
	width: 88%;
	padding-bottom: 1px;
}

.sec-head a {
	color: #000;
	font-size: 18px;
	border-bottom: 3px solid #CD0002;
}


.footer-distributed .footer-links {
	color: #007791;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a {
	display: block;
	line-height: 1.8;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
	color: #000;
	margin-bottom: 6px;
}


.each-section-head {
	font-size: 20px;
	font-family: 'Segoe UI', sans-serif;
}

.course-pdate {
	color: #8c8b8b;
	font-size: 15px;
	margin: 15px 0;
}

.post_name {
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 30px;
}

.post_name:hover {
	color: #ec5252;
}

.artpost p {
	font-size: 16px;
	line-height: 28px;
}

.list-group-item {
	border: none;
	background-color: transparent;
	font-size: 13px;
	color: #686f7a !important;
	padding: 12px;
}

.page-crumb p {
	margin-top: 15px;
	margin-bottom: 8px;
	font-size: 22px;
	line-height: 26px;
}

.page-features {
	width: 80%;
	padding: 0;
}

.page-crumb h1 {
	margin-top: 10px;
}

.page-crumb a {
	color: #fff
}

.active-cls::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #EC5252;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	z-index: 1;
	margin: auto;
}

.courses-container {
	background: #F7F8FA;
	width: 100%;
	padding: 0;
}

#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px;
}

#quote-carousel .carousel-control {
	background: none;
	color: #666;
	text-shadow: none;
	width: 5%;
	font-size: 12px;
	top: 60px;
}

.carousel-inner {
	text-align: center;
}

.carousel-control .fa {
	padding: 10px;
	border: 1px solid
}

#quote-carousel .carousel-control.left {
	left: -12px;
}

#quote-carousel .carousel-control.right {
	right: -12px !important;
}

#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
	display: none;
}

#quote-carousel .carousel-indicators li {
	background: #c0c0c0;
	color: red;
}

#quote-carousel .carousel-indicators .active {
	background: #333333;
}

.item blockquote {
	border-left: none;
	margin: 0;
}

.item blockquote img {
	margin-bottom: 10px;
}

.item blockquote p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}

.quotetext {
	color: #000;
}

.top-catg-nav {
	margin-top: 20px;
	background: #f7f8fa;
}

.category-page {
	background: #363636;
	color: #fff;
	padding: 25px 0;
	/*padding-bottom: 100px;*/
	/*margin-top: 50px;*/
}

.span-txt {
	margin-right: 25px;
	margin-bottom: 6px;
	display: inline-block;
	font-size: 15px;
}

.addtowish-btn {
	border: 1px solid #505763;
	background: #fff;
	border-radius: 2px;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 8px;
	padding: 14px 12px !important;
}

.addtowish-btn a {
	color: #686f7a;
	font-size: 15px;
}

.course-row {
	margin-bottom: 5px;
	float: left;
	width: 100%;
}

.about-course {
	border: 1px solid #dedfe0;
	background-color: #f9f9f9;
	padding: 20px 30px;
	margin-top: 20px;
}

.about-course h2 {
	margin-top: 0;
	font-size: 25px;
}

.about-course .description {
	line-height: 24px;
}

.about-course-review h2 {
	font-size: 22px;
}

.author-block {
	margin: 30px 0;
}

.course-right-box {
	z-index: 20;
	background-color: #fff;
	box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
	border-radius: 4px;
	padding: 10px 30px;
	width: 100%;
	display: inline-block;
}

.row-section {
	border: 1px solid #CCCCCC;
	padding: 15px 30px;
	border-bottom: none;
	margin-top: 10px;
}

.nopadding {
	padding-left: 0;
	padding-right: 0;
}

.quizbtn {
	border-radius: 2px;
	background: #CD0002;
	color: #fff !important;
	text-transform: uppercase;
	padding: 3px !important;
	height: 34px !important;
}

.panel-body {
	padding: 0 15px;
}

.includes {
	font-size: 15px;
}

.includes span {
	padding-bottom: 7px;
	float: left;
	width: 100%;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
	outline: none;
}

#option_picked-error {
	position: absolute;
	margin-left: -18px;
	top: 20%;
}

.tbl-row {
	border-bottom: 1px solid #CCCCCC;
	padding: 7px 0;
	background: #fff;
}

.relatedcoures {
	padding: 15px 0;
	box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
	border-radius: 2px;
	margin-bottom: 10px;
}

.relatedtitle {
	font-size: 16px;
	margin-top: 0;
	line-height: 20px;
}

.relatedcoures .cprice {
	color: #505763;
	font-size: 18px;
}

.img-thumbnail {
	border: none;
	border-radius: 0;
	padding: 0;
}

.videodemo {
	width: 100%;
	overflow: hidden;
	margin-top: -75px;
}

.embed-container {
	position: relative;
	padding-bottom: 70.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 100%;
}

.course-author {
	margin-top: 2px;
}

.thumb-cont {
	min-height: 154px;
}

.course-author .auth {
	color: #999;
	font-size: 13px;
}

.lec-no {
	line-height: 40px;
}


.nopadding {
	padding-left: 0;
	padding-right: 0;
}

.nopaddingl {
	padding-left: 0;
}

.picons {
	font-size: 17px;
	margin-right: 12px;
}

.plabels {
	cursor: pointer;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.box {
	border: 1px solid #DEDEDE;
	padding: 10px;
	margin-bottom: 18px;
}

.form-actions {
	padding: 12px 20px 18px;
	margin-top: 18px;
	margin-bottom: 18px;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
}

.psave-btn {
	background-color: #CD0002;
	font-size: 12px;
	padding: 7px 12px !important;
	margin: 0;
}

.psave-btn:hover {
	background-color: #CD0002;
}

.psave-btn:focus {
	background-color: #CD0002;
}

.successmsg {
	text-align: center;
	margin-bottom: 20px;
	background: #9FCBB0;
	padding: 10px;
	font-size: 13px;
	border-radius: 2px;
}

.custom-alert {
	margin-top: 20px;
	font-size: 15px;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}

.close-notif {
	float: right;
	margin-top: -16px;
	margin-right: -16px;
	color: #a94442;
	font-size: 25px !important;
	cursor: pointer;
}

.video-title {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 10px
}

.mb-view-show {
	display: none;
}

.qoption {
	vertical-align: top;
	margin-right: 5px !important;
}

iframe {
	border: none;
}

.quiz_option {
	margin-bottom: 15px;
}

#quiz_countdown {
	float: left;
	width: 100%;
	display: inline-block;
}

.quizques {
	margin-bottom: 15px;
}

.mb-view-none {
	display: block;
}

.mb-view-show {
	display: none;
}

.owl-dots {
	display: none;
}

.img-mob {
	display: none;
}

.payment-block {
	width: 15.8%;
	margin-right: 0.7%;
	display: inline-block;
}

.payment-block:last-child {
	margin-right: 0;
}

div.clear {
	clear: both;
}

div.product-chooser {

}

div.product-chooser.disabled div.product-chooser-item {
	zoom: 1;
	filter: alpha(opacity=60);
	opacity: 0.6;
	cursor: default;
}

div.product-chooser div.product-chooser-item {
	border-radius: 1px;
	cursor: pointer;
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #e1e1e1;
	padding: 40px 0 !important;
}

div.product-chooser div.product-chooser-item.selected {
	border: 1px solid #CD0002;
	filter: alpha(opacity=100);
	opacity: 1;
}

div.product-chooser div.product-chooser-item img {
	padding: 0;
}

div.product-chooser div.product-chooser-item span.title {
	display: block;
	margin: 10px 0 5px 0;
	font-weight: bold;
	font-size: 12px;
}

div.product-chooser div.product-chooser-item span.description {
	font-size: 12px;
}

div.product-chooser div.product-chooser-item input {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.img-desk {
	display: inline-block;
}

#drawer {
	display: inline;
}

#drawer-toggle {
	display: none;
}

.glyphicon-shopping-cart {
	font-size: 26px;
	color: #333;
}

.logo {
	text-align: center;
	margin-top: 5px;
}

.cartcount {
	margin-top: 8px;
	border-left: 1px solid #ccc;
	text-align: center;
}

.searchmob {
	display: none;
}

.switchmenu {
	display: none !important;
}

.switchdrop {
	visibility: visible
}

.about_wrap {
	width: 70%;
	margin: 0 auto;
	position: relative;
	margin-top: -90px;
	z-index: 1000;
	text-align: justify;
}

.about_wrap .about {
	background: #fff;
	padding: 40px;
	border-radius: 2px;
	font-size: 20px;
}

.course-content {
	color: #686f7a;
}

.search-c-title {
	margin-top: 0;
}

.search-c-title a {
	color: #29303b;
}

.mob-search {
	float: left;
	font-size: 16px;
	color: #444;
	padding: 2px 20px;
	cursor: pointer;
	display: none;
}

.mob-searchbox {
	margin-top: 0px;
	display: none;
}

.mob-searchbox .srchtxt {
	position: static;
}

.takethis {
	margin-bottom: 10px;
}

.wgroups {
	list-style-type: none;
	padding-left: 0;
	margin-top: 20px;
}

.wgroups li {
	margin-bottom: 15px;
}

.wgroups li img {
	border: 1px solid #ccc;
	padding: 10px;
}

.wgroups li span {
	margin-left: 15px;
	font-size: 18px;
}

.wttext {
	font-size: 15px;
	color: #666;
	text-align: justify;
	margin-right: 15px;
}

.wlinks ul {
	list-style-type: none;
	padding-left: 0;
}

.implinks {
	padding-left: 30px;
	border-left: 1px solid #ccc;
}

.searchtext {
	padding-top: 8px;
}

@media (max-width: 991px) {
	.glyphicon-shopping-cart {
		font-size: 20px;
		margin-top: 3px;
	}

	.page-features {
		width: 100%;
	}

	.cartcount {
		padding: 0
	}

	.step .caret.right {
		top: 20px;
		border-top: 40px solid transparent;
		border-bottom: 40px solid transparent;
	}

	.navbar-header {
		margin-right: 3% !important;
	}

	#custom-search-input {
		width: 38%;
	}

	.thumbnail {
		min-height: auto;
	}

	.thumb-cont {
		min-height: 96px;
	}

	.panel-login {
		width: 70%;
	}
}

.badge-error {
	background-color: #b94a48;
}

.pages-header {
	box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
	background: #eee;
	display: block;
	height: 52px;
	padding: 3px 0;
}

.nopadding-horiz {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 768px) {
	body {
		padding-top: 0;
	}

	.takethis {
		padding: 0;
		margin-bottom: 10px;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 1000;
		left: 0;
	}

	.hide-mb {
		display: none;
	}

	.custom-alert {
		font-size: 11px;
	}

	.alert {
		padding: 8px;
	}

	.close-notif {
		margin-top: -10px;
		margin-right: -10px;
	}

	.header-fix {
		position: relative;
	}

	.each-section-head {
		font-size: 16px;
	}

	.course-content {
		display: none;
	}

	.search-c-title {
		font-size: 16px;
	}

	.mob-search {
		display: block;
	}

	#mycourse {
		display: none;
	}

	.switchdrop {
		visibility: hidden;
	}

	.switchmenu {
		display: block !important;
	}

	.page-crumb h1 {
		font-size: 17px;
		margin-top: 0;
		text-align: center;
	}

	.page-crumb p {
		font-size: 14px;
		line-height: 18px;
	}

	.slideitm {
		margin-top: 6px;
	}

	.searchmob {
		display: block;
	}

	.searchdesk {
		display: none;
	}

	.navsep {
		border-left: none;
		padding: 0;
		padding-top: 20px;
		margin: 10px 16px;
		border-top: 1px solid #ccc;
		width: 70%;
	}

	.loginbutn {
		width: 100%;
		margin: 0;
	}

	.mobnav {
		width: 45% !important;
		margin-left: 5%;
		border: none;
		float: left !important;
		margin-right: 0 !important;
		padding-top: 0;
		margin-top: 0 !important;
	}

	.navbar-nav > li {
		width: 100%;
	}

	.signupbutn {
		width: 100%;
		margin-left: 0;
	}

	.glyphicon-shopping-cart {
		font-size: 20px;
		margin-top: 3px;
	}

	.logo {
		text-align: right;
	}

	.cartcount {
		text-align: right;
		border: none;
		padding: 0;
	}

	.nav {
		padding: 0px 40px;
		border-top: 1px solid #ccc;
		width: 104%;
	}

	.nav-pills {
		padding: 0 !important;
	}

	#drawer-toggle {
		display: block;
	}

	#drawer-toggle {
		position: relative;
		opacity: 0;
	}

	.profmob {
		position: absolute !important;
		top: 1px;
		right: 0;
	}

	.profmob a {
		float: right;
	}

	.nav > li > a {
		padding: 5px 0px;
	}

	.srchtxt {
		width: 100%;
		margin-top: 2px;
		z-index: -100;
		position: relative;
		border: none;
		box-shadow: 1px 1px 5px #ccc;
	}

	#drawer-toggle-label {
		left: 0px;
		height: 50px;
		width: 24px;
		float: left;
		position: relative;
		cursor: pointer;
		background: rgba(255, 255, 255, .0);
		z-index: 1;
		margin-top: -10px;
	}

	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
		padding: 5px 15px 5px 10px;
	}

	#drawer-toggle-label:before {
		content: '';
		display: block;
		position: absolute;
		height: 2px;
		width: 24px;
		background: #8d8d8d;
		left: 0;
		top: 18px;
		box-shadow: 0 6px 0 #8d8d8d, 0 12px 0 #8d8d8d;
	}

	#drawer {
		position: fixed;
		top: 0;
		left: -300px;
		height: 100%;
		width: 275px !important;
		background: #fff;
		padding: 40px 0 !important;
		-webkit-overflow-scrolling: touch;
	}

	#drawer-toggle:checked ~ #drawer-toggle-label {
		height: 100%;
		width: 40px;
	}

	#drawer-toggle:checked ~ #drawer-toggle-label,
	#drawer-toggle:checked ~ header {
		right: calc(100% - 50px);
	}


	#drawer-toggle:checked ~ #drawer {
		left: 0px;
	}

	#drawer-toggle:checked ~ #drawer {
		width: calc(100% - 50px);
		padding: 20px;
	}

	#drawer-toggle:checked ~ #page-content {
		margin-left: calc(100% - 50px);
	}

	.mb-view-none {
		display: none;
	}

	.mb-view-show {
		display: block;
	}

	.mb-none {
		display: none;
	}

	.course_activity {
		display: none;
	}

	.price_wrape {
		float: left;
	}
}


@media (min-width: 480px) {
	.navbar-right {
		margin-right: 0;
	}

	.navbar-nav > li > a {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	#quote-carousel {
		margin-bottom: 0;
		padding: 0 40px 30px 40px;
	}
}

@media (max-width: 480px) {
	.search-c-title {
		font-size: 15px;
		margin-bottom: 2px !important;
	}

	.searchtext {
		padding-top: 2px;
	}

	.about_wrap {
		width: 95%;
	}

	.about_wrap .about {
		padding: 20px;
	}

	.coursepage .category-page {
		display: none;
	}

	.contentpart {
		position: relative;
		top: 235px;
		margin-bottom: 208px;
	}

	.videodemo {
		position: fixed;
		z-index: 1000;
		margin-top: 0;
	}

	.navpill-fixed {
		position: fixed;
		z-index: 10000;
		background: #fff;
		margin-top: 0px !important;
	}

	.coursepage .container {
		padding: 0;
	}

	.wttext {
		font-size: 13px;
	}

	.wgroups li span {
		font-size: 15px;
	}

	.bcins {
		font-size: 23px;
	}
}

@media (max-width: 750px) {
	div.product-chooser div.product-chooser-item {
		padding: 10px 0 !important;
	}

	.payment-block {
		width: 98%;
		margin: 0 1%;
		display: inline-block
	}

	.img-desk {
		display: none;
	}

	.img-mob {
		display: block;
	}

	.stp-pad {
		padding-left: 4px;
	}

	.step {
		font-size: 12px;
		padding: 6px 2px;
	}

	.step .glyphicon {
		font-size: 8px;
	}

	.course-rating {
		margin-top: 2px;
		margin-bottom: 0;
	}

	.course-title {
		font-size: 13px;
		line-height: 18px;
		margin-top: 0;
		min-height: 38px;
	}

	.panel-login {
		width: 92%;
		padding: 25px 5px;
	}

	.social-btn {
		font-size: 14px;
	}

	.nav-pills > li > a {
		font-size: 12px !important;
		padding: 12px 7px;
	}

	.course-right-box {
		margin-top: 80px;
	}

	.popover {
		visibility: hidden !important;
	}

	.sec-head a {
		font-size: 15px;
	}


	.jazzcash-icon img {
		transform: scale(1, 1) !important;
	}
}

@media (max-width: 350px) {
	.step {
		font-size: 10px;
		padding: 6px 2px;
	}

	.nav-pills > li > a {
		font-size: 12px !important;
		padding: 12px 7px;
	}

	.course-item2 {
		width: 100%;
		margin-right: 0;
	}

	.wgroups li span {
		font-size: 13px;
		margin-left: 6px;
	}
}


.jazzcash-icon {
	border: none !important;
}


@media (min-width: 750px) {
	.jazzcash-icon img {
		transform: scale(1.5, 1.5);
	}

}
