/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.2/css/all.min.css");

/* Variables */
:root {
  --d-grey: #252525;
  --white: #fff;
  --blue: #0990ca;
  --grey: #3b3b3b;
  --black: #111111;
  --yellow: #ffc000;
  --pink: #e8745d;
  --purple: #232e4e;
  --l-grey: #8c8c8c;
  --purple: #6420d3;
  --l-blue: #e8f8ff;
}

.text-initial {
  text-transform: initial;
}

/* Default Style */
body {
  font-family: "Inter", sans-serif;
  color: var(--l-grey);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
/* body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
} */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fredoka", sans-serif !important;
  line-height: 1.33 !important;
  margin: 0 0 15px 0;
  color: var(--d-grey);
  font-weight: 700;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px !important;
  line-height: 1.15 !important;
}
h2 span {
  color: var(--pink);
}
h3 {
  font-size: 33px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

h6 {
  font-size: 16px;
  font-weight: 400;
}

a {
  color: var(--grey);
  transition: ease all 0.5s;
  text-decoration: none;
  display: inline-block;
}

p {
  font-family: "Inter";
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.006em;
  text-align: left;
}

a:hover {
  color: unset;
}

.clr-white,
.clr-white * {
  color: var(--white);
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .big-heading {
    font-size: 53px;
    margin-bottom: 40px;
  }
}

.page-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.default-btn {
  font-size: 16px;
  font-weight: 700;
  color: var(--d-grey) !important;
  border-radius: 71px;
  background-color: var(--yellow);
  padding: 15px 33.5px;
  text-align: center;
  border: 1px solid transparent;
}
.default-btn i {
  color: #000;
  font-size: 12px;
  margin-left: 5px;
}
.default-btn:hover {
  background-color: #fff;
}
.default-btn.transparent-btn {
  color: #fff !important;
  border-color: #fff;
  background-color: transparent;
}
.default-btn.transparent-btn:hover {
  color: #252525 !important;
  border-color: var(--yellow);
  background-color: var(--yellow);
}
.default-btn.blue-btn {
  background: #0990ca;
  color: #fff !important;
  font-size: 14px;
  padding: 8px 10px 7px;
}
.default-btn.blue-transparent {
  background: transparent;
  color: #0990ca !important;
  border: 1px solid #0990ca;
}
.default-btn.blue-transparent:hover {
  color: #fff !important;
  background-color: #0990ca;
}
.default-btn.blue-btn img {
  margin-right: 4px;
  top: -2px;
}
.container {
  max-width: 1194px;
}

input,
textarea,
select {
  color: var(--d-grey) !important;
  background-color: var(--white) !important;
  font-size: 14px !important;
  border: 1px solid rgba(144, 144, 144, 0.3) !important;
  padding: 14px 20px !important;
  width: 100% !important;
  border-radius: 100px;
  line-height: 1 !important;
  outline: none !important;
  height: 58px !important;
}
.changePassword label {
  margin-left: 0px !important;
}
.changePassword .change-password-input {
  border-radius: 8px !important;
  border: 1px solid #dedede;
  height: 40.05px;
}
.required-field {
  color: #ff0000;
}
textarea {
  height: 122px !important;
  line-height: 1.4 !important;
  border-radius: 16px !important;
}

input[type="submit"] {
  background-color: var(--yellow) !important;
  color: var(--d-grey);
  border-color: transparent;
  transition: ease all 0.5s;
}
input[type="submit"]:hover {
  border-color: var(--d-grey);
  background-color: var(--white);
  color: var(--yellow);
}
form label {
  font-size: 16px !important  ;
  margin: 0 0 10px 22px !important  ;
  font-weight: 700 !important ;
  display: block !important ;
  color: #181818 !important ;
}

form {
  text-align: left;
}

form ::placeholder {
  color: #a6a6a6;
}
form .single-field {
  margin-bottom: 24px;
}

.flex-20 {
  flex: 0 0 auto;
  width: 20%;
  padding: 0 10px;
}

.heading-after {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 23px;
}

.heading-after::after {
  content: "";
  display: block;
  height: 4px;
  width: 47px;
  background: var(--yellow);
  position: absolute;
  left: 0;
  bottom: 0;
}

.owl-nav button span {
  display: block;
  background: url(../images/left-arrow.svg);
  width: 11px;
  height: 18px;
}

.owl-nav .owl-next span {
  background-image: url(../images/right-arrow.svg);
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

.owl-nav button {
  margin: 0;
  position: absolute;
  left: -45px;
  top: 0;
  height: 18px;
  bottom: 0;
  margin: auto !important;
}

.owl-nav .owl-next {
  left: initial;
  right: -40px;
}

/* Home Page */
.main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 21px;
  align-items: center;
}
.main-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--d-grey);
}
.main-menu ul li:last-child a {
  background-color: var(--yellow);
  padding: 11px 38px;
  border-radius: 70px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid transparent;
  margin-left: 27px;
}
.main-menu ul li:last-child a:hover {
  background: #fff;
  border-color: var(--d-grey);
  color: var(--d-grey);
}
.main-menu ul li a:hover {
  color: var(--yellow);
}
.our-header-area {
  padding: 20px 55px 29px 14px;
}
@media screen and (max-width: 1400px) {
  .main-menu ul li:last-child a {
    margin-left: 0;
  }
}
.banner-content-wrap {
  padding: 70px 20px 43px;
  background: url(../images/banner-bg.png) no-repeat center center var(--purple);
  background-size: cover;
  border-radius: 50px;
}
.inner-page-banner {
  margin: 0 20px;
}
/* .inner-page-banner .banner-content {
  max-width: 560px;
} */
.home-banner .banner-content {
  max-width: 500;
}

