* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

a {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */

  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */

  font: inherit;
  /* 2 */

  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  box-sizing: content-box;
  /* 2 */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

::-moz-selection {
  background-color: #46b298;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #46b298;
  color: #fff;
  text-shadow: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}

input:focus {
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif !important;
}

.container:after,
.container:before {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 56px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  display: block;
}

a,
button,
input {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-control:focus {
  background-color: #fff;
  border-color: #306cfe;
  outline: 0;
  box-shadow: none;
}

a {
  text-decoration: none !important;
}

p {
  margin: 0;
  padding: 0;
  font-family: "Poppins, sans-serif", sans-serif;
}

section {
  padding: var(--section-padding, 60px) 0 !important;
}

.text-dark-1 {
  color: #140342 !important;
}

.cta {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 2;
  text-align: center;
  padding: 12px 30px;
  background: #306cfe;
  border-radius: 60px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  /* letter-spacing: 1.4px; */
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: none;
}

.cta:after {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background: #041047;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.cta:hover:after {
  left: 0;
  opacity: 1;
}

.cta:hover {
  color: #fff;
}

.cta-btn {
  padding: 9px 15px;
  font-size: 16px;
  border-radius: 5px;
  text-transform: capitalize;
}

.cta-btn:after {
  border-radius: 5px !important;
}

.login {
  color: #000;
}

.heading {
  font-size: 34px;
  color: #000000;
  line-height: 44px;
  font-weight: 600;
  position: relative;
}

.para {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color: #000000;
}

.content {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
  margin-top: 20px;
}

.headingHome {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.headingHome:before {
  content: "";
  width: 169px;
  height: 6px;
  background: #306cfe;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.cta2 {
  padding: 16px 47px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 6px;
  background-color: #000;
}

.cta2:after {
  border-radius: 6px;
  background-color: #37424d;
}

/*===================scroll top=================== */
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 105%;
  right: 20px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 999999;
  color: #fff;
  text-align: center;
  background: #306cfe;
  border: 1px solid #306cfe;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  padding: 0;
}

.scroll-top.cta {
  min-width: 0;
}

.scroll-top.cta i {
  margin-left: 0;
}

.scroll-top:hover {
  background: #344054;
  border: 1px solid #344054;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(52, 64, 84, 1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(52, 64, 84, 1);
  box-shadow: 0px 2px 5px 0px rgba(52, 64, 84, 0.6);
}

.scroll-top.open {
  bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ====================header================== */
.main_header {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  padding: 5px 0;
  background: #ffffff;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.main_header.sticky-header {
  position: fixed;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
}
#reviewForm .form-control {
  border-radius: 0;
  height: 45px;
}
#reviewForm textarea.form-control {
  height: auto;
}

#reviewForm .cta {
  margin-top: 30px;
}
#reviewForm .row {
  --bs-gutter-y: 10px;
}
.course_description .existing-reviews h4 {
  font-size: 20px;
  font-weight: 600;
  color: #041047;
  margin-bottom: 10px;
}
.existing-reviews h6 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.main_header .logo {
  width: 100%;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  align-items: center;
}
.main_header .logo a {
  flex: 0 0 auto;
}
.main_header .logo p {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.main_header .logo p > span {
  font-size: 14px;
  display: block;
  font-weight: 400;
  margin-top: 10px;
}
.main_header .logo img {
  max-width: 114px;
  height: auto;
}
.main_header .navigation_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

/*========================= Start navigation ==================*/
.navigation_sec .nav_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.navigation_sec .nav_sec > ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  /* text-align: center; */
}

.navigation_sec .nav_sec > ul > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  /* position: relative; */
}
.navigation_sec .nav_sec > ul > li + li {
  margin-left: 25px;
}
.navigation_sec .nav_sec > ul > li a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
}
.navigation_sec .nav_sec > ul > li img {
  width: 27px;
  height: 27px;
  display: inline-block;
}
.search_trigger {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #041047;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
}
.search_trigger:hover {
  background: #f6c000;
  color: #fff;
}
.header_right ul {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}
.header_right ul li {
  display: inline-block;
  position: relative;
}
.header_right ul li:first-child {
  flex: 1 0 0;
}
.searchHolder {
  position: relative;
}
.header_right ul li form {
  position: relative;
}
.header_right ul li form .banner_input {
  padding: 12px 31px;
}
.header_right ul li form .cta {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.header_right a.cta {
  color: #000;
  background: #f6c000;
  padding: 9px 30px;
  font-weight: 500;
}
.header_right a.cta:hover {
  color: #fff;
}
.navigation_sec .nav_sec ul li:hover > a,
.navigation_sec .nav_sec ul li.current-menu-item > a {
  color: #f6c000;
}
.navigation_sec .nav_sec ul li:hover > a.cta {
  color: #fff;
}
.navigation_sec .nav_sec ul li.active > a {
  color: #f6c000;
}
.navigation_sec .arw-nav {
  color: #000;
  font-size: 13px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navigation_sec ul > li:hover .arw-nav {
  transform: rotate(180deg);
}
.navigation_sec .nav_sec ul li .mega_menu {
  width: 100%;
  background: #fff;
  position: absolute;
  /* pointer-events: none; */
  top: 100%;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  margin: 0;
  padding: 0;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  width: 100vw;
  background: linear-gradient(90deg, #e8eefa 0, #e8eefa 42%, #fff 0, #fff);
}
.mega_menu_wrapper {
  display: flex;
  padding: 50px 20px;
}
.mega_menu_left {
  width: 40%;
  text-align: left;
}
.mega_menu_right {
  width: 60%;
  padding-left: 30px;
}
.mega_menu_right ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.mega_menu_left p {
  text-align: left;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 15px;
}
.mega_menu_left .cta {
  color: #fff !important;
  font-size: 14px !important;
}
.navigation_sec .nav_sec ul li:hover .mega_menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: all;
}
.navigation_sec .nav_sec ul li .mega_menu ul li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}
.navigation_sec .nav_sec ul li .mega_menu ul li:after {
  position: absolute;
  content: "\F140";
  font-family: bootstrap-icons !important;
  font-style: normal;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #000;
  transition: all 0.5s ease-in-out;
}
.navigation_sec .nav_sec ul li .mega_menu ul li:hover:after {
  content: "\F133";
  color: #0059cd;
}
.navigation_sec .nav_sec ul li ul li a {
  margin: 0;
  /* padding: 10px 10px; */
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  position: relative;
}
.navigation_sec .nav_sec ul li ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #0059cd;
  bottom: -5px;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.navigation_sec .nav_sec ul li ul li:hover a {
  color: #0059cd;
}
.navigation_sec .nav_sec ul li ul li a:hover:after {
  width: 100%;
}
span.toggle-menu {
  display: none;
}
.nav_sec li.active {
  color: #0059cd;
}
.cart_div {
  position: relative;
  font-size: 24px;
  color: #000;
  margin-right: 10px;
}
.cart_count {
  position: absolute;
  top: 0;
  right: -5px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #fff;
  background: #ff0000;
  border-radius: 50%;
}

.explore-content {
  position: absolute;
  top: 100%;
  box-shadow: inset 0px 0px 0px 1px #dddddd;
  min-width: 300px;
}

.explore-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 25px 70px 0px #01213a12;
}

.explore__item ul li {
  position: relative;
}

.explore__subnav {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 300px;
  box-shadow: 0px 25px 70px 0px #01213a12;
  background-color: white;
  z-index: 1;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}

.explore__item ul li:hover .explore__subnav {
  opacity: 1;
  visibility: visible;
}

.explore-content a {
  display: flex;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 89, 205, 0.4);
  position: relative;
}

.explore-content a i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.cart_count {
  position: absolute;
  top: 0;
  content: "";
  font-size: 15px;
  border-radius: 50%;
  color: #fff;
  background: #ff0000;
  text-align: center;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -10px;
}

#ex4 {
  position: relative;
}

.has-badge {
  font-size: 30px;
  color: #306cfe;
}

.signUp {
  background-color: #306cfe;
}

.headerRight {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 50px;
}

.loginSignup {
  display: flex;
  align-items: center;
  gap: 18px;
}
/* ================topbar============ */
.topbar {
  position: relative;
  padding: 10px 0;
  background: #041047;
}
.topbar .topbar_left p {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.topbar .topbar_left p span {
  color: #f6c000;
}

.topbar .topbar_left ul li {
  list-style: none;
  display: inline-block;
  margin-left: 10px;
}
.topbar .topbar_left ul li a {
  font-size: 16px;
  color: #fff;
}
.topbar .topbar_mid ul li {
  display: inline-block;
}
.topbar .topbar_mid ul li + li {
  margin-left: 10px;
}
.topbar .topbar_mid ul li a {
  font-size: 14px;
  color: #fff;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  position: relative;
}

.countWrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.countWrap img {
  max-width: 80px;
}
#countdown #tiles {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#countdown #tiles .countdown-digits {
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 6px;
}
#countdown #tiles p {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin-top: 5px;
}
.countdown-digits {
  display: flex;
  gap: 5px;
}

#countdown .labels {
  width: 100%;
  height: 25px;
  text-align: center;
  bottom: 8px;
}

#countdown .labels li {
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}
.leftText {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.topbar_right {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}
.topbar_right p {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.coupon {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #f6c000;
  border-radius: 60px;
  padding: 3px 25px;
  cursor: pointer;
}
/*===================searchBar=================== */

.searchBar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#searchQueryInput {
  width: 100%;
  height: 2.8rem;
  border: 1px solid #b4b4b4;
  border-radius: 1.625rem;
  padding: 0 3.5rem 0 1.5rem;
  font-size: 16px;
}

#searchQuerySubmit {
  width: 3.5rem;
  height: 2.8rem;
  margin-left: -3.5rem;
  background: none;
  border: none;
  outline: none;
}

#searchQuerySubmit:hover {
  cursor: pointer;
}

::placeholder {
  color: #5d5858;
  font-size: 16px;
}

/*===================catagory toggle=================== */

.toggle-element {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  pointer-events: none;
}

.toggle-element.-is-el-visible {
  z-index: 25;
  transform: none;
  opacity: 1;
  pointer-events: auto;
}

/*===================breadcrumb=================== */
.breadcrumb {
  background: #344054;
}

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

.breadcrumb .heading {
  color: #fff;
}

.breadcrumb ul > li > a {
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #fff;
}

.breadcrumb ul > li + li {
  padding-left: 10px;
  color: #fff;
}

.breadcrumb ul > li + li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: #fff;
}

.breadcrumb ul > li > a:hover {
  color: #306cfe;
}

.breadcrumb ul {
  display: flex;
  align-items: center;
  justify-content: end;
}

/* =======================footer============= */
.main_footer {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  background: #080e2b;
  padding-bottom: 30px;
  z-index: 9;
}

.main_footer .footer_top {
  width: 100%;
  display: block;
  margin: 0;
  padding: 60px 0 20px;
  background: #080e2b;
}
.main_footer .first_col {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.main_footer .footer_logo {
  margin: 0 0 20px;
  max-width: 120px;
}
.main_footer .footer_logo a {
  display: inline-block;
}
/* .main_footer .footer_logo img {
    width: 120px;
  } */
.main_footer .first_col p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  color: #ffffff;
  max-width: 325px;
}
.main_footer .social_links {
  width: 100%;
  display: flex;
  margin: 20px 0 0;
  padding: 0;
  gap: 20px;
  align-items: center;
}
.main_footer .social_links h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
}
.main_footer .social_links ul {
  margin: 0;
  padding: 0;
}
.main_footer .social_links ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.main_footer .social_links ul li + li {
  margin-left: 3px;
}
.main_footer .social_links ul li a {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}
.main_footer .social_links ul li a:hover {
  color: #cf592e;
}
.main_footer .second_col {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
}
.main_footer .footer_nav ul {
  margin: 0;
  padding: 0;
}
.main_footer .footer_nav ul li {
  margin: 0 0 5px;
}
.main_footer .footer_nav ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  transition: all 0.9s ease-in-out;
}
.main_footer .footer_nav ul li a:hover {
  color: #cf592e;
}
.main_footer .footer_top h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0 0 20px;
}
.main_footer .office_address ul {
  padding: 0;
  margin: 0;
}
.main_footer .office_address ul li {
  margin-bottom: 5px;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  align-items: start;
}
.main_footer .office_address ul li i {
  color: #fff;
  line-height: 22px;
}
.main_footer .office_address ul li a {
  color: #fff;
  line-height: normal;
  transition: all 0.9s ease-in-out;
}
.main_footer .office_address ul li a:hover {
  color: #cf592e;
}
.main_footer .office_address .each_address {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 15px;
}
.main_footer .each_address img {
  margin-right: 20px;
}
.main_footer .each_address h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 10px;
}
.main_footer .each_address p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin: 0;
}
.footer_phn a {
  display: block;
}
.main_footer .footer_bottom {
  width: 100%;
  display: block;
  margin: 0;
  background: transparent;
  text-align: center;
}
.copyright_text {
  padding: 10px 0;
  border-top: 1px solid #425364;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright_text img {
  max-width: 200px;
}
.copyright_text p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
  padding: 0;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
.copyright_text p a {
  color: #fff;
}
.copyright_text p a span {
  color: #46b298;
}
/*===================Course Details=================== */
.no-result {
  text-align: center;
  padding-top: 100px;
}
.no-result img {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
}
.video-content {
  position: relative;
}

.video-content img {
  border-radius: 30px;
}

.video-btn {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  opacity: 1;
  border-radius: 50%;
  background: #ffffffb3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease-in-out;
}

.video-btn:hover {
  background: #0059cd;
}

.video-btn::before,
.video-btn::after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 10px solid #ffffffb3;
  -webkit-animation: zoomBig 3.25s linear infinite;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 10px;
  }

  40% {
    opacity: 0.5;
    border-width: 5px;
  }

  65% {
    border-width: 1px;
  }
}

.video-btn i {
  color: #0059cd;
  font-size: 30px;
}

.video-btn:hover i {
  color: #fff;
}

.courseDetails .para {
  margin-top: 15px;
}

.rating,
.rating ul {
  display: flex;
  gap: 5px;
  align-items: center;
}

.rating {
  margin-top: 15px;
  padding-bottom: 15px;
}

.ratingCont {
  color: #5d5858;
}

.rating ul li i {
  color: #f6c000;
}

.starcolor i {
  /* color: linear-gradient(90deg, rgba(246,192,0,1) 0%, rgba(246,192,0,1) 35%, rgba(93,88,88,1) 100%); */
  background: -moz-linear-gradient(top, #f6c000 0%, #5d5858 100%);
  background: -webkit-linear-gradient(top, #f6c000 0%, #5d5858 100%);
  background: linear-gradient(to right, #f6c000 0%, #5d5858 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* tab */

.tabPart {
  border-top: 1px solid #d9d9d9;
  padding-top: 20px;
}

.tab-wrapper {
  text-align: center;
  display: block;
  margin: auto;
}

.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: start;
}

.tab-link {
  margin: 0 1%;
  list-style: none;
  padding: 10px 20px;
  color: #000000;
  cursor: pointer;
  transition: all ease 0.5s;
  border-top: solid 3px rgba(255, 255, 255, 0);
  letter-spacing: 1px;
  background: #f5f7fe;
}

.tab-link::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  content: "\f6fd";
  margin-right: 10px;
}

.hidetab::after {
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\ee0c";
  margin-left: 10px;
}

.tab-link:hover {
  color: #999;
  border-color: #999;
}

.tab-link.active {
  color: #333;
  border-color: #333;
}

.tab-link.active {
  border-color: #306cfe;
  background: #fff;
}

.hidetab {
  color: #a0a0a0;
}

.content-wrapper {
  padding: 40px 0;
}

.tab-content {
  display: none;
  text-align: left;
  color: #333;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}

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

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}

.tabs li i {
  margin-right: 10px;
}

.tabPart .content {
  margin-bottom: 20px;
}

.tabList li i {
  margin-right: 15px;
  color: #306cfe;
}

.tabList li {
  color: #000;
  font-size: 14px;
}

.courseFeatures {
  background: #f5f7fe;
  border-radius: 10px;
  padding-bottom: 30px;
}

.featuresTop {
  background: #344054;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  text-align: center;
}

.courseDetails .para {
  color: #fff;
  margin: 0;
}

.courseduration {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #c1cce5;
}

.courseduration:nth-child(3) {
  border-bottom: none;
}

.courseduration p {
  font-size: 16px;
}

.totalCourse {
  padding: 10px 20px;
}

.courseDetails .heading {
  margin-bottom: 20px;
}

.courseFeatures .cta {
  display: block;
  border-radius: 10px;
  margin-top: 20px;
}

.courseFeatures .cta:after {
  border-radius: 10px;
}

/*===================Course Listing=================== */
.courseList {
  padding-bottom: 0;
}

.showingResultPart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 35px;
}

.widget {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 10px;
}

.accordion-style-2 {
  width: 100%;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.accordion-style-2 .card {
  border: none;
  background-color: transparent;
  border-radius: 0px;
}

.accordion-style-2 .card:last-child {
  border-bottom: 0px;
}

.card-header {
  padding: 16px 0 0;
  border: none;
  background: #fff;
  position: relative;
}

.card-header a {
  display: block;
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
}

.card-header a:after {
  position: absolute;
  right: 30px;
  top: 15px;
  font-family: "FontAwesome";
  font-size: 16px;
  color: #000;
  content: "\f077";
  transition: color 0.3s ease;
}

.card-header a.collapsed:after {
  content: "\f077";
}

.card-header a:not(.collapsed):after {
  content: "\f078";
}

.accordion-style-2 .collapse {
  max-height: 344px;
  overflow-x: auto;
  margin-top: 20px;
  margin-bottom: 0;
}

.accordion-style-2 .card-body {
  padding: 0px 20px;
  color: #404040;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.21px;
  font-weight: 400;
}

.custom-control .form-check-input {
  margin-top: 0;
}

.custom-control {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px !important;
  gap: 10px;
}

.custom-control .rating {
  margin-top: 0;
  padding-bottom: 0;
  gap: 10px;
}

.widget label {
  display: flex;
  gap: 10px;
}

/* price range slider */
.price-input {
  width: 100%;
  display: flex;
  margin: 10px 0 20px;
}

.price-range-slider {
  padding-bottom: 20px;
}

.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}

.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #306cfe;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #306cfe;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #306cfe;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.courseRight {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #d9d9d9;
  padding: 25px 0;
}

