* {
	font-family: "Ubuntu", sans-serif;
}

.text-center img {
	display: inline-block;
}

header {
	padding: 0px;
}

.header-top {
	border-top: 5px solid #ff9000;
	padding: 10px 0px;
	box-shadow: 0 0 10px #00000042;
	background-color: #fff;
}

.sign-btn,
.sign-btn:hover {
	background: #ff9000 !important;
	color: #fff !important;
	padding: 10px 30px !important;
	border-radius: 0px 20px !important;
}

header .mainmenu {
	float: right;
	padding-top: 10px;
}

header .mainmenu ul li a {
	text-decoration: none;
	font-size: 16px;
	color: #000;
	transition: 0.3s all;
}

header .mainmenu ul li a:hover {
	color: #ff9000;
}

header .user-dropdown a:hover {
	color: #fff !important;
}

header .mainmenu ul li {
	padding: 10px 30px;
	display: flex;
	align-items: center;
}

header .mainmenu ul li:last-child {
	padding-right: 0px !important;
}

/*************SUB MENU*************/
.mainmenu .sub-menu {
	list-style: outside none none;
	min-width: 250px;
	padding: 0;
	position: absolute;
	z-index: 1000;
	display: none;
}

.mainmenu li:last-child:hover .sub-menu {
	right: 0;
}

.mainmenu li:hover .sub-menu {
	display: block;
}

.mainmenu .sub-menu li {
	padding: 0px !important;
}

.mainmenu .sub-menu li a {
	background-color: #fff;
	display: block;
	padding: 10px 15px !important;
	text-align: left;
	color: #000 !important;
	text-decoration: none;
	transition: all 1s ease-in-out 0s;
}

.mainmenu .sub-menu li a:hover {
	background: #fff !important;
	padding-left: 25px;
	color: #000 !important;
}

.col-md-5ths {
	width: 20%;
	float: left;
}

/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	margin: 0px;
}

.owl-theme .owl-nav {
	margin-top: 0;
}

header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
	background: none;
}

.header-bottom {
	position: relative;
}

.header-bottom .item img {
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
}

.header-bottom .banner-contents {
	position: absolute;
	left: 0;
	right: 0;
	top: 35%;
	width: 45%;
	margin: 0 auto;
	text-align: center;
}

.banner-contents h3 {
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	padding: 30px 0px;
}

.banner-contents p {
	font-size: 21px;
	color: #fff;
	line-height: 1.5;
}

.banner-contents a {
	font-size: 18px;
	padding: 10px 30px;
	border-radius: 0px 20px;
	font-weight: 500;
}

.banner-contents a.btn-1,
.btn-1 {
	background: #ff9000;
	color: #fff !important;
	border: 3px solid #ff9000;
}

.banner-contents a.btn-2 {
	background: transparent;
	border: 3px solid #ff9000;
	margin-left: 20px;
	color: #ff9000 !important;
}

.heading h4 {
	color: #000000;
	font-size: 19px;
	font-weight: 400;
}

.heading p {
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	padding: 10px 0px;
}

.heading h3 {
	color: #ff9000;
	font-size: 40px;
	font-weight: 800;
}

.heading h3 span {
	color: #000;
}

/*How section */
.how-section {
	padding: 80px 0px;
}

.how-section .how-cont-wrap {
	padding: 40px 40px;
	color: #fff;
	height: 100%;
}

.how-section .how-cont-wrap.box-1 {
	background: #000;

	border-radius: 30px 30px 0px 120px;
}

.how-section .how-cont-wrap.box-4 {
	background: #000;

	border-radius: 0px 120px 30px 30px;
}

.how-section .how-cont-wrap.box-2,
.how-cont-wrap.box-3 {
	background: #ff9000;
	border-radius: 30px;
}

.how-section .how-cont-wrap h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1em;
	padding: 20px 0px;
	color: #fff;
}

.how-section .how-cont-wrap p {
	font-size: 18px;
	font-weight: 300;
}