.inner-page-banner .banner-content p {
  max-width: 487px;
}
.home-banner .banner-content h1 {
  font-size: 73px;
  line-height: 1;
}
.banner-content p {
  font-size: 16px;
  line-height: 1.68;
}
.banner-child-images img {
  border: 5px solid #fff;
  min-height: 215px;
  border-radius: 20px;
  width: 100%;
}
.banner-child-images .row > div {
  padding: 0 10px;
}
.banner-child-images .row {
  row-gap: 20px;
}
.banner-child-images .bi-other img {
  border-radius: 120px 120px 0 120px;
}
.banner-child-images .bi-circle img {
  border-radius: 50%;
}
.banner-child-images {
  padding-left: 94px;
}
.home-banner.inner-page-banner .banner-content-wrap {
  padding-bottom: 58px;
}
.whybuy-us {
  padding: 50px 0 54px;
}
.wbu-head {
  max-width: 953px;
}
.iwdes-box {
  border: 2px solid #6420d3;
  border-radius: 20px;
  padding: 58px 25px 13px;
  background: #f8f4ff;
  position: relative;
  min-height: 280px;
}
.whybuy-usboxs .row .flex-box {
  width: 20%;
  padding: 0 5px;
}
.whybuy-usboxs .row {
  margin: 0 -5px;
}
.whybuy-usboxs {
  padding-top: 45px;
}
.iwd-icon {
  width: 72px;
  height: 72px;
  background: #e0d2f6;
  border-radius: 50%;
  border: 2px solid #6420d3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin: 0 auto;
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
}
.iwdes-box a.lm-btn {
  width: 42px;
  height: 42px;
  border: 2px solid var(--purple);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: var(--purple);
}
.iwdes-box a.lm-btn:hover {
  background-color: #e0d2f6;
}
.iwdes-box h4 {
  margin-bottom: 5px;
}
.iwdes-box p {
  font-size: 14px;
  color: #8c8c8c;
  margin-bottom: 15px;
}
.whybuy-usboxs .row .flex-box:nth-child(odd) {
  margin-top: 114px;
}
/* 2nd */
.whybuy-usboxs .row .flex-box:nth-child(5n + 2) .iwdes-box {
  background-color: #fff8e5;
  border-color: #ffc62f;
}
.whybuy-usboxs .row .flex-box:nth-child(5n + 2) .iwdes-box .iwd-icon {
  border-color: #ffc62f;
  background-color: #ffeec1;
}
.whybuy-usboxs .row .flex-box:nth-child(5n + 2) .iwdes-box a.lm-btn {
  border-color: #ffc62f;
  color: #ffc62f;
}
.whybuy-usboxs .row .flex-box:nth-child(5n + 2) .iwdes-box a.lm-btn:hover {
  background-color: #ffeec1;
}
/* 3rd */
.whybuy-usboxs .row .flex-box:nth-child(5n + 3) .iwdes-box {
  background-color: #e8f8ff;
  border-color: #0990ca;
}
.whybuy-usboxs .row .flex-box:nth-child(5n + 3) .iwdes-box .iwd-icon {
  border-color: #0990ca;
  background-color: #c4e5f2;
}
.whybuy-usboxs .row .flex-box:nth-child(5n + 3) .iwdes-box a.lm-btn {
  border-color: #0990ca;
  color: #0990ca;
}
.whybuy-usboxs .row .flex-box:nth-child(5n + 3) .iwdes-box a.lm-btn:hover {
  background-color: #c4e5f2;
}
/* 4th */
.whybuy-usboxs .row .flex-box:nth-child(5n + 4) .iwdes-box {
  background-color: #fff2f0;
  border-color: #e8745d;
}
.whybuy-usboxs .row .flex-box:nth-child(5n + 4) .iwdes-box .iwd-icon {
  border-color: #e8745d;
  background-color: #f9d9d3;
}
.whybuy-usboxs .row .flex-box:nth-child(5n + 4) .iwdes-box a.lm-btn {
  border-color: #e8745d;
  color: #e8745d;
}
.whybuy-usboxs .row .flex-box:nth-child(5n + 4) .iwdes-box a.lm-btn:hover {
  background-color: #f9d9d3;
}
/* 5th */
.whybuy-usboxs .row .flex-box:nth-child(5n + 5) .iwdes-box {
  background-color: #e6fffc;
  border-color: #24a193;
}
.whybuy-usboxs .row .flex-box:nth-child(5n + 5) .iwdes-box .iwd-icon {
  border-color: #24a193;
  background-color: #bbe2de;
}
.whybuy-usboxs .row .flex-box:nth-child(5n + 5) .iwdes-box a.lm-btn {
  border-color: #24a193;
  color: #24a193;
}
.whybuy-usboxs .row .flex-box:nth-child(5n + 5) .iwdes-box a.lm-btn:hover {
  background-color: #bbe2de;
}

.parents-testimonials {
  padding: 60px 0;
  background-color: #dcf5ff;
}
.testi-box {
  background: #fff;
  border-radius: 20px;
  min-height: 220px;
  padding: 19px 13px 45px 17px;
}
.testi-box::before {
  content: "";
  background: url(../images/testi-bg.png) no-repeat center center;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  position: absolute;
  top: -3px;
  background-size: 100% 100%;
  left: -3px;
}
.testislider .owl-stage .owl-item:nth-child(4n + 2) .testi-box .qoute-icon i,
.testislider
  .owl-stage
  .owl-item:nth-child(4n + 2)
  .testi-box
  .client-meta
  span {
  color: #e8745d;
}
.testislider .item {
  padding: 13px 3px 3px;
}
.testislider .owl-stage .owl-item:nth-child(4n + 3) .testi-box .qoute-icon i,
.testislider
  .owl-stage
  .owl-item:nth-child(4n + 3)
  .testi-box
  .client-meta
  span {
  color: #24a193;
}
.testislider .owl-stage .owl-item:nth-child(4n + 4) .testi-box .qoute-icon i,
.testislider
  .owl-stage
  .owl-item:nth-child(4n + 4)
  .testi-box
  .client-meta
  span {
  color: #6420d3;
}
.testislider .owl-stage .owl-item:nth-child(4n + 2) .testi-box::before {
  background-image: url(../images/testi-bg2.png);
}
.testislider .owl-stage .owl-item:nth-child(4n + 3) .testi-box::before {
  background-image: url(../images/testi-bg3.png);
}
.testislider .owl-stage .owl-item:nth-child(4n + 4) .testi-box::before {
  background-image: url(../images/testi-bg4.png);
}

.testi-box .qoute-icon i {
  color: #0990ca;
  font-size: 30px;
}
.testi-box .qoute-icon {
  margin-bottom: 11px;
  line-height: 1;
}
.testi-box p {
  font-size: 13px;
  line-height: 1.53;
  margin: 0;
}
.testi-box .client-meta {
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  bottom: 25px;
}
.testi-box .client-meta span {
  color: #0990ca;
}
.page-cta-area {
  padding: 66px 0 50px;
  background-image: url(../images/cta-bg.png);
}
.page-cta-area .cta-wrap {
  max-width: 800px;
}
.cta-form form {
  position: relative;
}
.cta-form button {
  background-color: var(--yellow);
  color: var(--d-grey);
  border-radius: 100px;
  width: 178px;
  height: 58px;
  border: none;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 15px;
}

