
* {
	outline: none !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
ol {
	padding: 0px;
	margin: 0px;
}

ul li,
ol li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

a,
a:hover,
a:focus,
a:active {
	outline: none !important;
	text-decoration: none;
}

body {
	font-family: 'Source Sans Pro', sans-serif;;
	font-size: 14px;
}

img {
	max-width: 100%;
	display: block;
}

@media(min-width:1360px) {
	.container {
		max-width: 1580px;
		margin: auto;
	}
}
@media(max-width:1800px) and (min-width:1560px) {
	.container {
		max-width: 1400px;
		margin: auto;
	}
}


/*common css*/

.btn.focus,
.btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.text-green {
	color: #067431;
}

.bg-black {
	background-color: #1F2226;
}

.gray-bg {
	background-color: #E8EDEA;
}

.text-light-gray {
	color: #B9B9B9;
}

.link-green {
    color: #067431;
    font-size: 17px;
    font-weight: 600;
}
.link-green i { 
	-webkit-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
	transition: all ease-in-out 400ms;
	font-size: 15px;
}
.link-green:hover i {
	padding-left: 5px;
	-webkit-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
	transition: all ease-in-out 400ms;
}

.link-green:hover {
	color: #067431;
}

.btn-white {
	background-color: #fff;
	border-radius: 5px;
	padding: 13px 30px;
	font-size: 18px;
	letter-spacing: 0.27px;
	-webkit-box-shadow: 0px 3px 3px #00000008;
	box-shadow: 0px 3px 3px #00000008;
	color: #111111;
	border: 2px solid transparent;
	-webkit-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
	transition: all ease-in-out 400ms;
}

.btn-white.btn-small {
	padding: 6px 10px;
	font-size: 14px;
	font-weight: 600;
}

.btn-white:hover {
	background-color: transparent;
	color: #111111;
	-webkit-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
	transition: all ease-in-out 400ms;
	border-color: #111111;
}

.btn-white.hover-white:hover {
	background-color: transparent;
	color: #fff;
	-webkit-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
	transition: all ease-in-out 400ms;
	border-color: #fff;
}
.btn-white.hover-green:hover {
	background-color: transparent;
	color: #067431;
	-webkit-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
	transition: all ease-in-out 400ms;
	border-color: #067431;
}

.btn-green {
	background-color: #067431;
	color: #fff;
	border-radius: 5px;
	padding: 13px 30px;
	font-size: 18px;
	letter-spacing: 0.27px;
	-webkit-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
	transition: all ease-in-out 400ms;
	border: 2px solid transparent;
}

.btn-green:hover {
	background-color: transparent;
	color: #067431;
	border-color: #067431;
	-webkit-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
	transition: all ease-in-out 400ms;
}

.btn-green.no-hover:hover {
	background-color: #067431;
	color: #fff;
	border-color: #067431;
	-webkit-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
	transition: all ease-in-out 400ms;
}

.btn-green.btn-small {
	padding: 12px 28px;
}

.btn-green.btn-icon-small {
	padding: 11px 15px;
}

.btn-green.hover-white:hover {
	background-color: transparent;
	color: #fff;
	-webkit-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
	transition: all ease-in-out 400ms;
	border-color: #fff;
}

.btn-red {
	background-color: #DB2B1D;
	color: #fff;
	border-radius: 5px;
	padding: 18px 35px;
	font-size: 18px;
	letter-spacing: 0.27px;
	-webkit-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
	transition: all ease-in-out 400ms;
	border: 2px solid transparent;
}

.btn-red:hover {
	background-color: transparent;
	color: #DB2B1D;
	border-color: #DB2B1D;
	-webkit-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
	transition: all ease-in-out 400ms;
}

.btn-red.btn-small {
	padding: 6px 10px;
	font-size: 14px;
	font-weight: 600;
	cursor: auto !important;
}

.btn-red.hover-white:hover {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
	-webkit-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
	transition: all ease-in-out 400ms;
}

.btn-light-green {
	background-color: #EEF3F0;
	color: #111111;
	border-radius: 5px;
	padding: 13px 30px;
	font-size: 18px;
	letter-spacing: 0.27px;
	-webkit-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
	transition: all ease-in-out 400ms;
	border: 2px solid transparent;
}

.btn-light-green:hover {
	background-color: transparent;
	color: #067431;
	border-color: #067431;
	-webkit-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
	transition: all ease-in-out 400ms;
}

.btn-light-green.btn-small {
	padding: 12px 28px;
}

.btn-icon {
	padding: 10px 15px;
}

.border-bottom-gray {
	border-bottom: 1px solid #EBEBEB;
}

.border-top-gray {
	border-top: 1px solid #EBEBEB;
}


.btn-white-green {
  background-color: #fff;
  color: #067431;
  border-radius: 5px;
  padding: 13px 30px;
  font-size: 18px;
  letter-spacing: 0.27px;
  -webkit-transition: all ease-in-out 400ms;
  -o-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
  border: 2px solid #067431;
}


@media (max-width: 1360px){
  .btn-white-green {
    font-size: 14px;
    padding: 13px 22px;
  }
}
.btn-white-green.btn-small {
  padding: 12px 28px;
}

/*common css end*/

/*header css start*/

.landing-header {
	padding: 10px 0;
}

.header {
	background-color: #fff;
  	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
}

.header.header-shadow {
	-webkit-box-shadow: 0px 8px 8px #00000008;
	box-shadow: 0px 8px 8px #00000008;
}

header.fixed-top {
	-webkit-box-shadow: 0px 8px 8px #00000008;
	box-shadow: 0px 8px 8px #00000008;
	z-index: 11;
	
}

.header-left .navbar {
	height: 118px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
header.fixed-top .header-left .navbar {
	height: 80px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.header .navbar-brand {
	width: 241px;
	margin-right: 50px;
}
.header .dropdown-item.active, .dropdown-item:active {
    background-color: #067431;
}
.header .dropdown-menu {
    border: none;
    -webkit-box-shadow: 0px 10px 25px #00000012;
    box-shadow: 0px 10px 25px #00000012;
    border-radius: 0;
}
.header-top .navbar-light .navbar-nav .nav-item .nav-link {
	color: #393939;
	font-size: 18px;
	padding: 25px 18px;
	position: relative;
	height: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
}

.header-top .navbar-light .navbar-nav .nav-item .nav-link:before {
	width: 0;
	content: "";
	height: 4px;
	background-color: #067431;
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	margin: auto;
	-webkit-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
	transition: all ease-in-out 400ms;
}

.header-top .navbar-light .navbar-nav .nav-item.active .nav-link:before,
.header-top .navbar-light .navbar-nav .nav-item .nav-link:hover::before {
	width: 100%;
	-webkit-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
	transition: all ease-in-out 400ms;
}


.header-left .navbar-collapse {
	height: inherit;
}

.header-left .navbar-collapse .navbar-nav {
	height: inherit;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-left .navbar-collapse .navbar-nav .nav-item {
	height: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-search .btn {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.header-search .form-control {
	height: 50px;
	min-width: 402px;
	width: 100%;
	color: #000;
}
.header-search .form-control::-webkit-input-placeholder {
	color: #BCBCBC;
}
.header-search .form-control::-moz-placeholder {
	color: #BCBCBC;
}
.header-search .form-control:-ms-input-placeholder {
	color: #BCBCBC;
}
.header-search .form-control::-ms-input-placeholder {
	color: #BCBCBC;
}
.header-search .form-control::placeholder {
	color: #BCBCBC;
}
.header-cart .nav-link {
	color: #393939;
	font-size: 18px;
	padding: 8px 20px;
	font-weight: 600;
}
.header-cart .dropdown-menu {
    right: 0;
    left: auto;
}
.header-cart .dropdown-toggle img {
    width: 19px;
}
.header-cart-count {
	position: absolute;
	width: 18px;
	height: 18px;
	text-align: center;
	background-color: red;
	display: block;
	font-size: 14px;
	color: #fff;
	bottom: -5px;
	right: -8px;
	border-radius: 100px;
	line-height: 16px;
}

.header-cart-name {
	font-size: 14px;
	color: #B9B9B9;
	line-height: 16px;
}

.header-cart-price {
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	line-height: 18px;
}

.header-cart-title {
	padding-left: 18px;
}

.header-cart .dropdown-toggle::after {
	display: none;
}

.banner-title {
	color: #111111;
	font-size: 42px;
	font-weight: 600;
	line-height: 48px;
	margin-bottom: 32px;
}

.banner-title-medium {
	color: #111111;
	font-size: 42px;
	font-weight: 600;
	line-height: 48px;
	margin-bottom: 32px;
}

.banner-description {
	color: #545454;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.cart-price-note {
  color: #111111;
}
@media(max-width:992px) {
  .white-page-banner .cart-price-note {
    color: white;
    line-height: 16px;
  }
}

/*header css end*/


/*page header*/

.page-header {
	float: left;
	width: 100%;
	padding: 30px 0 45px 0;
	border-bottom: 1px solid #EBEBEB;
}

.page-breadcrumb .breadcrumb-item a {
	font-size: 14px;
	color: #545454;
}
.page-breadcrumb .breadcrumb-item a:hover{
	color: #067431;
}
.page-breadcrumb .breadcrumb-item.active {
	color: #AAAAAA;
}

.page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	content: "-";
}

.page-breadcrumb .breadcrumb {
    padding-left: 0;
    white-space: nowrap;
    overflow-x: auto;
    position: relative;
    display: block;
}
.page-breadcrumb .breadcrumb-item {
    display: inline-block;
}

.page-header-title h1 {
	font-size: 56px;
	color: #111111;
	font-weight: 600;
}

.page-header-title {
	float: left;
	width: 100%;
}

.page-breadcrumb {
	float: left;
	width: 100%;
}
.header-left .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    border: none;
    font-family: "Font Awesome 5 Pro";
	content: "\f107";
	border-top: none;
	color: #545454;
    font-size: 15px;
}
.header-left .dropdown.show .dropdown-toggle::after{
	content: "\f106";
}
/*page header end*/


/*page banner*/

.page-banner {
	float: left;
	width: 100%;
}

.page-banner-content-text {
	float: left;
	width: 100%;
	padding-bottom: 3px;
}

.page-banner-content-button {
	float: left;
	width: 100%;
}

.page-banner-content {
	float: left;
	width: 100%;
	padding: 30px 0;
}

.page-banner-imag {
	float: left;
	width: 100%;
}

.page-banner-content-button .btn+.btn {
	margin-left: 30px;
}

.banner-mini-title {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 40px;
}

.white-page-banner .page-banner-content {
	margin-bottom: 170px;
}


/*page banner end*/


/*icon with text*/

.icon-with-text-wrapper {
	float: left;
	width: 100%;
	padding: 89px 0;
}

.icon-with-text {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}

.icon-img {
	margin-bottom: 34px;
}

.icon-text span {
	font-weight: 600;
	font-size: 21px;
	line-height: 34px;
	display: block;
	margin-bottom: 16px;
}

.icon-text p {
	color: #545454;
	font-size: 18px;
	line-height: 32px;
}


/*icon with text*/


/*video with text*/

.video-with-text-wrapper {
	float: left;
	width: 100%;
}

.video-with-text-inner {
	float: left;
	width: 100%;
}

.video-content {
	max-width: 417px;
	margin: auto;
	width: 100%;
	-webkit-box-shadow: 0px 10px 25px #00000012;
	box-shadow: 0px 10px 25px #00000012;
	border-radius: 5px;
	background-color: #fff;
	padding: 40px;
	position: relative;
	top: -100px;
}

.video-thumb {
	text-align: center;
}

.video-content span {
	font-size: 14px;
	margin-bottom: 7px;
	font-weight: 600;
    font-family: 'Source Sans Pro',sans-serif;
}

.video-content b {
	font-size: 32px;
	color: #111111;
	line-height: 42px;
	font-weight: 600;
	margin-bottom: 12px;
}

.video-content p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 28px;
	color: #212529;
}
/* .order-material .play-button i {
    display: none;
} */
.play-button i {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0,-50%);
	    -ms-transform: translate(0,-50%);
	        transform: translate(0,-50%);
}

.play-button {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-size: 57px;
	opacity: 0;
	-webkit-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
	transition: all ease-in-out 400ms;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
}

.video-with-text:hover .play-button {
	opacity: 1;
	-webkit-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
	transition: all ease-in-out 400ms;
}


/*video with text end*/


/*testimonial*/

.page-heading {
	width: 100%;
	padding-bottom: 55px;
	max-width: 726px;
	margin: auto;
}

.page-heading-white p {
	color: #8B8C8D;
}

.page-heading p {
	font-size: 21px;
	line-height: 34px;
}

.page-heading h1 {
	font-size: 56px;
	line-height: 62px;
	font-weight: 600;
	margin-bottom: 18px;
}

.page-heading.page-heading-medium h1 {
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 0;
}

.testimonial-wrapper {
	float: left;
	width: 100%;
}

.testimonial-inner {
	padding: 60px 0;
	float: left;
	width: 100%;
}

.testimonial-block {
	float: left;
	width: 100%;
	padding-top: 30px;
}

.testimonial-text {
	background-color: #2C2F33;
	padding: 45px 45px 50px 45px;
	margin-bottom: 30px;
}

.testimonial-text p {
	font-size: 18px;
	line-height: 28px;
}

.testimonial-profile {
	padding-left: 28px;
}

.testimonial-profile p {
	font-size: 18px;
}

.testimonial-profile span {
	font-size: 14px;
	color: #8B8C8D;
}
.testimonial-profile a {
	color: #8B8C8D;
	display: inline-block;
	margin-left: 8px;
}
.testimonial-profile-img {
	padding-right: 18px;
}

.testimonial-text:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 45px;
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 11px solid #2C2F33;
}

.testimonial-text:before {
	content: "";
	display: block;
	position: absolute;
	top: -17px;
	left: 45px;
	background-image: url('../images/quote.png');
	width: 48px;
	height: 34px;
	background-size: cover;
	background-repeat: no-repeat;
}

.testimonial-content {
	margin-bottom: 70px;
}

.testimonial-btn {
	float: left;
	width: 100%;
	padding-top: 20px;
}

.testimonial-key {
	position: absolute;
	top: -126px;
	left: 40px;
}

.testimonial-key img {
	width: 362px;
}


/*testimonial end*/


/*blog slider*/

.blog-wrapper {
	float: left;
	width: 100%;
}
.blog-inner-wrappper {
	max-width: 1830px;
	clear: both;
	width: 100%;
	margin: auto;
}
.blog-inner {
	float: left;
	width: 100%;
	padding: 80px 0 190px 0;
}

.blog-slider-wrapper {
	float: left;
	width: 100%;
}

.blog-slide {
	padding: 15px;
}

.blog-slide-init .slick-list {
	padding: 0 160px 0 0 !important;
	margin: 0 -15px;
}

.blog-slide-init .slick-arrow {
	background-color: #fff;
	border: none;
	position: absolute;
	top: 27%;
	-webkit-box-shadow: 0px 4px 8px #0000001A;
	box-shadow: 0px 4px 8px #0000001A;
	border-radius: 5px;
	width: 52px;
	height: 52px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1;
	font-size: 0px;
}
.blog-slide-init .slick-arrow.slick-prev {
    left: 15px;
}
.blog-slide-init .slick-next.slick-arrow {
	right: 0px;
}

.blog-slide-init .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 70px;
	right: 0;
}

