@import url('https://fonts.googleapis.com/css2?family=Nunito&amp;display=swap');

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*,
::after,
::before{box-sizing:border-box}
/* fontawesome css */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Pro"); font-weight:var(--fa-style, 900)}
.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fat {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto
}

.fa-1x {
	font-size: 1em
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-6x {
	font-size: 6em
}

.fa-7x {
	font-size: 7em
}

.fa-8x {
	font-size: 8em
}

.fa-9x {
	font-size: 9em
}

.fa-10x {
	font-size: 10em
}

.fa-2xs {
	font-size: .625em;
	line-height: .1em;
	vertical-align: .225em
}

.fa-xs {
	font-size: .75em;
	line-height: .08333em;
	vertical-align: .125em
}

.fa-sm {
	font-size: .875em;
	line-height: .07143em;
	vertical-align: .05357em
}

.fa-lg {
	font-size: 1.25em;
	line-height: .05em;
	vertical-align: -.075em
}

.fa-xl {
	font-size: 1.5em;
	line-height: .04167em;
	vertical-align: -.125em
}

.fa-2xl {
	font-size: 2em;
	line-height: .03125em;
	vertical-align: -.1875em
}

.fa-fw {
	text-align: center;
	width: 1.25em
}

.fa-ul {
	list-style-type: none;
	margin-left: var(--fa-li-margin, 2.5em);
	padding-left: 0
}

.fa-ul>li {
	position: relative
}

.fa-li {
	left: calc(var(--fa-li-width, 2em)*-1);
	position: absolute;
	text-align: center;
	width: var(--fa-li-width, 2em);
	line-height: inherit
}

.fa-border {
	border-radius: var(--fa-border-radius, .1em);
	border: var(--fa-border-width, .08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
	padding: var(--fa-border-padding, .2em .25em .15em)
}

.fa-pull-left {
	float: left;
	margin-right: var(--fa-pull-margin, .3em)
}

.fa-pull-right {
	float: right;
	margin-left: var(--fa-pull-margin, .3em)
}

.fa-beat {
	-webkit-animation-name: fa-beat;
	animation-name: fa-beat;
	-webkit-animation-delay: var(--fa-animation-delay, 0);
	animation-delay: var(--fa-animation-delay, 0);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
	animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-bounce {
	-webkit-animation-name: fa-bounce;
	animation-name: fa-bounce;
	-webkit-animation-delay: var(--fa-animation-delay, 0);
	animation-delay: var(--fa-animation-delay, 0);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1))
}

.fa-fade {
	-webkit-animation-name: fa-fade;
	animation-name: fa-fade;
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-beat-fade,
.fa-fade {
	-webkit-animation-delay: var(--fa-animation-delay, 0);
	animation-delay: var(--fa-animation-delay, 0);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s)
}

.fa-beat-fade {
	-webkit-animation-name: fa-beat-fade;
	animation-name: fa-beat-fade;
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-flip {
	-webkit-animation-name: fa-flip;
	animation-name: fa-flip;
	-webkit-animation-delay: var(--fa-animation-delay, 0);
	animation-delay: var(--fa-animation-delay, 0);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
	animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-shake {
	-webkit-animation-name: fa-shake;
	animation-name: fa-shake;
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, linear);
	animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-shake,
.fa-spin {
	-webkit-animation-delay: var(--fa-animation-delay, 0);
	animation-delay: var(--fa-animation-delay, 0);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal)
}

.fa-spin {
	-webkit-animation-name: fa-spin;
	animation-name: fa-spin;
	-webkit-animation-duration: var(--fa-animation-duration, 2s);
	animation-duration: var(--fa-animation-duration, 2s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, linear);
	animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spin-reverse {
	--fa-animation-direction: reverse
}

.fa-pulse,
.fa-spin-pulse {
	-webkit-animation-name: fa-spin;
	animation-name: fa-spin;
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
	animation-timing-function: var(--fa-animation-timing, steps(8))
}

@media (prefers-reduced-motion:reduce) {

	.fa-beat,
	.fa-beat-fade,
	.fa-bounce,
	.fa-fade,
	.fa-flip,
	.fa-pulse,
	.fa-shake,
	.fa-spin,
	.fa-spin-pulse {
		-webkit-animation-delay: -1ms;
		animation-delay: -1ms;
		-webkit-animation-duration: 1ms;
		animation-duration: 1ms;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition-duration: 0s;
		transition-duration: 0s
	}
}

@-webkit-keyframes fa-beat {

	0%,
	90% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	45% {
		-webkit-transform: scale(var(--fa-beat-scale, 1.25));
		transform: scale(var(--fa-beat-scale, 1.25))
	}
}

@keyframes fa-beat {

	0%,
	90% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	45% {
		-webkit-transform: scale(var(--fa-beat-scale, 1.25));
		transform: scale(var(--fa-beat-scale, 1.25))
	}
}

@-webkit-keyframes fa-bounce {
	0% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0)
	}

	10% {
		-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
		transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
	}

	30% {
		-webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
		transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
	}

	50% {
		-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
		transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
	}

	57% {
		-webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
		transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
	}

	64% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0)
	}

	to {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0)
	}
}

@keyframes fa-bounce {
	0% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0)
	}

	10% {
		-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
		transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
	}

	30% {
		-webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
		transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
	}

	50% {
		-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
		transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
	}

	57% {
		-webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
		transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
	}

	64% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0)
	}

	to {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0)
	}
}

@-webkit-keyframes fa-fade {
	50% {
		opacity: var(--fa-fade-opacity, .4)
	}
}

@keyframes fa-fade {
	50% {
		opacity: var(--fa-fade-opacity, .4)
	}
}

@-webkit-keyframes fa-beat-fade {

	0%,
	to {
		opacity: var(--fa-beat-fade-opacity, .4);
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
		transform: scale(var(--fa-beat-fade-scale, 1.125))
	}
}

@keyframes fa-beat-fade {

	0%,
	to {
		opacity: var(--fa-beat-fade-opacity, .4);
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
		transform: scale(var(--fa-beat-fade-scale, 1.125))
	}
}

@-webkit-keyframes fa-flip {
	50% {
		-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
		transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
	}
}

@keyframes fa-flip {
	50% {
		-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
		transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
	}
}

@-webkit-keyframes fa-shake {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg)
	}

	4% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	8%,
	24% {
		-webkit-transform: rotate(-18deg);
		transform: rotate(-18deg)
	}

	12%,
	28% {
		-webkit-transform: rotate(18deg);
		transform: rotate(18deg)
	}

	16% {
		-webkit-transform: rotate(-22deg);
		transform: rotate(-22deg)
	}

	20% {
		-webkit-transform: rotate(22deg);
		transform: rotate(22deg)
	}

	32% {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg)
	}

	36% {
		-webkit-transform: rotate(12deg);
		transform: rotate(12deg)
	}

	40%,
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@keyframes fa-shake {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg)
	}

	4% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	8%,
	24% {
		-webkit-transform: rotate(-18deg);
		transform: rotate(-18deg)
	}

	12%,
	28% {
		-webkit-transform: rotate(18deg);
		transform: rotate(18deg)
	}

	16% {
		-webkit-transform: rotate(-22deg);
		transform: rotate(-22deg)
	}

	20% {
		-webkit-transform: rotate(22deg);
		transform: rotate(22deg)
	}

	32% {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg)
	}

	36% {
		-webkit-transform: rotate(12deg);
		transform: rotate(12deg)
	}

	40%,
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1)
}

.fa-rotate-by {
	-webkit-transform: rotate(var(--fa-rotate-angle, none));
	transform: rotate(var(--fa-rotate-angle, none))
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: var(--fa-stack-z-index, auto)
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: var(--fa-inverse, #fff)
}

.fa-address-book:before,
.fa-contact-book:before {
	content: "\f2b9"
}

.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
	content: "\f2bb"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
	content: "\f0ec"
}

.fa-arrow-right-from-arc:before {
	content: "\e4b1"
}

.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
	content: "\f08b"
}

.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-arrow-right-to-arc:before {
	content: "\e4b2"
}

.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
	content: "\f090"
}

.fa-arrow-trend-down:before {
	content: "\e097"
}

.fa-arrow-trend-up:before {
	content: "\e098"
}

.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
	content: "\f08e"
}

.fa-arrows-retweet:before,
.fa-retweet-alt:before {
	content: "\f361"
}

.fa-arrows-spin:before {
	content: "\e4bb"
}

.fa-atom-alt:before,
.fa-atom-simple:before {
	content: "\f5d3"
}

.fa-badge-percent:before {
	content: "\f646"
}

.fa-barcode-scan:before {
	content: "\f465"
}

.fa-bars:before,
.fa-navicon:before {
	content: "\f0c9"
}

.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
	content: "\f550"
}

.fa-book-open-reader:before,
.fa-book-reader:before {
	content: "\f5da"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-books:before {
	content: "\f5db"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
	content: "\f19c"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-bullseye-arrow:before {
	content: "\f648"
}

.fa-calculator-alt:before,
.fa-calculator-simple:before {
	content: "\f64c"
}

.fa-calendar-lines:before,
.fa-calendar-note:before {
	content: "\e0d5"
}

.fa-camera-home:before,
.fa-camera-security:before {
	content: "\f8fe"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-cart-circle-check:before {
	content: "\e3f1"
}

.fa-cart-circle-plus:before {
	content: "\e3f3"
}

.fa-cart-shopping:before,
.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-cart-shopping-fast:before {
	content: "\e0dc"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-blackboard:before,
.fa-chalkboard:before {
	content: "\f51b"
}

.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
	content: "\f51c"
}

.fa-bar-chart:before,
.fa-chart-bar:before {
	content: "\f080"
}

.fa-analytics:before,
.fa-chart-mixed:before {
	content: "\f643"
}

.fa-chart-pie:before,
.fa-pie-chart:before {
	content: "\f200"
}

.fa-chart-pie-alt:before,
.fa-chart-pie-simple:before {
	content: "\f64e"
}

.fa-check:before {
	content: "\f00c"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-check-circle:before,
.fa-circle-check:before {
	content: "\f058"
}

.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
	content: "\f138"
}

.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-circle-minus:before,
.fa-minus-circle:before {
	content: "\f056"
}

.fa-circle-play:before,
.fa-play-circle:before {
	content: "\f144"
}

.fa-circle-question:before,
.fa-question-circle:before {
	content: "\f059"
}

.fa-circle-user:before,
.fa-user-circle:before {
	content: "\f2bd"
}

.fa-clipboard-list:before {
	content: "\f46d"
}

.fa-clock-four:before,
.fa-clock:before {
	content: "\f017"
}

.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-code:before {
	content: "\f121"
}

.fa-comment-check:before {
	content: "\f4ac"
}

.fa-comment-lines:before {
	content: "\f4b0"
}

.fa-comments:before {
	content: "\f086"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-credit-card-alt:before,
.fa-credit-card:before {
	content: "\f09d"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-diagram-cells:before {
	content: "\e475"
}

.fa-diploma:before,
.fa-scroll-ribbon:before {
	content: "\f5ea"
}

.fa-dna:before {
	content: "\f471"
}

.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
	content: "\24"
}

.fa-download:before {
	content: "\f019"
}

.fa-ellipsis-h-alt:before,
.fa-ellipsis-stroke:before {
	content: "\f39b"
}

.fa-ellipsis-stroke-vertical:before,
.fa-ellipsis-v-alt:before {
	content: "\f39c"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-envelope-open-text:before {
	content: "\f658"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-face-tongue-money:before {
	content: "\e39d"
}

.fa-file-award:before,
.fa-file-certificate:before {
	content: "\f5f3"
}

.fa-file-check:before {
	content: "\f316"
}

.fa-file-code:before {
	content: "\f1c9"
}

.fa-file-csv:before {
	content: "\f6dd"
}

.fa-file-excel:before {
	content: "\f1c3"
}

.fa-arrow-right-from-file:before,
.fa-file-export:before {
	content: "\f56e"
}

.fa-file-image:before {
	content: "\f1c5"
}

.fa-file-invoice:before {
	content: "\f570"
}

.fa-file-lock:before {
	content: "\e3a6"
}

.fa-file-pdf:before {
	content: "\f1c1"
}

.fa-file-edit:before,
.fa-file-pen:before {
	content: "\f31c"
}

.fa-file-powerpoint:before {
	content: "\f1c4"
}

.fa-file-shield:before {
	content: "\e4f0"
}

.fa-file-signature:before {
	content: "\f573"
}

.fa-file-word:before {
	content: "\f1c2"
}

.fa-file-archive:before,
.fa-file-zipper:before {
	content: "\f1c6"
}

.fa-files:before {
	content: "\e178"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-filter-list:before {
	content: "\e17c"
}

.fa-filters:before {
	content: "\e17e"
}

.fa-flask-vial:before {
	content: "\e4f3"
}

.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
	content: "\f624"
}

.fa-cog:before,
.fa-gear:before {
	content: "\f013"
}

.fa-cogs:before,
.fa-gears:before {
	content: "\f085"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-grid-3:before,
.fa-grid:before {
	content: "\e195"
}

.fa-grid-2:before {
	content: "\e196"
}

.fa-grip-dots-vertical:before {
	content: "\e411"
}

.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
	content: "\f4c0"
}

.fa-hand-holding-magic:before {
	content: "\f6e5"
}

.fa-handshake:before {
	content: "\f2b5"
}

.fa-handshake-alt:before,
.fa-handshake-simple:before {
	content: "\f4c6"
}

.fa-head-side-brain:before {
	content: "\f808"
}

.fa-heart:before {
	content: "\f004"
}

.fa-hexagon-exclamation:before {
	content: "\e417"
}

.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
	content: "\f015"
}

.fa-image:before {
	content: "\f03e"
}

.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
	content: "\e1bc"
}

.fa-infinity:before {
	content: "\f534"
}

.fa-key:before {
	content: "\f084"
}

.fa-laptop-code:before {
	content: "\f5fc"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-list-timeline:before {
	content: "\e1d1"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-location-dot:before,
.fa-map-marker-alt:before {
	content: "\f3c5"
}

.fa-lock-alt:before,
.fa-lock-keyhole:before {
	content: "\f30d"
}

.fa-magnifying-glass:before,
.fa-search:before {
	content: "\f002"
}

.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
	content: "\f688"
}

.fa-map-location:before,
.fa-map-marked:before {
	content: "\f59f"
}

.fa-medal:before {
	content: "\f5a2"
}

.fa-comment-alt-plus:before,
.fa-message-plus:before {
	content: "\f4a8"
}

.fa-comments-alt:before,
.fa-messages:before {
	content: "\f4b6"
}

.fa-minus:before,
.fa-subtract:before {
	content: "\f068"
}

.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f3ce"
}

.fa-mobile-iphone:before,
.fa-mobile-notch:before {
	content: "\e1ee"
}

.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
	content: "\f3cf"
}

.fa-money-bill:before {
	content: "\f0d6"
}

.fa-money-bill-1:before,
.fa-money-bill-alt:before {
	content: "\f3d1"
}

.fa-money-check-edit:before,
.fa-money-check-pen:before {
	content: "\f872"
}

.fa-moon:before {
	content: "\f186"
}

.fa-notdef:before {
	content: "\e1fe"
}

.fa-note:before {
	content: "\e1ff"
}

.fa-octagon-plus:before,
.fa-plus-octagon:before {
	content: "\f301"
}

.fa-pen-ruler:before,
.fa-pencil-ruler:before {
	content: "\f5ae"
}

.fa-edit:before,
.fa-pen-to-square:before {
	content: "\f044"
}

.fa-pencil-alt:before,
.fa-pencil:before {
	content: "\f303"
}

.fa-person-dolly-empty:before {
	content: "\f4d1"
}

.fa-add:before,
.fa-plus:before {
	content: "\2b"
}

.fa-print:before {
	content: "\f02f"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-question:before {
	content: "\3f"
}

.fa-quote-left-alt:before,
.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right-alt:before,
.fa-quote-right:before {
	content: "\f10e"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-screen-users:before,
.fa-users-class:before {
	content: "\f63d"
}

.fa-screwdriver-wrench:before,
.fa-tools:before {
	content: "\f7d9"
}

.fa-sensor-alert:before,
.fa-sensor-triangle-exclamation:before {
	content: "\e029"
}

.fa-share-alt:before,
.fa-share-nodes:before {
	content: "\f1e0"
}

.fa-shield-check:before {
	content: "\f2f7"
}

.fa-signal-alt-4:before,
.fa-signal-alt:before,
.fa-signal-bars-strong:before,
.fa-signal-bars:before {
	content: "\f690"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-plus-square:before,
.fa-square-plus:before {
	content: "\f0fe"
}

.fa-square-x:before {
	content: "\e286"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-of-life:before {
	content: "\f621"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-sun:before {
	content: "\f185"
}

.fa-table-cells:before,
.fa-th:before {
	content: "\f00a"
}

.fa-table-cells-large:before,
.fa-th-large:before {
	content: "\f009"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-trash-alt:before,
.fa-trash-can:before {
	content: "\f2ed"
}

.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
	content: "\f071"
}

.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
	content: "\f26c"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-upload:before {
	content: "\f093"
}

.fa-user:before {
	content: "\f007"
}

.fa-user-check:before {
	content: "\f4fc"
}

.fa-user-clock:before {
	content: "\f4fd"
}

.fa-user-alt-slash:before,
.fa-user-large-slash:before {
	content: "\f4fa"
}

.fa-user-edit:before,
.fa-user-pen:before {
	content: "\f4ff"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-shield:before {
	content: "\f505"
}

.fa-user-tag:before {
	content: "\f507"
}

.fa-user-tie:before {
	content: "\f508"
}

.fa-user-tie-hair:before {
	content: "\e45f"
}

.fa-user-unlock:before {
	content: "\e058"
}

.fa-user-visor:before {
	content: "\e04c"
}

.fa-user-times:before,
.fa-user-xmark:before {
	content: "\f235"
}

.fa-users:before {
	content: "\f0c0"
}

.fa-users-cog:before,
.fa-users-gear:before {
	content: "\f509"
}

.fa-users-medical:before {
	content: "\f830"
}

.fa-users-rays:before {
	content: "\e593"
}

.fa-video-camera:before,
.fa-video:before {
	content: "\f03d"
}

.fa-wallet:before {
	content: "\f555"
}

.fa-xmark-large:before {
	content: "\e59b"
}

.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0
}

:host,
:root {
	--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
	font-family: "Font Awesome 6 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(https://www.tutorialspoint.com/market/public/assets/css/bs/fonts/fa-brands-400.woff2) format("woff2"), url(https://www.tutorialspoint.com/market/public/assets/css/bs/fonts/fa-brands-400.ttf) format("truetype")
}

.fa-brands,
.fab {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-facebook-f:before {
	content: "\f39e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-java:before {
	content: "\f4e4"
}

.fa-linkedin-in:before {
	content: "\f0e1"
}

.fa-microsoft:before {
	content: "\f3ca"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-youtube:before {
	content: "\f167"
}

:host,
:root {
	--fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro"
}

@font-face {
	font-family: "Font Awesome 6 Pro";
	font-style: normal;
	font-weight: 300;
	font-display: block;
	src: url(https://www.tutorialspoint.com/market/public/assets/css/bs/fonts/fa-light-300.woff2) format("woff2"), url(https://www.tutorialspoint.com/market/public/assets/css/bs/fonts/fa-light-300.ttf) format("truetype")
}

.fa-light,
.fal {
	font-family: "Font Awesome 6 Pro";
	font-weight: 300
}

:host,
:root {
	--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro"
}

@font-face {
	font-family: "Font Awesome 6 Pro";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url(https://www.tutorialspoint.com/market/public/assets/css/bs/fonts/fa-solid-900.woff2) format("woff2"), url(https://www.tutorialspoint.com/market/public/assets/css/bs/fonts/fa-solid-900.ttf) format("truetype")
}

.fa-solid,
.fas {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900
}

/* end of fontawesome css */

/* extensive small screen */
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}

.col-xs-1 {
	width: 8.3333333333%
}

.col-xs-2 {
	width: 16.6666666667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.3333333333%
}

.col-xs-5 {
	width: 41.6666666667%
}

.col-xs-6 {
	width: 50%
}

.col-xs-7 {
	width: 58.3333333333%
}

.col-xs-8 {
	width: 66.6666666667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10 {
	width: 83.3333333333%
}

.col-xs-11 {
	width: 91.6666666667%
}

.col-xs-12 {
	width: 100%
}

.col-xs-offset-0 {
	margin-left: 0
}

.col-xs-offset-1 {
	margin-left: 8.3333333333%
}

.col-xs-offset-2 {
	margin-left: 16.6666666667%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-4 {
	margin-left: 33.3333333333%
}

.col-xs-offset-5 {
	margin-left: 41.6666666667%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-7 {
	margin-left: 58.3333333333%
}

.col-xs-offset-8 {
	margin-left: 66.6666666667%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-10 {
	margin-left: 83.3333333333%
}

.col-xs-offset-11 {
	margin-left: 91.6666666667%
}

.col-xs-offset-12 {
	margin-left: 100%
}

/* end of extensive small screen */

.h44 {
	min-height: 44px;
}

.triangle-up {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 12px solid #40a944;
	position: relative;
	float: right;
	margin: -12px 20px 0px 0px;
}

.fal-fa-icon {
	position: relative !important;
	left: 0px !important;
	top: -2px !important;
}

.dropdown-item .cat-icons {
	font-size: 16px;
	margin-right: 15px;
	margin-left: -5px;
}

.user-nav-icon {
	width: 35px;
	font-size: 18px;
	color: #585858;
	padding: 0px 10px 0px 7px;
	text-align: center;
}

.dropdown-item {
	color: #000;
	padding: .1rem 1rem !important;
}

.dropdown-menu {
	padding: 0px;
	margin: 0px;
}

.dropdown-menu li {
	font-size: 14px;
	color: #585858;
	padding: 4px 10px !important;
	line-height: 30px !important;
	border-bottom: 1px solid #eee !important;
	border-radius: 0.25rem;
	-webkit-border-radius: 0.25rem;
}

.dropdown-menu li:hover {
	background: #fafafa;
	cursor: pointer;
}

.dropdown-menu li:last-child {
	border-bottom: 0px solid #eee;
}

.dropdown-item:focus,
.dropdown-item:hover {
	background: transparent;
	color: #40a944;
}

.tp-login-icon {
	position: absolute;
	font-size: 22px;
	top: 11px;
	bottom: 0;
	left: 0px;
	width: 34px;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #999;
}

.h6,
h6 {
	font-size: .80rem;
	font-weight: normal;
}

.table {
	table-layout: fixed;
	margin-bottom: 0rem !important;
}

.code-apply {
	background: var(--bs-warning);
	font-size: 14px;
	text-align: right;
	padding: 5px 10px 5px 10px;
	color: #000;
	border: 1px dashed var(--bs-warning);
	float: right;
}

.code-apply:hover {
	opacity: .9;
	color: #000;
}

.coupons .inr_values {
	font-size: 11px !important;
	width: 65%;
}

label.uk-form-label {
	font-size: 13px;
	position: relative;
	top: 2px;
}

.fs-5 {
	font-size: 1.1rem !important;
	vertical-align: middle;
}

.closeDiv {
	font-size: 15px;
	color: #f00 !important;
	position: absolute;
	right: 20px;
	top: 15px;
}

.share-certificate {
	font-size: 14px;
	color: #333;
	text-align: center;
}

.share-certificate .linkedin {
	font-size: 24px;
	color: #0e76a8;
	padding: 5px 10px;
	margin: 0px;
}

.share-certificate .twitter {
	font-size: 24px;
	color: #1DA1F2;
	padding: 5px 10px;
	margin: 0px;
}

.share-certificate .facebook {
	font-size: 24px;
	color: #3b5998;
	padding: 5px 10px;
	margin: 0px;
}

img.download-certificate {
	max-width: 70%;
	border: 6px solid #e9e9e9;
}

/* gift course styles */
.gift-title h3 {
	font-size: 20px;
	color: #000;
	font-weight: normal;
	text-align: center;
	margin: 0 0%;
	line-height: 28px;
}

.gift-title p {
	font-size: 15px;
	color: #000;
	font-weight: normal;
	text-align: center;
	margin: 0 0%;
	line-height: 28px;
}

.gift-title img {
	max-width: 100%;
	height: 225px;
	padding: 2px;
	margin: 10px auto 15px auto;
	border: 2px solid #ccc;
	border-radius: 4pt;
}
.gift-title h1 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin: 0 5% 2% 5%;
	line-height: 28px;
}

.gift-title h2 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin: 0 5% 2% 5%;
	line-height: 28px;
}

.gift-title h2 .h24 {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
}

/* end of gift course styles */

/* search css */
.search-box {
	background: #fff;
	width: 100%;
	height: 38px;
	background: #fff;
	position: relative;
	display: block;
	margin: 0 0 0 0 !important;
	margin: 0 auto;
	border: 0;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px
}

.search-box-wrap {
	display: inline-block
}

.search-box input:hover,
.search-box input:focus {
	outline: 0
}

.search-box button {
	position: relative;
	background: #fff;
	border: 0;
	font-size: 14px;
	cursor: pointer
}

.search-box form {
	border: 1px solid transparent;
	border-radius: 90px;
	-webkit-border-radius: 90px
}

.search-box input {
	width: 235px;
	background: 0 0 !important;
	font-size: 13px;
	height: 38px;
	border: 0 solid #fff;
	padding: 0 0 0 10px;
	border-radius: 15px;
	-webkit-border-radius: 15px
}

.search_title {
	color: #333;
	font-size: 12px;
	font-weight: 700;
	text-align: left;
	padding: 8px 10px 6px 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-radius: 0
}

.search-box ul {
	background: #fff;
	position: relative;
	padding: 0;
	min-height: 15px;
	max-height: 215px;
	overflow: auto;
	border-top: 1px solid #f5f5f6;
	border-right: 2px solid #59bb4d;
	border-left: 2px solid #59bb4d;
	border-bottom: 2px solid #59bb4d;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 99;
	display: block
}

.search-box-inn ul {
	background: #fff;
	position: relative;
	padding: 0;
	min-height: 15px;
	max-height: 215px;
	top: -18px !important;
	overflow: auto;
	border-top: 0 solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 99;
	display: block
}

.search-box ul a {
	color: #333
}

.search-box .search_hghlt {
	margin: 0;
	padding: 8px 10px;
	font-size: 18px;
	border-top: 1px solid #e8e8e8
}

.search-box .search-overlay {
	padding: 0 0 20px 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	display: list-item;
	z-index: 999
}

.search-overlay::marker {
	display: none;
	color: #fff
}

.search-box ul li {
	font-size: 14px;
	text-align: left;
	list-style: none;
	padding: 6px 5px 6px 5px;
	border-bottom: 1px solid #eee;
	display: list-item
}

.search-box ul a svg {
	vertical-align: top !important;
	float: left !important
}

.search-box ul li a {
	background-color: transparent;
	font-size: 13px;
	color: #333;
	text-decoration: none
}

.search-box ul li:hover {
	background: #eee
}

.search-box ul li img {
	width: 28px !important;
	height: 27px !important;
	padding: 1px;
	margin: 0 5px 0 0;
	border: 1px solid #d6d6d6;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px
}

.search-box .search_hghlt {
	margin: 0;
	padding: 8px 10px;
	font-size: 14px;
	border-top: 1px solid #e8e8e8
}

.search-box .search_hghlt a {
	color: #adadad
}

#search-results {
	padding-top: 0;
	position: absolute;
	top: 54px;
	border: 0;
	display: none;
	border-radius: 0
}

#search-results-inn {
	padding-top: 0;
	position: absolute;
	top: 54px;
	border: 0;
	display: none;
	border-radius: 0
}

.search-box input:focus {
	background: #fff;
	border: 0 solid #fff;
	padding-bottom: 0;
	margin-bottom: 0;
	outline: 0
}

.search-box ul::-webkit-scrollbar {
	width: 10px;
	height: 6px
}

.search-box ul::-webkit-scrollbar {
	width: 5px;
	height: 6px
}

.search-box ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
	-webkit-border-radius: 10px;
	border-radius: 10px
}

.search-box ul::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #40a944;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
	border-bottom-left-radius: .19rem;
	border-bottom-right-radius: .19rem
}

.uk-normal-scroll::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #40a944;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

.search-box ul::-webkit-scrollbar-thumb:window-inactive {
	background: rgb(193 192 192)
}

.search-icons {
	text-align: left;
	margin: 0 10px 13px 5px;
	position: relative;
	top: 4px;
	float: left;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Nunito', sans-serif;
	padding: 0px;
	margin: 0px;
}

/* end of search css */

/* custom css */
.course-title-wrap {
	margin: 0px;
	padding: 0px;
}

body {
	background: #eee;
	font-family: 'Nunito', sans-serif;
}

:root {
	--bs-green-rgb: 13, 186, 75;
	--bs-grey-rgb: 238, 238, 238
}

.top-banner {
	max-width: 100%;
	width: 100%;
	min-height: 115px
}

a:hover {
	color: #0dba4b;
}

.back-top {
	background: #56ab2f;
	color: #f5f7f9;
}

.back-top:hover {
	background: #068b36;
	color: #f5f7f9
}

.navbar-brand {
	padding-top: 0px;
	padding-bottom: 0px;
}

.dropdown .dropdown-toggle:after {
	content: "Ã¯â€žâ€¡";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	vertical-align: middle;
	border: 0;
	display: none;
}

.h1>a:hover,
.h2>a:hover,
.h3>a:hover,
.h4>a:hover,
.h5>a:hover,
.h6>a:hover,
h1>a:hover,
h2>a:hover,
h3>a:hover,
h4>a:hover,
h5>a:hover,
h6>a:hover {
	color: #0dba4b;
}

.navbar-expand-xl .dropdown-submenu.dropend .dropdown-toggle:after {
	content: "Ã¯â€¦Â";
	font-family: "Font Awesome 5 Pro";
	right: 1rem
}

.icon-md {
	font-size: 1.2rem
}

.btn-green-hard {
	color: #fff;
	background-color: #0dba4b
}

.btn-green-hard:hover {
	color: #0dba4b;
	background-color: rgba(13, 186, 75, .1)
}

.btn-green-soft {
	color: #000;
	background-color: rgba(13, 186, 75, .1)
}

.btn-green-soft:hover {
	color: #fff !important;
	background-color: #0dba4b;
}

.btn-white-soft {
	color: #000;
	background-color: #fff;
}

.btn-white-soft:hover {
	color: #fff !important;
	background-color: #0dba4b !important;
}

.btn-green-shadow {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #fff;
	-webkit-box-shadow: 0 0 0 8px rgb(13 186 75/40%);
	box-shadow: 0 0 0 8px rgb(13 186 75/40%);
	background-color: #0dba4b;
}

.btn-black-shadow {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #fff;
	-webkit-box-shadow: 0 0 0 8px rgb(0 0 0/40%);
	box-shadow: 0 0 0 8px rgb(0 0 0/40%);
	background-color: #000;
}

.fill-green {
	fill: #0dba4b !important;
}

.text-green {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-green-rgb), var(--bs-text-opacity));
}

.bg-green {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-green-rgb), var(--bs-bg-opacity));
}

.bg-grey {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-grey-rgb), var(--bs-bg-opacity));
}

.btn-primary {
	background: #40a944;
	border: 1px solid #40a944;
}

.btn-primary:hover {
	background: #358739;
	border: 1px solid #358739;
}

.btn-warning:hover {
	color: #000 !important
}

.btn-primary:hover {
	color: #fff !important;
}

.card .book-cover {
	text-align: center;
}

.card .book-cover img {
	height: 200px;
	border: 1px solid #eee;
	border-radius: 4px.;
}

/* css for col-xl-3 */
@media (min-width:1200px) {
	.col-xl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}

	.row-cols-xl-auto>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-xl-1>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-xl-2>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-xl-3>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-xl-4>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-xl-5>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-xl-6>* {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%
	}

	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}

	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}

	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%
	}

	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.33333333%
	}

	.offset-xl-2 {
		margin-left: 16.66666667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.33333333%
	}

	.offset-xl-5 {
		margin-left: 41.66666667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.33333333%
	}

	.offset-xl-8 {
		margin-left: 66.66666667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.33333333%
	}

	.offset-xl-11 {
		margin-left: 91.66666667%
	}

	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0
	}

	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0
	}

	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem
	}

	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem
	}

	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem
	}

	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem
	}
}