.page-cta-area .cta-form {
  margin-top: 25px;
}
.ourprodcuts-area {
  padding: 50px 0;
}
.page-cta-area .cta-form input {
  background-color: #fff;
}
.category-post {
  display: none;
  transition: ease all 0.5s;
  transform: translateY(0px);
}
.iwdes-box,
.testi-box {
  transition: ease all 0.5s;
  transform: translateY(0px);
}
.category-post:hover,
.iwdes-box:hover,
.testi-box:hover {
  transform: translateY(-10px);
}
.allproducts-area .products-cat {
  background: #edf3f6;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.allproducts-area .products-cat button {
  font-weight: 500;
  border-radius: 100px;
  border: none;
  height: 41px;
  padding: 5px 20px;
}
.allproducts-area .products-cat button.active {
  background: #cfebf7;
  color: #0990ca;
  font-weight: 700;
}
.allproducts-area .products-cat button:nth-child(5n + 2).active {
  background: #cdc1e3;
  color: #6420d3;
}
.allproducts-area .products-cat button:nth-child(5n + 3).active {
  background: #f6e0a6;
  color: #2c2c2c;
}
.allproducts-area .products-cat button:nth-child(5n + 4).active {
  background: #f6d1cb;
  color: #e8745d;
}
.allproducts-area .products-cat button:nth-child(5n + 5).active {
  background: #bbe2de;
  color: #24a193;
}
.category-post .category-post-inner {
  padding: 22px 17px 16px;
  background-color: #e8f8ff;
  border-radius: 20px;
  height: 100%;
}
.category-posts {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  min-height: 517px;
  row-gap: 30px;
}
.category-posts > .category-post {
  width: 25%;
  padding: 0 8px;
}
.category-post-inner .cp-feature img {
  height: 143px;
  border-radius: 10px;
  width: 100%;
}
.category-post-inner .cp-feature a {
  display: block;
}
.category-post-inner .cp-feature {
  margin-bottom: 12px;
}
.category-post-inner .ctpost-content {
  padding: 0 6px;
}
.category-post-inner h5 {
  text-transform: capitalize;
  margin-bottom: 4px;
}
.category-post-inner .pprice {
  color: #0990ca;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 7px;
}
.category-post-inner ul li {
  font-size: 14px;
  color: #4d4d4d;
  padding-left: 11px;
  position: relative;
  line-height: 1.42;
}
.category-post-inner ul li:not(:last-child) {
  margin-bottom: 8px;
}
.category-post-inner ul li::before {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}
.category-post-inner ul {
  padding-left: 0;
  list-style: none;
}
.ppboxs .pp-box {
  background: #d9e9ef;
  font-size: 14px;
  padding: 10px 17px;
  border-radius: 30px;
  color: #2b2b2b;
}
.ppboxs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.category-post-inner .price-head {
  margin-bottom: 10px;
}
.watch-overly {
  position: absolute;
  right: 51px;
  top: 12px;
}
.cap-overly {
  position: absolute;
  left: 30px;
  bottom: 65px;
}
.footer-area {
  background-color: var(--purple);
  padding-top: 54px;
}
.footer-area .footer-logo {
  margin-bottom: 32px;
}
.single-widgetp {
  max-width: 270px;
}
.single-widget.content-w p {
  font-weight: 500;
}
.single-widget h4 {
  font-size: 20px;
  margin: 18px 0 25px;
}
.single-widget a,
.single-widget {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.64;
}
.contact-info .csingle-info .sicon {
  flex: 0 0 18px;
  padding-right: 11px;
}
.csingle-info .sicon i {
  color: var(--yellow);
  font-size: 18px;
  margin-top: 2px;
}
.contact-info .csingle-info:not(:last-child) {
  margin-bottom: 18px;
}
.footer-widgets-area .row > :first-child {
  width: 27%;
}
.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu ul li {
  padding-left: 10px;
  position: relative;
}
.footer-menu ul li::before {
  content: "";
  display: block;
  background: url(../images/plygon.svg) no-repeat center left;
  width: 5px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer-menu ul li a:hover {
  color: var(--yellow);
}
.footer-menu ul li:not(:last-child) {
  margin-bottom: 7px;
}
.menu-widget {
  padding-left: 35px;
}
.footer-widgets-area {
  padding-bottom: 40px;
}
.footer-widgets-area .row > :last-child {
  width: 31%;
}
.footer-newsletter.cta-form input {
  height: 53px;
}
.footer-newsletter.cta-form input[type="submit"] {
  width: 110px;
  height: 44px;
  position: absolute;
  right: 4px;
  top: 4px;
  font-weight: 700;
}
.footer-bottom .row * {
  font-size: 14px;
  line-height: 1.64;
  margin: 0;
}
.footer-bottom {
  padding: 22px 0;
  border-top: 1px solid #fff;
}
.footer-bottom-menu ul {
  display: flex;
  justify-content: flex-end;
  gap: 27px;
  list-style: none;
  padding: 0;
}
.bannerlist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bannerlist ul li {
  padding-left: 35px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
}
.bannerlist ul li:not(:last-child) {
  margin-bottom: 25px;
}
.bannerlist ul li::before {
  content: "";
  display: block;
  background: url(../images/check-icon.svg) no-repeat center left;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 0;
  top: -1px;
}
.school-database-s .cta-wrap {
  max-width: 800px;
}
.school-database-s {
  padding: 80px 0 89px;
}
.school-database-s .cta-wrap input {
  background-color: #f6f6f6;
  border: none;
}
.all-database-boxes .database-boxes {
  background: #e8f8ff;
  border-radius: 20px;
  padding: 27px 30px 28px 23px;
}
.all-database-boxes .database-boxes h5 {
  text-transform: capitalize;
  margin-bottom: 4px;
}
.all-database-boxes .database-boxes p {
  color: #4d4d4d;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}
.database-boxes .ppboxs {
  margin-bottom: 20px;
}
.all-database-boxes {
  margin-top: 60px;
}
.all-database-boxes .row {
  row-gap: 20px;
}
.database-boxes .default-btn i {
  color: #fff;
}
.courses-btns a {
  display: block;
}
.courses-btns a:not(:last-child) {
  margin-bottom: 10px;
}
.diffrent-cat-pro .wbu-head {
  margin-bottom: 47px;
}
.gray-bg {
  background-color: #fbfbfb;
}
.ourprodcuts-area.recommended-products-cat {
  padding: 60px 0;
}
.recommended-products-cat .allproducts-area .products-cat {
  justify-content: inherit;
}
.ourprodcuts-area.diffrent-cat-pro {
  padding: 80px 0;
}
.category-posts.full-box > .category-post {
  width: 100%;
}
.category-posts.full-box .category-post-inner {
  padding: 36px 39px 36px 31px;
  border-radius: 50px;
  display: flex;
}
.full-box .category-post-inner .cp-feature {
  margin-bottom: 0;
  flex: 0 0 257px;
}
.full-box .category-post-inner .cp-feature img,
.full-box .category-post-inner .cp-feature a {
  height: 100%;
  border-radius: 20px;
}
.full-box .category-post-inner .ctpost-content {
  padding: 0 0 0 30px;
}
.category-posts.full-box {
  min-height: auto;
}
.full-box h6 {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin-bottom: 7px;
}
.full-box .post-metasbo .pmeta-single strong {
  font-size: 14px;
  color: var(--d-grey);
}
.full-box .post-metasbo {
  column-gap: 94px;
  margin-bottom: 45px;
}
.category-post h3 {
  font-size: 34px;
}
.pct-content {
  margin-bottom: 25px;
}
.full-box .courses-btns a {
  min-width: 222px;
}
.full-box .courses-btns {
  gap: 20px;
  flex-wrap: wrap;
}
.full-box .default-btn.blue-btn {
  padding: 9px 10px 8px;
}
.banner-btns {
  margin-right: -26px;
}
.banner-btns a:first-child {
  margin: 0 24px 10px 0;
}
.ctpost-top .default-btn {
  flex: 0 0 178px;
  font-size: 15px;
  padding: 10px;
}
.ctpost-top {
  margin-bottom: 20px;
  row-gap: 10px;
}
.ex-live .full-box .category-post-inner .cp-feature img {
  max-height: 266px;
}
.pmcotent {
  color: #252525;
}
.ex-live .full-box .post-metasbo {
  row-gap: 20px;
}
.pagination-area nav {
  background-color: #fff2f0;
  border: 1px solid #e8745d;
  display: flex;
  align-items: center;
  border-radius: 36px;
}
.pagination-area .page-numbers.prev,
.pagination-area .page-numbers.next {
  height: 49px;
  width: 49px;
  background: #e8745d;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.pagination-area .page-numbers i {
  color: #fff;
  font-size: 10px;
}
.pagination-area .page-numbers.prev {
  margin-right: 26px;
}
.pagination-area .page-numbers.next {
  margin-left: 26px;
}
.pagination-area * {
  font-size: 19px;
  font-weight: 700;
  color: #333333;
  margin: 0 10px;
}
.pagination-area {
  margin-top: 60px;
}
.pagination-area span.page-numbers.current,
.pagination-area .page-numbers:hover {
  color: #e8745d;
}
.banner-btns.m-0 a {
  margin: 0 24px 10px 0;
}
.special-price {
  color: #e8745d !important;
}
.age-tag {
  background-color: var(--yellow);
  color: var(--d-grey);
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  padding: 7px 18px 6px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.age-tag strong {
  color: var(--d-grey);
}
.single-feature-img img {
  border-radius: 20px;
  width: 100%;
  height: 434px;
}
.inner-page-banner.single-page-banner {
  margin-bottom: 200px;
}
.single-page-banner .single-feature-img {
  margin-bottom: -240px;
}
.dbase-content h2 {
  font-size: 34px;
  margin-top: 20px;
}
.dbase-content p {
  font-size: 16px;
  color: #8e8e8e;
}
.dbase-content strong {
  color: #000;
}
.dbase-content a {
  color: #0990ca;
}
.dbase-content img,
.dbase-content iframe {
  width: 100%;
  border-radius: 20px;
}
.database-content-area {
  padding: 70px 0 20px;
}
.dbase-content ul {
  list-style: none;
  padding: 0;
}
.dbase-content ul li {
  color: var(--d-grey);
  padding-left: 20px;
  position: relative;
}
.dbase-content ul li::before {
  content: "";
  display: block;
  height: 13px;
  width: 13px;
  background-color: #0990ca;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
.dbase-content p:has(strong) {
  margin-bottom: 10px;
}
.table-of-c-box {
  background: url(../images/toc-bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 30px 17px 35px;
  position: sticky;
  top: 20px;
  margin-right: 14px;
}
.table-of-c-box h4 {
  margin: 0 7px 21px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dadada;
}
.table-of-c-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: tbc;
}
.table-of-c-box ul li a::before {
  counter-increment: tbc;
  content: "0" counter(tbc) ". ";
  display: inline-block;
  transition: ease all 0.5s;
}
.table-of-c-box ul li a {
  font-size: 16px;
  color: #c1c1c1;
  font-weight: 600;
  padding: 12px 16px;
  border-radius: 30px;
  line-height: 1.2;
  background-color: transparent;
  display: flex;
}
.table-of-c-box ul li a.active::before {
  color: #0990ca;
}
.table-of-c-box ul li a.active {
  color: #090914;
  background-color: #d9e9ef;
}
.moredatabase .all-database-boxes .database-boxes {
  background-color: #fff;
  box-shadow: 0px 10px 22px 0px #0000000f;
}
.parents-testimonials.moredatabase {
  padding: 80px 0;
}
.contact-banner .banner-content-wrap {
  padding: 70px 20px 80px;
}
.conatct-us-page {
  padding: 48px 0 80px;
}
.info-box .inbox-icon {
  height: 58px;
  width: 58px;
  background-color: #f9d9d3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 58px;
  border: 2px solid #e8745d;
}
.contact-info .info-box {
  display: flex;
  gap: 15px;
  margin-bottom: 39px;
}
.conatactus-content {
  max-width: 481px;
}
.conatactus-content h2 {
  font-size: 40px;
  color: #0a0b38;
}
.conatactus-content p {
  font-size: 16px;
  color: #8e8e8e;
}
.contact-info {
  margin-top: 33px;
}
.contact-info .info-box a {
  font-size: 19px;
  color: #090914;
  font-weight: 600;
  line-height: 1.42;
}
.contact-info .info-box h5 {
  font-size: 18px;
  font-weight: 500;
  opacity: 0.7;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.contact-form {
  background: url(../images/cus-bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 30px 26px 42px;
}
.contact-form input[type="submit"] {
  font-weight: 700;
  font-size: 16px !important;
}
.contact-form h3 {
  color: #0a0b38;
  font-size: 28px;
  margin-bottom: 29px;
}

.user-email-field {
  font-family: "Inter" !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 16.94px !important;
  text-align: center !important;
  background-color: #d9e9ef !important;
  width: 353px !important;
}
@media screen and (min-width: 1024px) {
  .single-page-banner h1 {
    font-size: 45px;
  }
  .contact-banner h1 {
    font-size: 53px;
  }
}
/* Responsive */
@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .main-menu ul li a {
    font-size: 13px;
    text-align: center;
  }
  .main-menu ul {
    gap: 10px;
  }
  .main-menu ul li:last-child a {
    padding: 9px 20px;
  }
  header.our-header-area {
    padding: 10px 10px 30px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .banner-child-images {
    padding-left: 0;
  }
  .home-banner .banner-content h1 {
    font-size: 50px;
  }
  .banner-content-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .default-btn {
    padding: 13px 21px;
  }
  .our-header-area {
    padding: 20px 10px 30px;
  }
  h2 {
    font-size: 35px;
  }
  .whybuy-usboxs .row .flex-box:nth-child(odd) {
    margin-top: 0;
  }
  .whybuy-usboxs .row .flex-box,
  .category-posts > .category-post {
    width: 33.33%;
  }
  .whybuy-usboxs .row {
    row-gap: 50px;
    justify-content: center;
  }
  .category-posts {
    row-gap: 30px;
    justify-content: center;
  }
  .allproducts-area .products-cat button {
    height: 37px;
    padding: 5px 6px;
    font-size: 12px;
  }
  .footer-newsletter.cta-form input[type="submit"] {
    width: 80px;
    padding: 5px;
  }
  .contact-info .info-box a {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .menu-icon.d-lg-none {
    text-align: end;
  }
  .navbar-light .navbar-toggler {
    border-color: transparent;
    background: #ffc000;
  }
  .main-menu ul li a {
    padding: 10px;
    color: #fff;
  }
  div#navbarNav {
    position: absolute;
    left: 0;
    top: 52px;
    background: #6420d3;
    width: 100%;
    border-radius: 10px;
    padding-bottom: 20px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .main-menu ul {
    display: block;
  }
  .main-menu ul li:last-child a {
    margin-left: 10px;
  }
  .table-of-c-box {
    margin-right: 0;
  }
  .table-of-c-box ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .ctpost-top.d-flex {
    flex-wrap: wrap;
  }
  .home-banner .banner-content h1,
  h1 {
    font-size: 40px;
    line-height: 1.2;
  }
  .our-header-area {
    padding: 10px 0 25px;
  }
  .our-header-area .col-lg-3.col-md-4 {
    width: 60%;
  }
  .our-header-area .col-lg-9.col-md-8 {
    width: 40%;
  }
  .whybuy-usboxs .row .flex-box,
  .category-posts > .category-post {
    width: 100%;
  }
  .allproducts-area .products-cat {
    border-radius: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .inner-page-banner {
    margin: 0 10px;
  }
  .banner-content-wrap {
    padding: 30px 10px;
  }
  .banner-child-images {
    padding: 30px 0 0 0;
  }
  .home-banner.inner-page-banner .banner-content-wrap {
    padding-bottom: 40px;
  }
  .default-btn {
    font-size: 15px;
    padding: 11px 18px;
  }
  .banner-child-images img {
    min-height: 160px;
  }
  h2 {
    font-size: 33px;
  }
  .whybuy-usboxs .row .flex-box:nth-child(odd) {
    margin-top: 0;
  }
  .whybuy-usboxs .row {
    gap: 60px;
  }
  .iwdes-box {
    min-height: auto;
  }
  .ourprodcuts-area {
    padding-top: 100px;
  }
  .category-posts {
    gap: 30px;
  }
  .footer-widgets-area .row > * {
    width: 100% !important;
  }
  .single-widget h4 {
    margin: 0 0 15px;
  }
  .menu-widget {
    padding-left: 12px;
  }
  .single-widget.content-w p {
    margin: 0;
  }
  .footer-widgets-area .row {
    gap: 30px;
  }
  .footer-area .footer-logo {
    margin-bottom: 20px;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom-menu ul {
    justify-content: center;
    gap: 20px;
  }
  .allproducts-area .products-cat button {
    padding: 5px 20px;
    width: 50%;
    height: auto;
  }
  .school-database-s {
    padding: 50px 0 55px;
  }
  .cta-form button {
    width: 128px;
  }
  .recommended-products-cat .allproducts-area .products-cat {
    justify-content: center;
  }
  .category-posts.full-box .category-post-inner {
    padding: 30px 20px;
    display: block;
  }
  .full-box .category-post-inner .ctpost-content {
    padding: 15px 0 0;
  }
  .full-box .post-metasbo {
    column-gap: 10px;
    margin-bottom: 25px;
  }
  .full-box .category-post-inner .cp-feature img {
    height: 280px;
  }
  .category-post h3 {
    font-size: 24px;
  }
  .banner-content {
    margin-bottom: 30px;
  }
  .banner-btns a {
    display: block;
    margin-right: 0 !important;
  }
  .banner-btns {
    margin: 0;
  }
  .pagination-area {
    margin-top: 40px;
  }
  .pagination-area * {
    font-size: 16px;
    margin: 0 6px;
  }
  .pagination-area .page-numbers.prev,
  .pagination-area .page-numbers.next {
    height: 35px;
    width: 35px;
  }
  .pagination-area .page-numbers.prev {
    margin-right: 16px;
  }
  .pagination-area .page-numbers.next {
    margin-left: 16px;
  }
  .diffrent-cat-pro .wbu-head {
    margin-bottom: 30px;
  }
  .banner-btns.m-0 {
    margin-top: 20px !important;
  }
  .dbase-content h2 {
    font-size: 30px;
  }
  .database-content-area {
    padding-top: 40px;
  }
  .single-feature-img img {
    height: 350px;
  }
  .parents-testimonials.moredatabase {
    padding: 60px 0;
  }
  .contact-banner .banner-content-wrap {
    padding: 30px 10px;
  }
  .contact-info .info-box {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .full-box .courses-btns a {
    width: 100%;
  }
}

.d-flex {
  display: flex;
}
.justify-content-between {
  justify-content: space-between;
}
.align-center {
  align-items: center;
}

/* .dashboard-padding {
  padding: 32px;
} */

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.btn-custom-download {
  background-color: var(--yellow) !important;
  border: 1px solid var(--yellow) !important;
  padding: 14px 44px !important;
  border-radius: 26px !important;
  font-family: "Inter" !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 15.73px !important;
  text-align: left !important;
  color: #252525;
}
.btn-custom-download img {
  width: 9px;
  height: 9px;
}
.btn-custom-download:hover {
  background-color: var(--yellow) !important;
  background: var(--yellow) !important;
  border: 1px solid var(--yellow) !important;
  color: #252525;
}

.btn-custom-blue {
  background-color: var(--blue) !important;
  border: 1px solid var(--blue) !important;
  padding: 14px 30px !important;
  border-radius: 26px !important;
  font-family: "Inter" !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 15.73px !important;
  text-align: left !important;
  color: #fff !important;
}
.btn-custom-blue img {
  width: 12px !important;
  height: 12px !important;
  color: #fff !important;
  bottom: 1px;
  position: relative;
}
.btn-custom-blue:hover {
  background-color: var(--blue) !important;
  background: var(--blue) !important;
  border: 1px solid var(--blue) !important;
  color: #fff !important;
}
.btn-custom-lt-blue {
  background-color: var(--l-blue) !important;
  border: 1px solid var(--l-blue) !important;
  padding: 14px 30px !important;
  border-radius: 26px !important;
  font-family: "Inter" !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 15.73px !important;
  text-align: left !important;
  color: var(--blue) !important;
}
.btn-custom-lt-blue:hover {
  background-color: white !important;
  border: 1px solid white !important;
  color: var(--blue) !important;
}

#customPrevBtn {
  cursor: pointer;
}
#customNextBtn {
  cursor: pointer;
}

.btn-custom-stay {
  background-color: transparent !important;
  border: 1px solid #0990ca !important;
  color: #0990ca !important;
  width: 170px !important;
  padding: 16px !important;
}
.btn-custom-stay:hover {
  background: transparent !important;
  border: 1px solid #0990ca !important;
  color: #0990ca !important;
}

.btn-custom-logout {
  background-color: #e33412 !important;
  border: 1px solid #e33412 !important;
  color: #fff !important;
  width: 170px !important;
  padding: 16px !important;
}
.btn-custom-logout:hover {
  background: #e33412 !important;
  border: 1px solid #e33412 !important;
  color: #fff !important;
}

/* Login CSS */
.login-body {
  background-image: url("../img/Frame40502.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.login-form {
  width: 523px;
  padding: 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
}
.logo {
  margin-bottom: 50px;
  text-align: center !important;
}
.login-title {
  margin-top: 50px;
  text-transform: lowercase;
  font-weight: 700;
  font-size: 22px;
}
.forgot-title {
  margin-top: 50px;
  font-size: 16px;
}
.logo h5 {
  text-align: center;
}

#loginForm {
  margin-top: 40px;
}
.forgot-password {
  display: flex;
  justify-content: end;
}
.login-a {
  font-family: Inter;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.006em;
  text-align: left;
  color: #0990ca;
}
.login-btn {
  background-color: #ffc000;
  border-radius: 100px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.94px;
  padding: 18px;
}
.bottom-text {
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.006em;
  /* text-align: left; */
  color: #252525;
  margin-top: 30px;
}

/* SideBar */

.sidebar {
  background-color: var(--purple);
  padding: 26px 0px 26px 26px;
}
.sidebar-logo {
  text-align: center;
}
.sidebar ul {
  margin-top: 75px;
}
.sidebar ul li {
  font-family: "Inter";
  font-size: 13px;
  font-weight: 400;
  line-height: 15.73px;
  letter-spacing: 0.016em;
  color: #fff;
  margin-left: 12px;
  list-style-type: none;
  margin: 20px 0px;
}
.sidebar ul li img {
  margin-right: 12px;
}

/* /// */
/* firefox */

.sidebar {
  scrollbar-width: thin;
  scrollbar-color: #882feb white !important;
}
.sidebar-scroll::-moz-scrollbar {
  width: 10px;
}

.sidebar-scroll::-moz-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}

.sidebar-scroll::-moz-scrollbar-thumb {
  background: linear-gradient(180deg, #832fee 0%, #ee2fb8 100%);
  border-radius: 10px;
}
/* ----- */
.sidebar {
  height: 97%;
  width: 240px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: var(--purple);
  /* overflow-x: hidden; */
  transition: 0.3s linear;
  /* overflow-y: scroll; */
  margin: 15px 0px 15px 12px;
  border-radius: 24px;
}
.sidebar-scroll ::-webkit-scrollbar {
  width: 10px;
}
.sidebar-scroll ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
.sidebar-scroll ::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #832fee 0%, #ee2fb8 100%);
  border-radius: 10px;
}

.sidebar .logo {
  margin-top: 34.88px;
  display: flex;
  justify-content: start;
  margin-left: 10px;
  margin-bottom: 32.2px;
}
.sidebar .menu-list {
  margin-top: 32.2px;
  margin: 32.2px 0px 0 16px;
}

.sidebar .menu-list .menu-item {
  display: flex;
  gap: 7px;
  color: #fff;
  align-self: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  padding: 4px 12px;
  transition: 0.3s all ease;
  margin-bottom: 20px;
  padding: 10px 10px;
}
.sidebar .menu-list .menu-item.active {
  background-color: #ffffff;
  color: var(--purple);
  border-radius: 6px;
  font-weight: 700;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 10px 10px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
/* .sidebar .menu-list .menu-item:hover {
  background: #ee2fb81a;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
} */
.sidebar .menu-list .menu-item.last-item {
  margin-bottom: 24px;
}
.sidebar .menu-list .menu-item img {
  width: 17.23px;
  height: 17.23px;
  align-self: center;
}
.sidebar .menu-list .menu-item span {
  align-self: center;
}
.sidebar .menu-list hr {
  border-top: 1px solid #d8d8d8;
}
.sidebar .menu-list .upgrade-pro {
  background: linear-gradient(180deg, #832fee 0%, #ee2fb8 100%);

  position: relative;
  width: 180px;
  height: 142px;
  bottom: 10px;
  border-radius: 20px;
  margin-top: 117px !important;
  margin-bottom: 63.73px;
  padding: 10px;
}
.sidebar .menu-list .upgrade-pro .price-btn {
  border-radius: 6px;
  color: white;
  background: #f7f7f733;
  border: 0;
  padding: 7px 15px;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  transition: 0.3s all ease;
}
.sidebar .menu-list .upgrade-pro .price-btn:hover {
  background-color: var(--bg-white);
  color: var(--pink);
}
.sidebar .menu-list .upgrade-pro .bot-img {
  position: absolute;
  width: 113.12px;
  height: 177.66px;
  top: -30px;
  right: -30px;
}
.sidebar .menu-list .upgrade-pro .text-area {
  margin: 19.42px 8px;
  color: var(--bg-white);
}
.sidebar .menu-list .upgrade-pro .text-area h2 {
  font-weight: 800;
  font-size: 16.5636px;
  line-height: 21px;
  width: 84.47px;
}
.sidebar .menu-list .upgrade-pro .text-area p {
  font-weight: 400;
  font-size: 10.0364px;
  line-height: 14px;
  width: 94px;
}
.sidebar .menu-list .upgrade-pro .text-area h6 {
  font-weight: 800;
  font-size: 10.0364px;
  line-height: 150%;
}
.sidebar .closebtn {
  position: absolute;
  top: -8px;
  z-index: 2 !important;
  right: 5px;
  font-size: 36px;
  margin-left: 50px;
  border-radius: 100px;
  height: 40px;
  color: var(--purple);
  width: 30px;
  height: 30px;
  font-size: 22px;
  margin-top: 10px;
  text-align: start;
}
.mobile-close {
  border: 0;
  background: transparent !important;
  font-size: 25px;
  color: var(--purple);
  margin-right: 0px;
  margin-left: 0px;
  /* margin-top: -75px; */
  position: absolute;
  top: 20px;
  padding: 0px !important;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  padding: 10px 15px;
  border: none;
  position: absolute;
  background-color: transparent;
  color: var(--purple);
  font-size: 30px;
  margin-left: -10px;
  margin-top: -10px;
}

#main {
  transition: margin-left 0.3s;
  margin-left: 251px;
  overflow: hidden;
}

/* notification */
.notification-btn {
  position: relative;
  display: flex;
  align-content: flex-start;
  border-radius: 8px;
}
.notification-btn .notification-menu {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  border-radius: 8px;
}
.notification-btn .notification-menu.open {
  translate: -350px 0px;
  opacity: 1;
  visibility: visible;
  background-color: var(--bg-white);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  width: 400px;
  z-index: 3;
  margin-top: 15px;
  background-color: #fff;
}
.notification-btn .nav {
  width: 100%;
}
.notification-btn .nav-item {
  background-color: #ececec;
  width: 50%;
}
.notification-btn .nav-link {
  width: 100%;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--text-dark);
  font-weight: 500;
  font-size: 13px;
}
.notification-btn .nav-link:hover {
  color: var(--text-dark);
}
.notification-btn .nav-link.active {
  background-color: var(--purple) !important;
  color: var(--bg-white) !important;
}
.notification-btn .notification-menu.open h4 {
  font-size: 22px;
  padding: 20px;
}
.notification-btn .notification-menu.open .notifications {
  padding-top: 0px !important;
}
.notification-btn
  .notification-menu.open
  .notifications
  .notifications-list
  ul {
  padding-left: 0px;
}
.notification-btn
  .notification-menu.open
  .notifications
  .notifications-list
  ul
  li {
  font-family: "Inter";
  list-style-type: none;
  padding: 10px 0px;
}
.notification-btn
  .notification-menu.open
  .notifications
  .notifications-list
  ul
  li
  span {
  color: #826dff;
  background-color: #ebebf3;
  border-radius: 50%;
  padding: 8px 16px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 18px;
}
.notification-btn
  .notification-menu.open
  .notifications
  .notifications-list
  ul
  li
  p {
  font-family: "Inter";
  color: #000;
}
/* .notification-btn .notification-menu.open .notifications .notifications-list ul li p span {
  font-weight: 500;
  font-size: 16px;
} */
.notification-btn
  .notification-menu.open
  .notifications
  .notifications-list
  ul
  li
  a {
  font-size: 12px;
}

.notification-btn .notification-menu > button {
  border: 0;
  border-radius: 0;
  padding: 0 18px;
  background-color: var(--bg-white);
  text-align: start;
  padding: 10px;
}
.notification-btn .notification-menu > button:hover {
  background-color: #ee2fb81a;
  color: var(--pink);
}
.notifications img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.notifications h5 {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}
.notifications p {
  color: grey;
  margin-bottom: 0;
  text-align: center;
  font-weight: 300;
}
.btn-notification {
  border: 0;
  width: 100%;
  color: var(--pink);
  background-color: var(--pink-transparent);
  padding: 20px 15px;
  font-weight: 600;
  transition: 0.3s all ease;
  text-align: center;
  cursor: pointer;
}
.btn-notification:hover {
  color: var(--bg-white);
  background-color: var(--pink);
}
.profile-btn .profile-menu {
  padding: 20px;
}
.profile-btn .profile {
  display: flex;
}
.profile-btn .profile .name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 12px;
}
.profile-btn .profile .name h5 {
  margin-bottom: 0px;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 700;
  line-height: 14.52px;
  letter-spacing: -0.006em;
  text-align: left;
}
.profile-btn .profile .name p {
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  letter-spacing: -0.006em;
  text-align: left;
  margin-bottom: 0px;
  padding-top: 6px;
}
.profile-btn .change-picture {
  font-family: "Inter";
  font-size: 12px;
  font-weight: 700;
  line-height: 14.52px;
  letter-spacing: -0.006em;
  text-align: left;
  color: #323232;
}

/* ================================= Feedback DropDown ============================= */
@media (max-width: 767px) {
  .notification-btn .notification-menu.open {
    translate: -250px 0;
    z-index: 3;
    background-color: var(--bg-white);
    transform: scale(0.8);
    top: 0px;
    opacity: 1;
  }
}

/* header profile */
#main .main-container .header {
  /* background-color: var(--l-blue); */
  background-color: var(--blue);
  padding: 14px;
}
#main .main-container .header .greetings h5 {
  font-family: "Fredoka";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.006em;
  text-align: left;
  margin-bottom: 8px;
}
#main .main-container .header .greetings p {
  font-family: "Inter";
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.006em;
  text-align: left;
  margin-bottom: 0px;
}

#main .main-container .header-options {
  justify-content: end;
  display: flex;
}
#main .main-container .header-options .option-btn.notifi img {
  width: 32px;
  height: 32px;
}
#main .main-container .header-options .option-btn.user img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 100px;
}