/*About Section */
.about-section {
	background: url('../images/others/about-bg.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right;
	padding: 80px;
}

.about-section p {
	text-align: justify;
}

.about-section .about-img.text-right {
	text-align: right;
}

.about-section .btn-1,
.about-section .btn-1:hover,
.btn-1,
.btn-1:hover {
	background: #ff9000;
	color: #fff !important;
	border: 3px solid #ff9000;
	border-radius: 0px 20px;
	padding: 10px 20px;
}

.welcome-section {
	padding: 80px 0px;
	background: #000;
	border-radius: 0px 150px 0px 150px;
	background: url('../images/others/why-bg.png');
}

.what-section {
	padding: 80px 0px;
	border-radius: 0px 150px 0px 150px;
	background: url('../images/others/why-bg.png');
	background-color: #000;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.what-section .what-contents p,
.what-section .what-contents h3,
.what-section .what-contents h4 {
	color: #fff;
}

/*Features section */
.features-section {
	padding: 80px 0px;
	background: #f2f2f2;
}

.benefit-section h3 {
	color: #000;
}

.benefit-section h3 span {
	color: #ff9000;
}

.benefit-section ul {
	padding-top: 30px;
}

.benefit-section ul li {
	background-repeat: no-repeat;
	padding-left: 60px;
	background-position: left 1px;
	padding-bottom: 30px;
	background-image: url('../images/icon/list-icon.png');
	font-size: 18px;
	font-weight: 300;
	padding: 0px 60px 30px;
}

.about-section.benefit-section {
	background: url('../images/others/amazon-bg.png');
	background-position: bottom left;
	background-repeat: no-repeat;
}

/*Memebers section */
.members-section {
	padding: 80px 0px;
	border-radius: 0px 150px 0px 150px;
	background: url('../images/others/member-bg.png');
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.members-section .members-cont-wrap {
	padding: 60px 40px;
	color: #000;
	background: #fff;
	border-radius: 50px;
	margin: 0px 20px;
	height: 100%;
}

.members-section .members-cont-wrap:hover {
	color: #000;
	background: #ff9000;
	border-radius: 50px;
}

.members-section .members-wrap {
	padding: 60px 60px;
}

.members-section .members-contents h3 {
	color: #ff9000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
}

.members-section .members-cont-wrap:hover h3,
.members-section .members-cont-wrap:hover h4,
.members-section .members-cont-wrap:hover p {
	color: #fff;
}

.members-section .members-contents h4 {
	font-weight: bold;
	font-size: 36px;
	color: #050505;
}

.members-section .members-contents h4 span {
	font-size: 18px;
	font-weight: 400;
}

.members-section .members-cont-wrap:hover .btn.btn-1 {
	background: #181818;
	border: #181818;
}

.members-section .members-contents hr {
	color: #4f4e4e;
}

.members-section .members-cont-wrap:hover hr {
	color: #fff;
}

.members-section h3 {
	color: #fff;
}

/*features section  */
.features-section {
	position: relative;
}

.features-section .features-contents h3 {
	color: #1d1d1d;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
}

.features-section .features-contents p {
	color: #000;
	font-size: 17px;
	font-weight: 300;
}

.features-section .feature-box.left-1 {
	position: relative;
	left: 26%;
	text-align: right;
	padding: 50px 0px;
}

.features-section .feature-box.left-2 {
	position: relative;
	left: 25%;
	text-align: right;
	padding: 20px 0px;
}

.features-section .feature-box.right-1 {
	position: relative;
	right: 26%;
	text-align: right;
	padding: 50px 0px;
}

.features-section .feature-box.right-2 {
	position: relative;
	right: 25%;
	text-align: right;
	padding: 20px 0px;
}

.features-section .features-cont-wrap.right p,
.features-cont-wrap.right h3 {
	text-align: left;
}

.features-section .feature-box img {
	width: 80%;
}

.features-section .center-box .features-img img {
	width: 32%;
	padding-bottom: 15px;
}

.features-section .features-contents.center-box.text-center {
	margin-top: -50px;
}

.features-section .features-contents.center-box.text-center {
	margin-top: -50px;
	padding: 0px 60px;
}

.features-section .features-wrap {
	padding-top: 50px;
}

/*testimonial section */
.test-section {
	padding: 80px 0px 100px 0px;
	background: #ff9000;
	/* border-radius: 0px 0px 0px 100px; */
	background-image: url('../images/others/contact-shape-bg.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-bottom: -35px;
	background-size: auto;
}

.test-section h3 {
	color: #fff;
	padding-bottom: 30px;
}

.test-section .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 40px;
}

.test-section .owl-carousel .owl-stage-outer {
	overflow: visible;
}

.test-section .features-img.text-center {
	position: relative;
	z-index: 10;
	top: -60px;
}

body {
	overflow-x: hidden;
}

.test-section .test-wrap {
	padding: 40px 0px;
}

/*Contact */
.about-section .footer-menu ul li::before {
	/*width: 16px;
    content: " ";
    background: url('img/icons/list-icon.png');
    position: absolute;
    left: -16px;
    top: -6px;
    height:20px;*/

}

.policy-data {
	padding-top: 60px;
	padding-bottom: 60px;
}

.policy-data a {
	color: #ff9000;
}

.policy-data h4 {
	margin-top: 25px;
}

.policy-data a:hover {
	text-decoration: none;
}

.benefit-section img {
	border-radius: 30px;
}

.test-contents {
	background: #fff;
}

.test-contents h3 {
	color: #000;
	text-transform: uppercase;
	text-align: left;
	font-size: 20px;
	padding: 0;
	margin-bottom: 0;
}

.test-contents .features-img img {
	border-radius: 50%;
	width: 100%;
}

.test-contents p {
	text-align: left;
	font-size: 16px;
	font-weight: 300;
	margin-top: -11px;
}

.test-contents {
	background: #fff;
	padding: 20px;
	border-radius: 20px;
}

.test-contents .features-contents img {
	width: 60% !important;
}

/*Contact */
footer {
	padding: 80px 0px;
	background: #000;
}

.footer-wrap h3 {
	font-size: 37px;
	color: #7d7bea;
	margin-bottom: 25px;
}

.footer-wrap ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
}

.footer-wrap ul li {
	padding-bottom: 5px;
}

.footer-contact ul li {
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: left 7px;
	padding-bottom: 10px;
}

.footer-wrap ul li {
	padding: 10px 40px;
}

.footer-contact ul li.location {
	background-image: url(../images/others/cont-1.png);
}

.footer-contact ul li.phone {
	background-image: url(../images/others/cont-2.png);
}

.footer-contact ul li.mail {
	background-image: url(../images/others/cont-3.png);
}

.social-icons ul li a i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-top: 10px;
	text-align: center;
	background-color: #e5accc;
}

.social-icons ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}

