@import url("../../../../css2");
:root {
  --tg-body-font-family: 'poppins', sans-serif;
  --tg-heading-font-family: 'Poppins', sans-serif;
  --tg-icon-font-family: "Font Awesome 5 Free";
  --tg-body-font-size: 16px;
  --tg-body-line-height: 1.75;
  --tg-heading-line-height: 1.3;
  --tg-body-color: #6D6C80;
  --tg-heading-color: #161439;
  --tg-theme-primary: #5751E1;
  --tg-theme-secondary: #FFC224;
  --tg-common-color-blue: #050071;
  --tg-common-color-blue-2: #282568;
  --tg-common-color-indigo: #9B51E0;
  --tg-common-color-purple: #8121FB;
  --tg-common-color-pink: #d63384;
  --tg-common-color-red: #E11B24;
  --tg-common-color-orange: #fd7e14;
  --tg-common-color-yellow: #F8BC24;
  --tg-common-color-yellow-2: #FBE67B;
  --tg-common-color-green: #12BB6A;
  --tg-common-color-teal: #219653;
  --tg-common-color-cyan: #0dcaf0;
  --tg-common-color-white: #fff;
  --tg-common-color-gray: #F7F7F9;
  --tg-common-color-gray-2: #EFEEFE;
  --tg-common-color-gray-3: #7F7E97;
  --tg-common-color-gray-4: #ACAACC;
  --tg-common-color-gray-5: #B2BBCC;
  --tg-common-color-dark: #1C1A4A;
  --tg-common-color-black: #06042E;
  --tg-common-color-black-2: #161439;
  --tg-common-color-black-3: #000;
  --tg-border-1: #C9C9DD;
  --tg-border-2: #D0DAE9;
  --tg-border-3: #E2E2E2;
  --tg-border-4: #D7DCE3;
  --tg-border-5: #2F466A;
  --tg-fw-extra-bold: 800;
  --tg-fw-bold: 700;
  --tg-fw-semi-bold: 600;
  --tg-fw-medium: 500;
  --tg-fw-regular: 400;
  --tg-fw-light: 300;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
  font-family: poppins !important;
}  
.main-body {
	min-height: 50vh;
}
/* header css start */
.tg-header__area {
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
.tgmenu__search-form .input-grp > .btn-default {
	border: none;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	outline: none;
	color: #999;
	background: #fff;
	box-shadow: none;
	font-size:14px;
}
/* header css start */
/* Home css start */
.selected {
    background-color: #ffd7d7; /* Light red background color */
}
.accordion-button {
	position: relative;
}
#append_here .accordion-button .fa-caret-up, #append_here .accordion-button .fa-caret-down {
	position: absolute;
	right: 2% !important;
	left: unset !important;
}

/* Home css end */

/* blog news css */
	.blog-details-area {
	padding-top: 25px;
}
/* blog news css end */

/* testapp css */

/* testapp css end */

/* test css */
.course_staticy_content_popup .modal_add_to_card a {
	color: #fff;
}
.nfp_backg_image {
	background: url('/assets/img/errr_slice.png') no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	position: relative;
}
.nfp_headingText {
	margin: 25px 0 20px 0;
	font-weight: 700;
	font-size: 33px;
	color: #424a4a;
}
.nfp_P_Text {
	color: #7b7b7b;
	font-size: 22px;
	line-height: 35px;
}

#test_confirm_url strong {
	font-size: 18px !important;
}
#test_confirm_url .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
#test_confirm_url .btn-success {
	color: #fff !important;
	background-color: #5cb85c !important;
	border-color: #4cae4c;
	box-shadow:none;
}
hr.hr-line {
	border-top: 1px dashed #8c8b8b;
}

.nfp_center_block .table  .text-center.ng-binding {
	font-weight: 500;
	padding: 5px;
	font-size: 16px;
}
.nfp_center_block .table  td {
	font-size: 14px;
}
/* test css end */






/* my profile css start */
.container.maintain-c {
	max-width: 1233px;
}
.Mytest_View {
	background: #f7f8fc;
	padding: 45px 0;
}
.col-sm-3.wdt {
	width: 22%;
}
.usrTS_tab {
	background: #fff;
	/* border: 1px solid #efefef; */
}
#defaultOpen {
	background: #fff;
	padding: 0 14px;
	margin: 0;
}
.tablinks.necessary {
	display: block;
	background-color: inherit;
	color: black;
  padding: 8px 18px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 18px;
}
#One {
	background: none;
}
#One:active{
  color: #000;
}
#Two {
	background: none;
}
#Two:active{
  color: #000;
}


/* .MTSt_downloadApp {
	padding: 20px 20px;
	margin: 18px 0;
} */
.usrTS_tab button {
	display: block;
	background-color: inherit;
	color: #333333;
	padding: 11px 10px 11px 10px;
	width: 100%;
	border: none;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	border-left: 3px solid #fff;
	margin: 0 0 10px 0;
}
.usrTS_tab button:hover, .usrTS_tab button.active {
	border-left: 3px solid #e34e48;
}
.usrTS_Tab_links.tabLink_Mtest > .tabLink_icon {
	background-position: -9px -114px;
}
.usrTS_Tab_links > .tabLink_icon {
	display: inline-block;
	background: url(../img/courses/Icons_Slices.png) no-repeat;
	overflow: auto;
	text-indent: -9999px;
	text-align: left;
	vertical-align: middle;
	margin: 0 15px 0 0;
	width: 31px;
	height: 31px;
}
.tabLink_icon.space-1 {
	background-position: -13px -60px;
}
.usrTS_tab button {
	color: #333333;
	cursor: pointer;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
}
.tabLink_icon.space-3 {
	background-position: -8px -221px;
}
.tabLink_icon.space-2 {
	/* background-position: -8px; */
	background-position: -10px -14px;
}
.ts_MT_textH {
	color: #3d3b3c;
	margin: 0 0 10px 0;
	font-family: 'Open Sans', sans-serif;
}
.ts_MT_Ptext {
	color: #888888;
	font-size: 16px;
	right: 0%;
	margin: 0 0 0 0;
}
.ts_MT_examTabs {
	border: none;
	margin: 0px 0px 20px 0;
}
.MTSt_downloadApp .ts_MT_Ptext span {
	color: #f7553c;
}
.MTSt_downloadApp a {
	display: block;
	margin: 20px 0 0 0;
}
.ts_MT_heading {
	border: 1px solid #efefef;
	background: #fff;
	padding: 10px 15px 10px 15px;
	margin: 0 0 20px 0;
}
.ts_MT_textH {
	color: #3d3b3c;
	margin: 0 0 10px 0;
	font-family: 'Open Sans', sans-serif;
}
.ts_MT_Ptext {
	color: #888888;
	font-size: 16px;
	right: 0%;
	margin: 0 0 0 0;
}
.ts_MT_examTabs {
	border: none;
	margin: 0px 0px 20px 0;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav > li {
	position: relative;
	display: block;
}
.ts_MT_examTabs > li > a {
	padding: 5px 12px;
	margin-right: 14px;
	color: #a5a5a5;
	outline: none;
	font-size: 22px;
	border: none;
	font-family: 'Open Sans', sans-serif;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.ts_MT_examTabs > li.active > a, .ts_MT_examTabs > li > a:hover, .ts_MT_examTabs > li > a:focus, .ts_MT_examTabs > li.active > a:hover, .ts_MT_examTabs > li.active > a:focus {
	color: #333333;
	cursor: pointer;
	background: transparent;
	border: none;
	border-bottom: 3px solid #e34e47;
}
.UpC_no-data {
	text-align: center;
	padding: 50px 15px 30px 15px;
}
.UpC_no-data img {
	margin: 0px auto 40px;
}
.no-data-text {
	color: #858faa;
	font-size: 18px;
	width: 66%;
	line-height: 34px;
	margin: 0px auto 0px;
}
.Mtest_filterSlct {
	border: 1px solid #efefef;
	background: #fff;
	padding: 10px 10px;
	margin: 0 0 15px 0;
}
.Mtest_filterSlct {
	border: 1px solid #efefef;
	background: #fff;
	padding: 10px 10px;
	margin: 0 0 15px 0;
}
h3.mtStCount_heading {
	font-size: 20px;
}
.mtStCount_heading {
	margin: 0px 0 12px 0;
	color: #333333;
}
.mtStCount_heading span {
	display: inline-block;
	transform: translateY(5px);
}
.mtSt_bottom_line {
	height: 1px;
	background: #ededed;
	margin: 10px -10px 10px;
}
.Mtest_Count_nob {
	padding: 5px 0;
}
.Count_nobLeft {
	width: 20%;
}
.Count_nobLeft, .Count_nobRight {
	display: inline-block;
	vertical-align: middle;
}
.Count_nobLeft img {
	margin: 0px auto 0px;
}

.Count_nobRight {
	width: 78%;
	padding-left: 5px;
}
.Count_nobRight h3 {
	margin: 0 0 0 0;
	font-size: 20px;
	color: #343434;
	font-weight: 600;
}
.Count_nobRight p {
	color: #333333;
	margin: 0 0 0 0;
}
.mtSt_bottom_line {
	height: 1px;
	background: #ededed;
	margin: 10px -10px 10px;
}
.Mtest_Count_nob {
	padding: 5px 0;
}
.Count_nobLeft {
	width: 20%;
}
.Mtest_filterSlct {
	border: 1px solid #efefef;
	background: #fff;
	padding: 10px 10px;
	margin: 0 0 15px 0;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
h3.mtStCount_heading {
	font-size: 20px;
}
.mtStCount_heading {
	margin: 0px 0 12px 0;
	color: #333333;
}
.mtStCount_heading span {
	display: inline-block;
	transform: translateY(5px);
}
.mtSt_bottom_line {
	height: 1px;
	background: #ededed;
	margin: 10px -10px 10px;
}
.MExamS_moreSelect {
	margin: 15px 0 0 0;
}
.usrCheckList_scroll {
	max-height: 186px;
	min-height: 10px;
	overflow-y: auto;
	margin-bottom: 10px;
	overflow-x: hidden;
}
.ExamS_Multiple {
	display: block;
	position: relative;
	padding-left: 29px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: normal;
	color: #333333;
}
.mtSt_addExam {
	color: #2a7df3;
	text-decoration: underline;
	display: block;
	text-align: center;
}
.Mtest_filterSlct {
	border: 1px solid #efefef;
	background: #fff;
	padding: 10px 10px;
	margin: 0 0 15px 0;
}
.mtStCount_heading {
	margin: 0px 0 12px 0;
	color: #333333;
}
h3.mtStCount_heading {
	font-size: 20px;
}
.ts_trendsExamScroll {
	max-height: 364px;
	min-height: 366px;
	overflow-y: auto;
	overflow-x: hidden;
}
.Mtst_trendExm {
	margin: 0 0 12px 0;
}

.Count_nobLeft {
	width: 20%;
}

.Count_nobLeft, .Count_nobRight {
	display: inline-block;
	vertical-align: middle;
}
.Mtst_trendExm img {
	max-width: 85%;
}
.Count_nobRight {
	width: 78%;
	padding-left: 5px;
}
.trend_Details h3 {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
.Count_nobRight h3 {
	margin: 0 0 0 0;
	font-size: 20px;
	color: #343434;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}
.trend_Details > p {
	font-size: 13px;
	margin: 3px 0 0 0;
}
.Count_nobRight p {
	color: #333333;
	margin: 0 0 0 0;
}
.trend_Details > p span {
	color: #a4a4a4;
}
.Mtst_trendExm {
	margin: 0 0 12px 0;
}
.Mtest_Count_nob {
	padding: 5px 0;
}
.Count_nobLeft {
	width: 20%;
}
/* my profile2 css start*/
#defaultOpen {
	border-left: 3px solid #e34e48 !important;

	font-size: 18px;
}

.tab-1 {
  overflow: hidden;
}
.tab-1 button {
  float: left;
  border: none !important;
  outline: none;
  cursor: pointer;
  padding: 15px;
  font-size: 16px;
}
#Two {
	margin-left: 21px;
}
/* .tab-1 button:hover { */
  /* background-color: #bbb; */
/* } */
.tab-1 button.active {
	border-bottom: 3px solid #e34e47 !important;
	color: #000;
	background: none;
}

.tab1content {
    display: none;
    border-top: none;
}
.tsMt_exam_details {
	border: 1px solid #efefef;
	background: #fff;
	padding: 10px 10px 10px 16px;
	margin: 0 0 10px 0;
	border-radius: 4px;
}
.tsMt_examLeft_p {
	width: 74%;
}
.tsMt_examLeft_p, .tsMt_examRight_p, .tsMt_orderPriceRight_p {
	display: inline-block;
	vertical-align: middle;
}
.tsMt_tags {
	margin: 0 0 2px 0;
}
.tsMt_tags {
	list-style: none;
	padding: 0 0 0 0;
}
.tsMt_examLeft_p h3 {
	font-size: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 98%;
	padding: 7px 0;
	margin: 0 0 0 0;
	font-weight: 600;
}
.tsMt_examLeft_p p {
	color: #888;
	font-size: 16px;
	margin: 0 0 0 0;
}
.tsMt_examRight_p {
	text-align: center;
}
.tsMt_examRight_p, .tsMt_orderPriceRight_p {
	width: 24%;
	padding-left: 10px;
}
.tsMt_examLeft_p, .tsMt_examRight_p, .tsMt_orderPriceRight_p {
	display: inline-block;
	vertical-align: middle;
}
.tsMt_examRight_p {
	text-align: center;
}
.tsMt_lang span {
	display: inline-block;
	height: 30px;
	width: 30px;
	background: #45c45d;
	border-radius: 50px;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	margin-left: 5px;
}
.tsMt_startLink {
	width: 85%;
	margin: 8px auto 8px;
}
.tsMt_startLink {
	color: #44c25f;
	border: 1px solid #44c25f;
	border-radius: 4px;
	padding: 3px 8px;
	display: block;
	font-size: 18px;
	margin: 9px 0 9px 0;
	text-decoration: none;
	background: #eeffed;
}
.tsMt_tags li {
	display: inline-block;
	margin-right: 6px;
	padding: 3px 14px;
	background: #eeeff3;
	color: #a5a5a5;
	border-radius: 4px;
	font-size: 15px;
}
.tsMt_tags .tsmt_freeTag {
	background: #fdecd8;
	color: #f68e13;
}
.tsMt_tags li {
	display: inline-block;
	margin-right: 6px;
	padding: 3px 14px;
	background: #eeeff3;
	color: #a5a5a5;
	border-radius: 4px;
	font-size: 15px;
}
.tablinksss  {
	font-size: 27px !important;
	padding: 0px;
	margin: 0;
  background-color: none !important;
}
.tab1content {
	width: 100% !important;
	margin-top: 16px;
}
#Four {
	background: none !important;
}
#Three {
	background: none;
}
#Two {
	margin-left: 24px;
}
.ts_MT_heading {
	border: 1px solid #efefef;
	background: #fff;
	padding: 10px 15px 10px 15px;
	margin: 0 0 20px 0;
}
.ts_MT_heading {
	border: 1px solid #efefef;
	background: #fff;
	padding: 10px 15px 10px 15px;
	margin: 0 0 20px 0;
}
.ts_MT_textH {
	color: #3d3b3c;
	margin: 0 0 10px 0;
}
.ts_MT_Ptext {
	color: #888888;
	font-size: 16px;
	right: 0%;
	margin: 0 0 0 0;
}
.ts_MT_examTabs {
	border: none;
	margin: 0px 0px 20px 0;
}
.tsMt_exam_details {
	border: 1px solid #efefef;
	background: #fff;
	padding: 10px 10px 10px 16px;
	margin: 0 0 10px 0;
	border-radius: 4px;
}
.tab1content .ng-scope {
	margin: 0;
}
.tsMt_examLeft_p {
	width: 74%;
}
.tsMt_examLeft_p, .tsMt_examRight_p, .tsMt_orderPriceRight_p {
	display: inline-block;
	vertical-align: middle;
}
.tsMt_examLeft_p h3 {
	font-size: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 98%;
	padding: 7px 0;
	margin: 0 0 0 0;
	font-weight: 600;
}
.tsMt_examLeft_p p {
	color: #888;
	font-size: 16px;
	margin: 0 0 0 0;
}
p.tsM_dateT {
	margin: 7px 0 0px 0;
	font-size: 14px;
}
.tsMt_examLeft_p p {
	color: #888;
	font-size: 16px;
	margin: 0 0 0 0;
}
.ng-bindingss {
	color: #f7553c;
	font-weight: 600;
}
.col-sm-6.wdt-m {
	width: 56% !important;
}
.tsMt_examRight_p {
	text-align: center;
}
.tsMt_examRight_p, .tsMt_orderPriceRight_p {
	width: 24%;
	padding-left: 10px;
}
.tsMt_examLeft_p, .tsMt_examRight_p, .tsMt_orderPriceRight_p {
	display: inline-block;
	vertical-align: middle;
}
.tsMt_re-start {
	background: #feecea;
	color: #e34e48;
	border: 1px solid #e34e48;
	padding: 3px 8px;
}
.tsMt_exam_details.ng-scope {
	margin-top: 10px;
}
.tsMt_startLink {
	width: 85%;
	margin: 8px auto 8px;
}
.tsMt_re-start {
	background: #feecea;
	color: #e34e48;
	border: 1px solid #e34e48;
	padding: 3px 8px;
}
.tsMt_startLink.tsMt_re-start.ng-binding.ng-scope {
	background: #feecea;
	color: #e34e48;
	border: 1px solid #e34e48;
	padding: 3px 8px;}
.tsMt_startLink {
	color: #44c25f;
	border: 1px solid #44c25f;
	border-radius: 4px;
	padding: 3px 8px;
	display: block;
	font-size: 18px;
	margin: 9px 0 9px 0;
	text-decoration: none;
	background: #eeffed;
}
.tsMt_startLink {
	width: 85%;
	margin: 8px auto 8px;
}
.tsMt_startLink {
	color: #44c25f;
	border: 1px solid #44c25f;
	border-radius: 4px;
	padding: 3px 8px;
	display: block;
	font-size: 18px;
	margin: 9px 0 9px 0;
	text-decoration: none;
	background: #eeffed;
}
.tsMt_lang span {
	display: inline-block !important;
	height: 30px ;
	width: 30px ;
	background: #45c45d;
	border-radius: 50px;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	margin-left: 5px;
}
.tsMt_startLink {
	width: 85%;
	margin: 8px auto 8px;
}
.tsMt_exam_details {
	border: 1px solid #efefef;
	background: #fff;
	padding: 10px 10px 10px 16px;
	margin: 0 0 10px 0;
	border-radius: 4px;
}
.tsMt_examRight_p, .tsMt_orderPriceRight_p {
	width: 24%;
	padding-left: 10px;
}
.tsMt_examLeft_p, .tsMt_examRight_p, .tsMt_orderPriceRight_p {
	display: inline-block;
	vertical-align: middle;
}
.tsMT_profileEdit img {
	height: 85px;
	width: 85px;
	max-width: 68%;
	border-radius: 50%;
	margin: 0px auto 0px;
}
.tsMt_examLeft_p {
	width: 74%;
}
.tsMt_examLeft_p h3 {
	font-size: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 98%;
	padding: 7px 0;
	margin: 0 0 0 0;
	font-weight: 600;
}
.ts_MT_textH {
	color: #3d3b3c;
	margin: 0 0 10px 0;
}
.tsMt_exam_details .ts_MT_Pkgnob {
	color: #a4a4a4;
}
.tsMt_examLeft_p p {
	color: #888;
	font-size: 16px;
	margin: 0 0 0 0;
}
.custom-file-upload {
	padding: 5px 16px;
	cursor: pointer;
	background: #066ef3;
	color: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.16);
	font-weight: normal;
	font-size: 16px;
	display: inline-block;
	margin: 11px 0 0 0;
	border-radius: 4px;
}
.tsMT_EditForm {
	margin: 30px 0px 13px 0;
	padding: 0 0 0 0;
}
.usrS_MT_inputs {
	margin: 0 0 20px 0;
}
.form-group {
	margin-bottom: 15px;
}

.usrS_MT_inputs .form-control {
	border: 1px solid #c8c8c8;
	box-shadow: unset;
	border-radius: 3px;
	height: 46px;
	color: #959595;
	font-size: 18px;
}
.usrS_pwd {
	position: relative;
}
.usrS_MT_inputs {
	margin: 0 0 20px 0;
}
.usrS_MT_inputs .form-control {
	border: 1px solid #c8c8c8;
	box-shadow: unset;
	border-radius: 3px;
	height: 46px;
	color: #959595;
	font-size: 18px;
}
.usrS_pwd .pswChange_text {
	position: absolute;
	right: 20px;
	top: 45px;
	cursor: pointer;
	display: inline-block;
	background: #ecf4ff;
	color: #066ef3;
	border-radius: 50px;
	border: 1px solid #066ef3;
	padding: 1px 8px;
	line-height: 23px;
}
.usrS_MT_inputs label {
	font-weight: normal;
	display: block;
	color: #262626;
	font-size: 20px;
}
.ts_courseIntrList {
	list-style: none;
	padding: 0 15px 0 15px;
	border: 1px solid #c8c8c8;
	border-radius: 4px;
	margin: 0px;
	max-height: 200px;
	min-height: 200px;
	overflow: auto;
}
.ts_courseIntrList li {
	color: #3b3b3b;
	border-bottom: 1px solid #f3f3f3;
	padding: 12px 0;
	font-size: 16px;
}
.courseIntrRemove {
	color: #888888;
	font-size: 13px;
	font-style: oblique;
	text-decoration: underline;
	margin-left: 8px;
	cursor: pointer;
}
.usrS_MT_Update {
	color: #fff;
	background: #5dd750;
}
.usrS_MT_formBtn {
	font-size: 21px;
	padding: 10px 23px;
	margin: 0px 18px 21px 0;
}
.phone_change {
	position: absolute;
	cursor: pointer;
	background: #ecf4ff;
	color: #066ef3;
	border-radius: 50px;
	border: 1px solid #066ef3;
	padding: 1px 8px;
	margin-left: 211px;
	margin-top: -36px;

}
.usrS_MT_Update {
	color: #fff;
	background: #5dd750;
}
.usrS_MT_formBtn {
	font-size: 21px !important;
	padding: 10px 23px !important;
	margin: 0px 18px 21px 0 !important;
}
.form-group.usrS_MT_Slct{
  margin-bottom: 0px !important;
}
.form-group.manage-ff {
	margin: 0 !important;
}
.ng-binding.space-l {
	margin: 0;
}
.form-control.ng-pristine.ng-valid.ng-not-empty.ng-touched {
	padding: 0;
	margin: 0;
	margin-left: -1px;
}
.tsMT_EditForm {
	margin: 30px 0px 13px 0;
	padding: 0 0 0 0;
}
.ng-binding.space-l.m-s {
	margin-right: 182px;
}
.ng-binding.space-l {
	margin-right: 0;
	text-align: left;
}
.ng-binding.space-l.ms-l {
	margin-right: 195px;
}
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 43px;
	user-select: none;
	-webkit-user-select: none;
	width: 287px;
	margin-left: 3px;
}
.Userform_select.ng-pristine.ng-untouched.ng-valid.ng-not-empty {
	width: 280px;
	height: 46px;
	background: none;
	border-radius: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 38px;
	font-size: 17px;
}
.ng-binding.spacing-l {
	margin-right: 444px;
}
.ng-binding.spacing-l {
	margin-right: 0;
	text-align: left;
}  
.usrS_MT_formBtn.usrS_MT_Update.ng-binding {
	border-radius: 5px;
	color: #fff;
	display: block;
	text-align: right;
	float: right;
	margin: 0 !important;
}  
.ng-binding.space-l.man-1 {
	/* margin-left: 0; */
	margin-right: 185px;
}
.ng-binding.space-l.man-3 {
	/* margin-left: ; */
	margin-right: 144px;
}
.ng-binding.space-l.m-sd {
	margin-right: 227px;
}
.tablinks.usrTS_Tab_links.tabLink_Mpackages.necessary.active {
	background: none !important;
}
.tablinks.usrTS_Tab_links.tabLink_MAttempted.ng-scope.necessary.active {
	background: none !important;
}
.usrS_MT_formBtn.usrS_MT_Update.ng-binding:hover {
	color: #fff;
}
.popup.pp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popup.pp, .popups.pp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popup-contentss, .popups .popup-contentss {
	background-color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	border-radius: 5px;
	width: 42%;
}

