body {
	font-family: 'Montserrat', sans-serif;
}
.top_bar {
	background-color: #9a2ffb;
	padding: 5px;
}
.top_bar ul {
	float: right;
	margin-bottom: 0;
}
.top_bar ul li {
	list-style: none;
	display: inline-block;
	color: #fff;
	margin-left: 30px;
}
.top_bar ul li img {
	height: 20px;
	margin-right: 5px;
	margin-left: 10px;
}
.top_bar ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}
.social a img {
	margin-right: 0px !important;
	margin-left: 0px !important;
}
.top_bar ul li span {
    margin-right: 5px !important;
    font-size: 13px;
}
.navbar {
	background-color: #fff;
	margin-bottom: 0;
	box-shadow: 2px 4px 5px 2px #efefef;
	display: block;
}
.static-top .dropdown-menu {
	background: #f8f2fd;
	border: 0;
	top: 100%;
	border-radius: 0px 0px 5px 5px;
	border-bottom: solid 4px #394353;
	left: 16%;
}
.dropdown-menu-large .col-sm-3 {
	float: left;
	width: 33%;
	max-width: 33%;
}

.nav.navbar-nav.navbar-right li a {
	color: #333;
	font-weight: 500;
}
.caret {
	position: relative;
	border: none;
	top: -3px;
}
.caret:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 5px solid #000000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.caret:after {
  content: '';
  position: absolute;
  left: 2px;
  top: 0;
  border-top: 3px solid #fff;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.navbar-brand {
	float: left;
	height: 50px;
	padding: 7px 15px;
	font-size: 18px;
	line-height: 20px;
}
.remove_left{
	padding-left:0px;
}
.remove_right{
	padding-right:0px;
}
.banner_bg {
	background-image: url('../img/banner_bg.jpg');
	padding: 10px;
}
.get_in_touch {
	background-color: rgba(255,255,255,0.5);
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.get_in_touch h2 {
	margin-top: 0px;
	font-size: 16px;
	color: #9a2ffb;
	font-weight: 600;
}
.get_in_touch h2::after {
	content: '';
	width: 35px;
	display: block;
	background-color: #9a2ffb;
	height: 2px;
	margin-top: 12px;
}
.get_in_touch input {
	width: 100%;
	padding-left: 10px;
	height: 35px;
	margin-bottom: 13px;
	border-radius: 0;
	border: none;
	border-bottom: solid 1px #9a2ffb;
	font-size: 13px;
}
.get_in_touch input::placeholder{
	opacity:1;
	color:#000;
}
.get_in_touch p {
	margin-bottom: 15px;
	font-size: 14px;
}
.banner_left {
	background-color: rgba(255,255,255,0.6);
	border-radius: 15px;
	position: relative;
	padding: 10px;
}
.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(154, 47, 251, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(154, 47, 251, 0);
  }
}
.banner_left_hd {
	width: 120px;
	height: 120px;
	margin: -100px auto;
	border-radius: 100%;
	text-align: center;
	background-color: #9a2ffb;
	border: solid 12px #ca96f0;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner_left ul {
	padding-left: 0;
	text-align: center;
	margin-top: 130px;
}
.banner_left ul li {
	list-style: none;
	display: inline-block;
	background-color: #9a2ffb;
	color: #fff;
	border-radius: 30px;
	padding: 5px 15px;
	font-weight: 600;
	font-size: 13px;
	box-shadow: 0px 2px 5px 2px #c996ef;
	margin-bottom: 15px;
	margin-right: 2px;
	margin-left: 2px;
}
.banner_left ul li a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
a:focus {
    outline: none;
    outline-offset: unset;
}
.banner_left p {
	text-align: center;
	font-size: 13px;
	margin-top: 22px;
	margin-bottom: 22px;
}
.btn_sbmit {
	background-color: #9a2ffb;
	color: #fff;
	border: none;
	padding: 10px 30px;
	font-weight: 600;
	border-radius: 30px;
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 5px;
	box-shadow: 0px 2px 5px 2px #c996ef;
}
.below_banner {
	padding: 60px;
}
.chr_rght {
	float: right;
}
.below_banner h2 {
	text-transform: uppercase;
	font-size: 22px;
}
.below_banner p::after {
	content: '';
	height: 3px;
	width: 20px;
	background-color: #9a2ffb;
	display: block;
	margin-top: 22px;
}
.below_banner ul {
	padding-left: 20px;
	margin-top: 20px;
}
.below_banner ul li{
	list-style:none;
	position:relative;
	margin-bottom:10px;
	font-size:15px;
}
.below_banner ul li::after {
	content: '';
	background-image: url('../img/tick_arrow.png');
	height: 12px;
	width: 12px;
	background-size: contain;
	display: block;
	position: absolute;
	left: -20px;
	top: 4px;
}
.below_banner ul li a {
	background: none;
	padding: 0;
	color: #333;
	margin-top: 0;
}
.below_banner ul li a:hover{
	color:#9a2ffb;
}
.below_banner a {
	display: inline-block;
	background-color: #9a2ffb;
	color: #fff;
	padding: 7px 25px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 30px;
	margin-top: 20px;
	text-decoration: none;
	text-transform: uppercase;
}
.latest_course {
	background-color: #f7f7f6;
	padding: 50px;
}
.txt_head {
	font-size: 25px;
	text-transform: uppercase;
}
.txt_head::after {
	content: '';
	height: 2px;
	width: 45px;
	display: block;
	background-color: #999;
	margin-top: 15px;
	margin-bottom: 20px;
}
.btn_explore {
	background-color: #9a2ffb;
	color: #fff !important;
	padding: 7px 20px;
	border-radius: 30px;
	float: right;
	font-weight: 600;
	text-decoration: none !important;
}
.sml_head {
	font-size: 15px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 50px;
	margin-top: 5px;
}
.txt_para {
	margin-bottom: 50px;
}
.course_card {
	width: 300px;
	background-color: #fff;
	border-radius: 15px;
}
.course_cover {
	height: 200px;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px 15px 0 0;
}
.course_cover button {
	background-color: transparent;
	border: none;
}
.course_details {
	padding: 20px;
}
.course_details h4 {
	font-size: 15px;
	margin-top: 0;
}
.course_details a {
	background-color: #9a2ffb;
	color: #fff !important;
	padding: 7px 20px;
	border-radius: 30px;
	font-weight: 600;
	text-decoration: none !important;
	margin-top: 2px;
	display: inline-block;
}
.slick-prev {
	left: -15px;
	background-image: url('../img/arrow-left.png') !important;
	background-repeat: no-repeat !important;
	background-position: 60% 50% !important;
}
.slick-next {
	right: -15px;
	background-image: url('../img/arrow-right.png') !important;
	background-repeat: no-repeat !important;
	background-position: 60% 50% !important;
}
.slick-arrow {
	background-color: #fff !important;
	height: 31px;
	width: 30px;
	z-index: 9;
	border-radius: 100%;
	box-shadow: 0px 0px 12px 4px #ddd;
	top: 60%;
}
.slick-next::before {
	content: '→';
	display:none;
}
.slick-prev::before {
	content: '→';
	display:none;
}
 .latest_course_card .slick-slide {
    margin-left:27px;
  }
