@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&family=Lexend:wght@100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
:root {
  /*--fontFamily: "Kumbh Sans", sans-serif;*/
  /*--headingFontFamily: "Lexend", sans-serif;*/
  --fontFamily: "Source Sans 3", sans-serif;
  --headingFontFamily: "Source Sans 3", sans-serif;
  --lt-fonts: "Source Sans 3", sans-serif;
  --mainColor: #8a47cb;
  --bodyColor: #555;
  --bodyColor: #171717;
  --whiteColor: #fbfbfb;
  --blackColor: #4B4956;
  --transition: .5s;
  --fontSize: 16px;
  --border-radius: 3px;
  --sub-heading-color: #1b2634;
  --bg:#121212;
    --card:#1e1e1e;
    --accent:#ffffff;
    --muted:#c0c0c0;
    --glass: rgba(255,255,255,0.05);
}

body {
	font-family: var(--fontFamily) !important;
}

p {
	font-size: 16px;
	font-weight: 300 !important;
	/*color: var(--blackColor) !important;*/
}

a:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none !important;
}

/*.container {*/
/*        width: 1320px !important;*/
/*    }*/

header .topHeader {
	background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 12px;
}

 
.navbar.navbar-inverse.navbar-static-top .dropdown-men-sm a {
    font-weight: 400;
    display: block;
    text-align: left;
    padding: 7px 15px;
    border-radius:0px;
}
.navbar.navbar-inverse.navbar-static-top .dropdown-men-sm a:hover {background:#fbfbfb; color:#000;}
.navbar.navbar-inverse.navbar-static-top .dropdown-men-sm ul { padding:0px;}
.top_bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	padding: 1rem 0;
	color: #fff;
}

.top_bar a {
	color: #fff;
	text-decoration: none;
}

.m-hidden .default-btn3 {
	/*width: 140px;*/
}

.hero_text {
	text-align: left;
}

.contact_sec svg {
	width: 30px;
	height: 30px;
}

.contact_sec {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
}

.logo img {
	/*position: relative;*/
	/*top: 0 !important;*/
	/*max-width: 100px;*/
	    height: 56px;
}

.stuckMenu {
	padding: 5px 0 !important;
}


.default-btn1 {
	z-index: 1;
	position: relative;
	padding: 10px 40px;
	display: inline-block;
	color: var(--whiteColor);
	background-color: var(--blackColor);
	font-size: 18px;
	font-weight: 600;
	font-family: var(--fontFamily);
	background: rgb(218, 54, 201);
	background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);
	border-radius: 50px !important;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}


.default-btn1:hover {

	color: var(--whiteColor) !important;
	background-color: var(--blackColor) !important;
	text-decoration: none !important;

}

.hero_content {
	position: relative;
	width: 100%;
	min-height: 300px;
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://gaads.in/assets/images/bg-grivence.jpg) center / cover no-repeat;
	display: flex;
	justify-content: center;
	color: white;
	text-align: center;
	flex-direction: column;
	align-content: flex-start;
	align-items: flex-start;
	padding: 3rem;
	/*border-radius: 30px;*/
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	margin: 0;
	/*border:5px solid #fff;*/
}

.no-padding {
	padding-left: 0px;
	padding-right: 0px;
}

.best-course-v2 {
	padding-bottom: 30px !important;
}

.white_section {
	background-color: #fff7fc !important;
}

.hero_content h3 {
	font-size: 3.55rem !important;
	color: #f7f7f7 !important;
	font-weight: 500 !important;
}

.hero_content p {
	color: #f7f7f7 !important;
	line-height: 2.85rem;
}

.about-area {
	background-color: #fff7fc !important;
	padding: 5rem 0 1.5rem !important;
}

.about-area {
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}

.about-sec {

	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}

.about-title {
	font-size: 3.15rem;
	margin-bottom: 2rem;
	color: #4b4956;
	font-weight: 500;
}

.about-image img {
	width: 350px;
	border-radius: 30px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	border: 5px solid #fff;
}

.about-content h3 {
	margin-bottom: 0rem;
	font-weight: 300;
	line-height: 4rem;
	font-size: 2rem;
}

.about-content li {
	font-size: 18px !important;
	font-weight: 300 !important;
	color: var(--blackColor) !important;
	line-height: 3rem;
	margin-left: 2rem;
}

/*.about-content {*/
/*    margin-bottom: 25px;*/
/*    margin-left: 40px;*/
/*}*/
.about-content {
	margin-bottom: 0;
	margin-left: 0;
}

/*---*/
.key-area {
	background-color: #fff7fc !important;
	padding: 5rem 0 !important;
}

.key-area {
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	background: #0b141a !important;
}

.key-sec {

	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}

.key-title {
	font-size: 3.15rem;
	margin-bottom: 2rem;
	color: #fff;
	font-weight: 500;
}

.key-image img {
	width: 100%;
	border-radius: 30px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	border: 5px solid #fff;
}

.key-content h3 {
	margin-bottom: 0rem;
	font-weight: 300;
	line-height: 4rem;
	font-size: 2rem;
}

.key-content li {
	font-size: 18px !important;
	font-weight: 300 !important;
	color: #ffffff !important;
	line-height: 3rem;
	margin-left: 2rem;
}

.key-content {
	margin-bottom: 25px;
	margin-left: 40px;
}

/*---*/
.gradient-text {
	background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgb(101 19 157) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.our-usp {
	background-color: #0b141a;
	margin: 0;
	position: relative;
	padding: 5rem 0 5rem 5rem;
}

/*---course-slder----*/

.gradient-text {
	background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgb(101 19 157) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.slider-sectionUsp {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

/* Left Content */
.slider-sectionUsp .left-content {
	width: 40%;
	padding: 1rem;
	position: relative;
}

/* Swiper Container */
.swiper-container {
	width: 60%;
	position: relative;
}

.swiper {
	width: 100%;
}

.slider-sectionUsp .left-content h2 {
	font-size: 2.5rem;
	margin-bottom: 10px;
	color: #f7f7f7;
}

.slider-sectionUsp .left-content p {
	font-size: 18px;
	margin-bottom: 20px;
	color: #f7f7f7;
}

.slider-sectionUsp .left-content button {
	padding: 10px 20px;
	background: #007bff;
	color: #fff;
	border: none;
	cursor: pointer;
}


/*blog slider for course*/

.btn-wrap-usp {
	display: flex;
	gap: 10px;
	margin: 2rem 0;
}

.btn-wrap-usp2 {
	display: flex;
	gap: 10px;
	margin: 2rem 0;
	justify-content: center;
	align-items: center;
}

.btn-wrap-usp2 svg {
	width: 25px;
}

.course-detail h4 {
	font-size: 2rem !important;
	font-weight: 500;
	color: #4d4b58 !important;
	letter-spacing: .5px;
}

.blog-section {
	background-color: #fff7fc;
	margin: 0;
	position: relative;
	padding: 5rem 0 5rem 5rem;
}

.slider-sectionBlog {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	align-content: flex-start;
	flex-wrap: nowrap;
}

.slider-sectionBlog .left-content {
	width: 40%;
	padding: 1rem 5rem;
	position: relative;
}

.blog-section .left-content h2 {
	color: #4d4b58;
}

.slider-sectionBlog .left-content h2 {
	font-size: 3.15rem;
	margin-bottom: 0;
	font-weight: 500;
	letter-spacing: 0;
}

.blog-section .left-content p {
	color: #4d4b58;
	/*margin-bottom: 20px;*/
}

.left-content ul {
	margin-left: 15px;
}

.left-content ul li {
	font-size: 18px !important;
	font-weight: 300 !important;
	color: var(--blackColor) !important;
	line-height: 3rem;
}

.course-col {
	background: #ffffff;
	position: relative;
	border-radius: 20px;
	margin-top: 0px !important;
	padding: 2rem;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px !important;
	margin: 1.5rem;
}

.course-col figure img {
	border-radius: 20px !important;
}

.course-detail {
	background-color: #fff;
	border-radius: 0 0 4px 4px;
	padding: 2rem;
}

.desktop {
	display: block;
}

.swiper-button-prev {
	left: 20px;
}

.swiper-button-next {
	left: 80px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 1.5rem !important;
}

.swiper-button-next {
	left: 80px !important;
}

.swiper-button-next,
.swiper-button-prev {
	width: 50px !important;
	height: 50px !important;
	background: transparent !important;
	color: #4b4956 !important;
	border-radius: 50% !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	position: absolute !important;
	top: 100% !important;
	transform: translateY(-50%) !important;
	cursor: pointer !important;
	z-index: 10 !important;
	border: 2px solid !important;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px !important;
	top: 5rem !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%) !important;
	color: #fff !important;
	border: 2px solid #fff !important;
}

.swiper-container {
	width: 70%;
	overflow: hidden;
}

.swiper {
	width: 100%;
}

.single-blog-info {
	z-index: 1;
	padding: 30px;
	position: relative;
	border-radius: 10px;
	margin-bottom: 25px;
	background-color: var(--whiteColor);
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
}

.single-blog-info {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px !important;
}


.default-btn3 {
	    z-index: 1;
    position: relative;
    padding: 10px 25px;
    display: inline-block;
    color: var(--whiteColor) !important;
    background-color: var(--blackColor);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--fontFamily);
    background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);
    background: #000;
    border-radius: 30px !important;
    box-shadow: inset 0 0 0 1px var(--cds-color-interactive-primary);
    border: 0px solid #da36c9;
}
.default-btn3 {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    border-color: #f0ffff00;
}

.btn-primary {
	line-height: 50px;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	border-radius: 0;
	background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);
	border: none;
	padding: 0 36px;
	border-radius: var(--border-radius);
}

.btn-primary::before {
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	content: "";
	z-index: -1;
	position: absolute;
	border-radius: 4px;
	transition: var(--transition);
	background: #4b4956;
	border-radius: 50px !important;
}

.btn-primary::before {
	border-radius: 50px !important;
}


.btn-primary svg {
	width: 25px;
}

.btn-wrap-usp svg {
	width: 25px;
}

.default-btn3:hover::before {
	width: 100%;
}

.default-btn3::before {
	top: 0;
    left: 0;
    width: 0;
    height: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    border-radius: 3px;
    transition: var(--transition);
    background: #545454;
}
 

.desktop {
	display: block;
	position: relative;
}

.mob {
	display: none;
}

