/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* import files */
@import url("../css/auth.css");
@import url("../css/header_footer.css");

body {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #424242;
  overflow-x: hidden;
}

body.headitemshow {
  overflow: hidden;
}

.field-error {
  color: red;
}

.headitemshow {
  position: relative;
}

.headitemshow:before {
  background: rgba(89, 76, 70, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: 11;
}

a:hover {
  color: #2D66CB;
}

a,
a:hover {
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.unlock-open {
  overflow: hidden;
}

/*Sidebar Overlay common */
body.unlock-open {
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 999;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Sidebar container */
.sidebar {
  position: fixed;
  background: #FFFFFF;
  width: 600px;
  height: 100%;
  top: 0;
  right: -600px;
  transition: right 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
}

.sidebar.active {
  right: 0;
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 24px 12px 24px;
  background: #fff;
}

.sidebar-header h2 {
  margin: 0;
  color: #000E27;
  font-weight: 700;
  font-size: 24px;
}

#closeBtn {
  cursor: pointer;
  font-size: 22px;
}

.myorder-main {
  margin-bottom: 20px;
  padding: 12px 24px 12px 24px;
}

.oderdetil-info {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 14, 39, 0.10);
}

.comoderdtil-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
}

.comoderdtil-wrap span {
  font-weight: 400;
  font-size: 16px;
  color: #000E27;
}

/*Sidebar Overlay common End*/


.form-control:focus {
  box-shadow: none;
}

.input_group_include.field_active .form-control {
  border: 2px solid #2D66CB;
}

.input_group_include.field_active .auth-icon svg,
.input_group_include.field_active .eye-icon i,
.input_group_include.field_active .toggle-hide-show svg {
  opacity: 1;
}

.iti.field_active+.auth-icon svg {
  opacity: 1;
}

.iti.field_active+.auth-icon svg path {
  fill: #2D66CB;
}

.iti__flag {
  display: none;
}

.input_group_include.field_active .auth-icon svg path,
.input_group_include.field_active .toggle-hide-show svg path {
  stroke: #2D66CB;
}

.input_group_include.field_active .form-control:focus+.toggle-hide-show {
  opacity: 1;
}

.iti {
  width: 100%;
}

.iti__selected-flag {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.iti--separate-dial-code .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti__arrow {
  border: unset;
  position: relative;
}

.iti__arrow::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.183058 0.183058C0.404947 -0.0388305 0.752167 -0.0590022 0.996843 0.122543L1.06694 0.183058L6.45833 5.57417L11.8497 0.183058C12.0716 -0.0388305 12.4188 -0.0590022 12.6635 0.122543L12.7336 0.183058C12.9555 0.404947 12.9757 0.752167 12.7941 0.996843L12.7336 1.06694L6.90028 6.90028C6.67839 7.12216 6.33117 7.14234 6.08649 6.96079L6.01639 6.90028L0.183058 1.06694C-0.0610194 0.822864 -0.0610194 0.427136 0.183058 0.183058Z' fill='%23000E27'/%3E%3C/svg%3E%0A");
  width: 13px;
  height: 8px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-left: 82px !important;
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  color: rgba(0, 14, 39, 0.5);
}

.iti {
	display: block;
}

.iti__flag {
	display: none;
}

.iti__selected-country {
	flex-flow: row-reverse;
	padding: 0 0 0 15px;

}

.iti--separate-dial-code .iti__selected-flag {
	background: transparent;
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
	color: rgba(0, 0, 0, 0.40);
}

.iti__arrow {
	border: none !important;
	background: url(../images/popup-images/down-arrow.jpg) no-repeat !important;
	width: 14px !important;
	height: 8px !important;
	margin-left: 0 !important;
}

.iti__flag-box,
.iti__country-name {
	color: #121212;
}

.login-card .input_group_include .iti {
	width: 100%;
}

.form-control.iti__tel-input {
	padding-top: 11.5px;
	padding-bottom: 11.5px;
	font-size: 16px;
	color: #545454;
	box-shadow: none;
}

.authslctfrm .select2-container {
  width: 100% !important;
  z-index: 1;
  background-color: #FAFAFA;
}

.authslctfrm .select2-container .select2-selection--single {
  height: auto !important;
  padding: 14px 20px;
}

.authslctfrm .select2-container--default .select2-selection--single {
  border: 1px solid rgba(3, 27, 78, 0.1);
  border-radius: 10px;
  background-color: #FAFAFA;
}

.authslctfrm .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.63 0.75L7.74 5.64C7.1625 6.2175 6.2175 6.2175 5.64 5.64L0.75 0.75' stroke='%23031B4E' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 14px;
  height: 7px;
  border-width: unset;
  border-style: unset;
}

.authslctfrm .select2-container--default .select2-selection--single .select2-selection__arrow {
  /* top: 12px; */
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.authslctfrm .select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

.authslctfrm .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000E27;
  font-size: 16px;
  font-weight: 500;
  padding: 0 0;

}


.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

main {
  padding: 82px 0 0 0;
}

.form-check-input:focus {
  box-shadow: unset;
}

.commview-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: #2D66CB;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  border-radius: 14px;
  border: 1px solid #2D66CB;
  width: fit-content;
  margin: 26px auto 0;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.commview-btn:hover {
  box-shadow: inset 480px 0 0 0 #fff;
  color: #2D66CB;
}

/*--Home page--*/

/*--Hero Section--*/

.herosec {
  background-image: url('../../../images/home/herosec-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 203px 0;
  position: relative;
  /* z-index: 9; */
}

.herosec:before {
  content: "";
  position: absolute;
  background-image: url("../../../images/home/herorgt-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 840px;
  height: 630px;
  bottom: 0;
  right: 30px;
}

.herolft-wrap h1 {
  font-size: 54px;
  font-weight: 700;
  color: #FFFFFF;
}

.herolft-wrap p {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
}

.hrbtn-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;

}

.hrbtn-lft {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 28px;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 500;
  color: #2D66CB;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.hrbtn-lft:hover {
  box-shadow: inset 480px 0 0 0 #2D66CB;
  color: #fff;
}

.hrbtn-rgt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 58px;
  background-color: #8EADE3;
  border: 1px solid #FFFFFF;
  border-radius: 14px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.hrbtn-rgt:hover {
  box-shadow: inset 480px 0 0 0 #2D66CB;
  color: #fff;
}

/*--Hero Section End--*/

/*--Featured Courses --*/

.comtitle-text {
  text-align: center;
}

.comtitle-text h2 {
  font-weight: 600;
  font-size: 42px;
  color: rgba(0, 14, 39, 1);
  margin-bottom: 0;
  padding-bottom: 20px;
}

.comtitle-text p {
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: rgba(0, 14, 39, 0.6);
  margin-bottom: 0;
}

.feturcou-sec {
  padding: 80px 0;
  position: relative;
  /* z-index: 9; */
}

.feturcou-sec:before {
  content: "";
  position: absolute;
  background-image: url("../../../images/home/feature-bf.png");
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  width: 314px;
  height: 336px;
  z-index: -1;
}

.feturcou-sec:after {
  content: "";
  position: absolute;
  background-image: url("../../../images/home/feature-af.png");
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  top: unset;
  bottom: 0;
  width: 314px;
  height: 336px;
  z-index: -1;
}

.feturcou-sec .comtitle-text {
  margin-bottom: 20px;
}

.fetcourse-card {
  background: rgba(250, 250, 250, 0.5);
  border-radius: 20px;
  border: 1px solid #0000001A;
  overflow: hidden;
  margin-bottom: 24px;
}

.courseimg-box {
  position: relative;
  overflow: hidden;
}

.courseimg-box img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  aspect-ratio: 1.54/1;
  object-position: top;
}

.courbadge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(255, 246, 221, 1);
  border: 1px solid rgba(251, 188, 5, 1);
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 10px;
}

.fetcourcont-box {
  padding: 12px;
}

.fetcourcont-box h2 {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 6px 0;
}

.fettutor-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.fettutor-info h3 {
  font-size: 14px;
  font-weight: 300;
  color: #000E27;
  margin-bottom: 0;
}

.fettutor-info span {
  font-size: 14px;
  font-weight: 400;
  color: rgba(25, 32, 76, 0.8);
  display: flex;
  align-items: center;
}

.fetcourcont-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.fetcourcont-info span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  font-size: 14px;
  color: rgba(25, 32, 76, 0.8);
}

.fetcourpri {
  font-weight: 600;
  font-size: 14px;
  color: #000E27;
  margin-bottom: 14px;
}

.viewcour-btn {
  border: 1px solid #2D66CB;
  background: #2D66CB1A;
  padding: 12px 80px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition:
    ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition:
    ease-out 0.4s;
}

.viewcour-btn:hover {
  box-shadow: inset 480px 0 0 0 #fff;
  color: #2D66CB;
}

.fetcourse-slider .slick-prev:before,
.fetcourse-slider .slick-next:before {
  content: unset;
}