/* end for col-xl-3 */

/* toaster css */
.toast-title {
	font-weight: 700
}

.toast-message {
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.toast-message {
	text-align: center
}

.toast-message a,
.toast-message label {
	color: #fff
}

.toast-message a:hover {
	color: #fff;
	text-decoration: none
}

.toast-close-button {
	position: relative;
	right: -.3em;
	top: -.3em;
	float: right;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	-webkit-text-shadow: 0 1px 0#fff;
	text-shadow: 0 1px 0#fff;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100)
}

.toast-close-button:hover,
.toast-close-button:focus {
	color: #000;
	text-decoration: none;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	cursor: pointer
}

button.toast-close-button {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	cursor: pointer
}

.toast-top-center {
	top: 0;
	right: 0;
	width: 100%
}

.toast-bottom-center {
	bottom: 0;
	right: 0;
	width: 100%
}

.toast-top-full-width {
	top: 0;
	right: 0;
	width: 100%
}

.toast-bottom-full-width {
	bottom: 0;
	right: 0;
	width: 100%
}

.toast-top-left {
	top: 12px;
	left: 12px
}

.toast-top-right {
	top: 12px;
	right: 12px
}

.toast-bottom-right {
	right: 12px;
	bottom: 12px
}

.toast-bottom-left {
	bottom: 12px;
	left: 12px
}

#toast-container {
	position: fixed;
	z-index: 999999;
	pointer-events: none
}

#toast-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#toast-container>div {
	position: relative;
	pointer-events: auto;
	overflow: hidden;
	margin: 0 0 6px;
	padding: 22px 15px 22px 50px;
	width: 300px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background-position: 15px center;
	background-repeat: no-repeat;
	color: #fff;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100)
}

#toast-container>:hover {
	-moz-box-shadow: 0 0 12px #000;
	-webkit-box-shadow: 0 0 12px #000;
	box-shadow: 0 0 12px #000;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	cursor: pointer
}

#toast-container.toast-top-center>div,
#toast-container.toast-bottom-center>div {
	width: 300px;
	margin-left: auto;
	margin-right: auto
}

#toast-container.toast-top-full-width>div,
#toast-container.toast-bottom-full-width>div {
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

.toast {
	background-color: #030303
}

.toast-success {
	background-color: #51a351
}

.toast-error {
	background-color: #bd362f
}

.toast-info {
	background-color: #2f96b4
}

.toast-warning {
	background-color: #f89406
}

.toast-progress {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background-color: #000;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100)
}

@media all and (max-width:240px) {
	#toast-container>div {
		padding: 8px 8px 8px 50px;
		width: 11em
	}

	#toast-container .toast-close-button {
		right: -.2em;
		top: -.2em
	}
}

@media all and (min-width:241px) and (max-width:480px) {
	#toast-container>div {
		padding: 8px 8px 8px 50px;
		width: 18em
	}

	#toast-container .toast-close-button {
		right: -.2em;
		top: -.2em
	}
}

@media all and (min-width:481px) and (max-width:768px) {
	#toast-container>div {
		padding: 15px 15px 15px 50px;
		width: 25em
	}
}

/* end of toaster css */

/* cookies css */
#privacy-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	padding: 1rem .5rem;
	background: #fff;
	z-index: 1030;
	color: #000;
	font-size: 14px;
	margin: 0;
	display: none;
	border-top: 2px solid #e7e4e3
}

#privacy-banner p {
	margin: 0;
	color: #000;
	text-align: center
}

#privacy-banner a {
	text-decoration: none;
	margin: 20px auto 0 auto;
	display: block;
	max-width: 150px
}

#privacy-banner a:hover {
	text-decoration: underline
}

#banner-learn {
	padding: 4px 25px !important;
	color: #000 !important;
	border-radius: 5px;
	background: #d5d1d1
}

#banner-accept {
	padding: 4px 25px !important;
	color: #fff !important;
	border-radius: 5px;
	background: #737373
}

@media (min-width:768px) {
	#privacy-banner {
		padding: 1.5rem .5rem
	}

	#privacy-banner a {
		display: inline-block;
		margin: 0 10px
	}
}

/* end of cookies css */

/* slider css */
.tns-outer {
	padding: 0 !important
}

.tns-outer [hidden] {
	display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
	cursor: pointer
}

.tns-slider {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s
}

.tns-slider>.tns-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
	white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
	display: inline-block;
	vertical-align: top;
	white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
	content: "";
	display: table;
	clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
	float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
	margin-right: -100%
}

.tns-no-calc {
	position: relative;
	left: 0
}

.tns-gallery {
	position: relative;
	left: 0;
	min-height: 1px
}

.tns-gallery>.tns-item {
	position: absolute;
	left: -100%;
	-webkit-transition: transform 0s, opacity 0s;
	-moz-transition: transform 0s, opacity 0s;
	transition: transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active {
	position: relative;
	left: auto !important
}

.tns-gallery>.tns-moving {
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	transition: all .25s
}

.tns-autowidth {
	display: inline-block
}

.tns-lazy-img {
	-webkit-transition: opacity .6s;
	-moz-transition: opacity .6s;
	transition: opacity .6s;
	opacity: .6
}

.tns-lazy-img.tns-complete {
	opacity: 1
}

.tns-ah {
	-webkit-transition: height 0s;
	-moz-transition: height 0s;
	transition: height 0s
}

.tns-ovh {
	overflow: hidden
}

.tns-visually-hidden {
	position: absolute;
	left: -10000em
}

.tns-transparent {
	opacity: 0;
	visibility: hidden
}

.tns-fadeIn {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 0
}

.tns-normal,
.tns-fadeOut {
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1
}

.tns-vpfix {
	white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
	display: inline-block
}

.tns-t-subp2 {
	margin: 0 auto;
	width: 310px;
	position: relative;
	height: 10px;
	overflow: hidden
}

.tns-t-ct {
	width: 2333.3333333%;
	width: -webkit-calc(100%*70/3);
	width: -moz-calc(100%*70/3);
	width: calc(100%*70/3);
	position: absolute;
	right: 0
}

.tns-t-ct:after {
	content: "";
	display: table;
	clear: both
}

.tns-t-ct>div {
	width: 1.4285714%;
	width: -webkit-calc(100%/70);
	width: -moz-calc(100%/70);
	width: calc(100%/70);
	height: 10px;
	float: left
}

/* end slider css */

.comment-by p.comment-by-username {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}

.comment-by-rating {
	font-size: 13px;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	float: left;
}

.comment-by .rating-input .rating-input>span {
	font-size: 22px;
	margin: 0px 0px 0px -5px;
}

#mainContent img {
	max-width: 100%;
	display: block;
	margin: 0 0;
	clear: both
}

.library h1 {
	font-size: 28px;
	font-weight: 400;
}

.library h2 {
	font-size: 23px;
	font-weight: 400;
}

ul.toc {
	margin: 0;
	padding: 0;
}

ul.toc li.heading {
	background: #016652;
	color: #fff;
	margin: 4px 0;
	padding: 15px 0 15px 15px;
}

ul.toc li.heading:hover {
	cursor: auto !important;
}

ul.toc li.sreading {
	background: #aaa;
	color: #fff;
	margin: 4px 0;
	padding: 15px 0 15px 15px;
}

ul.toc li a.videolink {
	background: 0 0 !important;
	color: #000;
	font-size: 15px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
}

ul.toc li a.videolink img {
	width: 100%;
	width: 296px;
}

