/* Fonts css */

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2"),
    url("../fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLight.woff2") format("woff2"),
    url("../fonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Italic.woff2") format("woff2"),
    url("../fonts/Poppins-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-BoldItalic.woff2") format("woff2"),
    url("../fonts/Poppins-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-BlackItalic.woff2") format("woff2"),
    url("../fonts/Poppins-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLightItalic.woff2") format("woff2"),
    url("../fonts/Poppins-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Black.woff2") format("woff2"),
    url("../fonts/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBoldItalic.woff2") format("woff2"),
    url("../fonts/Poppins-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-LightItalic.woff2") format("woff2"),
    url("../fonts/Poppins-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"),
    url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-MediumItalic.woff2") format("woff2"),
    url("../fonts/Poppins-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBoldItalic.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Thin.woff2") format("woff2"),
    url("../fonts/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ThinItalic.woff2") format("woff2"),
    url("../fonts/Poppins-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* basic css */
html {
  scroll-behavior: smooth;
}
body,
html {
  font-family: "Poppins";
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins";
}

li {
  list-style: none;
}

ul {
  padding: 0;
}

a {
  text-decoration: none;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: unset;
}

.navbar-toggler:focus {
  box-shadow: unset;
}

.form-control:focus {
  box-shadow: unset;
}

b,
strong {
  font-weight: bold;
}

:focus-visible {
  outline: unset;
}

:focus,
:focus-within {
  outline-color: unset;
  outline-style: unset;
  outline-width: unset;
}

.modal.show {
  z-index: 99999;
}

td a,
td {
  text-decoration: none;
  /* Remove underlines for all td elements */
}

.cursor-class {
  cursor: pointer;
}

/* Apply this style to sections */
section {
  scroll-margin-top: 100px; /* Adjust the value to match your header height */
}

/* Animation css */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
/* scrollbar css */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #f2f2f2;
  background: #ccc;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: gray;
  border-radius: 10px;
}

/* variable css */

/* common css */
.theme-btn {
  width: 100%;
  background: #0495b4;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  height: 54px;
  padding: 15px 10px;
  border-radius: 5px;
}
.theme-btn:hover {
  box-shadow: 0px 8px 28px 8px rgb(0 0 0 / 20%);
  color: #fff;
}
.theme-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #0495b4;
  display: block;
  text-align: end;
  padding-bottom: 14px;
}
.section {
  padding: 100px 0;
}
.section.study {
  padding: 0px 0;
}
.border-black-bottom {
  border-bottom: 1px solid #000;
}
.black-text {
  color: #000 !important;
}
.btn:focus,
.btn-close:focus {
  outline: 0;
  box-shadow: unset;
  opacity: 1;
}
body.modal-open .row.blog-list-main-row.roadmap-list-row {
  transform: unset;
  margin-top: -88px;
}
.custom-desc-class li {
  list-style: disc;
}
.custom-desc-class ol li {
  list-style: decimal;
}
.custom-desc-class ul,
.custom-desc-class ol {
  padding: revert;
}
.roadmap-popup-title p * {
  line-height: normal;
}
/* signup screen pages css */
.signup-left-bg {
  background-image: url(../images/signup-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
.signup-left-block-wrapper {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100vh;
  padding: 100px 0;
  max-width: 520px;
  margin: auto;
}
/* .signup-left-content {
  max-width: 520px;
} */
.signup-left-content h2 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.signup-left-content p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
.signup-right-block-wrapper {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  max-width: 550px;
  margin: auto;
}
.signup-right-block-wrapper h1 {
  color: #040308;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  font-size: 32px;
  margin-bottom: 10px;
}
.signup-right-block-wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #040308;
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.signup-right-block-wrapper p a {
  color: #0495b4;
}
.custom-form {
  margin-top: 70px;
}
.custom-form .form-control {
  border: 1px solid rgb(4 3 8 / 60%);
  height: 54px;
  padding: 15px 20px 15px 20px;
  color: #04030899;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
}
.signup-right-block-wrapper .custom-form p {
  font-size: 14px;
  margin-bottom: 30px;
  margin-left: 6px;
  line-height: 24px;
}
.custom-form .form-check input {
  border: 1px solid rgb(4 3 8 / 60%);
  border-radius: 3px;
  height: 18px;
  width: 18px;
}
.custom-form .form-check input:checked {
  background-color: #0495b4;
  border-color: #0495b4;
}
.custom-form .form-check input:focus {
  box-shadow: unset;
}
.hr-line {
  display: flex;
  border-top: 0 !important;
  align-items: center;
  margin-top: 26px;
}
.hr-line hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #04030866;
  border-color: #04030866;
  display: flex;
  width: 46%;
  align-items: center;
  border-top: 0;
}
.hr-line span {
  font-size: 16px;
  font-weight: 400;
  color: #040308;
  line-height: 24px;
  padding: 0 10px;
}
.continue-block-link a {
  display: flex;
  align-items: center;
  gap: 0 10px;
  justify-content: center;
  padding: 15px 6px;
  border: 1px solid #040308;
  border-radius: 5px;
  height: 54px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #040308;
  width: 100%;
  margin-bottom: 20px;
}
.continue-block-link {
  margin-top: 26px;
}
.continue-block-link a:hover {
  box-shadow: 0px 8px 20px 8px rgb(0 0 0 / 13%);
  border: 1px solid #04030866;
  font-weight: 500;
}
.password-field {
  position: relative;
  width: 100%;
}
.password-field .toggle {
  background: none;
  border: none;
  color: #04030866;
  /*display: none;*/
  /*font-size: .9em;*/
  font-weight: 600;
  /*padding: .5em;*/
  position: absolute;
  right: 0.75em;
  top: 30%;
  /* top: 2.25em; */
  z-index: 9;
}
/* reset password page */
.rp-success-block {
  padding: 30px 0;
}
.rp-success-block img {
  width: auto;
  height: 75px;
}
.rp-success-block h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #040308;
  margin-top: 16px;
}
.rp-success-img-block {
  width: 120px;
  height: 120px;
  background: #34a8530d;
  border-radius: 100px;
}
/* user proficiency page css */
.signup-right-block-wrapper.user-proficiency-right-wrapper p {
  font-size: 24px;
  line-height: 36px;
  max-width: 90%;
}
.user-proficiency-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 16px;
  border-radius: 4px;
  padding: 12px 15px;
  border: 1px solid #dadbdd;
  margin-bottom: 20px;
}
.user-proficiency-block img {
  filter: grayscale(1);
  opacity: 0.4;
}
.proficiency-block-content h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #040308;
  margin: 0;
}
.proficiency-block-content span {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #565656;
}
.user-proficiency-block:hover {
  border: 1px solid #0495b4;
  background: #0495b412;
}
.user-proficiency-block:hover img {
  opacity: 1;
  filter: unset;
}
/*  header css  */
.header.fixed-top + .page-content {
  margin-top: 70px;
}
.header.top-header.fixed-top {
  box-shadow: 0px 0px 40px 0px #00000047;
  background: #fafafa !important;
  z-index: 9999999;
}
.top-header .navbar-dark .navbar-nav .nav-link {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 9px 0;
  overflow: hidden;
  position: relative;
  width: fit-content;
}
.top-header .navbar-dark .navbar-nav .nav-link.active {
  color: #012b6a;
  font-weight: 600;
}
.top-header .navbar-dark .navbar-nav .nav-link:hover {
  font-weight: 600;
  color: #012b6a;
}
.header.top-header .navbar {
  padding: 20px 0px 20px;
  border-bottom: 0;
}
.top-header .navbar-dark .navbar-nav .nav-link::after {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  height: 2px;
  background-color: #012b6a;
  border-radius: 0;
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  position: absolute;
}
.top-header .navbar-dark .navbar-nav .nav-link:hover::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.top-header .navbar-dark .navbar-nav .nav-item {
  padding: 0 20px;
}
.right-wrapper-header-links li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #012b6a;
  text-align: center;
}
.right-wrapper-header-links li a.signup-btn {
  background: #0495b4;
  color: #fff;
  border-radius: 8px;
  padding: 12px 24px 12px 24px;
}
.right-wrapper-header-links li a.signup-btn:hover {
  box-shadow: 0px 8px 28px 8px rgb(0 0 0 / 20%);
  color: #fff;
}
.right-wrapper-header-links li a:hover {
  font-weight: 600;
  color: #012b6a;
}
header.header.top-header .navbar-toggler {
  background-color: #012b6a;
  border: 1px solid #012b6a;
}
body:has(.top-header .navbar-collapse.collapse.show) {
  overflow: hidden;
}
/* header.header.top-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
} */
/* header.header.top-header + main {
  padding-top: 98px;
} */
/* header media query */
@media (max-width: 1199px) {
  .top-header .navbar-dark .navbar-nav .nav-item {
    padding: 0 9px;
  }
  .right-wrapper-header-links li a.signup-btn {
    padding: 12px 8px 12px 8px;
  }
}
@media (max-width: 991px) {
  header.header.top-header a.navbar-brand img {
    height: 40px;
    width: auto;
    object-fit: contain;
  }
  .top-header .navbar-collapse {
    position: absolute;
    top: 90px;
    width: 100%;
    left: 0px;
    background: #ffffff;
    max-height: 62vh; /* Add a maximum height for scrolling */
    overflow-y: auto; /* Add vertical scroll when content overflows */
    padding: 0 20px 15px;
    box-shadow: 0px 9px 28px 8px #0000000a;
    z-index: 9;
  }
  .right-wrapper-header-links li a {
    padding-left: 9px;
  }
}

/* banner section css */
/* .banner-section {
  padding: 163px 0 150px;
  height: 100%;
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 85%;
  margin-top: -100px;
} */
.banner-section {
  padding: 200px 0 150px;
  height: 100%;
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 90%;
  margin-top: -100px;
}
/* .banner-section{
  padding: 200px 0 100px;
  height: 100%;
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
} */
/* .banner-section.section::after {
  content: '';
  background: url(../images/vector-right-curve.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: right;
  background-repeat: no-repeat;
  z-index: -2;
  background-size: contain;
} */
.banner-left-wrapper {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  height: 100%;
  padding-top: 60px;
}
/* .banner-right-wrapper {
  position: relative;
}
.banner-right-wrapper::before {
  content: '';
  background: url(../images/vector-curve.png);
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: contain;
} */
.banner-right-wrapper img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 70%;
}
.banner-right-wrapper {
  position: relative;
  height: 100%;
}
.banner-right-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.banner-left-wrapper span {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #0495b4;
  text-transform: uppercase;
  letter-spacing: 0.03px;
  margin-bottom: 0px;
}
.banner-left-wrapper h1,
.banner-left-wrapper h1 span {
  font-size: 50px;
  font-weight: 600;
  line-height: 74px;
  color: #06241b;
  margin-bottom: 10px;
}
.bottom-curved-border {
  position: relative;
  /* display: inline-block; */
}
.bottom-curved-border::after {
  content: url(../images/curved-border.png);
  display: block;
  width: 100%;
  position: absolute;
  left: -8px;
  top: 20px;
}
.bottom-curved {
  position: relative;
  /* display: inline-block;  */
}
.bottom-curved::after {
  content: url(../images/curved-short.png);
  display: block;
  width: 100%;
  position: absolute;
  left: -8px;
  top: 20px;
}
.banner-left-wrapper p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #1e1e1e;
}
.banner-left-wrapper h1 span {
  color: #0495b4;
}
/* search bar css */
.search-bar .input-group {
  border: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: -4px -4px 44px 0px #00000014;
  margin-top: 22px;
}
.search-bar .input-group .form-control {
  padding: 24px 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1e1e1e;
  border: 0;
  border-radius: 8px;
}
.search-bar .input-group-append {
  height: 100%;
}
.search-bar .input-group .btn {
  height: 100%;
  padding: 24px 18px;
  font-size: 1rem;
  border-radius: 0 8px 8px 0;
  border: 0;
  color: rgb(0 0 0 / 20%);
}