#main .main-container .header-options .option-btn.user:hover img {
  box-shadow: inset rgba(0, 0, 0, 0.4);
  border-radius: 100px;
}
#main .main-container .header-options .option-btn.msg {
  background-color: #e7e8f4;
  padding: 10px;
  border-radius: 6px;
  display: flex;
  align-self: center;
}
#main .main-container .header-options .option-btn.msg img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
#main .main-container .header-options .option-btn.msg:hover {
  background-color: var(--pink-transparent);
}
#main .main-container .header-options .option-btn.msg:hover span {
  color: var(--pink);
}
#main .main-container .header-options .option-btn {
  border: 0 !important;
  background-color: transparent;
  margin: 0 4px;
  transition: 0.3s all ease;
}
#main .main-container .header-options .option-btn span {
  color: #5b6871;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  transition: 0.3s all ease;
}
#main .main-container .header-options .price-plan {
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  padding: 10px;
}
#main .main-container .header-options .price-plan .ctm-badge {
  background-color: #ccc;
  color: var(--bg-white);
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-left: 5px;
}
#main .main-container .header-options .user-detail {
  display: flex;
  padding: 15px 20px;
  justify-content: start;
}
#main .main-container .header-options .user-detail img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
#main .main-container .header-options .user-detail p {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}