.fetcourse-slider .slick-prev,
.fetcourse-slider .slick-next,
.meetourexp-slider .slick-prev,
.meetourexp-slider .slick-next {
  background-color: #2D66CB1A;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  border: unset;
  display: grid;
  place-items: center;
}

.fetcourse-slider .slick-prev,
.meetourexp-slider .slick-prev {
  left: -50px;
  top: 54%;
}

.fetcourse-slider .slick-next,
.meetourexp-slider .slick-next {
  right: -50px;
  top: 54%;
}

.meetourexp-slider .slick-slide,
.fetcourse-slider .slick-slide {
  margin: 0 12px;
}

/*--Featured Courses End--*/

/*--How It Works--*/

.howitwork-sec {
  background: rgba(45, 102, 203, 0.05);
  padding: 60px 0;
}

.howitwork-card {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  padding: 40px 40px;
  border-radius: 12px;
  margin-bottom: 24px;
}

.howitwork-icon {
  position: relative;
  z-index: 9;
  padding-bottom: 20px;
}

.howitwork-icon:before {
  content: "";
  position: absolute;
  background-image: url('../../../images/home/line.png');
  background-repeat: no-repeat;
  background-size: contain;
  left: 18%;
  width: 320px;
  height: 12px;
  top: 40%;
  transform: translateY(-50%);
}

.howitwork-card h3 {
  font-weight: 600;
  font-size: 26px;
  color: rgba(0, 14, 39, 1);
  margin-bottom: 0;
  padding-bottom: 8px;
}

.howitwork-card p {
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 14, 39, 0.8);
  margin-bottom: 0;
}

.howitwork-sec .row .kkline-bg:last-of-type .howitwork-icon:before {
  content: unset;
}

/*--How It Works End--*/

/*--Why Choose Edrs Plus?--*/

.whychoose-sec {
  padding: 80px 0;
}

.wycholist-wrap {
  padding: 16px 16px;
  border-radius: 20px;
  border: 1px solid #0000001A;
  background-color: rgba(250, 250, 250, 0.5);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 24px;
}

.wycholist-innr {
  background-color: rgba(45, 102, 203, 0.06);
  min-width: 70px;
  min-height: 70px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.wycholist-wrap h4 {
  font-weight: 500;
  font-size: 18px;
  color: #000E27;
  margin-bottom: 0;
}

/*--Why Choose Edrs Plus? End--*/

/*--Testimonials--*/
.testimo-sec {
  background-color: rgba(45, 102, 203, 0.05);
  padding: 60px 0;
}

.testitext-wrap {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 40px 60px;
  border-bottom: 6px solid rgba(45, 102, 203, 1);
  text-align: center;
}

.testitext-wrap h4 {
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  color: rgba(0, 14, 39, 1);
  margin-bottom: 0;
  padding-bottom: 12px;
}

.testitext-wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-bottom: 20px;
}

.testitext-wrap ul li svg {
  width: 22px;
  height: 22px;
}

.testitext-wrap p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: rgba(0, 14, 39, 1);
}

.testislider-for {
  margin-bottom: 40px;
}


.testislider-nav .slick-track {
  padding: 10px 0;
}

.testislider-nav.slick-slider {
  margin: 0 auto;
  max-width: 650px;
}

.testiimage {
  margin: 0 auto;
  max-width: 88px;
  width: 88px;
  height: 88px;
  margin-bottom: 24px;
  transform: scale(0.8);
  transition: all .3s ease;
  border-radius: 50%;
  cursor: pointer;
}

.testiimage img {
  object-fit: cover;
  width: 100%;
  height: inherit;
  border-radius: 50%;
}

.testislider-nav .slick-slide h2 {
  opacity: 0;
}

.testislider-nav .slick-current .testiimage {
  transform: scale(1.1);
}

.testislider-nav .slick-current h2 {
  opacity: 1;
  transition: all .3s ease;
}

.testislider-nav .slick-current img {
  border-radius: 50%;
}

.testislidernav-inr h2 {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: rgba(0, 14, 39, 1);
  margin-bottom: 0;
}

/*--Testimonials End--*/

/*--Meet Our Expert Instructors--*/

.ourexpe-sec {
  padding: 80px 0;
}

.ourexpe-wrap {
  padding: 20px 12px 12px 12px;
  border: 1px solid rgba(0, 0, 0, 0.21);
  border-radius: 20px;
  text-align: center;
  margin-bottom: 24px;
  background-color: rgba(250, 250, 250, 0.5);
}

.ourexpe-img {
  margin-bottom: 20px;
}

.ourexpe-img img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
}

.ourexpe-wrap h5 {
  font-weight: 600;
  font-size: 18px;
  color: rgba(0, 14, 39, 1);
  margin-bottom: 0;
  padding-bottom: 8px;
}

.ourexpe-wrap p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: rgba(0, 14, 39, 0.8);
  margin-bottom: 0;
  padding-bottom: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.viewpro-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  padding: 12px 50px;
  background-color: rgba(45, 102, 203, 0.1);
  color: rgba(45, 102, 203, 1);
  border: 1px solid transparent;
  border-radius: 14px;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.viewpro-btn:hover {
  box-shadow: inset 480px 0 0 0 #fff;
  color: #2D66CB;
}

/*--Meet Our Expert Instructors End--*/


/*--Home page End--*/

/*--University Courses--*/
.custom-dropdown {
  position: relative;
  /* z-index: 9; */
}

.custom-dropdown .dropdown-label {
  padding: 16px 16px;
  border: 1px solid #000E271A;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  color: #19204C;
}

.custom-dropdown .dropdown-list {
  position: absolute;
  top: 85%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 14px;
  display: none;
  padding: 0 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 9;
}

.custom-dropdown .dropdown-list label {
  display: flex;
  justify-content: space-between;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 14, 39, 0.1);
}

.custom-dropdown .dropdown-list label:last-of-type {
  border-bottom: unset;
}


.custom-dropdown .dropdown-list label:hover {
  background: #f5f5f5;
}

.custom-dropdown .dropdown-list label:first-of-type:hover {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.custom-dropdown .dropdown-list label:last-of-type:hover {
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}


.inrcomm-bannr {
  background-color: #2D66CB;
  padding: 80px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.inrcomm-bannr:before {
  content: "";
  position: absolute;
  background-image: url("../../../images/courses-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}

.kkinrbanr-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cominrbnr-title h1 {
  font-weight: 600;
  font-size: 40px;
  color: #FFFFFF;
  margin-bottom: 0;
  text-align: center;
}

.srch_blog {
  padding: 60px 0 80px 0;
  position: relative;
  /* z-index: 9; */
}

.srch_blog:before {
  content: "";
  position: absolute;
  background-image: url('../../../images/home/feature-bf.png');
  background-repeat: no-repeat;
  background-size: cover;
  left: -15%;
  top: 50%;
  width: 514px;
  height: 536px;
  z-index: -1;
  transform: translateY(-50%);
}

.srch_blog:after {
  content: "";
  position: absolute;
  background-image: url('../../../images/home/feature-af.png');
  background-repeat: no-repeat;
  background-size: cover;
  right: -15%;
  top: unset;
  bottom: 0;
  width: 514px;
  height: 536px;
  z-index: -1;
}

.srch_blog .ourexpe-wrap p {
  overflow: unset;
  white-space: unset;
  text-overflow: unset;
}

.srchnsort-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 20px;

}

.bnr_txt {
  width: 80%;
}

.sortby-box {
  width: 20%;
  background: rgba(250, 250, 250, 1);
  position: relative;
  /* z-index: 9; */
}

.sortby-box:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.192211 0.192211C0.425194 -0.0407721 0.789775 -0.0619524 1.04669 0.12867L1.12029 0.192211L6.78125 5.85288L12.4422 0.192211C12.6752 -0.0407721 13.0398 -0.0619524 13.2967 0.12867L13.3703 0.192211C13.6033 0.425194 13.6245 0.789775 13.4338 1.04669L13.3703 1.12029L7.24529 7.24529C7.01231 7.47827 6.64772 7.49945 6.39081 7.30883L6.31721 7.24529L0.192211 1.12029C-0.0640704 0.864007 -0.0640704 0.448493 0.192211 0.192211Z' fill='%23000E27'/%3E%3C/svg%3E%0A");
  width: 14px;
  height: 8px;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(0deg);
  transform-origin: top;
  transition: all 0.4s ease;
}

/* .sortby-box.active:before{
transform: rotate(-180deg);
} */
.sechbox-frm .form-group {
  position: relative;
  /* z-index: 9; */
}

.sechbox-frm .form-control {
  border: 1px solid #000E271A;
  background-color: #FAFAFA;
  border-radius: 10px;
  padding: 16px 42px 16px 16px;
}

.sechbox-btn {
  position: absolute;
  right: 14px;
  top: 50%;
  background-color: transparent;
  border: unset;
  cursor: pointer;
  transform: translateY(-50%);
}

/* ---------------Search [ START ] ------------------*/
.srch_blog {
  padding: 40px 0;
}

/* .srch_blog .bnr_txt, .srch_blog form{
  width: 100%;
  max-width: 100%;
} */
.filter_bx {
  border: 1px solid #EEEEEE;
  background: rgba(250, 250, 250, 0.5);
  border-radius: 12px;
  padding: 14px;
}

.filter_bx h3 {
  color: #1C1B19;
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid #F0F3F9;
  margin-bottom: 14px;
  padding-bottom: 14px;
}

.cstom-checkbox {
  width: 100%;
}

.cstom-checkbox li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cstom-checkbox li:last-child {
  margin-bottom: 0;
}

.cstom-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
  width: 320px;
}

.cstom-checkbox label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  color: #212121;
}