.social-icons ul li {
	padding-right: 8px;
}

.copyrights p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 0px;
}

.copyrights {
	padding: 20px 0px;
}

.footer-logo img {
	margin-bottom: 40px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
}

.owl-theme .owl-dots .owl-dot span {
	background: #000;
}

.contact-form h3 {
	text-align: center;
	font-size: 40px;
	font-weight: 800;
}

.contact-form form {
	max-width: 700px;
	margin: auto;
	background-color: #fff;
	padding: 50px;
	border-radius: 50px;
}

.contact-form button.btn.btn-primary {
	background: #ff9000;
	color: #fff !important;
	border: 3px solid #ff9000;
	border-radius: 0px 20px;
	padding: 10px 20px;
}

.contact-form form input,
.contact-form form textarea {
	outline: none !important;
	box-shadow: unset !important;
}

.form-control:focus {
	border-color: #000;
}



/* courses page css start here */
.card img {
	height: 250px;
	object-fit: cover;
}

.card .btn-without-bg {
	background: #ff9000;
	color: #fff;
	border-color: #ff9000;
	padding: 15px 25px;
	border-width: 2px;
	transition: 0.3s all;
	border-radius: 0px 20px !important;
	width: 100%;
}

.card .btn-without-bg:hover {
	background: #ff9000;
	color: #fff;
	border-color: #ff9000;
}

.card .bg-label-secondary {
	background-color: #e8e9ed !important;
	color: #6d788d !important;
}