/* key features section css */
.key-features-section {
  background: #ecf7ff80;
}
.section-title h2 {
  font-size: 56px;
  font-weight: 600;
  line-height: 84px;
  color: #192335;
}
.section-title h2 span {
  color: #0495b4;
}
.feature-img {
  height: 65px;
  width: 65px;
  background: #0495b4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.feature-img img {
  width: auto;
  height: 30px;
  object-fit: contain;
}
.feature-content {
  border: 0.4px solid #0495b480;
  box-shadow: 0px 4px 16px 0px #00000026;
  background: #fff;
  padding: 26px 10px 26px 46px;
  border-radius: 30px 30px 0px 30px;
}
.feature-content h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  color: #2e2c2c;
  margin-bottom: 4px;
}
.feature-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2e2c2c;
  margin-bottom: 0;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 48px;
}
.feature-content-block {
  position: relative;
}
.feature-img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
}
.key-feature-content-img img {
  width: 422px;
  height: auto;
}
.row.key-features-main-wrapper {
  margin-top: 70px;
}
.key-feature-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.key-feature-content-wrapper ul {
  display: flex;
  flex-flow: column;
  margin-bottom: 0;
  gap: 95px;
  justify-content: space-between;
}
.key-feature-content-wrapper.key-feature-right-wrapper .feature-content {
  border-radius: 30px 30px 30px 0px;
  padding: 26px 37px 26px 22px;
}
.key-feature-content-wrapper.key-feature-right-wrapper .feature-img {
  left: 100%;
}
/* most popular database css */
.section-title p {
  color: #6b7385;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.row.db-section-main-wrapper {
  margin-top: 50px;
}
.db-content-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background: #e3f5f980;
  margin-bottom: 24px;
}
/* tooltip css */
.db-content-block {
  position: relative;
}
.db-content-block::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 70%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0494b3;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1;
  word-break: break-word;
}
.db-content-block:hover::after {
  opacity: 1;
  visibility: visible;
}
/* tooltip end */
.db-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.db-content img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.db-content h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #000000;
  margin-bottom: 0;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.db-content-block .aero-block {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
}
.db-content-block .aero-block:hover {
  background: #0495b4;
  border-radius: 100px;
  box-shadow: -4px 4px 20px 0px #0495b41f;
}
.db-content-block .aero-block:hover img {
  filter: brightness(100);
}

/* top courses database section css */
.top-courses-database-section {
  width: 100%;
  height: 100%;
  background-image: url(../images/top-courses-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.top-course-main-wrapper {
  box-shadow: 0px 0px 14px 4px #0000000d;
  padding: 26px 26px 40px;
  margin: 12px 0 50px;
  background: #fff;
  border-radius: 5px;
}
.star-rating-review-block {
  margin-top: 26px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.star-rating-div span {
  color: #ff9747;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}
.review-text span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #6b7385;
}
.course-block-content h5 {
  font-size: 25px;
  font-weight: 700;
  line-height: 37px;
  color: #192335;
  margin-bottom: 0;
  display: -webkit-box;
  max-width: 100%;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  min-height: 76px;
  word-break: break-word;
}
.course-block-content h5 a {
  color: #192335;
}
ul.course-detail-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.course-info i {
  color: #6b7385;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}
.course-info {
  display: flex;
  align-items: center;
  gap: 6px;
}
.course-info span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #6b7385;
  display: flex;
  align-items: center;
  gap: 2px;
}
.course-block-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #6b7385;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 48px;
  word-break: break-all;
}
.author-info p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #6b7385;
  margin-bottom: 0;
  min-height: unset;
}
.author-info p span {
  font-weight: 700;
  color: #333333;
}
.price-learn-more-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.course-price-block span {
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  color: #6b7385;
}
.course-price-block span del {
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  color: #c4c7ce;
}
.course-price-block {
  display: flex;
  align-items: center;
  gap: 4px;
}
.learn-more-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #192335;
}
.learn-more-link i {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #192335;
}
.learn-more-link:hover {
  text-decoration: underline;
  text-decoration-color: #012b6a;
  filter: drop-shadow(2px 4px 6px #ccc);
}
.top-courses-database-section .section-title h2 {
  line-height: 60px;
  margin-bottom: 50px;
}
.owl-carousel .owl-item .author-info img {
  width: auto;
  height: 40px;
  object-fit: fill;
  border-radius: 100%;
}
.author-info {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.top-courses-slider-carousal .owl-stage-outer {
  margin-left: 16.5rem;
}
.top-courses-slider-carousal .owl-carousel.slider-carousal .owl-nav {
  position: absolute;
  right: 16%;
  top: -12%;
  transform: translate(-50%, -50%);
}
/* student feedback section css */
.student-feedback-section {
  width: 100%;
  height: 100%;
  background-image: url(../images/student-feedback-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-top: 10rem;
  padding-bottom: 200px;
}
.student-feedback-main-wrapper {
  padding: 12px 30px 60px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 14px 4px #0000000d;
  margin: 12px 0 50px;
}
.student-feedback-section .section-title p {
  color: #6d737a;
}
.owl-carousel .owl-item .quote-img img {
  width: auto;
  height: 32px;
  object-fit: contain;
}
.quote-img {
  display: flex;
  align-items: center;
  justify-content: end;
}
.owl-carousel .owl-item .student-info img {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  object-fit: cover;
}
.student-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 44px;
}
.student-content h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #000000;
  margin-bottom: 2px;
}
.student-content span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}
.student-feedback-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #363a3d;
  margin-bottom: 0;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 96px;
}
.student-feedback-slider-carousal {
  margin-top: 50px;
}
.student-feedback-slider-carousal .owl-carousel .owl-stage-outer {
  padding-bottom: 5rem;
}
.slider-carousal .owl-nav button i {
  color: #00000054;
}
.owl-carousel.slider-carousal .owl-nav button.owl-prev:hover i,
.owl-carousel.slider-carousal .owl-nav button.owl-next:hover i {
  color: #0495b4;
}
.owl-carousel.slider-carousal .owl-nav button.owl-prev,
.owl-carousel.slider-carousal .owl-nav button.owl-next {
  width: 34px;
  height: 34px;
  border: 1px solid #00000054;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.owl-carousel.slider-carousal .owl-nav button.owl-prev:hover,
.owl-carousel.slider-carousal .owl-nav button.owl-next:hover {
  border: 1px solid #0495b4;
  background-color: transparent;
}
.owl-carousel.slider-carousal .owl-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.student-feedback-slider-carousal .owl-carousel.slider-carousal .owl-nav {
  position: absolute;
  bottom: 0;
  left: 16%;
  transform: translate(-50%, -50%);
  margin-bottom: 20px;
}

/* about founder section css */
.about-founder-img img {
  width: 100%;
  height: 550px;
  object-fit: fill;
}
.about-founder-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  max-width: 80%;
}
.about-founder-content h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #06241b;
  margin-bottom: 20px;
}
.about-founder-content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #6b7385;
  margin-bottom: 30px;
}
.about-founder-img {
  position: relative;
}
.about-founder-img::after {
  position: absolute;
  content: "";
  background: #fff;
  border: 3px solid #0495b4;
  width: 100%;
  height: 550px;
  transform: translate(-50%, -50%);
  top: 54%;
  left: 54%;
  z-index: -1;
}

/* call to action css */
.call-to-action {
  background-image: url(../images/call-to-action-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.call-to-action-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
}
.call-to-action-content h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #192335;
  margin-bottom: 24px;
}
.call-to-action-content p {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #6b7385;
  margin-bottom: 24px;
}
.call-to-action-content .btn {
  width: fit-content;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 8px;
  height: 48px;
}
.row.call-to-action-main-wrapper {
  position: relative;
  padding: 130px 0 120px;
  margin-top: 100px;
}
.call-to-action-img {
  position: absolute;
  bottom: 0;
}
.call-to-action-img img {
  width: auto;
  height: 600px;
  object-fit: contain;
}
.center-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* about page css */
/* about banner section css */
.about-banner {
  padding: 300px 0 250px;
  height: 100%;
  background-image: url(../images/about-banner.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: -100px;
}
.about-banner-content span {
  color: #0495b4;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.032px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}
.about-banner-content h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 70px;
  color: #06241b;
  margin: auto;
}
/* build career section css */
.build-career-img img {
  width: auto;
  height: 350px;
  object-fit: fill;
  box-shadow: 0px 0px 14px 4px #0000000d;
}
.build-career-section p {
  margin-bottom: 0;
  max-width: 80%;
}
/* about learning platform section  css */
.learning-platform-info-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.lp-img {
  height: 64px;
  background: #e3f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  border-radius: 4px;
}
.lp-img img {
  width: auto;
  height: 38px;
  object-fit: contain;
}
.lp-info h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
  margin-bottom: 8px;
}
.lp-info p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #6b7385;
  max-width: 84%;
  margin-bottom: 0;
}
ul.learning-platform-info-list li:not(:last-child) {
  margin-bottom: 40px;
}
ul.learning-platform-info-list {
  padding-left: 20px;
}
.learning-platform-right-wrapper {
  margin-left: 50px;
}
.image-stack::after {
  content: " ";
  display: table;
  clear: both;
}
.image-stack__item--top {
  margin-right: -100%;
  position: relative;
  z-index: 1;
}
.image-stack__item--bottom {
  float: right;
}

@supports (display: grid) {
  .image-stack {
    display: grid;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
  }

  .image-stack__item--bottom {
    grid-column: 4/-1;
    grid-row: 1;
    width: 100%;
    padding-top: 78%;
    margin-left: 80px;
  }

  .image-stack__item--top {
    grid-row: 1;
    grid-column: 6 / span 8;
    padding-top: 0;
    width: 100%;
    float: right;
  }
  .image-stack__item--center {
    grid-row: 1;
    grid-column: 1 / span 8;
    padding-top: 23%;
    width: 100%;
  }
}