.cstom-checkbox label:before {
  content: '';
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #1C1B191A;
  border-radius: 4px;
  padding: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  width: 18px;
  height: 18px;
}

.cstom-checkbox input:checked+label:before {
  border: 1px solid transparent;
  background: #2D66CB;
}

.cstom-checkbox input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 6px;
  height: 12px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cstom-checkbox li p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  color: #000E27;
}

.srch_blog .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #594C46;
}

.srch_blog .accordion-button {
  font-weight: 300;
  font-size: 17px;
  color: #594C46;
  box-shadow: none;
  padding: 16px 18px;
  background-color: #FAFAFA;
  border-radius: 14px !important;
}

.srch_blog .accordion-item {
  border-radius: 14px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 14px;
}

.srch_blog .accordion-body {
  padding: 0 16px 12px 16px;
}

.fltwthacco-wrap {
  padding: 16px 16px;
  border-radius: 20px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 14px;
}

.srch_blog .accordion-button::after {
  --bs-accordion-btn-icon: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20opacity%3D%220.5%22%20d%3D%22M11%206L6%201L1%206%22%20stroke%3D%22%231C1B19%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);
  --bs-accordion-btn-icon-width: 15px;
  --bs-accordion-btn-icon-height: auto;
  transform: rotate(180deg);
}

.srch_blog .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
  --bs-accordion-btn-focus-border-color: #594C46;
  --bs-accordion-active-color: #594C46;
  --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20opacity%3D%220.5%22%20d%3D%22M1%200.999512L6%205.99951L11%200.999512%22%20stroke%3D%22%231C1B19%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);
}

.fil_btns {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  justify-content: center;
}

.clear_btn {
  border: 1px solid #000E274D;
  border-radius: 14px;
  padding: 12px 10px;
  display: inline-block;
  color: rgba(0, 14, 39, 0.6);
  font-weight: 500;
  font-size: 14px;
  text-align: center
}

.apply_btn {
  background: #2D66CB;
  border: 1px solid #2D66CB;
  border-radius: 14px;
  color: #fff;
  display: inline-block;
  padding: 12px 10px;
  font-size: 14px;
}

.apply_btn:hover {
  background: transparent;
  color: #2D66CB;
}

.filter_bx label {
  font-weight: 400;
  font-size: 17px;
  color: rgba(0, 14, 39, 0.5);
  margin-bottom: 10px;
  margin-left: 5px;
}

.accordion .flter-text {
  padding-bottom: 20px;
  border-bottom: 1px solid #000E271A;
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  color: #000E27;
  margin-bottom: 20px;
}

/* ---------------Search [ END ] ---------------------*/

/*--University Courses End--*/

/*--University Courses Detail--*/


.mycoursdetl-sec {
  padding: 46px 0 60px 0;
  position: relative;
}

.mycoursdetl-sec:before {
  content: "";
  position: absolute;
  background-image: url('../../../images/home/feature-bf.png');
  background-repeat: no-repeat;
  background-size: cover;
  left: -15%;
  top: 70%;
  width: 514px;
  height: 536px;
  z-index: -1;
  transform: translateY(-50%);
}

.mycoursdetl-sec:after {
  content: "";
  position: absolute;
  background-image: url('../../../images/home/feature-af.png');
  background-repeat: no-repeat;
  background-size: cover;
  right: -15%;
  top: unset;
  bottom: 0;
  width: 514px;
  height: 536px;
  z-index: -1;
}

.mycoursdetl-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}

.comback-btn {
  border: 1px solid rgba(0, 14, 39, 0.1);
  border-radius: 14px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  background-color: rgba(250, 250, 250, 1);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  color: rgba(0, 14, 39, 1);
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.comback-btn:hover {
  box-shadow: inset 480px 0 0 0 #fff;
  color: #2D66CB;
}

.comback-btn svg path {
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.comback-btn:hover svg path {
  stroke: #2D66CB;
}

.mycoursdetl-top h1 {
  font-weight: 600;
  font-size: 24px;
  color: rgba(25, 32, 76, 1);
  margin-bottom: 0;
}

.comcour-img {
  position: relative;
  /* z-index: 9; */
  width: 100%;
  margin: 20px 0;
}

.comcour-img img {
  object-fit: cover;
  aspect-ratio: 3 / 1;
  width: 100%;
  border-radius: 20px;
  height: auto;
  /* height: 450px; */
  object-position: center;
}

.comcour-img:before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
}

/*--Overview Tab--*/

.nav.comcrsdetail {
  gap: 30px;
}

.comcrsdetail.nav-pills .nav-link {
  font-size: 20px;
  font-weight: 400;
  color: rgba(25, 32, 76, 0.6);
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 9;
}

.comcrsdetail.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: transparent;
  color: #2D66CB;
}

.comcrsdetail.nav-pills .nav-link.active::before {
  content: "";
  position: absolute;
  border: 2px solid #2D66CB;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}


.crsinforgt-box {
  padding: 20px 20px;
  border: 1px solid rgba(0, 14, 39, 0.1);
  border-radius: 20px;
  background-color: rgba(250, 250, 250, 0.5);
}

.crsinforgt-top {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: flex-start;
  margin-bottom: 8px;
}

.crsinforgt-top h3 {
  margin-bottom: 0;
  color: rgba(234, 67, 53, 1);
  font-size: 26px;
  font-weight: 600;
}

.crsinforgt-top span {
  color: #000E27;
  font-weight: 500;
  font-size: 16px;
}

.crsinforgt-mid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}

.crsinforgt-mid svg {
  width: 18px;
  height: 18px;
}

.crsinforgtdtl p {
  margin-bottom: 0;
}

.crsinforgtdtl p {
  font-weight: 400;
  font-size: 14px;
  color: #EA4335;
}

.crsinforgt-ftr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.dtlcart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2D66CB;
  border: 1px solid #2D66CB;
  border-radius: 14px;
  padding: 11px 14px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.dtlcart-btn:hover {
  box-shadow: inset 480px 0 0 0 #fff;
  color: #2D66CB;
}

.dtlbynow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #2D66CB;
  padding: 11px 14px;
  border-radius: 14px;
  border: 1px solid #2D66CB;
  text-align: center;
  background-color: #2D66CB1A;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.dtlbynow-btn:hover {
  box-shadow: inset 480px 0 0 0 #fff;
  color: #2D66CB;
}

.crsinforgt-ftr>a {
  flex: 1;
}

.comcrsdetail {
  border-bottom: 1px solid rgba(0, 14, 39, 0.1);
}

.ovrtabcrs-detail {
  margin-bottom: 20px;
  position: relative;
}

.ovrtabcrs-detail h2 {
  font-weight: 600;
  font-size: 26px;
  color: #19204C;
  margin: 0;
  padding: 12px 0 18px;
}

.ovrtabcrs-detail ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 20px;
}

.ovrtabcrs-detail ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.ovrtabcrs-detail ul li span {
  font-size: 18px;
  color: rgba(0, 14, 39, 0.70);
}

.ovrtabcrs-detail p {
  font-weight: 400;
  font-size: 20px;
  color: rgba(25, 32, 76, 0.6);
  margin-bottom: 0;
}

.ovrtabcrs-desc h3 {
  font-weight: 600;
  font-size: 26px;
  color: rgba(25, 32, 76, 1);
  margin-bottom: 0;
  padding-bottom: 16px;
}

.ovrtabcrs-desc ul {
  padding-left: 20px;
}

.ovrtabcrs-desc ul li {
  position: relative;
  z-index: 9;
  margin-bottom: 10px;
}

.ovrtabcrs-desc ul li:before {
  content: "";
  position: absolute;
  background-color: rgba(25, 32, 76, 0.6);
  width: 4px;
  height: 4px;
  top: 50%;
  left: -13px;
  transform: translateY(-50%);
  border-radius: 50%;
}

.ovrtabcrs-desc ul li p {
  font-weight: 400;
  font-size: 20px;
  color: rgba(25, 32, 76, 0.6);
  margin-bottom: 0;
}

/*--Overview End--*/

/*--Content--*/

.curscnt-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(250, 250, 250, 0.5);
}