.close {
	position: absolute;
	top: 0;
	right: 10px;
	cursor: pointer;
	font-size: 30px;
	font-weight: 800;
	color: #000;
}
.popup-contentsss {
	background-color: white;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	border-radius: 5px;
	width: 44%;
}
.usrMT_examNameS.ng-scope {
	height: 450px;
	overflow-y: scroll;
}
.browse input {
	position: relative;
	/* left: ; */
	right: 82px;
	opacity: 0;
}
.usrMT_MheaderLeft h3 {
	margin: 6px 6px 0 0;
	color: #282828;
	font-size: 20px;
	font-weight: 600;
} 
#Usr_changePswd .mtSt_bottom_line {
	margin: 8px 0 15px 0;
}
.mtSt_bottom_line {
	height: 1px;
	background: #ededed;
	margin: 10px -10px 10px;
}
.changePswd_Form {
	padding: 0 20px 20px;
}
.chngPswd_input {
	margin-bottom: 65px;
}
.chngPswd_input .form-control {
	border: none;
	box-shadow: none;
	border-bottom: 2px solid #bbbbbb;
	border-radius: 0px;
	font-size: 18px;
	padding-left: 0;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.changePswd_Form .btn {
	background: #4eb643 !important;
	color: #fff !important;
	font-size: 21px !important;
	padding: 7px 40px;
	box-shadow: none !important;
	border-radius: 5px !important;
	margin: 0 auto;
	display: block;
}
.btn.Edit_save.center-block {
	background: #4eb643 !important;
	color: #fff;
	font-size: 21px;
	padding: 7px 30px;
	box-shadow: none !important;
	border-radius: 5px !important;
	margin: 0 auto;
	display: block;
}
.img-responsivesss {
	width: 10%;
}
/* add more popup */
.usrMT_exam_multiple .usrMT_examNameS {
	cursor: pointer;
	font-weight: normal;
	width: 100%;
	border-radius: 4px;
	padding: 9px 8px 9px 0;
	position: relative;
	display: block;
	word-break: break-word;
	margin: 0 0 16px 0;
}
.chk_exams {
	display: block;
}
.chk_examsImg {
	width: 18%;
}
.chk_examsImg img {
	height: 48px;
	margin: 0px auto 0px;
}
.chk_examsNameDesp {
	width: 76%;
}
.chk_examsNameDesp {
	display: inline-block;
	vertical-align: middle;
}
.chk_examsMain {
	cursor: pointer;
}
.chk_examsMain {
	font-size: 16px;
	margin: 0;
	color: #343b67;
	font-weight: 600;
}
.tsmt_mExamName {
	width: 64%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tsmt_mExamName, .selectedTagsClass {
	vertical-align: middle;
	display: inline-block;
}
.tsmt_mExamName, .selectedTagsClass {
	vertical-align: middle;
	display: inline-block;
}
.selectedTagsClass {
	border: 1px solid #e54d48;
	padding: 2px;
	color: #e54d48;
	margin-left: 4%;
	border-radius: 5px;
	font-size: 11px;
}
.chk_SubExams {
	color: #6c7187;
	font-size: 16px;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.usrMT_selArrow {
	width: 4%;
	text-align: center;
}
.usrMT_selArrow {
	display: inline-block;
	vertical-align: middle;
}
.usrMT_selArrow .fa {
	font-size: 32px;
	color: #343b67;
  font-weight: 900;
}
.usrMT_examNameS.ng-scope {
width: 100%;
}

/* my profile2 css end */

/* start test css */
hr.hr-line {
	border-top: 1px dashed #8c8b8b;
	margin: 15px 0;
}
.start-test {
	background: url('/assets/img/banner/tree.png') no-repeat;
	background-position: center;
	background-size: cover;
	/* height: 100%; */
	position: relative;
}
.nfp_center_block {
	text-align: center;
	background: #fff;
	padding: 80px 45px;
}
.nfp_headingText {
	margin: 25px 0 20px 0;
	font-weight: 700;
	font-size: 33px;
	color: #424a4a;
}
.nfp_P_Text {
	color: #7b7b7b;
	font-size: 22px;
	line-height: 35px;
}
.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.b-btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
hr.hr-line {
	border-top: 1px dashed #8c8b8b;
}
.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}
.table-bordered {
	border: 1px solid #ddd;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

/* start test css end */

/* next page css */
.ready-page-1 a {
  text-decoration: underline;
  color: black;
}
.ready-page-1 {
  padding: 10px 33px;
}
.ready-page-1 p {
  padding: 10px 0px;
}
.ready-page tr,th,td{
  border: 1px solid rgb(161, 155, 155);
  padding: 10px;

}
table.ready-page {

  margin: 0px 33px;
}
.ready-page-question {
  color: grey;
  padding: 29px 33px;
  padding-bottom: 0;
}
.select-language {
  padding: 10px 33px;
  background: #edf1ed;
  box-shadow: -14px -1px 14px 0px;
 
}
button.begin {
  border: green;
  background: #206a20;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  float: right;
}
button.go-back {
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
}
.scroll-bar {
  overflow-y: scroll;
  height: 230px;
}
.client-profile {

  margin-left: -32px;
  text-align: center;

  width: 231px;

}
.client-profile img {
  width: 130px;
  padding-top: 50px;
}
/* end of next page css */
/* test page css start */
.NwIns_leftPart, .NwIns_stickyDiv {
	width: calc(100% - 300px);
}
.NwQs_instHeading {
	border: none;
	background: #6894f7 !important;
}
.NwQs_ExamTopic {
	display: block;
	width: 100%;
	padding: 5px 10px 5px 30px;
	position: relative;
}
.NwQs_ExamNameTab {
	width: 72%;
}
.NwQs_ExamNameTab, .NwQs_langS {
	display: inline-block;
	vertical-align: middle;
}
.NwQs_instHeading h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px !important;
}
.NwIns_scroll_Section {
	padding: 5px 30px;
}
.NwIns_scroll_Section {
	overflow-y: auto;
	height: calc(100vh - (82px + 114px));

}
.NwIns_genIns {
	border: none;
	background: none;
	padding: 4px 2px;
}
.NwQs_ExamTopic {
	display: block;
	width: 100%;
	position: relative;
}

.NwIns_genIns .NwQs_ExamNameTab {
	width: 54%;
}
.NwQs_ExamNameTab, .NwQs_langS {
	display: inline-block;
	vertical-align: middle;
}
.NwQs_ExamNameTab p {
	margin: 0;
}
.NwIns_genIns .NwQs_langSelectOption {
	width: 42% !important;
}
.NwQs_langSelectOption {

	margin-left: 12px;
}
.NwQs_langS, .stickyDiv_right {
	text-align: right;
}
.NwQsSelect_Lang label {
	font-weight: 400;
}
.NwQsSelect_Lang .form-control {
	width: 25%;
	display: inline-block;
}
.ts_inst_list {
	padding-left: 20px;
	font-size: 16px;
	margin-top: 18px;
}
.ts_inst_list > li {
	margin-top: 7px;
	color: #8e8e8e;
}

.ts_inst_list > li {
	color: #8e8e8e;
}
.ts_inst_quest_instrcn li {
	position: relative;
}
.ts_inst_quest_instrcn li {
	margin: 2em 0em;
	display: block;
}
.ts_inst_quest_instrcn .iid {
	display: inline-block;
	width: 2em;
	height: 2em;
	margin-inline-end: 10px;
	margin-bottom: -8px;
	box-shadow: 1px 1px 5px grey;
}
.green-iid{
	background-color: rgb(87, 189, 114);
}
.yellow-iid{
	background-color: rgb(238, 202, 56);
}
.red-iid{
	background-color: rgb(218, 84, 80);
}
.white-iid{
	background-color: rgb(255, 255, 255);
}
.ng-scope li {
	display: block !important;
}

.ts_inst_quest_instrcn {
	list-style: none;
	margin-top: 34px;
}
.NwQs_stickyDiv {
	position: fixed;
	bottom: 0;
	width: -webkit-calc(100% - 300px);
	width: -moz-calc(100% - 300px);
	width: calc(100% - 300px);
	padding: 15px 30px;
	border-top: 1px solid #bec4dc;
}
.NwIns_stickyDiv {
	background: #f7f7f7;
	border: none;
}
.stickyDiv_left, .stickyDiv_right {
	width: 49%;
	display: inline-block;
}
.stickyDiv_right {
	float: inline-end;
}
.NwQs_ResponseBtn {
	background: #ced4e2;
	color: #3a415d;
	/* margin-right: 12px; */
}
.sidenav {
	height: calc(100% - 82px);
	position: fixed;
	z-index: 9999;
	right: 0;
	background-color: #eff2fb;
	overflow-x: hidden;
	transition: .5s;
	bottom: 0px;
	width: 300px;
}
.NwIns_RightPart {
	top: 58px;
	padding: 40px 16px;
	height: 100vh;
}
.ques_user_image {
	text-align: center;
	margin-top: 4px;
}
.NwIns_RightPart .ques_user_image img {
	display: block;
	margin: 0px auto 0;
}
img.ins_image {
	width: 100px;
	height: 100px;
}
.ques_user_image img {
	border-radius: 50%;
}
.NwIns_RightPart .NwQs_marking {
	display: block;
	color: #555;
}
.ques_user_image .NwQs_userName {
	background: 0 0;

	font-size: 18px;
}
.NwQs_marking {
	padding: 5px 10px;
	margin: 0 3px 0 0;
	border-radius: 4px;

}


.general-instruction {
  padding-top: 20px;
  padding-left: 0px;
}

.instruction {
  background: #0000ff82;
  color: white;
 
  padding: 10px;
  padding-left: 23px;
  position: static;
  top: 0;
}
.general-instruction a {
  color: black;
  text-decoration: underline;
  padding: 5px 33px;
}
.questions-start {

  color: grey;
  padding: 50px 33px;
  padding-bottom: 0;
}
p.box {
  width: 35px;
  height: 35px;
  background: #2f8f2f;
  float: left;
  margin-right: 10px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.answer {
  padding-top: 20px;
  padding-left: 75px;
}
.answer p {
  padding-top: 5px;
  margin-bottom: 0 !important;
}
p.box-1 {
  width: 35px;
  height: 35px;
  background: #eb7d7d;
  float: left;
  margin-right: 10px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
p.box-2 {
  width: 35px;
  height: 35px;
  background: #dbdb1c;
  float: left;
  margin-right: 10px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
p.box-3 {
  width: 35px;
  height: 35px;
  background: #dbdb1c;
  float: left;
  margin-right: 10px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
p.box-4 {
  width: 35px;
  height: 35px;
  background: #ede7e7;
  float: left;
  margin-right: 10px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.test-page hr {
  margin-top: 41px;
  margin-bottom: 0px;
  border: 0;
  border-top: 2px solid rgba(0,0,0,.1);
}
button.next-button {
  border: none;
  padding: 5px 10px;
  float: right;
  margin: 10px;
  border-radius: 5px;
}
.client-profile {
  background: #00800024;
  margin-left: -30px;
  text-align: center;
  height: 100%;
}
.client-profile img {
  width: 50%;
  padding-top: 50px;
}
/* test page css end */
/* defence css start */
.mn-hd-hd h1{
  color: #060814;
    font-size: 50px;
    font-weight: 500;
    margin-top: 57px;
    text-align: center;
}
.underline-sec {
  background: #f76b54;
    height: 2px;
    width: 64px;
    margin: 0 auto 17px;
}

.himichal p {
  color: #555555;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-top: 38px;
}
.himichal {
	width: 100%;
	text-align: center;
	box-shadow: 0 4px 8px 0 rgba(95, 95, 95, 0.2), 0 6px 20px 0 rgba(146, 146, 146, 0.2);
	background-color: #fff;
	border-radius: 6px;
	padding: 10px 10px;
	transition: all .3s ease-in;
	margin: 0px;
	height: 124px;
	cursor: pointer;
	color: #000 !important;
	padding-top: 50px;
	margin-bottom: 20px;
}
.himichal:hover {
  background-color: black !important;
  color: white !important;
}
.himichal p:hover
{
  color: white;
}
.sht-pdding{
  padding-top: 5px !important;
}
.mes{
  padding-top:20px !important ;
}
.defence-tabss {
  padding-top: 30px;
}
.section-first
{
  background-color: #f3f8fe;
}
/* defence css end */
/* my report css start */
.pattern-slide {
	background: #4f4f6aed;
}
.homes {
	padding-top: 16px;
}
 .list-wrap .login-btn span {
	font-size: 12px;
	color: #000;
}
.accordion-item .down-tap li {
	margin-left: 30px;
}
.accordion-item .down-tap li a {
	font-size: 15px;
	color: #505050;
	padding: 1px 2px;
}
.accordion-item .down-tap li a:focus, .accordion-item .down-tap li a:hover {
	color: #505050;
	text-decoration: underline !important;
}
.Performance {
	padding-top: 20px;
	font-size: 21px;
	color: \\;
	background: #f4f3f3;
}
.score {
	font-size: 12px;
	color: blue;
	padding-left: 5px;
	font-weight: bold;
	margin-top: 9px;
}
.utility {
	background: #fffbfb;
	border-left: 2px solid blue;
	padding: 6px;
	box-shadow: 0px 1px 4px 0px;
	color: #c6c6c6;
}
.mock-test {
	background: #f4f3f3;
}
.zero {
	color: #918181;
	font-size: 17px;
	font-weight: bold;
	margin-left: 6px;
}
.utilityy {
	background: white;
	border-left: 2px solid rgb(92, 194, 219);
	padding: 6px;
	box-shadow: 0px 1px 4px 0px;
	color: #c6c6c6;
}
.scoree {
	font-size: 12px;
	color: rgb(38, 169, 221);
	padding-left: 5px;
	font-weight: bold;
	margin-top: 9px;
}
.utilityyy {
	background: white;
	border-left: 2px solid rgb(6, 170, 33);
	padding: 6px;
	box-shadow: 0px 1px 4px 0px;
	color: #c6c6c6;
}
.scoreee {
	font-size: 12px;
	color: rgb(39, 192, 39);
	padding-left: 5px;
	font-weight: bold;
	margin-top: 9px;
}
.utilityyyy {
	background: white;
	border-left: 2px solid rgb(201, 81, 45);
	padding: 6px;
	box-shadow: 0px 1px 4px 0px;
	color: #c6c6c6;
}
.scoreeee {
	font-size: 12px;
	color: rgb(197, 53, 27);
	padding-left: 5px;
	font-weight: bold;
	margin-top: 9px;
}
.utilityyyyy {
	background: white;
	border-left: 2px solid rgb(231, 235, 26);
	padding: 6px;
	box-shadow: 0px 1px 4px 0px;
	color: #c6c6c6;
}
.scoreeeee {
	font-size: 12px;
	color: rgb(203, 214, 44);
	padding-left: 5px;
	font-weight: bold;
	margin-top: 9px;
}
.modern-pratice {
	background: #f4f3f3;
	padding-top: 29px;
}
.leaderboard {
	font-size: 18px;
	color: #346edf;
}
.col-sm-4.gossip {
	background: white;
}
.leaderboard {
	font-size: 18px;
	color: #346edf;
	/* padding: 10px; */
	padding-top: 9px;
}
.bottomline {
	border-bottom: 2px solid #d5d5d5;
	height: 1px;
	margin: 1px -12px 9px;
}
.dev {
	font-size: 19px;
	font-weight: 700;
	/* padding: 10px; */
	padding-top: 21px;
	padding-left: 20px;
}
.marks {
	padding-left: 22px;
	color: grey;
}
.corian {
	overflow-y: scroll;
}
.col-sm-4.gossip {
	background: white;
	box-shadow: 0px 2px 7px 1px;
	color: #ccc7c7;
}
.modern {
	background: #f4f3f3;
	padding-top: 23px;
}
.crow {
	background: white;
	box-shadow: 1px 3px 15px 1px;
	color: #ccc;
	/* height: 377px; */
}
.crow h3 {
	color: blue;
	font-size: 16px;
	padding: 11px;
}
.crow hr {
	color: grey;
	/* position: absolute; */
	margin-top: -6px;
}
.crow span {
	color: black;
	font-weight: bold;
	padding: 31px;
	/* margin-top: 24px; */
}
.crow p {
	color: grey;
	/* padding: 12px; */
	padding-top: 2px;
	padding-left: 31px;
}
.circular {
	overflow-y: scroll;
	height: 366px;
}
.tro {
	float: right;
}
.twitter li {
	color: black;
}
.twitter li {
	color: #888383;
	font-size: 12px;
	padding-left: -1px;
	margin-left: -4px;
}
.twitter {
	text-align: center;
	margin-right: 55px;
}

/* my report css start end*/ 
.data {
	margin: 0 auto;
}
	.para .code {
	background: #f4f4f4;
	font-size: 14px;
	margin-top: -16px;
	letter-spacing: 0px;
}
.data th {
	color: #12dd92;
	font-weight: 100;
}
.data th, td {
	border-bottom: 1px solid #b0b096 !important;
	padding: 10px;
}
.content-clr{
	color: #12dd92;
	font-weight: 100;
}
.crow .code-1 {
	background: #f4f4f4;
	font-size: 14px;
	margin-top: 52px;
	letter-spacing: 0px;
}
.defination {
	background: #f4f3f3;
}
.col-sm-12.binary {
	background: white;
}
.twelve h2 {
	font-size: 17px;
	color: blue;
}
.twelve {
	padding-top: 11px;
}
.attempted {
	font-size: 17px;
}
h5 {
	padding-top: 27px;
}
.section {
	border: 2px solid #dfdfdf;
}
.section tr {
	border-bottom: 1px solid grey;
}
.section th, td {
	padding: 6px 57px;
}
/* end my report css */

/*=============================
	Typography css start
===============================*/
body {
  font-family: var(--tg-body-font-family);
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular);
  color: var(--tg-body-color);
  line-height: var(--tg-body-line-height);
}

img,
.img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a,
button {
  color: var(--tg-theme-primary);
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.btn:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

a:hover,
button:hover {
  /* color: var(--tg-theme-secondary); */
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: poppins;
  color: var(--tg-heading-color);
  margin-top: 0px;
  font-weight: 500;
  line-height: var(--tg-heading-line-height);
  text-transform: unset;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

.list-wrap {
  margin: 0px;
  padding: 0px;
}
.list-wrap li {
  list-style: none;
}
.dropdown-menu li .fa {
	color: gray;
}
.dropdown-menu .btn-des {
    border: none !important;
    display: block;
    border-radius: 0;
    padding: 5px 7px;
    border: 1px solid rgba(6, 35, 91, 0.19);
    font-size: 12px;
    color: var(--tg-heading-color);
    line-height: 18px;
    font-size: 21px;
    padding: 10px 8px !important;
    font-size: 15px !important;
    padding:15px ;
  } 
  .list-wrap .dropdown-menu {
    padding: 0;
  } 


  .btn-des:hover {
    background-color: #eaeaea;
    border: none !important;
    border-radius: 0 !important;
  }
.dropdown-menu li {
	border-bottom: 1px solid #ececec;
} 
.list-wrap .dropdown-menu:hover {
	border: none ;
	border-radius: none !important;
}
.list-wrap .dropdown-menu {
	border: none;
	border-radius: 5px;
	/* box-shadow: 1px 2px 2px solid gray; */
	box-shadow: 0px 2px 3px;
}
.list-wrap .dropdown-menu li {
	padding: 0 !important;
}

.tgmenu__action .list-wrap .dropdown-menu {
	box-shadow: 0px 0px 3px #e8e8e8;
	margin-top: 3px;
	margin-left: -10px;
}


p {
  font-family: var(--tg-body-font-family);
  font-size: var(--tg-body-font-size);
  line-height: var(--tg-body-line-height);
  font-weight: var(--tg-fw-regular);
  color: var(--tg-body-color);
  margin-bottom: 0px;
}

hr {
  border-bottom: 1px solid var(--tg-common-color-gray);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  /* color: var(--tg-heading-color); */
  cursor: pointer;
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular);
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}
/* 
*::-moz-selection {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  text-shadow: none;
}

::selection {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  text-shadow: none;
} */

/*=============================
    - Input Placeholder
===============================*/
/* input,
textarea {
  color: var(--tg-body-color);
} */

/* *::-moz-placeholder {
  color: var(--tg-body-color);
  font-size: var(--tg-body-font-size);
  opacity: 1;
}

*::placeholder {
  color: var(--tg-body-color);
  font-size: var(--tg-body-font-size);
  opacity: 1;
} */
/* news  *css/
/*----blog-deatil----*/
.list-wrap img {
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
.categories__wrap .categories__item  .text span {
	font-size: 18px;
	color: #818181;
}
.blog__details-thumb h1 {
	color: #e74a3b !important;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
}
.nunito {
	/* font-size: 0px; */
	/* margin: 0 36px; */
	/* color: #8F8586 !important; */
	fill: #8F8586;
	position: relative;
	/* margin: 32px 0; */
}
.featuressss .icon-date {
	font-size: 30px;
	position: absolute;
	font-weight: 700;
	color: #fff;
	/* bottom: ; */
	top: 2px;
	left: 4px;
	margin-top: 1px;
}

.section-py-120 {
 padding: 0px !important;
}
.blog__details-thumb p {
font-size: 20px;
font-weight: 300;
}
.blog__details-thumbbb img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;
border-radius: 0px !important;

object-fit: contain;
height: 20em;
}
.blog__details-thumbbb {
margin-bottom: 30px;
margin: 0 auto;
text-align: center;
}
.blog__details-thumbbb {
margin-bottom: 30px;
margin: 0;
text-align: center;
}
.blog__details-thumbb h1 {
font-size: 20px;
}
.blog__details-thumbb p {
font-size: 15px;
margin-bottom: 0px !important;

}
.blog__details {
border: 1px solid #d9d9d9;
margin: 20px 0px;
border-radius: 8px;
}
.blog__details-thumbb {
border-top: 1px solid #e5d8d8;
padding: 20px;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
cursor: pointer;
border: 1px solid #b5adad;
font-size: 10px;
color: #898080;
}
.btnsss .ts_log_btn .ng-binding {
	cursor: pointer;
	/* border: 1px solid #b5adad; */
	font-size: 18px;
	color: #fff;
	background: #80d590;
}
#section {
	/* width: 650px; */
	word-wrap: break-word;
}
.moretext {
display: none;
}

a.moreless-button {
color: #918383;
font-size: 10px;
border: 1px solid #c3bbbb;
padding: 5px;
}
i.flaticon-calendar {
padding-top: 10px;
}
a {
	text-decoration:none !important;
}

.mt-40 {
margin-bottom: 20px;
}
.blog__details-thumb {
margin-bottom: 0px !important; 
}
.pagination__wrap ul li a {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
width: 25px !important;
height: 25px !important;
background: #E6E9EF;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 1% !important;
font-size: 18px;
background-color: white;
color: var(--tg-heading-color);
font-family: var(--tg-heading-font-family);
font-weight: var(--tg-fw-medium);
padding: 5px;
}
.pagination__wrap ul {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
 gap: 0px !important;
}
/* news css end */
.text-danger {
	color: #e74a3b !important;
  font-size: 2.75rem;
  text-align: center;
}
.featuressss svg {
	vertical-align: middle;
	/* font-size: large; */
	/* width: 30%; */
	height: 62%;
	margin-top: 11px;
}
.sub-title .lead {
	font-size: 18px;
	font-weight: 100 !important;
}
.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
  font-size: 2em;
}
.dynamic-cal-icon .fa-calendar {
	color: #8F8586;
	font-size: 52px;
	/* text-align: center !important; */
	margin: 11px 33px;
}
.narrow-container {
	max-width: 950px !important;
	margin-bottom: 1.2rem !important;
}
.manage-icons .card{
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #e3e6f0;
	border-radius: 0.35rem;
}
.edith {
	color: #4e73df;
	text-decoration: none;
	background-color: transparent;
	font-size: 19px;
	font-weight: 300;
	/* margin-left: 65px; */
	margin-top: 0px;
	margin-right: 12px;
	padding-right: 6px;
}
.card-text {
	color: #858796 !important;
	font-size: 80%;
	font-weight: 400;
}
.fa-stack-1x{
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
} .dynamic-cal-icon .fa-stack-1x {
	color: white;
}

.featuressss .dynamic-cal-icon {
	width: 25%;
	float: left;
	padding: 0 34px;
}
.featuressss {
	border: 1px solid #dbd7d7;
	padding-top: 12px;
	border-radius: 5px;
	width: 100%;
	margin-top: 12px;
	float: left;
}


.dynamic-cal-icon .fa-stack-1x .icon-date {
	font-size: 26px;
	margin-top: 11px;
	display: block;
	white-space: nowrap;
	margin-left: 46px;
}
.featuressss {
	border: 1px solid #dbd7d7;
	padding-top: 12px;
	border-radius: 5px;
	display: flex;
	float: left;
	width: 100%;
	margin-top: 12px;
}
.fas{
  font-family: "Font Awesome 5 Free";
}
.sub-title {
	font-size: 26px;
}




/* news css end */
/*=============================
    - Common Classes
===============================*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

/*=============================
    - Bootstrap Custom
=============================*/
.container {
  padding-left: 15px;
  padding-right: 15px;
}

/* .row {
  --bs-gutter-x: 30px;
} */
.menu-item-has-children .sub-menu .row {
	--bs-gutter-x: 0;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gx-0 {
  --bs-gutter-x: 0;
}

.gutter-20 {
  --bs-gutter-x: 20px;
}

.container {
  max-width: 1440px;
}
@media (max-width: 1500px) {
  .container {
    max-width: 1170px;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}

.custom-container {
  max-width: 1680px;
}
@media (max-width: 1800px) {
  .custom-container {
    max-width: 1680px;
  }
}
@media (max-width: 1500px) {
  .custom-container {
    max-width: 1340px;
  }
}
@media (max-width: 1199.98px) {
  .custom-container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .custom-container {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .custom-container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container {
    max-width: 540px;
  }
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*=============================
	1. Button style
===============================*/
.tg-button-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.btn {
  user-select: none;
  -moz-user-select: none;
  background: var(--tg-theme-primary) none repeat scroll 0 0;
  border: medium none;
  color: var(--tg-common-color-white);
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: var(--tg-fw-semi-bold);
  font-family: var(--tg-heading-font-family);
  letter-spacing: 0;
  line-height: 1.12;
  margin-bottom: 0;
  padding: 16px 30px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  vertical-align: middle;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  white-space: nowrap;
  box-shadow: 4px 6px 0px 0px var(--tg-common-color-blue);
  overflow: hidden;
}
.btn:hover, .btn:focus-visible {
  background: var(--tg-theme-secondary);
  color: var(--tg-heading-color);
  box-shadow: 0 0 0 0 var(--tg-common-color-blue);
}
.btn .text {
  display: block;
}
.btn.tg-svg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn .svg-icon {
  width: 14px;
  display: block;
  margin-top: -3px;
}
.btn.btn-border {
  background: var(--tg-common-color-white);
  border: 1px solid var(--tg-theme-primary);
  color: var(--tg-theme-primary);
  padding: 19px 23px 16px 23px;
}
.btn.btn-border svg path {
  stroke: var(--tg-theme-primary);
}
.btn.btn-border:focus-visible, .btn.btn-border:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.btn.btn-border:focus-visible svg path, .btn.btn-border:hover svg path {
  stroke: var(--tg-common-color-white);
}
.btn.white-btn {
  background: var(--tg-common-color-white);
  color: var(--tg-theme-secondary);
}
.btn.white-btn svg path {
  stroke: var(--tg-theme-secondary);
}
.btn-two {
  background: var(--tg-theme-secondary);
  border: 2px solid var(--tg-common-color-black-3);
  -webkit-box-shadow: 4px 4px 0px 0px #3D3D3D;
  -moz-box-shadow: 4px 4px 0px 0px #3D3D3D;
  -ms-box-shadow: 4px 4px 0px 0px #3D3D3D;
  -o-box-shadow: 4px 4px 0px 0px #3D3D3D;
  box-shadow: 4px 4px 0px 0px #3D3D3D;
  color: var(--tg-common-color-black-3);
}
.btn-two svg {
  color: var(--tg-common-color-black-3) !important;
}
.btn-two:hover, .btn-two:focus-visible {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  box-shadow: 0 0 0 0 var(--tg-common-color-blue);
  border-color: var(--tg-theme-primary);
}
.btn-two:hover svg, .btn-two:focus-visible svg {
  color: var(--tg-common-color-white) !important;
}

.arrow-btn {
  --arrow-hover-move-x: -110%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s linear;
}
.arrow-btn svg {
  color: var(--tg-common-color-white);
  width: 15px;
  transition: all 0.3s ease-out 0s;
  transform: translateY(-1px);
}
.arrow-btn svg path {
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
}
.arrow-btn svg path:nth-of-type(1) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}
.arrow-btn svg path:nth-of-type(2) {
  transform: translateX(calc(1 * var(--arrow-hover-move-x)));
  opacity: 0.5;
  transition-delay: 0s, 0s;
}
.arrow-btn:focus-visible svg, .arrow-btn:hover svg {
  color: var(--tg-heading-color);
}
.arrow-btn:focus-visible svg path:nth-of-type(1), .arrow-btn:hover svg path:nth-of-type(1) {
  transform: translateX(calc(-1 * var(--arrow-hover-move-x)));
  opacity: 0;
  transition-delay: 0s, 0s;
}
.arrow-btn:focus-visible svg path:nth-of-type(2), .arrow-btn:hover svg path:nth-of-type(2) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}

/*=============================
    00. Preloader
===============================*/
#preloader {
  background-color: var(--tg-common-color-white);
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
}
#preloader .loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 3px solid var(--tg-common-color-gray);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#preloader .loader .loader-container::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-top: 3px solid var(--tg-theme-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}
#preloader .loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  text-align: center;
}
#preloader .loader .loader-icon img {
  animation: loaderpulse alternate 900ms infinite;
  width: 40px;
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/*=============================
    - Background color
===============================*/
.grey-bg {
  background: var(--tg-common-color-gray);
}

.white-bg {
  background: var(--tg-common-color-white);
}

.black-bg {
  background: var(--tg-common-color-black);
}

/*=========================
04. Breadcrumb
===========================*/
.breadcrumb__bg {
  background-size: cover;
  background-position: center;
  padding: 107px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .breadcrumb__bg {
    padding: 100px 0;
  }
}
.breadcrumb__bg-two {
  padding: 61px 0;
}
.breadcrumb__bg-two .breadcrumb__shape-wrap img:nth-child(3) {
  display: none;
}
.breadcrumb__content .title {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 1199.98px) {
  .breadcrumb__content .title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb__content .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__content .title {
    font-size: 36px;
  }
}
.breadcrumb__content .breadcrumb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 10px;
}
.breadcrumb__content .breadcrumb > * {
  font-size: 16px;
  color: var(--tg-theme-primary);
}
.breadcrumb__content .breadcrumb > * a {
  color: var(--tg-common-color-dark);
}
.breadcrumb__content .breadcrumb .breadcrumb-separator {
  line-height: 1;
  font-size: 16px;
  margin-top: 1px;
  font-weight: 700;
  margin-top: 2px;
  opacity: 0.5;
  color: var(--tg-common-color-gray-3);
}
.breadcrumb__shape-wrap img {
  position: absolute;
  z-index: -1;
}
.breadcrumb__shape-wrap img:nth-child(1) {
  left: 100px;
  top: 62px;
}
@media (max-width: 1500px) {
  .breadcrumb__shape-wrap img:nth-child(1) {
    left: 69px;
    top: 52px;
  }
}
.breadcrumb__shape-wrap img:nth-child(2) {
  right: 32%;
  top: 21%;
}
@media (max-width: 1500px) {
  .breadcrumb__shape-wrap img:nth-child(2) {
    right: 38%;
  }
}
@media (max-width: 991.98px) {
  .breadcrumb__shape-wrap img:nth-child(2) {
    right: 31%;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb__shape-wrap img:nth-child(2) {
    display: none;
  }
}
.breadcrumb__shape-wrap img:nth-child(3) {
  right: 20%;
  bottom: 15%;
}
@media (max-width: 1500px) {
  .breadcrumb__shape-wrap img:nth-child(3) {
    right: 23%;
    bottom: 13%;
  }
}
.breadcrumb__shape-wrap img:nth-child(4) {
  right: 8%;
  top: 8%;
}
@media (max-width: 991.98px) {
  .breadcrumb__shape-wrap img:nth-child(4) {
    right: 11%;
    top: 16%;
  }
}
.breadcrumb__shape-wrap img:nth-child(5) {
  right: 0;
  top: 0;
}
@media (max-width: 1199.98px) {
  .breadcrumb__shape-wrap img:nth-child(5) {
    right: -30px;
    width: 400px;
    height: 285px;
  }
}
@media (max-width: 991.98px) {
  .breadcrumb__shape-wrap img:nth-child(5) {
    display: none;
  }
}

/*=============================
    00. Select2 CSS
===============================*/
.tgmenu__search-form .select2-container {
  margin-left: -29px;
}
.tgmenu__search-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 37px;
  padding-right: 28px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  font-size: 14px;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-color);
  font-weight: 500;
}
.tgmenu__search-form .select2-container .select2-selection--single {
  height: auto;
}

.course-category-dropdown {
  background: var(--tg-common-color-white);
  border: 1px solid var(--tg-border-2);
  margin: 0 0;
}
.course-category-dropdown .select2-results__options {
  margin-top: 7px;
}
.course-category-dropdown .select2-results__option {
  padding: 1px 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.course-category-dropdown .select2-results__option--selectable:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}

/*=============================
    00. Scroll Top
===============================*/
.scroll__top {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: fixed;
	bottom: -10%;
	right: 50px;
	font-size: 16px;
	border-radius: 4px;
	z-index: 99;
	color: #fff !important;
	/* text-align: center; */
	cursor: pointer;
	background: #fd6114;
	transition: 1s ease;
	font-size: 22px !important;
}
@media (max-width: 1199.98px) {
  .scroll__top {
    right: 25px;
    bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  .scroll__top {
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  .scroll__top {
    right: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }
}
.scroll__top.open {
  bottom: 30px;
}
@media (max-width: 767.98px) {
  .scroll__top.open {
    bottom: 15px;
  }
}
.scroll__top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll__top:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-common-color-white);
}

/*=============================
	00. Section Title
===============================*/
.section__title .sub-title {
  display: inline-block;
  line-height: 1.62;
  background: var(--tg-common-color-gray-2);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 3px 16px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-theme-primary);
  margin: 0 0 14px;
}
.section__title .title {
  font-size: 36px;
  line-height: 1.33;
  margin: 0 0;
  letter-spacing: -0.75px;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .section__title .title {
    font-size: 29px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title .title {
    font-size: 36px;
  }
}
.section__title .title span:not(.svg-icon) {
  color: var(--tg-theme-primary);
  position: relative;
  color: var(--tg-common-color-white);
  padding: 0 13px 0 20px;
  font-weight: var(--tg-fw-bold);
  display: inline-block;
  z-index: 1;
}
.section__title .title span:not(.svg-icon) > svg {
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%;
  height: 59px;
  z-index: -1;
  color: var(--tg-theme-secondary);
}
@media (max-width: 767.98px) {
  .section__title .title span:not(.svg-icon) > svg {
    height: 45px;
    top: -2px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title .title span:not(.svg-icon) > svg {
    top: 0;
  }
}
.section__title .title .svg-icon {
  position: absolute;
  right: -50px;
  top: -50px;
  width: 61px;
  height: 68px;
}
.section__title .title .svg-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.section__title .title .svg-icon path {
  stroke: var(--tg-heading-color);
}
.section__title p {
  margin-bottom: 0;
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .section__title p br {
    display: none;
  }
}
.section__title.white-title .sub-title {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.section__title.white-title .title {
  color: var(--tg-common-color-white);
}
.section__title.white-title .title span:not(.svg-icon) {
  color: var(--tg-common-color-white);
}
.section__title.white-title p {
  color: #ACAACC;
}
.section__title .desc {
  margin: 10px 0 0;
}

/*=============================
	02. Header
===============================*/
/*  */
.tg-header__area .mobile-nav-toggler {
  position: relative;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: var(--tg-theme-primary);
  display: none;
}
@media (max-width: 1199.98px) {
  .tg-header__area .mobile-nav-toggler {
    display: block;
  }
}
.tg-header__area.sticky-menu {
  padding: 0 0;
}
@media (max-width: 1199.98px) {
  .tg-header__area.sticky-menu {
    padding: 20px 0;
  }
}
.tg-header__style-two .tgmenu__search-form {
  width: 450px;
}
@media (max-width: 1500px) {
  .tg-header__style-two .tgmenu__search-form {
    width: 360px;
  }
}
@media (max-width: 1199.98px) {
  .tg-header__style-two .tgmenu__search-form {
    width: 400px;
  }
}
@media (max-width: 991.98px) {
  .tg-header__style-two .tgmenu__search-form {
    width: auto;
  }
}
.tgmenu__nav .logo {
	width: 9.4%;
	padding: 6px;
}
.tgmenu__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.exam-icon .fa {
	color: #000;
}

@media (max-width: 991.98px) {
  .tgmenu__nav {
    justify-content: space-between;
  }
}
.tgmenu__navbar-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
}
.tgmenu__navbar-wrap ul {
	display: -webkit-box; 
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex; 
	display: flex;
	padding: 0;
	flex-wrap: wrap;
	margin: 0;
}
.custom_container {
	padding: 0 25px;
}
@media (max-width: 1500px) {
  .tgmenu__navbar-wrap ul {
    margin: 0;
  }
}
.tgmenu__navbar-wrap ul li {
  display: block;
  position: relative;
  list-style: none;
}
.tgmenu__navbar-wrap ul li a {
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
	color: var(--tg-heading-color);
	font-family: var(--tg-heading-font-family);
	padding: 0px 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	line-height: 1;
	position: relative;
	z-index: 1;
} 

.tgmenu__navbar-wrap ul li .sub-menu {
	position: absolute;
	left: -780px;
	top: 35px;
	width: 1100px;
	background: var(--tg-common-color-white);
	/* margin: 0; */
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
	-moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
	box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
	visibility: hidden;
	opacity: 0;
	z-index: 1111111;
	float: right;
}  
/* exams additional */
.bg-light {
	background-color:#fff !important;
}
.main-li:hover {
	background-color: #f5f8fa;
}
.l1_name {
	font-size: 15px;
	color: black;
	font-weight: 600;
  font-family: Roboto;
}

.l1_name:hover {
	color: #c0403e;
}
#a94442
.l1_arrow {
	font-size: 9px;
	margin-left: 4px;
	color: gray;
}
.tgmenu__nav .multi-exam {
	min-width: 190px;
} 

.child_exams .side-style {
	display: inline;
}
.side-style {
	display: inline !important;
	width: 33% !important;
}
.side-not-main {
	display: inline !important;
	padding: 0;
  color: #646f79!important;
	padding: 0 !important;
  font-size: 14px !important;
}
.side-not-main:hover {
	color: #c0403e!important;
	
}
.l1_arrow{
	color: #646f79;
}
.nav-child.side-main {
	padding: 0;
}
.list-manage {
	margin-top: 24px;
}

.nav .main-li .nav-child.main-exam.showSingle {
	display: ruby;
	overflow: hidden;
}
.megamenu .bg-light {
	background-color: rgb(245, 248, 250) !important;
}


/* end of the exams additional */

/******** addtional css ********/


.bg-light{
	--bs-bg-opacity: 1;
border: none!important;
background-color: #fff;
}
.border {
  border: none!important;
  border-radius:none;
}
.rounded-3 {
  border-radius:0px !important;
}
.pb-sm-0 {
	padding: 0 !important;
}
.overflow-auto {
	overflow-x: hidden !important;
	padding: 0 !important;
}
.tgmenu__navbar-wrap ul li .sub-menu li a {
	padding: 8px 8px;
	line-height: 1.4;
	display: block;
	color: var(--tg-heading-color);
	text-transform: capitalize;
	max-width: 200px;
	overflow: hidden;
}
/* body.thumb {
  transform: scale(0.4);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
} */

/* main {
  min-height: 80vh;
}

[class*='container'] {
  border: 1px dashed #eee;
  background-clip: content-box;
}

.row [class*='col'] {
  background-color: #efefef;
  background-clip: content-box;
} */

.nav-item {
  background-color: #eeeeff;
  background-clip: content-box;
}
/************additional css end********************/
.nav.nav-pills.flex-sm-column.flex-row.mb-auto.justify-content-between.text-truncate {
	background: #fff;
}
.tgmenu__navbar-wrap ul li .sub-menu .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
}

.tgmenu__navbar-wrap ul li .sub-menu li {
	margin-left: 0;
	text-align: left;
	display: flex;
	padding: 4px 3px;
	justify-content: space-between;
	width: 100%;
}
.nav-child.main-exam.showSingle {
	width: 100%;
}
.main-li.test {
	padding: 0 10px !important;
}



.main-li.test.menu_selected {
	white-space: unset !important;
	overflow: hidden;
	width: 100%;
}
.tgmenu__navbar-wrap ul li .sub-menu li a {
  padding: 8px 15px 8px 25px;
  line-height: 1.4;
  display: block;
  color: var(--tg-heading-color);
  text-transform: capitalize;
}
/* .tgmenu__navbar-wrap ul li .sub-menu li:hover > a, .tgmenu__navbar-wrap ul li .sub-menu li.active > a {
  color: var(--tg-theme-primary);
} */
.tgmenu__navbar-wrap ul li .sub-menu li:hover > a {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
  transform: translateX(8px);
}
.tgmenu__navbar-wrap ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
/* .tgmenu__navbar-wrap > ul > li.active a, .tgmenu__navbar-wrap > ul > li:hover a {
  color: var(--tg-theme-primary);
} */
.tgmenu__main-menu li.menu-item-has-children .dropdown-btn {
  display: none;
}
.tgmenu__main-menu li.menu-item-has-children > a::after {
  content: "\f105";
  display: block;
  font-family: "flaticon_skill_grow";
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 14px;
  font-weight: var(--tg-fw-bold);
  margin-left: 6px;
}
.tgmenu__search {
	width: 32%;
	padding: 0 7px !important;
}
/**********aside menu*********/
.megamenu > li > ul > li {
	list-style: none;
	padding-left: 4%;
	padding-top: 7px;
	padding-bottom: 7px;
}
.exam-img {
	width: 10%;
	display: inline-block;
	margin: 7px;
}
.tgmenu__navbar-wrap ul li .sub-menu li a {
	padding: 9px 1px 9px 5px;
	line-height: 1.428571429;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
	font-size: 15px;
}

.icon {
	padding-top: 1px;
}
.exam-icon {
	padding-top: 13px;
	font-size: 10px;
	padding-right: 5px;
}
.megamenu > li > ul > li > a {
	display: inline-block;
	padding: 9px 1px 9px 5px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	white-space: nowrap;
	text-decoration: none;
	width: 79%;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}
.list-manages .multi-exam  h6 .fa.fa-chevron-right {
	font-size: 12px;
	padding-left: 5px;
	color: #b0b0b0;
}
.megamenu .list-manages li {
	font-size: 14px;
}
.megamenu .list-manages h6 {
	font-size: 14px;
	margin: 15px 0;
}
/**********aside menu*********/

.h-100 {
	height: 400px !important;
	overflow-y: scroll;
}
@media (max-width: 1199.98px) {
  .tgmenu__search {
    margin-left: auto;
  }
}
.tgmenu__search-form {
	display: flex;
	width: 415px;
	border-radius: 100px;
	border: 1px solid #D3D2DF;
	height: 38px;
}
.input-grp:hover {
	box-shadow: 0 0px 7px #ecebeb;
	border-radius: 100px;
	border: none;
}
@media (max-width: 1199.98px) {
  .tgmenu__search-form {
    width: 500px;
  }
}
@media (max-width: 991.98px) {
  .tgmenu__search-form {
    width: auto;
  }
}
.tgmenu__search-form .select-grp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  padding: 12px 0 12px 17px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 153px;
  flex: 0 0 auto;
  position: relative;
}
.tgmenu__search-form .select-grp::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #BDBABB;
}
@media (max-width: 991.98px) {
  .tgmenu__search-form .select-grp::after {
    display: none;
  }
}
.tgmenu__search-form .select-grp svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}
.tgmenu__search-form .select-grp path {
  fill: var(--tg-theme-primary);
}
.tgmenu__search-form .form-select {
  outline: none;
  box-shadow: none;
  border: none;
  padding-left: 8px;
  color: var(--tg-heading-color);
  font-family: var(--tg-heading-font-family);
  font-size: 14px;
}
.tgmenu__search-form .input-grp {
  position: relative;
  flex-grow: 1;
}

