@font-face {
  font-family: "Mulish-Regular";
  src: url("../font/Mulish-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Mulish-Regular", sans-serif;
}

/* Spacing */
.spacing-top-bottom {
  padding-top: var(--section-block-padding, 75px);
  padding-bottom: var(--section-block-padding, 75px);
}

#page {
  overflow-x: hidden;
}

/* Spacing */

/* Members List */
.section-heading {
  font-size: var(--font-size-large, 64px);
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  /* 112.5% */
}

.dark-title {
  color: var(--grey, #323e48);
}

.white-title {
  color: var(--white, #fff);
}

.light-title {
  color: var(--light-grey, #91989e);
}

.blue-title {
  color: var(--light-blue, #92b4e7);
}

.members-benefits-section {
  background: var(--light-white, #fafafa);
}

.members-list {
  /* padding-top: var(--item-spacing-padding, 64px);
  padding-bottom: var(--item-spacing-padding, 64px); */
}

.members-card-title {
  color: var(--grey, #323e48);
  text-align: center;
  text-overflow: ellipsis;
  font-size: var(--font-size-medium);
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.carousel-wrap-member {
  width: 100%;
}

.members-list-icon,
.gcc-icon-img {
  width: 56px;
  height: 70px;
}

.carrers_section .card-img-top {
  height: 232px;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.carrers_section .owl-carousel img {
  width: 100%;
  width: 100%;
}

/* Members List */

/* upcoming_events */

.events-list {
  padding-top: var(--item-spacing-padding, 64px);
  padding-bottom: var(--item-spacing-padding, 64px);
}

.event-card {
  border: 0;
}

.events-list .card-body {
  padding: 20px 0px;
  min-height: 100px;
}

.event-date {
  color: var(--Gray-500, #91989e);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

/* upcoming_events */

/* global_credit_certificate */

.global_credit_certificate-div {
  border-radius: 8px 8px 0px 0px;
  background: #70787f;
  margin: 15px 15px 0 15px;
}

.custom-li-description li {
  display: flex;
  align-items: flex-start;
  margin: 15px 0;
  list-style: none;
  border-bottom: 1px solid #ebebeb40;
  padding-bottom: 10px;
  color: var(--white, #fff);
  font-size: var(--font-size-extra-small, 16px);
}

.custom-li-description li:last-child {
  border-bottom: 0;
}

.custom-li-description li:before {
  display: block;
  flex-shrink: 0;
  margin-right: 10px;
  content: "";
}

.custom-li-description .icons-certificate {
  padding-right: 10px;
  width: 25px;
  height: 25px;
}

.certificate-list {
  padding-top: var(--item-spacing-padding, 64px);
  padding-bottom: var(--item-spacing-padding, 64px);
}

.certificates-card {
  border-radius: 8px;
  background-color: #494f54;
  padding: 40px;
  color: var(--white, #fff);
  height: 100%;
}

.certificates-card h3 {
  font-size: var(--font-size-extra-medium, 28px);
}

.certificates-card p {
  font-size: var(--font-size-extra-small, 20px);
  padding-bottom: 0;
}

/* Sign up to GICP Membership */
.sign_up_to_gicp_membership-div {
  background: url("../images/gicp_lines_dark.svg");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 56px 0px;
}

.sign_up_to_gicp_membership-div p {
  color: var(--white, #fff);
}

.text-white-color {
  color: var(--white, #fff);
}

.sign-up-form {
  background-color: var(--white, #fff);
  padding-left: 10px;
  border-radius: 30px;
  box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.05);
}

.sign-up-form .sign-up-input {
  background-color: var(--white, #fff);
  border-radius: 30px;
  border: none;
}

.curve-btn {
  border-radius: 30px;
  width: 100%;
  border: 0px;
  margin: 4px;
}

.sign-up-form .form-control:focus {
  border: 0;
}

/* Sign up to GICP Membership */

/* courser */
#corporate_solutions_slider .card_details {
  border-radius: 0;
}

.featured_courses,
.corporate_solutions {
  background: linear-gradient(180deg,
      rgb(249, 249, 249) 0%,
      rgb(255, 255, 255) 100%);
  position: relative;
  overflow: hidden;
}

.bg_visual {
  background: linear-gradient(225deg,
      rgba(237, 237, 237, 0.62) 25%,
      rgba(249, 249, 249, 0) 39.41%);
  border-radius: 525.5px;
  height: 1051px;
  left: calc(50% - 525px);
  position: absolute;
  top: 167px;
  width: 1051px;
}

.card_details {
  margin: 0 0.5em;
  width: 100%;
  border-radius: 0px;
  background: var(--white);
}

.owl-carouse .card_details {
  border-right: 1px solid #3333331a;
}

.card_details .img-wrapper {
  max-width: 100%;
  height: 226px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel img {
  /* max-height: 100%;
  max-width: 104px; */
}

.card_details_inner {
  height: 500px;
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
  text-align: left;
}

.cardDetailsTop {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#corporate_solutions_slider .owl-nav button,
#featured_courses_slider .owl-nav button,
#popular_courses_slider .owl-nav button,
#main-management-slider .owl-nav button {
  position: absolute;
  width: 149px;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #f9f9f9 0%, rgba(255, 255, 255, 0) 100%);
  margin-left: 0px !important;
}

#corporate_solutions_slider .owl-nav button.owl-next,
#featured_courses_slider .owl-nav button.owl-next,
#popular_courses_slider .owl-nav button.owl-next,
#main-management-slider .owl-nav button.owl-next {
  right: 0;
  margin-right: 0px !important;
  left: auto;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f9f9f9 100%);
  text-align: -webkit-right;
}

.slideBtns {
  border-radius: 40px;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  margin: 15px;
}

.carousel-wrap {
  margin: 90px auto;
  width: 100%;
  position: relative;
}

.course-slider {
  width: 100%;
}

.course-slider-heading {
  color: var(--grey, #323e48);
  font-size: var(--font-size-medium, 28px);
  font-weight: 700;
}

/* hero */
.hero-banner {
  /* padding-top: 164px;
  padding-bottom: 40px; */
}

.hero_banner {
  padding: 0px;
  text-align: center;
  color: var(--white, #fff);
}

.hero-banner-title {
  color: var(--white, #fff);
  text-align: center;
  font-size: var(--font-size-extra-large, 80px);
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
}

.hero-arrow-down {
  width: 60px !important;
}

.hero-banner {
  position: relative;
}

.hero-banner .container {
  position: relative;
  z-index: 2;
  /* Ensure content is above the overlay */
}

/* .carousel-item{
  transition: transform 2s ease, opacity .5s ease-out
} */
.carousel-wrap-hero {
  width: 100%;
}

.events-badge {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border-radius: 2px;
  background: #1c74a7;
  position: absolute;
  top: 15px;
  left: 15px;
}

.sign_up_to_gicp_membership {
  border-top: 1px solid #ebebeb;
}

/* why chose GCC */
.all-border {
  /* border: 1px solid #eaebeb; */
  /* padding: 40px; */
  /* border-left: 1px solid #EAEBEB; */
}

.dropdown-location {
  text-align: left;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.price-card {
  border-radius: 8px;
  border: 1px solid var(--Grey-100, #eaebeb);
  background: var(--White, #fff);
  padding: 24px 16px;
  text-align: left;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.price-title {
  color: var(--Blue-600, #5292db);
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 36px;
}

.price-data {
  color: var(--Gray-700, #323e48);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
}

.price-description {
  color: var(--Gray-600, #606972);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.price-feature-list {
  list-style-image: url(../images/list-icon.svg);
}

.price-feature-list::marker {
  font-size: 1.8em;
}

.level-list img {
  width: 100%;
}

.slider-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news-and-ingights-section {
  padding: 80px 0px;
}

.search-input {
  border-radius: 50px;
  padding: 5px 24px;
  border: none;
}

.search-input-group {
  border-radius: 50px;
  background-color: var(--white, #fff);
}

.search-icon {
  padding-right: 10px;
}

.search-btn {
  background-color: var(--blue, #0071ce);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border-radius: 50px !important;
  color: var(--White, #fff);
  margin: 4px;
}

.filter-news-btn {
  padding: 10px 16px;
  border-radius: 4px;
  border: 1px solid var(--Mine-Shaft-Black-300, #d6d6d6);
  background: var(--White, #fff);
  box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.05);
}

.all-news-section .dropdown-toggle::after {
  border: none;
  background: url(../../assets/images/dropdown-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}

.dropdown-filter-div .show::after {
  background: url(../../assets/images/dropdown-arrow-up.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.news-wrapper {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  border-radius: 4px;
}

.new-feature-img-div .news-wrapper {
  height: 522px;
}

.sel_cat {
  position: relative;
  left: auto;
  top: auto;
  display: flex;
}

.cate {
  display: flex;
  padding: 4px 16px;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 30px;
  color: var(--cqf-black-500, #262626);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
}

.event-list-container h2 {
  overflow: hidden;
  color: var(--CQF-Black-500, #262626);
  text-overflow: ellipsis;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 36px;
}

.filter-div .filter-title {
  color: var(--Mine-Shaft-Black-700, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
}

.filter-toggle-div {
  display: flex;
  justify-content: space-between;
}

.border_blue_btn {
  border-radius: 4px;
  border: 1px solid var(--Dark-Blue-600, #0f476b);
  background: var(--White, #fff);
  color: var(--Dark-Blue-600, #0f476b);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 20px;
  text-decoration: none;
}

.clear-filter-desktop {
  border: none;
  color: var(--CQF-Black-500, #262626);
  background: none;
}

.new-terms-list {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.news-list-ul {
  list-style: none;
  padding: 0px;
}

.news-list-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.news-title-list {
  overflow: hidden;
  color: var(--Gray-700, #323E48);
  text-overflow: ellipsis;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 118px;
}

#load-more-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dark_blue_btn {
  font-size: 16px;
  line-height: 24px;
  color: var(--white, #FFF);
  background: var(--Blue-700, #0071CE);
  padding: 12px 20px;
  border: none;
}

.dropdown-filter-active::after {
  content: "";
  position: relative;
  height: 16px;
  width: 7px;
  border-bottom: 2px solid #0f476b;
  border-right: 2px solid #0f476b;
  transform: rotate(45deg);
  margin-left: 20px;
  display: inline-flex;
}

.dropdown-item span {
  width: 80%;
  display: inline-block;
}

.clear-filter-mobile {
  border: none;
  background: none;
}

/* news and insights */
.featured-title {
  color: var(--white, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 2.24px;
  text-transform: uppercase;
}

.featured-title span {
  padding: 8px 4px;
  border-radius: 2px;
  display: inline-block;
}

.calender-date-icon {
  padding-right: 10px;
}

.new-cards-div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}

/* .form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe00;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
} */

/* title banner with description and button */
.title-banner .banner-title {
  color: #323E48;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
}

.title-banner .content {
  color: var(--Mine-Shaft-Black-700, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.syllabus-list .syllabus-list-title {
  color: var(--Mine-Shaft-Black-600, #454545);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

/* title banner with description and button */
/* Level List */
.level-list .level-list-img {
  height: 206px;
  object-fit: cover;
  border-radius: 8px;
}

.level-list .level-list-h3 {
  color: #323E48;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

/* Level List */
/* Learning Options */
.learning-card {
  padding: 40px;
  border-radius: 8px;
  border: 1px solid var(--Mine-Shaft-Black-200, #EBEBEB);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.learning-card h4 {
  color: var(--Gray-700, #323E48);
  text-overflow: ellipsis;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

/* Learning Options */
/* The Exam */
.the-exam-list-title {
  /* color: #323e48; */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.the-exam-body {
  padding: 24px;
  height: 100%;
}

.the-exam-list-li {
  /* color: #323e48; */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.the-exam-card {
  height: 100%;
}

.list-with-icon {
  list-style: none;
  padding-left: 0px;
}

.list-with-icon img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.list-with-icon li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 10px;
}

.grid-view-search .btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: #2A8ABF;
  background-color: transparent;
  border-color: transparent;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: #2A8ABF;
  background-color: transparent;
  border-color: transparent;
}

.grid-icon-search,
.list-icon-search {
  color: #858585;
  line-height: 0px;
  padding: 0px;
  margin: 12px 10px;
}

.list-icon-search {
  font-size: 22px;
}

.btn-grid-list-search {
  border-radius: 4px;
  border: 1px solid var(--Mine-Shaft-Black-300, #D6D6D6);
  box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 12px;
}

.gird-view-class {
  border-radius: 8px;
  padding: 24px;
  border: 1px solid var(--Mine-Shaft-Black-200, #EBEBEB);
  height: 100%;
}

.gird-view-class h3 {
  color: var(--Mine-Shaft-Black-700, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.4px;
}

.gird-view-class li a {
  color: var(--Mine-Shaft-Black-700, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.4px;
  text-decoration: none;
}

.gird-view-class .view-btn-search {
  border-radius: 4px;
  border: 1px solid var(--Mine-Shaft-Black-300, #D6D6D6);
  background: var(--Mine-Shaft-Black-100, #F5F5F5);
  color: var(--Mine-Shaft-Black-700, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 20px;
}

.gird-view-class hr {
  width: 44px;
  height: 6px;
  background: var(--Blue-700, #0071CE);
  opacity: 1;
  border: none;
}

.gird-view-class p {
  color: var(--Mine-Shaft-Black-600, #454545);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 10px;
}

.gird-view-class ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.gird-view-class .gird-view-inner-class {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid var(--Mine-Shaft-Black-200, #EBEBEB);
  background: var(--White, #FFF);
  height: 100%;
}

.list-view-class li a {
  color: var(--Light-Blue-700, #2A8ABF);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
}

.list-view-class ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-view-class .view-btn-search,
.list-view-class hr {
  display: none;
}

.list-view-class {
  padding: 16px 24px 56px 24px;
  border: 1px solid #EFEFEF;
}

.list-view-class h3 {
  color: var(--Mine-Shaft-Black-700, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: -0.4px;
}

.load-more-searchpage {
  display: flex;
  align-items: center;
  justify-content: center;
}

.load-more-searchpage button {
  padding: 12px 20px;
  border-radius: 4px;
  border: 1px solid var(--Mine-Shaft-Black-300, #D6D6D6);
  background: var(--White, #FFF);
  color: var(--Mine-Shaft-Black-700, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

#search-global-results-page {
  margin-bottom: 40px;
}

.hidden-result {
  display: none;
}

.total-results-search-page {
  color: var(--Mine-Shaft-Black-700, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.4px;
}

.filter-search-page-div {
  gap: 10px;
}

.btn-filter-search {
  padding: 8px 16px;
  border-radius: 42px;
  background: var(--Mine-Shaft-Black-200, #EBEBEB);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.filters-search-page .btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  background: var(--Blue-700, #0071CE);
  color: var(--White, #FFF);
}

.look-for {
  color: var(--Mine-Shaft-Black-500, #858585);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.filters-search-page .btn-check+.btn:hover {
  background: var(--Blue-700, #0071CE);
  color: var(--White, #FFF);
}

/* signin */
.signin-container {
  height: 95dvh;
}

.sign-in-block .signin-title {
  color: var(--CQF-Black-500, #262626);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.72px;
}

.sign-in-block .not-member {
  color: #606972;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.sign-in-block .sign-in-a {
  color: var(--Blue-600, #1F93DB);
  text-decoration: none;
}

.sign-in-block .spinner-border,
.create-account .spinner-border {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.sign-in-block .form-control:focus {
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.profile-dropbtn {
  border-radius: 50%;
  border: 1px solid var(--White, #FFF);
  background: #6F787F;
  margin-bottom: 8px;
  color: var(--White, #FFF);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 7px 8px;
}

.profile-dropbtn::after {
  display: none;
  padding: 5px;
}

.profile-dropbtn .btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: var(--grey, #333);
  background-color: var(--White, #fff);
  border-color: 1px solid var(--grey-light, #d6d6d6);
}

/* Create Account */
.account-progress {
  --bs-progress-border-radius: none;
  --bs-progress-height: 4px;
  background: var(--Blue-400, #C9D8F3);
}

.account-progress-bar {
  background: var(--Blue-700, #0071CE);
}

.account-back {
  color: var(--CQF-Black-500, #262626);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.account-title {
  color: var(--Gray-700, #323E48);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.56px;
}

.mandatory-super {
  color: #E60606;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.account-icon-title {
  color: var(--Gray-700, #323E48);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.4px;
}

.text-validation {
  color: var(--Gray-600, #606972);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 5px;
}

.text-validation img {
  width: 10px !important;
  padding-right: 10px;
}

.create-account .form-control.is-valid,
.was-validated .form-control:valid {
  border: var(--bs-border-width) solid var(--bs-border-color);
  background-image: none;
}

/* .text-danger {
    color: red !important;
} */

.text-success {
  color: green !important;
}

.account-benefits-description {
  color: var(--Gray-600, #606972);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.account-benefits-title {
  color: var(--Gray-700, #323E48);
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.title-div h2 {
  color: var(--Mine-Shaft-Black-700, #333);
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -1.44px;
}

.benefits-box {
  border-radius: 8px;
  background: #F2F8FD;
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 27px;
  flex: 1 0 0;
  margin-top: 50px;
}

#course-location {
  height: 42px;
}

.benefits-div {
  gap: 30px;
  flex-wrap: wrap;
}

.benefits-box h3 {
  color: var(--CQF-Black-500, #262626);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.4px;
}

.mktoForm .mktoError {
  position: absolute;
  z-index: 99;
  color: #bf0000;
  left: 0;
  bottom: 0 !important;
}

.error-404 h2 {
  color: var(--Gray-700, #323E48);
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
}

.error-404 p {
  color: var(--Gray-700, #323E48);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/* Animation */
.animation-gcc {
  border-radius: 8px;
  background: var(--Blue-700, #0071CE);
  margin: 10px;
}

.text-justify {
  text-align: justify;
}

.benfit-header {
  color: var(--Gray-700, #323E48);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.56px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  gap: 10px;
}

.square-box {
  min-width: 12px;
  min-height: 12px;
  display: inline-block;
  background: var(--Blue-700, #0071CE);
}

.benifits-row {
  border-bottom: 1px solid #E8E8E8;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: rgb(0 0 0 / 0%);
}

.table-striped>tbody>tr:nth-of-type(even)>* {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: rgb(0 0 0 / 2%);
}

.benifits-members tbody,
td,
tfoot,
th,
thead,
tr {
  border: none;
  border-style: none;
}

.benfits-list li::marker {
  color: #0071CE;
  font-size: 25px;
}

.benfits-container {
  border: 1px solid #E8E8E8;
  border-radius: 16px;
  border: 1px solid #E8E8E8;
}

.management-title {
  color: var(--Gray-700, #323E48);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.72px;
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 20px;
}

.management .owl-carousel img {
  max-height: 100%;
  max-width: 100%;
}

.management .linkedin-logo {
  width: 50px !important;
}

.management-card {
  overflow: hidden;
}

.management .management-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #323E48;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  flex-direction: column;
}

.management-overlay p {
  color: var(--White, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-top: 10px;
}

.management-overlay a {
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.management .management-card:hover .management-overlay {
  opacity: 1;
}

.arrow-management {
  transform: rotate(178deg);
}

.management-name {
  color: var(--Gray-700, #323E48);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.4px;
}

.management-designation {
  color: var(--Gray-500, #91989E);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.create-account .form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: none;
}

.create-account .form-select.is-valid,
.was-validated .form-select:valid {
  border-color: var(--bs-border-color);
}

.create-account .form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #212529;
}

.create-account .form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: var(--bs-border-color);
}

.create-account .form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background: var(--blue, #0071ce);
}

.my-account .title {
  color: var(--Mine-Shaft-Black-700, #333);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  /* 116.667% */
  letter-spacing: -1.44px;
}

.my-account .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
  border-bottom: 3px solid #0071CE;
}

.my-account .tabs-events .nav-link {
  color: var(--CQF-Black-300, #7D7D7D);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.4px;
}

.my-account .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--CQF-Black-500, #262626);
}

/* Components */

/* Attendees */
.yellow-star {
  color: #FFBF3C;
}

.grey-star {
  color: rgba(51, 51, 51, 0.20);
}

.attendees-repeater-item {
  padding: 32px;
  background: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.attendees-star {
  padding-bottom: 48px;
}

.attendees-block .owl-carousel .owl-stage {
  display: flex;
}

.attendees-block .owl-carousel .owl-stage .owl-item {
  opacity: 0.5;
}

.attendees-block .owl-carousel .owl-stage .center {
  opacity: 1;
}

.attendees-block .owl-carousel .owl-prev {
  position: absolute;
  width: 149px;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
}

.attendees-block .owl-carousel .owl-next {
  position: absolute;
  right: 0;
  height: 100%;
  left: auto;
  background: transparent;
  text-align: -webkit-right;
  top: 0;
}

.attendees-block .slideBtns {
  border: 1px solid #f5f5f5;
  background: #ffffff;
}

.attendees-block .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}

.attendees-repeater-content {
  color: var(--Mine-Schaft-Black, #333);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 128.571% */
  letter-spacing: -0.56px;
  padding-top: 48px;
}

.attendees-author {
  padding-top: 48px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.attendees-author .author-name {
  color: var(--CQF-Black-400, #515151);
}

.attendees-author .author-designation {
  color: var(--CQF-Black-300, #7D7D7D);
}

/* Attendees */

/* faqs */
.faq-list {
  padding: 32px;
  border-radius: 4px;
  border: 1px solid var(--Mine-Shaft-Black-200, #EBEBEB);
}

.faq-block .accordion-button:not(.collapsed),
.faq-block .accordion-button {
  background-color: transparent;
  color: var(--Mine-Shaft-Black-700, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.4px;
}

.faq-block .faq-main-title {
  color: var(--Mine-Shaft-Black-700, #333);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 128.571% */
  letter-spacing: -0.56px;
}

.faq-block .accordion-item {
  border: none;
  border-bottom: 1px solid var(--Mine-Shaft-Black-200, #EBEBEB);
}

.faq-block .accordion-button::after {
  background-image: url('../images/circle-plus.svg');
}

.faq-block .accordion-button:not(.collapsed)::after {
  background-image: url('../images/circle-minus.svg');
}

/* faqs */
/* Image with text */
.image-with-text-h2 {
  color: var(--CQF-Black-500, #262626);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.4px;
}

.image-with-text-hr {
  opacity: .10;
}

/* Image with text */

/* Components */

/*event banner */
.event-banner-title {
  color: var(--Mine-Shaft-Black-700, #333);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  /* 112.5% */
  letter-spacing: -2.56px;
}

.event-details-li {
  color: var(--CQF-Black-500, #262626);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.4px;
  list-style: none;
  padding-left: 0;
}

.event-details-li li i {
  padding-right: 10px;
}

.event-details-li li {
  border-top: 1px solid var(--Grey-200, #E0E1E1);
}

/* event banner */
/* event-details-confirmation */
.event-details-confirmation {
  border-radius: 4px;
  border: 1px solid var(--Grey-100, #EAEBEB);
  background: var(--Dark-Blue-50, #F2F6F8);
  padding: 24px;
}

.event-details-confirmation .cate {
  background-color: transparent;
  padding: 0px;
}

.event-details-confirmation h2 {
  overflow: hidden;
  color: var(--CQF-Black-500, #262626);
  text-overflow: ellipsis;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.4px;
}

.event-details-confirmation p {
  overflow: hidden;
  color: var(--CQF-Black-400, #515151);
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.event-details-confirmation .event-booking-featured-img {
  width: 232px;
  height: 232px;
  object-fit: cover;
}

.event-details-confirmation .event-booking-bubble {
  color: var(--Mint-Green-700, #48AE9B);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  border-radius: 100px;
  background: var(--Mint-Green-200, #DDF2EE);
  padding: 4px 12px;
}

.event-booking-data {
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

/* event-details-confirmation */
/* My Account */
.my-account-note {
  color: var(--CQF-Black-400, #515151);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.my-account-btn {
  color: var(--Blue-700, #0071CE);
  text-decoration: none;
}

.my-account-eye-close {
  background: transparent;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-right: 10px;
  padding-left: 10px;
}

.my-account-password {
  border-right: 0;
}

.bi-eye-slash-fill,
.bi-eye-fill {
  color: #454545;
}

.button-default-password {
  padding: 12px 20px;
  border-radius: 4px;
  border: 1px solid var(--Blue-700, #0071CE);
  background: var(--White, #FFF);
  color: var(--Blue-700, #0071CE);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
}

/* future Events */
.event-card .event-image {
  width: 100%;
  height: 232px;
  border-radius: 4px;
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background-size: cover;
}

.event-card .events-speakers img {
  width: 80px !important;
  height: 80px;
  border: 2px solid #fff;
  border-radius: 5px;
  object-fit: cover;
}

/* .event-card .owl-item{
  width: 80px !important;
  height: 80px;
} */

.event-card .events-speakers {
  display: flex;
  gap: 5px;
}

.event-card .event-title {
  overflow: hidden;
  color: var(--Gray-700, #323E48);
  text-overflow: ellipsis;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 128.571% */
  letter-spacing: -0.56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 118px;
}

.event-card {
  border: 0;
  /* height: 100%; */
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: stretch;
  flex-direction: column;
}

.speaker-list {
  min-height: 56px;
}

.event-main-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.event-card .speaker-name {
  overflow: hidden;
  color: var(--Blue-700, #0071CE);
  text-overflow: ellipsis;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.4px;
}

.event-card .event-date {
  overflow: hidden;
  color: var(--Gray-500, #91989E);
  text-overflow: ellipsis;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
  letter-spacing: -0.2px;
  margin: 0;
}

.btn-inline {
  display: inline-block;
}

.blue-line-border {
  border-top: 3px solid #0071CE;
  color: #0071CE;
  opacity: 1;
}

.loader-btn {
  width: 20px;
  height: 20px;
  border: 3px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*future Events  */

/* Course */
.course-title {
  color: var(--Gray-700, #323E48);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  /* 112.5% */
  letter-spacing: -2.56px;
}

.filters-div-course {
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
}

/* Course */
#change-account-password #login-spinner {
  width: 20px;
  height: 20px;
}

.vertical-border {
  border-right: 1px solid #E3E3E3;
}

.switch-handle {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.switch-handle h4 {
  color: #515151;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  margin-bottom: 0;
}

.filters-course {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.filters-div-course .filter-news-btn {
  color: var(--Gray-700, #323E48);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.course-search {
  background: none;
}

.course-search-input-box {
  border-left: 0px;
  padding-left: 0px;
}

.search-div {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.course-view .list-icon-search {
  margin-bottom: 0px;
  margin-top: 0px;
}

.course-search-input {
  height: 100%;
}

/* Add some basic styles for the bubble */
.bubble {
  border-radius: 42px;
  background: #EBEBEB;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--Gray-700, #323E48);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  text-transform: capitalize;
}

#bubble-container {
  display: flex;
  gap: 10px;
  padding-bottom: 12px;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

.course-card {
  padding: 24px;
  border-radius: 4px;
  border: 1px solid var(--Mine-Shaft-Black-200, #EBEBEB);
  background: var(--White, #FFF);
  height: 100%;
}

.course-card .title {
  color: var(--Mine-Shaft-Black-700, #333);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 128.571% */
  letter-spacing: -0.56px;
  text-transform: capitalize;
  min-height: 60px;
}

.course-card .sub-title {
  color: var(--Gray-600, #606972);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 140% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  min-height: 40px;
}

.course-card ul {
  list-style: none;
  color: var(--Gray-700, #323E48);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  padding-left: 0px;
}

.syllabus-icon {
  width: 86px;
  height: auto;
}

.learning-options-icon {
  width: 104px;
  height: auto;
}

.course-listing .dt-column-title {
  color: var(--Gray-600, #606972);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 140% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.course-listing .DT_list {
  list-style: none;
  padding-left: 0;
}

.course-listing #CL_result_list_view tr,
.course-listing #CL_result_list_view tr li {
  color: var(--Gray-700, #323E48);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.course-listing #CL_result_list_view tr {
  border-bottom: 1px solid #E8E8E8;
}

.course-listing #CL_result_list_view tr a {
  color: var(--Blue-700, #0071CE);
  text-decoration: none;
}

.course-listing .show_more_CLdates {
  color: #1F93DB;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
}

.course-listing #course_landing_data_table thead {
  border-bottom: 1px solid #E8E8E8;
}

.course-listing .course-list-li {
  color: var(--Gray-700, #323E48);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  min-height: 50px;
  padding-bottom: 10px;
}

.course-listing .show_more_grid .show_more_CLdates {
  float: right;
}

.course-listing .course-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.course-listing #course_landing_data_table_wrapper .show_more_grid .show_more_CLdates {
  float: left;
  text-align: left !important;
}

.dropdown-item-list-block-course {
  text-transform: capitalize;
}

.carrers_section .logo {
  width: 48px;
  height: 48px;
}

.course-detail-banner .banner-title {
  color: var(--Mine-Shaft-Black-700, #333);
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px;
  /* 110% */
  text-align: left;
}

.course-detail-banner .short-container {
  color: var(--Mine-Shaft-Black-600, #454545);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.course-detail-banner .filled-star {
  color: #FFBF3C;
  font-size: 16px;
}

.course-detail-banner .no-fill {
  color: #D6D6D6;
  font-size: 16px;
}

.course-detail-banner .rating-text {
  color: var(--Mine-Shaft-Black-500, #858585);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 140% */
  text-transform: uppercase;
}

.course-detail-banner .stars {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dropdown-h4 {
  color: var(--Mine-Shaft-Black-700, #333);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.dropdown-h4 {
  color: var(--Mine-Shaft-Black-500, #858585);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.dropdown-div,
.dropdown-second-div {
  border-radius: 4px;
  background: #FFF;
  border: 1px solid var(--Mine-Shaft-Black-200, #EBEBEB);
}

.dropdown-div {
  padding: 05px;
  z-index: 1;
}

.dropdown-second-div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 24px;
  flex-direction: column;
}

.course-dropdown {
  border-radius: 4px;
  border: 1px solid var(--Mine-Shaft-Black-300, #D6D6D6);
  background: var(--White, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.05);
  padding: 10px;
  text-align: left;
  width: 100%;
}

.dropdown-second-div .dropdown {
  width: 100%;
}

.dropdown-second-div .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  float: right;
  position: relative;
  top: 10px;
}

.dropdown-second-div .dropdown-menu {
  width: 100%;
}

.location-title {
  color: var(--Mine-Shaft-Black-500, #858585);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 140% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.location-data {
  color: var(--Mine-Shaft-Black-700, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
  letter-spacing: -0.2px;
}

.course-data-dorpdown ul {
  list-style: none;
  padding-left: 0px;
}

.course-data-dorpdown h5 {
  color: var(--Mine-Shaft-Black-500, #858585);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 140% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.course-data-dorpdown h3 {
  color: var(--Mine-Shaft-Black-700, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  margin-bottom: 0px;
}

.course-data-dorpdown .icons {
  width: 50px;
  height: 50px;
}

.course-data-dorpdown li {
  display: flex;
  gap: 10px;
  padding-bottom: 32px;
}

.course-list-dropdown {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.dropdown-div {
  position: absolute;
  width: 100%;
}

.course-skill-icon {
  border-radius: 4px;
  background: var(--Mine-Shaft-Black-50, #FAFAFA);
  width: 76px;
  height: 76px;
  object-fit: cover;
}

.course-skill-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.course-skill-card p {
  color: var(--Mine-Shaft-Black-600, #454545);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
  letter-spacing: -0.2px;
}

.course-bestseller {
  border-radius: 2px;
  background: var(--Blue-700, #0071CE);
  color: var(--White, #FFF);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 140% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 4px 8px;
}

.course-subtitle {
  color: var(--Mine-Shaft-Black-500, #858585);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 140% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.course-content-heading {
  color: var(--Mine-Shaft-Black-700, #333);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.4px;
}

.content-course-detail {
  color: var(--Mine-Shaft-Black-600, #454545);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.button-download {
  width: 20px;
  height: 20px;
}

.course-accordion .accordion-button {
  border-radius: 4px;
  background: var(--Mine-Shaft-Black-50, #FAFAFA);
  padding: 24px;
  border: 0;
  margin-bottom: 10px;
}

.course-accordion .accordion-item {
  border: 0;
}

.course-accordion .accordion-button::after {
  background-image: url(../images/circle-plus.svg);
}

.course-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../images/circle-minus.svg);
}


.white-btn {
  border-radius: 4px;
  border: 1px solid var(--Mine-Shaft-Black-300, #D6D6D6);
  background: var(--White, #FFF);
  padding: 10px 16px;
  color: var(--Mine-Shaft-Black-700, #333);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  text-decoration: none;
}

.fl-upcoming-sessions-section {
  background: var(--Mine-Shaft-Black-50, #FAFAFA);
}

.fl-sessions-table-c {
  border-radius: 4px;
  background: var(--White, #FFF);
  padding: 16px;
}

.headborder,
.headborder label {
  color: var(--Mine-Shaft-Black-500, #858585);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 140% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.headborder {
  border-bottom: 1px solid var(--Mine-Shaft-Black-200, #EBEBEB);
}

.addToCartBtn {
  border-radius: 4px;
  background: var(--Blue-700, #0071CE);
  padding: 10px 16px;
  color: var(--White, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
}

.fl-sessions-table-c tbody tr {
  border-bottom: 1px solid var(--Mine-Shaft-Black-200, #EBEBEB);
}

.total_days {
  display: block;
  color: var(--Mine-Shaft-Black-500, #858585);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.total_days {
  color:  #000000;
}

.logo-grid-course {
  background: var(--Dark-Blue-100, #F2F5F7);
}

.logo-grid-course h2 {
  color: var(--Mine-Schaft-Black, #333);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 128.571% */
  letter-spacing: -0.56px;
  text-align: center;
}

.logo-grid-course img {
  width: 100%;
}

.gated-template {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: #FFF;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10), 0px 0px 50px 0px rgba(0, 0, 0, 0.05) inset;
  padding: 40px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70%;
}

.gated-template-div,
.access-denied-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gated-template-div h2 {
  overflow: hidden;
  color: var(--CQF-Black-500, #262626);
  text-align: center;
  text-overflow: ellipsis;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 128.571% */
  letter-spacing: -0.56px;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}

.gated-template-div p {
  color: var(--CQF-Black-400, #515151);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
  letter-spacing: -0.2px;
  text-align: center;
}

.gated-template-div p a {
  color: var(--Blue-700, #0071CE);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.2px;
  text-decoration: none;
}

/* cart */
.cart-progress {
  height: 4px !important;
}

.carttitle,
.desktop-price {
  color: var(--Gray-700, #323E48);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.4px;
}

.coursetype {
  color: var(--Gray-600, #606972);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.cart-total {
  color: var(--Gray-700, #323E48);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.price-without-tax {
  color: var(--Gray-700, #323E48);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 128.571% */
  letter-spacing: -0.56px;
}

.cart_email {
  color: var(--Gray-700, #323E48);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.4px;
}

.footer-ul-items ul a {
  font-size: var(--font-size-smallest, 14px);
  list-style: none;
  padding-left: 0;
  color: var(--White, #FFF);
  text-decoration: none;
}

.social-item {
  text-decoration: none;
  color: var(--White, #FFF);
  font-size: 16px;
}

.term-pages a {
  text-decoration: none;
  color: var(--White, #FFF);
}

.careers-Listing .event-card img {
  height: 232px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}

.image-block-full-width,
.image-full {
  width: 100%;
}

.confirmation-btn {
  padding: 12px 20px;
  border-radius: 4px;
  background: var(--blue, #0071ce);
  text-decoration: none;
  color: var(--white, #fff);
  font-weight: 600;
  display: inline-block
}

.course-timeline-toggle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.bubble-filters {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#course-filter-clear,
#course-filter-clear-2 {
  display: none;
  background: none;
  border: none;
}

span.book-course-item {
  border-bottom: 1px solid #EBEBEB;
  text-decoration: none;
  display: block;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500 !important;
  padding: 5px;
  width: 100%;
}

.dropdown-second-div .course-dropdown span.book-course-item {
  border-bottom: none;
}

.dropdown-second-div .dropdown-second-div .dropdown-toggle::after {
  top: -33px;
}

.dropdown-second-div .course-dropdown {
  display: flex;
  align-items: center;
}

.dropdown-second-div .dropdown-toggle::after {
  top: auto;
}

.fl-session-book-btn:hover {
  background: var(--blue, #0071ce);
  color: var(--white, #fff);
}

.search-pop-close {
  display: none;
}

.coursetype {
  display: flex;
  align-items: center;
}

.coursetype .bi-dot::before {
  vertical-align: middle;
  font-size: 30px;
}

.cart_number {
  position: absolute;
  width: 15px;
  font-size: 10px;
  background: #0071ce;
  color: #fff;
  border-radius: 100%;
  padding: 0px 3.7px;
  right: -5px;
  display: inline-block;
  top: -5px;
  left: 15px;
}

.custom_bag_btn a.cart-link {
  position: relative;
}

.related-listing {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  padding-left: 0px;
  gap: 16px;
}

.related-listing a {
  text-decoration: none;
  overflow: hidden;
  color: var(--CQF-Black-400, #515151);
  text-overflow: ellipsis;
  gap: 16px;
}

.related-content .title-content {
  overflow: hidden;
  color: var(--CQF-Black-400, #515151);
  text-overflow: ellipsis;
  text-align: left;
  margin-bottom: 16px;
}

.related-listing a p {
  margin-bottom: 0;
}

.related-listing a img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.author-block img {
  border-radius: 200px;
  border: 1px solid var(--white, #FFF);
  width: 48px;
  height: 48px;
}

.author-block h5 {
  color: var(--cqf-black-400, #515151);
  font-family: "Mulish-Regular", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}

.author-block p {
  color: var(--cqf-black-400, #515151);
  font-family: "Mulish-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;

}

.author-block li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 12px;
}

.banner-content.qualification_listing_banner h1,
.banner-content.qualification_listing_banner h2 {
  color: #fff !important;
}

.banner-content.qualification_listing_banner {
  padding-top: 164px;
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.qualification_listing_description p {
  color: var(--Gray-600, #606972);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.middile_text_qualification>div,
.self_study_section>div {
  padding-top: 124px;
  padding-bottom: 124px;
}

.self_study_section_box {
  padding-bottom: 48px;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 24px;
}

.self_study_section_box p {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.bubble-filters button#clear-filters {
  background: transparent;
  border: none;
  color: var(--Mine-Shaft-Black-700, #333);
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

tbody#QL_result_list_view td {
  color: var(--Mine-Shaft-Black-700, #333) !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.border_lr {
  border-right: 1px solid var(--Mine-Shaft-Black-200, #EBEBEB);
  border-left: 1px solid var(--Mine-Shaft-Black-200, #EBEBEB);
}

.result_container,
.offering_container_self {
  display: inline;
  color: var(--Mine-Shaft-Black-500, #858585);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

.limited_spaces {
  color: var(--Fitch-Red-700, #C03);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  /* 140% */
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 2px;
  background: var(--Fitch-Red-100, #FBEEF1);
}

.form-check.form-switch.myLocation {
  float: right;
}

.gcc_course-listing table#qualification_landing_data_table tbody tr {
  border-top: 1px solid #EBEBEB;
}

.gcc_course-listing a.help_course {
  text-decoration: none;
  color: var(--Blue-600, #5292DB);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.gcc_course-listing .course_gird_list .col-6.text-end {
  float: left !important;
  text-align: left !important;
}

.gcc_course-listing .course-box.course-card form {
  float: left !important;
}

.title-with-description-block .author-image {
  width: 242px;
  height: 242px;
  object-fit: cover;
  max-width: 100%;
}

.sign-up-form .sign-up-input {
  min-width: 250px;
}

.fl-logo {
  width: 135px
}

.credit-voices-img {
  height: 420px;
  width: 100%;
  object-fit: cover;
}

.gcc-currency-item img {
  width: 17px;
}

.clender_top_section {
  padding: 24px 16px;
  border-left: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #858585;
}

.clender_top_section .heading-6 {
  color: var(--mine-schaft-black);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: -0.4px;
  margin-bottom: 0;
}

.daterangepicker .drp-selected {
  color: var(--mine-shaft-black700);
  padding: 10px 16px;
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(51, 51, 51, 0.05);
  float: left;
}

.upcoming_events .event-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.single_featured_section .event-card .events-speakers img {
  width: 160px !important;
  height: 176px;
  border: 2px solid #fff;
  border-radius: 5px;
  object-fit: cover;
  max-width: 100%;
}

.single-event-speaker-name {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  text-align: center;
}

.single_featured_section .event-card .events-speakers {
  display: flex;
  gap: 16px;
}

.single_featured_section .speaker-name {
  overflow: hidden;
  color: var(--Blue-700, #0071CE);
  text-overflow: ellipsis;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.4px;
}

.custom-accredation-image img {
  width: 100%;
  object-fit: contain;
}

.title_filter_gcc button#clear-filters {
  background: transparent;
  border: none;
  width: 100%;
  text-align: right;
}

.logo-grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(0, 0, 0, 0.5); */
  display: flex;
  justify-content: center;
  align-items: center;
  /* color: white; */
  font-size: 3em;
}

.new-feature-img-div {
  position: relative;
}

.card_details .post_slider_icon {
  width: 80px !important;
}

.custom-accredation-image {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.mem-div {
  display: flex;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  text-align: center;
}

.desktop-price .pricing-head {
  color: var(--Blue-700, #0071CE);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 128.571% */
  letter-spacing: -0.56px;
  text-align: center;
}

.desktop-price .price-data {
  color: var(--Gray-700, #323E48);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  /* 122.222% */
  letter-spacing: -0.72px;
  text-align: center;
}

.pricing-sec {
  background-color: #fff;
}

.pricing-blue-dot {
  color: var(--Gray-600, #606972);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
  letter-spacing: -0.4px;
  text-align: left;
}

.pricing-td {
  color: var(--Gray-600, #606972);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
  letter-spacing: -0.2px;
}

.disclaimer {
  color: var(--Gray-600, #606972);
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.price-card-outer {
  margin-bottom: 30px;
}

.benefits-list-icon {
  width: 30px;
}

.benefits-box-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
  object-position: center;
}

.slider-description {
  color: var(--White, #FFF);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: -0.24px;
}

.hero-banner {
  min-height: 450px;
  background-position: center;
  align-items: center;
  justify-items: center;
  justify-content: center;
}

.members-card-description {
  font-size: 20px;
}

.mktoForm_marketo-from .mktoForm .mktoFormCol:has(#LblComments__c) {
  width: 100%;
}

.mktoFieldWrap:has(#LblComments__c) {
  width: 95%;
}




section.course-listing.gcc_course-listing .filters-div-course {

  gap: 0;

}

.bottom_box_right {
  float: right;
}

div#course-level {
  margin-right: 15px;
}

.gicp-magnifying-glass.mr-2 {
  height: 14px;
}

.td-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.page-template-default.page.page-id-538.logged-in .logged-in {
  display: none;
}

@media only screen and (max-width: 767px) {
  .benfit-header {
    color: var(--Gray-700, #323E48);
    font-size: 16px;
  }

  #main-management-slider .owl-nav button,
  #main-management-slider .owl-nav button.owl-next {
    background: transparent;
    margin-left: 0px !important;
  }
}