/* what our learners say section css */
.learners-say-section {
  width: 100%;
  height: 100%;
  background-image: url(../images/top-courses-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.signup-btn {
  width: fit-content;
  font-weight: 500;
  padding: 10px 20px;
  height: 48px;
  line-height: 28px;
}
.learners-say-slider-carousal .owl-carousel.slider-carousal .owl-nav {
  display: none;
}
.learners-say-title {
  margin: auto;
}
.main-learmers-slider-wrapper
  .learners-say-slider-carousal:last-child
  .owl-stage-outer {
  margin-left: 16.5rem;
}
.main-learmers-slider-wrapper .learners-say-slider-carousal:last-child {
  margin-top: 28px;
}
/* blog listing page css */
.breadcrumb-nav .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #000000;
  content: var(--bs-breadcrumb-divider, ">");
  line-height: 24px;
}
.breadcrumb-nav .breadcrumb-item a {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}
.breadcrumb-nav .breadcrumb-item a:hover {
  text-decoration: underline;
}
/* blog banner css */
.blog-banner {
  padding: 100px 0 146px;
  height: 100%;
  background-image: url(../images/blog-banner.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.blog-banner-title {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.blog-banner-title h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 74px;
  color: #000;
}
.course-details-banner .blog-banner-title h1 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.blog-banner-title span {
  padding: 12px 12px;
  background: #b9e4ed;
  border-radius: 50px;
  min-width: 142px;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}
.blog-banner-content p {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}
.blog-list-wrapper {
  border: 0;
  box-shadow: 0px 0px 14px 4px #0000000d;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 40px;
}
.blog-list-img img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 5px 5px 0px 0px;
}
.blog-list-content {
  padding: 26px 30px 30px;
}
.blog-list-content h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 38px;
  color: #192335;
  display: -webkit-box;
  max-width: 100%;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  min-height: 76px;
}
.blog-list-content h2 a {
  color: #192335;
}
.blog-list-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #6b7385;
  display: -webkit-box;
  max-width: 100%;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  min-height: 72px;
}
.row.blog-list-main-row {
  transform: translateY(-88px);
}
/* pagination css */
.pagination.custom-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 0px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ececec;
}
.pagination .pages {
  display: flex;
  flex-direction: row;
  gap: 22px;
}
.pagination .page {
  height: 43px;
  width: 26px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  box-shadow: -4px 4px 20px 0px #0495b41f;
  color: #000;
}
.pagination .page:hover {
  background-color: #0495b4;
  color: #fff;
}
.pagination .active {
  background-color: #0495b4;
  color: #fff;
}
.pagination .btn {
  background-color: #fff;
  border: 0;
  height: 44px;
  width: 44px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -4px 4px 20px 0px #0495b41f;
}
.pagination .btn:hover {
  background-color: #0495b4;
}
.pagination .btn:hover img {
  filter: brightness(50);
}
.pagination .btn img {
  max-width: 24px;
  height: auto;
}
/* blog detail page css */
.blog-detail-banner {
  padding: 90px 0 60px;
  height: 100%;
  background-image: url(../images/blog-banner.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
.author-info img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  object-fit: cover;
}
.blog-detail-banner-content h1 {
  margin-top: 20px;
}
.related-articles h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #192335;
  margin-bottom: 30px;
}
.related-articles .row {
  border-bottom: 1px solid #ececec;
  padding-bottom: 50px;
}
.blog-detail-wrapper-content h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #192335;
  margin-bottom: 20px;
}
.blog-detail-wrapper-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #6b7385;
  margin-bottom: 30px;
}
.blog-detail-wrapper-content p * {
  line-height: normal;
}
.blog-detail-img-wrapper {
  text-align: center;
  margin-bottom: 45px;
  margin-top: 60px;
}
.blog-detail-img-wrapper img {
  width: auto;
  height: 270px;
  object-fit: cover;
}
.checked-content {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.checked-content p {
  margin-bottom: 0;
  max-width: 70%;
}
/* contact page css */
.contact-banner {
  padding: 70px 0 80px;
  height: 100%;
  background-image: url(../images/contact-banner.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
.contact-info-block {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 14px;
}
.contact-info-img img {
  width: auto;
  height: 28px;
  object-fit: contain;
}
.contact-info-img {
  background: radial-gradient(
    301.92% 301.92% at 50% 100%,
    #e9fbff 0%,
    #0495b4 100%
  );
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.contact-info-content h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #192335;
  margin-bottom: 15px;
}
.contact-info-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #6b7385;
  margin-bottom: 0;
}
.contact-form-wrapper .custom-form textarea.form-control {
  height: auto;
}
.contact-form-wrapper {
  box-shadow: 0px 0px 14px 4px #0000000d;
  padding: 33px 30px;
  margin: auto;
  height: 100%;
  border-radius: 5px;
  border: 0;
  margin: 0 10px;
  display: flex;
  flex-flow: column;
}
.contact-title-block h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.contact-form-wrapper .custom-form {
  margin-top: 40px;
  flex-grow: 1;
}
.contact-form-wrapper .custom-form .form-group {
  margin-bottom: 38px;
}
.contact-form-wrapper .custom-form .submit-btn {
  min-width: 103px;
  max-width: 103px;
  height: 48px;
  padding: 12px 10px;
  border-radius: 8px;
}
.contact-form-wrapper .custom-form .form-control {
  height: 51px;
  border: 1px solid #04030899;
  color: #04030899;
}
.map-block {
  margin: 0 15px;
}
.contact-form-section .row.middle-row {
  border-bottom: 1px solid #000;
  padding-bottom: 100px;
}

/* footer css */
.footer-content img {
  width: auto;
  height: 36px;
  object-fit: contain;
  margin-bottom: 28px;
}
.footer-content h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #1b1d1f;
  letter-spacing: 0.03px;
  margin-bottom: 20px;
}
.footer-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #6d737a;
  margin-bottom: 16px;
}
.footer-content span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #363a3d;
  margin-bottom: 16px;
}
ul.footer-pages-links li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #6d737a;
}
ul.footer-pages-links li {
  margin-bottom: 12px;
}
ul.social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 0;
}
ul.social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e3f5f9;
  width: 48px;
  text-align: center;
  height: 48px;
  border-radius: 8px;
  padding: 14px;
  margin-bottom: 10px;
}
ul.social-links li a img {
  width: auto;
  height: 20px;
  object-fit: contain;
  margin-bottom: 0;
}
ul.footer-pages-links {
  margin-bottom: 0;
}
.links-columns {
  justify-content: center;
  display: flex;
}
.footer-content .custom-form .form-control {
  border: 0;
  border-radius: 8px;
  background: #e7e9eb80;
  color: #6d737a;
  padding: 16px;
}
.footer-content .custom-form .submit-btn {
  width: fit-content;
  padding: 12px 24px;
  border-radius: 8px;
}
ul.social-links li a:hover {
  box-shadow: 0px 8px 28px 8px rgb(0 0 0 / 20%);
  background: #0495b4;
}
ul.social-links li a:hover img {
  filter: brightness(60);
}
ul.footer-pages-links li a:hover {
  color: #1b1d1f;
  text-decoration: underline;
  text-decoration-color: #1b1d1f;
  font-weight: 500;
}
/* dashboard page css */
.dashboard-banner-section {
  height: 320px;
  background-image: url(../images/dashboard-banner.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.dashboard-banner-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.dashboard-banner-content-wrapper {
  background: radial-gradient(
    301.92% 301.92% at 50% 100%,
    #002d71 0%,
    #ffffff 100%
  );
  height: 350px;
  width: 100%;
  padding: 30px 40px;
  display: flex;
  flex-flow: column;
  justify-content: end;
}
.dashboard-banner-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 19px;
  color: #fff;
  margin-top: auto;
}
.person-content ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
}
.person-img img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 100%;
}
.person-content h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 8px;
}
.person-content ul li p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #ffffffcc;
}
.person-content ul li img {
  width: auto;
  height: 17px;
  object-fit: contain;
  margin-right: 8px;
}
.dashboard-banner-content-wrapper {
  transform: translateY(50px);
  position: relative;
}
/* dashboard-content css */
.page-content.dashboard-page-content {
  box-shadow: 0px 0px 14px 4px #0000000d;
  border-radius: 5px;
  padding: 28px 30px;
  height: 100%;
}
.dash-page-title h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #000000;
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
}
.row.dash-content-main-row {
  margin-top: 26px;
}
.dash-content-block {
  background: radial-gradient(
    301.92% 301.92% at 50% 100%,
    #e9fbff 0%,
    rgb(4 149 180 / 40%) 100%
  );
  padding: 32px 24px 50px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  margin-bottom: 14px;
}
.dash-icon-circle {
  background: radial-gradient(
    301.92% 301.92% at 50% 100%,
    #e9fbff 0%,
    #0495b4 100%
  );
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.dash-icon-circle i {
  font-size: 26px;
  font-weight: 500;
  color: rgb(0 0 0 / 50%);
  line-height: 28px;
}
.dash-content h4 {
  font-size: 46px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
}
.dash-content p {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #000000;
  margin-bottom: 0;
  text-transform: uppercase;
}
/* my profile page css */
.profile-info-list {
  background: #fff;
  border: 0;
  display: grid;
  grid-template-columns: max-content auto;
  margin: 0;
  width: 100%;
}
dl.profile-info-list dd,
dl.profile-info-list dt {
  width: 100%;
  padding: 5px 0;
}
dl.profile-info-list dt,
dl.profile-info-list dd {
  clear: both;
  float: left;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  line-height: 45px;
  color: #6b7385;
}
/* .profile-info-list dd, .profile-info-list dt {
  padding: .5em!important;
  width: 100%;
} */

.profile-info-list dt {
  color: #087fbf;
  grid-column-start: 1;
  text-align: left !important;
}

/* dl.profile-info-list dd {
  float: left;
  margin: .8em 0 0;
  padding: .2em 1em;
  text-align: left;
} */
dl.profile-info-list dd {
  grid-column-start: 2;
  padding-left: 8em;
  padding-right: 4em;
}
dl.profile-info-list dd p {
  line-height: 26px;
  margin-bottom: 0;
  padding-top: 0.5em;
}
/* enrolled courses page css */
.enroll-course-content-main-wrapper .nav-pills {
  border-bottom: 1px solid #ececec;
}
.enroll-course-content-main-wrapper .nav-pills .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #6b7385;
  padding: 14px 24px;
  line-height: 24px;
}
.enroll-course-content-main-wrapper .nav-pills .nav-link.active {
  background-color: transparent;
  color: #0495b4;
  border-bottom: 2px solid #0495b4;
  border-radius: 0;
}
.course-content-wrapper {
  box-shadow: 0px 0px 14px 4px #0000000d;
  border-radius: 5px;
  padding: 28px 24px;
  margin-bottom: 16px;
}
.course-img-block img {
  width: 100%;
  height: 162px;
  object-fit: contain;
}
.course-review-block .star-rating-review-block {
  margin-top: 24px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 6px;
}
.course-review-block .review-text span {
  /* color: #000; */
  font-weight: 400;
}
.course-review-block i {
  color: #6b7385;
}
.course-review-block h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  color: #192335;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 66px;
}
.progress-wrapper {
  margin-bottom: 18px;
}
.progress-wrapper .progress {
  height: 6px;
  border-radius: 0;
}
.progress-wrapper h4 {
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  color: #6b7385;
  margin-bottom: 6px;
}
.course-progress {
  background: rgb(4 149 180 / 10%);
}
.progress-wrapper .progress-bar {
  background-color: #0495b4;
}
.course-review-block .theme-btn {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  height: 45px;
  padding: 10px 10px;
  border-radius: 8px;
}
/* user reviews page css */
.review-listing-table .table thead {
  background: #cbecf3;
}
.review-listing-table .table thead th {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
}
.review-listing-table .table tbody td p {
  margin-bottom: 0;
  color: #6b7385;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.review-listing-table .table tbody td p.review-course-name{
  width: 500px;
}
.review-listing-table .table td .star-rating-review-block {
  margin-top: 0;
  margin-bottom: 0;
  flex-wrap: nowrap;
}
.review-listing-table .table td .star-rating-review-block .review-text span {
  font-weight: 400;
}
.review-listing-table .table td h4 {
  color: #6b7385;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.action-icon-row {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-around;
}
.action-icon-row i {
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}
.review-listing-table .table tr.custom-row:nth-child(even) {
  background: #ececec;
}
.review-listing-table .table thead th,
.review-listing-table .table tbody td {
  text-align: left;
  padding: 8px 16px;
}
/* order history page css */
.review-listing-table.order-history-table .table tbody p {
  color: #0000006b;
}
.review-listing-table.order-history-table .table tr.custom-row:nth-child(even) {
  background: rgb(236 236 236 / 30%);
}
.review-listing-table.order-history-table .table tbody td {
  padding: 16px 16px;
}
.checkout-content-block {
  box-shadow: 0px 0px 14px 4px #0000000d;
  border-radius: 5px;
  background: #fff;
  padding: 30px;
  height: -webkit-fill-available;
}
.checkout-content-block.billing-address-wrapper .custom-form {
  margin-top: 45px;
}
.checkout-content-block.billing-address-wrapper .custom-form .row {
  margin-bottom: 66px;
}
.checkout-content-block.billing-address-wrapper .custom-form p {
  font-size: 15px;
  margin-bottom: 30px;
  margin-left: 6px;
  line-height: 24px;
  color: #6b7385;
}
.checkout-content-block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-content-block-title h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  color: #192335;
}
.checkout-course-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-course-info h4,
.checkout-course-info span {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #6b7385;
  margin-bottom: 0;
}
.checkout-course-detail-wrapper ul li p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #6b7385;
  max-width: 65%;
  margin-bottom: 0;
}
.checkout-course-detail-wrapper ul li {
  border-bottom: 1px solid #ececec;
  padding: 14px 0;
}
.payment-method-block-main-wrapper .dash-page-title h2 {
  border-bottom: 0;
  margin-top: 30px;
  padding-bottom: 22px;
}
.payment-method-block-main-wrapper .custom-form .form-check.check-radio {
  margin-bottom: 22px;
}
.payment-method-block-main-wrapper .custom-form .form-check.check-radio input {
  border-radius: 100%;
  width: 16px;
  height: 16px;
  border: 1px solid #0495b4;
}
.payment-method-block-main-wrapper .custom-form .form-check.check-radio label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #6b7385;
}
.form-check.square-checkbox p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #6b7385;
  margin-bottom: 0;
  padding-top: 2px;
}
.checkout-content-main-wrapper .btn {
  width: fit-content;
  height: 48px;
  border-radius: 8px;
  padding: 12px 20px;
  min-width: 166px;
  max-width: 166px;
}
.checkout-content-block .custom-form .form-check input {
  border: 1px solid #0495b4;
  width: 16px;
  height: 16px;
}
.checkout-content-right-wrapper {
  margin-left: 40px;
}
.checkout-content-block .custom-form .form-control {
  height: 50px;
  color: rgb(4 3 8 / 60%);
  font-size: 14px;
  line-height: 21px;
}
.checkout-content-block .custom-form input::placeholder {
  color: rgb(4 3 8 / 40%);
}