.courseRight:last-child {
  border-bottom: none;
}

.rightContent h6 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.rightContent p {
  font-size: 14px;
  line-height: 23px;
  margin-top: 8px;
}

.courseRight img {
  max-width: 333px;
  border-radius: 10px;
}

.rightContent .rating {
  padding-bottom: 5px;
}

.bestSellers {
  padding: 5px 10px;
  background: #6f8da8;
  color: #fff;
  border-radius: 6px;
  max-width: 132px;
  margin-top: 10px;
}

.bestSellers p {
  margin-top: 0;
}

.ruppes {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}

.crossruppes {
  display: flex;
  justify-content: end;
  text-decoration: line-through;
  color: #9a9a9a;
  font-size: 15px;
}

.paginationPart {
  padding: 20px 0 30px !important;
}

.pagination {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.course_pagination {
  text-align: center;
  display: flex;
  align-items: center;
  margin-top: 40px;
  justify-content: center;
}
.course_pagination a,
.pagination li a {
  color: #000000;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 20px;
}

.pagination .left_btn,
.pagination .right_btn,
.pagination li.next span,
.pagination li.prev span,
.pagination li.next a,
.pagination li.prev a {
  color: #a0a0a0;
  font-size: 26px;
}

.pagination li.next a {
  color: #000000;
  font-size: 26px;
}
.course_pagination a.active,
.pagination .current a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #37424d;
  color: #fff;
}
.course_desc p,
.short-description {
  min-height: 48px;
}
/* show more part  */

.excerpt-hidden {
  height: 3.5rem;
  overflow: hidden;
  position: relative;
}

.excerpt-hidden:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.4) 0%,
    #fff 100%
  );
}

.excerpt-visible {
  height: auto;
  overflow: auto;
}

.excerpt-hidden a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white;
  color: #306cfe;
  display: inline-flex;
  align-items: center;
  height: 26px;
  text-decoration: none;
  line-height: 26px;
  padding: 0 14px;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #306cfe;
}

.js-show-more {
  font-weight: 500;
  color: #000;
}

/*===================Dashboard=================== */

/* filter */
.filter {
  max-width: 277px;
  width: 50%;
  display: flex;
  align-items: center;
}

@media (max-width: 34em) {
  .dashboard .main {
    min-width: 150px;
    width: auto;
  }
}

.filter p {
  width: 110px;
}

.dashboard select {
  display: none !important;
}

.dashboard .dropdown-select {
  border-radius: 6px;
  border: solid 1px #306cfe;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.dashboard .dropdown-select:focus {
  background-color: #fff;
}

.dashboard .dropdown-select:hover {
  background-color: #fff;
}

.dashboard .dropdown-select:active,
.dashboard .dropdown-select.open {
  background-color: #fff !important;
  border-color: #bbb;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.dashboard .dropdown-select:after {
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #777;
  -webkit-transform: origin(50% 20%);
  transform: origin(50% 20%);
  transition: all 0.125s ease-in-out;
  content: "";
  display: block;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
}

.dashboard .dropdown-select.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.dashboard .dropdown-select.open .list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}

.dashboard .dropdown-select.open .option {
  cursor: pointer;
}

.dashboard .dropdown-select.wide {
  width: 100%;
  height: 41px;
}

.dashboard .dropdown-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.dashboard .dropdown-select .list {
  box-sizing: border-box;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border-radius: 6px;
  margin-top: 4px;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  max-height: 250px;
  overflow: auto;
  border: 1px solid #ddd;
}

.dashboard .dropdown-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.dashboard .dropdown-select .dd-search {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5rem;
}

.dashboard .dropdown-select .dd-searchbox {
  width: 90%;
  padding: 0.5rem;
  border: 1px solid #999;
  border-color: #999;
  border-radius: 4px;
  outline: none;
}

.dashboard .dropdown-select .dd-searchbox:focus {
  border-color: #306cfe;
}

.dashboard .dropdown-select .list ul {
  padding: 0;
}

.dashboard .dropdown-select .option {
  cursor: default;
  font-weight: 400;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
  list-style: none;
}

.dashboard .dropdown-select .option:hover,
.dashboard .dropdown-select .option:focus {
  background-color: #f6f6f6 !important;
}

.dashboard .dropdown-select .option.selected {
  font-weight: 600;
  color: #306cfe;
}

.dashboard .dropdown-select .option.selected:focus {
  background: #f6f6f6;
}

.dashboard .dropdown-select a {
  color: #aaa;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.dashboard .dropdown-select a:hover {
  color: #666;
}

.dashboard {
  padding: 30px 0 !important;
}

/* price search */

.price .searchInputWrapper {
  position: relative;
}

.price .searchInput {
  width: 214px;
  height: 41px;
  padding: 0 10px;
  border-radius: 6px;
  border: 1px solid #306cfe;
  transition: transform 0.1s ease-in-out;
}

.price .searchbox::placeholder {
  color: #a1a1a1;
}

.price .searchbox:focus::placeholder {
  text-indent: -999px;
}

.price .searchInputIcon {
  position: absolute;
  right: 14px;
  top: 50%;
  color: #000000;
  transition: all 0.1s ease-in-out;
  transform: translateY(-50%);
}

.price {
  max-width: 387px;
  width: 50%;
  display: flex;
  align-items: center;
}

.priceFilter {
  display: flex;
  align-items: center;
  /* gap: 20px; */
  justify-content: space-between;
}

.price p {
  width: 140px;
}

/* dashboard Listing */
.dashboardList {
  background-color: #f5f7fe;
}

.dashboard .showingResultPart {
  border-bottom: none;
  padding-bottom: 0;
}

.dashboardCard {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-bottom: 28px;
}

.dashboardCard img {
  border-radius: 15px 15px 0 0;
}

.dashboardCardContent {
  padding: 34px 26px;
  background: #fff;
  border-radius: 0 0 15px 15px;
}

