/*=================================
	1. HEADER
=================================*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif
}

html {
  scroll-behavior: smooth;
}

:root {
  --invoice-1color: #294594;
  --invoice-2color: #5e5d5d;
  --invoice-3color: #fff;
  --main-font: "MyFont", sans-serif;
  --primery-color: #EA2625;
  --secondary-color: #276CB4;
  --paregraph-color: #444444;
}

#color-change {
  background: #000000 !important;
}

.bold-text {
  font-weight: bold !important;
  color: black !important;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  z-index: 9 !important;
}

input:focus {
  outline-style: none !important;
}

button a {
  color: white !important;
}

.bg-fix {
  background-attachment: fixed;
  background-size: cover;
}

.sticky-top {
  top: 100px;
}

/* .sticky-header{
    background-color: #EA2625;
} */

.all-search {
  padding: 15px;
}

.header {
  position: relative;
  z-index: 99999;
}

.header ul,
.header ol {
  margin-bottom: 0;
}

.nav li a {
  font-weight: 500 !important;
}

.profile-wrapper .profile-bar {
  float: right !important;
}

.user-cart {
  height: 45px;
  padding-right: 20px;
  padding-top: 9px;
  padding-left: 20px;
}

.user-cart p {
  font-size: 15px;
}

.user-cart p a {
  color: #000000 !important;
}

.user-cart p i {
  color: #EA2625b7;
  padding-left: 5px;
}

.image-adjust {
  height: 65vh;
  width: 100%;
}

/*new cart mobile*/

.cart-new-details-mobile {
  display: flex;
  gap: 20px;
  display: none;
}

.img-cart-info-mobile {
  width: 45%;
}

.cart-desc-mobile {
  width: 55%;
}

.cart-desc-mobile b {
  color: rgb(3, 3, 3);
  font-weight: 500;
}

.cart-desc-mobile p {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
}

/*new cart mobile*/

.breif-introduction ul,
.breif-introduction ol {
  padding: 15px;
}

.breif-introduction ul li,
.breif-introduction ol li {
  margin-top: 10px;
}

.image-adjust img {
  width: 100%;
  height: auto;
}

.rev-btn {
  background-color: #22338c !important;
  transition: 0.2s !important;
}

.rev-btn:hover {
  background-color: #EA2625 !important;
}

.padding-bottom {
  padding-bottom: 10px;
}

.mobile-view-show1 {
  display: none;
}

/*invoice*/

#invoice-body {
  background: var(--invoice-2color);
  padding: 50px;
  color: var(--invoice-2color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: "Lato", sans-serif;
}

.logo_sec img {
  height: 50px;
}

.bold {
  font-weight: 900;
}

.light {
  font-weight: 100;
}

.wrapper {
  background: var(--invoice-3color);
  padding: 30px;
}

.invoice_wrapper {
  border: 3px solid var(--invoice-1color);
  width: 700px;
  max-width: 100%;
}

.invoice_wrapper .header .logo_invoice_wrap,
.invoice_wrapper .header .bill_total_wrap {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}

.invoice_wrapper .header .logo_sec {
  display: flex;
  align-items: center;
}

.invoice_wrapper .header .logo_sec .title_wrap {
  margin-left: 5px;
}

.invoice_wrapper .header .logo_sec .title_wrap .title {
  text-transform: uppercase;
  font-size: 18px;
  color: var(--invoice-1color);
}

.invoice_wrapper .header .logo_sec .title_wrap .sub_title {
  font-size: 12px;
}

.invoice_wrapper .header .invoice_sec,
.invoice_wrapper .header .bill_total_wrap .total_wrap {
  text-align: right;
}

.invoice_wrapper .header .invoice_sec .invoice {
  font-size: 28px;
  color: var(--invoice-1color);
}

.invoice_wrapper .header .invoice_sec .invoice_no,
.invoice_wrapper .header .invoice_sec .date {
  display: flex;
  width: 100%;
}

.invoice_wrapper .header .invoice_sec .invoice_no span:first-child,
.invoice_wrapper .header .invoice_sec .date span:first-child {
  width: 70px;
  text-align: left;
}

.invoice_wrapper .header .invoice_sec .invoice_no span:last-child,
.invoice_wrapper .header .invoice_sec .date span:last-child {
  width: calc(100% - 70px);
}

.invoice_wrapper .header .bill_total_wrap .total_wrap .price,
.invoice_wrapper .header .bill_total_wrap .bill_sec .name {
  color: var(--invoice-1color);
  font-size: 20px;
}

.invoice_wrapper .body .main_table .table_header {
  background: var(--invoice-1color);
}

.invoice_wrapper .body .main_table .table_header .row {
  color: var(--invoice-3color);
  font-size: 18px;
  border-bottom: 0px;
}

.invoice_wrapper .body .main_table .row {
  display: flex;
  border-bottom: 1px solid var(--invoice-2color);
}

.invoice_wrapper .body .main_table .row .col {
  padding: 10px;
}

.invoice_wrapper .body .main_table .row .col_no {
  width: 5%;
}

.invoice_wrapper .body .main_table .row .col_des {
  width: 45%;
  margin-left: 10px;
}

.invoice_wrapper .body .main_table .row .col_price {
  width: 20%;
  text-align: center;
}

.invoice_wrapper .body .main_table .row .col_qty {
  width: 10%;
  text-align: center;
}

.invoice_wrapper .body .main_table .row .col_total {
  width: 20%;
  text-align: right;
}

.invoice_wrapper .body .paymethod_grandtotal_wrap {
  display: flex;
  justify-content: space-between;
  padding: 5px 0 30px;
  align-items: flex-end;
}

.invoice_wrapper .body .paymethod_grandtotal_wrap .paymethod_sec {
  padding-left: 30px;
}

.invoice_wrapper .body .paymethod_grandtotal_wrap .grandtotal_sec {
  width: 30%;
}

.invoice_wrapper .body .paymethod_grandtotal_wrap .grandtotal_sec p {
  display: flex;
  width: 100%;
  padding-bottom: 5px;
}

.invoice_wrapper .body .paymethod_grandtotal_wrap .grandtotal_sec p span {
  padding: 0 10px;
}

.invoice_wrapper
  .body
  .paymethod_grandtotal_wrap
  .grandtotal_sec
  p
  span:first-child {
  width: 60%;
}

.invoice_wrapper
  .body
  .paymethod_grandtotal_wrap
  .grandtotal_sec
  p
  span:last-child {
  width: 40%;
  text-align: right;
}

.invoice_wrapper
  .body
  .paymethod_grandtotal_wrap
  .grandtotal_sec
  p:last-child
  span {
  background: var(--invoice-1color);
  padding: 10px;
  color: #fff;
}

.invoice_wrapper .footer {
  padding: 30px;
}

.invoice_wrapper .footer > p {
  color: var(--invoice-1color);
  text-decoration: underline;
  font-size: 18px;
  padding-bottom: 5px;
}

.invoice_wrapper .footer .terms .tc {
  font-size: 16px;
}

.view-btn a {
  color: white !important;
}

/*without top bar*/

.secondary-menu {
  float: right;
  padding: 26px 0;
  position: relative;
  z-index: 9;
}

.secondary-menu .btn-link {
  font-size: 15px;
  padding: 0;
}

.secondary-menu .btn-link:hover {
  color: var(--primary);
}

.secondary-menu .secondary-inner {
  display: inline-block;
  margin-left: 10px;
}

.nav-search-bar {
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  overflow: hidden;
  padding: 0 15px;
}

.nav-search-bar.On form {
  transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  opacity: 1;
}

.nav-search-bar form {
  width: 100%;
  max-width: 700px;
  margin: auto;
  position: relative;
  top: 50%;
  transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  opacity: 0;
}

.nav-search-bar .form-control {
  padding: 15px 60px 15px 15px;
  width: 100%;
  height: 70px;
  border: none;
  background: none;
  color: #000;
  font-size: 20px;
  border-bottom: 2px solid #000;
}

.nav-search-bar .form-control::-moz-placeholder {
  color: #000;
}

.nav-search-bar .form-control:-moz-placeholder {
  color: #000;
}

.nav-search-bar .form-control:-ms-input-placeholder {
  color: #000;
}

.nav-search-bar .form-control::-webkit-input-placeholder {
  color: #000;
}

.nav-search-bar form span {
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -15px 0;
  height: 25px;
  font-size: 20px;
  cursor: pointer;
  color: #000;
}

.nav-search-bar > span {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 25px;
  font-size: 20px;
  cursor: pointer;
  color: #000;
}

.header-lang-bx .dropdown-menu {
  top: 10px !important;
  right: 0;
  left: auto !important;
}

.header-lang-bx ul li {
  margin: 0 !important;
}

.header-lang-bx .flag:after {
  content: "";
  width: 20px;
  height: 12px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  margin-top: 0px;
  margin-right: 2px;
}

@media only screen and (max-width: 767px) {
  .secondary-menu {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .secondary-menu {
    margin: 0 1px 0 0;
    text-align: right;
  }
}

/*=================================
	2. HEADER TOPBAR
=================================*/

.top-bar {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #000;
  padding: 11px 0;
}

.topbar-left {
  float: left;
}

.topbar-right {
  float: right;
  margin-top: 30px;
}

.profile-wrapper {
  margin-top: -10px !important;
}

a.a-inst {
  display: none !important;
}

.topbar-center,
.topbar-left {
  padding-left: 15px;
  padding-right: 15px;
}

.topbar-left ul li,
.topbar-right ul li {
  display: inline-block;
  position: relative;
}

.topbar-left ul li a {
  color: #000;
}

.topbar-right a:first-child.first-a {
  border: 1px solid #EA2625;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  color: #EA2625;
  border-radius: 3px;
}

.topbar-right a:first-child.second-a {
  border: 1px solid #EA2625;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #EA2625;
  color: white;
  border-radius: 3px;
}

.topbar-left ul,
.topbar-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: rubik;
  font-size: 14px;
}

.topbar-left ul li {
  padding-right: 10px;
  margin-right: 10px;
}

.topbar-right ul li {
  padding-left: 5px;
  /* width: 100%; */
}

.topbar-left ul li i {
  margin-right: 5px;
}

.search-btn:after,
.topbar-left ul li:after {
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #000;
  right: 0;
  content: "";
  top: 2px;
  opacity: 0.1;
}

.topbar-right ul li:after {
  right: auto;
  left: 0;
}

.topbar-right ul li:first-child:after,
.topbar-left ul li:last-child:after {
  content: none;
}

.header-lang-bx .btn:focus,
.header-lang-bx .btn:hover,
.header-lang-bx .btn {
  border: 0 !important;
}

.header-lang-bx .btn {
  padding: 0 10px 0px 0 !important;
  height: 18px;
  color: #000;
  font-family: rubik;
  font-size: 14px;
}

.header-lang-bx .btn:hover {
  color: #000;
}

.header-lang-bx.bootstrap-select.btn-group .dropdown-toggle .caret {
  right: 0;
  top: 5px;
}

.header-lang-bx .btn .fa-caret-down:before {
  content: "\f107";
}