/* all courses page css */
.course-block-content .star-rating-review-block span.bookmark-icon {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.course-block-content .star-rating-review-block span.bookmark-icon i {
  color: #00000080;
  font-size: 17px;
  font-weight: 500;
}
.course-block-img img {
  width: 100%;
  height: 245px;
  object-fit: contain;
}
.search-filter-block {
  display: flex;
  align-items: center;
  gap: 20px;
}
.course-banner-right-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.search-filter-block .search-bar .input-group .form-control {
  padding: 12px 10px 12px 18px;
  color: #040308;
  border-radius: 5px;
}
.search-filter-block .search-bar .input-group {
  border-radius: 5px;
  height: 50px;
  min-width: 299px;
  max-width: 299px;
}
.search-filter-block .search-bar .input-group .btn {
  padding: 6px 18px;
  font-size: 22px;
  border-radius: 0 5px 5px 0;
  border: 0;
  color: #0495b4;
  font-weight: 500;
}
.search-filter-block .dropdown.custom-dropdown .dropdown__filter {
  position: relative;
  /* display: flex; */
  padding: 13px 18px;
  border-radius: 5px;
  transition: 0.3s;
  background: #fff;
  margin-bottom: 0;
  box-shadow: -4px -4px 44px 0px #00000014;
  height: 50px;
  min-width: 220px;
  max-width: 220px;
  border: 0;
  color: #6b7385;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url(../images/filter-icon.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  /* background-position-y: 50%; */
  background-color: #fff;
  cursor: pointer;
  background-attachment: local;
}
.search-filter-block .dropdown.custom-dropdown .dropdown__filter option {
  color: #000;
}
h2.no-detail-text {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  margin: 10px 0 0;
  line-height: 24px;
  padding: 30px 0;
}
.search-filter-block .dropdown.custom-dropdown .dropdown__filter li,
.search-filter-block .dropdown__filter li:before,
.search-filter-block .dropdown__filter li:after {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #04030880;
  text-transform: none;
  padding-left: 0;
}

.search-filter-block .dropdown.custom-dropdown .dropdown__filter::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "";
  transition: 0.2s ease-in-out;
  font-family: "Material Design Iconic Font";
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #0495b4;
  font-weight: 500;
}
.search-filter-block .dropdown.custom-dropdown {
  width: 100%;
}

.search-filter-block .dropdown.custom-dropdown input:focus,
.search-filter-block .dropdown.custom-dropdown input:focus-within {
  outline-color: unset !important;
  outline-style: unset !important;
  outline-width: unset !important;
}
.search-filter-block
  .dropdown.custom-dropdown
  .dropdown__switch:checked
  + .dropdown__options-filter
  .dropdown__select {
  transform: scaleY(1);
}
.search-filter-block .dropdown.custom-dropdown .dropdown__options-filter {
  width: 100%;
  cursor: pointer;
}
.search-filter-block .dropdown.custom-dropdown .dropdown__filter:focus {
  box-shadow: unset;
  outline-color: unset !important;
  outline-style: unset !important;
  outline-width: unset !important;
}
.search-filter-block .dropdown.custom-dropdown .dropdown__select {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 5px;
  overflow: hidden;
  box-shadow: 0 5px 10px 0 rgb(152 152 152 / 30%);
  transform: scaleY(0);
  transform-origin: top;
  font-weight: 300;
  transition: 0.2s ease-in-out;
  padding-left: 0 !important;
  margin-top: 6px !important;
  border-radius: 5px;
  border: 0;
  background: #fff;
  padding-top: 10px;
  z-index: 9;
}
.search-filter-block .dropdown.custom-dropdown .dropdown__select-option {
  padding: 8px 10px !important;
  transition: 0.3s;
}
.search-filter-block .dropdown.custom-dropdown .dropdown__select-option:hover {
  background-color: #d2eff570;
  color: #000 !important;
}
/* course detail page css */
.blog-banner.course-details-banner.section {
  padding: 100px 0 70px;
}
.blog-banner.course-details-banner.section .blog-banner-title {
  margin-bottom: 20px;
  display: block;
}
.course-detail-main-content-wrapper p {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #6b7385;
}
.best-seller-info-wrapper {
  margin: 30px 0 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}