.dashboardCardContent .rating {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.paraHeading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.lessonHours {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
}

.lessons {
  display: flex;
  align-items: center;
  gap: 5px;
}

.lessons img {
  max-width: 24px;
}

.lessons p {
  color: #555555;
}

.buttonPrice {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.buttonPrice .allruppes {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

/*===================Cart=================== */
.courseCart {
  background-color: #f5f7fe;
  padding: 15px 30px;
  border: 1px solid #dbe6ff;
  border-radius: 10px;
  margin-bottom: 18px;
}

.courseCart p {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.courseCard {
  padding: 18px 30px;
  border: 1px solid #dbe6ff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-bottom: 18px;
}

.courseCard .video-content img {
  border-radius: 20px;
  height: 122px;
  object-fit: cover;
}

.courseCard .video-content .video-btn {
  width: 40px;
  height: 40px;
}

.courseCard .video-content .video-btn i {
  font-size: 20px;
  line-height: 20px;
}

.cartCourseCont span {
  font-weight: 600;
}

.cartCourseCont p {
  margin-bottom: 10px;
}

.close {
  display: flex;
  justify-content: end;
}

.remove {
  background-color: #ff0000;
  border-radius: 50px;
  border: none;
  width: 24px;
  height: 24px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cuponPart input {
  background: #e7edff;
  border-radius: 10px;
  border: none;
  padding: 19px 26px;
  max-width: 394px;
}
.update .update-cta-btn {
  width: 100%;
  background-color: #306cfe;
  color: #fff;
  padding: 19px 39px;
  font-weight: 700;
  border: none;
  font-size: 18px;
}
.cuponPart input::placeholder {
  color: #000;
  font-size: 18px;
}

.cuponForm {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cuponForm .cta-btn {
  padding: 18px 15px;
  background-color: #f6c000;
  color: #000;
  font-weight: 700;
}

.cuponForm .cta-btn:hover {
  color: #fff;
}

.update {
  display: flex;
  justify-content: end;
}

.cardTotals {
  padding: 30px 35px;
  background: #f5f7fe;
  border: 1px solid #dbe6ff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

.cardTotals h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.totalTax,
.totalCost {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.totalTax:nth-child(3) {
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #3a3a3a;
}

.totalTax p {
  font-size: 18px;
}

.totalCost p {
  font-size: 18px;
  font-weight: 700;
}

.cardTotals .cta-btn {
  width: 100%;
  padding: 18px 13px;
  font-size: 18px;
}

.add {
  background: #fff;
  color: #150202;
  border: 1px solid #150202;
  font-weight: 600;
  margin-top: 20px;
}

.add:after {
  border: 1px solid #344054;
}
.noData {
  text-align: center;
}
.noData img {
  width: 65px;
  height: 65px;
  margin: 0 auto 15px;
}
/*===================Payment=================== */
.payment .heading {
  font-size: 30px;
}

.billingForm {
  margin-top: 20px;
}

.billingForm label {
  font-size: 18px;
  text-transform: capitalize;
}

.billingForm input,
.cardDetails input {
  border: 1px solid #dbe6ff;
  background: #f5f7fe;
  height: 47px;
}

.billingForm textarea {
  border: 1px solid #dbe6ff;
  background: #f5f7fe;
  height: 223px;
}

.required {
  color: #ff0000;
}

.payment p {
  color: #5d5858;
}

.checkbox {
  margin-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}

.checkbox .form-check {
  display: flex;
  align-items: center;
  gap: 15px;
}

.checkbox input {
  border: 1px solid #c1cce5;
  background: #dbe6ff;
  border-radius: 3px;
}

.paymentList {
  padding-top: 20px;
}

.paymentList .heading {
  margin-bottom: 15px;
}

/* view more less */
.hide-part {
  display: none;
}

.show-part {
  display: block;
}

.show-more {
  border: none;
  color: #306cfe;
  background: transparent;
  font-size: 16px;
  line-height: 24px;
}

.show-more:focus-visible {
  outline: none;
}

.payments {
  margin-top: 25px;
}

.checkRadio {
  margin: 10px 0 15px;
}

.cardDetails {
  padding: 30px 20px;
  border: 1px solid #c1cce5;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.cardDetails label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}

.cardDetails input::placeholder {
  color: #000;
}

.cardInput,
.calendarPart {
  position: relative;
}

.cardInput img {
  max-width: 50px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.cardDetails input {
  background: #e7edff;
}

.cardPart {
  margin-bottom: 20px;
}

/* custom calendar */

.calendar {
  padding: 8px;
  background: #ffffff;
  border-radius: 4px;
  font-size: 18px;
  border: 1px solid #333333;
  box-shadow: 0px 20px 40px rgba(59, 60, 56, 0.05);
  width: 100%;
}

.ui-datepicker {
  background: #ffffff;
  border-radius: 15px;
}

.ui-datepicker-header {
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  background: #306cfe;
  margin-bottom: 10px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}

.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}

.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}

.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}

.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #333333;
}

.ui-datepicker-title {
  text-align: center;
  font-size: 25px;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}

.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 40px;
  color: #306cfe;
  margin-bottom: 5px;
  font-size: 18px;
}

.ui-state-default {
  display: block;
  text-decoration: none;
  color: #333333;
  line-height: 40px;
  font-size: 16px;
}

.ui-state-default:hover {
  color: #ffffff;
  background: #306cfe;
  border-radius: 50px;
  transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}

.ui-state-highlight {
  color: #ffffff;
  background-color: #306cfe;
  border-radius: 50px;
}

.ui-state-active {
  color: #ffffff;
  background-color: #306cfe;
  border-radius: 50px;
}

.ui-datepicker-unselectable .ui-state-default {
  color: #eee;
  border: 2px solid transparent;
}

.calendarPart img {
  max-width: 26px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.checkbox input {
  height: 20px;
  width: 20px;
}

.cardDetails .checkbox {
  margin-top: 20px;
  padding-bottom: 0;
  border-bottom: none;
}

.cardDetails .checkbox label {
  font-weight: 400;
  text-transform: capitalize;
}

.checkRadio label {
  font-weight: 600;
  margin-left: 10px;
}

.form-check-input.lockcheck {
  background-color: #a0a0a0;
  border-color: #a0a0a0;
}

.checkRadio p {
  margin-top: 10px;
}

/*===================Home=================== */
.bannerLeft {
  padding-left: 80px;
}

.banner .col-lg-5 {
  padding-right: 0;
}

.bannerSpan {
  color: #306cfe;
  font-size: 16px;
  font-weight: 500;
}

.bannerHeading {
  font-size: 52px;
  text-transform: initial;
  font-weight: 600;
  line-height: 64px;
  margin: 15px 0;
  max-width: 674px;
}

.banner {
  background-color: #f5f7fe;
}

.banner .content {
  font-size: 22px;
  margin-bottom: 40px;
}

.btnPart {
  display: flex;
  gap: 20px;
  align-items: center;
}

.banner .cta-btn {
  padding: 16px 47px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 6px;
}

.bannerList {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 50px;
}

.bannerList li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.bannerList img {
  max-width: 24px;
}

.bannerImage {
  position: relative;
}

.bannerImage img {
  border-radius: 160px 0 0;
  position: relative;
  z-index: 2;
}

.bannerImage::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  width: 555px;
  height: 20px;
  background-color: #306cfe;
  border-radius: 0;
  z-index: 1;
  height: 304px;
}

.categories .content {
  color: #5d5858;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-top: 30px;
}

.categoriesList {
  margin-top: 35px;
}

.eachCategory {
  border: 1px solid #b4b4b4;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 20px;
  transition: color 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  gap: 20px;
  margin-bottom: 15px;
}

.categoryCardIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  transition: color 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #e7edff;
}

.categoryCardIcon img {
  max-width: 55px;
}

.categoryCardContent p {
  font-size: 18px;
  font-weight: 500;
}

.categoryCardContent a {
  color: #306cfe;
  font-size: 16px;
  font-weight: 500;
}

.categoryCardContent a::after {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  content: "\f280";
}

.eachCategory:hover {
  border: 1px solid #306cfe;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
}

.eachCategory:hover .categoryCardIcon {
  background-color: #306cfe;
}

.eachCategory:hover img {
  filter: grayscale(100%);
}

/* Our Courses */
.courses {
  background-color: #f5f7fe;
}

.courses .content {
  text-align: center;
  margin-top: 30px;
}

.courseSlider {
  margin-top: 25px;
  margin-left: 100px;
  position: relative;
}

.courseSlider .prev_next_btn {
  margin-top: 20px;
}

.prev_btn,
.next_btn {
  position: absolute;
  width: 65px;
  height: 65px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  top: calc(50% - 25px);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  background-color: #306cfe;
  color: #fff;
}

.prev_btn::after,
.next_btn::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  top: 20px;
  left: 20px;
  box-sizing: border-box;
}

.prev_btn.isedge,
.next_btn.isedge {
  cursor: not-allowed;
  background-color: #fff;
  color: #000000;
}

.prev_btn {
  left: -25px;
}

.next_btn {
  right: 0;
}

.courses .cta2 {
  padding: 20px 20px;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 6px;
  background-color: #000;
  margin: 0 auto;
  display: block;
  max-width: 307px;
}

.courses .cta2 i {
  margin-left: 10px;
}

/* how it works */
.howWork .content {
  color: #5d5858;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-top: 30px;
}

.workStep {
  margin-top: 65px;
}

.workStep .row {
  gap: 80px;
}

.eachWork {
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.workICon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 104px;
  height: 104px;
  border-radius: 100%;
  background-color: #e7edff;
}

.workICon img {
  max-width: 62px;
}

.sidebadge {
  position: absolute;
  top: -17px;
  left: -6px;
}

.sideNo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background-color: #000000;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.workPara {
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
  text-transform: capitalize;
}

.steparrow {
  padding-top: 30px;
}

.steparrow {
  max-width: 142px;
}

/* Learning focused on your goals */

.learning {
  background-color: #e7edff;
}

.learningImage {
  position: relative;
}

.learningimg1 {
  margin-bottom: 120px;
}

.learningimg1 img {
  border-radius: 30px;
  border: 4px solid #fff;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.15);
  max-width: 422px;
}

.learningimg2 {
  position: absolute;
  top: 55px;
  left: -10%;
}

.learningimg2 img {
  border-radius: 30px;
  border: 4px solid #fff;
  max-width: 223px;
  border-radius: 30px;
}

.learningimgCont {
  max-width: 342px;
  background-color: #f6c000;
  padding: 20px;
  position: absolute;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  top: 80%;
  right: 0;
}

.learningimgCont img {
  max-width: 84px;
}

.imgcontent h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.imgcontent p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.imgcontent .send {
  padding: 8px 18px;
  border-radius: 100px;
  background-color: #fff;
  color: #000;
  border: none;
  font-weight: 600;
  font-size: 16px;
}

.learning .headingLearing {
  font-size: 30px;
  margin: 0 auto;
  font-weight: 600;
  text-align: left;
}

/* accordian */

.accordion {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.accordion-item {
  margin-bottom: 10px;
  background: transparent;
  border: none;
}

.accordion-header.active .accordion-item {
  border-bottom: 1px solid transparent;
}

.accordion-header {
  display: flex;
  align-items: center;
  padding: 15px;
  cursor: pointer;
  background: transparent;
  gap: 20px;
  justify-content: space-between;
}

.accordion-header.active {
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px 10px 0 0;
}

.accordion-header .toggle-icon i {
  font-size: 24px;
}

.accordion-header.active .toggle-icon::before {
  transform: rotate(180deg);
}

.accordion-header .icon {
  background-color: #ffffff;
  border: 1px solid #306cfe;
  border-radius: 10px;
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion-header .title {
  font-size: 20px;
  font-weight: 600;
  flex: 1;
}

.accordion-header .toggle-icon {
  transition: transform 0.3s ease;
}

.accordion-header.active .toggle-icon {
  transform: rotate(180deg);
}

.accordion-content {
  display: none;
  padding: 0 16px 30px;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 10px 10px;
  font-size: 16px;
}

.icon img {
  max-width: 50px;
}

/* What We Do */
.wedoLeft .headingHome {
  text-align: left;
  margin-top: 15px;
}
.wedoLeft .headingHome:before {
  left: 0;
  transform: none;
  bottom: -18px;
}
.wedoLeft .content {
  margin-top: 40px;
  color: #333333;
}
.wedoLeft .cta {
  margin-top: 30px;
  text-transform: capitalize;
}

/* Our Students Review */
.review {
  background-color: #f5f7fe;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.review .swiper-wrapper {
  overflow: visible;
}

.eachReview {
  background-color: #ffffff;
  color: #444444;
  padding: 10px 25px 25px 25px;
  margin-bottom: 22px;
  letter-spacing: 0.4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  font-weight: 400;
  border-radius: 20px;
}

.eachReview::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.eachReview img {
  max-width: 80px;
}

.eachReview .content {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 0;
  font-style: normal;
  text-align: left;
}

.swiper-slide h6 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.swiper-slide p {
  font-size: 18px;
  color: #5d5858;
  font-weight: 400;
  font-style: italic;
  text-align: center;
}

.reviewSlider {
  margin-top: 60px;
  padding-bottom: 40px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #306cfe;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 40px;
  transition: width 0.5s;
  border-radius: 5px;
  background: #306cfe;
  border: 1px solid transparent;
}

.question-block {
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* transition: transform 0.2s; */
}

/* .question-block:hover {
    transform: scale(1.02);
} */

.card-title {
  font-size: 1.25rem;
  font-weight: 500;
}

.card-text {
  margin-bottom: 1rem;
}

.tab-pane {
  display: none; /* Hide all inactive sets */
  visibility: hidden; /* Ensure they don't take up space */
  height: 0; /* Reset the height of hidden sets */
  overflow: hidden; /* Ensure no content overflows */
}

.tab-pane.active {
  display: block; /* Show only the active set */
  visibility: visible;
  height: auto; /* Reset height to match content */
  overflow: visible; /* Allow content overflow as needed */
  padding: 0; /* Ensure there's no padding causing space */
  margin: 0; /* Ensure there's no margin causing space */
}

.adjusted-width {
  width: 100%;
  max-width: 70px;
  margin-bottom: 10px;
}
.next-btn {
  width: 100px;
}

/* ======================inner_banner============= */
.inner_banner {
  position: relative;
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.inner_banner h1 {
  font-size: 34px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}
.arrow {
  max-width: 390px;
}
.course_details_wrapper {
  position: relative;
  margin-left: auto;
  max-width: 550px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
  padding: 40px 25px 25px;
}
.student_group {
  position: absolute;
  max-width: 244px;
  top: -25px;
  right: 10px;
}
.studet_heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.studet_heading img {
  width: 40px;
  height: auto;
}
.studet_heading h6 {
  font-size: 20px;
  font-weight: 600;
}
.rating li {
  display: inline-block;
}
.rating li + li {
  margin-left: 3px;
}
.rating li i {
  font-size: 16px;
  cursor: pointer;
  color: #f6c000;
}
.rating li span {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.btn_group {
  margin-top: 15px;
}
.btn_group .cta {
  padding: 9px 20px;
  font-weight: 500;
}
.btn_group .cta + .cta {
  margin-left: 10px;
}
.purple_bg {
  background: #283882;
}
.blue_bg {
  background: #306cfe;
}
.pink_bg {
  background: #ec5252;
}

/* breadcrumb */
.site-breadcrumb {
  position: relative;
  margin: 15px 0px;
  padding: 0;
}
.site-breadcrumb li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #fff;
}
.site-breadcrumb li + li {
  margin-left: 20px;
}
.site-breadcrumb li + li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  top: 0;
  left: -10px;
  transform: rotate(10deg);
}

.site-breadcrumb a {
  font-size: 14px;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.site-breadcrumb a:hover {
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.site-breadcrumb span {
  margin: 0px 5px;
  font-weight: 300;
}

/* =================about_course_details=============== */
.about_course_details {
  position: relative;
  padding: 60px 0;
}
.course_description img {
  border-radius: 30px;
}
.course_tag {
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.tag {
  background: #dbe6ff;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 18px;
  padding: 8px 20px;
  border-radius: 60px;
}
.course_description h4 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}
#tabs-nav {
  list-style: none;
  margin: 0;
  margin-bottom: 20px;
  display: flex;
  gap: 30px;
  padding-bottom: 20px;
}
#tabs-nav li {
  font-weight: bold;
  margin-right: 2px;
  cursor: pointer;
}
#tabs-nav li a {
  transition: all 0.5s ease-in-out;
  display: inline-flex;
  gap: 10px;
  text-decoration: none;
  color: #000;
  padding: 10px 20px 10px 20px;
  border-radius: 90px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  background: #dbe6ff;
  align-items: center;
  position: relative;
}
#tabs-nav li a::before {
  position: absolute;
  content: "";
  background: #98a7f0;
  bottom: -5px;
  right: -5px;
  width: 100%;
  height: 100%;
  border-radius: 90px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
#tabs-nav li:hover a,
#tabs-nav li.active a {
  background: #283882;
  color: #fffbfb;
}
#tabs-nav li:hover a::before,
#tabs-nav li.active a::before {
  opacity: 1;
  visibility: visible;
}
.tab-content {
  position: relative;
}
.tab-content h5 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 24px;
  font-weight: 600;
}
.tab-content p {
  margin-bottom: 15px;
}
.tab-content ul li {
  padding-left: 25px;
  font-size: 14px;
  position: relative;
  line-height: 24px;
}
.tab-content ul li + li {
  margin-top: 10px;
}
/* .tab-content ul li::before {
  content: "\F137";
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  width: 30px;
  height: 30px;
  font-family: bootstrap-icons !important;
} */
#tab1 ul li::before {
  content: "\F137";
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  width: 30px;
  height: 30px;
  font-family: bootstrap-icons !important;
}
.coursePriceWrap {
  border: 1px solid #283882;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
  padding: 20px;
}
.courseVideo {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.courseVideo::before {
  position: absolute;
  content: "";
  background: rgb(0 0 0 / 27%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.zoomInIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 54px;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.courseVideo img {
  border-radius: 20px;
}
.each_explore_course .courseVideo img {
  min-height: 200px;
}
.totalPrice {
  background: #283882;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.3);
}
.totalPrice h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 500;
}
.priceValue {
  display: flex;
  gap: 20px;
  align-items: center;
}
.totalPrice h3 {
  color: #fff;
  font-weight: 600;
  font-size: 32px;
}
.totalPrice .priceValue h4 {
  color: #d9d9d9;
  font-weight: 400;
  margin: 0;
  font-size: 22px;
  text-decoration: line-through;
}
.courseInclude {
  margin: 20px 0 30px;
}
.courseInclude h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.courseInclude ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding: 6px 0;
}
.courseInclude ul li .leftItem {
  display: flex;
  gap: 10px;
  align-items: center;
}
.courseInclude ul li .leftItem p {
  font-size: 18px;
}
.securePayment {
  position: relative;
  margin-bottom: 20px;
}
.securePayment h4 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
}

.coursePriceWrap .cta {
  font-weight: 600;
  padding: 10px 20px;
  color: #000;
  width: 100%;
  text-align: left;
  font-size: 20px;
  text-transform: capitalize;
}
.coursePriceWrap .cta::before {
  content: "\f135";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  background: #fff;
  color: #041047;
  font-size: 20px;
  font-family: bootstrap-icons !important;
}
.coursePriceWrap .cta:hover {
  color: #fff;
}
.reviewForm .row {
  --bs-gutter-y: 20px;
}
.review-item {
  position: relative;
  z-index: 1;
  background: #eff1ff;
  border-radius: 4px;
  padding: 24px;
  margin-top: 20px;
}
.tab-content .reviewerName {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
  color: #050734;
  margin-top: 0;
}
.tab-content .reviewerEmail {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
  color: #37385c;
  margin-top: 0;
}
.tab-content .reviewerText {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
  color: #37385c;
  margin-top: 0;
}

/* =========================ourClients=========== */
.ourClients {
  position: relative;
  padding: 80px 0;
  border-top: 1px solid #d9d9d9;
}
.ourClients h5 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  /* 6A7A99 */
}
.clientSlider {
  margin: 0 5%;
}
.each_client img {
  filter: grayscale(100%);
  opacity: 0.4;
  transition: all 0.5s ease-in-out;
}
.each_client img:hover {
  filter: initial;
  opacity: 1;
}
.cta-btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 2;
  text-align: center;
  padding: 16px 30px;
  background: #f6c000;
  border-radius: 60px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.cta-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background: #041047;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.cta-btn:hover {
  color: #fff;
}
.cta-btn:hover:after {
  left: 0;
  opacity: 1;
}

/* ================search-wrap============ */
.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 100%;
  max-width: 990px;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}
.search-wrap .main-search-input {
  width: 100%;
  height: 60px;
  border: 0;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: #0059cd;
  border-bottom: 2px solid #0059cd;
  text-align: left;
  letter-spacing: 2px;
}
.search_icon {
  position: absolute;
  background: transparent;
  border: none;
  color: #0059cd;
  font-size: 25px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #0059cd;
  cursor: pointer;
}