.blog-slide-init .slick-dots li+li {
	margin-left: 10px;
}

.blog-slide-init .slick-dots li button {
	border: none;
	font-size: 0;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background-color: #DFDFDF;
	padding: 0;
}

.blog-slide-init .slick-arrow:Hover {
	background-color: #067431;
}

.blog-slide-init .slick-arrow:Hover::before {
	color: #fff;
}

.blog-slide-init .slick-dots li.slick-active button {
	background-color: #B0B0B0;
}

.blog-slide-content b {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
    font-weight: 600;
}
.blog-slide-content p {
	font-size: 21px;
	line-height: 30px;
	font-weight: 600;
	color: #000;
}

.blog-slide-content span {
	font-size: 18px;
	color: #CECECE;
	margin-top: 20px;
}

.blog-slide-content {
	float: left;
	width: 100%;
	margin-top: 32px;
}

.blog-slide-img {
	float: left;
	width: 100%;
	position: relative;
    overflow: hidden;
}
.blog-slide-img img{
	-webkit-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
	transition: all ease-in-out 400ms;
	width: 100%;
}
.blog-slide:hover .blog-slide-img img{
	-webkit-transform:scale(1.1) ;
	    -ms-transform:scale(1.1) ;
	        transform:scale(1.1) ;
	-webkit-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
	transition: all ease-in-out 400ms;
}
.blog-slide-img:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
	transition: all ease-in-out 400ms;
}
.blog-slide-img.video-with-text:after{display: none;}
.blog-slide:hover .blog-slide-img:after {
	opacity: 1;
	-webkit-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
	transition: all ease-in-out 400ms;
}
.blog-slide-init .slick-arrow:before {
	display: inline-block;
	font-size: 18px;
	color: #000;
	text-align: center;
	font-family: "Font Awesome 5 Pro";
}

.blog-slide-init .slick-next.slick-arrow:before {
	content: "\f061";
}

.blog-slide-init .slick-prev.slick-arrow:before {
	content: "\f060";
}


/*blog slider end*/


/*about page*/

.about-banner {
	padding: 80px 0;
}
.about-me-banner .banner-description {
    font-size: 18px;
	line-height: 32px;
	margin-bottom: 30px;
}
.about-me-banner .page-banner-content {
    padding-right: 30px;
}
.biology-bg {
	background-image: url('../images/biology.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 100px 0;
}

.help-us-wrapper {
	float: left;
	width: 100%;
	padding: 107px 0 130px 0;
}

.help-us-content {
	max-width: 905px;
	margin: auto;
	width: 100%;
}


/*about page end*/


/*practical course*/

.course-biology-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 100px 20px 100px 90px;
}

.rating {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.rating-number {
	font-size: 14px;
	margin-left: 9px;
}

.course-list-wrapper {
	float: left;
	padding: 38px 0;
	width: 100%;
}

.course-list-inner {
	float: left;
	width: 100%;
}

.course-img {
	float: left;
	width: 100%;
}

.course-list-content {
	float: left;
	width: 100%;
	margin-top: 34px;
}

.course-list-title {
	font-size: 21px;
	font-weight: 600;
	line-height: 31px;
	margin-bottom: 22px;
	color: #212529;
}
.course-list .rating-number{
	color: #212529;
}
.course-list-content span {
	font-size: 16px;
	line-height: 24px;
	color: #545454;
	margin-bottom: 30px;
}

.course-seller-btn {
	position: absolute;
	top: 22px;
	left: 22px;
}

.course-plus-btn {
	position: absolute;
	right: 22px;
	bottom: -18px;
}

.course-list {
	float: left;
	width: 100%;
	margin-bottom: 69px;
	padding: 15px;
	-webkit-transition:  all ease-out 350ms;
	-o-transition:  all ease-out 350ms;
	transition:  all ease-out 350ms;
}
.course-list:hover {
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.08);
	        box-shadow: 0 0 20px rgba(0,0,0,0.08);
	-webkit-transition:  all ease-in 350ms;
	-o-transition:  all ease-in 350ms;
	transition:  all ease-in 350ms;
}
.course-list-bottom-btn {
	float: left;
	width: 100%;
}
.course-list-bottom-btn .btn-light-green{
	color: #067431;
	letter-spacing: 0.27px;
	font-weight: 600;
}
.content-block {
	float: left;
	border-top: 1px solid #EBEBEB;
	margin-top: 32px;
	width: 100%;
}

.content-block-inner {
	float: left;
	width: 100%;
	padding: 61px 0 100px 0;
}

.midium-description {
	font-size: 21px;
	line-height: 31px;
	color: #111111;
	margin-bottom: 18px;
}

.small-description {
	font-size: 14px;
	line-height: 24px;
	color: #545454;
	margin-bottom: 18px;
}


/*practical course end*/

.banner-title-inner-dots li:before {
	min-width: 5px;
	height: 5px;
	border-radius: 100px;
	background-color: #067431;
	display: block;
	content: '';
	margin-right: 10px;
}