ul.toc li a {
	background: url(https://www.tutorialspoint.com/market/public/assets/css/images/list-icon.png)no-repeat 5px 4px;
	color: #000;
	font-size: 15px;
	padding: 2px 23px;
	margin: 0 0 0 5px;
	list-style: none;
	display: inline-block;
}

ul.toc li {
	display: block;
	padding: 5px 0;
	margin: 0;
	list-style: disc;
	border-bottom: 1px dotted #bbb;
}

ul.toc li:hover {
	background: #dedede;
}

ul.toc li.sreading:hover {
	background: #aaa;
}

ul.maths {
	margin: 0;
	padding: 0
}

ul.maths li.a {
	background-color: #e6e6e6;
	border: 0 !important;
	position: relative;
	display: block;
	width: auto;
	padding: 0 0 0 23px;
}

ul.maths li a {
	background-color: #e6e6e6;
	border: 0 !important;
	position: relative;
	display: block;
	width: auto;
	padding: 5px 5px 5px 25px;
	margin: 0;
	line-height: 20px;
}

ul.maths>li {
	margin: 0 0 2px 0;
	padding: 0;
	border: 0 !important;
	position: relative;
	display: block;
}

ul.maths>li {
	margin: 0 0 2px 0;
	padding: 0;
	border: 0 !important;
	position: relative;
	display: block;
}

ul.submenu li {
	padding: 0;
	line-height: 22px !important;
	display: list-item;
	border-bottom: none
}

ul.submenu li a {
	padding: 0;
	line-height: 22px !important;
}

.maths>li:hover {
	background: 0 0;
}

ul.submenu>li a {
	background: 0 0 !important;
	border-bottom: 0 !important;
	color: #000;
	padding-left: 0 !important;
	text-decoration: none;
	line-height: 28px !important
}

ul li ul.submenu {
	background: 0 0 !important;
	margin: 0 0 0 0 !important;
	padding: 5px 0 5px 0 !important;
}

ul li ul.submenu li {
	background: #eee;
	margin: 0 0 0 40px;
	padding: 0 0 0 5px;
}

ul li ul.submenu li:hover {
	background: #dedede;
}

.google-bottom-ads {
	margin: 0 auto;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.google-bottom-ads img,
.google-bottom-ads iframe {
	width: 100%;
	max-width: 100%;
}

.btn-library-link {
	padding: 5px 14px;
	border: 1px solid #cec9c9;
}

.fs-6 {
	font-size: .7375rem !important;
}

.btn-library-link a {
	font-size: .82rem;
	color: rgb(0, 0, 0, .7);
}

.data-sticky .ebook-price {
	padding: 0pt 0pt 0pt 0pt !important;
}

.data-sticky {
	position: sticky;
	margin: 0px 0px 0px 0px;
	top: 135px;
}

.data-sticky-video {
	position: sticky;
}

.data-sticky-cart {
	position: sticky;
	margin: 0px 0px 0px 0px;
	top: 85px;
}

.btn-round.btn-sm i,
.btn-group-sm>.btn-round.btn i {
	font-size: .8rem;
}

.navbar-toggler-toc {
	font-size: 26px;
	background: 0 0;
	border: 0;
}

.bg-google {
	background: #dd4b39;
	color: #fff;
	padding: .5rem .5rem;
}

.bg-google:hover {
	background: #dd4b39;
	color: #fff;
}

.bg-facebook {
	background-image: linear-gradient(#5b7bd5, #4864b1);
	background: #5d82d1;
	color: #fff;
	padding: .5rem .5rem;
}

.bg-facebook:hover {
	background-image: linear-gradient(#5b7bd5, #4864b1);
	background: #5d82d1;
	color: #fff;
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
	padding: .5rem .5rem .2rem .5rem;
	outline: 0;
}

.fs-7 {
	font-size: .755em;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-background: #fff !important;
	-webkit-text-fill-color: #333 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #eeeeee inset !important;
}

u {
	text-decoration: none;
}

.text-primary-hover a:hover {
	color: #0dba4b !important;
}

.btn-green {
	color: #fff;
	background-color: #0dba4b;
	border-color: #0dba4b;
}

.btn-green:hover {
	color: #fff;
	background-color: #0dba4b;
	border-color: #0dba4b;
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
	font-size: .85rem;
	line-height: 22px;
	resize: none;
	outline: 0;
}

a {
	color: #313131;
	text-decoration: none;
	-webkit-transition: inherit !important;
	transition: inherit !important;
}

.form-label {
	margin-bottom: 0;
}

.form-control input,
.form-control email {
	text-indent: 35px;
}

ul.course-modal-ul {
	position: relative;
	overflow: auto;
}

ul.course-modal-ul a li {
	font-size: 14px;
	text-align: left;
	list-style: none;
	padding: 0 0 0 10px;
	margin-bottom: 1px;
	line-height: 38px;
	border-bottom: 1px solid #eee;
}

ul.course-modal-ul a li.course-model-active {
	background: rgb(0, 0, 0, .08);
}

ul.course-modal-ul a li:hover {
	background: rgb(0, 0, 0, .08);
}

.accordion-body .text-truncate {
	color: #333;
	overflow: hidden !important;
}

.text-truncate {
	overflow: inherit !important;
}

.right-toc {
	position: fixed;
	right: 0;
}

.course-sidebar {
	right: 0;
	z-index: 99;
}

.course-sidebar-0 {
	width: 0%;
	right: 0;
	z-index: 99;
}

.accordions {
	min-height: 440px;
	max-height: 490px;
	overflow: auto;
}

.btn-round.btn-sm,
.btn-group-sm>.btn-round.btn {
	height: 20px;
	width: 20px;
	line-height: 20px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: #0dba4b;
}

ul.categories-menu {
	width: 41rem;
	display: none;
}

ul.categories-menu li {
	width: 13rem;
	float: left;
}

.custom-scrollbar::-webkit-scrollbar {
	width: .2em;
}

.custom-scrollbar::-webkit-scrollbar-track {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.custom-scrollbar::-webkit-scrollbar-thumb {
	background-color: #0dba4b;
	outline: 1px solid #0dba4b;
	border-radius: 90px;
}

.custom-scrollbar-new::-webkit-scrollbar {
	width: .45em;
}

.custom-scrollbar-new::-webkit-scrollbar-track {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.custom-scrollbar-new::-webkit-scrollbar-thumb {
	background-color: #0dba4b;
	outline: 0px solid #0dba4b;
	border-radius: 90px;
}

.custom-scrollbar-new {
	width: 100%;
	min-height: 270px;
	max-height: 290px;
	overflow: auto;
	overflow-x: hidden;
}

table.src {
	border: 1px solid #d6d6d6;
	width: 100%;
	border-collapse: collapse;
	vertical-align: top;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #f7f7f7;
}

table.src th {
	border-collapse: collapse;
	border: 1px solid #d6d6d6;
	background-color: #eee;
	padding: 5px;
	text-align: left;
}

.nav-link {
	padding: .25rem .6rem;
}

.button-borders {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	padding: 5px 0 0 0;
	margin-bottom: 5px;
}

.tutorial-content {
	background: #fff;
	padding: 15px;
}

.tutorial-content h1 {
	font-size: 28px;
	font-weight: 500;
	color: #303030;
	text-align: center;
	padding: 15px 0 15px 0;
	margin: 0;
}

.tutorial-content h1:nth-child(2) {
	padding: 35px 0 20px 0;
	margin: 0;
}

.tutorial-content h2 {
	font-size: 23px;
	color: rgba(0, 0, 0);
	font-weight: 500;
	text-align: left;
	padding: 0;
	margin: 1.25rem 0 .225rem 0;
}

.tutorial-content h3 {
	font-size: 20px;
	color: rgba(0, 0, 0, .87);
	font-weight: 500;
	text-align: left;
	padding: .5rem 0 0 0;
	margin: 0;
}

.tutorial-content p {
	font-size: 16px;
	color: #000;
	text-align: justify;
	margin: .5em 0 .6em 0;
	padding: 0;
	line-height: 1.6;
}

.tutorial-content ul.list {
	font-size: 16px;
	margin: 0 0 20px 45px;
	padding: 0;
}

.tutorial-content ul.list li {
	color: #000;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

.tutorial-content ul.list li p {
	margin: 0;
	padding: 0 0 7px 0;
}

.tutorial-menu,
.tutorial-home-menu {
	margin: 0 0 .5rem 0;
}

.mini-logo img {
	width: 100%;
	border-top-left-radius: .325rem !important;
	border-top-right-radius: .325rem !important;
}

.cover {
	background-size: cover;
}

.cover img.img-responsive {
	width: 100% !important;
	max-width: 100% !important;
	margin-top: 0 !important;
	border-radius: .5rem;
	-webkit-border-radius: .5rem;
}

.tp-btn {
	background: 0 0;
	width: 100%;
	color: rgb(0, 0, 0, .9);
	margin: 0 1px 9px 1px;
	padding: 5px 8px;
	text-align: center;
	border: 1px solid #cec9c9;
	border-radius: .3rem;
	-webkit-border-radius: .3rem;
}

.tp-btn a {
	font-size: .82rem;
	color: rgb(0, 0, 0, .9);
}

.tp-btn:hover {
	background: #eee;
}

.pre-btn,
.nxt-btn {
	background: 0 0;
	font-size: .9rem;
	color: #303030;
	font-weight: 700;
	margin-bottom: .25rem;
	padding: 5px 14px;
	border-radius: .3rem;
	-webkit-border-radius: .3rem;
}

.pre-btn a,
.nxt-btn a {
	font-size: .9rem;
	color: #303030;
	font-weight: 600;
}

.pre-btn:hover,
.nxt-btn:hover {
	background: #eee;
	color: #000;
}

#stage {
	margin: 25px 0 25px 0;
}

#stage img {
	margin: auto !important;
}

.bg-gray {
	background: #eee;
}

.current-chapter {
	background-color: #b2b2b2;
}

.code-output {
	color: #000
}

.categories-menu li a,
.course-card-body p a {
	color: #333
}

._ap_apex_ad {
	margin: 0 auto 10px auto !important;
}

#stickyparent {
	position: sticky;
	top: 10px;
	margin-top: 25px;
}

.course-card {
	background-color: #fff;
}

.video-card {
	min-height: 278px;
	padding: 0;
	margin: 0 0 13px 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.course-card-thumbnail img {
	object-fit: unset;
}

.course-card-thumbnail img {
	width: 100%;
	height: 120px;
	margin: 0 0 10px 0;
	border-radius: 3pt;
	border-radius: 3pt;
}

.ebook-course-card {
	min-height: 317px;
	margin: 0 0 20px 0;
	padding: 5px 0;
	border: 1px solid #eee;
	border-radius: 4px;
}

.course-card-body {
	width: 75%;
	min-height: 100px;
	padding: 0 3pt 0 3pt
}

.ebook-card-body {
	min-height: 100px;
	padding: 1rem 1rem 0rem 1rem;
}

.ebook-course-card h4,
.course-card-body h4 {
	font-size: 16px;
	height: 37px;
	line-height: 20px;
	font-weight: 600;
	margin: 0 0 3px 0;
	padding: 0 0 5px 0;
	display: flex;
	align-items: flex-start;
	overflow: hidden;
}

[class~=ebook-course-card] h4 a,
[class~=course-card-body] h4 a {
	text-transform: capitalize;
}

.content img {
	padding-bottom: 0
}

#divResourses p {
	height: 22px;
	line-height: 22px;
	margin: .5em .2em .6em .2em;
	padding: 0;
	text-align: justify;
	font-size: 12px !important;
	white-space: nowrap !important;
	overflow: hidden;
}

.tp-publishers .fa-universal-access {
	padding-right: 3px !important;
}

.ribbon-E span {
	position: relative;
	display: block;
	text-align: center;
	background: #40a944;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	padding: 6px 0px 6px 0px;
	border-top-right-radius: 4px;
	width: 75px;
}

.ribbon-E {
	position: absolute;
	right: 15px;
	top: -5px;
}

.ribbon-E span:before {
	height: 6px;
	width: 6px;
	left: -6px;
	top: 0;
	background: #40a944;
	border-radius: 8px 0 0 0;
}

.ribbon-E span:before,
.ribbon-E span:after {
	position: absolute;
	content: ""
}

.ribbon-E:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 42px solid transparent;
	border-right: 34px solid transparent;
	border-top: 10px solid #40a944;
}

.ribbon-V {
	position: absolute;
	top: -5px;
	right: 15px;
}

.ribbon-V span {
	position: relative;
	display: block;
	text-align: center;
	background: #9c27b0;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	padding: 6px 0px 6px 0px;
	border-top-right-radius: 4px;
	width: 75px;
}

.ribbon-V span:before {
	height: 6px;
	width: 6px;
	left: -6px;
	top: 0;
	background: #3f0d48;
	border-radius: 8px 0 0 0;
}

.ribbon-V span:before,
.ribbon-V span:after {
	position: absolute;
	content: "";
}

.ribbon-V:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 42px solid transparent;
	border-right: 34px solid transparent;
	border-top: 10px solid #9c27b0;
}

.btn-success {
	background: #40a944 !important;
	font-size: 14px !important;
	color: #fff !important;
	text-align: center !important;
	padding: 6px 10px !important;
	margin: 0;
	border: 1px solid #40a944 !important;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
}

.btn-success a {
	color: #fff;
	text-decoration: none;
}

.btn-cancel {
	background: #f00 !important;
	font-size: 14px !important;
	color: #fff !important;
	text-align: center;
	padding: 3px 10px;
	margin: 0;
	border: 1px solid #f00;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.btn-cancel a,
.btn-cancel:hover {
	color: #fff;
	text-decoration: none;
}

.btn-cancel a:hover {
	color: #fff;
	text-decoration: none;
}

.course-card-body p a {
	background: 0 0 !important;
	padding-right: 0;
	padding-bottom: 0;
}

.np {
	padding: 0 0px
}

.bg-dark-yellow {
	background-color: #f7c32e !important;
}

.bg-dark-blue {
	background-color: #9cd3ff !important;
}

.fill-orange {
	margin: 70px 0 0 90px;
}

.home-intro-sub {
	background: #fff;
	min-height: 185px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-radius: 0;
}

.home-intro-sub img {
	height: 150px;
	position: relative;
	top: 18px;
	border-radius: .4rem;
}

.home-intro-sub h2 {
	font-size: 22px;
	color: #dbdbdb;
	text-align: left;
	margin: 6%0 0 0;
	padding: 0 0 0 0;
	text-transform: uppercase;
	font-weight: 700
}

.home-intro-sub p {
	font-size: 28px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	margin: 0;
	padding: 0 0 10px 0;
}

.table,
th,
td {
	border-bottom: 0px solid #eee;
	border-collapse: collapse;
}

.table-responsive .list .completed {
	background: #40a944;
	padding: 4px 10px;
	font-size: 12px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}

.table-responsive .list .canceled {
	background: #f00;
	padding: 4px 10px;
	font-size: 12px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}

.table-responsive .list .refund {
	background: var(--bs-red);
	padding: 4px 10px;
	font-size: 12px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
}

.table-responsive .list .processing {
	background: var(--bs-orange);
	padding: 4px 10px;
	font-size: 12px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
}

.table-responsive .list .btn-invoice {
	background: #40a944;
	font-size: 13px;
	padding: 4px 10px;
	font-size: 12px;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
}

.table tr {
	border-bottom: 1px solid #eee;
}

.table-responsive .list .btn-invoice:hover,
.table-responsive .list .processing:hover,
.table-responsive .list .refund:hover,
.table-responsive .list .canceled,
.table-responsive .list .completed:hover {
	color: #fff !important;
}

.card-body ul {
	margin: 0 0 0px 45px;
	padding: 0;
}

.card-body ul::marker {
	display: none;
}

.card-body ul li {
	color: #000;
	text-align: left;
	line-height: 26px;
	list-style: none;
	margin: 0;
	padding: 6px 0;
	border-bottom: 0px solid #e5e5e5;
}

.price {
	font-size: 1.25rem;
	color: rgba(0, 0, 0, .8);
	text-align: left;
	padding-left: 0;
	margin-top: 4px;
	margin-bottom: 4px
}

.price span {
	font-size: 24px;
	color: rgba(0, 0, 0, .8);
	font-weight: 600;
	margin: 0 0 0-4px;
	vertical-align: middle;
}

.strike {
	color: red;
	letter-spacing: -.2px;
	font-weight: 500;
}

.hstack h4 {
	display: contents !important;
}

.ebook-off {
	background: #e9e8e8;
	font-size: 11px;
	color: #0e0e0e;
	text-align: center;
	font-weight: normal;
	padding: 3px 6px 2px 6px;
	border-radius: 4px;
}

.actual-price {
	font-size: 12.5px;
	color: red;
	text-decoration: line-through;
	line-height: 36px !important;
	padding-left: 0px;
}

.navbar-expand-xl .dropdown-menu-shadow-stacked .dropdown-menu .shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadows {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.fs-9 {
	font-size: 1.1rem !important;
}

.fs-11 {
	font-size: 11px !important;
}

.fs-12 {
	font-size: 12px !important;
}

.navbar-dark .navbar-expand-xl .navbar-nav .nav-link {
	padding-top: 0 !important;
	padding-right: .4rem !important;
	padding-left: 1rem !important;
	white-space: nowrap;
}

.navbar-expand-xl .navbar-nav .nav-link {
	padding-right: .4rem;
	padding-left: 1rem;
	white-space: nowrap;
}

.nav-link,
.navbar-light .navbar-nav .nav-link {
	color: #262626;
	cursor: pointer;
}

.categories {
	top: -8px !important;
}

@media screen and (max-width:1155px) {
	.home-intro-sub .mui-col-md-2 {
		width: 25% !important;
	}
}

@media screen and (max-width:768px) {
	.home-intro-sub p {
		text-align: center !important;
	}

	.home-intro-sub h2 {
		text-align: center !important;
	}

	.home-intro-sub .mui-col-md-2 {
		width: 100% !important;
		text-align: center;
	}
}

.card-details {
	padding: 0rem 1rem 0rem 1rem;
}

/* custom css */

/* login css */
.form-control {
	border: 0px solid #dde0e3;
}

.input-group {
	position: relative;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.input-group>.form-control,
.input-group>.form-select {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 85%;
	min-width: 0%;
}

.d-grid {
	display: grid !important;
}

.input-group-text {
	background: transparent !important;
	width: 26px;
	font-size: 20px !important;
	position: relative;
	top: 1px;
	left: -7px;
}

.input-group-text {
	border: 0px solid #dde0e3 !important;
}

.login-bg {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: -25px;
	margin: 0px;
	left: 0;
	z-index: 0;
}

:root input:autofill,
:root input:focus,
:root textarea:autofill,
:root textarea:focus,
:root select:autofill,
:root select:focus {
	background: border-box;
}

input:autofill,
textarea:autofill,
select:autofill {
	-webkit-text-fill-color: inherit !important;
}

section label {
	font-weight: normal !important;
}

label.error {
	font-size: 12px;
	color: #f00;
	position: absolute;
	top: 32px;
	margin: 0px 0px 0px 30px;
	clear: both;
	white-space: pre-wrap;
	z-index: 99;
}

/* end of login css */

/* video and prime pack card css */

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0 solid rgba(0, 0, 0, .1);
	border-radius: .4rem;
}

.card>hr {
	margin-right: 0;
	margin-left: 0;
}

.card>.list-group {
	border-top: inherit;
	border-bottom: inherit;
}

.card>.list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
}

.card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: .5rem;
	border-bottom-left-radius: .5rem;
}

.card>.list-group+.card-footer {
	border-top: 0;
}

.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem 1.25rem;
}

.card .card-title {
	height: 40px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 0rem;
	overflow: hidden;
}

.card-img-top {
	width: 100%;
}

.card-img-top {
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
}

.card-body p {
	font-size: 14px;
	color: #242424;
	padding: 0px;
	margin: 0px;
	white-space: pre-wrap;
}

.price-list {
	display: inline-flex !important;
}

.ebook-off {
	padding: 2px 4px 8px 4px !important;
	height: 19px !important;
	margin: 9px 0px 0px 5px;
}

.price-free {
	color: #56ab2f;
	font-size: 22px;
	text-align: center;
}

.card-body p a {
	background: none !important;
	padding-right: 5px !important;
}

.tns-outer [data-action] {
	display: none !important;
}

.course-list img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

.btn-viewmore {
	background: #fff;
	color: #333;
	font-size: 14.5px;
	text-align: center;
	padding: 4px 10px;
	border: 1px solid #ccc;
	cursor: pointer;
}

a.btn-viewmore {
	background: #fff;
	color: #333;
	font-size: 14.5px;
	text-align: center;
	padding: 4px 10px;
	border: 1px solid #ccc;
	cursor: pointer;
}

a.btn-viewmore:hover {
	background: #40a944 !important;
	color: #fff !important;
	border: 1px solid #40a944 !important;
	cursor: pointer;
}

.ebook-thumbnail {
	text-align: center;
}

.ebook-thumbnail img {
	/*width:145px; max-width:145px; height:175px!important;*/
	width: 128px;
	max-width: 128px;
	height: 165px !important;
	border-radius: .325rem;
}

.comment-by {
	font-size: 14px;
	font-weight: normal;
}

/* css for pagination */
ul.pagination li {
	background: #fff;
	font-size: 14px;
	list-style: none;
	margin: 0px 1px 5px 0px;
	padding: 8px 0px 5px 0px;
	float: left;
	border: 1px solid #eee;
}

ul.pagination .page-item a.page-link {
	margin: 0px 0px 0px 0px;
	padding: 9px 10px 7px 10px;
	line-height: 22px;
}

ul.pagination .active {
	background: #459d33;
	color: #fff;
	margin: 0px 1px 0px 0px;
	padding: 5px 10px;
	line-height: 26px;
}

ul.pagination .active a {
	color: #fff;
}

ul.pagination .disabled {
	background: #ddd;
	font-size: 15px;
	color: #333;
	margin: 0px 1px 0px 0px;
	padding: 5px 10px 3px 10px;
	line-height: 28px;
}

ul.pagination {
	background: #fff;
	width: fit-content;
	margin: 25px auto 0px auto;
	padding: 0px;
	border-radius: 6px;
}

ul.pagination .page-item a.page-link {
	position: relative;
}

ul.pagination .page-item a.page-link:hover {
	background: #459d33;
	color: #fff;
	padding: 8px 10px 8px 10px;
}

/* end of css for pagination */

.text-success {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.card .card-title a {
	font-size: 16px;
	font-weight: bold;
}

.details-img img {
	width: 100% !important;
	height: 175px !important;
	border-radius: .25rem;
	-moz-border-radius: .25rem;
}

.preview_videos {
	background: #40a944;
	font-size: 12px;
	color: #fff;
	padding: 4px 10px;
	border-radius: 90px !important;
	-moz-border-radius: 90px !important;
}

.business-solution h4 {
	font-size: 1.5rem;
}

.business-solution h5 {
	font-size: 1.2rem;
}

.play-button-trigger-video {
	background: url(https://www.tutorialspoint.com/market/public/assets/images/icon-play.svg) no-repeat;
	position: absolute;
	background-position: center;
	height: 15%;
	width: 100%;
	left: 0;
	top: 65px;
	cursor: pointer;
}

/* end of video and prime pack card css */

/* accordian css */
.accordion .accordion-button {
	text-align: left
}

.accordion.accordion-icon .accordion-header {
	background: transparent !important;
	position: relative;
	padding: .5rem .5rem !important;
	margin: 0rem;
	border: 1px solid #ebebeb;
	border-radius: .325rem
}

.accordion.accordion-icon .accordion-header .accordion-button {
	background: #fff;
	font-size: 1rem;
	border: 0
}

.accordion.accordion-icon .accordion-header .accordion-button:after {
	content: "";
	background: #24292d;
	width: 10px;
	height: 2px;
	display: block;
	position: absolute;
	top: 47%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	/*z-index:9*/
}

.accordion.accordion-icon .accordion-header .accordion-button:before {
	content: "";
	background: #24292d;
	width: 10px;
	height: 2px;
	display: block;
	position: absolute;
	top: 47%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	/*z-index:9*/
}

.accordion.accordion-icon .accordion-header .accordion-button[aria-expanded=false]:after {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg)
}

.accordion.accordion-icon .accordion-header .accordion-button[aria-expanded=true]:before {
	-webkit-transform: rotateZ(0deg);
	transform: rotateZ(0deg)
}

.accordion.accordion-icon .accordion-collapse {
	background: #fafafa;
	padding: 5px 15px 5px 10px;
	margin: -3px 0px 5px 0px;
	border: 1px solid #dbdbdb;
	border-top: 1px solid #fff;
	position: relative;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.accordion.accordion-icon .accordion-body {
	padding: .2rem .5rem .5rem 1rem
}

.accordion.accordion-circle .accordion-item {
	border-radius: .325rem !important;
	border: 1px solid rgba(154, 158, 164, .2)
}

.accordion.accordion-circle .accordion-item:not(:first-of-type) {
	border-top: 1px solid rgba(154, 158, 164, .2)
}

.accordion.accordion-circle .accordion-header {
	position: relative
}

.accordion.accordion-circle .accordion-header .accordion-button {
	background: 0 0;
	color: #24292d;
	border: 0;
	font-size: inherit;
	padding-left: 2.7rem;
	background-color: transparent !important
}

.accordion.accordion-circle .accordion-header .accordion-button:after {
	content: "";
	background: #066ac9;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	display: block;
	position: absolute;
	top: 47%;
	left: 17px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 9
}

.accordion.accordion-circle .accordion-header .accordion-button:before {
	content: "";
	background: #fff;
	-webkit-box-shadow: 0 .125rem .25rem rgba(29, 58, 83, .4);
	box-shadow: 0 .125rem .25rem rgba(29, 58, 83, .4);
	width: 18px;
	height: 18px;
	border-radius: 100%;
	display: block;
	position: absolute;
	top: 47%;
	left: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 9
}

.accordion.accordion-circle .accordion-header .accordion-button[aria-expanded=true]:after {
	visibility: visible
}

.accordion.accordion-circle .accordion-header .accordion-button[aria-expanded=false]:after {
	visibility: hidden !important
}

.accordion.accordion-circle .accordion-collapse {
	border: 0
}

.accordion.accordion-circle .accordion-body {
	padding: .5rem 2rem 1.5rem 2rem
}

@media (max-width:575.98px) {
	.accordion-circle .accordion-body {
		padding: .6rem 1.5rem .5rem 1.5rem !important
	}

	.accordion-circle .accordion-header .accordion-button {
		padding-left: 2.5rem !important
	}
}

.accordion.accordion-bg-light .accordion-item {
	border: 0;
	background-color: transparent
}

.accordion.accordion-bg-light .accordion-button {
	background-color: transparent !important;
	color: #24292d
}

.accordion.accordion-bg-light .accordion-button:after {
	background: #24292d;
}

.accordion.accordion-bg-light .accordion-button:before {
	background: #24292d
}

.accordion.accordion-bg-light .accordion-button:not(.collapsed) {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.accordion.accordion-shadow .accordion-item {
	border: 0
}

.accordion.accordion-shadow .accordion-button {
	background-color: #fff !important;
	color: #24292d !important;
	-webkit-box-shadow: 0 .125rem .25rem rgba(29, 58, 83, .15);
	box-shadow: 0 .125rem .25rem rgba(29, 58, 83, .15)
}

.accordion.accordion-shadow .accordion-button:after {
	background: #24292d !important
}

.accordion.accordion-shadow .accordion-button:before {
	background: #24292d !important
}

.accordion.accordion-shadow .accordion-button:not(.collapsed) {
	-webkit-box-shadow: 0 .125rem .25rem rgba(29, 58, 83, .15);
	box-shadow: 0 .125rem .25rem rgba(29, 58, 83, .15)
}

@media(max-width:575.98px) {
	.accordion-icon .accordion-body {
		padding: .6rem .5rem .5rem .5rem !important
	}

	.accordion-header .accordion-button {
		padding-left: 1.3rem !important
	}
}

.accordion-flush .accordion-item {
	background-color: transparent
}

.accordion-flush .accordion-button {
	padding: 1rem 0;
	background-color: transparent
}

.accordion.accordion-flush.accordion-body {
	padding: .5rem 1.5rem
}

.accordion-flush .accordion-button[aria-expanded=true]::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.accordion.accordion-flush-light .accordion-item {
	background-color: transparent;
	border-bottom: 1px solid rgba(154, 158, 164, .1)
}

.accordion .accordion-button {
	text-align: left
}

.accordion.accordion-icon .accordion-header .accordion-button {
	background: 0 0;
	font-size: 1rem;
	border: 0
}

.accordion.accordion-circle .accordion-header .accordion-button:not(.collapsed) {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.accordion.accordion-circle .accordion-collapse {
	border: 0
}

.accordion.accordion-circle .accordion-body {
	padding: .5rem 2rem 1.5rem 2rem
}

/* end of accordian css */

/* modal css */
.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: rgb(255 255 255 / 70%) !important;
}

.modal-content-light {
	background: #fff !important;
	padding: 10px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

.modal-content {
	background: linear-gradient(to right, #131313, #2f2f2f) !important;
	padding: 10px;
	border: 1px solid #333;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.modal-content h3 {
	background: #fafafa;
	font-size: 18px;
	color: #000;
	text-align: left;
	padding: 15px 10px;
	margin: 0px;
	border-top-left-radius: .325rem !important;
	border-top-right-radius: .325rem !important;
}

.modal-content-light h3 {
	background: #fafafa;
	font-size: 18px;
	color: #000;
	text-align: left;
	padding: 15px 10px;
	margin: 0px;
	border-top-left-radius: .325rem !important;
	border-top-right-radius: .325rem !important;
}

h4#course_title {
	font-size: 16pt;
	color: #fff;
	font-weight: normal;
	text-transform: capitalize;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	text-align: left;
	border-bottom: 1px solid #464646;
}

.uk-modal-body h2 {
	font-size: 16px;
	color: #999;
	font-weight: normal;
	margin: 0px;
	padding: 15px 0px 7px 0px;
	border-bottom: 1px solid #2b2b2b;
}

ul.course-modal-ul {
	margin: 10px 0px 0px 0px;
	padding: 0;
	position: relative;
	overflow: auto;
}

ul.course-modal-ul li {
	text-align: left;
	margin: 0;
	padding: 6px 0px 6px 5px;
	list-style: none;
	line-height: 28px;
	border-bottom: 1px solid #333232;
}

ul.course-modal-ul li svg {
	font-size: 16px;
	margin-right: 8px;
}

ul.course-modal-ul li.course-model-active {
	background: #333;
}

ul.course-modal-ul li:hover {
	background: #333;
}

ul.course-modal-ul li a {
	font-size: 14px;
	color: #fff;
}

.close {
	color: #f00;
	float: right;
	font-size: 28px;
	font-weight: normal;
}

.close:hover,
.close:focus {
	color: #f00;
	text-decoration: none;
	cursor: pointer;
}

.content h5 {
	color: #b1a9a9;
	font-size: 13px;
}

/* end of modal css */

.gift-a-course .input-group label {
	font-size: 13px;
	color: #7a7a7a;
}

.gift-a-course .input-group-lg>.form-control {
	padding: .5rem .5rem .2rem 0rem;
}

.sub-title-h1 {
	color: #fff;
	padding: 5px 0px;
	text-align: left;
	line-height: 20px;
	white-space: nowrap;
}

.card-header {
	padding: .7rem 1rem;
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 0 solid rgba(0, 0, 0, 0.1);
}

.card-header:first-child {
	background: #d6d6d6;
	border-radius: 0.4rem 0.4rem 0 0;
}

.card-footer:last-child {
	border-radius: 0 0 0.5rem 0.5rem;
}

.card-header-tabs {
	margin-right: -0.5rem;
	margin-bottom: -1rem;
	margin-left: -0.5rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -0.5rem;
	margin-left: -0.5rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
	border-radius: 0.5rem;
}

.pt-xl-5 {
	padding-top: 3rem !important;
}

.section-division {
	padding: 5pt 10pt 0pt 10pt;
	margin-top: 5px;
	/*box-shadow:0 3px 0.625pc 0 rgb(0 0 0 / 6%)!important;*/
	border-radius: .325rem !important;
}

.collapsible-header {
	display: flex;
	padding: 0rem;
	user-select: none;
	position: relative;
	cursor: pointer;
}

.collapsible-header i {
	padding-right: 1rem;
}

.collapsible-body {
	box-sizing: border-box;
	overflow: hidden;
	transition: max-height 0.15s ease-out;
}

.collapsible-body>p {
	padding: 2rem;
	margin: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, .12);
}

ul.course-curriculum-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.course-curriculum-list li {
	font-size: 14px;
	color: #000;
	margin: 0px 10px 0px 10px;
	padding: 8px 0px;
	list-style: none;
	line-height: 24px;
	border-bottom: 1px solid #eee;
}

ul.course-curriculum-list li:last-child {
	border-bottom: 0px solid #eee;
}

ul.course-curriculum-list li i {
	padding-right: 5px;
	padding-left: 5px;
}

.course-curriculum-list>li>a {
	color: #fff;
	font-weight: normal;
	padding: 2px 8px 2px 8px;
}

.course-curriculum-list>li>a.uk-accordion-title-sub {
	background: transparent;
	color: #000;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: bold;
}

.course-curriculum-list li>span {
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

.course-curriculum-list>li>a.uk-accordion-title-sub .fa-video:before {
	padding-right: 10px;
}

.lec-time-count {
	width: 65px;
	display: inline-block;
}

.uk-accordion-title:focus,
.uk-accordion-title:hover {
	color: #000;
	text-decoration: none;
}

.uk-accordion-title .uk-caret {
	float: right;
}

.lec-total-count {
	font-size: 14px;
	font-weight: normal;
}

.lec-total-count span {
	font-size: 13px;
}

.extra-title {
	font-size: 15px;
}

.mrgn-t25 {
	margin-top: 25px;
}

.ebook-card-thumbnail {
	height: 195px;
	text-align: center;
}

.ebook-img {
	width: 145px;
	height: 185px;
	border: 1px solid #ccc;
}

.course-descrp {
	padding: 10px 20px 20px 20px;
}

.course-descrp p {
	font-size: 15px;
	color: #242424;
	text-align: justify;
	line-height: 24px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

.course-descrp h1 {
	font-family: 'Nunito', sans-serif;
	font-size: 26px;
	color: #242424;
	font-weight: bold;
	padding: 0px;
	margin: 15px 0px 10px 0px;
}

.course-descrp h2 {
	font-family: 'Nunito', sans-serif;
	font-size: 22px;
	color: #242424;
	font-weight: bold;
	padding: 0px;
	margin: 15px 0px 10px 0px;
}

.course-descrp h3 {
	font-family: 'Nunito', sans-serif;
	font-size: 20px;
	color: #242424;
	font-weight: bold;
	padding: 0px;
	margin: 15px 0px 10px 0px;
}

.course-descrp h3 br,
.course-descrp p br {
	display: none;
}

.course-descrp h4 {
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	color: #242424;
	font-weight: bold;
	padding: 0px;
	margin: 15px 0px 10px 0px;
}

ul.course-descrp {
	margin: 0px;
	padding: 0px;
}

.course-descrp ul li {
	font-size: 15px;
	color: #242424;
	line-height: 26px !important;
	padding: 0px 10px;
	margin: 0px;
	list-style: disc !important;
}

.accordion-content {
	margin: 0px 0px 0px 35px;
}

/*img.rounded-img{width:100%!important; max-width:100%!important; height:auto!important; border-radius:.325rem; border:1px solid #000; box-shadow:4px 2px 5px #000; -moz-box-shadow:4px 2px 5px #000;*/
}

.card-body ul li p strong {
	font-weight: normal !important;
}

.nav-pill-soft .nav-link {
	background: transparent;
	color: #333;
	border: none;
}

.nav-pill-dark-soft .nav-link {
	background-color: rgba(36, 41, 45, 0.1);
	color: #24292d;
	border: none;
}

.nav-pill-dark-soft .nav-link.active,
.nav-pill-dark-soft .show>.nav-link {
	color: #fff;
	background-color: #24292d;
}

.nav-pills-bg-soft {
	background-color: rgba(6, 106, 201, 0.1);
	padding: 0.625rem 0;
	border-radius: 0.625rem;
}

.nav-pills-bg-soft .nav-link {
	color: #066ac9;
}

.nav-pills .nav-link {
	margin-bottom: 0px !important;
	border-radius: 0.325rem;
	cursor: pointer;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.list-inline a {
	font-size: 13px;
	background: none !important;
	padding: 0px;
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Nunito', sans-serif;
}

.h4,
h4 {
	font-size: 1rem;
}

.sample-certificate {
	font-size: 12px;
	background: #0dba4b;
	color: #fff;
	padding: 4px 10px;
}

.btn-sm {
	font-size: .85rem;
	padding: .4rem .5rem;
}

#tns3-iw {
	min-height: 396px;
}

.bg-light {
	background-color: #eee !important;
}

h5.category-sub-title {
	font-size: 22px;
	font-weight: normal;
}

.category-sub-sort {
	float: right;
	font-size: 15px;
}

.category-sub-sort select {
	padding: 3px 9px;
	margin: 0px 0px;
	border: 1px solid #ccc;
	border-radius: 90px;
	outline: none;
}

.h24 {
	height: 25px;
	line-height: 28px;
	/*display:inline;*/
	overflow: hidden;
}

/* css for ratings */
.rating-feedback {
	margin: 0px 0px 0px 0px !important;
}

/*.rating{margin:.3rem 0 .3rem 1rem;}*/
.rating input[type="submit"] {
	text-align: center;
	font-size: 22px;
}

.rating input[type="submit"] {
	border: 1px solid #d9d9d9;
	background-color: #efefef;
}

.rating input[type="radio"] {
	display: none;
}

.rating label {
	font-size: 22px;
	color: #ebebeb;
	cursor: pointer;
}

.rating-star {
	text-align: left;
	display: inline-flex;
}

.rating-display {
	text-align: left;
	display: inline-block;
}

.rating label:hover,
.rating label:hover~label {
	color: #56ab2f;
}

.rating:not(:checked)>label:hover~label {
	color: #ebebeb;
}

.rating .r-active {
	color: #56ab2f;
	margin: 0px -5px 0px 0px;
	padding: 0px;
}

.rating .rating-count-active {
	color: #56ab2f;
	font-weight: bold;
}

.rating span {
	font-size: 14px;
	color: #b5b5b5;
	margin: 0px -4px 0px 0px;
}

.rating-count {
	font-size: 15px !important;
	color: #b5b5b5;
	font-weight: bold;
	padding: 0px 2px 0px 0px;
	margin: 0px;
	line-height: 18px;
	height: 18px;
}

.rating-display .half:after {
	content: '\2605';
	color: #56ab2f;
	position: absolute;
	margin-left: -20px;
	width: 6px;
	overflow: hidden;
}

.rating-input {
	unicode-bidi: bidi-override;
	direction: rtl;
	text-align: left;
}

.rating-input>span {
	display: inline-block;
	position: relative;
}

.rating-input>span:hover,
.rating-input>span:hover~span {
	color: transparent;
}

.rating-input>span:hover:before,
.rating-input>span:hover~span:before {
	content: "\2605";
	position: absolute;
	left: 0;
	color: #40a944;
	cursor: pointer;
}

.rating-input>span {
	font-size: 26px;
	color: #d3d3d3;
}

.rating-input .selected {
	color: #40a944;
}

.hide_date_div {
	display: none;
}

.no-users-ratings {
	font-size: 14px;
	color: #333;
	margin: 2px 0px 0px 7px;
	display: inline;
}

.prime-banner .no-users-ratings {
	color: #fff;
}

.video-card .rating-display,
.card .rating-display {
	display: inline-flex !important;
}

.video-card .rating span,
.card .rating span {
	margin: 0px 1px 0px 0px;
}

.rating-display span.half {
	margin: 0px -9px 0px 20px !important;
}

.ebook-card-body .ebook-price {
	padding: 0pt 10pt 0pt 2pt !important;
	display: inline-flex !important;
}

.video-card .ebook-price {
	width: 100% !important;
}

.ebook-price {
	padding: .1rem 0rem 0rem 0rem !important;
	white-space: nowrap;
	display: inline-flex !important;
}

.ebook-wrap {
	display: inline-flex;
}

.ebook-price strike {
	color: #f00;
}

.ebook-price-card {
	text-align: left;
}

.mobile-view .btn-grey-border {
	color: #333;
}

.mobile-view .btn-grey-border:hover {
	color: #fff !important;
}

.comment-content .rating-input>span {
	font-size: 42px !important;
}

/* end of css for ratings */

.dropdown {
	position: relative;
}

.navbar-expand-xl .navbar-nav .dropdown:hover>.dropdown-menu {
	display: block;
	top: 100%;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* wrap loader */
.wrap_loader {
	background: snow url(https://www.tutorialspoint.com/market/public/assets/images/loader.gif)no-repeat;
	background-attachment: fixed;
	background-position: center center;
	width: 100%;
	min-height: 1024px;
	margin: 0 auto;
	padding: 0 0 0 0;
	vertical-align: center;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 9999;
	opacity: .8;
	display: none
}

.wrap_loader img {
	text-align: center;
	border: 0;
	display: none
}

.wrap_loader_new {
	background: snow url(https://www.tutorialspoint.com/market/public/assets/images/loader.gif)no-repeat;
	background-attachment: fixed;
	background-position: center center;
	width: 100%;
	min-height: 1024px;
	margin: 0 auto;
	padding: 0 0 0 0;
	vertical-align: center;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 9999;
	opacity: .8;
	display: none
}

.wrap_loader_new .loader-message {
	font-size: 18px;
	color: #000;
	font-weight: 700;
	margin-top: 5%;
	position: relative;
	z-index: 9999
}

.wrap-view {
	text-align: center;
	margin: 0 auto
}

/* end of wrap loader */

/* categories list */
.catgr-card {
	background: #fff;
	display: flex;
	align-items: center;
	position: relative;
	min-height: 55px;
	padding-right: .208333333in;
	padding-bottom: .0108333333in;
	color: #545e6f;
	padding-left: .208333333in;
	padding-top: .0108333333in;
	transition: transform .2s ease-in-out;
	transition: .3s;
	border-radius: .06375in;
	border: 1px solid #e9eaea;
}

.catgr-card a {
	display: flex;
	align-items: center;
}

.catgr-card-icon {
	font-size: 32px;
	margin: 0px 10px 0px -5px;
}

.catgr-card-title {
	position: relative;
	font-size: 14px;
	text-align: left;
	color: #545e6f;
	font-weight: 500;
	margin: 0px;
	line-height: 15px;
}

.bg-banner {
	position: relative !important;
}

.course-list {
	background: #fff;
	text-align: center;
	padding: 4px;
	margin: 0px 0px 10px 0px;
}

.course-list .course-list-title {
	background: rgb(33, 33, 34, .7);
	color: #fafafa;
	font-weight: normal;
	text-transform: capitalize;
	padding: 12px 0px;
	position: relative;
	z-index: 9;
}

.course-list img:hover {
	opacity: 0.8 !important;
	filter: saturate(2.2);
	filter: alpha(opacity=80);
}

img.card-img-top {
	height: 148px;
	border-bottom: 1px solid #eee;
}

.text-right {
	text-align: right
}

.clear {
	clear: both;
	height: 1px
}

p {
	color: #000;
	margin-top: 0;
	margin-bottom: .5rem;
}

.pricing-loader img.card-price-loader {
	max-width: 100%;
}

.arrow-hover:hover [data-controls=prev] {
	left: 10px !important;
}

.arrow-hover:hover [data-controls=next] {
	right: 10px !important;
}

b,
strong {
	color: #000;
}

.w-200 {
	width: 200px;
}

/* end of categoriest list */

.prime-banner {
	background: linear-gradient(0deg, rgb(27 27 27) 30%, rgba(19, 85, 158, 0) 65%, rgba(19, 85, 158, 0) 0px, transparent), linear-gradient(-241deg, rgb(0 0 0) 6%, rgb(0 0 0 / 80%) 16%, rgba(255, 255, 255, 0) 57%, transparent), linear-gradient(18deg, rgb(51 51 51) 20%, rgb(41 101 44) 60%, rgb(0 0 0) 75%, rgb(33 33 33) 93%);
	min-height: 255px;
	margin: 2px 0px 5px 0px;
	padding: 2% 0px 1% 0px;
	text-align: center;
}

.prime-banner h1 {
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	text-align: left;
	text-transform: capitalize;
	padding: 0px;
	margin: 0px;
	line-height: 30px;
}

.prime-banner h2 {
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	text-align: left;
	text-transform: capitalize;
	padding: 0px;
	margin: 0px;
	line-height: 30px;
}

.prime-banner .ebook-price {
	text-align: left;
	padding: 0pt 0pt 0pt 2pt !important;
}

.prime-banner img {
	width: 100%;
	border: 1px solid #fff;
}

.wishlist-link {
	font-size: 24px !important;
	text-align: right;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px;
	line-height: 28px !important;
	position: absolute;
	right: 19px;
	top: 200px;
}

.wishlist-link a {
	color: #ccc;
}

.card-body ul li p {
	padding: 0px;
	line-height: inherit;
}

.btn-more .see-more {
	display: block;
}

.btn-more .see-less {
	display: none;
}

.btn-more[aria-expanded=true] .see-more {
	display: none;
}

.btn-more[aria-expanded=true] .see-less {
	display: block;
	;
}

.list-inline-item .tp-authors {
	padding-right: 15px;
}

.list-inline-item,
.list-inline a {
	color: #333;
}

.list-inline {
	text-align: left;
	padding: 0px;
}

.no-courses-found {
	width: 100%;
	text-align: center;
	margin: 0px auto;
}

.bg-success-prog {
	height: 6px;
	background: #4fae47;
	margin: 10px 0px 0px 0px;
	border-radius: 90px;
	-webkit-border-radius: 90px;
}

.imgLoader {
	margin-top: 6%;
}

.wait_amin {
	position: absolute;
	width: 15px;
	height: 15px;
	margin: 0 auto;
	text-indent: -9999em;
	color: #8bc34a;
	font-size: 8px;
	opacity: .8;
	animation: wait_amin 1s infinite ease-in-out;
	animation-delay: 0.16s;
	top: 45%;
	left: 48%;
	z-index: 9999;
	border-radius: 50%;
}

.wait_amin::before {
	left: -3.5em;
	animation-delay: 0s;
	width: 15px;
	position: absolute;
	border-radius: 50%;
	height: 15px;
	content: '';
	color: #00bcd4;
	animation: wait_amin 1s infinite ease-in-out;
}

.wait_amin::after {
	left: 3.5em;
	animation-delay: 0.32s;
	position: absolute;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	content: '';
	color: #f92906;
	animation: wait_amin 1s infinite ease-in-out;
}

@keyframes wait_amin {
	100% {
		box-shadow: 0 2.5em 0 -1.3em
	}

	80% {
		box-shadow: 0 2.5em 0 -1.3em
	}

	0% {
		box-shadow: 0 2.5em 0 -1.3em
	}

	40% {
		box-shadow: 0 2.5em 0 0
	}
}

/* end of wrap loader */

/* profile css */
.profile-banner {
	background: linear-gradient(0deg, rgb(27 27 27) 30%, rgba(19, 85, 158, 0) 65%, rgba(19, 85, 158, 0) 0px, transparent), linear-gradient(-241deg, rgb(0 0 0) 6%, rgb(0 0 0 / 80%) 16%, rgba(255, 255, 255, 0) 57%, transparent), linear-gradient(18deg, rgb(51 51 51) 20%, rgb(151 153 151) 60%, rgb(0 0 0) 75%, rgb(33 33 33) 93%);
	min-height: 255px;
	margin: 2px 0px 5px 0px;
	padding: 2% 0px 1% 0px;
	text-align: center;
}

.profile-layout {
	flex-wrap: wrap;
	display: flex;
	margin: 10px 0px 20px 0px;
}

.profile-layout-avature {
	width: auto;
	margin-right: 22.5pt;
	padding-top: 14px;
	padding-bottom: 15px;
}

.user-profile-photo {
	width: 160px;
	height: 112.5pt;
	position: relative;
}

.user-profile-photo img {
	width: 150px;
	height: 150px;
	padding: 5px;
	border: 1px solid #fff;
	border-radius: 90px;
}

#profileImage {
	width: 32px;
	display: inline-block;
	height: 32px;
	text-transform: uppercase;
	background: #40a944;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin: -4px 5px 0px 0px;
	padding: 1px 8px;
	border: 1px solid #40a944;
	border-radius: 50%;
	vertical-align: middle;
}

.profile-view {
	width: 150px !important;
	height: 150px !important;
	display: flow-root !important;
	margin: 0px 5px 10px 0 !important;
	padding: 50px 0px 0px 0px !important;
	font-size: 46px !important;
}

.profile-layout-content {
	text-align: left;
	color: #fff;
	margin: 2.5% 0 0 0;
	padding: 0;
}
.profile-layout-content h1{color:#fff; font-size:28px; font-weight:bold; text-align:left; margin:0; padding:0;}
.profile-layout-content h2{text-align:left; margin:0; padding:0;}
.profile-layout-content h2 b{color:#fff; font-size:30px; text-align:left; margin:0; padding:0;}
.profile-layout-content h2{color:#fff; font-size:16px; font-weight:normal; text-align:left; margin:0; padding:0;}
.published-count {
	font-size: 18px;
	color: #333;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

/* end of profile css */

/* social links css */
.social-icon {
	background: #fff;
	font-size: 36px;
	width: 40px !important;
	height: 40px;
	padding: 5px 0px 5px 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.grey {
	margin: 0px 20px 0px 20px;
	padding: 0px;
}

.grey-active {
	margin: 0px 20px 0px 20px;
	padding: 0px;
}

.grey svg {
	background: #fff;
	color: #bfbfbf;
	font-size: 36px;
	width: 40px !important;
	height: 40px;
	padding: 5px 0px 5px 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.social-fb-icon {
	color: #3a559f;
}

.social-linked-icon {
	color: #0077b7;
}

.social-twt-icon {
	color: #55acee;
}

.social-web-icon {
	color: #55b35c;
}

.social-ytube-icon {
	color: #ff0000;
}

.social-links-status {
	text-align: center;
	padding: 35px 0px 35px 0px;
}

.grey .social-icon {
	background: #fff;
	color: #bfbfbf;
	font-size: 36px;
	width: 40px !important;
	height: 40px;
	padding: 5px 0px 5px 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* end of social links css */

/* video css */
.video-card-body {
	padding: 5pt 10pt 0pt 10pt;
}

.video-card-body p {
	font-size: 14px;
	margin-bottom: 0;
}

.ribbon-B {
	position: absolute;
	top: -6.1px;
	right: 10px;
}

.ribbon-B span {
	position: relative;
	display: block;
	text-align: center;
	background: #f0506e;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	padding: 6px 0px 6px 0px;
	width: 75px;
	border-top-right-radius: 4px;
}

.ribbon-B span:before {
	height: 6px;
	width: 6px;
	left: -6px;
	top: 0;
	background: #000;
	border-radius: 8px 0px 0 0;
}

.ribbon-B span:before,
.ribbon-B span:after {
	position: absolute;
	content: "";
}

.ribbon-B:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 42px solid transparent;
	border-right: 34px solid transparent;
	border-top: 10px solid #f0506e;
}

/* end of video css */

.table p.h24 a {
	font-size: 13px;
}

.tab-pane .arrow-hover {
	margin: 0px;
	padding: 0px;
}

.tab-content {
	padding: 0px 15px;
}

.keep-shopping-catgry {
	width: 100%;
	background: #fff;
	padding: 145px 25px 145px 25px;
	margin: 0px auto 15px auto;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.keep-shopping-catgry .keep-svg-catgry {
	font-size: 80px;
	color: #ccc;
}

.keep-shopping-catgry h3 {
	font-size: 14px;
	color: #333;
	padding: 20px 0px 10px 0px;
	margin: 0px;
}

.keep-shopping {
	width: 100%;
	background: #fff;
	padding: 25px 25px 25px 25px;
	margin: 0px auto 15px auto;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.keep-shopping .keep-svg {
	font-size: 80px;
	color: #ccc;
}

.keep-shopping h3 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	padding: 20px 0px 10px 0px;
	margin: 0px;
}

.btn-more {
	width: fit-content;
	padding: 4px 10px;
	border: 1px solid #ccc;
	border-radius: 0.2rem;
	cursor: pointer;
}

.btn-more:hover {
	background: #40a944;
	color: #fff;
	border: 1px solid #40a944;
	cursor: pointer;
}

/* sidebar */
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 0px;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .closebtn {
	font-size: 24px;
	margin: -17px 0px 0px 0px;
	float: right;
}

#main {
	transition: margin-left .5s;
	padding: 16px;
}

@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}

	.sidenav a {
		font-size: 18px;
	}
}

.sidedetails h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 20px 0px 25px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dashed #ccc;
}

/* end of sidebar */
aaaaaaaaa

/* afterlogin css of dropdown */
.top-cart {
	position: relative;
	margin: 0px 7px 0px 2px;
	top: 4px;
	display: inline-block;
}

.menu-right-head .cart-icon {
	font-size: 1.5em;
	color: #333;
	margin: -4px 15px 0px 5px;
	position: relative;
}

.d-cart .cart-icon {
	font-size: 1.5em;
	color: #333;
	margin: 0px 15px 0px 5px;
	position: relative;
	top: 8px;
}

.caret-down {
	position: relative;
}

.div_after_login .cart-icon {
	position: relative;
	top: 0px;
}

span.header_cart_count {
	position: absolute;
	background-color: #40a944;
	font-size: 12px;
	text-align: center;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-top: 1px;
	right: -9pt;
	margin: 6px 2px 5px 0px;
	color: #fff;
	top: -13px;
	width: 22px;
	line-height: 18px;
	border-radius: 4px;
}

.profile-icon .fa-caret-down {
	vertical-align: middle;
}

img.header-user-profile {
	width: 42px;
	height: 42px;
	padding: 2px;
	border: 1px solid #ccc;
	position: relative;
	margin: -5px 7px 15px 10px;
	top: 5px;
	float: left;
	border-radius: 90px;
	-webkit-border-radius: 90px;
	cursor: pointer;
}

.dropdown-menu .dropdown-user-details img {
	margin: -10px 0px -5px 5px !important;
}

.dropdown-user-details {
	background: #40a944;
	width: 100%;
	color: #fff;
	padding: 10px 10px 5px 10px;
	display: inline-flex;
	border-top-left-radius: 3pt;
	border-top-right-radius: 3pt;
	-webkit-border-top-left-radius: 3pt;
	-webkit-border-top-right-radius: 3pt;
}

.dropdown-user-details a {
	display: inline-flex !important;
}

.arrow-up {
	width: 0;
	height: 0;
	margin: -12px 0px 0px 185px;
	position: relative;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #40a944;
}

.profile_photo_drop {
	position: relative;
	top: -3px;
	margin-right: 2px;
	margin-left: -7px;
}

.profile_photo_drop .fa-caret-down {
	display: none;
}

.dropdown-user-name h5.name {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	margin: -5px 0px -3px 0px;
	padding: 0px;
}

.dropdown-user-name .type {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.dropdown-user-name {
	margin: 0px;
	padding: 0px 5px;
}

.menu-divider {
	border-bottom: 1px solid #eee;
}

.mui-dropdown__menu .logout {
	background: #fafafa;
	color: #706f6f;
	font-size: 15px;
	padding: 10px 17px;
	border-bottom-left-radius: 3pt;
	border-bottom-right-radius: 3pt;
}

ul.mui-dropdown li {
	display: block !important;
}

.media-child {
	position: relative !important;
}

.mui-dropdown__menu {
	border: 1px solid #fff;
	border-radius: 3pt !important;
	-webkit-border-radius: 3pt !important;
	-moz-border-radius: 3pt !important;
}

.icon-login {
	font-size: 15px;
	color: #000;
	text-transform: uppercase !important;
	padding: 8px 10px 8px 10px !important;
	margin: 0px 5px 0px 0px !important;
	border: 1px solid #d2d2d2 !important;
}

.icon-login:hover {
	background: linear-gradient(to right, #40a944, #56ab2f);
	color: #fff !important;
	border: 1px solid #40a944 !important;
}

.icon-signup {
	font-size: 15px;
	text-transform: uppercase !important;
	color: #fff !important;
	background: linear-gradient(to right, #40a944, #56ab2f);
	padding: 8px 10px 8px 10px !important;
}

.icon-signup:hover,
.icon-login:hover {
	text-transform: uppercase;
}

.dropdown-menu-end {
	right: 0;
	left: auto;
	top: 35px;
}

.avatar {
	width: 36px;
	height: 36px;
	padding: 2px;
	margin: 0px 5px 0px 0px;
	border: 1px solid #ccc;
	position: relative;
}

.resend_email_timer {
	width: 95px;
	display: block;
	font-size: 11px;
	text-align: center;
	background: #40a944;
	padding: 1px 5px;
	color: #fff;
	position: absolute;
	top: 9px;
	border-radius: 4px;
}

.resend_timer {
	width: 95px;
	display: block;
	font-size: 11px;
	text-align: center;
	background: #40a944;
	padding: 1px 5px;
	color: #fff;
	position: absolute;
	top: 9px;
	border-radius: 4px;
	cursor: pointer;
}

#verified_mobile {
	width: 95px;
	background: #40a944;
	font-size: 11px;
	color: #fff;
	text-align: center;
	padding: 5px 5px;
	position: absolute;
	right: 5px;
	top: 8px;
	border-radius: 4px;
	cursor: default;
}

.resend_email_otp_btn,
.resend_otp_btn {
	background: #0dba4b;
	color: #fff;
	font-size: 11px;
	padding: 2px 6px;
	border-radius: 4px;
	margin-top: 9px;
}

.country-selection-box {
	width: 29%;
	color: #9a9ea4;
	border: 0px solid #ccc;
	position: absolute;
	z-index: 9;
	left: 25px;
	top: 8px;
	outline: none;
	cursor: pointer;
}

.country-num {
	border: 1px solid #fff !important;
	border-radius: 0px solid #ccc !important;
	outline: none !important;
}

.btn-message-btn {
	background: #40a944;
	font-size: 11px;
	color: #fff;
	text-align: center;
	width: 95px;
	height: 26px;
	letter-spacing: 1px;
	padding: 5px 5px !important;
	margin: 0px;
	font-style: normal;
	border: #40a944;
	display: block;
	cursor: pointer;
}

.btn-grey-btn {
	background: transparent;
	width: 45px;
	height: 26px;
	color: #000;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: right;
	border: 0px solid #9aaa9b;
	font-size: 11px;
	color: #000;
	padding: 5px 5px !important;
	font-style: normal;
	margin: 0px;
	cursor: pointer;
}

.btn-message-btn:hover {
	color: #fff;
	cursor: pointer;
}

.btn-grey-btn:hover {
	color: #000;
	cursor: pointer;
}

a.btn-grey-btn {
	color: #000;
}

a.btn-message-btn {
	color: #fff;
}

.login-wrap-hide-pwd {
	position: absolute;
	right: 0px;
	z-index: 1;
	cursor: pointer;
}

.mobile-verify {
	position: absolute;
	right: 0px;
	top: 4px;
}

#captchaDiv {
	top: inherit !important;
	margin: -53px 0px 0px 0px;
	position: absolute !important;
	right: 29px;
}

#captcha_value-error {
	font-size: 12px;
	color: #f00;
	position: absolute;
	top: 375px;
	margin: 0px 0px 0px 30px;
	white-space: pre-wrap;
	z-index: 99;
	clear: both;
}

.form-control:focus {
	border-color: #ccc;
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: var(--bs-gray-700) !important;
	background-color: var(--bs-gray-500) !important;
	border-color: var(--bs-gray-500) !important;
}

.form-control:disabled {
	background-color: var(--bs-gray-300) !important;
	color: #adadad !important;
}

.form-control:disabled .country-selection-box {
	background-color: var(--bs-gray-300) !important;
	color: #adadad !important;
}

select:disabled {
	background: #dee2e6;
	opacity: .8;
}

#verified_email {
	background: #0dba4b;
	position: absolute;
	right: 0px;
	color: #fff;
	font-size: 11px;
	padding: 2px 5px;
	border-radius: 4px;
	top: 7px;
}

.input-disable-wrap {
	background: #dee2e6;
	border-radius: 4px;
}

.validate-mobile-otp {
	width: 95px;
	height: 26px;
	background: #40a944;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-style: normal;
	padding: 5px 5px !important;
	position: absolute;
	right: 0px;
	margin-top: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.validate-mobile-otp:hover {
	color: #fff;
	cursor: pointer;
}

.mobile-verify {
	position: absolute;
	right: 0px;
	top: 4px;
}

.mobile-verify-signup {
	position: absolute;
	right: 25px;
	margin-top: -43px !important;
	z-index: 9;
}

/* end of afterlogin css */

.banner-content .tiny-slider {
	padding: 0px;
}

.tns-inner img {
	max-width: 100%;
	background-size: contain;
}

.ebook-discount span,
.ebook-discount .discount-amount {
	display: none;
}

.ebook-discount .ebook-off {
	display: block;
}

.npr-l {
	padding-right: 0px;
}

.mob-course-details .enroll_course_div {
	width: 100%;
	padding: 0pt 10pt 0pt 10pt;
	display: inline-flex !important;
}

.enroll_course_div {
	width: 100%;
	padding: 0pt 0pt 0pt 0pt;
}

a.btn {
	color: #333;
}

a.btn:hover {
	color: #333;
}

.bg-delete {
	background: #f7dcdf;
	font-size: 12px;
	color: #f00 !important;
	padding: 5px 7px 4px 7px !important;
	margin: 0px;
	cursor: pointer;
}

.flexis {
	display: inline-flex;
}

.fixed-wrap {
	position: sticky;
	top: 15px;
}

.tp-payment-method .tp-payment-alt {
	display: inline-table;
	width: 91%;
	background: #fafafa;
	padding: 5px;
	margin: 0px 10px 5px 16px;
	text-align: left;
	border: 1px solid #eee;
	border-radius: 0.25pc;
	cursor: pointer;
}

.tp-payment-method label {
	font-size: 14px;
	font-weight: bold;
}

.tp-payment-method input[type="radio"] {
	width: 28px;
	height: 22px;
	padding-top: 0;
	margin-right: 5px;
	position: relative;
	top: 10px;
}

.tp-payment-method label p {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	padding: 0px 10px 0px 36px;
	margin: 0px;
}

.nav-item .btn:hover {
	color: #000;
}

.btn:hover {
	color: #333;
}

.paypal_button {
	display: none;
}

.summary-checkout a:hover {
	color: #fff;
}

.btn-checkout {
	width: -webkit-fill-available;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	background: #40a944;
	padding: 10px 10px;
	border: 1px solid #40a944;
	-webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15);
	box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .15);
}

.ebook-list-view {
	text-align: center;
}

.course-list-view img {
	width: 145px;
	height: 75px;
}

.npl {
	padding: 0px 0px 0px 5px;
}

.ribbon-P {
	position: absolute;
	top: -6.1px;
	right: 10px;
}

.ribbon-P span {
	position: relative;
	display: block;
	text-align: center;
	background: #607d8b;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	padding: 5px 0px 0px 0px;
	border-top-right-radius: 4px;
	width: 75px;
}

.ribbon-P span:before {
	height: 6px;
	width: 6px;
	left: -6px;
	top: 0;
	background: #000;
	border-radius: 8px 0px 0 0;
}

.ribbon-P span:before,
.ribbon-B span:after {
	position: absolute;
	content: "";
}

.ribbon-P:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 42px solid transparent;
	border-right: 34px solid transparent;
	border-top: 10px solid #607d8b;
}

.ebook-price .licence-count {
	font-size: 14px;
	margin: 5px 0px 0px 10px;
}

.ebook-price .licence-count input {
	width: 65px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-left: 5px;
	border: 1px solid #ccc;
	border-radius: 3pt;
	-webkit-border-radius: 3pt;
}

.coupon-code {
	margin: 10px 0px 0px 0px;
}

.coupon-code label input {
	position: absolute;
	left: 30px;
	visibility: hidden;
}

.coupon-code label span:before {
	visibility: hidden;
	position: absolute;
	display: flex;
	flex-shrink: 0;
	content: "";
	background-color: #fff;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	margin-right: 0.375em;
	transition: 0.25s ease;
	box-shadow: inset 0 0 0 0.125em #00005c;
}

.coupon-code label input:checked+.coupons {
	cursor: pointer;
}

.coupon-code label input:checked+.coupons span {
	color: #387a2b;
}

.coupon-code label input:checked+.coupons:before {
	box-shadow: inset 0 0 0 0.4375em #00005c;
}

.coupon-applied {
	padding: 0px;
	margin: 15px 0px;
}

.coupon-applied p {
	display: none;
	width: fit-content;
	font-size: 14px;
	color: #40a944;
	text-align: right;
	padding: 4px 30px 4px 10px;
	margin: 6px 0px 15px 0px;
	float: right;
	border: 1px dotted #40a944;
	border-radius: 4px;
}

.coupon-code-btn {
	text-align: center;
	position: absolute !important;
	padding: 0px 5px;
	margin: 10px 27px 0px 0px;
	right: 0px;
}

.bg-danger {
	font-size: 16px;
	color: #e05f42 !important;
	line-height: 18px;
	position: relative;
}

.summary-coupon {
	font-size: 12px;
	float: right;
	padding: 4px 5px;
	margin: 10px 0px 0px 0px;
	border: 1px dashed #ddd;
	cursor: pointer;
}

.bg-danger:hover {
	color: #e05f42 !important;
}

.summary-coupon:hover {
	background: #40a944;
	color: #fff;
}

.prime-banner .h22,
.prime-banner .list-inline-item,
.prime-banner .list-inline a {
	font-size: 14px;
	color: #fff;
	line-height: 28px;
}

.btn-100 {
	width: 100% !important;
}

.card-header .h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #000;
}

section {
	padding-top: 1.5rem;
	padding-bottom: 1.8rem;
}

.prime-banner.list-inline-item,
.prime-banner.list-inline a {
	color: #fff;
}

.prime-banner .price {
	color: #fff !important;
}

.list-inline-item {
	display: inherit !important;
}

.list-inline-item .rating {
	margin: 0px 0px 0px 0px !important;
}

.bundle-list-inline .ebook-price b {
	font-weight: normal !important;
}

.table .ribbon-B span {
	width: 85px !important;
}

.course-description-content {
	max-width: 100%;
	position: relative;
}

.course-description-content .text {
	margin-bottom: 5px;
	padding: 0 0px;
	position: relative;
	display: block;
}

.course-description-content .show-more {
	width: 100px;
	position: relative;
	font-size: 13px;
	color: #333;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
}

.course-description-content .show-more:hover {
	background: #40a944;
	color: #fff;
	border: 1px solid #40a944;
}

.course-description-content .show-more-height {
	height: 183px;
	overflow: hidden;
}

.uk-textarea {
	min-height: 175px;
	max-height: 180px;
	width: 96%;
	padding: 15px 10px;
	margin: 10px 0px 10px 0px;
	resize: none;
	border: 1px solid #ccc;
	outline: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

#dynamic {
	width: 500px;
	border: dashed white;
	border-radius: 10%;
	padding: 3em;
	font-weight: bold;
	font-size: 1.5em;
	font-height: 1.5em;
	margin: 0px auto;
}

.newClass {
	background-color: orange;
	border: none;
}

.mt-7 {
	margin-top: 5.2rem !important;
}

#paymentclickZero {
	display: none;
}

h5.summary-title {
	font-size: 13px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
}

.list-view-wrap {
	display: inline;
}

.list-view-wrap h2 {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.list-view-wrap select {
	background: #fff;
	width: 70%;
	padding: 6px 10px;
	margin: 0px;
	border-radius: 10px;
	border: 1px solid #eee;
}

.list-view-wrap p {
	font-size: 13px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

.list-view-wrap .list-price-wrap {
	color: #333;
	font-size: 22px;
	font-weight: bold;
	padding: 15px;
	margin: 0px;
}

.btn-green {
	background: #40a944;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	padding: 5px 10px 5px 10px !important;
	border: 1px solid #40a944 !important;
}

.btn-grey-border {
	min-width: 120px;
	background: transparent;
	font-size: 14px;
	color: #333 !important;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px 5px 10px;
	border: 1px solid #ccc;
}

.btn-grey-border:hover {
	background: #40a944 !important;
	font-weight: normal !important;
	color: #fff !important;
	border: 1px solid #40a944 !important;
	cursor: pointer;
}

.btn-green-border {
	min-width: 120px;
	background: #40a944 !important;
	font-size: 14px;
	color: #fff;
	font-weight: normal !important;
	text-align: center !important;
	padding: 5px 10px 5px 10px !important;
	border: 1px solid #ccc !important;
}

.btn-green-border:hover {
	background: #40a944 !important;
	color: #fff !important;
	border: 1px solid #40a944 !important;
	cursor: pointer;
}

.d-inline-block {
	width: 100%;
}

.prime-banner .btn-grey-border {
	color: #fff;
}

.prime-banner .btn-grey-border:hover {
	color: #fff;
}

.accordion-icon {
	padding-bottom: 10pt;
}

.card-body h5 {
	color: #242424;
}

/* course top fixed css */
.mob-course-details {
	background: #fff;
	width: 100%;
	text-align: center;
	position: fixed;
	text-align: left;
	top: 0;
	padding: 4px 30px 8px 30px;
	z-index: 99;
	transition: all 1s;
	animation: fadeInDown .5s;
	-webkit-animation: fadeInDown .5s;
}

.hide {
	/*opacity:0;*/
	display: none;
	top: 70px;
}

.showed {
	opacity: 1;
	top: 70px;
	box-shadow: 1px 0px 10px #a9a9a9;
	-moz-box-shadow: 1px 0px 10px #a9a9a9;
}

.mob-course-details h4 {
	display: inline-block;
	font-size: 22px;
	color: #333;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 2px;
}

.mob-course-details .ebook-price b {
	font-size: 18px;
	color: #000 !important;
}

.mob-course-details .price {
	color: #000 !important;
	font-weight: bold !important;
}

.mob-course-details .actual-price {
	font-size: 14px !important;
}

.mob-course-details .btn-grey-border {
	color: #333 !important;
}

.mob-course-details .btn-grey-border:hover {
	color: #fff !important;
}

/* end of course top fixed css */

/* cart page css */
#cart_items .ribbon-V {
	position: inherit !important;
	top: inherit !important;
	left: 19%;
	z-index: 1;
}

#cart_items .ribbon-V span {
	background: transparent;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin-top: -10px;
	text-align: left;
}

#cart_items .ribbon-V:after,
#cart_items .ribbon-V span:before {
	display: none;
}

#cart_items .ribbon-B {
	position: inherit !important;
	top: 20% !important;
	left: 19%;
	z-index: 1;
}

#cart_items .ribbon-B span {
	background: transparent;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin-top: -10px;
	text-align: left;
}

#cart_items .ribbon-B:after,
#cart_items .ribbon-B span:before {
	display: none;
}

#cart_items .ribbon-E {
	position: inherit !important;
	top: 20% !important;
	left: 19%;
	z-index: 1;
}