/* Swiper Buttons */
.swiper-button-nextBlog,
.swiper-button-prevBlog {
	width: 50px;
	height: 50px;
	background: transparent;
	color: #4b4956;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 100%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 10;
	border: 2px solid;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.swiper-container {
	width: 60%;
	position: relative;
}

.swiper {
	width: 100%;
}

.single-blog-info h3 {
	line-height: 1.5 !important;
	margin-bottom: 2rem !important;
	font-size: 1.5rem !important;
	font-weight: 300 !important;
	font-family: var(--fontFamily);
}

.single-blog-info ul li {
	font-weight: 400;
	font-size: 1rem !important;
}

/*end blog slider for course*/
/*end course slider*/


.query-section-warp {
	padding: 10rem 0;
	position: relative;
}

.query-section-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.query-section-content h2 {
	font-size: 4rem;
	color: #4d4b58 !important;
	font-weight: 500;
}

.footer-content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	gap: 10px;
	padding: 20px;
	text-align: center;
}

.blue_section {
	background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%) !important;
}

.footer-content ul {
	display: flex;
	gap: 25px;
	list-style: none;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-content ul li a {
	color: #fff;
}

.footer-content ul li a:hover {
	text-decoration: none;
}

.email-connect {
	display: flex;
	gap: 10px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.email-connect h3 {
	color: #fff;
	font-size: 2rem;
	margin: 0;
	font-weight: 500;
	text-align: center;
}

.email-sec {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-align: center;
}

.email-sec svg {
	width: 20px;
}

.email-sec a {
	font-size: 1.75rem;
	color: #fff;
}

.socialshare {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

.socialshare a i {
	color: #ad31c0 !important;
	font-size: 20px;
	line-height: 30px;
}

.socialshare a {
	background: #ffffff !important;
	padding: 5px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
}

.copywrite {
	padding: 1rem 0;
	text-align: center !important;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	background: linear-gradient(90deg, #4b4956 0%, #000);
}

/*.copywrite p {*/
/*    font-size: 1.35rem !important;*/
/*    padding-bottom: 0;*/
/*    color: #fff !important;*/
/*}*/
.whatsapp a {
	padding: 10px;
}

.email-sec a:hover {
	text-decoration: none;
}

/*login page*/
.section-login-panel {
	background-color: #fff7fc !important;
	background-color: #fbfbfb !important;
	padding: 50px 0 100px;
}

.register_border {
	margin: 0 auto;
	padding: 40px 40px;
	background-color: #ffffff !important;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	border-radius: 25px;
		    border: 1px solid #e7e7e7;
    box-shadow: 3px 2px 4px #e9eaf2;
}

.websign {
	width: 50%;
    margin: 0 auto;
    padding: 40px 40px;
    background-color: #ffffff !important;
    box-shadow: 3px 4px 2px #ebebeb;
    border-radius: 15px;
    border: 1px solid #e7e7e7;
}

.outline-input {
	border: 1px solid #b4b4b4;
	border-radius: 30px;
}


.form-control.input-userpanel {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

.button-submit-data {
	height: 47px;
	width: 100%;
	border: none;
	font-weight: 600;
	background-color: #4c4d4f;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.2px;
	background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);
	background: #000;
	border-radius: 30px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.toggle_radio2 {
	position: relative;
	background: #000;
	margin: 12px auto;
	overflow: hidden;
	padding: 0 !important;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
	height: 40px;
	width: 250px !important;
	color: #fff;
}

.toggle_radio2 p {
	color: #ffffff !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	text-align:center;
}

.toggle_option_slider {
	width: 121px !important;

}

.form-botm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	font-size: 1rem !important;
}

.forgot-pass-card p a {
	font-size: 15px;
	text-decoration: none;
	color: #000 !important;
	font-weight: 600;
}

.singup-router p a {
	font-size: 15px;
	text-decoration: none;
	color: var(--bodyColor) !important;
	font-weight: 600;
}


.singup-router p {
	color: #4b4956 !important;
	padding-bottom: 0;
	font-size: 15px !important;
	font-weight: 400 !important;
}

.ceri-note {
	background: #f2f3f4;
	border-radius: 30px;
	padding: 1rem;
	margin-bottom: 1rem;
	margin-top: 2rem;
	font-size:14px;
}

.error-message {
	/*position: absolute;*/
		/*margin-top: 45px;*/
		/*margin-left: 10px;*/
		font-size: 13px;
		position: relative;
    margin-top: 0px;
}

.form-group {
	position: relative;
	margin-bottom: 3rem;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.user-panel-signIn h4 {
	font-size: 20px;
 	margin-bottom: 15px !important;
	text-align: center;
	position: relative;
}
.mszHere {margin-top: 5px;
    font-size: 14px;
    display: block;
    font-weight: 400;}
.margin-right {
	margin-right: 10px;
}

.m-left-10 {
	margin-left: 10px;
}

.form-control {
	height: 45px;
	border-radius: 50px;
}

/*end login page*/
/*courses/*/
.background-bg-overlay {
	position: relative;
	width: 100%;
	/*height: 400px;*/
	background: url(/assets/images/header-image/course-banner.jpg) center / cover no-repeat;
	 padding: 150px 0px 80px 0px;
    color: #fff;
}
.fixed-header-main.scrolled {    position: fixed;
    background-color: #fbfbfb;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #eee;}
.fixed-header-main.scrolled .navbar-inverse.navbar-static-top a {
    color: var(--sub-heading-color);
    text-align: left;
    font-size: 16px;
    border-radius: 4px;
    color: #5e5e5e;
}
.courseFeaturesss {display: block;
    clear: both;
    font-size: 13px;}
.course-details-category .courseFeaturesss span {float: none;
    font-size: 13px;
    font-weight: 500;
    color: #0a9e0a;}
span.vdtil {float: none;
    font-size: 14px;
    font-weight: 500;
    width: calc(100% - 135px);
    display: block;
    margin: 0;}
span.viewed {    float: none;
    font-size: 13px;
    font-weight: 400;
    color: #ccc;
    width: 100%;
    display: block;}
 
.background-bg-overlay2 {
	display: flex;
	align-items: center;
}

.background-bg-overlay2 p {
	color: #fff !important;
}

.background-bg-overlay2 {
	position: relative;
	width: 100%;
	height: 350px;
	background: url(/assets/images/header-image/vd-course.jpg) center / cover no-repeat;
	padding: 5rem 0;
	color: #fff;
}
.RightMyCourseDetails .btn-wrap-usp a {    width: 100%; box-shadow: none;}
.background-bg-overlay2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgb(0 0 0 / 84%), rgb(0 0 0 / 42%));
}


.course-title-card p {
 	/*line-height: 28px;*/color: #fff;
}
.module-time {font-size: 18px;
    display: flex;
    color:#4F4F4F;
    align-items: center;
    gap: 10px;}
.module-time span {color: #fd14a8;}
.background-bg-overlay::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgb(0 0 0 / 86%);
}
.c-overview { display: flex;
    width: 100%;
    font-size: 20px;
    justify-content: space-between;
    font-weight: 600;
    line-height: 30px;
    -webkit-transition: 0.3s all 
ease-in-out;
    transition: 0.3s all 
ease-in-out;
    /* border-bottom: 1px solid #eee; */
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: left;
    margin-bottom: 10px;}
.br-course {    border-radius: 10px;
    border: 1px solid #e7e7e7;
    padding: 20px;margin-bottom:20px;}
.br-course .panel.panel-default:last-child, .br-course .course-modules {margin-bottom: 0;}
.course-section-detail-inner .course-details-category.heading-timeline.ul-li {    display: flex;
    gap: 0px;
    flex-direction: column;}
.course-section-detail-inner .course-details-category.heading-timeline.ul-li h2 {    font-size: 28px;
    line-height: 36px;
    width: 100%;
    text-align: left;    margin-top: 10px;}
.myCourseDetails {    display: flex;
    gap: 30px;}
.MyCourseDetailsCols {}
.LeftMyCourseDetails {    width: 66.666%;}
.RightMyCourseDetails {    width: 33.333%;
    margin-top: -340px;
    z-index: 1;}
.course-section-detail-inner {
	width: 100%;
	padding: 50px 0px;
	/*background: #fff7fc !important;*/
}
.course-section-detail-inner .course-details-category.heading-timeline.ul-li .about-button {    text-align: left;
    margin-top: 0;}
.course-section-detail-inner .course-details-category.heading-timeline.ul-li .about-button p {
    text-align: left;
    margin-bottom: 20px;
}
.default-btn3 {
    z-index: 1;
    padding: 10px 25px;
    display: inline-block;
    background-color: var(--blackColor);
    font-size: 18px;
    background: rgb(218, 54, 201);
    background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);
    background: #000;
    border-radius: var(--border-radius) !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border: 0px;
    line-height: 22px;
}

.navArea .default-btn3 {
    background: #fff;
    color: #000 !important;
	z-index: 1;
    position: relative;
    padding: 10px 30px;
    display: inline-block;  
    border-radius: 3px !important; 
}
.fixed-header-main.scrolled .navArea .default-btn3 {
    background: #000;
    color: #fff !important;
}
.navArea .default-btn3:hover {color: #fff !important; background: #fff !important;}
.fixed-header-main.scrolled .navArea .default-btn3:hover {color: #fff !important; background: #000 !important;}
.default-btn3-fsize {    font-size: 14px;
    font-weight: 500;}
.default-btn3-16fsize {    font-size: 16px;
    font-weight: 500;}
section.syallbus {
     background: #fdf7ed !important; 
    padding: 50px 0px;
}
section h2.sec-title {margin-top: 0;}
.course-video {    display: flex;
    /*gap: 15px;*/
    flex-wrap: wrap;
    flex-direction: column;padding: 15px 0px 30px 0px;}
.course-video-listing {
    /*background: #fbfbfb;*/
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
}
.thumb-title i {    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #7b2bb7;
    border-radius: 34px;
    font-size: 13px;
    text-align: center;
    background: #7b2bb7;
    color: #fff;}
.course-video-listing:hover .ply-Icon {opacity: .7;}
.course-video-listing:hover  a img.img-fluid {transform: scale(1.1);}
.course-video .course-video-listing span.vd-thumb {    padding: 0;
    position: relative;
    overflow: hidden;}
.course-video .course-video-listing span.vd-thumb:after {content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 53%);}
.course-video-listing a {}
.course-video-listing a img {
    transition: transform 0.3s ease-in-out;
}
.course-videos.sndBtn {width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid #eee;}
.course-video-listing:last-child .course-videos.sndBtn{ border-bottom: 0px solid #eee;}
.course-videos.sndBtn .video-duration span { padding: 0px;}
.course-video .course-video-listing .course-videos span {width: auto;}
table.checkOuts .list-head {}
table.checkOuts tr.list-head {}
table.checkOuts tr.list-head th {font-weight: 600;
    color: #333;
    border-bottom: 1px solid #ddd;}
.checkOuts {background: #fff; margin-bottom:0px;}
table.checkOuts tr.traoww td {font-size:14px; background: transparent; }
table.checkOuts tbody tr:nth-child(odd) {background: transparent;}
table.checkOuts tbody h3 { font-size:14px;}
table.checkOuts tr td .course-list-img {width: 50px;
    height: 50px;
    border-radius: 3px;}
.course-videos {display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;}
.course-videos .thumb-title {}
.order-payment .title-payment-heading h2 {background: transparent !important;
    color: var(--sub-heading-color);
    font-weight: 600;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;}
.course-page-section tr {border-bottom: 1px solid #ddd;} 
.checkout-content .order-payment {     border: 1px solid #e7e7e7;
    box-shadow: 3px 2px 4px #e9eaf2;}
.course-videos .video-duration button {    background: transparent;
    border: 1px solid #000;
    padding: 1px 10px;
    border-radius: 3px;
    color: #fff;
    background: #000;
    color: #fff;}
.course-videos .video-duration button:hover { background:#545454;}
.course-video-listing .ply-Icon {
    /*position: absolute;*/
    /*padding: 0;*/
    /*z-index: 9;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*width: 55px;*/
    /*height: 55px;*/
    filter: invert(1);
    padding: 0;
}
.para.course-video {width: 100%;
    margin: 0 auto;
    border: 1px solid #eee;
    padding: 15px 15px;
    border-radius: 0px 0px 6px 6px;
}
.course-modules .panel-body {
        padding: 0px;
}
.course-modules .panel .panel-heading {
        border-radius: 5px 5px 0px 0px !important;
    padding: 12px;
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7 !important;
}
.sec-title.latTitle {margin: auto;
    margin-bottom: 40px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 38px;
    text-align: center;
    color: #333;
}
.course-modules .panel-default {
    /*border-radius: 6px;*/
    overflow: hidden;
    /*box-shadow:0px 1px 3px #eee !important;*/
    margin-bottom: 10px;
}
.course-modules .acc-content span { margin-bottom: 0px;}
.course-video .course-video-listing:last-child a {border-bottom: none;}
.course-video .course-video-listing span {    display: flex;
    font-size: 14px;
    align-items: center;
    font-weight: 400;
    gap: 10px;
    margin: 0;
    padding: 15px 10px;
}
.benefitss {padding: 60px 0px;}
.benefitss .feture-column-sucess h1 {
    margin-top: 0px;
}
.benefitss .timeline-description {padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #dddddd;
    box-shadow: 0px 6px 4px #f5e5cb;
    gap: 12px;
    min-height: auto;
}
.benefitss .timeline-description img {width: 50px;
    height: 50px;}
.benefitss .timeline-column-card {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
    grid-column-gap: 13px;
    grid-row-gap: 15px;
}
.benefitss .timeline-description p {padding: 0px;
    text-align: left;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px;}
.about-button { margin-top: 30px;}
.course-detail-inner-panel { padding:0px; }
.course-detail-inner-panel p {
	line-height: 26px;
	text-align:center;
}
.top-bar-header {
    /* background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%); */
    padding: 50px 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* margin-bottom: 5rem; */
    background-image: linear-gradient(104deg, rgb(0 0 0), rgb(0 0 0 / 78%)), url(../images/br-bg.webp);
    padding-top: 120px;
    /* background-position-y: 807px; */
}
.user-profile-breadcumbs ul li {font-size: 18px;
    font-weight: 300;
    line-height: 28px;}
.policies-sub-card tr th {font-weight: 600;}
.policies-sub-card tr th, .policies-sub-card tr td { padding: 10px !important;}
.top-bar-headSec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.top-bar-headSec h2 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 10px;
}
.top-bar-headSec ul {
    padding: 0;
    margin: 0;
    color: #ffffff;
    list-style: none;
    display: flex;
    gap: 10px;
}
.top-bar-headSec ul li a {
    color: #fff;
}
.top-bar-headSec ul li span {display: block;}
.rating-card a {
	color: #FFC107 !important;
	font-size: 13px;
}

.side-bar {
	    margin-top: 0px;
    box-shadow: none;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    padding: 20px;
    margin-bottom:20px;
}
.side-bar-p p {    padding-bottom: 0;
    margin-bottom: 15px;
    position: relative;
    padding-left: 35px;
    text-align: left;}
.side-bar .me-2 {      margin-right: 10px;
    width: 24px;
    position: absolute;
    left: 0;}
.side-bar .btn-wrap-usp { margin-bottom:0px; margin-top:0px;}
.course-picture .video-thumbnail {     margin-top: 0px;
    box-shadow: none;
    border-radius: 0;
    border: none;} 
.fee-details span {    font-size: 18px;
    align-items: center;
    color: #979595;
    font-weight: 400;}
.fee-details span.text-decoration-line-through {    text-decoration: line-through; margin-right:5px;}
.space-data-card .default-btn3 {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-bottom: 20px;
	width: 100% !important;
}

.title-wiget-heading h3 {
	font-size: 22px;
	font-weight: 600;
	color: #383838;
	margin-bottom: 10px;
}

.btn-wrap-usp3 {
	display: flex;
	gap: 10px;
	margin: 2rem 0;
	justify-content: flex-end;
}

.btn-wrap-usp3 svg {
	width: 25px;
}


/*end courses*/


/*forgot password*/
.cardPassword {
	background: #fff;
	padding: 3rem !important;
	position: relative;
	background-color: #ffffff !important;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	border-radius: 30px;
	text-align: center !important;
}

.cardPassword h6 {
	font-size: 20px;
	font-weight: 600;
	color: #4c4d4f;
	margin-bottom: 35px;
	text-align: center !important;
}

.form-control.fPassowrd {
	height: 45px !important;
	border-radius: 50px !important;
	box-shadow: inherit;
}

.rest-btn {
	display: flex;
	justify-content: center;
	width: 100%;
}


.rest-btn .default-btn3 {
	display: flex;
	gap: 10px;
	width: 100%;
	justify-content: center;
}

.forgotPasswordSection {
	background: #fbfbfb !important;
	position: relative;
	width: 100%;
	padding: 50px 0 100px;
}

.student-dashboard-ui {
	width: 100%;
	padding: 50px 0 100px;
	position: relative;
	background: #fbfbfb !important;
}

/*end forgot password*/

/*dashboard css*/
.dropdown-men-sm {
	display: none;
	position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    max-width: 170px;
    z-index: 9999;
    margin-top: 0;
    border-radius: 10px !important;
    padding: 10px 0px;
    text-align: left;
}

.student-dashboard-ui::before {
	width: 25% !important;
}


.sidebar-panel {
	position: relative;
	z-index: 99;
	padding: 2rem 5rem;
}

.profile-container {
	display: flex;
	position: relative;
	width: 100%;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding-top: 50px;
}

.profile-circle-user {
	width: 150px;
	height: 150px;
	background: #fff;
	border-radius: 60%;
	margin-right: 10px;
}

/*.profile-container img {*/
/*    border-radius: 50%;*/
/*    border: 5px solid #f9f9f9;*/
/*    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;*/
/*}*/

.profile-container img {
	border-radius: 50%;
	border: 5px solid #f9f9f9;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	height: 150px;
	width: 150px;
	object-fit: cover;
	object-position: top;
}

.user-profile-image {
	border: 3px solid #fff;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	width: 120px;
	height: 120px;
	object-fit: cover;
	object-position: top;
}

.sidebar-heading h5 {
	margin-bottom: 1rem;
	padding-bottom: 0;
	font-size: 2rem;
	color: #ea14a1;
	margin-top: 2rem;
}

.sidebar-heading h6 {
	font-size: 2rem;
	margin-top: .5rem;
	margin-bottom: .5rem;
	color: #000;
	font-weight: 400;
	text-transform: capitalize;
}

.sidebar-heading p {
	margin-bottom: 1rem;
	padding-bottom: 0;
	font-size: 1.75rem !important;
	color: #898989;
}

.sidebar-panel i.fa {
	width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fbfbfb;
    font-size: 16px;
    color: #000;
    border-radius: 30px;
    margin-right: 10px;
}
.proSidebar .proDashboardMenu a:has(i[aria-hidden="true"]) i.fa {background: #fff;}
.sidebar-panel a.list-group-item:hover,
a.list-group-item:focus {
	color: #545454 !important;
	background-color: #fff;
}

.sidebar-panel .list-group-item {
	padding: 10px 20px;
    margin-bottom: 7px;
    border: none;
    font-size: 16px !important;
    /*border-bottom: 1px dashed #9C27B0;*/
    border-radius: 0;
    background: transparent;
        font-weight: 500;
    color: var(--sub-heading-color);
}

.card-padding {
	padding: 0 5rem;
}

.bg-card-panel {
	background-color: #fff;
	border-radius: 6px !important; 
	margin-bottom: 3rem;
	    border: 1px solid #e7e7e7;
    box-shadow: 3px 4px 2px #ebebeb;
}


.best-course-pic-text .best-course-pic {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.course-meta span a {
	color: #FFC107 !important;
}

.course-body-panel h5 a {
	font-size: 2rem !important;
	font-weight: 500 !important;
	color: #464545;
	letter-spacing: 0.5px;
}

.course-body-panel {
	padding: 3rem !important;
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background: #08bd08;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	border-radius: 0px;
	transition: width 0.6s ease;
}
.failedPayment {    text-align: center;
    padding: 80px 0px;}
.failedPayment .sucess-icon img {width: 100px;}
.failedPayment p {text-align: center;
    font-weight: 400 !important;
    font-size: 16px !important;}
.failedPayment .btnCancel a {background: linear-gradient(to right, #d536c8, #742bb6);
    color: #fff !important;
    border: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-block;
    width: 150px;}
.failedPayment h1 {    line-height: 30px;
    margin: 20px 0px; color:#333;}
.progressNumber {position: absolute;
    font-size: 11px;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 2px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    line-height: 7px;
    right: 3px;
    bottom: 3px;}
  
.best-course-pic-text .alert-success {
	color: #fff;
    background-color: #4202a1;
    border-color: #d6e9c6;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 20px;
    position: absolute;
    width: 95%;
    top: 15%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border: 2px solid;
    line-height: normal;
    padding: 5px;
    left: 0;
    right: 0;
}

.trend-badge-2 {
	position: absolute;
	width: auto !important;
	top: 1rem;
}

.trend-badge-2 {
	color: #fff;
	font-size: 12px;
	padding: 3px 12px;
	background-color: #FF9800;
	z-index: 3;
	width: 100%;
	border-radius: 20px;
}

.course-body-panel h5 a:hover {
	text-decoration: none;
	color: #464545;
}

.card-header-title {
	margin-bottom: 20px;
	background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);
	padding: 1.15rem 2rem;
	border-radius: 8px;
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.card-header-title h5 {
	font-size: 2rem !important;
	margin-bottom: 0;
	color: #fff;
	font-weight: 600;
	letter-spacing: .5px;
}

 

.dropdown-toggle.toggle-outline {
	background: linear-gradient(to right, #d536c8, #742bb6);
	background: #fff;
	color: #000 !important;
	border: 0 !important;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	    border-radius: 3px;
}
.fixed-header-main.scrolled .dropdown-toggle.toggle-outline {background: #000;
	color: #fff !important;}
.dropdown-toggle.toggle-outline i { margin-right:3px;}
.dropdown-toggle.toggle-outline:hover {
	background: linear-gradient(to right, #d536c8, #742bb6);
	background:#545454;
	color: #fff !important;
	border: 0 !important;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.card-flex {
	display: grid;
	background: #ffffff;
	gap: 5px;
	justify-items: center;
	align-items: center;
	padding: 3rem;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.card-flex-gap {
	display: flex;
	gap: 20px;
}

.button-flex a {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	border-radius: 0;
	background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);
	border: none;
	padding: 10px 40px;
	text-decoration: none;
	width: 100%;
	letter-spacing: 1px;
}

.button-flex a:hover {
	background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%) !important;
}

.card-flex h3 {
	margin-bottom: 10px;
	font-weight: 500;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #fff;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	padding: 15px 20px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.card-padding .panel-body {
	padding: 0;
}

.card-padding table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
}

.panel-heading.panelcstm-title {
	padding: 0;
}

.card-padding .nav-tabs li a {
	color: #222;
}

.card-padding .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {

	color: #fff !important;
}

.card-padding ul.nav.nav-tabs {
	background: #fff;
}

.user-profile-image {
	border: 3px solid #fff;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.card-padding .form-group {
	position: relative;
	margin-bottom: 1.75rem;
}

.card-padding button.btn.btn-success.pull-right {

	z-index: 1;
	position: relative;
	padding: 10px 40px;
	display: inline-block;
	color: var(--whiteColor);
	background-color: var(--blackColor);
	font-size: 18px;
	font-weight: 600;
	font-family: var(--fontFamily);
	background: rgb(218, 54, 201);
	background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);
	border-radius: 50px !important;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	text-decoration: none !important;
	color: #fff !important;
	font-weight: 500;
	font-size: 1.75rem !important;
	border: none;
}

#tab3default {
	/*padding: 1rem 2rem;*/
}

.card-padding .panel-ui-tab {
	padding: 2rem 5rem;
}

.card-padding .nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: #161114;
	color: #fff !important; 
}

#printb {
	background: linear-gradient(to right, #d536c8, #742bb6);
	color: #fff;
	padding: .75rem 1rem;
	border: none;
	border-radius: 50px;
}

.table.table-cart {
	background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%) !important;
	color: #fff;
	border-radius: 0;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.order-payment {
	background: #fff;
	border-radius: 4px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.title-payment-heading h2 {
	font-weight: 400;
	font-size: 15px;
	background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%) !important;
	padding: 2px 13px;
	margin-bottom: 8px;
	border-radius: 0;
	color: #fff;
	letter-spacing: 0.2px;
	line-height: 33px;
	border: none;
}

.checkout-section {
	width: 100%;
	padding: 40px 0 40px;
	/*background: #fff7fc !important;*/
}
.course-list-view {border: 1px solid #e7e7e7;
    box-shadow: 3px 2px 4px #e9eaf2;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;}
.side-bar-widget {
	background: #fff;
	padding: 2rem;
	margin-top: 62px;
	border-radius: 10px;
	border: 1px solid #e7e7e7;
    box-shadow: 3px 2px 4px #e9eaf2;
}

.payment-ui-card {
	padding: 15px 10px
	position: relative;
}
.paymentText {padding: 0px;}
.paymentText p {font-size: 14px !important; margin-top:15px;}
.paymentText p b { font-weight: 600; }
.payonline-card .razorpay-payment-button {background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);
background: #000;
    border-radius: var(--border-radius);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border: 0px;
    line-height: 22px;    font-weight: 500;
}
.payonline-card .razorpay-payment-button:hover {background: #545454;}
.side-bar-widget .widget-title {font-size: 18px;
    font-weight: 600; margin-bottom: 15px;line-height: 24px;}
 
.successStatusPage {padding: 50px 0px;}
.successStatusPage .section-title h2 {font-weight: 600;
    margin-top: 20px;}
.text-green1 {color:#75c02c !important;}
.successStatusPage .section-title h3 {}
.order-Summary table tbody tr:last-child {border-bottom: none;}
.order-Summary {}
.order-Summary table tbody tr th,
.order-Summary table tbody tr td {    padding: 14px 0px;
    color: var(--sub-heading-color);
    font-size: 16px;
    font-weight: 500;}
.order-Summary table tbody tr {border-bottom: 1px solid #ccc;}
.order-Summary table tbody tr td {}
.form-control.inputCoupon {
    border-radius: 4px 0px 0px 4px; 
    border: 1px solid #ddd;
}
.purchase-list .btn.btn-dark-apply {background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);
background: #000;
    border-radius: 0px 4px 4px 0px;}
.payment-title h2.gradient-text {
	font-size: 3rem;
	text-align: center;
	font-weight: 500;
}
.purchase-list .btn.btn-dark-apply:hover {background:#545454;}
.stBodyVideo {padding: 15px !important;}
.payment-success-page h2 {
	font-size: 4rem;
}
.course-meta .progress { margin-bottom:0px;}
.best-course-pic-text .best-course-pic {height: 150px;}
.stBodyVideo h5 a {    font-size: 16px !important;
    color: #333;
    line-height: 12px !important;}
.videoProgressBar {    height: 5px;
    border-radius: 0; margin-bottom:0px;}
.payment-success-page h3 {
	font-weight: 400;
}
.stBodyVideo .course-meta  {    line-height: 0;}
.stBodyVideo h5 { margin-bottom:10px;}
.sucess-icon svg {
	width: 60px;
	height: 60px;
}

.text-green {
	color: #0b9d0d !important;
}

.text-red {
	color: #d20404 !important;
}

.navbar.navbar-inverse.navbar-static-top a:hover {
    text-decoration: none;
    /*background: #fff; */
}
.vidsideBtn .default-btn3:hover::before { content:none;}
.course-timeline-list {
	/*max-height: 300px;*/
	/*overflow-y: scroll;*/
	width: 100%;
	background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%) !important;
	padding: 10px;
	border-radius: 10px !important;
}

.course-details-category li.active {
	background: #fff7fc !important;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
	border-radius: 3px;
	padding: 10px 0;
	margin-bottom: 20px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 1.55rem;
}

.couse-feature li {
	font-size: 18px !important;
}
.sidebar #nextButton, .course-details-category .btnTag {
    /*display:none;*/
    padding:0px;
}
.sidebar h3.moduleTitle {padding: 13px 10px 13px 15px;
    background: #fbfbfb;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-size: 14px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;}
.sidebar h3.moduleTitle span {float: none;
    font-size: 13px;margin-bottom:0px;}
.sidebar h3.moduleTitle:first-of-type {
  margin-top: 0;
}
.moduleContainer {    max-height: 412px;
    overflow-y: scroll;}
.sidebar .course-timeline-list {padding:0px; 
/*max-height: 412px;*/
    /*overflow-y: scroll;*/
    overflow:hidden;
}
.sidebar .course-timeline-list a {display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;    flex-wrap: wrap; } 
.sidebar .course-timeline-list .active {background: rgba(232,232,232,0.949);}
.sidebar .course-timeline-list .active a i { opacity:1;}
.vdlist {    padding: 8px;
    margin-bottom: 5px;
}
.moduleTitle .nVideos {font-weight: 500;
    font-size: 13px;
    color: #000000;}
.vdlist:hover {background:rgba(0,0,0,0.05);}
.course-details-category span.timer {font-weight: 300;
    font-size: 18px;
    float: left;
    margin-bottom: 0px;
    color: #000;
    position: relative;
    width: 100px;}
.vdlist a i {
    width: 10px;
    color: #717171;
    font-size: 12px;
    opacity: 0;
}
.timer span.timerMin {margin: 0;
    position: absolute;
    font-size: 12px;
    background: rgba(0,0,0,0.6);
    padding: 5px 2px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    line-height: 7px;
    right: 3px;
    bottom: 3px;}
.sidebar .course-timeline-list a img {    border-radius: 6px;
    width: 100px;}
.videSidebarTitlee {display: flex;
    align-items: flex-start;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    padding: 20px 15px;
    box-shadow: 0px 0px 5px #ccc;
    position: sticky;
    top: 0;
    z-index: 9;
    background: #fff;}
.videSidebarTitlee .float-none { margin-bottom: 0px;}
.couse-feature.ul-li-block ul li, .couse-feature.ul-li-block ul li span {font-size: 16px !important;
    font-weight: 600;
    color: #333;}
.vidsideBtn {display: flex;
    align-items: center;
    gap: 5px;}
.vidsideBtn .default-btn3 {padding: 0;
    background: transparent;
    box-shadow: none;
    color: #000 !important;}
.course-single-text .course-title h3 {
	font-size: 24px;
    font-weight: 600 !important;
    margin-bottom: 0px;
    margin-top: 10px;
}
.studentDeshboard img.img-responsive {margin:0;}
#course-details .alert-info {
	color: #000;
	background-color: #fff;
	border-color: transparent;
	background: #fff;
	font-size: 20px;
    line-height: 35px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

#course-details ul.options-list.pl-4 {
	margin-left: 20px;
	line-height: 30px;
}

.customHeader h4 {
	text-align: center;
	padding: 15px 0px;
	background-color: #000;
	font-size: 20px;
	color: #fff;
	background: #000;
	font-weight: 500;
}

#myModal-terms .modal-body {
	padding: 15px 20px;
}

.copywrite {
	background: #fdf7ed !important;
}

.copywrite p {
	font-size: 1.5rem !important;
	padding-bottom: 0;
	color: #000000 !important;
}
.dropdown-men-sm::before {
        content: '';
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    top: -27px;
    right: 24px;
    filter: drop-shadow(0 0 0px #acacac);
    }
/*end dashboard*/
.csDirection {    display: flex;
    flex-direction: column-reverse;}
.course-details-section { padding: 50px 0px;    background: #fbfbfb;}
.video-container { border: none;
    border-radius: 10px;
    overflow: hidden;}
.course-single-text .course-title.push-vid-mb h3 { margin-bottom:15px;}
.course-single-text .course-title.push-vid-mb p {
    margin-bottom: 15px;    font-size: 16px;
    padding-bottom:0px;
}
/* video signle page start */
.test-form {
            color: #333333;
        }

        .course-details-category ul li {
            width: 100%;
        }

        .sidebar.is_stuck {
            top: 15% !important;
        }

        .course-timeline-list {
            /*max-height: 300px;*/
            /*overflow-y: scroll;*/
			width:100%;
			border: 1px solid #ddd;
    padding: 10px;
    background:#fff !important;
        }
        .course-details-category li a:hover{
            color:#800e7e;
        }

        .options-list li {
            list-style-type: none;
        }

        .options-list li.correct {
            color: green;

        }

        .options-list li.incorrect {
            color: red;

        }

        .options-list li.correct:before {
            content: "\f058"; /* FontAwesome Unicode */
            font-family: 'Font Awesome\ 5 Free';
            display: inline-block;
            color: green;
            margin-left: -1.3em; /* same as padding-left set on li */
            width: 1.3em; /* same as padding-left set on li */
        }

        .options-list li.incorrect:before {
            content: "\f057"; /* FontAwesome Unicode */
            font-family: 'Font Awesome\ 5 Free';
            display: inline-block;
            color: red;
            margin-left: -1.3em; /* same as padding-left set on li */
            width: 1.3em; /* same as padding-left set on li */
        }

        .options-list li:before {
            content: "\f111"; /* FontAwesome Unicode */
            font-family: 'Font Awesome\ 5 Free';
            display: inline-block;
            color: black;
            margin-left: -1.3em; /* same as padding-left set on li */
            width: 1.3em; /* same as padding-left set on li */
        }

        .touchPDF {
            border: 1px solid #e3e3e3;
        }

        .touchPDF > .pdf-outerdiv > .pdf-toolbar {
            height: 0;
            color: black;
            padding: 5px 0;
            text-align: right;
        }

        .pdf-tabs {
            width: 100% !important;
        }

        .pdf-outerdiv {
            width: 100% !important;
            left: 0 !important;
            padding: 0px !important;
            transform: scale(1) !important;
        }

        .pdf-viewer {
            left: 0px;
            width: 100% !important;
        }

        .pdf-drag {
            width: 100% !important;
        }

        .pdf-outerdiv {
            left: 0px !important;
        }

        .pdf-outerdiv {
            padding-left: 0px !important;
            left: 0px;
        }

        .pdf-toolbar {
            left: 0px !important;
            width: 99% !important;
            height: 30px;
        }

        .pdf-viewer {
            box-sizing: border-box;
            left: 0 !important;
            margin-top: 10px;
        }

        .pdf-title {
            display: none !important;
        }
        
/* video single page end */
    
.customLoadPopup .brochure_inner .copywrite {background: transparent !important;justify-content: flex-start;}   
.default-btn3.flexBtn { display:flex; }
.RightMyCourseDetails .btn-wrap-usp form {width:100%;}
.RightMyCourseDetails .default-btn3.flexBtn { width:100%;}
.courseTitleSection {display: flex;
    align-items: center;}
.gaddsLogin {    display: flex;
    gap: 50px;
    flex-wrap: nowrap; }
.gaddsLoginSection {width: 50%;}
.loginText {width: 60%;
    display: flex;
    flex-direction: column;
    /*justify-content: space-around;*/
}
.textContent {}
.loginText h1 {font-size: 40px;
    font-weight: 600; margin-bottom: 30px;}
.loginText p {
    /*font-size: 16px !important; */
    /*font-weight: 400 !important;*/
}
.loginForm {width: 40%;}
.loginForm .websign {width: 100%;
    position: relative;
    overflow: hidden;
    /*background: transparent !important;*/
    
}
.websign .alert {color: #0ed70e;
    background-color: transparent;
    border-color: transparent;
    position: relative;
    padding: 0;
    /*text-align: left;*/
    margin-bottom: 5px;
    font-size: 14px;}
.websign .alert strong {    font-weight: 500;}
.websign .error-response {margin-top: 5px;
    font-size: 14px;
    display: block;
    /*text-align: center;*/
    font-weight: 400;
    color: red;}
.imageContent {}
.imageContent h3 {color: #333;font-weight: 600;margin-top: 40px;}
.partnerLogos {display: flex;
    gap: 30px;
    /*flex-wrap: wrap;*/animation: scrolls 15s linear infinite;
}
.partnerLogosScroll {    overflow: hidden;}
.partnerLogos img {    max-height: 100%;
    height: 35px;
    width: auto;
}
.websign .toggle_radio2 {margin-bottom: 25px;}
.websign .cardPasswords h4 { margin-bottom: 25px !important; color: #333; }
.websign .form-group {    margin-bottom: 15px;}
.loginForm .websign:before { background: #ffffff;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    filter: blur(67px);}
.loginForm .websign .icon {
    height: 45px;
    line-height: 46px;
    width: 50px;
    font-size: 16px;
    background: #fbfbfb;
    color: #716f6f;
}
.loginForm .contact_form {z-index: 9;
    position: relative;}
.loginForm .outline-input {
    border: 1px solid #b4b4b4;
    border-radius: 30px;
    background: #fff;
    overflow: hidden;
}
.loginForm .contact_form input[type=checkbox] {margin: 0px 0 0;    width: 15px;
    height: 15px;}
.loginForm .form-control.input-userpanel::placeholder {font-size: 16px;}
.loginForm .form-control.input-userpanel {padding-left: 10px;
    font-size: 16px;border-radius: 0 !important;}
@keyframes scrolls {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* move half width (because of duplication) */
}
.studentDeshboard .sidebar-panel {
    /*padding: 50px 30px;*/
    /*background: #fff;*/
    /*box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;*/
    /*border-radius: 30px;*/
}
.studentDeshboardcontent .profile-container {flex-direction: row;
   padding: 25px 20px 25px 20px;    text-align: left;
   position:relative;
    gap: 15px; background: #fbfbfb;}
/*.studentDeshboardcontent {border-radius: 10px;}*/
.studentDeshboard.student-dashboard-ui::before { content: none; }
.pEqual-0 .card.card-padding {     padding: 0;
    background: #fff;
    padding-bottom: 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;}
.proSidebar {padding: 0;}  
.sidebar-heading h6 {    font-weight: 500;
    font-size: 18px;
    margin-top: 0px;
    color: #000;}
.sidebar-heading p {font-size: 15px !important; margin-bottom:0px; }
.proSidebar .profile-circle-user {margin-right: 0px;
    width: 70px;
    height: 70px;}
.proSidebar .profile-container img {width: 70px;
    height: 70px;    border: 2px solid #f9f9f9;}
.sidebar-panel .list-group.proDashboardMenu {background: #fff;
    margin-top: 0;
    padding: 30px 20px 0px 20px;
}
.certificates-card { padding:15px; }
.certificates-row {    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    /*justify-content: center;*/
}
.certificateDocuments {text-align: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: calc(25% - 15px);
    overflow: hidden;
    position: relative;}
.certificateDocuments h3 {  text-align: center;
    font-weight: 400;
    margin: 0px 0px 5px 0px;
    font-size: 14px;}
.certiFig {padding: 5px;
    background: #fcfcfc;}
.certificateDocuments img {}
.downlodCertificate {background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);
background:#000;
    border-radius: 5px;
    font-size: 11px;
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    padding: 0;}
.downlodCertificate:hover {    color: #fff;}
.cetBtnsse {    padding: 10px 5px;}
.studentDeshboard {display: flex;
    gap: 30px;} 
.studentDeshboard img {max-width: 100%;    margin: 0 auto;} 
.studentDeshboardcontent {        border: 1px solid #e7e7e7;
        box-shadow: 3px 4px 2px #ebebeb;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;}
.stleftdash {width: 30%;background: #fff;    z-index: 1;}
.strightdash {width: calc(70% - 10px);}
.student-dashboard-ui::before { content:none;}
.sidebar-panel .list-group-item:last-child {border-bottom: none;}
.editProfiles {    position: absolute;
        right: 5px;
    top: 10px;    color: #d735c8;}
.sidebar-heading { }
.strightdash .card-header-title {background: #fbfbfb;
    padding: 15px 25px;
    box-shadow: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;}
.strightdash .card-header-title h5 {    font-size: 1.7rem !important;
    margin-bottom: 0;
    color: #333;
    font-weight: 600;}
.proSidebar .proDashboardMenu a:has(i[aria-hidden="true"]) {
  background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);
  background: #000;
    color: #fff !important;border-radius: 4px;
}
.profileCardTable {
    padding: 15px;
}
.card-body .profileCardTable table tr th {
        background: #fbfbfb;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #ddd !important;
}
.gaddsProfilePage {padding: 0px 15px;}
.gaddsProfilePage .nav > li > a {
    color: var(--sub-heading-color);
    font-weight: 500;
    font-size: 1.5rem;
    background: #fbfbfb;    border: 1px solid #e9eaf2;
}
.gaddsProfilePage .nav-tabs li.active {}
.gaddsProfilePage .nav-tabs li.active a { color: #fff;
    background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);
    background: #000;
}
.gaddsProfilePage .panel {border: 0px;
    border-radius: 0;
    box-shadow: none;
}
.gaddsProfilePage .panel-heading.panelcstm-title {
    background: transparent;position: relative;
}
.gaddsProfilePage .panel-body {
    border: 1px solid #e9eaf2;
    border-top: 0;
}
.gaddsProfilePage .nav-tabs li.active a:after {content:'';}
.gaddsProfilePage table th {font-weight:600;color: #333}
.updateProfileDetails .form-group  {margin: 0;
    margin-bottom: 30px;}
.updateProfileDetails {padding: 15px;}
.updateProfileDetails input.form-control {height: 45px;
    border-radius: 3px;
    font-size: 16px;
    border: 1px solid #e9eaf2;
    box-shadow: none;}
.updateProfileDetails input.form-control::placeholder {color: #ccc;}
.updateProfileDetails input.form-control:focus {background: #fbfbfb; border-color:#b4b4b4;}

.updateProfileDetails input[type=file] {padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-size:14px;
    height: auto;}
.updateProfileDetails .form-group label {    font-weight: 500;
    color: var(--sub-heading-color);}
.updateBtn .btn-success {    padding: 10px 30px;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: normal;
    background: linear-gradient(to right, #d536c8, #742bb6);
    background: #000;
    margin-bottom: 0;
    box-shadow: none;
    border: none;}

.btn-primary:hover {
    background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);
    border: none;}
.pl-pr-15 { padding: 0px 15px;}
.register_border .btn:hover {background-color: #ddd;}

.footer-area {
    background-color: #000;
    padding: 50px 0px 25px 0px;
    position: relative;
} 
.single-footer-widget {
    margin-bottom: 25px;
}
.col-lg-3:nth-child(1) .single-footer-widget {
    margin-right: 10px;
}
.footer-area .logo {
    width: 175px;
}
.single-footer-widget.logo-info .logo {
    margin-bottom: 25px;
}
.single-footer-widget.logo-info .logo img {
    filter: brightness(60);
    height: 60px;
}
.single-footer-widget.logo-info p { 
    color: #fff;
    font-size: 18px;
    display: block;
    clear: both;
    text-align: left;
}
.single-footer-widget.logo-info .social-link li a {
    width: 36px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    border-radius: var(--border-radius);
    display: inline-block;
    color: #fff;
    background-color: var(--bodyColor);
    padding:1px;
}
.single-footer-widget.style-2.logo-info .social-link li a {
    background-color: #ffffff;
    color: #000;
    transition: var(--transition);
}
.single-footer-widget.style-2.logo-info .social-link li a:hover {background-color: #545454;
    color: #fff;transform: translateY(-7px);}
.single-footer-widget.logo-info .social-link li svg  {    height: 15px;
    fill: #000;}
.single-footer-widget.style-2.logo-info .social-link li a:hover svg {fill: #fff; }
.single-footer-widget.logo-info .social-link li {
    /*margin-right: 15px;*/
}
.social-link {display: flex; gap:10px;
    list-style: none;}
.social-link img {width: 15px;
    line-height: 0;}
.single-footer-widget h3 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.single-footer-widget.links-info ul li {
    font-weight: 400;
    margin-bottom: 10px;
}
.single-footer-widget.links-info ul li a {
    color: #fff;
    font-size: 16px;
    transition: all 500ms ease;
}
.single-footer-widget.links-info ul li a i { margin-right:3px;}
.single-footer-widget.links-info ul li a:hover {
    padding-left: 5px;
}
.single-footer-widget.links-info ul li a:hover i {
    color: #dda663;
}
.contact-info {
    position: relative;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-info li {
    line-height: 28px;
    margin-bottom: 30px;
}
.contact-info li span {
    position: relative;
    display: block;
    color: #dda663;
    font-size: 16px;
    font-weight: 500;
}
.contact-info li h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    margin: 3px 0 0;
}
.footer-shape {    position: absolute;
    top: -26px;
    left: 0;
    right: 0;}
.contact-info li a { color: #fff;}
.contact-info li a:hover {color:#dda663;}
.col-lg-4:nth-child(4) .single-footer-widget .contact-info {
    /* margin-left: -10px; */
    background: url(../images/world-map.png) no-repeat bottom right;
}
.copyright-area {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
    border-top: 1px solid #333;
}
.copyright-content p {
    color: var(--whiteColor);
    font-family: var(--fontFamily);
    text-align: center;
    padding: 0;
}
.navbar-nav .dropdown-menu {
        background: #fff;
    top: 55px;
    padding: 10px 0px;
    border-radius: 6px !important;
    border: 1px solid #ccc;
}
.navbar-nav .dropdown-menu:before {
    content: '';
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    top: -27px;
    left: 24px;
    filter: drop-shadow(0 0 0px #acacac);
}
.dropdown-item {
    color: #fff;
    padding: 7px 15px;
}

.nav-link.service-menu {    display: flex;
    align-items: center;}
.service-menu svg {width: 20px;
    margin-left: 3px;}
.lorem-none .loginText { display:none;}
.lorem-none {    justify-content: center; }
.footer-shape { display:none;}
.websign .form-group.mymb-0 { margin-bottom:0px;}
.justify-center {justify-content: center;}
.certified-eligible {    color: #000;
    text-decoration: underline;}
.test-questions {}
.test-stats p {margin-bottom: 10px;
    padding: 0;
    font-size: 20px;
}
.test-stats p span {color: #000;
    font-weight: 600;}
.course-details-content {}
.course-details-content p {}
/*.certificated-badge {    position: absolute;*/
/*    top: 5px;*/
/*    right: 5px;*/
/*    width: auto;}*/
/*.certificated-badge span {    margin: 0;*/
/*    color: #a207e1;}*/
/*.certificated-badge i {}*/
.course-meta .training-rating a {     color: #000 !important;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;}
.training-rating a span {    color: #000 !important;
    margin: 0;}
.training-rating i {color: #ffc107 !important;}
.wrap-col{ gap:24px; display:flex; flex-direction:column; width:100%; }
  .card-lol{ padding:22px; border-radius:14px; padding: 22px;
    border-radius: 6px;
    border: 1px solid #e7e7e7;
    box-shadow: 3px 4px 2px #ebebeb;
    background: #fdfdfd;
  }

 
.graph-title h2 {    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0px;}
.graph-title p {    padding: 0;
    margin-top: -3px;}
  .left-lol{    display: flex;
    flex-direction: column;
    /*gap: 16px;*/
    background: #fff;
    margin-bottom: 20px;}
  .score-hero{display:flex; gap:16px; align-items:center}
  .radial{width:50%; height:auto; position:relative;}
  .stats-col{display:flex; flex-direction:column; gap:10px; flex:1;}
  .stat-col{    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px;
    background: #f7f7f7;
    border-radius: 10px;
    font-size: 18px;}
  .stat-col .meta{display:flex; gap:8px; align-items:center}
  .dot{width:12px; height:12px; border-radius:50%}
  .dot.score{background:linear-gradient(90deg, #353535, #626262);}
  .stat-col .title{    font-size: 16px;
    color: #454545;}
  .stat-col .number-col{font-weight:700}
.result-remark {}
.result-remark p {padding: 0;
    font-size: 14px;
    line-height: normal;
    margin-top: 5px;
    color: #000000;
    font-weight: 400 !important;}
  .summary-col{display:flex; gap:12px; align-items:center; justify-content:flex-end}
  .summary-col .pill{background:rgba(255,255,255,0.05); padding:8px 12px; border-radius:999px; display:flex; gap:0px; align-items:center;    font-size: 18px;}
  .result-pass{background: #ffffff;
    color: #000;
    padding: 6px 20px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;}
.hide-basics { display:none;}
.graph-title {
    position: relative;
    padding-left: 55px;
}
.graph-title img {    position: absolute;
    left: 0;
    top: -6px;
    width: 60px;}
.graph-title img.sad-image {    width: 45px; top: 1px;}
.graph-title.sad {padding-left: 50px;}
.toptitle{display:flex; justify-content:space-between; align-items:start}
@media (min-width: 1300px) {
	.container {
		width: 1240px;
	}
}

/* Responsive Styles */
@media (max-width: 992px) {

	.query-section-content h2 {
		font-size: 3rem;
		color: #4d4b58 !important;
		font-weight: 500;
		text-align: center;
	}

	.query-section-content p {
		text-align: center;
	}

	.hero_content {
		padding: 2rem;
	}

    .course-col { 
        padding:1.25rem;
    }
    
        .navbar-nav {
        /*background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);*/
        padding: 0 2rem !important;
    }
    
        .navbar-nav > li {
        padding: 6px 0;
    }
    .stuckMenu {
    padding: 0px 0px !important;
}

.navbar-nav > li:last-child {
    border-bottom: none; /* Removes border from the last element */
}

	.query-section-warp {
		padding: 5rem 0;
		position: relative;
	}

	.footer-content {
		display: flex;
		justify-content: center;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: flex-start;
		position: relative;
		gap: 10px;
		padding: 20px;
		text-align: left;
		align-content: flex-start;
	}

	.email-connect {
		display: flex;
		gap: 10px;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		width: 100%;
		margin-top: 20px;
	}

	.email-sec {
		flex-direction: row !important;
		gap: 5px;
	}

	.email-sec a {
		font-size: 16px;
	}

	.fa-angle-down:before {
		content: "\f107";
		color: #222;
	}

	.dropdown-toggle.toggle-outline {
		background: none;
		color: #fff !important;
		border: 0 !important;
		box-shadow: none;
	}

	.dropdown-toggle.toggle-outline:hover {
		background: none;
		color: #fff !important;
		border: 0 !important;
		box-shadow: none;
	}

	.dropdown-men-sm {
		/*width: 60% !important;*/
		/*padding: 20px 10px 10px !important;*/
		/*top: 50px !important;*/
		/*background-color: #737373 !important;*/
		/*margin-right: 8px;*/
	}

	.websign {
		width: 100%;
		margin: 0 auto;
		padding: 40px 20px !important;
		background-color: #f8f9fb;
	}

	.form-botm {
		display: flex;
		/*justify-content: center;*/
		flex-wrap: wrap;
		font-size: 1rem !important;
		line-height: normal;
	}

	.forgotPasswordSection {
		background: #fff7fc !important;
		position: relative;
		width: 100%;
		padding: 50px 20px 50px;
	}

	.register_border {
		margin: 0 auto;
		padding: 30px !important;
		background-color: #ffffff !important;
		box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
		border-radius: 25px;
		    border: 1px solid #e7e7e7;
    box-shadow: 2px 2px 4px #ffe4f5;
	}

	.col-xs-7 {
		width: 100%;
	}

	.error-message {
		position: absolute;
		margin-top: 45px;
		margin-left: 10px;
		font-size: 13px;
	}

	.ceri-note {
		background: #f2f3f4;
		border-radius: 30px;
		padding: 1rem;
		margin-bottom: 1rem;
		margin-top: 2rem;
		line-height: 20px;
	}

	.sidebar-panel {
		position: relative;
		z-index: 99;
		padding: 20px;
		width: 100%;
	}


	.card-padding {
		padding: 10px;
	}

	.course-detail {
		background-color: #fff;
		border-radius: 0 0 4px 4px;
		padding: 1rem;
	}

	.panel-heading.panelcstm-title .nav>li>a {
		display: block;
		font-size: 14px;
		padding: 8px 10px !important;
	}

	.profile-container {
		margin-bottom: 30px;
	}

	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-x: auto;
		/* Enables horizontal scrolling */
		overflow-y: hidden;
		/* Hides vertical scroll */
		border: 1px solid #ddd;
		white-space: nowrap;
		/* Prevents wrapping */
	}

	.card-flex-gap {
		display: flex;
		gap: 20px;
		flex-direction: column;
	}

	.background-bg-overlay {
		position: relative;
		width: 100%;
		height: auto;
		background: url(/assets/images/header-image/course-banner.jpg) center / cover no-repeat;
		/*padding: 60px 0px 40px 0px;*/
		color: #fff;
	}

	.background-bg-overlay2 {
		width: 100%;
		height: auto;
	}

	.course-title-card span {
	margin: 0 !important;
        background: #fff;
        color: var(--sub-heading-color);
        border-radius: 50px;
        padding: 6px 15px;
	}
.trend-badge i {color: #da36c9;
    font-size: 12px;}
.play-icon svg { fill: #fff;}

	.course-title-card h1 {  
		margin-top: 10px !important;
	}

	.rating-card {
		        justify-content: center;
	}

	hr {
		display: none;
	}

	.couse-feature li {
		font-size: 16px !important;
	}

	.footer-content ul {
		gap: 15px;
	}

	.email-connect h3 {
		font-size: 1.75rem;
	}

	.email-sec a {
		font-size: 1.5rem;
	}

	.container {
		width: 100% !important;
	}

	.section-padding {
		padding: 10px 0 20px;
	}

	.footer-content ul {
		font-size: 16px;
	}

	.email-connect h3 {
		font-size: 18px !important;
	}
}

@media (max-width: 768px) {
	.footer-content ul {
		flex-direction: column;
		gap: 10px;
	}

	.email-connect h3 {
		font-size: 1.5rem;
	}

	.email-sec {
		flex-direction: column;
		gap: 5px;
	}

	.email-sec a {
		font-size: 1.25rem;
	}

	.socialshare {
		gap: 5px;
	}

	.copywrite p {
		font-size: 1.1rem;
	}
}

@media (max-width: 480px) {
	.footer-content {
		padding: 15px;
	}

	.email-connect h3 {
		font-size: 1.25rem;
	}

	.email-sec a {
		font-size: 1rem;
	}

	.socialshare a {
		width: 35px;
		height: 35px;
	}

	.copywrite p {
		font-size: 1rem;
	}
}

.logo {
    margin: 4px 0px;
}

@media screen and (max-width: 1199px) {
.video-bar {    padding: 10px;}
.play-icon svg { 
        height: 30px;
    width: 30px;
}
.course-title-card p {
    font-size: 16px;
    line-height: 26px;
}
h3.fee-details { font-size: 30px;}
.footer-shape { 
    top: -23px; 
}
.fee-details span {
    font-size: 16px;
}
h3.fee-details {
    font-size: 30px;
}
.certificateDocuments {width: calc(33.33% - 15px);}
.studentDeshboard {
    display: flex;
    gap: 15px;
}
.course-section-detail-inner .course-details-category.heading-timeline.ul-li h2 { 
    /*width: 40%;*/
}
    .course-section-detail-inner .course-details-category.heading-timeline.ul-li .about-button {
        /*width: 60%;*/
    }  
    .card-timeline {width: 30%;}
.loginText {width: 55%;}
.loginForm {
    width: 45%;
}
.loginForm .websign {padding: 40px 20px;}

.section-login-panel .alert-success {    margin: 0 auto;    width: calc(100% - 30px);    margin-bottom: 20px;}
}
@media screen and (max-width: 1024px) {
.fixed-header-main.scrolled .dropdown-toggle.toggle-outline {    background: transparent;}
.top-bar-headSec {
    padding: 0px 15px;
    text-align: center;
}
.navbar.navbar-inverse.navbar-static-top .dropdown-men-sm a {
        padding: 5px 15px;
}
.logo img {
    width: auto;
}
.navArea {
    display: flex;
    flex-direction: row-reverse;
}
    .single-footer-widget h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
.btnSigninIcon svg { fill: #fff;    width: 18px; }
.navbar.navbar-inverse.navbar-static-top a svg {fill: #fff;}
.fixed-header-main.scrolled .navbar.navbar-inverse.navbar-static-top .btnSigninIcon svg { fill: var(--sub-heading-color); }
.fixed-header-main.scrolled .navbar.navbar-inverse.navbar-static-top a svg {fill: var(--sub-heading-color);}

.navwrapper { padding: 0px 15px;}
.acBtn {        border-bottom: 1px solid #b1b1b1;
        padding: 0px 0px;
        margin-bottom: 0 !important;}
.navbar.navbar-inverse.navbar-static-top a {
    background: transparent;
    box-shadow: none;
}
.navwrapper .default-btn3 {}
.stuckMenu {
    padding: 5px 0 !important;
}
.navbar.navbar-inverse.navbar-static-top a span.fa-angle-down:before {color: #fff; content: "\f078";}
.fixed-header-main.scrolled .navbar.navbar-inverse.navbar-static-top a span.fa-angle-down:before {color: var(--sub-heading-color);}
.navbar.navbar-inverse.navbar-static-top .dropdown a svg { fill: none;}
.fixed-header-main.scrolled .navbar.navbar-inverse.navbar-static-top .dropdown a svg {fill: none;}
.user-circle-mob {
        text-align: center;
    }
.loginForm .websign {
    width: 100% !important;
}
.certificateDocuments {width: calc(50% - 15px);}
.benTitle {        text-align: center;
        font-size: 25px;
        margin-bottom: 40px !important;
        font-weight: 600;
        color: #3f3f40;
        letter-spacing: 0.5px;}
.stleftdash {
    width: 40%;
}
.proSidebar .profile-container img {        width: 50px !important;
        height: 50px !important;}
.gaddsLogin { gap: 30px; }
}

@media screen and (max-width: 991px) {
.footer-shape {
        top: -20px;
    }
.service-menu {    display: flex;
    align-items: center;
    justify-content: space-between;}
.navbar-collapse.collapse {
    display: none !important;
    visibility: hidden !important;
    border: none;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
    visibility: visible !important;
  }

  .navbar-nav {
    width: 100%;
    color: #fff;
    background: #1b1b1b;
    text-align: center;
    margin: 0;
  }

  .nav > li > a {
    display: block;
  }

  .navbar.navbar-inverse.navbar-static-top a:hover {
    background-color: none;
  }

  .navbar-nav > li {
            float: none;
        display: block;
        border-bottom: 1px dashed #484343;
        padding: 0;
  }
.navbar-nav li last-child {
		border-bottom: none;
	}
  .navbar-nav > li > a {
    padding: 15px 0 !important;
    color: #fff !important;
  }

  .navbar-nav > li > a:hover,
  .navbar-nav > li.active > a:hover {
    background: #000 !important;
  }

  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: inherit;
  }

  .navbar-inverse .navbar-toggle.active,
  .navbar-inverse .navbar-toggle.active:focus {
    background-color: #8a47cb;
  }

  .navbar-inverse .navbar-toggle.active .icon-bar,
  .navbar-inverse .navbar-toggle.active:focus .icon-bar {
    background-color: #fff;
  }

  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
  }

  .navbar-toggle {
    display: block !important;
  }

  .isStuck .navbar-toggle {
    display: block;
  }

  .navbar-header {
    float: none;
  }

  .isStuck .logo {
    margin-left: 15px;
  }

  .navbar-toggle {
    border: none;
    margin-top: 10px;
    background: #ffff;
    margin-left: 10px; 
  }

  .navbar .container {
    padding: 0;
  }

  .isStuck.navbar-wrapper .navArea {
    display: block;
  }

  .navbar-header .navbar-brand {
    float: right;
  }

  .navbar-nav > li:hover ul.submenu {
    float: none;
    display: block;
    position: relative;
    width: 100%;
    background: #565656;
  }

  ul.submenu {
    display: block;
    background-color: #676767;
  }

  ul.submenu li {
    list-style: none;
    margin: 0;
  }

  ul.submenu li a {
    padding: 10px 10px !important;
    display: block;
    text-align: center !important;
    text-decoration: none;
  }

  .navbar-nav > li:hover ul.submenu li a:hover {
    background: #272727;
  }

  .navArea {
    margin: 0;
  }

  .navbar-header {
    height: auto;
  }

  .navbar-collapse.in {
    overflow-y: auto;
  }

  .form-header {
    position: static;
  }
    
    
    .navbar-toggle {
        display: block;margin-right: 0px;
    }
.background-bg-overlay {padding: 110px 0px 70px 0px;}
.side-bar {
        clear: both;
        width: calc(50% - 10px);
        margin: 0px !important;
}
.course-title-card {
            text-align: center;
        width: 650px;
        margin: 0 auto;
}
.course-title-card p { 
        text-align: center;
    }
.RightMyCourseDetails {
    width: 100%;
    margin-top: 0;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.LeftMyCourseDetails {
    width: 100%;
    order: 2;
}
.myCourseDetails {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.video-bar { width: 100%; }
.navArea .navbar-header .user-mobile {margin: 15px 0px 15px 0px;
        line-height: 0;}
.logo {
    margin: 4px 0px; 
}
.btnSigninIcon svg {height: 25px;
        width: 25px;}
.gaddsLogin { gap: 50px; flex-direction: column; }
.loginText, .loginForm {width: 100%;}
.sidebar-panel .list-group.proDashboardMenu {     padding: 0px;}
.strightdash .card-header-title {margin-top: 0px;}
.stleftdash,.strightdash {
    width: 100%;
}
.studentDeshboard {flex-direction: column;} 
.side-bar {clear: both;order:2;}
.ordr-2 {order:3;}
.video-bar {order:1;}
    .courseTitleSection {
        flex-direction: column;
}  
.user-circle-mob { text-align:center;} 
.navbar-nav { padding-right: 0px !important;}
.navbar.navbar-inverse.navbar-static-top { padding: 5px 0px;}
}

@media screen and (max-width: 900px) {
	.navbar-nav {
		/*background: linear-gradient(90deg, rgba(218, 54, 201, 1) 0%, rgba(109, 42, 181, 1) 100%);*/
		padding: 2rem;
	}

.timeline-description {
        /*min-height: 240px;*/
    }
    
.benefitss .card-timeline { width: calc(49% - 15px); }

}
@media screen and (max-width: 991px) { 
.course-details-item form .default-btn3 { margin-bottom: 30px; }
.top-bar-header {
        padding-top: 80px;
    }
.stuckMenu {
        padding: 0px 0px !important;
    }
  .navArea {
    float: none;
  }  
.navbar-collapse .navbar-nav li a { background: transparent !important;}
.navbar-collapse.collapse, .navbar-collapse.collapsing {position: absolute;
    top: 65px;
    left: 0px;
    right: 0px;}
.navbar.navbar-inverse.navbar-static-top a:focus {    color: #fff !important;}
.whatsapp a { bottom: 50px; }
.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover {
    background: transparent;
        background-image: url(../images/menu1.svg);
        height: 36px;
        width: 36px;
        filter: invert(1) brightness(1) contrast(1.2);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
}
.fixed-header-main.scrolled .navbar-inverse .navbar-toggle,.fixed-header-main.scrolled .navbar-inverse .navbar-toggle:hover{filter: none;}
.navbar-inverse .navbar-toggle .icon-bar {
        background-color: #ffffff;
        display:none;
        height: 3px;
        width: 23px;
    }
    .navbar-collapse  { 
        width: 100%;
    }
    .navbar-collapse .navbar-nav { padding-left: 0px !important;}
    .navbar-collapse .navbar-nav li a {padding: 10px 15px !important;
        text-align: left !important;}
 .navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu, .navbar-collapse .navbar-nav .dropdown .dropdown-menu { 
        display: block;
        position: relative;
        width: 100%;
        background: #1b1b1b;
        box-shadow: none;
        margin-bottom: 15px;
        padding: 0;
        top: 0;
        border-radius: 0 !important;
                border: none;
        border-top: 1px dashed #484343;
        border-bottom: 1px dashed #484343;
}
.navbar-nav .dropdown-menu:before {
    content: none; 
}
 .navbar-collapse .navbar-nav .dropdown .dropdown-menu a {        border-bottom: 1px dashed #484343;
        color: #fff !important;
        padding: 10px 30px !important;
        border-radius: 0px !important;}  
.navbar-collapse .navbar-nav .dropdown .dropdown-menu li:last-child a {border-bottom:0px;}
}
@media screen and (max-width: 767px) {
.payment-success-page h2 {
    font-size: 3rem;
}
.forgotPasswordSection { padding-left:0px; padding-right:0px;}
.section-login-panel {
    background-color: #fff7fc !important;
    padding: 50px 0 70px;
}
    .form-botm {
      flex-direction: column;
        gap: 5px;
    }
.forgot-pass-card {
    margin-top: 0px;
}
.imageContent h3 {
    margin-top: 0px;
}
    .single-footer-widget h3 {
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: 400;
        border-bottom: 1px solid #fff;
        padding-bottom: 4px;
        display: inline-block;
    }
        .single-footer-widget .contact-info li h3 {
        border-bottom: 0px solid #fff;
        padding-bottom: 0px;
        display: inline-block;
    }
    .res-50 { width:50%;}
    .footer-area .row {        display: flex;
        flex-wrap: wrap;}
    .odr-2 {
        order: 2;
    }
    .odr-4 {
        order: 4;
    }
        .odr-3 {
        order: 3;
    }
    .odr-1 {
        order: 1;
    }
.footer-shape {
        top: -20px;
    }
.course-title-card span { letter-spacing: 0; }
.course-title-card { width: 100%; }
.side-bar { width:100%;        padding: 15px; }
.user-mobile {}
.acBtn { margin-bottom: 10px !important;}
.user-mobile .dropdown-men-sm {padding-top: 10px !important;        border-radius: 6px !important;}
.logo img {         left: auto;
        top: auto;}
.loginText h1 {
    font-size: 30px;
}
.fs-mob { font-size: 16px !important;}
.dropdown-men-sm { right: 15px;
/*background: #fbfbfb;*/
}
.course-section-detail-inner .course-details-category.heading-timeline.ul-li { flex-direction: column; gap: 0px;}
.course-section-detail-inner .course-details-category.heading-timeline.ul-li h2,
.course-section-detail-inner .course-details-category.heading-timeline.ul-li .about-button {
    width: 100%;
}
.benefitss .timeline-description {justify-content: flex-start;}
.sec-title.latTitle { font-size: 25px;}
.benefitss {
    padding: 60px 0px !important;
}
.card-timeline {
        width: calc(46% - 15px);
}
.timeline-description {
        margin-bottom: 5px;
        padding: 15px !important;
}
.para.course-video {padding: 10px 10px;}
.course-modules { width: 100%; }
.course-details-category .acc-content h3 {
    font-size: 15px;
}
.course-details-category .acc-content p {font-size: 16px !important;}
.proSidebar .profile-circle-user {    width: 50px;
    height: 50px;}
.best-course-pic-text .best-course-pic {
    height: 250px;
}
.navbar.navbar-inverse.navbar-static-top .dropdown-men-sm a { padding:5px 0px;}
.copyright-area .copyright-content p {
        font-size: 14px !important;
}
.single-footer-widget.logo-info p {font-size: 16px;}
    .contact-info li {
        margin-bottom: 20px;
    }
.top-bar-headSec ul li span {display: initial;}
}

@media screen and (max-width: 700px) {
.course-videos{  
        gap: 5px;
        justify-content: flex-start;}
.course-videos .video-duration  {        font-size: 12px !important;
        color: #afadad;
        font-weight: 400 !important;}
.course-video .course-video-listing .course-videos span { 
    width: auto;
    float: none;
    display: inline-block;padding: 0px 6px 0px 0px;}
.course-videos .video-duration button {
    border: none;
    font-weight: 600;
    padding: 0px;
    color: #7b2bb7 !important;
    background: transparent;
}
.course-video-listing a {
    display: inline-block;
    text-align: left;
    width: 100%;        padding: 15px 0px 15px 0px;
} 
.course-videos .thumb-title i {position: absolute;
        left: 0;
        top: 17px;
        width: 22px;
        height: 22px;
        font-size: 9px;
        line-height: 20px;}
.course-video { padding:0px 0px 15px 0px;}
.benefitss .timeline-description img {
    width: 30px;
    height: 30px;
}
.editProfiles {right: -19px;
    top: -14px;}
.editProfiles .fa {background: transparent !important;
        font-size: 14px !important;
        margin: 0 !important;}
.sidebar-panel .list-group-item {
    padding: 5px 10px;
}
.br-course { 
    padding: 15px; 
}
.footer-shape {
        top: -14px;
    }
} 
@media screen and (max-width: 600px) {
    .graph-title {         padding-left: 12px;}
.toptitle {
     flex-direction: column;
    gap: 0px;
    padding-left: 35px;
}
.graph-title img {
     left: -50px;
    top: -6px; 
}
/*.score-hero { */
/*    gap: 15px;*/
/*    flex-direction: column;*/
/*}*/
/*.stat-col {*/
/*     gap: 5px;*/
/*    flex-direction: column-reverse;*/
/*}*/
/*.dot.score { display:none;}*/
/*.stats-col {*/
/*    flex-direction: row; margin-bottom: 15px;*/
/*}*/
.stat-col .title {
    font-size: 14px;
}
.stat-col .number-col {
    font-size: 16px;
}
.graph-title p {
    font-size: 14px;
}
.score-hero {
    gap: 5px;
}
.stat-col {
    gap: 5px;
}
/*.apexcharts-canvas svg { width: 100% !important; height: 200px !important;}*/
/*.stats-col .stat-col {width: 100px; gap: 0;}*/
.result-pass {padding: 3px 16px;
    border-radius: 4px;
    font-size: 14px;}
.footer-shape {
        display:none;
}
.result-remark p { margin-top:15px}
.graph-title.sad {
    padding-left: 12px;
}
.graph-title img.sad-image {
        left: -38px;
}
.odr-3 .single-footer-widget, .odr-4 .single-footer-widget {
    margin-bottom: 0px;
}
.single-footer-widget.logo-info .logo img { 
    height: 50px;
}
     .contact-info li h3 {
        font-size: 16px;
        line-height: 16px;
    }   
    .contact-info li span {
        font-size: 14px;
        font-weight: 400;
    }
.module-time {font-weight: 500;
    font-size: 14px;color: var(--sub-heading-color);
}
.single-footer-widget.links-info ul li a {
        font-size: 14px !important;font-weight: 300;
}
.single-footer-widget.logo-info .social-link li a {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
}
.single-footer-widget.logo-info .social-link li svg {
    height: 12px;
}
.acc-content h3 { font-weight: 500;
    font-size: 14px;
}
.course-modules .panel .panel-heading { 
    padding: 10px;
}
.background-bg-overlay {
        padding: 110px 0px 50px 0px;
    }
h3.fee-details {
    font-size: 30px !important;
}
.side-bar-p p {
    padding-left: 30px;
}
.RightMyCourseDetails .default-btn3.flexBtn {
     font-weight: 500;
    font-size: 16px;
}
.c-overview {margin-bottom: 0px;}
.side-bar-p p { font-size: 15px;
}
.side-bar .me-2 { width: 20px; }
.loginText h1 { font-size: 28px; }
.failedPayment .sucess-icon img {
    width: 80px;
}
.studentDeshboardcontent .profile-container {background: transparent;padding: 0px;margin-bottom: 20px;}
.certificateDocuments {
        width: 100%;
    }
    .benefitss .card-timeline {
        width: 100%;
    }
.benefitss .timeline-column-card {grid-row-gap: 5px;}
.course-section-detail-inner .course-details-category.heading-timeline.ul-li h2, .sec-title.latTitle {    line-height: 35px;}
.sec-title.latTitle {
    margin-bottom: 20px;
}
.popup-content {width: 95% !important;}
.popup-content iframe { height: auto !important;}
}
@media screen and (max-width: 480px) {
.student-number {    font-weight: 500;}
.best-course-pic-text .best-course-pic {
    height: 200px;
}
.panel-heading.panelcstm-title .nav>li>a { font-size: 11px; }
.updateProfileDetails {padding: 0px;}
.gaddsProfilePage .table>tbody>tr>th, .gaddsProfilePage .table>tbody>tr>td {    padding: 10px 10px;font-size: 14px;}
}



