@import url("../font/font.css");

* {
  outline: 0 !important;
  font-family: "Titillium_Web", sans-serif;
}

html a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

html a:hover {
  text-decoration: none;
}

svg,
img {
  max-width: 100%;
  height: auto;
  width: auto;
}

html .container {
  max-width: 390px;
  position: relative;
}

p {
  margin-bottom: 0px;
}

p:last-child {
  margin-bottom: 0;
}
.hide {
  display: none;
}
::selection {
  color: #fff;
  background: #0085ff;
}

b,
strong {
  font-weight: 600;
}

button:focus {
  box-shadow: none;
}

.overflow-hidden {
  overflow: hidden;
}

/* Header Section */
.header-inner {
  min-height: 115px;
}

.header-inner .header-menu a {
  width: 32px;
  height: 32px;
  display: flex;
  background-color: #282828;
  border-radius: 50%;
  padding: 5px;
  align-items: center;
  justify-content: center;
}

.header-inner .header-menu a img {
  width: 14px;
}

.header-inner .header-logo {
  max-width: 220px;
  padding: 0 15px;
  margin: 0 auto;
}

.header-inner .header-search a {
  width: 32px;
  height: 32px;
  display: flex;
  background-color: #282828;
  border-radius: 50%;
  padding: 7px;
  align-items: center;
  justify-content: center;
}

/* main Section */
.main-inner-section {
  background-color: #e8e8e8;
  height: calc(100vh - 207px);
  padding: 30px 0 20px 0;
  position: relative;
  overflow-y: auto;
  display: flex;
  align-items: center;
}

.main-inner-section .wizard {
  width: 100%;
}

.main-header h3 {
  font-size: 23px;
  font-weight: 600;
  color: #282828;
}

.main-img {
  padding: 25px 0;
}

.tab-content .tab-pane.active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 460px;
  margin: auto;
}

.main-img img {
  max-height: 358px;
  width: auto !important;
  display: unset !important;
}

.start-button {
  max-width: 360px;
  margin: 0 auto;
  padding: 0 15px;
}

.start-button button.default-btn.next-step {
  width: 100%;
  border-radius: 10px;
  border: none;
  min-height: 52px;
  display: flex;
  color: #fff;
  background-color: #fc6022;
  font-weight: 600;
  letter-spacing: 0.6px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.start-button button.default-btn.next-step.color-yellow {
  background-color: #fcbe39;
}

.start-button button.default-btn.next-step span {
  margin-right: 30px;
}

.start-button button.default-btn.next-step img {
  width: 24px;
  position: absolute;
  right: 25px;
}

.wizard-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  bottom: 20px;
}

.wizard-inner ul {
  width: 100%;
  justify-content: space-between;
  max-width: 290px;
}

.wizard-inner ul li a {
  width: 12px;
  height: 12px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
}

.wizard-inner ul li.active a,
.wizard-inner ul li a.active {
  background-color: #c3c2c2;
}

.main-inner-section .owl-nav {
  display: none;
}

.main-inner-section .owl-dots {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 290px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  bottom: -18%;
}

.main-inner-section .owl-dots button.owl-dot span {
  width: 12px;
  height: 12px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
}

.main-inner-section .owl-dots button.owl-dot.active span {
  background-color: #c3c2c2;
}

/* back Button */
.back-button button.btn.back-button {
  width: 100%;
  border-radius: 0;
  border: none;
  background-color: #3e3d3d;
  color: #fff;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-button button.btn.back-button img {
  transform: scaleX(-1);
  width: 26px;
  position: absolute;
  left: 57px;
}

