.main-menu__right .abrish-btn {
  border-radius: 30px;
  background: linear-gradient(to left, #ee126d, #bb1190);
}
.main-menu__right .abrish-btn i {
  top: 0px;
}

.topborder {
  width: 100%;
  height: 3px;
  background-color: #bb1190;
  display: flex;
}
.topborder div {
  width: 20%;
  height: 3px;
}
.topborder div:nth-child(1) {
  background-color: #ff4a3d;
}
.topborder div:nth-child(2) {
  background-color: #ee126d;
}
.topborder div:nth-child(3) {
  background-color: #fec32d;
}
.topborder div:nth-child(4) {
  background-color: #bb1190;
}
.topborder div:nth-child(5) {
  background-color: #ff4a3d;
}

.main-menu__logo a img {
  width: 85px;
  height: 45px;
}

.stricky-header.stricky-fixed .main-menu__logo a img {
  width: 85px;
  height: 45px;
}
.stricky-header.stricky-fixed .main-menu__list > li {
  padding-top: 20px;
  padding-bottom: 20px;
}

.usercategorybox {
  margin: 0px auto;
  text-align: center;
}
.usercategorybox h4 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  text-align: center;
  font-size: 18px;
}
.usercategorybox .icon {
  width: 120px;
  height: 120px;
  background-color: #fff2f6;
  border: 1px double #ee126d;
  border-radius: 100%;
  text-align: center;
  line-height: 120px;
  margin: 0px auto;
  margin-bottom: 10px;
  transition: all 0.6s ease;
}
.usercategorybox .icon img {
  width: 70px;
  height: 70px;
  margin: 0px auto;
}
.usercategorybox .icon:hover {
  transform: rotateY(360deg);
}

.service-three .container .row [class^=col]:nth-child(even) .usercategorybox .icon {
  background-color: #edf0f8;
  border-color: #243367;
}

.cms-content p {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #333;
}

.searchcourse .form-control {
  font-size: 16px;
}
.searchcourse .form-control:focus {
  box-shadow: inherit;
  border-color: #ccc;
}

.coursebooks h4 {
  margin: 0px;
  padding: 10px 0px 20px 0px;
  font-size: 18px;
  text-align: center;
  letter-spacing: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.coursebooks .bookbox {
  background-color: #f4f4f4;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #f4f4f4;
}
.coursebooks .bookbox img {
  width: 100%;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
.coursebooks a:hover h4 {
  color: #ff4a3d;
}

.course-details__overview h4 {
  font-size: 18px;
}
.course-details__overview p {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  color: #2A254D;
  font-size: 14px;
}

.courseprice-new h4 {
  margin: 0px;
  padding: 0px;
  font-size: 40px;
  color: #ee126d;
  font-weight: 700;
}
.courseprice-new h4 i {
  font-size: 35px;
}
.courseprice-new h5 {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  font-weight: 600;
}
.courseprice-new h5 span {
  margin-left: 10px;
  background-color: #ee126d;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 5px;
  color: #fff;
  position: relative;
  top: -3px;
  white-space: nowrap;
}

.buynow-btn a {
  padding: 10px 20px;
  color: #000;
  border-radius: 5px;
  background-color: #fec32d;
  font-weight: 400;
  font-size: 18px;
  white-space: nowrap;
}
.buynow-btn a:hover {
  background-color: #bb1190;
  color: #fff;
}

span.fz-20 {
  font-size: 30px;
  font-weight: 700 !important;
}
span.fz-20 i {
  font-size: 24px !important;
}

.course-details__sidebar__item p {
  color: #000;
}

#couponModal .btn-close:focus {
  box-shadow: inherit;
}
#couponModal p {
  margin: 0px;
  padding: 0px;
}
#couponModal .input-group {
  height: 45px;
}
#couponModal .input-group .form-control:focus {
  box-shadow: inherit;
  border-color: #ccc;
}
#couponModal .btn-primary {
  background-color: #ee126d;
  border-color: #ee126d;
}
#couponModal .cstchkbox {
  padding-bottom: 10px;
}
#couponModal .cstchkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
#couponModal .cstchkbox input[type=checkbox]:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #8b8b8b;
  position: relative;
  top: 4px;
}
#couponModal .cstchkbox label {
  margin-left: 10px;
  color: #000;
  padding: 7px 20px;
  border: 1px dashed #707070;
  font-weight: bold;
}
#couponModal .cstchkbox input[type=checkbox]:checked + label {
  position: relative;
  border-color: #ee126d;
  color: #ee126d;
}
#couponModal .cstchkbox input[type=checkbox]:checked + label:before {
  content: "\f00c";
  font-weight: 300;
  position: absolute;
  top: 9px;
  left: -35px;
  width: 21px;
  height: 20px;
  font-size: 14px;
  color: #fff;
  display: block;
  font-family: "Font Awesome 5 Pro";
  background-color: #ee126d;
  border: 1px solid #ee126d;
  text-align: center;
  line-height: 20px;
}
#couponModal .couponcontent {
  padding-left: 35px;
  padding-bottom: 10px;
}
#couponModal .couponcontent p {
  margin: 0px;
  padding: 0px;
  color: #000;
  font-size: 15px;
  line-height: 24px;
}
#couponModal .couponcontent p i {
  font-size: 12px;
}