@media only screen and (max-width: 991px) {
  .topbar-right {
    padding-left: 0;
    padding-right: 15px;
  }

  .topbar-left {
    padding-left: 15px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .top-bar [class*="col-"] {
    width: 100%;
    text-align: right;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .top-bar [class*="col-"]:last-child {
    border-bottom: none;
  }

  .top-bar {
    padding: 5px 0;
  }

  .topbar-center,
  .topbar-left {
    display: black;
    width: 100%;
    padding: 3px 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .topbar-left ul li {
    padding: 0 5px;
  }
}

/*=================================
	3. HEADER LOGO
=================================*/

.menu-logo {
  display: table;
  float: left;
  vertical-align: middle;
  padding: 0;
  color: #efbb20;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  height: auto;
  position: relative;
  z-index: 9;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}


.menu-logo img {
  height: auto;
  padding-top: 15px;
  padding-bottom: 10px;
  width: 200px;
}

.menu-logo span {
  font-size: 20px;
  color: #efbb20;
  letter-spacing: 20px;
}

.is-fixed .menu-logo {
  height: 50px;
  width: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

@media only screen and (max-width: 767px) {
  .is-fixed .menu-logo a img {
    vertical-align: sub;
  }

  .header .secondary-menu,
  .header .is-fixed .secondary-menu {
    padding: 11px 0;
  }

  .profile-bar {
    margin-top: -15px;
  }
}

/*=================================
	4. MENU BAR
=================================*/

.menu-bar {
  width: 100%;
  position: relative;
}

.navbar-toggler {
  border: 0 solid #efbb20;
  font-size: 16px;
  line-height: 24px;
  margin: 32px 0 30px 15px;
  padding: 0;
  float: right;
}

.navbardrag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  width: 1000px;
  overflow-x: hidden;
}

.nowwrap {
  white-space: nowrap;
}

.navbar-toggler span {
  background: #EA2625;
}

.radio-select-btn {
  display: flex;
  gap: 5px;
  margin-top: 5px;
}

.radio-select-btn label {
  margin-top: 12px;
}

.course-not-found-img {
  display: flex;
  justify-content: center;
}

.course-not-found-img img {
  width: 50%;
  opacity: 0.7;
}

.menu-links {
  position: relative;
  padding: 0;
  margin-top: 15px;
}

.menu-links .nav {
  float: right;
}

.menu-links .nav i {
  font-size: 11px;
  margin-left: 3px;
  margin-top: -3px;
  vertical-align: middle;
}

.menu-links .nav > li {
  margin: 0px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  font-family: Rubik;
}

.menu-links .nav > li > a.active {
  color: #EA2625 !important;
}

.menu-links .nav > li > a {
  border-radius: 0px;
  font-size: 16px;
  color: #262626;

  padding: 5px 12px;
  cursor: pointer;
  font-weight: 400 !important;
  display: inline-block;
}

.menu-links .nav > li > a:hover {
  background-color: transparent;
  color: #efbb20;
}

.menu-links .nav > li > a:active,
.menu-links .nav > li > a:focus {
  background-color: transparent;
}

.menu-links .nav > li.active > a,
.menu-links .nav > li.current-menu-item > a {
  background-color: transparent;
  color: #efbb20;
}

.menu-links .nav > li:hover > a {
  color: #efbb20;
}

.widget_archive input {
  cursor: pointer;
}

.widget_archive label {
  font-weight: 400;
  color: #000;
  font-size: 14px;
  padding-left: 5px;
}

/* .menu-links .nav>li:hover>a:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    top: 85%;
    position: absolute;
    left: 30px;
    transform: rotate(45deg);
    z-index: 11;
} */

.menu-links .nav > li:hover > .sub-menu,
.menu-links .nav > li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu-links .nav > li > .sub-menu,
.menu-links .nav > li > .mega-menu {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.menu-links .nav > li .sub-menu {
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  display: block;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 10;
  border-radius: 6px;
  top: 90%;
}

.menu-links .nav > li .sub-menu li {
  border-bottom: 1px dashed #e4e4e4;
  position: relative;
}

.menu-links .nav > li .sub-menu li a {
  color: #303030 !important;
  display: block;
  font-size: 14px;
  padding: 8px 20px;
  text-transform: capitalize;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  font-weight: 400;
  font-family: Rubik;
}

.menu-links .nav > li .sub-menu li a:hover {
  background-color: #f2f2f2;
  color: #efbb20;
  text-decoration: none;
}

.menu-links .nav > li .sub-menu li:hover > a {
  color: #efbb20;
}

.menu-links .nav > li .sub-menu li:last-child {
  border-bottom: 0px;
}

.menu-links .nav > li .sub-menu li > .sub-menu.left,
.menu-links .nav > li .sub-menu li:hover .sub-menu.left {
  left: auto;
  right: 220px;
}

.menu-links .nav > li .sub-menu li .fa {
  color: inherit;
  display: block;
  float: right;
  font-size: 15px;
  position: absolute;
  right: 15px;
  top: 12px;
  opacity: 1;
}

.menu-links .nav > li .sub-menu li .fa.fa-nav {
  color: inherit;
  display: inline-block;
  float: none;
  font-size: 13px;
  margin-right: 5px;
  opacity: 1;
  position: unset;
  right: 10px;
  top: 12px;
}

.menu-links .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu-links .nav > li .sub-menu li:hover > .sub-menu {
  left: 220px;
  margin: 0px;
  opacity: 1;
  top: -1px;
  visibility: visible;
}

.menu-links .nav > li .sub-menu li:hover > .sub-menu:before {
  background-color: transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0px;
  width: 6px;
}

/*search course toggle*/

.search-course-display {
  left: 0px !important;
}

.search-course {
  position: fixed;
  background-color: white;
  z-index: 22222222222222;
  padding: 20px;
  overflow-y: scroll;
  height: 100%;
  left: -500px;
  transition: 0.5s;
  overflow: auto !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.filter-course {
  position: fixed;
  right: 100px;
  bottom: 80px;
  z-index: 99999999999;
  cursor: pointer;
  color: white;
  background-color: #EA2625;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/*=================================
	5. MEGA MENU
=================================*/

.menu-links .nav > li.has-mega-menu {
  position: inherit;
}

.menu-links .nav > li .mega-menu {
  background-color: #ffffff;
  border: 1px solid #f8f8f8;
  display: table;
  left: 0px;
  list-style: none;
  opacity: 0;
  position: absolute;
  right: 0px;
  visibility: hidden;
  width: 100%;
  font-family: Montserrat;
  margin-top: 20px;
  z-index: 9;
}

.menu-links .nav > li .mega-menu > li {
  display: table-cell;
  padding: 30px 0 25px;
  position: relative;
  vertical-align: top;
  width: 25%;
}

.menu-links .nav > li .mega-menu > li:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.02);
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 1px;
  height: 100%;
}

.menu-links .nav > li .mega-menu > li:last-child:after {
  display: none;
}

.menu-links .nav > li .mega-menu > li > a {
  color: #000;
  display: block;
  font-size: 14px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 600;
}

.menu-links .nav > li .mega-menu > li ul {
  list-style: none;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  width: 100%;
}

.menu-links .nav > li .mega-menu > li ul a {
  color: #505050;
  display: block;
  font-size: 13px;
  line-height: 34px;
  text-transform: capitalize;
  padding: 0 20px;
  font-weight: 500;
}

.menu-links .nav > li .mega-menu > li ul a:hover {
  color: #efbb20;
}

.menu-links .nav .mega-menu a i {
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}

.menu-links .nav > li.menu-item-has-children:before {
  content: "\f078";
  display: block;
  font-family: "FontAwesome";
  right: 4px;
  position: absolute;
  top: 50%;
  color: #999;
  margin-top: -8px;
  font-size: 8px;
}

/* Menu */

.menu-links .nav > li.add-mega-menu .mega-menu,
.has-mega-menu.add-mega-menu .mega-menu {
  display: block;
  padding: 20px;
  width: 1170px;
  max-width: 1170px;
  margin: auto;
}

.menu-links .nav > li .add-menu {
  display: flex;
  width: 420px;
}

.add-menu-left {
  width: 100%;
  padding-left: 20px;
  border-bottom: 0 !important;
}

.add-menu-right {
  min-width: 240px;
  width: 240px;
  padding: 10px 20px;
}

.menu-links .nav > li.has-mega-menu.demos .mega-menu {
  left: auto;
  right: auto;
  max-width: 600px;
  z-index: 9;
}

.menu-links .nav .add-menu-left ul li {
  list-style: none;
}

.menu-links .nav .add-menu-left ul li a {
  padding: 8px 0px;
}

.menu-links .nav .add-menu-left ul li a:hover {
  background-color: rgba(0, 0, 0, 0);
}

.menu-adv-title {
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}

.menu-adv-title:after {
  content: "";
  width: 25px;
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.menu-links .menu-logo,
.menu-links .nav-social-link {
  display: none;
}

/* Header Extra Nav */

.navbar-nav {
  margin-top: 15px;
}

.navbar-nav a {
  font-size: 18px;
}

.navbar-nav a .active {
  color: #EA2625 !important;
}

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

.secondary-inner ul li {
  display: inline-block;
  position: relative;
}

.secondary-inner ul li a {
  color: #000;
}

.search-btn {
  padding-left: 10px;
  margin-left: 10px;
}

.search-btn:after {
  left: 0;
  right: auto;
  top: 5px;
}

.btn-link i {
  margin-left: 0px !important;
}

.list-inline {
  display: flex;
  gap: 25px;
}

.col-lg-new {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.new-height-align h5 {
  margin-top: 10px !important;
}

.blog-calender {
  margin-top: 15px;
}

.blog-calender a {
  font-size: 16px;
}

.recent-news-carousel .item {
  padding: 8px;
}

.download-app-img {
  display: flex;
  gap: 20px;
  padding: 20px 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.download-app-img h3 {
  font-weight: 300 !important;
  color: white;
  margin-bottom: 0px;
}

.download-app-img img {
  height: 45px;
}

.footer_widget iframe {
  height: 300px;
}

@media only screen and (max-width: 991px) {
  .col-lg-new {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 991px) {
  .add-menu-left ul {
    display: block !important;
  }

  .menu-links .menu-logo,
  .menu-links .nav-social-link {
    display: block;
  }

  .menu-links .nav-social-link {
    margin-top: auto;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    background: #fff;
  }

  .menu-links .nav-social-link a {
    color: #000;
    padding: 5px 10px;
  }

  .menu-links .nav > li.has-mega-menu.demos .mega-menu {
    max-width: 100%;
  }

  .menu-links .nav > li .mega-menu {
    border: 0;
  }

  .menu-links .nav > li .mega-menu > li {
    padding: 10px 0;
  }

  .menu-links .nav > li .sub-menu,
  .menu-links .nav > li .mega-menu {
    border-radius: 0;
    border-width: 1px 0 1px 0;
  }

  .menu-links .nav i {
    margin-top: 6px;
    float: right;
  }

  .menu-links {
    clear: both;
    margin: 0 -15px;
    border-bottom: 1px solid #e9e9e9;
  }

  .menu-links .nav {
    float: none;
    background: #fff;
    width: 100%;
    display: block;
    margin-bottom: auto;
  }

  .menu-links .nav li {
    float: none;
    display: block;
    width: 100%;
  }

  .menu-links .nav > li .sub-menu > li,
  .menu-links .nav > li .mega-menu > li {
    float: none;
    display: block;
    width: auto;
  }

  .menu-links .nav > li > a {
    padding: 10px 15px;
    border-top: 1px dashed #e9e9e9;
    display: block;
    color: #000 !important;
  }

  .menu-links .nav > li > a:hover,
  .menu-links .nav > li > a:active,
  .menu-links .nav > li > a:focus {
    background-color: #f0f0f0;
    text-decoration: none;
  }

  .menu-links .nav > li .mega-menu > li:after {
    display: none;
  }

  .menu-links .nav > li ul,
  .menu-links .nav > li .sub-menu,
  .menu-links .nav > li .mega-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
  }

  .menu-links .nav > li ul.mega-menu ul {
    display: none;
  }

  .menu-links .nav > li:hover > ul,
  .menu-links .nav > li:hover .sub-menu,
  .menu-links .nav > li:hover .mega-menu,
  .menu-links .nav > li .sub-menu li > .sub-menu {
    opacity: 1;
    visibility: visible;
    display: block;
    margin: 0;
  }

  .menu-links .nav > li ul.mega-menu li:hover ul {
    display: block;
  }

  .side-nav .nav.navbar-nav li a i.fa-chevron-down:before,
  .nav.navbar-nav li a i.fa-chevron-down:before {
    content: "\f078";
  }

  .side-nav .nav.navbar-nav li.open a i.fa-chevron-down:before,
  .nav.navbar-nav li.open a i.fa-chevron-down:before {
    content: "\f054";
  }

  .menu-links .nav > li .sub-menu li i.fa-angle-right:before {
    content: "\f078";
    font-size: 10px;
    position: absolute;
    z-index: 2;
    color: #000;
    right: 20px;
    top: -5px;
  }

  .menu-links .nav > li .sub-menu li.open i.fa-angle-right:before {
    content: "\f054";
  }

  .menu-links .nav > li .sub-menu .sub-menu,
  .menu-links .nav > li:hover .sub-menu .sub-menu,
  .menu-links .nav > li:hover .sub-menu,
  .menu-links .nav > li:hover .mega-menu {
    display: none;
    opacity: 1;
    margin-top: 0;
  }

  .menu-links .nav li .sub-menu .sub-menu {
    display: none;
    opacity: 1;
    margin-top: 0;
  }

  .menu-links .nav > li.open > .sub-menu .sub-menu {
    display: none;
  }

  .menu-links .nav > li.open > .sub-menu li.open .sub-menu,
  .menu-links .nav > li.open > .mega-menu,
  .menu-links .nav > li.open > .sub-menu,
  .menu-links .nav > li ul.mega-menu ul {
    display: block;
    opacity: 1;
    margin-top: 0;
    box-shadow: none;
  }

  .menu-links .nav > li:hover > a:after {
    content: none;
  }

  .menu-links .nav > li .sub-menu li .fa {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: 0;
    right: -1px;
    color: #000;
  }

  .menu-links .nav > li .mega-menu > li {
    padding: 0;
  }

  .menu-links .nav > li .mega-menu > li > a {
    display: none;
  }

  .menu-links .nav .mega-menu a i {
    display: inline-block;
    float: none;
    margin-top: 0;
  }

  .menu-links .nav .open > a,
  .menu-links .nav .open > a:focus,
  .menu-links .nav .open > a:hover {
    background-color: inherit;
    border-color: #e9e9e9;
  }
}

@media screen and (max-width: 991px) {
  .rs-nav .menu-links.nav-dark {
    background-color: #202020;
  }

  .rs-nav .menu-links {
    position: fixed;
    width: 60px;
    left: -280px;
    height: 100vh !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    top: 0;
    background-color: #fff;
    margin: 0;
    z-index: 99;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
  }

  .rs-nav .menu-links li.open a {
    position: relative;
  }

  .navbar-nav {
    height: auto;
  }

  .rs-nav .menu-links.show {
    left: -1px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    margin: 0;
    width: 100%;
    width: 300px;
    padding: 15px 15px 5px 15px;
  }

  .rs-nav .is-fixed .menu-links .nav {
    height: auto;
  }

  .rs-nav .navbar-toggler.open:after {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    right: 0px;
    top: -20px;
    transform: scale(100);
    -o-transform: scale(100);
    -moz-transform: scale(100);
    -webkit-transform: scale(100);
    width: 100%;
    z-index: -1;
    transition: all 0.5s;
    transform-origin: top right;
    margin: 0 0px 0px 10px;
    box-shadow: 0 0 0 500px rgba(0, 0, 0, 0.6);
  }

  .rs-nav .menu-links .menu-logo {
    display: block;
    float: none;
    height: auto;
    max-width: 100%;
    padding: 20px 15px;
    width: 100%;
    text-align: center;
  }

  .rs-nav .menu-links .menu-logo img {
    max-width: unset;
    width: 130px;
    vertical-align: middle;
  }

  .rs-nav .menu-links .menu-logo a {
    display: inline-block;
  }

  .rs-nav .navbar-toggler.open span {
    background: #fff;
  }
}

.sticky-no .menu-bar {
  position: static !important;
}

.is-fixed .menu-bar {
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.is-fixed .menu-links .nav > li > a {
  padding: 5px 12px;
}

.is-fixed .secondary-menu {
  padding: 21px 0;
}

@media only screen and (max-width: 991px) {
  .is-fixed .menu-links .nav > li > a {
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .is-fixed .menu-links .nav {
    height: 225px;
  }

  .is-fixed .menu-links .nav > li > a {
    padding: 10px 15px;
  }
}

/*=================================
	6. HEADER TRANSPARENT
=================================*/

.header-transparent {
  position: absolute;
  width: 100%;
}

.header-transparent .menu-bar {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header-transparent .menu-links .nav > li > a {
  color: #fff;
}

.header-transparent .menu-links .nav > li > a,
.header-transparent .secondary-menu .btn-link,
.header-transparent .navbar-toggler {
  color: #fff;
}

.header-transparent .secondary-menu .btn-link:hover {
  color: var(--primary);
}

.header-transparent .navbar-toggler span {
  background-color: #fff;
}

.header-transparent .is-fixed .menu-bar {
  position: fixed;
  background-color: #fff;
}

.header-transparent .is-fixed .menu-bar ul li a {
  color: black !important;
}

.header-transparent .top-bar {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #dfdfdf;
}

.header-transparent .search-btn:after,
.header-transparent .topbar-left ul li:after,
.header-transparent .topbar-right ul li:after {
  background-color: #fff;
}

.fullwidth .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.banner-new {
  position: relative;
  width: 100%;

  background-size: auto, auto;
  background-size: cover;
}

.banner-new img {
  width: 100%;
}

.banner-new h1 {
  color: #EA2625;
  width: 100%;
  font-size: 42px;
  line-height: 60px;
}

.banner-new {
  display: flex;
  justify-content: center;
  width: 100%;
}

.how-does-works {
  display: flex;
  border: 2px dashed #EA26257e;
  border-radius: 10px;
  padding: 5px;
  position: relative;
}

.work-box {
  width: 33.33%;
}

.image-box-enroll {
  display: flex;
  justify-content: center;
}

.image-box-enroll img {
  height: 90px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.tile-box-desc {
  text-align: center;
  font-size: 18px;
}

.tile-box-desc span {
  font-weight: bold;
  color: #EA2625;
}

.work-box {
  border-left: 2px dashed #EA26257e;
}

.work-box:first-child {
  border-left: none;
}

.work-box p {
  margin-bottom: 0px;
}

.steps-login h2 {
  text-align: center;
}

.steps-login {
  position: relative;
}

.banner-new p {
  color: #EA2625;
  /* text-shadow: 2px 2px rgb(37, 37, 37); */
  font-size: 20px;
  line-height: 40px;
}

.banner-new p span {
  color: #EA2625;
}

.banner-container {
  display: flex;
  gap: 10px;
}

.banner-left {
  width: 50%;
}

.banner-right {
  width: 50%;
}

hr {
  margin-top: 1rem;
  border: 0;
  border-top: 3px solid var(--primery-color);
  width: 60px;
  margin-bottom: 10px!important;
}

.banner-right img {
  width: 100%;
  height: auto;
}

.features-lms {
  display: flex;
  gap: 20px;
}

.banner-buttons {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  border: 1.5px solid #ae8c94;
  width: 500px;
  padding: 2px 5px;
  border-radius: 10px;
}

.banner-buttons i {
  color: #ae8c94;
  font-size: 19px;
  margin-left: 10px;
}

.banner-buttons input {
  padding: 10px 0px;
  border: none;
  font-size: 17px;
  width: 80%;
}

.banner-buttons button {
  padding: 7px 18px;
  border-radius: 5px;
  border: none;
}

.banner-button {
  background-color: #EA2625;
  color: white;
}

/* .banner-outline-button {
    border: 1px solid #EA2625;
    color: #EA2625;

} */

.banner-relative small {
  color: #EA2625;
  font-size: 19px;
  font-size: 700;
}

.features-box-lms {
  width: 50%;
  border: 1px solid #e5e7eb;
  padding: 20px;
}

.features-box-lms p {
  text-align: justify;
  margin-bottom: 0px !important;
  font-size: 14px;
}

.features-box-lms img {
  margin-bottom: 10px;
}

.tager{
  background-color: var(--primery-color);
  color: white;
  font-size: 14px;
  padding: 5px 10px;
  display: inline-block;
  text-transform: capitalize;
}

.banner-relative {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-relative a{
  background-color: var(--primery-color);
  color: white;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
}

.read-cursor-button .btn {
  background-color: #EA2625 !important;
}


.banner-relative h1 span {
  font-weight: 500 !important;
  color: var(--secondary-color);
}

.banner-relative p span {
  font-family: "Lato", sans-serif !important;
}

.banner-relative p {
  font-size: 18px;
  color: var(--paregraph-color);
}

.steps-flex-wrap {
  display: flex;
  gap: 30px;
  text-align: center;
}

.steps-new-box img {
  width: 100%;
  height: auto;
}

.steps-new-box {
  width: 25%;
}

.steps-new-box h4 {
  font-size: 17px;
  margin-bottom: 0px;
  margin-top: 15px;
}

.steps-new-box p {
  font-size: 15px;
}

.banner-box {
  display: flex;
  flex-wrap: wrap;
  width: 48%;
  margin-left: -5px;
}

.inside-container img {
  width: 32%;
  opacity: 0.7;
  margin-bottom: 10px;
}

.box-container {
  padding: 5px;
  width: 33.33%;
  text-align: center;
}

.banner-box p {
  font-size: 12px;
  margin-bottom: 0px;
  font-weight: bold;
  color: #858585;
}

.inside-container {
  width: 100%;
  border: 1px solid #c7c5c5;
  padding: 10px;
  border-radius: 10px;
}

.bold-none {
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: 300 !important;
  font-size: 25px;
}

.border-md-right {
  border: none !important;
  background-image: linear-gradient(#a7acb2 33%, rgba(167, 172, 178, 0) 0);
  background-position: 100%;
  background-size: 1px 9px;
  background-repeat: repeat-y;
}

.description-p {
  font-size: 14px !important;
  color: #4e4e4e !important;
}

.steps-for-users {
  background-color: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 15px;
  border-radius: 10px;

  margin: auto;
  margin-top: 50px;

  margin-bottom: 0px;
}

.steps-top-be-followed {
  display: inline-flex;
  width: 100%;
}

.steps-for-users p {
  text-align: center;
  letter-spacing: 1px;
  color: #424242;
  font-weight: bold;
}

.steps-box {
  padding: 2px;
  width: 25%;
}

.steps {
  position: relative;
}

.steps::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../images/next.svg") no-repeat;
  width: 117px;
  height: 20px;
  bottom: 60px;
  right: -55px;
}

.steps-rotate-mirror {
  position: relative;
}

.steps-rotate-mirror::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../images/next.svg") no-repeat;
  width: 117px;
  height: 20px;
  bottom: 60px;
  right: -55px;
  transform: rotate(180deg);
}

.steps-box p {
  margin-bottom: 0px;
  line-height: 25px;
  font-weight: 500;
  font-size: 18px;
}

p.steps-sn {
  width: 30px;
  height: 30px;
  color: white;
  background-color: #313131;
  font-size: 18px !important;
  border-radius: 50%;
  padding-top: 3px;
}

p.steps-title {
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.sn-div {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.steps-img {
  display: flex;
  justify-content: center;
}

.live-btn {
  background-color: transparent !important;
  right: 0px !important;
  top: 10px;
}

.live-text {
  right: 20px !important;
  top: 20px !important;
  font-weight: 500;
  padding: 0px !important;
  padding: 8px 20px !important;
  font-size: 14px !important;
  position: absolute !important;
  border-radius: 5px !important;
  background-color: #EA2625 !important;
  color: white !important;
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0.7), 0 0 0 0 rgba(255, 109, 74, 0.7);
  }

  40% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0),
      0 0 0 0 rgba(255, 109, 74, 0.7);
  }

  80% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0),
      0 0 0 30px rgba(255, 109, 74, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}

.live-btn img {
  height: 50px !important;
  width: 50px !important;
  animation: live-animation 1.5s infinite;
  border-radius: 50% !important;
}

.how-to-access {
  width: 19%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
  margin-top: 40px;
  border-radius: 20px;
  padding: 25px;
  display: flex;
}

.text-access {
  width: 65%;
}

.pulse {
  animation: pulse-animation 1.5s infinite;
}

@keyframes live-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 109, 74, 0.8);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(18, 105, 155, 0.8);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.video-icon {
  cursor: pointer;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-icon i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #EA2625;
  padding: 10px;
  font-size: 30px;
  color: white;
}

.text-access p {
  font-size: 15px;
  margin-bottom: 0px;
  line-height: 25px;
}

.banner-new p span.span-para {
  color: #00acef;
}

.banner-new button {
  height: 50px;
  border: none;
  font-size: 17px;
  border-radius: 2px;
  background-color: #EA2625;
  color: white;
  cursor: pointer;
  transition: 0.3s;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 20px;
}

.banner-new button.btn2 {
  border: 1px solid #EA2625;
  background: transparent;
  color: #EA2625;
  margin-left: 10px;
}

/*video modal content*/

.video-modal {
  display: none;
  position: fixed;
  z-index: 4444444444444;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
}

.video-modal-content {
  margin: 10% auto;
  /* padding: 20px; */
  width: 50%;
}

.close {
  color: black;
  float: right;
  font-size: 25px;
  cursor: pointer;
  background-color: white;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  z-index: 999999999999999999;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 60px;
  right: 30px;
}

.close:hover,
.close:focus {
  color: #0aa84c;
  text-decoration: none;
  cursor: pointer;
}

.video-modal-content iframe {
  height: 50vh;
  width: 100%;
}

.onepage .navbar {
  margin-bottom: 0;
  border: 0;
}

.header-transparent .header-lang-bx .btn {
  background-color: transparent !important;
  color: #fff;
}

.header-transparent .topbar-right .header-lang-bx ul li a {
  color: #000;
}

.header-transparent .topbar-left ul li a,
.header-transparent .topbar-right ul li a {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .header-transparent .menu-links .nav > li > a {
    color: #000;
  }

  .header-transparent .menu-links.nav-dark .nav > li > a {
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .fullwidth .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*progress-bar*/

.align-items-container {
  display: flex;
  margin-top: 40px;
}

.progress-bar-container {
  display: flex;
  justify-content: left;
  margin-bottom: 20px;
  width: 50%;
}

.container-progress {
  display: flex;
}

.circular-progress {
  position: relative;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: conic-gradient(#EA2625 3.6deg, #ededed 0deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.progress-value {
  position: relative;
  font-size: 21px;
  font-weight: 600;
  color: #EA2625;
}

.text {
  font-size: 20px;
  font-weight: 500;
  color: #606060;
  margin-right: 20px;
  margin-top: 25px;
}

p.profile-course-completed {
  margin-bottom: 0px !important;
}

/*progress-bar*/

/*=================================
	7. MENU ICON
=================================*/

.menuicon {
  width: 20px;
  height: 14px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.menuicon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.menuicon span:nth-child(1) {
  top: 0px;
}

.menuicon span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.menuicon span:nth-child(3) {
  bottom: 0;
}

.menuicon.open span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.menuicon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.menuicon.open span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/*========================
	8. PAGE BANNER
=========================*/

.page-banner {
  height: 300px;
  background-size: cover;
  background-position: center center;
  display: table;
  width: 100%;
  text-align: left;
}

.page-banner .container {
  display: table;
  height: 100%;
}

.page-banner-entry {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.page-banner-entry.align-m {
  vertical-align: middle;
}

.page-banner h1 {
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 0;
}

.breadcrumb-row {
  border-top: 1px solid #e5e5e5;
}

.breadcrumb-row ul li a {
  color: #000;
}

.forum-heading {
  display: flex;
}

.forum-heading img {
  height: 65px;
  width: auto;
  border-radius: 50%;
  margin-right: 20px;
}

.forumn-post-info {
  margin-top: 5px;
}

.forumn-post-info p {
  margin-bottom: 0px;
}

.forumn-post-info p:last-child {
  color: grey;
  font-size: 13px;
}

.question-forum {
  margin-top: 15px;
}

.question-forum p {
  margin-bottom: 8px;
  text-align: justify;
}

.comments-forum i {
  background-color: rgb(216, 216, 216);
  padding: 10px 15px 10px 15px;
  border-radius: 50px;
  margin-top: 10px;
}

.comments-forum i span {
  font-size: 14px;
  padding-left: 5px;
}

.comments-forum {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.comments-forum p {
  margin-bottom: 0px;
  padding: 10px 15px 10px 15px;
  border-radius: 50px;
  border: 1px solid rgb(216, 216, 216);
  margin-top: 0px;
  font-size: 15px;
}

.question-forum h2 {
  text-align: justify;
}

.forum {
  margin-top: 20px;
  margin-bottom: 20px;
}

.img-user {
  width: 60px;
  border-radius: 50%;
  object-fit: cover;
}

/*forum lists*/

/*sucessfully message*/

.success-message i {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  color: white;
}

.success-message {
  width: 30%;

  position: relative;
}

.success-message p {
  width: 100%;
  background-color: rgb(17, 179, 17);
  padding: 12px;
  color: white;
  border-radius: 5px;
}

.modal-body form textarea {
  height: 150px !important;
}

.forum-absoulute {
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 8999999;
}

.forum-absoulute i {
  color: white;
  background-color: #EA2625;
  padding: 15px;
  border-radius: 50%;
}

.forum-absoulute p {
  color: #EA2625;
  font-weight: bold;
}

/*sucessfully message*/

.list-boxes {
  display: flex;
}

.list-boxes p {
  margin-top: 4px;
  margin-bottom: 4px;
}

.lists-hed {
  margin-left: 15px;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #ddd;
  margin-top: 20px;
}

.pagination a.active {
  background-color: #EA2625;
  color: white;
  border: 1px solid #EA2625;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.pagination a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pagination a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/*categories lists*/

.categories-pdf {
  margin-top: 20px;
  margin-bottom: 20px;
}

.categories-select {
  display: flex;
  justify-content: right;
}

.categories-select select {
  padding: 10px;
  cursor: pointer;
}

.pdf-lists {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.pdf-container {
  padding: 20px;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  border: 1px solid grey;
  border-radius: 10px;
  width: 49%;
  position: relative;
}

.download-pdf {
  position: absolute;
  top: 20px;
  right: 20px;
}

.download-pdf a {
  border: 1px solid #EA2625;
  padding: 10px;
  border-radius: 5px;
  transition: 0.5s;
}

.download-pdf a:hover {
  background-color: #EA2625;
  color: white;
}

/*categories lists*/

.other-comments {
  margin-top: 20px;
}

p.sub-comments {
  font-size: 14px;
  margin-left: 80px;
  text-align: justify;
}

.add-comments {
  margin-top: 20px;
}

.add-comments textarea {
  padding: 20px;
  height: 180px;
  width: 100%;
}

.comments-sections {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 25px;
}

.add-comments button {
  background-color: #EA2625;
  padding: 12px;
  border: none;
  color: white;
  border-radius: 10px;
  transition: 0.5s;
}

.add-comments button:hover {
  background-color: #b9090b;
}

textarea:focus {
  outline: none;
}

.comment-button {
  display: flex;
  justify-content: right;
}

@media only screen and (max-width: 767px) {
  .page-banner-entry {
    vertical-align: middle;
  }

  .page-banner {
    padding-bottom: 0;
    height: 200px;
  }

  .page-banner h1 {
    line-height: 24px;
    font-size: 20px;
    text-align: center;
  }
}

/*========================
	9. BLOG
=========================*/

.blog-post {
  position: relative;
  margin-bottom: 30px;
}

.ttr-post-title {
  margin-bottom: 5px;
}

.ttr-post-title .post-title {
  margin-bottom: 20px;
  margin-top: -10px;
}

.ttr-post-meta {
  margin-bottom: 15px;
}

.ttr-post-meta ul {
  list-style: none;
  text-transform: capitalize;
}

.ttr-post-meta ul li {
  padding: 0;
  display: inline-block;
  color: #707070;
  font-weight: 500;
  font-size: 14px;
}

.ttr-post-meta ul li strong {
  font-weight: 500;
}

.ttr-post-meta li:after {
  content: "|";
  display: inline-block;
  font-weight: normal;
  margin-left: 5px;
  opacity: 0.5;
}

.ttr-post-meta li:last-child:after {
  display: none;
}

.ttr-post-meta a {
  color: #707070;
}

.ttr-post-meta i {
  margin: 0 5px;
  font-size: 15px;
}

.ttr-post-text {
  margin-bottom: 20px;
}

.ttr-post-text p:last-child {
  margin: 0;
}

.half-width {
  width: 50%;
}

@media only screen and (max-width: 1200px) {
  .ttr-post-meta .d-flex {
    display: block !important;
  }
}

/*blog post half iamge*/

.blog-md .ttr-post-media {
  width: 300px;
  border-radius: 4px;
}

.blog-media-box {
  height: 120px;
}

.blog-media-box img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.blog-md .ttr-post-info {
  border: none;
  padding-left: 30px;
}

.blog-md .ttr-post-tags {
  border: none;
  display: inline-block;
  padding: 0;
}

.blog-md .ttr-post-info .post-title {
  margin-top: 0;
}

.blog-md,
.blog-md .ttr-post-info {
  overflow: hidden;
}

.blog-md .ttr-post-info,
.blog-md .ttr-post-media {
  display: table-cell;
  vertical-align: middle;
}

.blog-md .ttr-post-media {
  vertical-align: top;
}

.blog-md .ttr-post-info > div:last-child {
  margin-bottom: 0;
}

/* Blog Share */

.blog-share {
  position: relative;
}

.share-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

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

.share-btn ul li {
  display: inline-block;
  margin-left: -40px;
  float: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.share-btn ul li a.btn {
  border-radius: 3px;
  width: 40px;
  line-height: 44px;
  height: 44px;
  display: block;
  color: #000;
  background: #e6e6e6;
}

.share-btn ul li a.btn:hover {
  background: #d6d6d6;
}

.share-btn ul:hover li.share-button a.btn {
  background: #a0a0a0;
}

.share-btn ul:hover li {
  margin-left: 4px;
}

.share-details-btn ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.share-details-btn ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 6px;
}

@media only screen and (max-width: 767px) {
  .blog-md.blog-post .ttr-pfost-media,
  .blog-md.blog-post .ttr-post-info {
    float: none;
    margin: 0 0 20px;
    width: 100%;
    display: block;
    padding-left: 0;
  }

  .blog-md.blog-post .ttr-post-info {
    margin-top: 15px;
  }

  .blog-md .ttr-post-media {
    width: 100%;
  }
}

/*Blog single*/

.blog-single .ttr-post-meta {
  margin-bottom: 20px;
}

.blog-single .ttr-post-text {
  margin-top: 20px;
}

.blog-single .ttr-post-tags {
  margin-top: 20px;
}

.blog-single .ttr-post-media {
  border-radius: 4px;
}

/*= comment list = */

.comments-area {
  padding: 0;
}

.comments-area .comments-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

ol.comment-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

ol.comment-list li.comment {
  position: relative;
  padding: 0;
}

ol.comment-list li.comment .comment-body {
  position: relative;
  margin-bottom: 40px;
  margin-left: 80px;
  position: relative;
}

ol.comment-list li.comment .comment-author {
  display: block;
  margin-bottom: 0;
}

ol.comment-list li.comment .comment-author .avatar {
  position: absolute;
  top: 0;
  left: -80px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 2px solid #fff;
}

ol.comment-list li.comment .comment-author .fn {
  display: inline-block;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
}

ol.comment-list li.comment .comment-author .says {
  display: none;
  color: #999999;
  font-weight: 600;
}

ol.comment-list li.comment .comment-meta {
  color: #8d8d8d;
  text-transform: uppercase;
  margin-bottom: 15px;
}

ol.comment-list li.comment .comment-meta a {
  color: #8d8d8d;
}

ol.comment-list li.comment .comment-meta a {
  color: #9d9d9d;
  font-size: 13px;
}

ol.comment-list li.comment p {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #505050;
}

ol.comment-list li.comment .reply a {
  position: absolute;
  top: 10px;
  right: 10px;
  margin-top: -5px;
  color: #b0b0b0 !important;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

ol.comment-list li .children {
  list-style: none;
  margin-left: 80px;
}

ol.comment-list li .children li {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .comments-area .padding-30 {
    padding: 15px;
  }

  ol.comment-list li.comment .comment-body {
    margin-bottom: 30px;
    margin-left: 70px;
  }

  ol.comment-list li.comment .comment-author .avatar {
    left: -75px;
    height: 60px;
    width: 60px;
  }

  ol.comment-list li .children {
    margin-left: 20px;
  }

  ol.comment-list li.comment .reply a {
    position: static;
  }
}

@media only screen and (max-width: 480px) {
  ol.comment-list li.comment .comment-body {
    margin-left: 52px;
  }

  ol.comment-list li.comment .comment-author .avatar {
    left: -55px;
    top: 12px;
    width: 40px;
    height: 40px;
  }
}

/*= comment form = */

.comment-respond {
  padding: 30px 30px;
  background: #f6f7f8;
}

.comment-respond .comment-reply-title {
  text-transform: uppercase;
  font-size: 20px;
}

.comment-respond .comment-reply-title {
  font-size: 20px;
  font-weight: 500;
}

.comments-area .comment-form {
  margin: 0 -15px;
}

.comments-area .comment-form .comment-notes {
  display: none;
}

.comments-area .comment-form p {
  width: 33.333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
  position: relative;
}

.comments-area .comment-form p.form-allowed-tags {
  width: 100%;
}

ol.comment-list li.comment .comment-respond .comment-form p {
  padding: 0 15px !important;
}

.comments-area .comment-form p label {
  display: none;
  line-height: 18px;
  margin-bottom: 10px;
}

.comments-area .comment-form p input[type="text"],
.comments-area .comment-form p textarea {
  width: 100%;
  height: 40px;
  line-height: 6px 12px;
  padding: 10px 10px 10px 0;
  border: 1px solid #000;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-transform: capitalize;
  border-width: 0 0 2px 0;
  color: #000000;
  background: transparent;
  font-size: 15px;
}

.comments-area .comment-form p.comment-form-comment {
  width: 100%;
  display: block;
  clear: both;
}

.comments-area .comment-form p textarea {
  height: 120px;
}

.comments-area .comment-form p.form-submit {
  clear: both;
  float: none;
  width: 100%;
  margin: 0;
}

.comments-area .comment-form p input[type="submit"] {
  background-color: #efbb20;
  border: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  padding: 8px 30px;
}

.active-star {
  color: #EA2625 !important;
}

.star-ratings {
  unicode-bidi: bidi-override;
  color: #ccc;
  /* font-size: 64px; */
  position: relative;

  padding: 0;
}

.fill-ratings {
  color: rgb(255, 217, 0);
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}

/* // Allows us to grab the width of the span elements */

.spanrating {
  text-align: center;
  /* padding-left: 15px; */
  display: inline-block;
  font-size: 20px !important;
}

.span {
  text-align: center;
  /* padding-left: 15px; */
  display: inline-block;
  font-size: 30px !important;
}

.span-first {
  text-align: center;
  display: inline-block;
  font-size: 15px !important;
}

.empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
}

.bottom-star {
  color: rgb(187, 187, 187);
}

.comments-area .comment-form p input[type="submit"]:hover,
.comments-area .comment-form p input[type="submit"]:focus,
.comments-area .comment-form p input[type="submit"]:active {
  background-color: #ff7800;
  border-color: #6ab33e;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .comments-area .comment-form p {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .comment-respond {
    padding: 20px;
  }
}

/*========================
	10. TESTIMONIALS
=========================*/

.testimonial-pic {
  background: #fff;
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
  border: 5px solid #fff;
}

.testimonial-pic.radius {
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.testimonial-pic.radius img {
  width: 100%;
  height: 100;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.testimonial-pic.shadow {
  -webkit-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
}

.testimonial-text {
  padding: 15px;
  position: relative;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.testimonial-detail {
  padding: 5px;
}

.testimonial-name {
  font-family: montserrat;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.testimonial-position {
  font-family: montserrat;
  font-size: 12px;
  font-style: inherit;
  text-transform: uppercase;
}

.testimonial-name,
.testimonial-position {
  display: block;
}

.testimonial-text p:last-child {
  margin: 0;
}

/*========================
	11. COUNTERUP
=========================*/

.counter {
  position: relative;
}

.counter-style-1 .counter {
  font-size: 50px;
  font-weight: 700;
}

.counter-style-1 .counter-text {
  font-size: 16px;
  font-weight: 500;
}

.counter-style-1 .icon {
  font-size: 45px;
  margin-right: 10px;
}

.review-textarea {
  width: 100%;
}

.review-textarea textarea {
  width: 100%;
  height: 20vh;
  padding: 15px;
  border: 1px solid rgba(231, 231, 231, 1);
}

/*========================
	12. FOOTER
=========================*/

footer {
  margin-top: 40px;
}

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

footer p {
  text-align: left !important;
}

footer p,
footer strong,
footer b,
footer {
  color: white;
}

footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a,
footer p a {
  color: white;
}

footer .btn-link,
footer a,
footer p a {
  color: white;
}

footer a:active,
footer a:focus,
footer a:hover {
  color: #b0b0b0;
}

/* widget color */

footer .widget_categories ul li a,
footer .widget_archive ul li a,
footer .widget_meta ul li a,
footer .widget_pages ul li a,
footer .widget_recent_comments ul li a,
footer .widget_nav_menu li a,
footer .widget_recent_entries ul li a,
footer .widget_services ul li a {
  color: #b0b0b0;
}

footer.text-white .widget_categories ul li a,
footer.text-white .widget_archive ul li a,
footer.text-white .widget_meta ul li a,
footer.text-white .widget_pages ul li a,
footer.text-white .widget_recent_comments ul li a,
footer.text-white .widget_nav_menu li a,
footer.text-white .widget_recent_entries ul li a,
footer.text-white .widget_services ul li a,
footer.text-white a,
footer.text-white .footer-bottom,
footer.text-white p,
footer.text-white strong,
footer.text-white b,
footer.text-white .widget .post-title,
footer.text-white .widget-about .ttr-title,
footer.text-white {
  color: #fff;
}

footer p {
  margin-bottom: 10px;
}

footer p,
footer li {
  font-size: 15px;
  line-height: 22px;
}

footer#footer {
  background-position: center;
  background-size: cover;
}

footer p {
  line-height: 24px;
  margin-bottom: 10px;
}

footer .widget ul {
  list-style: none;
  margin-top: 5px;
}

/*widget li in footer*/

footer .widget_categories ul li,
footer .widget_archive ul li,
footer .widget_meta ul li,
footer .widget_pages ul li,
footer .widget_recent_comments ul li,
footer .widget_nav_menu li,
footer .widget_recent_entries ul li,
footer .widget_services ul li {
  border-bottom: 1px dashed rgba(102, 102, 102, 0.3);
}

footer .widget_services ul li {
  transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  padding: 10px 0px 10px 15px;
}

footer .widget_services ul li:hover {
  transform: translateX(10px);
  -moz-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
}

.footer-top {
  background:#333333 !important;
  background-size: cover;
  background-position: center;
  padding: 0 0 20px;
  font-family: rubik;
}

.footer-bottom {
  background-color: #333333!important;
  padding: 25px 0;
  color: white;
  border-top: 1px solid white;
  font-family: rubik;
}

.footer-bottom ul {
  margin: 0;
}

.footer-top-desc {
  width: 100%;
}

.footer-top-desc h2 {
  margin-bottom: 10px;
  color: #fffa00;
  font-size: 38px;
}

.footer-top-desc p {
  margin-bottom: 0px;
  color: #ffffff;
}

footer ul li a:hover {
  color: white !important;
}

.footer-title {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-size: 16px;
  position: relative;
}

.footer-title:after {
  width: 50px;
  background: white;
  opacity: 1;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer_widget ul li a {
  padding: 5px 0;
  display: block;
  font-weight: 400;
}

.mag-img-size li {
  height: 45px;
  width: 95px !important;
}

.mag-img-size li img {
  height: 100%;
  width: 100%;
  cursor: pointer;
}

/* Subscribe Form */

.subscribe-form input {
  background-color: rgba(0, 0, 0, 0.2);
  border: 0;
  height: 45px;
  padding: 10px 20px;
  margin-right: 5px;
  color: #fff;
  font-size: 15px;
}

.subscribe-form .btn {
  border-radius: 0;
}

.subscribe-form input.radius-no {
  border-radius: 0 !important;
}

.subscribe-form .btn {
  height: 45px;
}

.subscribe-form .input-group-btn {
  padding-left: 10px;
}

/* scroll top btn css */

button.back-to-top {
  border-radius: 4px;
  border-style: solid;
  border-width: 0;
  bottom: 15px;
  box-shadow: 2px 2px 12px -5px #000000;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 40px;
  line-height: 26px;
  margin: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 40px;
  z-index: 999;
}

/* Footer Extra */

.pt-exebar {
  border-bottom: 1px solid white;
  margin-bottom: 20px;
}

.pt-social-link {
  border-left: 1px solid rgba(53, 52, 52, 0.1);
  padding: 0 20px;
}

.pt-social-link ul {
  margin: 0;
  list-style: none;
}

.pt-social-link ul li {
  display: inline-block;
}

.pt-btn-join {
  padding: 0 0 0 20px;
}

.pt-btn-join a {
  background-color: #fffa00 !important;
  color: black !important;
  cursor: pointer;
}

/* .footer-div-align-center {
    text-align: center;
} */

.footer-div-align-center img {
  width: 100px;
  height: auto;
}

.pt-btn-join a:hover {
  color: black !important;
}

.pt-logo {
  padding: 20px 0;
}

.pt-social-link,
.pt-btn-join,
.pt-logo {
  display: flex;
  align-items: center;
}

/*==== LOADING ====*/

#loading-icon-bx {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 999999999;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center;
}

/*========================
	13. INNER CONTENT CSS
=========================*/

/* About Section */

.service-info-bx {
  margin-top: -215px;
}

.service-bx {
  box-shadow: 0 0 25px 0 rgba(29, 25, 0, 0.25);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  background-color: #fff;
}

.service-bx [class*="feature-"] {
  box-shadow: 0 0 25px 0 rgba(29, 25, 0, 0.15);
  margin-top: -30px;
  position: relative;
  top: -40px;
  margin-bottom: -20px;
}

.service-bx .info-bx {
  padding: 30px;
}

.service-bx:hover {
  transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
}

/* Recent News */

.recent-news {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}

.recent-news.blog-lg {
  box-shadow: none;
}

.recent-news.blog-lg .info-bx {
  border: 0;
  padding: 20px 0 0 0;
}

.blog-post .post-title,
.recent-news .post-title {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 6px;
  font-family: roboto;
  line-height: 34px;
}

.recent-news .info-bx {
  padding: 20px;
}

.comments-bx {
  margin-left: auto;
  color: #000;
}

.comments-bx i {
  margin-right: 5px;
}

.post-extra {
  display: flex;
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
  margin-top: 20px;
}

.media-post {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.media-post,
.post-tag {
  margin-bottom: 5px;
}

.media-post li {
  list-style: none;
  display: inline-block;
  font-size: 13px;
  text-transform: capitalize;
  margin-right: 5px;
}

.media-post li a {
  color: var(--primary);
  vertical-align: middle;
}

.media-post li a i {
  margin-right: 5px;
  font-size: 13px;
}

.post-tag li {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  list-style: none;
}

.post-title a {
  color: #061538;
}

.blog-post p,
.recent-news p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #242424;
}

/* Popular Courses */

.cours-bx .info-bx {
  padding: 15px;
  font-size: 13px;
}

.heading-pad {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 5px !important;
  padding-bottom: 0px !important;
}

.action-box {
  width: 100%;
}

.action-box img {
  width: 100%;
  height: auto;
}

.cours-bx .action-box .btn {
  border-radius: 0;
  position: absolute;
  font-size: 12px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

/* .cours-bx:hover .action-box .btn {
    left: 0;
} */

.all-course {
  padding: 6px 13px;
}

.cours-bx {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: white;
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* .cours-bx:hover+.advanced-timing {
    visibility: visible;
    opacity: 1;
} */

.advanced-timing {
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
  font-size: 10px;
  display: inline-flex;
  width: 100%;
  text-align: center;
  padding-bottom: 0px !important;
  background-color: white;
  box-shadow: 0 0 25px 0 rgb(29 25 0 / 25%);
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  margin-top: 10px;
  pointer-events: none;
  display: none;
}

.position-abso {
  position: absolute;
  width: 90%;
  z-index: 10000;
}

.info-bx h5 {
  margin-bottom: 5px;
}

.price h5 {
  color: #EA2625 !important;
}

.cours-more-info {
  display: flex;
  margin-bottom: 0px;
  padding: 10px 0px;
}

a.cat-active {
  color: #EA2625 !important;
  font-weight: 600 !important;
}

.categories-list-search a {
  color: #000;
  font-size: 15px;
}

.categories-list-search a i {
  margin-right: 10px;
}

.review-give li {
  font-size: 40px !important;
  padding-bottom: 20px;
}

.review-give li:hover {
  color: var(--primary);
  cursor: pointer;
}

.cours-more-info .review {
  width: 50%;
}

.cours-more-info .price {
  width: 50%;
  text-align: right;
}

.recent-news-carousel,
.flex-blog-line {
  display: none;
}

.block-recent {
  display: flex;
  gap: 30px;
  margin-top: -10px;
}

.block-recent .item {
  width: 31.5%;
}

.all-flex-div .cours-bx .cours-more-info .price {
  text-align: right !important;
}

/* .cours-more-info .review {
    display: flex;

} */

.cours-more-info .price del {
  font-size: 12px;
  font-weight: 500;
  color: #8e8e8e;
}

.read-cursor-button {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.courses-info {
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}

.courses-info p {
  font-size: 13px;
  margin-bottom: 8px;
  margin-top: 0px;
  color: #676767;
  line-height: auto;
}

p.course-desc-para {
  margin-bottom: 0px !important;
}

.read-cursor-button a {
  border-radius: 10px;
}

.Upcoming {
  background-color: #EA2625 !important;
  color: white !important;
  height: 40px;
}

.Upcoming-courses-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.padding-boxes {
  display: flex;
  padding: 10px;
  align-items: flex-start;
}

.img-container-Upcoming {
  width: 40%;
  margin-right: 30px;
  position: relative;
}

.Upcoming-absolute {
  position: absolute;
  top: 10px;
  left: 0px;
}

.Upcoming-absolute p {
  background-color: #EA2625;
  color: white;
  padding: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.desc-container-Upcoming {
  width: 60%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
}

.img-container-Upcoming img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 5px;
}

.Upcoming-boxes {
  width: 49%;
  background-color: white;
  border-radius: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.Upcoming-boxes .price h5 {
  color: #334456;
  font-size: 15px;
}

.Upcoming-boxes .price h5 span {
  font-size: 20px;
  color: #EA2625;
}

.cours-more-info .price {
  margin-top: 5px;
}

.cours-more-info .price h5 {
  margin-bottom: 0;
  color: #334456;
  font-size: 15px;
}

.cours-more-info .price h5 span {
  color: #EA2625;
  font-size: 15px;
}

.courses-carousel {
  margin-top: -15px;
}

.courses-carousel .item {
  padding: 10px;
}

.courses-carousel .owl-nav {
  position: absolute;
  top: -70px;
  right: 10px;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  top: -80px;
  right: -5px;
}

/*course review*/

.star-container {
  position: relative;
  /* width: 400px; */
  /* padding: 20px 30px; */
  display: flex;
  align-items: left;
  justify-content: left;
  /* flex-direction: column; */
}

.star-container .star-widget input {
  display: none;
}

.star-widget label {
  font-size: 40px;
  color: #e4e1e1;
  /* padding: 10px; */
  float: right;
  transition: all 0.2s ease;
  cursor: pointer;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.star-widget label:last-child {
  padding-left: 0px;
}

input.start-review:not(:checked) ~ label:hover,
input.start-review:not(:checked) ~ label:hover ~ label {
  color: #EA2625;
}

input.start-review:checked ~ label {
  color: #EA2625;
}

input#rate-5:checked ~ label {
  color: #EA2625;
  text-shadow: 0 0 20px #EA2625;
}

input.start-review:checked ~ form {
  display: block;
}

.cours-star {
  display: inline-flex;
  gap: 4px;
}

.cours-star li {
  list-style: none;
}

/*course review ends here*/

/* .owl-nav{
    display: none;
} */

.owl-nav .owl-next,
.owl-nav .owl-prev {
  border-radius: 50%;
  background-color: #EA2625 !important;
  border: 1px solid #EA2625 !important;
  color: white !important;
}

.owl-display-nav {
  display: none !important;
}

.owl-nav .owl-next {
  top: 45%;
  right: -20px;
  position: absolute;
}

.testimonial-carousel .owl-nav .owl-next {
  right: 0px !important;
  color: white !important;
}

.testimonial-carousel .owl-nav .owl-prev {
  color: white !important;
  left: -100px !important;
}

.owl-nav .owl-prev {
  top: 45%;
  left: -20px;
  position: absolute;
}

.courses-carousel .owl-nav .owl-next,
.courses-carousel .owl-nav .owl-prev,
.recent-news-carousel .owl-nav .owl-next,
.recent-news-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next,
.testimonial-carousel .owl-nav .owl-prev {
  background-color: var(--primary);
  margin: 0 5px !important;
}

.courses-carousel .owl-nav .owl-next:hover,
.courses-carousel .owl-nav .owl-prev:hover,
.recent-news-carousel .owl-nav .owl-next:hover,
.recent-news-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover,
.testimonial-carousel .owl-nav .owl-prev:hover {
  background-color: var(--sc-primary);
}

.owl-prev,
.owl-next {
  background-color: transparent !important;
  border: 1px solid #EA2625;
}

/* Online Cours */

.online-cours h2 {
  font-size: 45px;
  margin-top: 0;
  margin-bottom: 20px;
}

.online-cours h5 {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 40px;
}

.cours-search {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  max-width: 700px;
  margin: auto;
  margin-bottom: 50px;
}

.cours-search .form-control {
  border: 0;
  height: 50px;
  border-radius: 4px !important;
  font-size: 16px;
}

.form-new .row input {
  margin-bottom: 20px;
  padding: 15px !important;
}

.cours-search .input-group-append {
  margin-left: 10px;
}

.cours-search .input-group-append .btn {
  border-radius: 4px;
}

.cours-search-bx {
  text-align: center;
  border-radius: 4px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.15);
  padding: 20px 20px 15px 20px;
}

.cours-search-bx h3 {
  color: #fff;
  font-weight: 300;
  font-size: 45px;
}

.cours-search-bx i {
  margin-right: 10px;
  font-size: 40px;
}

/* heading-bx */

.heading-bx.left .title-head {
  margin-bottom: 0px;
  margin-top: 0;
  line-height: 32px;
  padding-left: 0px;
  margin-top: 20px !important;
  font-size: 35px;
}

.heading-bx.left p {
  max-width: 500px;
  margin-bottom: 0;
}

/* .title-head span {
    font-weight: 400;
} */

/* section space */

.content-block {
  margin-top: 30px;
}

/* .section-sp1 {
    padding-top: 40px;
    padding-bottom: 50px;
} */

.section-sp2 {
  padding-top: 25px;
  padding-bottom: 30px;
}

/* 
.section-sp3 {
    padding-top: 80px;
    padding-bottom: 0;
}

.section-sp4 {
    padding-top: 50px;
    padding-bottom: 50px;
}  */

/*   */

.ovpr-dark:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff5e14+0,ff8e14+100 */
  background: #ff5e14;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #ff5e14 0%, #ff8e14 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #ff5e14 0%, #ff8e14 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #ff5e14 0%, #ff8e14 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5e14', endColorstr='#ff8e14', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

/* Event Box */

.event-bx {
  box-shadow: 0 0 15px 0 rgba(29, 25, 0, 0.25);
}

.upcoming-event-carousel {
  margin-top: -15px;
}

.upcoming-event-carousel .item {
  padding: 15px;
}

.event-bx .info-bx {
  padding: 30px;
}

.event-time {
  color: #fff;
  background-color: var(--primary);
  text-align: center;
  padding: 15px 10px;
  border-radius: 4px;
  margin-right: 20px;
}

.event-time .event-date {
  font-size: 55px;
  font-family: rubik;
  font-weight: 700;
  line-height: 55px;
}

.event-info .event-title {
  font-family: rubik;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 24px;
}

.event-info .media-post {
  margin-bottom: 10px;
}

.event-info .media-post li a {
  text-transform: capitalize;
  font-size: 14px;
  color: #757575;
}

.event-info p {
  color: #454545;
  margin-bottom: 0;
  font-family: rubik;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.upcoming-event-carousel .owl-item {
  box-shadow: none;
  transform: scale(0.9);
  transition: all 0.5s;
  opacity: 0.4;
}

.upcoming-event-carousel .owl-item .item {
  padding: 0;
}

.upcoming-event-carousel .owl-item.active.center .item {
  padding: 15px;
}

.upcoming-event-carousel .owl-item.active.center {
  transform: scale(1);
  transition: all 0.5s;
  opacity: 1;
}

.upcoming-event-carousel.owl-btn-1 .owl-prev,
.upcoming-event-carousel.owl-btn-1 .owl-next {
  margin: 0 100px !important;
  font-size: 20px;
  background-color: var(--primary);
  width: 50px;
  height: 50px;
  line-height: 50px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.upcoming-event-carousel.owl-btn-1 .owl-prev:hover,
.upcoming-event-carousel.owl-btn-1 .owl-next:hover {
  background-color: var(--sc-primary);
}

/* Testimonials */

.testimonial-bx {
  background-color: #fff;
  padding: 40px 40px 40px 80px;
  border-radius: 5px;
  margin-left: 30px;
  border: 1px solid rgb(218, 218, 218);
}

.testimonial-bx .testimonial-content p,
.testimonial-bx .testimonial-info p {
  margin: 0;
}

.testimonial-bx .testimonial-info h5 {
  font-weight: 500;
  margin-bottom: 0;
}

.testimonial-bx .testimonial-info {
  margin-bottom: 15px;
}

.testimonial-bx .testimonial-info:after {
  content: "\f10e";
  position: absolute;
  font-family: fontawesome;
  font-size: 50px;
  color: #d6d6d6;
  right: 30px;
  top: 10px;
  z-index: 9;
}

.testimonial-thumb {
  width: 80px;
  border-radius: 50px;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  z-index: 9;
}

.testimonial-bx .testimonial-content p {
  color: #000;
  font-size: 15px;
}

.ovbl-middle:after,
.ovbl-light:after,
.ovbl-dark:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#391800+0,001739+38,321001+71,011e32+100 */
  background: #391800;
  /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #391800 0%,
    #001739 38%,
    #321001 71%,
    #011e32 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #391800 0%,
    #001739 38%,
    #321001 71%,
    #011e32 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #391800 0%,
    #001739 38%,
    #321001 71%,
    #011e32 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#391800', endColorstr='#011e32', GradientType=1);
  /* IE6-9 */
}

.our-story {
  position: relative;
  z-index: 1;
}

.our-story:after {
  width: 50%;
  content: "";
  height: 100%;
  position: absolute;
  left: 50%;
  background-color: #fff;
  top: 0;
  z-index: -1;
}

.video-bx {
  position: relative;
}

.video-bx .video {
  width: 80px;
  height: 80x;
  border-radius: 80px;
  line-height: 80px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  color: #000;
  font-size: 24px;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.video-bx .video:hover {
  transform: translate(-50%, -50%) ro;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%) rotate(360deg);
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
  -ms-transform: translate(-50%, -50%) rotate(360deg);
  -o-transform: translate(-50%, -50%) rotate(360deg);
}

.counter-style-1 span {
  font-size: 45px;
  font-family: rubik;
  font-weight: 700;
}

.counter-style-1 .counter-text {
  color: #606060;
  font-size: 16px;
  text-transform: uppercase;
}

.join-content-bx {
  max-width: 800px;
  margin: auto;
}

.join-content-bx h2 {
  font-size: 45px;
  line-height: 65px;
  margin: 0px 0 20px 0;
}

.join-content-bx h4 {
  font-weight: 400;
  font-size: 30px;
}

.join-content-bx p {
  line-height: 24px;
  opacity: 0.8;
}

.choose-bx .choose-bx-in {
  margin-top: -20px;
}

/* Contact */

.contact-info-bx {
  padding: 30px;
}

.contact-info-bx .widget_getintuch i {
  font-size: 18px;
  line-height: 16px;
}

.contact-info-bx .widget_getintuch ul li a {
  color: white;
}

.contact-info-bx .widget_getintuch ul li a:hover {
  color: rgb(224, 224, 224);
}

.contact-social-bx li a {
  width: 40px;
  padding: 0;
  height: 40px;
  line-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-info-bx .widget_getintuch {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.courses-search-bx .input-group,
.contact-bx .input-group {
  display: block;
  position: relative;
}

.courses-search-bx .input-group .form-control,
.contact-bx .input-group .form-control,
.courses-search-bx .input-group label,
.contact-bx .input-group label {
  width: 100%;
}

.courses-search-bx .input-group label,
.contact-bx .input-group label {
  font-size: 14px;
  font-weight: 400;
  color: #606060;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.courses-search-bx .focused .input-group label,
.contact-bx .focused .input-group label {
  top: -22px;
  font-size: 13px;
  color: var(--primary);
}

.contact-bx .input-group textarea.form-control {
  height: 120px;
}

.courses-search-bx .input-group .form-control,
.contact-bx .input-group .form-control {
  border-width: 0 0 1px 0;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 10px;
}

.contact-bx .heading-bx {
  margin-bottom: 30px;
}

.heading-bx.left{
  margin-bottom: 20px;
}

.courses-search-bx .input-group .form-control {
  border-width: 0 0 2px 0;
  border-color: #e0e0e0;
}

.faq-bx .panel {
  border: 1px solid #d0d0d0;
  padding: 12px 0px 12px 20px;
  border-radius: 4px;
  margin-bottom: 4px;
}

.faq-bx .acod-title a {
  padding: 0px 50px 0px 0px;
  border: 0;
  color: #000;
}

.faq-bx .acod-content {
  margin: 10px 0 0 0;
}

.faq-bx .acod-body {
  border: 0;
}

/* Gallery Box */

.portfolio-bx {
  margin-bottom: 30px;
}

.portfolio-bx .portfolio-info-bx p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 0;
}

.portfolio-bx .portfolio-info-bx h4 {
  margin: 0;
  font-size: 18px;
}

.portfolio-bx .portfolio-info-bx h4 a {
  color: #fff;
}

.portfolio-bx .portfolio-info-bx {
  bottom: -100%;
  position: absolute;
  width: 100%;
  padding: 10px 20px;
  text-align: left;
  transition: all 0.5s;
}

.portfolio-bx .overlay-icon a {
  font-size: 18px;
}

.portfolio-bx .overlay-icon a i {
  background: rgba(0, 0, 0, 0);
  color: #fff;
}

.portfolio-bx:hover .portfolio-info-bx {
  bottom: 0;
}

.portfolio-bx:hover .media-ov2:before,
.portfolio-bx:hover .media-ov2:after {
  opacity: 0.7;
}

.widget-courses .ttr-post-meta .price del,
.widget-courses .ttr-post-meta .price h5 {
  display: inline-block;
  font-weight: 400;
}

.widget-courses .ttr-post-meta .price del {
  font-size: 10px;
}

.widget-courses .ttr-post-meta .price h5 {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}

.widget-courses .ttr-post-meta .price .free {
  color: #1fd36b;
}

.widget-courses .ttr-post-meta .price .cost {
  color: red;
}

.widget-courses .ttr-post-meta .review {
  font-size: 13px;
  font-weight: 400;
}

/* course detail bx */

.sub-side-img {
  height: auto !important;
  object-fit: contain !important;
  width: 100%;
}

.course-price-top h3 {
  font-weight: 500;
  margin-bottom: 5px;
}

.course-price-top {
  display: inline-flex;
  gap: 20px;
}

.course-price-top del {
  font-size: 18px;
  display: flex;
  align-items: center;
}

.course-detail-bx {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: sticky;
  margin-top: 20px;
  top: 130px;
}

.course-price {
  text-align: center;
  padding: 10px 0 20px;
}

.course-price .price,
.course-price del {
  display: inline-block;
}

.course-price .price {
  font-size: 35px;
  margin: 0;
}

.teacher-info {
  display: flex;
  align-items: center;
}

.course-price del {
  margin: 0;
}

a.saved-course {
  background-color: white !important;
  border: 2px solid #EA2625 !important;
  width: 100%;
  color: #EA2625;
}

.course-purchased {
  background-color: #0aa84c !important;
  width: 100%;
}

.teacher-bx {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  margin: 20px -20px 0;
  border-width: 1px 0 1px 0;
}

.teacher-name h5 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 18px;
  font-weight: 400;
  color: #000;
}

.teacher-thumb {
  width: 55px;
  height: 55px;
  overflow: hidden;
  border-radius: 55px;
  margin-right: 15px;
}

.teacher-name span {
  font-size: 13px;
  color: #6a6a6a;
}

.course-detail-bx .cours-more-info .price span {
  font-size: 12px;
  color: #3c3c3c;
}

.course-detail-bx .cours-more-info .price h5 {
  font-size: 16px;
  font-weight: 400;
}

.course-detail-bx .cours-more-info {
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  margin: 0;
  border-top: 0;
  margin: 0 -20px;
}

.course-detail-bx .cours-more-info .price {
  width: 50%;
  display: flex;
  /* padding: 8px 20px; */
}

.course-sticky-background {
  position: sticky;
  top: 73px;
  z-index: 10000;
  background-color: white;
  margin-top: 10px;
}

.course-info-list {
  margin: 0 -20px;
  max-width: 100%;
  margin-left: 0.5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
  overflow-x: hidden;
  position: relative;
}

.course-info-list i.fa-arrow-left {
  width: 25px;
  height: 100%;
  text-align: center;
  padding-top: 4px;
  top: 0px;
  left: 0px;
  cursor: pointer;
  padding-top: 20px;
}

.course-info-list i.fa-arrow-right {
  width: 25px;
  height: 100%;
  text-align: center;
  padding-top: 4px;
  top: 0px;
  right: 0px;
  cursor: pointer;
  padding-top: 20px;
}

.course-info-list ul {
  list-style: none;
  margin: 0;
}

.course-info-list ul li {
  display: block;
  width: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.course-info-list ul li:first-child {
  border-left: transparent;
}

.course-info-list ul li a {
  padding: 15px 20px;
  font-size: 15px;
  color: #808080;
  display: flex;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  justify-content: center;
  width: 100%;
}

.course-info-list ul li a.active,
.course-info-list ul li a:hover {
  color: #fff;
  background: var(--primary);
}

.course-info-list ul li a:hover {
  background-color: unset !important;
  color: unset !important;
}

.course-info-list ul li a i {
  margin-right: 10px;
  font-size: 20px;
}

.courses-post .post-title {
  font-size: 35px;
  font-weight: 500;
}

.course-features {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
  position: sticky;
  top: 80px;
}

.course-features li {
  padding: 15px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  font-size: 14px;
  /* align-items: center; */
}

.course-features li i {
  /* margin-right: 10px; */
  font-size: 16px;
  color: var(--primary);
}

.course-features li .label {
  width: 60%;
}

.course-features li .value {
  width: 40%;
}

/*modal box*/

.modal {
  display: none;
  position: fixed;
  z-index: 1111111111111111;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 60%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.enroll-modal {
  padding: 10px;
  width: 45%;
}

.enroll-modal .modal-ask-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: black;
  z-index: 999;
}

.enroll-modal .modal-body {
  padding: 10px !important;
}

.enroll-modal .modal-body h3 {
  color: #54595e;
  font-weight: 500;
}

.enroll-modal .modal-body p {
  color: rgba(84, 89, 94, 0.6);
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.modal-ask-close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: 20px;
}

.modal-ask-close:hover,
.modal-ask-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.ask-modal-header {
  padding: 10px 0px;
  padding-left: 20px;
  background-color: #EA2625;
}

.ask-modal-header h2 {
  color: white !important;
}

.modal-body {
  padding: 30px 0px !important;
  padding-left: 50px !important;
  color: white !important;
}

.modal-body input {
  width: 93%;
  padding: 10px;
  margin-top: 10px;
}

.modal-body textarea {
  width: 93%;
  padding: 10px;
  margin-top: 10px;
}

button.modal-ask {
  background-color: #EA2625;
  border: none;
  padding: 10px;
  cursor: pointer;
  float: right;
  margin-right: 55px;
}

button.modal-ask:hover {
  background-color: #f0ad48;
}

.recent-posts-entry .ttr-post-media {
  width: 100% !important;
  padding-right: 0px !important;
}

.recent-posts-entry .ttr-post-media {
  display: block !important;
}

button#modal-ask-button {
  background-color: #EA2625;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.2s;
  float: right;
  color: white;
}

button#modal-ask-button i {
  margin-left: 10px;
  margin-right: 5px;
}

button#modal-ask-button:hover {
  color: white;
}

/*end modal box*/

.curriculum-list ul li,
.curriculum-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.curriculum-list ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  font-size: 15px;
}

.curriculum-list > li {
  margin-bottom: 30px;
}

.curriculum-list h5 {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 0px;
  text-transform: uppercase;
}

.instructor-bx {
  display: flex;
  align-items: start;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
  margin-bottom: 30px;
  position: relative;
}

.instructor-author img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.instructor-author {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 55px;
  min-width: 90px;
}

.instructor-info h6 {
  margin-bottom: 0;
}

.instructor-info p,
.instructor-info span {
  font-size: 14px;
  line-height: 22px;
}

.review-bx {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.all-review {
  width: 25%;
  text-align: center;
  margin-right: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 10px;
}

.all-review .rating-type {
  margin: 0;
  font-size: 35px;
  line-height: 40px;
}

.all-review span {
  font-size: 14px;
}

.review-bar {
  width: 75%;
}

.bar-bx {
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-top: 10px;
}

.bar-bx .middle {
  width: 80%;
  cursor: pointer;
}

.bar-bx .side {
  width: 10%;
}

.bar-bx .side.right {
  text-align: right;
}

.point-click {
  cursor: pointer;
  transition: 0.5s;
  font-weight: 500;
}

.point-click:hover {
  color: #f0ad48;
}

.bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: white;
}

.bar-container [class*="bar"] {
  height: 8px;
  background: #EA2625;
}

.modal-margin {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* MemberShip */

.pricingtable-inner {
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px 0 rgba(17, 0, 34, 0.1);
}

.pricingtable-features,
.pricingtable-features li,
.pricingtable-footer {
  border: 0;
}

.pricingtable-features li {
  color: #353535;
  font-size: 14px;
  font-weight: 500;
}

.pricingtable-bx {
  font-size: 120px;
  font-weight: 300;
  line-height: 90px;
  font-family: rubik;
  color: #fff;
}

.priceing-doller {
  vertical-align: top;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}

.pricingtable-type {
  color: #fff;
}

.pricingtable-type::before {
  content: "/";
  margin-right: 10px;
  color: #fff;
}

.pricingtable-price {
  padding: 20px 20px;
  background-color: transparent;
  border: 0px solid #e9e9e9;
}

.pricingtable-main {
  background: #ff5e14;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #ff5e14 0%, #ff8e14 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #ff5e14 0%, #ff8e14 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #ff5e14 0%, #ff8e14 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5e14', endColorstr='#ff8e14', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.pricingtable-title {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px 10px 5px 10px;
}

.pricingtable-title h2 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}

.pricingtable-title p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}

.pricingtable-features li:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.1);
}

.pricingtable-footer {
  background-color: rgba(0, 0, 0, 0.1);
}

.pricingtable-footer .btn {
  font-size: 16px;
  padding: 10px 30px;
}

/*my bookmarks*/

#bookmarks1,
#bookmarks2,
#bookmarks3,
#bookmarks4 {
  width: 100% !important;
}

#masonry li {
  list-style: none;
  margin-top: 10px;
}

/* Profile Box */

.profile-bx {
  border: 1px solid #e9e9e9;
  position: sticky;
  top: 100px;
}

.user-profile-thumb {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100px;
  border: 5px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  margin: 25px auto 15px;
}

.profile-info {
  margin-bottom: 15px;
}

.profile-info h4 {
  font-size: 18px;
  margin-bottom: 0;
}

.profile-info span {
  font-size: 14px;
  color: #717171;
}

.bg-new-color {
  background-color: #EA2625;
}

.profile-social ul li a {
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  border: 1px solid #e9e9e9;
  line-height: 34px;
  border-radius: 40px;
  color: #000;
  font-size: 14px;
}

.profile-social {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
}

.profile-content-bx {
  border: 1px solid #e9e9e9;
}

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

.profile-tabnav .nav {
  border: 0;
}

.profile-tabnav .nav li {
  display: block;
  width: 100%;
}

.profile-tabnav .nav li a {
  border: 0;
  color: #8a8a8a;
  font-size: 15px;
  text-align: left;
  padding: 10px 30px;
}

.profile-tabnav .nav li a.active {
  background-color: var(--primary);
  color: #fff;
  border-radius: 0;
}

.profile-tabnav .nav li a i {
  margin-right: 10px;
}

.profile-head h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
  margin-left: 20px;
  cursor: pointer;
  transition: 0.2s all ease;
}

.profile-head h3:hover {
  color: #EA2625;
}

.profile-head h3.heading-active {
  color: #EA2625;
  border-bottom: 2px solid #EA2625;
}

.profile-head h3:first-child {
  margin-left: 5px;
}

.profile-head {
  display: flex;
  padding: 10px 15px 10px 30px;
  border-bottom: 1px solid #e9e9e9;
  align-items: center;
  gap: 20px;
}

.profile-head .feature-filters {
  margin-bottom: 0;
}

.courses-filter .action-card {
  margin-bottom: 30px;
}

.courses-filter {
  padding: 30px 30px 0 30px;
}

.profile-head .feature-filters.style1 li a {
  font-weight: 400;
  font-size: 15px;
}

.profile-head1 {
  display: flex;
  padding: 0px 15px 10px 5px;
  border-bottom: 1px solid #e9e9e9;
  align-items: center;
  padding-top: 0px !important;
}

.profile-head1 h3 {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
  margin-left: 20px;
  cursor: pointer;
  transition: 0.2s all ease;
}

.profile-head1 h3:hover {
  color: #EA2625;
}

.profile-head1 h3.heading-active1 {
  color: #EA2625;
  border-bottom: 2px solid #EA2625;
}

h3.heading-active2 {
  color: #EA2625;
  border-bottom: 2px solid #EA2625;
}

.profile-head1 h3:first-child {
  margin-left: 0px;
}

.share-earn {
  padding: 10px;
  text-align: right;
}

.amount-box p {
  border: 2px solid #EA2625;
  width: 40%;
  text-align: center;
  padding: 5px;
  border-radius: 3px;
  font-size: 20px;
  color: #EA2625;
  margin: 5px auto;
}

.amount-box {
  width: 100%;
}

.coupen-code p {
  border: 2px solid #EA2625;
  width: 40%;
  text-align: center;
  padding: 5px;
  border-radius: 3px;
  font-size: 20px;
  color: #EA2625;
  margin: 0 auto;
}

#filt2 {
  display: none;
}

#filt3 {
  display: none;
}

#filt4 {
  display: none;
}

#filt5 {
  padding: 10px 30px 0 30px !important;
  display: none;
}

#filt6 {
  display: none;
}

#filt7 {
  display: none;
}

#bookmarks2 {
  display: none;
}

#bookmarks3 {
  display: none;
}

#bookmarks4 {
  display: none;
}

#picture-change {
  display: none;
}

.purchase-history {
  border: 1px solid #d3d3d3;
  padding: 20px;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  position: relative;
}

.purchase-history h3 {
  font-size: 19px;
  letter-spacing: 1px;
  color: #ff8e14;
  font-weight: 500;
  margin-bottom: 0px;
}

.purchase-contents {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.purchase-details-components .main_table {
  border: 1px solid rgb(179, 177, 177);
  margin-bottom: 20px;
  margin-top: 20px;
}

.purchase-details-components .main_table .table_header {
  border-bottom: 1px solid rgb(179, 177, 177);
  padding: 10px;
}

.purchase-details-components .main_table .table_body {
  padding: 10px;
}

.status-paymt .green {
  border: 2px solid #0aa84c;
  width: 100px;
  text-align: center;
  padding: 5px;
  color: #0aa84c;
  border-radius: 3px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.status-paymt .red {
  border: 2px solid rgb(247, 31, 31);
  width: 120px;
  text-align: center;
  padding: 5px;
  color: rgb(247, 31, 31);
  border-radius: 3px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.status-paymt .green i,
.red i {
  margin-right: 5px;
}

.purachase-subcontents {
  width: 50%;
  margin-top: 5px;
}

.purachase-subcontents h5 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-flex;
  color: #505050;
  line-height: 15px;
}

.status-btn {
  justify-content: right;
  width: 100%;
  text-align: right;
}

.purachase-subcontents h5 span {
  font-weight: 400;
}

.dailymcq td,
.dailymcq th {
  padding: 10px 10px;
}

.dailymcq a {
  text-decoration: underline !important;
  color: blue !important;
}

.dailymcq td {
  cursor: pointer;
}

.dailymcq th {
  background-color: #EA2625;
  color: white;
}

td,
th {
  border: 1px solid #ddd;
}

tr:nth-child(even) {
  background-color: #f5f5f5;
}

tr:hover {
  background-color: #ddd;
}

.edit-profile h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.edit-profile .help {
  font-size: 12px;
  line-height: 18px;
  display: block;
}

.edit-profile .col-form-label {
  font-size: 14px;
  font-weight: 400;
}

.edit-profile {
  padding: 30px;
}

.edit-profile .form-group {
  margin-bottom: 5px;
}

.lr-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}

.form-group label {
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
}

.form-group-new input {
  padding: 25px 48px !important;
  border-radius: 7px;
  font-size: 15px;
}

.form-group input::placeholder {
  color: rgba(173, 173, 173, 1);
}

.icon-form {
  position: absolute;
  left: 30px;
  top: 47px;
  color: rgba(173, 173, 173, 1);
  font-size: 20px;
}

/*progress bar*/

.skill-progress-bar {
  padding: 5px;
  width: 100%;
}

.skill-progress-bar .bar {
  margin: 20px 0;
}

.skill-progress-bar .bar:first-child {
  margin-top: 0px;
}

.skill-progress-bar .bar .info {
  margin-bottom: 5px;
}

.skill-progress-bar .bar .info span {
  font-weight: 500;
  font-size: 13px;
  opacity: 0;
  animation: showText 0.5s 1s linear forwards;
}

@keyframes showText {
  100% {
    opacity: 1;
  }
}

.skill-progress-bar .bar .progress-line {
  height: 10px;
  width: 100%;
  background: #f0f0f0;
  position: relative;
  transform: scaleX(0);
  transform-origin: left;
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05),
    0 1px rgba(255, 255, 255, 0.8);
  animation: animate 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}

@keyframes animate {
  100% {
    transform: scaleX(1);
  }
}

.bar .progress-line span {
  height: 100%;
  position: absolute;
  border-radius: 10px;
  transform: scaleX(0);
  transform-origin: left;
  background: #EA2625;
  animation: animate 1s 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}

.bar .progress-line.mcq span {
  width: 90%;
}

.bar .progress-line.lesson span {
  width: 70%;
}

.bar .progress-line.e-book span {
  width: 85%;
}

.progress-line span::before {
  position: absolute;
  content: "";
  top: -10px;
  right: 0;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-top-color: #000;
  opacity: 0;
  animation: showText2 0.5s 1.5s linear forwards;
}

.progress-line span::after {
  position: absolute;
  top: -28px;
  right: 0;
  font-weight: 500;
  background: #000;
  color: #fff;
  padding: 1px 8px;
  font-size: 12px;
  border-radius: 3px;
  opacity: 0;
  animation: showText2 0.5s 1.5s linear forwards;
}

@keyframes showText2 {
  100% {
    opacity: 1;
  }
}

.progress-line.mcq span::after {
  content: "90%";
}

.progress-line.lesson span::after {
  content: "70%";
}

.progress-line.e-book span::after {
  content: "85%";
}

/* My Account */

.account-form {
  display: flex;
  width: 100%;
  position: relative;
  margin-top: 20px;
}

.account-head {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1;
  width: 500px;
  min-width: 500px;
  height: 100vh;
  background-position: center;
  text-align: center;
  align-items: center;
  display: flex;
  vertical-align: middle;
}

.account-head a {
  display: block;
  width: 100%;
}

.account-head:after {
  opacity: 0.9;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.account-form-inner {
  width: 100%;
  display: inline-flex;
  border-radius: 5px;

  justify-content: center;
}

.account-container {
  width: 630px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* border-radius: 5px; */
  padding: 20px 50px;
}

.login-center {
  text-align: center;
  width: 100%;
  margin-bottom: 5px !important;
}

.login-center a {
  text-decoration: underline;
  color: #EA2625;
}

.custom-control-label:before {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid var(--primary);
  top: 2px;
}

.list-headings h2 {
  margin-bottom: 0px;
}

.list-headings ul li {
  list-style: none;
  line-height: 40px;
  font-size: 14px;
}

.custom-control-label:after {
  width: 20px;
  height: 20px;
  top: 2px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--primary);
}

.account-container .form-forget {
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
}

.account-container .form-forget .custom-control-label {
  font-weight: 400;
}

.account-container .btn.button-md {
  padding: 12px 20px !important;
  width: 100%;
  font-size: 18px !important;
}

a.log-in-google {
  color: #000000;
  font-weight: 500;
  text-align: center;
  width: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 12px 20px;
  border-radius: 5px;
}

.mid-div {
  position: relative;
  width: 94%;
  margin: auto;
  display: flex;
  justify-content: center;
}

.border-absolute {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #EA2625;
  position: absolute;
  top: 29%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}

.mid-div p {
  background-color: white;
  padding: 8px;
  text-align: center;
  z-index: 9;
  margin-bottom: 5px;
}

.back-to {
  color: #000000;
  font-size: 18px;
}

.fa-google {
  background: conic-gradient(
      from -45deg,
      #ea4335 110deg,
      #4285f4 90deg 180deg,
      #34a853 180deg 270deg,
      #fbbc05 270deg
    )
    73% 55% / 150% 150% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 21px;
  margin-right: 10px;
}

.account-container .form-control {
  border-color: rgba(0, 0, 0, 0.2);
}

.account-container .facebook i,
.account-container .google-plus i {
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}

.account-form .heading-bx p a {
  color: var(--primary);
  text-decoration: underline;
  padding-bottom: 0px;
}

/* .g-recaptcha {
  transform-origin: left top;
} */

/* Google Recaptcha */

.g-recaptcha,
#rc-imageselect {
  transform: scale(0.99);
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -o-transform: scale(0.99);
  transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

/*other-reviews*/

.other-reviews {
  display: inline-flex;
  margin-top: 10px;
  border-bottom: 1px solid rgb(212, 212, 212);
  width: 100%;
}

.instructor-info {
  margin-top: 8px;
}

/*Payment Page*/

.payment-options {
  width: 1145px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.cart-not-available {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.cart-not-available img {
  opacity: 0.4;
  height: 10px;
  width: auto;
  margin-bottom: 10px;
}

.height-options {
  width: 850px;
}

.payment-container {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px, rgba(0, 0, 0, 0.2) 0px 1px 3px;
  border-radius: 5px;
}

#s-g {
  box-shadow: rgba(255, 163, 26, 1) 0px 1px 3px,
    rgba(255, 163, 26, 1) 0px 1px 3px;
}

.payment-box {
  display: flex;
}

.payment-container {
  width: 300px;
  height: auto;
  padding: 15px;
  margin-left: 15px;
  cursor: pointer;
}

.payment-container h2 {
  margin-top: 8px;
  margin-bottom: 8px;
  letter-spacing: 1px;
  color: #8f8e8e;
  font-weight: 200;
}

.payment-container small {
  letter-spacing: 1px;
  color: #8f8e8e;
}

.payment-container:first-child {
  margin-left: 0px;
}

.payment-container img {
  height: 40px;
  width: auto;
}

.payment-forms {
  margin-top: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px, rgba(0, 0, 0, 0.2) 0px 1px 3px;
  padding: 15px;
  border-radius: 5px;
  height: auto;
  margin-bottom: 20px;
  position: relative;
}

.icon-absoulte {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #EA2625;
  text-align: center;
  font-size: 19px;
  cursor: pointer;
  color: white;
  border-radius: 5px;
  transition: 0.3s;
}

.icon-absoulte:hover {
  background-color: rgba(255, 163, 26, 1);
}

.payment-forms .subject-details p {
  border-radius: 20%;
  background-color: #EA2625;
  width: 30px;
  height: 28px;
  color: black;
  text-align: center;
  font-size: 17px;
  margin-top: 10px;
  font-weight: bolder;
}

.payment-forms .subject-details h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: 1px;
  color: #8f8e8e;
  font-size: 18px;
  line-height: 20px;
  font-weight: 200;
}

.payment-forms .subject-details small {
  letter-spacing: 1px;
  color: #8f8e8e;
}

.course-tile-small {
  margin-left: 14px;
}

.course-tile-small small {
  font-size: 14px;
}

.act-exp p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.order-summary .title-head {
  line-height: 25px !important;
}

.order-summary {
  width: 320px;
  border-right: 2px solid rgb(230, 230, 230);
}

.order-summary img {
  height: 50px;
}

.mr-wid {
  width: 18%;
  text-align: right;
}

.mr-wid p {
  font-weight: 500;
  font-size: 17px;
}

.value-mr {
  width: 18%;
  text-align: right;
  margin-top: 33px;
}

.mr-wid-full p {
  font-weight: 500;
  font-size: 17px;
}

.mr-wid-full {
  width: 50%;
}

.course-cart-headings {
  display: inline-flex;
  width: 98.5%;
  gap: 20px;
}

.img-cart {
  height: 80px;
}

.info-cart {
  position: absolute;
  right: 0px;
  top: 35%;
}

.course-data-value {
  display: inline-flex;
  width: 98.5%;
  gap: 20px;
}

.course-img-value {
  width: 50%;
  position: relative;
}

.course-img-value {
  display: inline-flex;
}

.img-cart img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pay-wth {
  display: inline-flex;
  margin-bottom: 20px;
  width: 100%;
  gap: 15px;
  /* text-align: right; */
  justify-content: right;
}

.pay-wth button {
  padding: 10px;
  border: none;
  color: white;
  border-radius: 5px;
}

.pay-wth button {
  background: #EA2625;
}

.pay-wth button i {
  padding-right: 5px;
}

.coupen-pay-btn {
  display: inline-flex;
  width: 100%;
}

.coupen-pay-btn form input {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgb(158, 157, 157);
}

.coupen-pay-btn form {
  width: 100%;
}

/* .coupen-pay-btn form input::placeholder {
    color: #EA2625;
} */

.coupen-form {
  width: 100%;
}

/*product Table and e-wallet*/

.display-flex {
  display: flex;
}

.product-table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
  margin-top: 40px;
}

.product-table td,
.product-table th {
  border: 1px solid #cfcfcf;
  padding: 8px;
}

.product-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.product-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  color: black;
}

.product-table tr.last-content {
  background-color: #EA2625;
  color: white !important;
  font-weight: bolder;
  font-size: 15px;
}

.e-wallet-details {
  margin-left: 30px;
  position: relative;
}

.payment-sucess-div {
  background-color: #0aa84c;
  width: 92%;
  padding: 5px;
  color: white;
  text-align: center;
  border-radius: 5px;
}

.margin-none {
  margin-left: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.payment-sucess-div p {
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.center-flex-box {
  justify-content: center;
  display: flex;
}

.go-to-user {
  background-color: #EA2625;
  width: 46%;
  border-radius: 5px;
  padding: 15px;
}

.go-to-user a {
  color: white;
}

.payment-unsuccess-full {
  background-color: red;
  width: 35%;
  padding: 5px 5px 13px 5px;
  text-align: center;
  border-radius: 5px;
  margin-top: 10px;
}

.payment-unsuccess-full p {
  color: white;
}

.wallet {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px, rgba(0, 0, 0, 0.2) 0px 1px 3px;
  text-align: center;
  width: 140px;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
  cursor: pointer;
  margin-left: 7px;
}

.wallet:first-child {
  margin-left: 0px;
}

.wallet img {
  height: 50px;
}

.wallet p {
  font-size: 20px;
  letter-spacing: 1px;
}

p.green {
  color: green;
}

p.purple {
  color: purple;
}

p.red {
  color: red;
}

.wallet-inline {
  display: inline-flex;
}

.payment-form h2.green {
  color: green;
}

.payment-form h2.pink {
  color: purple;
}

.payment-form h2.red {
  color: red;
}

.voucher-upload-color {
  color: #EA2625 !important;
}

.btn-esewa {
  background-color: green !important;
  color: white !important;
}

.btn-khalti {
  background-color: purple !important;
  color: white !important;
}

.btn-voucher {
  background-color: #EA2625 !important;
  color: white !important;
}

.btn-imepay {
  background-color: red !important;
  color: white !important;
}

.payment-form {
  background-color: #f3f3f3;
  height: 270px;
  padding-left: 10px;
  border-radius: 10px;
  padding-right: 10px;
}

.payment-form h2 {
  font-weight: 400;
  font-size: 20px;
  margin-top: 15px;
  margin-left: 5px;
  margin-bottom: 10px;
}

.wallet-submit {
  margin-left: 7px;
  margin-top: 10px !important;
}

.wallet-submit label {
  margin: 10px 0px;
  display: block;
  color: black;
  font-weight: 500;
  font-size: 15px;
}

.wallet-submit input {
  width: 350px;
  padding: 5px;
  border: 1px solid rgb(182, 182, 182);
  border-radius: 5px;
}

.payment-form button {
  margin-top: 10px;
  float: right;
}

#khalti-button {
  display: none;
}

#voucher-btn {
  display: none;
}

/*snack message*/

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: rgb(51, 150, 209);
  box-shadow: rgba(51, 150, 209, 0.35) 0px 5px 15px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 9999999999999;
  right: 10%;
  top: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }

  to {
    top: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }

  to {
    top: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }

  to {
    top: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }

  to {
    top: 0;
    opacity: 0;
  }
}