span.best-seller-text {
  padding: 12px 12px;
  background: #b9e4ed;
  border-radius: 50px;
  min-width: 142px;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #192335;
}
span.rating-text {
  padding: 4px 10px;
  background: #b9e4ed;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #6b7385;
}
span.students-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #6b7385;
}
.best-seller-info-wrapper .star-rating-div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.best-seller-info-wrapper .star-rating-div h4.rating-point-text {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #6b7385;
}
.course-detail-main-content-wrapper .author-info p {
  font-size: 14px;
  color: #000;
}
ul.course-detail-ul {
  margin-top: 26px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
ul.course-detail-ul li i {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #0495b4;
  margin-right: 8px;
}
ul.course-detail-ul li p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
/* course detail middle section css */
.course-detail-main-img-wrapper {
  background: radial-gradient(
    301.92% 301.92% at 50% 100%,
    rgba(233, 251, 255, 0.7) 0%,
    rgba(4, 149, 180, 0.7) 100%
  );
  padding: 28px 30px;
}
.course-detail-main-img-wrapper {
  text-align: center;
}
.course-detail-main-img-wrapper img {
  width: auto;
  height: auto;
  object-fit: contain;
  margin: auto;
}
.course-detail-tabs-main-wrapper {
  margin-top: 20px;
}
.course-detail-tabs-main-wrapper ul.nav-pills {
  box-shadow: 0px 0px 14px 4px #0000000d;
  padding: 8px;
  justify-content: space-between;
  border: 0;
  border-radius: 5px;
}
.course-detail-tabs-main-wrapper ul.nav-pills .nav-link {
  border-radius: 50px;
  background: #f5f5f5;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  padding: 12px 42px;
}
.course-detail-tabs-main-wrapper ul.nav-pills .nav-link.active {
  background: #0495b4;
  color: #fff;
}
.course-detail-tab-content {
  box-shadow: 0px 0px 14px 4px #0000000d;
  border-radius: 5px;
  padding: 30px 24px 26px 30px;
  margin-bottom: 30px;
}
.course-detail-tab-content .checked-content p {
  max-width: 88%;
}
.show-more-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.show-more-link {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  color: #192335;
}
.show-more-text i {
  font-size: 17px;
  color: #000;
}
.show-more-link:hover {
  color: #192335;
}
/* accordian tab css */
.course-detail-tab-content .accordion-item {
  border: 0;
}
.course-detail-tab-content .accordion-button {
  padding: 20px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #192335;
  border-bottom: 1px solid #ececec;
}
.course-detail-tab-content .accordion-button span {
  background: #f5f5f5;
  border-radius: 4px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #6b7385;
  margin-left: 18px;
}
.course-detail-tab-content .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: unset;
  color: #0495b4;
}
.course-detail-tab-content .accordion-button:not(.collapsed) span {
  color: #0495b4;
  background: #e9fbff;
}
.course-detail-tab-content .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: unset;
}
.course-detail-tab-content .accordion-button::after {
  width: 10px;
  height: 20px;
  margin-left: auto;
  content: "";
  background-image: url("../images/plus.svg");
  background-repeat: no-repeat;
  background-size: auto;
  transition: transform 0.2s ease-in-out;
  background-position: center;
}
.course-detail-tab-content .accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus.svg");
}
.course-detail-tab-content .accordion-body {
  padding: 20px 0 0;
}
ul.tab-content-ul .tab-content-list-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
ul.tab-content-ul .tab-content-list-info .tab-content-left-wrapper,
ul.tab-content-ul .tab-content-list-info .tab-content-right-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tab-content-list-info span {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #6b7385;
}
ul.tab-content-ul .tab-content-list-info i {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #6b7385;
}
.tab-content-list-info .tab-content-right-wrapper span {
  font-size: 14px;
}
.tab-content-list-info .tab-content-right-wrapper span.preview-text {
  background: #e9fbff;
  border-radius: 4px;
  color: #0495b4;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  padding: 2px 15px;
}
.tab-content-list-info .tab-content-right-wrapper span.preview-text i {
  font-size: 17px;
  color: #0495b4;
}
.course-detail-tab-content .course-rating-div {
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.course-detail-tab-content .course-rating-left-wrapper h2 {
  font-size: 63px;
  font-weight: 600;
  line-height: 76px;
  color: #192335;
  margin-bottom: 10px;
}

.course-detail-tab-content .course-rating-left-wrapper p {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #ff9747;
}
.course-detail-tab-content .course-rating-left-wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 24%;
  max-width: 24%;
}
.course-detail-tab-content .course-rating-right-wrapper .star-rating-div {
  min-width: 130px;
}
.course-detail-tab-content .course-rating-right-wrapper .star-rating-div span {
  font-size: 20px;
}
.course-detail-tab-content .course-rating-right-wrapper {
  flex: 1 1 76%;
  max-width: 76%;
}
.course-detail-tab-content .rating-review-item .right-rating ul.order-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.course-detail-tab-content .rating-review-item .right-rating ul.order-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.course-detail-tab-content
  .rating-review-item
  .right-rating
  ul.order-list
  li:last-child {
  margin-bottom: 0;
}
.course-detail-tab-content
  .rating-review-item
  .right-rating
  ul.order-list
  li
  .star-value {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  min-width: 25px;
}
.course-detail-tab-content
  .rating-review-item
  .right-rating
  ul.order-list
  li
  .star-value
  h5 {
  margin: 0 2px 0 0;
  font-size: 16px;
}
.course-detail-tab-content
  .rating-review-item
  .right-rating
  ul.order-list
  li
  .star-value
  .fa-star {
  font-size: 14px;
}
.course-detail-tab-content
  .rating-review-item
  .right-rating
  ul.order-list
  li
  .progress {
  flex: 1 1 100%;
  max-width: 100%;
  height: 7px;
  margin-right: 20px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-radius: 0;
}
.course-detail-tab-content
  .rating-review-item
  .right-rating
  ul.order-list
  li
  .rating-hit {
  color: #6b7385;
  font-size: 14px;
  min-width: 40px;
  text-align: end;
  font-weight: 500;
}
.course-detail-tab-content .rating-review-item .right-rating .progress-bar {
  background-color: #ff9747;
}
/* featured review block css */
.featured-review-list-wrapper {
  margin-top: 24px;
}
.featured-review-img img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}
.fetured-review-content h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #192335;
  margin-bottom: 6px;
}
.fetured-review-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #6b7385;
  margin-top: 10px;
}
span.thumb-icon i {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  color: #6b7385;
  margin-right: 10px;
}
.row.featured-review-content-row {
  padding-bottom: 50px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 50px;
}
/* video block css */
.course-detail-video-main-wrapper {
  padding: 26px 30px;
  box-shadow: 0px 0px 14px 4px #0000000d;
  border-radius: 5px;
  position: relative;
  transform: translateY(-64%);
  background: #fff;
  z-index: 9;
}
.video-content-bottom-block {
  margin-top: 10px;
}
.video-content-bottom-block .btn-div {
  display: flex;
  flex-flow: column;
  gap: 14px;
}
.video-content-bottom-block .btn-div .btn {
  background: transparent;
  color: #0495b4;
  border: 1.5px solid #0495b4;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  height: 60px;
  padding: 18px 10px;
}
.video-content-bottom-block .btn-div .btn:hover {
  background: #0495b4;
  color: #fff;
}
.video-content-bottom-block .btn-div span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
}
.video-content-block {
  background: radial-gradient(
    301.92% 301.92% at 50% 100%,
    rgba(233, 251, 255, 0.7) 0%,
    rgba(4, 149, 180, 0.7) 100%
  );
  width: 100%;
  height: 252px;
  border-radius: 5px;
  margin-bottom: 20px;
}
ul.video-detail-ul {
  margin: 20px 0 0;
}
ul.video-detail-ul .video-detail-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul.video-detail-ul .video-detail-info h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #192335;
  margin: 0;
}
ul.video-detail-ul .video-detail-info span {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: #6b7385;
}
ul.video-detail-ul li:not(:last-child) {
  margin-bottom: 16px;
}
span.left-days-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
}
/* roadmap popup css */
body.modal-open .header.top-header {
  z-index: 0;
}
.roadmap-popup-title.custom-desc-class * {
  max-width: 100%;
  word-wrap: break-word;
}
.roadmap-popup .modal-header {
  padding: 1rem 1rem 0;
  border: 0;
}
.roadmap-popup .modal-header button.btn-close {
  opacity: 1;
}
.roadmap-popup-title h5 {
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
  color: #000;
}
.roadmap-popup-title p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
}
.roadmap-popup .modal-content {
  background: #f9fafb;
  box-shadow: 0px 0px 14px 4px #0000000d;
  border-radius: 5px;
  border: 0;
}
.roadmap-popup .modal-dialog {
  max-width: 1220px;
}
.roadmap-popup .modal-body {
  padding: 0 40px 20px;
}
.roadmap-popup .modal-body img {
  margin: auto;
  display: flex;
}
section.course-detail-middle-section .course-detail-middle-row {
  padding: 60px 0;
}
.course-detail-video-main-wrapper .video-container {
  width: 100%;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}
.course-detail-video-main-wrapper .video-container .video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.course-detail-video-main-wrapper .video-container video {
  width: 100%;
  height: 252px;
  border-radius: 5px;
  object-fit: cover;
}
.course-detail-video-main-wrapper .play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.course-detail-video-main-wrapper .play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}
.course-detail-video-main-wrapper .play-button-wrapper #circle-play-b i {
  cursor: pointer;
  background-color: transparent;
  border-radius: 100%;
  opacity: 1;
  font-size: 100px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
}
/* course study page css */

ul.sidebar.course-study-sidebar li .dash-page-title h2 {
  padding: 0 16px 16px;
  line-height: 24px;
}
.page-wrapper.course-study-page-wrapper {
  padding: 0 0 20px;
  width: 100%;
  height: 100vh;
  margin-left: 540px;
}
.page-wrapper.course-study-page-wrapper .page-content {
  box-shadow: unset;
}
.course-study-sidebar .search-filter-block .search-bar .input-group {
  border-radius: 5px;
  height: 54px;
  min-width: unset;
  max-width: unset;
  width: 100%;
  border: 1px solid #04030899;
  box-shadow: unset;
}
.course-study-sidebar .search-filter-block {
  border-bottom: 1px solid #ececec;
  padding: 20px 16px 18px;
}
.course-study-sidebar
  .search-filter-block
  .search-bar
  .input-group
  .form-control {
  font-size: 14px;
}
.course-study-sidebar .course-detail-tab-content .accordion-button {
  padding: 10px 16px;
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
  color: #000;
  border-bottom: 1px solid #ececec;
  max-width: 100%;
  word-break: break-all;
}

.course-study-sidebar
  .course-detail-tab-content
  .accordion-button:not(.collapsed),
.course-study-sidebar
  .course-detail-tab-content
  .accordion-button:not(.collapsed)
  span {
  color: #0495b4;
}
.course-study-sidebar .course-detail-tab-content .accordion-button span {
  background: transparent;
  border-radius: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #6b7385;
  margin-left: 10px;
}
.course-study-sidebar .course-detail-tab-content .accordion-body {
  padding: 10px 16px 16px;
}
.course-study-sidebar .tab-content-list-info .tab-content-right-wrapper span {
  font-size: 12px;
  line-height: 18px;
}
.course-study-sidebar
  ul.tab-content-ul
  .tab-content-list-info
  .tab-content-left-wrapper,
.course-study-sidebar
  ul.tab-content-ul
  .tab-content-list-info
  .tab-content-right-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}
.course-study-sidebar
  ul.tab-content-ul
  .tab-content-list-info
  .tab-content-right-wrapper
  .form-check-input {
  border-radius: 100%;
  border: 1px solid #6b7385;
}
.course-study-sidebar
  ul.tab-content-ul
  .tab-content-list-info
  .tab-content-right-wrapper
  .form-check
  input:checked {
  background-color: #0495b4;
  border-color: #0495b4;
}
.course-study-sidebar
  ul.tab-content-ul
  .tab-content-list-info
  .tab-content-right-wrapper
  .form-check-input:focus {
  box-shadow: unset;
}
.course-study-lesson-wrapper {
  margin-top: 30px;
}
.lesson-title h2 {
  font-size: 29px;
  font-weight: 700;
  line-height: 43px;
  color: #192335;
  margin-bottom: 0;
  display: -webkit-box;
  max-width: 100%;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  min-height: auto;
  word-break: break-all;
  width: 100%;
}
.lesson-title p {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #6b7385;
}
.course-study-lesson-wrapper .btn-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
.course-study-lesson-wrapper .btn-row .btn {
  border: 1px solid #040308;
  background: transparent;
  color: #000;
  height: 49px;
  font-weight: 600;
  line-height: 18px;
  min-width: 233px;
  max-width: 233px;
}
.course-study-lesson-wrapper .btn-row .btn:hover {
  background: #0495b4;
  color: #fff;
  border: 1px solid #0495b4;
}
.course-study-lesson-wrapper .custom-form textarea.form-control {
  height: auto;
  border: 1px solid #04030899;
  font-size: 14px;
  margin-bottom: 16px;
}
.course-study-lesson-wrapper .custom-form {
  margin-top: 40px;
}
.course-study-video-wrapper .video-container {
  width: 100%;
  border-radius: 0;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: unset;
}
.course-study-video-wrapper .video-container .video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.course-study-video-wrapper .video-container video {
  width: 100%;
  height: 640px;
  border-radius: 0;
  object-fit: contain;
}