.banner-title-inner-dots li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.drawn-map {
	background-image: url(../images/drawn-map.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 551px;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 50px 0px;
}

.drawn-map-inner-block {
	max-width: 1156px;
	margin: auto;
}

.all-of-them-top ul {
	white-space: nowrap;
	overflow-x: auto;
	text-align: center;
}
.all-of-them-top ul li {
    display: inline-block;
}
.all-of-them-top ul li a {
	font-size: 18px;
	line-height: 34px;
	color: #111111;
	font-weight: 600;
	padding: 27px;
	display: inline-block;
	border-bottom: 4px solid transparent;
}

.all-of-them-top ul li a.active {
	border-bottom: 4px solid #067431;
}

.all-of-them-inner {
	padding: 50px 0px 80px 0;
}

.all-of-them-inner-top {
	padding-top: 50px;
}

.blog-grid .blog-slide {
	padding: 0;
}
.page-banner-bottom{
	font-size: 18px;
}
.all-of-them {
	padding-top: 50px;
}

.kontakt-page-inner {
	margin: 60px 0px 100px 0;
}

.mail-block {
	margin-bottom: 50px;
}

.kontakt-form {
	float: left;
	width: 100%;
	-webkit-box-shadow: 0px 10px 25px #00000012;
	box-shadow: 0px 10px 25px #00000012;
	border-radius: 5px;
	background-color: #fff;
	padding: 50px;
}

.mail-block-left {
	min-width: 60px;
	height: 60px;
	background: #EEF3F0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 100px;
	margin-right: 30px;
}

.mail-block-left i {
	font-size: 22px;
	color: #067431;
}

.kontakt-medream {
	padding-top: 50px;
}

.kontakt-form h3 {
	font-size: 32px;
	color: #111111;
	line-height: 42px;
	font-weight: 600;
}

.form-group label {
	font-size: 16px;
	color: #111111;
	line-height: 32px;
	font-weight: 600;
}

.form-text {
	font-size: 14px !important;
	line-height: 20px !important;
}


/*single course page*/

.single-cosurse-content {
	float: left;
	width: 100%;
}

.single-cosurse-slider {
	float: left;
	width: 100%;
}

.single-cosurse-slide-img img {
	background-color: #000;
}
.gallery-fancybox {
    position: relative;
    overflow: hidden;
}
.gallery-fancybox:after {
    content: "";
    display: block;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
	opacity: 0;
	bottom: 0;
	-webkit-transition:  all ease-in-out 400ms;
	-o-transition:  all ease-in-out 400ms;
	transition:  all ease-in-out 400ms;
}
.gallery-fancybox:hover::after{
	opacity: 1;
	-webkit-transition:  all ease-in-out 400ms;
	-o-transition:  all ease-in-out 400ms;
	transition:  all ease-in-out 400ms;
}
.single-cosurse-slide-btn {
	position: absolute;
	top: 30px;
	left: 44px;
	z-index: 1;
}

.single-cosurse-slide-btn a + a {
	margin-left: 10px;
}
.single-cosurse-slide-btn button + button {
	margin-left: 10px;
}
.single-cosurse-slide-btn .btn-red.btn-small {
	cursor: pointer !important;
}
.single-cosurse-slide-video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 121px;
}

