:root {
    --primary-color: #077cdb;
    --secondary-color: #015AAE;
}
body {
    font-family: "Hind Siliguri", sans-serif;
    font-size: 18px;
    background: #f2f2f2;
}
select,
textarea,
input {
    font-size: 18px;
}
.form-control:focus,
.form-select:focus {
    box-shadow: none;
}
.form-control,
.form-select {
    font-size: 18px;
}
.form-control:disabled {
    background: #d1d1d1;
}
label {
    font-weight: 600;
}
.tar {
    text-align: right;
}
.w-100-p {
    width: 100% !important;
}
.w-100 {
    width: 100px !important;
}
.w-150 {
    width: 150px !important;
}
.w-200 {
    width: 200px !important;
}
.w-300 {
    width: 300px !important;
}
.w-400 {
    width: 400px !important;
}
.h-40 {
    height: 40px !important;
}
.h-100 {
    height: 100px !important;
}
.h-150 {
    height: 150px !important;
}
.h-200 {
    height: 200px !important;
}
.h-250 {
    height: 250px !important;
}
.h-300 {
    height: 300px !important;
}
.btn:first-child:hover,
:not(.btn-check) + .btn:hover {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #2d2d2d;
}

.badge.bg-success {
    background: #11af33 !important;
}
.badge.bg-danger {
    background: #ff3c23 !important;
}

