/* Scrollbar CSS */

/* Scrollbar CSS */

.flex-grow-1 {
  flex-grow: 1 !important;
}

/* width */
/* ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
} */

/* Track */
/* ::-webkit-scrollbar-track {
  background: #cbd3e3;
} */

/* Handle */
/* ::-webkit-scrollbar-thumb {
  background: var(--primary-color);
} */

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
  background: var(--primary-hover);
} */

/* Scrollbar CSS */

/* SubMenu DropDown */

.dropdown-submenu {
  xposition: relative;
}
ul.dropdown-menu.dropdown-child-menu {
  height: 100%;
}
.search-bar .dropdown-menu {
  border: 0;
}

.dropdown-submenu a.dropdown-toggle::after {
  transform: rotate(45deg);
  display: inline-block;
  width: 6px;
  height: 6px;
  content: "";
  border-top: none;
  border-left: none;
  border-right: 1.4px solid currentColor;
  border-bottom: 1.4px solid currentColor;
  transition: all 0.5s;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  width: 600px;
  padding: 30px 30px 30px 0 !important;
}

/* SubMenu DropDown */

.text-decoration-underline {
  text-decoration: underline !important;
}

/* Text Colors */
.text-primary {
  color: var(--primary-color) !important;
}

.text-dark {
  color: var(--dark-color) !important;
}

/* Text Colors */

/* .top-login-menu ul li {
	margin: 0 7px;
} */

/* Button CSS */

/* Header CSS */

.header {
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
  /* height: 65px; */
  /* margin-bottom: 12px; */
}

.search-bar {
  display: flex;
  align-items: center;
  position: relative;
  /* height: 40px; */
}

.search-bar .search-icon {
  /* width: 40px;
  height: 40px; */
  /* padding: 5px; */
  padding-left: 14px;
  /* margin-right: -40px; */
  position: absolute;
  z-index: 2;
}

.search-bar .form-control {
  /* height: 40px; */
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding-left: 45px;
  padding-right: 14px;
  padding-block: 10px;
  width: 75%;
  color: var(--dark-color);
  z-index: 1;
}

.search-bar .form-control::placeholder {
  color: var(--secondary-color);
}

.search-bar .btn {
  border-radius: 8px;
  background: #e9edf5;
  color: var(--primary-color);
  font-weight: 600;
  display: flex;
  padding: 6px 14px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: all 0.5s;
  /* width: 100px; */
}

.search-bar .btn:hover {
  background: #cbd3e3;
}

.search-bar .btn:focus {
  box-shadow: none;
}

.header .dropdown .dropdown-menu {
  min-width: 300px;
  border-radius: 0px;
}

.header .dropdown .dropdown-menu.user-details-dropdown{
  border-radius: 0 0 10px 10px;
  min-width: 140px;
  padding: 0 1rem;
}
.header .dropdown .dropdown-menu.user-details-dropdown .dropdown-item:hover{
  background-color: transparent;
}

.primary-menu > .btn.dropdown-toggle {
  /* height: 65px; */
  border-radius: 6px;
  background-color: #e9edf5;
  padding: 10px 16px;
  font-weight: 700;
}
.header .dropdown > .dropdown-menu {
  margin-top: 26px;
  padding: 14px;
  /* border-color: #cbd3e3; */
}
.primary-menu > .btn.dropdown-toggle span {
  /* background: #e9edf5; */
  /* padding: 8px 16px; */
  /* border-radius: 6px;
  font-weight: 700; */
}
.primary-menu > .btn.dropdown-toggle::after {
  display: none;
}
/* .primary-menu > .btn.dropdown-toggle span::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
} */
.header .dropdown .dropdown-menu .dropdown-item-text {
  color: var(--white-color);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px 8px 10px 8px;
  display: inline-block;
  vertical-align: top;
}

.header .dropdown .dropdown-menu .dropdown-item {
  color: var(--white-color);
  font-size: 1rem;
  font-weight: 500;
  line-height: 18px;
  padding: 8px 0;
}

.header .dropdown .dropdown-submenu.show .dropdown-toggle::after {
  transform: rotate(-45deg);
}

.header .dropdown .dropdown-menu .dropdown-item:active {
  background: none;
  color: var(--dark-color);
}

.header .dropdown .dropdown-menu .dropdown-submenu > .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding: 15px 15px;
  border: 1px solid var(--white-color);
  margin-bottom: 10px;
  border-radius: 5px;
}
ul.dropdown-menu.dropdown-child-menu {
  padding: 0px;
}
.header .dropdown .dropdown-menu:not(.user-details-dropdown) .dropdown-item:hover {
  color: var(--primary-color);
  background: var(--white-color);
}

.header .notification {
  background: #fffaf1 !important;
  width: 50px;
  height: 50px;
  padding: 0px;
  line-height: 50px;
  border-radius: 10px;
  box-shadow: none !important;
}

.header .user-profile {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header .user-profile img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
}