.card-text p {
	height: 44px;
	white-space: break-spaces;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card-text p * {
	color: #646464 !important;
}

.courses .card-title a {
	color: #000000;
	transition: 0.3s all;
}

.courses .card-title a:hover {
	color: #ff9000;
}

.course-detail {
	margin-top: 60px;
	margin-bottom: 60px;
}

.courses ul.pagination li.page-item.active span.page-link {
	background: #ff9000;
}

.courses ul.pagination {
	justify-content: end;
}

ul#categoryTabs {
	border: 0;
	margin-bottom: 20px;
}

ul#categoryTabs::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

ul#categoryTabs::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
	height: 5px;
}


ul#categoryTabs::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #000;
}

.courses {
	margin-top: 60px;
	margin-bottom: 60px;
}

ul#categoryTabs a.nav-link {
	border: 2px solid #ff9000;
	margin-right: 10px;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 10px;
	border-radius: 0px 20px !important;
	color: #ff9000;
}


ul#categoryTabs a.nav-link:hover,
ul#categoryTabs a.nav-link.active {
	background: #ff9000;
	color: #fff;
	border-color: #ff9000;
}

ul#categoryTabs li.nav-item {
	margin-right: 10px;
}

/* courses page css end here */

/* course detail page css start here */

.table-responsive table th {
	color: #3b4056;
	background-color: #f5f5f7;
	border-bottom-color: #f5f5f7;
	padding-block: 1.426rem;
	padding: 0.7813rem 1.25rem;
	text-transform: uppercase;
	font-size: 0.8125rem;
	letter-spacing: 0.2px;
}


.table-responsive table td {
	background: #fff;
	color: #676b7b;
}

.table-responsive .view-btn {
	background: #ff9000;
	color: #fff;
	padding: 7px 20px;
	border-radius: 0 20px;
}

.table-responsive .view-btn:hover {
	background: #ff9000;
}

.course-detail .text-muted a {
	color: #ff9000;
}

.courses .bg-danger {
	max-width: max-content;
	margin: auto;
}

.course-detail .card-text p {
	width: fit-content;
	height: fit-content;
	white-space: break-spaces;
	overflow: unset;
	text-overflow: unset;
}

/* course detail page css end here */


/* login page css start here */
.login {
	max-width: 450px !important;
	margin: 60px auto;
	padding: 0 !important;
}

.login .card-body {
	padding: 1.75rem 50PX !important;
}

.login .card {
	border: 0;
}

.login button.btn.btn-primary {
	background-color: #000;
	border-color: #000;
	padding: 12px;
	color: #fff;
}

.login button.btn.btn-primary:hover,
.login button.btn.btn-primary:focus {
	background-color: #ff9000;
	border-color: #ff9000;
}

.login a {
	color: #ff9000;
	text-decoration: unset;
}

.login .form-control:focus {
	box-shadow: unset;
	outline: unset;
	border-color: #000;
}

.login .form-check-input {
	box-shadow: unset !important;
	outline: unset !important;
	border-color: #000;
}

.login .form-check-input:checked {
	background-color: #000000;
	border-color: #000000;
}

.login a:hover {
	opacity: .7;
}

/* login page css end here */


/* plan page css start here */
.choose-plan {
	padding: 60px 0px;
}

.choose-plan .card-body {
	padding: 30px;
}

.choose-plan .plan a.join-btn {
    max-width: max-content;
    background: #ff9000 !important;
    color: #fff !important;
    font-size: 18px;
    padding: 10px 30px !important;
    border-radius: 0px 20px !important;
    display: block !important;
    margin: auto;
}
.choose-plan .col-lg-4.col-md-6.col-sm-12 .plan {
    margin-bottom: 15px;
}
.plan.bg-primary .card-body span {
	color: #fff !important;
}

.choose-plan .plan p {
	margin-bottom: 0;
}

.choose-plan .plan a.join-btn:hover {
	background-color: #ff9000;
}

.plan.bg-primary {
	background-color: #000000 !important;
}

.plan.bg-primary small {
	color: #fff !important;
}