#cart_items .ribbon-E span {
	background: transparent;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: left;
	margin-top: -10px;
}

#cart_items .ribbon-E:after,
#cart_items .ribbon-E span:before {
	display: none;
}

#cart_items .card-img-top {
	border: 1px solid #eee;
	border-radius: 0.2rem;
	-moz-border-radius: 0.2rem;
}

#cart_items .ebook-price {
	padding: 0pt 10pt 5pt 10pt !important;
}

#cart_items .ribbon-P {
	position: inherit !important;
	top: inherit !important;
	left: 19%;
	z-index: 1;
}

#cart_items .ribbon-P span {
	background: transparent;
	width: 95px !important;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin-top: -10px;
	text-align: left;
}

#cart_items .ribbon-P:after,
#cart_items .ribbon-P span:before {
	display: none;
}

/* end of cart page css */

.category-title {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

.category-title-sub {
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 25px 0px;
}

.empty-cart {
	background: #fff;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

.empty-cart h3 {
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	padding: 10px;
}

.empty-cart-svg {
	font-size: 56px;
	color: #c1c1c1;
	padding: 25px 0px;
	margin: 0px;
}

/* feedback css */
.review-summary-container {
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

[class~=review-summary-avg] {
	background: #fff;
	border-top-color: #e5e5e5;
	border-right-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	border-left-color: #e5e5e5;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: .010416667in;
	border-bottom-width: .010416667in;
	border-radius: 10px;
	padding-top: 5pt;
	padding-right: .3125in;
	padding-bottom: 5pt;
	border-top-style: solid;
	border-top-width: .75pt;
	padding-left: .3125in;
	margin-right: .3125in;
	flex-direction: column;
	width: auto;
	border-image: none;
	align-items: center;
	display: flex;
}

.review-summary-rating {
	flex: 1;
	min-width: .0625pc;
	align-items: center;
}

[class~=review-summary-rating] [class~=review-summary-rating-wrap] {
	align-items: center;
	margin-bottom: 1pt;
}

[class~=review-summary-container],
[class~=review-summary-rating-wrap] {
	display: flex;
	flex-wrap: wrap;
}

.review-summary-rating,
[class~=review-bars] {
	min-width: .0625pc;
	flex: 1;
	align-items: center;
	margin-right: 20px;
}

[class~=review-bars] [class~=full_bar] {
	background-color: #e2e2e2;
	width: 100%;
	height: 6px;
	position: relative;
	border-radius: .5pc;
}

[class~=review-bars] [class~=full_bar] [class~=bar_filler] {
	position: absolute;
	background-color: #82d471;
	height: auto;
	bottom: -1px;
	right: -.010416667in;
	left: 0;
	top: -.75pt;
	border-radius: .5pc;
}

[class~=review-summary-avg] [class~=avg-number] {
	font-size: 28pt;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 6pt;
}

.comments-avatar {
	width: 35px;
	margin-right: 10px;
	margin-top: 2px;
	float: left;
}

.comments-avatar img {
	width: 35px;
	height: 35px;
	padding: 4px;
	border: 1px solid #ccc;
	border-radius: 90px;
}

.comment-content {
	line-height: 18px;
}

.comment-content p {
	padding: 5px 0px 0px 45px !important;
}

.review-avgs {
	width: 42px;
	text-align: right;
}

.comments {
	margin-top: .5pc;
	margin-right: 0pt;
	margin-bottom: .5pc;
}

.comments ul h4 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 4px 0px;
	border-bottom: 1px dashed #ccc;
}

[class~=comments-amount] {
	margin-left: .5pc;
	font-weight: 500;
	color: #888;
}

.comments ul {
	margin: 0px;
	padding: 0px;
}

.comments ul li {
	min-height: 55px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 10px 0px;
	list-style: none !important;
	clear: both;
}

.comments .fa-caret-down {
	display: none;
}

.rating-divs {
	display: none !important;
}

.img-certificate {
	display: inline-block;
}

.img-certificate h4 {
	font-size: 1.5rem;
	color: #242424;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #eee;
}

.img-certificate .certificate-img {
	float: left;
}

.img-certificate img.certificate-img {
	width: 105px;
	height: 135px;
	padding: 2px;
	margin: 0px 20px 10px 0px;
	border: 1px solid #ccc;
	float: left;
	cursor: pointer;
}

.img-certificate .certificate-text {
	float: right;
}

.img-certificate .certificate-text p {
	font-size: 15px;
	color: #242424;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	line-height: 22px;
}

/*.mobile-view .ebook-price{padding:0pt 10pt 0pt 0pt!important; display:inline-flex!important;}
 end of feedback css */

/* category css */
.p-15 {
	color: #000;
	padding: 15px;
	margin: 0px;
}

.h-350 {
	min-height: 350px;
}

.nav-pills {
	border-bottom: 1px solid #ccc;
}

.highlight-view img.card-img-top {
	width: 100%;
	height: 255px;
	padding: 0px;
	border: 1px solid #eee;
	border-radius: 5px;
}

.highlight-view .card-title {
	padding-bottom: .5rem !important;
	height: 22px !important;
}

.highlight-view .rating {
	margin: -0.1rem 0 0.3rem 0rem;
}

.highlight-view .ebook-price {
	padding: .1rem 0rem 0rem 0rem !important;
}

.highlight-view .add_to_cart_div {
	padding: 0px 0px !important;
}

.card-list-view img.card-img-top {
	width: 95%;
	height: 78px;
	padding: 2px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.card-list-view .card-title {
	padding-bottom: .5rem !important;
}

.card-list-view .rating {
	margin: -0.1rem 0 0.3rem 0rem;
}

.tab-content-ul {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
}

div.scrollmenu {
	width: 95%;
	overflow: auto;
	white-space: nowrap;
	margin: 0 auto;
}

div.scrollmenu ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

div.scrollmenu ul li {
	background: #fff;
	font-size: 16px;
	display: inline-block;
	color: #333;
	text-align: center;
	padding: 5px 10px;
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	border: 1px solid #46a033;
	border-radius: 6px;
}

div.scrollmenu a:hover {
	background-color: #777;
}

.bg-white {
	background-color: #fff !important;
}

.bg-white h5 {
	font-size: 28px;
}

/* end of category css */

/* dark mode css */
html[data-theme=dark] .use-code-ebook {
	color: #b9b9b9;
}

html[data-theme=dark] header,
html[data-theme=dark] .navbar-expand-xl .navbar-collapse {
	background: #161616;
}

html[data-theme=dark] .navbar-light .navbar-toggler {
	background: #000;
}

html[data-theme=dark] .bg-white {
	background-color: #161616 !important;
}

html[data-theme=dark] .card {
	background: #1b1e21;
	border: 1px solid #161616;
}

html[data-theme=dark] .catgr-card {
	background: #161616;
}

html[data-theme=dark] .accordion.accordion-bg-light .accordion-button:after {
	background: #b9b9b9;
}

html[data-theme=dark] .card .card-title a {
	color: #b9b9b9;
}

html[data-theme=dark] .card-body ul li {
	color: #b9b9b9;
}

html[data-theme=dark] .accordion.accordion-bg-light .accordion-button,
html[data-theme=dark] .course-curriculum-list>li>a {
	color: #b9b9b9;
}

html[data-theme=dark] body {
	background: #222529
}

html[data-theme=dark] ul.toc li.reading:hover {
	background: #aaa;
	color: #b9b9b9
}

html[data-theme=dark] ul.toc li a:hover {
	color: #f6f6f6
}

html[data-theme=dark] .bg-light {
	background: #222529 !important;
}

html[data-theme=dark] ul.toc li.heading {
	color: #b9b9b9 !important;
}

html[data-theme=dark] .tp-btn a,
html[data-theme=dark] .tp-btn {
	font-size: .82rem;
	color: #b9b9b9;
}

html[data-theme=dark] .tp-btn a:hover {
	color: #fafafa !important;
}

html[data-theme-dark] .pre-btn a:hover,
html[data-theme-dark] .nxt-btn a:hover {
	color: #cdcdcd !important;
}

html[data-theme=dark] ul.maths li a {
	background-color: #1b1e21;
}

html[data-theme=dark] ul.maths li ul.submenu li a {
	color: #b9b9b9;
}

html[data-theme=dark] .grey .social-icon {
	background: #1b1e21;
}

html[data-theme=dark] ul.toc li a {
	color: #b9b9b9;
}

html[data-theme=dark] .tutorial-content h1 {
	color: #b9b9b9;
}

html[data-theme=dark] p {
	color: #b9b9b9 !important;
}

html[data-theme=dark] .tp-btn:hover {
	background: 0 0;
	opacity: .9;
}

html[data-theme=dark] .pre-btn:hover,
html[data-theme=dark] .nxt-btn:hover {
	background: #464950 !important;
	color: #fff !important;
}

html[data-theme=dark] .pre-btn a,
html[data-theme=dark] .nxt-btn a,
html[data-theme=dark] .tutorial-content h1,
html[data-theme=dark] .tutorial-content h2,
html[data-theme=dark] .tutorial-content h3 {
	color: #fff !important;
}

html[data-theme=dark] a.pre-btn,
html[data-theme=dark] a.nxt-btn {
	color: #fff;
}

html[data-theme=dark] .tutorial-content ul.list li {
	color: #fff;
}

html[data-theme=dark] ul.toc>li:not(.sreading):not(.heading):hover {
	background: #1b1e21;
}

html[data-theme=dark] ul.maths li a:hover {
	background-color: #1b1e21;
	color: #b9b9b9;
}

html[data-theme=dark] .Q p a {
	color: #b9b9b9 !important;
}

html[data-theme=dark] .Q a {
	color: #b9b9b9;
}

html[data-theme=dark] .A {
	background-color: #1b1e21 !important;
	border: 1px solid #fafafa;
}

html[data-theme=dark] .content-sub {
	background: #323640;
}

html[data-theme=dark] #divResourses p {
	color: rgba(255, 255, 255, .8);
}

html[data-theme=dark] .btn-default a {
	color: #313131;
}

html[data-theme=dark] .google-bottom-ads {
	color: #b9b9b9;
}

html[data-theme=dark] section.toggle>label {
	background: #323640;
	color: #b9b9b9;
}

html[data-theme=dark] .src td a {
	color: #313131;
}

html[data-theme=dark] .tutorial-content .table {
	background-color: #323640 !important;
}

html[data-theme=dark] .Q div b {
	color: #b9b9b9;
}

html[data-theme=dark] .search-box ul {
	background: #323640;
	border-top: 1px solid #323640;
	border-right: 1px solid #323640;
	border-left: 1px solid #323640;
	border-bottom: 1px solid #323640;
	box-shadow: 1px 4px 5px #222529;
}

html[data-theme=dark] .search-box ul a {
	color: #dddcdc;
}

html[data-theme=dark] .search-box ul a li:hover {
	background: #333;
}

html[data-theme=dark] .search-box ul li:hover {
	background: 0 0;
	color: #dddcdc;
}

html[data-theme=dark] .search-box ul li {
	border-bottom: 1px solid #222529;
}

html[data-theme=dark] .bg-body {
	background-color: #fff !important;
}

html[data-theme=dark] .h100 {
	background-color: #000 !important;
}

html[data-theme=dark] .icons-svg {
	color: #b9b9b9 !important;
}

html[data-theme=dark] .price span {
	color: #b9b9b9 !important;
}

html[data-theme=dark] .btn-white {
	background: #323640;
	border-color: #323640;
}

html[data-theme=dark] .price {
	color: #d1d1d1;
}

html[data-theme=dark] .featured-box {
	background: #323640 !important;
	border: 1px solid #323640 !important;
	box-shadow: none !important;
}

html[data-theme=dark] ul.menu li a {
	color: #fafafa !important;
}

html[data-theme=dark] .featured-box h4 {
	background: #222529;
}

html[data-theme=dark] .featured-box ul.menu li:hover {
	background: #2a2c31;
}

html[data-theme=dark] .green-bg {
	background: #222529;
}

html[data-theme=dark] .categories-menu li a {
	color: #b9b9b9;
}

html[data-theme=dark] .course-card-body p a {
	color: #b9b9b9;
}

html[data-theme=dark] .dropdown-item {
	font-weight: 400;
	color: #b9b9b9;
}

html[data-theme=dark] .nav-link {
	color: #b9b9b9;
}

html[data-theme=dark] .nav-link:hover {
	color: #fff;
}

html[data-theme=dark] .navbar-light .navbar-nav .nav-link {
	color: #b9b9b9;
}

html[data-theme=dark] .navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}

html[data-theme=dark] td a,
html[data-theme=dark] .course-descrp h3 {
	color: #b9b9b9;
}

html[data-theme=dark] p a {
	color: #b9b9b9;
}

html[data-theme=dark] .table-bordered td a {
	color: #b9b9b9;
}

html[data-theme=dark] .table td a {
	color: #b9b9b9;
}

html[data-theme=dark] .src td a {
	color: #b9b9b9;
}

html[data-theme=dark] .tutorial-content .table th {
	background: #232529;
}

html[data-theme=dark] .pre-btn {
	background: #595959;
}

html[data-theme=dark] .nxt-btn {
	background: #595959;
}

html[data-theme=dark] blockquote {
	background-color: rgb(0 0 0);
	color: rgb(240 240 240);
}

html[data-theme=dark] ul.toc li a.videolink img {
	width: 400px;
}

html[data-theme=dark] .home-intro-sub {
	background: #000;
}

html[data-theme=dark] .user-nav-icon {
	color: #bfbfbf;
}

html[data-theme=dark] .rating-count {
	color: #56ab2f !important;
}

html[data-theme=dark] .home-intro-sub img {
	filter: invert(1);
}

html[data-theme=dark] .tutorial-content .table {
	color: #e0e0e0 !important;
}

html[data-theme=dark] .tutorial-content .table>thead>tr>th,
html[data-theme=dark] .table>tbody>tr>th,
html[data-theme=dark] .table>tfoot>tr>th,
html[data-theme=dark] .table>thead>tr>td,
html[data-theme=dark] .table>tbody>tr>td,
html[data-theme=dark] .table>tfoot>tr>td {
	border: 1px solid #303030 !important
}

html[data-theme=dark] .current-chapter,
.course-list {
	background-color: #161616
}

html[data-theme=dark] .cart-icon .sub-title,
html[data-theme=dark] .icon-login {
	color: #b9b9b9;
	border: 1px solid #585757 !important;
}

html[data-theme=dark] .tp-authors a,
html[data-theme=dark] ul.course-curriculum-list li {
	color: #e3e3e3;
}

html[data-theme=dark] .btn-grey-border {
	background: #161616 !important;
	color: #b9b9b9 !important;
	border: 1px solid #161616 !important;
}

html[data-theme=dark] .btn-grey-border:hover {
	color: #fff !important;
}

html[data-theme=dark] .course-descrp h4,
html[data-theme=dark] .gift-course a {
	color: #b9b9b9;
}

html[data-theme=dark] .accordion.accordion-icon .accordion-header .accordion-button:before {
	background: #fff;
}

html[data-theme=dark] .prime-banner {
	background: #161616;
}

html[data-theme=dark] .canvas-sidewrap {
	background: #1e2125;
}

html[data-theme=dark] .coupons {
	background: #141414;
	border: 1px solid #141414;
}

html[data-theme=dark] .coupons a,
html[data-theme=dark] .promocode-apply {
	background: #1e2125;
}

html[data-theme=dark] .border-bottom {
	border-bottom: 1px solid rgba(255, 255, 255, .3) !important;
}

html[data-theme=dark] .border-top {
	border-top: 1px solid #444444 !important;
}

html[data-theme=dark] .canvas-overlay {
	background: rgba(0, 0, 0, 0.8);
	height: 2000px;
}

html[data-theme=dark] a.code-apply {
	color: #000;
}

html[data-theme=dark] #cart_items .ribbon-P span {
	width: 95px;
	color: #a6a6a7;
}