/*============== Banner ===============================*/
.main_banner {
  position: relative;
  padding: 60px 0;
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}
.main_banner::before {
  position: absolute;
  content: "";
  background: linear-gradient(
    187deg,
    rgba(255, 255, 255, 1) 30%,
    rgba(245, 247, 254, 1) 100%
  );
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.main_banner .banner_content {
  position: relative;
  max-width: 675px;
}
.main_banner .banner_content h1 {
  font-size: 46px;
  line-height: 60px;
  font-weight: 400;
  text-transform: capitalize;
  max-width: 600px;
}
.main_banner .banner_content h1 span {
  color: #283882;
  font-weight: 700;
}
.main_banner .banner_content p {
  font-size: 22px;
  font-weight: 400;
}
.main_banner .banner_content p span {
  font-weight: 700;
}
.banner_search {
  position: relative;
  margin: 20px 0;
}
.banner_input {
  position: relative;
  border: none;
  background: #e8eefa;
  border-radius: 60px;
  padding: 15px 175px 15px 31px;
  max-width: 575px;
  width: 100%;
}
.banner_search .cta {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #283882;
  font-weight: 600;
  max-width: 165px;
  width: 100%;
  text-align: left;
  padding: 16px 20px;
}
.banner_search .cta::before {
  position: absolute;
  content: "\f133";
  font-family: bootstrap-icons !important;
  font-size: 36px;
  color: #fff;
  line-height: normal;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.banner_rating {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 15px 0;
}
.banner_rating h2 {
  font-size: 45px;
  font-weight: 600;
}
.banner_rating .rating li span {
  font-size: 45px;
  font-weight: 600;
}
.banner_certificate ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.banner_certificate ul li {
  display: inline-block;
}
.banner_certificate ul li img {
  width: 100px;
  height: auto;
  mix-blend-mode: multiply;
}

/* =======================promotion_banner===================== */
.promotion_banner {
  position: relative;
  padding: 60px 0;
}
.each_banner {
  display: flex;
  background: linear-gradient(
    90deg,
    rgba(236, 247, 255, 1) 30%,
    rgba(179, 223, 252, 1) 100%
  );
  align-items: center;
  border-radius: 30px;
  padding: 36px 0 36px 36px;
}
.right_banner {
  min-height: 365px;
  background: linear-gradient(
    90deg,
    rgba(243, 233, 201, 1) 0%,
    rgba(239, 206, 187, 1) 90%
  );
}
.left_item {
  max-width: 335px;
}
.left_item .new_tag {
  background: #ff0000;
  padding: 5px 20px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  border-radius: 30px;
  display: inline-block;
}
.left_item h5 {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0 15px;
}
.left_item h5 span {
  font-size: 34px;
  font-weight: 800;
}
.left_item p {
  font-size: 14px;
}
.right_img img {
  mix-blend-mode: darken;
}
.each_banner .left_item .cta {
  background: #283882;
  display: inline-flex;
  align-items: center;
  padding: 8px 35px;
  gap: 5px;
  margin-top: 25px;
}
.each_banner .left_item .cta img {
  width: 34px;
  height: 34px;
}
.right_banner h5 {
  margin-top: 0;
  line-height: normal;
}
.right_banner p {
  font-size: 16px;
  font-weight: 500;
}
.copy_coupon {
  position: relative;
  max-width: 225px;
  margin-top: 40px;
}
.copy_item {
  background: #fff;
  border-radius: 50px;
  padding: 10px 30px;
}
.copy_item h6 {
  font-size: 17px;
}
.copy_btn {
  position: absolute;
  top: 0;
  right: 0;
  background: #f6c000;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  max-width: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}

/* ============================offer_section=============== */
.offer_section {
  position: relative;
  padding: 0px 0 !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.offer_section .offer_content h2 {
  font-size: 55px;
  line-height: normal;
  font-weight: 600;
  color: #fff;
}
.offer_section .offer_content p {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}
.offer_section .offer_content h3 {
  font-size: 44px;
  line-height: 70px;
  font-weight: 400;
  color: #fff;
}
.offer_section .offer_content h3 span {
  font-size: 74px;
  color: #f6c000;
  font-weight: 700;
}
.offer_section .offer_content h4 {
  font-size: 34px;
  line-height: normal;
  font-weight: 400;
  color: #fff;
}
.offer_section .offer_content h4 span {
  color: #f6c000;
  font-weight: 700;
}
.offer_section .offer_content .cta {
  background: #fff;
  color: #000;
  font-size: 20px;
  position: relative;
  max-width: 267px;
  width: 100%;
  text-align: left;
  padding: 10px 30px;
  font-weight: 600;
  margin-top: 30px;
}
.offer_section .offer_content .cta:hover {
  color: #fff;
}
.offer_section .offer_content .cta::before {
  content: "\f135";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  background: #f6c000;
  color: #222;
  font-size: 20px;
  font-family: bootstrap-icons !important;
}
.offfer_img {
  position: absolute;
  top: 0;
  right: 0;
}

/* ================category=============== */
.category {
  position: relative;
  padding: 60px 0;
}
.category .subheading {
  font-size: 20px;
  letter-spacing: 7px;
  color: #b4b4b4;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.category h2 {
  font-size: 38px;
  color: #000;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.category::before {
  position: absolute;
  content: "";
  background-image: url(/images/cat_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 635px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1268px;
  margin: 0 auto;
  top: 0;
  z-index: -1;
}
.courseTabContent .each_course_tab:not(:first-child) {
  display: none;
}
.course_tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  /* max-width: 900px; */
  margin: 30px auto 80px;
  position: relative;
}
.course_tabs::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  border-radius: 60px;
  background: #e1e4f2;
  left: 0;
  bottom: -20px;
}
.course_tabs li {
  position: relative;
}
.course_tabs li::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 6px;
  border-radius: 60px;
  background: #283882;
  bottom: -20px;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.course_tabs li.active::before {
  width: 100%;
}
.course_tabs .eachCourseTitle img {
  width: 44px;
  height: 44px;
}
.course_tabs .next_btn,
.course_tabs .prev_btn {
  width: 40px;
  height: 40px;
  font-size: 22px;
}
.course_tabs .next_btn {
  right: -22px;
}
.course_tabs .prev_btn {
  /* left: -55px; */
}
.course_tabs .eachCourseTitle a {
  font-size: 15px;
  color: #344054;
  font-weight: 500;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #d4dcff;
  border-radius: 50px;
  padding: 8px;
}
.course_tabs .eachCourseTitle a.active {
  background: #d4dcff;
}
.each_course_list {
  background: #fff;
  position: relative;
  border-radius: 15px;
  border: 1px solid #c1c1c1;
  height: 100%;
}
.course_list_top {
  position: relative;
  padding: 20px;
}
.course_list_top img {
  border-radius: 15px;
  width: 100%;
  min-height: 150px;
}
.course_price {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  align-items: center;
}
.course_price .tag {
  background: #dbe6ff;
  font-size: 12px;
  font-weight: 600;
  color: #000;
}
.priceWrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.priceWrap span {
  font-size: 15px;
  text-decoration: line-through;
  color: #a0a0a0;
}
.course_price h5 {
  font-size: 18px;
  color: #283882;
  font-weight: 700;
}
.course_desc h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
  min-height: 48px;
}
.course_desc h4 a {
  color: #000;
}
.rating li {
  display: inline-block;
}
.rating li + li {
  margin-left: 3px;
}
.courseInfo .rating li i {
  font-size: 14px;
  cursor: pointer;
  color: #f6c000;
}
.rating li span {
  font-size: 13px;
  color: #000;
  font-weight: 600;
}

.courseFilter li {
  display: inline;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  line-height: 19.5px;
  text-align: left;
  color: #000;
  margin-right: 5px;
}
.courseFilter li:not(:last-child):before {
  position: absolute;
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #000;
  top: 50%;
  right: -6px;
}
.course_list_bottom {
  position: relative;
  padding: 20px;
  border-top: 1px solid #c1cce5;
}
.course_list_bottom ul {
  display: flex;
  justify-content: space-between;
}
.course_list_bottom ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #344054;
  position: relative;
}
/* .course_list_bottom ul li:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c1c1c1;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
} */
.courseTabContent .row {
  --bs-gutter-y: 30px;
}
.courseInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.courseInfo a {
  transition: all 0.5s ease-in-out;
  display: inline-flex;
  gap: 10px;
  text-decoration: none;
  color: #fff;
  padding: 6px 15px 6px 15px;
  border-radius: 90px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  background: #283882;
  position: relative;
}
.courseInfo a::before {
  position: absolute;
  content: "";
  background: #c1c1c2;
  bottom: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  border-radius: 90px;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.category .cta {
  color: #000;
  background: #f6c000;
  padding: 9px 30px;
  font-weight: 500;
}
.category .cta:hover {
  color: #fff;
}
.seeMore {
  text-align: center;
  margin-top: 50px;
}
/* =========================ourGoal==================== */
.ourGoal {
  position: relative;
  padding: 60px 0;
  z-index: 1;
}
.ourGoal::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 286px;
  background: #283882;
  top: 0;
  left: 0;
  z-index: -1;
}
.ourGoal h2 {
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  line-height: normal;
  margin-bottom: 40px;
}
.ourGoal .row {
  --bs-gutter-x: 40px;
}
.eachGoal {
  border-radius: 30px;
  padding: 30px;
  position: relative;
  background: #f6c000;
  margin-bottom: 30px;
}
.eachGoal::before {
  position: absolute;
  content: "";
  background: #283882;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.eachGoal .icon {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #306cfe;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 20px;
}
.eachGoal .icon img {
  width: 50px;
  height: 50px;
}
.eachGoal h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.fixedImg {
  position: absolute;
  top: 20px;
  right: 20px;
}
.fixedImg img {
  width: 90px;
  height: 90px;
}

/* ===========================ourExcellence==================== */
.ourExcellence {
  position: relative;
  padding: 0 0 60px !important ;
}
.whyChooseUs .row,
.ourExcellence .row {
  --bs-gutter-x: 80px;
}
.ourExcellence .right_content h2 {
  text-align: left;
  font-size: 38px;
  color: #000;
  line-height: normal;
  margin-bottom: 20px;
  font-weight: 600;
}
.right_content .cta {
  background: #283882;
  color: #fff;
  font-size: 20px;
  position: relative;
  max-width: 267px;
  width: 100%;
  text-align: left;
  padding: 10px 30px;
  font-weight: 600;
  margin-top: 30px;
}
.right_content .cta:hover {
  color: #fff;
}
.right_content .cta::before {
  content: "\f135";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  background: #fff;
  color: #283882;
  font-size: 20px;
  font-family: bootstrap-icons !important;
}

/* =========================.whyChooseUs ================= */
.whyChooseUs {
  position: relative;
  padding: 0 0 60px !important;
}
.whyChooseUs .secHeader {
  text-align: left;
  margin-bottom: 30px;
}
.eachItem {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.eachItem img {
  width: 86px;
  height: 86px;
}
.benifits h6 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}

/* ====================howItWorks============= */
.howItWorks {
  position: relative;
  padding: 60px 0;
}
.howItWorks .secHeader {
  text-transform: uppercase;
  letter-spacing: 30px;
  font-weight: 700;
  color: white;
  font-size: 90px;
  -webkit-text-stroke: 1px #283882;
  text-align: center;
}
.howItWorks .stepWrapper {
  margin-top: 30px;
  background-position: center;
  border-radius: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  border: 10px solid #283882;
  padding: 30px;
  display: flex;
  justify-content: space-around;
  gap: 20px;
}
.each_step {
  position: relative;
  text-align: center;
  width: 33%;
}
.each_step:not(:first-child)::before {
  position: absolute;
  content: "";
  background-image: url(/images/arrow-1.png);
  background-position: center;
  background-size: cover;
  width: 182px;
  height: 26px;
  left: -200px;
  top: 50%;
  transform: translateY(-50%);
}
.step_icon {
  position: relative;
  margin: 0 auto;
  width: 134px;
  height: 134px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step_icon img {
  width: 80px;
  height: 80px;
}
.stepCount {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #283882;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  z-index: 1;
  top: -10px;
  left: -10px;
}
.each_step h5 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  max-width: 210px;
  margin: 15px auto 0;
}

/* ====================testimonials============= */
.testimonials {
  position: relative;
  padding: 60px 0;
}
.testiRight {
  position: relative;
  background: #283882;
  border-radius: 50px;
  padding: 50px 30px 150px;
  padding-left: 165px;
}
.testiRight .topSec {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}
.quoteIcon {
  position: absolute;
  left: 50px;
  top: 30px;
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  background: #f6c000;
  color: #fff;
  border-radius: 50%;
}

.testiRight .topSec h5 {
  font-size: 38px;
  color: #fff;
  font-weight: 600;
}
.each_testimonial {
  position: relative;
}
.each_testimonial h6 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-align: left;
}
.each_testimonial span {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  font-style: italic;
}
.each_testimonial p {
  color: #fff;
  font-size: 18px;
  text-align: left;
}
.each_testimonial .rating {
  margin: 15px 0 20px;
}

.testiRight .swiper-pagination {
  bottom: 60px;
  left: 165px;
  transform: none !important;
  text-align: left;
}

.testiRight .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  opacity: 1;
  background: #fff;
}
.testiRight .swiper-pagination .swiper-pagination-bullet-active {
  background: #f6c000;
}
.testiLeft {
  background: #fff;
  border-radius: 0 300px 300px 0;
  margin-right: -80px;
  position: relative;
  z-index: 1;
}

.floatignRating {
  border-radius: 20px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 90px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 10px;
  right: -60px;
  z-index: 9;
}
.floatignRating h6 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.floatignRating p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
}
.floatignRating h5 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.reviews {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reviews img {
  width: 20px;
  height: 20px;
}

/* ===========course=============== */
.course_list {
  padding: 60px 0 60px !important;
}
.each_filter {
  box-shadow: 0px 0px 16px 0px #00000021;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
}
.each_filter h5 {
  position: relative;
  color: #fff;
}

.heading_separator {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #283882;
  padding: 15px 25px;
  margin-bottom: 15px;
}
/* .each_filter .heading_separator span {
  width: 100px;
  height: 2px;
  background: #283882;
} */
.each_filter_list {
  padding: 25px;
  padding-top: 0;
}
.each_filter_list li {
  align-items: center;
  display: flex;
  gap: 10px;
  font-size: 14px;
  justify-content: space-between;
}
.each_filter_list li + li {
  margin-top: 8px;
}
.each_filter_list li > div {
  align-items: flex-start;
  display: flex;
  gap: 10px;
}
.each_filter_list li span {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark_bg {
  background: #f6c000;
  padding: 3px 6px;
  border-radius: 5px;
}
.custom-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid #283882;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 16px;
  margin-top: 3px;
  flex: 0 0 auto;
}
.custom-checkbox:before {
  color: #283882;
  content: "\f26e";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease-in-out;
}
.custom-checkbox:checked {
  background-color: #283882;
  border: 1px solid #283882;
}
.custom-checkbox:checked:before {
  color: #fff;
  transform: translate(-50%, -50%) scale(1);
}
.courseTopSec {
  margin-bottom: 40px;
}
.header_search {
  display: flex;
  gap: 20px;
  align-items: center;
}
.header_search p {
  color: #5d5858;
  font-size: 14px;
}
.search_area {
  position: relative;
  position: relative;
  width: 100%;
  max-width: 325px;
}
.all_course_list.dashboardList {
  padding: 40px;
}
.all_course_list .row {
  --bs-gutter-y: 30px;
}
.course_search:focus {
  outline: none;
}
.course_search {
  border: 1px solid #b4b4b4;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #5d5858;
  /* border-radius: 200px; */
  width: 100%;
}
.search_icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #283882;
  font-size: 16px;
}
.showMore {
  color: #283882;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  display: block;
}
.custom_pagination ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  background: #f6c000;
  padding: 10px;
  border-radius: 60px;
  max-width: 245px;
  margin: 80px auto 0;
}
.custom_pagination ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  background: transparent;
}
.custom_pagination ul li.active a {
  color: #fff;
  background: #283882;
}
.custom_pagination ul li.prev a {
  color: #fff;
}