/* Dashboard Styles */
/* .dashboard-main {
  padding: 50px 18px;
} */
.dashboard-main .recommended-main {
  /* background-color: #0990ca; */
  padding: 32px;
  border-radius: 10px;
}

.dashboard-main .recommended-main .recommended-courses {
  display: flex;
  justify-content: space-between;
}
.dashboard-main .recommended-main .recommended-courses h1 {
  font-family: "Fredoka";
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.006em;
  text-align: left;
  /* color: #fff; */
  margin-bottom: 0px;
}
.dashboard-main .recommended-main .recommended-courses p {
  font-family: "Inter";
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.006em;
  text-align: left;
  /* color: #fff; */
  margin-bottom: 0px;
}
.dashboard-main .recommended-main .recommended-courses .arrow img {
  border: 1px solid #0990ca;
  background-color: #e8f8ff;
  padding: 15px 18px;
  border-radius: 50%;
}
.courses {
  text-align: center;
  padding-top: 40px;
}
.courses .exams {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-color: var(--l-blue);
  align-items: center;
  /* padding: 12px 10px 15px 10px; */
  padding: 20px 15px 25px;
  border-radius: 12px;
}
.courses .exams .logo {
  width: 135px;
  margin-bottom: 15px;
}

.recommended-exams .exams img {
  /* width: 82px; */
}
.recommended-exams .exams .product-image img {
  /* width: 82px !important; */
  height: 140px !important;
}