/*alert message*/

.alert-message {
  width: 100%;
  background-color: green;
  position: relative;
}

.message-sucess-fullysend {
  color: white;
  text-align: center;
}

.message-sucess-fullysend p {
  padding: 12px;
}

.message-sucess-fullysend p i {
  font-size: 18px;
  margin-left: 10px;
}

.cross-mark-question {
  position: absolute;
  right: 10px;
  top: 4px;
  cursor: pointer;
  font-size: 18px;
  color: white;
}

/*fill Up The Form For Payment*/

.form-payment-fillup {
  padding: 10px;
  margin-bottom: 20px;
}

p.error-message {
  color: red;
  width: auto;
  margin-top: 10px;
  /* display: none; */
}

.form-payment-fillup form input {
  width: 550px;
  padding: 8px;
  border: 1px solid #011e32;
}

.form-payment-fillup form label {
  font-size: 17px;
  color: #011e32;
  margin-top: 15px;
}

.pay-button {
  width: 98%;
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

.pay-button button {
  background-color: #f3b71f;
  border: none;
  padding: 10px;
  width: 110px;
  border-radius: 5px;
  transition: 0.2s;
}

.pay-button button:hover {
  color: white;
}

.payment-left-submit {
  width: 100%;
}

/*otp codes*/

.otp-form {
  margin-bottom: 20px;
}

.otp-form input {
  text-align: center;
  font-size: 18px;
  padding-top: 18px;
  padding-bottom: 10px;
  width: 100px;
  border: 1px solid #011e32ab;
  color: #011e32;
  border-radius: 5px;
}

.otp-form input::placeholder {
  text-align: center;
  font-size: 35px;
  padding-top: 30px !important;
  color: #011e32 !important;
}

.download-btn {
  margin-top: 20px;
  margin-bottom: 25px;
}

a.app-download0a {
  background-color: #058f08;
  padding: 10px !important;
  border-radius: 20px;
  pointer-events: none;
  color: white !important;
}

/*icons scrollable*/

.tabs-whole {
  position: relative;
}

.wrapper-scrollable {
  overflow-x: hidden;
  max-width: 1000px;
  background: #fff;
  height: auto;
}

.li-displaynone {
  display: none !important;
}

.wrapper-scrollable .icon-scroll {
  position: absolute;
  top: 0;
  height: 62px;
  width: auto;
  display: flex;
  align-items: center;
  padding-top: 35px;
  width: 20px;
  background: #093b58;
  color: white;
}

.live-class {
  width: auto;
}

.icon-scroll:first-child {
  left: 0;
  display: none;
}

.icon-scroll:last-child {
  right: 0px;
  justify-content: flex-end;
}

.icon-scroll i {
  width: 55px;
  height: 55px;
  cursor: pointer;
  font-size: 1.2rem;
  text-align: center;
}

.icon-scroll:first-child i {
  margin-left: 3px;
}

.icon-scroll:last-child i {
  margin-right: 3px;
}

.wrapper-scrollable .tabs-box-scroll {
  display: flex;
  list-style: none;
  overflow-x: hidden;
  scroll-behavior: smooth;
  max-width: 1000px;
}

.tabs-box-scroll.dragging {
  scroll-behavior: auto;
  cursor: grab;
}

.tabs-box-scroll .tab-scroll {
  cursor: pointer;
  white-space: nowrap;
  padding: 18px;
  color: #808080;
  border: 1px solid #d8d5f2;
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.sub-tabs {
  list-style: none;
  z-index: 3333333;
  color: black;
  background-color: white;
  left: 0px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 10px;
  display: none;
}

.show-toggle {
  display: block;
}

.tabs-box-scroll .tab-scroll .sub-tabs li {
  border-bottom: 1px solid rgb(190, 187, 187);
  padding: 10px;
}

.tabs-box-scroll .tab-scroll .sub-tabs li:last-child {
  border-bottom: none;
}

.tabs-box-scroll .tab-scroll .sub-tabs li a {
  color: black;
  max-width: 175px;
}

/* .tabs-box-scroll .tab-scroll:hover {
    background: #efedfb;
} */

.tabs-box-scroll.dragging .tab-scroll {
  user-select: none;
  pointer-events: none;
}

.tabs-box-scroll .tab-scroll.active-scroll {
  color: #fff;
  background: #EA2625;
  border-color: transparent;
}

/*course sub-bar*/

.sub-course-titles {
  width: 100%;
}

.sub-course-titles ul p {
  margin-bottom: 0px;
}

.sub-show1 {
  display: block;
  top: 70px;
  transition: 0.1s;
}

.sub-class-show li.sub-menu {
  box-shadow: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.sub-class-show li.sub-child-menu {
  box-shadow: none;
  padding: 0px !important;
}

.sub-cursor i {
  font-size: 11px;
  margin-right: 8px;
}

li.sub-child-menu {
  font-size: 15px !important;
}

.sub-child-menu a i {
  font-size: 10px;
  margin-right: 8px;
  margin-left: 10px;
}

/* .li-background-color {
    background-color: #dddcdc;
    position: absolute;
    left: 0;
} */

.sub-course-titles ul li {
  list-style: none;
  margin-top: 15px;
  position: relative;
  background-color: white;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  border-radius: 6px;
  transition: 0.5s;
}

.sub-course-titles ul a p {
  padding: 10px 25px;
}

.cursor-btn p {
  border: 1px solid rgba(231, 231, 231, 1);
  background-color: #f5fffb;
}

.cursor-btn small {
  color: rgba(103, 103, 103, 0.5);
  font-size: 14px;
}

.cursor-btn small i {
  margin-right: 9px;
}

.cursor-btn p {
  transition: 0.5s;
  margin-bottom: 0px;
  /* padding-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 12px; */
}

/* .cursor-btn p:hover{
background-color: rgb(238, 237, 237);
border-radius: 6px;
} */

.sub-course-titles ul li ul li {
  margin-top: 0px;
}

.sub-course-titles ul li a {
  color: rgb(145, 143, 143);
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.sub-course-titles ul li a span {
  padding-top: 10px;
  float: right;
  align-items: center;
}

.sub-menu p {
  border-bottom: 1px solid rgba(213, 213, 213, 1);
  width: 95%;
  margin: auto;
}

.sub-course-titles ul li a:hover {
  color: #073c8b;
}

.sub-course-titles ul li ul li {
  padding-left: 10px;
  margin-top: 5px;
}

.sub-show {
  display: block !important;
}

.sub-course-titles ul li ul li a {
  font-size: 16px !important;
  font-weight: 400 !important;
}

ul.sub-class-show {
  display: none;
}

.sub-menu .child-show1 {
  display: none;
  width: 85%;
  margin: auto;
}

.sub-menu .child-show1 i {
  margin-right: 5px;

  cursor: pointer;
}

/*manual form starts here*/

.manual-selector-form {
  border: 1px solid rgb(206, 205, 205);
  border-radius: 2px;
  padding: 20px;
}

.manual-selector-form label {
  font-size: 17px;
}

.manual-selector-form form input[type="text"] {
  padding: 7px;
  width: 70%;
}

.manual-selector-form form select {
  padding: 10px;
  width: 70%;
  border: none;
  border: 1px solid grey;
  background: transparent;
}

.button-submit-form {
  display: flex;
  justify-content: right;
}

/*manual Form ends here*/

/*course sub-bar-end*/

/*course-contains and videos*/

.container video {
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.77);
    -moz-transform: scale(0.77);
    -o-transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

.recaptcha-box {
  height: 60px;
}

.g-recaptcha > div {
  width: 250px !important;
}

/* Google Recaptcha */

/* error */

.error-page {
  text-align: center;
}

.error-title {
  font-size: 140px;
  line-height: 140px;
  margin-bottom: 0;
}

.error-page h3 {
  font-size: 50px;
  opacity: 0.2;
}

.error-page h5 {
  font-size: 22px;
  opacity: 1;
  font-weight: 500;
  line-height: 35px;
}

.error-page p {
  font-size: 16px;
  line-height: 26px;
}

.why-chooses-bx .faq-bx {
  max-width: 700px;
  margin: auto;
}

.why-chooses-bx .faq-bx .panel {
  background: #fff;
  margin-bottom: 6px;
}

.col-lg-12 p.error-message {
  color: red;
}

/*pagination*/
.course-name {
  width: 70%;

  align-items: center;
}

.course-name ul {
  margin-top: 10px;
  margin-left: 20px;
}

.course-name ul li i {
  margin-right: 10px;
}

.course-name ul li {
  font-size: 17px;
  color: grey;
  list-style: none;
}

.course-name p {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  font-size: 22px;
  padding-left: 10px;
  border-left: 4px solid #EA2625;
}

.new-time-flex {
  display: flex;
  width: 100% !important;
  margin-top: 10px;
}

.new-time-flex p {
  width: 50% !important;
  font-size: 14px !important;
}

.new-time-flex p.hourglass {
  display: flex;
  align-items: center;
  justify-content: right;
}

.hourglass img {
  width: 17px !important;
  height: auto !important;
  margin-right: 5px;
}
.course-name p span {
  /* font-size: 18px;
    color: grey; */
}

.prev-next {
  display: inline-flex;
  width: 50%;
  justify-content: right;
}

.prev-next-width {
  width: 100% !important;
}

.breif-introduction {
  text-align: justify;
  margin-top: 20px;
}

.prev-next button {
  padding: 8px;
  width: 110px;

  border: none;
  border-radius: 3px;
  transition: 0.3s;
  color: white;
}

.prev-pag button {
  background: #EA2625;
}

.next-pag button {
  background: #EA2625;
}

.prev-pag {
  margin-right: 10px;
}

/***about us**/

.about-us {
  margin-top: 100px;
}

.about-us-container {
  width: 100%;
  display: inline-flex;
}

p.about-heading-para {
  margin-bottom: 10px;
  color: #EA2625;
  margin-top: 10px;
}

h2.about-heading {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.about-left {
  width: 48%;
}

.about-left-pointers {
  margin-top: 30px;
}

.box-container-about {
  display: flex;
  width: 100%;
  margin-top: 0px;
}

.box-container-image {
  width: 10%;
  margin-right: 20px;
}

.box-container-image img {
  width: 90%;
}

.box-container-desc-about h4 {
  margin-bottom: 5px;
}

.about-right {
  width: 50%;
  margin-left: 20px;
}

.right-second {
  margin-top: 20px;
}

p.about-us-details {
  margin-top: 10px;
  color: #646464;
  font-size: 15px;
}

.about-align-container {
  margin-left: 20px;
}

.intro-container {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: white;
  padding: 25px;
  border-radius: 10px;
}

.first-login-container {
  display: flex;
}

.first-login-container .steps-box {
  width: 50%;
  text-align: center;
}

.second-login-container {
  display: flex;
  margin-top: 150px;
}

.second-login-container .steps-box {
  width: 50%;
  text-align: center;
}

.steps-down {
  position: relative;
}

.steps-down::after {
  position: absolute;
  content: "";
  display: block;
  background: url("../images/next.svg") no-repeat;
  width: 117px;
  height: 20px;
  bottom: -90px;
  left: 28%;
  transform: rotate(90deg);
}

.how-to-login {
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px;
  border-radius: 20px;
}

.second-container {
  margin-top: 20px;
}

.about-align-container {
  width: 48%;
}

.about-right {
  display: inline-flex;
}

.intro-container .image-about-us {
  width: 75px;
  height: 75px;
  background-color: #0615381a;
  border-radius: 50%;
  margin-bottom: 10px;
  text-align: center;

  padding: 20px;
}

/**about us ends here*/

/*download app*/

.app-download {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}

.download-information h3 {
  line-height: 50px;
  font-size: 42px;
  margin-top: 10px;
}

.download-information h3 span {
  color: #EA2625;
}

.download-information {
  width: 55%;
}

.download-app-images {
  width: 45%;
  display: flex;
  justify-content: right;
}

.download-app-images img {
  height: 450px;
}

.icons-qr img {
  height: 65px;
}

i.search-icon {
  font-size: 20px !important;
  margin-left: 30px !important;
  cursor: pointer;
  transition: 0.5s;
}

i.search-icon:hover {
  color: #EA2625;
}

.height-align .cours-bx {
  height: 350px;
}

.bundle-align .course-bx {
  height: 300px;
}

/* .bundle-align .course-bx .review p{
    margin-bottom: 0px!important;
} */

.bundle-review p {
  margin-bottom: 0px !important;
}

.new-height-align .cours-bx {
  box-shadow: none !important;
  padding: 0px !important;
}

.new-height-align .cours-bx p {
  font-size: 15px !important;
}

.height-align1 .recent-news {
  height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.auto-height {
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.height-align-upcoming .courses-info {
  margin-bottom: 20px;
}

/* .background-red{
    background-color: rgba(213, 3, 28, 1);
    padding-top: 30px;
    padding-bottom: 30px;
 
} */

/* .background-red .heading-bx h2{
    color: white!important;
} */

.background-red .courses-carousel .owl-nav .owl-next,
.background-red .courses-carousel .owl-nav .owl-prev {
  background-color: white !important;
  border: none !important;
}

/*search-modal*/

/* styles.css */
.search-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 999999999999999999999999999999;
}

.search-modal .close {
  right: -30px;
  top: -30px;
  background-color: transparent !important;
  color: white !important;
  opacity: 1 !important;
}

.search-modal-content {
  background-color: #fff;
  padding: 0px;
  border-radius: 5px;
  text-align: center;
  animation: slideIn 0.3s ease-in-out;
  width: 650px;
  display: inline-flex;
  position: relative;
}

.search-modal-content iframe {
  width: 100%;
  height: 60vh;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#searchInput {
  padding: 10px;
  margin-left: 5px;
  width: 90%;
  color: rgb(192, 192, 192);
  border: 1px solid rgb(190, 190, 190);
  border-radius: 5px;
}

.search-icon-modal {
  width: 10%;
  border: 1px solid rgb(190, 190, 190);
  padding: 10px;
  border-radius: 5px;
}

#searchSubmitBtn {
  padding: 5px 10px;
}

/*search Modal Ends here*/

/*testomonial card*/

.testimonails-card {
  background: #fff;
  padding: 30px;
  margin: 10px 0px;
  border-radius: 15px;
  border: 1px solid #d7deee;
  display: flex;
  flex-direction: column;
}

.testimonails-card .fa-quote-right {
  color: #d7deee;
  transform: rotate(180deg);
  font-size: 44px;
  margin: 0 0 20px 0;
  align-self: baseline;
}

.testimonails-card > p {
  font-size: 15px;
  line-height: 28px;
  max-height: 176px;
  overflow-y: auto;
  margin: 0 0 40px 0;
  flex: 1;
}

.testimonails-info img {
  width: 64px !important;
  height: 64px;
  object-fit: cover;
  margin: 0 10px 0 0;
}

.testimonails-info {
  display: flex;
  border-top: 1px solid #ededed;
  padding: 20px 0 0;
}

.testimonails-info h6 {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.testimonails-info span,
.testimonails-info p {
  color: #677387;
  font-size: 12px;
  margin: 0;
  line-height: 20px;
}

/*testomonial card ends here*/

.course-not-available {
  margin-top: 20px;
  text-align: center;
}

.course-not-available img {
  width: 28%;
  opacity: 0.5;
}

/*payment success*/

.payment-success {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.payment-success h3 {
  margin-top: 10px;
  font-weight: 500;
}

.payment-success p {
  font-size: 19px;
}

.button-success {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.button-success a i {
  margin-right: 10px;
}

/*payment success*/

/*video container*/

.video-container-modal {
  margin-top: 50px;
  margin-bottom: 50px;
}

.video-container-modal h2 {
  text-align: center;
  color: #EA2625;
}

.video-container-modal p {
  text-align: center;
}

.video-img {
  display: flex;
  justify-content: center;
  position: relative;
}

.lms-features-container {
  margin-top: 50px;
}

.lms-features-container h2,
.lms-features-container p {
  text-align: center;
}

.feat-serv-boxes {
  margin-top: 40px;
}

.features-box {
  display: flex;
}

.features-box-images {
  display: flex;
  justify-content: center;
}

.features-box-images img {
  height: 55px;
}

.features-box-info {
  margin-top: 30px;
}

h2.lms-feature-heading {
  font-size: 20px;
  margin-bottom: 5px;
}

p.lms-feature-para {
  line-height: 30px;
}

.boder-div::after {
  content: "+";
  position: absolute;
  bottom: -13px;
  right: -11px;
  background: #fff;
  padding: 2px 6px;
  color: #e7e7e7;
}

.filter-dark {
  filter: invert(32%) sepia(8%) saturate(4257%) hue-rotate(151deg)
    brightness(95%) contrast(87%);
}

.filter-red {
  filter: invert(16%) sepia(74%) saturate(7494%) hue-rotate(11deg)
    brightness(87%) contrast(105%);
}

.filter-purple {
  filter: invert(10%) sepia(93%) saturate(4992%) hue-rotate(294deg)
    brightness(86%) contrast(129%);
}

.boxes-relative {
  width: 33.33%;
  min-height: 290px;
  padding: 10px;
  position: relative;
}

.lightgrey-bottomborder {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 13px;
}

.lightgrey-rightborder {
  border-right: 1px solid #e7e7e7;
  margin-right: 10px;
}

.left-details-container {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  text-align: center;
}

.box-left-container {
  width: 50%;
  padding-top: 15px;
}

.second-left-container {
  border-left: 1px dashed grey;
  border-bottom: 1px dashed grey;
}

.box-left-container p {
  margin-bottom: 15px;
}

.first-left-container {
  border-bottom: 1px dashed grey;
}

.last-left-container {
  border-left: 1px dashed grey;
}

.autoalign {
  display: flex;
  justify-content: center;
  text-align: center;
}

.time-round-container p {
  margin-bottom: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bolder;
  font-size: 14px !important;
  color: rgb(0, 89, 255);
}

.time-round-container {
  border: 2px solid rgb(0, 89, 255);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /* text-align: center; */
  position: relative;
}

/*video container*/

img.banner-img-top {
  height: 400px;
  width: auto;
}

.commnet-readmore {
  display: inline-flex;
}

.commnet-readmore .comments-forum {
  margin-top: -15px;
  margin-left: 20px;
}

.forum-para {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 40px;
}

.img-auto {
  display: flex;
  justify-content: center;
}

.img-auto img {
  height: 150px;
}

.edit-delete {
  display: flex;
  gap: 20px;
  justify-content: right;
  cursor: pointer;
}

.edit-delete i {
  font-size: 18px;
}

.fa-pen-to-square {
  color: green;
}

.fa-trash {
  color: red;
}

.right li a img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}

.whole-login {
  width: 100% !important;
}

.login-top-head i {
  margin-right: 25px;
  font-size: 25px;
}

.iti {
  width: 100%;
}

/*student career*/
.career-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.career-margin {
  width: 33.33%;
  padding: 20px;
}

.career-desc {
  width: 100%;
  padding: 20px;
}

.career-desc p {
  margin-bottom: 5px;
  font-size: 15px;
}

.career-box {
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}

img.pro-img {
  position: relative;
}

.career-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.ribbon-image {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #EA2625;
  padding: 3px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

img.ribbon-img {
  height: 55px;
  object-fit: contain;
}

/*student career*/

.show-icon {
  display: none;
}

.show-block {
  display: block !important;
}

.overlay p.overlay-text {
  color: #505050;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0px;
  /* text-align: center; */
  font-size: 17px;
}

.reset-password {
  text-align: center;
}

.reset-password p {
  margin-top: 15px;
}

.reset-password p a {
  color: #00acef !important;
  text-decoration: none !important;
}

.overlay p {
  padding-bottom: 15px;
  padding-top: 10px;
}

/*features*/

.features-background {
  background-color: #f8f8f8;
}

.features-flex {
  display: flex;
  gap: 20px;
}

.feature-left {
  width: 60%;
  margin-top: 30px;
}

.feature-left h2 {
  margin-bottom: 5px;
}

.feature-right {
  width: 40%;
  display: flex;
  justify-content: right;
}

.feature-right img {
  width: auto;
  object-fit: cover;
}

.lists-container {
  display: flex;
  gap: 10px;
  padding-right: 20px!important;
}

.lists-container ul {
  width: 50%;
}

.lists-container ul li {
  list-style: none;
  line-height: 50px;
}

.lists-container ul li img {
  height: 18px;
  width: auto;
  margin-right: 10px;
}

/*features*/

/*search dropdown*/

.drop-categories-head {
  position: relative;
  margin-top: 10px;
  cursor: pointer;
}

.drop-categories-head i {
  position: absolute;
  right: 5px;
  top: 8px;
  font-size: 14px;
}

.drop-categories-head p {
  margin-bottom: 0px;
  color: black;
  font-weight: 500;
  width: 90%;
}

.nav-dropdown-contents {
  margin-top: 4px !important;
  display: none;
}

.nav-dropdown-contents li {
  font-weight: 500;
  padding: 6px 0px 6px 0px !important;
  margin-left: 5px;
}

.sub-menu-categories {
  margin-top: 5px !important;
  margin-left: 5px !important;
  display: none;
}

.nav-dropdown-contents a {
  cursor: pointer;
}

.sub-menu-categories li {
  padding: 0px 0px 0px 0px !important;
}

.sub-menu-categories li a {
  padding: 0px 0px 0px 0px !important;
  font-weight: 400;
  font-size: 14px !important;
}

.nav-dropdown-contents li a {
  font-size: 15px !important;
}

.sub-menu-categories .fa-arrow-right-long {
  margin-right: 5px;
  font-size: 11px;
}

.nav-dropdown-contents li a i.fa-angle-down {
  float: right;
  font-size: 14px;
  margin-right: 7px;
}

.email-privacy {
  color: #EA2625;
}

/*delete account*/

.delete-account-container {
  margin: 30px auto;
  width: 75%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 25px;
  border-radius: 4px;
}

.confirm-delete-container p {
  margin-bottom: 0px;
}

.confirm-delete-container {
  margin: 30px auto;
  width: 70%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 25px;
  border-radius: 4px;
  text-align: center;
}

.confirm-delete-container i {
  font-size: 45px;
  margin-bottom: 10px;
  color: #EA2625;
}

.confirm-delete-container h3 {
  margin-bottom: 10px;
}

.delete-account-container h3 {
  /* color: #D5031C; */
  font-size: 23px;
  margin-bottom: 10px;
}

.delete-account-container p {
  margin-bottom: 10px;
}

.error-message p {
  color: red;
}

.input-type-delete {
  display: flex;
  flex-wrap: wrap;
}

.flex-box-message {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.flex-box-message .input-type-delete {
  width: 50%;
}

.input-type-delete input {
  width: 100%;
  padding: 10px;
}

.input-type-delete textarea {
  width: 100%;
  padding: 10px;
  height: 20vh;
}

.delete-buttons {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  justify-content: right;
}

.delete-buttons button {
  padding: 9px 15px;
  border: none;
  border-radius: 3px;
}

.delete-buttons button.cancle-button {
  background-color: #d5031c;
  color: white;
}

.delete-buttons button.confirm-delete {
  background-color: #EA2625;
  color: white;
}

/*delete-account*/

/*New Filter*/

.new-filter {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}

.new-filter ul.tabs-filter {
  display: flex;
  gap: 5px;
  width: 100%;
  align-items: flex-start;
  white-space: nowrap;
}

.overflow-filter-tabs {
  width: 80%;
}

.categories-div ul {
  /* border: 1px solid grey; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.categories-div ul li {
  list-style: none;
  padding: 8px 25px;
  border-bottom: 1px solid rgb(230, 230, 230);
  font-size: 16px;
}

.categories-div ul li:last-child {
  border-bottom: none;
}

.toggle-anchor {
  width: 20%;
  color: black !important;
  display: flex;
  justify-content: right;
}

.toggle-btn-categories {
  width: 100%;
  display: flex;
  justify-content: right;
  padding: 10px;
  font-size: 19px;
  cursor: pointer;
  position: relative;
}

.show-category {
  display: block !important;
}

.categories-div {
  position: absolute;
  z-index: 7;
  top: 45px;
  display: none;
}

.categories-div ul {
  background-color: white;
}

.categories-div ul li a {
  color: black !important;
}

.new-filter ul.tabs-filter li {
  list-style: none;
  cursor: pointer;
  font-weight: 500;
  padding: 6px 23px;
  border-radius: 20px;
}

.new-filter ul.tabs-filter a {
  color: black !important;
}

.tabs-filter .active-list {
  border: 1px solid #EA2625;
}

/*New Filter*/

/*calender*/
.week-schedule:first-child {
  margin-top: 20px;
}

.week-schedule {
  margin-bottom: 20px;
}

.this-week-schedule h2 {
  margin-bottom: 0px;
}

.calender-live-class {
  margin-top: 0px;
  color: rgba(0, 0, 0, 1);
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.calender-box {
  width: calc(25% - 15px);
  padding: 10px;
  border-radius: 10px;
}

.calender-box p {
  margin-bottom: 0px;
}

.calender-top {
  display: flex;
  align-items: center;
}

.calender-date {
  display: flex;
  align-items: center;
}

.day-name {
  width: 50%;
}

.reminder-icon {
  width: 50%;
  text-align: right;
  position: relative;
}

.set-reminder {
  position: absolute;
  top: -30px;
  right: -40px;
  z-index: 7;
  display: none;
}

.reminder-icon i:hover + .set-reminder {
  display: block;
}

.set-reminder p {
  background-color: black;
  width: 100%;
  color: white;
  padding: 0px 13px;
  border-radius: 15px;
  font-size: 11px;
}

.clock-icon {
  width: 10%;
}

.time-div {
  width: 90%;
  text-align: right;
}

.calender-date {
  margin-top: 5px;
}

.color-1 {
  background-color: rgba(243, 156, 156, 1);
}

.color-2 {
  background-color: rgba(243, 192, 156, 1);
}

.color-3 {
  background-color: rgba(220, 243, 156, 1);
}

.color-4 {
  background-color: rgba(156, 243, 243, 1);
}

.reminder-icon i {
  cursor: pointer;
}

/*calender*/

.policies-ul li {
  line-height: 40px;
  font-size: 16px;
}

.policies-ul li a {
  font-size: 16px;
  color: #EA2625 !important;
}

/*live new btn*/

.join-button {
  margin-bottom: 20px;
  margin-top: 20px;
  /* background-color: rgba(205, 255, 205, 1); */
  padding: 13px;
  display: flex;
  border-radius: 5px;
  align-items: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
}

.join-left p {
  margin-bottom: 0px;
  color: rgba(0, 101, 0, 1);
}

.join-left {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  width: 60%;
}

.join-right {
  width: 40%;
  display: flex;
  justify-content: right;
}

.live-class {
  padding: 9px 28px;
  border: none;
  background-color: #EA2625;
  color: white;
  font-weight: 600;
  margin-right: 10px;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.join-left img {
  margin-top: 15px;
}

/*live new btn*/

/*courses pdf filter*/

.course-tabs {
  display: flex;
  margin-top: 20px;
  gap: 50px;
  border-bottom: 2px solid #a0a0a0;
}

.t-btn {
  position: relative;
}

.tbtn-active {
  border-bottom: 3px solid #00acef;
}

.t-btn h4 {
  cursor: pointer;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

#pdf-tab {
  display: none;
}

#quiz-tab {
  display: none;
}

.quiz-introduction {
  margin-top: 20px;
}

.quiz-introduction p a {
  font-weight: bold;
  color: #EA2625;
}

p.search-results {
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 20px;
}

p.search-results span {
  color: #fd0100;
}

/*courses pdf filter*/

.combo-dropdown a:hover {
  background-color: transparent !important;
}

.combo-dropdown a button:hover {
  background-color: #680a21;
  border-radius: 7px !important;
}

/*pdf display*/
.pdf-display {
  margin-top: 30px;
  position: relative;
}

.pdf-display iframe {
  width: 100%;
  height: 700px;
}

.button-view-pdf {
  position: absolute;
  top: 12px;
  right: 10px;
}

.button-view-pdf a {
  color: white !important;
}

/*pdf modal*/
.pdf-view-modal {
  display: none;
  position: fixed;
  z-index: 999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.pdf-view-content {
  position: relative;
  /* background-color: #fefefe; */
  margin: auto;
  padding: 0;
  /* border: 1px solid #888; */
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); */
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.pdf-view-close {
  color: white;
  float: right;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 20px;
  padding: 10px 30px;
  /* transform: translate(-50%,-50%); */
}

.pdf-view-body {
  position: relative;
}

.pdf-view-body iframe {
  width: 100%;
  height: 100vh;
}

/*pdf modal*/

/*pdf display*/

.no-content-availabel p {
  margin-bottom: 0px;
}

.no-content-availabel p b {
  font-size: 19px;
}

/*search dropdown*/

/*new cart display*/

.new-cart {
  margin-top: 25px;
}

.cart-flex {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.cart-left {
  width: 65%;
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.cart-not-found {
  margin: 40px 0px;
  text-align: center;
}

.cart-not-found img {
  margin-bottom: 30px;
  width: 15%;
}

.cart-right {
  width: 35%;
  padding: 15px;
  position: sticky;
  top: 70px;
}

.cart-right p {
  margin-bottom: 5px;
  font-size: 19px;
  color: #676767;
}

.cart-right a:first-child {
  margin-top: 0px;
}

.continue-shopping {
  width: 100%;
  border: 2px solid #EA2625;
  padding: 12px;
  text-align: center;
  font-size: 18px;
  transition: 0.5s;
  margin-bottom: 10px;
  color: #EA2625;
}

.continue-shopping-btn {
  width: 100%;
  /* border: 2px solid #EA2625; */
  padding: 10px;
  text-align: center;
  font-size: 16px;
  transition: 0.5s;
  margin-top: 10px;
  background-color: #EA2625;
  color: white;
  border-radius: 5px;
}

.cart-not-found-btn {
  width: 250px;
  border: 2px solid #EA2625;
  padding: 12px;
  text-align: center;
  font-size: 18px;
  transition: 0.5s;
  margin-bottom: 10px;
  color: #EA2625;
  margin: auto;
}

.cart-not-found-btn:hover {
  background-color: #EA2625;
  color: white;
}

.continue-shopping-btn:hover {
  opacity: 0.8;
}

.continue-shopping:hover {
  background-color: #EA2625;
  color: white;
}

.check-out-new {
  width: 100%;
  background-color: #EA2625;
  padding: 12px;
  text-align: center;
  font-size: 18px;
  transition: 0.5s;
  margin-bottom: 10px;
  color: white;
}

.check-out-new:hover {
  opacity: 0.8;
}

.cart-new-box {
  display: flex;
  margin-top: 20px;
  border-bottom: 2px solid #d6d6d6;
  padding-bottom: 20px;
}

.cart-new-box:first-child {
  margin-top: 0px;
}

.cart-new-box:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}

.cart-new-desc h5 {
  margin-bottom: 3px;
}

.cart-new-desc p {
  margin-top: 2px;
  margin-bottom: 2px;
}

.cart-shift {
  display: flex;
  gap: 20px;
  width: 75%;
}

.cart-rate-remove {
  width: 25%;
  text-align: right;
  padding-top: 8px;
}

.cart-new-relative {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cart-new-img {
  width: 35%;
}

.cart-new-img img {
  width: 100%;
  height: auto;
}

.cart-new-desc {
  width: 65%;
}

.cart-rate-remove h6 {
  margin-bottom: 3px;
  color: #EA2625;
}

.cart-rate-remove p {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #EA2625;
}

p.time-cart-course {
  color: #676767;
  font-size: 14px !important;
}

/*new cart display*/

/*line complete*/

.completed-div {
  padding: 0px 15px;
  text-align: center;
}

.completed-div p {
  margin-bottom: 5px;
  font-weight: 500;
}

.line-n09 {
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background-color: rgb(173, 173, 173);
  margin-bottom: 5px;
  position: relative;
}

.line-n09 span {
  position: absolute;
  height: 100%;
  background-color: #EA2625;
  top: 0px;
  left: 0px;
  border-radius: 3px;
}

/*line complete*/
@media only screen and (max-width: 1200px){
  .page-content .container{
    max-width: auto!important;
  }
}

@media only screen and (min-width: 1600px) {
  .search-modal-content iframe {
    width: 100%;
    height: 40vh;
  }
}

@media only screen and (max-width: 1200px) {
  .service-info-bx .action-box {
    margin-top: 40px;
  }

  .account-head {
    width: 350px;
    min-width: 350px;
  }

  .service-bx h4 {
    font-size: 20px;
  }

  .rev-btn {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .pricingtable-bx {
    font-size: 80px;
  }

  .Upcoming-boxes {
    width: 48%;
  }

  .features-flex {
    align-items: flex-start;
  }
}

@media only screen and (max-width: 1210px) {
  .banner-new h1 {
    font-size: 25px;
    line-height: 50px;
  }

  .banner-new p {
    font-size: 16px;
  }

  .banner-new img.banner-img-top {
    height: 350px;
  }
}

@media only screen and (max-width: 1100px) {
  .pdf-container {
    width: 48.7%;
  }
}

@media only screen and (max-width: 991px) {
  .event-time .event-date {
    font-size: 30px;
    line-height: 30px;
  }

  .event-month {
    font-size: 12px;
  }

  .event-time {
    padding: 10px 8px;
  }

  .event-bx .info-bx {
    padding: 20px;
  }

  .event-info .event-title {
    font-size: 20px;
  }

  .upcoming-event-carousel.owl-btn-1 .owl-prev,
  .upcoming-event-carousel.owl-btn-1 .owl-next {
    margin: 0 50px !important;
  }

  .service-info-bx {
    margin-top: 0px;
    padding-top: 80px;
  }

  .service-bx .info-bx {
    padding: 10px 10px 20px 10px;
  }

  .service-bx .info-bx h4 {
    font-size: 16px;
  }

  .service-bx .feature-box-sm {
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: -30px;
  }

  .service-bx .feature-box-sm i {
    font-size: 20px;
  }

  .our-story::after {
    content: unset;
  }

  .bar-bx .side {
    width: 20%;
  }

  .service-info-bx .action-box {
    margin-top: 0;
  }

  .account-head {
    width: 100%;
    min-width: 100%;
    height: 200px;
  }

  .account-form {
    display: block;
  }

  .account-container {
    padding: 50px 20px;
    width: 90%;
    margin: auto;
    padding-bottom: 15px;
    box-shadow: none;
  }

  .how-to-access {
    width: 30%;
  }

  .steps-top-be-followed {
    display: block;
  }

  .steps-box {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 140px;
  }

  .steps::after {
    rotate: 90deg;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 40%;
    top: 160%;
    right: 0;
  }

  img.banner-img-top {
    height: 276px !important;
  }

  .banner-new img.banner-img-top {
    font-size: 20px;
  }

  .Upcoming-boxes {
    width: 100%;
  }

  .banner-new h1 {
    margin-bottom: 0px !important;
    font-size: 19px !important;
  }

  .banner-new h1 br:nth-child(2) {
    display: none;
  }

  .banner-new p {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .banner-new button {
    font-size: 15px !important;
  }

  .download-app-images {
    display: none;
  }

  .left-details-container {
    justify-content: center;
    width: 100%;
  }

  .download-information {
    text-align: center !important;
  }

  .download-information {
    width: 100%;
  }

  .pdf-container {
    width: 100%;
  }

  .career-margin {
    width: 50%;
  }

  .banner-container {
    display: block;
    margin-top: 30px;
  }

  .banner-relative {
    position: static;
    transform: translate(0, 0);
  }

  .banner-left {
    width: 100%;
  }

  .banner-right {
    width: 100%;
    margin-top: 10px;
    display: none;
    justify-content: center;
  }

  .banner-right img {
    width: 50%;
  }

  .steps-flex-wrap {
    flex-wrap: wrap;
  }

  .steps-new-box {
    width: calc(50% - 30px);
  }

  .steps-new-box img {
    width: 65%;
  }

  .download-app-img img {
    height: 35px;
  }

  .footer-div-align-center img {
    height: 80px;
    width: auto;
  }

  .features-flex {
    display: block;
    padding: 30px 0px;
  }



  .feature-left {
    margin-top: 0px;
    width: 100%;
  }

  .cart-flex {
    flex-wrap: wrap;
  }

  .cart-left {
    width: 100%;
  }

  .cart-right {
    width: 100%;
    padding: 0px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 986px){
  .feature-right {
    display: none!important;
  }
}

@media only screen and (max-width: 1160px) {
  .download-information h3 {
    font-size: 35px;
  }

  .download-information p {
    font-size: 15px;
  }

  .download-app-images img {
    height: 420px;
  }

  .payment-options {
    width: 90%;
  }

  .footer_widget iframe {
    width: 100%;
  }
}

@media only screen and (max-width: 1088px) {
  .profile-head {
    flex-wrap: wrap;
    /* gap: 20px; */
    row-gap: 10px;
    column-gap: 20px;
  }

  .profile-head h3 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 980px) {
  .info-cart {
    position: relative;
    margin-left: 20px;
    top: 10px;
  }

  .delete-account-container {
    width: 100%;
  }

  .confirm-delete-container {
    width: 100%;
  }

  .new-filter ul.tabs-filter {
    width: 900px;
  }

  .overflow-filter-tabs {
    display: none;
  }

  .toggle-btn-categories i {
    font-size: 25px;
  }

  .join-button {
    display: block;
  }
  .join-left {
    width: 100%;
  }

  .join-right {
    width: 100%;
    display: flex;
    justify-content: right;
  }
}

@media only screen and (max-width: 911px) {
  .recomended {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 886px) {
  .payment-forms {
    display: block !important;
  }

  .e-wallet-details {
    margin-left: 0px;
    width: 100% !important;
  }

  .order-summary {
    width: 100%;
    border-right: none;
  }

  .heading-bx.left .title-head {
    text-align: left;
  }

  .wallet-inline {
    width: 100%;
    display: flex;
    gap: 20px;
  }

  .wallet {
    width: 33.33%;
  }

  .align-items-container {
    flex-wrap: wrap-reverse;
  }

  .prev-next {
    width: 100%;
  }

  .course-name {
    width: 100%;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 782px) {
  .menu-logo {
    width: 40% !important;
  }

  .banner-relative h1 {
    font-size: 30px;
    line-height: 45px;
  }

  .banner-buttons a {
    padding: 10px 15px;
  }

  .banner-right {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .courses-carousel .owl-nav {
    position: unset;
    top: auto;
    right: auto;
    bottom: 0;
    text-align: center;
    margin-top: 20px;
  }

  .course-flex {
    flex-direction: column-reverse;
  }

  .section-sp1 {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .section-sp2 {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .upcoming-event-carousel.owl-btn-1 .owl-prev,
  .upcoming-event-carousel.owl-btn-1 .owl-next {
    margin: 0 0 !important;
  }

  .testimonial-carousel .owl-nav,
  .recent-news-carousel .owl-nav {
    position: unset;
    top: auto;
    right: auto;
    text-align: center;
    margin-top: 10px;
  }

  .testimonial-carousel .owl-nav {
    margin-top: 30px;
  }

  .info-bx {
    font-size: 16px;
  }

  .upcoming-event-carousel.owl-btn-1 .owl-prev,
  .upcoming-event-carousel.owl-btn-1 .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    position: unset;
    box-shadow: none;
    margin: 0 5px !important;
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .upcoming-event-carousel.owl-btn-center-lr .owl-nav {
    text-align: center;
    margin-top: 15px;
  }

  .online-cours h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .online-cours h5 {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .cours-search {
    margin-bottom: 30px;
  }

  .service-info-bx {
    padding-top: 50px;
  }

  .service-bx {
    margin-bottom: 30px;
  }

  .service-bx.m-b0 {
    margin-bottom: 0;
  }

  .event-time {
    margin-right: 0;
    border-radius: 0;
    position: absolute;
    top: -68px;
    left: 0;
  }

  .rev-btn {
    padding: 10px 10px !important;
    font-size: 12px !important;
  }

  /* Rev Slide */
  .rev-slider .tp-rightarrow,
  .rev-slider .tp-leftarrow {
    display: none;
  }

  .course-not-available img {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    transform: translate(0%, 0%) !important;
  }

  .steps::after {
    left: 36%;
  }

  .border-md-right {
    background-image: none;
  }

  .how-to-access {
    width: 50%;
  }

  .banner-new img.banner-img-top {
    display: none !important;
  }

  .section-sp2 {
    padding-top: 0px !important;
  }

  .banner-new h1 {
    font-size: 22px !important;
  }

  a.a-inst {
    display: block !important;
  }

  .inst {
    display: none;
  }

  .course-cart-headings {
    display: block !important;
    width: 50%;
  }

  .course-data-value {
    display: block !important;
    width: 50%;
  }

  .course-img-value {
    width: 100%;
  }

  .value-mr {
    width: 100%;
    text-align: left;
  }

  .mr-wid {
    text-align: left;
    width: 100%;
  }

  .mr-wid-full {
    width: 100%;
  }

  .cart-course-details {
    display: flex;
  }

  .mr-wid-full {
    margin-bottom: 80px;
  }

  .mr-wid {
    margin-top: 35px;
  }

  .icon-scroll {
    display: flex !important;
  }

  .recent-posts-entry .ttr-post-media img {
    margin-bottom: 10px;
  }

  .show-icon {
    display: block;
  }

  .show-icon i {
    font-size: 22px;
  }

  .all-search {
    display: none;
  }

  .modal-content {
    width: 80% !important;
  }

  .enroll-modal {
    width: 80% !important;
  }

  .cart-not-available img {
    width: 70%;
    margin-bottom: 20px;
  }

  .bg-new-color {
    margin-top: 20px;
  }

  .contact-bx {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
  }

  .calender-box {
    width: calc(50% - 15px);
  }

  .course-flex {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 720px) {
  .career-margin {
    padding: 5px !important;
  }

  .search-modal-content {
    width: 90%;
  }

  .search-modal-content iframe {
    width: 100%;
    height: 50vh;
  }

  .wallet-inline {
    flex-wrap: wrap;
    gap: 10px;
  }

  .wallet {
    width: calc(50% - 10px);
    margin-left: 0px;
  }
}

@media only screen and (max-width: 684px) {
  .payment-options {
    margin-top: 0px !important;
    width: 100%;
  }

  .payment-forms {
    padding: 0px !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 0px;
    box-shadow: none;
  }

  .order-summary .col-md-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .instructor-author {
    height: 65px;
    width: 65px;
  }

  .instructor-author img {
    height: 65px;
    width: 65px;
  }

  .instructor-bx {
    display: block;
  }

  .heading-bx p {
    font-size: 15px;
  }

  .modal-content {
    width: 95% !important;
  }

  .enroll-modal {
    width: 95% !important;
  }

  .video-container-modal {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .video-container-modal p {
    font-size: 14px;
  }

  .header {
    height: auto !important;
  }

  .heading-bx.left .title-head {
    font-size: 35px;
  }

  .cart-not-found img {
    width: 30%;
  }
  .banner-relative h1 {
    width: 80%;
  }
}

@media only screen and (max-width: 576px) {
  .footer-title {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .lists-container {
    display: block;
  }

  .lists-container ul {
    margin-bottom: 0px;
    width: 100%;
  }

  .owl-nav .owl-next {
    right: 0px;
  }

  .owl-nav .owl-prev {
    left: 0px;
  }

  .banner-right img {
    width: 100%;
  }

  footer p,
  footer li {
    font-size: 15px;
  }

  footer .widget {
    margin-bottom: 24px;
  }

  .footer-top {
    padding: 0 0 10px;
  }

  .pt-exebar {
    margin-bottom: 30px;
  }

  .pt-logo img {
    width: 150px;
  }

  .pt-social-link {
    display: none !important;
  }

  .all-review,
  .bar-bx .side {
    width: 60%;
  }

  .rev-btn {
    padding: 10px 15px !important;
  }

  .counter-style-1 span,
  .counter-style-1 .counter {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
  }

  .counter-style-1 .counter-text {
    font-size: 12px;
    font-weight: 400;
  }

  .profile-head {
    padding: 10px 15px 10px 15px;
  }

  .edit-profile {
    padding: 15px;
  }

  .courses-filter {
    padding: 15px 15px 0 15px;
  }

  .online-cours h5 {
    font-size: 14px;
  }

  .online-cours h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .how-to-access {
    width: 55%;
  }

  .banner-new p {
    font-size: 15px;
  }

  .career-container {
    width: 100%;
    margin: auto;
  }

  .is-fixed .menu-bar {
    position: static;
  }

  .cart-course-details {
    display: none;
  }
  .cart-new-details-mobile {
    display: flex;
    text-align: left;
  }

  .career-margin {
    width: 100%;
  }

  .header .navbar-toggler,
  .header .is-fixed .navbar-toggler {
    margin: 28px 0 14px 15px;
  }

  a.name-profile {
    display: none !important;
  }

  .banner-relative h1 {
    width: 100%;
  }

  .lists-container ul li {
    font-size: 15px;
  }

  .lists-container ul li img {
    height: 16px;
  }

  .feature-left p {
    text-align: justify;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .feature-left h2 {
    font-size: 20px;
  }

  .col-4 {
    max-width: 100%;
    flex: 100%;
  }

  .footer-title {
    margin-top: 0px;
  }

  .profile-head {
    flex-wrap: wrap;
    gap: 20px;
  }

  .profile-head h3 {
    margin-left: 0px;
  }

  .download-app-img {
    display: block;
    padding: 10px 0px;
  }

  .download-app-img h3 {
    margin-bottom: 15px;
  }

  .banner-relative h1 {
    font-size: 24px;
    text-align: center;
  }

  .banner-relative p {
    font-size: 15px;
    text-align: center;
    padding: 0px 10px;
  }

  .features-lms {
    flex-wrap: wrap;
  }

  .features-box-lms {
    width: 100%;
  }

  .features-box-lms p {
    text-align: left;
  }

  .menu-logo {
    width: 50% !important;
  }

  .banner-container {
    border-top: 1px solid #ebe9e9;
    margin-top: 0px;
    padding-top: 10px;
  }

  .steps-new-box {
    width: 100%;
  }

  .steps-new-box img {
    width: 45%;
  }

  .courses-post .post-title {
    font-size: 23px;
  }

  .star-widget label {
    font-size: 28px;
  }

  .review-bx {
    display: block;
  }

  .all-review {
    width: 100%;
    margin-right: 0px;
  }

  .all-review .rating-type {
    margin-bottom: 10px;
  }

  .review-bar {
    margin-top: 10px;
    width: 100%;
  }

  .header {
    margin-bottom: 20px;
  }

  .delete-account-container h3 {
    font-size: 20px;
  }

  .delete-account-container p {
    font-size: 15px;
  }

  .input-type-delete input {
    padding: 7px;
    font-size: 15px;
  }

  .input-type-delete label {
    font-size: 15px;
  }

  .input-type-delete textarea {
    padding: 7px;
    font-size: 15px;
  }

  .delete-buttons {
    font-size: 15px;
  }

  .banner-relative {
    text-align: center;
  }

  .banner-buttons {
    justify-content: center;
  }

  .img-cart-info-mobile img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .cart-right p {
    font-size: 16px;
  }

  .cart-right h4 {
    font-size: 18px;
  }

  .check-out-new {
    font-size: 16px;
    padding: 10px;
  }

  .cart-new-desc h5 {
    font-size: 16px;
  }

  .cart-new-desc p {
    font-size: 14px;
  }

  .cart-rate-remove h6 {
    font-size: 14px;
  }

  .cart-rate-remove p {
    font-size: 14px;
  }

  .cart-shift {
    gap: 15px;
  }
}

@media only screen and (max-width: 556px) {
  .recomended {
    text-align: left;
    padding-left: 15px;
  }

  .heading-bx.left .title-head {
    font-size: 22px;
  }

  .heading-bx {
    margin-bottom: 10px;
  }

  .account-container {
    width: 100%;
  }

  .instructor-author {
    height: 50px;
    width: 50px;
  }

  .instructor-author img {
    height: 50px;
    width: 50px;
  }

  .bg-white {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 510px) {
  .img-container-Upcoming {
    width: 50%;
    margin-right: 15px;
  }

  .desc-container-Upcoming {
    width: 50%;
  }

  .desc-container-Upcoming {
    padding-top: 10px;
    padding-bottom: 0px;
    padding-right: 0px;
  }

  .banner-new button {
    font-size: 16px;
  }

  p.steps-title {
    font-size: 22px;
  }

  .bold-none {
    font-size: 22px;
  }

  h2 {
    font-size: 22px;
  }

  .whole-login img {
    height: 53px !important;
  }

  .advanced-timing {
    display: none;
  }

  .flex-box-message {
    flex-wrap: wrap;
  }

  .flex-box-message .input-type-delete {
    width: 100%;
  }

  .delete-account-container h3 {
    font-size: 17px;
  }

  .delete-account-container p {
    font-size: 14px;
  }

  .input-type-delete input {
    font-size: 14px;
  }

  .delete-buttons {
    font-size: 14px;
  }

  .confirm-delete-container i {
    font-size: 35px;
  }

  .confirm-delete-container h3 {
    font-size: 18px;
  }

  .confirm-delete-container p {
    font-size: 13px;
  }

  .otp-form {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
  }

  .otp-form input {
    width: 80px;
  }

  .profile-bar {
    margin-top: 0px;
  }

  .all-review span {
    margin-left: 10px;
  }

  #filt5 {
    padding: 0px 0px 0px 0px !important;
  }

  .banner-buttons {
    width: 100%;
  }

  .topbar-right a:first-child.first-a,
  .topbar-right a:first-child.second-a {
    padding: 8px !important;
  }
}

@media only screen and (max-width: 440px) {
  .contact-info-bx {
    padding: 0px;
  }

  .contact-bx {
    padding: 0px;
    box-shadow: none;
  }

  .contact-info-bx h2 {
    padding: 10px 10px;
  }

  .contact-info-bx p {
    padding: 0px 10px;
  }

  .contact-info-bx .widget_getintuch {
    padding: 0px 10px;
  }

  .contact-info-bx h5 {
    padding: 0px 10px;
  }

  .contact-info-bx ul {
    padding: 10px 10px;
  }

  .account-container {
    padding: 10px 15px;
  }

  .time-div p {
    font-size: 15px;
  }

  .menu-logo img {
    width: 100%;
    padding-bottom: 0px;
    padding-top: 15px;
  }

  .menu-logo {
    width: 30% !important;
  }
}

@media only screen and (max-width: 422px) {
  .topbar-right ul li a {
    font-size: 12px;
  }

  .topbar-right a:first-child.second-a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-new h1 {
    font-size: 19px !important;
    line-height: 30px !important;
  }

  .banner-new p {
    font-size: 12px !important;
    line-height: 30px !important;
    margin-top: 10px;
  }

  .banner-new button {
    font-size: 11px !important;
  }

  .banner-new button {
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
  }

  .desc-container-Upcoming h5 {
    font-size: 15px;
  }

  .app-download {
    margin-top: 0px;
  }

  .download-information h3 {
    font-size: 22px;
  }

  .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .col-4 {
    max-width: 100%;
    flex: 100%;
  }

  .topbar-right {
    padding-right: 0px !important;
    padding-top: 0px !important;
    display: flex;
    justify-content: right;
  }
}

@media only screen and (max-width: 410px) {
  .header {
    margin-bottom: 0px;
  }

  .banner-buttons a {
    padding: 9px 11px;
    font-size: 14px;
  }

  .banner-relative h1 {
    font-size: 20px;
  }

  .banner-relative p {
    font-size: 14px;
  }

  .time-div p {
    font-size: 14px;
  }

  .clock-icon i {
    font-size: 14px;
  }

  .calender-box p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 400px) {
  .footer-top .row {
    display: block;
  }

  .otp-form input {
    width: 70px;
    padding-bottom: 0px;
  }

  .otp-form input::placeholder {
    font-size: 30px !important;
  }
}

@media only screen and (max-width: 370px) {
  .rs-nav .menu-links.show {
    width: 230px;
  }

  .menu-links .nav > li > a {
    font-size: 13px !important;
  }
}

/*loader*/

.loader1 {
  border: 7px solid #f3f3f3;
  border-radius: 50%;
  border-top: 7px solid #3498db;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  margin-right: 40px;
}

.load-more {
  display: flex;
  justify-content: center;
}

/* Safari */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* For nre_course content section */
.section_head .logo img {
  width: 200px;
  height: auto;
}

.user img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.user .user_name,
.section_head .logo {
  font-size: 20px;
  font-weight: 500;
}

.new_course_content_section {
  border-bottom: 1px solid #d9d9d9;
}

.user i {
  font-size: 25px;
}

.contents_first {
  border-right: 1px solid #d9d9d9;
}

.hamburger {
  cursor: pointer;
}

.diaplay_none {
  display: none !important;
}

.video_container {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 550px;
  background-color: black;
}

@media only screen and (max-width: 1259px){
  .video_container{
    height: 450px;
  }
}
@media only screen and (max-width: 821px){
  .video_container{
    height: 350px;
  }
}
@media only screen and (max-width: 553px){
  .video_container{
    height: 200px;
  }
}
@media only screen and (max-width: 573px){
  .user{
    display: none;
  }
}

.video_container iframe {
  width: 100%;
  height: 100%;
  padding: 0 30px;
}

#display_course_content {
  height: 100vh;
  overflow: auto;
  position: sticky;
  top: 0px;
}

:root {
  --bb-color: #d1d7dc;
}

.course_contents {
  border-bottom: 1px solid var(--bb-color);
}

.sub_tittles {
  padding: 10px 20px;
}

.course_main_tittle {
  background-color: #faf8ff;
  padding: 20px;
}


.main_crse_detail {
  font-weight: 550;
  font-size: 1rem;
  cursor: pointer;
}

.sub_tittles {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  padding: 15px 0 15px 30px;
}

.sub_tittles:hover {
  background-color: #f0f0f0;
}

.active_course{
  background-color: #f0f0f0;
}

.sub_tittles input {
  height: 15px;
  width: 15px;
}

.round-checkbox + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
}

.round-checkbox + label::before,
.round-checkbox + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.round-checkbox + label::before {
  width: 24px;
  height: 24px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}

.round-checkbox:checked + label::after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #007bff;
}

.course_sub_tittle {
  display: none;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.course_main_tittle .rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.course_sub_tittle.active {
  display: block;
  opacity: 1;
  max-height: 500px; 
}

.subtittle a{
  color: #363636;
}

#display_course_content{
  border-left: 1px solid var(--bb-color);
}

.courseName h2{
  margin-bottom: 0!important;
}

.next_prev_button{
  gap: 10px;
}

.prev_btn, .next_btn{
  background-color: var(--primery-color);
  color: white;
  padding: 10px 25px;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}

.topic_tabs{
  gap: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid var(--bb-color);
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.topic_tabs::-webkit-scrollbar {
  display: none;
}

.tabs{
  padding: 10px 5px;
  cursor: pointer;
  white-space: nowrap;
}

.active_tab{
  border-bottom: 3px solid var(--primery-color);
}

.course_tab, .note_tab, .pdf_tab, .overview_tab, .mcq_tab {
  display: none;
}

.show_tab {
  display: block;
}

a{
  cursor: pointer;
}

.download_btn p{
  text-align: end;
  margin-top: 30px;
  margin-right: 30px;
  cursor: pointer;
}

.download_btn p a{
  text-decoration: underline;
  color: var(--primery-color);
}

.topic_tabs .c_tab{
  display: none!important;
}

@media only screen and (max-width: 990px){
  .lessons{
    display: none;
  }
  .topic_tabs .c_tab{
  display: block!important;
}

#display_course_content{
  display: none;
}
}

/* new content end */

.lmsfet .heed img{
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

 /* testimonials */
 .student_detail img{
  height: 60px;
  width: 60px!important;
}

.student_detail{
  gap: 15px;
}

.name{
  font-size: 22px;
  font-weight: 550;
  color: var(--text_color);
}

.student_title{
  font-size: 16px;
  font-weight: 500;
}

.student_comment{
  font-size: 18px;
  font-weight: 400;
  color: var(--paregraph-color);
}

.studentssss{
  padding: 0!important;
}

.main_box{
  padding: 10px!important;
}

.heading-front, .popular-see{
  width: 100%!important;
}

.reviews{
  background-color: #F2F6FF;
}

.textimonils_box{
  background-color: white;
  padding: 15px;
}

.quot img{
  height: 30px;
  width: 40px!important;
}

@media only screen and (max-width: 1557px) {
  .courseName, .topic_tabs, .course_tab, .overview_tab, .note_tab, 
  .pdf_tab, .mcq_tab{
    padding-left: 40px;
  }
  
}
@media only screen and (max-width: 988px) {
  .courseName, .topic_tabs, .course_tab, .overview_tab, .note_tab, 
  .pdf_tab, .mcq_tab{
    padding-left: 0px;
  }
  
}
@media only screen and (max-width: 575px) {
  .courseName, .topic_tabs, .course_tab, .overview_tab, .note_tab, 
  .pdf_tab, .mcq_tab{
    padding-left: 10px;
  }
  
}
@media only screen and (max-width: 400px) {
  .Course_tit{
    flex-direction: column-reverse;
  }
  .Course_tit h2{
    margin-top: 20px;
  width: 100%;
}
}


/* test_container  */
.test_content{
  border: 1px solid var(--secondary-color);
  border-radius: 20px;
  padding: 35px;
}

.test_content .button{
  background-color: var(--secondary-color);
  font-size: 16px;
  color: white;
  padding: 13px 25px;
  border-radius: 5px;
  border: none;
  margin-top: 22px;
}

/* Test Reviews */
.test_tabs{
  color: black;
  text-align: center;
  padding: 0!important;
  font-size: 20px;
  font-weight: 500;
}

.active_tabs{
  border-bottom: var(--primery-color);
  color: var(--primery-color);
}

.rev{
  border-bottom: 1px solid #E9E9E9;
  cursor: pointer;
  padding-bottom: 15px;
}

.test_rev{
  cursor: pointer;
}

.given_test{
  border: 1px solid #E9E9E9;
  scroll-padding-block-start: 10PX;
}

.instructor_rev{
  color: var(--primery-color);
  margin-left: 10px;
}

@media only screen and (max-width: 991px){
  .japan_test:nth-child(2){
    margin-top: 20px;
  }

  .japan_test{
    padding: 0!Important;
  }


}


@media only screen and (max-width: 575px){
  .banner-relative{
    margin-top: 20px;
  }

  .japan_test{
    padding: 10px!important;
  }
}