.header .user-profile .profile-data .profile-name {
  color: #01182e;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.header .user-profile .profile-data .profile-role {
  color: #01182e;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* Header CSS */

/* Banner section CSS */

.banner-section {
  background: url("../images/Banner-BG.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-section .container .row {
  min-height: 800px;
  padding-top: 60px;
}

.banner-section.sub-banner .container .row {
  min-height: 650px;
}

.banner-section .banner-left .banner-tag-flex {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.banner-section.sub-banner .banner-left .banner-tag-flex {
  flex-wrap: wrap;
}

.banner-section .banner-left .banner-tag {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 20px;
  background: #f5f5f4;
  box-shadow: 0px 18.36px 38.25px 0px rgba(0, 0, 0, 0.15);
}

.banner-section .banner-left .banner-tag img {
  box-shadow: 0px 18px 38px rgba(13, 12, 56, 0.15);
  border-radius: 12px;
}

.banner-section .banner-left .banner-tag .data h4,
.banner-section .banner-left .banner-tag .data p {
  margin: 0px;
}

.banner-section .banner-left .banner-tag .data h4 {
  color: #101828;
  font-size: 25px;
  font-weight: 700;
}

.banner-section .banner-left .banner-tag .data p {
  color: var(--secondary-color);
  font-size: 15px;
}

.banner-section .banner-left .btn {
  padding: 14px 24px;
  font-weight: 700;
}

.banner-section .banner-left h2 {
  color: var(--primary-color);
  font-size: 58px;
  font-weight: 900;
  line-height: 82px;
  letter-spacing: -0.5px;
}

.sub-banner.banner-section .banner-left h2 {
  font-weight: 800;
  font-size: 50px;
  line-height: 70px;
}

.sub-banner.banner-section .banner-left .banner-tag {
  border-radius: 12px;
}

.sub-banner.banner-section .banner-left .banner-tag .data h4 {
  font-size: 20px;
  color: #555a65;
}

/* Banner section CSS */

/* Joinus Section CSS */

.joinus {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--White, #fff);
  box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 50px;
  margin-top: -90px;
}

.joinus .joinus-title {
  color: var(--dark-color);
  font-size: 24px;
  font-weight: 700;
}

.joinus .joinus-title .joinus-highlights {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 700;
}

.joinus .joinus-card {
  border-radius: 5px;
  background: var(--white-color);
  box-shadow: 0px 10px 20px 0px rgba(41, 41, 42, 0.07);
  overflow: hidden;
  margin-top: -120px;
  height: 230px;
  position: relative;
}

.joinus .joinus-card .masterclass-text {
  padding-left: 20px;
}

.masterclass-text h4 {
  font-weight: 700;
}

.joinus .joinus-card .joinus-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  padding-bottom: 4px;
}

.joinus .joinus-card .joinus-data h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0px;
}

.joinus .joinus-card .joinus-data h6 {
  font-size: 12px;
  font-weight: 700;
  margin: 0px;
  color: var(--primary-color);
}

.joinus .joinus-card .joinus-data h6 span {
  font-size: 12px;
  font-weight: 700;
  margin: 0px;
  color: var(--primary-color);
  animation: animate 1.5s linear infinite;
}

@keyframes animate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.joinus .joinus-card .btn.btn-primary {
  border: 1px solid var(--primary-color) !important;
  width: 100%;
  border-radius: 0px;
  padding-block: 10px;
  font-weight: 700;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  bottom: 0;
}

.joinus-data img {
  width: 76% !important;
}

/* Joinus Section CSS */

/* Section 3 CSS */

.section-3 {
  background: #f4f4f4;
  padding-block: 80px;
  margin-top: 70px;
}

.line-accordion .card {
  background: transparent;
  border: none;
  margin-bottom: 10px;
  /* overflow: hidden; */
  position: static !important;
}

.line-accordion .card .card-header,
.line-accordion .card .card-footer {
  border: none;
  background: transparent;
  border-radius: 0px;
  padding: 10px;
  border-left: 3px solid var(--primary-color);
}

.line-accordion .card .card-header {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 700;
  text-decoration: none;
}

.line-accordion .card .card-header.collapsed {
  opacity: 0.5;
}

.line-accordion .card .card-footer .btn {
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 16px;
}

.line-accordion .card .card-footer .btn .dropdown__arrow {
  border-bottom: 1.6px solid currentColor;
  border-right: 1.6px solid currentColor;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
}

.line-accordion .card .card-body {
  padding: 10px;
  padding-block: 0px;
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  border-left: 3px solid var(--primary-color);
}

@media (min-width: 992px) {
  .line-accordion .card .collapsing .card-img-container {
    height: 0;
    overflow: hidden;
  }

  .line-accordion .card .card-img-container {
    position: absolute;
    right: 0;
    top: 0;
  }
  
}

/* Section 3 CSS */

.title-bar {
  color: var(--primary-color);
  text-align: center;
  font-size: 33px;
  font-weight: 700;
}

/* Choose Interest CSS */

.choose-interest {
  padding-top: 80px;
}

.choose-interest .interest-slider .item {
  padding: 40px 0px 120px 0px;
}

.choose-interest.ARR-Research .interest-slider .item {
  padding-top: 20px;
}

.choose-interest .interest-slider .owl-dots {
  margin: 0px;
  position: absolute;
  bottom: 80px;
  inset-inline: 0;
}

.owl-theme .owl-dots .owl-dot {
  outline: none;
  background: transparent;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot.active:hover span {
  background: var(--primary-color);
  width: 40px;
}

.owl-theme .owl-dots .owl-dot span {
  background: #ccd4e6;
  transition: all 0.5s;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: #a0b1d3;
}

.ARR-Research {
  background: #f4f4f4;
}

.title-bar h2 {
  color: var(--primary-color);
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.title-bar p {
  color: var(--dark-color);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  line-height: normal;
}

.choose-interest .interest-card {
  border-radius: 12px;
  border: 1px solid rgba(216, 216, 216, 0.4);
  background: var(--white-color);
  box-shadow: 0px 68px 110px 0px rgba(0, 0, 0, 0.05);
  margin-block: 15px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  transition: all 0.5s;
  min-height: 230px;
}

.choose-interest.ARR-Research .interest-card {
  min-height: 180px;
}

.choose-interest .interest-card:hover {
  background: #b7e0ee;
}

.choose-interest.ARR-Research .interest-card:hover {
  background: #b7e0ee;
}

.choose-interest .interest-card .title-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.choose-interest .interest-card .title-row img {
  width: 32px;
  height: auto;
  margin-right: 20px;
}

.choose-interest.ARR-Research .interest-card .title-row img {
  width: 48px;
}

.choose-interest .interest-card .title-row h2 {
  color: var(--primary-color);
  font-size: 1.26rem;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.4px;
  margin: 0px;
}

.choose-interest.ARR-Research .interest-card .title-row h2 {
  font-size: 20px;
  font-weight: 800;
  line-height: 120%;
}

.choose-interest .interest-card p {
  color: var(--dark-color);
  font-size: 16px;
  line-height: 180%;
}

.choose-interest .interest-card ul {
  margin: 0px;
  padding-left: 20px;
}

.choose-interest .interest-card ul li {
  font-size: 16px;
  color: var(--dark-color);
  font-weight: 400;
}

.choose-interest .interest-card .btn {
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 16px;
}

.choose-interest .interest-card .btn .dropdown__arrow {
  border-bottom: 1.6px solid currentColor;
  border-right: 1.6px solid currentColor;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
}

/* Choose Interest CSS */

/* Pathway Section CSS */

.Pathway-section {
  background-color: #f4f4f4;
  background-image: url("../images/Pathway-bg.png");
  background-repeat: no-repeat;
  background-size: 414px;
  background-position: 0px center;
  padding: 80px;
}

.Publish-section {
  padding: 80px;
}

.Publish-section .title-bar {
  margin-bottom: 20px;
}

.Pathway-title {
  color: var(--primary-color);
  font-size: 4.7rem;
  font-weight: 900;
  letter-spacing: -0.5px;
  margin: 0px;
  padding-bottom: 0px;
}

.Publish-section .Pathway-card {
  margin-block: 10px;
}

.Pathway-card {
  border-radius: 12px;
  background: var(--white-color);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  padding: 30px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  text-decoration: none !important;
  transition: all 0.5s;
}

.Pathway-card:hover {
  background: #b7e0ee;
}

.Publish-section .Pathway-card img {
  height: 40px;
}

.Pathway-card img {
  width: 40px !important;
  height: auto;
}

.Pathway-card h2 {
  color: var(--primary-color);
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.4px;
}

.Publish-section .Pathway-card h2 {
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
}

.Pathway-slider .row {
  row-gap: 30px;
}

.Pathway-slider .item {
  padding-block: 40px;
  padding-inline: 40px;
}

/* Pathway Section CSS */

/* Capstone Section CSS */

/* .Capstone-section {
	padding-block: 80px;
} */

.Capstone-section img {
  /* width: 80%; */
  margin-block: 2.7rem;
}

.Capstone-section .btn {
  padding: 12px 26px;
}

/* Capstone Section CSS */

/* Job Ready Section CSS */

.job-ready {
  background: #f4f4f4;
  padding-block: 80px;
}

.job-ready .row {
  padding-block: 40px;
}

.job-ready .btn {
  padding: 12px 26px;
  font-weight: 700;
}

.job-ready .job-ready-card h4 {
  color: var(--dark-color);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
  margin-top: 10px;
}

/* Job Ready Section CSS */

/* FAQ Section CSS */

.faq-section {
  padding-block: 80px;
}

.faq-accordion {
  padding-top: 40px;
}

.faq-accordion .card {
  background: var(--white-color);
  border: none;
  border-radius: 0px;
  border-bottom: 2px solid #ececf1;
}

.faq-accordion .card .card-header {
  background: var(--white-color);
  color: var(--dark-color);
  border: none;
  border-radius: 0px;
  text-decoration: none;
  /* font-size: 17px; */
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4px;
  cursor: pointer;
}
.faq-accordion .card .card-header {
  padding-block: 29px;
}

.faq-accordion .card .card-header .btn {
  border-width: 1.5px;
  width: 20px;
  height: 21px;
  padding: 0px;
  line-height: 0;
}

.faq-accordion .card .card-header .btn::before {
  content: "+";
  font-size: 20px;
}

.faq-accordion .card .card-header:not(.collapsed) .btn::before {
  content: "-";
}

.faq-accordion .card .card-body {
  font-size: 15px;
  color: var(--secondary-color);
  line-height: 24px;
  font-weight: 400;
}

/* FAQ Section CSS */

/* Footer CSS */

.footer {
  background: #f8f8f8;
  padding-top: 50px;
  /* padding-bottom: 15px; */
}

.footer .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.footer .footer-about p {
  color: #242424;
  font-size: var(--para-size);
  font-weight: 600;
  line-height: 24px;
  margin: 0px;
  margin-top: 20px;
}

.footer .footer-links .link-title {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  margin-bottom: 15px;
}

.footer .footer-links .nav-link {
  color: #242424;
  font-size: var(--para-size);
  font-weight: 600;
  line-height: 24px;
  padding-block: 4px;
}

.footer .footer-links .badge {
  background: var(--primary-color);
  color: var(--white-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  padding: 3px 10px;
  border-radius: 40px;
}

.copyright-text {
  color: var(--Button, #1a449b);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin: 0px;
}

.social-links {
  display: flex;
}

/* Footer CSS */

.content {
  padding: 15px;
}

.course-badge a {
  color: var(--primary-color);
  background: #c1ddea;
  font-weight: normal;
  padding: 10px;
  border-radius: 40px;
}

.course-title {
  margin-top: 28px;
}

.course-title span {
  color: var(--primary-color);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.5px;
}

.course-details {
  margin-bottom: 60px;
}

.course-details p {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}

.course-details .course-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 20px;
}

.course-details .course-item span {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.tab-card {
  background: var(--white-color);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}

.tab-card .nav-tabs .nav-link {
  padding: 20px 40px;
  border: none;
  color: var(--dark-color);
}

.tab-card .nav-tabs .nav-link.active {
  border-bottom: 2px solid var(--primary-color) !important;
  color: var(--primary-color);
}

.tab-card .tab-content {
  padding: 20px;
}

.tab-card .tab-content .card {
  border-inline: none;
  border-top: none;
  border-radius: 0px;
}

.tab-card .tab-content .card .card-header {
  background: transparent;
  text-decoration: none;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
}

.tab-card .tab-content .card .card-header img {
  transition: all 0.5s;
}

.tab-card .tab-content .card .card-header:not(.collapsed) img {
  transform: rotate(-180deg);
}

.tab-card .tab-content .card .card-body .list-group .list-group-item {
  display: flex;
  align-items: center;
  border: none;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
  padding-inline: 0px;
}

.tab-card .tab-content .card .card-body .list-group .list-group-item p {
  margin: 0px;
  flex-grow: 1;
}

.description-box {
  margin-bottom: 30px;
}

.description-box .des-title {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 15px;
}

.description-box p,
.description-box ul li {
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.07px;
}

.description-box ul {
  padding-left: 20px;
}

.enrol-card {
  background: var(--white-color);
  padding: 10px;
  border-radius: 8px;
}

.enrol-card img {
  border-radius: 8px;
  margin-bottom: 10px;
}

.enrol-card .title {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 145%;
  margin-bottom: 10px;
}

.teacher-card {
  padding: 10px;
  border-radius: 8px;
  background: var(--white-color);
  margin-top: 20px;
}

.teacher-card .teacher-profile {
  display: flex;
  gap: 10px;
  align-items: center;
}

.teacher-card .teacher-profile img {
  width: 100px;
  height: 100px;
}

.teacher-card .teacher-profile .teacher-data {
  width: 100%;
}

.teacher-card .teacher-profile .teacher-data .teacher-name {
  color: var(--dark-color);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 4px;
}

.teacher-card .teacher-profile .teacher-data .teacher-location {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}

.teacher-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.teacher-rating .rating-count {
  margin: 0px;
  color: #7f56d9;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.teacher-rating .rated-people {
  margin: 0px;
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.teacher-rating .rating-row span {
  font-size: 18px;
  color: #c4d4d8;
}

.teacher-rating .rating-row span.active {
  color: #ff9b26;
}

.teacher-card .teacher-list {
  display: flex;
  border-block: 1px solid var(--dark-color);
  align-items: stretch;
  margin-top: 10px;
}

.teacher-card .teacher-list .teacher-item {
  padding: 14px;
  width: 33.33%;
}

.teacher-card .teacher-list .teacher-item:not(:last-child) {
  border-right: 1px solid var(--dark-color);
}

.teacher-card .teacher-list .teacher-item h4 {
  color: var(--dark-color);
  font-size: 22px;
  font-weight: 500;
  margin: 0px;
}

.teacher-card .teacher-list .teacher-item p {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
}

.teacher-card .teacher-para {
  margin-block: 10px;
  color: var(--dark-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.top-course {
  padding-block: 20px;
}

.top-course .title {
  color: #01182e;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.top-course .top-course-card {
  background: var(--white-color);
  border-radius: 8px;
  padding: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.top-course .top-course-card img {
  width: 70px;
  height: 70px;
  border-radius: 8px;
}

.top-course .top-course-card h4 {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
}

.top-course .top-course-card p {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}

.top-course .top-data {
  width: 100%;
}

@keyframes progress {
  0% {
    --percentage: 0;
  }

  100% {
    --percentage: var(--value);
  }
}

@property --percentage {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}

[role="progressbar"] {
  --percentage: var(--value);
  --pro-bg: #eef8fb;
  --size: 100px;
  animation: progress 2s 0.5s forwards;
  width: var(--size);
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}

[role="progressbar"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: conic-gradient(
    var(--primary-color) calc(var(--percentage) * 1%),
    var(--pro-bg) 0
  );
  mask: radial-gradient(white 60%, transparent 0);
  mask-mode: alpha;
  -webkit-mask: radial-gradient(#0000 60%, #000 0);
  -webkit-mask-mode: alpha;
}

[role="progressbar"]::after {
  counter-reset: percentage var(--value);
  content: counter(percentage) "%";
  font-size: calc(var(--size) / 6);
  font-weight: 700;
  color: var(--primary-color);
}

.sidebar-container {
  width: 80px;
  flex: 0 0 80px;
}

.sidebar {
  width: 80px;
  background: var(--white-color);
  box-shadow: 0px 0px 110px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 99999;
  height: 100vh;
  transition: all 0.5s;
  padding: 10px 20px;
}

.sidebar:hover {
  width: 300px;
}

.sidebar * {
  transition: all 0.5s;
}

.sidebar .sidebar-logo {
  width: 40px;
  overflow: hidden;
}

.sidebar:hover .sidebar-logo {
  width: 100%;
}

.sidebar .sidebar-logo .full-logo {
  height: 50px;
  display: block;
}

.sidebar .navbar-nav {
  width: 30px;
  margin-left: 4px;
}

.sidebar:hover .navbar-nav {
  width: 100%;
}

.sidebar .navbar-nav .nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
}

.sidebar .navbar-nav .nav-link:not(.active) img.active,
.sidebar .navbar-nav .nav-link.active img:not(.active) {
  display: none;
}

.sidebar .navbar-nav .nav-link span {
  color: #bfbfbf;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.sidebar .navbar-nav .nav-link.active span {
  color: var(--primary-color);
}

.sidebar:not(:hover) .navbar-nav .nav-link span {
  font-size: 0px;
}

.content-right {
  width: 100%;
  overflow: auto;
  max-height: 100vh;
}

/* Login */

.login-box {
  background: var(--white-color);
}

.login-box .login-left {
  background-image: url("../images/signin.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px;
}

.login-box .login-left-signup {
  background-image: url("../images/signup.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px;
}

.login-slider,
.login-slider.owl-carousel .owl-stage,
.login-slider.owl-carousel .owl-stage .owl-item,
.login-slider.owl-carousel .owl-stage .owl-item .item {
  height: 100%;
}

.login-slider.owl-carousel .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.login-slider.owl-carousel .item h1 {
  color: var(--white-color);
  font-size: 50px;
  font-weight: 600;
  line-height: 140%;
}

.login-slider.owl-theme .owl-dots .owl-dot span {
  background: #fafafa;
}

.login-slider.owl-theme .owl-dots .owl-dot.active span,
.login-slider.owl-theme .owl-dots .owl-dot.active:hover span {
  background: var(--white-color);
  width: 16px;
  height: 16px;
}

.login-slider.owl-carousel .owl-stage-outer {
  height: calc(100% - 50px);
}

.login-slider.owl-theme .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 20px;
  max-width: 600px;
  margin: auto;
}

.login-right .nav {
  margin-bottom: 28px;
}

.login-right .nav .nav-link {
  font-size: 18px;
  text-transform: uppercase;
  color: #01182e;
  font-weight: 600;
  border-bottom: 2px solid var(--white-color);
}

.login-right .nav .nav-link.active {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--primary-color);
  border-bottom: 2px solid;
}

.login-right h1 {
  color: #01182e;
  font-size: 36px;
  font-weight: 500;
}

.login-right h6 {
  color: var(--secondary-color);
  font-size: 12px;
  font-weight: 400;
}

.login-right .social-login {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.login-right .social-login .social-btn {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  gap: 10px;
  padding: 10px;
  width: 100%;
}

.login-right .devider-row {
  text-align: center;
  position: relative;
  margin-block: 10px;
}

.login-right .devider-row span {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: var(--primary-light);
  line-height: 40px;
  color: var(--primary-color);
  font-weight: 600;
  border-radius: 100%;
  position: relative;
}

.login-right .devider-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(200, 217, 246, 0.17) 16.63%,
    #2b417c 48.74%,
    rgba(200, 217, 246, 0.3) 89.38%
  );
  height: 2px;
  top: 19px;
  width: 70%;
  margin-inline: auto;
}

.login-right .switch-link {
  color: #01182e;
  font-size: 15px;
  font-weight: 500;
}

.login-right .switch-link:hover {
  text-decoration: underline;
}

.login-right .form-group label {
  font-size: 16px;
}

.login-right .form-group input {
  height: auto;
  padding: 12px;
  font-size: 16px;
  border-radius: 8px;
  border: 2.5px solid #d2d2d2;
  box-shadow: none !important;
}

.login-right .form-group input::placeholder {
  color: #d2d2d2;
}

.login-right .info-msg {
  color: var(--dark-color);
  font-weight: 500;
  font-size: 0.8rem;
}

@media (max-width: 1000px) {
  .login-box .login-left,
  .login-box .login-left-signup {
    display: none;
  }
}

/* Login */

.Learn-section {
  padding: 80px;
  background: #f4f4f4;
}

.Learn-section .title-bar {
  margin-bottom: 20px;
}

.Learn-card {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 67.11439px 109.06088px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none !important;
  margin-block: 10px;
  transition: all 0.5s;
  min-height: 230px;
}

.Learn-card:hover {
  background: #b7e0ee;
}

.Learn-card img {
  width: 40px;
  height: 40px;
  margin: auto;
}

.Learn-card h3 {
  font-size: 20px;
  font-weight: 900;
  color: #1a449b;
  margin: 0px;
}

.Learn-card p {
  font-size: 14px;
  font-weight: 500;
  color: #1a449b;
  margin: 0px;
}

@media (max-width: 991px) {
  .header {
    /* height: 65px; */
  }

  .header .navbar {
    height: 100%;
    align-items: start;
  }

  .header .navbar .navbar-nav {
    align-self: start;
  }

  .choose-interest .interest-card {
    padding: 10px;
    gap: 5px;
  }

  .choose-interest .interest-card .title-row {
    flex-direction: column;
    align-items: start;
  }

  .choose-interest .interest-card .title-row h2 {
    font-size: 16px;
    margin: 0px;
  }

  .choose-interest .interest-card p {
    font-size: 14px;
    margin: 0px;
  }

  .Pathway-title {
    display: none;
  }

  .Pathway-section {
    background-size: 400px;
    background-position: 0px -90px;
  }

  .job-ready .job-ready-card {
    padding-block: 20px;
  }

  .joinus .joinus-card {
    margin-top: 0px;
  }

  .joinus {
    padding: 20px;
  }

  .joinus .joinus-title {
    text-align: center;
    width: 70%;
    margin-inline: auto;
  }

  .banner-section .container .row {
    min-height: 560px;
  }

  .search-bar {
    position: absolute;
    width: calc(100% - 30px);
    bottom: 4px;
    inset-inline: 0;
    margin: auto;
  }
  .dropdown-submenu a.dropdown-toggle::after{
    transform: rotate(-45deg);
  }

  .header .dropdown .dropdown-submenu.show .dropdown-toggle::after{
    transform: rotate(45deg);
  }
}

@media (max-width: 600px) {

  .faq-accordion .card .card-header .btn {
    border-width: 1.5px;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    padding: 0px;
    border-radius: 8px;
    line-height: 26px;
  }

  .title-bar {
    color: var(--primary-color);
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    line-height: 36px;
  }

  /* .search-bar {
        display: none;
    } */

  .banner-section .col-md-6:first-child {
    display: none;
  }

  .joinus {
    margin: 0px;
  }

  .banner-section {
    background: none;
  }

  .banner-section .banner-left h2 {
    font-size: 35px;
    line-height: 50px;
  }

  .banner-section .banner-left h2 br {
    display: none;
  }

  .banner-section .banner-left .banner-tag-flex {
    gap: 10px;
  }

  .banner-section .banner-left .banner-tag .data p {
    font-size: 12px;
  }

  .banner-section {
    background-position: right bottom;
  }

  .joinus {
    width: 90%;
    margin: auto;
  }

  .joinus .joinus-title {
    width: 100%;
  }

  .joinus .joinus-card {
    margin-top: 10px;
  }

  .choose-interest .interest-card .title-row {
    align-items: center;
    flex-direction: row;
  }

  .choose-interest .interest-slider .item {
    padding: 40px 20px 120px 20px;
  }

  .choose-interest .interest-card {
    margin-block: 8px;
  }

  .Pathway-section {
    padding-inline: 0px;
  }

  .job-ready .col-lg-6 .col-md-4 {
    width: 50%;
  }

  .job-ready .row {
    padding-block: 10px;
  }

  .Pathway-slider .item {
    padding: 10px;
  }

  .Pathway-slider .item .col-md-6 {
    width: 50%;
    padding-inline: 10px;
  }

  .Pathway-card {
    padding: 10px;
    gap: 6px;
    box-shadow: none;
  }

  .Publish-section .Pathway-card {
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
  }

  .Pathway-card h2 {
    font-size: 16px;
  }

  .Pathway-slider .row {
    row-gap: 20px;
  }

  .banner-section .container .row {
    min-height: 320px;
  }

  .sidebar-container {
    width: 0px;
    position: absolute;
    background: #00000040;
    z-index: 99999;
    overflow: hidden;
    transition: all 0.5s;
  }

  .sidebar-container.show {
    width: 100%;
  }

  .sidebar {
    width: 300px;
    background: var(--white-color);
    box-shadow: 0px 0px 110px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 99999;
    height: 100vh;
    transition: all 0.5s;
    padding: 10px 20px;
  }

  .sidebar .sidebar-logo {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
  }

  .sidebar .sidebar-logo .full-logo {
    height: auto;
    display: block;
  }

  .sidebar .navbar-nav {
    width: 100%;
    margin-left: 0px;
  }

  .sidebar .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .sidebar .navbar-nav .nav-link:not(.active) img.active,
  .sidebar .navbar-nav .nav-link.active img:not(.active) {
    display: none;
  }

  .sidebar .navbar-nav .nav-link span {
    color: #bfbfbf;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
  }

  .sidebar .navbar-nav .nav-link.active span {
    color: var(--primary-color);
  }

  .sidebar:not(:hover) .navbar-nav .nav-link span {
    font-size: 16px;
  }

  .course-details .course-item {
    margin-bottom: 8px;
    width: 100%;
  }

  .tab-card .nav-tabs .nav-link {
    padding: 14px 30px;
  }

  .tab-card .tab-content {
    padding: 0px;
  }

  .bars {
    font-size: 24px;
  }

  /* Login */

  .login-right .social-login {
    flex-direction: column;
  }

  /* Login */

  .footer .footer-links .link-title {
    margin-bottom: 3px;
  }

  .footer-links,
  .footer-about {
    /* margin-bottom: 15px; */
  }

  .banner-signup {
    text-align: center;
  }

  .copyright-text {
    order: 2;
    text-align: center;
  }

  .social-links {
    order: 1;
    text-align: center;
    margin-bottom: 12px;
  }

  .copyright-section {
    justify-content: center !important;
  }

  .Learn-section {
    padding: 40px 20px;
  }

  .Publish-section {
    padding: 40px 20px;
  }
}

.tutor-login-wrap,
#tutor-registration-wrap {
  max-width: inherit;
  padding: 10px;
}

.tutor-mb-32 {
  margin-bottom: 2px;
}

.accordion-card {
  padding-top: 1.75em;
  padding-bottom: 1.75em;
}

.job-ready-card img {
  /* aspect-ratio: 1/1; */
}

.job-ready-card {
  margin-bottom: 30px;
}

.menu-item-75 > a,
.menu-item-71 > a {
  background: var(--white-color);
  color: var(--dark-color);
  border: none;
  border-radius: 10px;
  padding: 8px 14px;
  font-weight: 500;
  transition: all 0.5s;
}

.menu-item-76 > a {
  background: var(--primary-color);
  color: var(--white-color);
  border: 4px solid #f4ebff;
  border-radius: 10px;
  padding: 8px 14px;
  font-weight: 500;
  transition: all 0.5s;
}

.cart-contents {
  position: relative;
  display: flex !important;
  flex-flow: column nowrap;
  justify-content: center;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("../webfonts/fa-solid-900.eot") format("opentype");
}

.cart-contents:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07a" !important;
  font-size: 26px;
  color: #1a449b;
}

.cart-contents:hover {
  text-decoration: none;
}

.cart-contents-count {
  position: absolute;
  top: -6px;
  right: -6px;
  /* transform: translateY(-105%) translateX(25%); */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: var(--primary-color);
  border-radius: 50%;
  padding: 1px;
  z-index: 1;
  border: 2px solid #fff;
  font-weight: 700;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  line-height: 1.5;
}

.form-row-wide {
  clear: both;
  width: 100%;
}

.woocommerce form label,
.woocommerce-page form label {
  font-weight: 600;
}

.select2-container .select2-selection--single {
  height: inherit;
}

.woocommerce form .form-row {
  display: inherit;
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
  display: none;
}

.tutor-login-form-wrapper,
#tutor-registration-form {
  padding: 24px 0;
}

.tutor-modal-window-lg {
  max-width: 1068px;
}

@media (min-width: 1000px) {
  .modal-dialog {
    /* max-width: 1000px; */
    margin: 1.75rem auto;
  }
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
  outline-color: transparent;
  outline-width: 0;
  outline-style: none;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
}

.active.btn.disabled,
.active.btn:disabled {
  opacity: 1;
}

.tutor-modal .tutor-alert.tutor-warning {
  color: #ed5000;
  border: 0;
}

.error-template {
  padding: 40px 15px;
  text-align: center;
}

.error-actions {
  margin-top: 15px;
  margin-bottom: 15px;
}

.error-actions .btn {
  margin-right: 10px;
}

.woocommerce-cart-form .product-quantity {
  display: none;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: auto;
}
.tutor-container {
  margin-top: 45px;
}
.navbar-close-btn {
  display: none;
}
.search-bar {
  flex-grow: 1;
}

li.nav-item {
  list-style-type: none;
}
/* .dropdown:hover > .dropdown-menu {
	display: flex;
	flex-direction: column;
} */

.user-details-menu img {
  border-radius: 100vw;
}
@media (max-width: 991px) {
  .tutor-course-details-tab {
    /* overflow: hidden; */
  }
  .search-bar {
    position: initial;
    height: auto;
  }
  .header .navbar {
    align-items: center;
  }
  .search-bar .form-control {
    padding-right: 20px;
    width: 100%;
  }
  .banner-section .container .row {
    padding-top: 25px;
  }
  .search-bar .search-icon {
    position: absolute;
  }
  .navbar-leftside-module {
    background: #fff;
    display: block;
    position: fixed;
    margin: 0;
    top: 0;
    width: 100%;
    max-width: 50%;
    height: 100%;
    z-index: 1030;
    transform: transform 150ms cubic-bezier(0.2, 0, 1, 0.9);
    margin-left: 10px;
  }
  .search-bar .dropdown-menu {
    position: initial;
    display: flex;
    border: 0;
    flex-direction: column;
  }
  .search-bar .dropdown-child-menu {
    display: none;
  }
  .search-bar .dropdown-child-menu.show {
    display: block;
  }
  .navbar-close-btn {
    display: flex;
    position: absolute;
    right: 15px;
    z-index: 99999;
    background: var(--primary-color);
    color: #fff;
    top: 28px;
    font-size: 14px;
    align-items: center;
    width: 26px;
    height: 26px;
  }
  .navbar-leftside-module {
    left: 0;
    transform: translateX(-94.4rem);
    overflow-y: scroll;
  }
  .primary-menu {
    position: absolute;
    top: 80px;
    width: 100%;
    margin-top: 14px;
    left: 0;
    padding-bottom: 3rem;
  }
  .header .dropdown .dropdown-menu {
    min-width: 100%;
  }
  ul.dropdown-menu.dropdown-child-menu.show {
    background: #b7e0ee;
    width: 100%;
  }
  .top-login-menu {
    margin: 1.6rem auto;
    width: calc(100% - 30px);
  }
  .top-login-menu .navbar-nav {
    flex-direction: row;
  }
  .navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.5);
  }
  .navbar-toggler {
    padding: 0.45rem 0.75rem;
  }
  .navbar-nav .dropdown-menu.user-details-dropdown {
    position: absolute;
  }
  .user-details-menu > .dropdown-menu.user-details-dropdown.show {
    display: flex;
    flex-direction: column;
    left: 0;
    margin-top: 10px;
  }
  .user-details-menu > .dropdown-menu.user-details-dropdown {
    display: none;
  }
}
.capstone-approach img {
  display: none;
}
.banner-left {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .navbar-leftside-module {
    max-width: 100%;
    margin-left: 0px;
  }
  .search-bar .form-control,
  .search-bar .search-icon {
    left: auto;
  }
  .tutor-course-thumbnail img {
    max-width: 100%;
  }
  .banner-section .banner-left h2 {
    text-align: center;
    margin-top: 16px;
  }
  .banner-section .banner-left .banner-tag-flex {
    justify-content: center;
  }
  /* .capstone-vertical-bar {
    display: none;
  }
  .capstone-icons {
    display: none;
  }
  .capstone-approach img {
    width: 10%;
    margin-block: 0.7rem;
    display: inline-block;
  }
  .capstone-approach li div {
    text-align: center;
    line-height: 1.7;
  } */
  .banner-left {
    padding-top: 0;
  }
  .job-ready-banner img {
    width: 56% !important;
  }
  .am-next,
  .am-prev {
    display: none;
  }
}
.wpcf7-spinner {
  /* position: absolute;
  top: 12px; */
}
span.wpcf7-list-item.first.last {
  margin-left: auto;
}
.wpcf7-not-valid-tip{
  font-size: 14px;
}
.tutor-modal.tutor-is-active {
  z-index: 9999999;
}

.navbar-brand img,
.footer-about img {
  width: 135px;
}
li {
  list-style-type: none;
}
.capstone-approach li > div {
  margin-top: 30px;
  text-align: left;
  margin-bottom: 26px;
}
.capstone-approach li div {
  color: var(--primary-color);
  /* font-weight: 900; */
  /* font-size: 1.4rem; */
}
.capstone-approach h4 {
  font-weight: 900;
}
div.search_result {
  display: none;
  background: #ffffff;
  padding: 20px;
  /* line-height: 2.3; */
  position: absolute;
  top: 45px;
  border-radius: 8px;
  z-index: 11;
  width: 75%;
  /* box-shadow: 0px 0 18px 0.4rem #edf0f1; */
  margin-top: 0.3rem;
}
div.search_result li a {
  color: var(--primary-color);
  font-size: 1.06rem;
}
.am-prev,
.am-next {
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  top: 9px;
  color: var(--primary-color);
}
.am-prev {
  left: -13px;
}
.am-prev:before {
  content: "\f053" !important;
}
.am-next {
  right: -13px;
}
.am-next:before {
  content: "\f054" !important;
}
.webinar-slider.owl-carousel .owl-stage-outer {
  overflow: visible;
  overflow-x: clip;
}
.disclaimer-section {
  background: var(--primary-color);
  padding-block: 14px;
  color: #fff;
  text-align: center;
}
.disclaimer-section span {
  /* width: 50%; */
  display: block;
  margin: auto;
  font-size: 12px;
}
.container-fluid {
  width: 90%;
}
.card-img-container-3 img {
  position: absolute;
  top: -68px;
}
@media (max-width: 991px) {
  .card-img-container-3 img {
    position: inherit;
    top: 0;
  }
}
.footer .footer-links .nav-link:hover {
  color: var(--primary-color);
}
.dropdown-child-menu li:not(:last-child) {
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
.top-login-menu a {
  font-size: 14px;
  /* font-weight: 700 !important; */
}

.comingsoon {
  color: var(--primary-color);
  margin-top: 20px;
  padding: 10px;
  background: #f3f3f3;
  border-radius: 4px;
  margin-bottom: 18px;
}
.comingsoon span {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .footer-links,
  .footer-about {
    /* margin-bottom: 22px; */
  }
  .copyright-text {
    margin: 1rem 0;
  }
}
.cart-button {
  display: inline-block;
}

.active-menu-dropdown {
  top: 0%;
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
.active-menu-dropdown .bg-menu-01 {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100%;
  top: 65px;
  left: 0;
}
ul.dropdown-menu.dropdown-child-menu {
  overflow-y: scroll;
}
.tutor-wrap.tutor-page-wrap {
  flex-grow: 1;
}
.intl-tel-input ul.country-list {
  z-index: 999 !important;
  color: #000;
  border-radius: 10px;
  margin-top: 5px !important;
}
.evcf7-verify-btn input[type="button"] {
  background: var(--white-color);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 10px;
  padding: 5px 17px;
  font-weight: 700;
  transition: all 0.5s;
  box-shadow: none !important;
}
.mcl-title {
  padding-left: 20px;
  padding-top: 14px;
}
.mcl-title a {
  font-weight: 700;
  color: var(--primary-color);
}
.hiring-text h1,
.hiring-text h1 span {
  color: var(--primary-color);
  font-size: 6rem;
  font-weight: 800;
}
.hiring-text h1 span {
  text-align: center;
  display: block;
}
.apply-now-form label {
  font-size: 1.4rem;
}
.apply-now-form .btn {
  width: 100%;
}
.your-file {
  color: transparent;
  border: 0;
}
.your-file::-webkit-file-upload-button {
  visibility: hidden;
}
.your-file::before {
  content: "Upload Resume";
  color: var(--primary-color);
  display: flex;
  background: var(--wc-primary-text);
  border: 1px solid var(--primary-color);
  border-radius: 9px;
  padding: 11px 19px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.4rem;
  margin-top: 15px;
  justify-content: center;
}
.your-file:active {
  outline: 0;
  background-color: var(--wc-primary-text);
}
.your-file:hover::before {
  border-color: var(--primary-color);
}
.your-file:active::before {
  background-color: var(--wc-primary-text);
}
@media (max-width: 767px) {
  .hiring-text h1,
  .hiring-text h1 span {
    font-size: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 1091px) {
  .hiring-text h1,
  .hiring-text h1 span {
    font-size: 5rem;
  }
}
.bsac .Learn-card {
  min-height: 172px;
}

.tutor-ratio > img {
  object-fit: contain;
  padding-top: 6px;
}

.tutor-course-card .tutor-course-name,
.tutor-course-card .tutor-course-name a {
  color: var(--tutor-body-color);
  font-weight: 700;
}
.tutor-btn-outline-primary {
  background-color: var(--primary-color);
  color: var(--white-color);
}

/* Swiper JS */

.cm_swiper_pagination .swiper-pagination-bullet {
  border-radius: 50px;
  transition: width 300ms ease-in-out;
}

.cm_swiper_pagination .swiper-pagination-bullet-active {
  width: 40px;
  background-color: var(--primary-color);
  border-radius: 6px;
}

.cm_swiper .swiper-wrapper {
  --swiper-wrapper-transition-timing-function: ease-in-out;
}

/* Loader */

.cm_loader,
.cm_loader:before,
.cm_loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}
.cm_loader {
  display: block;
  color: #fff;
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.cm_loader:before,
.cm_loader:after {
  content: "";
  position: absolute;
  top: 0;
}
.cm_loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.cm_loader:after {
  left: 3.5em;
}

@keyframes bblFadInOut {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@media (min-width: 1600px) {
  .cm_swiper_pagination {
    --swiper-pagination-bullet-size: 12px;
  }

  .cm_swiper_pagination .swiper-pagination-bullet-active {
    width: 48px;
  }
}