.courses .exams .btn-custom-download img {
  width: 8px;
  height: 9px;
}
.courses .exams .btn-custom-download img {
  width: 8px;
  height: 9px;
}

.courses .exams p {
  font-family: "Inter";
  color: #323232;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: -0.006em;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 35px;
}

.papers-main {
  /* background-color: #fff; */
  margin-top: 30px;
  border-radius: 10px;
  /* box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1); */
}
.papers-main-dashboard {
  transition: 0.3s all ease;
}
/* .papers-main-dashboard:hover {
  background-color: var(--blue);
} */
/* .papers-main-dashboard:hover p.tagline,
.papers-main-dashboard:hover h1,
.papers-main-dashboard:hover h5 {
  color: #fff;
} */
.papers-main .paper-head {
  display: flex;
  justify-content: space-between;
}
.papers-main .papers .exams {
  background-color: var(--l-blue);
}
.online-practice-test-main {
  margin-top: 30px;
}
.online-practice-test-main .online-practice-test {
  background-color: rgb(255, 242, 240);
  background-image: url("../images/course-bg.png");
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  padding: 12px !important;
  border-radius: 12px !important;
  border: 2px solid #e8745d;
}
.spatial-reasoning {
  background-image: url("../images/spatial.png") !important;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: rgb(230, 255, 252) !important;
  border: 2px solid #24a193 !important;
}
.online-practice-test-main .online-practice-test .practice-inner h1 {
  font-size: 22px;
  color: #323232;
  font-family: "Fredoka";
}