@media (max-width: 991.98px) {
  .tgmenu__search-form .input-grp {
    display: none;
  }
} 
.tgmenu__search-form input {
	display: block;
	width: 100%;
	background: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	padding: 6px 12px;
	height: 36px;
	font-size: 14px;
	font-family: var(--tg-heading-font-family);
}
.tgmenu__search-form input::placeholder {
  color: #8D9DB5;
  font-size: 14px;
}
.flaticon-search {
	font-size: 17px;
}
.tgmenu__search-form [type="submit"] {
	position: absolute;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 48%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 4px;
	width: 30px;
	height: 29px;
	border: none;
	padding: 0 0;
	/* background: #fe6b24; */
	font-size: 20px;
	color: var(--tg-common-color-white);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.tgmenu__search-form [type="submit"]:hover {
	
	color: #060611;
	border-radius: 0 18px 17px 0px;
}
.tgmenu__search-bar {
  flex-grow: 1;
}
@media (max-width: 1500px) {
  .tgmenu__search-bar {
    max-width: 240px;
  }
}
@media (max-width: 1199.98px) {
  .tgmenu__search-bar {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .tgmenu__search-bar {
    display: none;
  }
}
.tgmenu__search-bar form {
  position: relative;
}
.tgmenu__search-bar form input {
  display: block;
  width: 100%;
  background: var(--tg-common-color-white);
  border: 1px solid var(--tg-border-2);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 12px 50px 10px 20px;
  height: 45px;
  font-size: 15px;
  font-family: var(--tg-heading-font-family);
}
.tgmenu__search-bar form input::placeholder {
  color: #8D9DB5;
  font-size: 14px;
}
.tgmenu__search-bar form [type=submit] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  right: 10px;
  border: none;
  padding: 0 0;
  background: transparent;
  font-size: 24px;
  color: #8D9DB5;
}
.tgmenu__search-bar form [type=submit]:hover {
  color: var(--tg-theme-primary);
}
@media (max-width: 1199.98px) {
  .tgmenu__action {
    margin: 0 25px 0 0;
  }
}
@media (max-width: 767.98px) {
  .tgmenu__action {
    display: none;
  }
}
.tgmenu__action > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tgmenu__action > ul li {
  position: relative;
  padding: 0 6px 0 0;
  flex: 0 0 auto;
}
.tgmenu__action > ul li .cart-count {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background: #066ef3;
}

.tgmenu__action > ul li .cart-count span {
  position: absolute;
  top: -9px;
  right: 0;
  width: 22px;
  height: 22px;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-secondary);
  color: var(--tg-heading-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

.tgmenu__action > ul li:first-child {
  margin-left: 0;
}
@media (max-width: 1500px) {
  .tgmenu__action > ul li.free-btn {
    display: none;
  }
}
.tgmenu__action > ul li.login-btn {
	padding: 6px 5px;
} 
@media (max-width: 1199.98px) {
  .tgmenu__action > ul li.login-btn {
    display: none;
  }
}
.tgmenu__action > ul li.login-btn a {
	display: block;
	border-radius: 6px;
	padding: 5px 0;
	border: 1px solid rgba(6, 35, 91, 0.19);
	font-size: 12px;
	color: #7a7a7a;
	line-height: 18px;
	
}
.tgmenu__action > ul li.ss a{
	width:70px;
	text-align:center;
}


.list-wrap .fa.fa-angle-down {
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
.tgmenu__action > ul li.login-btn a:hover {
	color: #848181;
}
.header-btn.login-btn.with-color a {
	background: #10c695;
	border-radius: 5px;
	color: #fff;
	border: 1px solid #10c695;
	/* padding-right: 0px; */
}
.header-btn.login-btn.with-color a:hover  {
	border-radius: 6px;
  background:#fff;
  color: #10c695;
}
.tgmenu__nav .tgmenu__action {
	min-width: 215px;
}
.tgmenu__action-two .mini-cart-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.tgmenu__action-two .mini-cart-icon .cart-count-two {
  position: relative;
  font-size: 30px;
  line-height: 0;
  color: var(--tg-common-color-black-2);
}
.tgmenu__action-two .mini-cart-icon .cart-count-two .mini-cart-count {
  position: absolute;
  width: 23px;
  height: 23px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: -10px;
  right: -13px;
}
.tgmenu__action-two .mini-cart-icon .cart-count-two:hover {
  color: var(--tg-theme-secondary);
}
.tgmenu__action-two .mini-cart-icon strong {
  font-size: 14px;
  font-weight: 500;
  color: var(--tg-common-color-black-2);
  line-height: 1.2;
}
.tgmenu__categories {
  margin-right: 12px;
}
@media (max-width: 1199.98px) {
  .tgmenu__categories {
    margin-left: auto;
  }
}
.tgmenu__categories .dropdown-toggle {
  font-family: var(--tg-heading-font-family);
  border: 1px solid var(--tg-border-2);
  background-color: var(--tg-common-color-white);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: var(--tg-body-color);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 9px 17px;
  gap: 11px;
}
.tgmenu__categories .dropdown-toggle svg {
  color: var(--tg-theme-primary);
}
.tgmenu__categories .dropdown-toggle::after {
  content: "";
  display: block;
  margin: 0 0;
  border: none;
  background-image: url(../img/icons/down_arrow.svg);
  width: 12px;
  height: 6px;
}
.tgmenu__categories .dropdown-menu {
  width: 100%;
  min-width: 100%;
  background-color: var(--tg-common-color-white);
  border: 1px solid var(--tg-border-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.tgmenu__categories .dropdown-item {
  color: var(--tg-body-color);
}
.tgmenu__categories .dropdown-item:hover, .tgmenu__categories .dropdown-item:focus {
  background-color: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}

.sticky-menu {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: var(--tg-common-color-white);
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
}
.sticky-menu ul li .sub-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

#header-fixed-height.active-height {
  display: block;
  height: 90px;
}

/*=============================
	03. Mobile Menu
===============================*/
.tgmobile__search {
  padding: 0 20px 25px 25px;
}
.tgmobile__search form {
  position: relative;
}
.tgmobile__search input {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 45px 10px 20px;
  font-size: 15px;
  height: 45px;
  background: var(--tg-common-color-gray);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.tgmobile__search input::placeholder {
  font-size: 15px;
  color: var(--tg-body-color);
}
.tgmobile__search button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  padding: 0;
  right: 20px;
  line-height: 1;
  background: transparent;
  color: var(--tg-heading-color);
}
.tgmobile__menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 99;
  border-radius: 0px;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) e;
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
  transform: translateX(101%);
}
.tgmobile__menu .navbar-collapse {
  display: block !important;
}
.tgmobile__menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.tgmobile__menu .nav-logo img {
  width: 150px;
}
.tgmobile__menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}
.tgmobile__menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation li.active > a {
  color: var(--tg-theme-primary);
}
.faq__wrap.caret-style .accordion-item .accordion-button::after {
	display: none;
}
.faq__wrap .accordion-item .accordion-button.collapsed {
	background-color: transparent;
	/* border: none; */
	border: 1px solid var(--tg-common-color-gray-5);
	font-size: 15px;
	font-weight: 500;
	font-family: var(--tg-heading-font-family);
	border-radius: 0;
	color: #212122;
	position: relative;
}

.fa-caret-up, .fa-caret-down {
	transition: transform 0.3s ease;
	position: relative;
	left: 93%;
}
.collapsed .fa-caret-up {
	transform: rotate(180deg);
	position: relative;
	left: 91%;
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 20px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: var(--tg-heading-color);
  background: var(--tg-common-color-gray);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 12px;
  height: 2px;
  background-color: var(--tg-common-color-black);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 2px;
  height: 12px;
  background-color: var(--tg-common-color-black);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open {
  background-color: var(--tg-theme-primary);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line {
  background-color: var(--tg-common-color-white);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line::after {
  display: none;
}
.tgmobile__menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 10px 60px 10px 25px;
  font-size: 16px;
  font-weight: 500;
  color: var(--tg-heading-color);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}
.tgmobile__menu .navigation li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 2px;
  background: var(--tg-theme-primary);
  pointer-events: none;
}
.tgmobile__menu .navigation li ul li > a {
  margin-left: 20px;
}
.tgmobile__menu .navigation li ul li ul li a {
  margin-left: 40px;
}
.tgmobile__menu .navigation li ul li ul li ul li a {
  margin-left: 60px;
}
.tgmobile__menu .navigation li > ul {
  display: none;
}
.tgmobile__menu .navigation li > ul > li > ul {
  display: none;
}
.tgmobile__menu .navigation ul {
  padding: 0;
  margin: 0;
}
.tgmobile__menu .navigation ul li a {
  display: block;
}
.tgmobile__menu .navigation ul li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}
.tgmobile__menu .navigation:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation > li > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation > li.active > a::before {
  height: 100%;
}
.tgmobile__menu .close-btn {
  position: absolute;
  right: 15px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 14px;
  color: var(--tg-theme-primary);
  cursor: pointer;
  padding: 8px;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tgmobile__menu .close-btn i[class^=flaticon-]:before {
  font-weight: var(--tg-fw-bold) !important;
}
.tgmobile__menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}
.tgmobile__menu .social-links ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  text-align: center;
  padding: 30px 20px 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.tgmobile__menu .social-links ul li {
  position: relative;
  display: inline-block;
  margin: 0px 6px 10px;
}
.tgmobile__menu .social-links ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: var(--tg-body-color);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid #efefef;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.tgmobile__menu .social-links ul li a:hover {
  border-color: var(--tg-theme-primary);
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.tgmobile__menu .tgmenu__action {
  padding: 0 0;
  margin: 0 0;
}
.tgmobile__menu .tgmenu__action > ul {
  margin: 0 0;
  padding: 30px 20px 0;
  justify-content: center;
  gap: 0 15px;
}
.tgmobile__menu .tgmenu__action > ul li {
  margin: 0 0;
}
.tgmobile__menu .tgmenu__action > ul .header-btn {
  display: block;
}
.tgmobile__menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--tg-common-color-white);
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -9px 0 14px 0px rgba(0, 0, 0, 0.06);
}
.tgmobile__menu-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: var(--tg-common-color-white);
  margin-right: 30px;
  top: 15px;
}
.megamenu > li > ul > li > a {
	display: inline-block;
	padding: 9px 1px 9px 5px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	white-space: nowrap;
	text-decoration: none;
	width: 79%;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .tgmobile__menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu-visible .tgmobile__menu-backdrop {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .tgmobile__menu .close-btn {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

/*=============================
    04. Banner
===============================*/
.banner-bg {
  min-height: 520px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  padding: 60px 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .banner-bg {
    min-height: auto;
  }
}
.banner-bg .line-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .banner-bg .line-shape {
    display: none;
  }
}
.banner-bg-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  padding: 80px 0 60px;
  background-size: cover;
  background-position: bottom;
  z-index: 1;
}
.banners-area {
	background: #f55600;
}
.styling {
	color: #fff;
	font-size: 46px;
	letter-spacing: 2px;
	font-weight: 700;
	text-align: center;
	/* font-family: "Roboto Slab", serif; */
	font-family: "Poppins", sans-serif !important;
	padding: 20px 0;
}
.banner-content {
	padding: 55px 0;
}
/****** addional css*******/
.div-spacing {
	list-style-type: none;
	display: inline;
}




.d-xl-flex {
	justify-content: end;
}
.cont {
	display: flex;
	justify-content: center;
}
.borderrrr {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

.cont3 p {
	color: #fff;
	font-size: 24px;
	text-align: center;
	width: 260px;
	line-height: 27px;
}
.row.cont {
	padding-bottom: 48px;
}

.col-sm-3.series {
	text-align: center;
	padding: 31px 0;
	position: relative;
}
.manage {
	color: #e73f3f;
	font-size: 30px;
}
.manage-p{
    color: #282828;
    font-size: 18px;
    margin: 7px 0 0 0;
}
.seriess {

	border-right: 1px solid #dddddd;
}

.contents {
	position: absolute;
	/* top: 0; */
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
	top: 29px;
}

.hidden {
  opacity: 0;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.covered {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	position: relative;
}
.feat_overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	transition: .3s ease;
	background-color: #f1f1f1;
	opacity: .9;
}
.bgan {
	width: 100%;
	z-index: 111111;
	position: relative;
	padding-top: 36px;
}
.weall {
	color: #000000;
	font-size: 36px;
	font-family: 'Roboto';
	position: relative;
	padding-top: 41px;
	padding-bottom: 27px;
	font-weight: 500;
}
.all-by {
	position: relative;
	text-align: center;
	padding: 10px 30px;
	background-size: cover !important;
	border-radius: 5px;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.18);
	height: 100%;
}
.all-by:hover{
  box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.12);
  cursor: pointer;
}


.svgicon {
	width: 70px;
	height: auto;
}
.advise {
	color: #a94442 !important;
	font-size: 21px;
	font-weight: 400;
	margin: 0;
}
.explore {
	color: #4e4e4e;
	font-size: 17px;
	margin: 0 0 3px;
	line-height: 24px;
}
.row.advisor-content {
	padding-bottom: 43px;
}
.popular {
	background: #f9f9f9;
	padding-bottom: 56px;
}
.des {
	text-align: center;
	width: 18.5%;
	display: inline-flex;
	padding: 18px 11px;
	background: white;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	margin: 2px 8px 5px 8px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14), 0 6px 20px 0 rgba(0, 0, 0, 0.08);
	justify-content: center;
} 

.des .iconss img {
	margin: 0px auto 7px;
	height: 54px;
	width: 54px;
}
.des .south {
	min-height: 28px;
	max-height: 28px;
	overflow: hidden;
}
.popular-exam {
	color: #282828;
	font-size: 32px;
	text-align: left;
	margin: 40px 0 26px 0;
	font-weight: 500;
} 
.footer__top .text-right {
	text-align: right;
}

/* ============== */
.column {
  flex-shrink: 0;
  width: 100%;
}

.list-item {
  box-sizing: border-box;
  width: 100px;
  height: 50px;
  background-color: #3498db;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.list-item:hover {
  background-color: #2980b9;
}

.tab-content {
  display: none;
  padding: 10px;
  background-color: #fff;
}

.list-item.active {
  background-color: #2980b9;
}

.tab-content.active {
  display: block;
}

.toggle-button {
  position: fixed;
  top: 10px;
  left: 10px;
  cursor: pointer;
  padding: 5px;
  background-color: #3498db;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 5px;
  font-size: 14px;
}
/* ============== */



/*=============================
    05. Slider
===============================*/
.categories-area.section-py-120 {
	background: #f4f4f4;
	padding-bottom: 92px;
}.slider__active [data-animation-in] {
  opacity: 0;
}
.slider__item {
  align-items: center;
  background-position: center;
  background-size: cover;
  padding: 135px 0 140px;
  min-height: 600px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1500px) {
  .slider__item {
    padding: 110px 0 120px;
    min-height: 560px;
  }
}
.slider__item .top-shape, .slider__item .bottom-shape {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.slider__item .top-shape {
  left: 4%;
  top: 11%;
}
@media (max-width: 1500px) {
  .slider__item .top-shape {
    max-width: 80px;
  }
}
.slider__item .bottom-shape {
  left: 0;
  bottom: 0;
}
@media (max-width: 1500px) {
  .slider__item .bottom-shape {
    max-width: 350px;
  }
}
.slider__content {
  overflow: hidden;
}
.slider__content .sub-title {
  display: inline-block;
  line-height: 1.3;
  background: var(--tg-common-color-gray);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 15px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-theme-primary);
  margin: 0 0 13px;
}
@media (max-width: 1500px) {
  .slider__content .sub-title {
    padding: 0 0;
    background: transparent;
    font-weight: var(--tg-fw-semi-bold);
  }
}
.slider__content .title {
  font-size: 48px;
  margin: 0 0 30px;
  letter-spacing: -1px;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .slider__content .title {
    font-size: 38px;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__content .title {
    font-size: 40px;
    margin: 0 0 30px;
  }
}
.slider__content .title span:not(.svg-icon) {
  color: var(--tg-theme-primary);
  position: relative;
  display: inline-block;
  z-index: 1;
}
.slider__content .title .svg-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  margin: 0 auto;
  bottom: -14px;
  height: 25px;
  width: 145px;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .slider__content .title .svg-icon {
    bottom: -15px;
  }
}
.slider__content .title .svg-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.slider__content .title .svg-icon path {
  stroke: var(--tg-common-color-yellow);
}
.slider__content .list-wrap {
  margin: 0 0 30px;
}
.slider__content .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: var(--tg-heading-font-family);
  color: #39557E;
  gap: 7px;
  margin: 0 0 3px;
}
.slider__content .list-wrap li:last-child {
  margin: 0 0;
}
.slider__content .list-wrap li i {
  color: var(--tg-common-color-yellow);
  margin: 6px 0 0;
}


/**********additional css of 2nd page*********/
.cbse {
	background: url(../../assets/img/banner/header_background.jpg);
	background-repeat: no-repeat;
	/* background-size: cover; */
	background-position: center;
}
.TSeries_Breadcrumb {
	background: rgba(255, 242, 240, 0.90);
	box-shadow: 0px 10px 10px rgba(180, 0, 0, 0.06);
}
ul.TS_breadcrumb_div {
	padding: 11px 16px;
	list-style: none;
	margin: 0 0 0 0;
}

ul.TS_breadcrumb_div li {
	display: inline;
	color: #420C0C;
	font-family: 'Poppins';
	font-size: 16px;
	font-weight: 700;
}

.TS_breadcrumb_div li:nth-child(2)::before {
	content: " > ";
	font-weight: 500;
}
.TS_breadcrumb_div li:nth-child(3)::before {
	content: " > ";
	font-weight: 500;
}
.TS_breadcrumb_div li:nth-child(4)::before {
	content: " > ";
	font-weight: 500;
}


ul.TS_breadcrumb_div li a:hover {
	color: #420C0C;
}
ul.TS_breadcrumb_div li a {
	color: #420C0C;
	text-decoration: none !important;
	font-family: 'Poppins';
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
}
.card_course_details {
	padding: 5px 20px;
	display: flex;
	align-items: center;
}
.header_name_container {
	display: flex;
	align-items: center;
}
.l2_header_logo {
	width: 76px;
	height: 76px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.50);
	box-shadow: 0px 0px 22px 0px rgba(180, 0, 0, 0.15);
	display: flex;
	justify-content: center;
	align-items: center;
}
.exam_course_heading {
	text-align: left;
	font-family: 'Poppins';
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-wrap: break-word;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	color: #000000;
	padding: 0 8px;
}
.l2_header_logo {
	width: 76px;
	height: 76px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.50);
	box-shadow: 0px 0px 22px 0px rgba(180, 0, 0, 0.15);
	display: flex;
	justify-content: center;
	align-items: center;
}
.download_app_heading {
	color: #282828;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
}
.card_download_app p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	word-wrap: break-word;
	margin-top: 12px;
}
.TS_head_bg {
	font-family: 'Poppins';
	font-style: normal;
}
.card_download_app {
	width: 100%;
	height: 161px;
	border: 1.5px solid #FF9D9A;
	border-radius: 12px;
	padding: 10px 10px;
	margin-left: 20px;
	display: flex;
	align-items: center;
}
.card_course_details {
	padding: 73px 20px;
	display: flex;
	align-items: center;
}
.nav_main_containerr{
  background-color: #282828;
}
.nav_class {
	color: #FFF;
}
.nav_ul {
	list-style-type: none;
}
.nav_class ul {
	margin: 0;
	padding: 0 12px;
	display: flex;
	margin-left: auto;
}
.nav_class ul li {
	padding: 30px 35px;
	list-style: none;
}
.nav_class ul li a {
	color: #FFF;
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.nav_items {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.menu_item_name {
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.menu_item_total_counts {
	color: #FFF;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 2px;
}

.nav_ul {
	display: flex;
	justify-content: center;
	text-align: center;
}
.nav_main_containerr .ng-scope {
	padding: 30px 35px;
	margin: 0;
}
.nav_main_containerr .nav_ul {
	margin: 0;
}
.fixed {
	position: fixed !important;
	top: 57px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	background: black;
	width: 42%;
	height: auto;
	z-index: 111111111;
	/* padding: -15px; */
	border-radius: 10px;
	/* display: inline; */
}
.fixed .menu_item_total_counts.ng-binding {
	display: none;
}
.fixed  .nav_items {
	display: flex;
	flex-direction: unset;
	align-items: center;
}
/****** quiz_report css ***********/
.IIT_JEELanding ul.TS_breadcrumb_div li {
	display: inline !important;
	font-size: 16px;
	color: #000;
}

.IIT_JEELanding .TSeries_Breadcrumb {
	background: #495271;
}
.IIT_JEELanding ul.TS_breadcrumb_div li {
	color: #fff;
	font-weight: 400;
}
.IIT_JEELanding ul.TS_breadcrumb_div li a {
	color: #dbdbdb;
}
.IIT_JEELanding .text-seag {
	padding: 0;
}
.IIT_JEELanding .edith .text-lightb {
	margin-top: 0;
	padding: 0;
}
.customScrollBar .ng-scope li {
	display: flex !important;
	position: relative;
}
.customScrollBar .fa-stack .fa.fa-trophy {
	position: absolute;
	top: 0 !important;
	left: 0;
	font-size: 35px !important;
}
.customScrollBar .fa-stack .fa.fa-stack-1x {
	position: absolute;
	top: 2px;
	left: -5px;
}
.edith .list-group {
	overflow-y: scroll;
}


:root {
  --primary: #227093;
  --secondary: #ff5252;
  --background: #eee;
  --highlight: #ffda79;
  /* Theme color */
  --theme: var(--primary);
}

/* Core styles/functionality */
.quizzes .tab {
	position: relative;
	border: none;
}
.quizzes  .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.quizzes  .tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.quizzes  .tab input:checked ~ .tab__content {
  max-height: 10rem;
}

/* Visual styles */
.accordion.quizzes {
	color: var(--theme);
	overflow: hidden;
	border: 1px solid #ececec;
	box-shadow: none;
} 
.quizzes .tab__label, .quizzes .tab__close {
	display: flex;
	color: #000;
	background: #fbfbfb;
	cursor: pointer;
	font-size: 22px;
	margin: 0;
	border-bottom: 1px solid #d7d7d7;
	padding: 5px 15px;
}
.quizzes  .tab__label {
  justify-content: space-between;
}
.quizzes .tab__label::after {
	content: "\276F";
	width: 1em;
	height: 2em;
	text-align: center;
	transform: rotate(90deg);
	transition: all 0.35s;
	font-size: 15px;
}
.quizzes .tab input:checked + .tab__label::after {
  transform: rotate(270deg);
}
.quizzes .tab__content p {
  margin: 0;
  padding: 1rem;
}
.quizzes .tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.quizzes  .accordion--radio {
  --theme: var(--secondary);
}

/* Arrow animation */
.quizzes .tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce .5s infinite;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}


/****** quiz_report css end ***********/

/****** tab css ***********/
.tab {
	float: left;
	border: 1px solid #ccc;
	background-color: #fff;
	width: 100%;
}


.sidebar.snaks_sidebar_fixed {
	border: 1px solid #ccc;
	border-radius: 5px;
}
.live_class_main_heading {
	font-weight: 600;
	font-size: 44.5px;
	line-height: 72px;
	color: #B40000;
	text-align: center;
	font-style: normal;
	margin-top: 60px;
	display: flex;
	justify-content: center;
}
.live_class_underline {
	width: 106px;
	height: 2px;
	background: #535353;
	margin: 0px auto 6px auto;
}
/* Style the buttons that are used to open the tab content */
.tab button {
	display: block;
	background-color: inherit;
	color: black;
	padding: 10px 16px;
	width: 100%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
}
.tabs .tab .tablinks {
	color: #0f1225;
	text-decoration: none;
	display: block;
	font-size: 17px;
	border-bottom: 1px solid #e4e4e4;
}

.tablinks.abc {
	background: #f7f7f7;
}

.tab button .tablinks.active {
	background-color: lightblue;
}
.tablinks.abc {
	background: #f7f7f7;
	color: #be4e4c;
	font-size: 17px;
}
.tablinks:hover {
	color: #be4e4c;
}
/* additional css of video course */
.live_class_sub_heading {
	font-style: normal;
	font-weight: 400;
	font-size: 29.5px;
	line-height: 39px;
	text-align: center;
	text-transform: uppercase;
	color: #3B4A54;
	margin-top: 0.5em;
}
.physics-area h4 {
	color: #282828;
	font-size: 20px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: left;
	padding: 5px 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 23em;
}
.physics-area {
	box-shadow: 0px 0px 16px -3px rgba(0, 0, 0, 0.15);
	border-radius: 12px;
	position: relative;
	margin: 10px 0;
}
.physics-area-video {
	background-position: center;
	background-repeat: no-repeat;
	min-width: 3em;
	min-height: 3em;
	max-height: 264px !important;
	margin: 0px 10px !important;
	background-size: cover;
	min-height: 250px;
	border-radius: 12px;
	margin: 10px 10px;
	cursor: pointer;
	background-position: center;
	position: relative;
}
.physics-area-video img {
	display: none;
	border-radius: 12px;
	margin: 0 5px;
}
.physics-area-video:hover img {
	display: block;
	width: 5%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1111;
}
.video-content {
	border-radius: 4px;
	background: #FFC224;
	color: #282828;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: flex;
	padding: 0px;
	width: 90px;
	position: absolute;
	bottom: 26%;
	left: 4%;
	z-index: 111;
	padding: 5px;
} 
.video-content {
	width: auto;
}
.video-content img {
	float: left;
	color: #282828;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-right: 5px;
}
.video-content p {
	color: #282828;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 0px;
	padding-top: 3px;
}
.physics-bottom {
	display: flex;
	justify-content: space-between;
	padding: 18px;
}
button.off {
	background: #07C269;
	font-size: 18px;
	cursor: pointer;
	/* width: 100px; */
	color: white;
	font-weight: 600;
	border: none;
	border-radius: 7px;
}
.physics-bottom p {
	color: #282828;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.63px;
}
.physics-bottom  del {
	font-weight: 500;
	margin: 0 5px;
}
.physics-area-video-1 {
	background-image: url("../../assets/img/courses/ee47f275137942beae1eb8d36c671759.png");
	background-position: center;
	background-repeat: no-repeat;
	min-width: 3em;
	min-height: 3em;
	max-height: 264px !important;
	margin: 0px 10px !important;
	background-size: cover;
	min-height: 250px;
	border-radius: 12px;
	margin: 10px 10px;
	cursor: pointer;
	background-position: center;
	position: relative;
}
.physics-area-video-2 {
	background-image: url("../../assets/img/courses/165628f4a90347c989b87c6f9539f8bd.jpg");
	background-position: center;
	background-repeat: no-repeat;
	min-width: 3em;
	min-height: 3em;
	max-height: 264px !important;
	margin: 0px 10px !important;
	background-size: cover;
	min-height: 250px;
	border-radius: 12px;
	margin: 10px 10px;
	cursor: pointer;
	background-position: center;
	position: relative;
}
.physics-area-video-3 {
	background-image: url("../../assets/img/courses/f62212de2d444df79f6c83b91c7e1dfb.jpg");
	background-position: center;
	background-repeat: no-repeat;
	min-width: 3em;
	min-height: 3em;
	max-height: 264px !important;
	margin: 0px 10px !important;
	background-size: cover;
	min-height: 250px;
	border-radius: 12px;
	margin: 10px 10px;
	cursor: pointer;
	background-position: center;
	position: relative;
}
.physics-area-video-1 img {
	display: none;
	border-radius: 12px;
	margin: 0 5px;
}
.physics-area-video-1:hover img {
	display: block;
	width: 5%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.physics-area-video-2 img {
	display: none;
	border-radius: 12px;
	margin: 0 5px;
}
.physics-area-video-2:hover img {
	display: block;
	width: 5%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.physics-area-video-3 img {
	display: none;
	border-radius: 12px;
	margin: 0 5px;
}
.physics-area-video-3:hover img {
	display: block;
	width: 5%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.physics-area .physics-area-video::after {
	content: "";
	height: 100%;
	width: 100%;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.84) 13%, rgba(0, 0, 0, 0.759325) 19.44%, rgba(0, 0, 0, 0.146376) 41.6%, rgba(0, 0, 0, 0) 125%);
	display: inline-block;
	z-index: 11;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
}
.physics-area:hover .physics-area-video::after {
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.76) 39.58%, rgba(0, 0, 0, 0.15) 80.21%, rgba(0, 0, 0, 0.00) 100%);
}
.physics-area:hover .physics-area-video-1::after {
	content: "";
	height: 100%;
	width: 100%;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.84) 13%, rgba(0, 0, 0, 0.759325) 19.44%, rgba(0, 0, 0, 0.146376) 41.6%, rgba(0, 0, 0, 0) 100%);
	display: inline-block;
	z-index: 1111111;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
}
.physics-area:hover .physics-area-video-2::after {
	content: "";
	height: 100%;
	width: 100%;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.84) 13%, rgba(0, 0, 0, 0.759325) 19.44%, rgba(0, 0, 0, 0.146376) 41.6%, rgba(0, 0, 0, 0) 100%);
	display: inline-block;
	z-index: 1111111;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
}
.physics-area:hover .physics-area-video-3::after {
	content: "";
	height: 100%;
	width: 100%;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.84) 13%, rgba(0, 0, 0, 0.759325) 19.44%, rgba(0, 0, 0, 0.146376) 41.6%, rgba(0, 0, 0, 0) 100%);
	display: inline-block;
	z-index: 1111111;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
}
.live_class_main_heading .quize_free_icon {
	height: 36px;
	display: flex;
	padding: 1px 10px;
	border-radius: 5px;
	background: #07C269;
	color: #FFF;
	text-align: center;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 1.68px;
	margin-top: 17px;
	margin-left: 12px;
}