.coupon #coupon-btn {
    max-width: max-content;
    background: #ff9000 !important;
    color: #fff !important;
    font-size: 18px;
    padding: 10px 30px !important;
    border-radius: 0px 20px !important;
    border-color: #ff9000 !important;
}

.coupon #coupon-remove-btn {
	background-color: red;
	border-color: red;
	color: #fff !important;
	font-size: 18px;
	padding: 10px 30px !important;
	border-radius: 0px 20px !important;
	max-width: max-content;
}

.coupon #coupon-remove-btn {
	background-color: red !important;
	border-color: red !important;
}

.coupon input#coupon-code {
	max-height: 54px;
}

.coupon button {
	max-height: 54px;
}

div#coupon-msg>div {
	display: flex;
	flex-direction: row;
	align-items: center;
}

div#coupon-msg>div i {
	margin-right: 10px;
}

.coupon #coupon-btn:hover,
.coupon #coupon-btn:focus {
	background-color: #ff9000;
	color: #fff;
}

.payment-detail button#subscribe {
	max-width: max-content;
	background: #ff9000 !important;
	color: #fff !important;
	font-size: 18px;
	padding: 14px 60px !important;
	border-radius: 0px 20px !important;
}

.payment-detail button#subscribe:hover {
	background-color: #ff9000;
	border-color: #ff9000;
}

/* plan page css end here */

/*Front dropdown css start here */
.user-dropdown {
	position: relative;
	display: inline-block;
}

.user-dropdown button {
	background: #ff9000 ;
	color: #fff !important;
	font-size: 18px;
	padding: 10px 15px !important;
	border-radius: 0px 20px !important;
	border: unset;
	cursor: pointer;
	width: 140px;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: white;
	min-width: 150px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	z-index: 1;
	border-radius: 0px 20px !important;
	margin-top: 130px;
}

.dropdown-content a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: black;
	font-size: 16px !important;
	transition: 0.3s all;
}

.dropdown-content a:hover {
	background: #ff9000 !important;
	color: #fff;
}

.dropdown-content a:first-child {
	border-top-right-radius: 20px;
}

.dropdown-content a:last-child {
	border-bottom-left-radius: 20px;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
}

.user-dropdown:hover .dropdown-content {
	display: block;
}

.user-dropdown button p {
	margin-bottom: 0;
	white-space: nowrap;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 105px;
}

.policy-data p,
.policy-data ul li {
	font-size: 17px;
	font-weight: 300;
	color: #000;
}


.mbl-user-dropdown {
	display: none;
}

.user-dropdown button.userButton img {
    width: 20px;
	filter: brightness(0) invert(1);
	margin-right: 7px;
}
header .mainmenu ul li a.active {
    color: #ff9000;
}

header .mainmenu ul li a:focus {
    color: #ff9000;
}

.user-dropdown img {
    width: 20px;
    margin-right: 5px;
    filter: brightness(0) invert(1);
}
.order-summary button.btn-primary {
	background-color: #ff9000 !important;
	border-color:#ff9000 !important;
	color: #fff !important;
	font-size: 18px;
	padding: 14px 60px !important;
	border-radius: 0px 20px !important;
  }
  .order-summary .text-primary {
	color: #ff9000 !important;
  }
  .choose-plan .col-lg-4.col-md-6.col-sm-12 .plan:hover {
    background-color: #000000;
    color: #fff !important;
}
.choose-plan .col-lg-4.col-md-6.col-sm-12 .plan:hover h2, .choose-plan .col-lg-4.col-md-6.col-sm-12 .plan:hover span, .choose-plan .col-lg-4.col-md-6.col-sm-12 .plan:hover small {
    color: #fff !important;
}
small#discount-amount {
    font-weight: 500;
}
.total-discount {
    color: #000;
}
.choose-plan  .plan.bg-primary p,
.choose-plan  .plan.bg-primary ul li {
    color: #fff;
}



/*Front dropdown css end here */
/*RESPONSIVE*/


@media (max-width:1400px) {
	header .mainmenu ul li a {
		font-size: 16px;
	}

	header .mainmenu ul li {
		padding: 7px 15px;
	}
}

@media screen and (min-width: 1100px) and (max-width: 1280px) {
	header .mainmenu ul li a {
		font-size: 16px;
	}

	.copyrights p {
		font-size: 16px;
	}
}