.online-practice-test-main .online-practice-test .practice-inner p {
  font-family: "Inter";
  font-size: 13px;
  color: #3c3c3c;
}
.online-course-image {
  text-align: center;
}

/* Dashboard Search */

.dashboard-search {
  /* background-image: url("../img/search.png"); */
  /* background-repeat: no-repeat; */
  position: relative;
}
.dashboard-search input {
  padding-left: 30px;
  width: 320px;
  border-radius: 1000px !important;
  background-color: #ededed;
}

.dashboard-search img {
  position: absolute;
  left: 0;
  top: 25px;
  padding-left: 10px;
  width: 22px;
  height: 14px;
}

/* .tabs .course-modules {
  background-color: #dee2e6;
} */
.card-header {
  background-color: #ececec !important;
  border-bottom: none;
  margin: 1rem 1rem 0rem 1rem;
  padding-bottom: 22px;
}
.tabs .course-modules .card-header p {
  margin-bottom: 0px !important;
  text-align: left;
}
.tabs .course-modules .card-header .completed_percentage {
  background-color: #fff;
  font-family: "Fredoka";
  font-weight: 400;
  font-size: 14px;
  padding: 16px;
  border-radius: 50%;
  margin-right: 5px;
}

.tabs .course-modules .collapse .card-body ul li p {
  color: #323232;
  font-size: 18px;
  font-family: "Fredoka";
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: start;
  font-weight: 400;
  margin-bottom: 0px;
}
.tabs .course-modules .collapse .card-body ul li p .video_duration {
  color: #989898;
  font-size: 13px;
  font-family: "Inter";
}

.modal .modal-dialog .modal-content {
  background-color: #e8f8ff;
  border-radius: 10px;
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}

.modal .modal-dialog .modal-content .modal-header .btn-close {
  /* background-color: #e8f8ff; */
  border: none;
}

.modal .modal-dialog .modal-content .modal-body {
  font-family: "Fredoka";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.006em;
  text-align: center;
  color: #323232;
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-footer {
  display: flex;
  justify-content: center;
  padding-top: 0px;
  border-top: none;
  padding-bottom: 50px !important;
}

.tabs .nav-tabs {
  background-color: #ececec;
  border-radius: 38px;
}
.tabs .nav-tabs .nav-link {
  background-color: #cfebf7;
  border-color: #cfebf7;
}
.nav-tabs .nav-link.active {
  background-color: white;
  border-color: #cfebf7;
  border-top-left-radius: 38px;
  border-bottom-left-radius: 38px;
}
.card {
  background-color: white;
  border: none;
  padding-top: 0px !important;
}

.card-body ul {
  background-color: #ececec !important;
}

.card-body ul li {
  background-color: #ececec !important;
  padding: 20px;
}
.card-body .list-group-item:first-child {
  border-bottom: 1px solid #cbcbcb;
}
.btn-watch {
  background-color: #017bfe;
  color: white;
  border-radius: 38px;
}

#linkInput {
  font-size: 8px;
}
.copybtn {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #fff;
  border: none;
  color: #cbcbcb;
  border-radius: 12px;
}
.copybtn:hover {
  background-color: #fff !important;
  color: #cbcbcb !important;
}

.user_display_picture {
  border-radius: 16px;
}
.modal-desc-text {
  font-family: "Inter";
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.006em;
  text-align: center;
}
.btn-skip {
  color: #0990ca;
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.006em;
  text-align: center;
  text-decoration: underline;
}
.visit-screen {
  display: block !important;
  text-align: center;
}

.solution-modal {
  display: none;
}
.changePassword-modal {
  display: none;
}
.notifications-modal {
  display: none;
}
.theEnd-modal {
  display: none;
}
.paper-modal {
  display: none;
}
/************************************ Rexponsiveness Starts here ****************************/

@media (max-width: 992px) and (min-width: 768px) {
  .sidebar {
    height: 100%;
    width: 0;
    z-index: 9;
    display: none;
    padding: 0px;
  }
  #main {
    margin-left: 0 !important;
  }
  .closeSidebar {
    display: flex;
    justify-content: end;
    font-size: 24px;
  }
  .sidebar-close {
    display: block;
    background-color: var(--purple) !important;
    border: none !important;
    color: #fff !important;
    font-size: 22px !important;
    padding: 10px !important;
  }
  .dashboard-main .recommended-main .recommended-courses h1 {
    font-size: 36px !important;
  }
  .mobile-close {
    border: 0;
    background: transparent !important;
    font-size: 25px;
    color: var(--purple);
    margin-right: 0px;
    margin-left: 0px;
    /* margin-top: -75px; */
    position: absolute;
    border: none !important;
    top: 20px;
    padding: 0px !important;
  }
  .option-btn {
    background: none !important;
    border: none !important;
    padding: 5px;
  }
  .header-options {
    display: block !important;
  }
  .user_display_picture {
    width: 28px;
  }
  .notification-btn .notification-menu.open {
    translate: 320px -100px;
  }
}

@media (max-width: 767px) {
  .sidebar {
    height: 100%;
    width: 0;
    z-index: 9;
    display: none;
    padding: 0px;
  }
  #main {
    margin-left: 0 !important;
  }
  .closeSidebar {
    display: flex;
    justify-content: end;
    font-size: 24px;
  }
  .sidebar-close {
    display: block;
    background-color: var(--purple) !important;
    border: none !important;
    color: #fff !important;
    font-size: 22px !important;
    padding: 10px !important;
  }

  .dashboard-main .recommended-main .recommended-courses h1 {
    font-size: 18px !important;
  }
  .recommended-main {
    position: relative;
  }
  .arrow {
    position: absolute;
    bottom: 0;
    margin: auto;
    text-align: center;
    left: 35%;
    padding-bottom: 10px;
  }
  .mobile-close {
    border: 0;
    background: transparent !important;
    font-size: 25px;
    color: var(--purple);
    margin-right: 0px;
    margin-left: 0px;
    /* margin-top: -75px; */
    position: absolute;
    top: 20px;
    padding: 0px !important;
    border: none !important;
  }
  .option-btn {
    background: none !important;
    border: none !important;
  }
  .header-options {
    display: block !important;
  }
  .user_display_picture {
    width: 28px;
  }
}

.elementor-53 p {
  color: #fff !important;
}

/* Button Styles */
.wp-block-woocommerce-cart
  .wp-block-woocommerce-cart-express-payment-block
  button,
.wp-block-woocommerce-cart
  .wp-block-woocommerce-proceed-to-checkout-block
  button,
.wp-block-woocommerce-cart
  .wp-block-woocommerce-cart-accepted-payment-methods-block
  button {
  background-color: var(--yellow) !important;
  color: white !important;
  border: none !important;
  padding: 10px 20px !important;
  font-size: 16px !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
}