html[data-theme=dark] .tp-authors i,
html[data-theme=dark] .tp-publishers i {
	color: #e3e3e3;
}

html[data-theme=dark] .toggle-moon {
	display: block;
}

html[data-theme=dark] .preview_videos {
	background: #161616;
}

html[data-theme=dark] .toggle-sun {
	display: none;
}

html[data-theme=dark] .img-certificate h4 {
	color: #b9b9b9;
}

html[data-theme=dark] .card .h6 {
	color: #b9b9b9;
}

html[data-theme=dark] .rating span {
	color: #424141;
}

html[data-theme=dark] .rating .r-active,
html[data-theme=dark] .rating .rating-count-active {
	color: #56ab2f;
}

html[data-theme=dark] .sub-title,
html[data-theme=dark] .cart-icon {
	color: #b9b9b9;
}

html[data-theme=dark] .btn-viewmore {
	background: #161616;
	color: #b9b9b9;
	border: 1px solid #161616;
}

html[data-theme=dark] a {
	color: #b9b9b9;
}

html[data-theme=dark] ul.pagination .page-item a.page-link {
	background: #616161;
}

html[data-theme=dark] .dropdown-menu,
html[data-theme=dark] .bg-delete {
	background: #242425 !important;
}

html[data-theme=dark] .dropdown-menu li:hover {
	background: #161616 !important;
}

html[data-theme=dark] .text-center {
	text-align: center !important;
}

html[data-theme=dark] .card-header:first-child {
	background: #222529;
	color: #b9b9b9;
}

html[data-theme=dark] .card-header h4,
html[data-theme=dark] .card-header h5,
html[data-theme=dark] h5 {
	color: #e3e3e3;
}

html[data-theme=dark] .course-descrp b,
html[data-theme=dark] .course-descrp strong,
html[data-theme=dark] .business-solution h4 {
	color: #b9b9b9;
}

html[data-theme=dark] .prime-banner .list-inline-item,
html[data-theme=dark] .sub-title-h1,
html[data-theme=dark] .prime-banner h2,
html[data-theme=dark] .prime-banner .no-users-ratings {
	color: #e3e3e3;
}

html[data-theme=dark] .prime-banner .h22,
.prime-banner .list-inline-item,
.prime-banner .list-inline a {
	color: #e3e3e3;
}

html[data-theme=dark] .accordion.accordion-icon .accordion-header {
	border: 1px solid #353535;
}

html[data-theme=dark] .gift-title h3,
html[data-theme=dark] .gift-title h2 {
	color: #b9b9b9;
}

html[data-theme=dark] .accordion.accordion-icon .accordion-collapse {
	background: #222529;
	border: 1px solid #353535;
	border-top: 1px solid #353535;
}

html[data-theme=dark] ul.course-curriculum-list li {
	border-bottom: 1px solid #353535;
}

html[data-theme=dark] .mobile-view {
	background: #000 !important;
}

html[data-theme=dark] .gift-course,
html[data-theme=dark] .form-control,
html[data-theme=dark] .uk-accordion-content input#search-category,
html[data-theme=dark] .uk-accordion-content input#search-publisher {
	background: #222529;
	color: #b9b9b9;
	border: 1px solid #222529;
}

html[data-theme=dark] .uk-textarea,
html[data-theme=dark] .tp-payment-method .tp-payment-alt {
	background: #222529;
	color: #b9b9b9;
	border: 1px solid #222529;
}

html[data-theme=dark] .course-descrp h2,
html[data-theme=dark] .empty-cart h3 {
	color: #b9b9b9;
}

html[data-theme=dark] .ebook-off,
html[data-theme=dark] .empty-cart {
	background: #161616;
	color: #b9b9b9;
}

html[data-theme=dark] img.card-img-top {
	border: 1px solid #161617;
}

html[data-theme=dark] .dropdown-menu li {
	border: 1px solid #161616;
}

html[data-theme=dark] #cart_items .card-img-top {
	border: 1px solid #161617;
}

html[data-theme=dark] #cart_items .ribbon-B span,
html[data-theme=dark] #cart_items .ribbon-V span,
html[data-theme=dark] #cart_items .ribbon-E span {
	color: #b9b9b9;
}

html[data-theme=dark] .dark-mode-item {
	display: inline-block !important;
}

html[data-theme=dark] .section-header h3,
html[data-theme=dark] .data-sticky-cart h4,
html[data-theme=dark] .data-sticky-cart h5,
html[data-theme=dark] .data-sticky-cart h6 {
	color: #b9b9b9;
}

html[data-theme=dark] .h1,
html[data-theme=dark] .h2,
html[data-theme=dark] .h3,
html[data-theme=dark] .h4,
html[data-theme=dark] .h5,
html[data-theme=dark] .h6,
html[data-theme=dark] h1,
html[data-theme=dark] h2,
html[data-theme=dark] h3,
html[data-theme=dark] h4,
html[data-theme=dark] h5,
html[data-theme=dark] h6 {
	color: #b9b9b9;
}

html[data-theme=dark] .icon-benefit,
html[data-theme=dark] .pricing-divider ul.list-unstyled li {
	color: #b9b9b9;
}

html[data-theme=dark] .content-wrap,
html[data-theme=dark] ul.biz-faq li a.biz-faq-list,
html[data-theme=dark] .biz-faq-desc,
html[data-theme=dark] .signup-form h3,
html[data-theme=dark] .signup-form {
	background: #161616;
}

html[data-theme=dark] .princing-item,
html[data-theme=dark] .signup-form input[type="text"],
html[data-theme=dark] .signup-form input[type="email"],
html[data-theme=dark] .signup-form input[type="tel"],
html[data-theme=dark] .signup-form select,
html[data-theme=dark] .signup-form textarea {
	background: #222529;
	border: 1px solid #222529;
	color: #b9b9b9;
}

html[data-theme=dark] .course-descrp h3 {
	color: #b9b9b9
}

html[data-theme=dark] .use-code,
html[data-theme=dark] #clockdiv div>span,
html[data-theme=dark] .content-top ul li {
	color: #b9b9b9;
}

html[data-theme=dark] .nav-pills .nav-link.active,
html[data-theme=dark] .nav-pills .show>.nav-link1 {
	background-color: #161616;
	border-bottom: 2px solid #161616;
}

html[data-theme=dark] .filter-search-title {
	background: #222529;
	color: #b9b9b9;
}

html[data-theme=dark] .sidebar-filter-list .uk-accordion-title {
	color: #b9b9b9;
}

html[data-theme=dark] ul.faq-list-view li {
	border-bottom: 1px solid #222529;
}

html[data-theme=dark] .teach-becom-instructor,
html[data-theme=dark] .biz-faq-listdesc {
	background: #222529;
}

html[data-theme=dark] .navbar-toggler .navbar-toggler-animation span {
	background: #b9b9b9;
}

html[data-theme=dark] a.play-preview-video {
	background: #161617;
}

html[data-theme=dark] .profile-layout-content h2 b,
html[data-theme=dark] .profile-layout-content h4 b {
	color: #b9b9b9;
}

html[data-theme=dark] .preview_videos {
	background: #161617;
	border-radius: 90px !important;
	-moz-border-radius: 90px !important;
}

html[data-theme=dark] .keep-shopping-catgry {
	background: #161617;
}

html[data-theme=dark] .nav-pills {
	border-bottom: 1px solid #161617;
}

html[data-theme=dark] .coupons .coupon-details {
	color: #938f8f;
}

html[data-theme=dark] .highlight-view img.card-img-top {
	border: 1px solid #161617;
}

html[data-theme=dark] .course-description-content .show-more {
	background: #222529;
	color: #a9a9a9;
	border: 1px solid #222529;
}

html[data-theme=dark] .category-sub-sort select {
	background: #161617;
	color: #939191;
	border: 1px solid #161617;
}

html[data-theme=dark] a.filter-search {
	background: #161617;
	color: #939191;
	border: 1px solid #161617;
}

html[data-theme=dark] .swal-modal,
html[data-theme=dark] .annual-right-section {
	background: #161617;
}

html[data-theme=dark] .videos-bg-business,
html[data-theme=dark] .happy-customers {
	background: #161617;
}

html[data-theme=dark] .what-is-included-business {
	background: #000;
}

html[data-theme=dark] .swal-title,
html[data-theme=dark] .swal-text {
	color: #7c7c7c;
}

html[data-theme=dark] .annual-right-section ul li {
	color: #7c7c7c !important;
}

html[data-theme=dark] .certification-completion-business,
html[data-theme=dark] .card-wrap {
	background: #161616;
	border: 1px solid #161616;
}

html[data-theme=dark] .certification-completion {
	background: #000;
}

html[data-theme=dark] .get-in-touch {
	background: #000;
}

html[data-theme=dark] .customer-boxes {
	background: #000;
	border: 1px solid #000;
}

html[data-theme=dark] .faq-business {
	background: #000;
}

html[data-theme=dark] .tab-label,
html[data-theme=dark] input:checked+.tab-label,
html[data-theme=dark] .tab-content {
	background: #161617;
	color: #7c7c7c;
}

html[data-theme=dark] .hero-wrapper,
html[data-theme=dark] .team-business .team-message-wrap,
html[data-theme=dark] .certification-completion-main,
html[data-theme=dark] .happy-customers-b {
	background: #161617;
}

html[data-theme=dark] .team-business,
html[data-theme=dark] .admin-dashboard,
html[data-theme=dark] .request-a-demo {
	background: #000;
}

html[data-theme=dark] .what-is-included-business,
html[data-theme=dark] .team-management,
html[data-theme=dark] .progress-tracking,
html[data-theme=dark] .what-is-included {
	background: #000 !important;
}

html[data-theme=dark] ul.nav-sub-catlist li,
html[data-theme=dark] ul.bgchoose li {
	background: #161718;
}

html[data-theme=dark] .ann-membership,
html[data-theme=dark] .signup-form,
html[data-theme=dark] .curriculum {
	background: #000 !important;
}

html[data-theme=dark] #signup_form input[type="text"],
html[data-theme=dark] #signup_form input[type="email"],
html[data-theme=dark] #signup_form input[type="tel"],
html[data-theme=dark] #signup_form textarea,
html[data-theme=dark] #signup_form select {
	background: #000 !important;
}

html[data-theme=dark] .list-group-item {
	color: #b9b9b9 !important;
}

html[data-theme=dark] .ann-membership .ann-yearly {
	background: #222529 !important;
}

html[data-theme=dark] .accordion-header {
	background: #000 !important;
	color: #b9b9b9 !important;
}

html[data-theme=dark] .card-wrap input,
html[data-theme=dark] .card-wrap textarea,
html[data-theme=dark] .card-wrap select {
	background: #000 !important;
	color: #b9b9b9 !important;
	border: 1px solid #161616 !important;
}

/* end of dark mode css */

/* css for media queries */
.tns-item .ribbon-V {
	right: 15px !important;
}

.highlight-view .ribbon-V {
	right: 65px !important;
}

.section-header h3 {
	color: #333;
}

.toggle-sun {
	display: block;
}

.toggle-moon {
	display: none;
}

.course-ebook-thumbnail img {
	width: 80px !important;
	height: 100px !important;
	border-radius: 4px !important;
}

a.wishlist {
	font-size: 20px;
	color: #ccc;
	cursor: pointer;
}

header.navbar-sticky-on {
	border-bottom: 0px solid rgba(0, 0, 0, .1) !important;
	box-shadow: rgb(50 50 93 / 4%) 0px 6px 12px -2px, rgb(0 0 0 / 5%) 0px 3px 7px -3px;
	-webkit-box-shadow: rgb(50 50 93 / 4%) 0px 6px 12px -2px, rgb(0 0 0 / 5%) 0px 3px 7px -3px;
}


@media (max-width:1199.98px) {
	.navbar-expand-xl .navbar-brand .navbar-brand-item {
		height: 40px;
		width: auto;
	}
}

@media (min-width:1200px) {
	img.navbar-brand-item {
		width: 100% !important;
		margin-right: -75px;
	}

	.navbar-expand-xl .navbar-brand .navbar-brand-item {
		height: 100%;
		display: block;
	}

	header.navbar-sticky-on .navbar-brand .navbar-brand-item {
		height: 100%;
		width: auto;
	}

	header.navbar-sticky-on .navbar-brand {
		padding-top: 0px;
		padding-bottom: 0;
	}
}

@media (min-width: 244px) {
	.triangle-up {
		display: none;
	}

	.dropdown-menu-end {
		left: 0px;
	}

	.sub-title {
		font-size: 13px;
	}

	.category-sub-title {
		font-size: 14px;
	}

	.nav-pills .nav-link {
		font-size: 13px;
		padding: 0.2rem 0.4rem;
	}

	.m-h325 {
		min-height: 200px;
	}

	.card-size {
		min-width: 340px;
	}

	.modal-content {
		margin: 3% auto 0% auto;
		width: 85%;
	}

	.modal-content-light {
		margin: 3% auto 0% auto;
		width: 85%;
	}

	.container-sm,
	.container {
		max-width: 324px;
	}

	.Contaqinersslides img {
		width: 100%;
		height: 145px;
	}

	.showed {
		display: none;
	}

	.course-content {
		width: 40%;
	}

	.course-sidebar {
		width: 60%;
	}

	.data-sticky-video {
		margin: 0px 0px 0px 0px;
		top: 0px;
	}

	.menu-right-head {
		display: inline-flex;
		margin: 10px 0px 15px 30px;
	}

	.top-nav-social {
		display: none;
	}

	.course-list .course-list-title {
		font-size: 14px;
		margin: -40px 0px 0px 0px;
	}

	.sub-title::before,
	.sub-title::after {
		width: 0rem;
	}

	.npr {
		padding-right: 10px;
		padding-left: 10px
	}

	.table td,
	.table th {
		white-space: unset;
	}

	.tns-inner {
		margin: 0px 0px 0px 0px;
	}

	.all-category-list {
		display: none;
	}

	.mobile-view {
		position: fixed;
		left: 0px;
		bottom: 0px;
		width: 100%;
		background: #fff;
		text-align: center;
		z-index: 999999;
		padding: 0px 25px 15px 25px;
		box-shadow: 0px 6px 15px #464444;
	}

	.bg-google {
		font-size: 15px;
		height: 36px;
		text-align: center;
	}

	.bg-facebook {
		font-size: 15px;
		height: 36px;
		text-align: center;
	}

	.login-bg {
		background: #fff;
	}

	#tns4-iw {
		margin: 0px 0px 0px 0px !important;
	}

	.hero-message {
		margin: 2% 15% 2% 5%;
		color: #333;
		text-align: right;
	}

	.h-sm-200px {
		height: 125px !important;
	}

	.b-hide {
		display: none;
	}

	.navbar-brand-m {
		display: inline-block;
	}

	.tab-content-ul {
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
	}

	.videos-bgn {
		background: #020605 url(https://www.tutorialspoint.com/market/public/assets/images/annual-membership-onestoplearning.jpg)no-repeat;
		background-size: cover;
		min-height: 185px !important;
		padding: 0px 0px;
		margin: 0px;
	}

	ul.nav-sub-catlist li .sublist-icons {
		width: 25px;
		font-size: 14px;
	}

	ul.nav-sub-catlist li {
		font-size: 13px;
	}

	ul.nav-sub-catlist li span {
		font-size: 13px;
	}

	.sublist-desc {
		width: 110px;
		font-size: 13px;
	}

	.ann-membership .ann-yearly {
		width: 100%;
		background: #c3fcd7;
		padding: 5px;
	}

	.yearly {
		font-size: 18px;
		display: inline-table;
	}

	ul.benefitsul li {
		font-size: 14px;
		color: #000;
		line-height: 28px !important;
	}

	.annualMem-sticky {
		position: sticky;
		top: 6rem;
		margin: 0px 0px 0px 0px;
	}

	.m-cart {
		display: none;
	}

	.no-npr {
		margin-top: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width:324px) {
	.triangle-up {
		display: none;
	}

	.dropdown-menu-end {
		left: 0px;
	}

	.sub-title {
		font-size: 14px;
	}

	.category-sub-title {
		font-size: 14px;
	}

	.nav-pills .nav-link {
		font-size: 13px;
		padding: 0.2rem 0.4rem;
	}

	.m-h325 {
		min-height: 200px;
	}

	.card-size {
		min-width: 340px;
	}

	.modal-content {
		margin: 3% auto 0% auto;
		width: 85%;
	}

	.modal-content-light {
		margin: 3% auto 0% auto;
		width: 85%;
	}

	.container-sm,
	.container {
		max-width: 420px;
	}

	#google-right-ads {
		display: none;
	}

	.nav-xs-login {
		display: inline;
	}

	.nav-login {
		display: none;
	}

	.tutorial-menu form,
	.tutorial-home-menu form {
		display: grid;
	}

	.course-content {
		width: 72%;
	}

	.course-sidebar {
		width: 28%;
	}

	.nav-item span {
		display: none;
	}

	.top-nav-links {
		display: flex;
	}

	.nav-link span {
		display: inline-block;
	}

	.mui-col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.library-banner {
		display: none;
	}

	#mainContent a .btn-mt {
		width: 48%;
	}

	.Contaqinersslides img {
		width: 100%;
		height: 155px;
	}

	.showed {
		display: none;
	}

	.course-content {
		width: 45%;
	}

	.course-sidebar {
		width: 55%;
	}

	.data-sticky-video {
		margin: 20px 0px 0px 0px;
		top: 80px;
	}

	.menu-right-head {
		display: inline-flex;
		margin: 20px 0px 12px 30px;
	}

	.top-nav-social {
		display: none;
	}

	.course-list .course-list-title {
		font-size: 14px;
		margin: -40px 0px 0px 0px;
	}

	.sub-title::before,
	.sub-title::after {
		width: 0rem;
	}

	.npr {
		padding-right: 10px;
		padding-left: 10px
	}

	.table td,
	.table th {
		white-space: unset;
		vertical-align: top;
	}

	.tns-inner {
		margin: 0px 0px 0px 0px;
	}

	.all-category-list {
		display: none;
	}

	.mobile-view {
		position: fixed;
		left: 0px;
		bottom: 0px;
		width: 100%;
		background: #fff;
		text-align: center;
		z-index: 999999;
		padding: 0px 25px 15px 25px;
		box-shadow: 0px 6px 15px #464444;
	}

	.bg-google {
		font-size: 15px;
		height: 36px;
		text-align: center;
	}

	.bg-facebook {
		font-size: 15px;
		height: 36px;
		text-align: center;
	}

	.login-bg {
		background: #fff;
	}

	#tns4-iw {
		margin: 0px 0px 0px 0px !important;
	}

	.hero-message {
		margin: 5% 0% 5% 20%;
		color: #333;
		text-align: left;
	}

	.h-sm-200px {
		height: 125px !important;
	}

	.b-hide {
		display: none;
	}

	.navbar-brand-m {
		display: inline-block;
	}

	.tab-content-ul {
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
	}

	.videos-bgn {
		background: #020605 url(https://www.tutorialspoint.com/market/public/assets/images/annual-membership-onestoplearning.jpg)no-repeat;
		background-size: cover;
		min-height: 185px !important;
		padding: 0px 0px;
		margin: 0px;
	}

	.list-group-item {
		font-size: 14px;
	}

	ul.nav-sub-catlist li .sublist-icons {
		width: 25px;
		font-size: 14px;
	}

	ul.nav-sub-catlist li {
		font-size: 13px;
	}

	ul.nav-sub-catlist li span {
		font-size: 13px;
	}

	.sublist-desc {
		width: 110px;
		font-size: 16px;
	}

	.ann-membership .ann-yearly {
		width: 100%;
		background: #c3fcd7;
		padding: 5px;
	}

	.yearly {
		font-size: 20px;
		display: inline-table;
	}

	ul.benefitsul li {
		font-size: 14px;
		color: #000;
		line-height: 28px !important;
	}

	.annualMem-sticky {
		position: sticky;
		top: 6rem;
		margin: 0px 0px 0px 0px;
	}

	.m-cart {
		display: none;
	}

	header {
		height: 50px;
	}

	.no-npr {
		margin-top: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width:544px) {
	.triangle-up {
		display: none;
	}

	.dropdown-menu-end {
		left: 0px;
	}

	.sub-title {
		font-size: 14px;
	}

	.category-sub-title {
		font-size: 14px;
	}

	.nav-pills .nav-link {
		font-size: 14px;
		padding: 0.2rem 0.4rem;
	}

	.m-h325 {
		min-height: 325px;
	}

	.card-size {
		min-width: 400px;
	}

	.modal-content {
		margin: 3% auto 0% auto;
		width: 85%;
	}

	.modal-content-light {
		margin: 3% auto 0% auto;
		width: 85%;
	}

	.container-sm,
	.container {
		max-width: 570px;
	}

	.mpc-10 {
		margin-top: 10%;
	}

	#google-right-ads {
		display: none;
	}

	.nav-xs-login {
		display: none;
	}

	.nav-login {
		display: inline;
	}

	.tutorial-menu form,
	.tutorial-home-menu form {
		display: grid;
	}

	.course-content {
		width: 72%;
	}

	.course-sidebar {
		width: 59%;
	}

	.nav-item span {
		display: none;
	}

	.top-nav-links {
		display: flex;
	}

	.top-nav-social {
		display: none !important;
	}

	.nav-link span {
		display: inline-block;
	}

	.mui-col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.333%;
	}

	.library-banner {
		display: none;
	}

	#mainContent a .btn-mt {
		width: 24%;
	}

	.Contaqinersslides img {
		width: 100%;
		height: 225px;
	}

	.showed {
		display: none;
	}

	.course-content {
		width: 45%;
	}

	.course-sidebar {
		width: 55%;
	}

	.data-sticky-video {
		margin: 20px 0px 0px 0px;
		top: 80px;
	}

	.menu-right-head {
		display: inline-flex;
		margin: 20px 0px 12px 30px;
	}

	.top-nav-social {
		display: none;
	}

	.course-list .course-list-title {
		font-size: 14px;
		margin: -40px 0px 0px 0px;
	}

	.sub-title::before,
	.sub-title::after {
		width: 0rem;
	}

	.npr {
		padding-right: 10px;
		padding-left: 10px
	}

	.table td,
	.table th {
		white-space: unset;
	}

	.tns-inner {
		margin: 0px 0px 0px 0px;
	}

	.all-category-list {
		display: none;
	}

	.mobile-view {
		position: fixed;
		left: 0px;
		bottom: 0px;
		width: 100%;
		background: #fff;
		text-align: center;
		z-index: 999999;
		padding: 0px 25px 15px 25px;
		box-shadow: 0px 6px 15px #464444;
	}

	.bg-google {
		font-size: 14px;
		height: 36px;
		text-align: center;
	}

	.bg-facebook {
		font-size: 14px;
		height: 36px;
		text-align: center;
	}

	.login-bg {
		background: #fff;
	}

	#tns4-iw {
		margin: 0px 0px 0px 0px !important;
	}

	.hero-message {
		margin: 15% 0% 15% 5%;
		color: #333;
		text-align: left;
	}

	.h-sm-200px {
		height: 210px !important;
	}

	.b-hide {
		display: none;
	}

	.navbar-brand-m {
		display: inline-block;
	}

	.tab-content-ul {
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
	}

	.videos-bgn {
		background: #020605 url(https://www.tutorialspoint.com/market/public/assets/images/annual-membership-onestoplearning.jpg)no-repeat;
		background-size: cover;
		min-height: 275px !important;
		padding: 0px 0px;
		margin: 0px;
	}

	.list-group-item {
		font-size: 14px;
	}

	ul.nav-sub-catlist li .sublist-icons {
		width: 25px;
		font-size: 14px;
	}

	ul.nav-sub-catlist li {
		font-size: 14px;
	}

	ul.nav-sub-catlist li span {
		font-size: 14px;
	}

	.sublist-desc {
		width: 110px;
		font-size: 14px;
	}

	.ann-membership .ann-yearly {
		width: 100%;
		background: #c3fcd7;
		padding: 5px;
	}

	.yearly {
		font-size: 24px;
		display: inline-table;
	}

	ul.benefitsul li {
		font-size: 15px;
		color: #000;
		line-height: 28px !important;
	}

	.annualMem-sticky {
		position: sticky;
		top: 6rem;
		margin: 0px 0px 0px 0px;
	}

	.m-cart {
		display: none;
	}

	header {
		height: 50px;
	}

	.no-npr {
		margin-top: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width:768px) {
	.triangle-up {
		display: none;
	}

	.dropdown-menu-end {
		left: 0px;
	}

	.sub-title {
		font-size: 14px;
	}

	.nav-pills .nav-link {
		font-size: 13px;
		padding: 0.5rem 0.8rem;
	}

	.category-sub-title {
		font-size: 16px;
	}

	.m-h325 {
		min-height: 325px;
	}

	.card-size {
		min-width: 400px;
	}

	.modal-content {
		margin: 2% auto 0% auto;
		width: 55%;
	}

	.modal-content-light {
		margin: 2% auto 0% auto;
		width: 55%;
	}

	.container-md,
	.container-sm,
	.container {
		max-width: 740px;
	}

	.navbar-expand-xl .navbar-toggler-toc {
		display: none;
	}

	.mpc-10 {
		margin-top: 5%;
	}

	#google-right-ads {
		display: none;
	}

	#tocCollapse {
		display: inline;
	}

	.nav-xs-login {
		display: none;
	}

	.nav-login {
		display: inline;
	}

	.tutorial-menu form,
	.tutorial-home-menu form {
		display: grid;
	}

	.course-content {
		width: 72%;
	}

	.course-sidebar {
		width: 28%;
	}

	.nav-item span {
		display: none;
	}

	.nav-link span {
		display: inline-block;
	}

	.mui-col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.library-banner {
		display: block;
	}

	#mainContent a .btn-mt {
		width: 24%;
	}

	.Contaqinersslides img {
		width: 100%;
		height: 255px;
	}

	.showed {
		display: block;
	}

	.course-content {
		width: 65%;
	}

	.course-sidebar {
		width: 35%;
	}

	.data-sticky-video {
		margin: 20px 0px 0px 0px;
		top: 130px;
	}

	.menu-right-head {
		display: inline-flex;
		margin: 10px 0px 15px 30px;
	}

	.top-nav-social {
		display: inline;
	}

	.course-list .course-list-title {
		font-size: 16px;
		margin: -40px 0px 0px 0px;
	}

	.sub-title::before,
	.sub-title::after {
		width: 0rem;
	}

	.npr {
		padding-right: 15px;
		padding-left: 15px
	}

	.table td,
	.table th {
		white-space: unset;
	}

	.tns-inner {
		margin: 0px 0px 0px 0px;
	}

	.all-category-list {
		display: none;
	}

	.mobile-view {
		position: inherit;
		left: 0px;
		bottom: 0px;
		width: 100%;
		background: #fff;
		text-align: center;
		z-index: inherit;
		padding: 0px 0px 0px 0px;
		box-shadow: 0px 0px 0px #464444;
	}

	.bg-google {
		font-size: 14px;
		height: 36px;
		text-align: center;
	}

	.bg-facebook {
		font-size: 14px;
		height: 36px;
		text-align: center;
	}

	.login-bg {
		background: url(https://www.tutorialspoint.com/market/public/assets/images/login-bg.jpg)repeat center center;
	}

	#tns4-iw {
		margin: 0px 0px 0px 0px !important;
	}

	.hero-message {
		margin: 10% 0% 10% 20%;
		color: #333;
		text-align: left;
	}

	.h-sm-200px {
		height: 275px !important;
	}

	.b-hide {
		display: none;
	}

	.navbar-brand-m {
		display: none;
	}

	.tab-content-ul {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}

	.videos-bgn {
		background: #020605 url(https://www.tutorialspoint.com/market/public/assets/images/annual-membership-onestoplearning.jpg)no-repeat;
		background-size: cover;
		min-height: 275px !important;
		padding: 0px 0px;
		margin: 0px;
	}

	.list-group-item {
		font-size: 14px;
	}

	ul.nav-sub-catlist li .sublist-icons {
		width: 35px;
		font-size: 22px;
	}

	ul.nav-sub-catlist li {
		font-size: 15px;
	}

	ul.nav-sub-catlist li span {
		font-size: 15px;
	}

	.sublist-desc {
		width: 130px;
		font-size: 15px;
	}

	.ann-membership .ann-yearly {
		width: 90%;
		background: #c3fcd7;
		padding: 10px;
	}

	.yearly {
		font-size: 24px;
		display: inline-table;
	}

	ul.benefitsul li {
		font-size: 16px;
		color: #000;
		line-height: 30px !important;
	}

	.annualMem-sticky {
		position: sticky;
		top: 6rem;
		margin: -465px 0px 0px 0px;
	}

	.m-cart {
		display: none;
	}

	header {
		height: 52px;
	}

	.no-npr {
		margin-top: 0px;
		padding-left: 15px;
		padding-right: 0px;
	}
}