.curscntlink ul li a {
  padding: 18px 16px;
  display: block;
  font-weight: 500;
  font-size: 20px;
  color: rgba(25, 32, 76, 0.5);
  position: relative;
}

.curscntlink ul li a:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 14, 39, 0.1);
  width: calc(100% - 18px);
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}


.withlgin-acitem .accordion-item {
  border-radius: 0 0;
}

.withlgin-acitem .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 14, 39, 0.1);
  border: none;
}

.withlgin-acitem .accordion-item:first-of-type .accordion-button {
  border-radius: 0 0;
}

.withlgin-acitem .accordion-button {
  background-color: transparent;
  box-shadow: none;
  padding: 18px 12px;
}

.accordion-button.kkacfirst-item {
  font-weight: 500;
  font-size: 20px;
  color: rgba(0, 14, 39, 0.5);
}

.withlgin-acitem .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='11' viewBox='0 0 19 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.8482 0.515137C17.2299 0.133476 17.8267 0.0985756 18.2477 0.410645L18.2545 0.415527L18.2594 0.42041L18.358 0.504395L18.3687 0.515137C18.7502 0.896922 18.7845 1.49368 18.4723 1.91455L18.4684 1.92041L18.4635 1.92627L18.3785 2.02393L18.3736 2.02979L10.2018 10.2017C9.82 10.5834 9.22332 10.6175 8.80234 10.3052L8.7955 10.3013L8.79062 10.2964L8.69199 10.2114L8.6871 10.2065L8.68124 10.2017L0.515228 2.03467C0.0954147 1.61485 0.0954147 0.93495 0.515228 0.515137C0.896953 0.133412 1.49366 0.0984091 1.91464 0.410645L1.92636 0.42041L2.02402 0.504395L2.02988 0.509277L2.03476 0.515137L9.44101 7.92041L16.8482 0.515137Z' fill='%23000E27' stroke='%23000E27' stroke-width='0.4'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  opacity: 0.4;
}



.withlgin-acitem .accordion-button:not(.collapsed)::after {
  opacity: 0.6 !important;
}

.acbder-top .accordion-item {
  position: relative;
}

.acbder-top .accordion-item:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 14, 39, 0.1);
  width: calc(100% - 18px);
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.acbder-top .accordion-item:last-of-type:before {
  content: unset;
}

.acbder-top .accordion-button {
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 14, 39, 0.5);
}


.allchpshow-sec li label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 12px;
  cursor: pointer;
  position: relative;
}

.allchpshow-sec li label:before {
  content: "";
  position: absolute;
  background: rgba(0, 14, 39, 0.1);
  height: 1px;
  width: calc(100% - 18px);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.allchpshow-sec li:last-of-type label:before {
  content: unset;
}

.allchpshow-sec .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 3.81583L3.81583 6.88167L9.95833 0.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  border: 4px solid #2D66CB;
  background-color: #2D66CB;
}

.allchpshow-sec .form-check-input {
  border: 1.5px solid rgba(0, 14, 39, 0.6);
  width: 20px;
  height: 20px;
}

.allchpshow-sec li span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 14, 39, 0.5);
}

.curscnt-rgt {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.curscnt-rgt p {
  font-size: 20px;
  font-weight: 400;
  color: rgba(25, 32, 76, 0.7);
  margin-bottom: 0;
  text-align: center;
}

.curscnt-rgt span {
  background: linear-gradient(180deg, #EEF1F6 0%, #FFFFFF 100%);
  border-radius: 50%;
}


/*--Content End--*/

/*--instructor--*/

/*--*/
.allcurinstrlist-wrap ul li {
  background-color: rgba(250, 250, 250, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.instviwtop {
  padding: 20px 20px;
  border-bottom: 1px solid rgba(0, 14, 39, 0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}

.instviw-lft {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.instviwlft-icon {
  background: linear-gradient(180deg, #4E8EFF 0%, #01348D 100%);
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.instviwlft-icon span {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.instviwlft-info h3 {
  margin-bottom: 0;
  padding-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 14, 39, 1);
}

.instviwlft-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 6px;
}

.instviwlft-top:first-of-type span {
  font-weight: 400;
  font-size: 16px;
  color: rgba(25, 32, 76, 1);
}

.instviwlft-top span:last-of-type {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  font-size: 16px;
  font-weight: 400;
}

.instviwlft-mid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}

.instviwlft-mid span {
  font-size: 16px;
  font-weight: 400;
  color: rgba(25, 32, 76, 0.6);
}

.viewprofil-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(45, 102, 203, 1);
  padding: 12px 60px;
  border-radius: 14px;
  border: 1px solid #2D66CB;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.viewprofil-btn:hover {
  box-shadow: inset 480px 0 0 0 #fff;
  color: #2D66CB;
}

.instviwmidd {
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}

.instviwmidd-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.instviwmidd-info span {
  font-size: 16px;
  font-weight: 400;
  color: rgba(25, 32, 76, 0.70);
}

.instviwmidd-info span strong {
  color: #19204C;
}

/*--*/
/*--instructor End--*/

/*--University Courses Detail End--*/

/*--instructor-courses-detail--*/

.courinstabt-inr p {
  font-weight: 400;
  font-size: 20px;
  color: rgba(25, 32, 76, 0.6);
}

.courinstabt-inr p strong {
  color: #19204C;
}

.installrview-innr {
  border: 1px solid #0000001A;
  border-radius: 20px;
  background: #FAFAFA80;
  padding: 20px 20px;
  margin-bottom: 18px;
}

.installrview-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
}

.installrview-lft {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: flex-start;
  justify-content: flex-start;
  gap: 18px;
}

.installrview-icon {
  background: linear-gradient(180deg, #4E8EFF 0%, #01348D 100%);
  min-width: 56px;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.installrview-icon span {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.installrview-des h4 {
  font-weight: 500;
  font-size: 20px;
  color: rgba(0, 14, 39, 1);
  margin-bottom: 0;
  padding-bottom: 8px;
}

.installrview-rgt ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.installrview-rgt ul li span {
  font-size: 20px;
  font-weight: 600;
  color: #19204C;
}

.installrview-innr p {
  font-size: 20px;
  font-weight: 400;
  color: rgba(25, 32, 76, 0.6);
  margin-bottom: 0;
}

.installpurch {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.installpurch span {
  font-weight: 400;
  font-size: 18px;
  color: rgba(25, 32, 76, 0.7);
}

#style1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #000E270F;
  border-radius: 10px;
  background-color: #F5F5F5;
}

#style1::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

#style1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #000E270F;
  background-color: #2D66CB;
}

#stylescroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #000E270F;
  background-color: #F5F5F5;
}

#stylescroll::-webkit-scrollbar-track,
#stylescroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
}

#stylescroll::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}

#stylescroll::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 4px #000E270F;
  background-color: #2D66CB;
}

.installrview-wrap {
  min-height: 450px;
  overflow-y: scroll;
  height: 450px;
  overflow-y: scroll;
}

.installrview-wrap ul {
  margin-right: 18px;
}

/*--instructor courses detail End--*/

/*--About--*/

.about-us {
  padding: 60px 0 80px 0;
}

.comtitle-text h5 {
  font-weight: 500;
  font-size: 22px;
  color: #2D66CB;
}

.ourstry-cnt p {
  font-weight: 400;
  font-size: 22px;
  color: rgba(25, 32, 76, 0.6);
}

.misvis-sec {
  background-color: rgba(45, 102, 203, 0.05);
  padding: 70px 0;
  position: relative;
}

.misvis-sec:before {
  content: "";
  position: absolute;
  background-image: url('../../../images/home/feature-bf.png');
  background-repeat: no-repeat;
  background-size: cover;
  left: -15%;
  top: 0;
  width: 514px;
  height: 536px;
  z-index: -1;
  transform: translateY(-50%);
}

.misvis-sec:after {
  content: "";
  position: absolute;
  background-image: url('../../../images/home/feature-bf.png');
  background-repeat: no-repeat;
  background-size: cover;
  right: -15%;
  top: unset;
  bottom: -20%;
  width: 514px;
  height: 536px;
  z-index: -1;
}

.ourmis-wrap,
.ourvis-wrap {
  background-color: #fff;
  padding: 30px 30px;
  border-radius: 20px;
  border-top: 6px solid #2D66CB;
}

.ourmis-icon,
.ourvis-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #4E8EFF 0%, #01348D 100%);
  border-radius: 20px;
}

.ourmis-wrap h3,
.ourvis-wrap h3 {
  font-weight: 600;
  font-size: 24px;
  color: #19204C;
  margin-bottom: 0;
  margin-top: 24px;
  padding-bottom: 12px;
}

.ourmis-wrap p,
.ourvis-wrap p {
  font-weight: 400;
  font-size: 18px;
  color: rgba(25, 32, 76, 0.8);
  margin-bottom: 0;
  padding-bottom: 12px;
}

.ourmis-wrap p:last-of-type,
.ourvis-wrap p:last-of-type {
  padding-bottom: 0;
}

.stuexpert-sec {
  padding: 80px 0;
  background: linear-gradient(180deg, #4E8EFF 0%, #01348D 100%);
}

.counter-box h6 {
  font-weight: 800;
  font-size: 46px;
  color: rgba(255, 255, 255, 1);
}

.counter-box p {
  font-weight: 500;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}

/*--About End--*/

/*--Learning Journey--*/

.leningjour-sec {
  padding: 100px 0 80px 0;
}

.joinplus-wrap {
  padding: 55px 40px;
  background-color: rgba(250, 250, 250, 0.5);
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.21);
  position: relative;
}

.joinplus-wrap:before {
  content: "";
  position: absolute;
  background-image: url('../../../images/about/readystart-img.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  right: 40px;
  width: 289px;
  height: 378px;
  top: -60px;
}

.joinplus-wrap h4 {
  font-weight: 600;
  font-size: 32px;
  color: rgba(0, 14, 39, 1);
  margin-bottom: 0;
  padding-bottom: 12px;
}

.joinplus-wrap p {
  font-weight: 400;
  font-size: 22px;
  color: rgba(25, 32, 76, 0.6);
}

.joinplus-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 40px;
  color: #fff;
  background-color: #2D66CB;
  border: 1px solid rgba(0, 14, 39, 0.1);
  border-radius: 14px;
  width: fit-content;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.joinplus-btn:hover {
  box-shadow: inset 480px 0 0 0 #fff;
  color: #2D66CB;
}

/*--Learning Journey End--*/

/*--Contact Us--*/

.getintuc-info h2 {
  font-weight: 600;
  font-size: 32px;
  color: #000E27;
}

.getintuc-info p {
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 14, 39, 0.5);
}

.getintuch-sec {
  padding: 60px 0 80px 0;
}

.getintuch-img {
  width: 100%;
  height: 450px;
}

.getintuch-img img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  border-radius: 50px;
}

.sbmtbtn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.sbmtbtn-wrap p {
  margin-bottom: 0;
  font-size: 18px;
  color: rgba(0, 14, 39, 0.5);
}

.sndbtn {
  background-color: #2D66CB;
  padding: 12px 60px;
  border: 1px solid #2D66CB;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
}

.sndbtn:hover {
  box-shadow: inset 550px 0 0 0 #fff;
  color: #2D66CB;
}

/*--Contact Us End--*/

/*--Faq--*/
.faqsec {
  padding: 60px 0 80px 0;
  position: relative;
}

.faqsec::before {
  content: "";
  position: absolute;
  background-image: url("../../../images/home/feature-bf.png");
  background-repeat: no-repeat;
  background-size: cover;
  left: -15%;
  top: 0;
  width: 514px;
  height: 536px;
  z-index: -1;
}

.faqcntnt .nav-link {
  border: 1px solid rgba(0, 14, 39, 0.1);
  font-size: 18px;
  font-weight: 500;
  color: rgba(25, 32, 76, 0.5);
  border-radius: 10px;
  margin-bottom: 16px;
  background-color: rgba(250, 250, 250, 1);
  text-align: left;
  padding: 18px 18px;
}

.faqcntnt .nav-link:last-of-type {
  margin-bottom: 0;
}

.faqcntnt .nav-link.active {
  background-color: #2D66CB;
  color: #fff;
}

.faqcntnt-title h2 {
  font-size: 26px;
  font-weight: 600;
  color: #000E27;
  margin-bottom: 0;
  padding-bottom: 20px;
  text-transform: capitalize;

}

.wd-faq-area {
  position: relative;
  background: rgba(250, 250, 250, 0.5);
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.21);
  border-radius: 20px;
}