.bg-website {
    background: var(--primary-color)!important
    border: 0;
}
.ml-auto {
    margin-left: auto !important;
}
a {
    transition: 0.35s;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
p {
    font-weight: 400;
}

.bg_f3f3f3 {
    background: #f3f3f3;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--primary-color);
}
.primary-color {
    color: var(--primary-color);
}
.primary-color:hover {
    color: #333;
}
select {
    width: 100% !important;
}

.button-style-1 a {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    padding: 14px 45px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.button-style-1 a:hover {
    transition: all 0.3s;
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
.button-style-2 a {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    padding: 8px 35px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.button-style-2 a:hover {
    transition: all 0.3s;
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}


@media (max-width: 991px) {
    .slider .text p {
        margin-left: 110px !important;
        margin-right: 110px !important;
    }
}


/* Heading Area */
.main-nav {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
    border-bottom: 1px solid #cecece;
}
.main-nav .navbar {
    padding-left: 0;
    padding-right: 0;
}
.main-nav nav .navbar-nav .nav-item {
    padding-top: 20px;
    padding-bottom: 20px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    top: 68px !important;
    background: #ffffff !important;
    padding: 0 !important;
    border: 2px solid #f5f5f5 !important;
    border-radius: 0 !important;
    width: 300px !important;
    z-index: 999999 !important;
}
.main-nav nav .navbar-nav .nav-item a {
    color: #333;
    font-weight: 500;
    text-transform: none !important;
    font-size: 17px !important;
    position: relative;
    padding-top: 7px;
}
.main-nav nav .navbar-nav .nav-item.active a {
    color: var(--primary-color);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    color: #444;
    border-bottom: 1px solid #dbdbdb;
}
.mobile-nav.mean-container .mean-nav ul li a.active,
.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active,
.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
    color: var(--primary-color);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: var(--primary-color) !important;
}
.main-nav nav .navbar-nav .nav-item:last-child {
    
}
.main-nav nav .navbar-nav .nav-item:last-child a {
    background: var(--primary-color);
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 4px;
}
.main-nav img {
    height: 70px;
}
.mobile-nav img {
    height: 40px;
}
.mean-container .mean-bar {
    background-color: #fff;
    height: 60px;
    z-index: 999999 !important;
}
.mean-container .logo {
    top: 5px;
}
.mean-container img {
    height: 50px;
}
.mean-container a.meanmenu-reveal span {
    background: var(--primary-color);
}
.mean-container a.meanmenu-reveal {
    color: var(--primary-color);
}

/* Scroll to Top */
.scroll-top {
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
    background: var(--primary-color);
    color: #fff;
    opacity: 0.7;
    z-index: 999999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.scroll-top:hover {
    opacity: 1;
    color: #fff;
    background: #313131;
}

/* Home Slider */
.slider .item {
    position: relative;
    height: auto;
    transition: all 0.5s;
    background: var(--secondary-color);
    padding-top: 100px;
    padding-bottom: 100px;
}
.slider .item .left {
    padding-right: 30px;
}
.slider .item img {
    
}
@media (max-width: 991px) {
    .slider .item .left {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .slider .item img {
        padding-right: 0;
    }
}
.slider .item h2 {
    font-size: 56px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 15px;
    color: #fff;
}
.slider .item p {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1.7;
    color: #fff;
}
.slider .item .item_button {
    margin-top: 25px;
}
.slider .item .item_button a {
    background: #fff;
    border-color: #fff;
    color: var(--primary-color);
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
}
.slider .item .item_button a:hover {
    background: #444444;
    border-color: #444444;
    color: #ffffff;
}
.slide-carousel.owl-carousel .owl-nav .owl-prev,
.slide-carousel.owl-carousel .owl-nav .owl-next {
	position: absolute;
    text-align: center;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 18px;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.slide-carousel.owl-carousel .owl-nav .owl-prev {
	top: 47%;
    left: 0;
    margin-left: 40px;
}
.slide-carousel.owl-carousel .owl-nav .owl-next {
    top: 47%;
    right: 0;
    margin-right: 40px
}
.slide-carousel.owl-carousel .owl-nav .owl-prev:hover,
.slide-carousel.owl-carousel .owl-nav .owl-next:hover {
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}



.special {
	background: #fff;
}
.special .left-side-photo img {
    width: 100%;
    height: auto;
}
.special .left-side {
	width: 100%;
	min-height: 500px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
@media (max-width: 767px) {
	.special .left-side {
		margin-bottom: 30px;
	}
    .special .right-side .inner {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}
.special .left-side .video-button {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	border-radius: 50%;
	padding: 24px 18px 18px 28px;
}
.special .left-side .video-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 66px;
	height: 66px;
    background: var(--primary-color);
	border-radius: 50%;
	animation: video-pop 1500ms ease-out infinite;
}
.special .left-side .video-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 66px;
	height: 66px;
	background: var(--primary-color);
	border-radius: 50%;
	transition: all 200ms;
}
.special .left-side .video-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 28px solid #fff;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}
.special .right-side {
    height: 100%;
    display: table;
}
.special .right-side .inner {
	padding: 0 30px;
    display: table-cell;
    vertical-align: middle;
}
.special .right-side h2 {
	color: var(--primary-color);
	font-size: 34px;
	font-weight: 800;
    margin-bottom: 10px;
}
.special .right-side h3 {
	color: #333;
	font-size: 20px;
	font-weight: 700;
    margin-bottom: 30px;
}
.special .right-side p {
	color: #333;
	font-size: 18px;
}
.special .right-side .read-more {
	margin-top: 30px;
}
.special .right-side .read-more a {
	border: 0;
	padding: 10px 30px;
	display: inline-block;
    background: var(--primary-color);
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
@keyframes video-pop {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
@media only screen and (max-width: 768px) {
	.special .left-side .video-section {
		margin-top: 40px;
	}
}


/* Footer Section */
.footer-section {
    background: #111827;
    color: white;
    padding: 60px 0 20px;
}
.footer-section .footer-brand {
    margin-bottom: 20px;
}
.footer-section .footer-logo {
    height: 60px;
    margin-bottom: 15px;
}
.footer-section .footer-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
    margin-bottom: 15px;
}
.footer-section .footer-description {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 1.0rem;
}
.footer-section .footer-heading {
    font-size: 1.3rem;
    font-weight: 600;
    color: white;
    margin-bottom: 30px;
    position: relative;
}
.footer-section .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-section .footer-links li {
    margin-bottom: 10px;
}
.footer-section .footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 1.0rem;
    transition: color 0.3s ease;
}
.footer-section .footer-links a:hover {
    color: var(--primary-color);
}
.footer-section .footer-contact p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
    font-size: 1.0rem;
}
.footer-section .footer-contact i {
    color: var(--primary-color);
    margin-right: 10px;
    width: 16px;
}
.footer-section .social-icons {
    margin-top: 20px;
}
.footer-section .social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: white;
    margin-right: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.footer-section .social-icon:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-3px);
}
.footer-section .footer-divider {
    border-color: rgba(255, 255, 255, 0.2);
    margin: 40px 0 20px;
}
.footer-section .copyright-text {
    color: #ffffff;
    margin: 0;
    font-size: 1.0rem;
}
.footer-section .footer-bottom-links {
    text-align: right;
}
.footer-section .footer-bottom-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    margin-left: 20px;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}
.footer-section .footer-bottom-links a:hover {
    color: var(--primary-color);
}
.footer-section .sslcommerz img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .footer-section {
        padding: 40px 0 20px;
        text-align: center;
    }
    .footer-section .footer-bottom-links {
        text-align: center;
        margin-top: 15px;
    }
    .footer-section .footer-bottom-links a {
        margin: 0 10px;
    }
}


.page-content-term-privacy .sub {
    overflow: hidden;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.page-content-term-privacy .sub .item {
    float: left;
    margin-right: 15px;
    color: #969696;
}
.page-content-term-privacy .sub .item a {
    color: #969696;
    text-decoration: underline;
}
.page-content-term-privacy .main-text {
    margin-bottom: 25px;
}
.page-content-term-privacy h2 {font-weight: 700;}
.page-content-term-privacy h3 {font-weight: 700;}
.page-content-term-privacy h4 {font-weight: 700;}
.page-content-term-privacy h5 {font-weight: 700;}
.page-content-term-privacy h6 {font-weight: 700;}

.page-content h2 {
    font-size: 28px;
    font-weight: 700;
}
.page-content h3.sub {
    text-align: center;
    color: #e72727;
    font-size: 16px;
}
.page-content .problem {
    color: #e72727;
    font-size: 16px;
}
.page-content .problem a {
    color: #e72727;
    text-decoration: underline;
}
.page-content h3 {
    font-size: 24px;
    font-weight: 700;
}
.page-content h4 {
    font-size: 20px;
    font-weight: 700;
}
.page-content h5 {
    font-size: 16px;
    font-weight: 700;
}

.contact h2 {
    text-align: left;
}
.contact .contact-info-list {    
    padding: 0;
    margin: 0;   
}
.contact .contact-info-list li {
    list-style: none;
    margin-bottom: 10px;
}
.contact .contact-info-list li i {
    width: 25px;
}
.contact .contact-info-list li a {
    color: #444;
}
.contact img {
    width: 100%;
    height: auto;
}


.faq-wrapper .accordion {
    width: 100%;
}
.faq-wrapper .accordion-button {
    color: #444444;
    background: #ebebeb;
    font-weight: 700;
    font-size: 18px;
}
.faq-wrapper .accordion-button.collapsed {
    background: none;
}
.faq-wrapper .accordion-button:focus {
    box-shadow: none !important;
}
.faq-wrapper .accordion-item {
    margin-bottom: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.faq-wrapper .accordion-button::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 700;
    background-image: none;
    transform: none;
}
.faq-wrapper .accordion-button.collapsed::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 700;
    background-image: none;
}
.faq-wrapper .accordion-item .accordion-button {
    border-radius: 0 !important;
}
.faq-wrapper .accordion-body {
    font-weight: 400;
}
.faq-wrapper .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.faq-wrapper .accordion-item:last-of-type {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
@media (max-width: 991px) {
    .faq-wrapper .accordion {
        width: 100% !important;
    }
}


.testimonial {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.testimonial h2.main-header {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    color: #000;
    position: relative;
}
.testimonial .item {
    position: relative;
    text-align: center;
    color: #000;
    padding: 30px;
    background: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 6px;
    min-height: 420px;
}
.testimonial .description {
    margin: 0 auto;
}
.testimonial .photo {
    width: 95px;
    height: 95px;
    margin: 0 auto;
}
.testimonial .photo img {
    border-radius: 50%;
}
.testimonial .text {
    margin-top: 15px;
}
.testimonial .text h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 8px;
}
.testimonial .text p {
    font-size: 16px;
    margin: 0;
    color: #000;
}
.testimonial .quote {
    padding-top: 15px;
    padding-bottom: 15px;
}
.testimonial .quote i {
    font-size: 34px;
}
.testimonial-carousel .owl-nav {
    display: block!important;
}
.testimonial-carousel.owl-carousel .owl-nav .owl-prev,
.testimonial-carousel.owl-carousel .owl-nav .owl-next {
	position: absolute;
    text-align: center;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 18px;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.testimonial-carousel.owl-carousel .owl-nav .owl-prev {
	top: 47%;
    left: -120px;
    margin-left: 40px;
}
.testimonial-carousel.owl-carousel .owl-nav .owl-next {
    top: 47%;
    right: -120px;
    margin-right: 40px
}
.testimonial-carousel.owl-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel.owl-carousel .owl-nav .owl-next:hover {
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}
.testimonial-carousel-container {
    padding-left: 100px;
    padding-right: 100px;
}

.clearfix {
    width: 100%;
    clear: both;
}

.login-form {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 30px;
    background: #fff;
}
.login-form h2 {
    font-weight: 600;
    font-size: 28px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 15px;
    padding-bottom: 6px;
}
.login-form .nav-item {
    margin-right: 10px;
}
.login-form button {
    width: 100%;
    background: var(--primary-color);
    border-color: var(--primary-color);
    font-size: 18px;
}

.reg-form .small {
    font-size: 14px;
    margin-bottom: 10px;
    color: #979797;
    margin-top: -8px;
    margin-bottom: 4px;
}


.select2-container {
    z-index: 99999 !important;
}
.select2-container--bootstrap .select2-selection--single {
    height: 36px !important;
    line-height: 36px !important;
    padding-top: 0 !important;
    font-size: 15px !important;
}


.courses {
    margin-bottom: 20px;
}
.courses .search {
    margin-bottom: 30px;
}
.courses .search input {
    width: 300px;
}
.courses .search .course-search {
    width: 100%;
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.courses .item {
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #cdcfd5;
}
.courses .item .photo {
    overflow: hidden;
}
.courses .item .photo img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    vertical-align: top;
}
.courses .item .text {
    padding: 25px;
    border-bottom: 1px solid #cdcfd5;
}
.courses .item .text h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 1.5;
}
.courses .item .text h2 a {
    color: #333;
}
.courses .item .text .author {
    display: flex;
    align-items: center;
}
.courses .item .text .author .author-photo {
    margin-right: 10px;
}
.courses .item .text .author .author-photo img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.courses .item .text .author .author-name {
    font-size: 16px;
    font-weight: 600;
    color: #666;
}
.courses .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
}
.courses .bottom .price {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
}
.courses .bottom .price .del {
    text-decoration: line-through;
    color: #ed4444;
}
.courses .bottom .detail {
    width: 100%;
}
.courses .bottom .detail a {
    width: 100%;
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.courses .bottom .detail a:nth-child(2) {
    background: #27a158;
    border-color: #27a158;
}
.courses .bottom .detail a:nth-child(3) {
    background: #ed4444;
    border-color: #ed4444;
}
.courses .bottom .detail a:hover {
    background: #333;
    border-color: #333;
}
.courses .bottom .cart a {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.courses .bottom .cart a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #ffffff;
}
@media (max-width: 1199px) {
    .courses .item .photo img {
        height: 180px;
    }
}
@media (max-width: 991px) {
    .courses .item .photo img {
        height: 210px;
    }
}
@media (max-width: 767px) {
    .courses .item .photo img {
        height: auto;
    }
}

.course-detail-top {
    background: #ffffff;
    background-position: center center;
    background-repeat: repeat;
    border-bottom: 1px solid #cdcfd5;
}
.course-detail .course-photo {
    margin-right: 25px;
}
.course-detail .course-photo img {
    width: 100%;
    height: auto;
}
.course-detail .course-info h2 {
    font-weight: 700;
    color: var(--secondary-color)
}
.course-detail .course-info h3 {
    font-size: 16px;
    color: var(--primary-color);
    margin-bottom: 20px;
}
.course-detail .course-info .author {
    display: flex;
    align-items: center;
}
.course-detail .course-info .author .author-photo {
    margin-right: 10px;
}
.course-detail .course-info .author .author-photo img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.course-detail .course-info .author .author-name {
    font-size: 16px;
    font-weight: 600;
}
.course-detail .price {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--primary-color);
}
.course-detail .price .del {
    text-decoration: line-through;
    color: #fd7878;
}
.course-detail .cart a {
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.course-detail .cart a {
    font-size: 20px;
}
.course-detail .cart a:nth-of-type(2) {
    background: #444;
    border-color: #444;
}
.course-detail .tab-content {
    padding-top: 20px;
}
.course-detail .nav-link {
    color: var(--primary-color);
}
@media (max-width: 767px) {
    .course-detail .row,
    .course-detail .row .col-lg-9 {
        display: block!important;
    }
    .course-detail .course-photo img {
        width: 100%;
        margin-bottom: 20px;
    }
}
.course-detail .course-section h3 {
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    color: var(--primary-color);
}

.course-section-faq-wrapper .accordion {
    width: 100%;
}
.course-section-faq-wrapper .accordion-button {
    color: #444444;
    background: #afdbff;
    font-size: 18px;
    font-weight: 600;
}
.course-section-faq-wrapper .accordion-button.collapsed {
    background: none;
}
.course-section-faq-wrapper .accordion-button:focus {
    box-shadow: none !important;
}
.course-section-faq-wrapper .accordion-item {
    margin-bottom: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.course-section-faq-wrapper .accordion-button::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 700;
    background-image: none;
    transform: none;
}
.course-section-faq-wrapper .accordion-button.collapsed::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 700;
    background-image: none;
}
.course-section-faq-wrapper .accordion-item .accordion-button {
    border-radius: 0 !important;
}
.course-section-faq-wrapper .accordion-body {
    font-weight: 400;
}
.course-section-faq-wrapper .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.course-section-faq-wrapper .accordion-item:last-of-type {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
@media (max-width: 991px) {
    .course-section-faq-wrapper .accordion {
        width: 100% !important;
    }
}
.course-section-faq-wrapper .list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #cbcbcb;
}
.course-section-faq-wrapper .list:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.course-section-faq-wrapper .list .fa-file {
    margin-right: 4px;
}



.cart img {
    width: 70px;
}
.cart .cart-table {
    background: #fff;
}
.cart .cart-table img {
    width: 150px;
}
.cart .cart-table,
.cart .cart-table tr,
.cart .cart-table tr th,
.cart .cart-table tr td {
    border-color: #bebfc4!important;
}
@media (max-width: 991px) {
    .cart.cart-table {
        margin-bottom: 30px;
    }
    .cart .billing {
        margin-bottom: 30px;
    }
}
.cart .order-summary {
    float: right;
    width: 40%;
    border: 1px solid #bebfc4;
    padding: 10px;
    background: #fff;
}
.cart .order-summary-checkout {
    width: 100%;
    border: 1px solid #bebfc4;
    padding: 10px;
    background: #fff;
}
.cart .order-summary h3,
.cart .coupon h3 {
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.cart .coupon button {
    background: #000;
    border-color: #000;
}
.cart .checkout-button a {
    width: 100%;
    font-size: 20px;
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.cart .buy-button button {
    width: 100%;
    font-size: 20px;
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.cart .billing h3,
.cart .payment h3 {
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.cart .billing label {
    font-weight: 600;
}
.cart .payment-check {
    display: flex;
    align-items: center;
}
.cart .payment-check input {
    margin-right: 10px;
}
.cart .payment-check label {
    display: flex;
    align-items: center;
}
.cart .payment-check label span {
    padding-top: 8px;
    padding-right: 20px;
}
.cart svg {
    color: #e2136e;
    font-size: 50px;
}

.all-courses-button {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    font-size: 20px;
    padding: 12px 20px;
}


.user-panel label {
    font-weight: 600!important;
}
.user-panel table {
    background: #fff;
}
.user-panel table,
.user-panel table th {
    font-weight: 600!important;
}
.user-panel table td {
    font-weight: 400!important;
}
.user-panel .sidebar ul {
    margin: 0;
    padding: 0;
}
.user-panel .sidebar ul li {
    list-style: none;
    margin-bottom: 10px;
}
.user-panel .sidebar ul li a {
    display: block;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
    background: #fff;
    text-decoration: none;
    border: 1px solid #c8c8c8;
}
.user-panel .sidebar ul li.active a {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color)
}
.user-panel .sidebar ul li a:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color)
}
.user-panel .sidebar ul li i {
    width: 20px;
}
.user-panel .content img {
    width: 200px;
    height: auto;
}
.user-panel .content img.profile {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}
.user-panel .content .video-wrapper iframe {
    height: calc(100vh - 200px);
}

.coupon-apply button {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.w-50 {width: 50%;}
.w-100-p {width: 100% !important;}
.w-30-p {width: 30% !important;}
.w-40-p {width: 40% !important;}
.w-60-p {width: 60% !important;}
.w-70-p {width: 70% !important;}
.w-100 {width: 100px !important;}
.w_200 {width: 200px !important;}
.mb_0 {margin-bottom: 0;}
.table-border-0,
.table-border-0 tr,
.table-border-0 tr th,
.table-border-0 tr td {
    border: none!important;
}
.tar {text-align: right;}

.invoice-container {
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    padding: 25px;
}

.invoice-top-right {
    text-align: right;
}
.invoice-top-right h4 {
    font-size: 26px;
    text-transform: uppercase;
}
.invoice-top-right h5 {
    font-size: 16px;
    color: #757575;
}

.invoice-middle {
    margin-top: 40px;
    margin-bottom: 0px;
}
.invoice-middle-left p,
.invoice-middle-right p {
    color: #757575;
    font-size: 16px;
}
.invoice-middle-left h4,
.invoice-middle-right h4 {
    font-size: 20px;
}
.invoice-middle-right {
    text-align: right!important;
}

.invoice-item-table table.table-bordered {
    border: 1px solid #b9b9b9!important;
    border-collapse: collapse!important;
}
.invoice-item-table table.table-bordered tr {
    border: 1px solid #b9b9b9!important;
}
.invoice-item-table table.table-bordered td,
.invoice-item-table table.table-bordered th {
    border: 1px solid #b9b9b9!important;
    border-color: #b9b9b9!important;
    padding: 8px 12px;
}


.invoice-bottom {
    margin-top: 0px;
}
.invoice-bottom-payment h4 {
    font-size: 18px;
    font-weight: 700;
}
.invoice-bottom-total-box p {
    margin-bottom: 0;
    font-size: 16px;
}
.invoice-bottom-total-box span {
    width: 70px;
    display: inline-block;
}


h2.module_heading {
    background: #27a158;
    color: #fff;
    border: 1px solid #d5d5d5;
    padding: 8px 12px;
    font-size: 20px;
}
.module-content {
    border: 1px solid #d5d5d5;
    padding: 15px;
    background: #fff;
    margin-bottom: 30px;
}


@media (max-width: 585px) {
    body {
        font-size: 20px;
    }
    .mean-container img {
        height: 54px;
    }
    .mean-container .mean-nav ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mean-container .mean-nav ul li a {
        color: var(--secondary-color);
        border-color: #bebebe;
    }
    .mean-container .mean-nav ul li.mean-last a {
        border-bottom: 1px solid #bebebe;
    }
    .page-content .sidebar {
        margin-bottom: 50px;
    }
    body.swal2-toast-shown .swal2-container {
        width: 100%!important;
    }
    .swal2-popup.swal2-toast.swal2-show {
        margin-top: 60px;
        font-size: 20px;
    }
    .slider {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .slider .text {
        padding-top: 40px !important;
    }
    .slider .text h2 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .slider .text p {
        font-size: 16px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .slider .item {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 60px!important;
    }
    .slider .item h2 {
        font-size: 40px!important;
        line-height: 1.5!important;
    }
    .slider .item p {
        font-size: 20px;
    }
    .courses .bottom .cart a {
        font-size: 18px;
    }
    .page-content,
    .page-content-term-privacy {
        padding-top: 100px!important;
    }
    .special {
        padding-top: 20px!important;
        padding-bottom: 70px!important;
    }
    .special .left-side-photo img {
        margin-bottom: 25px;
    }
    .special .right-side p {
        font-size: 20px;
    }
    .special .right-side .read-more a {
        font-size: 20px;
    }
    .testimonial-carousel-container {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .testimonial-carousel .owl-nav {
        display: none!important;
    }
    .testimonial .text h4 {
        font-size: 24px;
    }
    .testimonial .text p {
        font-size: 18px;
    }
    .footer-section .footer-logo {
        height: 75px;
    }
    .footer-section .footer-heading {
        margin-bottom: 20px;
    }
    .footer-section .footer-links li {
        margin-bottom: 5px!important;
    }
    .footer-heading {
        margin-top: 30px;
    }
    .footer-section .footer-description,
    .footer-section .footer-links a,
    .footer-section .footer-contact p,
    .footer-section .copyright-text {
        font-size: 20px;
    }
    .courses-home {
        padding-top: 70px!important;
        padding-bottom: 40px!important;
    }
    .course-detail .course-photo {
        margin-right: 0px!important;
        padding: 10px;
    }
    .course-detail {
        padding-top: 20px!important;
        padding-bottom: 20px!important;
    }
    .course-detail-top {
        padding-top: 70px!important;
        padding-bottom: 40px!important;
    }
    .course-section:last-child {
        margin-bottom: 50px!important;
    }
    .course-section-faq-wrapper .accordion-item .accordion-button:after {
        position: absolute;
        right: 5px;
    }
    .course-section-faq-wrapper .accordion-button {
        padding-right: 40px;
    }
    .course-section-faq-wrapper .accordion-item .accordion-button {
        font-size: 20px;
    }
    .course-detail .cart a {
        margin-bottom: 7px;
    }
    .course-detail .course-info h2 {
        font-size: 30px;
        line-height: 1.5;
    }
    .course-detail .course-info .author .author-name {
        font-size: 18px;
    }
    .course-single {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .course-single .course-section {
        margin-bottom: 0!important;
    }
    .faq-wrapper .accordion-button {
        font-size: 20px;
        line-height: 1.5;
        padding-right: 40px;
    }
    .faq-wrapper .accordion-button:after {
        position: absolute;
        right: 5px;
    }
    .user-panel .sidebar ul li a,
    .courses .bottom .detail a {
        font-size: 20px;
    }
    .user-panel .sidebar ul li i {
        width: 25px;
    }
    .courses .item .text .author .author-name {
        font-size: 18px;
    }
    .cart .order-summary {
        width: 100%;
    }
    .coupon-apply {
        margin-top: 10px;
    }
}