.swiper-slide.swiper-slide-active {
	background-color: #fff;
	border-radius: 5px;
}
.tab-content.quiz {
	display: block !important;
	padding: 10px;
	background-color: #f7f7f7;
	border-radius: 6px;
} 
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block;
	width: 24.3% !important;
	margin: 4px !important;
} 
.quiz .container {
	padding: 0;
}
.courses__item {
	margin: 0px 0px !important;
	background: white !important;
  -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 10px 10px 10px !important;
	border: none !important;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-ms-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	text-align: center !important;
}
.courses__item-thumb {
	position: relative;
	margin: 0 0 20px;
}
.shine__animate-link::before {
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.courses__item-content p {
	margin-bottom: 2px !important;
	margin-top: 5px !important;
}
.courses__item-content {
	text-align: left;
	border-bottom: 1px solid #e4e4e4 !important;
}
.courses__item-content p {
	margin-bottom: 2px !important;
	margin-top: 10px !important;
}
.number {
	float: right;
	font-weight: 600;
}
.start-quiz {
	background-color: #2ab381 !important;
	border: none;
	color: white !important;
	padding-top: 2%;
	padding-bottom: 2%;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 15px !important;
	border-radius: .4em;
	cursor: pointer;
	width: 100%;
	font-weight: 600;
}
.courses__item-thumb h4 {
	font-size: 1.5rem;
	font-size: 18px;
	padding-left: 0px;
	text-align: left;
}

.swiper-slide {
	background-color: white;
	border-radius: 5px;
	padding-bottom: 0px;
	border: 1px solid #cecece;
}
.swiper-slide .swiper-slide-next{
	background-color: white;
	padding-bottom: 0px;
}
.courses__nav .courses-button-prev {
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--tg-theme-primary);
	color: var(--tg-common-color-white);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	line-height: 0;
	font-size: 24px;
	border: 1.2px solid var(--tg-common-color-black-3);
	box-shadow: -3.6px 2.4px 0px 0px #23232B;
	position: absolute;
	left: -90px;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.courses__nav .courses-button-prev {
	width: 24px !important;
	height: 24px !important;
	position: absolute;
	top: 50%;
	background: rgb(180 0 0 / 44%) !important;
	border-radius: 50%;
	color: #d30404 !important;
	box-shadow: 1px 2px 2px #d30404 !important;
	border: 1px solid #d30404 !important;
}
.courses__nav .courses-button-next {
	width: 24px !important;
	height: 24px !important;
	position: absolute;
	top: 50%;
	background: rgb(180 0 0 / 44%) !important;
	border-radius: 50%;
	color: #d30404 !important;
	box-shadow: 1px 2px 2px #d30404 !important;
	border: 1px solid #d30404 !important;
}
.swiper-slide .courses__item:hover {
	filter: none;
}



/* additional vido end */

/* Change background color of buttons on hover */
.tablinks.abc {
	background: #f7f7f7;
	color: #be4e4c !important;
	font-size: 18px !important;
	font-weight: 600;
}
.tablinks.abc:hover{
  color: #000;
}
/* Create an active/current "tab button" class */
.tab button.active {
	background-color: lightblue;
}

/* Style the tab content */
.tabcontent {
	/* float: left; */
	padding: 0px 12px;
	/* border: 1px solid #ccc; */
	width: 100%;
	border-left: none;
	/* height: 300px; */
}
.getTs_AbtHeading {
	margin: 0 0 15px 0;
	color: #be4e4c;
	font-size: 30px;
	background-color: #f7f7f7;
	padding: 7px 17px 10px;
	margin-top: 9px;
}
.accordion-button:hover:active:focus {
	box-shadow: none !important;
}
/**********accordian start************/
.TS_free_ribbon {
	padding: 1px 5px;
	position: absolute;
	color: #f6543b;
	background: #fff1f1;
	display: inline-block;
	z-index: 0;
	margin-top: -17px;
	box-shadow: 4px 4px 4px rgba(0,0,0,.3);
	border: 1px solid #ffaeae;
	margin-top: 0;
}
.accordion-button:focus {
	outline: 0;
	box-shadow: none !important;
}

.TS_free_content::before {
	content: "";
	position: absolute;
	z-index: 1;
}
.new_abc .ng-binding .ng-scope {
	margin: 7px auto;
}
.TS_free_ribbon {
	color: #f6543b;
	float: left;
	position: relative;
	margin: 7px auto;
}
.TS_free_content::before {
	left: 0;
	border-width: 8px 0 0 8px;
	display: block;
	border-style: solid;
	border-color: #f13d3e transparent transparent transparent;
	bottom: -9px;
}
.para {
	font-size: 15px;
	color: #d2cdcd;
	margin-left: 18px;
	font-weight: 400;
}
.accordion-button:not(.collapsed) {
	color: var(--bs-accordion-active-color);
	background-color: #fff;
	box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:focus {
	z-index: 3;
	border-color:#fff;
	outline: 0;
	box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-button:focus {
	z-index: 3;
	border-color:#fff;
	outline: 0;
	box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	/* padding: 0; */
	font-size: 1rem;
	color: var(--bs-accordion-btn-color);
	text-align: left;
	background-color: var(--bs-accordion-btn-bg);
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: var(--bs-accordion-transition);
	font-size: 22px;
}
.quest_paper_startBg {
	background-color: #e8f4fa;
	border-radius: 0.5rem;
}
.hidden-content .exam_course_test_paper {
	padding: 10px 15px 13px 38px;
}
.exam_course_test_paper_name {
	width: 70%;
	display: inline-block;
}
.exam_course_test_paper_name h3 {
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 98%;
}
.exam_course_test_paper_name h3, .tst_exam_topic_name_lft h3 {
	color: #424242;
	margin-top: 10px;
	font-size: 22px;
}
.lang_style .new_abc {
	background-color: #45c35f;
	border: 1px solid;
	/* margin-left: 5px; */
	border-color: #45c35f;
	border-radius: 50%;
	padding: 0px 9px;
	cursor: default;
	color: #fff;
	float: right;
	
}
.exam_course_test_paper_start a {
	background: #f4f4f4;
	color: #2ab381;
	padding: 10px 30px;
	border-radius: 5px;
	font-weight: 700;
	text-decoration: none;
	border: 1px solid #2ab381;
	cursor: pointer;
	border-radius: 100px;
}

.exam_course_test_paper_start  {
	margin: 0;
	width: 30%;
	float: right;
}
.exam_course_test_paper_start {
	margin: 0;
	width: 20%;
	float: right;
	text-align: center;
}
  
  .lang_style {
	width: 100%;
	display: inline-flex;
	margin: 0 0 10px;
	justify-content: center;
}
.fa.fa-lock {
	padding-right: 5px;
}
  .ng-binding.ng-scope {
  display: inline;
  }
  .exam_course_test_paper_name h3, .tst_exam_topic_name_lft h3 {
    color: #6f6b6b;
    margin-top: 10px;
    font-size: 20px;
  }
  .quest_paper_nobtabcontent.hidden-content.quest_paper_startBg.second {
    background: #ffeded;
    /* padding-top: 0px; */
    margin-top: 12px;
  }
.exam_course_test_paper_start a {
	background: #f4f4f4;
	color: #45c35f;
	padding: 10px 25px;
	/* border-radius: 5px; */
	font-weight: 700;
	text-decoration: none;
	border: 1px solid #45c35f;
	cursor: pointer;
	border-radius: 100px;
	font-size: 14px;
}
  .ng-binding.ng-scope.unlock {
    border: 1px solid #b9b7b7;
    color: #b9b6b6;
  }
  .test {

    margin-bottom: 65px;
  }
  .sidebar .tabcontent .accordion-button:not(.collapsed) {
    border:none;
  }
  .test .accordion .accordion-collapse.collapse {
	margin: 0;
}
/*******accordian end**************/
/* view more code */
label {
	text-align: center;
	color: #2ec5fe;
	background: #fafafa;
	margin: 10px auto;
}
.hidden {
  display: none;
}

.view-more:not(:checked) ~ label,
.view-more:checked ~ .hidden {
  display: block;
  opacity: 1;   
}

.view-more,
.view-more:checked ~ label {
  display: none;
}
.lighter-price.ng-binding.ng-scope {
	text-align: center;
	margin: 0;
	color: #5ebf6f;
	font-weight: 600;
	font-size: 12px;
  font-family: poppins;
}

.ng-binding.scop {
	margin: 0;
	justify-content: center;
}
.ng-binding.scope {
	margin-top: 23px;
	color: #000; 
	font-weight: 500;
	font-size: 13px;
} 
.lighter {
	font-size: 12px;
	font-weight: 600;
	color: darkgray;
	font-family: poppins;
}
.nav-link {
	font-size: 19px !important;
	padding: 5px 10px;
	border-bottom: 1px solid #dbdbdb !important;
}
.alternate-payment .payment-data .nav  {
	border: 0;
	margin: 1px;
}
.prsice {
	justify-content: center;
	text-align: center;
}
.saving-.ng-scope {
	color: #5ebf6f;
	margin: 40px;
	margin-left: 35px;
}
.validity {
	font-family: poppins;
	color: #171616;
	font-weight: 600;
	font-size: 13px;
	margin: 2px 0;
}



/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
  .nav-pills-custom .nav-link::before {
      content: '';
      display: block;
      border-top: 8px solid transparent;
      border-left: 10px solid #fff;
      border-bottom: 8px solid transparent;
      position: absolute;
      top: 50%;
      right: -10px;
      transform: translateY(-50%);
      opacity: 0;
  }
}
.accordion-button:focus {
	z-index: 3;
	/* border-color: var(--bs-accordion-btn-focus-border-color); */
	outline: 0;
	box-shadow: 0;
}

.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}
/* payment section */
.payment {
	text-align: center;
	margin-top: 51px;
}

.tab-content .show-data{
	display: block;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.details-container {
	display: flex;
	flex-direction: column;
	padding-top: 38px;
	text-align: left;
	width: 29%;
}
.bundle-package-heading {
	color: #b32726;
	font-weight: 600;
	font-size: 14px;
	padding: 13px 0 0;
} 
.more-info-validity {
	font-size: 11px;
	position: absolute;
	top: 27px;
	font-size: 15px;
	color: black;
	left: 31%;
}
.ng-binding.school {
	font-size: 11px;
	font-weight: 501;
	line-height: 0;
	color: #646262;
}

.menu-label {
	display: flex;
	flex-direction: column;
	font-size: 12px;
}
.ng-binding.school {
	font-size: 12px;
	font-weight: 501;
	line-height: 10px;
	color: #646262;
}   
.main-containers {
	border: 1px solid #f5f6f7;
  border-radius: 5px;
}
.show-data .without-b .Package1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
} 
.Package1.bdr {
	border-bottom: 1px dashed #aeaeae;
}


#myTabContent {
	border: 1px solid #dbd7d7;
	border-radius: 5px;
}
.main-containers {
	border: 1px solid #2ab381;
	border-radius: 10px;
	margin: 36px;
	padding: 13px;
}
.image-data {
	width: 85%;
	/* height: 120px; */
	display: flex;
	align-items: center;
	/* margin: 15px 20px 15px 0; */
	padding: 5px;
	border: 2px dashed darkgrey !important;
	border-radius: 1.1rem;
}
.col-sm-1.cheacking {
	position: relative;
}
.cheacking input[type="checkbox"] {
	opacity: 0;
} 
.checkmark {
	position: absolute;
	top: 37%;
	left: 40%;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border: 1px solid #2ab381;
	border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* input {
	visibility: hidden;
} */

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
	background-color: #fff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
label {
	text-align: center;
	color: #2ec5fe;
	background: none;
	margin: 10px auto;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark::after {
	left: 9px;
	top: 3px;
	width: 7px;
	height: 13px;
	border: solid #2ab381;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

 .detailss {
	display: flex;
	flex-direction: column;
	text-align: left;
	/* width: 29%; */
	position: relative;
}
  .form-slide {
    width: 100%;
    padding: 6px;
    background: #fff;
    box-shadow: 0px -1px 1px #e1dede;
    border: 1px solid #cacaca;
    box-shadow: 5px gray;
    border-radius: 5px;
  }
  .form-slide :focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  }
  .form-slide:focus {
    border: 1px solid #007cff;
    box-shadow: 0px 0px 3px #0070ff;
  }
.payment-data .nav-item {
    background-color: #f4f4f4;
    background-clip: content-box;
    /* padding: 3px; */
    padding-right: -3px;
    padding-left: 11px;
    font-size: 19px;
    font-weight: 400;
  }
  .payment-data .nav-item .nav-link, .payment-data .nav-item:hover .nav-link {
      color:#000 !important;
    }
    
    .spacing {
      padding: 0 auto;
      padding: 29px 0;
    }
    .main-containers.without-b {
      border: none;
    }
    .includes {
      font-weight: 500;
      font-size: 22px;
    }
    .Series {  
	color: #57bd69;
	font-size: 18px;
	font-weight: 500;
	padding: 0;
}
.Package1 .grn {
	color: #57bd69;
}
    .includesss {
	text-align: left;
	font-size: 15px;
	padding: 0;
	color: #4f4b4b;
	margin: 0;
}
    .includesss.different {
      color: #57bd69;
    }
    .Seriesss {
	font-size: 17px;
	font-weight: 700;
	padding-top: 0;
}
    .Seriesss.ammou {
      text-align: left;
      font-size: 15px;
      /* font-size: ; */
      color: #4f4b4b;
    }
    .desimal {
	background: #57bd69;
	color: #fff !important;
	border: none;
	border-radius: 5px;
	padding: 6px 12px;
	font-size: 14px !important;
}
    .testSunlock_heading {
      font-size: 36px;
      color: #060814;
      font-weight: 600;
    }
    .testSunlock_text.ng-binding {
      font-size: 21px;
      font-weight: 300;
      color: #060814;
    }
   .key .features {
	border: 1px solid #dbd7d7;
	padding: 20px;
	margin-top: 56px;
	border-radius: 5px;
	}
    .key .testSunlock_heading {
	color: #060814;
	font-size: 36px;
	padding-top: 10px;
	}
	 .key .listien {
	padding: 0;
	}
.key {
	margin-bottom: 50px;
} 
    .listing ul li .fa {
      color: #f1cc4a;
      font-size: 14px;
      display: table-cell;
      padding: 0 9px 0 0px;
    }

    .listing ul li span {
      display: table-cell;
      padding: 6px 4px;
    }
    .deg {
      list-style-type: none;
    }
    .listien ul {
      list-style: none;
      font-size: 16px;
      color: #404040;
    }
    /* mega tab */
    .fade:not(.show) {
      opacity: 0;
      display: none;
    }
    
    .testSunlock_text {
      font-size: 23px;
    }
    .tsUn_pkgFont {
      font-weight: bold;
    }
    .tsUn_ExamLevel_first {
      list-style: none;
      padding: 0 0 0 0;
    }
    .allBundle_examsTest li {
    
      float: left;
      margin: 0 10px 0 0;
    }
    .tsUn_ExamLevel_first li {
      color: #434345;
      font-size: 16px;
      max-width: 97%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    
	.tsUn_ExamHover .fa.fa-check-circle {
      color: #82d97a;
      padding: 16px;
      font-size: 17px;
    }
    
    .testSunlock_text {
	font-size: 23px;
	color: #423e3e;
	font-weight: 400;
}
    .tsUn_pkgFont {
      font-weight: bold;
    }
   .mainta {
	margin-top: 30px;
	text-align: left;
}
    .mainta .tsUn_pkgFont {
	color: black;
	font-weight: 600;
	margin-left: 0;
}
    .cp {
      margin: 35px 64px;
    }
.tsUn_ExamLevel_first li span {
      display: block;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
    }  
    .allBundle_examsTest li {
      width: 30%;
      float: left;
      margin: 0 10px 0 0;
    }
    .tsUn_pkgPrice {
      box-shadow: 0 4px 8px 0 rgba(95,95,95,.08),0 6px 20px 0 rgba(146,146,146,.1);
      -webkit-box-shadow: 0 4px 8px 0 rgba(95,95,95,.08),0 6px 20px 0 rgba(146,146,146,.1);
      -moz-box-shadow: 0 4px 8px 0 rgba(95,95,95,.08),0 6px 20px 0 rgba(146,146,146,.1);
      border: 1px solid #dcedff;
      padding: 19px 0px;
      width: 100%;
      margin: 45px 0px 1px -29px;
      position: relative;
    }
    .tsUn_pkgDiscTag {
      position: absolute;
      top: 0px;
      right: -13px;
      border: 1px solid #fbbfc1;
      border-radius: 50px;
      background: #fbf5f5;
      text-transform: uppercase;
      font-size: 11px;
      color: #f1716e;
      padding: 0px 5px;
    }
    .tsUn_pkgForm_radio {
      display: table-cell;
      vertical-align: middle;
    }
    .tsUn_pkgForm_radio [type="radio"]:checked, .tsUn_pkgForm_radio [type="radio"]:not(:checked) {
      position: absolute;
      left: -9999px;
    }
    input[type="checkbox"], input[type="radio"] {
      margin: 4px 0 0;
      margin-top: 1px\9;
      line-height: normal;
    }
    input[type="checkbox"], input[type="radio"] {
      margin: 4px 0 0;
      margin-top: 1px\9;
      line-height: normal;
    }
    input[type="checkbox"], input[type="radio"] {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0;
    }
    .tsUn_pkgForm_radio [type="radio"]:checked + label::after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    .tsUn_pkgForm_radio [type="radio"]:not(:checked) + label::after {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    .tsUn_pkgForm_radio [type="radio"]:checked, .tsUn_pkgForm_radio [type="radio"]:not(:checked) {
      position: absolute;
      left: 33px;
      top: 38%;
      z-index: 111;
      opacity: 0;
      visibility: visible;
    }
      
    .tsUn_pkgForm_radio [type="radio"]:checked + label::before, .tsUn_pkgForm_radio [type="radio"]:not(:checked) + label::before {
      content: '';
      position: absolute;
      left: -38px;
      top: 30px;
      width: 18px;
      height: 18px;
      border: 1px solid #2581cc;
      border-radius: 100%;
      background: #fff;
    }
      
      .tsUn_pkgForm_radio [type="radio"]:checked + label::after, .tsUn_pkgForm_radio [type="radio"]:not(:checked) + label::after {
      content: '';
      width: 12px;
      height: 12px;
      background: #2480cb;
      position: absolute;
      top: 25px;
      left: -37px;
      border-radius: 100%;
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
      }
      
      .tsUn_pkgForm_radio [type="radio"]:checked + label::after, .tsUn_pkgForm_radio [type="radio"]:not(:checked) + label::after {
        content: '';
        width: 12px;
        height: 12px;
        background: #2480cb;
        position: absolute;
        top: 33px;
        left: -35px;
        border-radius: 100%;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
      }
      .tsUn_pkgForm_radio label {
      width: 100%;
      text-align: left;
      left: 65px;
      position: relative;
      }
      
      
      
      .tsUn_pkgDays {
        font-size: 24px;
        color: #939393;
        margin: 0;
      }
    .tsP_paper_price {
      /* margin: 15px 0 0 0; */
      font-weight: 700;
    }
    .tsP_paper_price .tsP_priceless {
      font-size: 26px;
      color: black;
    }
    .tsP_paper_price {
      font-weight: 641;
    }
    .tsP_paper_price .tsP_realprice {
      font-size: 22px;
      margin-left: 0;
    }
    
 /* toolip content start */
 

.Exam_Hoverblock::after {
	bottom: 100%;
	left: 9%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-bottom-color: #edecec;
	border-width: 10px;
	margin-left: -10px;
}
.Exam_Hoverblock .Hover_allExam {
	padding: 0 0;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.Exam_Hoverblock {
	padding: 15px 15px;
	position: absolute;
	background: #efefef;
	width: 400px;
	border-radius: 9px;
	margin-top: -5px;
	z-index: 1;
	display: none;
}
.Hover_allExam > li::before {
	display: inline-block;
	content: '';
	-webkit-border-radius: .375rem;
	border-radius: .375rem;
	height: .6rem;
	width: .6rem;
	margin-right: .5rem;
	background-color: #989494;
	vertical-align: middle;
}
.tsUn_ExamLevel_first li {
	color: #434345;
	font-size: 16px;
	white-space: nowrap;
}
.tsUn_ExamLevel_first li {
	color: #434345;
	font-size: 16px;
	max-width: 97%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tsUn_ExamHover:hover .Exam_Hoverblock{
  display: block;
}
.tsUn_ExamHover .Exam_Hoverblock li {
	width: 100%;
}
.tsUn_ExamHover {
	cursor: pointer;
}
.allBundle_examsTest li {
	width: 30%;
	float: left;
	margin: 0 10px 0 0;
	text-align: left;
} 
.tsUn_ExamLevel_first {
	list-style: none;
}
.tsUn_ExamLevel_first li span {
	display: block;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.tsUn_ExamLevel_first .Exam_Hoverblock li {
	color: #434345;
	font-size: 13px;
	max-width: 97%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
 /* toolip content end */



/*********end additional css of 2nd page*********/

/*=============================
    08. Courses
===============================*/
/* additional csss of video page */
.bag-color {
	background-color: #f9f9f9;
	padding: 15px;
}
 .videos-information .live_class_modal_top_banner {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	margin-bottom: 3px;
	object-fit: fill;
	min-height: 200px;
} 
.modal_left_heading {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 21px;
	color: #282828;
	margin-bottom: 7px;
	margin-top: 6px;
}
.modal_add_to_cart_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-style: normal;
	color: #282828;
	font-weight: 500;
	font-size: 1.4vw;
	position: fixed;
	bottom: 17px;
	width: 30%;
}
.price_add_to_cart {
	margin-bottom: 0px !important;
	color: #282828;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
}
.modal_add_to_card {
	border: none;
	outline: none;
	width: 8vw;
	display: inline-block;
	text-align: center;
	text-decoration: none !important;
	background: #B40000;
	border-radius: 4px;
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF !important;
	border: 1px solid #B40000;
	padding: 5px 0;
	/* margin-right: 11px; */
	margin-left: 165px;
}
.mons {
	font-size: 14px;
	padding: 2px;
}
.video_courses_inner_card_free {
	display: flex;
	padding: 6px 0px !important;
	border-radius: 0px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.img_loading_background {
	min-height: 3em;
	/* background: url(/static/images/wl_admin/iphone-spinner.gif); */
	background-position: center;
	background-repeat: no-repeat;
	min-width: 3em;
}
.video_courses_thumbnail {
	width: 80px;
	height: 50px;
	flex-shrink: 0;
	border-radius: 4px;
	margin-left: 15px;
}
.live_class {
	background: #f9f9f9;
	border-top: 1px solid #E5E5E5;
	position: relative;
	margin-top: 1px;
}
.subs {
	display: flex;
	flex-direction: column;
	padding-left: 15px !important;
	padding-right: 5px !important;
}
.serve {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	width: 45%;
}
.play_vdo_icon {
	width: 45%;
}
.videos-information .managess {
	padding-right: 15px;
	padding-top: 15px;
	min-height: 430px;
	max-height: 430px;
	overflow-y: scroll;
}
.free_live_class_subject_name {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #282828;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 20em;
	padding-bottom: 1px;
	margin-left: 30px;
}
.video_course_timing {
	color: #B40000;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
}
.air.ng-binding {
	margin-left: 6px;
}
.last {
	cursor: pointer;
	opacity: 1;
	float: right;
	margin-right: 20px;
	margin-top: 12px;
}
.lockss {
	width: 10%;
	text-align: center;
	padding-top: 10px;
}
.managess .open-button {
	cursor: pointer;
}
.lockss .fa-lock {
	background: #fff;
	width: 25px !important;
	height: 25px;
	border-radius: 50%;
	box-shadow: 0 0 7px #cacaca;
	line-height: 23px;
	padding-left: 4px;
	font-size: 14px;
}
.live_class .fa-lock {
	width: 45%;
}
.lockss img {
	background: #fff;
	border-radius: 50%;
	height: 23px;
	width: 23px;
	padding: 3px;
	line-height: 0;
	box-shadow: 0px 0px 3px gray;
}
.live-free {
	background: #f2fff3 !important;
	border-top: 1px solid #E5E5E5;
	position: relative;
	margin-top: 1px;
}
.serve .free_live_class_test_name  {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #282828;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 20em;
	padding-bottom: 1px;
}

.live-clr.live_class_free_class_bottom_card:hover {
	
	border:1px solid var(--tg-common-color-green)
}


.live_class_highlight_text_modal {
	font-weight: 500;
	font-size: 13px;
	text-align: left;
	font-family: 'Poppins';
	color: #262424;
}

.shapebox.ng-binding.ng-scope {
	background: #FFE297;
	border-radius: 5px;
	padding: 2px 9px;
}
.shapebox.ng-binding.ng-scope {
	background: #FFE297;
	border-radius: 5px;
	padding: 2px 9px;
	/* margin: -24px; */
	/* color: black; */
}
#popupOverlay .popup-content {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 93%;
	background: #fff;
	border-radius: 10px;
	padding: 0;
}
.live_class_modal_bottom_line {
	width: 100%;
	border: 0;
	border-top: 1px solid #E5E5E5;
	margin: 3% 0;
}
.course_highlight {
	color: #282828;
	font-family: 'Poppins';
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 5px;
}
.course_highlight_content {
	display: flex;
	align-items: center;
}
.static_img_icon {
	height: 8.5px;
}
.course_highlight_text {
	color: #595959;
	font-family: 'Poppins';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 3px 5px;
}

/* end of additional css of video page */

/* login page css */
.select{
  background-color: #f2f9ff;
}
 
/* .success {
	margin-bottom: -62px;
} */
.section-pt-120 {
  padding-top: 120px;
}
.success {
	margin-top: 100px;
}
.ts_lgSide_image {
	margin-top: 10px;
}
.ts_lg_rightPart {
	height: 100%;
	width: 39%;
	position: relative;
	overflow: unset;
	top: 0px;
	display: inline-block;
	right: -13px;
}
.tS_Form_Scroll {
	display: table-cell;
	vertical-align: middle;
}
.Ts_loginPage {
	width: 448px;
	margin: 0px auto 0px;
	padding: 30px 40px;
}
.ts_lgText_section {
	margin: 0 0 23px 0;
}
.ts_lg_heading {
	color: #555555;
	font-size: 29px;
	font-weight: 400;
}
.ts_lg_text {
	color: #9e9e9e;
	font-size: 19px;
	margin: 2px 0 20px 0;
}
.ts_lg_rightPart {
	right: -7px;
}
.ts_lg_rightPart {
	height: 100%;
	width: 39%;
	position: relative;
	overflow: unset;
	top: 0px;
	display: inline-block;
	/* right: -13px; */
}
.ts_lg_rightPart {
	width:450px;
	position: absolute;
	height: auto;
	background-color: #fff !important;
	display: block;
	right: 0;
	/* overflow: hidden; */
	background: url(../../assets/img/courses/slice4.png);
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
  padding-bottom: 143px;
}
.ts_lg_seePass{
	cursor: pointer;
	color: #797979;
	position: relative;
}
.ts_lg_seePass .fa{
	position: absolute;
	right: 8px;
	top: 8px;
}
.already {
	text-align: center;
	margin-top: 11px;
}
.form-group {
	margin-bottom: 15px;
}
.ng-pristine .form-group input {
	visibility:visible !important;
}
.ts_lgForm .form-control {
	height: 47px;
	box-shadow: unset;
	border: 1px solid #d0d0d0;
	margin-bottom: 25px;
	font-size: 16px;
}
.form-control {
	display: block;
	width: 100%;
	height: 45px;
	padding: 20px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  margin-top: 25px;
}

.ts_lgForm .form-control {
	height: 47px;
	box-shadow: unset;
	border: 1px solid #d0d0d0;
	margin-bottom: 25px;
	font-size: 16px;
}
.remove_margin_top {
	margin-top: -25px;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
  
}
.ts_lgAccText a {
	color: #4b4949;
	text-decoration: underline;
}
.ts_lgAccText {
	text-align: center;
	font-size: 16px;
	margin: 6px 0 6px 0;
	color: #797979;
}
.ts_lgForm .form-control {
	height: 47px;
	box-shadow: unset;
	border: 1px solid #d0d0d0;
	margin-bottom: 25px;
	font-size: 16px;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}
.remove_margin_top {
	margin-top: -25px;
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}
.form-control::placeholder {
	color: #9e9e9e;
	font-size: 15px;
}
.ts_log_btn {
	display: block;
	width: 100%;
	background: #3dbf55;
	color: #fff;
	font-size: 20px;
	transition: .5s all;
	margin-bottom: 12px;
}
.fa-eye-slash {
  cursor: pointer;
}
.btnsss {
	display: inline-block;
	padding: 8px 12px;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-top: 12px;
}
@media (max-width: 767.98px) {
  .section-pt-120 {
    padding-top: 100px;
  }
}

.section-pb-90 {
  padding-bottom: 90px;
}
@media (max-width: 767.98px) {
  .section-pb-90 {
    padding-bottom: 70px;
  }
}

.section-pb-120 {
  padding-bottom: 120px;
}
@media (max-width: 767.98px) {
  .section-pb-120 {
    padding-bottom: 100px;
  }
}

.courses-area {
  position: relative;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .courses-area {
    padding: 100px 0;
  }
}
.courses-area .section__title-wrap {
  margin: 0 0 50px;
}
@media (max-width: 767.98px) {
  .courses-area .section__title-wrap {
    margin: 0 0 40px;
  }
}
@media (max-width: 1199.98px) {
  .courses-area .section__title-wrap {
    margin: 0 0 30px;
  }
}
.courses__nav .nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 0 18px;
  border: none;
  gap: 5px 35px;
  position: relative;
}
.courses__nav .nav::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #D9D9F3;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .courses__nav .nav {
    gap: 5px 20px;
    padding: 0 0 7px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .courses__nav .nav {
    padding: 0 0 15px;
  }
}
.courses__nav .nav .nav-item .nav-link {
  font-weight: var(--tg-fw-medium);
  color: #7F7E97;
  padding: 0 0;
  border: none;
  position: relative;
  background: transparent;
}
.courses__nav .nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  right: 0;
  width: 0;
  height: 6px;
  background: var(--tg-theme-primary);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin: 0 auto;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767.98px) {
  .courses__nav .nav .nav-item .nav-link::after {
    bottom: -7px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .courses__nav .nav .nav-item .nav-link::after {
    bottom: -15px;
  }
}
.courses__nav .nav .nav-item .nav-link.active {
  color: var(--tg-heading-color);
}
.courses__nav .nav .nav-item .nav-link.active::after {
  width: 60px;
}
.courses__item {
  margin: 0 0 30px;
  background: var(--tg-common-color-white);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 25px 25px 32px;
  border: 1px solid #B5B5C3;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media (max-width: 1199.98px) {
  .courses__item {
    padding: 25px 20px 32px;
  }
}
.courses__item:hover {
  filter: drop-shadow(10px 10px 0px #CAC9D6);
}
.courses__item-two {
  padding: 0;
}
.courses__item-three {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
  padding: 25px 30px 25px 25px;
}
@media (max-width: 1199.98px) {
  .courses__item-three {
    gap: 20px;
    padding: 20px 20px 20px 20px;
  }
}
@media (max-width: 767.98px) {
  .courses__item-three {
    flex-direction: column;
  }
}
.courses__item-three .courses__item-thumb {
  margin: 0;
  flex: 0 0 auto;
}
.courses__item-three .courses__item-thumb a {
  height: 100%;
}
.courses__item-three .courses__item-thumb img {
  width: 280px;
  object-fit: cover;
  height: 100%;
  min-height: 210px;
}
@media (max-width: 767.98px) {
  .courses__item-three .courses__item-thumb img {
    width: 100%;
  }
}
.courses__item-three .courses__item-content {
  flex-grow: 1;
}
.courses__item-three .courses__item-content .info {
  margin-bottom: 0;
  margin-top: 8px;
}
.courses__item-three .courses__item-tag {
  gap: 15px;
}
.courses__item-three .courses__item-meta {
  margin: 0 0 8px;
}
.courses__item-three .courses__item-meta .price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  color: var(--tg-theme-primary);
  gap: 8px;
}
.courses__item-three .courses__item-meta .price del {
  font-size: 14px;
  font-weight: 500;
  color: #B2BBCC;
}
.courses__item-thumb {
	position: relative;
	margin: 0 0 20px;
	min-height: 55px;
}
.courses__item-thumb-two {
  padding: 25px 25px 0 25px;
}
@media (max-width: 1500px) {
  .courses__item-thumb-two {
    padding: 20px 20px 0 20px;
  }
}
.courses__item-thumb img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 6px;
}
@media (max-width: 767.98px) {
  .courses__item-thumb img {
    height: auto;
  }
}
.courses__item-content .title {
  font-size: 18px;
  font-weight: var(--tg-fw-semi-bold);
  line-height: 1.4;
  margin: 0 0 15px;
}
.courses__item-content .title a {
  display: inline;
  background-image: linear-gradient(var(--tg-heading-color), var(--tg-heading-color)), linear-gradient(var(--tg-heading-color), var(--tg-heading-color));
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.courses__item-content .title a:hover {
  color: inherit;
  background-size: 0 2px, 100% 2px;
}
.courses__item-content-two {
  padding: 0 25px 20px;
}
@media (max-width: 1500px) {
  .courses__item-content-two {
    padding: 0 20px 20px;
  }
}
.courses__item-content-two .price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  color: var(--tg-theme-primary);
}
.courses__item-content-two .price del {
  font-size: 14px;
  font-weight: 400;
  color: var(--tg-common-color-gray-3);
}
.courses__item-content-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.courses__item-content-bottom > .author-two a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--tg-body-color);
}
.courses__item-content-bottom > .author-two a img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.courses__item-content-bottom > .author-two a:hover {
  color: var(--tg-theme-secondary);
}
.courses__item-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
  margin: 0 0 15px;
  flex-wrap: wrap;
}
.courses__item-meta li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.courses__item-meta li i {
  margin-right: 7px;
}
.courses__item-tag a {
  font-size: 13px;
  font-weight: var(--tg-fw-medium);
  color: var(--tg-heading-color);
  background: #EFEFF2;
  display: block;
  line-height: 1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 7px 13px;
}
.courses__item-tag a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.courses__item .avg-rating {
  color: #7F7E97;
  font-size: 14px;
  line-height: 1;
}
.courses__item .avg-rating i {
  color: var(--tg-common-color-yellow);
  letter-spacing: 0;
  margin-right: 5px;
}
.courses__item .author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 15px;
  margin: 0 0;
  line-height: 1;
  gap: 5px;
}
.courses__item .author a {
  flex: 0 0 auto;
  color: var(--tg-heading-color);
}
.courses__item .author a:hover {
  color: var(--tg-theme-primary);
}
.courses__item-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 23px 0 0;
}
.courses__item-bottom .button a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px 19px;
  align-items: center;
  gap: 6px;
  border-radius: 50px;
  border: 1px solid #000;
  background: var(--tg-theme-secondary);
  box-shadow: 4px 4px 0px 0px #3D3D3D;
  font-family: var(--tg-heading-font-family);
  font-size: 14px;
  line-height: 18px;
  font-weight: var(--tg-fw-semi-bold);
  color: var(--tg-heading-color);
}
.courses__item-bottom .button a:hover {
  box-shadow: none;
}
.courses__item-bottom .price {
  font-size: 20px;
  line-height: 1;
  color: var(--tg-theme-primary);
  font-weight: var(--tg-fw-bold);
  margin: 0 0;
}
@media (max-width: 991.98px) {
  .courses__item-bottom .price {
    font-size: 18px;
  }
}
.courses__item-bottom .price del {
  font-size: 16px;
  color: #8D9DB5;
  margin-right: 4px;
}
.courses__item-bottom-two {
  border-top: 1px solid #B5B5C3;
  padding: 13px 25px;
}
@media (max-width: 1500px) {
  .courses__item-bottom-two {
    padding: 13px 20px;
  }
}
.courses__item-bottom-two .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 30px;
}
@media (max-width: 1199.98px) {
  .courses__item-bottom-two .list-wrap {
    gap: 10px 20px;
  }
}
.courses__item-bottom-two .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: var(--tg-common-color-dark);
  gap: 7px;
}
.courses__item-bottom-two .list-wrap li i {
  color: var(--tg-common-color-gray-3);
  font-size: 20px;
  line-height: 0;
}
.courses__item-bottom-two .list-wrap li::before {
  content: "";
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #8C9AB4;
}
@media (max-width: 1199.98px) {
  .courses__item-bottom-two .list-wrap li::before {
    right: -12px;
  }
}
.courses__item-bottom-two .list-wrap li:last-child::before {
  display: none;
}
@media (max-width: 767.98px) {
  .courses__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    gap: 15px;
  }
}
.courses__nav .courses-button-prev {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 0;
  font-size: 24px;
  border: 1.2px solid var(--tg-common-color-black-3);
  box-shadow: -3.6px 2.4px 0px 0px #23232B;
  position: absolute;
  left: -90px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1500px) {
  .courses__nav .courses-button-prev {
    left: -15px;
  }
}
@media (max-width: 767.98px) {
  .courses__nav .courses-button-prev {
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    left: 0;
  }
}
.courses__nav .courses-button-prev i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.courses__nav .courses-button-prev:hover {
  box-shadow: none;
}
.courses__nav .courses-button-next {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 0;
  font-size: 24px;
  border: 1.2px solid var(--tg-common-color-black-3);
  box-shadow: 3.6px 2.4px 0px 0px #23232B;
  position: absolute;
  right: -90px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1500px) {
  .courses__nav .courses-button-next {
    right: -15px;
  }
}
@media (max-width: 767.98px) {
  .courses__nav .courses-button-next {
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    right: 0;
  }
}
.courses__nav .courses-button-next:hover {
  box-shadow: none;
}
.courses-top-wrap {
  margin-bottom: 30px;
}
.courses-top-left p {
  margin-bottom: 0;
  font-size: 16px;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-common-color-dark);
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .courses-top-left p {
    margin-bottom: 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .courses-top-left p {
    text-align: center;
    margin-bottom: 15px;
  }
}
.courses-top-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.courses-top-right .sort-by {
  font-size: 16px;
  font-family: var(--tg-heading-font-family);
  display: block;
  color: var(--tg-common-color-gray-3);
}
.courses-top-right-select {
  width: 145px;
  position: relative;
}
.courses-top-right-select select {
  background-color: transparent;
  border: 1px solid #DCDBE5;
  color: var(--tg-common-color-dark);
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  border-radius: 4px;
  outline: none;
  padding: 10px 32px 10px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 1.2;
  height: 40px;
}
.courses-top-right-select::after {
  content: "\f078";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  right: 12px;
  font-size: 12px;
  color: var(--tg-theme-primary);
}
.courses__sidebar {
  margin-right: 20px;
}
@media (max-width: 1199.98px) {
  .courses__sidebar {
    margin: 0 0 0 0;
  }
}
@media (max-width: 991.98px) {
  .courses__sidebar {
    margin: 80px 0 0;
  }
}
.courses-widget {
  background: var(--tg-common-color-gray);
  padding: 30px 30px;
  margin-bottom: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.courses-widget:last-child {
  margin-bottom: 0;
}
.courses-widget ul li {
  margin-bottom: 15px;
}
.courses-widget ul li:last-child {
  margin-bottom: 0;
}
.courses-widget .form-check {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
  min-height: inherit;
}
.courses-widget .form-check-input {
  border-radius: 4px;
  border: 1px solid #9D9CAE;
  margin: 0 10px 0 0;
  width: 16px;
  height: 16px;
}
.courses-widget .form-check-input:checked {
  background-color: var(--tg-theme-primary);
}
.courses-widget .form-check-input:focus {
  box-shadow: none;
  border-color: var(--tg-theme-primary);
}
.courses-widget .form-check-label {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 400;
  color: var(--tg-body-color);
  user-select: none;
}
.courses-widget .form-check .rating {
  display: flex;
  align-items: center;
}
.courses-widget .form-check .rating ul {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #F8BC24;
  gap: 4px;
}
.courses-widget .form-check .rating ul li {
  margin-bottom: 0;
}
.courses-widget .form-check .rating ul li.delete {
  color: #D7D7D7;
}
.courses-widget .form-check .rating span {
  color: #5A7093;
  margin-left: 5px;
}
.courses-widget .show-more {
  font-family: var(--tg-heading-font-family);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-top: 20px;
}
.courses-slider-active .slick-arrow {
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-30px);
  -moz-transform: translateY(-50%) translateX(-30px);
  -ms-transform: translateY(-50%) translateX(-30px);
  -o-transform: translateY(-50%) translateX(-30px);
  transform: translateY(-50%) translateX(-30px);
  width: 50px;
  height: 50px;
  background: var(--tg-common-color-gray);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 10px 20px #DFDFDF;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  padding: 0 0;
  z-index: 2;
}
.courses-slider-active .slick-arrow:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.courses-slider-active .slick-arrow.slick-next {
  left: auto !important;
  right: -10px;
  -webkit-transform: translateY(-50%) translateX(30px);
  -moz-transform: translateY(-50%) translateX(30px);
  -ms-transform: translateY(-50%) translateX(30px);
  -o-transform: translateY(-50%) translateX(30px);
  transform: translateY(-50%) translateX(30px);
}
.courses-slider-active:hover .slick-arrow {
  -webkit-transform: translateY(-50%) translateX(0);
  -moz-transform: translateY(-50%) translateX(0);
  -ms-transform: translateY(-50%) translateX(0);
  -o-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
  opacity: 1;
  visibility: visible;
}
.courses-slider-active .col {
  padding-left: 15px;
  padding-right: 15px;
}
.courses-slider-active .courses__item-two {
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  box-shadow: none;
  padding: 15px;
}
.courses-slider-active .courses__item-two-thumb .author {
  position: absolute;
  right: 15px;
  bottom: -25px;
  z-index: 2;
}
.courses-slider-active .courses__item-two-thumb .author img {
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
  border: 3px solid #FFFFFF;
  border-radius: 50px;
}
.courses-slider-active .courses__item-two-content {
  padding: 16px 7px 5px 7px;
}
.courses-slider-active .courses__item-bottom .price {
  font-size: 20px;
  margin: 0 20px 0 0;
}
.courses-slider-active .courses__item-bottom .price del {
  font-size: 15px;
  margin-right: 6px;
}
.courses__nav-tabs {
  gap: 10px;
  border: none;
  margin-left: 10px;
}
.courses__nav-tabs .nav-item {
  margin: 0 0;
}
.courses__nav-tabs .nav-item .nav-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #6196EA;
  border-radius: 4px;
  color: var(--tg-theme-primary);
}
.courses__nav-tabs .nav-item .nav-link svg {
  flex: 0 0 auto;
}
.courses__nav-tabs .nav-item .nav-link.active {
  border-color: var(--tg-theme-primary);
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.courses__list-wrap .courses__item-two {
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  box-shadow: none;
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 25px;
}
@media (max-width: 767.98px) {
  .courses__list-wrap .courses__item-two {
    gap: 20px;
    flex-direction: column;
  }
}
.courses__list-wrap .courses__item-two-thumb {
  flex: 0 0 auto;
}
.courses__list-wrap .courses__item-two-thumb a {
  height: 100%;
}
.courses__list-wrap .courses__item-two-thumb img {
  width: 270px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .courses__list-wrap .courses__item-two-thumb img {
    width: 235px;
  }
}
@media (max-width: 991.98px) {
  .courses__list-wrap .courses__item-two-thumb img {
    width: 270px;
  }
}
@media (max-width: 767.98px) {
  .courses__list-wrap .courses__item-two-thumb img {
    width: 100%;
  }
}
.courses__list-wrap .courses__item-two-content {
  padding: 0 15px 0 0;
}
@media (max-width: 767.98px) {
  .courses__list-wrap .courses__item-two-content {
    padding: 0 7px 5px 7px;
  }
}
.courses__list-wrap .courses__item-two-content .title {
  font-size: 20px;
  margin: 0 0 10px;
}
.courses__list-wrap .courses__item-two-content p {
  line-height: 1.65;
}
.courses__list-wrap .courses__item-two-content .courses__item-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 6px;
}
.courses__list-wrap .courses__item-two-content .courses__item-rating i {
  font-size: 15px;
  margin: 0 0;
}
.courses__list-wrap .courses__item-two-content .courses__item-rating .rating-count {
  margin: 0 0;
}
.courses__list-wrap .courses__item-two-content .courses__item-tag {
  margin: 0 0 8px;
  font-size: 14px;
}
.courses__list-wrap .courses__item-two-content .courses__item-meta {
  margin: 0 0 14px;
}
.courses__list-wrap .courses__item-bottom {
  padding: 12px 0 0;
  margin: 0 0 0;
}
.courses__list-wrap .courses__item-bottom .author img {
  max-width: 35px;
}
.courses__details-thumb {
  margin-bottom: 30px;
}
.courses__details-thumb img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  min-height: 250px;
  object-fit: cover;
}
.courses__details-content .courses__item-meta {
  justify-content: flex-start;
  gap: 15px;
}
.courses__details-content .courses__item-meta .avg-rating {
  color: #7F7E97;
  font-size: 14px;
  line-height: 1;
}
.courses__details-content .courses__item-meta .avg-rating i {
  color: var(--tg-common-color-yellow);
}
.courses__details-content .title {
  margin-bottom: 15px;
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .courses__details-content .title {
    font-size: 26px;
  }
}
.courses__details-content .nav-tabs {
  border: none;
  gap: 12px;
  margin-bottom: 40px;
}
.courses__details-content .nav-tabs .nav-link {
  background: #E6E9EF;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--tg-heading-font-family);
  border: none;
  color: var(--tg-body-color);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 30px;
  line-height: 1;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.courses__details-content .nav-tabs .nav-link:hover, .courses__details-content .nav-tabs .nav-link.active {
  color: var(--tg-common-color-white);
  background: var(--tg-theme-primary);
  -webkit-box-shadow: 4px 6px 0px 0px #050071;
  -moz-box-shadow: 4px 6px 0px 0px #050071;
  -ms-box-shadow: 4px 6px 0px 0px #050071;
  -o-box-shadow: 4px 6px 0px 0px #050071;
  box-shadow: 4px 6px 0px 0px #050071;
}
.courses__details-meta .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px 30px;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.courses__details-meta .list-wrap li {
  color: #7F7E97;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.courses__details-meta .list-wrap li::before {
  content: "";
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #8C9AB4;
}
.courses__details-meta .list-wrap li:last-child::before {
  display: none;
}
.courses__details-meta .list-wrap li i {
  font-size: 20px;
}
.courses__details-meta .list-wrap .author-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
}
.courses__details-meta .list-wrap .author-two img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
}
.courses__details-meta .list-wrap .author-two a {
  color: var(--tg-heading-color);
}
.courses__details-sidebar {
  background: var(--tg-common-color-white);
  border: 1px solid #DFDFDF;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  margin-left: 20px;
  padding: 30px 30px 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 1500px) {
  .courses__details-sidebar {
    margin-left: 0;
    padding: 30px 20px 40px;
  }
}
@media (max-width: 991.98px) {
  .courses__details-sidebar {
    padding: 30px 30px 40px;
    margin: 80px 0 0;
  }
}
.courses__details-social {
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.courses__details-social .title {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
}
.courses__details-social .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}
.courses__details-social .list-wrap li a {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E6E9EF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tg-body-color);
}
.courses__details-social .list-wrap li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.courses__details-enroll .tg-button-wrap {
  justify-content: center;
}
.courses__overview-wrap {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #DFDFDF;
  background: var(--tg-common-color-white);
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  padding: 35px 40px 35px;
}
@media (max-width: 1199.98px) {
  .courses__overview-wrap {
    padding: 30px 30px 30px;
  }
}
.courses__overview-wrap .title {
  margin-bottom: 12px;
  font-size: 24px;
}
.courses__overview-wrap > p {
  margin-bottom: 20px;
}
.courses__overview-wrap > p.last-info {
  margin-bottom: 0;
}
.courses__overview-wrap .about__info-list {
  margin-bottom: 15px;
}
.courses__curriculum-wrap {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #DFDFDF;
  background: var(--tg-common-color-white);
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  padding: 35px 40px 35px;
}
@media (max-width: 1199.98px) {
  .courses__curriculum-wrap {
    padding: 30px 30px 30px;
  }
}
.courses__curriculum-wrap .title {
  margin-bottom: 12px;
  font-size: 24px;
}
.courses__curriculum-wrap > p {
  margin-bottom: 20px;
}
.courses__curriculum-wrap .accordion-item {
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
}
.courses__curriculum-wrap .accordion-item:last-child {
  margin: 0 0;
}
.courses__curriculum-wrap .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.courses__curriculum-wrap .accordion-button {
  border: none;
  box-shadow: none;
  font-size: 20px;
  color: var(--tg-heading-color);
  padding: 16px 0 16px 0;
  font-weight: 500;
  border-bottom: 1px solid #DCDCEB;
}
.courses__curriculum-wrap .accordion-button::after {
  content: "\f067";
  font-family: var(--tg-icon-font-family);
  font-weight: 700;
  background-image: none;
  width: auto;
  height: auto;
}
.courses__curriculum-wrap .accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--tg-theme-primary);
}
.courses__curriculum-wrap .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.courses__curriculum-wrap .accordion-body {
  padding: 0 0;
}
.courses__curriculum-wrap .course-item {
  padding: 13px 15px;
  background: #F8F8FF;
  margin-bottom: 2px;
}
@media (max-width: 767.98px) {
  .courses__curriculum-wrap .course-item {
    padding: 17px 20px;
  }
}
.courses__curriculum-wrap .course-item:last-child {
  margin-bottom: 0;
}
.courses__curriculum-wrap .course-item .course-item-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: var(--tg-common-color-dark);
  cursor: no-drop;
}
.courses__curriculum-wrap .course-item .course-item-link:hover {
  color: var(--tg-theme-primary);
}
.courses__curriculum-wrap .course-item .item-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .courses__curriculum-wrap .course-item .item-name {
    line-height: 1.4;
  }
}
.courses__curriculum-wrap .course-item .item-name::before {
  content: "";
  display: block;
  background-image: url(../img/icons/play.svg);
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
}
.courses__curriculum-wrap .course-item-meta {
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 1;
  gap: 20px;
  flex: 0 0 auto;
}
.courses__curriculum-wrap .course-item-meta .duration {
  margin: 2px 0 0;
}
.courses__curriculum-wrap .course-item.open-item .course-item-link {
  cursor: pointer;
}
.courses__instructors-wrap {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #DFDFDF;
  background: var(--tg-common-color-white);
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  padding: 35px 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .courses__instructors-wrap {
    padding: 30px 30px 30px;
  }
}
@media (max-width: 767.98px) {
  .courses__instructors-wrap {
    flex-direction: column;
  }
}
.courses__instructors-thumb {
  width: 225px;
  flex: 0 0 auto;
}
.courses__instructors-thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.courses__instructors-content .title {
  margin-bottom: 5px;
  font-size: 20px;
}
.courses__instructors-content > p {
  margin-bottom: 15px;
}
.courses__instructors-content .designation {
  display: block;
  color: var(--tg-theme-primary);
  line-height: 1;
  margin-bottom: 6px;
}
.courses__instructors-content .avg-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: var(--tg-common-color-gray-3);
  font-size: 15px;
  gap: 8px;
  margin-bottom: 8px;
}
.courses__instructors-content .avg-rating i {
  color: var(--tg-common-color-yellow);
}
.courses__rating-wrap {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #DFDFDF;
  background: var(--tg-common-color-white);
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  padding: 35px 40px 70px 40px;
}
@media (max-width: 1199.98px) {
  .courses__rating-wrap {
    padding: 30px 30px 50px 30px;
  }
}
.courses__rating-wrap .title {
  margin-bottom: 30px;
  font-size: 24px;
}
.courses__cost-wrap {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background: var(--tg-theme-primary);
  -webkit-box-shadow: 0px 3px 15px 0px rgba(13, 9, 99, 0.26);
  -moz-box-shadow: 0px 3px 15px 0px rgba(13, 9, 99, 0.26);
  -ms-box-shadow: 0px 3px 15px 0px rgba(13, 9, 99, 0.26);
  -o-box-shadow: 0px 3px 15px 0px rgba(13, 9, 99, 0.26);
  box-shadow: 0px 3px 15px 0px rgba(13, 9, 99, 0.26);
  padding: 20px 20px 20px;
  margin-bottom: 20px;
}
.courses__cost-wrap span {
  display: block;
  font-weight: 500;
  color: var(--tg-common-color-white);
  line-height: 1;
  margin-bottom: 10px;
}
.courses__cost-wrap .title {
  margin-bottom: 0;
  font-size: 30px;
  color: var(--tg-common-color-white);
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
}
.courses__cost-wrap .title del {
  font-size: 20px;
  font-weight: 500;
  color: #9490FA;
}
.courses__information-wrap .title {
  font-size: 16px;
  margin-bottom: 15px;
}
.courses__information-wrap .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: var(--tg-common-color-dark);
  gap: 15px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 1;
}
.courses__information-wrap .list-wrap li span {
  display: block;
  margin-left: auto;
  color: var(--tg-common-color-gray-3);
}
.courses__payment {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 25px;
  padding-bottom: 30px;
}
.courses__payment .title {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
}