@media (min-width:992px) {
	.triangle-up {
		display: none;
	}

	.dropdown-menu-end {
		left: 30px;
	}

	.sub-title {
		font-size: 16px;
	}

	.category-sub-title {
		font-size: 18px;
	}

	.nav-pills .nav-link {
		font-size: 15px;
		padding: 0.5rem 1rem;
	}

	.m-h325 {
		min-height: 225px;
	}

	.card-size {
		min-width: 445px;
	}

	.modal-content {
		margin: 1% auto 0% auto;
		width: 45%;
	}

	.modal-content-light {
		margin: 1% auto 0% auto;
		width: 45%;
	}

	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 960px;
	}

	.navbar-expand-xl .navbar-toggler-toc {
		display: none;
	}

	.mpc-10 {
		margin-top: 4%;
	}

	#google-right-ads {
		display: none;
	}

	#tocCollapse {
		display: inline;
	}

	.nav-xs-login {
		display: none;
	}

	.nav-login {
		display: inline;
	}

	.tutorial-menu form,
	.tutorial-home-menu form {
		display: flex;
		justify-content: space-between;
	}

	.course-content {
		width: 72%;
	}

	.course-sidebar {
		width: 28%;
	}

	.nav-item span {
		display: none;
	}

	.top-nav-links {
		display: flex;
	}

	.top-nav-social {
		display: inline-flex !important;
	}

	.nav-link span {
		display: inline-block;
	}

	.library-banner {
		display: block;
	}

	#mainContent a .btn-mt {
		width: 24%;
	}

	.Contaqinersslides img {
		width: 100%;
		height: 354px;
	}

	.showed {
		display: block;
	}

	.mobile-view {
		position: inherit;
		left: inherit;
		bottom: inherit;
		width: inherit;
		background: transparent;
		text-align: inherit;
		z-index: inherit;
		padding-bottom: inherit;
		box-shadow: none;
	}

	.course-content {
		width: 69%;
	}

	.course-sidebar {
		width: 31%;
	}

	.data-sticky-video {
		margin: -245px 0px 0px 0px;
		top: 90px;
	}

	.menu-right-head {
		display: flex;
		margin: 0px 0px 0px 0px;
	}

	.top-nav-social {
		display: inline;
	}

	.course-list .course-list-title {
		font-size: 20px;
		margin: -50px 0px 0px 0px;
	}

	.sub-title::before,
	.sub-title::after {
		width: 0rem;
	}

	.npr {
		padding-right: 15px;
		padding-left: 15px
	}

	.table td,
	.table th {
		white-space: unset;
	}

	.tns-inner {
		margin: 0px 0px 0px 0px;
	}

	.signup-form {
		margin: 13px auto 0px 28%;
	}

	.all-category-list {
		display: block;
	}

	.mobile-view {
		position: inherit;
		left: 0px;
		bottom: 0px;
		width: 100%;
		background: #fff;
		text-align: center;
		z-index: inherit;
		padding: 0px 0px 0px 0px;
		box-shadow: 0px 0px 0px #464444;
	}

	.bg-google {
		font-size: 13px;
		height: 36px;
	}

	.bg-facebook {
		font-size: 13px;
		height: 36px;
	}

	.login-bg {
		background: url(https://www.tutorialspoint.com/market/public/assets/images/login-bg.jpg)repeat center center;
	}

	#tns4-iw {
		margin: 0px -28px 0px 2px !important;
	}

	.hero-message {
		margin: 30% 0% 20% 3%;
		color: #333;
		text-align: left;
	}

	.h-sm-200px {
		height: 275px !important;
	}

	.b-hide {
		display: inline-block;
	}

	.navbar-brand-m {
		display: none;
	}

	.tab-content-ul {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}

	.videos-bgn {
		background: #020605 url(https://www.tutorialspoint.com/market/public/assets/images/annual-membership-onestoplearning.jpg)no-repeat;
		background-size: cover;
		min-height: 475px !important;
		padding: 0px 0px;
		margin: 0px;
	}

	.list-group-item {
		font-size: 15px;
	}

	ul.nav-sub-catlist li .sublist-icons {
		width: 45px;
		font-size: 22px;
	}

	ul.nav-sub-catlist li {
		font-size: 18px;
	}

	ul.nav-sub-catlist li span {
		font-size: 18px;
	}

	.sublist-desc {
		width: 130px;
		font-size: 15px;
	}

	.ann-membership .ann-yearly {
		width: 70%;
		background: #c3fcd7;
		padding: 15px;
	}

	.yearly {
		font-size: 26px;
		display: inline-table;
	}

	ul.benefitsul li {
		font-size: 17px;
		color: #000;
		line-height: 40px !important;
	}

	.annualMem-sticky {
		position: sticky;
		top: 6rem;
		margin: -465px 0px 0px 0px;
	}

	.m-cart {
		display: none;
	}

	.no-npr {
		margin-top: 0px;
		padding-left: 15px;
		padding-right: 0px;
	}
}

@media (min-width:1200px) {
	.triangle-up {
		display: inline;
	}

	.dropdown-menu-end {
		left: auto;
	}

	.sub-title {
		font-size: 18px;
	}

	.category-sub-title {
		font-size: 20px;
	}

	.nav-pills .nav-link {
		font-size: 15px;
		padding: 0.5rem 1rem;
	}

	.m-h325 {
		min-height: 225px;
	}

	.card-size {
		min-width: 445px;
		max-width: 455px;
	}

	.modal-content {
		margin: 2.5% auto 2% auto;
		width: 45%;
	}

	.modal-content-light {
		margin: 2.5% auto 2% auto;
		width: 45%;
	}

	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1262px;
	}

	.mpc-10 {
		margin-top: 4%;
	}

	#google-right-ads {
		display: block;
	}

	#tocCollapse {
		display: inline;
	}

	.nav-xs-login {
		display: none;
	}

	.nav-login {
		display: inline;
	}

	.tutorial-menu form,
	.tutorial-home-menu form {
		display: flex;
		justify-content: space-between;
	}

	.course-content {
		width: 72%;
	}

	.course-sidebar {
		width: 28%;
	}

	.nav-item span {
		display: inline-block;
	}

	.top-nav-links {
		display: flex;
	}

	.top-nav-social {
		display: inline-flex !important;
	}

	.library-banner {
		display: block;
	}

	#mainContent a .btn-mt {
		width: 24%;
	}

	.Contaqinersslides img {
		height: 370px;
	}

	.showed {
		display: block;
	}

	.course-content {
		width: 75%;
	}

	.course-sidebar {
		width: 25%;
	}

	.data-sticky-video {
		margin: -245px 0px 0px 0px;
		top: 90px;
	}

	.menu-right-head {
		display: flex;
		margin: 0px 0px 0px 0px;
		white-space: nowrap;
	}

	.d-xl-none {
		display: none !important;
	}

	.navbar-expand-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.navbar-expand-xl .navbar-toggler {
		display: none;
	}

	.top-nav-social {
		display: inline;
	}

	.course-list .course-list-title {
		font-size: 20px;
		margin: -50px 0px 0px 0px;
	}

	.sub-title::before,
	.sub-title::after {
		width: 0rem;
	}

	.npr {
		padding-right: 0px;
		padding-left: 15px
	}

	.table td,
	.table th {
		white-space: unset;
	}

	.tns-inner {
		margin: 0px -17px 0px 14px;
	}

	.signup-form {
		margin: 13px auto 0px 28%;
	}

	.all-category-list {
		display: block;
	}

	.mobile-view {
		position: inherit;
		left: 0px;
		bottom: 0px;
		width: 100%;
		background: #fff;
		text-align: center;
		z-index: inherit;
		padding: 0px 0px 0px 0px;
		box-shadow: 0px 0px 0px #464444;
	}

	.bg-google {
		font-size: 14px;
		height: 36px;
	}

	.bg-facebook {
		font-size: 14px;
		height: 36px;
	}

	.login-bg {
		background: url(https://www.tutorialspoint.com/market/public/assets/images/login-bg.jpg)repeat center center;
	}

	#tns4-iw {
		margin: 0px -28px 0px 2px !important;
	}

	.hero-message {
		margin: 30% 0% 20% 3%;
		color: #333;
		text-align: left;
		text-transform: uppercase;
	}

	.h-sm-200px {
		height: 275px !important;
	}

	.b-hide {
		display: inline-block;
	}

	.navbar-brand-m {
		display: none;
	}

	.videos-bgn {
		background: #020605 url(https://www.tutorialspoint.com/market/public/assets/images/annual-membership-onestoplearning.jpg)no-repeat;
		background-size: cover;
		min-height: 475px !important;
		padding: 0px 0px;
		margin: 0px;
	}

	.list-group-item {
		font-size: 16px;
	}

	ul.nav-sub-catlist li .sublist-icons {
		width: 55px;
		font-size: 28px;
	}

	ul.nav-sub-catlist li {
		font-size: 18px;
	}

	ul.nav-sub-catlist li span {
		font-size: 18px;
	}

	.sublist-desc {
		width: 130px;
		font-size: 16px;
	}

	.ann-membership .ann-yearly {
		width: 100%;
		background: #c3fcd7;
		padding: 15px;
	}

	.yearly {
		font-size: 30px;
		display: inline-table;
	}

	ul.benefitsul li {
		font-size: 16px;
		color: #000;
		line-height: 40px !important;
	}

	.annualMem-sticky {
		position: sticky;
		top: 6rem;
		margin: -383px 0px 0px 0px;
	}

	.m-cart {
		display: inline-block;
	}

	.d-cart {
		display: none;
	}

	.no-npr {
		margin-top: 0px;
		padding-left: 15px;
		padding-right: 0px;
	}
}

@media (min-width:1400px) {
	.triangle-up {
		display: inline;
	}

	.dropdown-menu-end {
		left: auto;
	}

	.sub-title {
		font-size: 18px;
	}

	.category-sub-title {
		font-size: 18px;
	}

	.m-h325 {
		min-height: 225px;
	}

	.card-size {
		min-width: 390px;
		max-width: 390px;
	}

	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1292px;
	}

	.mpc-10 {
		margin-top: 4%;
	}

	#google-right-ads {
		display: block;
	}

	#tocCollapse {
		display: inlinr;
	}

	.nav-xs-login {
		display: none;
	}

	.nav-login {
		display: inline;
	}

	.tutorial-menu form,
	.tutorial-home-menu form {
		display: flex;
		justify-content: space-between;
	}

	.course-content {
		width: 72%;
	}

	.course-content-light {
		width: 72%;
	}

	.course-sidebar {
		width: 28%;
	}

	.nav-item span {
		display: inline-block;
	}

	.top-nav-links {
		display: flex;
	}

	.top-nav-social {
		display: inline-flex !important;
	}

	.library-banner {
		display: block;
	}

	#mainContent a .btn-mt {
		width: 24%;
	}

	.data-sticky-video {
		margin: -245px 0px 0px 0px;
		top: 90px;
	}

	.menu-right-head {
		display: contents;
		margin: 0px 0px 0px 0px;
		white-space: nowrap;
	}

	.d-xl-none {
		display: none !important;
	}

	.navbar-expand-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.top-nav-social {
		display: inline;
	}

	.course-list .course-list-title {
		font-size: 20px;
		margin: -50px 0px 0px 0px;
	}

	.npr {
		padding-right: 0px;
		padding-left: 15px
	}

	.table td,
	.table th {
		white-space: unset;
	}

	.tns-inner {
		margin: 0px -17px 0px 14px;
	}

	.signup-form {
		margin: 13px auto 0px 28%;
	}

	.all-category-list {
		display: block;
	}

	.login-bg {
		background: url(https://www.tutorialspoint.com/market/public/assets/images/login-bg.jpg)repeat center center;
	}

	.hero-message {
		margin: 30% 0% 20% 3%;
		color: #333;
		text-align: left;
	}

	.h-sm-200px {
		height: 275px !important;
	}

	.b-hide {
		display: inline-block;
	}

	.navbar-brand-m {
		display: none;
	}

	.sub-title {
		color: #000;
		font-size: 20px;
	}

	.dropdown-menu-end {
		right: 0;
		left: inherit;
		top: 55px;
	}

	.triangle-up {
		display: inline-block;
	}

	.tab-content-ul {
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
	}

	.videos-bgn {
		background: #020605 url(https://www.tutorialspoint.com/market/public/assets/images/annual-membership-onestoplearning.jpg)no-repeat;
		background-size: cover;
		min-height: 475px !important;
		padding: 0px 0px;
		margin: 0px;
	}

	.list-group-item {
		font-size: 16px;
	}

	ul.nav-sub-catlist li .sublist-icons {
		width: 55px;
		font-size: 28px;
	}

	ul.nav-sub-catlist li {
		font-size: 18px;
	}

	ul.nav-sub-catlist li span {
		font-size: 18px;
	}

	.sublist-desc {
		width: 130px;
		font-size: 16px;
	}

	.ann-membership .ann-yearly {
		width: 100%;
		background: #c3fcd7;
		padding: 15px;
	}

	.yearly {
		font-size: 30px;
		display: inline-table;
	}

	ul.benefitsul li {
		font-size: 16px;
		color: #000;
		line-height: 40px !important;
	}

	.annualMem-sticky {
		position: sticky;
		top: 6rem;
		margin: -383px 0px 0px 0px;
	}

	.m-cart {
		display: inline-block;
	}

	.d-cart {
		display: none;
	}

	.no-npr {
		margin-top: 0px;
		padding-left: 15px;
		padding-right: 0px;
	}
}

.navbar-expand-xl {
	padding-top: 8px;
}