.filterOption {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  gap: 10px;
}
.customSelect {
  position: relative;
  max-width: 190px;
}
.viewWrap {
  position: relative;
  text-align: right;
  display: flex;
  gap: 20px;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.gridList ul {
  display: flex;
  gap: 10px;
}
.gridList ul li a {
  border: 2px solid #283882;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000000;
  cursor: pointer;
}
.gridList ul li.active a {
  background: #283882;
  color: #fff;
}
.pagination svg {
  width: 20px;
}

/* ======================inner_banner============= */
.inner_banner {
  position: relative;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 1;
}
.course_banner_section {
  padding: 80px 0 !important;
}
.course_banner_section .parentContent_area {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.course_banner_section .content_area {
  width: 480px;
  text-align: center;
}
.parentContent_area .searchbox {
  position: relative;
}
.parentContent_area .searchicon {
  position: absolute;
  top: 16%;
  right: 0%;
}
.parentContent_area .searchicon {
  background-color: #f6c000;
  padding: 6px 33px;
  border-radius: 5px;
}
.parentContent_area .searchicon i {
  color: #ffffff;
}
.parentContent_area .searchbox input {
  padding: 13px 10px;
}
.inner_banner h1 {
  font-size: 34px;
  font-weight: 600;
  text-transform: capitalize;
}
.arrow {
  max-width: 390px;
}
.course_details_wrapper {
  position: relative;
  margin-left: auto;
  max-width: 550px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
  padding: 40px 25px 25px;
}
.student_group {
  position: absolute;
  max-width: 244px;
  top: -25px;
  right: 10px;
}
.studet_heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.studet_heading img {
  width: 40px;
  height: auto;
}
.studet_heading h6 {
  font-size: 20px;
  font-weight: 600;
}
.rating li {
  display: inline-block;
}
.rating li + li {
  margin-left: 3px;
}
.rating li i {
  font-size: 16px;
  cursor: pointer;
  color: #f6c000;
}
.rating li span {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.btn_group {
  margin-top: 15px;
}
.btn_group .cta {
  padding: 9px 20px;
  font-weight: 500;
}
.btn_group .cta + .cta {
  margin-left: 10px;
}
.purple_bg {
  background: #283882;
}
.blue_bg {
  background: #306cfe;
}
.pink_bg {
  background: #ec5252;
}

/* =======================course===================== */
.course_banner {
  margin-bottom: -120px;
}
.course_banner img {
  max-width: 700px;
  margin-left: auto;
}

/* ================training (17-10-2024) by Anirban============== */
.training_banner .banner_content {
  max-width: 100%;
}
.training_banner .banner_content h1 {
  font-size: 36px;
  line-height: 50px;
  max-width: 100%;
  margin-bottom: 20px;
}
.training_banner .banner_content p {
  font-size: 16px;
  font-weight: 400;
}
.training_banner .banner_content p {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}
.banner_call {
  margin: 30px 0;
}
.banner_call .cta {
  background: #306cfe;
  max-width: 320px;
  width: 100%;
  text-align: left;
}
.banner_call .cta::before {
  content: "\ebb3";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  background: #fff;
  color: #222;
  font-size: 20px;
  font-family: boxicons !important;
}
.training_banner .banner_content .banner_certificate p {
  font-size: 16px;
  margin-bottom: 15px;
}
.training_form {
  position: relative;
  padding: 30px;
  border-radius: 1px solid #00b9ff;
  background: #283882;
  border-radius: 15px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.training_form h5 {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  line-height: normal;
}
.each_enquiry_form {
  position: relative;
  margin-bottom: 15px;
}
.each_form_input {
  position: relative;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e8eaf2;
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.each_form_input::placeholder {
  color: #fff;
  font-size: 14px;
}
.each_form_input:focus {
  outline: none;
}
.training_form .cmn_btn {
  color: #000;
  max-width: 250px;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  margin: 30px auto 0;
  display: block;
}
.training_form .cmn_btn::before {
  background: #fff;
  color: #000;
}
.training_form .cmn_btn:hover {
  color: #fff;
}

.trainingClients {
  position: relative;
  padding: 30px 0;
}
.trainingClients::before {
  position: absolute;
  content: "";
  background: #dbe6ff;
  width: 100%;
  height: 185px;
  top: 0;
  left: 0;
  z-index: -1;
}
.trainingClients .clientSlider {
  position: relative;
  border-radius: 400px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
}

/* ====================exploreCourse==================== */
.exploreCourse {
  padding: 60px 0;
}
.secTop {
  text-align: center;
  max-width: 1210px;
  margin: 0 auto 40px;
}
.each_explore_course {
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
.course_description {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.course_description h5 a {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.goBtn {
  width: 30px;
  height: 30px;
  font-size: 14px;
  border-radius: 50%;
  background: #283882;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.goBtn a {
  color: #fff;
}
.exploreCourse .row {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 15px;
}
.seeAllCourse {
  text-align: center;
  margin-top: 50px;
}
.seeAllCourse .cmn_btn {
  background: #283882;
  width: 100%;
  max-width: 268px;
}
.onlineCourse {
  padding: 30px 0 50px;
}
.onlineCourseImg ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.onlineCourseImg ul li img {
  width: 120px;
  height: 120px;
}

.cmn_btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 2;
  text-align: left;
  border: none;
  padding: 16px 30px;
  background: #f6c000;
  border-radius: 60px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cmn_btn::before {
  content: "\f135";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  background: #f6c000;
  color: #222;
  font-size: 20px;
  font-family: bootstrap-icons !important;
}
.cmn_btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background: #041047;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.cmn_btn:hover {
  color: #fff;
}
.cmn_btn:hover:after {
  left: 0;
  opacity: 1;
}
.course_description_trainning {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.course_description_trainning h5 a {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.subheading {
  font-size: 20px;
  letter-spacing: 7px;
  color: #b4b4b4;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.aniHeading {
  font-size: 38px;
  color: #000;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

/* ===================new page(Hot Deals)============================= */
/* ===================hot deal================= */
.hotDealPromo {
  position: relative;
  padding: 60px 0;
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}
.hotDealPromo .each_banner .left_item h5 {
  margin-top: 0;
  line-height: normal;
}
.hotDealPromo .each_banner .left_item p {
  font-size: 16px;
  font-weight: 500;
}
.hotDealTesti img {
  max-width: 575px;
}
.hotDealTesti {
  border-radius: 0;
  margin-right: -65px;
}
.hotDealTesti .floatignRating {
  bottom: 80px;
  right: -90px;
}
/* ======================fulActionCourses=============== */
.fulActionCourses {
  position: relative;
  background: #f5f7fe;
}
.fulActionCourses .right_content p {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}
.fulActionCourses .right_content h3 {
  font-size: 50px;
  line-height: 70px;
  color: #000;
  font-weight: 600;
  margin-bottom: 30px;
}
.fulActionCourses .right_content h6 {
  font-size: 30px;
  line-height: 24px;
  color: #000;
}
.fulActionCourses .right_content h3 > span {
  color: #283882;
}
.anRightImage {
  position: relative;
}
.totalCourse {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 50px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  padding: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.totalCourse .bookIcon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fc3c6b;
  border-radius: 50%;
}

.totalCourse .bookIcon i {
  color: #fff;
  font-size: 26px;
}
.track-video {
  width: 100%;
}

/* ==================certificate================ */
.certificate {
  position: relative;
  padding: 60px 0;
}

.certificate .itemImage img {
  border-radius: 30px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}
.certificate .row {
  --bs-gutter-x: 75px;
}
.certificate .row:nth-child(even) {
  flex-direction: row-reverse;
  padding-top: 70px;
}
.certificate .right_content h4 {
  font-size: 38px;
  line-height: 70px;
  font-weight: 600;
}
.certificate .right_content h6 {
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
  margin: 10px 0;
}
.certificate .right_content p {
  font-size: 16px;
  line-height: 30px;
}
.certificate .right_content .cta {
  background: #f6c000;
  max-width: 250px;
}
.certificate .right_content ul li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
}
.certificate .right_content ul li + li {
  margin-top: 10px;
}
.certificate .right_content ul li::before {
  position: absolute;
  content: "\f26b";
  font-family: bootstrap-icons !important;
  font-size: 24px;
  line-height: normal;
  color: #306cfe;
  top: 0;
  left: 0;
}

/* ===========forgot-password=========== */

.headerImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 465px;
}
.forgotPwdWrapper {
  position: relative;
  background: #f7f9fd;
  padding: 60px 0 100px;
  margin-top: 40px;
}
.pwdCanvas {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.pwdCanvas h5 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.formLeft {
  position: relative;
  background: #283882;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
  min-height: 435px;
}
.formLeft p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}
.formLeft .each_form {
  position: relative;
  margin-bottom: 15px;
}
.formLeft .each_form label {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 8px;
  color: #fff;
  font-weight: 500;
}
.formLeft .each_form .each_input {
  position: relative;
}
.formLeft .each_form span {
  font-size: 14px;
  display: inline-block;
  margin-top: 8px;
  color: #fff;
  font-weight: 400;
}
.each_input_wrap {
  position: relative;
  border: 0.5px solid #fff;
  border-radius: 24px;
  background: transparent;
  font-size: 14px;
  width: 100%;
  color: #fff;
  font-weight: 500;
  padding: 7px 10px 7px 40px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #283882 inset !important;
  color: #fff;
}
.each_input_wrap::placeholder {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.each_input_wrap:visited {
  background: transparent;
}
.input_icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.eye_icon {
  position: absolute;
  border: none;
  background: transparent;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}
.formLeft .cta {
  background: #fff;
  color: #000;
  width: 100%;
  border: none;
  text-transform: capitalize;
  font-weight: 500;
  padding: 7px 10px 7px 10px;
  margin-top: 30px;
}
.formLeft .cta:hover {
  color: #fff;
}
.backToLogin {
  text-align: center;
  margin-top: 20px;
}
.backToLogin a {
  color: #f6c000;
}
.loginImg img {
  mix-blend-mode: multiply;
}
.loginCanvas .formLeft p {
  text-align: center;
}
.remembered_input {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.remembered_input a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.remembered_input label {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.loginCanvas .formLeft .cta {
  max-width: 250px;
  margin: 30px auto 0;
  display: block;
}
.loginCanvas .formLeft h6 {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 45px;
  text-align: center;
  font-weight: 600;
}
.loginCanvas .formLeft .orText {
  margin: 15px 0;
}
.loginCanvas .formLeft .signUp {
  margin-top: 0;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.loginCanvas .formLeft .signIn {
  background: #f6c000;
  color: #000;
}
.loginCanvas .formLeft .signIn:hover {
  color: #fff;
}
.loginCanvas .formLeft .signUp:hover {
  border: 1px solid #283882;
}

/* ==============membership=============== */
.training_banner::before {
  display: none;
}
.main_banner h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}
.banner_list_item {
  position: relative;
}
.banner_list_item li {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
}
.banner_list_item li + li {
  margin-top: 20px;
}
.banner_list_item li::before {
  content: "\F26A";
  font-family: bootstrap-icons !important;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 26px;
  line-height: normal;
  color: #000;
}
.memberBtn .cta {
  max-width: 350px;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 50px 10px 20px;
}
.memberBtn .cta::before {
  content: "\f135";
  font-family: bootstrap-icons !important;
}
.ourBenefits {
  position: relative;
  padding: 60px 0;
  background: #283882;
}
.memebrBenefits {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.eachBenefits {
  position: relative;
  display: flex;
  gap: 15px;
  align-items: center;
}
.eachBenefits img {
  width: 60px;
  mix-blend-mode: plus-lighter;
  height: 60px;
  margin-bottom: 10px;
}

.benifitsDesc h6 {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.benifitsDesc p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.keyHighlights {
  position: relative;
  padding: 60px 0;
}
.keyHighlistsDesc h3 {
  font-size: 34px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 50px;
}
.keyHighlistsDesc ul {
  position: relative;
  gap: 20px;
  display: grid;
  grid-template-columns: auto auto;
}
.keyHighlistsDesc ul li {
  position: relative;
  font-size: 16px;
  line-height: normal;
  color: #000;
  padding-left: 40px;
}

.keyHighlistsDesc ul li::before {
  content: "\F26b";
  font-family: bootstrap-icons !important;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 26px;
  line-height: normal;
  color: #000;
}
.keyHighlightsImg {
  position: relative;
}
.keyHighlightsImg img {
  width: 420px;
  height: 420px;
  border-radius: 30px;
  margin-left: auto;
}
.highlightBox {
  position: absolute;
  width: 290px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #283882;
  padding: 25px;
  border-radius: 30px;
}
.highlightBox p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 20px;
}
.highlightBox .cmn_btn {
  padding: 10px 20px;
  max-width: 215px;
  font-weight: 600;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
}
.highlightBox .cmn_btn::before {
  background: #fff;
}
.primeStudent {
  position: relative;
  padding: 60px 0;
}
.primeStudent::before {
  position: absolute;
  content: "";
  background: #dbe6ff;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  z-index: -1;
}
.primeStudent .row {
  --bs-gutter-x: 110px;
}
.primeStudent h3 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 40px;
  font-weight: 600;
}
.eachPrimeStudent {
  text-align: center;
  position: relative;
}
.imgBox {
  position: relative;
  margin: 0 auto;
  width: 185px;
  height: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 5px solid #f6c000;
  background: #283882;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}
.imgBox img {
  width: 100px;
  height: 100px;
}
.eachPrimeStudent p {
  font-size: 18px;
  line-height: normal;
  margin-top: 20px;
}
.howToStart {
  position: relative;
  padding: 60px 0;
}
.howToLeft {
  position: relative;
}
.howToLeft h3 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 50px;
}
.eachStartItem {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 30px;
}
.eachStartItem img {
  border-radius: 20px;
  width: 220px;
}
.anDesc h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.anDesc ul li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding-left: 40px;
}
.anDesc ul li + li {
  margin-top: 10px;
}
.anDesc ul li::before {
  content: "\F269";
  font-family: bootstrap-icons !important;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 26px;
  line-height: normal;
  color: #000;
}
.startImg {
  border-radius: 20px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
}
.howToStart .row {
  --bs-gutter-x: 50px;
}
.studentTestimonial {
  position: relative;
  background: #f2f6ff;
  padding: 60px 0;
}
.studentTestimonial .row {
  --bs-gutter-x: 90px;
}
.testimonial_left h3 {
  font-size: 34px;
  font-weight: 600;
  color: #000;
  margin-bottom: 40px;
}
.testimonial_left .each_testimonial p,
.testimonial_left .each_testimonial h6 {
  color: #000;
}
.testimonial_left .each_testimonial span {
  color: #5d5858;
}
.testiImg {
  mix-blend-mode: multiply;
}
.testimonial_left {
  position: relative;
  height: 100%;
}
.testimonial_left .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
}
.testimonial_left .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #c1c1c1;
  opacity: 1;
}
.testimonial_left .swiper-pagination .swiper-pagination-bullet-active {
  background: #283882;
}
.faq {
  position: relative;
  padding: 60px 0;
}
.faq .row {
  --bs-gutter-x: 50px;
}
.faq h3 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 40px;
}
.eachFaq {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.eachFaq h6 {
  font-size: 18px;
  position: relative;
  font-weight: 600;
  transition: transform 0.3s ease;
  padding-right: 50px;
}
.eachFaq h6::before {
  content: "\F282";
  font-family: bootstrap-icons !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 18px;
  line-height: normal;
  color: #000;
  transition: transform 0.3s ease;
}
.eachFaq h6.active::before {
  transition: transform 0.3s ease;
  transform: translateY(-50%) rotate(180deg);
}
.eachFaq p {
  font-size: 14px;
  margin-top: 15px;
  line-height: 24px;
  font-weight: 400;
  display: none;
}

/* =================Student Dashboard=============== */
.dashboardBanner {
  background-color: #283882;
  padding: 55px 0;
}
.dashboardBanner .content_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboardBanner h1,
.dashboardBanner li,
.dashboardBanner a {
  color: #fff;
}
.dashboardBanner li + li::before {
  background: #fff;
}
.dashboardBanner a:hover {
  color: #f6c000;
}
.dashboardBanner .site-breadcrumb {
  margin: 0;
}

.allCourse .search_area {
  max-width: 240px;
}
.allCourse .course_search {
  border-radius: 6px;
  border-color: #306cfe;
}
.allCourse .search_icon {
  color: #000;
}
.customSelect {
  border-color: #306cfe;
}
/*===================Cart=================== */
.cart {
  padding: 60px 0;
}
.courseCart {
  background-color: #f5f7fe;
  padding: 15px 30px;
  border: 1px solid #dbe6ff;
  border-radius: 10px;
  margin-bottom: 18px;
}
.courseCart p {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.courseCard {
  padding: 18px 30px;
  border: 1px solid #dbe6ff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-bottom: 18px;
}
.courseCard .video-content img {
  border-radius: 20px;
  height: 122px;
  object-fit: cover;
}
.courseCard .video-content a img {
  height: auto;
  max-width: 20px;
}
.courseCard .video-content .video-btn {
  width: 44px;
  height: 44px;
}
.cartCourseCont span {
  font-weight: 600;
}
.cartCourseCont p {
  margin-bottom: 10px;
}
.close {
  display: flex;
  justify-content: end;
}
.remove {
  background-color: #ff0000;
  border-radius: 50px;
  border: none;
  width: 24px;
  height: 24px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cuponPart input {
  background: #e7edff;
  border-radius: 10px;
  border: none;
  padding: 19px 26px;
}
.cuponPart input::placeholder {
  color: #000;
  font-size: 18px;
}
.cuponForm {
  position: relative;
}
.cuponForm .cta-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.cuponForm .cta-btn:hover {
  color: #fff;
}
.cuponPart .cta-btn {
  padding: 19px 39px;
  font-weight: 700;
  border: none;
  background-color: #ff9800;
  color: #000;
  font-size: 18px;
}
.update .cta-btn {
  width: 100%;
}
.cardTotals {
  padding: 30px 35px;
  background: #f5f7fe;
  border: 1px solid #283882;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  border-radius: 15px;
}
.cardTotals h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: #283882;
}
.totalTax {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.totalCost {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 30px;
}
.totalTax:nth-child(3) {
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #3a3a3a;
}
.totalTax p {
  font-size: 18px;
  color: #283882;
}
.totalCost p {
  font-size: 18px;
  font-weight: 700;
  color: #283882;
}
.cardTotals .cta-btn {
  width: 100%;
  padding: 12px 13px;
  font-size: 18px;
  background: #283882;
  border: none;
  font-weight: 600;
}
.add {
  background: #fff;
  color: #150202;
  border: 1px solid #283882;
  margin-top: 20px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
}
.add:after {
  border: 1px solid #344054;
}
.video-btn {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  opacity: 1;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease-in-out;
}
.video-btn::before,
.video-btn::after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 10px solid #ffffffb3;
  -webkit-animation: zoomBig 3.25s linear infinite;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 10px;
  }
  40% {
    opacity: 0.5;
    border-width: 5px;
  }
  65% {
    border-width: 1px;
  }
}
.video-content {
  position: relative;
}

/* ====================Anirban============== */
#tab2 li {
  border: 1px solid #e8eef7;
  padding-left: 0;
  border-radius: 5px;
}
.eachCourseDetails {
  position: relative;
  padding: 20px 26px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: capitalize;
}
.eachCourseDetails i {
  color: #283882;
  font-size: 22px;
}
.eachCourseDetails:hover {
  background-color: #f2f5fa;
}
.courseContent {
  border-top: 1px solid #e8eef7;
  padding: 20px;
  display: none;
}
.courseContent .courseVideo {
  max-width: 400px;
}
.lock-icon {
  position: absolute;
  top: 15px;
  right: 16px;
  background: #f6c000;
  padding: 5px 20px;
  border-radius: 20px;
}
.eachCourseDetails .lock-icon i {
  color: #000000;
}
.courseDetailsTopSec {
  margin-bottom: 30px;
}
.isPlaying .playBtn {
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 300ms;
}
.isPlaying:hover .playBtn {
  opacity: 1;
  visibility: visible;
}

.courseChapterVideo {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  background: #000;
  border-radius: 6px;
}
canvas {
  background-color: #000;
}
.goFullScreen {
  position: absolute;
  bottom: 16px;
  right: 16px;
  background: transparent;
  color: #fff;
  border: none;
  padding: 0;
}
.playBtn {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  background: #00000073;
  border: 2px solid #ffffff66;
  color: #fff;
  /* border: none; */
  padding: 0;
  font-size: 46px;
  border-radius: 50px;
}
.tab-content .video-progress {
  position: absolute;
  bottom: 6px;
  left: 5px;
  margin: 0;
  color: #fff;
  margin: 0;
  font-size: 14px;
}
.track-video {
  width: 100%;
  height: 100%;
  display: block;
}
.cart {
  text-align: center;
}
/*====================================================== Responsive ========================================*/
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1438px;
  }
}
@media only screen and (max-width: 1680px) {
  .inner_banner_content h1 {
    font-size: 60px;
    line-height: 85px;
    margin: 0 0 45px;
  }
  .inner_banner_content .all_info {
    margin: 0 0 15px;
  }
  .inner_banner_content .all_info .each_info {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 1440px) {
  .hero_banner .banner_content h2 {
    font-size: 60px;
    line-height: 82px;
    margin: 0 0 30px;
  }
  .left_item h5 span {
    font-size: 28px;
    font-weight: 800;
  }
  .right_banner {
    min-height: 305px;
  }
  .offer_section .offer_content h2 {
    font-size: 34px;
  }
  .offer_section .offer_content h3 {
    font-size: 26px;
    line-height: 40px;
  }
  .offer_section .offer_content h3 span {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1370px) {
  .container {
    /* position: relative; */
    max-width: 1170px !important;
    margin: 0 auto;
    padding: 0 15px;
    width: 100% !important;
  }
  .navigation_sec .nav_sec > ul > li + li {
    margin-left: 15px;
  }
  .navigation_sec .nav_sec > ul > li a {
    font-size: 14px;
  }
  .hero_banner .banner_content h2 {
    font-size: 55px;
    line-height: 75px;
    margin: 0 0 20px;
  }
  .hero_banner .banner_content p {
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    max-width: 575px;
    margin: 0 0 30px;
  }
  .cta {
    font-size: 14px;
  }
  .offer_section .offer_content .cta {
    font-size: 16px;
    max-width: 240px;
  }
  .course_desc h4 {
    font-size: 16px;
    font-weight: 600;
  }
  .courseInfo a {
    padding: 6px 10px 6px 10px;
    border-radius: 90px;
    font-size: 12px;
  }
  .course_tabs .eachCourseTitle a {
    font-size: 12px;
  }
  /*=========================*/
  .inner_banner_content h1 {
    font-size: 55px;
    line-height: 80px;
    margin: 0 0 30px;
  }
  .inner_banner_content {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .hero_banner .banner_content h2 {
    font-size: 45px;
    line-height: 65px;
  }
  .contactUs .contact-wrap .contact-left .contact-address ul li p {
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .main_header {
    padding: 12px 0;
  }

  span.toggle-menu img {
    float: left;
  }

  span.toggle-menu {
    width: auto;
    float: right;
    margin: 0;
    padding: 7px;
    display: block;
    cursor: pointer;
    background: #283882;
    border-radius: 5px;
  }

  .navigation_sec .nav_sec {
    width: 280px;
    height: 100%;
    float: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    padding: 70px 0 0;
    background: #283882;
    display: block;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .navigation_sec .nav_sec.slidein {
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .navigation_sec .nav_sec .cls-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background: url(../images/cross.png) no-repeat center;
  }
  .navigation_sec .nav_sec > ul {
    text-align: left;
  }
  .navigation_sec .nav_sec ul > li {
    display: block;
    padding-bottom: 0;
    width: 100%;
    margin: 0;
  }
  .navigation_sec .nav_sec ul > li + li {
    margin-left: 0;
  }
  .navigation_sec .nav_sec ul > li a {
    color: #fff;
    padding: 11px 15px;
    font-size: 15px;
    border-radius: 0;
    display: block;
  }
  .navigation_sec .nav_sec ul > li:hover > a,
  .navigation_sec .nav_sec ul > li.active > a {
    background: #46b298;
    color: #fff;
  }

  .navigation_sec .nav_sec img {
    display: inline-block;
    vertical-align: middle;
  }
  .navigation_sec .nav_sec i {
    float: left;
    font-style: normal;
    color: #fff;
    line-height: 30px;
    font-size: 21px;
    font-weight: 600;
  }
  .navigation_sec .nav_sec ul > li:hover ul {
    display: none;
  }
  .nav_sec li.active {
    background: none;
    border-radius: 23px;
    padding: 0 !important;
  }
  .navigation_sec .nav_sec ul > li ul {
    width: 100%;
    background: #197496;
    position: static;
    top: 100%;
    left: 0;
    text-align: left;
    display: none;
    border-radius: 0;
    padding: 0;
  }
  .navigation_sec .nav_sec ul li ul li + li {
    border-top: 1px solid #0391c6;
  }
  .navigation_sec .nav_sec ul li ul li a {
    padding: 6px 24px;
    color: #fff;
    font-size: 14px;
  }
  .navigation_sec .nav_sec ul ul > li:hover > a,
  .navigation_sec .nav_sec ul ul > li.active > a {
    background: #1bbde9;
    color: #fff;
  }

  .navigation_sec .nav_sec ul li .arw-nav {
    width: 40px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    cursor: pointer;
    background: url(../images/arw.png) no-repeat center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .navigation_sec .nav_sec ul li .arw-nav.actv {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navigation_sec .nav_sec > ul > li + li {
    margin-left: 0;
  }
  .navigation_sec .nav_sec > ul > li a {
    font-size: 16px;
  }
  .hero_banner {
    background-position: center;
  }
  .hero_banner .banner_content {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 6px;
    text-align: center;
  }
  .hero_banner .banner_content h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 10px;
  }
  .hero_banner .banner_content p {
    text-align: center;
    margin: 0 0 20px;
  }
  .about_bottom .each_about_box img {
    max-width: 60px;
  }
  .about_bottom .row {
    --bs-gutter-x: 20px;
  }
  .about_bottom .each_about_box span,
  .about_bottom .each_about_box .purecounter {
    font-size: 22px;
  }
  .about_bottom .each_about_box p {
    font-size: 14px;
    font-weight: 400;
  }
  .about_bottom {
    padding: 30px 0;
  }
  .about-area .section_top .heading {
    font-size: 32px;
  }
  .about-area .section_top p {
    font-size: 14px;
  }
  .about-area .section_top .cta {
    margin-top: 25px;
  }
  .about_inner {
    padding: 20px;
  }
  .heading {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .subheading {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .join_us .join_our_team .heading {
    font-size: 32px;
    line-height: 40px;
  }
  .join_us .join_our_team .section_content {
    font-size: 14px;
    line-height: 22px;
    max-width: 700px;
    margin: 15px auto 30px;
  }
  .problem_wrap .heading {
    max-width: 495px;
    margin: 10px auto;
    font-size: 28px;
    line-height: 44px;
  }
  .problem_wrap .arrow_down img {
    margin: 15px auto;
  }
  .problem_wrap .each_problem_slider img {
    border-radius: 10px;
  }
  .problem_slider_wrap,
  .problem_wrap .each_problem_slider {
    border-radius: 10px;
    padding: 0 15px;
    overflow: hidden;
  }
  .problem_wrap .problem_content {
    max-width: 100%;
    padding: 0 30px;
    margin-top: 20px;
  }
  .problem_wrap .each_problem_wrap:nth-child(even) .problem_content {
    margin-left: 0;
  }
  .problem_wrap .each_problem_wrap:nth-child(even) .problem_slider_wrap,
  .problem_wrap .each_problem_wrap:nth-child(even) .each_problem_slider,
  .problem_wrap .each_problem_wrap:nth-child(even) .each_problem_slider img {
    border-radius: 10px;
    overflow: hidden;
  }
  .problem_wrap .problem_content span {
    font-size: 36px;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  .problem_wrap .problem_content p {
    font-size: 14px;
  }
  .problem_wrap .each_problem_wrap {
    margin-bottom: 25px;
  }
  .problem_wrap .swiper-horizontal > .swiper-pagination-bullets,
  .problem_wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
  .problem_wrap .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 15px;
  }

  .our_solution .section_top .heading {
    color: #fff;
    font-size: 32px;
  }
  .our_solution {
    padding: 50px 0;
  }
  .our_solution .each_solution p {
    font-size: 14px;
    line-height: 20px;
  }
  .our_solution .all_solution_box {
    gap: 16px;
  }
  .direct_impact .heading {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .direct_impact .impact_wrap {
    gap: 25px;
    margin-top: 20px;
    flex-direction: column;
  }
  .direct_impact .impact_wrap .impact_content ul li img {
    width: 25px;
    height: 25px;
  }
  .direct_impact .impact_wrap .impact_content ul li {
    gap: 10px;
  }
  .direct_impact .impact_wrap .impact_content ul li p {
    font-size: 16px;
  }
  .direct_impact .impact_wrap .impact_content ul li + li {
    margin-top: 0;
  }
  .direct_impact .impact_wrap .impact_content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .impact_content {
    padding: 0 25px 25px;
  }
  .direct_impact .know_more_about .know_more_left span {
    font-size: 18px;
  }
  .direct_impact .know_more_about .know_more_left .heading {
    font-size: 32px;
    line-height: 46px;
  }
  .direct_impact .know_more_about .know_more_left {
    border-left: 6px solid #46b298;
    padding-left: 10px;
    margin-bottom: 15px;
  }
  .video_section .video_list {
    margin-top: 10px;
    margin-bottom: 25px;
  }

  .video_section .video_slider .each_big_video .video_btn i {
    font-size: 38px;
  }
  .video_section .video_slider .each_big_video .video_btn p {
    font-size: 22px;
  }
  .testimonial_sec .heading {
    font-size: 32px;
  }
  .testimonial_img .testimonial_img_slider {
    width: 170px;
    height: 170px;
  }
  .testimonial_img .testimonial_img_slider img {
    width: 170px;
    height: 170px;
  }
  .testimonial_content .each_testimonial_slider {
    padding: 20px 30px;
    border-radius: 10px;
  }
  .testimonial_content .each_testimonial_slider .main_content {
    font-size: 14px;
  }
  .testimonial_content .quote_left,
  .testimonial_content .quote_right {
    font-size: 18px;
  }
  .testimonial_content .quote_left {
    left: 10px;
    top: 10px;
  }
  .testimonial_content {
    border-radius: 10px;
  }
  .testimonial_content .testi_owner p {
    font-size: 14px;
  }

  .testimonial_content .swiper-horizontal > .swiper-pagination-bullets,
  .testimonial_content .swiper-pagination-bullets.swiper-pagination-horizontal,
  .testimonial_content .swiper-pagination-custom,
  .swiper-pagination-fraction {
    display: none;
  }
  .testimonial_content .testi_owner span {
    font-size: 12px;
  }
  .testimonial_sec .arrow_down {
    margin-bottom: 15px;
  }
  .awards {
    padding: 30px 0;
  }
  .awards .graphics_bg_bottom {
    bottom: 0;
  }
  .arrow_down img {
    height: 30px;
  }
  .teams {
    padding: 30px 0 60px;
  }
  .teams .team_slider_wrap .each_team_slider img {
    width: 86px;
    height: 86px;
    margin: -42px auto 10px;
  }
  .teams .team_slider_wrap .each_team_slider h6 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .teams .team_slider_wrap .each_team_slider i {
    font-size: 28px;
  }
  .teams .team_slider_wrap .each_team_slider p {
    font-size: 14px;
    min-height: 44px;
    margin-bottom: 10px;
  }
  .teams .team_slider_wrap .each_team_slider {
    padding: 0 20px 20px;
  }

  .teams .team_btn .cta {
    padding: 10px 23px;
  }
  .teams .swiper-horizontal > .swiper-pagination-bullets,
  .teams .swiper-pagination-bullets.swiper-pagination-horizontal,
  .teams .swiper-pagination-custom,
  .teams .swiper-pagination-fraction {
    margin-top: 30px;
  }
  .banner_main .swiper-pagination-bullet,
  .problem_wrap .swiper-pagination-bullet,
  .teams .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .teams .team_btn {
    margin-top: 10px;
  }
  .contact_address {
    padding: 30px 0;
  }
  .getInTouch .contact_address h5 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .getInTouch .contact_address ul li p,
  .getInTouch .contact_address ul li a {
    font-size: 16px;
  }
  .getInTouch .contact_address ul li i {
    font-size: 20px;
  }
  .getInTouch .contact_address ul li + li {
    margin-top: 15px;
  }
  .getInTouch::before {
    position: absolute;
    background: #000;
    content: "";
    width: 100%;
    height: 70%;
    bottom: 0;
    right: 0;
    top: unset;
  }
  .getInTouch .contact_form .roha_form_input .each_form_input {
    padding: 10px 15px;
    margin-bottom: 15px;
  }
  .getInTouch .contact_form .roha_contact_form {
    border-radius: 15px;
    max-width: 554px;
  }
  .subscribe_area {
    padding: 30px 0 15px;
  }
  .subscribe_left {
    margin-bottom: 15px;
  }
  .subscribe_area .subscribe_left h5 {
    font-size: 32px;
  }
  .main_footer {
    padding: 25px 0 0;
  }
  .getInTouch .contact_form .form_btn .cta {
    min-width: 130px;
    padding: 10px 20px 10px 10px;
  }
  .main_footer .footer_logo {
    max-width: 150px;
    padding: 10px;
  }
  .copyright_text {
    padding: 20px 0;
  }
  .main_footer .footer_top {
    padding: 60px 0 15px;
  }

  .awards .awards_inner .heading {
    padding: 20px;
    margin: 0;
  }
  .testi_owner {
    padding-top: 10px;
  }

  .cta {
    padding: 6px 10px;
    font-size: 15px;
    min-width: 130px;
  }
  .inner_about .heading {
    font-size: 32px;
  }
  .about_text {
    margin-bottom: 20px;
  }
  .inner_banner {
    padding: 60px 0 40px;
  }
  .border_bottom_patern {
    bottom: 0;
    left: 0;
  }
  .inner_about .heading {
    font-size: 24px;
  }
  .inner_about .about_img .about_img_2 {
    max-width: 380px;
    position: static;
    margin-top: 20px;
  }
  .inner_about .about_img::before {
    display: none;
  }
  .inner_about .about_img .bull_img {
    display: none;
  }
  .about_inner_box {
    padding: 0;
  }
  .inner_about .about_roha {
    margin-top: 30px;
  }
  .inner_about .about_bottom_text {
    margin: 20px auto 10px;
  }
  .inner_about .about_bottom_text p {
    font-size: 14px;
  }
  .inner_about_bottom .each_about_box {
    padding: 20px 0 0;
  }
  .subscribe_area .subscribe_left p {
    font-size: 14px;
  }
  .inner_contact_top .each_contact_box .icon_holder {
    width: 65px;
    height: 65px;
    margin: 0 auto 15px;
  }
  .inner_contact_top .each_contact_box .icon_holder i {
    font-size: 28px;
  }
  .inner_contact_top .each_contact_box h6 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .inner_contact_top .each_contact_box p,
  .inner_contact_top .each_contact_box a {
    font-size: 14px;
  }
  .inner_contact_top .each_contact_box {
    min-height: 225px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .contact_map .inner_contact_left h5 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .contact_map .inner_contact_left p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .contact_map .inner_contact_left .map_item iframe {
    border-radius: 10px;
    border: 5px solid #fff !important;
    height: 320px;
  }
  .contact_map {
    padding: 30px 0;
  }
  .inner_contact_form {
    border-radius: 10px;
  }
  .problem_wrap .each_problem_wrap .row {
    --bs-gutter-x: 20px;
  }
}

@media only screen and (max-width: 840px) {
}

@media only screen and (max-width: 767px) {
  .inner_banner_content h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 575px) {
  .header_right ul {
    margin-top: 15px;
  }
  .main_header .logo {
    flex-direction: column;
    gap: 5px;
  }
  .main_header .logo img {
    max-width: 100px;
  }
  .main_header .logo_text {
    font-size: 10px;
    padding-left: 0;
    border: none;
  }
  .hero_banner {
    min-height: 70vh;
    background-position: center bottom;
  }
  .hero_banner .banner_content h2 {
    font-size: 24px;
    line-height: 40px;
  }
  .inner_banner_content ol li {
    font-size: 16px;
  }
  .hero_banner .banner_content p {
    font-size: 15px;
    line-height: 25px;
  }
  .cta {
    padding: 12px 10px;
    font-size: 15px;
    min-width: 145px;
  }

  .hero_banner .banner_content a.cta {
    min-width: 128px;
  }
  .about_bottom {
    padding: 0;
  }
  .about_bottom .each_about_box {
    margin-bottom: 30px;
  }
  .about-area {
    margin-top: 0;
  }
  .banner_main .swiper-horizontal > .swiper-pagination-bullets,
  .banner_main .swiper-pagination-bullets.swiper-pagination-horizontal,
  .banner_main .swiper-pagination-custom,
  .banner_main .swiper-pagination-fraction {
    bottom: 20px;
  }
  .join_us .join_our_team .heading {
    font-size: 24px;
    line-height: 30px;
  }

  .subheading {
    font-size: 14px;
    line-height: 18px;
  }
  .join_us .join_our_team .section_content {
    font-size: 14px;
    line-height: 18px;
    margin: 15px auto 30px;
  }
  .problem_wrap .heading {
    max-width: 300px;
    margin: 10px auto;
    font-size: 18px;
    line-height: 32px;
  }
  .problem_wrap .problem_content span {
    font-size: 26px;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .problem_slider_wrap,
  .problem_wrap .each_problem_slider {
    border-radius: 20px;
    padding: 0 8px;
  }
  .problem_wrap .problem_content {
    max-width: 100%;
    padding: 0 15px;
    margin-top: 20px;
  }
  .our_solution .all_solution_box {
    flex-direction: column;
  }
  .our_solution .each_solution {
    margin: 10px 0;
    max-width: 100%;
  }
  .our_solution .section_top .heading {
    line-height: 30px;
    font-size: 24px;
  }
  .direct_impact .heading {
    font-size: 24px;
  }
  .direct_impact .know_more_about .know_more_left .heading {
    font-size: 24px;
    line-height: 30px;
  }
  .direct_impact .know_more_about .know_more_left span {
    font-size: 14px;
  }
  .video_section .video_list .video_thumb .each_video_thumb {
    border: 2px solid #fff;
  }
  .video_section .video_slider .each_big_video .video_btn i {
    font-size: 24px;
  }
  .video_section .video_slider .each_big_video .video_btn p {
    font-size: 16px;
  }
  .testimonial_sec .heading {
    font-size: 24px;
  }
  .testimonial_sec .row {
    flex-direction: row-reverse;
  }
  .testimonial_sec .row {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .testimonial_content .quote_right {
    right: 20px;
    top: 50%;
  }
  .heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .getInTouch .contact_address h5 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .getInTouch .contact_address ul li p,
  .getInTouch .contact_address ul li a {
    font-size: 14px;
  }
  .subscribe_area .subscribe_left h5 {
    font-size: 24px;
  }
  .subscribe_area .subscribe_right .subscribe_btn {
    font-size: 12px;
    padding: 0 15px;
  }
  .subscribe_area .subscribe_right .subs-email {
    font-size: 16px;
    padding: 10px 10px;
  }
  .main_footer .social_links {
    margin: 15px 0 20px;
    gap: 20px;
  }
  .main_footer .footer_top h4 {
    margin: 0 0 10px;
  }
  .main_footer .footer_nav ul li {
    margin: 0 0 5px;
  }
  .main_footer .second_col {
    margin-bottom: 20px;
  }
  .about_inner {
    border-radius: 0;
  }
  .main_footer .footer_top {
    padding: 30px 0 15px;
  }
  .main_footer .footer_logo {
    max-width: 100px;
    padding: 6px;
  }
  .inner_about {
    padding: 20px 0;
  }
  .inner_about .about_roha {
    border-radius: 10px;
  }
  .inner_about .about_img img {
    border-radius: 10px;
  }
  .gallery_img {
    padding: 30px 0;
  }
  .gallery_img .loadmore {
    text-align: center;
    margin-top: 30px;
  }
  .inner_contact_top .each_contact_box {
    min-height: auto;
    padding: 20px;
    margin-bottom: 20px;
  }
  .inner_contact_top {
    padding: 30px 0;
  }
  .inner_contact_top .each_contact_box .icon_holder {
    width: 45px;
    height: 45px;
    margin: 0 auto 15px;
  }
  .inner_contact_top .each_contact_box .icon_holder i {
    font-size: 22px;
  }
  .inner_contact_form h5,
  .contact_map .inner_contact_left h5 {
    font-size: 24px;
  }
  .inner_contact_form .roha_form_input .each_form_input {
    padding: 8px 10px;
  }
  .teams .heading {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .hero_banner .banner_content h2 {
    font-size: 29px;
    line-height: 30px;
  }
  .inner_banner_content h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .subscribe-content form .form-group {
    width: 33%;
  }
  .subscribe-content form .cta {
    margin-top: 15px;
  }
}
.nocourse {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* height: 300px; */
  /* background-color: #f3f4f6; */
  border-radius: 8px;
  margin: 20px auto;
  /* max-width: 600px; */
  text-align: center;
  color: #333;
  padding: 20px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
  /* border: 2px dashed #306CFE; */
}
.nocourse p {
  font-size: 27px;
  font-weight: bold;
  color: #555;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
.nocourse i {
  color: #306cfe;
  font-size: 64px;
}
.morecourses {
  color: #000;
  background: #f6c000;
  padding: 14px 30px;
  font-weight: 500;
  max-width: 260px;
  display: flex;
  margin: 15px auto 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
  text-align: center;
  border-radius: 60px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: none;
  align-items: center;
}
.morecourses::after {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background: #041047;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.morecourses:hover {
  color: #fff;
}
.morecourses:hover:after {
  left: 0;
  opacity: 1;
}
.morecourses i {
  margin-left: 10px;
  font-size: 20px;
}

.locked {
  pointer-events: none;
}

.locked:first-child {
  pointer-events: auto;
}

/* ============SUCHISMITA (10-12-2024)============ */
.allCourse {
  --section-padding: 0;
  position: relative;
}
.allCourse .search_area {
  max-width: 240px;
}
.allCourse .course_search {
  border-radius: 6px;
  border-color: #306cfe;
}

.allCourse .search_icon {
  color: #000;
}
.customSelect {
  border-color: #306cfe;
}
.courseSidebar {
  height: 100%;
}
.sidebar {
  height: 100%;
  background-color: #306cfe;
  color: #fff;
  transition: width 0.3s ease;
  z-index: 9;
  padding-top: 30px;
  position: relative;
}
.sidebar.collapsed {
  width: 70px;
}
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .menu-item .label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.3s ease;
  font-size: 20px;
}
.sidebar.collapsed .menu-item .label {
  opacity: 0;
}
#sidebarToggle {
  position: absolute;
  top: 20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background-color: #f6c000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9;
}
#sidebarToggle i {
  color: #000;
  font-size: 20px;
}
.allCourse .header_search p {
  margin: 0;
}
.nocourse {
  text-align: center;
  margin-top: 20px;
}
.addCourse {
  text-align: center;
}
.morecourses {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  /* border-radius: 5px; */
  margin-top: 10px;
}
.morecourses i {
  margin-left: 5px;
}
.menu-item i {
  font-size: 20px;
}

.dashboardBanner {
  background-color: #283882;
  padding: 55px 0;
}
.dashboardBanner .content_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboardBanner h1,
.dashboardBanner li,
.dashboardBanner a {
  color: #fff;
}
.dashboardBanner li + li::before {
  background: #fff;
}
.dashboardBanner a:hover {
  color: #f6c000;
}

.sidebar .menu-item {
  transition: all 0.6s ease-in-out;
}
.sidebar .menu-item a {
  color: #fff;
  padding: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
}
.sidebar .menu-item form {
  color: #fff;
  padding: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
}
.sidebar .menu-item form button {
  background: transparent;
  border: none;
  padding: 0;
}
.sidebar .menu-item.active {
  background-color: #041047;
}
.sidebar .menu-item:hover {
  background-color: #041047;
}
.course_description #tab3 h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.question-block {
  border: none;
  box-shadow: none;
}
.question-block .card-body {
  padding: 10px 0;
}
.question-block .card-body .card-title {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
}
.question-block .card-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
  color: #000;
}
.question-image {
  margin-bottom: 20px;
}
.question-image img {
  border: 1px solid #000;
  border-radius: 5px;
}
.questionPara {
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
  color: #000;
}
.eachQuestion {
  padding: 11px 36px;
  background: #eaf5ff;
  border-radius: 5px;
  border: 1px solid #dbe6ff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  gap: 5px;
}
.eachQuestion label {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.question-block .cta {
  border: none;
  top: 0;
  right: 0;
  background: #f6c000;
  font-weight: 600;
  width: auto; /* Adjust width based on content */
  text-align: left;
  padding: 16px 20px;
  color: #000;
  white-space: nowrap;
}
.question-block .cta {
  position: relative;
  min-width: 130px;
}
.question-block .cta::before {
  background-color: #fff;
  color: #000;
  content: "\F138";
  font-size: 22px;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  border-radius: 50px;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  padding: 7px;
}
#set-message .cta::before {
  position: absolute;
  content: "\f133";
  font-family: bootstrap-icons !important;
  font-size: 36px;
  color: #fff;
  line-height: normal;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.question-block .cta:hover,
#set-message .cta:hover {
  color: #fff;
}
#set-message h4 {
  border-bottom: none !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
  color: green;
  text-align: center;
  padding: 30px;
}
#check-incomplete-set {
  padding-left: 16px;
  width: 360px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-left: 30px;
}

/* =========== about Page =========== */

.inner_banner.aboutBanner {
  padding: 40px 0 !important;
}
.aboutBanner .site-breadcrumb {
  margin-bottom: 0;
}

/* =========== About =========== */
.aboutImageContainer {
  padding-left: 0;
}
.aboutPart img {
  border-radius: 0 50px 50px 0;
}
.aboutContentContainer {
  padding-right: 0;
}
.aboutContent {
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.05);
  border-radius: 50px 0 0 50px;
  padding: 70px;
}
.aboutContent .heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 15px;
}
.aboutContent .para {
  color: #5d5858;
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
}

/* =========== Counter =========== */
.aboutCounter {
  padding: 20px 0;
  background-color: #283882;
}
.totalCounter img {
  max-width: 60px;
  filter: brightness(0) invert(1);
  margin-bottom: 10px;
}
.eachCounter {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 10px 0;
}
.counterContent h6 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 24px;
}
.counterContent p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}
.totalCounter {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

/* ===========  Certificate on Completion =========== */
.certificateCompletion img {
  border-radius: 30px;
}
.certificateSwiper .cta {
  border: none;
  top: 0;
  right: 0;
  background: #f6c000;
  font-weight: 600;
  width: 270px;
  text-align: left;
  padding: 16px 20px;
  color: #000;
  position: relative;
  text-transform: capitalize;
  font-size: 22px;
}
.certificateSwiper .cta::before {
  background-color: #fff;
  color: #000;
  content: "\F138";
  font-size: 22px;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  border-radius: 50px;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  padding: 7px;
}
.certificateSwiper .cta:hover {
  color: #fff;
}
.prev_next_cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  /* position: absolute;
  top: 50%;
  left: 50%; */
  z-index: 9;
}
.prev_next_cta .prev_cta {
  margin-right: 15px;
  background-color: #b4b4b4;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.prev_next_cta .next_cta {
  background-color: #283882;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.prev_next_cta .prev_cta i,
.prev_next_cta .next_cta i {
  color: #fff;
  font-size: 20px;
}
.certificateSwiper {
  padding: 30px 30px 0;
}
.each_certificate {
  height: 290px;
}
.each_certificate h6 {
  font-size: 38px;
  text-align: left;
  font-weight: 600;
  line-height: 70px;
  text-transform: capitalize;
}
.each_certificate p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  font-style: normal;
  color: #000000;
  margin-bottom: 20px;
  /* min-height: 220px; */
}

/* ===========  What people say about us =========== */
.peopleSay {
  background-color: #f2f6ff;
}
.peopleSayLeft h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
  text-transform: capitalize;
  text-align: left;
}
.peopleSayLeft h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}
.peopleSayLeft span {
  font-size: 16px;
  font-style: italic;
  color: #5d5858;
  line-height: normal;
  text-align: left;
}
.peopleSayLeft ul {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 15px 0;
}
.peopleSayLeft ul li {
  font-size: 20px;
  color: #f6c000;
}
.peopleSayLeft p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  font-style: normal;
  color: #000;
}
.peopleSaySwiper {
  padding: 20px 20px 70px 0;
  position: relative;
}
.peopleSay .swiper-pagination {
  position: absolute;
  bottom: 20px;
}
.peopleSay .swiper-pagination-bullets {
  display: flex;
}
.peopleSay .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #c1c1c1;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  border: 1px solid #c1c1c1;
}
.peopleSay .swiper-pagination-bullet-active {
  background-color: #283882;
  width: 13px;
  height: 13px;
}
/* ===========  Profile =========== */
.profileForm,
.change_password {
  padding: 40px;
}
.eachProfInput label {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.eachProfInput input,
.eachProfInput .form-select {
  min-height: 40px;
  border-radius: 0;
  padding: 12px;
}
.eachProfInput {
  margin-bottom: 20px;
}
.profileForm .cta {
  text-transform: capitalize;
}
/* ===========  Order =========== */
.allCourse .table td {
  padding: 20px 5px;
  color: #000;
}
.allCourse .table td a {
  color: #000;
}
.allCourse .table thead tr th {
  padding: 20px 5px;
  color: #041047;
  font-size: 19px;
  font-weight: 600;
}
.allCourse .table td span {
  margin-right: 5px;
}
/* ===========  Contact Us =========== */
.connection span {
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
}
.connection span:after {
  content: "";
  display: inline-block;
  height: 1px;
  vertical-align: middle;
  width: 50px;
  margin-right: 0;
  margin-left: 10px;
  border-top: 1px solid black;
}
.connection span:before {
  content: "";
  display: inline-block;
  height: 1px;
  vertical-align: middle;
  width: 50px;
  margin-left: 0;
  margin-right: 10px;
  border-top: 1px solid black;
}
.connection h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  color: #000;
  text-transform: capitalize;
}
.getInTouch {
  background-color: #283882;
  border-radius: 20px;
  padding: 40px 30px;
  margin-top: 30px;
}
.getInTouch h4 {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 20px;
}
.getInTouch p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
}
.fullForm {
  margin-top: 25px;
}
.eachField label {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
.eachField input,
.eachField select {
  height: 50px;
  width: 100%;
  border-radius: 50px;
  border: 1px solid #93c0ea;
  background-color: #f2f9ff;
}
.eachField textarea {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #93c0ea;
  background-color: #f2f9ff;
  min-height: 192px;
  padding: 20px;
}
.bsRow {
  --bs-gutter-y: 40px;
}
.fullForm .cta {
  background: #ff9800;
  padding: 16px 70px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}
/* ===========  Map =========== */
.mapPart {
  padding-top: 0 !important;
}
.map iframe {
  border-radius: 20px;
  width: 100%;
}
.headOffice {
  border: 3px dashed #283882;
  background: #dbe6ff;
  padding: 107px 47px;
  border-radius: 20px;
}
.officeHeading {
  display: flex;
  align-items: center;
  gap: 10px;
}
.officeHeading img {
  max-width: 51px;
}
.officeHeading h6 {
  font-size: 22px;
  line-height: 18px;
  font-weight: 500;
}
.headOffice ul {
  margin-top: 25px;
}
.headOffice li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
}
.headOffice li a {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  line-height: 38px;
  font-weight: 400;
  color: #000;
}
.loactionIcon {
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loactionIcon i {
  font-size: 20px;
}
/* ===========  Privacy Policy =========== */
.privacy .heading {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
}
.privacy span {
  font-size: 20px;
  color: #041047;
  font-weight: 600;
  font-size: 25px;
}
.privacy .privacy_list {
  margin-bottom: 30px;
}
.privacy .privacy_list li {
  position: relative;
  margin-left: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 20px;
}
.privacy .privacy_list li::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  content: "\f26a";
  color: #f6c000;
  margin-left: -25px;
  position: absolute;
}
/* ===========  Testimonials =========== */
.eachTestimonial {
  padding: 30px 30px 0 30px;
  box-shadow: 0px 25px 70px 10px rgba(0, 0, 0, 0.12);
  position: relative;
  /* margin-top: 50px; */
}
.eachTestimonial::before {
  position: absolute;
  top: -15px;
  left: 10%;
  background: #f6c000;
  font-size: 40px;
  display: inline-block;
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  box-shadow: 0 5px 30px rgba(19, 47, 34, 0.15);
  content: "\ee82";
  color: #fff;
  padding: 10px;
}
.testimonialImage {
  max-width: 130px;
  border-radius: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.9s ease-in-out;
}
.testimonialImage img {
  max-width: 130px;
  border-radius: 100%;
  margin: 0 auto;
  display: block;
}
.testimonialImage::after {
  content: "";
  height: 130px;
  width: 130px;
  border-radius: 50%;
  border: 4px solid #f8b424;
  position: absolute;
  left: -15px;
  top: -15px;
  z-index: -1;
  transition: all 0.9s ease-in-out;
}
.eachTestimonial:hover .testimonialImage:after {
  left: 0;
  top: 0;
  z-index: 1;
}
.eachTestimonial p {
  text-align: center;
  margin-top: 15px;
  font-style: italic;
  font-size: 18px;
}
.eachReviewPart {
  margin-top: 15px;
  padding-bottom: 20px;
}
.eachReviewPart h6 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.reviewSpan {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reset-eye-icon {
  color: #000;
}
.popular-tag {
  margin-top: 10px;
  text-align: center;
}

.badge-danger {
  background-color: #e74c3c;
  color: white;
}
.pagination-link {
  padding: 5px 10px;
  margin: 0 5px;
  text-decoration: none;
}

.pagination-link:hover {
  background-color: #f1f1f1;
}

.pagination-link.active {
  font-weight: bold; /* Make active page bold */
  color: #007bff; /* Example color for active page */
}
.cart form button.cta-btn {
  margin-bottom: 15px;
}
.selectOption option {
  color: #000;
}

/* .mega_menu .container{
  position: static !important;

} */
.clientSlider .swiper-wrapper {
  align-items: center;
}

.privacy ul {
  margin: 20px 0;
}
.privacy .privacy_list li {
  font-size: 14px;
}
.privacy_list p {
  margin-bottom: 20px;
}
.privacy_list p strong {
  margin-bottom: 10px;
  display: block;
}
.privacy_list p br {
  display: none;
}
.swiper-wrapper {
  align-items: center;
}

/*--- Exam Css  --*/

#set-message #check-incomplete-set {
  min-width: 180px;
  width: auto;
  padding-right: 70px;
}
#set-message #check-incomplete-set i {
  margin-right: 5px;
}
#sets-container h5 {
  font-size: 16px;
}
.table-responsive thead.table-light th {
  background: #283882;
  color: #fffbfb;
}
.table-responsive thead.table-light th:first-child {
  border-radius: 10px 0 0 0;
}
.table-responsive thead.table-light th:last-child {
  border-radius: 0 10px 0 0;
}
.table-responsive thead.table-light tr {
  border: 0;
}
.table-responsive td button.start-set-btn {
  background-color: #306cfe;
  border-color: #306cfe;
  font-size: 12px;
  color: #fff;
}
.table-responsive td button.start-set-btn:hover {
  background-color: #f6c000;
  border-color: #f6c000;
  color: #283882;
}

.table-responsive td button.start-set-btn.resume-btn {
  font-size: 12px;
  background-color: #f6c000;
  border-color: #f6c000;
  color: #283882;
}
.table-responsive td button.start-set-btnresume-btn:hover {
  background-color: #306cfe;
  border-color: #306cfe;
  color: #fff;
}

.table-responsive td {
  font-size: 14px;
}
.table-responsive tbody tr:nth-child(odd) {
  background-color: #eee;
}
.table-responsive tbody tr:nth-child(even) {
  background-color: #fff;
}
#sets-container table td span.bg-success {
  padding: 9px 10px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
}
.options-container .form-check .form-check-input[type="radio"] {
  margin-top: 0;
}
.question-block .card-header {
  margin-bottom: 10px;
  padding: 0;
}
.question-block .card-footer {
  padding-left: 0;
  padding-right: 0;
}
.question-block h5 {
  font-size: 20px;
  margin-top: 0;
}
.question-block .badge {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-weight: 600;
  height: 100%;
  width: 50px;
  height: 45px;
  background: #283882;
  color: #fff;
}
.set-block .progress {
  height: 6px;
}
.set-block .progress .progress-bar {
  background: green;
}