@media screen and (max-width: 1279px) {
	header .mainmenu ul li a {
		font-size: 15px;
	}

	.sign-btn,
	.sign-btn:hover {
		padding: 10px 15px;
	}

	header .mainmenu ul li {
		padding: 0px 20px;
	}

	.banner-contents p {
		font-size: 18px;
	}

	header .banner-contents h3 {
		font-size: 45px;
		padding: 20px 0px;
	}

	header .header-bottom .banner-contents {
		top: 25%;
	}

	.how-section .how-cont-wrap {
		padding: 20px;
	}

	.how-section .how-cont-wrap h3 {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.1em;
		padding: 10px 0px;
	}

	.how-section .how-cont-wrap p {
		font-size: 14px;
		font-weight: 300;
	}

	.how-cont-wrap img {
		width: 50%;
	}

	.how-section .how-cont-wrap.box-1 {
		background: #000;
		border-radius: 30px 30px 0px 50px;
	}

	.how-section .how-cont-wrap.box-4 {
		background: #000;
		border-radius: 0px 50px 30px 30px;
	}

	.about-img img {
		width: 70%;
	}

	.heading p {
		font-size: 16px;
	}

	.heading h3 {
		font-size: 32px;
	}

	.how-section,
	.about-section,
	.what-section,
	.features-section,
	.members-section,
	.benefit-section,
	.test-section {
		padding: 60px 0px;
	}

	.features-section .features-contents p {
		color: #000;
		font-size: 12px;
		font-weight: 300;
	}

	.features-section .features-contents h3 {
		color: #1d1d1d;
		font-size: 17px;
		font-weight: bold;
	}

	.features-section .features-contents p {
		font-size: 14px;
		font-weight: 300;
	}

	.features-section .features-contents.center-box.text-center {
		margin-top: -30px;
		padding: 0px 40px;
	}

	.features-section .feature-box.left-1 {
		left: 30%;
		padding: 25px 0px;
	}

	.features-section .feature-box.left-2 {
		left: 30%;
		padding: 20px 0px;
	}

	.features-section .feature-box.right-1 {
		right: 30%;
		padding: 25px 0px;
	}

	.features-section .feature-box.right-2 {
		right: 30%;
		padding: 20px 0px;
	}

	.members-section .members-cont-wrap {
		padding: 40px 20px;
		border-radius: 40px;
		margin: 0px 0px;
	}

	.members-section .members-wrap {
		padding: 30px 30px;
	}

	.benefit-section ul li {
		font-size: 16px;
	}

	.test-contents h3 {
		font-size: 18px;
	}

	.footer-wrap ul li a {
		font-size: 16px;
	}

	.copyrights p {
		font-size: 14px;
	}

	footer {
		padding: 60px 0px 30px 0px;
		background: #000;
	}

	.members-section .members-contents h4 {
		font-size: 33px;
	}

	.members-section .members-contents h3 {
		font-size: 20px;
	}

	.members-section .members-contents h4 span {
		font-size: 16px;
	}

}