.widget-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.tab-content {
  position: relative;
}

.course-rate {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 36px;
}
@media (max-width: 767.98px) {
  .course-rate {
    flex-direction: column;
  }
}
.course-rate__summary {
  background: var(--tg-common-color-white);
  border: 1px solid #E6EAEF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  width: 180px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 33px 20px;
  gap: 3px;
}
.course-rate__summary-value {
  color: #082A5E;
  font-weight: 600;
  font-size: 64px;
  line-height: 0.8;
}
.course-rate__summary-stars {
  font-size: 15px;
  color: #F8BC24;
}
.course-rate__summary-text {
  color: #5A7093;
}
.course-rate__details {
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .course-rate__details {
    width: 100%;
  }
}
.course-rate__details-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 10px;
  margin: 0 0 17px;
}
.course-rate__details-row:last-child {
  margin: 0 0;
}
.course-rate__details-row-star {
  font-size: 20px;
}
.course-rate__details-row-star i {
  font-size: 17px;
  color: #F8BC24;
  margin-left: 3px;
}
.course-rate__details-row-value {
  position: relative;
  margin-right: 20px;
  flex-grow: 1;
}
.course-rate__details-row-value .rating-gray {
  background: #E0E3EB;
  border-radius: 50px;
  height: 7px;
}
.course-rate__details-row-value .rating {
  position: absolute;
  left: 0;
  top: 0;
  height: 7px;
  background: #F8BC24;
  border-radius: 50px;
}
.course-rate__details-row-value .rating-count {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  font-size: 20px;
}

.course-review-head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border-top: 1px solid #DFDFDF;
  padding-top: 55px;
  margin-top: 60px;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .course-review-head {
    flex-wrap: wrap;
  }
}
.course-review-head .review-author-thumb {
  width: 80px;
  flex: 0 0 auto;
}
.course-review-head .review-author-thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.course-review-head .review-author-content .author-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: space-between;
  margin-bottom: 12px;
}
.course-review-head .review-author-content .author-name .name {
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  color: var(--tg-body-color);
}
.course-review-head .review-author-content .author-name .name span {
  font-size: 14px;
  font-weight: 400;
  color: var(--tg-common-color-gray-3);
}
.course-review-head .review-author-content .author-name .author-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 3px;
  color: var(--tg-common-color-yellow);
}
.course-review-head .review-author-content .title {
  margin-bottom: 12px;
  font-size: 18px;
}
.course-review-head .review-author-content p {
  margin-bottom: 0;
}
.shine__animate-link {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 90%;
	float: left;
}
.shine__animate-link::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.shine__animate-item:hover .shine__animate-link::before {
  -webkit-animation: hoverShine 1.2s;
  animation: hoverShine 1.2s;
}

/*=============================
    09. Categories
===============================*/
@media (max-width: 767.98px) {
  .section-py-120 {
    padding: 100px 0;
  }
}

.categories__wrap {
	position: relative;
	margin: 0 auto;
}

@media (max-width: 991.98px) {
  .categories__wrap {
    padding: 45px 90px 45px;
  }
}
@media (max-width: 767.98px) {
  .categories__wrap {
    padding: 30px 20px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
  }
}
.categories__item {
  text-align: center;
}
.categories__item .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 55px;
	position: relative;
}
@media (max-width: 767.98px) {
  .categories__item .icon {
    width: 130px;
    height: 130px;
    font-size: 45px;
    margin: 0 auto 12px;
  }
}
.categories__item .icon::before {
  content: "";
  position: absolute;
  top: 26px;
  right: 26px;
  background-image: url(../img/icons/cat_star.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 26px;
  pointer-events: none;
}
.categories__item .name {
  display: block;
  font-family: var(--tg-heading-font-family);
  font-size: 18px;
  font-weight: var(--tg-fw-medium);
  line-height: 1.5;
  color: var(--tg-heading-color);
  margin: 0 0 7px;
}
.categories__item .courses {
  display: block;
  line-height: 1.3;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-body-color);
}
.categories__item:hover {
	background: #ffc0cb8a;

}
.categories__item {
	display: flex;
	border-radius: 8px;
	padding: 10px;
}

.icon img {
    height: 25px;
    width: 25px;
  }