.timerHolder {
  text-align: right;
}
#exam-timer.timeDiv {
  display: inline-block;
  background: #283882;
  padding: 5px 20px;
  border-radius: 5px;
  color: #fff;
  font-size: 22px;
  min-width: 160px;
  text-align: center;
  margin-bottom: 0 !important;
}
#exam-timer.timeDiv.text-danger {
  background: #f8d7da;
}
#start-exam-container #display-sets.btn-start {
  background: #283882;
  color: #fffbfb;
  padding: 7px 20px;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  border: 0;
}
#start-exam-container #display-sets.btn-start:hover {
  background: #f6c000;
  color: #000;
}

.course_description h4 {
  font-size: 24px;
}

.rightTimer {
  display: flex;
  align-items: center;
  gap: 20px;
}
#exam-status,
#answer-error-message {
  text-align: center;
}
.tab-content ul li {
  padding-left: 0 !important;
}
.tab-content ul li i.text-success {
  color: #283882 !important;
}

.infoDiv {
  text-align: center;
  padding: 20px;
}
.successDiv {
}

.downloadBtn {
  background: #283882;
  color: #fffbfb;
  padding: 7px 20px;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  border: 0;
}
.downloadBtn:hover {
  background: #f6c000;
  color: #000;
}

/*============== Resonsive Css =================*/