.wd-faq-area .accordion-item {
  background: transparent;
  padding: 20px 10px;
  margin-bottom: 0;
  border-radius: 0;
}

.wd-faq-area .accordion-flush .accordion-item:first-child {
  border-top: 1px solid transparent;
}

.wd-faq-area .accordion-flush .accordion-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.wd-faq-area .accordion-button {
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  color: #000E27;
  margin-bottom: 0;
  background-color: transparent;
}

.wd-faq-area .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  background: transparent;
}

.wd-faq-area .accordion-body {
  padding: 0;
}

.wd-faq-area .accordion-body p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(25, 32, 76, 0.8);
  margin: 6px 0 0;
}

.wd-faq-area h1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 26px;
  color: #1C1B19;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.faqscnt-btn {
  background-color: #2D66CB;
  padding: 12px 60px;
  border: 1px solid #2D66CB;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  width: fit-content;
  margin: 0 auto;
}

.faqscnt-btn:hover {
  box-shadow: inset 550px 0 0 0 #fff;
  color: #2D66CB;
}

.faqbtm-info p {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 14, 39, 0.8);
  margin-bottom: 0;
  padding-bottom: 20px;
}

/*--Faq End--*/

/*--cart page--*/
.cartpge-sec {
  padding: 80px 0;
}

.cartemty-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.cartemty-wrap h3 {
  font-weight: 600;
  font-size: 26px;
  color: #19204C;
  margin-bottom: 0;
  padding-bottom: 6px;
}

.cartemty-wrap p {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: rgba(25, 32, 76, 0.6);
}

.cartemty-wrap p span {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: rgba(25, 32, 76, 1);
}

.mycartbox-wrap {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.myacrt-lfthead {
  padding: 24px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.myacrt-lfthead h4 {
  font-weight: 500;
  font-size: 22px;
  color: #000E27;
  margin-bottom: 0;
}

.myacrtpro-list {
  padding: 10px 10px;
}

.myacrtpro-list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  padding: 24px 10px 20px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}

.myacrtpro-list li:last-of-type {
  border-bottom: unset;
  margin-bottom: unset;
}

.mycartpro-img {
  width: 90px;
  min-width: 90px;
  height: 90px;
  border-radius: 12px;
  border: 1px solid rgba(3, 27, 78, 0.1);
  display: grid;
  place-content: center;
}

.mycartpro-img img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  border-radius: 12px;
}

.mycartpro-info a h2 {
  font-size: 20px;
  font-weight: 600;
  color: #000E27;
  margin-bottom: 10px;
}

.mycartpro-info p {
  font-size: 16px;
  font-weight: 300;
  color: #000E27;
  margin-bottom: 10px;
}

.cartcat-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.mycartqty-wrap {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  flex-direction: column;
  gap: 20px;
  margin-left: auto;
}

.mycartqty-wrap button {
  background-color: transparent;
  border: none;
  outline: none;
}

.cartcatflx {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.cartcatflx svg {
  opacity: 0.4;
}

.cartcatflx span {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 14, 39, 0.6);
}

.mycartqty-wrap h3 {
  font-weight: 600;
  font-size: 20px;
  text-align: right;
  color: #2D66CB;
  margin-bottom: 0;
}


.mycartbox-wrap {
  border: 1px solid #0000001A;
  border-radius: 20px;
  background-color: #FAFAFA80;
}

.myacrt-rgthead {
  padding: 24px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.myacrt-rgthead h4 {
  font-weight: 500;
  font-size: 22px;
  color: #000E27;
  margin-bottom: 0;
}

.mycartsumm-wrap {
  padding: 10px 10px;
}

.mycartsumm-wrap li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  margin-bottom: 16px;
}

.remvbtn {
  background-color: transparent;
  border: unset;
}

.mycartsumm-wrap li h4 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: rgba(3, 27, 78, 1);
}

.mycartsumm-wrap li span {
  font-size: 18px;
  font-weight: 400;
  color: #000E27;
}

.mycartsumm-wrap li>.discolor {
  color: #EA4335;
}

.mycart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  border-top: 0.9px solid #DFDFDF;
}

.mycart-total h6 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  color: #000E27;
}

.mycart-total span {
  font-size: 18px;
  font-weight: 600;
  color: #000E27;
}

.crtapply-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2D66CB;
  color: #fff;
  border: 1px solid #2D66CB;
  border-radius: 13px;
  padding: 6px 16px;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
}

.crtapply-btn:hover {
  box-shadow: inset 480px 0 0 0 #fff;
  color: #2D66CB;
}

.authfrm-login .crtaply-wrap .form-control {
  padding: 14px 14px;
}

.authfrm-login .crtaply-wrap .auth-icon {
  right: 10px;
}

.crtproto-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2D66CB;
  color: #fff;
  border: 1px solid #2D66CB;
  border-radius: 13px;
  padding: 12px 16px;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}

.crtproto-btn:hover {
  box-shadow: inset 480px 0 0 0 #fff;
  color: #2D66CB;
}

.meetour-ex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  flex-direction: column;
}

.meetour-ex span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

/*--cart page End--*/

/*--checkout--*/
.paymentopp-wrap {
  padding: 24px 24px;
}