.course-study-video-wrapper .play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.course-study-video-wrapper .play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}
.course-study-video-wrapper .play-button-wrapper #circle-play-b svg {
  width: 64px;
  height: 64px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}
/* .course-study-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px;
  background: #0495B4;
  color: #fff;
  position: fixed;
  z-index: 9;
  width: -webkit-fill-available;
  top: 0;
} */
.course-study-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px;
  background: #0495b4;
  color: #fff;
}
.course-study-page-header h4 {
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  display: -webkit-box;
  max-width: 100%;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  min-height: auto;
  word-break: break-all;
}
.course-study-page-header span i {
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}
.course-study-page-header h4 span i {
  margin-right: 10px;
}

/* Bookmark icon with effect css */

.bookmark {
  --width: 12px;
  --height: calc(var(--width) * 1.5);
  --border-color: #7f7f7f;
  --fill-color: #012b6a;
  position: relative;
  width: var(--width);
  height: var(--height);
  transform-style: preserve-3d;
  cursor: pointer;
}
.bookmark__toogle {
  position: absolute;
  opacity: 0;
}
.bookmark__toogle:checked ~ .bookmark__fill {
  transform: translateX(0);
}
.bookmark__stroke {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 2px solid var(--border-color);
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 73%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 73%, 0 100%);
  background: #7f7f7f;
}
.bookmark__stroke::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -37%;
  box-sizing: border-box;
  width: calc(var(--width) / 1.5);
  height: calc(var(--width) / 1.5);
  border: 2px solid var(--border-color);
  border-bottom: 0;
  border-right: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.bookmark__fill {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--fill-color);
  border-radius: 2px 2px 0 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 73%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 73%, 0 100%);
  transform: perspective(150px) rotateX(90deg);
  transform-origin: center top;
  transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