@media (max-width: 767.98px) {
  .categories__nav {
    display: none;
  }
}
.categories__nav button {
	position: absolute;
	left: -62px;
	top: -5%;
	width: 58px;
	height: 59px;
	padding: 13px 0;
	color: rgb(151, 148, 148);
	background-color: white;
	border: none;
	border-radius: 9px;
	/* top: 1px; */
}
.categories__wrap .categories__item  .text {
	padding-left: 10px;
	margin-top: 0;
}
.faq__wrap {
	background: #fff;
	margin-top: 33px;
	border-radius: 5px;
}
.hidden {
  display: none;
}
.categories__wrap .categories__nav .fa {
	font-size: 29px;
	font-weight: 600;
	color: #818181;
}
.accordion .accordion-item .accordion-button {
	border: 1px solid #e1e1e1;
	border-radius: 5px;
} 
.main-section {
	background: #f9f9f9;
	padding-bottom: 55px;
}
.mthn1 {
	color: #c04d4d;
	margin: 5px 0 25px 0;
	font-size: 28px;
	/* font-family: 'Roboto'; */
	font-weight: 400;
}
.carousel-indicators {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	/* margin-right: 15%; */
	margin-bottom: 1rem;
	/* margin-left: 15%; */
}
.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 9px;
	height: 9px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #6f6f6f;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 1;
	transition: opacity .6s ease;
	border-radius: 50%;
}
.container.servises {
	background: #fff;
	padding: 23px;
	border-radius: 5px;
  box-shadow: 0 0px 2px #e6e3e3;
}
.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.2s ease-in-out;
}
.col-sm-6.series {
	padding: 20px;
}
.carousel-indicators .active {
	background:#c05e5e;
	border-radius: none;
	border-radius: 0px;
	height: 9px;
	width: 9px;
	border: 0;
	margin-top: 10px;
}
.carousel-indicators {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: left;
	padding: 0;
	margin: 0;
}
.row.mthn {
	padding: 21px 0;
	align-items: center;
}
.mthn2 {
	color: #707070;
	margin: 0 0 18px 0;
	font-size: 18px;
	line-height: 32px;
}
.personal {
	color: #282828;
	font-size: 32px;
	text-align: left;
	margin: 15px 0 15px 0;
	font-weight: 500;
}
.container.analysis {
	background: #fff;
	padding: 21px 37px;
}
.personal-1 {
	color: #707070;
	margin: 20px 0 20px 0;
	font-size: 18px;
	line-height: 32px;
	padding-top: 106px;
}
.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: 0;
	transition: opacity .15s ease;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0;
}
.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.2s ease-in-out;
	height: 299px;
}



@media (max-width: 1199.98px) {
  .categories__nav button {
    left: 30px;
  }
}
@media (max-width: 1199.98px) {
  .categories__nav button {
    left: 20px;
  }
}
.categories__nav button.categories-button-next {
	left: auto;
	right: -62px;
}
@media (max-width: 1199.98px) {
  .categories__nav button.categories-button-next {
    right: 30px;
  }
}
@media (max-width: 1199.98px) {
  .categories__nav button.categories-button-next {
    right: 20px;
  }
}
.categories__nav button:hover {
  box-shadow: none;
}


.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slider-item {
  min-width: 100%;
  box-sizing: border-box;
}

/* Optional: Add some style to the navigation buttons */


/*=============================
    11. Testimonial
===============================*/
.section-pb-57 {
  padding-bottom: 57px;
}

.testimonial__item {
  background: #F6F5FE;
  padding: 40px 45px 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .testimonial__item {
    padding: 30px 20px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__item {
    padding: 30px 30px 30px;
  }
}
.testimonial__item-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.testimonial__item-wrap {
  position: relative;
}
.testimonial__item::before {
  content: "\f10e";
  font-size: 48px;
  line-height: 1;
  color: #D9D6F5;
  font-family: var(--tg-icon-font-family);
  position: absolute;
  right: 43px;
  top: 45px;
  font-weight: 700;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .testimonial__item::before {
    top: 30px;
    right: 20px;
    font-size: 45px;
  }
}
.testimonial__author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .testimonial__author {
    gap: 15px;
  }
}
.testimonial__author-thumb img {
  border: 3px solid #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.testimonial__author-content .rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 15px;
  color: var(--tg-common-color-yellow);
  margin-bottom: 10px;
}
.testimonial__author-content .title {
  font-size: 20px;
  margin-bottom: 0;
}
.testimonial__icon {
  font-size: 48px;
  line-height: 0;
  color: #D9D6F5;
}
.testimonial__content p {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .testimonial__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
  }
}
.testimonial__nav button {
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid var(--tg-common-color-dark);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  font-size: 20px;
  line-height: 0;
  -webkit-box-shadow: 3.6px 2.4px 0px 0px #23232B;
  -moz-box-shadow: 3.6px 2.4px 0px 0px #23232B;
  -ms-box-shadow: 3.6px 2.4px 0px 0px #23232B;
  -o-box-shadow: 3.6px 2.4px 0px 0px #23232B;
  box-shadow: 3.6px 2.4px 0px 0px #23232B;
  position: absolute;
  right: -75px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 1500px) {
  .testimonial__nav button {
    right: -20px;
  }
}
@media (max-width: 767.98px) {
  .testimonial__nav button {
    position: inherit;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.testimonial__nav button.testimonial-button-prev {
  right: auto;
  left: -75px;
  -webkit-box-shadow: -3.6px 2.4px 0px 0px #23232B;
  -moz-box-shadow: -3.6px 2.4px 0px 0px #23232B;
  -ms-box-shadow: -3.6px 2.4px 0px 0px #23232B;
  -o-box-shadow: -3.6px 2.4px 0px 0px #23232B;
  box-shadow: -3.6px 2.4px 0px 0px #23232B;
}
@media (max-width: 1500px) {
  .testimonial__nav button.testimonial-button-prev {
    left: -20px;
  }
}
.testimonial__nav button.testimonial-button-prev i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.testimonial__nav button:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.swiper-container {
  overflow: hidden;
}

/*=============================
    12. Instructor
===============================*/
.instructor__area {
  padding: 120px 0 85px;
}
@media (max-width: 767.98px) {
  .instructor__area {
    padding: 100px 0 65px;
  }
}
.instructor__area-two {
  background: var(--tg-common-color-blue-2);
}
.instructor__area-four {
  background: var(--tg-common-color-gray);
}
.instructor__bg {
  background-size: cover;
  background-position: center;
  padding: 265px 0 120px;
  margin-top: -145px;
  position: relative;
  z-index: 1;
}
.instructor__content-wrap {
  width: 87%;
}
@media (max-width: 1199.98px) {
  .instructor__content-wrap {
    width: 100%;
    margin-bottom: 50px;
  }
}
.instructor__content-wrap p {
  margin-bottom: 20px;
}
.instructor__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .instructor__item {
    justify-content: center;
    display: block;
    text-align: center;
  }
}
.instructor__item-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 30px;
  align-items: center;
  border: 1px solid #BDBDBD;
  background: var(--tg-common-color-white);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  padding: 0 60px 0 25px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  min-height: 260px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .instructor__item-two {
    padding: 0 35px 0 25px;
  }
}
@media (max-width: 767.98px) {
  .instructor__item-two {
    min-height: auto;
    padding: 30px;
  }
}
.instructor__item-two:hover .instructor__thumb-two .shape-one {
  color: var(--tg-theme-primary);
}
.instructor__item-three {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .instructor__item-three {
    flex-wrap: wrap;
  }
}
.instructor__thumb {
  position: relative;
  width: 186px;
  flex: 0 0 auto;
}
@media (max-width: 991.98px) {
  .instructor__thumb {
    margin: 0 auto 20px;
  }
}
.instructor__thumb::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background: linear-gradient(156deg, #F7F6F9 10.62%, #E9F5F5 90.16%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.instructor__thumb-two {
  width: auto;
  flex: 0 0 auto;
  margin-top: auto;
}
@media (max-width: 767.98px) {
  .instructor__thumb-two {
    display: none;
  }
}
.instructor__thumb-two .shape-one {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  color: var(--tg-theme-secondary);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.instructor__thumb-two .shape-two {
  position: absolute;
  left: 34px;
  top: 5px;
  z-index: -1;
  width: 40px;
  height: 48px;
}
.instructor__thumb-two .shape-two .svg-icon {
  width: 100%;
  height: 100%;
  display: block;
}
.instructor__thumb-two .shape-two .svg-icon path {
  stroke: var(--tg-theme-secondary);
}
.instructor__thumb-three {
  width: 50%;
  flex: 0 0 auto;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 453px;
}
@media (max-width: 767.98px) {
  .instructor__thumb-three {
    width: 100%;
  }
}
.instructor__thumb-three .shape-one {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
  color: var(--tg-theme-secondary);
}
@media (max-width: 991.98px) {
  .instructor__thumb-three .shape-one {
    width: 100%;
  }
  .instructor__thumb-three .shape-one svg {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .instructor__thumb-three .shape-one {
    width: 400px;
  }
}
.instructor__content .title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}
.instructor__content .designation {
  display: block;
  color: var(--tg-theme-primary);
  font-family: var(--tg-heading-font-family);
  line-height: 1.2;
  margin-bottom: 12px;
}
.instructor__content .avg-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--tg-common-color-gray-3);
  gap: 5px;
  margin-bottom: 15px;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .instructor__content .avg-rating {
    justify-content: center;
  }
}
.instructor__content .avg-rating i {
  color: var(--tg-common-color-yellow);
}
.instructor__content-two .title {
  margin-bottom: 5px;
  font-size: 28px;
}
@media (max-width: 1199.98px) {
  .instructor__content-two .title {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .instructor__content-two .title {
    font-size: 24px;
  }
}
.instructor__content-two p {
  margin-bottom: 20px;
}
.instructor__content-three {
  margin-left: 40px;
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .instructor__content-three {
    margin-left: 0;
  }
}
.instructor__content-three .ratting {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: var(--tg-common-color-yellow);
  gap: 3px;
  line-height: 1;
  font-size: 15px;
}
.instructor__content-three .ratting-wrap {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--tg-common-color-gray-3);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  background: var(--tg-common-color-white);
  padding: 7px 10px;
  gap: 8px;
  margin-bottom: 20px;
}
.instructor__content-three .ratting-wrap span {
  font-size: 14px;
  color: var(--tg-common-color-gray-3);
  line-height: 1;
}
.instructor__content-three .title {
  margin-bottom: 10px;
  font-size: 24px;
}
.instructor__content-three .designation {
  display: block;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
  color: var(--tg-theme-primary);
  font-family: var(--tg-heading-font-family);
  margin-bottom: 15px;
}
.instructor__content-three p {
  margin-bottom: 22px;
  width: 80%;
}
@media (max-width: 991.98px) {
  .instructor__content-three p {
    width: 100%;
  }
}
.instructor__content-three .instructor__social {
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .instructor__content-three .instructor__social .list-wrap {
    justify-content: flex-start;
  }
}
.instructor__content-three .instructor__social .list-wrap li a {
  width: 50px;
  height: 50px;
  font-size: 20px;
}
.instructor__social .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991.98px) {
  .instructor__social .list-wrap {
    justify-content: center;
  }
}
.instructor__social .list-wrap li a {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.835px solid #9292B4;
  background: var(--tg-common-color-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 2.50435px 3.33913px 0px 0px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  color: var(--tg-common-color-gray-3);
}
.instructor__social .list-wrap li a:hover {
  background: var(--tg-theme-primary);
  box-shadow: none;
  border-color: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.instructor-nav .swiper-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}
.instructor-nav .swiper-wrapper button {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  width: 100px;
  height: 100px;
  background: #D9D9D9;
  border: 2px solid #ABABAB;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  filter: grayscale(1);
  line-height: 1;
}
.instructor-nav .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.instructor-nav .swiper-slide-thumb-active button {
  filter: grayscale(0);
  background: var(--tg-common-color-white);
  border-color: var(--tg-theme-primary);
}
.instructor-active {
  overflow: hidden;
}
.instructor-slider-dot {
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #D0D0D0;
  background: var(--tg-common-color-white);
  padding: 40px 120px;
  margin: 0 25px;
  position: relative;
  height: 190px;
}
@media (max-width: 1500px) {
  .instructor-slider-dot {
    margin: 0 0;
  }
}
@media (max-width: 1199.98px) {
  .instructor-slider-dot {
    padding: 40px 85px;
  }
}
@media (max-width: 767.98px) {
  .instructor-slider-dot {
    padding: 40px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
  }
}
@media (max-width: 767.98px) {
  .instructor-slider-dot {
    padding: 40px 75px;
  }
}
@media (max-width: 767.98px) {
  .instructor__nav-two {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .instructor__nav-two {
    display: block;
  }
}
.instructor__nav-two .instructor-button-next, .instructor__nav-two .instructor-button-prev {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-secondary);
  border: 2px solid #333;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--tg-common-color-black);
  -webkit-box-shadow: 2px 4px 0px 0px #382900;
  -moz-box-shadow: 2px 4px 0px 0px #382900;
  -ms-box-shadow: 2px 4px 0px 0px #382900;
  -o-box-shadow: 2px 4px 0px 0px #382900;
  box-shadow: 2px 4px 0px 0px #382900;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199.98px) {
  .instructor__nav-two .instructor-button-next, .instructor__nav-two .instructor-button-prev {
    left: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .instructor__nav-two .instructor-button-next, .instructor__nav-two .instructor-button-prev {
    right: 15px;
  }
}
.instructor__nav-two .instructor-button-next i, .instructor__nav-two .instructor-button-prev i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.instructor__nav-two .instructor-button-next:hover, .instructor__nav-two .instructor-button-prev:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.instructor__nav-two .instructor-button-next {
  left: auto;
  right: 40px;
}
@media (max-width: 1199.98px) {
  .instructor__nav-two .instructor-button-next {
    right: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .instructor__nav-two .instructor-button-next {
    right: 15px;
  }
}
.instructor__nav-two .instructor-button-next i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.instructor__shape img {
  position: absolute;
  right: 24%;
  top: 40%;
  z-index: -1;
}
@media (max-width: 1500px) {
  .instructor__shape img {
    right: 17%;
  }
}
@media (max-width: 1199.98px) {
  .instructor__shape img {
    right: 10%;
  }
}
@media (max-width: 991.98px) {
  .instructor__shape img {
    right: 4%;
    width: 100px;
    top: 32%;
  }
}
.instructor__details-info {
  background: var(--tg-common-color-dark);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 50px 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 45px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .instructor__details-info {
    padding: 35px 30px;
    gap: 25px;
  }
}
@media (max-width: 767.98px) {
  .instructor__details-info {
    padding: 25px 25px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .instructor__details-info {
    padding: 35px 30px;
  }
}
.instructor__details-thumb {
  width: 250px;
  flex: 0 0 auto;
}
.instructor__details-thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.instructor__details-content .title {
  margin-bottom: 8px;
  font-size: 24px;
  color: var(--tg-common-color-white);
}
.instructor__details-content .designation {
  display: block;
  font-size: 16px;
  color: var(--tg-common-color-white);
  font-family: var(--tg-heading-font-family);
  line-height: 1;
  margin-bottom: 22px;
}
.instructor__details-content > .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px 30px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.instructor__details-content > .list-wrap > li {
  color: #EFEEFE;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  position: relative;
}
.instructor__details-content > .list-wrap > li::before {
  content: "";
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--tg-common-color-white);
}
.instructor__details-content > .list-wrap > li:last-child::before {
  display: none;
}
.instructor__details-content > .list-wrap > li i {
  font-size: 20px;
  line-height: 1;
}
.instructor__details-content > .list-wrap > li a {
  color: #EFEEFE;
}
.instructor__details-content > .list-wrap > li a:hover {
  color: var(--tg-theme-secondary);
}
.instructor__details-content > .list-wrap > li.avg-rating {
  font-size: 14px;
  gap: 5px;
}
.instructor__details-content > .list-wrap > li.avg-rating i {
  color: var(--tg-common-color-yellow);
  font-size: 14px;
}
.instructor__details-content p {
  margin-bottom: 25px;
  color: var(--tg-common-color-white);
}
.instructor__details-social .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.instructor__details-social .list-wrap li a {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-common-color-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.instructor__details-social .list-wrap li a:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-heading-color);
}
.instructor__details-biography {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #DFDFDF;
  background: var(--tg-common-color-white);
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  padding: 35px 40px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .instructor__details-biography {
    padding: 30px 25px;
  }
}
.instructor__details-biography .title {
  margin-bottom: 14px;
  font-size: 24px;
}
.instructor__details-biography p {
  margin-bottom: 8px;
}
.instructor__details-biography p:last-child {
  margin-bottom: 0;
}
.instructor__details-Skill {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #DFDFDF;
  background: var(--tg-common-color-white);
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
  padding: 35px 40px 25px;
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  .instructor__details-Skill {
    padding: 30px 25px 15px;
  }
}
.instructor__details-Skill .title {
  margin-bottom: 14px;
  font-size: 24px;
}
.instructor__details-Skill p {
  margin-bottom: 18px;
}
.instructor__details-courses .main-title {
  margin-bottom: 5px;
  font-size: 30px;
}
.instructor__details-courses p {
  margin-bottom: 0;
}
.instructor__details-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .instructor__details-nav {
    margin-top: 25px;
    justify-content: flex-start;
  }
}
.instructor__details-nav button {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid var(--tg-common-color-dark);
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  font-size: 20px;
  -webkit-box-shadow: 3.6px 2.4px 0px 0px #23232B;
  -moz-box-shadow: 3.6px 2.4px 0px 0px #23232B;
  -ms-box-shadow: 3.6px 2.4px 0px 0px #23232B;
  -o-box-shadow: 3.6px 2.4px 0px 0px #23232B;
  box-shadow: 3.6px 2.4px 0px 0px #23232B;
}
.instructor__details-nav button.courses-button-prev {
  -webkit-box-shadow: -3.6px 2.4px 0px 0px #23232B;
  -moz-box-shadow: -3.6px 2.4px 0px 0px #23232B;
  -ms-box-shadow: -3.6px 2.4px 0px 0px #23232B;
  -o-box-shadow: -3.6px 2.4px 0px 0px #23232B;
  box-shadow: -3.6px 2.4px 0px 0px #23232B;
}
.instructor__details-nav button.courses-button-prev i {
  transform: rotate(180deg);
}
.instructor__details-nav button:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.instructor__progress-wrap .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -28px;
}
@media (max-width: 767.98px) {
  .instructor__progress-wrap .list-wrap {
    margin: 0 -10px;
  }
}
.instructor__progress-wrap .list-wrap li {
  width: 50%;
  flex: 0 0 auto;
  padding: 0 28px;
}
@media (max-width: 767.98px) {
  .instructor__progress-wrap .list-wrap li {
    padding: 0 10px;
    width: 100%;
  }
}
.instructor__sidebar {
  background: var(--tg-common-color-white);
  border: 1px solid #DFDFDF;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 25px 35px;
  margin-left: 20px;
}
@media (max-width: 1199.98px) {
  .instructor__sidebar {
    margin-left: 0;
    margin-top: 80px;
  }
}
.instructor__sidebar .title {
  font-size: 20px;
  margin-bottom: 10px;
}
.instructor__sidebar p {
  margin-bottom: 15px;
}
.instructor__sidebar .form-grp {
  margin-bottom: 8px;
}
.instructor__sidebar .form-grp textarea, .instructor__sidebar .form-grp input {
  border: none;
  background: #F4F3F8;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px 20px;
  color: var(--tg-heading-color);
  height: 45px;
}
.instructor__sidebar .form-grp textarea::placeholder, .instructor__sidebar .form-grp input::placeholder {
  font-size: 14px;
  color: #6D6C80;
}
.instructor__sidebar .form-grp textarea {
  min-height: 112px;
  max-height: 112px;
}
.instructor__sidebar .btn {
  width: 100%;
  justify-content: center;
  margin-top: 10px;
}

.progress-item {
  margin-bottom: 20px;
}
.progress-item .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
.progress-item .title span {
  margin-left: auto;
}
.progress-item .progress {
  height: 10px;
  background: #EBEBEB;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.progress-item .progress .progress-bar {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background-color: var(--tg-theme-secondary);
}

/*=============================
    14. CTA
===============================*/
.cta__wrapper {
  background-image: url(../img/bg/cta_bg.png);
  background-color: var(--tg-theme-primary);
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 46px 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  column-gap: 40px;
  overflow: hidden;
  margin: 0 0 -85px;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .cta__wrapper {
    flex-wrap: wrap;
    gap: 25px 70px;
  }
}
@media (max-width: 767.98px) {
  .cta__wrapper {
    padding: 45px 30px;
  }
}
.cta__wrapper .section__title {
  width: 26%;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .cta__wrapper .section__title {
    width: 100%;
    flex: 0 0 auto;
  }
}
.cta__wrapper .section__title .title {
  font-size: 30px;
}
.cta__wrapper .object {
  position: absolute;
  z-index: -1;
}
.cta__desc {
  flex-grow: 1;
}
@media (max-width: 1199.98px) {
  .cta__desc {
    width: 60%;
    flex: 0 0 auto;
  }
}
@media (max-width: 991.98px) {
  .cta__desc {
    width: 100%;
    flex: 0 0 auto;
  }
}
.cta__desc p {
  color: var(--tg-common-color-white);
  font-weight: var(--tg-fw-medium);
  margin: 0 0;
}
.cta-area-two {
  padding: 150px 0 160px;
  background-color: #072656;
  overflow: hidden;
  z-index: 1;
}
.cta__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  background-attachment: fixed;
  opacity: 0.2;
  z-index: -1;
}
.cta__content {
  text-align: center;
}
.cta__content p {
  text-transform: uppercase;
  color: var(--tg-common-color-white);
  font-weight: var(--tg-fw-medium);
  letter-spacing: 0.1em;
  margin: 0 0 13px;
}
.cta__content .title {
  color: var(--tg-common-color-white);
  font-size: 48px;
  margin: 0 0 8px;
}
@media (max-width: 767.98px) {
  .cta__content .title {
    font-size: 38px;
    margin: 0 0 12px;
  }
}
.cta__content .sub-title {
  font-size: 30px;
  font-weight: var(--tg-fw-light);
  color: var(--tg-common-color-white);
  margin: 0 0 40px;
}
@media (max-width: 767.98px) {
  .cta__content .sub-title {
    font-size: 22px;
  }
}
.cta__shapes > *:nth-child(1) {
  left: 0;
  top: 0;
  opacity: 0.1 !important;
}
@media (max-width: 1199.98px) {
  .cta__shapes > *:nth-child(1) {
    max-width: 220px;
  }
}
.cta__shapes > *:nth-child(2) {
  top: 31%;
  left: 10%;
  max-width: 125px;
}
@media (max-width: 1199.98px) {
  .cta__shapes > *:nth-child(2) {
    top: 20%;
    left: 5%;
    max-width: 100px;
  }
}
@media (max-width: 767.98px) {
  .cta__shapes > *:nth-child(2) {
    top: 7%;
    max-width: 80px;
  }
}
.cta__shapes > *:nth-child(3) {
  right: 0;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  .cta__shapes > *:nth-child(3) {
    max-width: 180px;
  }
}
@media (max-width: 767.98px) {
  .cta__shapes > *:nth-child(3) {
    max-width: 120px;
  }
}
.cta-area-three {
  position: relative;
  z-index: 3;
}
.cta-area-three::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: var(--tg-common-color-dark);
  z-index: -1;
}
@media (max-width: 991.98px) {
  .cta-area-three::before {
    height: 150px;
  }
}
.cta-area-three .cta__wrapper {
  margin: 0 0;
}

/*=============================
    15. Fact
===============================*/
.fact__inner-wrap {
  background: var(--tg-common-color-blue-2);
  padding: 94px 70px 64px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: 0px 25px 70px 0px rgba(40, 37, 104, 0.4);
  -moz-box-shadow: 0px 25px 70px 0px rgba(40, 37, 104, 0.4);
  -ms-box-shadow: 0px 25px 70px 0px rgba(40, 37, 104, 0.4);
  -o-box-shadow: 0px 25px 70px 0px rgba(40, 37, 104, 0.4);
  box-shadow: 0px 25px 70px 0px rgba(40, 37, 104, 0.4);
  z-index: 3;
  position: relative;
}
@media (max-width: 1199.98px) {
  .fact__inner-wrap {
    padding: 60px 40px 30px;
  }
}
.fact__inner-wrap .row [class*=col-]:last-child .fact__item::before {
  display: none;
}
.fact__inner-wrap-two {
  background: var(--tg-common-color-blue-2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 85px 380px 60px 85px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 75px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1500px) {
  .fact__inner-wrap-two {
    padding: 85px 360px 60px 70px;
    gap: 50px;
  }
}
@media (max-width: 1199.98px) {
  .fact__inner-wrap-two {
    padding: 70px 50px 50px 50px;
  }
}
@media (max-width: 991.98px) {
  .fact__inner-wrap-two {
    padding: 60px 40px 30px 40px;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .fact__inner-wrap-two {
    padding: 60px 30px 30px 30px;
  }
}
.fact__inner-wrap-two .section__title {
  width: 46%;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .fact__inner-wrap-two .section__title {
    width: 100%;
    text-align: center;
  }
}
.fact__item {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.fact__item::before {
  content: "";
  position: absolute;
  right: -15px;
  top: -10%;
  width: 2px;
  height: 108px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 991.98px) {
  .fact__item::before {
    display: none;
  }
}
.fact__item .count {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tg-common-color-white);
  font-size: 56px;
  line-height: 0.84;
  font-family: var(--tg-body-font-family);
}
@media (max-width: 1199.98px) {
  .fact__item .count {
    font-size: 48px;
  }
}
@media (max-width: 767.98px) {
  .fact__item .count {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fact__item .count {
    font-size: 36px;
  }
}
.fact__item p {
  margin-bottom: 0;
  font-weight: 500;
  color: var(--tg-common-color-white);
  line-height: 1.2;
}
.fact__item-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 120px;
}
@media (max-width: 991.98px) {
  .fact__item-wrap {
    gap: 60px;
  }
}
@media (max-width: 767.98px) {
  .fact__item-wrap {
    gap: 30px;
  }
}
.fact__item-wrap .fact__item::before {
  right: -60px;
  top: -9%;
}
@media (max-width: 991.98px) {
  .fact__item-wrap .fact__item::before {
    display: none;
  }
}
.fact__item-wrap .fact__item:last-child::before {
  display: none;
}
.fact__img-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  .fact__img-wrap {
    display: none;
  }
}
.fact__img-wrap img {
  right: 30px;
  position: relative;
}
.fact__img-wrap .shape-one {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.fact__img-wrap .shape-two .svg-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: -7px;
  top: -22px;
  z-index: -1;
}
.fact__img-wrap .shape-two .svg-icon svg {
  width: 100%;
  height: 100%;
}

/*=============================
    15. Features
===============================*/
.features__area {
  background: var(--tg-common-color-blue-2);
  padding: 120px 0 90px;
}
@media (max-width: 767.98px) {
  .features__area {
    padding: 100px 0 70px;
  }
}
.features__area-three {
  background: var(--tg-common-color-gray);
}
.features__item {
  text-align: center;
  margin-bottom: 30px;
}
.features__item:hover .features__icon {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
.features__item-two {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #C9E4E9;
  background: #F1FDFF;
  box-shadow: 8px 8px 0px 0px #C9E4E9;
  padding: 40px 40px 40px 50px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199.98px) {
  .features__item-two {
    padding: 30px 25px 30px 25px;
  }
}
.features__item-two:hover {
  box-shadow: none !important;
}
.features__item-two:hover .features__item-shape {
  color: #1BCBE3;
}
.features__item-shape {
  position: absolute;
  right: 28px;
  top: 21px;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: rgba(39, 39, 47, 0.2);
}
.features__item-wrap .row [class*=col-]:nth-child(2) .features__item-two {
  border: 1px solid #C8C1ED;
  background: #EDEAFF;
  box-shadow: 8px 8px 0px 0px #D9D5F1;
}
.features__item-wrap .row [class*=col-]:nth-child(2) .features__item-two .features__icon-two {
  background: #5751E1;
}
.features__item-wrap .row [class*=col-]:nth-child(2) .features__item-two:hover .features__item-shape {
  color: #5751E1;
}
.features__item-wrap .row [class*=col-]:nth-child(3) .features__item-two {
  border: 1px solid #EBE0C4;
  background: #FFF7E2;
  box-shadow: 8px 8px 0px 0px #E5DECB;
}
.features__item-wrap .row [class*=col-]:nth-child(3) .features__item-two .features__icon-two {
  background: #FFC224;
}
.features__item-wrap .row [class*=col-]:nth-child(3) .features__item-two:hover .features__item-shape {
  color: #FFC224;
}
.features__icon {
  margin-bottom: 22px;
  min-height: 93px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.features__icon-two {
  width: 70px;
  height: 70px;
  flex: 0 0 auto;
  color: var(--tg-common-color-white);
  background: #1BCBE3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features__content .title {
  color: var(--tg-common-color-white);
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: var(--tg-fw-semi-bold);
}
.features__content p {
  margin-bottom: 0;
  color: var(--tg-common-color-gray-4);
}
.features__content-two .content-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 18px;
}
.features__content-two .title {
  margin-bottom: 0;
  font-size: 22px;
}
.features__content-two p {
  margin-bottom: 0;
  color: var(--tg-common-color-dark);
  text-transform: capitalize;
}

/*=============================
    16. Events
===============================*/
.event__area {
  position: relative;
  z-index: 1;
}
.event__area::before {
  content: "";
  position: absolute;
  right: 18%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 790px;
  height: 430px;
  background: #F2F4F6;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -o-border-radius: 80px;
  -ms-border-radius: 80px;
  border-radius: 80px;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .event__area::before {
    right: 10%;
  }
}
@media (max-width: 991.98px) {
  .event__area::before {
    display: none;
  }
}
.event__inner-wrap .row .col-30 {
  width: 30%;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .event__inner-wrap .row .col-30 {
    width: 100%;
  }
}
.event__inner-wrap .row .col-70 {
  width: 70%;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .event__inner-wrap .row .col-70 {
    width: 100%;
  }
}
.event__content {
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .event__content {
    text-align: center;
    margin-bottom: 50px;
  }
  .event__content .tg-button-wrap {
    justify-content: center;
  }
}
.event__content p {
  margin-bottom: 25px;
}
.event__item {
  border: 1px solid #B5B5C3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 20px 20px 25px;
  background: var(--tg-common-color-white);
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.event__item:hover {
  -webkit-box-shadow: 10px 10px 0px #CAC9D6;
  -moz-box-shadow: 10px 10px 0px #CAC9D6;
  -ms-box-shadow: 10px 10px 0px #CAC9D6;
  -o-box-shadow: 10px 10px 0px #CAC9D6;
  box-shadow: 10px 10px 0px #CAC9D6;
}
.event__item-thumb {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.event__item-thumb img {
  width: 100%;
  height: 212px;
  object-fit: cover;
}
.event__item-content {
  position: relative;
  padding: 30px 0 0;
}
.event__item-content .date {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-color);
  background: var(--tg-theme-secondary);
  display: block;
  line-height: 1;
  border: 1px solid var(--tg-heading-color);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 8px 13px;
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 2;
  -webkit-box-shadow: 4px 4px 0px 0px #3D3D3D;
  -moz-box-shadow: 4px 4px 0px 0px #3D3D3D;
  -ms-box-shadow: 4px 4px 0px 0px #3D3D3D;
  -o-box-shadow: 4px 4px 0px 0px #3D3D3D;
  box-shadow: 4px 4px 0px 0px #3D3D3D;
}
.event__item-content .title {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.event__item-content .title a {
  display: inline;
  background-image: linear-gradient(var(--tg-heading-color), var(--tg-heading-color)), linear-gradient(var(--tg-heading-color), var(--tg-heading-color));
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.event__item-content .title a:hover {
  color: inherit;
  background-size: 0 2px, 100% 2px;
}
.event__item-content .location {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--tg-body-color);
  gap: 5px;
  line-height: 1;
}
.event__item-content .location i {
  font-size: 18px;
  line-height: 0;
  color: var(--tg-theme-primary);
}
.event__item-content .location:hover {
  color: var(--tg-theme-secondary);
}
.event__item-wrap .row {
  --bs-gutter-x: 20px;
}
.event__shape img {
  position: absolute;
  right: 9%;
  bottom: 13%;
  z-index: -1;
}
.event__details-thumb {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .event__details-thumb {
    margin-bottom: 30px;
  }
}
.event__details-thumb img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  min-height: 300px;
  object-fit: cover;
}
.event__details-content .title {
  margin-bottom: 15px;
  font-size: 36px;
}
@media (max-width: 1500px) {
  .event__details-content .title {
    font-size: 32px;
  }
}
@media (max-width: 1199.98px) {
  .event__details-content .title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .event__details-content .title {
    font-size: 28px;
  }
}
.event__details-content .title-two {
  font-size: 24px;
  margin-bottom: 15px;
}
.event__details-content p {
  margin-bottom: 0;
}
.event__details-content-wrap .row .col-70 {
  width: 70%;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .event__details-content-wrap .row .col-70 {
    width: 65%;
  }
}
@media (max-width: 991.98px) {
  .event__details-content-wrap .row .col-70 {
    width: 100%;
  }
}
.event__details-content-wrap .row .col-30 {
  width: 30%;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .event__details-content-wrap .row .col-30 {
    width: 35%;
  }
}
@media (max-width: 991.98px) {
  .event__details-content-wrap .row .col-30 {
    width: 100%;
  }
}
.event__details-content-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.event__details-content-top .tag {
  font-size: 13px;
  font-weight: 500;
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  display: block;
  padding: 8px 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  line-height: 1;
}
.event__details-content-top .tag:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-heading-color);
}
.event__details-content-top .avg-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 5px;
  color: var(--tg-common-color-gray-3);
}
.event__details-content-top .avg-rating i {
  color: var(--tg-common-color-yellow);
  line-height: 1;
}
.event__details-overview {
  margin-bottom: 20px;
}
.event__details-inner {
  margin: 25px 0 20px;
}
.event__details-inner .row .col-39 {
  width: 38.8%;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .event__details-inner .row .col-39 {
    width: 100%;
  }
}
.event__details-inner .row .col-61 {
  width: 61.2%;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .event__details-inner .row .col-61 {
    width: 100%;
  }
}
.event__details-inner img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .event__details-inner img {
    margin-bottom: 30px;
  }
}
.event__details-inner-content .title {
  margin-bottom: 25px;
  font-size: 24px;
  text-transform: capitalize;
}
.event__details-inner-content .about__info-list-item {
  margin: 0 0 10px;
}
.event__details-inner-content .about__info-list-item:last-child {
  margin: 0;
}
.event__details-inner-content .about__info-list-item i {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}
.event__details-inner-content .about__info-list-item p {
  font-size: 16px;
}
.event__meta .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px 35px;
  flex-wrap: wrap;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 25px;
  margin-bottom: 28px;
}
.event__meta .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  gap: 8px;
  color: var(--tg-common-color-gray-3);
}
.event__meta .list-wrap li::before {
  content: "";
  position: absolute;
  right: -19px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #8C9AB4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.event__meta .list-wrap li:last-child::before {
  display: none;
}
.event__meta .list-wrap li i {
  font-size: 20px;
  line-height: 0;
}
.event__meta .list-wrap li.author img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.event__meta .list-wrap li.author a {
  color: var(--tg-common-color-dark);
}
.event__meta .list-wrap li.author a:hover {
  color: var(--tg-theme-primary);
}
.event__meta .list-wrap li.location i {
  color: var(--tg-theme-primary);
}
.event__sidebar {
  margin: -190px 50px 0 20px;
}
@media (max-width: 1199.98px) {
  .event__sidebar {
    margin: -190px 0 0 0;
  }
}
@media (max-width: 991.98px) {
  .event__sidebar {
    margin: 80px 0 0 0;
  }
}
.event__sidebar .courses__details-sidebar {
  margin: 0;
}
.event__widget {
  margin-bottom: 30px;
}
.event__widget:last-child {
  margin-bottom: 0;
}
.event__map {
  background: var(--tg-common-color-white);
  border: 1px solid #DFDFDF;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 30px;
}
.event__map .title {
  font-size: 20px;
  margin-bottom: 20px;
}
.event__map .map {
  width: 100%;
  height: 240px;
}
.event__map .map iframe {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.accordion-button:not(.collapsed) {
  border: 1px solid #ccc;
}

/* Add border to the accordion body */
.accordion-collapse {
	border: 1px solid #ccc;
	border-top: none !important;
	margin: 0 10px;
}
.Explore_subExam {
	border-radius: 0px 0px 4px 4px;
	padding: 7px 10px 7px 15px;
	margin: -24px 6px 0 6px;
	background: #fff;
	border-top: none;
}
.Explore_subExam li {
	border-bottom: none;
	display: inline-block;
	width: 33%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 3px 6px;
}
/* test popup */
 
.popup-overlay {
	display: none;
	position: fixed;
	top: 7%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5) !important;
	z-index: 999;
}