.wp-block-woocommerce-cart
  .wp-block-woocommerce-cart-express-payment-block
  button:hover,
.wp-block-woocommerce-cart
  .wp-block-woocommerce-proceed-to-checkout-block
  button:hover,
.wp-block-woocommerce-cart
  .wp-block-woocommerce-cart-accepted-payment-methods-block
  button:hover {
  background-color: darken(var(--yellow), 10%) !important;
}

/* Text Styles */
.wp-block-woocommerce-cart,
.wp-block-woocommerce-cart h2,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block {
  color: var(--grey) !important;
  padding-left: 0px !important;
  padding: 20px !important;
}

/* Cart Items Block Styles */
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-line-items-block {
  padding: 20px !important;
  border-radius: 5px !important;
  background-color: #f9f9f9 !important;
}

/* Cart Totals Block Styles */
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block {
  /* padding: 20px !important; */
  border-radius: 5px !important;
  background-color: #f9f9f9 !important;
}

/* Headings Styles */
.wp-block-woocommerce-cart h2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  font-size: 24px !important;
  text-align: center !important;
}

/* Separator Styles */
.wp-block-woocommerce-cart hr.wp-block-separator {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  border-top: 1px dotted var(--grey) !important;
}

/* Cross-Sells Block Styles */
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block {
  margin-top: 20px !important;
}

/* Empty Cart Block Styles */
.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  text-align: center !important;
  padding: 50px 0 !important;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block h2 {
  font-size: 24px !important;
  color: var(--grey) !important;
}

.wp-block-woocommerce-cart
  .wp-block-woocommerce-empty-cart-block
  hr.wp-block-separator {
  margin: 20px auto !important;
  width: 50% !important;
}

.wp-block-woocommerce-cart
  .wp-block-woocommerce-empty-cart-block
  h2.with-empty-cart-icon {
  margin-bottom: 10px !important;
}

.wp-block-woocommerce-cart
  .wp-block-woocommerce-empty-cart-block
  .wp-block-woocommerce-product-new {
  margin-top: 20px !important;
}

.wc-block-components-product-name {
  color: var(--blue) !important;
}

.wc-block-cart-items__header .wc-block-cart-items__header-image {
  font-size: 16px !important;
}
.wc-block-cart-items__header .wc-block-cart-items__header-total {
  font-size: 16px !important;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
  width: 60% !important;
}

.wc-block-components-sidebar-layout {
  justify-content: space-between !important;
}
.wc-block-components-checkout-place-order-button {
  background-color: var(--yellow) !important;
  /*padding: 20px 40px  !important;*/
  text-decoration: none !important;
  border: 1px solid var(--yellow) !important;
  /*margin-top: 50px !important;*/
}
.wc-block-components-checkout-place-order-button span {
  text-decoration: none !important;
}

.wc-block-cart__totals-title {
  font-size: 16px !important;
}

/* checkout css */

/* General Styles */
.wp-block-woocommerce-checkout {
  color: var(--grey);
  font-family: Arial, sans-serif;
}

.wp-block-woocommerce-checkout h2 {
  font-size: 24px !important;
  margin-bottom: 20px !important;
  /* text-align: center; */
}
.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button:hover {
  background-color: var(--yellow) !important;
  /* border: 1px solid var(--yellow) !important; */
  background-image: none !important;
}
/* Button Styles */
.wp-block-woocommerce-checkout button,
.wp-block-woocommerce-checkout input[type="submit"]:hover {
  background-color: var(--yellow);
  color: var(--grey);
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wp-block-woocommerce-checkout button:hover,
.wp-block-woocommerce-checkout input[type="submit"]:hover {
  background-color: darken(var(--yellow), 10%);
  color: var(--grey);
}

/* Field Block Styles */
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-fields-block,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-totals-block {
  /* border: 1px solid var(--grey); */
  padding: 20px;
  border-radius: 5px;
  background-color: #f9f9f9;
  margin-bottom: 20px;
}

/* Individual Field Styles */
.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-contact-information-block,
.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-shipping-method-block,
.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-pickup-options-block,
.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-shipping-address-block,
.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-billing-address-block,
.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-shipping-methods-block,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-payment-block,
.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-additional-information-block,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-note-block,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-terms-block,
.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-actions-block {
  margin-bottom: 20px;
}

/* Order Summary Block Styles */
.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-order-summary-block {
  /* border: 1px solid var(--grey); */
  padding: 20px;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-order-summary-block
  > div {
  margin-bottom: 10px;
}

.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-order-summary-cart-items-block,
.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-order-summary-coupon-form-block,
.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-order-summary-subtotal-block,
.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-order-summary-fee-block,
.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-order-summary-discount-block,
.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-order-summary-shipping-block,
.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-order-summary-taxes-block {
  /* border-bottom: 1px solid var(--grey); */
  padding-bottom: 10px;
}

.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-order-summary-cart-items-block:last-child,
.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-order-summary-coupon-form-block:last-child,
.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-order-summary-subtotal-block:last-child,
.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-order-summary-fee-block:last-child,
.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-order-summary-discount-block:last-child,
.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-order-summary-shipping-block:last-child,
.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-order-summary-taxes-block:last-child {
  border-bottom: none;
}

/* Heading Styles */
.wp-block-woocommerce-checkout .wp-block-heading {
  text-align: center;
  font-size: 24px;
  color: var(--grey);
}

/* Separator Styles */
.wp-block-woocommerce-checkout hr.wp-block-separator {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px dotted var(--grey);
}

#contact-fields
  .wc-block-components-checkout-step__heading
  .wc-block-components-checkout-step__title::before {
  display: none !important;
}

#billing-fields
  .wc-block-components-checkout-step__heading
  .wc-block-components-checkout-step__title::before {
  display: none !important;
}

#payment-method
  .wc-block-components-checkout-step__heading
  .wc-block-components-checkout-step__title::before {
  display: none !important;
}
.wc-block-cart__submit-container a {
  text-decoration: none !important;
}
.cta-form button:hover {
  background-image: none !important;
  background-color: var(--yellow) !important;
  color: var(--d-grey) !important;
  border: 1px solid var(--yellow) !important;
}

.wc-block-cart__submit-button {
  background-color: var(--yellow);
  margin-top: 20px !important;
  font-weight: 700;
}

/* MY ACCOUNT */

.woocommerce-account header.page-header {
  display: none;
}

.woocommerce-account .page-content {
  margin-top: 3rem;
  margin-bottom: 8rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20%;
  background-color: var(--l-blue);
  padding: 2rem 2rem 2.5rem;
  border-radius: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 78%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  list-style-type: none;
  padding: 0.75rem 0;
  border-bottom: 1px solid #0990ca33;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  font-weight: bold;
  color: var(--blue);
}

.woocommerce .modal {
  padding: 0 !important;
}

.woocommerce .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0;
  max-width: 100vw;
  max-height: 100vh;
}

.woocommerce .modal .modal-dialog .modal-content {
  height: 100%;
  background-color: #fff;
  border-radius: 0;
}

.woocommerce .modal .btn-close {
  position: fixed;
  right: 20px;
  top: 10px;
  z-index: 99;
  padding: 19px;
}

.woocommerce .modal .video-nav-menu {
  overflow-y: scroll;
  /* max-height: calc(100vh - 10px); */
  max-height: 100%;
  overflow-x: hidden;
}

.woocommerce .modal .video-nav-menu li.list-group-item {
  border: none;
  border-bottom: 1px solid #eee;
}

.woocommerce .modal .video-nav-menu li p {
  margin: 0;
}

.woocommerce .modal .course-video {
  padding: 50px 50px 50px 20px;
}
.woocommerce .modal .btn-watch {
  font-size: 11px;
  background-color: var(--l-blue);
  border: none;
  padding: 6px 11px;
}

.woocommerce .modal .btn-watch i {
  left: 2px;
  position: relative;
  color: var(--blue);
}

.woocommerce .course-video {

}

@media (min-width: 1200px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*="elementor-page-"]) .site-main {
    max-width: 1340px !important;
  }
}