@media screen and (max-width: 1023px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}

	header .mainmenu ul li {
		padding: 0px 10px;
	}

	header .mainmenu ul li a {
		font-size: 14px;
	}

	header .banner-contents h3 {
		font-size: 34px;
		padding: 0px 0px 20px 0px;
	}

	.banner-contents a {
		font-size: 16px;
	}

	header .header-bottom .banner-contents {
		top: 23%;
	}

	.how-section .how-cont-wrap {
		padding: 12px;
	}

	.how-section .how-cont-wrap h3 {
		font-size: 15px;
	}

	.how-section .how-cont-wrap p {
		font-size: 12px;
	}

	.heading p {
		font-size: 14px;
	}

	.heading h3 {
		font-size: 25px;
	}

	.btn {
		font-size: 14px !important;
	}

	.heading h4 {
		font-size: 16px;
	}

	.features-section .features-contents p {
		font-size: 11px;
	}

	.features-section .features-contents h3 {
		font-size: 12px;
	}

	.features-section .feature-box.left-2 {
		left: 36%;
		padding: 0px 0px;
	}

	.features-section .feature-box.right-2 {
		right: 36%;
		padding: 0px 0px;
	}

	.members-section .members-cont-wrap {
		padding: 20px 20px;
	}

	.members-section .members-wrap {
		padding: 20px 10px;
	}

	.members-section .members-contents h4 {
		font-size: 24px;
	}

	.members-section .members-contents h3 {
		font-size: 16px;
	}

	.members-section .members-contents h4 span {
		font-size: 14px;
	}

	.members-contents p {
		font-size: 13px;
	}

	.members-section .members-cont-wrap {
		border-radius: 30px;
	}

	.benefit-section ul li,
	.test-contents p {
		font-size: 12px;
	}

	.test-contents h3 {
		font-size: 16px;
		margin-bottom: 0;
	}

	.test-contents .features-contents img {
		width: 44% !important;
		margin-bottom: 20px;
	}

	.test-contents .features-img img {
		border-radius: 50%;
		width: 80%;
	}

	.footer-wrap ul li {
		padding: 3px 18px;
		font-size: 14px;
	}

	.footer-wrap ul li a {
		font-size: 14px;
	}

	.test-section .test-wrap {
		padding: 20px 0px;
	}

	.choose-plan .plan {
		margin-bottom: 20px;
	}
}