.popup-content {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	width: 93%;
}

.close-button {
	position: absolute;
	top: -10px;
	right: -10px;
	cursor: pointer;
	font-size: 32px;
	background: #000;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	line-height: 25px;
	color: #fff;
	text-align: center;
}

/* test popup end */

/* Optional: Adjust padding and margin for better appearance */
.accordion-header .accordion-button::after {
	display: none;
}
.test .accordion {
	width: 100%;
	overflow: hidden;
}
 
.test .accordion-header {
	padding: 0px 10px 15px;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #ccc !important;
	color: #424242;
	font-size: 22px;
	font-weight: 500;
} 
.test .accordion-header .icon {
	position: absolute;
	right: 20px;
	font-size: 24px;
	font-weight: 800;
	transition: transform 0.3s;
	top: 23%;
	background: #f8f8f8;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #989898;
	text-align: center;
	border: 1px solid #ddd;
	line-height: 36px;
}  
.icon .fa {
	line-height: 36px;
	text-align: center;
}
 .test .accordion-content {
	display: none;
	padding: 15px;
}
.test .accordion-content.active {
	display: block;
}
.test .accordion-item {
	margin-bottom: 10px;
	border-bottom: 1px solid #d5d5d5 !important;
	padding: 6px;
}
	
.tabcontent .accordion-item {
	margin-bottom: 10px;
	border: 1px solid #d5d5d5 !important;
	padding: 6px;
	border-radius: 6px !important;
} 
.tabcontent .test .accordion-item {
	border: 0 !important;
	border-radius: 0px !important;
}

.tabcontent .accordion-button {
	border: none !important;
	box-shadow: none !important;
	margin: 0 0 15px 0;
	color: #be4e4c !important;
	font-size: 30px !important;
	background-color: #f7f7f7 !important;
	padding: 15px 15px 10px;
	font-weight: 500 !important;
}

/* login page css */
.select {
	background-color: #f2f9ff !important;
	min-height: 785px;
	position: relative;
	
}
.ts_lgSide_image span {
	color: #7db0df;
	font-size: 33px;
	width: 75%;
	font-weight: 600;
}
/* .success {
	margin-bottom: -62px;
} */
.section-pt-120 {
  padding-top: 120px;
}
.success {
	margin-top: 100px;
}
.ts_lgSide_image {
	margin-top: 10px;
}
.ts_lg_rightPart {
	height: 100%;
	width: 39%;
	position: relative;
	overflow: unset;
	top: 0px;
	display: inline-block;
	right: -13px;
}
.tS_Form_Scroll {
	display: flex;
	vertical-align: middle;
}
.Ts_loginPage {
	margin: 0px auto 0px;
	padding: 30px 40px;
}
.ts_lgText_section {
	margin: 0 0 47px 0;
}
.ts_lg_heading {
	color: #555555;
	font-size: 29px;
	font-weight: 400;
}
.ts_lg_text {
	color: #9e9e9e;
	font-size: 19px;
	margin: 2px 0 20px 0;
}
.ts_lg_rightPart {
	right: -7px;
}
.ts_lg_rightPart {
	height: 100%;
	width: 39%;
	position: relative;
	overflow: unset;
	top: 0;
	display: inline-block;
}
.ts_lg_rightPart {
	width:32%;
	position: absolute;
	height: 100%;
	background-color: #fff !important;
	display: block;
	right: 0;
	/* overflow: hidden; */
	background: url(../../assets/img/courses/slice4.png);
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
.log_Forget_pass {
	display: block;
	text-align: right;
	color: #999;
	margin: 6px 1px 6px 0;
	font-size: 14px;
}
a:focus, a:hover {
	color: #23527c;
	text-decoration: underline;
}
.btnsss.ts_log_btn.ng-binding {
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
	background: #3dbf55;
	border: none;
} 
.ts_lg_seePass{
	cursor: pointer;
	color: #797979;
	position: relative;
}
.ts_lg_seePass .fa {
	position: absolute;
	right: 10px;
	top: 36%;
	color: #797979;
	font-size: 14px;
} 
.already {
	text-align: center;
	margin-top: 11px;
}
.form-group {
	margin-bottom: 15px;
}
.ng-pristine .form-group input {
	visibility:visible !important;
}
.ts_lgForm .form-control {
	height: 47px;
	box-shadow: unset;
	border: 1px solid #d0d0d0;
	margin-bottom: 25px;
	font-size: 16px;
}
.form-control {
	display: block;
	width: 100%;
	height: 47px;
	padding: 5px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	margin-top: 25px;
	position: relative;
} 
#togglePassword, #toggleConfirmPassword {
	border: 0;
}
.ts_lgForm .form-control {
	height: 47px;
	box-shadow: unset;
	border: 1px solid #d0d0d0;
	margin-bottom: 25px;
	font-size: 16px;
}
.remove_margin_top {
	margin-top: -25px;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
  
}
.already .ts_lgAccText a {
	color: #4b4949;
	text-decoration: underline !important;
}
.ts_lgAccText {
	text-align: center;
	font-size: 16px;
	margin: 6px 0 6px 0;
	color: #797979;
}
.ts_lgForm .form-control {
	height: 47px;
	box-shadow: unset;
	border: 1px solid #d0d0d0;
	margin-bottom: 25px;
	font-size: 16px;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}
.remove_margin_top {
	margin-top: -25px;
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}
.form-control::placeholder {
	color: #9e9e9e;
	font-size: 16px;
}
.ts_log_btn {
	display: block;
	width: 100%;
	background: #3dbf55;
	color: #fff;
	font-size: 20px;
	transition: .5s all;
	margin-bottom: 12px;
}
.fa-eye-slash {
  cursor: pointer;
}
.btnsss {
	display: inline-block;
	padding: 8px 12px;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-top: 12px;
}
.accordion-body {
  padding: 10px;
}
/* end login page css */

/*=============================
    18. FAQ
===============================*/
.faq__area {
  background: var(--tg-common-color-gray);
  padding: 260px 0 120px;
  margin-top: -140px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .faq__area {
    padding: 240px 0 100px;
  }
}
.faq__area::before {
  content: "";
  position: absolute;
  left: 45px;
  bottom: 20%;
  width: 500px;
  height: 500px;
  background: #E9E2F9;
  filter: blur(200px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.faq__area::after {
  content: "";
  position: absolute;
  right: 54px;
  top: 110px;
  width: 500px;
  height: 500px;
  background: #E9E2F9;
  filter: blur(200px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.faq__img {
  position: relative;
  z-index: 1;
  width: 450px;
  height: 562px;
  border-radius: 1000px;
  background: var(--tg-common-color-white);
  box-shadow: 9px 8px 0px #171717;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .faq__img {
    width: 400px;
    height: 550px;
  }
}
@media (max-width: 767.98px) {
  .faq__img {
    width: 100%;
    height: 500px;
    max-width: 400px;
  }
}
.faq__img img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.faq__img .shape-one {
  position: absolute;
  left: 27%;
  top: 11%;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .faq__img .shape-one {
    left: 25%;
    top: 9%;
  }
}
@media (max-width: 767.98px) {
  .faq__img .shape-one {
    left: 16%;
    top: 11%;
  }
}
.faq__img .shape-one svg {
  color: var(--tg-common-color-yellow-2);
}
.faq__img .shape-two {
  width: 61px;
  height: 46px;
  position: absolute;
  right: 25%;
  top: 10%;
}
@media (max-width: 1199.98px) {
  .faq__img .shape-two {
    right: 18%;
  }
}
.faq__img .shape-two .svg-icon {
  width: 100%;
  height: 100%;
  display: block;
}
.faq__img .shape-two .svg-icon path {
  stroke: var(--tg-common-color-black);
}
.faq__img-two {
  background: #F3F3F3;
  box-shadow: 9px 8px 0px #B8B8B8;
}
.faq__img-wrap {
  position: relative;
  margin-top: 45px;
}
@media (max-width: 991.98px) {
  .faq__img-wrap {
    margin-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .faq__img-wrap {
    margin-top: 0;
  }
}
.faq__content {
  width: 80%;
}
@media (max-width: 1199.98px) {
  .faq__content {
    width: 100%;
  }
}
.faq__content p {
  margin-bottom: 10px;
}
#explore .faq__wrap .accordion-item {
	background-color: transparent;
	border: none;
	border-radius: 0;
	margin: 0 0 10px;
}
.faq__wrap .accordion-item .accordion-button.collapsed {
	background-color: transparent;
	/* border: none; */
	border: 1px solid var(--tg-common-color-gray-5);
	font-size: 20px;
	font-weight: 500;
	font-family: var(--tg-heading-font-family);
	border-radius: 0;
	color: var(--tg-body-color);
	position: relative;
}

.caret-style .accordion-collapse {
	border: 1px solid #ccc;
	border-top: none !important;
	margin: 0 10px;
	background: #fff;
	margin-top: -1px;
	z-index: 111;
	position: relative;
}
.faq__wrap .accordion {
	padding: 20px;
}
 .accordion .accordion-item .down-tap {
	border-left: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 10px;
	width: 99%;
	margin: -1px auto 0;
	z-index: 11111;
	background: #fff;
	position: relative;
} 

@media (max-width: 767.98px) {
  .faq__wrap .accordion-item .accordion-button {
    padding: 22px 30px 22px 0;
  }
}
.faq__wrap .accordion-item .accordion-button::after {
  content: "\f105";
  background-image: none;
  font-family: "flaticon_skill_grow";
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 25px;
  color: var(--tg-common-color-dark);
  box-shadow: none;
  background: transparent;
  font-weight: 700;
}
.faq__wrap .accordion-item .accordion-button:not(.collapsed) {
	box-shadow: none;
	color: #000;
	font-size: 16px;
}
.faq__wrap .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(-90deg);
  color: var(--tg-theme-primary);
}
.faq__wrap .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faq__wrap .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.faq__wrap .accordion-body {
  padding: 15px 0 0;
}
.faq__wrap .accordion-body p {
  margin-bottom: 0;
  color: var(--tg-common-color-dark);
}

.Explore_subExam > li::before {
	display: inline-block;
	content: '';
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 5px;
	width: 5px;
	margin-right: .5rem;
	background-color: #000000;
	vertical-align: middle;
}
.Explore_subExam li a {
	font-size: 15px;
	color: #505050;
	padding: 1px 2px;
}
.curved-circle {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--tg-common-color-dark);
  right: 50%;
  transform: translateX(-50%);
  top: -8%;
  letter-spacing: 5px;
}
@media (max-width: 1199.98px) {
  .curved-circle {
    font-size: 15px;
    top: -6%;
    letter-spacing: 3px;
  }
}
@media (max-width: 767.98px) {
  .curved-circle {
    display: none;
  }
}

/*=============================
    19. Shop
===============================*/
.shop-top-wrap {
  margin-bottom: 30px;
}
.shop-top-left p {
  margin-bottom: 0;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .shop-top-left p {
    margin-bottom: 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-top-left p {
    margin-bottom: 0;
    text-align: left;
  }
}
.shop-top-right {
  position: relative;
  width: 190px;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .shop-top-right {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-top-right {
    margin: 0 0 0 auto;
  }
}
.shop-top-right select {
  background-color: var(--tg-common-color-gray);
  border: none;
  color: var(--tg-body-color);
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 4px;
  outline: none;
  padding: 12px 37px 9px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 1.2;
  height: 40px;
}
.shop-top-right::after {
  content: "\f078";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  right: 15px;
  font-size: 14px;
  color: var(--tg-theme-primary);
}
.shop-item {
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  padding: 25px 25px 30px;
  margin-bottom: 30px;
  background: var(--tg-common-color-white);
}
@media (max-width: 1199.98px) {
  .shop-item {
    padding: 20px 20px 25px;
  }
}
@media (max-width: 991.98px) {
  .shop-item {
    padding: 25px 25px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-item {
    padding: 20px 20px 25px;
  }
}
.shop-item:hover .shop-thumb img {
  opacity: 0.8;
}
.shop-item:hover .shop-action li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.shop-thumb {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}
.shop-thumb img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.shop-thumb .flash-sale {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  padding: 6px 13px;
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  z-index: 1;
}
.shop-thumb .flash-sale.hot {
  background: var(--tg-theme-secondary);
  color: var(--tg-heading-color);
}
.shop-action {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  gap: 10px;
}
.shop-action li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: visibility 0.3s ease-out 0.1s, opacity 0.3s ease-out 0.15s, transform 0.3s ease-out 0.1s;
}
.shop-action li:nth-child(2) {
  transition-delay: 0.15s;
}
.shop-action li:nth-child(3) {
  transition-delay: 0.2s;
}
.shop-action a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--tg-common-color-white);
  color: var(--tg-theme-primary);
  font-size: 15px;
  line-height: 0;
}
.shop-action a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.shop-content {
  text-align: center;
}
.shop-content .price {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  color: var(--tg-theme-primary);
}
.shop-content .price del {
  color: var(--tg-body-color);
  margin-left: 5px;
  opacity: 0.7;
}
.shop-content .title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
}
.shop-content .title a:hover {
  color: var(--tg-theme-primary);
}
.shop-content .rating {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #F8BC24;
  gap: 3px;
  line-height: 1;
  margin: 0 0 10px;
}
.shop-content .rating .avg {
  color: var(--tg-body-color);
}
@media (max-width: 991.98px) {
  .shop-sidebar {
    margin-top: 80px;
  }
}
.shop-widget {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 30px 30px;
  background: #F7F7FA;
  margin-bottom: 30px;
}
.shop-widget:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .shop-widget {
    padding: 25px 20px;
  }
}
@media (max-width: 991.98px) {
  .shop-widget {
    padding: 25px 30px;
  }
}
.shop-widget ul li {
  margin-bottom: 15px;
}
.shop-widget ul li:last-child {
  margin-bottom: 0;
}
.shop-widget .form-check {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
  min-height: inherit;
}
.shop-widget .form-check-input {
  border-radius: 4px;
  border: 1px solid #B2BDCD;
  margin: 0 10px 0 0;
  width: 16px;
  height: 16px;
}
.shop-widget .form-check-input:focus {
  box-shadow: none;
  border-color: var(--tg-theme-primary);
}
.shop-widget .form-check-label {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 400;
  color: var(--tg-body-color);
  user-select: none;
}
.shop-widget .form-check .rating {
  display: flex;
  align-items: center;
}
.shop-widget .form-check .rating ul {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #F8BC24;
  gap: 4px;
}
.shop-widget .form-check .rating ul li {
  margin-bottom: 0;
}
.shop-widget .form-check .rating ul li.delete {
  color: #D7D7D7;
}
.shop-widget .form-check .rating span {
  color: #5A7093;
  margin-left: 5px;
}
@media (max-width: 1500px) {
  .shop-details-images-wrap {
    flex-direction: column-reverse;
  }
}
.shop-details-images-wrap .nav-tabs {
  border-bottom: none;
  gap: 15px;
  margin: 0 0;
  width: 119px;
  flex: 0 0 119px;
  flex-direction: column;
}
@media (max-width: 1500px) {
  .shop-details-images-wrap .nav-tabs {
    width: 100%;
    flex: 0 0 auto;
    flex-direction: row;
  }
}
.shop-details-images-wrap .nav-item {
  width: 120px;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .shop-details-images-wrap .nav-item {
    width: auto;
    flex: 1 0 0%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-details-images-wrap .nav-item {
    width: 120px;
    flex: 0 0 auto;
  }
}
.shop-details-images-wrap .nav-link {
  margin-bottom: 0;
  background: transparent;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  padding: 0 0;
  overflow: hidden;
  opacity: 0.5;
}
.shop-details-images-wrap .nav-link.active {
  border-color: var(--tg-theme-primary);
  opacity: 1;
}
.shop-details-images-wrap .tab-content img {
  border-radius: 6px;
  border: 1px solid #E4E4E4;
}
@media (max-width: 767.98px) {
  .shop-details-images-wrap .tab-content img {
    width: 100%;
  }
}
.shop-details-content {
  margin-left: 25px;
}
@media (max-width: 1199.98px) {
  .shop-details-content {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .shop-details-content {
    margin: 60px 0 0;
  }
}
.shop-details-content > .title {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .shop-details-content > .title {
    font-size: 26px;
  }
}
.shop-details-content .product-review {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .shop-details-content .product-review {
    margin-bottom: 15px;
  }
}
.shop-details-content .product-review .rating {
  display: flex;
  align-items: center;
  color: #F8BC24;
  gap: 3px;
}
.shop-details-content .product-review span {
  color: #5A7093;
}
.shop-details-content .price {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 24px;
  color: var(--tg-theme-primary);
}
.shop-details-content p {
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .shop-details-content p {
    margin-bottom: 30px;
  }
}
.shop-details-qty {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
}
.shop-details-qty .title {
  font-weight: 500;
  font-size: 18px;
  color: var(--tg-theme-primary);
  display: block;
}
.shop-details-qty .wishlist-btn {
  background: #F6F7FA;
  border: 1px solid #E4E4E4;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.shop-details-qty .wishlist-btn:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  border-color: var(--tg-theme-primary);
}
.shop-details-bottom .list-wrap li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}
.shop-details-bottom .list-wrap li:last-child {
  margin-bottom: 0;
}
.shop-details-bottom .list-wrap li .title {
  font-weight: 500;
  font-size: 16px;
  display: block;
  color: var(--tg-heading-color);
}
.shop-details-bottom .list-wrap li .code, .shop-details-bottom .list-wrap li a {
  color: var(--tg-body-color);
}
.shop-details-bottom .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}

.cart-plus-minus {
  position: relative;
  width: 116px;
  flex: 0 0 auto;
}
.cart-plus-minus input {
  width: 100%;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  height: 50px;
  text-align: center;
  padding: 0 30px;
  font-weight: 500;
  font-size: 16px;
  color: var(--tg-heading-color);
}
.cart-plus-minus .qtybutton {
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #838383;
  cursor: pointer;
  border-right: 1px solid #D7D7D7;
  user-select: none;
  -moz-user-select: none;
  line-height: 0;
}
.cart-plus-minus .qtybutton.inc {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 1px solid #D7D7D7;
}
.cart-plus-minus .qtybutton.dec {
  font-size: 26px;
}

.product-desc-wrap {
  margin-top: 100px;
}
.product-desc-wrap .tab-content p {
  margin-bottom: 0;
}
.product-desc-wrap .nav-tabs {
  border-bottom: 2px solid #E6EAEF;
  gap: 30px;
  margin-bottom: 25px;
}
.product-desc-wrap .nav-tabs .nav-link {
  margin-bottom: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0 5px 10px;
  font-weight: 500;
  font-size: 19px;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-body-color);
  position: relative;
}
.product-desc-wrap .nav-tabs .nav-link.active {
  color: var(--tg-theme-primary);
}
.product-desc-wrap .nav-tabs .nav-link.active::before {
  opacity: 1;
}
.product-desc-wrap .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: var(--tg-theme-primary);
  transition: 0.3s linear;
  opacity: 0;
}
.product-desc-review {
  padding: 25px 30px;
  border: 1px solid #E6EAEF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.product-desc-review .left-rc {
  margin-bottom: 10px;
}

.related-product-area {
  position: relative;
  margin-top: 120px;
}
@media (max-width: 767.98px) {
  .related-product-area {
    margin-top: 90px;
  }
}
.related-product-area .shop-thumb img {
  margin: 0 auto;
}

.shop-active [class*=col-] {
  padding: 0 15px;
}
.shop-active .slick-arrow {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--tg-common-color-gray);
  color: var(--tg-theme-primary);
  border: 1px solid var(--tg-common-color-white);
  box-shadow: 0px 10px 20px #DFDFDF;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.shop-active .slick-arrow:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.shop-active .slick-arrow.slick-next {
  left: auto;
  right: -10px;
}

/*=============================
    20. Blog
===============================*/
.blog__post-area {
  position: relative;
  padding: 240px 0 90px;
  background: var(--tg-common-color-gray);
  z-index: 1;
  margin-top: -150px;
}
@media (max-width: 767.98px) {
  .blog__post-area {
    padding: 220px 0 70px;
  }
}
.blog__post-area::before {
  content: "";
  position: absolute;
  left: 50px;
  top: 50px;
  width: 473px;
  height: 473px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #E9E2F9;
  filter: blur(200px);
  z-index: -1;
}
.blog__post-area::after {
  content: "";
  position: absolute;
  right: 10%;
  bottom: 20px;
  width: 473px;
  height: 473px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #E9E2F9;
  filter: blur(200px);
  z-index: -1;
}
.blog__post-area-two {
  padding: 120px 0 90px;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .blog__post-area-two {
    padding: 100px 0 70px;
  }
}
.blog__post-item {
  border: 1px solid #B5B5C3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: var(--tg-common-color-white);
  padding: 20px 25px 35px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  margin-bottom: 30px;
}
.blog__post-item:hover {
  -webkit-box-shadow: 10px 10px 0px 0px #CAC9D6;
  -moz-box-shadow: 10px 10px 0px 0px #CAC9D6;
  -ms-box-shadow: 10px 10px 0px 0px #CAC9D6;
  -o-box-shadow: 10px 10px 0px 0px #CAC9D6;
  box-shadow: 10px 10px 0px 0px #CAC9D6;
}
.blog__post-thumb {
  margin-bottom: 22px;
  position: relative;
}
.blog__post-thumb img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
  height: 224px;
  object-fit: cover;
}
.blog__post-thumb .post-tag {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: var(--tg-common-color-white);
  background: var(--tg-theme-primary);
  position: absolute;
  left: 22px;
  top: 17px;
  padding: 9px 14px;
  border-radius: 30px;
  z-index: 1;
}
.blog__post-thumb .post-tag:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-heading-color);
}
.blog__post-content .title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.blog__post-content .title a {
  display: inline;
  background-image: linear-gradient(var(--tg-heading-color), var(--tg-heading-color)), linear-gradient(var(--tg-heading-color), var(--tg-heading-color));
  background-size: 0% 2px, 0 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}
.blog__post-content .title a:hover {
  color: inherit;
  background-size: 0 2px, 100% 2px;
}
.blog__post-meta {
  margin-bottom: 20px;
}
.blog__post-meta .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.blog__post-meta .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.blog__post-meta .list-wrap li i {
  font-size: 20px;
  color: var(--tg-theme-primary);
  margin-right: 8px;
}
.blog__post-meta .list-wrap li a {
  color: var(--tg-body-color);
  margin-left: 5px;
}
.blog__post-meta .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}
.blog-sidebar {
  margin-left: 15px;
}
@media (max-width: 1199.98px) {
  .blog-sidebar {
    margin-left: 0px;
  }
}
@media (max-width: 991.98px) {
  .blog-sidebar {
    margin-top: 80px;
  }
}
.blog-widget {
  background: var(--tg-common-color-gray);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 30px;
  margin-bottom: 30px;
}
.blog-widget:last-child {
  margin-bottom: 0;
}
.blog-widget .shop-cat-list .list-wrap li {
  line-height: 1;
  margin-bottom: 20px;
}
.blog-widget .shop-cat-list .list-wrap li:last-child {
  margin-bottom: 0;
}
.blog-widget .shop-cat-list .list-wrap li a {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-size: 16px;
  color: var(--tg-body-color);
  gap: 5px;
}
.blog-widget .shop-cat-list .list-wrap li a i {
  color: var(--tg-theme-primary);
  font-size: 20px;
  line-height: 0;
}
.blog-widget .shop-cat-list .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}
.blog-widget .tagcloud {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}
.blog-widget .tagcloud a {
  font-size: 16px;
  color: var(--tg-theme-primary);
  display: block;
  background: var(--tg-common-color-white);
  padding: 10px 15px;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.blog-widget .tagcloud a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}
.blog__details-thumb {
  margin-bottom: 30px;
}
.blog__details-thumb img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  min-height: 300px;
  object-fit: cover;
}
.blog__details-content .title {
  margin-bottom: 10px;
  font-size: 36px;
}
@media (max-width: 1500px) {
  .blog__details-content .title {
    font-size: 32px;
  }
}
@media (max-width: 1199.98px) {
  .blog__details-content .title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .blog__details-content .title {
    font-size: 26px;
  }
}
.blog__details-content > p {
  margin-bottom: 10px;
}
.blog__details-content .inner-title {
  margin-bottom: 10px;
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .blog__details-content .inner-title {
    font-size: 24px;
  }
}
.blog__details-content-inner {
  margin: 30px 0 25px;
}
.blog__details-content-inner > p {
  margin-bottom: 20px;
}
.blog__details-bottom {
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  padding: 20px 0;
  margin: 40px 0 30px;
}
.blog__details-bottom .tg-post-tag {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.blog__details-bottom .tg-post-tag .tag-title {
  margin-bottom: 0;
  font-size: 17px;
}
.blog__details-bottom .tg-post-tag .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog__details-bottom .tg-post-tag .list-wrap li a {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  display: block;
  font-size: 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 10px 21px;
  line-height: 1.2;
}
.blog__details-bottom .tg-post-tag .list-wrap li a:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-heading-color);
}
.blog__details-bottom .tg-post-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .blog__details-bottom .tg-post-social {
    margin-top: 15px;
  }
}
.blog__details-bottom .tg-post-social .social-title {
  margin-bottom: 0;
  font-size: 17px;
}
.blog__details-bottom .tg-post-social .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog__details-bottom .tg-post-social .list-wrap li a {
  font-size: 20px;
  color: var(--tg-body-color);
}
.blog__details-bottom .tg-post-social .list-wrap li a:hover {
  color: var(--tg-theme-secondary);
}
.blog__post-author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 41px 45px;
  background: #F7F7FA;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .blog__post-author {
    padding: 30px 25px;
  }
}
@media (max-width: 767.98px) {
  .blog__post-author {
    flex-wrap: wrap;
    gap: 25px;
  }
}