.paymentopp-wrap li {
  padding: 18px 18px;
  border: 1px solid #000E271A;
  border-radius: 10px;
}

/*
.paymentopp-wrap li .form-check-label{
  font-weight: 400;
  font-size: 17px;
  color: #000E27;
}
.paymentopp-wrap li .form-check {
    position: relative;
    padding-left: 35px; 
    cursor: pointer;
}
.paymentopp-wrap li .form-check-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.paymentopp-wrap li .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 24px;
    width: 24px;
    border: 2px solid #000;
    border-radius: 50%;
}
.paymentopp-wrap li .form-check-input:checked + .checkmark::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid #000;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
    */
/*--checkout--*/


/*--My Courses--*/

.mycurs-sec {
  padding: 60px 0 100px 0;
}

.mycurslist ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.mycurslist li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  background-color: #FAFAFA80;
  border: 1px solid #0000001A;
  padding: 18px 18px;
  border-radius: 20px;
}

.mycurs-rgt h3 {
  font-weight: 600;
  font-size: 30px;
  color: #19204C;
  margin-bottom: 0;
}

.mycurs-rgt span {
  font-weight: 400;
  font-size: 18px;
  color: rgba(25, 32, 76, 0.8);
}

.cntler-title h2 {
  font-weight: 600;
  font-size: 30px;
  color: rgba(25, 32, 76, 1);
  margin-bottom: 0;
  padding-bottom: 30px;
}

.progress-bar {
  width: 100%;
  height: 8px;
  background: rgba(0, 14, 39, 0.05);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 8px;
}

.progress-fill {
  height: 100%;
  background: #2D66CB;
  /* blue color */
  border-radius: 4px;
}

.progress-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: rgba(0, 14, 39, 0.6);
  margin-bottom: 20px;
}

/*--My Courses End--*/


/*--content announcement detail--*/
.withloginlft-sec .nav-link {
  padding: 18px 12px;
  text-align: left;
  color: #19204C;
  font-size: 20px;
  font-weight: 500;
  border-radius: unset;
  position: relative;

}

.withoutlft-sec .nav-link {
  padding: 18px 12px;
  text-align: left;
  color: rgba(0, 14, 39, 0.5);
  font-size: 20px;
  font-weight: 500;
  border-radius: unset;
  position: relative;
}

.withoutlft-sec .nav-link.active {
  background-color: transparent;
  color: rgba(0, 14, 39, 0.5);
  font-weight: 500;
}

.withloginlft-sec .nav-link:last-of-type:after,
.withoutlft-sec .nav-link:last-of-type:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='11' viewBox='0 0 19 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.8482 0.515137C17.2299 0.133476 17.8267 0.0985756 18.2477 0.410645L18.2545 0.415527L18.2594 0.42041L18.358 0.504395L18.3687 0.515137C18.7502 0.896922 18.7845 1.49368 18.4723 1.91455L18.4684 1.92041L18.4635 1.92627L18.3785 2.02393L18.3736 2.02979L10.2018 10.2017C9.82 10.5834 9.22332 10.6175 8.80234 10.3052L8.7955 10.3013L8.79062 10.2964L8.69199 10.2114L8.6871 10.2065L8.68124 10.2017L0.515228 2.03467C0.0954147 1.61485 0.0954147 0.93495 0.515228 0.515137C0.896953 0.133412 1.49366 0.0984091 1.91464 0.410645L1.92636 0.42041L2.02402 0.504395L2.02988 0.509277L2.03476 0.515137L9.44101 7.92041L16.8482 0.515137Z' fill='%23000E27' stroke='%23000E27' stroke-width='0.4'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  opacity: 0.4;
  top: 50%;
  transform: rotate(0deg) translateY(-50%);
  right: 12px;
  transform-origin: top;
}

.withloginlft-sec .nav-link.active:last-of-type:after,
.withloginlft-sec .nav-link.active:last-of-type:after {
  transform: rotate(-180deg) translateY(-50%);
}

.withloginlft-sec .nav-pills .nav-link:before,
.withoutlft-sec .nav-pills .nav-link:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 14, 39, 0.1);
  width: calc(100% - 18px);
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.withloginlft-sec .nav-pills .nav-link.active,
.withloginlft-sec .nav-pills .show>.nav-link {
  background-color: rgba(45, 102, 203, 0.1);
  color: #19204C;
}

.withloginlft-sec .nav-pills .nav-link:last-of-type:before,
.withoutlft-sec .nav-pills .nav-link:last-of-type:before {
  content: unset;
}



.withloginlft-sec .curscntlink ul li a {
  color: rgba(25, 32, 76, 1);
}

.withloginlft-sec .curscntlink ul li a.active {
  background-color: rgba(45, 102, 203, 0.10);
}

.withloginlft-sec .withlgin-acitem .accordion-button.kkacfirst-item {
  color: rgba(25, 32, 76, 1);
}

.withloginlft-sec .accordion-button.kkacfirst-item:not(.collapsed) {
  background-color: rgba(45, 102, 203, 0.10);
}

.withloginlft-sec .acbder-top .accordion-button {
  color: rgba(45, 102, 203, 0.8);
}

.withloginlft-sec .allchpshow-sec li span {
  color: rgba(25, 32, 76, 0.8);
}



.ratinstsec-wrap {
  position: relative;
}

.ratinstsec-rgt {
  position: absolute;
  right: 0;
  top: unset;
  transform: translateY(-50%);
  bottom: -68px;
  z-index: 9;
}

.ratinstsec-rgtbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #2D66CB;
  border-radius: 14px;
  padding: 12px 12px;
  border: 1px solid #2D66CB;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.ratinstsec-rgtbtn:hover {
  box-shadow: inset 480px 0 0 0 #fff;
  color: #2D66CB;
}

.review-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #2D66CB;
  border-radius: 14px;
  padding: 14px 67px;
  border: 1px solid #2D66CB;

  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.review-submit:hover {
  box-shadow: inset 480px 0 0 0 #fff;
  color: #2D66CB;
}

.booking-modal .modal-content {
  background: #FFFFFF;
  box-shadow: 0px 14px 11px 0px #00000021;
  border-radius: 21px;
}

.booking-modal .modal-header {
  padding: 20px;
  justify-content: center;
  border-bottom: 0;
}

.booking-modal .modal-title {
  font-size: 24px;
  font-weight: 600;
  color: #19204C;
  margin: 10px 0 10px 0;
  text-align: center;
}

.booking-modal .btn-close {
  margin: 24px 20px 0 0;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}

.booking-modal .modal-body {
  padding: 0 30px 30px 30px;
}

.wd-main-sideabr .comn-btn {
  width: 100%;
}

.rating-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.rating__input--none {
  display: none;
}

.rating__input {
  position: absolute !important;
  left: -9999px !important;
}

.rating__label {
  cursor: pointer;
  padding: 0;
  font-size: 32px;
}

.rating__icon--star {
  color: #FC9C15;
}

.rating__input:checked~.rating__label .rating__icon--star {
  color: #ddd;
}

.review-frm textarea {
  background-color: #FAFAFA;
  border: 1px solid #000E271A;
}

.modal-backdrop.fade.show {
  background: rgba(0, 14, 39, 0.7);
}

.btn-close:focus {
  box-shadow: unset;
}

.thkreview-wrap p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: rgba(25, 32, 76, 0.6);
}

.exitbutton {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #2D66CB;
  border-radius: 14px;
  padding: 12px 50px;
  border: 1px solid #2D66CB;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  margin: 0 auto;
}

.videotuto-list {
  min-height: 700px;
  height: 700px;
  overflow-y: scroll;
  padding-right: 10px;
}

.videosec-main h3 {
  font-weight: 500;
  font-size: 24px;
  color: #19204C;
  margin-bottom: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 16px;
}

.videotuto-list ul li {
  border: 1px solid #0000001A;
  background-color: #FAFAFA80;
  border-radius: 20px;
  padding: 20px 20px;
  margin-bottom: 18px;
}

.videotuto-list ul li:last-of-type {
  margin-bottom: 0;
}

.videotuto-cnt h4 {
  font-weight: 500;
  font-size: 22px;
  color: #19204C;
  margin-bottom: 0;
  padding-bottom: 12px;
}

.videotuto-cnt p {
  font-weight: 400;
  font-size: 18px;
  color: rgba(25, 32, 76, 0.7);
  margin-bottom: 0;
  padding-bottom: 14px;
  text-align: justify;
}

.datentime span {
  font-weight: 400;
  font-size: 18px;
  color: rgba(25, 32, 76, 0.6);
}

.datentime {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}


.comvidturlive-info ul li {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-color: rgba(250, 250, 250, 0.5);
  margin-bottom: 20px;
}

.comvidtur-lft {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
  padding: 0 10px;
}

.comvidtur-des h2 {
  font-weight: 500;
  font-size: 22px;
  color: rgba(0, 14, 39, 1);
  margin-bottom: 0;
  padding-bottom: 7px;
}

