body {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	color: #5D667B;
	background-color: #F5F8FD;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #26244A;
}
h1 {
	font-size: 64px
}
h2 {
	font-size: 36px
}
h3 {
	font-size: 24px
}
h4 {
	font-size: 20px
}
h5 {
	font-size: 18px
}
h6 {
	font-size: 16px
}
p {
	font-size: 16px;
	color: #5D667B;
	line-height: auto;
    margin: 0;
}
img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
a {
	color: #7162EA;
	text-decoration: none;
}
ol,
ul {
	padding: 0;
	margin: 0
}
::-webkit-scrollbar {
	width: 6px;
	height: 6px
}
::-webkit-scrollbar-track {
	background: #fff
}
::-webkit-scrollbar-thumb {
	background: #ebebeb7e;
	border-radius: 2px
}
::-webkit-scrollbar-thumb:hover {
	background: #7162EA;
}
.error {
    color: var(--Error-Red-500, #F04438);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
input.error {
    border: 1px solid var(--Error-Red-500, #F04438);
	font-size: unset;
}
header.Header_Main .container-fluid {
	padding: 0 40px;
}
header.Header_Main nav.navbar {
	background: #FFF;
	box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
	padding: 19px 0;
}
header.Header_Main .navbar-nav .nav-link.Nofill_Btn {
	color: #7162EA;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	border-radius: 4px;
	border: 1px solid #7162EA;
	padding: 10px 18px;
	background:#fff;
}
header.Header_Main .navbar-nav .nav-link.Nofill_Btn:hover {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	border-radius: 4px;
	border: 1px solid #7162EA;
	background-color: #7162EA;
	padding: 10px 18px;
	/* margin-left: 8px; */
}
header.Header_Main .navbar-nav .nav-link.Fill_Btn {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid #3A58EF;
    background-color: #3A58EF;
    padding: 10px 18px;
    margin-left: 8px;
}
header.Header_Main .navbar-nav .nav-link.Fill_Btn:hover {
    background: #283FB1;
    color: #fff;
	/* font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	border-radius: 4px;
	border: 1px solid #7162EA;
	padding: 10px 18px; */
}
li.nav-item.dropdown.Country {
	margin: 0px 24px;
}
li.nav-item.dropdown.Country a.nav-link.dropdown-toggle {
    padding: 10px 10px;
    border: 1px solid #EAECF0;
    border-radius: 4px;
}
li.nav-item.dropdown.Country a.nav-link.dropdown-toggle:hover {
    border: 1px solid #7162ea;
}
header.Header_Main ul.navbar-nav li.nav-item.dropdown.Country ul.dropdown-menu.show li {
	padding: 0 20px;
}
header.Header_Main ul.navbar-nav li.nav-item.dropdown.Country ul.dropdown-menu.show li a.dropdown-item {
	width: 100%;
	clear: both;
	padding: 10px 20px 10px 0px;
}
header.Header_Main ul.navbar-nav li.nav-item.dropdown.Country ul.dropdown-menu.show li:hover {
	background-color: #7162ea;
}
header.Header_Main ul.navbar-nav li.nav-item.dropdown.Country ul.dropdown-menu.show li a.dropdown-item:hover {
	background-color: #7162ea;
	color: #fff;
}
li.nav-item.dropdown.Explore a.nav-link.dropdown-toggle {
	/* border-radius: 4px;
	border: 1px solid var(--Text-Grey-200, #EAECF0);
	background: #FFF;
	padding: 10px 18px;
	margin-right: 16px;
	color: var(--Text-Grey-800, #1D2939);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0.32px; */
}
ul.navbar-nav.Center_Menu li.nav-item a.nav-link:hover {
    /* border: 1px solid #7162ea; */
    color: var(--Theme-Blue-500, #3A58EF);
    transition: .4s ease all;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    background: #EBEEFD;
    border-radius: 4px;
}
header.Header_Main ul.navbar-nav li.nav-item .Top_Search {
	position: relative;
}
header.Header_Main ul.navbar-nav li.nav-item .Top_Search input {
	width: 430px;
	padding: 10px 18px;
	border-color: #eaecf0;
}
header.Header_Main ul.navbar-nav li.nav-item .Top_Search img {
	position: absolute;
	right: 25px;
	top: 13px;
}
header.Header_Main ul.navbar-nav li.nav-item .Top_Search input:focus {
	box-shadow: none;
	border-color: #eaecf0;
}
.alert {
    padding: 5px 10px;
    font-size: 14px;
}
.alert .btn-close {
    padding: 10px;
}
.navbar .megamenu {
	left: 40px;
	right: 40px;
	width: calc(100% - 80px);
	margin-top: 0;
	background: #FFF;
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
	border: none;
	padding: 24px;
	border-radius: unset;
	height: calc(100vh - 85px);
    overflow-y: auto;
}
.navbar .has-megamenu {
	position: static !important;
}
.Mega_Main ul li.nav-item button {
	border: none;
	margin: 0;
}
.Mega_Main ul li.nav-item button.nav-link.active {
	color: #7162EA;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	border-bottom: 2px solid;
}
.Mega_Main ul li.nav-item button.nav-link {
	border: none;
	margin: 0;
	padding: 10px 24px;
	color: #98A2B3;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}
.Continuing_Education {
	margin-top: 24px;
}
.Courses_Quali {
	background: var(--Text-Grey-50, #F9FAFB);
	padding: 24px;
}
.Courses_Quali h3 {
	font-weight: 600;
	line-height: 32px;
	color: #1D2939;
}
.Courses_Quali .Quali_Search {
	position: relative;
	margin-top: 16px;
}
.Courses_Quali .Quali_Search img {
	position: absolute;
	right: 20px;
	top: 10px;
}
.Courses_Quali .Quali_Search input {
	border-radius: 4px;
	border: 1px solid var(--Text-Grey-300, #D0D5DD);
	background: var(--White, #FFF);
	padding: 8px 16px;
	margin-bottom: 10px;
    font-size: 14px;
}
.Courses_Quali .Quali_Search input:focus {
	box-shadow: none;
	border-color: #D0D5DD;
}
.Qualification_List ul li {
	list-style: none;
	border-bottom: 1px solid var(--Text-Grey-200, #EAECF0);
	padding: 8px 0;
	margin-top: 8px;
}
.Qualification_List ul li a {
	color: var(--Text-Grey-500, #5D667B);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	position: relative;
	width: 100%;
	display: block;
}
.Qualification_List ul li:hover a {
	color: var(--Theme-Purple-500, #7162EA);
}
.Qualification_List ul li:hover a:after {
	content: "";
	background-image: url(../images/upper-right-arrow.svg);
	display: block;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 16px;
	top: 0px;
}
.Qualification_List ul li:hover {
	border-bottom: 1px solid var(--Theme-Purple-500, #7162EA);
}
.Qualification_List {
	max-height: calc(100vh - 225px);
	overflow-y: auto;
}
.Browse_library {
	padding: 0 0 0 0;
}
.Browse_library h3 {
	color: var(--Text-Grey-800, #1D2939);
	font-weight: 600;
	line-height: 32px;
	margin-bottom: 16px;
}
.Course-Box {
	padding: 16px 24px;
	border-radius: 12px;
	/* margin-bottom: 12px; */
}
.Course-Box h5 {
	color: var(--Text-Grey-800, #1D2939);
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 4px;
    font-size: 16px;
}
.Course-Box p {
	font-weight: 400;
	line-height: 24px;
	margin: 0;
    font-size: 14px;
}
.Course-Box h5 span {
	color: var(--Theme-Yellow-700, #BD9007);
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	border-radius: 4px;
	background: var(--Theme-Yellow-50, #FDF9EB);
	padding: 4px 8px;
	margin-left: 12px;
}
.Course-Box:hover {
	border-radius: 12px;
	background: var(--Theme-Purple-50, #F3F1FD);
}
.Course-Box:hover h5 {
	color: var(--Theme-Purple-500, #7162EA);
}
.Course-Box:hover p {
	color: var(--Text-Grey-800, #1D2939);
}
.Annual_Pricing h5 {
	color: var(--Text-Grey-800, #1D2939);
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 8px;
    font-size: 16px;
}
.Annual_Pricing {
	border-radius: 8px;
	background: var(--Theme-Purple-50, #F3F1FD);
	padding: 16px;
}
.Annual_Pricing_Box {
	border-radius: 8px;
	background: #FFF;
	padding: 16px;
	display: flex;
	margin-bottom: 12px;
    align-items: center;
}
.Annual_Pricing_Box:hover {
    border: 1px solid;
}
.Pricing_Name {
	margin: 0 0 0 auto;
    text-align: center;
}
.Plan_Name h6 {
	color: var(--Text-Grey-800, #1D2939);
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 4px;
    font-size: 14px;
}
.Plan_Name p {
	color: var(--Text-Grey-500, #5D667B);
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	margin: 0;
}
.Plan_Name p svg {
	margin-right: 4px;
}
.Pricing_Name h3 {
	color: var(--Text-Grey-800, #1D2939);
	text-align: right;
	font-size: 30px;
	font-weight: 500;
	line-height: 38px;
	margin: 0;
}
.Pricing_Name h3 span {
	font-size: 14px;
	vertical-align: super;
	margin-right: 2px;
}
.Contact_Expert {
	text-align: center;
	margin-top: 16px;
}
.Contact_Expert a:hover {
    text-decoration: underline;
    color: #7162ea;
    font-weight: 600;
}
.Contact_Expert p {
	margin-bottom: 8px;
    font-size: 14px;
}
.Contact_Expert .Contact_Right a:hover {
    color: #7162EA;
    border: 1px solid #7162EA;    
    background-color: #fff;
    text-decoration: none;
}
.Contact_Expert a {
    color: #5D667B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: block;
    margin-bottom: 8px;
}
.Contact_Expert .Contact_Right a {
    color: var(--White, #FFF);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 4px;
    background: var(--Theme-Purple-500, #7162EA);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 8px 14px;
    text-decoration: none;
    transition: .4s ease-out;
}
.Contact_Expert a svg {
    margin-right: 6px;
}
.Mega_Main a.Close_Menu {
    border-radius: 33px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: #FFF;
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 4px 12px 5px 12px;
    position: absolute;
    right: 0;
}
.Mega_Main a.Close_Menu {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" viewBox="0 0 16 17" fill="none" aria-labelledby="titleID search_filter" role="img"><path d="M8.94126 8.49988L13.1413 4.30655C13.2668 4.18101 13.3373 4.01075 13.3373 3.83321C13.3373 3.65568 13.2668 3.48542 13.1413 3.35988C13.0157 3.23434 12.8455 3.16382 12.6679 3.16382C12.4904 3.16382 12.3201 3.23434 12.1946 3.35988L8.00126 7.55988L3.80793 3.35988C3.68239 3.23434 3.51213 3.16382 3.33459 3.16382C3.15706 3.16382 2.9868 3.23434 2.86126 3.35988C2.73573 3.48542 2.6652 3.65568 2.6652 3.83321C2.6652 4.01075 2.73573 4.18101 2.86126 4.30655L7.06126 8.49988L2.86126 12.6932C2.79878 12.7552 2.74918 12.8289 2.71533 12.9102C2.68149 12.9914 2.66406 13.0785 2.66406 13.1665C2.66406 13.2546 2.68149 13.3417 2.71533 13.4229C2.74918 13.5042 2.79878 13.5779 2.86126 13.6399C2.92324 13.7024 2.99697 13.752 3.07821 13.7858C3.15945 13.8197 3.24659 13.8371 3.33459 13.8371C3.4226 13.8371 3.50974 13.8197 3.59098 13.7858C3.67222 13.752 3.74595 13.7024 3.80793 13.6399L8.00126 9.43988L12.1946 13.6399C12.2566 13.7024 12.3303 13.752 12.4115 13.7858C12.4928 13.8197 12.5799 13.8371 12.6679 13.8371C12.7559 13.8371 12.8431 13.8197 12.9243 13.7858C13.0056 13.752 13.0793 13.7024 13.1413 13.6399C13.2037 13.5779 13.2533 13.5042 13.2872 13.4229C13.321 13.3417 13.3385 13.2546 13.3385 13.1665C13.3385 13.0785 13.321 12.9914 13.2872 12.9102C13.2533 12.8289 13.2037 12.7552 13.1413 12.6932L8.94126 8.49988Z" fill="%2398A2B3"></path></svg>');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 6px center;
    padding-left: 24px;
}
.Per_User span {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-top: -3px;
    display: block;
}
li.nav-item.dropdown.Country ul.dropdown-menu.show {
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
	border: none;
}
/*Accreditations_Header Slider Start*/
.Accreditations_Header .slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.Accreditations_Header .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.Accreditations_Header .slick-list:focus {
	outline: none;
}
.Accreditations_Header .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.Accreditations_Header .slick-slider .slick-track,
.Accreditations_Header .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.Accreditations_Header .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.Accreditations_Header .slick-track:before,
.Accreditations_Header .slick-track:after {
	display: table;
	content: '';
}
.Accreditations_Header .slick-track:after {
	clear: both;
}
.Accreditations_Header .slick-loading .slick-track {
	visibility: hidden;
}
.Accreditations_Header .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
.Accreditations_Header .slick-slide img {
	display: block;
}
.Accreditations_Header .slick-slide.slick-loading img {
	display: none;
}
.Accreditations_Header .slick-slide.dragging img {
	pointer-events: none;
}
.Accreditations_Header .slick-initialized .slick-slide {
	display: block;
}
.Accreditations_Header .slick-loading .slick-slide {
	visibility: hidden;
}
.Accreditations_Header .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.Accreditations_Header .slick-arrow.slick-hidden {
	display: none;
}
.Accreditations_Header .slick-slide .inner {
	margin: 0 20px;
}
.Accreditations_Header h6 {
	color: var(--Text-Grey-500, #5D667B);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 10px;
}
/*Accreditations_Header Slider End*/
.Exam_Preparation {
    padding: 24px 0;
}
.Preparation_Courses {
    background: var(--Text-Grey-50, #F9FAFB);
    padding: 40px;
    height: 100%;
}
.Preparation_Courses h3 {
    color: var(--Text-Grey-800, #1D2939);
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 8px;
}
.Preparation_Courses p {
    color: var(--Text-Grey-500, #5D667B);
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
.Preparation_Courses ul li {
    position: relative;
}
.Preparation_Courses ul li:after {
    content: "";
    position: absolute;
    background-image: url(../images/Preparation-Check.svg);
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    top: 3px;
}
.Preparation_Courses ul li {
    position: relative;
    color: var(--Text-Grey-700, #344054);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 12px;
    list-style: none;
    padding-left: 28px;
}
.Preparation_Box img {
    width: 100%;
}
.Preparation_Box:hover {
    border: 1px solid #7162ea;
    border-radius: 5px;
}
.Preparation_Box:hover h5 {
    color: #7162ea;
}
.Preparation_Box_Can {
    padding: 16px;
}
.Preparation_Box_Can h5 {
    color: var(--Text-Grey-800, #1D2939);
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 4px;
}
.Preparation_Box_Can h6 {
    color: var(--Theme-Purple-500, #7162EA);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
}
.Preparation_Box_Can p {
    font-weight: 400;
    line-height: 24px;
}
/*Search Results Start */
.SearchResults {
    border-radius: 8px;
    border-top: 1px solid #EAECF0;
    background: #FFF;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.12);
    padding: 16px 24px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 612px;
    max-height: 80vh;
    overflow-y: auto;
	z-index: 123;
    display: none;
}
.Searches_list {
    border-bottom: 1px solid #F2F4F7;
    margin-bottom: 12px;
}
.Searches_list h6 {
    color: #5D667B;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 12px;
}
.Searches_list ul {
    flex-direction: column;
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    list-style: none;
}
.Searches_list ul li a {
    color: #1D2939;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-left: 28px;
}
.Searches_list a.See_all_search {
    color: #4E69F1;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-bottom: 1px solid #7163EA;
    margin-bottom: 20px;
    display: inline-block;
}
span.search-credit {
    border-radius: 4px;
    background: #F9FAFB;
    color: #5D667B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 4px 12px;
    margin-left: 8px;
    display: inline-block;
}
.Searches_list:last-child {
    margin-bottom: 0;
    border: none;
}
.Searches_list ul li a {
    position: relative;
}
.Searches_list ul li a:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
	background-image: url("../images/inner-search.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top: 0;
}
.Searches_list.Courses_Searches ul li a:before {
	background-image: url("../images/inner-video.svg");
}
/*Search Results End*/
header .header_inner{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
	padding: 24px 0;
}
header .logo_area {
    display: flex;
    align-items: center;
    gap: 17px;
}
/* Basic styling for breadcrumb */
/*Sidebar css*/
.sidebar {
    position: fixed;
    left: 0;
    height: 100%;
    width: 284px;
    z-index: 100;
    transition: all 0.5s ease;
    top: 88px;
    border-radius: 8px;
    background: var(--White, #FFF);
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
}
.sidebar.close{
    width: 78px;
}
.sidebar .logo-details{
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
}
.sidebar .logo-details i{
    font-size: 30px;
    color: #fff;
    height: 50px;
    min-width: 78px;
    text-align: center;
    line-height: 50px;
}
.sidebar .logo-details .logo_name{
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease;
    transition-delay: 0.1s;
}
.sidebar.close .logo-details .logo_name{
    transition-delay: 0s;
    opacity: 0;
    pointer-events: none;
}
.sidebar .nav-links{
    height: calc(100% - 80px);
    padding: 8px 0 150px 0;
    overflow: auto;
}
/* .sidebar.close .nav-links{
    overflow: visible;
} */
.sidebar .nav-links::-webkit-scrollbar{
    display: none;
}
.sidebar .nav-links li{
    position: relative;
    list-style: none;
    transition: all 0.4s ease;
    margin: 10px;
    border-radius: 5px;
}
.sidebar .nav-links li.showMenu .sub-menu li {
    margin: 0;
    padding: 5px 10px 5px 10px;
}
.sidebar .nav-links li:hover {
    background-color: #f2f4f7;
}
.sidebar .nav-links li.active {
    background: var(--Theme-Purple-50, #F3F1FD);
}
.sidebar .nav-links li.showMenu .sub-menu li:before {
    position: absolute;
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="20" viewBox="0 0 16 20" fill="none"><mask id="path-1-inside-1_13416_35962" fill="white"><path d="M0 0H16V20H6C2.68629 20 0 17.3137 0 14V0Z"/></mask><path d="M0 0H16H0ZM16 22H6C1.58172 22 -2 18.4183 -2 14H2C2 16.2091 3.79086 18 6 18H16V22ZM6 22C1.58172 22 -2 18.4183 -2 14V0H2V14C2 16.2091 3.79086 18 6 18V22ZM16 0V20V0Z" fill="%23EAECF0" mask="url(%23path-1-inside-1_13416_35962)"/></svg>');
    width: 16px;
    height: 20px;
    left: -24px;
}
.sidebar .nav-links li .iocn-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar.close .nav-links li .iocn-link{
    display: block;
}
.sidebar .nav-links li i{
    height: 50px;
    min-width: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.sidebar .nav-links li.showMenu i.arrow{
    transform: rotate(-180deg);
    margin: 0 0 0 auto;
}
.sidebar .nav-links li i.bx.bxs-chevron-down.arrow {
    margin: 0 0 0 auto;
}
.sidebar.close .nav-links i.arrow{
    display: none;
}
.sidebar .nav-links li a{
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 100%;
}
.sidebar .nav-links li a .link_name {
    transition: all 0.4s ease;
    color: var(--Text-Grey-500, #5D667B);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.sidebar.close .nav-links li a .link_name{
    opacity: 0;
    pointer-events: none;
}
.sidebar .nav-links li .sub-menu{
    padding: 6px 6px 6px 40px;
    /* margin-top: -10px; */
    /* background: #F2F4F7; */
    display: none;
}
.sidebar .nav-links li.showMenu .sub-menu{
    display: block;
	position: relative;
	background: #ffffff;
}
.sidebar .nav-links li.showMenu .sub-menu:before {
    position: absolute;
    left: 16px;
    height: calc(100% - 45px);
    width: 2px;
    background: #EAECF0;
    content: "";
}
.sidebar .nav-links li .sub-menu a {
    padding: 5px 0;
    white-space: nowrap;
    transition: all 0.3s ease;
    color: var(--Text-Grey-500, #5D667B);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.sidebar.close .nav-links li .sub-menu{
    position: absolute;
    left: 100%;
    top: -10px;
    margin-top: 0;
    padding: 10px 20px;
    border-radius: 0 6px 6px 0;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: 0s;
}
.sidebar.close .nav-links li:hover .sub-menu{
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
}
.sidebar .nav-links li .sub-menu .link_name{
    display: none;
}
.sidebar.close .nav-links li .sub-menu .link_name{
    font-size: 18px;
    opacity: 1;
    display: block;
}
.sidebar .nav-links li .sub-menu.blank{
    opacity: 1;
    pointer-events: auto;
    padding: 3px 20px 6px 16px;
    opacity: 0;
    pointer-events: none;
}
.sidebar .nav-links li:hover .sub-menu.blank{
    top: 50%;
    transform: translateY(-50%);
}
.User_Pic img {
    width: 44px;
    height: auto;
}
.one {
    width: 80%;
    margin-left: 10%;
    background-color: black;
    height: 400px;
}
.sidebar .profile-details{
    position: fixed;
    bottom: 40px;
    padding: 12px 0;
    transition: all 0.5s ease;
    background-color: #fff;
    width: 284px;
}
.sidebar .profile-details li {
    background: #F2F4F7;
}
.sidebar.close .profile-details{
    background: none;
}
.sidebar.close .profile-details{
    width: 78px;
}
.sidebar .profile-details .profile-content{
    display: flex;
    align-items: center;
}
.sidebar .profile-details img{
    height: 52px;
    width: 52px;
    object-fit: cover;
    border-radius: 16px;
    margin: 0 14px 0 12px;
    background: #F2F4F7;
    transition: all 0.5s ease;
}
.sidebar.close .profile-details img{
    padding: 10px;
}
.sidebar .profile-details .profile_name,
.sidebar .profile-details .job{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
}
.sidebar .profile-details .job{
    font-size: 12px;
}
header.fixed-top {
    background: #FAFBFE;
}
.Profile {
    margin: 0 10px;
    display: flex;
    border-radius: 4px;
    background: var(--Text-Grey-100, #F2F4F7);
    padding: 8px 16px;
}
.sidebar.close .User_Can {
    display: none;
}
.User_Can {
    margin-left: 12px;
}
.User_Can h6 {
    color: var(--Text-Grey-800, var(--Main-Heading-Font, #1D2939));
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.User_Can a {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-decoration-line: underline;
}
.home-section {
    position: relative;
    min-height: 100vh;
    left: 300px;
    width: calc(100% - 300px);
    transition: all 0.5s ease;
    padding: 16px;
    border-radius: 16px 8px;
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
	padding-bottom: 60px;
}
.sidebar.close ~ .home-section{
    left: 78px;
    width: calc(100% - 78px);
}
.home-section .home-content .bx-menu,
.home-section .home-content .text{
    color: #11101d;
    font-size: 35px;
}
.home-section .home-content .bx-menu{
    margin: 0 15px;
    cursor: pointer;
}
.sidebar i.bx.bx-menu {
    border-radius: 31px;
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
    padding: unset;
    top: 10px;
    position: absolute;
    right: -12px;
    z-index: 123;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
	cursor: pointer;
}
.sidebar.close i.bx.bx-menu {
	border-radius: 31px;
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
    padding: unset;
    top: 10px;
    position: absolute;
    right: -12px;
    z-index: 123;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
	cursor: pointer;
    border-radius: 31px;
    background: #FFF;
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
    top: 10px;
    position: absolute;
    right: -20px;
    z-index: 123;
    transform: rotate(180deg);
}
/*Sidebar css Over*/
footer.fixed-bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    background: #fff;
    font-size: 14px;
    padding: 16px 12px;
	align-items: center;
	flex-wrap: wrap;
}
footer.fixed-bottom a {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
footer.fixed-bottom .copyright a {
    color: var(--Text-Grey-800, #1D2939);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration-line: underline;
}
.getfooterapp a,.supportmain a {
    display: flex;
    align-items: center;
    gap: 8px;
}
.breadcrumb {
    display: flex;
    list-style: none;
    padding: 5px 0;
    background-color: transparent;
    margin-bottom: 0;
}  
.breadcrumb-item {
	font-size: 12px;
}  
.breadcrumb-item + .breadcrumb-item::before {
    content: "";
    padding: 0 10px;
    color: #344054;
    background-image: url("../images/Chevron--right.svg");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}  
.breadcrumb-item a {
	color: #98A2B3;
	text-decoration: none;
}  
.breadcrumb-item a:hover {
	text-decoration: none;
}  
.breadcrumb-item.active {
	color: #344054; /* Active breadcrumb is gray */
	pointer-events: none;
}
.page-title h1 {
    color: var(--Text-Grey-800, #1D2939);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.breadcrumb-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
	margin-bottom: 19px;
	flex-wrap: wrap;
}
.btn-main {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 4px;
    background: #7162EA;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px 16px;
    border: none;
	text-decoration: none;
	border: 1px solid #7162EA;
}
.btn-second {
    color: #7162EA;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 4px;
    background: #fff;
	border: 1px solid #7162EA;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px 16px;
	text-decoration: none;
}
.modal-title {
    color: var(--Text-Grey-800, #1D2939);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.modal-header {
    border: none;
    padding: 24px 24px 16px 24px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}
/*select ,input, search Start*/
.form-group-select.focused .control-label {
    opacity: 1;
    transform: scale(0.75);
    color: #5D667B;
    font-size: 14px;
}
.form-group-select {
    display: flex;
    height: 46px;
    margin: 0 auto;
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
    background: var(--White, #FFF);
    gap: 10px;
    padding: 1px;
}
.control-label {
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    transform: translate3d(0, 22px, 0) scale(1);
    transform-origin: 34px -38px;
    transition: 0ms;
    line-height: 29px;
    color: var(--Text-Grey-500, #5D667B);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    background: var(--White, #FFF);
    padding: 0 4px;
}
.form-group-select.focused .control-label {
    opacity: 1;
	transform: scale(0.75);
    color: #5D667B;
    font-size: 14px;
} 
.form-control-select {
    width: 100%;
    border: none;
    color: var(--Text-Grey-900, #101828);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
	padding: 8px 12px;
	outline: none;
}
.form-control-select::-webkit-input-placeholder {
    color: transparent;
    transition: 240ms;
}
.form-control-select:focus::-webkit-input-placeholder {
    transition: none;
}
.form-group-select.focused .form-control-select::-webkit-input-placeholder {
    color: #5D667B;
}
.form-floating>label {
    padding: .7rem .75rem;
	font-size: 14px;
}
.form-select {
    color: #101828;
}
.form-floating>label {
    padding: .7rem .75rem;
    font-size: 14px;
    color: #101828;
}
.form-select {
    padding: .7rem .75rem;
	font-size: 14px;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label,  .form-floating>.form-control:not(:placeholder-shown)~label,  .form-floating>.form-select~label {
    color: #5D667B;
    transform: scale(.85) translateY(-1.5rem) translateX(.35rem);
}
.form-floating>.form-control-plaintext:focus,  .form-floating>.form-control-plaintext:not(:placeholder-shown),  .form-floating>.form-control:focus,  .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 0.625rem;
    padding-bottom: 1rem;
    box-shadow: none;
    border-color: #dee2e6;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext {
    padding: 1rem .75rem;
}
.form-floating>.form-control,  .form-floating>.form-control-plaintext,  .form-floating>.form-select {
    height: 46px;
    min-height: 46px;
    line-height: 1.25;
    font-size: 14px;
}
.form-floating .bootstrap-select{
    padding: 0 !important;
}
.form-floating .bootstrap-select .btn.dropdown-toggle{
    font-size: 14px;
    border: 1px solid #eaecf0;
    height: 44px;
    padding: 10px 12px;
}
.form-floating .bootstrap-select .btn.dropdown-toggle,
.form-floating .bootstrap-select .btn.dropdown-toggle.btn-outline-danger:hover{
    background: white;
    color: #212837;
}
section.Signup_Main .Sign_Right .form-floating a img {
    position: absolute;
    top: 13px;
    right: 12px;
}
.form-floating .error~button.btn.dropdown-toggle.btn-light{
    border: 1px solid #f04438;
}
.icon-back {
    position: relative;
}
.icon-back .form-control {
    padding-right: 40px;
}
.icon-back  .iconcontrol-img {
    position: absolute;
    top: 13px;
    right: 12px;
}
/*select ,input, search Over*/
/*tabs*/
.nav-tabs .nav-link {
    color: #5D667B;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 0;
    border: none;
}
.nav-tabs .nav-link.active {
    border: none;
    border-bottom: 1px solid #7162EA;
    color: #7162EA;
}
.cursor-pointer{
	cursor: pointer;
}
.Mega_Main {
    position: relative;
}
.User_Pic img {
    width: 44px;
    height: auto;
    border-radius: 50%;
}
/*tabs over*/
/*Toast Message css starts*/
.Toast_Main_Fixed.Error p {
    color: var(--Error-Red-700, #B42318);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
    border-radius: 16px;
    background: var(--Error-Red-50, #FEF3F2);
    mix-blend-mode: multiply;
    padding: 4px 10px 4px 4px;
}
.Toast_Main_Fixed.Error p span {
    border-radius: 16px;
    border: 1px solid var(--Error-Red-200, #FECDCA);
    background: var(--White, #FFF);
    padding: 2px 8px;
    margin-right: 8px;
}
.Toast_Main_Fixed.Success p {
    color: var(--Success-Green-700, #027A48);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
    padding: 4px 10px 4px 4px;
    border-radius: 16px;
    background: var(--Success-Green-50, #ECFDF3);
    mix-blend-mode: multiply;
}
.Toast_Main_Fixed.Success p span {
    border-radius: 16px;
    border: 1px solid var(--Success-Green-200, #A6F4C5);
    background: var(--White, #FFF);
    padding: 2px 8px;
    margin-right: 8px;
}
.Toast_Main_Fixed.Warning p {
    color: var(--Warning-Yellow-700, #B54708);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
    padding: 4px 10px 4px 4px;
    border-radius: 16px;
    background: var(--Warning-Yellow-50, #FFFAEB);
    mix-blend-mode: multiply;
}
.Toast_Main_Fixed.Warning p span {
    border-radius: 16px;
    border: 1px solid var(--Warning-Yellow-200, #FEDF89);
    background: var(--White, #FFF);
    padding: 2px 8px;
    margin-right: 8px;
}
.Toast_Main_Fixed {
    position: absolute;
    display: block;
    top: 100px;
    right: 40px;
    z-index: 999;
}
.Toast_Main_Fixed.Success p b {
    font-weight: 400;
}
/*Search Results End*/
.section {
	padding: 50px 0;
}
.Cpe_title {
    color: #000;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    letter-spacing: -1.28px;
}
.Cpe_title span {
    background: linear-gradient(256deg, #6B35C5 9.68%, #DD5000 64.46%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    letter-spacing: -1.28px;
}
.Nofill_Btn {
	color: #7162EA;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	border-radius: 4px;
	border: 1px solid #7162EA;
	padding: 10px 18px;
	display: inline-block;
}
.Nofill_Btn:hover {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	border-radius: 4px;
	border: 1px solid #7162EA;
	background-color: #7162EA;
	padding: 10px 18px;
	display: inline-block;
	transition: .4s ease-out;
}
.Nofill_Btn:hover svg path{
	fill: #fff;
}
.q_main_banner .Nofill_Btn:hover svg path{
	fill: #fff;
}
.Fill_Btn {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	border-radius: 4px;
	border: 1px solid #7162EA;
	background-color: #7162EA;
	padding: 10px 18px;
	display: inline-block;
	transition: .4s ease-out;
}
.Fill_Btn:hover {
	color: #7162EA;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	border-radius: 4px;
	border: 1px solid #7162EA;
	padding: 10px 18px;
	display: inline-block;
	background-color: #fff;
}
.Fill_Btn:hover svg path{
	fill: #7162EA;
}
.q_main_banner .Fill_Btn:hover svg path{
	stroke: #7162EA;
}
.Trending_Topics_Todays .Topics_Main ul li:hover {
	border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--Theme-Purple-500, #7162EA);
    color: var(--White, #FFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
/*Common css Over*/
/*Footer Start*/
footer{
    background: var(--Theme-Dark-Blue-900, #17162C);
    padding: 60px 0;
}
.newsletter {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    border-radius: 12px;
    background: var(--Theme-Dark-Blue-800, #26244A);
    padding: 28px 36px;
    align-items: center;
}
.newsletter_inner h3 {
    color: var(--White, #FFF);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
	margin-bottom: 4px;
}
.newsletter_inner h3 + p {
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.newsletter-control {
    position: relative;
    min-width: 457px;
    height: 48px;
}
.newsletter-control svg {
    position: absolute;
    left: 24px;
    top: 16px;
}
.newsletter-control input.form-control {
    height: 100%;
    padding-left: 50px;
}
.newsletter-control .Fill_Btn {
    position: absolute;
    top: 4px;
    right: 4px;
    height: calc(100% - 8px);
    display: flex;
    align-items: center;
}
.footer-top {
    margin-top: 60px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding-bottom: 20px;
}
.footer-top h3 {
    color: var(--White, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 24px;
}
.footer-top ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer-top ul li a {
    color: var(--White, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.app_store {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-bottom {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.963px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding-top: 20px;
    flex-wrap: wrap;
}
.pci-logo {
    display: flex;
    gap: 6px;
    align-items: center;
    color: var(--White, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.social {
    display: flex;
    gap: 6px;
    color: var(--White, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    align-items: center;
	flex-wrap: wrap;
}
.social ul {
    list-style: none;
    display: flex;
    gap: 33px;
    flex-wrap: wrap;
}
.registering{
	display: block;
    content: "";
    position: relative;
    background-image: url(../images/register-loader.svg);
    z-index: 123;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    pointer-events: none;
    background-color: #7162EA !important;
}
#lets_connect_submit{
	width: 143px;
	height: 46px;
}
.loader_new {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .6);
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}
.loader_new {
    display: flex;
}
.loader_new img {
    width: 80px;
    height: 80px;
}
.Course_Img img:hover {
    transform: scale(1.1);
	.Course_Img img:hover
}
.Course_Img.E-book img {
	width: 177px;
	border-radius: 0;
}
.Course_Img.E-book {
	text-align: center;
	background: var(--Text-Grey-100, #F2F4F7);
}
.Course_Can ul.Qulification_Chips li.searched_qualification {
    background: #7162ea;
    color: #fff;
}
.Courses_List_Main tbody tr td a {
    color: var(--Text-Grey-700, #344054);
    text-decoration-line: none;
}
.Courses_List_Main tbody tr td a:hover {
    text-decoration: underline;
    color: #7162ea;
	font-weight: 500;
}
li.nav-item.dropdown.User_Drop ul.dropdown-menu.show {
    width: 100%;
    min-width: 15rem;
    left: -140px;
}
li.nav-item.dropdown.User_Drop ul.dropdown-menu {
    box-shadow: 0 4px 10px rgb(0 0 0 / 20%);
    border: none;
    border-radius: 10px;
    padding: 10px 0;
    min-width: 12rem;
}
li.nav-item.dropdown.User_Drop ul.dropdown-menu li a.dropdown-item {
    line-height: 38px;
    padding: 0;
    color: #1e2125;
}
li.nav-item.dropdown.User_Drop ul.dropdown-menu li a.dropdown-item img {
    margin-right: 5px;
}
li.nav-item.dropdown.User_Drop ul.dropdown-menu li {
    padding: 0 20px;
}
#common_individual_sign_up_form .form-group span.error {
    color: var(--Error-Red-500, #F04438);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    float: left;
}
.Get_started .form-check .form-check-label{
	width: 100%;
}
/*Start Common Payment Popup modal css*/
.common_payment_popup .modal.show .modal-dialog {
    transform: none;
}
.common_payment_popup .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.common_payment_popup .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    /* transform: translate(0,-50px); */
}
.common_payment_popup .modal-content {
    background: radial-gradient(50% 50% at 50% 50%, #223043 0%, #132235 100%);
}
.common_payment_popup .modal-header {
    border: 0;
}
.common_payment_popup .Sign_Up_Logo {
    text-align: left;
    margin: 0;
}
.common_payment_popup .Sign_Up_Logo img {
    width: 100%;
    background: white;
    padding: 5px 2px;
    border-radius: 3px;
}
.common_payment_popup .modal-header button.btn-close {
    background: url('https://d352ouyj2way3r.cloudfront.net/live_assets/new-theme/images/pricing-page/modal-close-white.svg');
    background-size: cover;
    color: #FFFFFF;
    width: 20px;
    height: 20px;
    opacity: 1;
    margin: 0;
}
.common_payment_popup .modal-body {
    padding-bottom: 70px;
}
.common_payment_popup .Setup_Account {
    border-radius: 10px;
    background: #FFF;
    padding: 30px;
}
.common_payment_popup .position-relative {
    position: relative!important;
}
.common_payment_popup .Setup_Account h2 {
    color: #2d2d2d;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.common_payment_popup .Account_Information .form-group {
    margin-bottom: 16px;
}
.common_payment_popup .plan-first-title {
    background: #E7F2FF;
    border-left: #7162EA 3px solid;
    padding: 10px;
}
.common_payment_popup .plan-first-title span {
    color: #7A7B7B;
    font-weight: 500;
    font-size: 16px;
}
.common_payment_popup .plan-first-title p {
    color: #2D2D2D;
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 20px;
}
.common_payment_popup .Account_Information .form-check.fcustom {
    border-radius: 6px;
    border: 1px solid #D0D5DD;
    background: #ffffff;
    padding: 12px 16px;
    display: flex;
    gap: 20px;
    align-items: center;
}
.common_payment_popup .Account_Information .form-check.fcustom input[type=radio] {
    margin-left: 5px;
    /* min-height: 16px; */
}
.common_payment_popup .Account_Information .form-check input {
    padding: 0;
}
.common_payment_popup .Account_Information .form-check.fcustom .form-check-label {
    flex: auto;
}
.common_payment_popup .Account_Information .form-check .form-check-label {
    font-size: 12px;
    color: #757575;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: auto;
    opacity: 1;
}
.common_payment_popup span.d-block.cnumber {
    color: #2D2D2D;
    font-family: Avenir;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.common_payment_popup .d-flex.align-items-center.nameoutof {
    gap: 10px;
    width: 100%;
    justify-content: space-between;
    color: #757575;
    font-family: Avenir;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.common_payment_popup #add_new_card_block {
    margin-bottom: 60px;
}
.common_payment_popup button.btn.btn-learmore-blue {
    border-radius: 6px;
    background: transparent;
    color: #7162EA;
    text-align: center;
    font-family: Avenir;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 12px 24px;
    border: 1px solid #7162EA;
}
.common_payment_popup #main.quali-acord, #signup_add_card, .Find_out_box ul li:last-child, .Inclusion ul li:last-child, .Plan_Details_Box #accordionPayment h2, .Review_Text p, .extend_offer .modal-footer .btn, .firm-signup-error p, .firm-signup-success .alert-success p, .free-trial-signup .Inclusion ul li:last-child, .new-payment-modal .Bank_card_details, .quali-fillter ul li .Contact_Points_Main a.Ways_Box h3 {
    margin: 0;
}
.common_payment_popup .Pricing_Can, .Sign_in_Title, .subject_area {
    margin-bottom: 20px;
}
.common_payment_popup h3 {
    font-size: 35px;
}
.common_payment_popup .cursor-pointer {
    cursor: pointer;
}
.common_payment_popup .add_new_card_label {
    margin-left: 20px;
}
.common_payment_popup .Account_Information .form-floating input:not(input[type=checkbox],input[type=radio]) {
    padding-bottom: 0;
}
.common_payment_popup .Account_Information input:not(input[type=checkbox],input[type=radio]) {
    border-radius: 6px;
    border: 1px solid rgba(36, 57, 88, 0.25);
    background: #F8F8F8;
    padding: 12px 16px;
    height: 56px;
    border-color: #F8F8F8;
    color: #2D2D2D;
    font-size: 16px;
}
.common_payment_popup .Account_Information label {
    color: rgb(45 45 45 / 40%);
    top: 0;
    left: 0;
    height: 56px;
    font-weight: 500;
}
.common_payment_popup .text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important;
}
.common_payment_popup .cvv_eye {
    position: relative;
}
.common_payment_popup .payment_cvv span.Pass_hide {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}
.common_payment_popup .optional_text {
    color: #979797;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.common_payment_popup .Account_Information .form-check input {
    padding: 0;
}
.common_payment_popup .Account_Information .form-check .form-check-label {
    font-size: 12px;
    color: #757575;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: auto;
    opacity: 1;
}
.common_payment_popup .Account_Information .form-check label.form-check-label a {
    color: #7162EA;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}
.common_payment_popup .Pci-Logo {
    display: flex;
    align-items: center;
}
.common_payment_popup .Pci-Logo p {
    color: #33384f;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-left: 6px;
}
.common_payment_popup .Pci-Logo img {
    margin-left: 10px;
}
.common_payment_popup .save60 {
    color: #757575;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.common_payment_popup .save60 span {
    color: #29BD4E;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
}
.common_payment_popup .Pay_Btn a, .common_payment_popup .Pay_Btn .submit_common_payment_form{
    border-radius: 6px;
    background-color: #7162EA;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 15px;
    text-align: center;
    display: block;
    margin-top: 30px;
    height: 50px;
    background-size: contain;
    width: 100%;
    border: none;
}
/*End Common Payment Popup modal css*/
/*Start Sucess popup modal css*/
.Congratulations_Main {
    text-align: center;
}
.Congratulations_Main h5 {
    color: var(--Text-Grey-900, #101828);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-top: 24px;
    margin-bottom: 8px;
}
.Congratulations_Main p {
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.Congratulations_Modal .modal-header {
    padding: 0;
}
.Congratulations_Modal .modal-header button.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 123;
}
/*End Sucess popup modal css*/
/* 25/10/24 - pagination start */
.Pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-direction: row; */
}
.Pagination ul {
    display: flex;
    justify-content: center;
    border: none !important;
}
.page-item:not(:first-child) .page-link {
    margin: 0px 4px;
}
.Pagination ul li {
    list-style: none;
}
.Pagination ul li:first-child a,
.Pagination ul li:last-child a {
    margin: 0px 4px;
    display: flex;
    width: fit-content;
    height: 36px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    color: var(--Text-Grey-700, #344054);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.Pagination ul li a {
    margin: 0px 4px;
    display: flex;
    width: 36px;
    height: 36px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    color: var(--Text-Grey-700, #344054);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.Pagination ul li a.disabled {
    color: var(--Text-Grey-400, #98A2B3);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    pointer-events: none;
}
.Pagination ul li a.active {
    border-radius: 4px;
    background: var(--Text-Grey-900, #101828);
    padding: 8px 12px;
    color: var(--White, #FFF);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.Pagination .Page_Number_Txt {
    color: var(--Text-Grey-700, #344054);
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
/* 25/10/24 - pagination end */

/*course-discovery Utsav 29-10-2024*/
.Course_Can ul.Qulification_Chips {
    margin-bottom: 15px;
    border: 0;
    height: 34px;
    overflow: hidden;
}
.Course_Can ul.Qulification_Chips li {
    border-radius: 4px;
    background: var(--Theme-Purple-50, #F3F1FD);
    display: inline-block;
    padding: 6px 12px;
    margin-right: 6px;
    font-size: 14px;
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px;
}
.Course_Can h3 a {
    color: var(--Text-Grey-700, #344054);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    overflow: hidden;
    height: 45px;
    margin-bottom: 15px;
}
.Course_Can h3 a:hover {
    color: #7162EA;
    text-decoration: underline;
}
.Course_Grid_Main ul.pagination {
    border: none;
}
.active>.page-link, .page-link.active {
    z-index: 3;
    /* color: var(--bs-pagination-active-color); */
    /* background-color: var(--bs-pagination-active-bg); */
    border-color: var(--bs-pagination-active-border-color);
    margin: 0px 4px;
    display: flex;
    width: 36px;
    height: 36px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #101828);
    color: var(--Text-Grey-700, #FFF);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.Course_Top_Filter .form-group button.btn.dropdown-toggle.btn-light {
    background: #fff;
    height: 44px;
    padding: 11px 14px;
    font-size: 14px;
}
.Course_Top_Filter .form-group button.btn.dropdown-toggle.btn-light:hover {
    border: none;
}
.Course_Top_Filter .form-group button.btn.dropdown-toggle.btn-light:focus {
    outline: none !important;
}
/*course-discovery Utsav 29-10-2024*/

.cybermoday-color {
    color: rgb(78, 106, 215);
}
@media(max-width:767px){
    .sidebar .profile-details {
        bottom: 65px;
    }
}
@media only screen and (max-width: 1504px) {
    .Qualification_List {
        max-height: calc(100vh - 125px);
    }
}
@media (max-width:767px)
{
    body .q_main_left h1{
        font-size: 28px;
    }
    body .q_main_right {
        position: static;
    }
    body .banner_counter{
        display: none;
    }
    body section.q_main_banner {
        padding: 24px 0;
        text-align: center;
        margin-top: 5px;
    }
    .newsletter-control {
        min-width: auto;
        height: auto;
    }
    .newsletter-control input.form-control {
        height: 100%;
        padding-left: 50px;
        width: 100%;
        /* min-width: auto; */
        height: 50px;
    }
    .newsletter-control .Fill_Btn {
        /* position: absolute; */
        top: 4px;
        right: 4px;
        height: calc(100% - 8px);
        display: flex;
        align-items: center;
        margin-top: 15px;
        width: 100%;
        text-align: center;
        display: block;
        position: static;
    }
	.newsletter {
		flex-wrap: wrap;
	}
	li.nav-item.dropdown.Explore a.nav-link.dropdown-toggle {
		width: 100%;
		position: relative;
		margin-bottom: 10px;
	}
	li.nav-item.dropdown.Country {
		display: none;
	}
	.dropdown-toggle::after {
		position: absolute;
		right: 20px;
		top: 20px;
	}
	header.Header_Main ul.navbar-nav li.nav-item .Top_Search input {
		width: 100%;
		border-color: #eaecf0;
		margin: 0 !important;
	}
	header.Header_Main .navbar-nav .nav-link.Nofill_Btn {
		width: 100%;
		text-align: center;
	}
	header.Header_Main .navbar-nav .nav-link.Fill_Btn {
		margin-left: 0;
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	header.Header_Main .container-fluid {
		padding: 0 15px;
	}
	.navbar .megamenu {
		width: 100%;
	}
	.navbar-collapse {
		width: 100%;
		margin-top: 20px;
	}
	li.nav-item.dropdown.Explore a.nav-link.dropdown-toggle {
		width: 100%;
		position: relative;
		margin-bottom: 10px;
	}
	li.nav-item.dropdown.Country {
		display: none;
	}
	.dropdown-toggle::after {
		position: absolute;
		right: 20px;
		top: 20px;
	}
	header.Header_Main ul.navbar-nav li.nav-item .Top_Search input {
		width: 100%;
		border-color: #eaecf0;
		margin: 0 !important;
	}
	header.Header_Main .navbar-nav .nav-link.Nofill_Btn {
		width: 100%;
		text-align: center;
	}
	header.Header_Main .navbar-nav .nav-link.Fill_Btn {
		margin-left: 0;
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	header.Header_Main .container-fluid {
		padding: 0 15px;
	}
	.navbar .megamenu {
		width: 100%;
	}
	.navbar-collapse {
		width: 100%;
		margin-top: 20px;
	}   body .q_main_left h1{
		font-size: 28px;
	}
	header.Header_Main nav.navbar button.navbar-toggler {
		border: none;
		padding: 0;
	}
	header.Header_Main nav.navbar button.navbar-toggler:focus {
		box-shadow: none;
	}
}
/*Footer Over*/
@media only screen and (min-width: 1900px) and (max-width: 2000px) {
	.Qualification_List {
		max-height: calc(100vh - 415px);
		overflow-y: auto;
	}
}