.latest_course_card .slick-list {
    margin-left:-27px;
}
.testimonial_bx_inner {
	background-color: #f7f7f6;
	padding: 20px;
	position:relative;
}
.testimonial_bx_inner::after {
	content: '';
	position: absolute;
	bottom: -55px;
	right: 50px;
	height: 110px;
	width: 110px;
	background-image: url('../img/quote.png');
	background-size: contain;
}
.happy_student {
	margin-top: 85px;
	margin-bottom: 70px;
}
.happy_student h2::after {
	content: '';
	height: 2px;
	width: 45px;
	background-color: #999;
	display: table;
	margin: 15px auto;
}
.happy_student h2 {
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 35px;
}
.testimonial_bx_inner .slick-prev {
	left: -65px;
	background-image: url('../img/arrow-left.png') !important;
	background-repeat: no-repeat !important;
	background-position: 60% 50% !important;
}
.testimonial_bx_inner .slick-next {
	right: -65px;
	background-image: url('../img/arrow-right.png') !important;
	background-repeat: no-repeat !important;
	background-position: 60% 50% !important;
}
.student_dp {
	margin: 25px auto;
}
.happy_student .slick-dots {
	display: none !important;
}
..happy_student ul{
	margin-bottom:0;
}
.happy_student p {
    font-weight: 500;
    font-style: italic;
    margin-top: 15px;
    margin-bottom: 0px;
    color: #333;
}
.happy_student label{
	font-style:italic;
	font-weight:600;
}
.happy_student label::before{
	content:'';
	height:2px;
	width:20px;
	background-color:#9a2ffb;
	display:block;
	margin-top:20px;
	margin-bottom:20px;
}
.download_notes h2::after {
	content: '';
	height: 2px;
	width: 45px;
	background-color: #999;
	display: table;
	margin: 15px auto;
}
.download_notes h2 {
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
	margin-top: 0;
}
.download_notes ul li {
	list-style: none;
	padding: 20px 45px;
	width: 49.2%;
	display: inline-block;
	border-bottom: dotted 1px #333;
	position: relative;
	color: #9a2ffb;
	font-size: 16px;
	font-weight: 500;
}
.download_notes ul {
	padding-left: 0;
	border: solid 1px #ccc;
	padding: 40px;
	margin-top: 70px;
}
.download_notes ul li:nth-child(1){
	border-right:dotted 1px #333;
}
.download_notes ul li:nth-child(3) {
	border-right: dotted 1px #333;
	border-bottom: none;
}
.download_notes ul li:nth-child(4) {
	border-bottom: none;
}
.about_area h2 {
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
	margin-top: 0;
}
.about_area h2::after {
	content: '';
	height: 2px;
	width: 45px;
	background-color: #999;
	display: table;
	margin: 15px auto;
}
.about_area p{
	text-align:center;
}
.about_area {
	margin-top: 70px;
	margin-bottom: 70px;
}
.download_notes {
	margin-top: 100px;
}
footer {
	background-color: #232733;
	padding: 60px;
}
footer p {
	color: #999;
	margin-top: 16px;
	font-size: 13px;
	line-height: 22px;
}
footer ul {
	padding-left: 0;
}
footer ul li{
	list-style:none;
}
footer h3 {
	color: #999;
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 12px;
	text-transform: uppercase;
}
footer label {
	color: #999;
	font-size: 13px;
}
footer ul li a {
	color: #999;
	font-size: 13px;
}
footer ul li a:hover{
	color:#fff;
	text-decoration:none;
}
footer h3::after {
	content: '';
	height: 2px;
	width: 20px;
	background-color: #999;
	display: block;
	margin-top: 15px;
}
.remove_line::after{
	content:'';
	display:none;
}
.remove_line {
	margin-top: 45px;
}
.bottom_line {
	text-align: center;
	background-color: #121318;
	color: #888;
	padding: 10px;
}
.latest_course_card .slick-arrow {
	background-color: #fff !important;
	height: 31px;
	width: 30px;
	z-index: 999;
	border-radius: 100%;
	box-shadow: 0px 0px 12px 4px #ddd;
	top: 40%;
}
.latest_course_card .slick-prev{left: -42px;}
.latest_course_card .slick-next{right: -42px;}
.nav_wrapper {
	display: none;
}
.nav-drill {
	display: -webkit-box;
	display: flex;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 280px;
	height: 100vh;
	background:#9a2ffb;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: 0.45s;
	transition: 0.45s;
}
.nav-drill {
	margin-top: 0px;
	-webkit-transform: translateX(100%);
	transform: translateX(-100%);
}
.nav-is-toggled .nav-drill {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.nav_close {
	position: absolute;
	right: 25px;
	top: 15px;
	border: none;
	background-color: #fff;
	color: #000;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	font-size: 20px;
	z-index: 9999;
	cursor: pointer;
}
.nav-is-toggled .nav_wrapper {
	width: 100%;
	height: 100%;
	z-index: 999;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(19, 39, 57, 0.8);
	overflow: hidden;
	display: block;
}
.hamburger.material-icons {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #333;
	font-size: 35px;
	cursor: pointer;
	display: none;
}
.count_not {
	position: absolute;
	color: #fff;
	font-size: 11px;
	background-color: red;
	height: 18px;
	width: 20px;
	border-radius: 6px;
	right: 20px;
	top: 4px;
	text-align: center;
	padding: 2px;
	font-weight: 600;
	line-height: 14px;
}
.mob_reg_btn {
	display: none;
}
.dropdown-menu-large .col-sm-3 ul {
	padding-left: 12px;
}
.dropdown-menu-large .col-sm-3 li {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	display: block;
	color: #000;
	font-weight: 500;
	font-size: 16px;
}
.static-top .dropdown-menu li a {
	font-size: 14px;
	padding: 7px 10px;
	position: relative;
	white-space:normal;
}
.static-top .dropdown-menu li a::before {
	content: '';
	display: block;
	background-color: #9a2ffb;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	position: absolute;
	top: 16px;
	left: -10px;
}
.dropdown-header::after {
	content: '';
	width: 135px;
	height: 1px;
	background-image: linear-gradient(to right, #9a2ffb , #fff);
	display: block;
	border-radius: 20px;
	margin-top: 10px;
}
.dropdown.dmenu.dropdown-large {
	position: static !important;
}
.static-top .dropdown-menu li a {
	font-size: 14px;
}
.login_nav {
	margin-top: 7px;
	display: inline-block;
	margin-left: 25px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	background-color: #9a2ffb;
	padding: 5px 15px;
	color: #fff !important;
	border-radius: 4px;
}
.login_nav:hover{
	color:#fff;
	text-decoration:none;
}
.navbar-light .navbar-nav .nav-link {
	color: #333;
	font-size: 14px;
	font-weight: 600;
}
.dmenu .dropdown-item {
	font-size: 14px;
}
.row.testimonial {
	display: flex !important;
}
.download_notes ul li a{
	display:block;
	color:#9a2ffb;
	text-decoration:none;
}
.download_notes ul li img {
    height: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {

.nav-item.nav-expand .nav-items.nav-expand-content{
	display:none;
}
.nav-item.nav-expand.active .nav-items.nav-expand-content{
	display:block;
}
.top_bar {
	background-color: #9a2ffb;
	padding: 5px;
	display: none;
}
.download_notes ul li img {
    height: 20px;
}
.below_banner ul li a {
    background: none;
    padding: 0;
    color: #333;
    margin-top: 0;
    margin-bottom: 0;
}
.download_notes_pic img {
	width: 50%;
	margin: 0 auto;
	display: none;
}
.nav-drill {
	height: 100vh;
}
.sml_head {
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}
.rem_mob{
	padding-left:0px;
	padding-right:0px;
}
.bottom_line {
	text-align: center;
	background-color: #121318;
	color: #888;
	padding: 10px;
	font-size: 13px;
}
.about_area p {
	text-align: center;
	font-size: 15px;
}
.get_in_touch {
	background-color: rgba(255,255,255,0.5);
	padding: 20px;
	border-radius: 10px;
	margin-top: 25px;
	margin-bottom: 20px;
	border: solid 1px #9a2ffb;
}
.btn_explore {
    background-color: #9a2ffb;
    color: #fff !important;
    padding: 7px 20px;
    border-radius: 30px;
    float: none;
    font-weight: 600;
    text-decoration: none !important;
    margin: 15px auto;
    display: table;
}
body.nav-is-toggled {
    height: 95vh;
    overflow-y: hidden;
}
.nav-items.nav-expand-content li {
    background-color: #444;
}
.row{
	margin-left:0;
	margin-right:0;
}
.inline_itm {
	display: inline-block;
	position: relative;
}
.nav-expand-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	background-color: #444;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	z-index: 9999;
}
.nav-expand-link {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.nav-items {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
}
.nav-drill .nav-items {
	padding-top: 7px;
	padding-left: 0;
}
.nav-expand-link::after {
	content: "chevron_right";
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	font-family: "Material Icons";
	font-size: 22px;
}
.nav-expand .nav-expand-content {
	background-color: #444;
}
.nav-expand.active > .nav-expand-content {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
}
.nav-expand-content .nav-back-link::before {
	content: "chevron_left";
	margin-right: 0.5em;
	font-family: "Material Icons";
}
.nav_head {
	padding: 7px 15px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0px;
	font-size: 14px;
	background-color: #444;
}
.nav-drill ul {
	padding-left: 0px;
}
.nav-drill ul li a {
	color: #fff;
	font-size: 14px;
}
.nav-expand-content .nav-back-link {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	background-color: #000 !important;
	color: #fff;
	margin-bottom: 10px;
}
.nav_head {
	color: #fff;
	font-weight: 600;
}
.nav-drill .nav-items li {
	list-style: none;
}
.inline_itm .count_not {
	right: 8px;
	z-index: 99;
}
.navbar-light .navbar-toggler{
	display:none;
}
.hamburger.material-icons {
	display: block;
}
.navbar-brand {
	float: left;
	height: 50px;
	padding: 7px 0px;
	font-size: 18px;
	line-height: 20px;
}
.login_nav {
	margin-top: 0px;
	display: inline-block;
	margin-left: 0px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	background-color: #9a2ffb;
	padding: 5px 15px;
	color: #fff;
	border-radius: 4px;
	margin-right: 50px;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
}
.banner_bg {
	background-image: url('../img/banner_bg.jpg');
	padding: 10px;
	padding-bottom: 35px;
	background-size: cover;
}
.get_in_touch {
	background-color: rgba(255,255,255,0.5);
	padding: 20px;
	border-radius: 10px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.below_banner {
	padding: 25px;
}
.chr_rght {
	float: none;
	max-width: 100%;
}
.below_banner {
	padding: 0px;
}
.below_banner a {
	display: inline-block;
	background-color: #9a2ffb;
	color: #fff;
	padding: 7px 25px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 30px;
	margin-top: 20px;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.below_banner h2 {
	text-transform: uppercase;
	font-size: 22px;
	margin-top: 30px;
}
.latest_course {
	background-color: #f7f7f6;
	padding: 15px;
}
.testimonial_bx_inner .slick-prev {
	left: -30px;
	background-image: url('../img/arrow-left.png') !important;
	background-repeat: no-repeat !important;
	background-position: 60% 50% !important;
}
.testimonial_bx_inner .slick-next {
	right: -30px;
	background-image: url('../img/arrow-right.png') !important;
	background-repeat: no-repeat !important;
	background-position: 60% 50% !important;
}
.download_notes ul {
	padding-left: 0;
	border: solid 1px #ccc;
	padding: 2px;
	margin-top: 70px;
}
.download_notes ul li {
	list-style: none;
	padding: 8px 8px;
	width: 49.2%;
	display: inline-block;
	border-bottom: dotted 1px #333;
	position: relative;
	color: #9a2ffb;
	font-size: 15px;
	font-weight: 500;
}
.about_area {
	margin-top: 70px;
	margin-bottom: 20px;
	padding: 20px;
}
.download_notes h2 {
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}
.download_notes ul {
	padding-left: 0;
	border: solid 1px #ccc;
	padding: 2px;
	margin-top: 30px;
	margin-bottom: 35px;
}
.get_in_touch .remove_right{
	padding-left: 0px;
	padding-right: 15PX;
}
footer {
	background-color: #232733;
	padding: 30px 0px;
}
.latest_course_card .slick-prev{left: -15px;}
.latest_course_card .slick-next{right: -15px;}
}


.inner_banner.course_detail_banner h4 {
	color: #fff;
	font-size: 25px;
	width: 550px;
	line-height: 38px;
	position: relative;
	z-index: 1;
}
.inner_banner.course_detail_banner h5 {
	color: #fff;
	font-size: 13px;
	margin-bottom: 30px;
	position:relative;
	z-index:1;
}
.inner_banner.course_detail_banner img {
	display: inline-block;
	margin:auto;
}
.course_detail_inner_left{
	
}
.course_detail_inner_left h2{
	font-size:20px;
}
.course_detail_inner_left h2::after {
	content: '';
	display: table;
	background-color: #357bee;
	height: 3px;
	width: 65px;
	margin-top: 7px;
	border-radius: 50px;
}
.highlight {
	color: #1365ed;
	font-weight: 500;
}
.see_more {
	border: none;
	background-color: transparent;
	color: #357bee;
	font-weight: 500;
	font-size: 13px;
	padding:0;
}
.see_less {
	border: none;
	background-color: transparent;
	color: #357bee;
	font-weight: 500;
	font-size: 13px;
	padding:0;
	display:none;
}
.course_detail_inner {
	padding-top: 50px;
	padding-bottom: 50px;
	color:#394353;
}
.course_detail_inner p {
	font-size: 14px;
}
.hidden_para {
	display: none;
}
.course_detail_inner_right .product-overlay span{
	display:table;
	margin:0 auto;
	font-size:13px;
	font-weight:600;
}
.course_detail_inner_right .product-overlay a {
	display: table;
	margin: 48px auto;
}
.course_detail_inner_right .product-list-fade-effect .product-overlay{
	background-image:linear-gradient(to bottom right, rgba(255,255,255,0.85), rgba(19,101,237,0.85))
}
.course_detail_inner_right h2 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 10px;
}
.btn_add_to_cart {
	background-color: #fd9345;
	padding: 14px 73px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 5px;
	display: table;
}
.btn_add_to_cart:hover{
	color:#fff;
	text-decoration:none;
	background-color:#fa8026;
	transition:all 0.7s;	
}
.btn_buy_now {
	display: table;
	color: #000;
	border: solid 1px #333;
	padding: 12px 100px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 5px;
	margin-top: 10px;
}
.btn_buy_now:hover{
	border: solid 1px #fd9345;
	background-color:#fd9345;
	color:#fff;
	text-decoration:none;
	transition:all 0.7s;
}
.course_detail_inner_right label{
	font-size:13px;
	font-weight:500;
	text-align:center;
	display:block;
}
.course_detail_inner_right h3 {
	font-size: 16px;
	margin-top: 28px;
	text-transform: uppercase;
	margin-bottom: 12px;
}
#sidebar.fixed {
	position: fixed;
	top: 0;
}
.course_detail_inner_right ul {
	padding-left: 15px;
}
.course_detail_inner_right ul li {
	list-style: none;
	font-size: 15px;
	margin-bottom: 7px;
	position: relative;
}
.course_detail_inner_right ul li::before {
	content: '';
	background-image: url('../img/bullet-arrow.png');
	height: 8px;
	width: 9px;
	position: absolute;
	left: -13px;
	top: 8px;
}
.course_detail_inner_right {
	box-shadow: 0px 0px 5px 0px #999;
	padding: 0;
	position: relative;
	/* top: -48px;*/
	background-color:#fff;
}
.course_detail_inner_right_inner {
	padding: 15px 32px;
}
.spacer {
	clear: both;
	height: 50px;
}
/* */

.inner_banner {
  background-color: #357bee;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}

.btn_brochure {
  background-color: #3fb547;
  color: #fff;
  padding: 14px 15px;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 600;
  border-radius: 5px;
  position: relative;
}

.course_content .panel-title a{
	font-size:14px;
	color:#394353;
	text-decoration:none !important;
}
.course_content .panel-title a li{
	list-style:none;
	display:inline-block;
}
.course_content .panel-title a li:nth-child(1) {
	width: 400px;
}
.course_content .panel-title a li:nth-child(2) {
	width: 200px;
}
.course_content .panel-title a li:nth-child(3) {
	width: 80px;
}
.panel-default > .panel-heading {
	background-color: #faf9f9;
	border: solid 1px #ededed;
	margin-bottom: 5px;
}
.course_content .panel-title {
	margin-bottom: 0;
}
.course_requirement li {
	list-style: none;
	position: relative;
	font-size: 14px;
	margin-bottom: 15px;
}
.course_requirement li::after {
	content: '';
	height: 10px;
	width: 10px;
	background-color: #555;
	border-radius: 100%;
	position: absolute;
	left: -20px;
	top: 6px;
}
.course_requirement {
	padding-left: 20px;
}
.faq.accordion {
  margin-top: 5px;
  
}
.faq .card-body {
	font-size: 14px;
	background-color: #fff;
	border: solid 1px #efefef;
}
  .faq .card {
    border: none;
    margin-bottom: 5px;
  }
    .faq h2 {
	background-image: url('../img/arrow-up.png');
	background-size: 20px;
	cursor: pointer;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: 100%;
}
.faq .collapsed {
	background-image: url('../img/arrow-down.png');
}

/*Question Pad Design*/
.qpd_lft_hd {
	background-color: #ffff;
	padding: 12px 15px;
	text-align: left;
	border-bottom: solid 1px #357bee;
}
.qpd_lft_hd span {
	font-weight: 600;
	text-transform: uppercase;
	color: #357bee;
	font-size: 14px;
}
.qpd_lft_hd span:nth-child(2) {
	float: right;
	margin-right: 75px;
}
.timer {
	position: absolute;
	width: 100px;
}
.qpd_left {
	/*background-color: #fff;
	box-shadow: 0px 1px 3px 0px #999;*/
}
.qpd_lft_inner {
	padding: 12px;
	font-size: 15px;
	margin-bottom: 12px;
}
.timer div {
	display: inline-block;
    color: black;
    background-color: #fff1f1;
    border: 1px solid #ffffff;
    padding-left: 5px;
    padding-right: 5px;
}
.jst-clearDiv {
    display: none !important;
    background: transparent;
}
.qstn_palate {
	text-align: center;
	box-shadow: 0px 1px 3px 0px #999;
}
.qstn_palate h3 {
	background-color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 13px;
	text-align: left;
	margin-bottom: 0;
	border-bottom: solid 1px #357bee;
	color: #357bee;
}
.qstn_palate_inside {
	background-color: #f3f3f3;
	padding-top: 12px;
	overflow-y: scroll;
}
.qstn_palate li {
	list-style: none;
	position: relative;
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color: #fff;
	margin-bottom: 15px;
	margin-left: 6px;
	margin-right: 6px;
	padding: 6px 2px;
	border: solid 1px #ddd;
	font-weight: 500;
	font-size: 15px;
	/*border-radius: 100%;*/
	border-top-left-radius: 18px;
}

.answr_lst li:hover {
	border: solid 1px #00fa2a30;
	transition: all 0.7s;
}
.answr_lst ul {
	margin: 0;
	list-style: none;
	padding-left: 0px;
}
.answr_lst li {
	background-color: #fff;
	margin-bottom: 15px;
	padding: 10px 12px;
	border: solid 1px #efefef;
    box-shadow: 0px 1px 5px 1px #eee;
}
.answr_lst li.active{
    background-color: #00fa2a30;
}
.answr_lst li.active span{
   background-color: #199d54;
    color: #fff;
}
.answr_lst ul li span {
	display: inline-block;
	border: solid 1px #999;
	width: 33px;
	height: auto;
	color: #555;
	border-radius: 100%;
	text-align: center;
	padding: 4px;
	vertical-align: top;
}

h1, .h1 {
  font-size: 2rem;
}