/* star rating new css */
:root {
  --star-size: 24px;
  --star-color: #6b7385;
  --star-background: #ff9747;
}
.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
  font-weight: 500;
}
.Stars::before {
  content: "★★★★★";
  letter-spacing: 1px;
  background: linear-gradient(
    90deg,
    var(--star-background) var(--percent),
    var(--star-color) var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 404 Error page css */
.eroor-page-block {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 400px;
  margin: auto;
}

.eroor-page-block h1 {
  font-size: 150px;
  line-height: 150px;
  color: #1f2730;
  font-weight: 800;
  margin-bottom: 20px;
}

.eroor-page-block p {
  font-size: 22px;
  line-height: 34px;
  color: #1f2730;
  font-weight: 600;
  text-align: center;
  margin-bottom: 26px;
}

/* select css */

.select2-container--default .select2-selection--single {
  position: relative;
  /* display: flex; */
  padding: 13px 18px;
  border-radius: 5px;
  transition: 0.3s;
  margin-bottom: 0;
  box-shadow: -4px -4px 44px 0px #00000014;
  height: 50px;
  min-width: 220px;
  max-width: 220px;
  border: 0;
  color: #6b7385;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url(../images/filter-icon.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-color: #fff;
  cursor: pointer;
  background-attachment: local;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}
.select2-container--open {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-width: 220px;
  max-width: 220px;
}
.select2-results__option {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
/* new css */
.lecture-title {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
.tab-tooltip-block {
  position: relative;
}
/* tooltip css commented as per client feedback */
/* .tab-tooltip-block::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 70%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0494b3;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1;
  word-break: break-word;
  width: 100%;
} */
.tab-tooltip-block:hover::after {
  opacity: 1;
  visibility: visible;
}
.tab-content-list-info .tab-tooltip-block span {
  width: 300px;
  word-break: break-word;
}

.select2-dropdown {
  border: 1px solid #0495b4;
  border-radius: 5px;
  box-shadow: -240px -4px 44px 0px #00000014;
}
.course-name-description {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
}
@media (min-width: 576px) {
  .select2-container {
    width: auto !important;
  }
}

/* Css for input field increment button */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.tab-content-list-info span a {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #6b7385;
}

.course-review-block h5 a {
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  color: #192335;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 66px;
}

.form-image {
  text-align: center;
  width: 100%;
  overflow-y: auto;
  margin-bottom: 8px;
  object-fit: contain;
}
.form-image.roadmap {
  text-align: center;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  margin-bottom: 8px;
  object-fit: contain;
}

/* CkEditor Css for Code Snippet */

.pre-wrapper {
  position: relative;
}
.pre-wrapper pre {
  padding-top: 25px;
}
.pre-wrapper .copy-snippet {
  border-radius: 0;
  min-width: 55px;
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #bbb;
  color: #26589f;
  font-family: "HELEVETICA", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42rem;
  margin: 0;
  padding: 0px 5px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  position: absolute;
  background: #ccc;
  top: 30px;
  right: 20px;
}
.pre-wrapper .copy-snippet:disabled {
  color: #555;
}
.video-complete-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 100%;
  border: 1px solid #6b7385;
}
.video-complete-icon-after {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #0495b4;
  border-color: #0495b4;
}
ul.tab-content-ul .tab-content-list-info .video-complete-icon i {
  font-size: 10px !important;
  line-height: normal;
  color: #fff;
  font-weight: 700;
}
ul.tab-content-ul .tab-content-list-info .video-complete-icon-after i {
  font-size: 10px !important;
  line-height: normal;
  color: #fff;
  font-weight: 700;
}
.note-text {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
}
.img-cropper-modal-body .cropper-bg{
  width: 100% !important;
}
.course-study-sidebar .course-detail-tab-content .accordion-button:not(.collapsed)::after {
  display: none;
}
ul.tab-content-ul .tab-content-list-info i.fa.fa-circle {
  color: #6b7385;
  font-size: 6px !important;
}
ul.tab-content-ul .tab-content-list-info i.fa.fa-circle.complete{
  color: #fff;
  font-size: 6px !important;
}
.course-study-main-wrapper {
  margin-top: 98px;
}
/* responsive media query */
@media (max-width: 1800px) {
  .checkout-content-block {
    padding: 18px 24px;
  }
  .checkout-content-block.billing-address-wrapper .custom-form {
    margin-top: 30px;
  }
  .checkout-content-block .custom-form .form-control {
    height: 48px;
  }
  .checkout-content-block-title h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
  }
  .checkout-course-detail-wrapper ul li {
    border-bottom: 1px solid #ececec;
    padding: 12px 0;
  }
  .checkout-content-block.billing-address-wrapper .custom-form .row {
    margin-bottom: 50px;
  }
  /* course study page css */
  ul.sidebar.course-study-sidebar ul.tab-content-ul .tab-content-list-info {
    margin-bottom: 10px;
  }
  .lesson-title h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .course-study-nav-bar{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
}
@media (max-width: 1680px) {
  .banner-right-wrapper img {
    left: 50%;
  }
  .top-courses-slider-carousal .owl-stage-outer {
    margin-left: 10.5rem;
  }
}
@media (max-width: 1540px) {
  .top-courses-slider-carousal .owl-stage-outer {
    margin-left: 8rem;
  }
}
@media (max-width: 1400px) {
  .banner-section {
    background-size: auto 85%;
    margin-top: -100px;
  }
  .banner-left-wrapper span {
    font-size: 22px;
    line-height: 26px;
  }
  .banner-left-wrapper h1,
  .banner-left-wrapper h1 span {
    font-size: 44px;
    line-height: 70px;
  }
  .db-content-block {
    padding: 16px 12px;
  }
  .db-content h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .about-banner-content h1 {
    font-size: 48px;
    line-height: 68px;
  }
  .course-content-wrapper {
    padding: 20px 15px;
  }
  .course-review-block .theme-btn {
    font-size: 15px;
    line-height: 24px;
    padding: 10px 6px;
  }
}
@media (max-width: 1366px) {
  .banner-section {
    background-size: auto 80%;
  }
  .about-founder-content h2 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 18px;
  }
  .about-founder-content p {
    font-size: 18px;
    line-height: 26px;
  }
  .about-founder-img img {
    height: 450px;
  }
  .about-founder-img::after {
    height: 450px;
  }
  .main-learmers-slider-wrapper
    .learners-say-slider-carousal:last-child
    .owl-stage-outer {
    margin-left: 6.5rem;
  }
  .course-detail-main-img-wrapper img {
    height: 450px;
  }
  /* course study page css */
  .course-study-sidebar .course-detail-tab-content .accordion-button {
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
  }
  .course-study-page-header h4 {
    font-size: 15px;
  }
  .lesson-title h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .lesson-title p {
    font-size: 16px;
    line-height: 22px;
  }
  .course-study-lesson-wrapper .btn-row {
    gap: 20px;
    margin-top: 20px;
  }
  .course-study-lesson-wrapper .custom-form {
    margin-top: 20px;
  }
  .course-study-lesson-wrapper .custom-form textarea.form-control {
    margin-bottom: 10px;
  }
  .course-review-block h5 {
    font-size: 22px;
    line-height: 28px;
    min-height: 60px;
  }
}
@media (max-width: 1280px) {
  .section-title h2 {
    font-size: 46px;
    line-height: 50px;
  }
  .top-courses-slider-carousal .owl-stage-outer {
    margin-left: 0;
  }
  .call-to-action-content h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .call-to-action-content p {
    font-size: 22px;
    line-height: 26px;
  }
  .call-to-action-img img {
    width: auto;
    height: 500px;
    object-fit: contain;
  }
  .course-review-block h5 {
    font-size: 20px;
    line-height: 26px;
    min-height: 54px;
  }
  /* course study page css */
  .course-study-video-wrapper .video-container video {
    height: 480px;
  }
}
@media (max-width: 1220px) {
  .roadmap-popup .modal-dialog {
    max-width: 1024px;
  }
}
@media (max-width: 1199px) {
  .custom-form {
    margin-top: 20px;
  }
  .signup-right-block-wrapper h1 {
    line-height: 34px;
    font-size: 30px;
  }
  .signup-right-block-wrapper p {
    font-size: 15px;
    line-height: 20px;
  }
  .hr-line,
  .continue-block-link {
    margin-top: 18px;
  }
  .signup-right-block-wrapper {
    max-width: 480px;
  }
  .signup-left-block-wrapper {
    padding: 66px 0;
    max-width: 480px;
  }
  .signup-left-content h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 14px;
  }
  .signup-left-content p {
    font-size: 22px;
    line-height: 30px;
  }
  .signup-right-block-wrapper.user-proficiency-right-wrapper p {
    font-size: 20px;
    line-height: 30px;
  }
  .key-feature-content-img {
    height: 100%;
  }
  .key-feature-content-img img {
    width: 422px;
    height: 100%;
    object-fit: cover;
  }
  .feature-content h4 {
    min-height: 46px;
  }
  .course-block-content h5 {
    font-size: 22px;
    line-height: 28px;
    min-height: 58px;
  }
  .about-founder-content {
    max-width: 100%;
  }
  .row.call-to-action-main-wrapper {
    position: relative;
    padding: 90px 0 90px;
    margin-top: 60px;
  }
  .banner-section {
    background-size: auto 75%;
    padding: 130px 0 130px;
  }
  .banner-left-wrapper h1,
  .banner-left-wrapper h1 span {
    font-size: 36px;
    line-height: 54px;
  }
  .about-banner-content span {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .about-banner-content h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .about-banner {
    padding: 250px 0 200px;
  }
  .learning-platform-left-wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .lp-info p {
    font-size: 18px;
    max-width: 100%;
    line-height: 22px;
  }
  .image-stack__item--bottom {
    padding-top: 100%;
    margin-left: 40px;
  }
  .learning-platform-right-wrapper .about-founder-content h2 {
    font-size: 30px;
  }
  .lp-info h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .build-career-section p {
    margin-bottom: 0;
    max-width: 90%;
  }
  .build-career-section .about-founder-content h2 {
    font-size: 30px;
  }
  .learners-say-title.about-founder-content h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .db-content h3 {
    flex-grow: 1;
  }
  .db-content {
    width: 100%;
  }
  .db-content-block .aero-block {
    height: 35px;
  }
  .db-content-block {
    gap: 10px;
  }
  .blog-banner-title h1 {
    font-size: 40px;
    line-height: 60px;
  }
  .blog-banner-title {
    margin-bottom: 20px;
  }
  .blog-banner-title span {
    font-size: 16px;
  }
  .blog-list-img img {
    height: 240px;
  }
  .blog-banner-content p {
    font-size: 16px;
    line-height: 20px;
  }
  .blog-list-content h2 {
    font-size: 22px;
    line-height: 30px;
    min-height: 62px;
  }
  .checked-content p {
    max-width: 100%;
  }
  dl.profile-info-list dd {
    grid-column-start: 2;
    padding-left: 4em;
    padding-right: 0;
  }
  .course-review-block h5 {
    font-size: 18px;
    line-height: 22px;
    min-height: 46px;
  }
  .checkout-content-right-wrapper {
    margin-left: 0;
  }
  .checkout-content-block.billing-address-wrapper .custom-form .row {
    margin-bottom: 40px;
  }
  .payment-method-block-main-wrapper .dash-page-title h2 {
    border-bottom: 0;
    margin-top: 16px;
    padding-bottom: 10px;
  }
  .dash-page-title h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .checkout-content-block-title h2 {
    font-size: 19px;
    line-height: 24px;
  }
  .checkout-course-info h4,
  .checkout-course-info span {
    font-size: 14px;
    line-height: 22px;
  }
  .course-detail-video-main-wrapper {
    padding: 20px 20px;
  }
  .course-detail-tabs-main-wrapper ul.nav-pills .nav-link {
    font-size: 15px;
    line-height: 24px;
    padding: 10px 24px;
  }
  .course-detail-tab-content {
    padding: 28px 20px 26px 20px;
  }
  .video-content-bottom-block .btn-div .btn {
    font-size: 14px;
    height: 48px;
    padding: 12px 10px;
  }
  .course-detail-video-main-wrapper .course-price-block span {
    font-size: 18px;
  }
  .course-detail-video-main-wrapper .course-price-block span del {
    font-size: 16px;
  }
  span.left-days-text {
    font-size: 13px;
  }
  h2.no-detail-text {
    font-size: 26px;
    padding: 10px 0;
  }
}
@media (max-width: 1024px) {
  /* .signup-left-block-wrapper {
  height: 100%;
} */
  .signup-right-block-wrapper {
    max-width: 480px;
    padding: 24px 0;
  }
  .roadmap-popup .modal-dialog {
    max-width: 100%;
    margin: 1.75rem 1rem;
  }
  /* course study page css */
  .course-study-video-wrapper .video-container video {
    height: 100%;
  }
  .course-study-sidebar .course-detail-tab-content .accordion-button {
    padding: 6px 16px;
    font-size: 15px;
    line-height: 20px;
  }
  .lesson-title h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .course-study-lesson-wrapper .btn-row .btn {
    height: 46px;
    line-height: 14px;
    min-width: 190px;
    max-width: 190px;
  }
}
@media (max-width: 991px) {
  body.modal-open .row.blog-list-main-row.roadmap-list-row {
    transform: unset;
    margin-top: -60px;
  }
  .signup-right-block-wrapper h1 {
    line-height: 28px;
    font-size: 26px;
  }
  .signup-right-block-wrapper p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .custom-form .form-control {
    height: 48px;
    padding: 15px 15px 15px 15px;
  }
  .signup-right-block-wrapper .custom-form p {
    font-size: 13px;
    margin-bottom: 20px;
    margin-left: 4px;
    flex-wrap: wrap;
    line-height: 24px;
  }
  .continue-block-link a {
    height: 48px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .password-field .toggle {
    top: 25%;
  }
  .signup-right-block-wrapper {
    max-width: 480px;
    padding: 22px 0;
  }
  .signup-right-block-wrapper.user-proficiency-right-wrapper p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  ul.social-links {
    justify-content: flex-start;
    margin-top: 16px;
    margin-bottom: 16px;
    gap: 0px 4px;
  }
  .footer-content h6 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  .footer-content .custom-form .submit-btn {
    width: 100%;
    padding: 12px 10px;
  }
  .section {
    padding: 50px 0;
  }
  .section.study {
    padding: 0px 0;
  }
  .key-feature-content-img {
    height: auto;
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  .row.key-features-main-wrapper {
    margin-top: 40px;
  }
  .key-feature-content-wrapper ul {
    gap: 30px;
  }
  .feature-content h4 {
    min-height: unset;
    margin-bottom: 10px;
  }
  .top-courses-slider-carousal .owl-carousel.slider-carousal .owl-nav {
    position: unset;
    transform: unset;
    margin-bottom: 50px;
  }
  .star-rating-review-block {
    flex-wrap: wrap;
    gap: 8px;
  }
  .student-content h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .owl-carousel .owl-item .student-info img {
    height: 60px;
    width: 60px;
  }
  .student-feedback-slider-carousal .owl-carousel.slider-carousal .owl-nav {
    position: unset;
    transform: unset;
    margin-bottom: 20px;
    background: #ecf7ff;
    padding-bottom: 20px;
  }
  .student-feedback-slider-carousal .owl-carousel .owl-stage-outer {
    padding-bottom: 0;
  }
  .student-feedback-section {
    margin-top: 5rem;
    padding-bottom: 50px !important;
  }
  .about-founder-img img {
    height: 350px;
  }
  .about-founder-img::after {
    height: 350px;
  }
  .student-feedback-slider-carousal {
    margin-top: 30px;
    padding-bottom: 90px;
  }
  .call-to-action-img img {
    height: 450px;
  }
  .call-to-action-content h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .banner-right-wrapper img {
    position: unset;
    transform: unset;
  }
  .banner-section {
    background-position: bottom right;
    background-size: auto 65%;
  }
  .banner-right-wrapper img {
    height: 400px;
    object-fit: contain;
  }
  .banner-right-wrapper {
    margin: 30px 0;
  }
  section.banner-section.section {
    padding: 100px 0 50px;
    margin-bottom: 50px;
  }
  .about-banner.section {
    padding: 150px 0 140px;
  }
  .about-banner-content span {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .about-banner-content h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .learning-platform-right-wrapper {
    margin-left: 0;
    margin-top: 30px;
  }
  .build-career-section p {
    max-width: 100%;
  }
  .build-career-img img {
    height: 280px;
  }
  .about-founder-content.learners-say-title {
    margin-bottom: 20px;
  }
  .main-learmers-slider-wrapper .learners-say-slider-carousal:last-child {
    margin-top: 0;
  }
  .main-learmers-slider-wrapper
    .learners-say-slider-carousal:last-child
    .owl-stage-outer {
    margin-left: 4.5rem;
  }
  .db-content-block .aero-block {
    height: 38px;
  }
  .blog-banner.section {
    padding: 80px 0 100px;
  }
  .row.blog-list-main-row {
    transform: translateY(-60px);
  }
  nav.breadcrumb-nav {
    margin-bottom: 10px;
  }
  .blog-banner-title h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .blog-banner-title {
    margin-bottom: 12px;
    gap: 16px;
  }
  .contact-form-wrapper {
    padding: 28px 15px;
    margin: 0;
  }
  .map-block {
    margin: 0;
  }
  .map-block iframe {
    height: 543px;
  }
  .contact-form-wrapper .custom-form .form-group {
    margin-bottom: 20px;
  }
  .dash-content-block {
    height: auto;
  }
  .dashboard-banner-section.section {
    padding: 0 0 100px 0 !important;
  }
  .page-wrapper {
    padding: 0 !important;
    margin-top: 50px;
  }
  /* .page-content.dashboard-page-content {
  margin-top: 60px;
} */
  .course-content-wrapper {
    margin-bottom: 16px;
  }
  .enroll-course-content-main-wrapper .nav-pills .nav-link {
    font-size: 14px;
    padding: 8px 14px;
  }
  .review-listing-table .table thead th,
  .review-listing-table .table tbody td p,
  .review-listing-table .table td h4,
  .review-listing-table .table .star-rating-div span,
  .action-icon-row i {
    font-size: 14px;
  }
  .checkout-content-block {
    padding: 16px 20px;
    margin-bottom: 10px;
    height: auto;
  }
  .checkout-content-block.billing-address-wrapper .custom-form .row {
    margin-bottom: 16px;
  }
  .dashboard-banner-content-wrapper {
    height: 260px;
  }
  .dashboard-banner-section {
    height: 260px;
  }
  .course-detail-video-main-wrapper {
    padding: 20px 20px;
    transform: unset;
    max-width: 375px;
    margin: auto;
  }
  section.course-detail-middle-section .course-detail-middle-row {
    padding: 30px 0 50px;
    flex-flow: column-reverse;
    gap: 14px;
  }
  .featured-review-img img {
    width: auto;
    margin-bottom: 10px;
  }
  .row.featured-review-content-row {
    padding-bottom: 24px;
    margin-bottom: 30px;
  }
  .course-detail-tab-content .course-rating-left-wrapper h2 {
    font-size: 48px;
    line-height: 48px;
  }
  .course-detail-tab-content .accordion-button {
    padding: 16px 0;
    font-size: 16px;
    line-height: 22px;
  }
  .blog-banner.course-details-banner.section {
    padding: 50px 0 60px;
  }
  span.best-seller-text {
    padding: 10px 10px;
    font-size: 16px;
  }
  .course-detail-main-img-wrapper {
    padding: 20px 20px;
  }
  /* course study page css */
  .page-wrapper.course-study-page-wrapper {
    margin-left: 0;
    margin-top: 0;
  }
  .course-study-sidebar .course-detail-tab-content .accordion-button {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 18px;
  }
  .course-study-sidebar ul.tab-content-ul .tab-content-list-info i {
    font-size: 18px;
  }
  .course-study-sidebar ul.tab-content-ul .tab-content-list-info span {
    font-size: 14px;
  }
  ul.sidebar.course-study-sidebar li .dash-page-title h2 {
    padding: 0 16px 10px;
    line-height: 18px;
    font-size: 16px;
  }
  .course-study-sidebar .search-filter-block .search-bar .input-group {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .signup-left-block-wrapper {
    padding: 50px 0;
    max-width: 480px;
    height: 100%;
    gap: 50px;
  }
  .links-columns {
    justify-content: start;
    display: flex;
  }
  .section-title h2 {
    font-size: 38px;
    line-height: 40px;
  }
  .key-feature-content-wrapper.key-feature-left-wrapper {
    margin: 0 16px 0 32px;
  }
  .key-feature-content-wrapper.key-feature-right-wrapper {
    margin: 0 32px 0 16px;
  }
  .course-block-content h5 {
    font-size: 20px;
    line-height: 28px;
    min-height: auto;
    margin-bottom: 4px;
  }
  .course-info span {
    font-size: 13px;
  }
  .course-block-content p {
    font-size: 16px;
    line-height: 22px;
  }
  .about-founder-img {
    position: relative;
    margin: 0 30px;
  }
  .call-to-action-img {
    position: unset;
  }
  .row.call-to-action-main-wrapper {
    position: relative;
    padding: 0 0 40px;
    margin-top: 20px;
  }
  .call-to-action-img img {
    height: 240px;
    margin-bottom: 10px;
  }
  .banner-left-wrapper h1,
  .banner-left-wrapper h1 span {
    font-size: 34px;
    line-height: 52px;
  }
  .banner-section {
    background-position: bottom right;
    background-size: auto 62%;
  }
  .banner-left-wrapper span {
    font-size: 14px;
    line-height: 22px;
  }
  .banner-left-wrapper {
    padding-top: 20px;
  }
  .about-banner-content h1 br {
    display: none;
  }
  .about-banner-content span {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 6px;
  }
  .about-banner-content h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .image-stack__item--bottom {
    width: auto;
  }
  .learning-platform-right-wrapper .about-founder-content h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .lp-info h4 {
    font-size: 20px;
    line-height: 24px;
  }
  ul.learning-platform-info-list {
    padding-left: 0;
  }
  .build-career-img img {
    height: 240px;
  }
  .build-career-img {
    text-align: center;
    margin-top: 14px;
  }
  .about-learning-platform-section.section {
    padding-bottom: 0;
  }
  .build-career-section .about-founder-content h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .learners-say-title.about-founder-content h2 {
    font-size: 24px;
    list-style: 28px;
    margin-bottom: 10px;
  }
  .blog-detail-banner-content h1 br {
    display: none;
  }
  .contact-info-img {
    width: 80px;
    height: 80px;
  }
  .contact-info-img img {
    height: 22px;
  }
  .map-block iframe {
    height: 300px;
  }
  .contact-info-content h4,
  .contact-info-content p {
    font-size: 15px;
    line-height: 20px;
  }
  .course-content-wrapper {
    max-width: 320px;
    margin: 0 auto 16px;
  }
  .course-banner-right-wrapper {
    align-items: start;
    justify-content: flex-start;
    gap: 20px;
    flex-flow: column;
  }
  .search-filter-block {
    gap: 10px;
  }
  .top-course-main-wrapper {
    padding: 26px 26px 40px;
    margin: 12px auto 25px;
    max-width: 375px;
  }
  .course-detail-main-img-wrapper img {
    height: 330px;
  }
  .course-detail-tab-content .checked-content p {
    max-width: 100%;
  }
  .course-detail-tab-content .course-rating-left-wrapper {
    flex: 1 1 30%;
    max-width: 30%;
  }
  .course-detail-tab-content .course-rating-right-wrapper {
    flex: 1 1 70%;
    max-width: 70%;
  }
  .course-detail-tab-content .course-rating-left-wrapper h2 {
    font-size: 42px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .banner-section {
    background-size: auto 56%;
  }
  .about-banner-content h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .learning-platform-info-block {
    gap: 10px;
  }
  .contact-info-content h4,
  .contact-info-content p,
  .contact-info-img {
    margin-bottom: 10px;
  }
  .page-content.dashboard-page-content {
    padding: 24px 20px;
  }
  dl.profile-info-list dd {
    padding-left: 1.5em;
  }
  .search-filter-block {
    gap: 10px;
    flex-flow: column;
  }
  .search-filter-block .row.search-bar .col-md-12 {
    padding: 0;
  }
  .roadmap-popup-title h5 {
    font-size: 22px;
    line-height: 26px;
  }
  .roadmap-popup-title p {
    font-size: 14px;
    line-height: 20px;
  }
  .roadmap-popup .modal-body {
    padding: 0 15px 20px;
  }
  .course-detail-tabs-main-wrapper ul.nav-pills {
    justify-content: center;
    gap: 10px;
  }
  .blog-banner-title h1 br {
    display: none;
  }
  .blog-banner.course-details-banner.section .blog-banner-title h1 {
    font-size: 34px;
    line-height: 42px;
  }
  .blog-detail-wrapper-content p {
    line-height: 24px;
  }
  .course-detail-tab-content .accordion-button span {
    padding: 2px 8px;
    font-size: 11px;
    margin-left: 0px;
  }
  .course-detail-tab-content .accordion-button {
    padding: 16px 0;
    font-size: 16px;
    line-height: 22px;
    flex-wrap: wrap;
    gap: 6px;
  }
  .course-detail-tab-content .course-rating-div {
    flex-direction: column;
  }
  .course-detail-tab-content .course-rating-left-wrapper {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .course-detail-tab-content .course-rating-right-wrapper {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }
  .course-detail-tab-content
    .course-rating-right-wrapper
    .star-rating-div
    span {
    font-size: 14px;
  }
  .course-detail-tab-content .course-rating-right-wrapper .star-rating-div {
    min-width: 90px;
  }
  .course-detail-tab-content
    .rating-review-item
    .right-rating
    ul.order-list
    li {
    margin-bottom: 6px;
  }
  .course-detail-tab-content
    .rating-review-item
    .right-rating
    ul.order-list
    li
    .rating-hit {
    font-size: 12px;
    min-width: 28px;
  }
  .fetured-review-content h2 {
    font-size: 16px;
    line-height: 22px;
  }
  .fetured-review-content p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 6px;
  }
  ul.video-detail-ul .video-detail-info h5 {
    font-size: 14px;
  }
  ul.video-detail-ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  /* course study page css */
  .course-study-video-wrapper .play-button-wrapper #circle-play-b svg {
    width: 40px;
    height: 40px;
  }
  .lesson-title h2 {
    font-size: 20px;
    line-height: 22px;
  }
  .lesson-title p {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (max-width: 480px) {
  .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .banner-section {
    background-size: auto 52%;
  }
  .banner-right-wrapper {
    margin: 0;
  }
  .about-banner.section {
    padding: 150px 0 90px;
  }
  dl.profile-info-list dd p {
    line-height: 22px;
  }
  dl.profile-info-list dt,
  dl.profile-info-list dd {
    font-size: 15px;
    line-height: 30px;
  }
  .person-img img {
    width: 90px;
    height: 90px;
  }
  .person-content h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .tab-content-list-info span {
    font-size: 15px;
    line-height: 22px;
  }
  .course-detail-main-img-wrapper img {
    height: 280px;
  }
  /* course study page css */
  .course-study-lesson-wrapper .btn-row .btn {
    min-width: unset;
    max-width: unset;
  }
  .course-study-lesson-wrapper .btn-row {
    gap: 14px;
    margin-top: 18px;
  }
  .course-detail-video-main-wrapper .play-button-wrapper,
  .course-study-video-wrapper .play-button-wrapper {
    display: flex;
  }
}
@media only screen and (max-width: 480px) and (orientation: landscape) {
  .course-detail-video-main-wrapper .play-button-wrapper,
  .course-study-video-wrapper .play-button-wrapper {
    display: flex !important;
  }
}
@media (min-width: 375px) and (max-width: 1024px) and (orientation: landscape) {
  .course-detail-video-main-wrapper .play-button-wrapper,
  .course-study-video-wrapper .play-button-wrapper {
    display: flex !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .course-detail-video-main-wrapper .play-button-wrapper,
  .course-study-video-wrapper .play-button-wrapper {
    display: flex !important;
  }
  .course-study-video-wrapper .play-button-wrapper #circle-play-b svg {
    fill: #3c3c3c7a;
    stroke: transparent;
  }
}
@media (max-width: 390px) {
  section.banner-section.section {
    padding: 100px 0 0px;
    margin-bottom: 30px;
  }
  .banner-section {
    background-size: auto 45%;
  }
  .about-banner-content h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .profile-info-list {
    display: block;
  }
  dl.profile-info-list dt,
  dl.profile-info-list dd {
    font-size: 15px;
    line-height: 20px;
  }
  dl.profile-info-list dd {
    padding-left: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
  }
  dl.profile-info-list dd:last-child {
    border-bottom: 0;
  }

  .course-detail-main-img-wrapper img {
    height: 240px;
  }
  /* .banner-left-wrapper h1, .banner-left-wrapper h1 span {
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 20px;
} */
}

.profile-edit-btn {
  background: #0495b4;
  color: #fff;
  border-radius: 8px;
  padding: 12px 24px 12px 24px;
  border: none;
}

.picture-container {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.picture {
  width: 206px;
  height: 206px;
  background-color: #999999;
  border: 4px solid #cccccc;
  color: #ffffff;
  border-radius: 50%;
  margin: 0px auto;
  overflow: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.picture:hover {
  border-color: #2ca8ff;
}
.content.ct-wizard-green .picture:hover {
  border-color: #05ae0e;
}
.content.ct-wizard-blue .picture:hover {
  border-color: #3472f7;
}
.content.ct-wizard-orange .picture:hover {
  border-color: #ff9500;
}
.content.ct-wizard-red .picture:hover {
  border-color: #ff3b30;
}
.picture input[type="file"] {
  cursor: pointer;
  display: block;
  height: 206px;
  alignment-baseline: central;
  opacity: 0 !important;
  position: absolute;
  top: 0;
  width: 206px;
}

.picture-src {
  width: 100%;
  height: 100%;
}