@media (max-width: 1366px) {
  #tabs-nav {
    gap: 10px;
  }
  #tabs-nav li a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .main_footer .social_links {
    display: block;
  }
  .certificateCompletion img {
    max-height: 200px;
    width: 100%;
    object-fit: contain;
  }
}
@media (max-width: 1140px) {
  .main_header .col-lg-10 .navigation_sec {
    text-align: right;
  }
  .header_right ul li form {
    max-width: 50%;
    float: right;
  }
  .main_header.sticky-header .logo img {
    max-width: 74px;
  }
  .course_tabs {
    margin: 30px 5% 80px;
  }
  .banner_search .banner_input {
    background: #cbd3e4;
  }
  .memebrBenefits {
    display: block;
    column-count: 3;
  }
  .eachBenefits {
    gap: 25px;
    margin-bottom: 30px;
    display: block;
  }
  .hidetab::after {
    margin-left: 0;
  }
  #tabs-nav li a {
    line-height: 20px;
    height: 100%;
  }
  #tabs-nav li a,
  #tabs-nav li a::before {
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .main_header .logo img {
    max-width: 84px;
  }

  .main_banner img {
    max-width: 80%;
    margin: 0 auto;
  }
  .right_banner {
    margin-top: 30px;
  }
  .offer_section {
    padding: 0 !important;
  }
  .ourExcellence .imageWrap img,
  .whyChooseUs .imageWrap img,
  .testimonials .testiLeft img {
    max-width: 70%;
    margin: 0 auto;
  }
  .howItWorks {
    padding: 0 !important;
  }
  .howItWorks .secHeader {
    font-size: 70px;
  }
  .testiLeft {
    margin-right: 0;
  }
  .floatignRating {
    right: 0;
  }
  .testiRight .topSec h5 {
    font-size: 28px;
  }
  .eachPrimeStudent p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .primeStudent::before {
    height: 100%;
  }
  .eachPrimeStudent .imgBox {
    width: 145px;
    height: 145px;
  }
  .eachPrimeStudent .imgBox img {
    width: 70px;
    height: 70px;
  }
  .primeStudent .row {
    --bs-gutter-x: 30px;
  }
  .memebrBenefits {
    column-count: auto;
    display: flex;
    justify-content: left;
  }
  .eachBenefits {
    max-width: 100%;
    display: inline-flex;
    margin: 15px;
    gap: 15px;
  }
  .training_form {
    max-width: 80%;
    float: right;
  }
  .training_form .cmn_btn {
    padding: 10px 30px;
    font-size: 16px;
  }
  .ourClients h5 {
    font-size: 24px;
  }
  .exploreCourse {
    padding: 0 !important;
  }
  .banner_call .cta {
    padding: 10px 50px 10px 30px;
  }
  .main_footer .social_links {
    display: block;
    margin: 20px 0;
  }
  .promotion_banner.hotDealPromo {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .promotion_banner.hotDealPromo .each_banner {
    margin-top: 20px;
  }
  .fulActionCourses .right_content h3 {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 15px;
  }
  .fulActionCourses .right_content h6 {
    font-size: 26px;
  }
  .fulActionCourses .right_content .cta {
    font-size: 16px;
  }
  .certificate .right_content h4 {
    font-size: 28px;
    margin-top: 20px;
  }
  .course_details_wrapper {
    margin: 0 auto;
  }
  .totalCounter li.eachCounter {
    max-width: 100%;
    display: inline-flex;
    margin: 15px;
    gap: 15px;
    justify-content: left;
  }
  .totalCounter {
    column-count: auto;
    display: inline;
  }
  .eachBenefits {
    max-width: 100%;
    display: inline-flex;
    margin: 15px;
    gap: 15px;
  }
  .connection .getInTouch::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .header_right ul li form {
    max-width: 100%;
    float: left;
  }
  .header_right {
    margin-top: 10px;
  }
  .main_banner .banner_content h1 {
    font-size: 36px;
    line-height: 50px;
  }
  .main_banner {
    padding-top: 40px;
  }
  .category h2,
  .ourGoal h2,
  .ourExcellence .right_content h2,
  .exploreCourse h2,
  .aniHeading {
    font-size: 28px;
  }
  .step_icon {
    width: 104px;
    height: 104px;
  }
  .quoteIcon {
    position: relative;
    left: 0;
    right: 0;
    width: 72px;
    height: 72px;
    font-size: 40px;
    top: 0;
  }
  .testiRight {
    padding: 50px 30px 150px;
    padding: 30px;
  }
  .testiRight .swiper-pagination {
    bottom: 10px;
    left: 0;
    text-align: center;
  }
  .training_form {
    max-width: 80%;
    float: none;
    margin: 40px auto;
  }
  .course_description_trainning h5 a {
    font-size: 14px;
  }
  .course_description_trainning {
    display: block;
    margin-bottom: 45px;
  }
  .course_description_trainning .course_btn {
    position: absolute;
    bottom: 20px;
  }
  .each_explore_course .courseVideo img {
    min-height: 130px;
  }
  .onlineCourseImg {
    overflow: hidden;
  }
  .onlineCourseImg ul {
    display: block;
    text-align: center;
  }
  .onlineCourseImg ul li {
    display: inline-block;
  }
  .each_client img {
    opacity: 0.7;
  }
  .copyright_text {
    display: block;
  }
  .copyright_text img {
    max-width: 200px;
    margin: 10px auto 0;
  }
  .main_footer .first_col p {
    max-width: 100%;
  }
  .hotDealPromo {
    padding-top: 0 !important;
  }
}
@media (max-width: 575px) {
  .main_header .logo {
    flex-direction: initial;
  }
  .header_right ul {
    display: block;
    text-align: center;
  }
  .header_right ul li {
    vertical-align: middle;
    margin: 0 10px;
  }
  .header_right ul li form {
    margin-bottom: 10px;
  }
  .header_right a.cta {
    min-width: 115px;
    padding: 5px 20px;
  }
  .main_banner .banner_content h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .banner_rating h2,
  .banner_rating .rating li span {
    font-size: 35px;
  }
  .main_banner {
    padding-top: 40px !important;
  }
  .each_banner {
    display: block;
    padding: 36px;
  }
  .each_banner .left_item {
    max-width: 100%;
  }
  .right_img img {
    max-width: 80%;
    margin: 0 auto;
  }

  .howItWorks .secHeader {
    font-size: 60px;
    letter-spacing: 20px;
  }
  .banner_search .cta {
    padding: 10px 20px;
    max-width: 145px;
    font-size: 14px;
  }
  .banner_search .cta::before {
    font-size: 20px;
  }
  .main_banner .banner_content p {
    font-size: 18px;
  }
  .banner_certificate ul li img {
    width: 130px;
  }
  .howItWorks .stepWrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
    gap: 40px;
  }
  .each_step {
    width: 100%;
  }
  .each_step h5 {
    max-width: 100%;
  }
  .step_icon {
    width: 154px;
    height: 154px;
  }
  .testimonials .testiLeft img {
    max-width: 100%;
  }
  .whyChooseUs .imageWrap {
    margin-top: 60px;
  }
  .course_list .courseTopSec .header_search,
  .filterOption {
    justify-content: center;
  }
  .howToLeft .eachStartItem {
    display: block;
  }
  .howToLeft .anDesc {
    margin-top: 20px;
  }
  .keyHighlistsDesc h3,
  .primeStudent h3,
  .howToLeft h3,
  .testimonial_left h3,
  .faq h3 {
    font-size: 24px;
  }
  .keyHighlistsDesc ul {
    display: block;
  }
  .keyHighlistsDesc ul li {
    margin: 15px 0;
  }
  .anDesc h5,
  .ourClients h5 {
    font-size: 22px;
  }
  .training_form {
    margin-top: 20px;
  }
  .onlineCourse {
    padding-top: 0 !important;
  }
  .fulActionCourses .right_content h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .fulActionCourses .right_content h6 {
    font-size: 20px;
  }
  .totalCourse {
    width: 170px;
  }
  .totalCounter li.eachCounter {
    display: inline-block;
  }
  .each_certificate h6 {
    font-size: 28px;
  }
  .certificateSwiper .cta {
    width: auto;
    padding: 10px 60px 10px 30px;
  }
  .aboutContent {
    padding: 50px 0;
  }
  .certificateSwiper {
    padding: 0px;
  }
  .connection h3 {
    font-size: 26px;
  }
  .bsRow {
    --bs-gutter-y: 20px;
  }
  .headOffice {
    padding: 40px;
    margin-top: 40px;
  }
  .eachGoal::before {
    right: 0;
  }
  .course_description h4 {
    font-size: 24px;
  }
  .course_details_wrapper .btn_group .cta {
    min-width: auto;
  }
  .course_details_wrapper .btn_group {
    text-align: center;
  }
  .hidetab::after {
    float: right;
  }
  .tab-content h5 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  #tabs-nav,
  #tabs-nav li a {
    display: block;
  }
  #tabs-nav li {
    margin: 10px 0;
  }
}