@media screen and (max-width: 767px) {
	.sign-btn, .sign-btn:hover {
		background: unset !important;
		padding: 0px !important;
		max-width: max-content;
		margin-left: auto;
		font-size: 0;
	}
	.user-dropdown img {
		filter: brightness(0);
		margin-right: 0;
	}
	.order-summary button.btn-primary {
		padding: 14px 20px !important;
	  }
	.choose-plan .col-lg-4.col-md-6.col-sm-12 .plan {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}
	.policy-data {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.contact-form form {
		padding: 30px;
	}

	.contact-form h3 {
		font-size: 26px;
	}

	header .header-logo {
		text-align: center;
	}

	header .header-logo img {
		display: inline-block;
	}

	header .mainmenu .navbar {
		margin: 0;
		padding: 0;
	}

	.icon-bar {
		background-color: #000;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}

	.icon-bar+.icon-bar {
		margin-top: 4px;
	}

	button:focus {
		outline: none;
	}

	.navbar-toggler {
		background-color: transparent;
		background-image: none;
		border-radius: 0;
		padding: 9px 10px;
	}

	.navbar-dark .navbar-toggler {
		border: medium none;
	}

	header .header-top .mainmenu ul li {
		margin-bottom: 10px;
	}

	header .header-top .mainmenu ul li .sub-menu li {
		margin-bottom: 0px;
	}

	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}

	header .mainmenu {
		float: none;
		padding-top: 0px;
	}

	.header-bottom .banner-contents {
		top: 13%;
		width: 80%;
	}

	.banner-contents p {
		font-size: 12px;
		margin-bottom: 2px;
	}

	.banner-contents h3 {
		font-size: 20px;
		padding: 0px 0px 5px 0px;
		line-height: 1.2;
	}

	.btn {
		font-size: 12px !important;
	}

	.banner-contents a {
		font-size: 12px !important;
		padding: 5px 20px;
		border-radius: 0px 17px;
	}

	.how-section,
	.about-section,
	.what-section,
	.features-section,
	.members-section,
	.benefit-section,
	.test-section {
		padding: 40px 10px;
	}

	.heading h4 {
		font-size: 14px;
	}

	.heading h3 {
		font-size: 26px;
	}

	.heading p,
	.features-section .features-contents p {
		font-size: 15px;
		text-align: center;
		padding: 5px 20px;
	}

	.heading p br {
		display: none;
	}

	.how-cont-wrap img {
		width: 25%;
	}

	.how-section .how-cont-wrap {
		padding: 30px 40px;
		margin: 0px 40px;
		margin-bottom: 20px !important;
	}

	.about-contents {
		text-align: center;
	}

	.about-img img {
		width: 50%;
		margin-bottom: 20px;
	}

	.how-section .how-cont-wrap p {
		font-size: 14px;
	}

	.how-section .how-cont-wrap h3 {
		font-size: 18px;
	}

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

	.what-contents.heading {
		text-align: center;
	}

	.features-section .feature-box.left-1,
	.features-section .feature-box.left-2,
	.features-section .feature-box.right-1,
	.features-section .feature-box.right-2,
	.features-contents {
		left: 0%;
		right: 0;
		padding: 5px 0px;
		text-align: center;
	}

	.features-section .features-contents h3 {
		font-size: 20px;
	}

	.features-section .feature-box img {
		width: 30%;
	}

	.features-center-cont-wrap .features-img img {
		display: none;
	}

	.features-section .features-contents.center-box.text-center {
		margin-top: 0px;
		padding: 25px 0px;
	}

	.features-section .features-cont-wrap.right p,
	.features-cont-wrap.right h3 {
		text-align: center;
	}

	.what-img img {
		width: 50%;
		padding-bottom: 20px;
	}

	.members-section .members-cont-wrap {
		border-radius: 20px;
		margin-bottom: 20px;
	}

	.members-contents p {
		font-size: 14px;
	}

	.members-section {
		border-radius: 0px 80px 0px 80px;
	}

	.benefit-section ul li,
	.test-contents p {
		font-size: 14px;
		text-align: left;
	}

	.benefit-section ul li {
		padding: 0px 10px 20px 62px;
	}

	.test-contents .features-img img {
		border-radius: 50%;
		width: 100%;
	}

	.test-contents .feature-box .col-md-4 {
		width: 30%;
	}

	.test-contents .feature-box .col-md-8 {
		width: 70%;
	}

	.test-contents .test-contents .features-img img {
		width: 100%;
	}

	.test-contents .features-contents.left {
		text-align: left;
		padding: 0;
	}

	.test-section .features-img.text-center {
		top: -40px;
	}

	.footer-wrap ul li {
		padding: 3px 10px;
	}

	.footer-wrap ul li a {
		font-size: 11px;
	}

	.copyrights p {
		font-size: 11px;
	}

	.test-section .test-wrap {
		padding: 20px 0px 60px 0px;
	}

	footer {
		padding: 40px 0px 20px 0px;
	}

	.features-section .features-wrap {
		padding-top: 20px;
	}

	header .mainmenu ul li a {
		font-size: 16px;
	}

	.login {
		max-width: 90%;
		margin: 30px auto;
		padding: 1rem !important;
	}

	header .mainmenu .navbar a.navbar-brand {
		width: 150px;
	}

	.course-detail .banner-image img {
		height: 220px !important;
	}

	.course-detail .col-md-4 {
		margin-top: 30px;
	}

	.test-section {
		padding-bottom: 90px;
	}

	.choose-plan {
		padding: 40px 15px;
	}

	.choose-plan .card-body {
		padding: 30px 20px;
	}

	div#coupon-container .col-sm-6 {
		margin-bottom: 10px;
	}

	.login .card-body {
		padding: 1.75rem 25PX !important;
	}

	.payment-detail button#subscribe {
		width: 150px !important;
	}

	.test-section .test-wrap {
		max-width: 100% !important;
		overflow: hidden !important;
	}

	.courses ul.pagination {
		justify-content: center;
		margin-top: 10px;
	}

	div#course-list-page-info {
		text-align: center;
	}

	.courses {
		margin-top: 40px;
		margin-bottom: 30px;
	}

	.courses .card img {
		height: 220px;
	}

	.card .btn-without-bg i {
		margin-left: 6px;
	}

	.course-detail {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.user-dropdown button p,
	.user-dropdown button {
		width: max-content;
	}

	.mbl-user-dropdown {
        display: block !important;
        margin-left: auto;
        margin-right: 5px;
    }

	.desktop-user-dropdown {
		display: none !important;
	}
	.dropdown-content { 
		margin-top: 0;
		right: 0;
	}
	.mbl-user-dropdown button.userButton {
		background: transparent;
		text-align: center;
		padding: 0 !important;
	}
	
	.mbl-user-dropdown button.userButton img {
		filter: unset;
	}
}