.comvidtur-des p {
  font-weight: 400;
  font-size: 16px;
  color: #19204C;
  margin-bottom: 0;
}

.comvidtur-top {
  padding: 18px 0px;
  border-bottom: 1px solid #000E271A;
  margin-inline: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}

.joinclss-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #2D66CB;
  border-radius: 14px;
  padding: 12px 30px;
  border: 1px solid #2D66CB;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.joinclss-btn:hover {
  box-shadow: inset 480px 0 0 0 #fff;
  color: #2D66CB;
}

.comvidtur-bottm {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 18px 20px;
}

.comvidturlive-info h3 {
  font-weight: 600;
  font-size: 24px;
  color: #19204C;
  margin-bottom: 16px;
}

.comvidturbtm-des {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.comvidturbtm-des span {
  font-weight: 400;
  font-size: 16px;
  color: #19204CCC;
}

/*--2-12-25 karan--*/
.videoilv-intro {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 500px;
  border-radius: 20px;
  margin-bottom: 22px;
}

.videoilv-intro:before {
  content: "";
  position: absolute;
  background: #0000004D;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  top: 0;
  left: 0;
}

.videoilv-intro video {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  height: 500px;
}

/* video::-webkit-media-controls {
    display: none !important;
} */

.kkcustom-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  user-select: none;
}

.vidintro-info h3 {
  font-weight: 600;
  font-size: 22px;
  color: #19204C;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.vidintro-info p {
  font-weight: 400;
  font-size: 18px;
  color: rgba(25, 32, 76, 0.6);
  margin-bottom: 0;
  padding-bottom: 10px;
}

.vidintro-time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}

.vidintro-time span {
  font-size: 16px;
  font-weight: 400;
  color: rgba(25, 32, 76, 0.6);
}

.annoprogress-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}

.annocircular-progress {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: conic-gradient(#2D66CB 0deg, #EBEBEB 0deg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.annocircular-progress::before {
  content: "";
  height: 48px;
  width: 48px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
}

.annoprogress-value {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #2D66CB;
}

.annoprogress-text {
  font-size: 16px;
  color: #19204C;
}

.crsinfolft-box {
  position: relative;
}

.comtask-sec {
  position: absolute;
  top: 0;
  right: 0;
}

.annouqa-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  background-color: #FAFAFA80;
  padding: 20px 20px;
}

/*--12-2-25 karan end--*/

/*--QA--*/
.annouqaquiz-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}

.annouqaquiz-wrap {
  background-color: #FAFAFA80;
  padding: 12px 12px;
  border: 1px solid #0000001A;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.annouqaquiz-rgt h3 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 24px;
  color: #19204C;
  padding-bottom: 6px;
}

.annouqaquiz-rgt span {
  font-weight: 400;
  font-size: 20px;
  color: rgba(25, 32, 76, 0.7);
}

.annouqaquiz-lft svg {
  width: 60px;
  height: 60px;
}

.annqaaskqus-wrap {
  background-color: rgba(250, 250, 250, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px 20px;
}

.annqaaskqus-icon {
  background: linear-gradient(180deg, #4E8EFF 0%, #01348D 100%);
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.annqaaskqus-icon span {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
}

.annqaaskqus-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}

.annqaaskqus-title h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  color: #000E27;
}

.annqaaskqus-frm textarea {
  border: 1px solid #000E271A;
  border-radius: 16px;
  padding: 20px 20px;
}

.annqaaskqus-frm textarea::placeholder {
  font-weight: 300;
  font-size: 16px;
  color: rgba(25, 32, 76, 0.7);
}

.wrdcnt-txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}

.wrdcnt-txt span {
  font-weight: 300;
  font-size: 18px;
  color: rgba(25, 32, 76, 0.5);
}

.sumques-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #2D66CB;
  border-radius: 14px;
  padding: 12px 15px;
  border: 1px solid #2D66CB;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.sumques-btn:hover {
  box-shadow: inset 480px 0 0 0 #fff;
  color: #2D66CB;
}

.srcinput_group_include {
  position: relative;
}

.quseserchbox-frm .srcinput_group_include .auth-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.quseserchbox-frm .form-control {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(250, 250, 250, 0.5);
  padding: 20px 48px 20px 20px;
  border-radius: 20px;
  margin: 16px 0;
}

.quseserchbox-frm button {
  background-color: transparent;
  border: unset;
  opacity: 0.5;
}

.userques-list {
  height: 800px;
  overflow-y: auto;
  padding-right: 10px;
}

.userques-list li {
  background-color: rgba(250, 250, 250, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 16px;
}

.sarahand-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
  border-bottom: 1px solid rgba(0, 14, 39, 0.1);
}

.qausername-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}

.qausername-lfr {
  background: linear-gradient(180deg, #4E8EFF 0%, #01348D 100%);
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.qausername-lfr span {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.qausername-rgt h4 {
  font-size: 22px;
  font-weight: 500;
  color: rgba(0, 14, 39, 1);
  margin-bottom: 0;
  padding-bottom: 8px;
}

.userdate-time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.userdate-time span {
  font-size: 18px;
  font-weight: 400;
  color: #19204C;
}

.userqa-ans {
  background: rgba(16, 197, 0, 0.1);
  padding: 8px 24px;
  border-radius: 90px;
  font-size: 16px;
  color: #0A7B00;
}

.sarahand-ques {
  padding: 20px 20px;
}

.sarahand-ques p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  color: rgba(25, 32, 76, 0.6);
}

.useransinnr-box {
  padding: 20px 20px;
  background-color: rgba(45, 102, 203, 0.04);
  border-left: 5px solid rgba(45, 102, 203, 1);
  margin: 0 20px 20px 20px;
  border-radius: 20px;
}

.useransinnr-box p {
  font-weight: 400;
  font-size: 18px;
  color: rgba(25, 32, 76, 0.6);
  margin-bottom: 0;
  padding-bottom: 16px;
}

.useransinnr-box p strong {
  color: rgba(25, 32, 76, 1);
  font-weight: 400;
  font-size: 18px;
}

.useransinnr-box p:last-of-type {
  padding-bottom: 0;
}

.useransinnr-lft {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

.useransinnr-icon {
  background: linear-gradient(180deg, #000E27 0%, #01348D 100%);
  min-width: 54px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.useransinnr-icon span {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
}

.useransinnr-rgt h4 {
  font-weight: 500;
  font-size: 20px;
  color: #000E27;
  margin-bottom: 6px;
}

.useransinnr-rgt h4 .badge {
  background-color: #084CC4;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-left: 12px;
}

.useransinnr-tim span {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 14, 39, 0.7);
}

.userqa-pening {
  background: rgba(197, 136, 0, 0.1);
  padding: 8px 24px;
  border-radius: 90px;
  font-size: 16px;
  color: #C58800;
}

/*--QA End--*/

/*--Notes section Start--*/

.notelist-main ul li {
  background-color: rgba(250, 250, 250, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
  border-radius: 20px;
  margin-bottom: 18px;
}

.notelist-main ul li:last-of-type {
  margin-bottom: 0;
}

.notelistwrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.notelist-innr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.notelist-rgt h5 {
  font-weight: 500;
  font-size: 20px;
  color: rgba(0, 14, 39, 1);
}

.notelistbtn-rgt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.preview-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000E27;
  color: #fff;
  background-color: #000E27;
  border: 1px solid #000E27;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 14px;
}

.preview-btn:hover {
  box-shadow: inset 480px 0 0 0 #fff;
  color: #000E27;
}

.download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #2D66CB;
  border-radius: 14px;
  padding: 12px 40px;
  border: 1px solid #2D66CB;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.download-btn:hover {
  box-shadow: inset 480px 0 0 0 #fff;
  color: #2D66CB;
}

.notsec-detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}

.notsec-detail span {
  font-size: 18px;
  font-weight: 400;
  color: #19204C;
}

.totquisquiz {
  text-align: center;
}

.totquisquiz h5 {
  font-size: 24px;
  font-weight: 600;
  color: #19204C;
  margin-bottom: 6px;
}

.totquisquiz p {
  font-size: 18px;
  font-weight: 400;
  color: rgba(25, 32, 76, 0.6);
  margin-bottom: 20px;
}

.startquiz-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
  color: #FFFFFF;
  background-color: #2D66CB;
  border-radius: 14px;
  padding: 12px 60px;
  border: 1px solid #2D66CB;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  width: 190px;
}

.startquiz-btn:hover {
  box-shadow: inset 480px 0 0 0 #fff;
  color: #2D66CB;
}

.steps-main {
  position: relative;
  text-align: center;
}

.stepsfrm-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 24px;
}

.progress-wrap {
  width: 100%;
  background: #000E271A;
  height: 8px;
  border-radius: 40px;
  overflow: hidden;
}