.login-box {
  padding: 60px 0px 0px 0px;
  background-color: #f4f4f4;
}

.loginform-box {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  margin: 20px 0px;
}
.loginform-box h4 {
  margin: 0px;
  padding: 0px 0px 20px 0px;
  font-weight: 700;
  font-size: 30px;
  color: #ee126d;
}
.loginform-box p {
  color: #000;
  letter-spacing: 0.5px;
}
.loginform-box .iti {
  width: 100%;
}
.loginform-box .form-group {
  margin-bottom: 20px;
  position: relative;
}
.loginform-box .form-group .form-control {
  height: 55px;
  border-radius: 8px;
  border-color: #b7b7b7;
  color: #000;
}
.loginform-box .form-group .form-control::-moz-placeholder {
  color: #333;
}
.loginform-box .form-group .form-control::placeholder {
  color: #333;
}
.loginform-box .form-group .form-control::-webkit-input-placeholder {
  color: #333;
}
.loginform-box .form-group .form-control:focus {
  box-shadow: inherit;
  border-color: #ccc;
}
.loginform-box label {
  position: absolute;
  top: 0px;
  left: 0px;
}
.loginform-box .btn-primary {
  background-color: #ee126d;
  border-color: #ee126d;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
}
.loginform-box .btn-primary:hover {
  background-color: #fec32d;
  border-color: #fec32d;
  color: #000;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: inherit !important;
}

a.resendcode {
  color: #ee126d;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  display: block;
}

.pdfred {
  background-color: #ff4a3d !important;
}

.librarybtns {
  padding: 12px 20px;
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 7px;
  margin: 0px 5px;
  background-color: #fff;
  border: 2px solid #444;
  color: #444444;
  margin-bottom: 10px;
}
.librarybtns:hover {
  background-color: #ee126d;
  border: 2px solid #ee126d;
  color: #fff;
}
.librarybtns.active {
  background-color: #ee126d;
  border: 2px solid #ee126d;
  color: #fff;
}