.success-icon {
  width: 64px;
  height: 64px;
  background: #ecfdf5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.checkmark {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: #10b981;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.title {
  color: #1f2937;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}

.message {
  color: #4b5563;
  text-align: center;
  margin-bottom: 8px;
}

.submessage {
  color: #6b7280;
  font-size: 14px;
  text-align: center;
  margin-bottom: 24px;
}

.button-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.success-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 480px;
  padding: 32px;
  box-sizing: border-box;
}
.button {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}

.button-primary {
  background-color: #2563eb;
  color: white;
  text-align: center;
}

.button-primary:hover {
  background-color: #1d4ed8;
  color: #fff;
}

.button-secondary {
  background-color: #f3f4f6;
  color: #4b5563;
  text-align: center;
}

.button-secondary:hover {
  background-color: #e5e7eb;
}

.support {
  text-align: center;
  font-size: 14px;
  color: #6b7280;
}

.support a {
  color: #2563eb;
  text-decoration: none;
}

.support a:hover {
  text-decoration: underline;
}

@media (max-width: 480px) {
  .card {
    padding: 24px;
  }

  .title {
    font-size: 20px;
  }
}

.payment-success-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/*  */
.header_right .dashdrop {
  color: #000;
  background: #f6c000;
  padding: 9px 30px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 2;
  text-align: center;
  border-radius: 60px;

  border: none;
  text-transform: uppercase;
}
.header_right ul li {
  position: relative;
}
.header_right ul li .subDrop {
  transition: all 0.3s ease-in-out;
  display: none;
}
.header_right ul li:hover .subDrop {
  margin-top: -5px;
  display: block !important;
  position: absolute;
  width: 200px;
  background-color: #fff;
  border: 1px solid #ddd;
  right: 0;
  border-radius: 12px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.header_right .mydropdown {
  display: block;
  text-align: left;
}
.header_right .mydropdown li a {
  color: #080e2b;
  padding: 5px 12px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #000;
  display: block;
  border-bottom: 1px solid #eee;
}
.header_right .mydropdown li a:hover {
  color: #f6c000;
}

.header_right ul li:hover .subDrop li {
  display: block;
  padding: 7px 10px;
}


.btn-outline-primary {
  background: #2940a9 !important;
  border-color: #2940a9 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #fff !important;
  width: 82%;
  margin: 0 auto;
}
.btn-primary:hover, .btn-outline-primary:hover {
  background: linear-gradient(249deg, rgba(11, 138, 217, 1) 0%, rgba(81, 60, 187, 1) 100%) !important;
}