/* multidiv css :start */
/* .TSeries_Breadcrumb {
	background-color: #495271;
} */

/* multidiv css end */
.blog__post-author-thumb {
  width: 115px;
  flex: 0 0 auto;
}
.blog__post-author-thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.blog__post-author-content .designation {
  display: block;
  line-height: 1;
  color: var(--tg-common-color-dark);
  margin-bottom: 5px;
}
.blog__post-author-content .name {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 500;
}
.blog__post-author-content p {
  margin-bottom: 0;
}

.widget_search {
  padding: 0 0;
}
.widget-title {
  margin-bottom: 20px;
  font-size: 20px;
}

.sidebar-search-form form {
  position: relative;
}
.sidebar-search-form input {
  background: var(--tg-common-color-gray);
  width: 100%;
  border: none;
  padding: 15px 45px 15px 20px;
  color: var(--tg-body-color);
  font-size: 16px;
  line-height: 1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.sidebar-search-form input::placeholder {
  color: var(--tg-body-color);
  font-size: 16px;
  opacity: 0.8;
}
.sidebar-search-form button {
  border: none;
  padding: 0;
  background: transparent;
  font-size: 22px;
  line-height: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.rc-post-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.rc-post-item:last-child {
  margin-bottom: 0;
}
.rc-post-thumb {
  width: 74px;
  flex: 0 0 auto;
}
.rc-post-thumb img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.rc-post-content .date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
  color: var(--tg-common-color-gray-3);
  margin-bottom: 12px;
}
.rc-post-content .date i {
  color: var(--tg-theme-primary);
  font-size: 14px;
}
.rc-post-content .title {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}

blockquote {
  background: #EFEEFE;
  margin: 40px 90px;
  padding: 35px 120px 35px 45px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1500px) {
  blockquote {
    margin: 40px 50px;
  }
}
@media (max-width: 1199.98px) {
  blockquote {
    margin: 40px 20px;
    padding: 35px 100px 35px 30px;
  }
}
@media (max-width: 767.98px) {
  blockquote {
    margin: 40px 0;
    padding: 30px 30px 30px 30px;
  }
}
blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: var(--tg-theme-primary);
}
blockquote::after {
  content: "\f10e";
  position: absolute;
  right: 30px;
  top: 22px;
  line-height: 1;
  font-size: 62px;
  color: #CECCFD;
  font-family: var(--tg-icon-font-family);
  font-weight: 700;
  z-index: -1;
}
@media (max-width: 767.98px) {
  blockquote::after {
    right: 17px;
    top: 17px;
    font-size: 40px;
  }
}
blockquote > p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  color: var(--tg-common-color-dark);
  font-family: var(--tg-heading-font-family);
}
@media (max-width: 1199.98px) {
  blockquote > p {
    font-size: 18px;
  }
}

.comment-wrap-title .title {
  margin-bottom: 50px;
  font-size: 24px;
}
.comment-respond {
  background: #F7F7FA;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 32px 45px 50px;
}
@media (max-width: 1199.98px) {
  .comment-respond {
    padding: 32px 25px 50px;
  }
}
.comment-reply-title {
  margin-bottom: 5px;
  font-size: 30px;
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .comment-reply-title {
    font-size: 26px;
  }
}
.comment-form .row {
  --bs-gutter-x: 20px;
}
.comment-form .row [class*=col-] {
  padding: 0 10px;
}
.comment-notes {
  margin-bottom: 15px;
}
.comment-field {
  margin-bottom: 15px;
}
.comment-field input, .comment-field textarea {
  width: 100%;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: var(--tg-common-color-white);
  border: 1px solid #E1E4E7;
  font-size: 16px;
  color: var(--tg-body-color);
  padding: 15px 15px;
  line-height: 1.2;
  height: 50px;
}
.comment-field input::placeholder, .comment-field textarea::placeholder {
  opacity: 0.8;
  font-size: 16px;
  color: var(--tg-body-color);
}
.comment-field textarea {
  min-height: 130px;
  max-height: 130px;
}
.comment-field.checkbox-grp {
  display: flex;
  align-items: center;
  margin: 15px 0 32px;
}
.comment-field.checkbox-grp input {
  width: 22px;
  margin-right: 9px;
  height: 22px;
  cursor: pointer;
}
.comment-field.checkbox-grp label {
  font-weight: 400;
  font-size: 16px;
  color: var(--tg-body-color);
  user-select: none;
}

.latest-comments .list-wrap li {
  padding-bottom: 30px;
  margin-bottom: 45px;
  border-bottom: 1px solid #E8E8E8;
}
.latest-comments .list-wrap li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.latest-comments .list-wrap li:last-child .comments-box {
  margin-left: 45px;
}
@media (max-width: 767.98px) {
  .latest-comments .list-wrap li:last-child .comments-box {
    margin-left: 0;
  }
}
.latest-comments .comments-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
@media (max-width: 767.98px) {
  .latest-comments .comments-box {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.latest-comments .comments-avatar {
  flex: 0 0 auto;
  width: 115px;
}
.latest-comments .comments-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.latest-comments .comments-text .avatar-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.latest-comments .comments-text .avatar-name .name {
  font-size: 20px;
  margin-bottom: 0;
}
.latest-comments .comments-text .avatar-name .date {
  font-size: 14px;
  margin-left: auto;
  font-weight: 500;
}
.latest-comments .comments-text p {
  margin-bottom: 15px;
}
.latest-comments .comments-text .comment-reply .comment-reply-link {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background: #F7F7FB;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  line-height: 1;
  padding: 10px 18px;
}
.latest-comments .comments-text .comment-reply .comment-reply-link:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
}

.pagination__wrap ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.pagination__wrap ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #E6E9EF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 18px;
  color: var(--tg-heading-color);
  font-family: var(--tg-heading-font-family);
  font-weight: var(--tg-fw-medium);
}
.pagination__wrap ul li a:hover {
  color: var(--tg-common-color-white);
  background: var(--tg-theme-primary);
}
.pagination__wrap ul li.active a {
  color: var(--tg-common-color-white);
  background: var(--tg-theme-primary);
}

/*=============================
    21. Newsletter
===============================*/
.newsletter__area {
  background: var(--tg-theme-primary);
  position: relative;
  padding: 35px 0 0;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .newsletter__area {
    padding: 40px 0;
  }
}
.newsletter__img-wrap {
  position: relative;
  text-align: center;
}
@media (max-width: 991.98px) {
  .newsletter__img-wrap {
    display: none;
  }
}
.newsletter__img-wrap img:not(:nth-child(1)) {
  position: absolute;
}
.newsletter__img-wrap img:nth-child(2) {
  left: 5%;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .newsletter__img-wrap img:nth-child(2) {
    left: 15%;
  }
}
.newsletter__img-wrap img:nth-child(3) {
  right: 16%;
  top: 18%;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .newsletter__img-wrap img:nth-child(3) {
    right: 5%;
  }
}
@media (max-width: 991.98px) {
  .newsletter__content {
    text-align: center;
  }
}
.newsletter__content .title {
  margin-bottom: 25px;
  color: var(--tg-common-color-white);
  font-size: 36px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.2;
}
@media (max-width: 1199.98px) {
  .newsletter__content .title {
    font-size: 34px;
  }
}
.newsletter__content .title span {
  font-weight: 700;
}
.newsletter__form {
  width: 80%;
}
@media (max-width: 1199.98px) {
  .newsletter__form {
    width: 100%;
  }
}
.newsletter__form form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .newsletter__form form {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.newsletter__form form input {
  width: 100%;
  border: 1px solid #433EC2;
  background: #4A44D1;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  color: var(--tg-common-color-white);
  font-size: 16px;
  padding: 18px 20px;
  line-height: 1.4;
  height: 60px;
  flex-grow: 1;
}
.newsletter__form form input::placeholder {
  color: #9E9BF1;
  font-size: 16px;
  text-transform: capitalize;
}
.newsletter__form form .btn {
  background: var(--tg-theme-secondary);
  min-width: 198px;
  border: 1px solid #141109;
  padding: 20px 30px;
  color: var(--tg-heading-color);
  box-shadow: 4px 6px 0px 0px #3D3D3D;
}
.newsletter__form form .btn:hover {
  box-shadow: none;
}
.newsletter__shape img {
  position: absolute;
  right: 14%;
  top: 0;
  z-index: -1;
}
@media (max-width: 1500px) {
  .newsletter__shape img {
    right: 0;
  }
}
@media (max-width: 1199.98px) {
  .newsletter__shape img {
    display: none;
  }
}

/*=============================
    15. Work
===============================*/
.work__images {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 991.98px) {
  .work__images {
    margin-bottom: 50px;
  }
}
.work__images .shape {
  right: 220px;
}
@media (max-width: 767.98px) {
  .work__images .shape {
    right: 88px;
  }
}
.work__content {
  width: 85%;
}
@media (max-width: 1199.98px) {
  .work__content {
    width: 100%;
  }
}
.work__content > p {
  margin-bottom: 25px;
}
.work__list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0 -15px;
}
.work__list-box {
  width: 50%;
  flex: 0 0 auto;
  padding: 0 15px;
  margin-bottom: 30px;
}
.work__list-box-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 18px;
}
@media (max-width: 1199.98px) {
  .work__list-box-top {
    display: block;
  }
}
.work__list-box-top .title {
  font-size: 20px;
  margin-bottom: 0;
}
.work__list-box .icon {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #FF6666;
  border: 1px solid #CE3B3B;
  font-size: 35px;
  line-height: 0;
  color: var(--tg-common-color-white);
  -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1199.98px) {
  .work__list-box .icon {
    margin-bottom: 20px;
  }
}
.work__list-box p {
  margin-bottom: 0;
}
.work__list-box:nth-child(2) .icon {
  background: #1BCBE3;
  border: 1px solid #019AAF;
}

/*=============================
    22. Contact
===============================*/
.contact-info-wrap .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 40px 40px;
  margin-bottom: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #E1E1E1;
  background: #F7F7FA;
  gap: 25px;
}
@media (max-width: 1199.98px) {
  .contact-info-wrap .list-wrap li {
    padding: 25px 25px;
    gap: 15px;
    flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .contact-info-wrap .list-wrap li {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767.98px) {
  .contact-info-wrap .list-wrap li {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .contact-info-wrap .list-wrap li {
    flex-direction: row;
    align-items: center;
  }
}
.contact-info-wrap .list-wrap li:last-child {
  margin-bottom: 0;
}
.contact-info-wrap .list-wrap li .icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--tg-theme-primary);
  color: var(--tg-common-color-white);
  font-size: 20px;
  line-height: 0;
  flex: 0 0 auto;
}
.contact-info-wrap .list-wrap li .content .title {
  font-size: 20px;
  margin-bottom: 5px;
}
.contact-info-wrap .list-wrap li .content p {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.4;
}
.contact-info-wrap .list-wrap li .content a {
  display: block;
  font-weight: 500;
  color: var(--tg-body-color);
  line-height: 1.4;
}
.contact-info-wrap .list-wrap li .content a:hover {
  color: var(--tg-theme-primary);
}
.contact-form-wrap {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #E1E1E1;
  background: #F7F7FA;
  padding: 30px 40px 42px;
}
@media (max-width: 1199.98px) {
  .contact-form-wrap {
    padding: 30px 25px 40px;
  }
}
@media (max-width: 991.98px) {
  .contact-form-wrap {
    padding: 30px 30px 40px;
    margin-top: 60px;
  }
}
@media (max-width: 767.98px) {
  .contact-form-wrap {
    padding: 25px 20px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-form-wrap {
    padding: 30px 25px 40px;
  }
}
.contact-form-wrap .title {
  margin-bottom: 5px;
  position: relative;
  font-size: 30px;
}
@media (max-width: 1199.98px) {
  .contact-form-wrap .title {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .contact-form-wrap .title {
    font-size: 24px;
  }
}
.contact-form-wrap p {
  margin-bottom: 15px;
}
.contact-form-wrap .form-grp {
  margin-bottom: 20px;
}
.contact-form-wrap .form-grp input, .contact-form-wrap .form-grp textarea {
  width: 100%;
  border: 1px solid #E1E4E7;
  border-radius: 5px;
  display: block;
  background: var(--tg-common-color-white);
  font-weight: 400;
  font-size: 16px;
  color: var(--tg-body-color);
  padding: 11px 20px;
  height: 50px;
  transition: 0.3s;
}
.contact-form-wrap .form-grp input::placeholder, .contact-form-wrap .form-grp textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: var(--tg-body-color);
  opacity: 0.8;
}
.contact-form-wrap .form-grp input:focus, .contact-form-wrap .form-grp textarea:focus {
  border-color: var(--tg-theme-primary);
}
.contact-form-wrap .form-grp textarea {
  min-height: 230px;
  max-height: 230px;
}
.contact-form-wrap .row {
  --bs-gutter-x: 20px;
}
.contact-map {
  width: 100%;
  height: 555px;
  margin-top: 70px;
}
@media (max-width: 1199.98px) {
  .contact-map {
    height: 430px;
  }
}
@media (max-width: 767.98px) {
  .contact-map {
    height: 380px;
  }
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}

.ajax-response.error, .ajax-response.success {
  margin: 20px 0 0 !important;
}
.ajax-response.error {
  color: red;
}
.ajax-response.success {
  color: green;
}

/*=============================
    05. SignUp
===============================*/
.singUp-wrap {
  background: #F7F7FA;
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  padding: 30px 50px 40px;
}
@media (max-width: 767.98px) {
  .singUp-wrap {
    padding: 30px 20px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .singUp-wrap {
    padding: 30px 30px 30px;
  }
}
.singUp-wrap .title {
  font-size: 36px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .singUp-wrap .title {
    font-size: 26px;
  }
}
.singUp-wrap p {
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .singUp-wrap p br {
    display: none;
  }
}

.account__social-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-common-color-white);
  border: 1px solid #E1E1E1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  gap: 10px;
  color: var(--tg-common-color-dark);
  padding: 10px 20px;
}
.account__social-btn:hover {
  color: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
}
.account__divider {
  position: relative;
  text-align: center;
  padding-block-end: 35px;
  margin-block-start: 35px;
}
.account__divider::before {
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  top: 0;
  background: #E1E1E1;
  position: absolute;
}
.account__divider span {
  font-size: 16px;
  color: var(--tg-heading-color);
  padding: 20px;
  top: -35px;
  left: 45%;
  position: absolute;
  background: #F7F7FA;
}
.account__form .form-grp {
  margin-bottom: 20px;
}
.account__form .form-grp label {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.account__form .form-grp input {
  width: 100%;
  padding: 14px 20px;
  font-size: 16px;
  color: var(--tg-heading-color);
  border: 1px solid #E1E1E1;
  background: var(--tg-common-color-white);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  line-height: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.account__form .form-grp input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: var(--tg-body-color);
  opacity: 0.8;
  text-transform: capitalize;
}
.account__form .form-grp input:focus {
  border-color: var(--tg-theme-primary);
}
.account__form .btn {
  width: 100%;
  justify-content: center;
  margin-top: 30px;
}
.account__switch {
  margin-top: 30px;
}
.account__switch p {
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.account__switch p a {
  color: var(--tg-theme-primary);
  text-decoration: underline;
}
.account__switch p a:hover {
  color: var(--tg-theme-secondary);
}
.account__check {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}
.account__check-remember {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 5px;
}
.account__check-remember input {
  width: 20px;
  height: 20px;
  margin-inline-end: 3px;
}
.account__check-remember input:focus {
  box-shadow: none;
}
.account__check-remember input:checked {
  background-color: var(--tg-theme-primary);
  border-color: var(--tg-theme-primary);
}
.account__check-remember label {
  user-select: none;
}
.account__check-forgot a {
  color: var(--tg-theme-primary);
  font-size: 16px;
  text-decoration: underline;
}
.account__check-forgot a:hover {
  color: var(--tg-theme-primary);
}

/*=============================
    23. 404 Error
===============================*/
.error-area {
  padding: 120px 0;
}
@media (max-width: 1500px) {
  .error-area {
    padding: 100px 0;
  }
}
.error-img {
  text-align: center;
  width: 648px;
  height: 323px;
  margin: 0 auto 65px;
}
@media (max-width: 1500px) {
  .error-img {
    margin-bottom: 45px;
  }
}
@media (max-width: 991.98px) {
  .error-img {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .error-img {
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
  }
}
.error-img svg {
  width: 100%;
  height: 100%;
  color: var(--tg-theme-secondary);
}
.error-content .title {
  margin-bottom: 60px;
  font-weight: 600;
  font-size: 40px;
}
@media (max-width: 1199.98px) {
  .error-content .title {
    margin-bottom: 35px;
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  .error-content .title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.error-content .title span {
  display: block;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .error-content .title span {
    margin-top: 5px;
  }
}
.error-content .tg-button-wrap {
  justify-content: center;
}

/*=============================
    24. Footer
===============================*/
.footer__area {
	background: #000;
}
.footer__widget .logo {
	width: 82%;
}
.footer__widget .mb-35 {
	margin-bottom: 0;
}
.play.mb-35 {
	width: 50%;
}
.mail-handle {
	color: #fff;
	font-size: 14px;
}
.footer__area-two {
  margin-top: -160px;
  background: var(--tg-common-color-black);
}
.footer__area-two .footer__top {
  padding: 230px 0 60px;
}
 .social-icon .fotter-manage {
	color: #fff;
	margin-top: 45px;
}
.footer__top {
	padding: 39px 0 60px;
}
.sub-menu {
	list-style-type: none;
	/* padding-right: 13px; */
	/* margin-right: 6px; */
	padding-left: 0;
	color: #fff;
}
.help_section_footer p {
	color: #fff;
	font-size: 17px;
}
.help_section_footer p {
	color: #fff;
	font-size: 17px;
}
.lang-switcher {
	background: #e9e9ed;
	border: none;
	border-radius: 5px;
	padding: 5px 10px;
	color: #595959;
	font-size: 501;
	font-size: 501;
	font-weight: 500;
}
.help_section_footer .sub-menu .multi-sub {
	margin-top: 10px;
	font-size: 14px;
}
.footer__widget .logo  img {
	width: 80%;
	background: #fff;
	padding: 0 7px 7px;
}  
.footer__top hr {
	border-bottom: 1px solid var(--tg-common-color-gray);
	border-top: 0 none;
	margin: 20px 9px;
	padding: 0;
}
.social-icon ul {
	padding: 0;
}
.social-icon li {
	list-style-type: none;
	display: inline-block;
	height: 25px;
	background: #fff;
	width: 25px;
	text-align: center;
	margin-right: 5px;
}
.social-icon a {
	color: #fe7330;
}
@media (max-width: 767.98px) {
  .footer__top {
    padding: 80px 0 40px;
  }
}
.footer__top .row [class*=col-]:nth-child(2) .footer__widget {
  margin-left: 60px;
}
@media (max-width: 991.98px) {
  .footer__top .row [class*=col-]:nth-child(2) .footer__widget {
    margin-left: 0;
  }
}
.footer__top .row [class*=col-]:nth-child(3) .footer__widget {
  margin-left: 60px;
}
@media (max-width: 991.98px) {
  .footer__top .row [class*=col-]:nth-child(3) .footer__widget {
    margin-left: 0;
  }
}
.footer__widget {
  margin-bottom:0;
}
.copy-content {
	font-size: 10px;
	color: #fff;
}
.footer__widget-title {
  margin-bottom: 0;
  color: var(--tg-common-color-white);
  font-size: 22px;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.footer__widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: var(--tg-theme-primary);
}
.footer__content p {
	/* margin-bottom: 12px; */
	color: #fff;
	width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__content p {
    width: 100%;
  }
}
.footer__content .list-wrap li {
  color: var(--tg-common-color-gray-5);
  font-weight: 500;
  margin-bottom: 7px;
}
.footer__content .list-wrap li:last-child {
  margin-bottom: 0;
}
.footer__link .list-wrap li {
  margin-bottom: 10px;
}
.footer__link .list-wrap li:last-child {
  margin-bottom: 0;
}
.footer__link .list-wrap li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--tg-common-color-gray-5);
  position: relative;
}
.footer__link .list-wrap li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}
.footer__link .list-wrap li a:hover {
  color: var(--tg-theme-secondary);
}
.footer__link .list-wrap li a:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.footer__contact-content p {
  margin-bottom: 10px;
  color: var(--tg-common-color-gray-5);
}
.footer__social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 35px;
}
.footer__social li a {
  color: var(--tg-common-color-gray-5);
}
.footer__social li a:hover {
  color: var(--tg-theme-secondary);
}
.footer__bottom {
  background: var(--tg-common-color-dark);
  padding: 35px 0;
}
@media (max-width: 991.98px) {
  .footer__bottom {
    padding: 25px 0;
  }
}
.footer__bottom-menu .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}
@media (max-width: 767.98px) {
  .footer__bottom-menu .list-wrap {
    justify-content: center;
  }
}
.footer__bottom-menu .list-wrap li a {
  color: #8C9AB4;
  position: relative;
}
.footer__bottom-menu .list-wrap li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}
.footer__bottom-menu .list-wrap li a::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 12px;
  background: #8C9AB4;
}
.footer__bottom-menu .list-wrap li a:hover {
  color: var(--tg-theme-secondary);
}
.footer__bottom-menu .list-wrap li a:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.footer__bottom-menu .list-wrap li:last-child a::after {
  display: none;
}

.app-download {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.app-download a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.copy-right-text p {
  margin-bottom: 0;
  color: #8C9AB4;
}
@media (max-width: 767.98px) {
  .copy-right-text p {
    margin-bottom: 5px;
    text-align: center;
  }
}

/*=============================
    00. Keyframe Animation
===============================*/
@-webkit-keyframes hoverShine {
  100% {
    left: 125%;
  }
}
@keyframes hoverShine {
  100% {
    left: 125%;
  }
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 180s;
  animation-duration: 180s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.alltuchtopdown {
  -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}


/*# sourceMappingURL=main.css.map */
/* quiz css start */
.ts_qz_bg {
	background: #f6f8f9;
	/* display: none; */
	font-family: 'Poppins';
}
.pace .pace-progress {
	position: fixed;
	top: 0;
	right: 100%;
	z-index: 2000;
	width: 100%;
	height: 2px;
	background: #20a8d8;
}
.Ts_QuizQues {
	font-size: 16px;
}
.Ts_Quizheader {
	display: block;
	padding: 4px 15px 5px 15px;
	box-shadow: 0px 1px 4px 0px #a6a6a6;
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 9;
}
.Ts_Quiz-logo, .Ts_QuizSubmit {
	width: 35%;
}
.Ts_Quiz-logo, .Ts_Quiz-timer, .Ts_QuizSubmit {
	display: inline-block;
	vertical-align: middle;
}
.Ts_Quiz-logo .Qts_logo_image {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.Ts_QuizQues a {
	outline: none !important;
}
.Ts_Quiz-logo .Qts_logo_image img {
	max-width: 180px;
	max-height: 55px;
}
.Qts_QuesPaperName {
	margin-top: 4%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	color: #272727;
}
.ts_qz_bg {
	font-family: 'Poppins';
}
.Ts_Quiz-timer {
	width: 29%;
}
.Ts_Quiz-logo, .Ts_Quiz-timer, .Ts_QuizSubmit {
	display: inline-block;
	vertical-align: middle;
}
.marking_time {
	text-align: center;
	color: black;
	font-size: 16px;
	cursor: pointer;
	background: #eee;
	width: -moz-max-content;
	width: max-content;
	margin: 0 auto 0;
	padding: 4px 12px;
	border-radius: 5px;
}
.marking_time .fa {
	transform: translateY(1px);
}
.marking_time {
	text-align: center;
	color: black;
	font-size: 16px;
	cursor: pointer;
}
.tsQz_mobileView {
	display: none;
}
.Ts_QuizQues {
	font-size: 16px;
}
.Qts_QuesPaperName {
	margin-top: 4%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	color: #272727;
}
.Qts_QuesPaperName {
	margin-top: 4%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	color: #272727;
}
.Ts_QuizSubmit ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
	text-align: right;
}
.Ts_QuizSubmit ul li {
	display: inline-block;
	margin: 0 0 0 32px;
	vertical-align: middle;
}
.Ts_QuizSubmit ul li a {
	color: #272727;
	text-decoration: none;
}
.langBg.lang-eg {
	background-position: -4px -6px;
}
.langBg {
	display: inline-block;
	background: url('/assets/img/icons/lang_change.png') no-repeat;
	text-indent: -9999px;
	text-align: left;
	width: 25px;
	height: 25px;
	vertical-align: middle;
}
.Ts_QuizSubmit ul li a {
	color: #272727;
}
.Ts_QuizSubmit ul .TsQ_submitBtn a {
	border: 1px solid #314175;
	border-radius: 5px;
	color: #fff;
	padding: 6px 12px;
	font-size: 16px !important;
	background: #314175;
}
.Ts_QuizSubmit ul .TsQ_submitBtn a {
	color: #fff;
	font-size: 16px !important;
}
.Ts_QuizContent {
	background: #f6f8f9;
}
.QuizQ_center {
	width: 600px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(33, 33, 33, 0.26);
	border-radius: 4px;
	margin: 85px auto 30px;
	padding: 10px 15px 10px 15px;
	transition: all .2s ease-out;
	margin-bottom: 75px;
}
.QuizQ-head {
	margin: 0 0 15px 0;
}
.QuizQ-heading, .QuizQ-moreIcon {
	display: inline-block;
	vertical-align: middle;
}
.QuizQ-heading {
	width: 84%;
}
.QuizQ-heading h4 {
	color: #272727;
	margin: 0 0 0 0;
	font-weight: bold;
}
.NwQsExplore_modal {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	right: 0px;
	color: #949494;
	top: 0px;
	margin-left: 7px;
	padding: 0px 0px 0 0;
}
.icon_nob_cirle {
	border-radius: 50%;
	height: 20px;
	width: 20px;
	text-align: center;
	border: 1px solid #b8b8b8;
	display: inline-block;
	margin-right: 4px;
}
.QuizQ-moreIcon {
	width: 14%;
	text-align: right;
	position: relative;
}
.QuizQ-heading, .QuizQ-moreIcon {
	display: inline-block;
	vertical-align: middle;
}
.tsQ_optList {
	padding: 0 0 0 0;
	list-style: none;
	margin: 0 0 0 0;
}
.tsQ_optList li label {
	border: 1px solid #dfe4e8;
	padding: 16px 10px 9px 10px;
	margin: 15px 0 15px 0;
	cursor: pointer;
	display: flex;
	border-radius: 5px;
}
.tsQ_optNum {
	background: #314175;
	color: #fff;
	height: 23px;
	width: 23px;
	display: inline-block;
	text-align: center;
	margin-right: 7px;
	border-radius: 50%;
	line-height: 23px;
}
.tsQ_optText {
	font-weight: normal;
	width: 95%;
}
.TsQ_bottomBtn {
	background: #314175;
	position: fixed;
	width: 100%;
	bottom: 0;
	padding: 15px 10px 15px 10px;
}
.TsQ_btns {
	color: #fff;
	text-align: center;
	display: block;
	cursor: pointer;
}

.TsQ_btns svg {
	margin: 0 5px 0 5px;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
.tsQ_optText {
	font-weight: normal;
	width: 95%;
}
.tsQ_optList li label:hover {
	background: lightgray;
}

.sub-q.ng-binding {
	color: #fff;
	font-family: poppins ,sans-serif;
	font-size: 19px;
}
     

/* quiz css end */



/* quiz css end */

/* quiz result css start */

ul.TS_breadcrumb_div {
    padding: 16px 16px;
    list-style: none;
    margin: 0;
}
ul.TS_breadcrumb_div li {
	display: inline;
	font-size: 16px;
	color: #000;
}
ul.TS_breadcrumb_div li a {
    color: #420C0C;
	text-decoration: none !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
}  
.sticky {
	position: sticky !important;
	top: 9%;
	z-index: 999999999;
	width: 35% !important;
	margin: 0 auto;
	border-radius: 18px;
}
.sticky .nav_main_containerr {
	border-radius: 10px;
}
.sticky .menu_item_total_counts.ng-binding {
	display: none;
}
.sticky .nav_items {
	display: flex;
	flex-direction: inherit;
	justify-content: center;
	align-items: center;
}
.sticky .menu_item_name {
	font-size: 14px;
}
.sticky .nav_main_containerr .ng-scope {
	padding: 10px 0;
	margin: 0 10px;
}
.sticky .nav_icon {
	width: 17%;
	margin-right: 8px;
}
 .navbarr {
	width: 100%;
	position: relative; 
}

.stickyy {
	position: fixed;
	top: 20%;
	z-index: 9999999;
}



.edith .bg-white {
    background-color: #fff !important;
}
.edith .card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.edith * {
    box-sizing: border-box;
}
.show {
    display: block !important;
}
.edith .text-center {
    text-align: center !important;
}
.edith .lead {
    font-weight: 300;
    font-size: 17px !important;
}
.greeting_text_cnt {
    margin-bottom: 2px;
}
.edith .text-danger {
    color: #e74a3b !important;
}
.edith h2, .edith .h2 {
    font-size: 1.8rem;
}
#animation_cnt {
    margin-top: -15px;
}
.edith .pb-2, .edith .py-2 {
    padding-bottom: 0.5rem !important;
}
.edith .pl-1, .edith .px-1 {
    padding-left: 0.25rem !important;
}
.edith .pr-1, .edith .px-1 {
    padding-right: 0.25rem !important;
}
.edith .mr-3, .edith .mx-3 {
    margin-right: 1rem !important;
}
.edith .mb-2, .edith .my-2 {
    margin-bottom: 0.5rem !important;
}
.edith .mt-2, .edith .my-2 {
    margin-top: 0.5rem !important;
}
.edith .h-100 {
    height: 100% !important;
}
.edith .text-xs {
    font-size: 1.2rem;
}
.edith .text-seag {
    color: #455a64 !important;
    font-weight: 400;
}
.edith h5 {
    font-size: 1.75rem;
}
.text-sec-value {
    font-size: 17px;
}
.edith .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.edith .text-lightb {
    color: #676b77 !important;
    font-size: 13px;
    margin-top: 40px;
}
.edith .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}
.edith .list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.edith .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
.edith .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.edith .font-weight-bold {
    font-weight: 500 !important;
}
.edith .h6 {
    font-size: 17px;
}
.edith .font-weight-light {
    font-weight: 300 !important;
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}
.text-white {
    color: rgba(255, 255, 255, 1) !important;
    font-size: 16px;
    margin-left: 11px;
    margin-top: -9px !important;
    padding-top: -46px;
}
.edith .firstTrophy {
    color: gold;
    position: absolute;
    top: -50px;
}
.edith .secondTrophy {
    color: gold;
}
.edith .d-inline-block {
    display: inline-block !important;
}
.edith .font-weight-bold {
    font-weight: 500 !important;
}
.fa-stack-2x {
    text-align: left;
    font-size: 27px !important;
    color: #8F8586;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: -32px !important;
}
.fa-stack-1x {
    text-align: left;
    font-size: 30px;
    color: #8F8586;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -29px;
}

/* quiz result css end */