.accrodion-one.dlyremind {
  padding: 120px 0px 50px 0px;
  background-color: #f8f8f8;
}
.accrodion-one.dlyremind .container {
  max-width: 1340px;
}
.accrodion-one.dlyremind .accrodion-one__wrapper .accrodion {
  background-color: #fff;
}
.accrodion-one.dlyremind .accrodion-title h4 {
  font-weight: 700;
  font-size: 16px;
}
.accrodion-one.dlyremind .datetime-anltyics {
  font-size: 14px;
  color: #000;
}
.accrodion-one.dlyremind .datetime-anltyics i {
  color: #ee126d;
}
.accrodion-one.dlyremind .datetime-anltyics i + i {
  padding-left: 20px;
}
.accrodion-one.dlyremind .accrodion-one__wrapper .accrodion-title {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.dashboard-title {
  margin: 0px;
  padding: 10px 0px 0px 0px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  background-color: #bb1190;
  border-radius: 10px 10px 0px 0px;
}

.dashboard-menu {
  background: linear-gradient(to top, #ee126d, #bb1190);
  border-radius: 0px 0px 10px 10px;
  padding: 10px;
  list-style: none;
}
.dashboard-menu li {
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 3px;
  display: block;
}
.dashboard-menu li a {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 500;
  display: block;
}
.dashboard-menu li a:hover {
  opacity: 0.8;
}
.dashboard-menu li a i {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 100%;
  display: inline-block;
  background-color: #fec32d;
  margin-right: 10px;
  color: #000;
}
.dashboard-menu li:nth-child(even) {
  background-color: #b41384;
}
.dashboard-menu li.active {
  background-color: #fec32d;
  display: block;
  border-radius: 5px;
}
.dashboard-menu li.active a {
  color: #000;
}
.dashboard-menu li.active a i {
  background-color: #fff;
}

.rtarrow {
  position: absolute;
  right: 20px;
}

.dlyactivity {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.dlyactivity li {
  padding: 10px 10px 5px 10px;
  border-radius: 5px;
}
.dlyactivity li:nth-child(even) {
  background-color: #fff;
}
.dlyactivity .activitycheck {
  padding-bottom: 5px;
  display: flex;
}
.dlyactivity .activitycheck input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.dlyactivity .activitycheck input[type=checkbox]:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #8b8b8b;
  position: relative;
  top: 4px;
  border-radius: 3px;
}
.dlyactivity .activitycheck label {
  margin-left: 10px;
  color: #000;
  font-weight: bold;
  font-size: 15px;
}
.dlyactivity .activitycheck input[type=checkbox]:checked + label {
  position: relative;
}
.dlyactivity .activitycheck input[type=checkbox]:checked + label:before {
  content: "\f00c";
  font-weight: 300;
  position: absolute;
  top: 2px;
  left: -30px;
  width: 20px;
  height: 21px;
  font-size: 14px;
  color: #fff;
  display: block;
  font-family: "Font Awesome 5 Pro";
  background-color: #ee126d;
  border: 1px solid #ee126d;
  text-align: center;
  line-height: 20px;
  border-radius: 3px;
}

.course-two__bottom p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #000;
  font-size: 15px;
}

.dshcourse .course-two__thumb img {
  height: 130px;
}

.notimg {
  margin-right: 20px;
}
.notimg img {
  width: 70px;
  height: 70px;
}

.noticontent h4 {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
}
.noticontent h4 i {
  font-size: 12px;
}
.noticontent h4 i.active {
  font-weight: 900;
  color: #ee126d;
}
.noticontent p {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}

.walletblcok {
  background-color: #ee126d;
  border-radius: 5px;
  padding: 10px 10px 8px 10px;
  color: #fff;
  margin-bottom: 10px;
}
.walletblcok .btn-addcash {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #ee126d;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  float: right;
}
.walletblcok .btn-addcash:hover {
  background-color: #ee126d;
  border-color: #fff;
  color: #fff;
}

.walleticon {
  width: 70px;
  height: 70px;
  display: block;
  line-height: 70px;
  text-align: center;
  background-color: #fff;
  border-radius: 100%;
  margin-right: 10px;
}
.walleticon i {
  color: #ee126d;
  font-size: 40px;
  line-height: 70px;
}

.walletcontent p {
  margin: 0px;
  padding: 0px;
}
.walletcontent h4 {
  color: #fff;
  font-size: 30px;
}
.walletcontent h4 i {
  font-size: 26px;
}

.trstableheader {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

.trscrow .text-danger {
  color: #ff0000 !important;
  font-weight: bold;
}
.trscrow .text-success {
  color: #24b101 !important;
  font-weight: bold;
}
.trscrow p.amount {
  font-size: 18px;
  font-weight: 600;
}
.trscrow h5 {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
}
.trscrow p {
  margin: 0px;
  padding: 0px;
  letter-spacing: 0.5px;
  color: #000;
  font-size: 14px;
}
.trscrow p i {
  font-size: 16px;
}
.trscrow p span {
  color: #6d6d6d;
}

.reshead {
  display: none;
}

#addcashModal label {
  font-weight: 600;
  color: #5c5c5c;
}
#addcashModal .form-control {
  height: 45px;
}
#addcashModal .form-control:focus {
  border-color: #ccc;
  box-shadow: inherit;
}