.stepsfrmtop-rgt {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.quzprogress-bar {
  height: 8px;
  width: 0%;
  background-color: #2D66CB;
  transition: width 0.4s ease;
}

.step-counter {
  font-size: 14px;
  opacity: 0.9;
  color: #000;
}

.form-card.active {
  display: block;
}

.form-card {
  display: none;
}

.stepsfrmtop-lft {
  text-align: left;
}

.stepsfrmtop-lft h3 {
  font-size: 24px;
  color: rgba(25, 32, 76, 1);
  font-weight: 600;
  margin-bottom: 8px;
}

.stepsfrmtop-lft p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
  color: rgba(25, 32, 76, 0.6);
}

.quizbox-wrap {
  padding: 20px 20px;
  background-color: rgba(250, 250, 250, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  text-align: left;
  margin-bottom: 20px;
}

.quizbox-wrap h3 {
  font-size: 24px;
  font-weight: 500;
  color: #19204C;
  margin-bottom: 20px;
}

.quizbox-wrap .form-check {
  margin-bottom: 16px;
}

.quizbox-wrap .form-check:last-of-type {
  margin-bottom: 0;
}

.quizbox-wrap .form-check label {
  font-size: 20px;
  font-weight: 400;
  color: rgba(25, 32, 76, 0.7);
  margin-left: 0.5rem;
}

.form-card .nextBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 50px;
  background-color: #2D66CB;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  border-radius: 14px;
  border: 1px solid #2D66CB;
  width: fit-content;
  margin: 0 auto;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  width: 190px;
}

.form-card .nextBtn:hover {
  box-shadow: inset 480px 0 0 0 #fff;
  color: #2D66CB;
}

.form-card .prevBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 50px;
  background-color: #000E27;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  border-radius: 14px;
  border: 1px solid #000E27;
  width: fit-content;
  margin: 0 auto;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  width: 190px;
}

.form-card .prevBtn:hover {
  box-shadow: inset 480px 0 0 0 #fff;
  color: #000E27;
}

.btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 12px;
  margin: 0 auto;
}


.quizbox-wrap .form-check .form-check-input[type=radio] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #000E271A;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  transition: all 0.3s ease;
}

.quizbox-wrap .form-check input[type="radio"]:checked {
  border-color: #10C500;
  background-color: #fff;
}


.quizbox-wrap .form-check .form-check-input:checked[type=radio],
.quizbox-wrap .form-check .correct.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5.5' cy='5.5' r='5.5' fill='%2310C500'/%3E%3C/svg%3E%0A");
  background-size: 50%;
  background-position: center;
}

.quizbox-wrap .form-check .kkwrong.form-check-input:checked[type=radio] {

  background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5.5' cy='5.5' r='5.5' fill='%23EA4335'/%3E%3C/svg%3E%0A");
  background-size: 50%;
  background-position: center;

}

.quizbox-wrap .form-check .kkwrong.form-check-input[type="radio"]:checked {
  border-color: #EA4335;
  background-color: #fff;
}

.quizresults-innr {
  height: 500px;
  overflow-y: auto;
  padding-right: 10px;
}

.purche-box {
  background-color: rgba(250, 250, 250, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 24px;
}

.purche-boxtop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
  border-bottom: 1px solid rgba(0, 14, 39, 0.1);
  flex-wrap: wrap;
}

.purche-boxmid {
  padding: 20px 20px;
  border-bottom: 1px solid rgba(0, 14, 39, 0.1);
}

.purche-boxbotm {
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.purche-boxbotm span {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 14, 39, 0.7);
}

.purche-boxbotm .complted-label,
.comoderdtil-wrap .complted-label {
  font-weight: 400;
  font-size: 16px;
  color: #10C500;
}

.purcheodr-id span:first-of-type {
  font-size: 18px;
  color: rgba(0, 14, 39, 0.7);
  font-weight: 400;
}

.purcheodr-id span:last-of-type {
  font-size: 18px;
  color: rgba(0, 14, 39, 1);
  font-weight: 400;
}

.purcheodr-price {
  display: flex;
  align-items: center;
  gap: 12px;
}

.purcheodr-price strike {
  color: #EA4335;
  font-size: 16px;
  font-weight: 400;
}

.purche-boxmid h3 {
  font-weight: 600;
  font-size: 18px;
  color: #000E27;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.purche-boxmid span {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 14, 39, 0.7);
}

.purcheodr-price span {
  font-size: 20px;
  color: #2D66CB;
  font-weight: 700;
}

.purche-boxbotm .refund-label,
.comoderdtil-wrap .refund-label {
  font-size: 16px;
  font-weight: 400;
  color: #2D66CB;
}

.delvryadd-info h4 {
  font-size: 20px;
  font-weight: 500;
  color: #000E27;
  padding: 18px 0;
  margin-bottom: 0;
}

.coursedetil-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}

.coursedetil-lft {
  min-width: 75px;
  width: 75px;
  height: 75px;
}

.coursedetil-lft img {
  object-fit: cover;
  width: 100%;
  height: inherit;
  border-radius: 12px;
}

.odrcartcat-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.odrcartcatflx {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.odrcartcatflx svg {
  opacity: 0.4;
}

.odrcartcatflx span {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 14, 39, 0.6);
}

.coursedetil-rgt h5 {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
  color: #000E27;
}

.coursedetil-rgt>span {
  font-size: 16px;
  font-weight: 300;
  color: #000E27;
  padding-bottom: 8px;
  display: block;
}

.coursedetil-wrap {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 14, 39, 0.10);
}

.pricbreakdw-info {
  padding: 18px 0;

}

.pricbreakdw-info h4 {
  font-weight: 500;
  font-size: 20px;
  color: #000E27;
  margin-bottom: 0;
  padding-bottom: 12px;
}

.pricbreakdw-curpri,
.pricbreakdw-dis,
.pricbreakdw-fee,
.pricbreakdw-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pricbreakdw-curpri,
.pricbreakdw-dis,
.pricbreakdw-fee {
  padding-bottom: 14px;
}

.pricbreakdw-curpri span:first-of-type,
.pricbreakdw-dis span:first-of-type,
.pricbreakdw-fee span:first-of-type {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 14, 39, 0.70);
}

.pricbreakdw-curpri span:last-of-type,
.pricbreakdw-fee span:last-of-type {
  font-size: 16px;
  font-weight: 400;
  color: #000E27;
}

.discnt-rgt {
  font-size: 16px;
  font-weight: 400;
  color: #EA4335;
}

.pricbreakdw-total {
  border-top: 1px solid rgba(0, 14, 39, 0.20);
  padding-top: 8px;
}

.pricbreakdw-total span {
  font-size: 16px;
  font-weight: 400;
  color: #000E27;
}


/*--Notes section End--*/

/*----*/
.chngpass-sec {
  padding: 60px 0;
}

.chngpass-innr {
  background-color: #FAFAFA80;
  border: 1px solid #0000001A;
  padding: 30px 30px;
  border-radius: 20px;
}


.profile-edit {
  display: flex;
  align-items: center;
  flex-flow: column;
  gap: 9px;
  margin: 0 auto 20px;
}

.profile-wrapper {
  position: relative;
  display: inline-block;
}

.avatar-img {
  width: 130px;
  min-width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
}

.camera-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: #2D66CB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 3px solid #FFFFFF;
}

input[type="file"] {
  display: none;
}


.avatar-option input {
  display: none;
}

.avatar-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
}

.avatar-option input:checked+.avatar-icon {
  border: 1px solid #2D66CB;
}

.avatarflx {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.avatarflx-wrap h3 {
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
}

.avatarflx-wrap button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 50px;
  background-color: #2D66CB;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  border-radius: 14px;
  border: 1px solid #2D66CB;
  width: fit-content;
  margin: 20px auto;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.avatarflx-wrap button:hover {
  box-shadow: inset 480px 0 0 0 #fff;
  color: #2D66CB;
}

/*---- */

.saveup-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(45, 102, 203, 1);
  padding: 12px 60px;
  border-radius: 14px;
  border: 1px solid #2D66CB;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  width: 100%;
}

.saveup-btn:hover {
  box-shadow: inset 530px 0 0 0 #fff;
  color: #2D66CB;
}

.prosavup-wrap {
  width: 40%;
}

.editprosavup-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(45, 102, 203, 1);
  padding: 12px 60px;
  border-radius: 14px;
  border: 1px solid #2D66CB;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  width: 100%;
}

.editprosavup-btn:hover {
  box-shadow: inset 530px 0 0 0 #fff;
  color: #2D66CB;
}

/*--content announcement detail End--*/

.starbg {
  position: relative;
  z-index: 9;
}

.starbg:before {
  content: "";
  position: absolute;
  background-image: url(../../../images/feature-bf.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 250PX;
  height: 250PX;
  top: 50%;
  transform: translateY(-50%);
  left: -8%;
}

.starbg:after {
  content: "";
  position: absolute;
  background-image: url(../../../images/feature-af.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 250PX;
  height: 250PX;
  bottom: 0;
  right: -8%;
}