.mui-col-md-3 {
	display: inherit !Important;
	min-width: 288px !i`mportant
}

.mui-col-md-4 {
	min-width: 288px !important;
}

.mui-col-md-2 {
	display: inherit !important
}

.categories {
	top: -8px !important;
}

@media screen and (max-width:1155px) {
	.mui-col-md-3 {
		width: 50% !important;
	}

	.home-intro-sub .mui-col-md-2 {
		width: 25% !important;
	}
}

@media screen and (max-width:768px) {
	.mui-col-md-3 {
		width: 99% !important;
	}

	.home-intro-sub p {
		text-align: center !important;
	}

	.home-intro-sub h2 {
		text-align: center !important;
	}

	.home-intro-sub .mui-col-md-2 {
		width: 100% !important;
		text-align: center;
	}
}

.card-footer {
	padding: 0rem 0rem 0rem 0rem;
	background-color: transparent !important;
	border-top: 0 solid rgba(0, 0, 0, 0.1);
}

.collapse-horizontal {
	margin: 0px 0px 0px 0px;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.text-primary-hover a {
	color: #333 !important;
	font-size: 13px !important;
}

/* end of css for media queries */

/* css for player page */
.vdo-crs-title {
	background: var(--bs-light);
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	line-height: 26px;
	padding: 5px;
	margin: 4px 4px;
	border-radius: 4px;
}

.fullscreen-video {
	position: absolute;
	right: 0px;
}

.mt-t3 {
	margin-top: 1.2rem !important;
}

.custom-scrollbar {
	width: 100%;
	min-height: 550px;
	max-height: 570px;
	overflow: auto;
}

.p-0 {
	padding: 0rem !important;
}

.course-content {
	padding: 20px;
}

.card-header h5,
.card-header h4 {
	color: #000;
}

.card-header h3 {
	font-size: 20px;
	text-align: left;
	color: #000;
	line-height: 26px;
}

.player-start {
	position: absolute;
	margin-top: -12px;
	color: #69a25d;
	font-size: 20px;
	left: 10px;
	z-index: 1;
}

.course-progressbar {
	background-color: #e6e8ec;
	width: 70%;
	height: .041666667in;
	margin: 0px 45px 0px 38px;
	position: relative;
	border-radius: 2pt;
}

..course-progressbar .course-progressbar-fille {
	background-color: #40a944;
	position: relative;
	width: 0% !important;
	height: auto;
	right: -.0625pc;
	left: 0;
	top: -.75pt;
	border-radius: 2pt;
}

.progress-icon {
	width: 100%;
	display: block;
	font-size: 15px;
	text-align: center;
}

.cert-download-list {
	width: 18%;
	font-size: 11.5px;
	float: right;
	text-align: center;
}

.uk-lec-unwatched {
	background: #efefef;
	color: darkgrey;
	width: 24px;
	height: 24px;
	font-size: 16px;
	padding: 4px;
	position: relative;
	left: 10px;
	top: 12px;
	z-index: 22;
	border-radius: 100%;
	display: none !important;
	float: left;
}

.uk-lec-watched {
	background: #62d76b;
	width: 23px;
	height: 23px;
	line-height: 18px;
	color: #fff;
	font-size: 12px;
	padding: 5px;
	margin: 12px 0px 0px -13px;
	position: absolute;
	z-index: 22;
	border-radius: 100%;
	display: none !important;
}

.uk-lec-active {
	background: #62d76b;
	color: #fff;
	font-size: 24px;
	padding: 3px;
	position: absolute;
	z-index: 22;
	border-radius: 100%;
	display: none;
}

.email-sent {
	font-size: 12.5px;
}

.lecture-time {
	font-size: 13px;
	padding-left: 50px;
	padding-bottom: 6px;
	line-height: 24px;
}

.cert-download-list a img {
	background: transparent !important;
	width: 24px;
	font-size: 14px;
	color: #333 !important;
	right: 30px;
	position: absolute;
	margin-top: -18px;
	border-bottom: 0px solid #eee !important;
	z-index: 1;
	filter: grayscale(1);
	pointer-events: none;
}

.cert-download-list a img.cert-download-active {
	background: #40a944;
	width: 24px;
	color: #fff;
	top: 85px !important;
	padding-bottom: 5px !important;
	padding-left: 0px !important;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	z-index: 1;
	pointer-events: auto;
	filter: grayscale(0);
}

.collapse-horizontal .course-sidebar-title {
	padding-top: .5pc !important;
}

.course-sidebar-title {
	width: 100%;
	height: 3pc;
	padding-left: 0pt;
	padding-bottom: 0pc;
	padding-right: 0pt;
	padding-top: 0pc;
	display: block;
	position: sticky !important;
	top: 0px;
	z-index: 999;
}

.course-video-list h2 {
	font-size: 14.5px;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 7px 0px 0px 50px;
	line-height: 18px;
}

.prev-video {
	position: absolute;
	top: 45%;
	left: 0px;
	font-size: 26px;
	color: #fff;
	z-index: 9;
	background: #40a944;
	padding: 6px;
	border-top-right-radius: 3pt;
	border-bottom-right-radius: 3pt;
}

.next-video {
	position: absolute;
	top: 45%;
	right: 0px;
	font-size: 26px;
	color: #fff;
	z-index: 9;
	background: #40a944;
	padding: 6px;
	border-top-left-radius: 3pt;
	border-bottom-left-radius: 3pt;
}

.next-video:hover,
.prev-video:hover {
	color: #fff !important;
}

.lec-active {
	background: #40a944;
	color: #fff !important;
}

ul.course-video-list-section li ul.course-video-list li {
	padding: 16px 0px 12px 0px;
	border-bottom: 1px solid #ccc;
}

ul.course-video-list-section li ul.course-video-list li:last-child {
	border-bottom: 0px solid #ccc;
}

.bg-grey {
	background: #fff;
	box-shadow: 0px 0px 40px rgb(29 58 83 / 15%);
	-webkit-box-shadow: 0px 0px 40px rgb(29 58 83 / 15%);
}

.video-player {
	position: relative;
	margin: 0px 0px 0px 45px;
}

.course-video-list li>a:before {
	background: #efefef;
	width: .260416667in;
	text-align: center;
	color: darkgrey;
	line-height: 1.5625pc;
	top: 31%;
	z-index: 2;
	border-radius: 100%;
}

.highlight-watched a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f144' !important;
}

.notes-link {
	position: absolute;
	font-size: 24px;
	margin: -40px 0px -8px -32px;
}

.icon-detail-svg {
	margin-right: 10px;
}

video {
	background-size: cover;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	background-color: #252531;
}

a.play-preview-video {
	background: #40a944;
	color: #fff;
	position: relative;
	border-radius: 90px;
	z-index: 0;
}

a.play-preview-video:hover {
	color: #f6f6f6;
}

.btn-danger-soft {
	color: #fff;
	background-color: rgb(177 181 178 / 50%);
}

.btn-danger-soft:hover {
	color: #fff;
	background-color: #40a944;
}

ul.course-modal-ul {
	position: relative;
	overflow: auto;
}

ul.course-modal-ul a li {
	font-size: 14px;
	text-align: left;
	list-style: none;
	padding: 0px 0px 0px 10px;
	margin-bottom: 1px;
	line-height: 38px;
	border-bottom: 1px solid #eee;
}

ul.course-modal-ul a li.course-model-active {
	background: rgb(0, 0, 0, .08);
}

ul.course-modal-ul a li:hover {
	background: rgb(0, 0, 0, .08);
}

.vh-100 {
	height: 100% !important;
}

.nav-pills-bg-soft .nav-link {
	color: #8d8d8d;
}

.nav-pills-bg-soft {
	background-color: transparent;
	border-bottom: 1px solid rgb(241 241 241);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: #40a944;
	color: #fff;
	border-bottom: 1px solid #40a944;
	border-radius: 0.325rem;
}

.nav-pills .nav-link.active:hover,
.nav-pills .show>.nav-link:hover {
	color: #fff;
}

.nav-bookmark {
	background: #fff;
	position: absolute;
	z-index: 99;
	border-bottom-right-radius: .325rem;
	border-top-right-radius: .325rem;
	cursor: pointer;
}

.nav-link:hover,
.nav-link:focus {
	color: #40a944;
}

.nav-pills .nav-link.active b {
	color: #fff;
	font-size: 18px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: #40a944;
	color: #fff;
	border-bottom: 2px solid #40a944;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.nav-bookmark {
	position: absolute;
	color: #fff;
	right: 0px;
	z-index: 99;
	cursor: pointer;
}

.nav-link:hover,
.nav-link:focus {
	color: #40a944;
}

.accordion-body .text-truncate {
	overflow: hidden !important;
}

.text-truncate {
	overflow: inherit !important;
}

.right-toc {
	position: fixed;
	right: 0px;
}

.course-sidebar-0 {
	width: 0%;
	right: 0px;
	z-index: 99;
}

.modal-left-align {
	float: left;
}

.modal-left-right {
	float: right;
	font-size: 22px;
	color: #fff;
	margin-top: -4px;
	cursor: pointer;
}

.caret-dpdown {
	float: right;
	margin: 0px 10px 0px 0px;
}

/* end of player css */

.btn-round.btn-sm,
.btn-group-sm>.btn-round.btn {
	height: 18px;
	width: 18px;
	line-height: 14px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: #40a944;
}

.btn-round .fa-play {
	padding-left: 1px;
}

.course-sidebar {
	left: 0px;
	z-index: 99;
}

.tocslider-sticky {
	position: sticky;
	top: 0px;
}

.position-fixed .navbar-toggler {
	padding: 10px 10px;
}

.plyr-toggler {
	left: 100%;
	position: absolute;
	border: 0;
	border-radius: 0;
	border-bottom-right-radius: 0.325rem !important;
	border-top-right-radius: 0.325rem !important;
	opacity: 1;
}

.plyr-toggler:hover {
	opacity: .9;
}

.plyr-toggler[aria-expanded=true] {
	opacity: 1;
}

.position-fixed {
	position: fixed !important;
	right: 0px;
}

.w-100 {
	width: 100% !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.course-video-list-section {
	border-top: 0px solid #eee;
}

.uk-accordion-title {
	font-size: 14px;
	padding-right: 15pt;
	white-space: break-space;
	line-height: 24px;
}

.btn-white.active,
.btn-white:active,
.btn-white:focus,
.btn-white:hover {
	background: #fff;
	color: #24292d;
}

.btn-danger {
	color: #fff !important;
	background-color: #f00;
	border-color: #f00;
}

.btn {
	padding: .25rem .5rem !important;
	margin: 0px !important;
}

.lecture_title {
	background: #fff;
	font-size: 20px;
	padding: 10px 20px;
	margin: 0px;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 1px solid #ccc;
}

.accordion-body .lecture-name {
	min-width: 305px;
	font-size: 15px;
	margin: 2px 10px 0px 34px;
	padding: 0px 0px 0px 41px;
	line-height: 18px;
}

.highlight-watched .watched11 a:before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	content: '\f00c' !important;
}

.highlight-watched .watched11 a:before {
	color: #40a944;
}

.course-video-list li>a:before {
	position: absolute;
	background: #efefef;
	line-height: 30px;
	top: 32%;
	width: 30px;
	text-align: center;
	left: 7px;
	z-index: 99;
	border-radius: 100%;
	transition: transform .4s cubic-bezier(.8, -.41, .19, 2.5);
}

.highlight-watched .watched11 a:before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 500;
	content: '\f00c' !important;
}

.course-video-list li>a,
ul.course-video-list-2 li a time {
	position: relatve;
}

.course-video-list li>a:after {
	content: '';
	position: absolute;
	background: #e3e6ec;
	left: 22px;
	z-index: 1;
	top: 0.01555in;
	height: 100%;
	width: 3px;
	transition: color 150ms ease-in, top 100ms ease-out;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

.vstack {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.gap-3 {
	gap: 1rem !important;
}

.accordion.accordion-flush-light .accordion-header[aria-expanded=true] {
	background-color: rgba(116, 117, 121, 0.1);
	color: #24292d;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0.325rem;
}

.accordion-header {
	margin-bottom: 0;
}

.btn-round.btn-sm,
.btn-group-sm>.btn-round.btn {
	height: 20px;
	width: 24px;
	line-height: 20px;
}

.btn-round.btn-sm i,
.btn-group-sm>.btn-round.btn i {
	font-size: 0.7rem;
}

.btn-danger-soft {
	color: #fff;
	background-color: rgb(177 181 178 / 50%);
}

.btn-round {
	height: 40px;
	width: 40px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	border-radius: 50%;
}

.video-js .vjs-control-bar {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.notes-description {
	width: 100%;
	min-height: 225px;
	resize: none;
	padding: 5px;
	margin: 10px 0px 25px 0px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.tp-questions-post .tp-form-group label {
	font-size: 12px;
	padding: 0px 0px 5px 0px;
}

.tp-questions-post .tp-form-group input {
	width: 100%;
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	padding: 5px 10px;
	margin: 0px;
	border: 1px solid #eee;
}

.tp-questions-post .tp-form-group .fr-toolbar {
	border-top: 1px solid #ccc !important;
}

.tp-question-ask .tp-questions-result {
	text-align: right;
}

.all-category-list-view a {
	font-size: 15px;
}

ul.all-category-list-view {
	margin: 0px;
	padding: 0px;
}

ul.all-category-list-view li {
	text-align: left;
	list-style: circle-check;
	display: flex;
	margin: 0px 0px 7px 0px;
	padding: 0px;
}

.btn-lec {
	margin-top: -28px;
	margin-left: 59px;
}

ul.accordion {
	width: 100%;
	margin: 0px 0px;
	padding: 0px;
	position: relative;
}

ul.accordion li {
	margin: 0px 0px 0px 0px !important;
	list-style: none;
	position: relative;
	border-bottom: 1px solid #eee !important;
	overflow: hidden;
}

ul.accordion li ul {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

ul.accordion li ul li {
	padding: 0px 0px;
	margin: 0px;
}

ul.accordion li ul li .source-download a h2 {
	padding: 0px 0px;
	margin: 0px;
}

ul.accordion li ul li a {
	/*display:flex;*/
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 0px;
}

ul.accordion li ul li a h5 {
	font-size: 14px;
	font-weight: normal;
}

h2.accordion-header .accordion-button {
	background: rgba(116, 117, 121, .1);
	font-size: 14.5px;
	font-weight: bold;
	text-align: left;
}

.course-sidebar-container h2.accordion-header .accordion-button {
	width: 100%;
	background: transparent;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: none;
}

.course-sidebar-container {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.course-sidebar-container .accordion-collapse {
	position: relative;
}

.course-sidebar-container .uk-accordion-title {
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

.prime-banner .rating {
	text-align: left;
	margin: .3rem 0 .3rem 0rem;
}

.prime-banner .rating-display span.half {
	margin: 0px -9px 0px 9px !important;
}

.prime-banner .rating span {
	margin: 0px 0px 0px 0px;
}

.prime-banner .rating .rating-count-active {
	margin-right: 2px !important;
}

.video-card h5 {
	color: #000;
}

.p-20 {
	padding: 20px;
}

.btn-disable {
	background: #dddada !important;
	width: 100% !important;
	font-size: 14px !important;
	color: #333 !important;
	padding: 5px 2px 5px 2px !important;
	border: 1px solid #ccc !important;
	pointer-events: none;
}

.course-video-list li>a:before {
	background: #efefef;
	color: darkgrey;
}

/* end of css for player page */

.coupon-apply-btn input {
	border-bottom: 1px solid #ccc !important;
	border-radius: 0px !important;
}

.promocode-apply {
	background: #68d065;
	color: #fff;
	font-size: 14px;
	padding: 2px 10px 3px 10px;
	position: absolute;
	right: 5px;
	margin: -33px 16px 0px 0px;
}

.promocode-apply:hover {
	color: #fff !important;
}

.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog h2 {
	font-size: 20px;
	text-align: left;
	padding: 10px 0px 15px 0px;
	margin: 0px;
}

.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
}

.modalDialog>div {
	width: 32%;
	position: relative;
	margin: 3% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 6px;
	background: #fff;
}

.modalDialog .close {
	background: #606061;
	font-size: 16px;
	padding: 9px;
	width: 38px;
	color: #fff;
	line-height: 18px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

/* New css */
html[data-theme=dark] .course-descrp h1 {
	color: #b9b9b9;
}

html[data-theme=dark] .course-descrp ul li {
	color: #b9b9b9;
}

.subscription-bg {
	background: #fafafa url('https://www.tutorialspoint.com/market/public/assets/images/subscription-test-bg.png')no-repeat center center;
	height: 375px;
	display: flex;
	align-items: center;
}

.subscription-bg .subscription-tag {
	font-family: 'Kaushan Script', cursive;
	font-size: 36px;
	color: #fafafa;
	font-style: italic;
	text-align: left;
	padding: 0px;
}

.subscription-bg .subscription-title {
	font-size: 54px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding: 0px;
}

.subscription-bg .subscription-list {
	font-family: 'Kaushan Script', cursive;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	padding: 5px 9px;
	margin: 0px 10px 0px 0px;
	border: 1px dashed #fafafa;
	border-radius: 10px;
}

.subscription-bg .subscription-list b {
	color: #fff;
}

.icon-benefit {
	font-size: 42px;
	color: #161616;
	padding: 15px 0px 25px 0px;
}

.frequenty-asked .frequenty-asked-list {
	background: #fff;
	padding: 10px 10px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-radius: none;
}

.frequenty-asked .frequenty-asked-list h6 {
	font-size: 15px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

.right-card {
	position: sticky;
	top: 3rem;
	margin: 35px 0px 0px 0px;
}

.card-key-highlights {
	background: #fefefe;
	color: #333;
	border: 1px solid #f3f3f3;
}

.multiple-categories {
	background: #fefefe;
	color: #333;
	border: 1px solid #f3f3f3;
}

.text-w {
	color: #fff;
}

.text-blue {
	color: #066ac9;
}

#clockdiv {
	font-weight: 100;
	text-align: center;
	font-size: 20px;
	margin: 20px 0px 5px 0px;
}

#clockdiv>div {
	color: #000;
	padding: 2px;
	display: inline-block;
}

#clockdiv div>span {
	width: 32px;
	height: 32px;
	padding: 5px 11px;
	border: 2px solid #afafaf;
	border-radius: 90px;
	-moz-border-radius: 90px;
}

.smalltext {
	padding-top: 5px;
	font-size: 12px;
}

.btn-cart {
	background: #ffd42e;
	color: #000;
	padding: 6px 10px;
	margin: 0px 0px 15px 0px;
	line-height: 20px !important;
	border: 1px solid #f5c303;
	cursor: pointer;
}

.videos-bg-business {
	background: #fff;
	min-height: 545px;
	padding: 25px 0px;
	margin: 0px;
}

.videos-bg-business img.annual-membership-image {
	/*height:455px; max-height:455px;*/
	margin: -124px 0px 0px 0px;
}

.videos-bg-business .gift-wrap {
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 14px;
	-moz-border-radius: 14px;
}

.videos-bg-business .gift-icon {
	font-size: 54px;
	text-align: center;
	padding: 5px 0px 0px 0px;
}

.videos-bg-business .gift-icon .fa-gift {
	color: #40a944;
	font-size: 62px;
}

.videos-bg-business .gift-title {
	font-size: 26px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

.videos-bg-business .gift-title-sub {
	font-size: 29px;
	color: #818181;
	font-weight: bold;
	text-align: center;
	padding: 0px 0px 10px 0px;
	letter-spacing: 4px;
}

.yearly {
	color: #4fae47;
	font-weight: bold;
	text-align: center;
	margin: 0px 35px;
	padding: 15px 15px 8px 15px;
	line-height: 28px;
	border-radius: 90px;
	-webkit-border-radius: 90px;
}

.yearly .str {
	font-size: 18px;
	font-weight: normal;
	color: #f00;
	text-decoration: line-through;
	margin-left: 10px;
}

.gift-course {
	background: #f3f3f3;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 15px 0px 15px 0px;
	border: 1px dashed #ccc;
	cursor: pointer;
}

.gift-course a {
	font-size: 22px;
	color: #212121;
	text-align: center;
	font-weight: bold;
	padding: 10px 0px;
	margin: 0px;
}

.gift-course a svg {
	font-size: 32px;
}

.use-code {
	font-size: 14px;
	color: #000;
	text-align: center;
	padding: 5px;
	margin: 10px 0px;
	border-top: 1px dashed #ccc;
}

.use-code-ebook {
	font-size: 14px;
	color: #000;
	text-align: center;
	padding: 5px;
	margin: 10px 0px;
	border-top: 1px dashed #ccc;
}

.business-courses {
	width: 100%;
	font-size: 26px;
	text-align: center;
	margin: 25px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	justify-content: space-between;
	border-top: 1px solid #eee;
	display: flex;
}

.business-courses {}

.business-courses h6 {
	font-size: 24px;
	font-size: bold;
}

/* accordion styles */
.tabs {
	padding: 20px;
	overflow: hidden;
}

.tabs input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.tab {
	width: 100%;
	color: #000;
	overflow: hidden;
	margin: 0px 0px 5px 0px;
}

.tab-label {
	display: flex;
	font-size: 15px;
	justify-content: flex-start;
	padding: 1em;
	background: #f5f5f5;
	font-weight: bold;
	cursor: pointer;
}

.tab-label:hover {
	background: #e7e7e7;
}

.tab-content {
	min-height: 600px !important;
	background: transparent !important;
}

.tab-close {
	display: flex;
	justify-content: flex-end;
	padding: 1em;
	font-size: 0.75em;
	background: #e7e7e7;
	cursor: pointer;
}

.tab-close:hover {
	background: #1a252f;
}

input:checked+.tab-label {
	background: #e7e7e7;
}

input:checked+.tab-label::after {
	transform: rotate(90deg);
}

input:checked~.tab-content {
	max-height: 100vh;
	padding: 1em;
}

/* end of accordion styles */

/* css for features, best seller, latest, most popular */
.sub-title {
	color: #000;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.category-sub-title {
	color: #000;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

select#languageFilter {
	background: transaprent !important;
	font-weight: normal;
	margin-top: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px;
}

.sub-title::before,
.sub-title::after {
	display: inline-block;
	content: "";
	border-top: .1rem solid #ccc;
	margin: -11px 0rem;
	transform: translateY(-1rem);
}

.lang-filter-icon {
	font-size: 16px;
}

.input-group {
	width: 100% !important;
	float: right;
	position: relative;
	top: -11px;
	right: 0px;
}

.input-group select#languageFilter {
	background: transparent !important;
	font-weight: bold;
}

/* end of css for features, best seller, latest, most popular */

.pricing {
	background: rgba(200, 150, 101, 0.1);
	padding: 45px 0px;
}

.princing-item .btn-pricing {
	background: linear-gradient(to right, #40a944, #56ab2f);
	color: #fff;
	font-size: 15px;
	padding: 5px 15px;
	margin: -10px 0px 25px 20px;
	border: 1px solid #56ab2f;
	opacity: .9;
	border-radius: 6px;
	-moz-border-radius: 6px;
	cursor: pointer;
}

.princing-item .btn-pricing a {
	font-size: 16px;
	color: #fff;
}

.princing-item .btn-pricing:hover,
.princing-item .btn-pricing a:hover {
	opacity: 1;
}

.princing-item {
	background: #fff;
	text-align: center;
	padding: 15px;
	margin: 0px 10px;
	border: 1px solid #ccc;
	border-radius: 20px;
	-moz-border-radius: 20px;
}

.pricing-divider h2 {
	min-height: 78px;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin: 10px 0px 15px 20px;
	padding: 0px 0px 12px 0px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
}

.pricing-divider h2 span {
	background: #d5d5d5;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 2px 10px;
}

.pricing-divider ul.list-unstyled {
	min-height: 240px;
	text-align: left;
	margin: 0px 0px 0px 40px;
	padding: 0px;
}

.pricing-divider ul.list-unstyled li {
	font-size: 15px;
	color: #000;
	margin: 0px;
	padding: 0px 0px 7px 0px;
	list-style: circle;
	line-height: 18px;
}

h1.biz-plan-title {
	background: transparent;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin: 15px 0px 20px 0px;
	padding: 0px;
}

h1.biz-plan-title span {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

ul.biz-faq {
	width: 100%;
	margin: 25px auto;
	padding: 0px;
	position: relative;
	z-index: 99;
}

ul.biz-faq li {
	background: transparent !important;
	list-style: none;
	padding: 0px !important;
	margin: 0px 0px 10px 0px !important;
}

ul.biz-faq li a.biz-faq-list {
	width: 100%;
	background: #fff;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 15px 12px;
	box-shadow: 0 0.125rem 0.25rem rgb(29 58 83 / 15%);
	display: block;
}

.biz-faq-desc {
	width: 100%;
	background: rgb(255, 255, 255, .9);
	padding: 10px;
	margin: -3px 0px 0px 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: none;
	box-shadow: 0 0.125rem 0.25rem rgb(29 58 83 / 15%);
}

.biz-icon {
	float: right;
}

.h5,
h5 {
	font-size: 1.2rem;
}

.content-top ul li {
	color: #000;
	line-height: 22px;
	list-style: none;
}

.circle-highliter {
	color: #46a033;
	padding-right: 10px;
}

[class~=home-hero] {
	background-position: 0pt -175px;
	min-height: 415px;
	background-size: cover;
	justify-content: center;
}

[class~=home-hero] {
	padding-top: 2pc;
	padding-right: 0;
	padding-bottom: 2pc;
	padding-left: 0px;
	display: flex;
}

.section-header-right,
[class~=home-hero],
[class~=home-hero] {
	align-items: center;
}

/* css for teach with us */
.home-hero-bg {
	background: var(--bs-green);
	min-height: 395px;
	display: flex;
	align-items: center;
}

.home-hero-bg img {
	width: 75%;
}

.teach-with-us {
	text-align: center;
	margin: 15% auto;
	padding: 0px;
}

.teach-with-us h1 {
	font-size: 42px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.teach-with-us h4 {
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.btn-author {
	background: linear-gradient(to left, #40a944, #46a033);
	font-size: 15px;
	color: #fff !important;
	padding: 7px 15px;
	margin: 5px 0px 0px 0px;
	border: 1px solid #40a944;
}

.teach-becom-instructor {
	background: #fafafa;
	padding: 20px;
	height: 362px;
}

.teach-becom-instructor ul {
	margin: 0px;
	padding: 0px;
}

.teach-becom-instructor ul li {
	font-size: 16px;
	line-height: 24px;
	margin: 0px 0px 0px 25px;
	padding: 5px 0px;
	list-style-type: disc;
}

.teach-box {
	min-height: 270px;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}

.teach-box .teach-icon {
	color: #a3a8ab;
	font-size: 44px;
	margin: 0 auto;
	text-align: center;
	padding: 0px 0px;
	width: 75px;
	height: 75px;
	line-height: 75px;
}

.faq-list-view {
	background: #fff;
	width: 98%;
	margin: 0 auto;
	padding: 20px;
	border-radius: 6px;
}

.faq-list-view ul {
	margin: 0px;
	padding: 0px;
}

ul.faq-list-view li {
	list-style: none;
	padding: 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

a.biz-faq-list {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

.biz-faq-listdesc {
	width: 100%;
	background: rgb(255, 255, 255, .9);
	padding: 5px 15px 5px 25px;
	margin: 5px 0px 0px 0px;
	line-height: 24px;
	display: none;
}

.teach-with-us-section h1,
.your-guiding-section h1,
.customer-feedback-section h1,
.faq-section h1 {
	font-size: 32px;
	text-align: center !important;
}

.teach-with-us-section img {
	max-width: 85%;
	min-height: 315px;
	margin: 0 auto;
}

.teach-with-us-section h1 {
	font-size: 28px;
	text-align: left !important;
}

.img_teach {
	height: 180px;
	width: 180px;
}

.count-section {
	background: var(--bs-blue);
	border-radius: 5px;
	padding: 30px 0;
	margin: 0px !important;
}

h2.total-count {
	color: var(--bs-orange);
	font-size: 54px;
}

.faq-list-view .uk-caret {
	float: right;
}

.bg-grad-pink {
	background: #fff;
}

.bg-grad-pink h2 {
	font-size: 32px;
	color: var(--bs-green);
}

.bg-grad-pink p {
	font-size: 15px;
	color: #000;
}

.accordion.accordion-shadow .accordion-button {
	background: transparent !important;
	width: 100% !important;
	box-shadow: none !important;
	padding: 5px !important;
}

.count-section h4 {
	font-size: 1rem;
	color: var(--bs-yellow);
	font-weight: normal;
}

/* end of css for teach with us */

.box-wrap-sticky {
	position: sticky;
	margin: 35px 0px 0px 0px;
	top: 105px;
}

.btn-sidebar-filter {
	display: none;
}

.filter-search-title {
	background: #f6f6f6;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-align: left;
	margin: -20px -20px 15px -20px;
	padding: 10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.filter-search-title a {
	float: right;
	font-size: 12px;
	color: #f00;
}

.sidebar-filter-list .uk-accordion-title {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.uk-accordion {
	padding: 0;
	list-style: none;
	margin-top: 10px;
}

a.uk-accordion-title .accord-svg {
	display: inline;
	margin: 0px;
	float: right;
	cursor: pointer;
}

.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
	background-color: #40a944;
	border-color: transparent;
}

.sidebar-filter-list .uk-form-controls label {
	display: block;
	font-size: 14px;
	line-height: 26px;
	cursor: pointer;
}

.sidebar-filter-list .uk-form-controls label .test {
	margin-left: 6px;
}

.search-filter-title {
	display: flex;
	justify-content: space-between;
}

.uk-heading-line {
	font-size: 20px;
	font-weight: 500;
	margin-left: 0px;
	margin-top: 0px;
	overflow: hidden;
}

.uk-heading-line span b {
	font-size: 20px;
	color: #53af50;
}

a.filter-search {
	background: #fff;
	font-size: 12.5px;
	color: #000;
	padding-top: 0.625pc;
	padding-left: 10pt;
	padding-bottom: 0.625pc;
	padding-right: 10pt;
	display: inline-block;
}

.uk-control-scroll {
	min-height: 210px;
	max-height: 210px;
	text-align: left;
	margin: 5px auto 0px auto;
	overflow: auto;
	cursor: pointer;
}

.uk-normal-scroll {
	background: #fff;
	min-height: 550px;
	max-height: 575px;
	text-align: left;
	margin: 15px 0px 0px 0px;
	padding: 10px;
	overflow: auto;
	border-radius: .25pc;
}

.uk-accordion-content input#search-category,
.uk-accordion-content input#search-publisher {
	width: 100%;
	line-height: 32px;
	padding: 0px 10px;
	margin: 5px 0px 10px 0px;
	border: 1px solid #ccc;
	outline: none;
}

.filter-desc {
	display: none;
}

ul.sidebar-filter-list {
	margin: 0px;
	padding: 0px;
}

ul.sidebar-filter-list li {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #ddd;
}

ul.sidebar-filter-list label {
	line-height: 26px;
}

ul.sidebar-filter-list .test {
	margin-left: 6px;
}

.category-filter label input[type='checkbox'] {
	width: 24px;
}

.sidebar-filter {
	position: sticky;
	width: 100%;
	top: 85px;
}

.h-sm-200px {
	background: transparent !important;
	margin: 0px -3px 0px 5px;
	border-bottom-right-radius: 10px;
}

.btn-business {
	background: #40a944;
	font-size: 15px;
	color: #fff;
	padding: 5px 10px;
	margin: 5px 0px;
	border: 1px solid #26743a;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

.btn-business:hover {
	color: #fff;
}

.annual-price-wrap .business-price {
	font-size: 22px;
	color: #000;
}

.annual-price-wrap .str {
	font-size: 14px;
	color: #f00;
}

/* customize scroll bars */
.custom-scrolls::-webkit-scrollbar {
	width: 2px;
	height: 4px;
}

.custom-scrolls::-webkit-scrollbar-track {
	background: #ccc;
}

.custom-scrolls::-webkit-scrollbar-thumb {
	background-color: #46a033;
	border-radius: 6px;
	border: 1px solid #46a033;
}

/* end of customize scroll bars */

.report-issue-block {
	display: flex;
	margin: 25px 0px 25px 0px;
}

.report-issue-block span {
	width: 15%;
	display: inline-flex;
}

.report-issue-block span input[type="radio"] {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	margin-top: 3px;
}

.report-issue-block span label {
	font-size: 14px;
	color: #000;
}

.report-upload-image {
	display: inline-flex;
	padding: 5px;
	margin: 0px 15px 15px auto;
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.report-upload-image img {
	max-width: 225px;
	width: 225px;
	height: 165px;
	padding: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.report-upload-image .btn-danger {
	font-size: 12px;
	position: absolute;
	margin: -4px 0px 0px -42px !important;
	padding: 3px 7px;
	border-top-right-radius: 4px;
}

.report-upload-image .input-group-prepend {
	margin: 0 auto !important;
}

/* new css */
h6.customer-feedback-title {
	font-size: 15px !important;
	font-weight: 600;
}

.avatar-user-fa .fa-user {
	background: #eee;
	font-size: 32px;
	padding: 10px 13px 12px 13px;
	border: 1px solid #ccc;
	border-radius: 90px;
	-moz-border-radius: 90px;
}

.avatar-lg {
	height: 4rem;
	width: 4rem;
}

.avatar-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.customer-feedback .bg-body blockquote p {
	min-height: 180px;
	max-height: 180px;
}

.rounded-circle {
	border-radius: 50% !important;
}

.customer-feedback blockquote {
	margin: 0 0 0rem;
}

.customer-feedback blockquote p {
	font-size: 17px;
	text-align: left;
}

.customer-feedback h6 {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

.quote-icon {
	font-size: 20px;
}

.uk-categories-list a:hover {
	color: #48a93c !important;
}

/* css for side drawer */
.canvas-overlay {
	height: 2000px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.1);
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	z-index: 99999999999999;
	display: none;
	width: 100%;
	left: 0px;
}

.canvas-overlay>.page-content {
	margin-left: 0rem !important;
}

.canvas-sidewrap {
	width: 22rem;
	background: #fff;
	height: 100%;
	padding: 10px 20px;
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 999;
	display: block !important;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	overflow: hidden;
}

.canvas-sidewrap .animate {
	transition: left 0.3s ease-out;
}

.canvas-sidewrap h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 20px 0px 25px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dashed #ccc;
}

.canvas-sidewrap .canvas-close {
	color: #f00;
	font-size: 18px;
	text-align: right;
	background: transparent;
	border: none;
	float: right;
	cursor: pointer;
}

.canvas-systemtag {
	width: 20rem;
	background: #fff;
	height: 100%;
	padding: 10px;
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 999;
	box-shadow: 5px 0px 15px #000;
	-webkit-box-shadow: 5px 0px 15px #000;
	display: none;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.canvas-systemtag h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 20px 0px 25px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dashed #ccc;
}

.canvas-systemtag .canvas-close {
	color: #f00;
	font-size: 18px;
	text-align: right;
	background: transparent;
	border: none;
	float: right;
	cursor: pointer;
}

.canvas-sidewrap ul.system_tags {
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

.canvas-sidewrap ul.system_tags li {
	width: 45%;
	float: left;
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding: 5px 5px;
	list-style: none;
}

.canvas-sidewrap h4 {
	text-align: center;
	margin: 10px 0px 25px 0px;
}

.tp-question-reply {
	background: #ccc;
	font-size: 12px;
	color: #000;
	padding: 3px 5px;
	margin-right: 10px;
	border-radius: 10px;
}

.menu-right-head {
	position: relative;
	top: 5px;
	display: flex !important;
}

.tp-questions-post .clsNotification {
	background: #3ce819;
	width: 13px;
	height: 13px;
	position: relative;
	top: 1px;
	right: 7px;
	display: inline-block;
	border-radius: 90px;
}

/* end of css for side drawer */

/* css for cart side coupon code */
.coupons {
	background: #fafafa;
	font-size: 12px;
	color: #333;
	text-align: left;
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 9px 10px;
	line-height: 20px;
	border: 1px dashed #ccc;
}

.coupons span {
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #387a2b;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	line-height: 18px;
	letter-spacing: 2px;
	cursor: pointer;
}

.coupons a {
	float: right;
	background: #68d065;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin: 10px 10px 0px 0px;
	position: relative;
	top: 7px;
}

.coupons .coupon-details {
	position: relative;
	margin: -11px 87px 0px 0px;
	line-height: 18px;
}

.com-logo img {
	width: 65px;
	height: 55px;
}

h6.summary-title {
	font-size: 15px;
	line-height: 24px;
	white-space: nowrap;
}

h6.summary-title strong {
	font-weight: normal !important;
}

.table-responsive {
	display: block;
	width: 100%;
	margin-top: 5px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-y: hidden;
}

.table.align-items-center td,
.table.align-items-center th {
	vertical-align: middle;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 0;
}

.table th,
.table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #eaeaea;
}

.table td {
	border: 0px solid #ccc;
}

.order-title-td {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 10px 0px;
	margin: 0px;
}

.table-title-td {
	color: #000;
	font-size: 16px;
	text-align: left;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.justify-content-between {
	justify-content: space-between;
}

.table {
	width: 100% !important;
	margin-bottom: 1rem;
	background-color: transparent;
}

.table>:not(:first-child) {
	border-top: 0px solid #9a9ea4 !important;
}

p.order-items {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}

.order-price {
	float: right;
	margin: 0px;
	padding: 0px;
}

.uk-alert-success {
	background: #effbe2 !important;
	font-size: 13px !important;
	color: #2e8e32 !important;
	padding: 5px 10px !important;
	border: 1px solid #bef183 !important;
	cursor: pointer !important;
	-webkit-border-radius: 3pt !important;
	cursor: default !important;
}

.side-bar-coupon {
	background: #40a944;
	color: #fff;
	font-size: 14px;
	padding: 5px 12px;
	margin: 17px 0px 0px 0px;
	transform: rotate(-90deg);
	position: absolute;
	left: -7px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.side-coupon-code {
	background: #ebedf0;
	padding: 10px;
	margin: -5px 0px 25px 0px;
	border: 0px dashed #a79b9b;
	border-radius: 6px;
}

.side-coupon-code .code-title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 0px 30px;
}

.side-coupon-code .code-title a {
	background: #40a944;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 3px 7px;
	margin: 18px 0px 0px 0px;
	float: right;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.side-coupon-code .code-title p {
	font-size: 13px;
	font-weight: normal;
	padding: 0px 90px 0px 0px;
	margin: 0px;
}

/* end of css for cart side coupon code */

/* cart css */
.order-summary {
	font-size: 16px;
	color: #000;
	text-align: left;
	padding: 5px 0px;
	margin: 0px;
}

.discount-summary {
	font-size: 14px;
	color: #626262;
	text-align: left;
	padding: 5px 0px;
	margin: 0px;
}

.total-price {
	font-size: 20px;
	text-align: right;
}

.summary-price {
	font-size: 16px;
	text-align: right;
}

.discount-price {
	font-size: 14px;
	text-align: right;
}

.discount-price b,
.discount-price strong {
	font-weight: normal !important;
}

/* end of cart css */

/* new css */
.back-top {
	width: 32px !important;
	height: 32px !important;
}

.tp-authors {
	font-size: 14px;
	line-height: 24px;
}

.tp-publishers {
	font-size: 14px;
	line-height: 24px;
}

.profile-layout-content p {
	color: #ccc;
}

html[data-theme=dark] b,
html[data-theme=dark] strong {
	color: #b9b9b9;
}

.my-xl-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.bundle-wisth-icon {
	margin: -43px 0px -3px 0px !important;
	position: relative !important;
	top: inherit !important;
	right: -6px !important;
}


/* video player components css */
.no-touch .video-js .vjs-button:hover {
	background-color: #40a944 !important;
}

.video-js .vjs-progress-control .vjs-play-progress {
	background-color: #40a944 !important;
}

.no-touch .video-js .vjs-button:hover {
	background-color: #40a944 !important;
}

.video-js .vjs-volume-level {
	background-color: #40a944 !important;
}

.no-touch .video-js .vjs-menu-settings .vjs-menu-content li:hover {
	background-color: #40a944 !important;
}

/* end of video player components css */

/* css for featured, latest, tags css */
.ribbon3 {
	position: relative;
	height: 28px;
	color: #333;
	line-height: 28px;
	padding-left: 15px;
	position: absolute;
	left: -10px;
	top: 26px;
	background: linear-gradient(to right, #ffeb3b, #f1da16);
	z-index: 1;
}

.ribbon3:before,
.ribbon3:after {
	content: "";
	position: absolute;
}

.ribbon3:before {
	height: 0;
	width: 0;
	top: -8.5px;
	left: 0.1px;
	border-bottom: 9px solid black;
	border-left: 9px solid transparent;
}

.ribbon3:after {
	height: 0;
	width: 0;
	right: -28px;
	border: 14px solid #f2dc19;
	border-right-color: transparent;
}

.multiple-tags-01:first-child {
	margin-top: -16px !important;
}

.multiple-tags-01:nth-child(1) {
	margin-top: -10px !important;
}

.multiple-tags-01:nth-child(2) {
	margin-top: 29px !important;
}

.multiple-tags-01:nth-child(3) {
	margin-top: 59px !important;
}

.multiple-tags-01:nth-child(4) {
	margin-top: 96px !important;
}

.phone-icon {
	font-size: 32px;
	font-weight: bold;
	margin: -3px 7px;
	position: absolute;
}

.phone-icon-key {
	font-size: 22px;
	font-weight: bold;
	margin: 4px 9px;
	position: absolute;
}

.phone-input {
	width: 100%;
	height: 38px;
	padding: 0px 0px 0px 40px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.freeR {
	width: 75px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	height: 22px;
	color: #333;
	line-height: 22px;
	padding-left: 15px;
	left: -44px;
	top: 43px;
	background: linear-gradient(to right, #ffeb3b, #f1da16);
	z-index: 1;
}

.freeR:before,
.freeR:after {
	content: "";
	position: absolute;
}

.freeR:before {
	height: 0;
	width: 0;
	top: -8.5px;
	left: 0.1px;
	border-bottom: 9px solid black;
	border-left: 9px solid transparent;
}

.freeR:after {
	height: 0;
	width: 0;
	right: -20px;
	border: 10px solid #f2dc19;
	border-right-color: transparent;
}

/* end of css for featured, latest, tags css */
#ebooks .card-title .sub-title {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 15px 0px 10px 10px;
	padding: 0px;
}

.page-title-filter-head {
	background: #fff;
	justify-content: space-between;
	margin: 0 0px;
	padding: 0px 15px 0px 15px;
}

.sub-title::before,
.sub-title::after {
	display: inline-block;
	content: "";
	border-top: .1rem solid #ccc;
	margin: -11px 0rem;
	transform: translateY(-1rem);
}

/* swal css */
.swal-button {
	font-size: 13px !important;
	color: #fff !important;
	font-weight: 500;
	background: #40a944 !important;
	padding: 5px 10px !important;
}

.swal-button--cancel {
	font-size: 13px !important;
	color: #fff !important;
	font-weight: normal;
	background: #f00 !important;
	padding: 5px 10px !important;
	margin: 0px 0px !important;
}

.swal-button--delete {
	background: #40a944;
	font-size: 13px !important;
	font-weight: normal;
	color: #fff !important;
	padding: 5px 10px !important;
	margin: 0px 0px !important;
	border: 1px solid #40a944 !imporrtant;
}

.swal-button:focus {
	box-shadow: none;
}

.swal-icon--warning__body,
.swal-icon--warning__dot {
	background-color: #ccc;
}

.swal-icon {
	border-color: #ccc !important;
}

.swal-button:not([disabled]):hover {
	background: #40a944;
	color: #fff;
}

/* end of swal css */

/* business css */
.hero-wrapper {
	background: #fff;
	min-height: 255px;
	padding: 0px;
	margin: 0px;
}

.hero-message h1 {
	font-size: 42px;
	font-weight: bold;
	color: #333;
	line-height: 42px;
	text-transform: capitalize;
	padding: 0px;
}

.hero-message h2 {
	font-size: 21px;
	font-weight: normal;
	color: #585858;
	padding: 10px 0px;
	margin: 0px;
	text-transform: lowercase;
	line-height: 24px;
}

.content-box-why {
	margin: 25px 0px 35px 0px;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
}

.content-box-why ul {
	margin: 0px;
	padding: 0px;
}

.content-box-why ul li {
	font-size: 15px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}

.business-wrapper-affiliate {
	background: #44433f url(https://dev.tutorialspoint.com/market/public/assets/images/affiliate-bg.jpg)no-repeat top center;
	max-width: 100%;
	min-height: 355px;
	padding: 0% 0 0 0;
	margin: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.business-wrapper-affiliate h2 {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 15% 0 3% 0;
}

.business-wrapper-affiliate p {
	font-size: 16px;
	color: #fff;
	text-align: left;
	line-height: 26px;
}

.contact-btn {
	font-size: 15px !important;
	padding: 5px 15px !important;
}

.content-wrap {
	background: #fff;
	padding: 45px 0px;
	margin: 0px;
}

.content-faq {
	padding: 25px 0px 25px 0px;
	margin: 0px;
}

.content-wrap h2,
.content-faq h2,
.content-categories h2 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 15px 0px;
}

.content-box {
	text-align: left;
	padding: 20px;
	margin-bottom: 15px;
}

.content-box img {
	max-width: 100%;
}

.content-box .sub-title {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px 0px 0px;
}

.content-categories {
	background: #fff;
	padding: 50px 0px;
	margin: 0px;
}

.content-training {
	background: #fff;
	padding: 50px 0px;
	margin: 0px;
}

.active-now {
	margin: 15px 0px 40px 0px;
	padding: 20px 0px;
	text-align: center;
	border-radius: 5pt;
}

.form-close {
	font-size: 26px;
	color: #f00;
	margin-right: 20px;
	right: 0px;
	position: absolute;
}

.signup-form {
	background: #fff;
	width: 100%;
	padding: 0px 5px 15px 5px;
	margin: 0px;
}

.signup-form h3 {
	background: #f6f6f6;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0px;
	margin: 0px -25px 15px -25px;
	border-bottom: 1px solid #eee;
	border-top-left-radius: 4pt;
	border-top-right-radius: 4pt;
	text-shadow: 0px -1px 0px rgb(255 255 255 / 50%);
}

.signup-form input[type="text"],
.signup-form input[type="email"],
.signup-form input[type="tel"],
.signup-form textarea {
	background: #fff;
	width: -webkit-fill-available;
	padding: 5px 0px;
	margin: 0px 0px 12px 0px;
	border-bottom: 1px solid #eee;
	outline: none;
}

.signup-form .b-note {
	font-size: 12px;
	color: #333;
	text-align: left;
	line-height: 17px;
	padding: 0px;
	margin: 0px;
}

a.btn-success {
	background: linear-gradient(to right, #40a944, #56ab2f);
	color: #fff;
	font-size: 16px;
	padding: 8px 15px;
	margin: 5px 0px 5px 0px;
	border-radius: 3pt;
	-moz-border-radius: 3pt;
	border: 1px solid #56ab2f;
	cursor: pointer;
}

a.btn-success:hover {
	color: #fff !important;
}

a.btn-pricing {
	background: linear-gradient(to right, #40a944, #56ab2f);
	color: #fff;
	font-size: 16px;
	padding: 8px 15px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #56ab2f;
	border-radius: 20px;
	-moz-border-radius: 20px;
	cursor: pointer;
}

.btn-pricing a {
	font-size: 16px;
	color: #fff;
}

a.navbar-brand {
	margin-right: 0rem !important;
}

img.card-price-loader {
	width: 36px;
	max-height: 8px !important;
}

.team-management,
.progress-tracking {
	background: #fff !important;
}

.what-is-included {
	background: #efeeee;
	padding: 55px 0px 45px 0px;
}

img.business-what-is-included-img {
	height: 650px;
}

.annual-membership {
	background: #fff;
	margin: -325px 0px 0px 0px;
	position: sticky;
	top: 90px;
	padding: 0px 25px 10px 25px;
	border: 1px dashed #eee;
}

.video-card h3 {
	font-size: 30px;
	color: #313131;
	text-align: center;
	margin: 0px;
	padding: 15px 0px 15px 0px;
	line-height: 60px;
}

.video-card .yearly {
	font-size: 32px;
	color: #4fae47;
	font-weight: bold;
	text-align: center;
	margin: 0px 35px;
	padding: 15px 15px 8px 15px;
	line-height: 28px;
	display: grid;
	letter-spacing: 2px;
	border-radius: 90px;
	-webkit-border-radius: 90px;
}

.video-card .yearly .str {
	font-size: 18px;
	font-weight: normal;
	color: #f00;
	text-decoration: line-through;
	margin-left: 10px;
}

.what-is-included-business {
	background: #fff;
	padding: 55px 0px 15px 0px;
}

.what-is-included-business h2 {
	font-size: 24px;
	text-align: left;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.what-is-included-business p {
	color: #000;
	font-size: 13px;
	text-align: left;
	padding: 10px 0px 20px 30px;
	margin: 0px;
}

.annual-right-section {
	background: #fff;
	margin: 0 0px 10px 0px;
	padding: 25px 20px 15px 20px;
	border: 1px solid #ccc;
	border-radius: 14px;
	-webkit-border-radius: 14px;
}

.annual-right-section h2 {
	font-size: 24px;
	text-align: center;
	padding: 1px 0px 25px 0px;
	margin: 0px;
}

.request-a-demo {
	background: #fff;
	padding: 55px 0px;
}

.request-a-demo h2 {
	font-size: 24px;
	text-align: center;
	padding: 1px 0px 25px 0px;
	margin: 0px;
}

.annual-right-section ul {
	margin: 0px 0px 0px 25px;
	padding: 0px;
}

.annual-right-section ul li {
	font-size: 15px !important;
	line-height: 30px !important;
	color: #000 !important;
	list-style: none;
	!important
}

.annual-right-section ul li .fa-check {
	padding-right: 10px;
}

.certification-completion-main {
	background: #fff;
	padding: 55px 0px;
}

.certification-completion-business {
	background: #efeeee;
	padding: 55px 0px;
}

img.certificate-img {
	width: 65%;
	padding: 10px 10px 0px 10px;
}

.certification-completion {
	background: #fff;
	margin: 12% 0 0 0;
	padding: 25px;
	border: 1px solid #ccc;
	border-radius: 16px;
	-webkit-border-radius: 16px;
}

.certification-completion img.certification-completion-img {
	width: 12%;
}

.certification-completion h1 {
	font-size: 36px;
	font-weight: bold;
	text-align: left;
	padding: 15px 0px 15px 0px;
}

.social-icons-business {
	color: var(--bs-gray-500);
	font-size: 28px;
	margin: 7px;
	padding: 8px;
	border: 1px solid var(--bs-gray-300);
	border-radius: 30px;
}

.social-icons-business:hover {
	color: var(--bs-gray-500);
	pointer-events: none;
	cursor: default;
}

.get-in-touch {
	background: #efeeee;
	padding: 55px 0px;
}

.get-in-touch h2 {
	font-size: 32px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.get-in-touch p {
	font-size: 20px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.get-in-touch img {
	width: 355px;
}

.student-works h2 {
	font-size: 28px;
	text-align: center;
}

.student-works {
	background: #fff;
	padding: 20px;
	margin: 55px 0px 0px 0px;
}

.student-works .tiny-slider {
	padding: 10px;
	border-radius: 8px;
}

.student-works #tns1>.tns-item {
	padding-right: 15px !important;
}

.student-works .tns-inner img {
	width: 85px;
	height: 85px;
	padding: 5px;
	border-radius: 6px;
}

.card-wrap {
	background: #fff;
	padding: 10px;
	border: 1px solid #ccc;
}

.card-wrap input,
.card-wrap textarea {
	width: 100%;
	background: #fff;
	font-size: 14px;
	color: #000;
	line-height: 30px;
	padding: 0px 0px;
	margin: 0px 0px 15px 0px;
	border: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	outline: none;
	resize: none;
}

.card-wrap select {
	width: 100%;
	background: #fff;
	font-size: 14px;
	color: #817f7f;
	line-height: 36px;
	padding: 7px 0px;
	margin: 0px 0px 15px 0px;
	border: 1px solid #fff;
	border-bottom: 1px solid #eee;
	outline: none;
	resize: none;
}

.card-wrap .getin-btn {
	background: #40a944;
	font-size: 15px;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	margin: 5px 0px;
	border: 1px solid #40a944;
	cursor: pointer;
}

.happy-customers-b {
	background: #fff;
	padding: 55px 0px;
	margin: 0px;
}

.happy-customers {
	background: #efeeee;
	padding: 55px 0px;
	margin: 0px;
}

.happy-customers h2 {
	font-size: 36px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

.happy-customers p {
	font-size: 18px;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}

.customer-boxes {
	background: #fff;
	padding: 20px;
	margin: 0px 0px 25px 0px;
	border: 1px solid #ccc;
}

.customer-boxes img {
	margin: 0 auto;
	width: 95px;
	text-align: center;
	display: flex;
	align-items: center;
}

.customer-boxes h2 {
	font-size: 22px;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

.customer-boxes h3 {
	font-size: 16px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #ccc;
}

.customer-boxes p {
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.faq-business {
	background: #efeeee;
	padding: 55px 0px;
	margin: 0px;
}

.faq-business h2 {
	font-size: 28px;
	padding: 0px;
	margin: 0px;
}

.faq-business img {
	width: 455px;
}

.certification-completion h2 {
	font-size: 1.8rem;
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

.card-wrap label.error {
	font-size: 12px;
	color: #f00;
	position: relative;
	margin: 0px;
	top: -6px;
	text-align: left;
	float: left;
}

/*.shadow-gift{box-shadow:rgb(0 0 0 / 9%) 0px 2px 1px, rgb(0 0 0 / 9%) 0px 4px 2px, rgb(0 0 0 / 9%) 0px 8px 4px, rgb(0 0 0 / 9%) 0px 16px 8px, rgb(0 0 0 / 9%) 0px 32px 16px; -webkit-box-shadow:rgb(0 0 0 / 9%) 0px 2px 1px, rgb(0 0 0 / 9%) 0px 4px 2px, rgb(0 0 0 / 9%) 0px 8px 4px, rgb(0 0 0 / 9%) 0px 16px 8px, rgb(0 0 0 / 9%) 0px 32px 16px;}*/
.team-business {
	background: #efeeee;
	padding: 55px 0px;
}

.team-business img.urge-you {
	height: 375px;
}

.team-business .team-message-wrap {
	background: #fff;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 16px;
	-webkit-border-radius: 16px;
}

.team-business .team-message-wrap h2 {
	font-size: 28px;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

.team-business .team-message-wrap p {
	font-size: 18px;
	line-height: 30px;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

.team-business a.btn-request-demo {
	background: #40a944;
	font-size: 14px;
	color: #fff;
	padding: 5px 10px;
	border: 1px solid #40a944;
}

.team-business a.btn-not-interested {
	background: #ccc;
	font-size: 14px;
	color: #000;
	padding: 5px 10px;
	border: 1px solid #ccc;
}

.admin-dashboard {
	background: #fafafa;
	padding: 55px 0px;
	margin: 0px;
}

.align-center-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

#main_message_div {
	min-height: 347px;
	font-size: 18px;
	color: #000;
	text-align: center;
	padding: 20px;
	margin-top: 50px;
	border: 1px solid #ccc;
	border-radius: 6px;
	display: inline-grid;
	align-items: center;
}

#main_message_div .fa-comments {
	font-size: 52px;
	margin: 25px 0px;
}

.btn-mobile-otp {
	background: #40a944;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 5px 10px;
	margin: 5px auto;
	border: 1px solid #40a944;
}

/* end of business css */

.mt-t3 {
	margin: 1.25rem 0px 0px -3px !important;
	padding: 10px 10px 10px 10px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.fw-normal {
	font-weight: bold !important;
}

.dropdown-menu li a button {
	color: #585858 !important;
}

.slick-slide .inner {
	margin: 0 15px;
}

.total-currency {
	font-size: 24px;
	text-align: center;
	font-weight: normal;
}

.course-card-list .ebook-card-body {
	min-height: 45px;
	padding: 0rem 0rem 0rem 0rem;
}

.course-card-list .card .card-title {
	height: 25px !important;
	padding: 0rem 0rem 0rem 0rem;
}

.course-card-list .pb-5 {
	height: 28px !important;
	padding-bottom: .5rem !important;
}

.p10 {
	padding: 15px 10px 15px 5px !important;
}

ul.download-pdf {
	top: 0px !important;
}

ul.download-pdf li {
	background: #fff;
	margin: 0px;
	padding: 7px 0px 7px 10px !important;
	line-height: 18px !important;
}

ul.download-pdf li a {
	color: #000 !important;
}

ul.download-pdf li a:hover {
	coloe: #333;
}

.no-border {
	border: 0px solid #ccc !important;
}

/* css of tax invoice */
.tp-seller {
	width: 45%;
	text-align: left;
	float: left;
	padding: 22px 0px;
}

.tp-invoice {
	text-align: right;
}

.tp-receipient {
	width: 60%;
	float: none !important;
	display: inline !important;
}

.tp-receipient h1 {
	font-size: 36px;
	text-align: right;
	color: #000;
	margin: 0px;
	padding: 2px 0px;
}

.tp-receipient span {
	font-size: 14.5px;
	color: #333;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}

.tp-receipient p {
	font-size: 14.5px;
	color: #333;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}

.tp-sup-details {
	text-align: left;
}

.tp-sup-details h3 {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	color: #000;
}

.tp-rec-details h3 {
	font-size: 22px;
	font-weight: bold;
	text-align: right;
	color: #000;
}

.tp-book-price table {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.tp-book-price th {
	border-top: none;
	color: #000;
	font-weight: bold;
	padding: 7px 5px;
}

.tp-book-price td {
	color: #000;
	line-height: 30px;
	padding: 0px 5px;
}

/* end of css of tax invoice */

/* affiliation css */
.affiliates-banner {
	width: 100%;
	min-height: 130px;
}

.affiliates-banner img {
	max-width: 100%;
	width: 100%;
}

.affiliate-main {
	background: #fff !important;
	margin: 0px;
	padding: 35px 0px 20px 0px;
}

.affiliate-main .revenue-generated-block h1,
.earningMain h1,
.faq-block h1 {
	font-size: 40px;
}

.revenue-generated-block {
	margin: 40px 0;
	text-align: center;
}

.price-dollar {
	font-size: 40px;
	color: #b3b3b3;
}

.price-dollar b {
	font-size: 48px;
	color: var(--bs-orange);
}

.revenue-block h1 {
	font-size: 30px;
	text-align: center;
	margin: 15px 0px 55px 0px;
	padding: 0px;
}

.revenue-block {
	margin: 30px 0px 100px 0px;
	padding: 0px;
}

.revenue-block h4 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin: 5px 0px 15px 0px;
	padding: 0px;
}

.icon-lg {
	width: 3.5rem !important;
	height: 3.5rem !important;
	line-height: 1.2rem !important;
	text-align: center !important;
	font-size: 1rem !important;
	padding: 10px 0px 0px 0px !important;
}

.m-27 {
	min-height: 127px;
}

.text-left {
	text-align: left;
}

.faq-Join {
	text-align: center;
}

.w100 {
	width: -webkit-fill-available;
	width: -moz-available;
}

.form-popup-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}

.form-popup-bg {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgb(255, 255, 255, .6);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	overflow-y: auto;
	z-index: 10000;
}

.form-popup-bg.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}

.form-container {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 20px;
	color: #000;
}

.close-button {
	background: #f00;
	color: #fff;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	border: solid 1px #f00;
	border-radius: 4px;
}

button.btn-form-join-now {
	cursor: pointer;
	color: #000;
	font-size: 20px;
	padding: 10px 60px;
	border-radius: 4px;
	font-weight: bold;
	border: none;
	background-image: linear-gradient(to right, #ffa819, #ff6666);
}

.btn-join-now {
	text-align: center;
}

.form-popup-bg:before {
	content: '';
	background-color: #fff;
	opacity: .25;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.form-container label {
	font-size: 13px;
	color: #333;
}

.form-container input {
	padding: 4px 10px;
	margin: 0px;
	line-height: 30px;
	border: 1px solid #ccc;
}

.form-container .form-group {
	margin-bottom: 15px;
}

/* end of affiliation css */

.search-wishlist-icon {
	text-align: right;
	margin: 0px 0px -50px 0px;
	padding: 10px 10px;
	line-height: 28px !important;
	top: 15px;
	position: relative;
	right: 2px;
	z-index: 9;
}

.search-wishlist-icon a.wishlist {
	color: #fff;
	font-size: 18px;
	padding: 3px 5px 0px 5px;
	border: 2px solid #ccc;
	border-radius: 90px !important;
	-moz-border-radius: 90px !important;
}

.bundle-details-wishicon {
	text-align: right;
	margin: 176px 6px 10px 0px !important;
	padding: 10px 10px;
	position: absolute !important;
}

.video-details-wishicon {
	text-align: right;
	margin: 185px 15px 10px 0px !important;
	padding: 10px 10px;
	position: absolute !important;
}

.ebook-details-wishicon {
	text-align: right;
	margin: 185px 15px 10px 0px !important;
	padding: 10px 10px;
	position: absolute !important;
}

.wishlist-card {
	text-align: right;
	margin: 0px 0px -50px 0px;
	padding: 10px 10px;
	line-height: 28px !important;
	position: relative;
	right: 2px;
	z-index: 9;
}

.wishlist-card a.wishlist {
	background: rgb(255, 255, 255);
	font-size: 18px;
	color: #b1b1b1;
	padding: 3px 5px 0px 5px;
	border: 1px solid #ccc;
	border-radius: 90px !important;
	-moz-border-radius: 90px !important;
}

.bundle-wisth-icon {
	margin: 0px !important;
	position: relative !important;
	margin: 0px 0px -50px 0px !important;
	right: 2px !important;
}

a.certify-sample-link {
	background: var(--bs-primary);
	color: #fff;
	font-size: 11px;
	padding: 2px 9px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.bogo-base-price-strike {
	text-decoration: line-through;
}

.bogo-coupon-applied {
	border: 1px dashed #20d50a;
	width: max-content;
	font-size: 9px;
	color: #03b933;
	margin: 7px 0px 0px 10px;
	padding: 4px 5px 2px 5px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	box-shadow: 1px 0px 10px #e5dfdf;
}

/* annual membership css */
.btn-100 {
	width: 100%;
	max-width: 100%;
}

.videos-bgn-desc {
	margin: 10% 0 0 0;
}

.videos-bgn h1 {
	font-size: 34px;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 0px 25px 0px;
	line-height: 32px;
	letter-spacing: 2px;
}

.videos-bgn p {
	font-size: 18px;
	color: #fff;
	margin: 0px;
	padding: 0px;
	line-height: 32px;
}

.ann-membership {
	background: #fff;
	padding: 20px;
	border-radius: 12px;
	-wekbit-border-radius: 12px;
}

.ann-membership h1 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.ann-membership .ann-yearly {
	background: #c3fcd7;
	margin: 10px auto 15px auto;
	border-radius: 12px;
	-webkit-border-radius: 12px;
}

.watch-video-wrap {
	color: #fff;
	margin-right: 15px;
	margin-left: 95px;
	padding: 0px;
	display: flex;
	justify-content: flex-start;
}

.watch-video-wrap .play-video-icon {
	font-size: 60px;
	color: #ff0;
	margin-right: 10px;
	position: relative;
	top: -4px;
}

.watch-video-wrap h5 {
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	text-align: left;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}

.watch-play-ratings {
	margin: -17px 0px 0px 69px !important;
	padding: 0px !important;
}

.watch-play-ratings .rating span {
	font-size: 30px !important;
}

.toc-author {
	width: 235px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	margin: 0px;
	padding: 0px 35px 0px 0px;
	float: left;
}

.tools-to-master {
	padding: 20px;
	margin: 25px 0px;
}

.course-certificate img {
	width: 255px;
	height: auto;
	margin: 0 auto;
	padding: 4px;
	border: 3px solid #ccc;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-250px * 7));
	}
}

.slider {
	height: 100px;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: auto;
}

.slider .slide-track {
	animation: scroll 40s linear infinite;
	display: flex;
	width: calc(250px * 14);
}

.slider .slide {
	height: 75px;
	width: 150px;
}

.tns-item .avatar {
	position: relative;
	top: 0px;
	left: 55px;
}

.tns-controls [data-controls]:hover {
	background: rgba(0, 0, 0, .4) !important;
	color: #fff;
}

.tns-controls [data-controls] {
	background: rgba(0, 0, 0, .4) !important;
	color: #fff;
}

.tns-outer {
	padding: 0 !important
}

.tns-outer[hidden] {
	display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
	cursor: pointer
}

.tns-slider {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s
}

.tns-slider>.tns-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
	white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
	content: '';
	display: table;
	clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
	float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
	margin-right: -100%;
}

.tns-no-calc {
	position: relative;
	left: 0;
}

.tns-gallery {
	position: relative;
	left: 0;
	min-height: 1px;
}

.tns-gallery>.tns-item {
	position: absolute;
	left: -100%;
	-webkit-transition: transform 0s, opacity 0s;
	-moz-transition: transform 0s, opacity 0s;
	transition: transform 0s, opacity 0s;
}

.tns-gallery>.tns-slide-active {
	position: relative;
	left: auto !important;
}

.tns-gallery>.tns-moving {
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
}

.tns-autowidth {
	display: inline-block;
}

.tns-lazy-img {
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	transition: opacity 0.6s;
	opacity: 0.6
}

.tns-lazy-img.tns-complete {
	opacity: 1;
}

.tns-ah {
	-webkit-transition: height 0s;
	-moz-transition: height 0s;
	transition: height 0s;
}

.tns-ovh {
	overflow: hidden;
}

.tns-visually-hidden {
	position: absolute;
	left: -10000em;
}

.tns-transparent {
	opacity: 0;
	visibility: hidden;
}

.tns-fadeIn {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 0
}

.tns-normal,
.tns-fadeOut {
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1;
}

.tns-vpfix {
	white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
	display: inline-block;
}

.tns-t-subp2 {
	margin: 0 auto;
	width: 310px;
	position: relative;
	height: 10px;
	overflow: hidden
}

.tns-t-ct {
	width: 2333.3333333%;
	width: -webkit-calc(100% * 70 / 3);
	width: -moz-calc(100% * 70 / 3);
	width: calc(100% * 70 / 3);
	position: absolute;
	right: 0;
}

.tns-t-ct:after {
	content: '';
	display: table;
	clear: both
}

.tns-t-ct>div {
	width: 1.4285714%;
	width: -webkit-calc(100% / 70);
	width: -moz-calc(100% / 70);
	width: calc(100% / 70);
	height: 10px;
	float: left;
}

.tns-item blockquote {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.list-group-item {
	color: #000 !important;
	border: 1px solid transparent !important;
}

.nav-subscription {
	margin: 0 auto;
	display: inline-flex;
	border: 0px solid #ccc !important;
}

.nav-subscription .nav-link {
	border: 1px solid #fff !important;
	border-radius: 2rem !important;
}

ul.nav-sub-catlist {
	margin: 0px;
	padding: 0px;
}

ul.nav-sub-catlist li {
	background: #fff;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 10px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

ul.nav-sub-catlist li span {
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px;
}

ul.nav-sub-catlist li .sublist-icons {
	color: var(--bs-indigo);
	text-align: right;
	margin: 0px;
	padding: 0px 15px 0px 5px;
}

.curriculum {
	background: #e8fff0;
	margin-left: -58px;
	padding-left: 58px;
	padding-top: 0px;
	margin-right: 0px;
}

.curriculum .tab-content {
	min-height: 600px !important;
	max-height: 100% !important;
	padding: 0px 25px 0px 0px;
}

.sublist-desc {
	color: var(--bs-orange);
	text-align: right;
	font-weight: normal;
	padding-left: 15px;
	margin-left: 10px;
	border-left: 1px solid var(--bs-orange);
}

ul.benefitsul {
	margin: 0px;
	padding: 0px;
}

ul.benefitsul li {
	color: #000;
	list-style: none;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}

ul.bgchoose {
	padding: 5px;
	margin: 0px;
}

ul.bgchoose li {
	background: #e8fff0;
	font-size: 18px;
	color: #000;
	line-height: 32px;
	list-style: none;
	margin: 0px 0px 20px 25px;
	padding: 10px 0px 10px 20px;
}

.tools-to-master .accordion-icon {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.circle-chev {
	background: #4fae47;
	color: #fff;
	padding: 7px 8px;
	border-radius: 90px;
}

.circle-chek {
	background: #4fae47;
	color: #fff;
	padding: 4px 6px;
	margin-right: 10px;
	border-radius: 4px;
}

.h100 {
	min-height: 265px;
}

/* end of annual membership css */

#signup_form input[type="text"],
#signup_form input[type="email"],
#signup_form input[type="tel"],
#signup_form textarea,
#signup_form select {
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	border: 0px solid #fff;
}

#signup_form label.error {
	font-size: 11px;
	color: #f00;
	margin: -9px 0px 0px 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
}

.btn-success-landing {
	background: #fed500 !important;
	font-size: 14px !important;
	color: #000 !important;
	text-align: center !important;
	padding: 6px 10px !important;
	margin: 0;
	border: 1px solid #fed500 !important;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
}

.h-100px {
	height: 45px !important;
}

#certificate_image img {
	width: 35px;
	position: absolute;
	margin: -19px 0px 0px -34px;
}

.course-header-list {
	margin: 0px;
	padding: 9px 10px 5px 10px;
}

.course-header-list h5 {
	font-size: 14px;
	white-space: nowrap;
}

.dpdown-icon-menu show .dropdown-item {
	padding: .1rem 0rem !important;
}

.subscription-user-name {
	margin-top: 10px;
}

.btn-filter-btn {
	background: #40a944;
	font-size: 13px;
	color: #fff;
	text-align: center;
	padding: 6px 10px 4px 10px;
	margin: 0;
	border: 1px solid #40a944;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.btn-filter-btn:hover {
	background: #0ec550;
	color: #fff;
}

.btn-filter-cancel {
	background: #f00;
	font-size: 13px;
	color: #fff;
	text-align: center;
	padding: 6px 10px 4px 10px;
	margin: 0;
	border: 1px solid #f00;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.btn-filter-cancel:hover {
	background: #f00;
	color: #fff;
}

.btn-admin-btn {
	background: #40a944;
	font-size: 11px;
	color: #fff;
	text-align: center;
	padding: 4px 10px 3px 10px;
	margin: 0;
	border: 1px solid #40a944;
	border-radius: 90px;
	-webkit-border-radius: 90px;
}

.btn-admin-btn:hover {
	background: #0ec550;
	color: #fff;
}

.btn-admin-cancel {
	background: #f00;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 6px 10px 4px 10px;
	margin: 0;
	border: 1px solid #f00;
	border-radius: 90px;
	-webkit-border-radius: 90px;
}

.btn-admin-cancel:hover {
	background: #f00;
	color: #fff;
}

/* zoho widget css */
.siq_bR {
	bottom: 92px !important;
	right: 0px !important;
}

/* zoho widget css */

/* css of toll free widget */
.toll-free {
	position: fixed;
	font-size: 14px;
	color: #000;
	text-align: right;
	padding: 0px;
	margin: 0px;
	right: 0px;
	bottom: 30%;
	z-index: 99999;
	transition: 1s ease-in;
	display: flex;
}

.toll-free button {
	border: none;
	background: transparent;
}

img.icon-tollfree {
	width: 48px !important;
	height: 50px;
	width: auto;
	background: #fff;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 90px;
	display: block;
	-webkit-box-shadow: 0px 0px 14px #000;
	cursor: pointer;
}

.talk-to-us {
	background: #fff;
	width: 135px;
	padding: 5px 5px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	box-shadow: 0px 0px 14px #000;
	-webkit-box-shadow: 0px 0px 14px #000;
}

.talk-to-us h3 {
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.talk-to-us h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
/* end of css toll free widget */

.card-header h2{font-size:20px; color:#000; text-align:left;}
.course-descrp h3{font-size:18px; color:#000; text-align:left;}

/*.watsapp{position:fixed; bottom:125px; right:0px; background: #fff; width:56px; padding:5px 0px 5px 7px; border-bottom-left-radius:6px; border-top-left-radius:6px; box-shadow:0 0 5px rgba(29,58,83,.85)!important; -webkit-box-shadow:0 0 5px rgba(29,58,83,.85)!important;}
.watsapp img{width:35px; height:35px; background:#34ba47; padding:0px; border:1px solid #31bb45; border-radius:90px; -moz-border-radius:90px;}*/