.btn-amount {
  background-color: #ee126d;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  display: block;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  margin-top: 10px;
  font-size: 20px;
}
.btn-amount:hover {
  background-color: #fec32d;
  color: #000;
}

.profilebox fieldset {
  border: 1px solid #ccc;
  padding: 10px 20px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
}
.profilebox fieldset legend {
  position: absolute;
  left: 10px;
  position: absolute;
  top: -12px;
  color: #ee126d;
  font-size: 18px;
  font-weight: 700;
  width: auto;
  padding: 0px 10px;
  background-color: #f8f8f8;
}
.profilebox fieldset .form-group {
  padding: 5px 0px;
}
.profilebox fieldset .form-group .form-control, .profilebox fieldset .form-group .form-select {
  height: 45px;
  font-size: 14px;
}
.profilebox fieldset .form-group .form-control:focus, .profilebox fieldset .form-group .form-select:focus {
  box-shadow: inherit;
  border-color: #ccc !important;
}
.profilebox fieldset .form-group .form-select options {
  letter-spacing: 0.5;
  padding: 5px 0px;
}
.profilebox fieldset .form-group label {
  font-size: 14px;
  color: #000;
}
.profilebox fieldset .form-group label.star:after {
  content: "*";
  color: #ff0000;
  padding-left: 3px;
}
.profilebox input[type=file] {
  outline: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.profilebox .uploadlabel {
  border: 2px dashed #ccc;
  border-radius: 5px;
  display: block;
  padding: 8px 5px 5px 10px;
  transition: border 300ms ease;
  cursor: pointer;
  text-align: center;
  width: 100%;
  height: 45px;
}

.btn-continue {
  background-color: #ee126d;
  padding: 6px 15px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  float: right;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 14px;
}
.btn-continue:hover {
  background-color: #fec32d;
  color: #000;
}

.addlink {
  font-weight: 600;
  color: #ee126d;
  text-decoration: none;
  font-size: 14px;
}
.addlink:hover {
  color: #000;
}

.iti {
  width: 100%;
}

.wsh-icon {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  margin: 3px;
  top: 20px;
  right: 20px;
  color: #666;
}
.wsh-icon:hover {
  background-color: #ee126d;
  color: #fff;
}

.whsactive {
  background-color: #ee126d;
  color: #fff;
}

.txtvalue {
  display: block;
  color: #000;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}
.txtvalue a {
  color: #000;
}
.txtvalue a i {
  color: #ee126d;
}
.txtvalue a:hover {
  color: #bb1190;
}

.btn-back {
  background-color: #fff;
  height: 35px;
  line-height: 32px;
  padding: 0px 10px;
  border: 1px solid #ee126d;
  color: #ee126d;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
}
.btn-back:hover {
  background-color: #ee126d;
  color: #fff;
}

.verified {
  background-color: #d8fce3;
  color: #049a0e;
  border-radius: 5px;
  font-weight: 600;
  padding: 5px 5px 5px 5px;
  font-size: 13px;
  line-height: 30px;
}

.btn-whmsg {
  background-color: #58a90f;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}
.btn-whmsg:hover {
  background-color: #fec32d;
  color: #000;
}

.quizblock .nav-link {
  font-weight: 700;
  font-size: 16px;
}
.quizblock .nav-link.active {
  background-color: #ee126d;
}
.quizblock h5 {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  font-size: 17px;
  color: #ee126d;
}
.quizblock h5 a {
  color: #ee126d;
  text-decoration: none;
}
.quizblock h5 a:hover {
  color: #000;
}
.quizblock p {
  margin: 0px;
  padding: 0px 30px 0px 0px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.quizblock p i {
  color: rgba(238, 18, 109, 0.7);
}
.quizblock .card {
  transition: all ease-in 0.5s;
  position: relative;
}
.quizblock .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transform: scale(1.02);
}
.quizblock ul.qzstats {
  margin: 0px;
  padding: 0px 0px 5px 0px;
  list-style: none;
}
.quizblock ul.qzstats li {
  background-color: #f2f2f2;
  display: inline;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding: 5px 10px;
  margin-right: 10px;
}
.quizblock ul.qzstats li span {
  color: #ee126d;
}

.pinkcol {
  color: #ee126d !important;
}

#pills-completed h5 {
  color: #000;
  padding-bottom: 10px;
}
#pills-completed h5:hover {
  color: #ee126d;
}

.pass-result {
  position: absolute;
  height: 24px;
  top: 10px;
  right: 0px;
  background-color: #ee126d;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 0px 7px;
  border-left: 3px dotted #fff;
}

.qzviewstats {
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
  color: #ee126d;
  font-weight: 400;
  letter-spacing: 1;
}
.qzviewstats span {
  display: block;
  font-weight: 700;
  font-size: 24px;
  color: #000;
}

.questanswblock {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}
.questanswblock h4 {
  margin: 0px;
  padding: 0px 0px 15px 35px;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  position: relative;
  line-height: 24px;
}
.questanswblock h4 span {
  color: #ee126d;
  font-weight: 700;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 24px;
}
.questanswblock h4.normal {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.8px;
}
.questanswblock h4.normal.wrong {
  color: #ff4a3d;
}
.questanswblock ul {
  margin: 0px;
  padding: 0px 0px 0px 30px;
  list-style: none;
}
.questanswblock ul li {
  color: #000;
  font-size: 16px;
  padding-bottom: 15px;
  letter-spacing: 0.7px;
}
.questanswblock ul li .custradio {
  position: relative;
  padding-left: 0px;
  line-height: 30px;
}
.questanswblock ul li .custradio label {
  padding-left: 40px;
  padding-top: 3px;
  font-weight: 500;
}
.questanswblock ul li .custradio input[type=radio] {
  width: 27px;
  height: 27px;
  float: left;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 100%;
  margin-top: 3px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.questanswblock ul li .custradio input[type=radio]:checked:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #ee126d;
  position: absolute;
  left: 5px;
  top: 6px;
  border-radius: 100%;
}

.btn-next {
  display: block;
  padding: 10px 0px;
  text-align: center;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  margin: 10px 0px;
  background-color: #ee126d;
  color: #fff;
  border: 2px solid transparent;
}
.btn-next:hover {
  border-color: #ee126d;
  background-color: #fff;
  color: #ee126d;
}

.btn-prev {
  display: block;
  padding: 10px 0px;
  text-align: center;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  margin: 10px 0px;
  background-color: #fff;
  color: #ee126d;
  border: 2px solid #ee126d;
}
.btn-prev:hover {
  background-color: #ee126d;
  color: #fff;
}

.batchbox h4 {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-size: 20px;
  color: #bb1190;
}
.batchbox p {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.8px;
}

.crsviewbox {
  height: 130px;
  overflow: hidden;
  transition: all ease 0.2s;
}

.course-details__overview p a:hover {
  color: #000;
}

.course-details__overview p a i {
  position: relative;
  top: 2px;
}

.expanded {
  height: inherit;
  overflow: hidden;
}

img.dwnreminder {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}

.walletfilter label {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
.walletfilter .form-group {
  margin-bottom: 5px;
}
.walletfilter .form-control, .walletfilter .form-select {
  border-radius: 0px;
  font-size: 14px;
  font-weight: 400;
}
.walletfilter .form-control:focus, .walletfilter .form-select:focus {
  box-shadow: inherit;
  border-color: #ccc !important;
}/*# sourceMappingURL=custom.css.map */