.single-cosurse-slide-video a {
	display: inline-block;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.single-cosurse-slide-video i {
	position: absolute;
    top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

.single-cosurse-slider-init .single-cosurse-slide {
	padding: 0 15px;
}

.single-cosurse-slider-init .slick-arrow {
	background-color: #fff;
	border: none;
	position: absolute;
	top: 50%;
	-webkit-box-shadow: 0px 4px 8px #0000001A;
	box-shadow: 0px 4px 8px #0000001A;
	border-radius: 5px;
	width: 52px;
	height: 52px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1;
	font-size: 0px;
}

.single-cosurse-slider-init .slick-next.slick-arrow {
	right: 0;
}
.blog-detail-content .course-introduction h1 {
    color: #111111;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
}
.single-cosurse-slider-init .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: 27px;
	left: 0;
	z-index: 11;
	right: 0;
}

.single-cosurse-slider-init .slick-dots li+li {
	margin-left: 10px;
}

.single-cosurse-slider-init .slick-dots li button {
	border: none;
	font-size: 0;
	width: 13px;
	height: 13px;
	border-radius: 100px;
	border: 2.5px solid #fff;
	background-color: transparent;
	padding: 0;
}

.single-cosurse-slider-init .slick-arrow:Hover {
	background-color: #067431;
}

.single-cosurse-slider-init .slick-arrow:Hover::before {
	color: #fff;
}

.single-cosurse-slider-init .slick-dots li.slick-active button {
	background-color: #fff;
}

.single-cosurse-slider-init .slick-arrow:before {
	display: inline-block;
	font-size: 18px;
	color: #000;
	text-align: center;
	font-family: "Font Awesome 5 Pro";
}

.single-cosurse-slider-init .slick-next.slick-arrow:before {
	content: "\f061";
}

.single-cosurse-slider-init .slick-prev.slick-arrow:before {
	content: "\f060";
}

.single-cosurse-tab {
	float: left;
	width: 100%;
}

.single-cosurse-tab-nav .nav-tabs .nav-link {
	color: #111111;
	font-size: 18px;
	font-weight: 600;
	padding: 24px 25px;
	border-style: solid;
	border-width: 0 0 4px 0;
	border-color: transparent;
}

.single-cosurse-tab-nav .nav-tabs .nav-link:hover {
	color: #111111;
	border-color: transparent;
}

.single-cosurse-tab-nav .nav-tabs .nav-link.active {
	border-color: #067431;
	color: #111111;
}
.single-cosurse-tab-nav .nav-tabs {
    white-space: nowrap;
    overflow-x: auto;
    display: block;
    overflow-y: hidden;
}

.single-cosurse-tab-nav .nav-tabs li {
    display: inline-block;
}

.single-cosurse-tab-nav {
	float: left;
	width: 100%;
}
.single-cosurse-scrolling.sticky-top{top: 80px; background-color: #fff;}
.course-cart-rating  .br-theme-fontawesome-stars-o .br-readonly a {
    cursor: pointer;
} 
.single-cosurse-tab-content {
	float: left;
	width: 100%;
	padding: 64px 0 100px 0;
}

.course-introduction h3 {
	color: #111111;
	font-weight: 600;
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 20px;
}

.course-introduction b {
	color: #B9B9B9;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.course-introduction a.link-green {
	font-weight: 600;
}

.course-introduction p {
	color: #545454;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
}

.border-bottom-padding {
	padding-bottom: 40px;
}
.single-cosurse-one-line .border-bottom-padding {
	padding: 40px 0;
}
.single-cosurse-tab-content.single-cosurse-one-line {
    padding-top: 15px;
}
.check-with-text {
	margin-bottom: 30px;
}

.check-icon {
	display: inline-block;
	margin-right: 19px;
}

.check-icon i {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 32px;
	border-radius: 100px;
	font-size: 13px;
	background-color: #e8edea;
	color: #067431;
}

.check-text {
	color: #111111;
	font-size: 16px;
}

.course-description .row {
	margin-bottom: 97px;
}

.course-description .course-introduction {
	padding: 15px 0;
}

.course-table-content {
	float: left;
	width: 100%;
}

.course-table-accordion {
	float: left;
	width: 100%;
}

.course-table-accordion .card-header .btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.course-table-accordion .card-header .btn {
	font-weight: 600;
	font-size: 18px;
	padding: 18px 22px 18px 50px;
	color: #111111;
	background-color: transparent;
	position: relative;
	border: none;
	border-radius: 5px;
	text-decoration: none;
}

.course-table-accordion .card {
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,.125) !important;
	border-radius: 0;
}

.course-table-accordion .card-header {
	background-color: transparent;
	border: none;
}

.course-table-accordion .card-header .btn.collapsed {
	background-color: #E7F1EB;
	border-radius: 0;
}

.course-table-accordion .card-header .btn:before {
	content: "\f077";
	display: block;
	position: absolute;
	font-size: 18px;
	font-family: "Font Awesome 5 Pro";
	left: 20px;
	top: 50%;
	color: #067431;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.course-table-accordion .card-header .btn.collapsed:before {
	content: "\f078";
}

.course-table-accordion .card-body {
	padding: 20px 20px 20px 50px;
}

.course-table-timing ul li {
	margin-bottom: 20px;
}

.course-table-timing ul li span {
	color: #B9B9B9;
	font-size: 16px;
	display: inline-block;
	margin-right: 14px;
}

.course-table-timing ul li p {
	font-size: 16px;
	color: #111111;
	letter-spacing: 0.24px;
}

.course-table-more-link .link-green {
	font-weight: bold;
}

.course-table-more-link {
	margin-top: 38px;
	float: left;
	width: 100%;
}

.course-whom {
	float: left;
	width: 100%;
}

.course-about-me-img {
	min-width: 206px;
}

.course-about-me-desc {
	padding-left: 56px;
}

.course-about-me {
	padding-top: 60px;
}

.course-opinion {
	float: left;
	width: 100%;
}

.review-count p {
	font-size: 65px;
	color: #111111;
}

.review-count p sub {
	font-size: 21px;
	color: #A0A0A1;
	left: -10px;
}

.review-count .rating p {
	font-size: 16px;
	color: #B9B9B9;
}

.review-progress {
	float: left;
	width: 100%;
}

.review-progress .progress-bar {
	background-color: #949494;
}

.review-progress .progress {
	background-color: #DDDDDD;
	height: 9px;
}

.review-progress i {
	color: #949494;
	margin-right: 10px;
	font-size: 11px;
}

.review-progress span {
	color: #111111;
	margin-right: 11px;
	display: inline-block;
}

.review-progress li {
	margin-bottom: 8px;
}

.review-offer h4 {
	font-size: 21px;
	color: #111111;
	margin-bottom: 8px;
	font-weight: 600;
}

.review-offer p {
	font-size: 16px;
	color: #545454;
	margin-bottom: 20px;
}

.review-comment-img img {
	min-width: 58px;
}

.review-comment-content {
	padding-left: 21px;
}

.review-comment {
	color: #545454;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
}

.review-comment-text {
	margin-top: 18px;
}

.review-box {
	float: left;
	width: 100%;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	margin-bottom: 40px;
	padding: 15px;
}

.review-comment-box {
	float: left;
	width: 100%;
}

.review-name {
	color: #111111;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.review-date {
	color: #B9B9B9;
	font-size: 14px;
	margin-left: 13px;
}

.review-comment-right a+a {
	margin-left: 22px;
}

.review-comment-right a i {
	margin-right: 5px;
}

.review-help-full-link {
	color: #B9B9B9;
}

.review-like-icon {
	color: #949494;
}

.review-like-icon i {
	font-size: 24px;
}

.review-deslike-icon {
	color: #DDDDDD;
}

.review-deslike-icon i {
	font-size: 24px;
}

.review-comment-right a span {
	color: #111111;
	font-size: 16px;
}

.review-like-icon:hover,
.review-deslike-icon:hover,
.review-help-full-link:hover {
	color: #067431;
}

.review-comment {
	color: #545454;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
}

.review-comment-text {
	margin-top: 18px;
}

.review-comment-box ul li {
	margin-bottom: 47px;
}

.course-cart-box {
	float: left;
	width: 100%;
	-webkit-box-shadow: 0px 0px 22px #00000012;
	box-shadow: 0px 0px 22px #00000012;
	border-radius: 5px;
	padding: 37px;
}

.course-cart-title h2 {
	font-size: 32px;
	color: #111111;
	font-weight: 600;
	margin-bottom: 18px;
}

.course-cart-rating a {
	color: #BEBEBE;
	font-size: 16px;
}

.course-cart-price {
	margin-top: 20px;
}

.cart-discount-price {
	font-size: 32px;
	color: #DB2B1D;
	font-weight: 600;
}

.cart-normal-price {
	font-size: 24px;
	color: #111111;
	font-weight: 600;
	margin-left: 8px;
	text-decoration: line-through;
}

.cart-discount {
	color: #DB2B1D;
	font-size: 16px;
}

.course-cart-btn {
	margin-top: 27px;
}
.bag-plus-icon {
	background-image: url('../images/bag-plus-spirit.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 25px;
	height: 32px;
}
.btn-green:hover .bag-plus-icon{
	background-position: bottom center;
}
.course-cart-content {
	margin-top: 24px;
}

.course-cart-content-title {
	font-size: 18px;
	color: #111111;
	font-weight: 600;
	margin-bottom: 20px;
}

.course-cart-content ul li i {
	color: #CCCCCC;
	font-size: 18px;
	min-width: 33px;
	text-align: center;
}

.course-cart-content ul li p {
	font-size: 16px;
	color: #111111;
	padding-left: 10px;
}

.course-cart-content ul li {
	margin-bottom: 17px;
}

.course-cart-save {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding: 20px 32px;
	-webkit-box-shadow: 0px 10px 25px #00000012;
	box-shadow: 0px 10px 25px #00000012;
	border-radius: 5px;
	border-left: 5px solid #067431;
}
.course-cart-save:hover {
	background-color: #067431;
	-webkit-transition: all ease-in-out 400ms;
	-o-transition: all ease-in-out 400ms;
	transition: all ease-in-out 400ms;
}
.course-cart-save:hover a{color: #fff;-webkit-transition: all ease-in-out 400ms;-o-transition: all ease-in-out 400ms;transition: all ease-in-out 400ms;}
.course-cart-save a {
	font-size: 18px;
	display: block;
	color: #111111;
	font-weight: 600;
}

.save-discount-price {
	display: inline-block;
	background-color: #E8EDEA;
	padding: 5px 12px;
	border-radius: 5px;
	color: #067431;
	font-weight: 600;
	margin-right: 8px;
}

.page-header.single-course-page-header {
	padding: 30px 0 2px 0;
}

.course-cart-right {
	margin-bottom: 60px;
	float: left;
	width: 100%;
}
.course-cart-right.sticky-top {
    top: 90px;
    z-index: 2;
}

/*single course page end*/


/*blog details page*/

.blog-detail-content {
	float: left;
	width: 100%;
}

.blog-detail-banner {
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
	background-color: #000;
	background-position: top center;
}

.blog-detail-content .course-introduction {
	padding-top: 50px;
}

.blog-detail-desc {
	float: left;
	width: 100%;
}

.blog-details-slider {
	float: left;
	width: 100%;
	padding-top: 47px;
}

.blog-testimonial.course-introduction {
	border: 3px solid #F1F1F1;
	padding: 46px 43px 43px 54px;
	margin-top: 40px;
}

.blog-testimonial b {
	text-transform: capitalize;
	font-size: 18px;
	color: #545454;
}

.blog-testimonial p a {
	font-size: 18px;
	color: #545454;
}

.blog-testimonial:before {
	content: "";
	display: block;
	background-image: url('../images/quote-green.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height: 46px;
	position: absolute;
	left: -25px;
	background-color: #fff;
	padding: 17px 13px;
}

.banner-title-inner-dots.banner-title-squre li:before {
	border-radius: 0;
	min-width: 8px;
	margin-right: 29px;
	height: 8px;
}

.course-introduction .banner-title-inner-dots li {
	margin-bottom: 10px;
}

.blog-social b {
	font-size: 18px;
	color: #545454;
	margin-right: 17px;
	display: block;
}

.blog-social .btn-green {
	max-width: 240px;
	width: 100%;
}

.blog-detail-list {
	padding-bottom: 80px;
}

.blog-details-single-img {
	margin-bottom: 30px;
}

.blog-detail-social {
	position: absolute;
	left: -100px;
	top: 50px;
}

.social-icon.social-vertical li+li {
	margin-left: 0;
	margin-top: 12px;
}


/*blog details page end*/


/*landing page*/

.landing-banner .page-banner-content {
	padding: 60px 0;
}

.landing-banner .banner-description {
	margin-bottom: 30px;
}

.countdown {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.signup-box .form-control {
	-webkit-box-shadow: 0px 3px 3px #00000008;
	box-shadow: 0px 3px 3px #00000008;
	border-radius: 5px;
	border: none;
	height: 69px;
	padding: 15px 170px 15px 15px;
}

.signup-box .btn-green {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 8px 21px;
}

.signup-form {
	float: left;
	width: 100%;
}

.signup-form .form-group {
	float: left;
	width: 100%;
}

.signup-box {
	float: left;
	margin-bottom: 37px;
	width: 100%;
}

.landing-social {
	position: absolute;
	top: 50%;
	left: -150px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.landing-video {
	float: left;
	width: 100%;
	padding: 115px 0 20px 0;
}


/*landing page end*/


/*my account page*/

.my-account-wrapper {
	float: left;
	width: 100%;
	padding: 45px 0 100px 0;
}

.my-account-nav .nav-tabs .nav-link {
	font-size: 18px;
	color: #B9B9B9;
	border: none;
	padding: 14px 0;
}

.my-account-nav-icon {
	display: inline-block;
	width: 24px;
	height: 26px;
	background-position: top center;
	background-repeat: no-repeat;
	margin-right: 18px;
}

.my-material-icon.my-account-nav-icon {
	height: 22px;
}

.my-opinion-icon.my-account-nav-icon {
	height: 25px;
}

.my-account-icon {
	background-image: url('../images/user.png');
}

.my-material-icon {
	background-image: url('../images/material.png');
}

.my-opinion-icon {
	background-image: url('../images/opinion.png');
}

.my-community-icon {
	background-image: url('../images/comments.png');
}

.my-orders-icon {
	background-image: url('../images/orders-grey.svg');
}

.my-demo-icon {
	background-image: url('../images/demo-grey.svg');
  width: 26px;
  height: 28px;
}

.my-account-nav .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #111111;
	font-weight: 600;
}

.my-account-nav .nav-tabs .nav-link.active .my-account-nav-icon {
	background-position: bottom center;
}

.my-account-nav .nav-tabs .nav-link.active .my-orders-icon {
  background-image: url('../images/orders-green.svg');
}

.my-account-nav .nav-tabs .nav-link.active .my-demo-icon {
  background-image: url('../images/demo-green.svg');
}

.my-account-profile .course-about-me-img {
	min-width: 118px;
}

.my-account-profile .course-about-me-img a {
	margin-top: 20px;
	display: inline-block;
}

.my-account-profile .course-introduction b {
	text-transform: capitalize;
	color: #111;
}

.my-account-profile .course-introduction p {
	margin-bottom: 23px;
}

.my-account-profile .course-introduction p a {
	color: #067431;
	text-decoration: underline;
}

.my-account-profile .course-about-me-desc {
	max-width: 700px;
}
.my-account-profile .course-about-me-desc.course-about-me-desc-main {
  max-width: calc(100% - 120px);
}
.my-account-profile .course-about-me-desc.course-about-me-desc-main small {
  word-break: break-word;
}

.my-account-profile {
	float: left;
	width: 100%;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
	padding: 44px 56px;
	margin-bottom: 30px;
}

.my-account-profile.my-account-profile-details {
	padding: 36px 44px 20px 44px;
}

.my-account-profile.my-account-profile-details .course-introduction h3 {
	font-size: 21px;
	line-height: 28px;
}

.my-material ul li {
	margin-bottom: 30px;
}

.my-material-content {
	padding: 0 33px;
	max-width: 590px;
}

.my-material-img {
	min-width: 230px;
}

.my-material-right {
	min-width: 221px;
	text-align: right;
}

.my-material-right .my-material-access {
	margin-bottom: 20px;
}

.my-material-content b {
	color: #B9B9B9;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 8px;
	display: block;
}

.my-material-content .special-set {
	color: #067431;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 8px;
	display: block;
}

.my-material-content p {
	font-weight: 600;
	color: #111111;
	font-size: 21px;
	line-height: 28px;
	margin-bottom: 10px;
}

.my-material-box {
	-webkit-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029;
	padding: 28px;
	border-radius: 5px;
	background-color: #fff;
}

.material-progress .progress {
	background-color: #DDDDDD;
	height: 8px;
	margin-left: 19px;
	margin-top: 7px;
}

.material-progress .progress-bar {
	background-color: #067431;
}

.material-progress span {
	font-size: 17px;
	color: #111111;
	white-space: nowrap;
}

.my-material-box .single-cosurse-slide-video {
	font-size: 30px;
}


/*my account page end*/


/*basket page*/

.single-basket-price {
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 5px;
}

.basket-remove {
	color: #DB2B1D;
	cursor: pointer;
	font-size: 16px;
	margin-top: 14px;
}

.basket-price p {
	font-size: 18px;
	color: #B9B9B9;
}

.basket-price h4 {
	font-weight: 600;
	font-size: 18px;
}

.basket-price h4.basket-total-price {
	font-size: 28px;
}

.basket-details {
	float: left;
	width: 100%;
}

.basket-details ul li {
	padding: 28px 0;
	border-bottom: 1px solid #EBEBEB;
}

.basket-details ul li:last-child {
	border-bottom: none;
}

.btn.add-coupon-btn {
	padding: 6px 14px;
}
.coupon-field .btn {
    width: 45px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	padding: 0;
	margin-left: 5px;
}
.remove-all-basket {
	font-size: 16px;
	color: #B9B9B9;
	margin-top: 15px;
}

.remove-all-basket:hover {
	color: #B9B9B9;
}


/*basket page end*/


/*custom checkbox*/

.custom-checkbox {
	float: left;
	margin-bottom: 12px;
	width: 100%;
}

.custom-checkbox [type="checkbox"]:not(:checked),
.custom-checkbox [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

.custom-checkbox [type="checkbox"]:not(:checked)+label,
.custom-checkbox [type="checkbox"]:checked+label {
	position: relative;
	padding-left: 1.95em;
	cursor: pointer;
	color: #545454;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-checkbox [type="checkbox"]+label a {
	color: #545454;
	text-decoration: underline;
}

.custom-checkbox [type="checkbox"]+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: #fff;
	-webkit-box-shadow: 0px 3px 3px #00000008;
	box-shadow: 0px 3px 3px #00000008;
	border-radius: 3px;
}

.border-checkbox.custom-checkbox [type="checkbox"]+label:before {
	border: 1px solid #DEDEDE;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.custom-checkbox [type="checkbox"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	content: '\2713\0020';
	position: absolute;
	top: .15em;
	left: .22em;
	font-size: 1.3em;
	line-height: 0.8;
	color: #067431;
	font-weight: bold;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}


/*custom checkbox end*/


/*footer start*/

.footer {
	float: left;
	width: 100%;
	background-color: #F8F8F8;
	position: relative;
}

.footer:before {
	background-image: url(../images/footer-monstera.png);
	background-repeat: no-repeat;
	background-position: top center;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-size: 574px;
    max-width: 574px;
    width: 100%;
    margin: auto;
    bottom: 0;
    z-index: 1;
}

.footer-top {
	float: left;
	width: 100%;
	padding: 85px 0;
}

.footer-about {
	max-width: 434px;
}

.footer-about p {
	font-size: 18px;
	color: #545454;
	line-height: 32px;
}

.footer-logo {
	margin-bottom: 20px;
	display: inline-block;
}

.invite-link {
	font-size: 23px;
	color: #111111;
	margin-top: 50px;
	display: inline-block;
	font-weight: 600;
}

.invite-link:hover {
	color: #067431;
}

.footer-social h3 {
	font-size: 32px;
	line-height: 46px;
	font-weight: 600;
	color: #111111;
	margin-bottom: 20px;
}

.footer-social p {
	color: #545454;
	font-size: 18px;
	line-height: 32px;
}

.social-icon {
	float: left;
	width: 100%;
	margin-top: 29px;
}

.social-icon li a {
	display: block;
	width: 44.28px;
	height: 44.28px;
	text-align: center;
	line-height: 46px;
	border-radius: 100px;
	font-size: 20px;
	border: 1px solid transparent;
	-webkit-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	transition: all ease-in-out 300ms;
}

.social-icon li a:hover {
	-webkit-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	transition: all ease-in-out 300ms;
}

.social-icon li+li {
	margin-left: 12px;
}

.social-facebook {
	color: #fff;
	background-color: #3A5898;
}

.social-facebook:hover {
	background-color: transparent;
	border-color: #3A5898;
	color: #3A5898;
}

.social-instagram {
	background-color: #fff;
	color: #e95950;
}

.social-instagram:hover {
	background-color: transparent;
	border-color: #e95950;
	color: #e95950;
}

.social-youtube {
	color: #fff;
	background-color: #E42526;
}

.social-youtube:hover {
	background-color: transparent;
	border-color: #E42526;
	color: #E42526;
}

.footer-bottom {
	float: left;
	width: 100%;
	padding: 42px 0;
	position: relative;
}

.footer-bottom:before {
	content: "";
	display: block;
	background-color: #ECECEC;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.footer-bottom-inner {
	float: left;
	width: 100%;
}

.footer-copyright p {
	color: #B9B9B9;
	font-size: 14px;
	line-height: 28px;
}

.footer-menu li a {
	display: inline-block;
	color: #545454;
	line-height: 28px;
}

.footer-menu li+li {
	margin-left: 45px;
}


/*footer end*/
/*parsley_css_start*/
input.parsley-success,select.parsley-success,textarea.parsley-success{ color:#468847; background-color:#DFF0D8; border:1px solid #D6E9C6;}
input.parsley-error,select.parsley-error,textarea.parsley-error{ color:#B94A48; background-color:#F2DEDE; border:1px solid #EED3D7;}
.parsley-errors-list { margin: 2px 0 3px; padding:0; list-style-type:none; font-size:0.9em; line-height:0.9em; opacity:0; transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}
.parsley-errors-list.filled { opacity:1;}
/*validation*/
.parsley-required ,.parsley-errors-list{ color:#F00; margin-top:5px;}
/*parsley_css_end*/

/*media*/
@media(max-width:1900px) {
	.landing-social {
		left: -100px;
	}
	.footer:before {
		top: -38px;
	}
}
@media(max-width:1545px) {
	.landing-social {
		position: static;
		float: left;
		width: 100%;
		margin-top: 20px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.landing-social ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.landing-social .social-icon.social-vertical li+li {
		margin-left: 12px;
		margin-top: 0;
	}
}
@media(max-width:1380px){
	.header-top .navbar-light .navbar-nav .nav-item .nav-link {
		padding: 25px 13px;
	}
	.header-cart .nav-link{
		padding: 8px 13px;
	}
	.footer-about p{
		max-width: 380px;
	}
	.footer-copyright p{
		font-size: 13px;
	}
	.page-banner-content-button .btn+.btn {
		margin-left: 10px;
	}
	.page-banner-content-button .btn-light-green {
		padding: 14px 5px;
	}
}

@media(max-width:1360px) {
	.btn-green{
		font-size: 14px;
		padding: 13px 22px;
	}
	.btn-icon {
		padding: 8px 15px;
	}
	.btn-white {
		padding: 13px 12px;
		font-size: 14px;
	}
	.btn-light-green{
		font-size: 14px;
		padding: 13px 22px;
	}
	.header-top .navbar-light .navbar-nav .nav-item .nav-link {
		padding: 25px 8px;
		font-size: 16px;
	}
	.header-cart .nav-link {
		padding: 8px 8px;
		font-size: 16px;
	}
	.header-search .form-control {
		min-width: 283px;
	}
	/*landing page*/
	.countdown .bloc-time {
		margin-right: 15px;
	}
	/*landing page end*/
	.footer{overflow: hidden;}
	.footer:before {
		bottom: -33px;
		top: 0;
		background-size: 350px;
		background-position: bottom center;
		max-width: 350px;
	}
	.course-biology-bg {padding: 80px 20px 80px 30px;}
}
@media(max-width:1200px){
	.btn-green{
		font-size: 14px;
    	padding: 13px 13px;
	}
	.btn-light-green{
		font-size: 14px;
    	padding: 13px 13px;
	}
}
@media(max-width:1199px) {
	.btn-white {
		padding: 14px 12px;
		font-size: 14px;
	}
	.btn-green {
		padding: 14px;
	}
	.btn-green.btn-small {
		padding: 12px 28px;
	}
	.btn-light-green {
		padding: 14px;
	}
	.btn-icon {
		padding: 8px 15px;
	}
	.header .navbar-brand {
		width: 200px;
	}
	.header-left .navbar {
		height: 100px;
	}
	.header-search .form-control {
		min-width: 150px;
	}
	.header-top .navbar-light .navbar-nav .nav-item .nav-link {
		padding: 25px 5px;
		font-size: 15px;
	}
	.header-cart .nav-link {
		padding: 8px 5px;
		font-size: 15px;
	}
	.footer:before {
		background-size: 350px;
		background-position: bottom center;
		max-width: 350px;
	}
	
	.footer-top {
		padding: 50px 0;
	}
	.footer-menu li+li {
		margin-left: 20px;
	}
	/*page banner*/
	.banner-title {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	/*page banner end*/
	/*video with text*/
	.video-content {
		padding: 30px 15px;
	}
	.video-content b {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 8px;
	}
	/*video with text end*/
	/*single page course*/
	.course-cart-box {
		padding: 15px;
	}
	.single-cosurse-tab-nav .nav-tabs .nav-link {
		padding: 20px 8px;
	}
	.single-cosurse-slide-video {
		font-size: 70px;
	}
	.course-cart-save {
		padding: 15px;
	}
	.course-description .row {
		margin-bottom: 30px;
	}
	.course-introduction p {
		margin-bottom: 15px;
	}
	/*single page course end*/
	/*my account page*/
	.my-account-profile {
		padding: 20px;
	}
	.my-material-box {
		padding: 20px;
	}
	.my-material-content p {
		font-size: 16px;
		line-height: 20px;
	}
	.my-material-img {
		min-width: 130px;
	}
	/*my account page end*/
}


/*blog details page*/

@media(max-width:1040px) {
	.blog-detail-social {
		position: static;
		padding: 30px 0;
		float: left;
		width: 100%;
	}
	.blog-detail-social ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.social-icon.social-vertical li+li {
		margin-left: 12px;
		margin-top: 0;
	}
	/*blog details page end*/
}

@media(max-width:991px) {
	body.scroll-hide {
		overflow-y: hidden;
	}
	header nav .navbar-collapse {
		max-width: 300px;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		background-color: #fff;
		height: auto !important;
		width: 100%;
		overflow-y: auto !important;
		z-index: 111;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-perspective: 1000;
		perspective: 1000;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translate3d(-350px, 0, 0);
		transform: translate3d(-350px, 0, 0);
	}
	header nav .navbar-collapse.show {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.sidebar-overlay {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background-color: rgba(255, 255, 255, 0.8);
		z-index: 11;
		-webkit-filter: blur(1px);
		filter: blur(1px);
		filter: invert(100%);
		-webkit-filter: invert(100%);
		-webkit-animation: fadeIn ease 0.4s;
		animation: fadeIn ease 0.4s;
	}
	.header-left .navbar-collapse .navbar-nav {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
	.header-left .navbar-collapse .navbar-nav .nav-item {
		width: 100%;
		border-bottom: 1px solid #ddd;
		display: block;
	}
	.header-top .navbar-light .navbar-nav .nav-item .nav-link:before {
		display: none;
	}
	.header-top .navbar-light .navbar-nav .nav-item.active .nav-link {
		background-color: #067431;
		color: #fff;
	}
	.header-top .navbar-light .navbar-nav .nav-item .nav-link:hover {
		background-color: #067431;
		color: #fff;
	}
	.header-top .navbar-light .navbar-nav .nav-item .nav-link {
		width: 100%;
		padding: 10px 12px;
	}
	.header-search .form-control {
		min-width: 300px;
		position: absolute;
		right: 0;
		top: 100%;
		width: 100%;
		z-index: 11;
		-webkit-box-shadow: 0px 8px 8px #00000008;
		box-shadow: 0px 8px 8px #00000008;
		border-width: 2px 0 0px 0;
		border-radius: 0;
		border-color: #067431;
	}
	.header-search .btn {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: 42px;
		height: 42px;
	}
	/*footer*/
	.footer:before {
		display: none;
	}
	.footer-bottom {
		padding: 30px 0;
	}
	.footer-about {
		max-width: 100%;
		margin-bottom: 20px;
	}
	/*footer end*/
	.search-input {
		display: none;
	}
	.search-toggle.active img {
		display: none;
	}
	.search-toggle .fa-times {
		display: none;
	}
	.search-toggle.active .fa-times {
		display: block;
	}
	.page-heading h1 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.page-heading p {
		font-size: 18px;
		line-height: 26px;
	}
	.testimonial-key img {
		width: 200px;
	}
	.testimonial-key {
		top: -50px;
	}
	/*page banner*/
	.banner-title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.banner-description {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.about-me-banner .banner-description {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.page-banner-content-button .btn+.btn {
		margin-left: 10px;
	}
	.white-page-banner .page-banner-content {
		margin-bottom: 0;
	}
	.about-me-banner .page-banner-content {
		padding-right: 0;
	}
	/*page banner end*/
	.all-of-them {
		padding-top: 20px;
	}
	.all-of-them-inner {
		padding: 20px 0px;
	}
	.all-of-them-inner-top {
		padding-top: 10px;
	}
	/*blog details page*/
	.blog-detail-banner {
		height: 400px;
	}
	/*blog details page end*/
	/*my account page*/
	.my-account-nav .nav-item+.nav-item {
		margin-left: 15px;
	}
	.my-account-nav {
		padding-bottom: 30px;
	}
	/*my account page end*/
	.kontakt-page-inner-block {
		margin-bottom: 30px;
	}
	.kontakt-form {
		padding: 25px;
	}
	/* .course-cart-content ul {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		background-color: #fff;
		z-index: 1;
		padding: 15px;
		-webkit-box-shadow: 0px -8px 8px #00000008;
		        box-shadow: 0px -8px 8px #00000008;
	}
	.course-cart-content-title {display: none;}
	.course-cart-content ul li {
		margin-bottom: 0;
	}
	.course-cart-content ul li + li {
		margin-left: 5px;
	}
	.course-cart-content ul li p {padding-left: 3px; font-size: 13px;} */
}

@media(max-width:767px) {
	.header .navbar-brand {
		margin-right: 10px;
	}
	.header-left .navbar {
		height: 70px;
	}
	header.fixed-top .header-left .navbar {
		height: 70px;
	}
	.testimonial-inner {
		padding: 150px 0 60px 0;
	}
	.single-cosurse-scrolling.sticky-top {
		top: 70px;
	}
	/*footer start*/
	.invite-link {
		margin-top: 10px;
	}
	/*footer end*/
	.icon-with-text {
		margin-bottom: 30px;
	}
	.icon-with-text-wrapper {
		padding: 50px 0;
	}
	.course-list {
		margin-bottom: 30px;
	}
	.course-list-content span {
		margin-bottom: 10px;
	}
	.rating {
		margin-bottom: 10px;
	}
	.course-list-title {
		margin-bottom: 10px;
	}
	.course-img img {
		width: 100%;
	}
	.content-block-inner {
		padding: 30px 0 30px 0;
	}
	.content-block {
		margin-top: 0;
	}
	.drawn-map {
		height: 300px;
	}
	/*single course page*/
	.single-cosurse-tab-nav .nav-tabs .nav-link {
		font-size: 14px;
		padding: 18px 6px;
	}
	.page-heading {
		padding-bottom: 30px;
	}
	.single-cosurse-tab-content {
		padding: 50px 0;
	}
	.check-with-text {
		margin-bottom: 15px;
	}
	.course-description .row {
		margin-bottom: 0px;
	}
	.course-table-timing ul li {
		margin-bottom: 10px;
	}
	.course-about-me-img {
		min-width: 150px;
	}
	.course-about-me-desc {
		padding-left: 20px;
	}
	.review-comment-right {
		float: left;
		width: 100%;
		margin: 8px 0;
	}
	.review-like-icon i {
		font-size: 18px;
	}
	.review-deslike-icon i {
		font-size: 18px;
	}
	.review-comment-box ul li {
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	.review-comment-content {
		padding-left: 10px;
	}
	.course-cart-title h2 {
		font-size: 24px;
	}
	.single-cosurse-slider-init .slick-arrow {
		width: 40px;
		height: 40px;
	}
	/* .course-cart-content ul li p {
		display: none;
	} */
	/*single course page end*/
	/*my account page*/
	.my-material-right {
		margin-top: 20px;
	}
	/*my account page end*/
	.mail-block .invite-link {
		font-size: 17px;
	}
	.blog-slide {
		margin-bottom: 20px;
		float: left;
		width: 100%;
	}
	.blog-slide-content span {
		margin-top: 10px;
	}
	.blog-slide-content {
		margin-top: 20px;
	}
}

@media (max-width: 576px) {
	.header .navbar-brand {
		width: 150px;
	}
	.blog-inner {
		padding: 50px 0 100px 0;
	}
	.blog-slide-init .slick-dots {
		margin-top: 20px;
	}
	.blog-slide-init .slick-list {
		padding: 0 80px 0 0 !important;
	}
	.page-header-title h1 {
		font-size: 36px;
	}
	
	/*page banner*/
	.page-banner-content-button .btn+.btn {
		margin-left: 0;
	}
	.page-banner-content-button .btn {
		margin-bottom: 10px;
		margin-right: 10px;
	}
	.heading-with-link .page-heading {
		padding-bottom: 10px;
	}
	.link-green {
		margin-bottom: 20px;
		display: inline-block;
	}
	/*page banner end*/
	/*video with text*/
	.video-content {
		top: -60px;
		max-width: 85%;
		margin: auto;
	}
	.video-with-text {
		margin-bottom: 30px;
	}
	/*video with text end*/
	.all-of-them-top {
		text-align: center;
	}
	.kontakt-form {
		padding-top: 20px;
	}
	.mail-block-left {
		margin-right: 10px;
	}
	.kontakt-page-inner {
		margin: 20px 0px;
	}
	/*single course page*/
	.single-cosurse-slide-video {
		font-size: 40px;
	}
	.single-cosurse-slider-init .slick-dots {
		bottom: 10px;
	}
	.single-cosurse-slide-btn {
		top: 5px;
		left: 20px;
	}
	.course-introduction h3 {
		font-size: 24px;
		line-height: 30px;
	}
	.blog-detail-content .course-introduction h1 {
		font-size: 24px;
		line-height: 30px;
	}
	/*single course page end*/
	/*blog detail page*/
	.blog-social .btn-green {
		margin-top: 30px;
		float: left;
	}
	.blog-detail-content .course-introduction {
		padding-top: 20px;
	}
	.blog-detail-content .border-bottom-padding {
		padding-bottom: 10px;
	}
	.blog-details-single-img img {
		margin: auto;
	}
	.blog-testimonial.course-introduction {
		padding: 30px 20px 30px 30px;
	}
	/*blog detail page end*/
	.signup-box {
		margin-bottom: 17px;
	}
	.signup-box .btn-green {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-top: 15px;
	}
	.landing-banner .page-banner-content {
		padding: 30px 0;
	}
	.landing-video {
		padding: 40px 0 20px 0;
	}
	.help-us-wrapper {
		padding: 40px 0;
	}
	.help-us-content .page-banner-content-button .btn {
		margin-right: 0;
	}
	/*my account page*/
	.my-material-content {
		max-width: 100%;
		padding: 30px 0 0 0;
	}
	.my-material-right {
		text-align: left;
	}
	.my-material-img img {
		width: 100%;
	}
	.my-account-profile.my-account-profile-details {
		padding: 20px 20px 6px 20px;
	}
	.course-about-me-desc {
		padding-left: 0;
		padding-top: 30px;
	}
	.my-account-nav .nav-item+.nav-item {
		margin-left: 0;
	}
	.btn.account-logout-btn {
		padding: 5px 15px;
		margin-top: 20px;
	}
	.testimonial-slider-init {
		max-width: 500px;
		margin: auto;
	}
	/*my account page end*/
}
@media (max-width: 480px) {
	.testimonial-key img{
		display: none;
	}
	.footer-about{
		margin-bottom: 40px;
	}
	.footer-social {
		padding-top: 10px;
	}
}
@media (max-width: 376px) { 
	.page-banner-content-button .btn {
		font-size: 14px;
		padding: 11px 4px;
	}
	.page-banner-content-button .btn.btn-icon {
		padding: 6px 15px;
	}
	.page-banner-content-button .btn+.btn {
		margin-left: 0;
		margin-right: 0;
	}
	.testimonial-text {
		padding: 30px;
	}
	.testimonial-content {
		margin-bottom: 0;
	}
	.testimonial-btn {
		padding-top: 40px;
	}
	.testimonial-text:before {left: 30px;}
	.testimonial-slider-init .slick-list {
		padding-top: 20px;
	}
	.testimonial-slider-init .slick-arrow {
		background-color: #fff;
		border: none;
		position: absolute;
		top: 50%;
		-webkit-box-shadow: 0px 4px 8px #0000001A;
		box-shadow: 0px 4px 8px #0000001A;
		border-radius: 5px;
		width: 35px;
		height: 35px;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		z-index: 1;
		font-size: 0px;
	}
	.testimonial-slider-init .slick-next.slick-arrow {
		right: 0px;
	}
	.testimonial-slider-init .slick-prev.slick-arrow:before {
		content: "\f060";
	}
	.testimonial-slider-init .slick-arrow:before {
		display: inline-block;
		font-size: 16px;
		color: #000;
		text-align: center;
		font-family: "Font Awesome 5 Pro";
	}
	.testimonial-slider-init .slick-next.slick-arrow:before {
		content: "\f061";
	}

	.blog-slide-init .slick-arrow {
		width: 35px;
		height: 35px;
	}
	.blog-slide-init .slick-arrow {
		top: 17%;
	}
	.all-of-them-top ul li a {
		padding: 20px 15px;
	}
	
	.testimonial-inner {
		padding: 100px 0 60px 0;
	}
	.biology-bg {
		padding: 50px 0;
	}
	.basket-details {
		padding-top: 25px;
	}
	.mobile-logo {
		padding: 3px 0 3px 15px;
	}
	.header-top .navbar-light .navbar-nav .nav-item .nav-link {
		padding: 10px 15px;
	}
	
	.oferta-banner {padding-bottom: 0;}
	.content-block-text {
		padding-bottom: 21px;
	}
	.course-table-accordion .card {
		border-color: #E7F1EB !important;
	}
	.header-cart .dropdown-toggle img {
		width: 16px;
	}
}

@media(max-width:1800px) {
	.header .navbar-brand {
		margin-right: 35px;
	}
	.header-top .navbar-light .navbar-nav .nav-item .nav-link {
		padding: 25px 8px;
	}
}

@media(max-width:1400px) {
	.header .navbar-brand {
		margin-right: 20px;
	}
	.header-top .navbar-light .navbar-nav .nav-item .nav-link {
		padding: 25px 4px;
	}
}

.community-ask-box {
	background-color: #F8F8F8;
	border-radius: 7px;
	padding: 15px;
}

.community-ask-top {
	padding: 0 95px 0 40px;
	position: relative;
}

a.attachment-add {
	color: #067431 !important;
    font-weight: 600;
    font-size: 14px;
	align-items: center;
	display: flex;
}

.attachment-add img {
	margin-right: 5px;
}

.community-ask-top:after {
	content: "";
    border: solid #067431;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    transform: rotate(-135deg);
    left: 12px;
    -webkit-transform: rotate(-135deg);
    top: 13px;
}

.community-ask-top.active:after {
	content: "";
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.community-ask-bottom {
    margin-top: 24px;
}

.community-top-date {
	font-size: 14px;
	color: #B9B9B9;
}

.community-ask-ver {
    background-color: #EEF3F0;
    color: #067431;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
	font-weight: 600;
    border-radius: 5px;
}

.community-ask-exp {
	background-color: rgba(116, 6, 116, 0.05);
    color: #740674;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 5px;
	font-weight: 600;
}

.community-ask-text {
	color: #B9B9B9;
	font-size: 16px;
}


.expert-box .community-ask-ver {
    background-color: #fff;
}

.expert-box .community-ask-exp {
	background-color: #fff;
}

.community-ask-title {
	color: #111111;
	font-size: 24px;
	font-weight: 600;
}

.community-answer-edit {
	color: #B9B9B9;
	font-size: 14px;
	margin: 28px 0;
}

.community-ask-title.active-comment:after {
	background-color: #067431;
    border-radius: 3px;
    display: inline-block;
    width: 13px;
    height: 13px;
    content: "";
    margin-left: 8px;
}

.community-ask-date {
	color: #B9B9B9;
	font-size: 14px;
}

.community-ask-icons {
    position: absolute;
    right: calc(-21px - 15px - 95px);
    top: 50%;
    transform: translateY(-50%);

}

.community-comments-box {
	margin: 15px 0 15px auto;
    max-width: 94%;
}

.community-ask-num {
	text-align: center;
	background-color: #067431;
	border-radius: 7px;
	color: #FFFFFF;
	font-size: 12px;
	min-width: 42px;
    line-height: 17px;
    padding: 4px;
}

.community-ask-num span {
	display: block;
	font-size: 20px;
}

.community-ask-expert {
	background-color: #740674;
	border-radius: 7px;
	color: #FFFFFF;
	font-size: 20px;
	padding: 7px;
	margin-left: 9px;
    text-align: center;
    min-width: 42px;
    height: 42px;
    line-height: 28px;
}

.community-ask-short {
	font-size: 16px;
    color: #545454;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.community-ask-short span {
    font-weight: 900;
}

a.community-ask-link {
    color: #067431;
    font-weight: 600;
    font-size: 18px;
    margin: 25px 0;
    display: inline-block;
}

.community-ask-long {
    border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 25px 0;
	margin-left: 40px;
}

.community-comments-box .community-ask-long  {
    border-top: 0;
    padding-top: 0;
}

a.community-answer-link {
	color: #067431;
    font-weight: 600;
    font-size: 18px;
    margin: 25px 0;
    display: inline-block;
}

.community-ask-content {
    max-width: calc(100% - 80px);
	width: 100%;
}

.community-ask-content h4 {
	color: #111111;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.community-ask-content p {
	margin-bottom: 0;
    margin-top: 15px;
}

.expert-box {
	background-color: rgba(116, 6, 116, 0.05);
}

.community-comments-box {
	border-radius: 7px;
	padding: 30px 24px;
}

.community-comment {
	padding: 40px 50px;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.07);
	border-radius: 5px;
	margin-top: 15px;
}

.community-thumb-down img {
	margin-bottom: -10px;
}

.active-thumb {
	display: none;
}

.community-thumb.active .active-thumb{
	display: block;
}

.community-thumb.active img:not(.active-thumb){
	display: none;
}

.community-thumb img {
	margin-right: 5px;
	cursor: pointer;
}

.community-comment h4 {
	font-size: 26px;
    font-weight: 600;
}

.community-comment .write-comment {
  border-radius: 7px;
  width: 100%;
  border: 1px solid #DBDBDB;
  padding: 30px;
  margin: 24px 0 5px;
  height: 170px;
  max-height: calc(100vh - 395px);
  min-height: 100px;
}

.community-ask-more {
	display: none;
}

.community-ask-bottom {
	display: none;
}

.community-search {
	max-width: 280px;
}

.community-search .btn {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.community-search .form-control {
	height: 50px;
	width: 100%;
	color: #000;
}
.community-search .form-control::-webkit-input-placeholder {
	color: #BCBCBC;
}
.community-search .form-control::-moz-placeholder {
	color: #BCBCBC;
}
.community-search .form-control:-ms-input-placeholder {
	color: #BCBCBC;
}
.community-search .form-control::-ms-input-placeholder {
	color: #BCBCBC;
}
.community-search .form-control::placeholder {
	color: #BCBCBC;
}

.community-ask-img {
	width: 80px;
}

.community-ask-img img {
	width: 60px;
    border-radius: 50%;
    height: 60px;
    object-fit: cover;
}

.community-ask-content p span {
	color: #740674;
}

.comment-modal {
	display: none; 
	position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.close-bg {
	position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

.comment-modal .modal-content {
	background-color: #fefefe;
	position: absolute;
	z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	max-height: 90vh;
	padding: 20px;
	border: 1px solid #888;
	width: 80%; 
    max-width: 800px;
}
  
.comment-modal .close-btn {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;

	position: absolute;
    top: 20px;
    right: 20px;
}

.comment-modal .community-comment {
    padding: 0;
    box-shadow: none;
    border: none;
}

.title-comment {
	border-radius: 7px;
    width: 100%;
    border: 1px solid #DBDBDB;
    padding: 10px 30px;
    margin-top: 24px;
}

.comment-modal .close-btn:hover,
.comment-modal .close-btn:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.sort-comments {
    text-align: right;
}

.sort-comments .dropdown-toggle {
	background-color: transparent !important;
    border: none;
    color: #111111 !important;
	margin: 10px 0;
    padding: 6px 10px;
    font-size: 16px;
}

.sort-comments .dropdown-toggle::after {
	color: #CECECE;
}

.community-ask-wraper {
	margin-bottom: 28px;
}

.community-nav {

}

.community-nav .nav {
	border-bottom: 1px solid #EBEBEB;
}

.community-nav .tab-content {

}

.community-nav .nav-item:not(:first-child) {
	margin-left: 70px;
}

.community-nav .nav-link {
	color: #111111;
	font-size: 18px;
	font-weight: 600;
	padding: 26px 0;
	position: relative;
}

.community-nav .nav-link.active:after {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background-color: #067431;
}

.community-nav .nav-link.active {
	color: #067431;
}

.chatRemoveSpan {
	cursor: pointer;
    color: red;
    margin-right: 5px;
}

.community-attachment-row {
    margin: 22px -7px;
}

.community-attachment-row a {
	width: calc((100% / 6) - 14px);
	margin: 0 7px 7px;
}

.community-attachment-row a img {
	width: 100%;
	height: 70px;
	object-fit: scale-down;
}
.dropdown-question .dropdown-menu {
    overflow: auto;
	max-height: calc(28vh);
    width: 100%;
}
.dropdown-question .dropdown-menu a {
	white-space: normal;
}
.dropdown-question button.btn.dropdown-toggle {
	border-radius: 7px;
    width: 100%;
    border: 1px solid #DBDBDB;
    padding: 10px 50px 10px 30px;
    margin-top: 24px;
    text-align: left;
    background-color: #fff !important;
    color: #000 !important;
    position: relative;
	overflow: hidden;
    text-overflow: ellipsis;
}
.dropdown-question .btn.dropdown-toggle {
	position: relative;
}
.dropdown-question .btn.dropdown-toggle::after {
    position: absolute;
    right: 30px;
    top: 20px;
}

input.quantity-input[type=number]::-webkit-outer-spin-button,
input.quantity-input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input.quantity-input[type=number] {width: 60px !important;}
/* Firefox */
input.quantity-input[type=number] {
	-moz-appearance: textfield;
}

.item-counter {margin-top: 10px;}

@media (max-width: 767px) {
	.community-comments-box {
		max-width: 100%;
	}
	.community-badges {
		flex-wrap: wrap;
	}
	.community-ask-long {
		margin-left: 0;
	}
	.community-ask-content {
		max-width: 100%;
	}
	.community-add-bottom {
		flex-wrap: wrap;
	}
	.community-comment {
		padding: 20px 25px;
	}
	.community-add-mob {
		margin: 0 auto;
	}
	.attachment-add {
		margin-bottom: 15px;
	}
	.course-community {
		flex-wrap: wrap;
		max-width: 100%;
		width: 100%;
	}
	.course-community .community-search {
		width: 100%;
		margin-bottom: 20px;
		max-width: 100%;
	}
	.course-community .btn-green {
		margin: 0 !important;
		width: 100%;
	}
	.community-ask-top {
		padding: 0 0 0 42px;
	}
	.community-ask-title {
		line-height: 24px;
	}
	.community-ask-head {
		flex-wrap: wrap;
	}
	.community-ask-date {
		margin-top: 25px;
	}
	.community-ask-icons {
		top: unset;
		bottom: 0;
		right: 0;
		transform: initial;
	}
	.community-ask-img {
    	margin-bottom: 20px;
	}
	.community-attachment-wraper {
		flex-wrap: wrap;
	}
	.community-attachment-row a {
		width: calc((100% / 3) - 14px);
	}
	.community-ask-title {
		width: 100%;
	}

	.community-ask-long {
		position: relative;
		padding-bottom: 40px;
	}
	.community-ask-mobile {
		position: absolute;
		bottom: 10px;
		left: 0;
	}
	.community-ask-text {
		font-size: 15px;
	}
	.community-comments-box {
		padding: 25px 10px;
	}
} 

@media (max-width: 767px) {
	.community-nav .nav-item:not(:first-child) {
		margin-left: 30px;
	}
}

@media (max-width: 450px) {
	.community-nav .nav-item {
		width: 300px;
		text-align: center;
		margin: 10px auto !important;
	}
	.community-nav .nav {
		display: block;
	}
	.community-nav .nav-link {
		padding: 15px 0;
	}
}

@media (max-width: 450px) {
	.community-attachment-row a {
		width: calc((100% / 2) - 14px);
	}
} 
/*---- product promo css start here ----*/
.sec-product-promo {
  clear: both;
  float: none;
  position: relative;
  padding: 120px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-promo-block{
	display: flex;
	flex-wrap: wrap;
}
.product-promo-info {
  max-width: 563px;
  width: 100%;
}
.product-promo-title{
	margin-bottom: 40px;
}
.product-promo-title:last-child{
	margin-bottom: 0;
}
.product-promo-title * {
  font-size: 56px;
  line-height: 62px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.product-promo-info ul{
	margin-bottom: 40px;
}
.product-promo-info ul:last-child{
	margin-bottom: 0;
}
.product-promo-info li {
  position: relative;
  color: #fff;
  font-size: 21px;
  line-height: 27px;
  margin-bottom: 20px;
  padding-left: 23px;
}
.product-promo-info li:last-child{
	margin-bottom: 0;
}
.product-promo-info li:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 0;
  top: 12px;
  background: #067431;
}
.product-promo-text span {
  display: block;
  color: #8B8C8D;
  font-size: 18px;
  line-height: 32px;
}
.product-promo-box {
  width: 100%;
  max-width: 479px;
  background: #fff;
  margin-top: 47px;
  padding: 28px 37px 40px;
  border-radius: 5px;
}
.product-promo-box:first-child{
	margin-top: 0;
}
.product-promo-box-title * {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  margin: 0;
}
.product-promo-box-title {
   margin-bottom: 27px;
}
.product-promo-box-title:last-child{
	margin-bottom: 0;
}
.product-promo-price-outer {
  position: relative;
  margin-bottom: 30px;
}
.product-promo-price-outer:last-child{
	margin-bottom: 0;
}
.product-promo-price {
  display: flex;
  align-items: self-end;
}
.product-promo-price ins {
  text-decoration: none;
  color: #111111;
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  margin-right: 14px;
}
.product-promo-price ins:has(+ del) {
   color: #DB2B1D;
}
.product-promo-price del {
  font-size: 24px;
  line-height: 38px;
  color: #111111;
}
.product-promo-save {
  color: #DB2B1D;
  font-size: 16px;
  line-height: 20px;
  margin-top: 2px;
}
.product-promo-box p {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 20px;
}
.product-promo-text-red {
  color: #DB2B1D;
}
.product-promo-box p + .btn {
  margin-top: 22px;
}
.product-promo-box .btn {
  width: 100%;
  justify-content: space-between !important;
  display: flex;
}
.product-promo-box .btn:hover img{
	filter: invert(1) invert(24%) sepia(64%) saturate(1650%) hue-rotate(118deg) brightness(100%) contrast(95%);
}
.product-promo-img {
  max-width: 642px;
  width: 100%;
  margin-left: 140px;
  margin-top: 115px;
}
.product-promo-img img{
	width: 100%;
	max-width: 100%;
	height: auto;
}
@media(min-width:1360px) and (max-width:1459px){
	.product-promo-img {
    margin-left: 65px;
  }
}
@media(min-width:1200px) and (max-width:1359px){
	.sec-product-promo {
    padding: 90px 0;
  }
	.product-promo-info {
    max-width: 510px;
  }
  .product-promo-img {
    max-width: 550px;
    margin-left: 50px;
  }
  .product-promo-title * {
    font-size: 53px;
    line-height: 59px;
  }
  .product-promo-title {
    margin-bottom: 32px;
	}
	.product-promo-info ul {
    margin-bottom: 32px;
	}
  .product-promo-info li {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 17px;
    padding-left: 20px;
	}
	.product-promo-info li:after {
    top: 10px;
  }
  .product-promo-text span {
    font-size: 17px;
    line-height: 30px;
	}
	.product-promo-box .btn {
    font-size: 18px;
	}
}
@media(min-width:992px) and (max-width:1199px){
	.sec-product-promo {
    padding: 80px 0;
  }
  .product-promo-info {
    max-width: 445px;
  }
  .product-promo-title * {
    font-size: 46px;
    line-height: 56px;
  }
  .product-promo-title {
    margin-bottom: 30px;
	}
	.product-promo-info ul {
    margin-bottom: 30px;
	}
	.product-promo-info li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 13px;
    padding-left: 17px;
	}
	.product-promo-info li:after {
    width: 6px;
    height: 6px;
    top: 11px;
  }
  .product-promo-text span {
    font-size: 16px;
    line-height: 28px;
	}
	.product-promo-box {
    margin-top: 30px;
    padding: 24px 24px 32px;
  }
  .product-promo-box-title {
    margin-bottom: 20px;
	}
  .product-promo-box-title * {
    font-size: 28px;
    line-height: 34px;
  }
  .product-promo-price-outer {
    margin-bottom: 23px;
	}
  .product-promo-price ins {
    font-size: 28px;
    line-height: 34px;
  }
  .product-promo-price del {
    font-size: 20px;
    line-height: 34px;
  }
  .product-promo-img {
    max-width: 455px;
    margin-left: 30px;
  }
  .product-promo-box .btn {
    font-size: 17px;
	}
}
@media(min-width:768px) and (max-width:991px){
	.sec-product-promo {
    padding: 70px 0;
  }
  .product-promo-info {
    max-width: 100%;
  }
  .product-promo-title {
    margin-bottom: 24px;
	}
  .product-promo-title * {
    font-size: 38px;
    line-height: 50px;
  }
  .product-promo-info ul {
    margin-bottom: 24px;
	}
  .product-promo-info li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 18px;
	}
	.product-promo-info li:after {
    width: 6px;
    height: 6px;
    top: 10px;
  }
  .product-promo-text span {
    font-size: 16px;
    line-height: 24px;
	}
	.product-promo-box {
    margin-top: 30px;
    padding: 30px;
    max-width: 100%;
  }
  .product-promo-box-title {
    margin-bottom: 20px;
	}
  .product-promo-box-title * {
    font-size: 28px;
    line-height: 34px;
  }
  .product-promo-price-outer {
    margin-bottom: 24px;
	}
  .product-promo-price ins {
    font-size: 28px;
    line-height: 34px;
  }
  .product-promo-price del {
    font-size: 20px;
    line-height: 34px;
  }
  .product-promo-img {
    max-width: 100%;
    margin-left: 0;
    margin-top: 60px;
	}
	.product-promo-box .btn {
    font-size: 17px;
	}
}
@media(max-width:767px){
	.sec-product-promo {
    padding: 50px 0;
  }
	.product-promo-info {
    max-width: 100%;
    width: 100%;
	}
	.product-promo-title * {
    font-size: 32px;
    line-height: 40px;
  }
  .product-promo-title {
    margin-bottom: 20px;
	}
	.product-promo-info ul {
    margin-bottom: 20px;
	}
	.product-promo-info li {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 10px;
    padding-left: 15px;
	}
	.product-promo-info li:after {
    width: 6px;
    height: 6px;
    top: 10px;
  }
  .product-promo-box {
    width: 100%;
    margin-top: 24px;
    padding: 20px;
    border-radius: 5px;
	}
	.product-promo-box-title {
    margin-bottom: 15px;
	}
	.product-promo-box-title * {
    font-size: 24px;
    line-height: 30px;
  }
  .product-promo-price-outer {
    margin-bottom: 20px;
	}
  .product-promo-price ins {
    font-size: 24px;
    line-height: 30px;
    margin-right: 10px;
	}
	.product-promo-price del {
    font-size: 18px;
    line-height: 30px;
  }
  .product-promo-save {
    font-size: 14px;
    line-height: 18px;
  }
  .product-promo-box p + .btn {
    margin-top: 15px;
	}
	.product-promo-box .btn {
    font-size: 17px;
	}
	.product-promo-img {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
	}
	.product-promo-text span {
    font-size: 16px;
    line-height: 24px;
	}
}
/*---- product promo css end here ----*/