/* Main Edu Section */
.edu-section {
  height: calc(100vh - 115px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.edu-inner-section {
  padding: 22px 0;
  min-height: 529px;
  display: flex;
  align-items: center;
  height: 100%;
}

.edu-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.edu-inner .item-img {
  margin: 0 auto;
  max-width: 60px;
  margin-bottom: 15px;
}

.edu-inner .item {
  width: 128px;
  margin: 8px 20px;
  background-color: #fff;
  padding: 20px;
  max-height: 130px;
  border-radius: 8px;
  box-shadow: 0px 5px 3px rgb(0 0 0 / 18%);
}

.edu-inner .item .item-content h4 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.edu-bottom {
  background-color: #ee5f2c;
  padding-top: 5px;
  padding-bottom: 10px;
}

.edu-inner-bottom .edu-img {
  max-width: 194px;
  padding-right: 10px;
}

.edu-inner-bottom {
  display: flex;
  align-items: center;
}

.edu-bottom-content {
  padding: 5px;
  text-align: center;
}

.edu-bottom-content p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
}

.edu-bottom-content button.btn.st-button {
  font-size: 10px;
  padding: 8px 20px;
  font-weight: 700;
  margin: 20px auto;
  color: #ee5f2c;
  max-width: 150px;
  display: block;
  width: 100%;
  box-shadow: 0px 3px 3px rgb(0 0 0 / 18%);
}

.edu-bottom-content button.btn.down-button {
  font-size: 10px;
  padding: 8px 20px;
  font-weight: 700;
  margin: 20px auto;
  background-color: #ffc016;
  color: #fff;
  max-width: 150px;
  display: block;
  width: 100%;
  box-shadow: 0px 3px 3px rgb(0 0 0 / 18%);
}

.edu-inner .item-img img {
  height: 48px;
  display: block;
  margin: 0 auto;
}

/* Login Screen */
.login-section {
  background-image: linear-gradient(-58deg, #1e242a 0%, #43515f 100%);
  color: #fff;
}

.login-inner {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login-header {
  width: 100%;
}

.login-header h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 55px;
  margin-left: 35px;
}

.login-form .form-group {
  margin-bottom: 15px;
  position: relative;
}

.login-form .form-group img {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}

.login-form .form-group input.form-control {
  width: 100%;
  min-height: 55px;
  background-color: transparent;
  border: 1px solid #747e88;
  padding-left: 60px;
  color: #fff;
}

.login-form .form-group input.form-control::placeholder {
  opacity: 1;
  color: #ccc;
}

.login-form button.btn {
  background-color: #fbbe48;
  min-height: 55px;
  color: #fff;
  text-align: center;
  width: 100%;
  position: relative;
  font-weight: 600;
  font-size: 17px;
}

.login-form button.btn img {
  width: 25px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.log-on {
  margin-top: 45px;
  text-align: center;
}

.log-on a {
  margin-bottom: 15px;
  display: block;
  color: #fff;
}

.login-form button.btn.log-button {
  background-color: #ff681e;
}

.login-site {
  margin-top: 80px;
}

/* Header Menu Screen */
.header-screen-inner-section {
  background-image: linear-gradient(-58deg, #1e242a 0%, #43515f 100%);
  color: #fff;
}

.header-screen-inner {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0;
}

.header-screen-inner .header-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.header-screen-inner .header-top .header-left h3 {
  font-weight: 200;
}

.header-screen-inner .header-top .header-left span {
  font-weight: 100;
  font-size: 18px;
  color: #bdcadb;
}

.header-screen-inner .header-top .header-right img {
  width: 33px;
}

.header-center > ul {
  list-style: none;
  margin: 40px 0;
  padding-left: 65px;
}

.header-center > ul > li > a {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin: 15px 0;
  display: block;
}

.header-center > ul > li > a.nav-link {
  padding: 0;
}

.header-center > ul > li > a.nav-link span {
  border-radius: 5px;
  background-color: #f1662e;
  width: 35px;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  margin-left: 18px;
  color: #fff;
}

.header-center > ul > li.active > a {
  color: #fcbe39;
}

.header-center > ul > li > a:after {
  display: none;
}

.header-center > ul > li > .dropdown-menu {
  background-color: transparent;
  position: relative !important;
  left: 0 !important;
  right: 0;
  width: 100%;
  float: none;
  transform: unset !important;
  border: none;
}

.header-center > ul > li > .dropdown-menu ul {
  list-style: none;
  padding: 0;
}

.header-center > ul > li > .dropdown-menu ul li a {
  display: flex;
  align-items: center;
}

.header-center > ul > li > .dropdown-menu ul li a .all-img {
  display: flex;
  align-items: center;
}

.header-center > ul > li > .dropdown-menu ul li a .all-img img {
  width: 18px;
  margin: 0 10px;
}

.header-center .active {
  position: relative;
}

.header-center .active:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  border-radius: 3px;
  background-image: linear-gradient(
    90deg,
    #fbbd37 0%,
    #fffe00 50%,
    #fbbd37 100%
  );
  left: -65px;
  top: 0;
  box-shadow: rgb(255 0 0 / 54%) 0px 5px 11px;
}

.header-center > ul > li > .dropdown-menu ul li a {
  font-size: 16px;
  font-weight: 300;
  margin: 15px 0;
  display: flex;
  align-items: center;
  color: #e4e6e7;
}

.header-center > ul > li > .dropdown-menu ul li a span {
  min-width: 130px;
}

.header-center ul.active:before {
  left: 0;
}

/* Main New */
.edu-new-inner-section .edu-item {
  position: relative;
  width: fit-content;
}

.edu-new-inner-section .edu-item img {
  height: 160px;
}

.edu-new-inner-section .edu-item button.btn {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  border: none;
  min-height: 52px;
  display: flex;
  color: #fff;
  background-color: #fc6022;
  font-weight: 400;
  letter-spacing: 0.6px;
  align-items: center;
  justify-content: center;
  max-width: 160px;
  box-shadow: 0px 3px 3px rgb(0 0 0 / 18%);
  width: 100%;
}

.edu-new-inner-section .edu-item.edu-right {
  margin-left: auto;
}

.edu-new-inner-section .edu-item.edu-right button.btn {
  left: 0;
  right: auto;
}

.edu-new-inner-section {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  padding: 5px 0;
}

/* Main New 3 */
.main-screen .header-section {
  background-color: #f6f6f6;
}

.edu-header {
  background-color: #f6f6f6;
}

.edu-header ul {
  display: flex;
  list-style: none;
  max-width: 375px;
  margin: 0 auto !important;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px !important;
}

.edu-header ul li {
  padding: 0 15px;
  margin-bottom: 3px;
}

.edu-header ul li a {
  color: #282828;
  font-weight: 300;
  font-size: 15px;
  padding: 0 5px 0px;
  position: relative;
}

.edu-header ul li a:before {
  content: "";
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0;
  background-color: #fcbe39;
  bottom: -3px;
  transition: all 0.6s ease;
}

.edu-header ul li a:hover::before,
.edu-header ul li a.active::before {
  width: 100%;
}

.main-screen .edu-inner-bottom {
  display: flex;
  align-items: center;
  position: relative;
}

.main-screen .edu-inner-bottom .edu-img img {
  position: absolute;
  top: -64px;
  left: 0;
  max-height: 200px;
}

.main-screen .edu-bottom-content {
  padding: 20px 0;
  padding-left: 224px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.edu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.edu-top .edu-inner-top {
  min-height: 96px;
  display: flex;
  align-items: center;
  text-align: center;
  width: 50%;
  position: relative;
  background-color: #fcbe39;
  border-radius: 30px;
  margin: 17px 4px;
  overflow: hidden;
  box-shadow: 2.624px 3.019px 8px rgba(0, 0, 0, 0.14);
}

.edu-top .edu-inner-top span {
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  text-transform: uppercase;
  color: #272626;
  font-weight: 700;
  transform: translateY(-50%);
  font-size: 10px;
  padding-left: 66px;
  line-height: normal;
  padding-right: 10px;
}

.edu-top .edu-inner-top.left::before {
  content: "";
  width: 78px;
  height: 100%;
  background-image: url(../images/edu-inner-top-left.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: -3px;
  background-size: cover;
}

.edu-top .edu-inner-top.right::before {
  content: "";
  width: 113px;
  height: 100%;
  background-image: url(../images/edu-inner-top-right.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: -6px;
  background-size: cover;
}

.edu-new-inner .edu-inner-body {
  max-width: 460px;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 80px;
}

.edu-body-inner h5 {
  text-transform: uppercase;
  color: #272626;
  font-weight: 700;
  text-align: center;
  font-size: 13px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-bottom: 2px;
}

.edu-body-inner h5::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  background-color: #fcbe39;
  bottom: -3px;
  transition: all 0.6s ease;
}

.edu-body-inner .main-item {
  display: flex;
  flex-wrap: wrap;
}

.edu-body-inner .main-item .item {
  width: calc(33.33% - 6px);
  margin: 3px;
  position: relative;
}

.edu-body-inner .main-item .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.edu-body-inner .main-item .item a {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
  color: #272626;
  font-weight: 700;
  background-color: #fff;
  font-size: 8px;
  width: fit-content;
  text-align: center;
  display: block;
  right: 0;
  margin: 0 auto;
  padding: 3px 5px;
}

.main-screen .edu-section {
  height: 100%;
}

.edu-body-bottom {
  padding: 25px;
  background-image: url(../images/edu-body-bottom-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 108px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  background-position: right;
  margin-top: 12px;
}

.edu-body-bottom h4 {
  color: #fff;
  font-size: 14px;
  width: 40%;
  font-weight: 600;
  line-height: 17px;
}

.edu-body-bottom .edu-body-inner-bottom {
  width: 60%;
}

.edu-body-bottom .edu-body-inner-bottom img {
  width: 125px;
  margin-bottom: 8px;
}

.edu-body-bottom .edu-body-inner-bottom button.btn {
  min-height: 22px;
  font-size: 9px;
  background-color: #fff;
  color: #2c2d2e;
  font-weight: 600;
  border-radius: 7px;
  padding: 5px 10px;
}

.main-screen .edu-bottom-content p {
  margin-bottom: 10px;
}

.main-screen .edu-bottom-content button.btn.down-button {
  padding: 14px 20px;
  font-size: 14px;
  margin: 0;
}

/* Cart Page */

.cart-section {
  background-color: #e8e8e8;
  padding: 20px 0;
  height: calc(100vh - 207px);
  overflow-y: auto;
}

.cart-inner-section {
  margin: 20px 15px;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
}

.cart-header h4 {
  font-weight: 700;
}

.coutry {
  margin-bottom: 5px;
}

.coutry img {
  width: 28px;
  margin-right: 5px;
}

.cart-inner-section span {
  color: #5e5e5e;
  font-size: 15px;
}

.cart-header p {
  color: #5e5e5e;
  margin-bottom: 5px;
  font-size: 14px;
}

.cart-inner-section b,
.cart-inner-section .bold-weight {
  font-weight: 700;
}

.cart-inner-section .ct-border {
  border-top: 1px solid #b9b9b9;
  padding: 12px 15px;
}

.cart-inner-section .color-red {
  color: #b20101;
}

.cart-inner-section .important h4 {
  font-size: 17px;
  font-weight: 700;
  text-align: right;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cart-inner-section .important h4 span {
  font-size: 17px;
}

.cart-inner-section .important h4 img {
  width: 16px;
  margin-right: 5px;
}

.cart-inner-section > div {
  padding: 12px 15px;
}

.cart-inner-section .color-orage {
  color: #fc6022;
}

.ct-div h5 {
  margin: 0;
  font-size: 17px;
  display: flex;
  align-items: center;
}

.ct-div h5 span {
  font-size: 17px;
}

.cart-inner-section .command-body .ct-div {
  padding: 1px 0;
}

.ct-div h5 img {
  width: 22px;
  margin-right: 5px;
}

.cart-inner-section .color-blue {
  color: #176d80;
}

.command-body .card {
  border-radius: 0;
  border: none;
}

.command-body .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}

.command-body button.btn.btn-link {
  display: flex;
  align-items: center;
  border: none;
  padding: 20px 0;
  width: 100%;
  margin-top: 40px;
  position: relative;
  color: #5e5e5e;
  transition: all 0.6s ease;
  padding-right: 25px;
}

.command-body button.btn.btn-link::before {
  content: "";
  width: 18px;
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.command-body button.btn.btn-link:hover {
  color: #5e5e5e;
  text-decoration: none;
}

.command-body button.btn.btn-link img {
  width: 40px;
  margin-right: 15px;
}

.command-body button.btn.btn-link h5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 17px;
  margin: 0;
}

.command-body button.btn.btn-link h5 span {
  font-size: 17px;
  text-align: left;
}

.cart-button button.default-btn {
  width: calc(100% - 25px);
  border-radius: 10px;
  border: none;
  min-height: 52px;
  display: flex;
  color: #fff;
  background-color: #fcbe39;
  font-weight: 600;
  letter-spacing: 0.6px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  padding: 12px 24px;
}

.cart-button button.default-btn img {
  width: 24px;
}

/* Educli-Student-Profile-Course */
.ct-container {
  padding: 0 40px;
}

.ct-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-inner-header .main-sub-inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.main-inner-header .main-sub-inner-header buttom.btn.menu-button:focus,
.main-sub-inner-header .header-setting button.btn.setting-button:focus {
  box-shadow: none;
}

.main-inner-header .main-sub-inner-header buttom.btn.menu-button span {
  width: 33px;
  height: 3px;
  margin: 8px 0;
  display: block;
  background-color: #000;
}

.main-sub-inner-header .header-logo {
  max-width: 180px;
}

.main-sub-inner-header .header-search {
  display: flex;
  align-items: center;
  position: relative;
}

.main-sub-inner-header .header-search input.form-control {
  border-radius: 16px;
  background-color: #f9f9f9;
  border: 2px solid #fc6022;
  padding: 10px 20px;
  font-size: 17px;
  position: relative;
  min-width: 290px;
  color: #918f8f;
  padding-right: 50px;
}

.main-sub-inner-header .header-search img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 22px;
}

.main-sub-inner-header .header-time {
  display: flex;
  align-items: center;
}

.main-sub-inner-header .header-time img {
  width: 21px;
  margin-right: 15px;
}

.main-sub-inner-header .header-time span {
  color: #343434;
  font-weight: 600;
  font-size: 15px;
}

.main-sub-inner-header .header-time button.btn.clock-button {
  filter: drop-shadow(0px 6px 6.5px rgba(0, 0, 0, 0.16));
  background-color: #e3570a;
  color: #fffefe;
  font-weight: 600;
  border-radius: 15px;
  margin-left: 20px;
}

.main-sub-inner-header .header-date {
  display: flex;
  align-items: center;
}

.main-sub-inner-header .header-date img {
  width: 21px;
  margin-right: 15px;
}

.main-sub-inner-header .header-date span {
  color: #343434;
  font-weight: 600;
  font-size: 15px;
}

.main-sub-inner-header .header-wether {
  display: flex;
  align-items: flex-start;
}

.main-sub-inner-header .header-wether span {
  color: #343434;
  font-weight: 600;
  font-size: 15px;
}

.main-sub-inner-header .header-wether img {
  width: 25px;
  margin-left: 5px;
}

.main-sub-inner-header .header-setting button.btn.setting-button {
  background-color: transparent;
}

.main-inner-header .main-sub-inner-header buttom.btn.menu-button {
  padding: 0;
  cursor: pointer;
}

.main-sub-inner-header .header-setting button.btn.setting-button img {
  width: 23px;
}

.main-header-inner-slide {
  padding: 20px 40px;
}

.main-header-inner-slide ul.main-ul > li {
  margin-bottom: 20px;
}

.main-header-inner-slide ul.main-ul > li a {
  color: #343434;
  font-weight: 600;
  font-size: 15px;
  position: relative;
  padding-left: 40px;
}

.main-header-inner-slide ul.main-ul > li a.active {
  color: #343434;
  font-weight: 700;
}

.main-header-inner-slide ul.main-ul > li a img {
  width: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.main-header-inner-slide ul.main-ul li .card {
  border: none;
}

.main-header-inner-slide ul.main-ul li .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}

.main-header-inner-slide ul.main-ul li .card ul.sub-ul {
  padding-left: 20px;
  margin-left: 45px;
  position: relative;
  margin-top: 20px;
}

.main-header-inner-slide ul.main-ul li .card ul.sub-ul:before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fcbf4c;
}

.main-header-inner-slide ul.main-ul li .card ul.sub-ul li {
  margin-bottom: 20px;
}

.main-header-inner-slide ul.main-ul li .card ul.sub-ul li a {
  color: #6a6a6a;
  padding-left: 0;
}

.main-header-inner-slide ul.main-ul li .card ul.sub-ul li a.active,
.main-header-inner-slide ul.main-ul li .card ul.sub-ul li a:hover {
  color: #fcbe39;
}

.main-body-inner-educli .main-header-inner-slide {
  height: calc(100vh - 166px);
  overflow: auto;
  transition: all 0.6s ease;
  width: 0px;
  opacity: 0;
  visibility: hidden;
}

.main-body-inner-educli.open .main-header-inner-slide {
  transform: none;
  width: 320px;
  opacity: 1;
  visibility: visible;
}

.main-body-inner-educli .main-header-slide {
  transform: translateX(-100%);
  transition: all 0.6s ease;
  width: 0;
}

.main-body-inner-educli.open .main-header-slide {
  width: 320px;
  transform: none;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #e3570a;
}

.main-body-inner-educli {
  display: flex;
}

.main-body-inner-educli .main-educli-body {
  transition: all 0.6s ease;
  width: 100%;
}

.main-body-inner-educli.open .main-educli-body {
  width: calc(100% - 320px);
}

.main-educli-inner-body {
  padding: 0 40px;
  height: calc(100vh - 166px);
  overflow: auto;
}

.main-educli-inner-body.main-educli-full-body {
  padding: 0 40px;
  height: 100% !important;
  overflow: auto;
}

.main-educli-body.main-educli-full-body {
  width: 100% !important;
}

.profile-inner-section .card {
  filter: drop-shadow(0px 6px 6.5px rgba(0, 0, 0, 0.16));
  border-radius: 36px;
  background-color: #f9f9f9;
}

.profile-inner-section .card .card-header {
  display: flex;
  align-items: center;
  border: none;
  padding: 15px;
  justify-content: space-between;
  position: relative;
  background-color: transparent;
}

.profile-inner-section .card .card-header button.btn.btn-link {
  display: flex;
  align-items: center;
  background-color: transparent;
  padding-left: 100px;
}

.profile-inner-section
  .card
  .card-header
  button.btn.btn-link[aria-expanded="true"] {
  padding-left: 0;
}

.profile-inner-section .card .card-header button.btn.btn-link img {
  transition: all 0.6s ease;
  position: absolute;
  width: 80px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.profile-inner-section
  .card
  .card-header
  button.btn.btn-link[aria-expanded="true"]
  img {
  opacity: 0;
  visibility: hidden;
}

.profile-inner-section .card .card-header button.btn.btn-link ul {
  display: flex;
  flex-wrap: wrap;
}

.profile-inner-section .card .card-header .button-group {
  display: flex;
  align-items: center;
  margin-right: 20px;
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease;
}

.profile-inner-section
  .card
  .card-header:has(button.btn.btn-link[aria-expanded="true"])
  .button-group {
  opacity: 0;
  visibility: hidden;
}

.profile-inner-section .card .card-header .button-group a {
  width: 28px;
  margin: 0 4px;
}

.profile-inner-section .card .card-header button.btn.btn-link ul li {
  padding: 0 12px;
  position: relative;
}

.profile-inner-section .card .card-header button.btn.btn-link ul li:before {
  content: ">";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -4px;
  color: #343434;
  font-weight: 600;
}

.profile-inner-section
  .card
  .card-header
  button.btn.btn-link
  ul
  li:last-child:before {
  display: none;
}

.profile-inner-section .card .card-header button.btn.btn-link ul li a {
  color: #343434;
  font-weight: 600;
  font-size: 18px;
}

.profile-inner-section .card .card-header button.btn.btn-link ul li a.active {
  color: #e3570a;
}

.profile-inner-section .card .card-header button.btn.btn-link ul li a:hover,
.profile-inner-section .card .card-header button.btn.btn-link:hover {
  text-decoration: none;
}

.profile-inner-section .card .collapse {
}

.profile-inner-section .card .profile-details-main {
  padding: 0 15px;
  max-width: 1300px;
  margin: 40px auto;
}

.profile-inner-section .card .collapse .profile-details-main .profile-img {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}

.profile-inner-section .card .collapse.show .profile-details-main .profile-img {
  opacity: 1;
  visibility: visible;
}

.profile-details-main .profile-details ul li {
  color: #343434;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 4px;
}

.profile-details-main .profile-details ul li b {
  color: #000;
}

.profile-details-main .profile-edit {
  max-width: 230px;
  margin: 0 auto;
}

.profile-details-main .profile-edit button.btn.pro-edit-button {
  width: 100%;
  margin: 10px 0;
  filter: drop-shadow(0px 6px 6.5px rgba(0, 0, 0, 0.16));
  background-color: #fbae2c;
  border-radius: 12px;
  display: flex;
  align-items: center;
  color: #fffefe;
  font-weight: 600;
  padding: 10px 30px;
}

.profile-details-main .profile-edit button.btn.pro-edit-button img {
  width: 20px;
  margin-right: 12px;
}

.profile-details-main .profile-edit button.btn.pro-edit-button span {
  text-align: left;
  white-space: normal;
}

.profile-details-main
  .profile-edit
  button.btn.pro-edit-button
  span
  .profile-inner-information {
  margin: 40px 0;
}

.profile-information {
  margin: 20px 0;
}

.profile-inner-information ul.nav {
  filter: drop-shadow(0px 6px 6.5px rgba(0, 0, 0, 0.16));
  border-radius: 17px;
  overflow: hidden;
  margin-bottom: 25px;
}

.profile-inner-information ul.nav li.nav-item {
  width: 20%;
}

.profile-inner-information ul.nav li.nav-item a.nav-link {
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 8px 35px;
  border-radius: 0;
  background-color: #fcbf4c;
}

.profile-inner-information ul.nav li.nav-item.color-2 a.nav-link {
  background-color: #fcb22f;
}

.profile-inner-information ul.nav li.nav-item.color-3 a.nav-link {
  background-color: #fc9b26;
}

.profile-inner-information ul.nav li.nav-item.color-4 a.nav-link {
  background-color: #ff7f1c;
}

.profile-inner-information ul.nav li.nav-item.color-5 a.nav-link {
  background-color: #e3570a;
}

.profile-inner-information ul.nav li.nav-item a.nav-link.active {
  background-color: #6a6a6a;
}

.profile-inner-information ul.nav li.nav-item a.nav-link img {
  width: 18px;
  margin-right: 15px;
}

.footer-inner-section {
  background-color: #e3570a;
  padding: 15px 0;
}

.footer-left-inner ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-left-inner ul li a {
  width: 35px;
  height: 35px;
  display: block;
  margin: 0 5px;
}

.footer-inner {
  display: flex;
  align-items: center;
}

.footer-left-inner {
  width: 20%;
}

.footer-right-inner {
  width: 70%;
}

.footer-right-inner ul {
  display: flex;
  justify-content: space-around;
}

.footer-right-inner ul li a {
  color: #ffffff;
  font-weight: 600;
}

.document-tab-inner-main .card {
  filter: drop-shadow(0px 6px 6.5px rgba(0, 0, 0, 0.16));
  background-color: #f9f9f9;
  border-radius: 35px;
  padding: 0 25px;
}

.document-tab-inner-main .card .card-header {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  padding: 25px 0;
}

.document-tab-inner-main .card .card-header .card-right {
  display: flex;
  align-items: center;
}

.document-tab-inner-main .card .card-header .card-right .button-group {
  display: flex;
}

.document-tab-inner-main .card .card-header .card-right .button-group a {
  width: 28px;
  margin: 0 4px;
}

.document-tab-inner-main .card .card-header .card-right button.btn.more-button {
  background-color: transparent;
  margin-left: 10px;
  width: 32px;
}

.document-tab-inner-main
  .card
  .card-header
  .card-right
  button.btn.more-button:hover {
  text-decoration: none;
}

.document-tab-inner-main
  .card
  .card-header
  .card-right
  button.btn.more-button
  img {
  width: 6px;
}

.document-tab-inner-main .card .card-header button.btn.btn-link {
  color: #6a6a6a;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
}

.document-tab-inner-main .card .card-header button.btn.btn-link:hover,
.document-tab-inner-main .card .card-header button.btn.btn-link:focus {
  text-decoration: none;
}

.document-tab-inner-main .card .card-body {
  padding: 0;
  padding-bottom: 30px;
}

.profile-inner-information .tab-content .tab-pane.active {
  display: block;
  max-height: fit-content;
}

.document-tab-inner-main .inner-tab-section .card {
  border-radius: 10px;
  filter: none;
  border: 1px solid #ccc;
  margin: 10px 0;
  background-color: #fff;
}

.document-tab-inner-main .inner-tab-section .card button.btn.btn-link {
  display: flex;
  align-items: center;
  color: #9e9e9e;
  font-weight: 400;
  width: 100%;
}

.document-tab-inner-main .inner-tab-section .card button.btn.btn-link img {
  width: 30px;
  margin-right: 15px;
}

.document-tab-inner-main .inner-tab-section .card .card-header {
  position: relative;
  padding: 15px 0;
}

.document-tab-inner-main .inner-tab-section .card .card-header:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 23px;
  height: 17px;
  opacity: 0.7;
  transition: all 0.6s ease;
}

.document-tab-inner-main
  .inner-tab-section
  .card:has(button.btn.btn-link[aria-expanded="true"])
  .card-header:before {
  transform: translateY(-50%) rotate(180deg);
}

.document-tab-inner-main .inner-tab-section .card .inner-tab-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.document-tab-inner-main .inner-tab-section .card .inner-tab-items .tab-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px 30px;
}

.document-tab-inner-main
  .inner-tab-section
  .card
  .inner-tab-items
  .tab-item
  img {
  width: 70px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.document-tab-inner-main .inner-tab-section .card .inner-tab-items .tab-item a {
  text-decoration: underline;
  font-size: 12px;
  font-weight: 600;
}

.document-tab-inner-main
  .inner-tab-section
  .card
  .inner-tab-items
  .tab-item
  span {
  font-size: 12px;
  line-height: 10px;
  color: #9e9e9e;
}

.color-orage {
  color: #fc6022 !important;
}

.v-application-body h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fc6022;
}

.v-card-app {
  border-radius: 30px;
  background-color: #f9f9f9;
  padding: 30px;
  border: 0px;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
}

.v-application-body .more-button {
  padding: 0px;
  background-color: transparent;
  cursor: pointer;
}

.v-application-body .more-button img {
  width: 6px;
}

.v-application-body .tab-info-inner-body {
  margin-top: 30px;
}

.v-application-body .tab-info-inner-body span {
  font-size: 14px;
  font-weight: 700;
  color: #343434;
}

.v-application-body .tab-info-inner-body input {
  width: 100%;
  height: 35px;
  border: 1px solid #c6c6c6;
  padding: 10px;
  border-radius: 8px;
  color: #343434;
  font-size: 14px;
  font-weight: 600;
}

.v-application-body .right-button-l {
  margin-left: 30px;
}

.v-application-body .right-button-l img {
  width: 40px;
}

.noti-inner-section {
  display: flex;
  align-items: flex-end;
}

.noti-left {
  padding-left: 12px;
  border-left: 4px solid #fcbe39;
  margin-left: 15px;
}

.noti-left .input-group {
  margin: 5px 0;
}

.noti-left .input-group .input-group-prepend {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.noti-left .input-group .input-group-prepend .input-group-text {
  display: flex;
  align-items: center;
}

.noti-left .input-group .input-group-prepend input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border-color: #ccc;
}

.noti-left .input-group .noti-box {
  background-color: #f5f5f5;
  padding: 9px 15px;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
}

.noti-left .input-group .noti-box p {
  color: #9e9e9e;
  padding: 1px 10px;
  border-right: 2px solid #c3c3c3;
  font-size: 14px;
  font-weight: 600;
}

.noti-left .input-group .noti-box p:first-child {
  padding-left: 0;
}

.noti-left .input-group .noti-box p:last-child {
  padding-right: 0;
  border: none;
}

.noti-inner-section .noti-right {
  margin-bottom: 5px;
}

.noti-inner-section .noti-right button.btn.ct-button {
  filter: drop-shadow(0px 6px 6.5px rgba(0, 0, 0, 0.16));
  background-color: #ff5823;
  border-radius: 12px;
  padding: 10px 20px;
  margin-left: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.noti-inner-section .noti-right button.btn.ct-button img {
  width: 20px;
  margin-right: 10px;
}

.financial-inner-box .form-ct {
  position: relative;
  overflow: hidden;
  margin: 7px 0;
}

.financial-inner-box .form-ct input.form-control {
  position: relative;
  background-color: #f5f5f5;
  padding: 13px 15px;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
}

.financial-inner-box .form-ct .form-ct-buttons {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
}

.financial-inner-box .form-ct .form-ct-buttons button.btn.ct-button {
  filter: drop-shadow(0px 6px 6.5px rgba(0, 0, 0, 0.16));
  background-color: #e3570a;
  color: #fffefe;
  font-weight: 600;
  border-radius: 8px;
  margin-left: 20px;
  min-width: 120px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.financial-inner-box .form-ct .form-ct-buttons button.btn.ct-button img {
  width: 15px;
  margin-right: 10px;
}

.financial-inner-box .form-ct button.btn.more-button {
  position: absolute;
  top: 50%;
  right: 2px;
  background-color: transparent;
  padding: 0 12px;
  transform: translateY(-50%);
}

.financial-inner-box .form-ct button.btn.more-button img {
  width: 6px;
}

.financial-inner-box {
  padding: 0 50px;
}

.financial-inner-box .form-ct.dark-version input.form-control {
  background-color: #bdbbbb;
  color: #fff;
}

.financial-inner-box .form-ct.dark-version input.form-control::placeholder {
  color: #fff;
  opacity: 1;
}

.payment-inner-section .noti-left {
  width: 100%;
}

.payment-inner-section .noti-left .input-group .noti-box {
  width: 100%;
  position: relative;
}

.payment-inner-section
  .noti-left
  .input-group
  .noti-box
  button.btn.more-button {
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.payment-inner-section
  .noti-left
  .input-group
  .noti-box
  button.btn.more-button
  img {
  width: 6px;
}

.payment-inner-section .noti-left .input-group .noti-box p {
  border: none;
  font-size: 16px;
  color: #6a6a6a;
}

.progress-bar-noti .progress {
  background-color: #f5f5f5;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  position: relative;
  overflow: unset;
  margin-right: 10px;
}

.progress-bar-noti .progress-bar {
  height: 44px;
  border-radius: 10px;
}

.progress-bar-noti .progress p {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 6%;
  font-weight: 600;
  transform: translateY(-50%);
}

.progress-bar-noti .progress img {
  position: absolute;
  top: 50%;
  right: -10px;
  width: 50px;
  transform: translateY(-50%);
}

.progress-bar-noti {
  padding-left: 15px;
  margin-top: 20px;
}

.document-tab-inner-main
  .inner-tab-section
  .card
  .card-header.course-header:before {
  background-image: url(../images/more-button.png);
  height: 22px;
}

.progress-bar-noti.course-text-center p {
  left: 30%;
}

.progress-bar-noti-main {
  max-width: 1410px;
  margin: 0 auto;
}

.profile-section {
  padding: 20px 0;
}

.educli-providers-page .profile-inner-information ul.nav li.nav-item {
  width: 25%;
}

.educli-providers-page
  .tab-inner-information.v-card-app
  > button.btn.more-button {
  background-color: transparent;
  margin-left: auto;
  width: 32px;
  margin-right: 0;
  display: block;
  margin-bottom: -40px;
}

.buton-group-ct-pro ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.buton-group-ct-pro ul li {
  width: 25%;
  padding: 0 15px;
}

.buton-group-ct-pro ul li button.btn.ct-button {
  filter: drop-shadow(0px 6px 6.5px rgba(0, 0, 0, 0.16));
  background-color: #ff7f1c;
  border-radius: 12px;
  padding: 15px 35px;
  margin-left: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  font-weight: 600;
  justify-content: center;
}

.buton-group-ct-pro ul li button.btn.ct-button img {
  width: 20px;
  margin-right: 10px;
}

.provi-date p {
  color: #ff7f1c;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}

.provi-chart .card {
  filter: none;
  border-radius: 0;
  background-color: transparent;
  margin: 40px 0;
  justify-content: space-between;
}

.provi-chart .card .card-img {
  height: 200px;
}

.provi-chart .card .card-img img {
  height: inherit;
}

.provi-chart .card .card-body {
  flex: 0;
  padding-top: 40px;
}

.provi-chart .card .card-body p {
  color: #6a6a6a;
  font-weight: 700;
  font-size: 18px;
}

.form-ct-grp .form-group select.form-control {
  color: #6a6a6a;
  font-weight: 700;
  font-size: 18px;
  height: auto;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin: 10px 0;
  background-color: #fff;
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 23px;
  appearance: none;
  padding: 12px 25px;
  padding-right: 50px;
}

.ct-opacity {
  opacity: 1 !important;
}

.ct-visiblity {
  visibility: visible !important;
}

.provi-v2-label-inner .provi-v2 {
  background-color: #fcb22f;
  padding: 12px 25px;
  border-radius: 10px;
  border: 1px solid #ccc;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

.provi-v2-label-inner h4 {
  font-weight: 700;
  font-size: 18px;
  color: #6a6a6a;
  padding: 12px 25px;
  margin: 10px 0;
}

.provi-chart-v2 {
  max-width: 500px;
  margin: 0 auto;
}

.profile-id-inner-section {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.profile-id-inner-section::before {
  content: "";
  width: 100%;
  height: 100%;
  top: -70px;
  left: 0;
  position: absolute;
  background-image: url(../images/profile-id-inner-img-4.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.profile-id-section {
  background-color: #f2f2f2;
}

.profile-id-inner {
  width: 100%;
  max-width: 1620px;
  margin: auto;
  padding: 20px 15px;
}

.profile-id-inner .profile-img {
  max-width: 290px;
}

.profile-id-inner .profile-img img {
  width: 100%;
}

.profile-id-inner .profile-com-logo {
  max-width: 190px;
  margin: 0 auto;
}

.profile-id-inner .profile-com-logo img {
  width: 100%;
}

.profile-com-details img {
  max-width: 320px;
  margin-bottom: 40px;
}

.profile-com-details h2 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 15px;
}

.profile-com-details p {
  font-size: 22px;
}

.profile-id-details {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 40px;
}

.profile-id-section-mobile *,
.profile-id-section * {
  font-family: "Montserrat";
}

/* ========================================
===================[Start Educli-Provider -Student-Profile]============================== */
.provider-ul li .p-pen-drow {
  width: 18px !important;
  margin-left: 10px;
}

.provider-ul li:nth-last-child(2)::before {
  display: none !important;
}

.profile-details-main .provider-button {
  max-width: 100% !important;
  margin-top: 20px;
}

.position-relative {
  position: relative;
}

.provider-button button {
  background-color: #6a6a6a !important;
  width: calc(33.33% - 16px) !important;
  margin: 8px !important;
}

.provider-input-p input {
  padding-right: 45px;
}

.provider-input-p .privider-img-a {
  width: 25px;
  position: absolute;
  right: 10px;
  top: calc(50% - 12px);
}

.quote-button {
  background-color: #fc9b26;
  border-radius: 11px;
  padding: 5px 21px;
  filter: drop-shadow(0px 6px 6.5px rgba(0, 0, 0, 0.16));
  margin-top: 15px;
  cursor: pointer;
}

.quote-button img {
  width: 18px;
  margin-right: 5px;
}

.quote-button span {
  font-size: 15px;
  font-weight: 600px;
  color: #fff;
}

/* =========================================
===================[End Educli-Provider -Student-Profile]============================== */

/* ========================================
===================[Start educli-2023-advertising-portal-landing-page]============================== */
.color-orange {
  color: #f85838 !important;
}

.color-yellow {
  color: #fbbe48 !important;
}

.bg-color-orange {
  background-color: #f85838 !important;
}

.bg-color-yellow {
  background-color: #fbbe48 !important;
}

.bg-light-b {
  background-color: #f5f5f5;
}

.text-16 {
  font-size: 16px;
  line-height: 24px;
  color: #6a6a6a;
  font-weight: 400;
}

.text-20 {
  font-size: 24px;
  line-height: 30px;
  color: #6a6a6a;
  font-weight: 500;
}

.f-w-500 {
  font-weight: 500 !important;
}

.f-w-600 {
  font-weight: 600 !important;
}

.top-header-section-ep {
  padding: 20px 0px;
}

.top-header-section-ep .logo-left-block .logo-ep {
  max-width: 180px;
  margin-right: 40px;
}

.top-header-section-ep .logo-left-block input {
  width: 100%;
  background-color: #fff;
  border: 2px solid #f85838;
  border-radius: 8px;
  font-size: 16px;
  color: #000000;
  height: 45px;
  padding: 10px 50px 10px 10px;
}

.top-header-section-ep .logo-left-block input::placeholder {
  font-size: 16px;
  color: #a2abad;
}

.top-header-section-ep .logo-left-block .search-i-ep {
  position: absolute;
  right: 20px;
  width: 28px;
  height: auto;
  top: 9px;
}

.top-header-section-ep .r-top-data-social-1 img {
  width: 30px;
  height: 30px;
}

.top-header-section-ep .r-top-data-social-3 img {
  width: 40px;
  height: 40px;
}

.top-header-section-ep .r-top-data-social {
  margin-right: 30px;
}

.top-header-section-ep .r-top-data-social:last-child {
  margin-right: 0px;
}

/* header-section */
.header-section {
  padding: 8px 0px;
}

.header-section .navbar-collapse .nav-link {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  border-bottom: 2px solid #f85838;
}

.header-section .navbar-collapse .nav-link:hover,
.header-section .navbar-collapse .nav-link.active {
  border-bottom-color: #fbbe48;
  font-weight: 600;
}

.header-section .form-inline .button {
  border-radius: 24px;
  padding: 7px;
  border: 0px;
  filter: drop-shadow(-0.743px 0.669px 1px rgba(0, 0, 0, 0.35));
  background-color: #ffffff;
  width: 128px;
  margin-left: 15px;
  font-size: 16px;
  color: #564d4d;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.5s;
}

.header-section .form-inline .button:hover {
  background-color: transparent !important;
}

.stu-title {
  font-size: 32px;
  line-height: 45px;
  color: #564d4d;
  font-weight: 700;
}

.be-seen-student-section {
  padding: 60px 0px 80px 0px;
}

.be-seen-student-section .stu-title {
  margin-bottom: 30px;
}

.be-seen-student-section .main-why-promot .inner-pro-box {
  padding: 20px 15px;
  text-align: center;
  background-color: #f85838;
  border-radius: 20px;
  margin: 0px 15px;
  width: calc(25% - 30px);
}

.be-seen-student-section .main-why-promot .inner-pro-box h3 {
  font-size: 55px;
  line-height: 64px;
  color: #ffffff;
  font-weight: 700;
  margin: 10px 0px 0px 0px;
}

.be-seen-student-section .main-why-promot .inner-pro-box span {
  font-size: 26px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 400;
}

.be-seen-student-section .main-why-promot .inner-pro-box img {
  width: 50px;
  height: auto;
}

.be-seen-student-section .pre-target-pie-chart img {
  max-width: 230px;
}

.our-compaign-section {
  padding: 80px 0px;
}

.our-compaign-section h2.stu-title {
  margin-bottom: 60px;
}

.our-compaign-section .campaign-ava-text {
  max-width: 400px;
}

.our-compaign-section .campaign-ava-text span {
  font-size: 24px;
  line-height: 34px;
  color: #888888;
  font-weight: 600;
  margin-bottom: 34px;
}

.our-compaign-section .campaign-ava-text button {
  width: 275px;
  height: 60px;
  border-radius: 19px;
  filter: drop-shadow(-0.743px 0.669px 1px rgba(0, 0, 0, 0.35));
  background-color: #f85839;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  border: 0px;
  transition: all 0.5s;
  cursor: pointer;
}

.our-compaign-section .campaign-ava-text button:hover {
  background-color: transparent !important;
  color: #f85838;
}

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

.ep-footer-section {
  background-color: #393637;
  padding: 10px 0px;
}

.ep-footer-section .footer-link-so img {
  width: 40px;
  margin-right: 15px;
}

.ep-footer-section .fo-text-link a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.bor-right {
  border-right: 2px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}

/* ========================================
===================[End educli-2023-advertising-portal-landing-page]============================== */
/* ========================================

===================[Start Educli-Ad-Portal]============================== */
.document-tab-inner-main
  .Educli-Ad-Portal
  .card
  .card-header
  button.btn.btn-link {
  letter-spacing: 0.5px;
}

.educli-ad-portal-block .inner-info-portal span {
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background-color: #ca1b1b;
  display: block;
  border: 3px solid #f2bdbd;
}

.educli-ad-portal-block .inner-info-portal input,
.educli-ad-portal-block .inner-info-portal select {
  margin-left: 12px;
  width: calc(100% - 16px);
  display: block;
  height: 55px;
  border-radius: 13px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  font-size: 16px;
  line-height: 24px;
  color: #868686;
  font-weight: 400;
  padding: 0px 15px;
  letter-spacing: 0.5px;
}

.educli-ad-portal-block .ct-button {
  filter: drop-shadow(0px 6px 6.5px rgba(0, 0, 0, 0.16));
  background-color: #6a6a6a;
  border-radius: 12px;
  padding: 5px 30px;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  height: 55px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 1px;
  transition: all 0.5s;
}

.educli-ad-portal-block .ct-button img {
  width: 16px;
  margin-right: 10px;
}

.educli-ad-portal-block select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.educli-ad-portal-block .select-down-arrow {
  position: absolute;
  right: 27px;
  width: 13px;
}

.educli-ad-portal-block .ct-button:hover {
  background-color: #f85839;
}

.educli-ad-portal-block .preview-ep-content p {
  margin: 30px 0px;
  font-size: 18px;
  line-height: 24px;
  color: #868686;
  font-weight: 500;
}

.educli-ad-portal-block .deals-block {
  background-color: #fff;
  border: 1px solid #eee;
  width: 50%;
}

.educli-ad-portal-block .deals-block .main-logo {
  text-align: center;
  max-width: 180px;
  height: 80px;
  margin: 20px auto 40px auto;
  display: flex;
  justify-content: center;
}

.educli-ad-portal-block .deals-block .label-bg {
  background-color: #fbbe48;
  display: block;
  width: fit-content;
  padding: 3px 20px;
}

.educli-ad-portal-block .deals-block .label-bg img {
  width: 18px;
  height: auto;
  margin: 0px;
}

.educli-ad-portal-block .deals-block .label-bg span,
.educli-ad-portal-block .ep-footer-c span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: block;
  line-height: 20px;
  margin-left: 8px;
}

.educli-ad-portal-block .ep-footer-c {
  background-color: #565656;
  padding: 15px 10px;
  border-bottom: 10px solid #f4752d;
}

.educli-ad-portal-block .ep-footer-c span {
  border-left: 2px solid #f4752d;
  padding-left: 10px;
}

.educli-ad-portal-block .button-ep-upload .ct-button {
  width: fit-content;
  margin-top: 35px;
}

.notification-ct-tabe .document-tab-inner-main .card {
  background-color: #fff;
}

.notification-ct-tabe .inner-tab-section .card {
  background-color: #f5f5f5;
}

.notification-ct-tabe .inner-tab-section .card .noti-left .form-control {
  border-radius: 12px;
  background-color: #ffffff;
  border: 1px solid #c6c6c6;
  min-height: 50px;
  display: flex;
  align-items: center;
  appearance: none;
  color: #6a6a6a;
  resize: none;
}

.notification-ct-tabe
  .inner-tab-section
  .card
  .noti-left
  .form-control::placeholder {
  color: #6a6a6a;
  opacity: 1;
}

.notification-ct-tabe .inner-tab-section .card .noti-left select.form-control {
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 16px;
}

.ct-upload button.btn.ct-button {
  filter: drop-shadow(0px 6px 6.5px rgba(0, 0, 0, 0.16));
  background-color: #ff5823;
  border-radius: 9px;
  padding: 10px 14px;
  margin-left: 0;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  min-width: 140px;
  justify-content: center;
}

.ct-upload button.btn.ct-button img {
  width: 20px;
  margin-right: 10px;
}

.ct-upload {
  position: relative;
}

.ct-upload .form-control {
  padding-right: 140px;
}

.notification-ct-tabe .inner-tab-section .card .noti-left.last-button {
  padding-top: 10px;
}

.notification-ct-tabe
  .inner-tab-section
  .card
  .noti-left.last-button
  button.btn.ct-button {
  filter: drop-shadow(0px 6px 6.5px rgba(0, 0, 0, 0.16));
  background-color: #ff5823;
  border-radius: 9px;
  padding: 10px 14px;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: auto;
  margin-right: 6px;
  min-width: 140px;
  justify-content: center;
}

.notification-ct-tabe
  .inner-tab-section
  .card
  .noti-left.last-button
  button.btn.ct-button
  img {
  width: 20px;
  margin-right: 10px;
}

.form-group.add-note {
  position: relative;
}

.form-group.add-note button.btn.ct-button {
  filter: drop-shadow(0px 6px 6.5px rgba(0, 0, 0, 0.16));
  background-color: #ff5823;
  border-radius: 9px;
  padding: 10px 14px;
  margin-left: 0;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: 6px;
  min-width: 140px;
  justify-content: center;
  bottom: 6px;
}

.form-group.add-note button.btn.ct-button img {
  width: 20px;
  margin-right: 8px;
}

.notification-ct-tabe
  .inner-tab-section
  .card
  .noti-left
  textarea.form-control {
  min-height: 100px;
}

.notification-ct-tabe .inner-tab-section .card .noti-left h6 {
  padding-left: 13px;
  color: #6a6a6a;
  margin-bottom: 20px;
}

.timeline-button button.btn.ct-button {
  filter: drop-shadow(0px 6px 6.5px rgba(0, 0, 0, 0.16));
  background-color: #ff5823;
  border-radius: 9px;
  padding: 10px 14px;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  min-width: 140px;
  justify-content: center;
  margin-right: 50px;
  margin-left: auto;
  margin-top: -40px;
}

.timeline-button button.btn.ct-button img {
  width: 20px;
  margin-right: 8px;
}

/* ========================================
===================[End Educli-Ad-Portal]============================== */
/* ========================================
===================[Start Educli-LMS-Portal-Home]============================== */
/* educli-lms-home-main */
.educli-lms-home-main .header-section {
  padding: 0px 0px;
  background-color: #fff;
  border-top: 12px solid #fcbe39;
}

.educli-lms-home-main .header-section .navbar-nav li .nav-link {
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #a5a5a5;
  font-weight: 700;
  border-bottom-color: transparent;
  margin-left: 30px;
  letter-spacing: 0.5px;
}

.educli-lms-home-main .header-section .navbar-nav li .nav-link:hover {
  color: #fcbe39;
  border-bottom-color: #fcbe39 !important;
}

.educli-lms-home-main .header-section .navbar-bar-icons img {
  width: 20px;
  margin-right: 28px;
}

.educli-lms-home-main .header-section .navbar-brand img {
  width: 120px;
}

.educli-lms-home-main .header-section .form-inline span {
  font-size: 16px;
  line-height: 24px;
  color: #a5a5a5;
  font-weight: 500;
  margin-right: 15px;
}

.educli-lms-home-main .header-section .form-inline span b {
  color: #ff5400;
  font-weight: 700;
}

.educli-lms-home-main .header-section .form-inline a img {
  width: 20px;
}

.lms-button-e {
  border-radius: 18px;
  filter: drop-shadow(2px 3.464px 3.5px rgba(72, 70, 67, 0.19));
  background-color: #ff5400;
  color: #fff;
  transition: all 0.5s;
  cursor: pointer;
}

.lms-button-e:hover {
  background-color: #d1500f;
}

/* e-lms-banner-home-section */
.e-lms-banner-home-section {
  background-image: url("../images/lms-home-banner-img.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 85px 44px;
  border-bottom: 12px solid #fcbe39;
}

.e-lms-banner-home-section .top-banner-text {
  padding-right: 0px;
}

.e-lms-banner-home-section .top-banner-text h2 {
  font-size: 32px;
  letter-spacing: 0.5px;
  line-height: 46px;
  color: #1f1f1f;
  font-weight: 700;
  margin-bottom: 0px;
}

.e-lms-banner-home-section .top-banner-text p {
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 28px;
  color: #1f1f1f;
  font-weight: 400;
  margin: 30px 0px;
  max-width: 322px;
}

.e-lms-banner-home-section .top-banner-text button {
  border: 0px;
  width: 281px;
  height: 50px;
  font-size: 18px;
  font-weight: 700;
}

.e-lms-banner-home-section .main-block-home-b-icons {
  padding-top: 50px;
}

.e-lms-banner-home-section .main-block-home-b-icons .inner-boxs-i-b {
  border-radius: 18px;
  background-color: transparent;
  border: 2px solid #ff5400;
  width: calc(25% - 20px);
  margin: 10px;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 10px;
  z-index: 0;
}

.e-lms-banner-home-section .main-block-home-b-icons .inner-boxs-i-b::before {
  opacity: 0.729;
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}

.e-lms-banner-home-section .main-block-home-b-icons .inner-boxs-i-b img {
  width: 30px;
  margin: auto;
}

.e-lms-banner-home-section
  .main-block-home-b-icons
  .inner-boxs-i-b:last-child
  img {
  width: 40px;
}

.e-lms-banner-home-section .main-block-home-b-icons .inner-boxs-i-b h3 {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 19px;
  color: rgb(56, 56, 55);
  font-weight: 400;
  margin: 8px 0px 0px;
}

/* why-choose-us-lms-home-section */
.why-choose-us-lms-home-section {
  padding: 80px 0px;
}

.why-choose-us-lms-home-section h2 {
  font-size: 34px;
  letter-spacing: 0.5px;
  line-height: 48px;
  color: #ff5400;
  font-weight: 700;
  margin-bottom: 18px;
  width: 100%;
  text-align: center;
}

.why-choose-us-lms-home-section p {
  max-width: 1020px;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 28px;
  color: #383837;
  font-weight: 400;
  text-align: center;
  margin: 0px auto 50px auto;
}

.why-choose-us-lms-home-section .home-lms-card-w {
  margin-top: 35px;
}

.why-choose-us-lms-home-section .home-lms-card-w .card-left-round {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose-us-lms-home-section .home-lms-card-w .card-left-round img {
  width: 35px;
}

.why-choose-us-lms-home-section .home-lms-card-w .content-card-we {
  width: calc(100% - 120px);
  padding-left: 30px;
}

.why-choose-us-lms-home-section .home-lms-card-w .content-card-we h4 {
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 23px;
  color: #ff5400;
  font-weight: 700;
  margin-bottom: 5px;
}

.why-choose-us-lms-home-section .home-lms-card-w .content-card-we span {
  display: block;
  opacity: 0.749;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 24px;
  color: #383837;
  font-weight: 400;
}

/* powered-by-section-home */
.powered-by-section-home {
  padding: 25px 0px;
  background-color: #f3f3f3;
}

.powered-by-section-home h6 {
  opacity: 0.749;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 28px;
  color: #383837;
  font-weight: 400;
  margin-left: 100px;
}

.powered-by-section-home .main-logo-sec img {
  max-width: 200px;
  padding: 0px 30px;
}

/* ===============================e-lms-banner-login-section
================================================================= */
.e-lms-banner-login-section {
  background-image: url("../images/login-lms-banner-img.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 80px;
  min-height: 300px;
}

.information-lms-login-section {
  padding: 119px 0px;
}

.information-lms-login-section .this-time-here-left-info .educli_logo_lms {
  width: 140px;
  margin-bottom: 28px;
}

.information-lms-login-section .this-time-here-left-info .lms-form {
  max-width: 600px;
}

.information-lms-login-section .this-time-here-left-info .lms-form a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  color: #282828;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 20px;
}

.information-lms-login-section .this-time-here-left-info .lms-form input {
  height: 40px;
  border-radius: 9px;
  background-color: #ffffff;
  border: 2px solid #4a4a4a;
  margin-bottom: 25px;
  padding: 5px 10px 5px 43px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #282828;
  font-weight: 600;
}

.information-lms-login-section
  .this-time-here-left-info
  .lms-form
  input::placeholder {
  font-size: 16px;
  line-height: 24px;
  color: #282828;
  font-weight: 600;
}

.information-lms-login-section
  .this-time-here-left-info
  .lms-form
  .form-input-icon {
  width: 18px;
  height: auto;
  position: absolute;
  left: 15px;
  top: 13px;
}

.information-lms-login-section .this-time-here-left-info {
  padding-right: 100px;
}

.information-lms-login-section
  .this-time-here-left-info
  .lms-form
  .form-input-icon-2 {
  width: 12px;
}

.information-lms-login-section .this-time-here-left-info .lms-form button {
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  border: 0px;
  border-radius: 9px;
}

.information-lms-login-section .this-time-here-right-content h2 {
  font-size: 26px;
  line-height: 26px;
  color: #292929;
  font-weight: 700;
  margin-bottom: 19px;
}

.information-lms-login-section .this-time-here-right-content span {
  font-size: 16px;
  line-height: 21px;
  color: #292929;
  font-weight: 600;
  display: block;
  margin-bottom: 17px;
}

/* lms-footer-section */
.lms-footer-section {
  background-color: #3a3838;
  padding: 15px 0px;
}

.lms-footer-section .lms-footer-so-i a img {
  width: 30px;
  height: auto;
  margin: 0px 4px;
}

.lms-footer-section a {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.lms-footer-section a span {
  display: inline-block;
  margin: 0px 5px;
}

/* ========================================
===================[End Educli-LMS-Portal-Home]============================== */
/* ========================================
===================[Start Educli-LMS-dashboard-revised]============================== */
.main-lms-dashboard-revised-section {
  color: #343434;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.8px;
}

/* .lms-dashboard-revised-header  */
.lms-dashboard-revised-header {
  min-height: 100px;
  position: relative;
  border-top: 12px solid #fc6022;
  padding: 0 20px;
}

.lms-dashboard-revised-header::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background-image: url("../images/lms-header-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  z-index: -1;
}

.lms-dashboard-revised-header .logo-lms {
  max-width: 150px;
  margin-top: 30px;
}

.acc-tab-header .main-tab-a[aria-expanded="true"] span {
  color: #fc6022 !important;
  font-weight: 700;
}

.acc-tab-header .main-tab-a span {
  color: #fc6022 !important;
  font-weight: 700;
}

.main-lms-dashboard-revised-section
  .sider-bar-lms-revised
  .side-navigation-lt
  li
  a.active
  span {
  color: #fb6022;
  font-weight: 600;
}

.acc-tab-header .collapsed.main-tab-a span {
  color: #343434 !important;
  font-weight: 400;
}

.side-navigation-lt a .sub-he {
  font-size: 15px;
  line-height: 18px;
  color: #bcbcbc !important;
  font-weight: 400 !important;
  text-align: left !important;
  padding-left: 30px;
  position: relative;
  display: block;
}

.side-navigation-lt a .sub-he::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url("../images/down-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  transform: scaleY(1);
}

.collapsed.inner-sub-m .sub-he::before {
  transform: scaleY(-1);
}

.inner-sub-m[aria-expanded="true"] .sub-he::before {
  transform: scaleY(1);
}

.main-lms-dashboard-revised-section
  .sider-bar-lms-revised
  .bottom-side-bar-educliLogo
  a
  img {
  max-width: 180px;
  margin: 180px 0 30px 0;
}

.main-lms-dashboard-revised-section
  .sider-bar-lms-revised
  .side-navigation-lt
  .inner-sub-data-s
  li
  a
  span {
  font-size: 15px;
  line-height: 18px;
  color: #bcbcbc;
  font-weight: 400 !important;
  padding: 3px 0;
  display: inline-block;
  text-align: left !important;
}

.main-lms-dashboard-revised-section
  .sider-bar-lms-revised
  .side-navigation-lt
  .inner-sub-data-s
  li
  a
  .main-span {
  border-bottom: 2px solid transparent;
}

.main-lms-dashboard-revised-section
  .sider-bar-lms-revised
  .side-navigation-lt
  .inner-sub-data-s
  li
  a.active
  .main-span {
  border-bottom: 2px solid #fcbe39;
}

.main-lms-dashboard-revised-section
  .sider-bar-lms-revised
  .side-navigation-lt
  .inner-sub-data-s
  li
  a
  img {
  width: 16px !important;
  height: 16px !important;
}

/* link-header-lms */
.main-lms-dashboard-revised-section .link-header-lms {
  background-color: #fff;
  border-bottom: 8px solid #ffb800;
  padding: 0 20px;
}

.main-lms-dashboard-revised-section .link-header-lms .nav-lms-h {
  list-style: none;
  margin: 8px 0;
}

.main-lms-dashboard-revised-section .link-header-lms .nav-lms-h li {
  margin-left: 60px;
}

.main-lms-dashboard-revised-section .link-header-lms .nav-lms-h a {
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 22px;
  color: #343434;
  font-weight: 400;
  padding: 5px 0;
  display: block;
  border-bottom: 2px solid transparent;
  transition: all 0.5s;
}

.main-lms-dashboard-revised-section .link-header-lms .nav-lms-h a.active,
.main-lms-dashboard-revised-section .link-header-lms .nav-lms-h a:hover {
  border-bottom-color: #ffb800;
}

/* icons-ul-lms */
.main-lms-dashboard-revised-section .link-header-lms .icons-ul-lms li {
  list-style: none;
  margin-left: 20px;
}

.main-lms-dashboard-revised-section .link-header-lms .icons-ul-lms li a img {
  width: 16px;
}

.main-lms-dashboard-revised-section .inner-lms-data-section {
  padding: 40px 0 0 0;
}

.main-lms-dashboard-revised-section .bg-label-lms-r {
  border-radius: 15px;
  background-color: #f4f4f4;
  padding: 10px 10px 10px 40px;
  width: 100%;
}

.main-lms-dashboard-revised-section .sider-bar-lms-revised span {
  color: #c1c1c1;
  text-align: center;
}

.main-lms-dashboard-revised-section .sider-bar-lms-revised .top-noti {
  margin: 20px 0;
  display: block;
}

.main-lms-dashboard-revised-section
  .sider-bar-lms-revised
  .side-navigation-lt
  li {
  list-style: none;
}

.main-lms-dashboard-revised-section
  .sider-bar-lms-revised
  .side-navigation-lt
  li
  a
  img {
  width: 18px;
  margin-top: -2px;
  margin-right: 10px;
}

.main-lms-dashboard-revised-section
  .sider-bar-lms-revised
  .side-navigation-lt
  li:not(:last-child) {
  margin-bottom: 25px;
}

.main-lms-dashboard-revised-section
  .sider-bar-lms-revised
  .side-navigation-lt
  li:nth-child(2)
  a
  img,
.main-lms-dashboard-revised-section
  .sider-bar-lms-revised
  .side-navigation-lt
  li:nth-child(4)
  a
  img {
  width: 20px;
  height: 20px;
}

.main-lms-dashboard-revised-section
  .sider-bar-lms-revised
  .side-navigation-lt
  li
  a
  span {
  color: #343434;
  display: inline-block;
}

.main-lms-dashboard-revised-section
  .sider-bar-lms-revised
  .side-navigation-lt
  ul {
  padding: 0px 0px 0px 40px;
  border-left: 5px solid #fcbe39;
  margin: 15px 0 35px 0;
}

.main-lms-dashboard-revised-section .sider-bar-lms-revised .logged {
  margin: 5px 0 30px 0;
  display: block;
}

.main-lms-dashboard-revised-section .chat-trainer-bu img {
  width: 35px;
  margin-right: 15px;
}

.main-lms-dashboard-revised-section .chat-trainer-bu {
  width: 100%;
  min-height: 55px;
  border-radius: 12px;
  filter: drop-shadow(0px 6px 6.5px rgba(0, 0, 0, 0.11));
  background-color: #fb6022;
  border: 0px solid #000000;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fefefe;
  font-weight: 700;
  cursor: pointer;
}

.main-lms-dashboard-revised-section .main-mid-section-mls {
  padding: 0 10px 0 25px;
}

.main-lms-dashboard-revised-section .main-mid-section-mls h2 {
  font-size: 26px;
  letter-spacing: 0.8px;
  line-height: 26px;
  color: #fc6022;
  font-weight: 700;
}

.main-lms-dashboard-revised-section .main-mid-section-mls .hend-img {
  width: 45px;
  margin-left: 24px;
}

.main-lms-dashboard-revised-section .color-light {
  color: #bcbcbc;
}

.main-lms-dashboard-revised-section .card-lms {
  border-radius: 18px;
  background-color: #f4f4f4;
  padding: 20px;
}

.main-lms-dashboard-revised-section .dott-lms {
  width: 6px;
  margin: 0 5px;
}

.main-lms-dashboard-revised-section .card-title-l {
  font-size: 20px;
  line-height: 28px;
  color: #fc6022;
  font-weight: 700;
  margin: 0px 0 10px 0;
}

.main-lms-dashboard-revised-section
  .min-images-box-lectures
  .lectures-img
  .items-img {
  height: 117px;
  width: 100%;
}

.main-lms-dashboard-revised-section .min-images-box-lectures .lectures-img {
  width: calc(33.33% - 8px);
  margin: 4px;
  overflow: hidden;
  border-radius: 19px;
}

.main-lms-dashboard-revised-section .min-images-box-lectures .p-label-l {
  position: absolute;
  bottom: 20px;
  transform: translateX(-50%);
  left: 50%;
  padding: 0 15px;
  width: 100%;
}

.main-lms-dashboard-revised-section .min-images-box-lectures .l-img-label {
  font-size: 12px;
  color: #fff;
  line-height: 12px;
  display: block;
  padding: 5px 2px;
  margin: auto;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

.main-lms-dashboard-revised-section .min-images-box-lectures .l-img-label-y {
  background-color: #fcbe39;
}

.main-lms-dashboard-revised-section .min-images-box-lectures .l-img-label-o {
  background-color: #fc6022;
}

.main-lms-dashboard-revised-section
  .min-images-box-lectures
  .lectures-img-invalid::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 18%);
}

.main-lms-dashboard-revised-section .min-images-box-lectures .padlock-lms-img {
  width: 25px;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.main-lms-dashboard-revised-section .second-card-lms h3 {
  margin: 30px 0 20px 0;
}

.main-lms-dashboard-revised-section .main-card-sec-lms p {
  margin: 25px 0 5px 0;
}

.main-lms-dashboard-revised-section .main-card-sec-lms .line-bg-label {
  width: 100%;
  height: 15px;
  background-color: #abaaaa;
  display: block;
  overflow: hidden;
  position: relative;
}

.main-lms-dashboard-revised-section .main-card-sec-lms .line-bg-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  bottom: 0;
  background-color: #fcbe39;
  width: 15%;
}

.main-lms-dashboard-revised-section .main-card-sec-lms .pos-label-top {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 30px;
}

.main-lms-dashboard-revised-section .second-card-lms .card-lms {
  padding: 20px 25px;
}

.main-lms-dashboard-revised-section .second-card-lms .dott-lms {
  position: absolute;
  right: 4px;
  top: 26px;
}

.main-lms-dashboard-revised-section
  .main-card-sec-lms
  .line-bg-label-green::before {
  width: 95%;
  background-color: #76cc54;
}

.main-right-date-section .search-box-data input {
  height: 45px;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #c6c6c6;
  font-size: 15px;
  line-height: 20px;
  color: #2d2d2d;
  font-weight: 400;
  padding: 5px 29px 5px 20px;
}

.main-right-date-section .search-box-data .search-ic {
  position: absolute;
  width: 17px;
  right: 14px;
  top: 14px;
}

.main-right-date-section .search-box-data input::placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #bcbcbc;
  font-weight: 400;
}

.main-right-date-section .top-search-boxs .right-user-in .setting-lms {
  width: 20px;
  margin: 0 5px 0 15px;
}

.main-right-date-section .top-search-boxs .right-user-in .noti-bell {
  width: 18px;
  margin: 0 18px 0 15px;
}

.main-right-date-section .top-search-boxs .right-user-in .provider-lms {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.main-right-date-section .dat-picker-box {
  padding: 40px 0px;
}

.main-right-date-section .upcoming-body-sec span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

.main-right-date-section .upcoming-body-sec label {
  width: calc(100% - 48px);
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #c6c6c6;
  margin: 0 10px;
  min-height: 45px;
  color: #6a6a6a;
  font-weight: 400;
  line-height: 45px;
  padding: 0px 10px;
}

.main-right-date-section .upcoming-body-sec a img {
  width: 18px;
}

.main-right-date-section .upcoming-body-sec {
  margin-top: 25px;
}

.main-right-date-section .chat-trainer-bu {
  margin-top: 25px;
}

.main-right-date-section .chat-trainer-bu img {
  width: 25px;
}

.main-mid-section-mls .lms-list li {
  list-style: none;
  font-weight: 600;
}

/* .main-mid-section-mls .lms-list li:last-child {
  color: #fc6022;
} */
.color-orage {
  color: #fc6022;
}

.main-mid-section-mls .main-profile-userr-lms,
.main-mid-section-mls .main-profile-userr-lms .user-p-lms {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin: 0 auto;
}

.main-mid-section-mls .main-profile-userr-lms .add-dark-plus {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 5px;
  bottom: 7px;
}

.main-mid-section-mls .main-profile-input-box .innet-i {
  width: calc(33.33% - 8px);
  margin: 6px 4px;
  position: relative;
}

.main-lms-dashboard-revised-section select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.main-mid-frofile-mls input,
.main-mid-frofile-mls select {
  height: 45px;
  border-radius: 12px;
  background-color: #ffffff;
  border: 1px solid #c6c6c6;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #bcbcbc;
  font-weight: 400;
  padding: 5px 15px;
}

.main-mid-frofile-mls input::placeholder {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 20px;
  color: #bcbcbc;
  font-weight: 400;
}

.main-mid-frofile-mls .chat-trainer-bu {
  height: 45px;
  text-transform: capitalize;
  line-height: 45px;
  background-color: #f9ac1a;
}

.main-mid-frofile-mls .chat-trainer-bu img {
  width: 16px;
}

.main-mid-frofile-mls .arrow-lms {
  width: 13px;
  position: absolute;
  right: 15px;
  top: 18px;
  height: 8px;
}

.main-mid-frofile-mls select {
  padding-right: 30px;
}

.main-mid-section-mls .second-profile-card-lms .dott-lms {
  position: relative !important;
  right: 0 !important;
  top: 0 !important;
}

.main-mid-section-mls .second-profile-card-lms .card-lms h5 {
  font-size: 16px;
  color: #6a6a6a;
  font-weight: 700;
}

.main-mid-frofile-mls .right-select-i {
  width: 22px;
  position: absolute;
  right: 13px;
  top: 11px;
}

.main-mid-frofile-mls .progress-bar-noti .progress p {
  font-size: 13px;
}

.color-dark {
  color: #6a6a6a !important;
}

.f-600 {
  font-weight: 600 !important;
}

.main-mid-frofile-mls .chart-frofile-pe .pea-chart-box {
  width: 200px;
}

.main-mid-frofile-mls .chart-frofile-pe .chart-data {
  width: calc(100% - 200px);
  padding-left: 20px;
}

.main-mid-frofile-mls .thard-rowprofile-card-lms .span-text {
  color: #6a6a6a;
  font-weight: 700;
  display: inline-block;
  width: 100%;
}

.main-mid-frofile-mls
  .thard-rowprofile-card-lms
  .main-thard-card
  .inner-thard-card-data {
  width: calc(70% - 8px);
  margin: 0 4px;
}

.main-mid-frofile-mls
  .thard-rowprofile-card-lms
  .main-thard-card
  .inner-thard-card-data-2 {
  width: calc(30% - 8px);
  margin: 0 4px;
}

.main-mid-frofile-mls
  .thard-rowprofile-card-lms
  .main-thard-card
  .th-innet-i:nth-child(1) {
  width: calc(40% - 8px);
  margin: 0 4px;
}

.main-mid-frofile-mls
  .thard-rowprofile-card-lms
  .main-thard-card
  .th-innet-i:nth-child(2),
.main-mid-frofile-mls
  .thard-rowprofile-card-lms
  .main-thard-card
  .th-innet-i:nth-child(3) {
  width: calc(30% - 8px);
  margin: 0 4px;
}

.main-mid-frofile-mls .main-profile-table-section table thead th:first-child {
  border-radius: 12px 0 0 12px;
}

.main-mid-frofile-mls .main-profile-table-section table thead th:last-child {
  border-radius: 0 12px 12px 0;
}

.main-mid-frofile-mls .main-profile-table-section table thead th {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
  background-color: #fc6022;
  border: 0 !important;
}

.main-mid-frofile-mls .main-profile-table-section table tbody td {
  font-size: 14px;
  line-height: 20px;
  color: #696969;
  font-weight: 700;
  border: 0 !important;
  background-color: #fff;
  border-bottom: 2px solid #f4f4f4 !important;
}

.color-blue {
  color: #0084ff !important;
}

.color-green {
  color: #569610 !important;
}

.color-red {
  color: #ff0012 !important;
}

.main-mid-frofile-mls
  .main-profile-table-section
  table
  tbody
  tr:nth-child(1)
  td {
  background-color: #f4f4f4;
}

.main-mid-frofile-mls
  .main-profile-table-section
  table
  tbody
  tr:nth-child(2)
  td:first-child {
  border-radius: 12px 0 0 0;
}

.main-mid-frofile-mls
  .main-profile-table-section
  table
  tbody
  tr:last-child
  td:first-child {
  border-radius: 0 0 0 12px;
}

.main-mid-frofile-mls
  .main-profile-table-section
  table
  tbody
  tr:nth-child(2)
  td:last-child {
  border-radius: 0 12px 0 0;
}

.main-mid-frofile-mls
  .main-profile-table-section
  table
  tbody
  tr:last-child
  td:last-child {
  border-radius: 0 0 12px 0;
}

.main-mid-frofile-mls .table-export-b button {
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
}

.main-mid-frofile-mls .table-export-b button img {
  width: 19px;
}

.inner-lms-data-section .sider-bar-lms-revised,
.inner-lms-data-section .main-mid-section-mls {
  height: calc(100vh - 259px);
  overflow-y: auto;
}

.inner-lms-data-section .sider-bar-lms-revised {
  padding-right: 10px;
}

.mls-footer-contect {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

.mls-footer-contect .row {
  background-color: #fb6022;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mls-footer-contect .mls-footer-icons img {
  width: 25px;
  margin: 0 1px;
}

.mls-footer-contect span {
  color: #fff;
  font-weight: 500;
  text-align: right;
  width: 100%;
  display: block;
}

/* Educli-LMS-assessment */
.min-images-box-lectures .lms-assessment-profil-i .innet-i:nth-last-child(2) {
  width: calc(66.66% - 8px);
}

.min-images-box-lectures
  .lms-assessment-profil-i
  .innet-i:nth-last-child(2)
  input {
  padding-right: 35px;
}

.main-mid-frofile-mls .upload-pdf-ass img {
  max-width: 85px;
}

.min-images-box-lectures .lms-assessment-profil-i .innet-i .add-dark-plus {
  width: 20px;
  height: 20px;
  right: 15px;
  top: 12px;
  position: absolute;
}

.main-mid-section-mls .assessment-dott {
  margin-bottom: -45px;
}

/* educli-assessment-conten */
.educli-assessment-content .educli-assessment-l-img {
  width: 150px;
  padding-top: 30px;
}

.educli-assessment-content .educli-assessment-l-img img {
  width: 100%;
}

.educli-assessment-content .right-edu-text-data-ass {
  width: calc(100% - 150px);
  padding-left: 35px;
}

.educli-assessment-content .right-edu-text-data-ass h2 {
  font-size: 19px;
  letter-spacing: 0.5px;
  line-height: 24px;
  color: #fc6022;
  font-weight: 700;
  margin: 0px 0 10px 0;
}

.educli-assessment-content .right-edu-text-data-ass span {
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 24px;
  color: #343434;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}

.f-w-700 {
  font-weight: 700;
}

.right-edu-text-data-ass ::marker {
  color: #fb6022;
}

.procedure-list-style li::marker {
  color: #343434;
}

.educli-assessment-content .psd-block-lms img {
  max-width: 100px;
  margin: auto;
}

.educli-assessment-content .psd-block-lms a {
  font-size: 14px;
  line-height: 25px;
  text-decoration: underline;
  color: #9f9f9f;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
}

/* ------------main-submission-grading-se------------ */
.main-submission-grading-se .main-top .row .col-lg-3,
.main-submission-grading-se .main-top .row .col-lg-4,
.main-submission-grading-se .main-top .row .col-lg-10 {
  padding: 0 4px;
}

.main-submission-grading-se .main-top .assessment-dott {
  margin-bottom: -10px;
  margin-right: -9px;
}

.grading-span {
  color: #bcbcbc;
  font-weight: 700;
}

.main-submission-grading-se .grading-all-text-letter-box input::placeholder {
  letter-spacing: 10px;
}

.main-submission-grading-se .grading-all-text-letter-box input {
  padding-left: 70px;
}

.main-submission-grading-se .grading-all-text-letter-box .all-l {
  padding: 6px 15px;
  background-color: #fcbe39;
  border-radius: 8px;
  display: block;
  width: fit-content;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  left: 10px;
  top: 7.5px;
}

.main-submission-grading-se .submission-grading-table .table-responsive {
  width: 100%;
  overflow-x: auto;
}

/* .main-submission-grading-se .submission-grading-table table {
  width: 1200px;
  max-width: 1200px;
} */
.main-submission-grading-se .submission-grading-table table th {
  border: 0px;
}

.main-submission-grading-se .submission-grading-table table th span,
.main-submission-grading-se .submission-grading-table table td span,
.main-submission-grading-se .submission-grading-table table td a {
  font-size: 11.5px;
  color: #343434;
  font-weight: 600;
  line-height: 14px;
  display: block;
}

.main-submission-grading-se .submission-grading-table table td a {
  word-break: break-all;
}

.main-submission-grading-se .submission-grading-table table td input {
  width: 18px;
  height: 18px;
}

.main-submission-grading-se .submission-grading-table table td .tabel-user img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.main-submission-grading-se .submission-grading-table table .status-box {
  padding: 10px;
  border-radius: 6px;
}

.main-submission-grading-se .submission-grading-table table .status-box img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.status-box-g {
  background-color: #deecd8;
}

.main-submission-grading-se .submission-grading-table table .grade {
  padding: 5px;
  border-radius: 6px;
  background-color: #d8d8d8;
}

.main-submission-grading-se .submission-grading-table table .pdf {
  width: 30px;
}

.main-submission-grading-se .submission-grading-table table .pdf-text {
  font-size: 10px;
  color: #343434;
  font-weight: 300;
}

.main-submission-grading-se .submission-grading-table table td {
  border-color: #c6c6c6;
}

.main-submission-grading-se .submission-grading-table table .status-box-r {
  background-color: #eee9e9;
}

.main-submission-grading-se .sub-grading-button-card button {
  background-color: #fb6022;
  min-height: 45px;
  height: auto !important;
  margin: 20px 0;
}

.main-submission-grading-se .sub-grading-button-card .disabled-b img {
  width: 20px;
}

.main-submission-grading-se .sub-grading-button-card .disabled-b {
  background-color: #a6a6a6;
}

/* lectures-overview-section */
.lectures-overview-section .padlock-lms-ove {
  width: 50px !important;
  height: 64px !important;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 42px);
  filter: drop-shadow(0px 6px 32.5px rgba(0, 0, 0, 0.55));
}

.main-top-over .lectures-ove-video-box h3,
.main-top-over .lectures-ove-content h3 {
  color: #6a6a6a;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 18px;
}

.main-top-over .lectures-ove-content span {
  margin: 60px 0 80px 0;
  display: block;
}

.main-top-over .lectures-ove-content .user-ove .left-user-ove {
  width: 40%;
}

.main-top-over .lectures-ove-content .user-ove .over-bu-l {
  width: 60%;
}

.main-top-over .lectures-ove-content .user-ove .over-bu-l button img {
  margin: 0 0 0 10px;
  width: 22px;
  height: 18px;
}

.main-top-over .lectures-ove-content .user-ove .left-user-ove img {
  width: 40px;
  margin-right: 15px;
}

.main-top-over .lectures-ove-content .user-ove .left-user-ove sub {
  color: #6a6a6a;
  font-weight: 700;
  line-height: 15px;
  display: block;
}

.lectures-overview-section .mid-white-boxs {
  background-color: #fff;
  margin: 30px 0;
  padding: 10px 15px;
  border-radius: 15px;
  width: 100%;
}

.mid-white-boxs .mail-ul-list-data li {
  margin: 0 3px;
}

.mid-white-boxs .mail-ul-list-data li img {
  width: 24px;
  margin-right: 10px;
}

.mid-white-boxs .mail-ul-list-data li span {
  font-size: 14px;
  line-height: 16px;
  color: #6a6a6a;
  font-weight: 400;
}

.lecture-user-review-cont {
  padding: 0 20px;
}

.lecture-user-review-cont .li-user-i {
  width: 90px;
  height: 90px;
  border-radius: 100%;
}

.lecture-user-review-cont li .start-d {
  width: 20px;
  height: 20px;
  margin: 0 1px;
}

.lectures-overview-section .card-tab-overiew-con {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 20px;
  width: 100%;
  margin-top: 30px;
}

.lectures-overview-section .card-tab-overiew-con ul li {
  margin-right: 20px;
}

.lectures-overview-section .card-tab-overiew-con ul li .nav-link {
  border-radius: 0px;
  padding: 5px 5px;
  font-size: 16px;
  line-height: 18px;
  color: #343434;
  font-weight: 600;
  border-bottom: 3px solid transparent;
}

.lectures-overview-section .card-tab-overiew-con .nav-pills .nav-link.active,
.lectures-overview-section .card-tab-overiew-con .show > .nav-pills .nav-link {
  background-color: transparent;
  color: #fc6022;
  font-weight: 700;
  border-bottom-color: #f9ac1a;
}

.lectures-overview-section .card-tab-overiew-con .span-t {
  font-size: 16px;
  line-height: 28px;
  display: block;
}

.lectures-overview-section .course-content-sec span {
  font-size: 15px;
  font-weight: 500;
}

.progress {
  background-color: #d9d9d9;
  margin-top: 5px;
}

.progress-bar {
  height: 10px;
  background-color: #fc6022;
}

.lectures-overview-section .course-content-sec .ckeck {
  width: 20px;
}

.lectures-overview-section .course-content-sec .lock {
  width: 16px;
}

.lectures-overview-section .course-content-sec .table tr:first-child td {
  border-top: 0;
}

.lectures-overview-section
  .card-tab-overiew-con
  .instructors-boxs-sec
  .left-instructors {
  width: calc(100% - 220px);
}

.lectures-overview-section
  .card-tab-overiew-con
  .instructors-boxs-sec
  .right-instructors,
.lectures-overview-section
  .card-tab-overiew-con
  .instructors-boxs-sec
  .right-instructors
  img {
  width: 220px;
  height: 220px;
  border-radius: 100%;
}

.lectures-overview-section
  .card-tab-overiew-con
  .instructors-boxs-sec
  .left-instructors
  img {
  width: 40px;
  margin-right: 15px;
}

.lectures-overview-section
  .card-tab-overiew-con
  .instructors-boxs-sec
  .left-instructors
  h6 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 17px;
}

.lectures-overview-section
  .card-tab-overiew-con
  .instructors-boxs-sec
  .left-instructors
  sub {
  font-size: 15px;
  line-height: 18px;
  display: block;
  font-weight: 500;
}

.lectures-overview-section .card-tab-overiew-con .reviews-content .start-d {
  width: 20px;
  height: 20px;
  margin: 0 2px 0 0;
}

.lectures-overview-section .card-tab-overiew-con .reviews-content.border-left {
  border-left: 1px solid #aeaeae;
}

.small-span-t {
  font-size: 14px;
}

.lectures-overview-section .card-tab-overiew-con .tab-LeaveReview button {
  background-color: #6a6a6a;
  width: fit-content;
  padding: 10px 20px;
  line-height: 18px;
  font-size: 16px;
  border: 0px;
  font-weight: 700;
  cursor: pointer;
  color: #fefefe;
  border-radius: 12px;
  min-height: 42px;
  position: absolute;
  right: 0;
  top: -35px;
}

.tab-content .tab-pane.active {
  max-height: initial;
}

.lectures-overview-section .main-video-img,
.lectures-overview-section .main-video-img img {
  border-radius: 15px;
  width: 100%;
  overflow: hidden;
}

.student-profile-edit-inner-box .card {
  filter: drop-shadow(0px 6px 6.5px rgba(0, 0, 0, 0.16));
  background-color: #f9f9f9;
  border-radius: 35px;
  border: none;
  padding: 40px;
}

.student-profile-edit-inner-box .card .card-header {
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding: 0;
}

.student-profile-edit-inner-box .card .card-body {
  padding: 0;
}

.student-profile-edit-inner-box .student-profile-edit-button {
  display: flex;
  align-items: center;
  width: 100%;
  transition: all 0.6s ease;
  flex-wrap: wrap;
}

.student-profile-edit-inner-box
  .student-profile-edit-button
  .student-profile-edit-left {
  border-radius: 10px;
  background-color: #bfc1c1;
  border: 1px solid #c6c6c6;
  padding: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.student-profile-edit-inner-box
  .student-profile-edit-button
  .student-profile-edit-left
  img {
  max-width: 50px;
}

.student-profile-edit-inner-box
  .student-profile-edit-button
  .student-profile-edit-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 100px);
  padding-right: 40px;
}

.student-profile-edit-inner-box
  .student-profile-edit-button
  .student-profile-edit-right
  .student-profile-edit-right-box {
  width: 33.33%;
  padding: 0 15px;
}

.student-profile-edit-right .student-profile-edit-right-box input.form-control {
  width: 100%;
}

.student-profile-edit-right .student-profile-edit-right-box .ct-u-button {
  width: 100%;
}

.student-profile-edit-inner-box .btn-link {
  width: 100%;
  padding: 0;
  position: relative;
}

.student-profile-edit-inner-box .btn-link:before {
  content: "";
  width: 24px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url(../images/arrow-down-gray.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
  transform: translateY(-50%);
  transition: all 0.6s ease;
}

.student-profile-edit-inner-box
  .not-acco-card-header
  .btn-link[aria-expanded="true"]:before {
  background-image: url(../images/more-button-blue.png);
  height: 24px;
}

.student-profile-edit-inner-box .btn-link[aria-expanded="true"]:before {
  transform: translateY(-50%) rotate(180deg);
}

.student-profile-edit-inner-box .btn-link:hover {
  color: #000;
  text-decoration: none;
}

.student-profile-edit-inner-box
  .btn-link[aria-expanded="true"]
  .student-profile-edit-button {
  display: none;
}

.ct-input-control {
  border-radius: 12px;
  background-color: #ffffff;
  border: 1px solid #c6c6c6;
  color: #9d9d9d;
  font-weight: 600;
  font-family: "Titillium Web";
  min-height: 54px;
  font-size: 18px;
  padding: 10px 25px;
}

.ct-input-control::placeholder {
  color: #9d9d9d;
  opacity: 1;
}

.ct-u-button {
  min-height: 54px;
  border-radius: 12px;
  filter: drop-shadow(0px 6px 6.5px rgba(0, 0, 0, 0.16));
  background-color: #f09f37;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fffefe;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
}

.ct-u-button img {
  max-width: 22px;
  margin-right: 10px;
}

.ct-u-button:hover {
  color: #fff;
}

.student-profile-edit-inner-box .card .card-body .student-profile-edit-left {
  width: 29%;
  height: 340px;
}

.student-profile-edit-inner-box .card .card-body .student-profile-edit-right {
  width: 71%;
  padding-left: 30px;
}

.student-profile-edit-inner-box
  .card
  .card-body
  .student-profile-edit-left
  img {
  max-width: 140px;
}

.ct-u-button.dark-version {
  filter: drop-shadow(0px 6px 6.5px rgba(0, 0, 0, 0.16));
  background-color: #4f4f4f;
}

.student-button-group {
  padding-right: 100px;
  padding-left: 40px;
}

.st-ct-hr {
  border-color: #bfc1c1;
  border-width: 2px;
}

.ct-student-box {
  filter: drop-shadow(0px 6px 6.5px rgba(0, 0, 0, 0.16));
  background-color: #f9f9f9;
  border-radius: 35px;
  border: none;
  padding: 40px;
  padding-right: 100px;
  position: relative;
  margin: 50px 0;
}

.ct-student-box .ct-stunder-box-header {
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  text-transform: uppercase;
}

.ct-student-box .ct-student-box-more-button {
  position: absolute;
  top: 45px;
  right: 30px;
  background-color: transparent;
}

.ct-student-box .ct-student-box-more-button img {
  width: 7px;
}

select.ct-input-control {
  background-image: url(../images/arrow-down-gray.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center right 22px;
  appearance: none;
}

.ct-u-button span {
  white-space: break-spaces;
}

.upload-price-list {
  margin-top: 20px;
}

.upload-price-list .upload-price-list-inner {
  margin-top: 50px;
}

.upload-price-list .upload-price-list-inner .upload-price-list-inner-item {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.edit-button-ct {
  background-color: transparent;
  padding: 10px;
  margin: 0 10px;
}

.edit-button-ct img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.upload-price-list-inner-item .ct-input-control {
  width: 50%;
}

.upload-price-list-inner-item .ct-u-button {
  width: 50%;
  justify-content: flex-start;
  padding: 8px 50px;
}

.upload-price-list-inner-item .ct-u-button span {
  margin-left: 40px;
}

.ct-u-button-2 {
  min-height: 54px;
  border-radius: 12px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cecccc;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  border: 1px solid;
}

.ct-u-button-2 img {
  max-width: 28px;
  margin-right: 10px;
}

.ct-u-button-2 span {
  white-space: break-spaces;
}

.upload-price-list-inner-item .ct-u-button-2 {
  width: 50%;
  justify-content: flex-start;
  padding: 8px 50px;
  position: relative;
}

.upload-price-list-inner-item .ct-u-button-2 span {
  margin-left: 40px;
}

.upload-price-list-inner-item .ct-u-button-2 input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.ct-two-button-group {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 50px;
}

.ct-two-button-group .ct-u-button {
  margin: 15px 0px;
  margin-left: 10px;
  width: 100%;
  max-width: 420px;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
  border: none;
}

.student-header {
  border-radius: 12px 12px 0 0;
  background-color: #fc6022;
  padding: 25px;
  padding-bottom: 0;
  position: relative;
}

.student-header h4 {
  letter-spacing: 2px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.student-table-ct-inner thead th {
  padding: 0;
  background-color: #fc6022;
}

.student-table-ct-inner thead th:first-child {
  border-radius: 0 0 0 12px;
  overflow: hidden;
}

.student-table-ct-inner thead th:last-child {
  border-radius: 0 0 12px 0;
  overflow: hidden;
}

.student-table-ct-inner thead th .table-heading {
  padding: 25px;
  color: #fff;
  padding-top: 12px;
}

.student-table-ct-inner thead th:first-child .table-heading {
  border-radius: 0 0 0 12px;
}

.student-table-ct-inner thead th:last-child .table-heading {
  border-radius: 0 0 12px 0;
}

.student-table-ct-inner tbody tr td {
  padding: 0;
}

.student-table-ct-inner tbody tr:first-child td {
  padding-top: 12px;
}

.student-table-ct-inner tbody tr td .table-content {
  padding: 22px;
  min-height: 68px;
  vertical-align: middle;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
}

.student-table-ct-inner tbody tr:not(:first-child) td {
  border-bottom: 1px solid #bcbcbc;
  background-color: #f8f8f8;
}

.student-table-ct-inner tbody tr:last-child td,
.student-table-ct-inner tbody tr:first-child td {
  border: none;
}

.student-table-ct-inner tbody tr:nth-child(2) td:first-child {
  border-radius: 12px 0 0 0;
  overflow: hidden;
}

.student-table-ct-inner tbody tr:nth-child(2) td:last-child {
  border-radius: 0 12px 0 0;
  overflow: hidden;
}

.student-table-ct-inner tbody tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
  overflow: hidden;
}

.student-table-ct-inner tbody tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
  overflow: hidden;
}

.student-table-ct-inner tbody tr td .table-content .form-check .ct-check-input {
  margin: 0;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.student-table-ct-inner
  tbody
  tr
  td
  .table-content
  .form-check
  .form-check-input {
  position: relative;
  width: 18px;
  height: 18px;
  outline: none !important;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  opacity: 0;
}

.student-table-ct-inner
  tbody
  tr
  td
  .table-content
  .form-check
  .ct-check-input:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.student-table-ct-inner
  tbody
  tr
  td
  .table-content
  .form-check
  .ct-check-input:has(input[type="checkbox"]:checked):before {
  background-color: #f09f37;
}

.student-table-ct-inner tbody tr td .table-content .form-check {
  margin: 0;
  display: flex;
  align-items: center;
}

.student-table-ct-inner tbody tr td .table-content p {
  letter-spacing: 1px;
  color: #696969;
  font-weight: 600;
}

.student-table-ct-inner tbody tr td .table-content a {
  color: #0084ff;
  font-weight: 600;
  text-decoration: underline;
  line-height: normal;
}

.tab-app {
  color: #569610 !important;
  text-decoration: underline;
}

.tab-dec {
  color: #d63a3a !important;
  text-decoration: underline;
}

.table-responsive {
  overflow-x: auto;
}

.ct-input-control-2 {
  border-radius: 12px;
  border: none;
  color: #fff;
  font-weight: 600;
  font-family: "Titillium Web";
  min-height: 54px;
  font-size: 18px;
  padding: 10px 25px;
  background-color: transparent;
  background-image: url(../images/arrow-down-gray.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center right 22px;
  appearance: none;
  filter: brightness(0) invert(1);
}
.ct-input-control-2:focus {
  background-color: transparent;
}

.student-header .ct-input-control-2 {
  position: absolute;
  width: fit-content;
  top: 16px;
  right: 10px;
  padding-right: 70px;
}

.stun-chart-section-ct {
  margin: 40px 0;
}

.stun-chart-section-ct .stun-chart-header {
  border-radius: 12px;
  background-color: #fc6022;
  padding: 25px;
  position: relative;
  padding-right: 280px;
}

.stun-chart-section-ct .stun-chart-header h4 {
  letter-spacing: 2px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  font-size: 18px;
  padding-bottom: 0;
}

.stun-chart-section-ct .stun-chart-header .ct-input-control-2 {
  position: absolute;
  width: fit-content;
  top: 50%;
  right: 10px;
  padding-right: 70px;
  transform: translateY(-50%);
}

.stun-chart-section-ct .stun-chart-body .ct-u-button {
  min-width: 280px;
  margin: 8px;
}

.stun-chart-section-ct .stun-chart-body {
  background-color: #f8f8f8;
  margin: 20px 0;
  border-radius: 12px;
  padding: 25px;
}

.stun-chart-section-ct .stun-chart-body .stun-chart-body-img {
  margin-bottom: 50px;
}
.student-profile-edit-inner-box
  .card
  .card-header.not-acco-card-header
  .btn-link:before {
  background-image: url(../images/arrow-down-gray.png);
}

/* ========================================
===================[End Educli-LMS-dashboard-revised]============================== */

/* ==============================================
======================  [  Partners Pages for Agents ]  =============================================
======================================================================= */
.new-agentsDashboard-section-a .main-header-inner-slide ul.main-ul > li a {
  font-weight: 500;
  color: #000;
}
.new-agentsDashboard-section-a
  .main-header-inner-slide
  ul.main-ul
  li
  .card
  ul.sub-ul
  li
  a.active {
  font-weight: 600;
}
.new-agentsDashboard-section-a
  .main-header-inner-slide
  ul.main-ul
  li
  .card
  ul.sub-ul:before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e6e5e5;
}

.new-agentsDashboard-section-a
  .main-header-inner-slide
  ul.main-ul
  li
  .card
  ul.sub-ul
  li {
  margin: 5px 0;
  padding: 4px 0px;
}

.new-agentsDashboard-section-a
  .main-header-inner-slide
  ul.main-ul
  li
  .card
  ul.sub-ul
  li
  a {
  color: #343434;
  padding-left: 0;
}
.new-agentsDashboard-section-a .main-header-inner-slide ul.main-ul > li {
  margin-bottom: 7px;
}
.new-agentsDashboard-section-a
  .main-header-inner-slide
  ul.main-ul
  li
  .card
  ul.sub-ul
  li
  a.active,
.new-agentsDashboard-section-a
  .main-header-inner-slide
  ul.main-ul
  li
  .card
  ul.sub-ul
  li
  a:hover {
  color: #fc6022;
}
.new-agentsDashboard-section-a
  .main-header-inner-slide
  ul.main-ul
  li
  .card
  ul.sub-ul {
  margin-top: 0;
}
.new-agentsDashboard-section-a
  .main-inner-header
  .main-sub-inner-header
  buttom.btn.menu-button
  span {
  background-color: #939393;
}
.new-agentsDashboard-section-a .footer-inner-section {
  background-color: rgb(227, 87, 10);
  padding: 8px 0px;
}
.new-agentsDashboard-section-a .main-header-inner-slide .disabled,
.new-agentsDashboard-section-a .main-header-section .disabled {
  color: #939393 !important;
}
.new-agentsDashboard-section-a .form-group select.form-control,
.new-agentsDashboard-section-a .form-group .date-select {
  margin: 0;
  background-image: url(../img/caret-down.png);
  background-repeat: no-repeat;
  background-position: center right 27px;
  background-size: 16px;
  appearance: none;
  padding-right: 50px;
}
.new-agentsDashboard-section-a
  .form-group
  .date-select::-webkit-inner-spin-button,
.new-agentsDashboard-section-a
  .form-group
  .date-select::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.new-agentsDashboard-section-a .main-header-slide .ct-button {
  margin-top: 50px;
  margin-left: 0 !important;
}
.new-agentsDashboard-section-a .ct-button {
  filter: drop-shadow(0px 6px 6.5px rgba(0, 0, 0, 0.11));
  background-color: #fb6022;
  border-radius: 12px;
  padding: 15px 35px;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 1.2px;
  font-size: 16px;
}
.new-agentsDashboard-section-a .ct-button img {
  width: 25px;
  margin-right: 10px;
}

.new-agentsDashboard-section-a .ct-button-1 {
  filter: drop-shadow(0px 6px 6.5px rgba(0, 0, 0, 0.16));
  background-color: #b3b3b3;
  border-radius: 12px;
  padding: 5px 30px;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  height: 55px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 1px;
  transition: all 0.5s;
  letter-spacing: 0.3px;
}

.new-agentsDashboard-section-a .ct-button-1 img {
  width: 16px;
  margin-right: 10px;
}

.new-agentsDashboard-section-a .ct-button-2 {
  filter: drop-shadow(0px 6px 6.5px rgba(0, 0, 0, 0.16));
  background-color: #ff5823;
  border-radius: 9px;
  padding: 10px 14px;
  margin-left: 0;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  letter-spacing: 1.2px;
}
.new-agentsDashboard-section-a .ct-button-2 img {
  width: 20px;
  margin-right: 10px;
}

.new-agentsDashboard-section-a .color-orage {
  color: #e3570a !important;
}

.new-agentsDashboard-section-a .v-application-body h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fc6022;
}
.new-agentsDashboard-section-a .active-d {
  color: #fc6022 !important;
  border-bottom: 3px solid#fcbe39;
}
.new-agentsDashboard-section-a .v-card-app {
  border-radius: 30px;
  background-color: #f9f9f9;
  padding: 30px;
  border: 0px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}
.new-agentsDashboard-section-a .card-normal {
  border-radius: 30px;
  background-color: #f9f9f9;
  padding: 30px;
}
.new-agentsDashboard-section-a .v-application-body .more-button {
  padding: 0px;
  background-color: transparent;
  cursor: pointer;
}

.new-agentsDashboard-section-a .v-application-body .more-button img {
  width: 6px;
}
.new-agentsDashboard-section-a .form-group .form-control {
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #c6c6c6;
  min-height: 50px;
  display: flex;
  align-items: center;
  appearance: none;
  color: #6a6a6a;
  resize: none;
  padding: 5px 20px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.new-agentsDashboard-section-a .form-group .form-control::placeholder {
  color: #6a6a6a;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.new-agentsDashboard-section-a .form-group label {
  color: #4f4f4f;
  font-weight: 700;
}
.new-agentsDashboard-section-a .card-header-in {
  min-height: 56px !important;
}
.new-agentsDashboard-section-a .more-button img {
  width: 9px;
}

/* -----------------------------------------
------------------------------------ */
.new-agentsDashboard-section-a .main-header-inner-slide {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}
.new-agentsDashboard-section-a .td-row-icons {
  width: 190px;
}
/* commission */
.new-agentsDashboard-section-a .commission-logo-i img {
  max-height: 130px;
}
.new-agentsDashboard-section-a .dark-color {
  color: #939393;
}
.new-agentsDashboard-section-a .commission-text span {
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 32px;
  color: #939393;
  font-weight: 700;
  max-width: 400px;
}
.new-agentsDashboard-section-a .input-check input {
  width: 20px;
  height: 20px;
}
.new-agentsDashboard-section-a .commissions-table .table thead tr th {
  background-color: #fc6022;
  padding: 15px 20px;
  border: 0;
  color: #fff;
}
.new-agentsDashboard-section-a .commissions-table .table thead tr th h2 {
  font-size: 22px;
  letter-spacing: 1.5px;
  line-height: 32px;
  font-weight: 700;
  margin: 0 30px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
}
.new-agentsDashboard-section-a .commissions-table .table thead tr th span {
  font-weight: 600;
  letter-spacing: 1.2px;
  font-size: 16px;
}
.new-agentsDashboard-section-a
  .commissions-table
  .table
  thead
  tr:first-child
  th {
  padding-bottom: 0;
  border-radius: 16px 16px 0 0;
}
.new-agentsDashboard-section-a
  .commissions-table
  .table
  thead
  tr:last-child
  th:first-child {
  border-radius: 0 0 0 16px;
}

.new-agentsDashboard-section-a
  .commissions-table
  .table
  thead
  tr:last-child
  th:last-child {
  border-radius: 0 0 16px 0;
}
.new-agentsDashboard-section-a .commissions-table .table tbody td {
  padding: 15px 20px;
  background-color: #f8f8f8;
  border-top: 1px solid #cacaca;
}
.new-agentsDashboard-section-a
  .commissions-table
  .table
  tbody
  tr:nth-child(2)
  td:first-child {
  border-radius: 16px 0 0 0;
}
.new-agentsDashboard-section-a
  .commissions-table
  .table
  tbody
  tr:nth-child(2)
  td:last-child {
  border-radius: 0 16px 0 0;
}
.new-agentsDashboard-section-a
  .commissions-table
  .table
  tbody
  tr:last-child
  td:first-child {
  border-radius: 0 0 0 16px;
}
.new-agentsDashboard-section-a
  .commissions-table
  .table
  tbody
  tr:last-child
  td:last-child {
  border-radius: 0 0 16px 0;
}
.new-agentsDashboard-section-a
  .commissions-table
  .table
  tbody
  tr:nth-child(2)
  td {
  border: 0;
}
.new-agentsDashboard-section-a .commissions-table .table tbody td span {
  font-weight: 600;
  letter-spacing: 1.2px;
  font-size: 16px;
  color: #797979;
}
.new-agentsDashboard-section-a .commissions-table .table tbody td span.name {
  text-decoration: underline;
  color: #0084ff;
}
.new-agentsDashboard-section-a
  .commissions-table
  .table
  tbody
  td
  span.approved {
  text-decoration: underline;
  color: #569610;
}
.new-agentsDashboard-section-a .last-button-section .ct-button-1 {
  max-width: 400px;
}

.new-agentsDashboard-section-a .last-button-section .ct-button-1 img {
  width: 21px;
  margin-right: 10px;
}
.new-agentsDashboard-section-a .footer-right-inner .ct-button {
  filter: drop-shadow(0px 6px 6.5px rgba(0, 0, 0, 0.11));
  background-color: #ffb82d;
  width: fit-content;
  padding: 11px 10px;
}
/* ----quickQuote-table---- */
.new-agentsDashboard-section-a .main-top-header-button .ct-button {
  font-size: 20px;
  width: calc(100% - 30px) !important;
}
.new-agentsDashboard-section-a .quickQuote-table {
  overflow: auto;
}
.new-agentsDashboard-section-a .main-top-header-button .ct-button img {
  margin-right: 22px;
}
.new-agentsDashboard-section-a .quickQuote-table .table thead tr th {
  background-color: #e6e5e5;
  padding: 14px 20px;
  border: 0;
  color: #fff;
}
.new-agentsDashboard-section-a .quickQuote-table .table thead tr th span {
  font-weight: 700;
  letter-spacing: 1.2px;
  font-size: 18px;
  color: #4f4f4f;
}
.new-agentsDashboard-section-a
  .quickQuote-table
  .table
  thead
  tr
  th:first-child {
  border-radius: 10px 0 0 10px;
}
.new-agentsDashboard-section-a .quickQuote-table .table thead tr th:last-child {
  border-radius: 0 10px 10px 0;
}
.new-agentsDashboard-section-a .quickQuote-table .table tbody td {
  border: 0;
  padding: 0;
  vertical-align: middle;
}
.new-agentsDashboard-section-a .quickQuote-table .table tbody td span {
  padding: 5px 20px;
  font-weight: 500;
  letter-spacing: 1.5px;
  font-size: 18px;
  color: #6a6a6a;
  background-color: #ffffff;
  margin-top: 15px;
  min-height: 53px;
}
.new-agentsDashboard-section-a
  .quickQuote-table
  .table
  tbody
  tr
  td:first-child
  span {
  border-radius: 10px 0 0 10px;
}
.new-agentsDashboard-section-a
  .quickQuote-table
  .table
  tbody
  tr
  td:last-child
  span {
  border-radius: 0 10px 10px 0;
}
.new-agentsDashboard-section-a
  .quickQuote-table
  .table
  tbody
  tr
  td
  .td-icons
  a
  img {
  width: 16px;
}
.new-agentsDashboard-section-a
  .quickQuote-table
  .table
  tbody
  tr
  td
  .td-icons
  a:first-child
  img {
  width: 23px;
}
/* agent-create-quote-section */
.new-agentsDashboard-section-a .agent-create-quote-section .form-group label {
  font-size: 22px;
  letter-spacing: 1.5px;
  line-height: 34px;
  color: #939393;
  font-weight: 700;
}
.new-agentsDashboard-section-a
  .agent-create-quote-section
  .form-group
  .form-control {
  min-height: 52px;
  font-weight: 500;
}
.new-agentsDashboard-section-a
  .agent-create-quote-section
  .form-group
  .form-control::placeholder {
  font-weight: 500;
  color: #939393;
}

.new-agentsDashboard-section-a .agent-create-quote-section .form-group .btn {
  padding: 13px 35px;
  min-height: 52px;
  filter: drop-shadow(0px 6px 6.5px rgba(0, 0, 0, 0.16));
  background-color: #fcbe39;
}
.new-agentsDashboard-section-a
  .agent-create-quote-section
  .form-group
  .btn
  img {
  margin-right: 20px;
}
.new-agentsDashboard-section-a .fluencyText p {
  font-size: 18px;
  letter-spacing: 1.5px;
  line-height: 26px;
  color: #a19e9e;
  font-weight: 400;
}
.new-agentsDashboard-section-a .installment-box label {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 26px;
  color: #939393;
  font-weight: 700;
}
.new-agentsDashboard-section-a .labelbox {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 700;
  background-color: #b3b3b3;
  padding: 10px 20px;
  border-radius: 8px;
}
.new-agentsDashboard-section-a .Installment-table table tr th:first-child {
  border-radius: 16px 0 0 0;
}
.new-agentsDashboard-section-a .Installment-table table tr th:last-child {
  border-radius: 0 16px 0 0;
}
.new-agentsDashboard-section-a
  .Installment-table
  table
  tr:last-child
  td:first-child {
  border-radius: 0 0 0 16px;
}
.new-agentsDashboard-section-a
  .Installment-table
  table
  tr:last-child
  td:last-child {
  border-radius: 0 0 16px 0;
}
.new-agentsDashboard-section-a
  .Installment-table
  table
  tr:nth-child(odd)
  td:first-child {
  background-color: #dfdfdf;
}
.new-agentsDashboard-section-a
  .Installment-table
  table
  tr:nth-child(odd)
  td:last-child {
  background-color: #ecedee;
}
.new-agentsDashboard-section-a
  .Installment-table
  table
  tr:nth-child(even)
  td:first-child {
  background-color: #ecedee;
}
.new-agentsDashboard-section-a
  .Installment-table
  table
  tr:nth-child(even)
  td:last-child {
  background-color: #dfdfdf;
}

.new-agentsDashboard-section-a .Installment-table table tr th,
.new-agentsDashboard-section-a .Installment-table table tr td {
  padding: 15px;
  font-size: 18px;
  letter-spacing: 1px;
}
.new-agentsDashboard-section-a .Installment-table table tr th {
  color: #fff;
  font-weight: 700;
  border-bottom: 2px solid #fff;
}
.new-agentsDashboard-section-a .Installment-table table tr td {
  color: #615f5f;
  font-weight: 400;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}
.new-agentsDashboard-section-a .Installment-table table tr td:first-child {
  border-left: 0;
}
.new-agentsDashboard-section-a .header-label-sec .ct-button-2 {
  padding: 13px 14px;
  /* max-width: 270px; */
  width: 100%;
}
.new-agentsDashboard-section-a .quick-arrow {
  width: 15px;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.new-agentsDashboard-section-a .card-normal-new {
  padding: 30px 60px 30px 30px;
  border-radius: 35px;
}
.new-agentsDashboard-section-a .indaxData-table .table tr th {
  background-color: #fcbe39;
}
.new-agentsDashboard-section-a .indaxData-table .table tr th:first-child {
  border-radius: 16px 0 0 0;
}
.new-agentsDashboard-section-a .indaxData-table .table tr th:last-child {
  border-radius: 0 16px 0 0;
}
.new-agentsDashboard-section-a
  .indaxData-table
  .table
  tr:last-child
  td:first-child {
  border-radius: 0 0 0 16px;
}
.new-agentsDashboard-section-a
  .indaxData-table
  .table
  tr:last-child
  td:last-child {
  border-radius: 0 0 16px 0;
}
.new-agentsDashboard-section-a .indaxData-table .table tr th,
.new-agentsDashboard-section-a .indaxData-table .table tr td {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 32px;
  color: #5b5757;
  font-weight: 600;
  text-align: center;
  padding: 15px 10px;
  border-bottom: 3px solid #fff;
  border-top: 0;
}
.new-agentsDashboard-section-a .indaxData-table table tr td:first-child {
  border-left: 0;
}
.new-agentsDashboard-section-a .indaxData-table .table tr td {
  border-left: 3px solid #fff;
}
.new-agentsDashboard-section-a .indaxData-table table tr:nth-child(odd) {
  background-color: #ecedee;
}
.new-agentsDashboard-section-a .indaxData-table table tr:nth-child(even) {
  background-color: #dfdfdf;
}
.new-agentsDashboard-section-a
  .indaxData-table
  table
  tr:nth-child(odd)
  td:first-child {
  background-color: #ffd93d;
}
.new-agentsDashboard-section-a
  .indaxData-table
  table
  tr:nth-child(even)
  td:first-child {
  background-color: #fcbe39;
}
.new-agentsDashboard-section-a .more-button-light img {
  width: 6px;
}
.new-agentsDashboard-section-a .chart-label {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #bcbcbc;
  font-weight: 700;
}
.new-agentsDashboard-section-a .w-90 {
  width: 90%;
}
.new-agentsDashboard-section-a .main-left-slidebox .text-main {
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 40px;
  color: #bcbcbc;
  font-weight: 700;
  margin-right: 12px;
  margin-bottom: 0px;
}
.new-agentsDashboard-section-a .main-left-slidebox .hand {
  max-width: 70px;
}
.new-agentsDashboard-section-a .main-left-slidebox span {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #bcbcbc;
  font-weight: 400;
}
.new-agentsDashboard-section-a .ag-dashboard-text {
  font-size: 98px;
  letter-spacing: 3px;
  line-height: 80px;
  color: #fc6022;
  font-weight: 900;
}
.new-agentsDashboard-section-a .left-side-agentsDashboard-data {
  padding-right: 30px;
}
.new-agentsDashboard-section-a .my-partner-box-logo2 img {
  max-width: 67%;
}

/* =================================================================
========================================================================= */
/* Responsive CSS */
@media (max-height: 840px) {
  .edu-inner .item {
    margin: 10px;
  }

  .edu-inner-section {
    min-height: auto;
    padding: 25px 0;
  }

  .edu-inner .item {
    margin: 8px;
    max-height: 120px;
  }

  .edu-inner .item-img img {
    height: 30px;
  }

  .edu-inner .item .item-content h4 {
    font-size: 14px;
    margin: 0;
  }

  .header-center > ul > li > a,
  .header-center > ul > li > .dropdown-menu ul li a {
    margin: 5px 0;
  }

  .profile-id-inner-section::before {
    top: 0;
    background-position: bottom;
  }
}

@media (max-height: 820px) {
  .main-inner-section {
    padding: 10px 0;
  }

  .main-header h3 {
    font-size: 19px;
  }

  .main-img {
    padding: 10px 0;
  }

  .main-img img {
    max-height: 330px;
  }

  .edu-new-inner-section .edu-item button.btn {
    min-height: 44px;
    max-width: 140px;
  }

  .edu-new-inner-section .edu-item img {
    height: 150px;
  }

  .main-inner-section .owl-dots {
    bottom: -21%;
  }
}

@media (max-height: 780px) {
  .header-center > ul > li > .dropdown-menu {
    padding: 0;
  }

  .edu-new-inner-section .edu-item img {
    height: 120px;
  }

  .edu-new-inner-section .edu-item button.btn {
    min-height: fit-content;
    max-width: fit-content;
    font-size: 12px;
  }
}

@media (max-height: 770px) {
  .main-img img {
    max-height: 260px;
  }

  .edu-inner-section {
    padding: 15px 0;
  }

  .edu-inner-bottom .edu-img {
    max-width: 154px;
  }

  .main-inner-section .owl-dots {
    bottom: -25%;
  }

  .dashboard-main .main-inner-section .owl-dots {
    bottom: -22%;
  }
}

@media (max-height: 740px) {
  .login-header h3 {
    margin-bottom: 15px;
  }

  .log-on {
    margin-top: 15px;
  }

  .login-site {
    margin-top: 15px;
  }
}

@media (max-height: 695px) {
  .back-button button.btn.back-button {
    min-height: 50px;
  }

  .header-inner {
    min-height: 75px;
    padding: 10px 0;
  }

  .main-inner-section {
    height: calc(100vh - 134px);
  }

  .main-img img {
    max-height: 220px;
  }

  .edu-section {
    height: calc(100vh - 84px);
  }

  .edu-bottom-content button.btn.st-button,
  .edu-bottom-content button.btn.down-button {
    margin: 10px auto;
  }

  .header-screen-inner .header-bottom {
    max-width: 280px;
    margin: 0 auto;
  }

  .header-center > ul {
    margin: 10px 0;
  }

  .header-screen-inner {
    padding: 15px 0;
  }

  .main-inner-section .owl-dots {
    bottom: -31%;
  }

  .dashboard-main .main-inner-section .owl-dots {
    bottom: -28%;
  }

  .cart-section {
    height: calc(100vh - 134px);
  }
}

@media (max-height: 610px) {
  .login-site {
    margin: 0 auto;
    margin-top: 15px;
    max-width: 280px;
  }
}

/* ======= */
@media (max-width: 1750px) {
  /* -----Agents-Comissions------- */
  .ag-dashboard-text {
    font-size: 86px;
  }
  .my-partner-box-logo2 img {
    max-width: 205px;
  }
}
@media (max-width: 1600px) {
  .educli-ad-portal-block .ct-button {
    padding: 5px 10px;
  }

  .educli-ad-portal-block .ct-button span {
    white-space: break-spaces;
    text-align: left;
  }

  .powered-by-section-home h6 {
    margin-left: 0px;
  }
  /* -----Agents-Comissions------- */
  .new-agentsDashboard-section-a .card-normal {
    padding: 19px;
  }
  .new-agentsDashboard-section-a .card-normal-new {
    padding: 20px 60px 20px 20px !important;
  }
}
/* -----Agents-Comissions------- */
@media (max-width: 1500px) {
  .new-agentsDashboard-section-a .main-left-slidebox .hand {
    max-width: 47px;
  }
  .new-agentsDashboard-section-a .left-side-agentsDashboard-data {
    padding-right: 19px;
  }
  .new-agentsDashboard-section-a .ag-dashboard-text {
    font-size: 68px;
    line-height: 30px;
  }
}
@media (max-width: 1500px) {
  .main-lms-dashboard-revised-section .bg-label-lms-r {
    border-radius: 8px;
    padding: 5px 5px 6px 15px;
  }

  .main-lms-dashboard-revised-section {
    font-size: 15px;
    line-height: 22px;
  }

  .main-submission-grading-se .submission-grading-table table {
    width: 1200px;
    max-width: 1200px;
  }

  .main-lms-dashboard-revised-section .sider-bar-lms-revised .top-noti {
    margin: 10px 0;
    display: block;
  }

  .main-lms-dashboard-revised-section
    .sider-bar-lms-revised
    .side-navigation-lt
    ul {
    padding: 0px 0px 0px 17px;
    margin: 10px 0 20px 0;
  }

  .main-lms-dashboard-revised-section
    .sider-bar-lms-revised
    .side-navigation-lt
    li
    a
    img {
    width: 11px;
  }

  .main-lms-dashboard-revised-section
    .sider-bar-lms-revised
    .bottom-side-bar-educliLogo
    a
    img {
    max-width: 152px;
    margin: 136px 0 11px 0;
  }

  .main-lms-dashboard-revised-section
    .sider-bar-lms-revised
    .side-navigation-lt
    li:nth-child(2)
    a
    img,
  .main-lms-dashboard-revised-section
    .sider-bar-lms-revised
    .side-navigation-lt
    li:nth-child(4)
    a
    img {
    width: 16px;
    height: 17px;
  }

  .main-lms-dashboard-revised-section .sider-bar-lms-revised .logged {
    margin: 5px 0 7px 0;
  }

  .main-lms-dashboard-revised-section .chat-trainer-bu {
    min-height: 42px;
    border-radius: 9px;
    font-size: 14px;
    line-height: 42px;
  }

  .main-lms-dashboard-revised-section .chat-trainer-bu img {
    width: 22px;
    margin-right: 6px;
  }

  .main-lms-dashboard-revised-section .main-mid-section-mls h2 {
    font-size: 20px;
    line-height: 22px;
  }

  .main-lms-dashboard-revised-section .main-mid-section-mls .hend-img {
    width: 31px;
    margin-left: 12px;
  }

  .main-lms-dashboard-revised-section .min-images-box-lectures .lectures-img {
    width: calc(50% - 8px);
  }

  .main-lms-dashboard-revised-section .card-lms {
    border-radius: 12px;
    padding: 12px;
  }

  .main-lms-dashboard-revised-section .min-images-box-lectures .l-img-label {
    font-size: 10px;
    font-weight: 400;
  }

  .main-lms-dashboard-revised-section .card-title-l {
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
  }

  .main-lms-dashboard-revised-section .dott-lms {
    width: 5px;
  }

  .main-lms-dashboard-revised-section .second-card-lms h3 {
    margin: 21px 0 13px 0;
  }

  .main-lms-dashboard-revised-section .second-card-lms .card-lms {
    padding: 20px 22px 20px 12px;
  }

  .main-lms-dashboard-revised-section .second-card-lms .dott-lms {
    top: 13px;
  }

  .main-lms-dashboard-revised-section .second-card-lms .main-card-sec-lms {
    flex-wrap: wrap !important;
  }

  .main-lms-dashboard-revised-section .second-card-lms .w-50 {
    width: 100% !important;
    padding: 0px !important;
  }

  .main-lms-dashboard-revised-section .second-card-lms .w-50:not(:first-child) {
    margin-top: 20px;
  }

  .inner-lms-data-section .top-search-boxs {
    flex-wrap: wrap;
  }

  .inner-lms-data-section .top-search-boxs .w-50 {
    width: 100% !important;
  }

  .main-right-date-section .search-box-data input {
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }

  .inner-lms-data-section .top-search-boxs .right-user-in {
    justify-content: flex-end;
  }

  .main-right-date-section .dat-picker-box {
    padding: 16px 0px;
  }

  .main-right-date-section .upcoming-body-sec span {
    width: 10px;
    height: 10px;
    border-radius: 1px;
  }

  .main-lms-dashboard-revised-section
    .min-images-box-lectures
    .padlock-lms-img {
    width: 16px;
    top: 33px;
  }

  .main-right-date-section .upcoming-body-sec a img {
    width: 12px;
  }

  .main-right-date-section .upcoming-body-sec label {
    width: calc(100% - 22px);
    border-radius: 8px;
    margin: 0 10px;
    line-height: 14px;
    padding: 4px 10px;
    font-size: 12px;
  }

  .main-right-date-section .upcoming-body-sec {
    margin-top: 14px;
  }

  .main-right-date-section .chat-trainer-bu {
    margin-top: 13px;
  }

  .main-profile-table-section .table-responsive {
    overflow-x: auto;
  }

  .table-export-b {
    margin-top: 25px;
  }

  .main-lms-dashboard-revised-section
    .sider-bar-lms-revised
    .side-navigation-lt
    .inner-sub-data-s
    li
    a
    span {
    font-size: 13px;
    line-height: 12px;
  }

  .main-lms-dashboard-revised-section
    .sider-bar-lms-revised
    .side-navigation-lt
    .inner-sub-data-s
    li
    a
    img {
    width: 13px !important;
    height: 12px !important;
  }

  .main-mid-section-mls .lms-list li {
    font-weight: 400;
    font-size: 13px;
  }

  .inner-lms-data-section .has-section-assessment .row .last-button-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 25px !important;
  }

  .main-submission-grading-se .grading-all-text-letter-box input::placeholder {
    letter-spacing: 5px;
  }

  .main-lms-dashboard-revised-section .sub-grading-button-card button img {
    width: 16px;
  }

  .main-top-over .lectures-ove-video-box h3,
  .main-top-over .lectures-ove-content h3 {
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 20px;
  }

  .main-top-over .lectures-ove-content span {
    margin: 22px 0 28px 0;
  }

  .main-top-over .lectures-ove-content .user-ove .left-user-ove img {
    width: 22px;
    margin-right: 8px;
  }

  .lecture-user-review-cont {
    padding: 0 0px;
  }

  .lecture-user-review-cont .li-user-i {
    width: 60px;
    height: 60px;
  }

  .lectures-overview-section
    .card-tab-overiew-con
    .instructors-boxs-sec
    .right-instructors,
  .lectures-overview-section
    .card-tab-overiew-con
    .instructors-boxs-sec
    .right-instructors
    img {
    width: 100px;
    height: 100px;
  }

  .lectures-overview-section
    .card-tab-overiew-con
    .instructors-boxs-sec
    .left-instructors {
    width: calc(100% - 100px);
  }

  .lectures-overview-section
    .card-tab-overiew-con
    .instructors-boxs-sec
    .left-instructors
    img {
    width: 25px;
    margin-right: 13px;
  }

  .lectures-overview-section .card-tab-overiew-con .tab-LeaveReview {
    text-align: right;
    margin: 30px 0 0 0;
  }

  .lectures-overview-section .card-tab-overiew-con .tab-LeaveReview button {
    top: 0;
    position: relative;
    text-align: right;
    margin-left: auto;
  }

  .lectures-overview-section
    .card-tab-overiew-con
    .reviews-content.border-left {
    padding-left: 19px !important;
  }
}

@media (max-width: 1440px) {
  .footer-left-inner {
    width: 50%;
  }

  .footer-right-inner {
    width: 50%;
  }

  .provi-chart .card .card-img {
    height: 120px;
  }

  .profile-id-inner-section::before {
    top: 0;
    background-position: center bottom -260%;
    background-size: cover;
  }

  /* .profile-com-details img{
    max-width: 100%;
  } */
  .header-section .navbar-collapse .nav-link {
    font-size: 14px;
    line-height: 20px;
    width: fit-content;
  }

  .be-seen-student-section .main-why-promot .inner-pro-box h3 {
    font-size: 39px;
    line-height: 60px;
  }

  .be-seen-student-section .main-why-promot .inner-pro-box span {
    font-size: 22px;
    line-height: 26px;
  }

  .header-section .form-inline .button {
    margin: 0px;
  }

  /* .header-section .form-inline .button + .button {
    margin-left: 20px;
  } */
  .header-section .navbar-toggler span {
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: all 0.5s;
  }

  .header-section .navbar-toggler span:nth-child(2) {
    margin: 6px 0px;
  }

  .header-section .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(45deg) translate(-8px, 10px);
  }

  .header-section .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    margin: 6px 0px;
    display: none !important;
  }

  .header-section .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg) translate(-8px, -10px);
  }

  .top-header-section-ep .logo-left-block .logo-ep {
    max-width: 100px;
    margin-right: 40px;
  }

  .main-why-promot {
    flex-wrap: wrap;
  }

  .be-seen-student-section .main-why-promot .inner-pro-box {
    margin: 0px 10px;
    width: calc(50% - 20px);
    margin-top: 20px;
  }

  .be-seen-student-section .pre-target-pie-chart img {
    max-width: 100%;
  }

  .our-compaign-section .campaign-ava-text {
    max-width: 100%;
  }

  .right-block-top-h {
    margin-top: 10px;
  }
  /* -----Agents-Comissions------- */
  .new-agentsDashboard-section-a .commissions-table .table {
    width: 1500px;
    max-width: 1500px;
  }
  .new-agentsDashboard-section-a .initial-payment-table .table {
    width: 100%;
    max-width: 100%;
  }
  .new-agentsDashboard-section-a .commissions-table {
    overflow: auto;
  }
  .new-agentsDashboard-section-a .form-group select.form-control,
  .new-agentsDashboard-section-a .form-group .date-select {
    background-position: center right 10px;
    background-size: 11px;
  }
  .new-agentsDashboard-section-a
    .agent-create-quote-section
    .form-group
    .btn
    img {
    margin-right: 9px;
    width: 16px;
  }
  .new-agentsDashboard-section-a .agent-create-quote-section .form-group .btn {
    font-size: 13.5px;
  }
  .new-agentsDashboard-section-a .quickQuote-table .table {
    width: 1400px;
    max-width: 1400px;
  }
  .new-agentsDashboard-section-a .main-top-header-button .ct-button img {
    margin-right: 12px;
  }
}

@media (max-width: 1300px) {
  .v-application-body .tab-info-inner-body input {
    margin-left: 8px;
  }

  .lms-footer-section .lms-footer-so-i a img {
    width: 28px;
    margin: 0px 3px;
  }

  .lms-footer-section {
    padding: 20px 0px;
  }

  .provider-button button {
    width: calc(50% - 16px) !important;
    margin: 8px !important;
  }

  .v-application-body .right-button-l {
    margin-left: 12px;
  }

  .financial-inner-box .form-ct .form-ct-buttons {
    position: relative;
    top: 0;
    right: 0;
    transform: none;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 10px;
  }

  .financial-inner-box .form-ct .form-ct-buttons button.btn.ct-button {
    margin: 5px;
  }

  .financial-inner-box .form-ct input.form-control {
    padding-right: 40px;
  }

  .financial-inner-box .form-ct button.btn.more-button {
    position: absolute;
    top: 12px;
    transform: none;
  }

  .document-tab-inner-main .card .card-header button.btn.btn-link {
    white-space: normal;
    text-align: left;
  }

  .buton-group-ct-pro ul li {
    width: 33.33%;
    padding: 4px;
  }

  .educli-ad-portal-block .col-lg-2 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 10px;
  }

  .educli-ad-portal-block .ct-button {
    width: 200px;
  }

  .educli-ad-portal-block .col-lg-5 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .ct-two-button-group .ct-u-button {
    max-width: fit-content;
  }

  .upload-price-list-inner-item .ct-u-button,
  .upload-price-list-inner-item .ct-u-button-2 {
    padding: 8px 15px;
  }

  .upload-price-list-inner-item .ct-u-button span,
  .upload-price-list-inner-item .ct-u-button-2 span {
    margin-left: 10px;
  }
  /* -----Agents-Comissions------- */
  .new-agentsDashboard-section-a .my-partner-box-logo2 img {
    max-width: 80%;
  }
}

@media (max-width: 1200px) {
  .profile-inner-information ul.nav li.nav-item {
    width: 33%;
    padding: 10px;
  }

  .powered-by-section-home .main-logo-sec img {
    max-width: 150px;
  }

  .educli-providers-page .profile-inner-information ul.nav li.nav-item {
    width: 33.33%;
  }

  .profile-inner-information ul.nav li.nav-item a.nav-link {
    border-radius: 17px;
  }

  .educli-lms-home-main .e-lms-banner-home-section {
    padding: 40px 30px;
    border-bottom: 8px solid #fcbe39;
  }

  .profile-inner-section
    .card
    .collapse.show
    .profile-details-main
    .profile-img {
    margin-bottom: 20px;
  }

  .profile-inner-information ul.nav {
    margin-top: 20px;
  }

  .main-sub-inner-header .header-time,
  .main-sub-inner-header .header-date,
  .main-sub-inner-header .header-wether {
    display: none;
  }

  .provi-chart .card .card-img {
    height: 200px;
  }

  .provi-chart .card .card-body p {
    font-weight: 500;
    font-size: 14px;
  }

  .header-section .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 5px;
    padding-left: 5px;
  }

  .header-section .form-inline .button + .button {
    margin-top: 3px;
  }

  .top-header-section-ep .r-top-data-social {
    margin-right: 15px;
  }

  .student-profile-edit-inner-box .card {
    padding: 20px;
  }

  .student-profile-edit-inner-box .card .card-body .student-profile-edit-left {
    height: fit-content;
    min-height: 200px;
  }

  .student-profile-edit-inner-box
    .card
    .card-body
    .student-profile-edit-left
    img {
    max-width: 100px;
  }

  .ct-student-box {
    padding: 20px;
    padding-right: 50px;
  }

  .student-profile-edit-inner-box .card .card-body .student-profile-edit-right {
    padding-left: 15px;
  }

  .student-profile-edit-inner-box
    .student-profile-edit-button
    .student-profile-edit-right {
    padding-right: 15px;
  }

  .student-button-group {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ct-student-box .ct-student-box-more-button {
    top: 25px;
    right: 10px;
  }

  .edit-button-ct {
    padding: 6px;
    margin: 0 5px;
  }
  /* -----Agents-Comissions------- */
  .new-agentsDashboard-section-a .main-left-slidebox .text-main {
    font-size: 24px;
    line-height: 30px;
  }
  .new-agentsDashboard-section-a .ag-dashboard-text {
    font-size: 53px;
    line-height: 30px;
  }
  .new-agentsDashboard-section-a .card-normal {
    padding: 15px;
    border-radius: 15px;
  }
  .new-agentsDashboard-section-a .card-normal-new {
    padding: 15px 45px 15px 15px !important;
  }
  .new-agentsDashboard-section-a .card-normal-new .row .col-lg-4 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .new-agentsDashboard-section-a .chart-label {
    font-size: 16px;
    line-height: 24px;
  }
  .new-agentsDashboard-section-a .main-top-header-button .ct-button {
    font-size: 13.5px !important;
  }
  .new-agentsDashboard-section-a .main-top-header-button .ct-button img {
    margin-right: 10px;
    width: 17px;
  }
}

@media (max-width: 991px) {
  .financial-inner-box {
    padding: 0;
  }

  .educli-lms-home-main .why-choose-us-lms-home-section {
    padding: 50px 0px;
  }

  .header-section .form-inline .button + .button {
    margin-left: 10px;
  }

  .educli-lms-home-main .header-section {
    padding: 0px 0px;
    border-top: 8px solid #fcbe39;
  }

  .educli-lms-home-main .header-section .navbar {
    padding: 0px;
  }

  .why-choose-us-lms-home-section .home-lms-card-w .card-left-round img {
    width: 30px;
  }

  .lms-footer-section a {
    font-size: 14px;
  }

  .why-choose-us-lms-home-section .home-lms-card-w .content-card-we {
    width: calc(100% - 80px);
    padding-left: 20px;
  }

  .why-choose-us-lms-home-section .home-lms-card-w .card-left-round {
    width: 80px;
    height: 80px;
  }

  .profile-inner-information ul.nav li.nav-item {
    width: 50%;
    padding: 5px;
  }

  .educli-lms-home-main .header-section .navbar-toggler span {
    width: 30px;
    height: 3px;
    display: block;
    background-color: #a5a5a5;
  }

  .educli-lms-home-main .navbar-bar-icons {
    display: none;
  }

  .profile-details-main .profile-edit {
    max-width: 100%;
  }

  .main-body-inner-educli .main-header-slide {
    position: fixed;
    top: 101px;
    left: 0;
    z-index: 99;
    width: 320px;
    background-color: #fff;
  }

  .main-lms-dashboard-revised-section
    .sider-bar-lms-revised
    .bottom-side-bar-educliLogo
    a
    img {
    max-width: 119px;
    margin: 70px 0 11px 0;
  }

  .main-body-inner-educli.open .main-educli-body {
    width: 100%;
    position: relative;
  }

  .main-body-inner-educli .main-header-inner-slide {
    width: 320px;
  }

  .lectures-overview-section .lecture-user-review-cont ul li:first-child {
    width: 100%;
  }

  .lectures-overview-section .lecture-user-review-cont ul li {
    margin: 10px;
  }

  .lectures-overview-section .lecture-user-review-cont ul {
    flex-wrap: wrap;
  }

  .main-body-inner-educli.open .main-educli-body:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 1;
  }

  .noti-inner-section {
    display: block;
  }

  .noti-inner-section .noti-right {
    margin-top: 10px;
  }

  .buton-group-ct-pro ul li {
    width: 50%;
    padding: 10px;
  }

  .profile-com-details img {
    max-width: 160px;
    margin-bottom: 10px;
  }

  .profile-com-details h2 {
    font-size: 28px;
    margin-bottom: 5px;
  }

  .profile-com-details p {
    font-size: 16px;
  }

  .main-lms-dashboard-revised-section .sider-bar-lms-revised .chat-trainer-bu {
    font-size: 11px;
    line-height: 18px;
  }

  .profile-header h2 {
    font-size: 24px;
  }

  .timeline-button button.btn.ct-button {
    margin-top: 20px;
    margin-right: 0px;
  }

  /*  */
  .inner-lms-data-section .main-right-date-section {
    margin-top: 60px;
  }

  .main-lms-dashboard-revised-section .main-mid-section-mls {
    padding: 0 0px;
  }

  .main-lms-dashboard-revised-section
    .min-images-box-lectures
    .lectures-img
    .items-img {
    height: 150px;
  }

  .min-images-box-lectures .text-center {
    text-align: left !important;
  }

  .main-mid-section-mls .main-profile-userr-lms,
  .main-mid-section-mls .main-profile-userr-lms .user-p-lms {
    margin: 0;
  }

  .main-mid-section-mls .main-profile-input-box .innet-i {
    width: calc(50% - 8px);
  }

  .main-mid-section-mls .main-profile-input-box {
    margin-top: 30px;
  }

  .main-mid-frofile-mls
    .thard-rowprofile-card-lms
    .main-thard-card
    .inner-thard-card-data {
    width: calc(100% - 8px);
    margin: 10px 0;
  }

  .main-mid-frofile-mls
    .thard-rowprofile-card-lms
    .main-thard-card
    .inner-thard-card-data-2 {
    width: calc(100% - 8px);
    margin: 10px 0;
  }

  .main-mid-frofile-mls
    .thard-rowprofile-card-lms
    .main-thard-card
    .th-innet-i:nth-child(1) {
    width: calc(100% - 8px);
  }

  .main-mid-frofile-mls
    .thard-rowprofile-card-lms
    .main-thard-card
    .th-innet-i:nth-child(2),
  .main-mid-frofile-mls
    .thard-rowprofile-card-lms
    .main-thard-card
    .th-innet-i:nth-child(3) {
    width: calc(50% - 8px);
    margin-top: 15px;
  }

  .main-mid-frofile-mls
    .thard-rowprofile-card-lms
    .main-thard-card
    .inner-thard-card-data {
    width: calc(100% - 8px);
    margin: 10px 0;
    flex-wrap: wrap;
  }

  .main-right-date-section .upcoming-body-sec label {
    line-height: 20px;
    padding: 10px 10px;
    min-height: auto;
  }

  .main-lms-dashboard-revised-section
    .second-card-lms
    .card-lms
    .class-items-i {
    width: 100%;
  }

  .main-lms-dashboard-revised-section
    .sider-bar-lms-revised
    .side-navigation-lt
    .inner-sub-data-s
    li
    a
    span {
    font-size: 11px;
    line-height: 12px;
  }

  .side-navigation-lt a .sub-he {
    font-size: 13px;
    line-height: 16px;
    padding-left: 21px;
  }

  .inner-sub-data-s .pl-3 {
    padding-left: 6px !important;
  }

  .side-navigation-lt a .sub-he::before {
    width: 10px;
    height: 10px;
  }

  .min-images-box-lectures .lms-assessment-profil-i .innet-i:nth-last-child(2) {
    width: calc(50% - 8px);
  }

  .main-mid-section-mls .main-has-assessment .educli-assessment-l-img {
    display: none;
  }

  .main-mid-section-mls .main-has-assessment .right-edu-text-data-ass {
    width: calc(100% - 3px);
    padding-left: 0px;
  }

  .main-lms-dashboard-revised-section
    .sider-bar-lms-revised
    .side-navigation-lt
    .inner-sub-data-s
    li
    a {
    display: flex;
  }

  .main-lms-dashboard-revised-section
    .sider-bar-lms-revised
    .side-navigation-lt
    .inner-sub-data-s
    li
    a
    img {
    margin-top: 6px;
  }

  .main-submission-grading-se .card-lms {
    padding: 20px;
  }

  .main-submission-grading-se .sub-grading-button-card button {
    margin: 7px 0;
  }

  .lectures-overview-section .card-lms {
    padding: 20px;
  }

  .main-top-over .lectures-ove-content .user-ove {
    flex-wrap: wrap;
  }

  .main-top-over .lectures-ove-content .user-ove .left-user-ove {
    width: 100%;
  }

  .main-top-over .lectures-ove-content .user-ove .over-bu-l {
    width: 100%;
    margin-top: 15px;
  }

  .mid-white-boxs .mail-ul-list-data {
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }

  .mid-white-boxs .mail-ul-list-data li {
    margin: 5px 10px;
  }

  .lectures-overview-section .card-tab-overiew-con .instructors-boxs-sec {
    width: 300px;
    margin-top: 25px;
  }

  .reviews-main-section {
    padding-top: 20px !important;
  }

  .reviews-main-section .reviews-content {
    padding: 0px !important;
  }

  .lectures-overview-section
    .card-tab-overiew-con
    .reviews-content.border-left {
    padding-left: 0px !important;
    border-top: 1px solid #aeaeae;
    border-left: 0;
    margin-top: 20px;
    padding-top: 20px !important;
  }

  .lectures-overview-section .card-tab-overiew-con ul li {
    margin-right: 12px;
  }

  .lecture-user-review-cont ul {
    align-items: flex-start !important;
  }

  .lecture-user-review-cont ul li {
    margin: 0 10px;
  }

  .lectures-overview-section .course-content-sec .table {
    width: 600px;
    max-width: 600px;
  }
  /* -----Agents-Comissions------- */
  .new-agentsDashboard-section-a .card-normal-new .row .col-lg-4:first-child {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .new-agentsDashboard-section-a .indaxData-table .table tr th,
  .new-agentsDashboard-section-a .indaxData-table .table tr td {
    font-size: 16px;
    line-height: 23px;
    padding: 10px;
  }
  .new-agentsDashboard-section-a .commission-text span {
    font-size: 18px;
    line-height: 30px;
  }
  .new-agentsDashboard-section-a
    .footer-right-inner
    .agent-footer-button
    .ct-button {
    padding: 11px 26px;
  }
  .new-agentsDashboard-section-a .initial-payment-table .table {
    width: 900px;
    max-width: 900px;
  }
}

@media (max-width: 767px) {
  .main-sub-inner-header .header-search input.form-control {
    min-width: auto;
    width: 200px;
  }

  .lms-footer-section .lms-footer-so-i {
    margin-bottom: 15px;
  }

  .information-lms-login-section {
    padding: 40px 0px 30px 0px;
  }

  .why-choose-us-lms-home-section p {
    max-width: 100%;
    margin: 0px auto 21px auto;
  }

  .why-choose-us-lms-home-section h2 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 19px;
  }

  .educli-ad-portal-block .deals-block {
    width: 100%;
  }

  .information-lms-login-section .this-time-here-left-info .lms-form {
    max-width: 100%;
  }

  .information-lms-login-section .this-time-here-left-info {
    margin-bottom: 30px;
  }

  .educli-ad-portal-block .col-lg-5 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-top: 15px;
  }

  .educli-ad-portal-block .inner-info-portal-1,
  .educli-ad-portal-block .btn.ct-button {
    margin-left: 28px !important;
  }

  .footer-link-so {
    margin-bottom: 10px;
  }

  .be-seen-student-section {
    padding: 20px 0px 55px 0px;
  }

  .be-seen-student-section .stu-title {
    margin-bottom: 14px;
  }

  .pre-target-pie-chart {
    margin-top: 50px;
  }

  .our-compaign-section .campaign-ava-text {
    margin-top: 39px;
  }

  .mt-80 {
    margin-top: 43px;
  }

  .promote-section .campaign-ava-text {
    margin-top: 0;
  }

  .be-seen-student-section .text-20 {
    margin-bottom: 50px;
  }

  .provider-ul {
    margin-left: -30px;
  }

  /* .row.w-100 {
    width: auto !important;
  } */
  .ct-container {
    padding: 0 15px;
  }

  .footer-inner {
    flex-wrap: wrap;
  }

  .footer-left-inner,
  .footer-right-inner {
    width: 100%;
    margin: 5px 0;
  }

  .main-educli-inner-body,
  .main-body-inner-educli .main-header-inner-slide {
    height: calc(100vh - 194px);
  }

  .footer-left-inner ul {
    justify-content: center;
  }

  .main-inner-header .main-sub-inner-header buttom.btn.menu-button span {
    margin: 6px 0;
  }

  .main-sub-inner-header .header-logo {
    max-width: 110px;
  }

  .main-sub-inner-header .header-search input.form-control {
    width: 190px;
  }

  .main-body-inner-educli .main-header-slide {
    top: 85px;
  }

  .profile-inner-section .card .profile-details-main {
    margin: 10px auto;
  }

  .document-tab-inner-main .card {
    padding: 0 15px;
    margin: 20px 0;
  }

  .buton-group-ct-pro ul {
    margin-top: 20px;
  }

  .tab-inner-information {
    padding-bottom: 20px;
  }

  .progress-bar-noti.course-text-center p {
    left: 15%;
  }

  .educli-providers-page .profile-inner-information ul.nav li.nav-item {
    width: 50%;
  }

  .buton-group-ct-pro ul li {
    width: 100%;
  }

  .profile-header h2 {
    font-size: 18px;
  }

  .profile-com-details img {
    max-width: 100px;
  }

  .profile-com-details h2 {
    font-size: 20px;
  }

  .profile-com-details p {
    font-size: 14px;
  }

  .inner-lms-data-section .sider-bar-lms-revised,
  .inner-lms-data-section .main-mid-section-mls {
    height: 100%;
    overflow-y: inherit;
  }

  .inner-lms-data-section .main-mid-section-mls {
    padding-bottom: 35px;
    padding-top: 50px;
  }

  .mls-footer-contect .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .lms-dashboard-revised-header .logo-lms {
    max-width: 122px;
    margin-top: 20px;
  }

  .main-lms-dashboard-revised-section .link-header-lms .nav-lms-h a {
    font-size: 16px;
  }

  .main-lms-dashboard-revised-section .link-header-lms .nav-lms-h li {
    margin-left: 36px;
  }

  .lms-dashboard-revised-header {
    min-height: 76px;
    border-top: 8px solid #fc6022;
  }

  .lectures-overview-section .assessment-dott {
    margin-bottom: 0;
  }

  .lectures-overview-section .lectures-ove-content {
    margin-top: 30px;
  }

  .main-top-over .lectures-ove-content span {
    margin: 11px 0 26px 0;
  }

  .main-top-over .lectures-ove-content .user-ove {
    flex-wrap: nowrap;
  }

  .main-top-over .lectures-ove-content .user-ove .left-user-ove img {
    width: 39px;
    margin-right: 22px;
  }

  .main-top-over .lectures-ove-content .user-ove .left-user-ove h5 {
    font-size: 25px;
  }

  .main-top-over .lectures-ove-content .user-ove .left-user-ove sub {
    font-size: 15px;
  }

  .lectures-overview-section .lecture-user-review-cont ul {
    flex-wrap: wrap;
  }

  .lectures-overview-section .lecture-user-review-cont ul li {
    margin: 10px;
  }

  .lectures-overview-section .lecture-user-review-cont ul li:first-child {
    width: 100%;
  }

  .student-profile-edit-inner-box
    .student-profile-edit-button
    .student-profile-edit-right
    .student-profile-edit-right-box {
    width: 100% !important;
    margin: 5px 0;
  }

  .student-profile-edit-inner-box .card .card-body .student-profile-edit-left,
  .student-profile-edit-inner-box .card .card-body .student-profile-edit-right {
    width: 100%;
    margin-top: 20px;
  }

  .upload-price-list-inner-item .ct-u-button,
  .upload-price-list-inner-item .ct-u-button-2,
  .upload-price-list-inner-item .ct-input-control {
    font-size: 14px;
    padding: 8px;
  }

  .edit-button-ct img {
    width: 20px;
    height: 20px;
  }

  .edit-button-ct {
    padding: 3px;
    margin: 0 2px;
  }

  .ct-two-button-group {
    margin-top: 20px;
  }

  .ct-two-button-group .ct-u-button {
    margin: 5px;
  }

  .student-header .ct-input-control-2,
  .stun-chart-section-ct .stun-chart-header .ct-input-control-2 {
    position: relative;
    width: fit-content;
    padding-right: 70px;
    transform: none;
  }

  .stun-chart-section-ct .stun-chart-header {
    padding: 20px;
  }
  .student-table-ct-inner thead th .table-heading {
    padding: 15px;
  }
  /* -----Agents-Comissions------- */
  .new-agentsDashboard-section-a .left-side-agentsDashboard-data {
    padding-right: 0;
  }
  .new-agentsDashboard-section-a .chart-boxs-w {
    margin-bottom: 35px;
  }
  .new-agentsDashboard-section-a .my-partner-box-logo img {
    max-width: 50%;
  }
  .new-agentsDashboard-section-a .my-partner-box-logo2 {
    margin: 0;
    text-align: left !important;
  }
  .new-agentsDashboard-section-a .my-partner-box-logo2 img {
    max-width: 26%;
  }
  .new-agentsDashboard-section-a .main-educli-inner-body,
  .new-agentsDashboard-section-a
    .main-body-inner-educli
    .main-header-inner-slide {
    height: calc(100vh - 197px);
  }
  .new-agentsDashboard-section-a .main-body-inner-educli .main-header-slide {
    top: 77px;
  }
}

@media (max-width: 650px) {
  .provider-button button {
    width: 100% !important;
    margin: 8px 0px !important;
  }

  .top-header-section-ep .logo-left-block input {
    height: 37px;
  }

  .top-header-section-ep .logo-left-block .search-i-ep {
    right: 13px;
    top: 6px;
  }

  .stu-title {
    font-size: 28px;
    line-height: 41px;
    font-weight: 700;
  }

  .be-seen-student-section .main-why-promot .inner-pro-box h3 {
    font-size: 32px;
    line-height: 48px;
  }

  .be-seen-student-section .main-why-promot .inner-pro-box span {
    font-size: 20px;
    line-height: 24px;
  }

  .our-compaign-section h2.stu-title {
    margin-bottom: 33px;
  }

  .our-compaign-section .campaign-ava-text span {
    font-size: 20px;
    line-height: 30px;
  }

  .our-compaign-section .campaign-ava-text button {
    width: 241px;
    height: 48px;
    border-radius: 14px;
    font-size: 20px;
    line-height: 30px;
  }

  .our-compaign-section {
    padding: 44px 0px;
  }

  .icons-ul-lms {
    padding: 10px 0 !important;
    justify-content: end;
    width: 100%;
  }

  .mt-sm-2 {
    margin-top: 10px;
  }

  .lectures-overview-section .card-tab-overiew-con ul li .nav-link {
    padding: 5px 3px;
    font-size: 15px;
    line-height: 17px;
  }
}

@media (max-width: 600px) {
  .educli-lms-home-main .e-lms-banner-home-section {
    padding: 20px 20px;
    text-align: center;
  }

  .e-lms-banner-home-section .top-banner-text p {
    margin: 20px auto;
  }

  .mobile-main-container {
    padding: 0px !important;
  }

  .e-lms-banner-home-section .top-banner-text button {
    height: 45px;
    font-size: 18px;
    border-radius: 14px;
  }

  .e-lms-banner-home-section .main-block-home-b-icons .inner-boxs-i-b {
    border-radius: 8px;
    width: calc(50% - 10px) !important;
    padding: 8px;
  }

  .powered-by-section-home .main-logo-sec img {
    max-width: 80px;
    padding: 0;
  }

  .powered-by-section-home h6 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .lms-footer-section {
    padding: 15px 0px;
  }

  /* .lms-footer-section .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  } */
  .information-lms-login-section .this-time-here-left-info {
    padding-right: 0px !important;
  }
  /* -----Agents-Comissions------- */
  .new-agentsDashboard-section-a .card-normal-new .row .col-lg-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .new-agentsDashboard-section-a .new-agent-footer ul {
    flex-wrap: wrap;
  }
  .new-agentsDashboard-section-a .new-agent-footer ul .agent-footer-button {
    width: 100%;
    margin-top: 15px;
  }
  .new-agentsDashboard-section-a .main-educli-inner-body {
    padding: 0 20px;
  }
  .new-agentsDashboard-section-a .main-educli-inner-body,
  .new-agentsDashboard-section-a
    .main-body-inner-educli
    .main-header-inner-slide {
    height: calc(100vh - 236px);
  }
}
/* -----Agents-Comissions------- */
@media (max-width: 575px) {
  .new-agentsDashboard-section-a .commission-logo-i {
    text-align: left !important;
  }
  .new-agentsDashboard-section-a .commission-logo-i img {
    max-height: 63px;
    margin-bottom: 20px;
  }
  .new-agentsDashboard-section-a .last-button-section .ct-button-1 {
    max-width: 100%;
  }
}
@media (max-width: 520px) {
  .profile-id-inner-section-mobile {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px 0;
  }

  .profile-id-inner-section-mobile::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    position: absolute;
    background-image: url(../images/profile-id-inner-img-4.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
  }

  .profile-id-mobile-img {
    max-width: 120px;
    margin-left: auto;
    filter: drop-shadow(0px 6px 23px rgba(0, 0, 0, 0.16));
    margin-top: 40px;
  }

  .profile-com-details-mobile h5 {
    font-size: 22px;
    font-weight: 700;
  }

  .profile-com-details-mobile p {
    font-size: 15px;
  }

  .profile-header-mobile {
    margin-bottom: 20px;
  }

  .profile-header-mobile h5 {
    font-size: 15px;
    font-weight: 600;
  }

  .profile-qr-mobile {
    margin: 20px auto;
    max-width: 310px;
  }

  .profile-site-logo-mobile {
    margin: 20px auto;
    max-width: 310px;
  }
  /* --------------.commissions-table--------------- */
  .new-agentsDashboard-section-a .Installment-table table tr th,
  .new-agentsDashboard-section-a .Installment-table table tr td {
    padding: 15px;
    font-size: 14px;
    padding: 9px;
  }
  .new-agentsDashboard-section-a .v-card-app {
    border-radius: 20px;
    padding: 21px;
  }
  .new-agentsDashboard-section-a .agent-create-quote-section .form-group label {
    font-size: 19px;
    line-height: 30px;
  }
  .new-agentsDashboard-section-a .labelbox {
    font-size: 15px;
    line-height: 23px;
    padding: 8px 18px;
  }
  .new-agentsDashboard-section-a .agent-create-quote-section .form-group .btn {
    font-size: 16px;
  }
  .new-agentsDashboard-section-a
    .footer-right-inner
    .agent-footer-button
    .ct-button {
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 8px;
  }
  .new-agentsDashboard-section-a
    .footer-right-inner
    .agent-footer-button
    .ct-button
    img {
    width: 19px;
    margin-right: 6px;
  }
  .commissions-table .table thead tr th h2 {
    font-size: 17px;
    line-height: 22px;
  }
  .new-agentsDashboard-section-a .text-right.installment-box {
    text-align: left !important;
  }
  .new-agentsDashboard-section-a .more-button img {
    width: 7px;
  }
  .new-agentsDashboard-section-a .quickQuote-table .table thead tr th {
    padding: 10px 15px;
  }
  .new-agentsDashboard-section-a .quickQuote-table .table thead tr th span {
    font-size: 15px;
  }
  .new-agentsDashboard-section-a .quickQuote-table .table tbody td span {
    padding: 5px 15px;
    font-size: 16px;
    margin-top: 11px;
    min-height: 47px;
  }
  .new-agentsDashboard-section-a .main-educli-inner-body,
  .new-agentsDashboard-section-a
    .main-body-inner-educli
    .main-header-inner-slide {
    height: calc(100vh - 224px);
  }
  .new-agentsDashboard-section-a .commissions-table .table thead tr th h2 {
    font-size: 16px;
    line-height: 23px;
  }
}

@media (max-width: 390px) {
  .edu-inner .item {
    width: 110px;
    margin: 10px;
  }

  .edu-inner .item-img img {
    height: 25px;
  }

  .edu-bottom-content p {
    margin-bottom: 5px;
  }

  .edu-bottom-content button.btn.st-button,
  .edu-bottom-content button.btn.down-button {
    margin: 10px auto;
  }

  .edu-inner-bottom .edu-img {
    max-width: 134px;
  }

  .edu-bottom-content p {
    margin-bottom: 10px;
  }

  .profile-com-details-mobile h5 {
    font-size: 18px;
  }

  .profile-com-details-mobile p {
    font-size: 12px;
  }

  .profile-header-mobile h5 {
    font-size: 12px;
  }
}

@media (max-width: 520px) and (max-height: 740px) {
  .profile-id-mobile-img {
    max-width: 80px;
    margin-top: 10px;
  }

  .profile-com-details-mobile h5 {
    font-size: 18px;
  }

  .profile-com-details-mobile p {
    font-size: 12px;
  }

  .profile-header-mobile h5 {
    font-size: 12px;
  }

  .profile-header-mobile {
    margin-bottom: 10px;
  }

  .profile-qr-mobile {
    margin: 0 auto;
    max-width: 140px;
  }

  .profile-site-logo-mobile {
    margin: 0 auto;
    max-width: 140px;
  }
}

@media (max-width: 390px) and (max-height: 740px) {
  .edu-inner-section {
    padding: 0px 0;
    height: 100%;
  }

  .edu-inner .item .item-content h4 {
    font-size: 10px;
  }
}

@media (max-width: 390px) and (max-height: 680px) {
  .edu-inner-section {
    padding: 60px 0;
  }

  .edu-inner .item .item-content h4 {
    font-size: 10px;
  }
}

@media (max-width: 390px) {
  .main-screen .edu-bottom-content {
    padding: 10px 0;
    padding-left: 170px;
  }

  .main-screen .edu-inner-bottom .edu-img img {
    top: -50px;
    max-height: 159px;
  }
}

@media (max-width: 380px) {
  .start-button button.default-btn.next-step img {
    width: 24px;
    position: relative;
    margin-left: 10px;
    right: 0;
  }

  .main-header h3 {
    font-size: 19px;
  }

  .start-button button.default-btn.next-step span {
    margin-right: 0;
  }

  .login-header h3 {
    font-size: 22px;
    margin-left: 0;
  }

  .header-center > ul {
    padding-left: 25px;
  }

  .header-center .active:before {
    left: -25px;
  }

  .edu-new-inner-section .edu-item img {
    height: 120px;
  }

  .edu-new-inner-section .edu-item button.btn {
    min-height: fit-content;
    max-width: fit-content;
    font-size: 12px;
  }

  .main-screen .edu-bottom-content {
    padding: 20px 0;
    padding-left: 155px;
  }

  .main-screen .edu-bottom-content button.btn.down-button {
    padding: 5px;
    font-size: 13px;
    margin: 0;
  }

  .edu-new-inner .edu-inner-body {
    margin-bottom: 60px;
  }

  .edu-top .edu-inner-top.left::before {
    width: 65px;
    top: 5px;
    left: -3px;
  }

  .edu-top .edu-inner-top span {
    padding-left: 62px;
  }

  .edu-top .edu-inner-top.right::before {
    width: 100px;
    top: 5px;
    left: -6px;
  }

  .edu-body-inner .main-item .item {
    width: calc(50% - 6px);
  }

  .cart-inner-section {
    padding: 12px;
  }

  .cart-inner-section > div {
    padding: 10px;
  }

  .cart-inner-section .ct-border {
    padding: 10px;
  }

  .command-body button.btn.btn-link img {
    width: 30px;
    margin-right: 5px;
  }

  .command-body button.btn.btn-link h5 span {
    font-size: 14px;
  }
}

@media (max-width: 330px) {
  .new-agentsDashboard-section-a .new-agent-footer ul .agent-footer-button {
    margin-top: 7px;
  }
  .new-agentsDashboard-section-a .main-educli-inner-body,
  .new-agentsDashboard-section-a
    .main-body-inner-educli
    .main-header-inner-slide {
    height: calc(100vh - 240px);
  }
}

img.next-page{width:20px;margin-bottom:2px;padding-left:2px}.pager-margin.pagination span,.pager.pagination span{padding:4px 10px;font-weight:700}.action_select input[type=checkbox]{display:initial;position:absolute;top:40%;left:20px}.action_select{max-width:50px;border-color:#d2d5dd;background-color:#f9fbfb}.pager-margin.pagination span.active,.pager.pagination span.active{border:1px solid #e6e6e6}.pager.pagination{margin-top:40px}.pager-margin.pagination{margin-top:30px;margin-left:40%;margin-bottom:30px}.pager-nobottom.pagination{margin-bottom:-11px}
.educli-modal-block {
  height: 300px;
  border-radius: 10px;
  background-color: #f9fbfb;
  border: 1px solid #d2d5dd;
}
.modal-header-notification {
  background-color: #fc641e;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  height: 100px;
}
.modal-body {
  min-height: 180px;
  height: auto;
  margin: 20px;
}
.educli-modal-heading {
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
button.close {
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  background-color: #ebebeb;
  width: 30px;
  height: 30px;
  margin-top: 15px;
  border-radius: 5px;
}
#profile_picture {
  border-radius: 50%;
}
.expiry-course {
  border-style: solid;
  border-width: 1px;
  border-color: #d2d5dd;
  background-color: #ff6100;
  color: #fff;
  font-size: 13px;
  padding: 5px 15px;
  line-height: 40px;
}
.addnew-course, .current-course {
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.expiry-date {
  display: -webkit-box;
  margin-top: -25px;
}
.expiry-date span.expirelabel {
  line-height: 105px;
}
.student-profile .countdown {
  margin: 20px;
}
.student-profile .countdown .bloc-time {
  float: left;
  margin-right: 10px;
  text-align: center;
}
.countdown .figure {
  position: relative;
  float: left;
  height: 55px;
  width: 50px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 8px;
  -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
}
.countdown .count-title {
  display: block;
  margin-bottom: 10px;
  margin-top: 70px;
  color: #1a1a1a;
  text-transform: uppercase;
  font-size: 12px;
}
.hide {
  display: none !important;
}
.figure {
  display: inline-block;
}
.countdown .figure .top, .countdown .figure .top-back {
  height: 50%;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.countdown .figure .top {
  z-index: 3;
  background-color: #f7f7f7;
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-transform: perspective(200px);
  -ms-transform: perspective(200px);
  -webkit-transform: perspective(200px);
  transform: perspective(200px);
}
.countdown .figure > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font: normal 3.94em/55px "Montserrat";
  font-weight: 600;
  color: #ff6b00;
}
.countdown .figure .top-back {
  z-index: 4;
  bottom: 0;
  background-color: #fff;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -moz-transform: perspective(200px) rotateX(180deg);
  -ms-transform: perspective(200px) rotateX(180deg);
  -webkit-transform: perspective(200px) rotateX(180deg);
  transform: perspective(200px) rotateX(180deg);
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.countdown .figure .top, .countdown .figure .top-back {
  height: 50%;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.countdown .figure .top-back span {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
}
.countdown .figure .bottom {
  z-index: 1;
}
.countdown .figure .bottom-back {
  z-index: 2;
  top: 0;
  height: 50%;
  overflow: hidden;
  background-color: #f7f7f7;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
#total_payable {
  color: #4a4a4a;
  margin-left: 5px
}
.box-change-photo {
  width: 220px;
  top: 180px;
}
.box-change-creditccard, .box-change-photo {
  color: #fff!important;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
}
.box-change-photo-bg {
  background-color: rgba(0,0,0,.65);
  height: 50px;
}
.profile-img {
  width: 220px;
  margin-bottom: 20px;
  height: 230px;
}
.modal-header {
  justify-content: flex-end;
  border: 0;
  margin-top: 0;
  padding: 0px 20px 0 20px;
  background: -webkit-linear-gradient( 1deg, rgb(242, 98, 43) 0%, rgb(252,190,56) 100%) !important;
}
.modal-content {
    padding: 0px 0px 0 0px;
}
button.close {
  /* padding: 10px 0px; */
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  background-color: #ebebeb;
  width: 30px;
  height: 30px;
  margin-top: 15px;
  border-radius: 5px;
}
#profile_pic_modal .modal-body {
  min-height: 100px;
  height: auto;
}
form {
  color: #292728;
  width: 100%;
} 
.modal-footer {
  justify-content: flex-start;
}
.dashboard-box {
  min-height: 330px;
}
.dashboard-box {
  background-color: #f0f0f0;
  padding: 20px;
  font-size: 10px;
}
.filter-results {
  background-color: #fff;
  margin-top: 30px;
  padding: 0px;
}
#profile-data-editing, .quick-search, .read-more, .search-more {
  display: none;
}
p {
  font-size: 15px;
}
.creditcard-img {
  width: 300px;
  height: 185px;
}
.switch {
  position: relative;
  height: 41px;
  width: 260px;
  background: #fbfbfb;
  border-radius: 10px;
  border-width: 1px;
  border-color: #d2d5dd;
  border-style: solid;
}
.switch-label {
  position: relative;
  z-index: 2;
  padding-top: 11px;
  float: left;
  width: 128px;
  font-size: 12px;
  color: #0d0d0d;
  text-align: center;
  cursor: pointer;
  height: 100%;
}
.switch-label:active {
    font-weight: bold;
    color:#fff;
}
.switch-label-off {
    padding-left: 2px;
}
.switch-label-on {
    padding-right: 2px;

}
.switch-input {
    display: none;
}
.switch-input:checked + .switch-label {
    font-weight: bold;
    color:#fff;
}
.switch-input:checked + .switch-label-on ~ .switch-selection {
    left: 130px;
/* Note: left: 50% doesn't transition in WebKit */
}
.switch-selection {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    width: 130px;
    height: 39px;
    background: green;
    border-radius: 10px;
}
.bg-white, .bg-white2 {
  background-color: #fff!important;
}
.form-control-educli {
  border-radius: 10px;
  font-size: 13px;
  font-weight: 200;
  background-color: transparent;
}
#payment-data-editing {
  display: none;
}

.btn-educli-block {
    background-color: #fbad1b;
    font-weight: 500;
    color: #ffffff;
    padding: 10px auto;
    border: 1px solid #d2d5dd;
    border-radius: 10px;
    font-size: 15px;
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}
#bank-data-editing, #box-accomodation-result, #full-academicprogress, .editedocument, .editpdocument, input[type=checkbox], input[type=radio] {
  display: none;
}
.btn-educli {
  background-color: #fbad1b;
  font-weight: 500;
  color: #ffffff;
  padding: 10px 30px;
  border: 1px solid #d2d5dd;
  border-radius: 10px;
  font-size: 15px;
  margin: 5px;
}
.btn-educli-white {
  color: #2c2d2e;
  background-color: #ffffff;
}
.btn-educli:hover{
  background-color: #fc5b2d !important;
  color: #ffffff;
  text-decoration: none;
}
.btn-educli-white:hover{
  color:#ffffff;
  background-color: #2c2d2e;
}