/*
font-family: 'Poppins', sans-serif;
font-family: 'PT Sans', sans-serif;
*/
:root {
  --primary-color: #da1c28;
  --primary-hover-color: #e52834;
  --white-color: #fff;
  --bs-gutter-x: 20px;
}

body {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  background: #fafafa;
}
* {
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0px 15px;
  color: #000;
}

body.home {
  background: #fff;
}

h2 {
  color: #000;
  line-height: 1.2;
  font-size: 32px;
  margin: 0px 0px 10px;
  font-weight: 700;
}
p {
  margin: 0px 0px 20px;
  color: #000;
  font-size: 14px;
  line-height: 21px;
}
img {
  max-width: 100%;
}
.container {
  max-width: 1120px;
}
.logo {
  float: left;
  transition: width 0.2s, height 0.2s;
  max-width: 200px;
  max-width: 250px;
}
.logo img {
  width: 340px;
}

.header-top {
  padding: 0px;
  text-align: right;
  float: left;
  width: 100%;
  padding: 0px;
  position: relative;
}
.header-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-container {
  float: left;
  width: 100%;
  padding: 0px;
  display: flex;
  align-items: center;
}
.nav-container .nav-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-login {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-container ul {
  margin: 0px;
  padding: 0px;
}
.nav-container ul li {
  list-style: none;
  display: inline-block;
  color: #282828;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding: 20px 8px 10px;
  margin-bottom: 10px;
}
.nav-container ul li.active:after {
  content: "";
  background: var(--primary-color);
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
}
.nav-container ul li a {
  color: #444444;
  display: block;
  text-decoration: none;
  outline: none;
}
.nav-container ul li:hover a {
  color: #e72727;
}
.header .customer-register a,
.header .customer-login a {
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 6px 14px;
}
.header .customer-register a {
  background: var(--primary-color);
  color: #fff;
}
.header .customer-login a:hover,
.header .customer-register a:hover {
  background: var(--primary-hover-color);
  color: #fff;
}
.header .mini-cart {
  cursor: pointer;
}
.nav-container li .sub-menu {
  display: none;
  position: absolute;
  left: 0px;
  top: 100%;
  width: 180px;
  background: #fff;
  z-index: 9;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.nav-container li:hover .sub-menu {
  display: block;
}
.nav-container li .sub-menu li {
  display: block;
  padding: 8px 25px 8px;
  text-align: left;
}
.nav-container li .sub-menu li a {
  color: #565656;
}
.nav-container li .sub-menu li:hover {
  background: #f9f9f9;
}
.nav-container li .sub-menu li:hover a {
  color: #e72727;
}

.header a {
  outline: none;
}
.header-right li {
  list-style: none;
}
.header ul {
  margin: 0px;
}
.header {
  padding: 0px;
  float: left;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.banner-container .banner-text {
  position: absolute;
  left: 0px;
  right: 0;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.banner-container .slick-slide {
  position: relative;
}
.banner-container .slide-item {
  vertical-align: top;
}
.banner-container .banner-text h2 {
  color: #fff;
  font-weight: 600;
  max-width: 500px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-size: 26px;
}
.banner-container .banner-text p {
  color: #fff;
  font-size: 17px;
  margin: 0;
}

.primary-btn {
  background: var(--primary-color);
  padding: 8px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  color: var(--white-color);
  display: inline-block;
  border: 0;
  text-align: center;
}
.primary-btn:hover {
  background: var(--primary-hover-color);
  color: var(--white-color);
}

.secondary-btn {
  background: transparent;
  border: 2px solid var(--primary-color);
  padding: 8px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  color: var(--primary-color);
  display: inline-block;
  text-align: center;
}
.secondary-btn:hover {
  background: var(--primary-hover-color);
  color: var(--white-color);
}

.home-bottom-banner {
  position: relative;
}
.bottom-banner-box {
  position: relative;
}
.mobile-banner-text {
  display: none;
}
.home-bottom-img img {
  width: 100%;
}

.home-bottom-img {
  position: relative;
}
.home-bottom-img::before {
  content: "";
  background: linear-gradient(
    269deg,
    rgba(0, 0, 0, 0) 24%,
    rgba(0, 0, 0, 0.6) 72%
  );
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  width: 100%;
  pointer-events: none;
}

.home-bottom-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.home-bottom-text h2 {
  color: #fff;
  font-weight: 600;
  font-size: 26px;
}
.home-bottom-text p {
  color: #fff;
}
.bottom-banner-text {
  max-width: 860px;
}
.our-credo-btn {
  text-align: right;
}
.transcript-info-btn a.primary-btn {
  width: 100%;
  max-width: 500px;
}

.footer-container {
  background: #fff;
  padding: 40px 0px 30px;
  border-top: 1px solid #eee;
}
.footer-container h4 {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.footer-container p {
  font-size: 15px;
  line-height: 26px;
  color: var(--primary-color);
  margin: 0;
}
.footer-right li {
  text-align: right;
  list-style: none;
  margin: 0 0 6px;
  line-height: 1.2;
  font-size: 15px;
  font-weight: 600;
}
.footer-container ul {
  padding: 0;
  margin: 0;
}
.footer-right li a {
  color: var(--primary-color);
  text-decoration: none;
}
.footer-right li a:hover {
  color: #000;
  text-decoration: none;
}
.footer-links-center ul {
  display: flex;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-links-center ul li:after {
  content: "";
  width: 1px;
  height: 18px;
  background: #da1c28;
  display: flex;
  margin: 0 8px;
}
.footer-links-center ul li {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.footer-links-center ul li:last-child:after {
  display: none;
}
.footer-links-center li a {
  color: var(--primary-color);
  text-decoration: none;
}
.footer-links-center li a:hover {
  color: #000;
  text-decoration: none;
}
.footer-logo {
  text-align: center;
  max-width: 220px;
  margin: 0 auto;
}
.footer-center {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.home-request-info {
  padding: 35px 0;
}
.home-request-info ul {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin: 0;
}
.home-request-info ul li {
  padding: 20px;
  box-shadow: 0px 18px 47px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-request-info .title-icon {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
}
.home-request-info .title-icon h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  font-family: "PT Sans", sans-serif;
  color: #000;
}
.home-request-info .title-icon p {
  color: #000;
}
.home-request-info .title-icon {
  min-width: 31px;
}
.home-request-info .courses-btn {
  text-align: right;
  padding-top: 5px;
}
.transcript-info-btn {
  text-align: center;
  padding: 35px 0 0;
}
.courses-desc .courses-icon {
  max-width: 28px;
  max-width: 32px;
}
.banner-container {
  clear: both;
  position: relative;
}
.banner-container .slide-item:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    269deg,
    rgba(0, 0, 0, 0) 26%,
    rgba(0, 0, 0, 0.6) 81%
  );
}

.banner-container .slick-arrow {
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  text-shadow: none;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #c6965c;
  opacity: 1;
  top: 50%;
  padding: 3px 0px 0px;
  background: #c6965c;
  margin-top: -20px;
  z-index: 99;
  position: absolute;
}
.banner-container .slick-arrow:hover {
  background: #d5a974;
  border-color: #d5a974;
}
.banner-container .slick-arrow.slick-prev {
  left: 20px;
}
.banner-container .slick-arrow.slick-next {
  right: 20px;
  left: auto;
}

.banner-container .slick-prev,
.banner-container .slick-next {
  font-size: 0px;
}
.banner-container .slick-prev:before {
  font-size: 18px;
  content: "\f104";
  font: normal normal normal 14px/1 FontAwesome;
}
.banner-container .slick-next:before {
  font-size: 18px;
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
}

.banner-container .owl-carousel .owl-dots,
.banner-container .slick-dots {
  position: absolute;
  left: 0px;
  bottom: 25px;
  padding: 0;
  max-width: 1080px;
  margin: 0 auto;
  right: 0;
}
.banner-container .owl-carousel .owl-dots button,
.banner-container .slick-dots li {
  list-style: none;
  display: inline-block;
  margin-right: 12px;
}

.banner-container .owl-carousel .owl-dots button,
.banner-container .slick-dots li button {
  border: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  font-size: 0;
  background: #616161;
  opacity: 1;
}
.banner-container .owl-carousel .owl-dots button.active,
.banner-container .slick-dots li.slick-active button {
  background: var(--primary-color);
  opacity: 1;
  width: 30px;
  border-radius: 10px;
}
.banner-container img {
  width: 100%;
}

.inner-banner {
  position: relative;
  min-height: 300px;
  max-height: 300px;
}
.inner-banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0px;
  transform: translateY(-50%);
  z-index: 2;
}
.inner-bannerimg img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: right 0;
  height: 300px;
}
.inner-banner-text .umg-logo {
  max-width: 280px;
}

.inner-bannerimg {
  position: relative;
}
.inner-bannerimg::before {
  content: "";
  background: linear-gradient(
    269deg,
    rgba(0, 0, 0, 0) 24%,
    rgba(0, 0, 0, 0.6) 72%
  );
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  width: 100%;
  pointer-events: none;
}

.inner-banner-text .row {
  align-items: center;
}
.inner-banner {
  clear: both;
}
.inner-page {
  clear: both;
  padding: 30px 0;
}
.resources-section h3 {
  font-weight: 600;
}
.resources-section {
  padding-top: 20px;
}
.resources-img {
}
.inner-page h2 {
}
.courses-offered ul {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 0;
}
.courses-offered ul li {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 20px;
}
.courses-offered-img {
  min-width: 134px;
  max-width: 134px;
}
.courses-offered .edzu-number {
  color: #616161;
  font-size: 14px;
  font-weight: 600;
}
.courses-offered h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.courses-offered-img img {
  border-radius: 10px;
}
.courses-offered-top {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.courses-offered-bottom {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.courses-offered .offered-date label {
  display: block;
  color: #da1c28;
  font-weight: 600;
}
.courses-offered .offered-date span {
  display: block;
  font-weight: 600;
}
.courses-offered-date {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 80%;
}
.courses-offered-section h4 {
  color: #000;
  font-weight: 700;
  margin-bottom: 40px;
}
.courses-offered-section {
  padding: 20px 0 0;
}

.objectives-boxs {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 0;
}
.objectives-box {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 24px;
  border-radius: 20px;
}
.objectives-box h4 {
  font-weight: 600;
  font-weight: 600;
  margin-bottom: 10px;
}
.objectives-box ul {
  margin-bottom: 0;
}
.objectives-box li {
  margin-bottom: 5px;
}
.objectives-section {
  padding: 40px 0 0;
}
.objectives-section h2 {
  margin: 0 0 30px;
}
.courses-detail-right {
  padding: 0;
}
.courses-detail-right .professional-options {
  box-shadow: 0px 18px 47px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px 20px;
  border-radius: 20px;
}
.courses-detail-right .primary-btn {
  width: 100%;
  margin-bottom: 10px;
}
.courses-detail-right h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.courses-detail-right .radiooptions-item h4 {
  margin-bottom: 5px;
}
.courses-detail-right .radio-btn-price {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.radio-btn-price label {
  font-size: 20px;
  font-weight: 700;
}
.radio-btn-price .price {
  font-size: 20px;
  font-weight: 700;
}
.professional-options p {
  font-size: 14px;
  font-style: italic;
  line-height: 21px;
}
.professional-options p.note {
  text-align: center;
  color: #da1c28;
}
.courses-detail-right .add-to-cart-box .primary-btn {
  width: auto;
  margin: 0;
}
.courses-detail-right .add-to-cart-box {
  text-align: right;
}
.courses-detail-info {
  padding-right: 40px;
}
.course-description {
  padding-right: 40px;
}
.courses-detail-info .edzu-number {
  color: #616161;
  font-weight: 600;
}
.courses-detail-info .courses-offered-img {
  width: 32%;
  max-width: 32%;
}
.courses-detail-info .courses-offered-img img {
  width: 100%;
}
.courses-detail-info .courses-offered-text {
  width: 68%;
}
.courses-offered-date .offered-date label {
  display: block;
  color: #da1c28;
  font-weight: 600;
  font-size: 15px;
}
.courses-offered-date .offered-date span {
  display: block;
  font-weight: 600;
  font-size: 15px;
}
.courses-instructor-info p {
  display: block;
  font-weight: 600;
  font-size: 15px;
  margin: 0;
  text-align: right;
}
.courses-detail-info .courses-offered-date {
  width: auto;
  gap: 60px;
}
.courses-instructor-info a {
  color: var(--primary-color);
}
.professional-options .radio-box input[type="radio"] {
  display: none;
}
.professional-options .radio-box input[type="radio"] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.professional-options .radio-box input[type="radio"] + label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #424242;
  position: absolute;
  border-radius: 100%;
  top: 4px;
  left: 0;
}
.professional-options .radio-box input[type="radio"]:checked + label:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #da1c28;
  position: absolute;
  left: 4px;
  top: 8px;
}

.registration-btn .secondary-btn {
  width: 100%;
  padding: 25px 15px;
  font-size: 24px;
  font-weight: 600;
  margin-top: 40px;
}
.courses-detail-info .courses-offered-bottom {
  justify-content: space-between;
  gap: 15px;
  padding: 5px 0 20px;
}
.header.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.checkout-and-register-form-section .create-an-account .woocommerce-button {
  margin-top: 30px;
}
.checkout-and-register-form-section .create-an-account {
  margin-left: 30px;
}
.page-id-818 .main-title,
.page-id-22 .main-title,
.page-id-1730 .main-title {
  color: #000000;
  text-shadow: none;
}
#gform_fields_2 .ginput_complex label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  display: inline-block;
  padding: 0;
}
#gform_fields_2 .register-sub-title,
#gform_fields_4 .register-sub-title,
#gform_fields_6 .register-sub-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 15px;
}
.page-template-page-terms-and-conditions .inner-page ul li {
  list-style-type: disc;
  margin: 20px;
  font-size: 16px;
}
.page-template-page-terms-and-conditions .inner-page p {
  font-size: 16px;
}
#gform_fields_6 .gfield.gf_list_inline .gfield_checkbox .gchoice,
#gform_fields_6 .gfield.gf_list_inline .gfield_radio .gchoice {
  width: 33%;
}
#gform_fields_6 .gfield_html ul li {
  list-style-type: disc;
  margin: 20px;
  font-size: 16px;
}
/*****************************************/
body.single.single-product
  article.product.type-product
  .objectives-section
  .objectives-box
  p {
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
  font-size: 16px !important;
  padding: 0px 0px 0px 10px !important;
  margin: 0 0 5px !important;
  font-family: "Poppins", sans-serif !important;
  color: #000 !important;
  line-height: 24px !important;
}
body.single.single-product
  article.product.type-product
  .objectives-section
  .objectives-box
  p::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 3px;
}
body.single.single-product
  article.product.type-product
  .objectives-section
  .objectives-box
  p
  b {
  font-weight: 400 !important;
}
body.single.single-product
  article.product.type-product
  .objectives-section
  .objectives-box
  p
  span {
  color: #000 !important;
}
body.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle {
  display: none;
}
.banner-container .slide-item {
  min-height: 330px;
  max-height: 330px;
}
.slide-item.not-image-background {
  padding: 5rem 0 !important;
  padding: 1rem 0 !important;
}
.banner-container .slick-slide .slide-item:not(.not-image-background) img {
  height: 330px;
}
.home-request-info ul.home-request-info-list li .home-request-info-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-request-info ul.home-request-info-list li {
  position: relative;
}
.modal .modal-header {
  padding: 0;
  border: 0;
}
.modal .modal-header .close {
  position: absolute;
  border: 0;
  top: 0;
  right: 10px;
  color: #000 !important;
  background: #fff !important;
  font-size: 40px;
  line-height: 40px;
  z-index: 99;
}
.modal .modal-header .close:hover {
  color: #da1c28 !important;
  background: #fff !important;
}

.modal .modal-body {
  padding: 50px;
}
.modal .modal-body .form-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
  flex-wrap: wrap;
}
.modal-backdrop.show {
  opacity: 0.7;
}
.modal.show .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
}
.page-template-page-courses .inner-page.courses-section {
  background: #fafafa;
}
.list-view-course-table .card-title {
  font-size: 17px;
}

.support-form .gform_wrapper.gravity-theme .gfield textarea.medium {
  max-height: 120px;
}
.support-form .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
  padding: 7px 30px;
}
.support-form .gform_wrapper.gravity-theme .gfield input,
.support-form .gform_wrapper.gravity-theme .gfield select {
  height: 44px;
  border-radius: 5px;
}

.course-description h2 {
  font-size: 26px;
}
.courses-instructor-info p {
  font-size: 15px;
}
.objectives-section h2 {
  margin: 0 0 5px;
  font-size: 26px;
}
.objectives-section {
  padding: 20px 0 0;
}
.objectives-box h4,
.objectives-section h4.sub-title-class {
  font-size: 20px;
}
.objectives-section h4.sub-title-class {
  margin: 0 0 20px;
}
.banner-container .banner-text h2 {
  margin-right: auto;
}
.banner-container .owl-carousel .owl-dots {
  text-align: left;
  position: relative;
  bottom: 45px;
}
.courses-view-type .view-label {
  cursor: pointer;
}
.courses-view-type .view-label input {
  display: none;
}
.customer-login-link {
  display: flex !important;
  gap: 10px;
}
.customer-logout-div {
  display: none !important;
  position: absolute;
  /* bottom: -33px; */
  z-index: 9;
  width: auto;
  flex-direction: column;
  background: var(--primary-color);
  border-radius: 6px;
  top: 53px;
}
.customer-logout {
  padding: 10px !important;
  color: #fff !important;
}
.customer-logout-div .customer-logout:not(:first-of-type) {
  padding-top: 0px !important;
}
.customer-login-link:hover + .customer-logout-div,
.customer-logout-div:hover {
  display: flex !important;
}
.customer-logout-div::before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--primary-color);
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.customer-logout-div:hover::before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--primary-hover-color);
}
.customer-logout-div:hover .customer-logout,
.customer-logout:hover {
  background: var(--primary-hover-color) !important;
}
.woocommerce-order-received .order-received-customer-info td {
  vertical-align: top;
}
.customer-logout-div-mobile {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.primary-btn-dark {
  background: #000 !important;
}
.primary-btn-dark:hover {
  background: var(--primary-hover-color) !important;
}
.woocommerce-student-fields__field-wrapper
  p:not(#billing_same_as_student_info_field) {
  opacity: 0.6;
  pointer-events: none;
}
#billing_same_as_student_info_field label input#billing_same_as_student_info {
  display: none;
}
#billing_same_as_student_info_field label {
  font-size: 15px;
  font-weight: 600;
}
.woocommerce-order-received
  .woocommerce-order-received-card-info
  .order-received-customer-info.order-received-customer-info-mobile
  .col-md-6 {
  width: 33.33%;
}
.woocommerce-order-received-card-info .col-md-6.card-info.show-card-info {
  display: block;
}
.woocommerce-order-received-card-info tbody .card-info.show-card-info {
  display: table-cell;
}
.page-template-page-order-replacement-thankyou .header
  {
    margin-bottom: 40px;
  }
/************** responsive ***************************/

@media (min-width: 1280px) {
  body.page-template-page-courses .courses-list .courses-list-row .col-md-3 {
    /*width: 20%;*/
  }
  body.page-template-page-courses
    .courses-list
    .courses-list-row
    .card
    .course-dates {
    font-size: 14px;
    padding: 0 0.5rem;
    justify-content: space-between;
    flex-direction: column;
    bottom: 5px;
    left: 0.5rem;
  }
  .card .card-body {
    padding: 1rem 1rem 3rem 1rem !important;
  }
  .home-bottom-img img {
    max-height: 300px;
  }
  .courses-detail-info h2 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}

@media (min-width: 1600px) {
  .home-bottom-img img {
    max-height: 500px;
  }
}
@media (min-width: 1024px) {
  .nav-container ul li:hover .sub-menu {
    display: block;
  }
  .menu-toggle {
    display: none;
  }
  .minicart-text {
    display: none;
  }
  .header.sticky-header .logo {
    max-width: 220px;
    max-width: 250px;
  }
  .header.sticky-header .nav-container ul li {
    padding: 30px 18px;
    padding: 20px 8px 10px;
    margin-bottom: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  .courses-cart-table .woocommerce-Price-amount.amount,
  .order-received-item-table .woocommerce-Price-amount.amount {
    font-size: 18px;
  }
  .header-login-desktop-hide {
    display: none !important;
  }
}

@media (min-width: 1280px) and (max-width: 1440px) {
  .logo {
    width: 280px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .logo {
    width: 200px;
  }
  .header .customer-register a,
  .header .customer-login a {
    padding: 7px 18px;
    border-radius: 6px;
    padding: 7px 8px;
  }
  .header.sticky-header .nav-container ul li {
    padding: 30px 10px;
    padding: 30px 7px;
    padding: 20px 7px 10px;
    margin-bottom: 20px;
  }

  .nav-container .nav-right {
    gap: 15px;
  }

  .footer-container p {
    font-size: 16px;
    line-height: 26px;
  }
  .footer-container {
    padding: 40px 0 30px;
  }
  .home-bottom-text h2 {
    font-size: 24px;
  }
  .home-request-info {
    padding: 40px 0;
  }
  .transcript-info-btn {
    padding-top: 40px;
  }
  .home-request-info .title-icon h3 {
    font-size: 20px;
  }
  .courses-text p {
    font-size: 14px;
  }
  .home-request-info .courses-btn {
    padding-top: 0;
  }
  .banner-container .slick-dots {
    left: 24px;
    bottom: 20px;
  }

  .secondary-btn {
    font-size: 14px;
    padding: 7px 20px;
  }
  .primary-btn {
    font-size: 14px;
    padding: 7px 20px;
  }
  .courses-offered-date .offered-date span {
    font-size: 13px;
  }
  .courses-offered-date .offered-date label {
    font-size: 13px;
  }
  .courses-offered-img {
    min-width: 90px;
    max-width: 90px;
  }
  .courses-offered h3 {
    font-size: 15px;
    line-height: 1.2;
  }
  .courses-offered-date {
    width: auto;
  }

  .radio-btn-price label {
    font-size: 16px;
  }
  .courses-detail-right h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .objectives-box h4 {
    font-size: 18px;
  }
  h2 {
    font-size: 24px;
  }

  .registration-btn .secondary-btn {
    font-size: 20px;
  }

  body .cart_totals .wc-proceed-to-checkout a.checkout-button {
    padding: 15px 10px;
    font-weight: 500;
    font-size: 15px;
  }
  h1,
  .h1 {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  /*menu*/
  .mob-menu {
    display: block;
    background: url(../images/mob-icon.svg) center center no-repeat;
    padding: 10px 12px;
    font-size: 16px;
    color: #000;
    border-radius: 0px;
    cursor: pointer;
    text-align: left;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background-size: 100% auto;
  }
  .nav-container {
    text-align: left;
    background: #fff;
    text-align: left;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    padding: 20px;
    transition: all 0.4s;
    transform: translateX(-100%);
    display: block !important;
    z-index: 99;
  }
  .nav-container.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }

  .nav-container ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  .nav-container ul li {
    display: block;
    padding: 0px !important;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 700;
  }
  .nav-container ul li a {
    padding: 3px 0px;
    color: #000;
    display: inline-block;
  }
  .nav-container ul li:hover > a {
    color: var(--primary-color);
  }
  .nav-container ul li .sub-menu {
    padding: 0px;
    display: none;
    position: static;
    width: 100%;
  }
  .nav-container ul li .sub-menu li a {
    padding: 5px 0px 5px 25px;
  }
  .nav-container .nav-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 45px;
    height: 40px;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 99;
  }
  .nav-container .nav-icon.open {
    background: url(../images/menu-plus.png) center center no-repeat;
  }
  .nav-container .nav-icon.close {
    background: url(../images/menu-minus.png) center center no-repeat;
    opacity: 1;
  }
  .nav-container li .sub-menu li {
    border-bottom: 0px;
    padding: 0px;
  }
  .nav-container li .sub-menu li a {
    padding-bottom: 8px;
  }
  .nav-container li .sub-menu li:hover a {
  }

  .nav-container ul li.active:after {
    display: none;
  }
  .nav-container ul li.active a:after {
    content: "";
    background: var(--primary-color);
    height: 4px;
    width: 100%;
    display: block;
  }
  .nav-container .nav-right {
    padding-top: 50px;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  .header-login {
    flex-direction: column;
    align-items: flex-start;
    order: -1;
    gap: 18px;
  }
  .logo img {
    width: 250px;
  }
  .header-top {
    padding: 15px 0;
  }
  .nav-container .menu-toggle {
    position: absolute;
    right: 30px;
    top: 30px;
    max-width: 24px;
    cursor: pointer;
  }
  .header .mini-cart {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    gap: 8px;
  }
  .banner-container .slick-slide img {
    object-fit: cover;
    object-position: 70% 0;
  }
  .banner-container .slick-dots {
    left: 24px;
    bottom: 20px;
  }
  .home-bottom-img img {
    height: 300px;
    object-fit: cover;
    object-position: 90% 0;
  }
  .banner-container .banner-text h2 {
    max-width: 100%;
  }
  .nav-container .nav-right .desktop-menu {
    display: none;
  }
  .logo {
    max-width: 160px;
  }
  .banner-container .owl-carousel .owl-dots {
    padding: 0px 15px;
  }
  .header-login-mobile-hide {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer-container p {
    font-size: 14px;
    line-height: 22px;
  }
  .footer-right li {
    font-size: 14px;
  }
  .footer-container {
    padding: 40px 0 30px;
  }
  .home-bottom-text h2 {
    font-size: 24px;
  }
  .home-request-info {
    padding: 30px 0;
  }
  .transcript-info-btn {
    padding-top: 30px;
  }
  .home-request-info ul li {
    padding: 16px;
  }
  .home-request-info .title-icon h3 {
    font-size: 16px;
  }
  .courses-text p {
    font-size: 14px;
  }
  .home-request-info .courses-btn {
    padding-top: 0;
  }

  .inner-page {
    padding: 30px 0;
  }
  h2 {
    font-size: 24px;
  }
  .courses-offered ul {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .courses-offered .edzu-number {
    font-size: 13px;
  }
  .secondary-btn {
    font-size: 14px;
    padding: 7px 20px;
  }
  .primary-btn {
    font-size: 14px;
    padding: 7px 20px;
  }
  .courses-offered-date {
    gap: 20px;
    width: auto;
  }

  .courses-offered-section h4 {
    margin-bottom: 20px;
  }
  .inner-banner-text .umg-logo {
    max-width: 250px;
  }
  .objectives-box {
    padding: 15px;
  }

  .radio-btn-price label {
    font-size: 16px;
  }
  .courses-detail-right h4 {
    font-size: 18px;
  }
  .objectives-box h4 {
    font-size: 18px;
  }

  .registration-btn .secondary-btn {
    font-size: 20px;
  }
  .footer-links-center {
    font-size: 12px;
  }
  .footer-logo {
    max-width: 200px;
  }
  .transcript-info-btn a.primary-btn {
    max-width: 300px;
  }

  .list-view-course-table .card-title {
    font-size: 16px;
  }
  h1,
  .h1 {
    font-size: 28px;
  }
  .home-request-info ul{
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) and (max-width: 1023px) {
  body .cart_totals .wc-proceed-to-checkout a.checkout-button {
    padding: 15px 10px !important;
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .desktop-hide {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .course-description {
    padding-right: 0;
  }
  .courses-detail-info {
    padding-right: 0;
  }
  .mobile-hide {
    display: none !important;
  }

  .courses-detail-right .tabs-items {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #9d9b9b;
    margin-bottom: 20px;
  }
  .courses-detail-right .tabs-items li a {
    color: #000000;
    text-decoration: none;
    padding: 0 20px 8px;
    display: block;
  }
  .courses-detail-right .tabs-items li {
    position: relative;
  }
  .courses-detail-right .tabs-items li.ui-tabs-active a {
    font-weight: 600;
  }
  .courses-detail-right .tabs-items li.ui-tabs-active:before {
    background: var(--primary-color);
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
  }

  .courses-detail-right .professional-options {
    box-shadow: none;
    padding: 0;
  }
  .courses-detail-right .professional-options .radio-box {
    display: none;
  }
  .courses-detail-right .radiooptions-item {
    display: flex;
    flex-direction: column;
  }
  .courses-detail-right {
    display: flex;
    flex-direction: column;
  }
  .courses-detail-right .syllabus-btn {
    order: 1;
    padding: 25px 0 15px;
  }
  .courses-detail-right .radio-btn-price {
    order: 1;
  }
  .registration-btn .secondary-btn {
    font-size: 18px;
    margin: 30px 0 35px;
    padding: 18px 15px;
  }
  /* .banner-container .slide-item {
    max-height: 550px;
    min-height: 550px;
  } */
  .banner-container .banner-text h2 {
    font-size: 20px;
  }
  /* .banner-container .slick-slide img {
    height: 550px;
  } */
  .modal .modal-dialog {
    max-width: 600px;
  }
  .my-account-courses-list table th {
    display: block;
  }
  .my-account-courses-list table tr {
    display: block !important;
  }
  .my-account-courses-list table .courses-offered-text,
  .my-account-courses-list td:not(.course-btns) {
    width: 100% !important;
    display: block;
  }
  .my-account-courses-list table .go-to-courses-btn-th {
    text-align: right !important;
  }
}

@media (max-width: 767px) {
  .logo img {
    width: 210px;
  }
  .home-request-info ul {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .home-request-info {
    padding: 30px 0;
  }
  .home-request-info ul li {
    padding: 20px;
  }
  .bottom-banner-text p {
    display: none;
  }
  .home-bottom-text h2 {
    font-size: 22px;
  }
  .transcript-info-btn {
    padding-top: 30px;
  }
  .home-bottom-text .our-credo-btn {
    display: none;
  }
  .footer-container p {
    font-size: 15px;
  }
  .footer-container {
    padding: 40px 0 30px;
  }
  .mobile-banner-text {
    padding: 20px 0 0;
    display: block;
  }
  .mobile-banner-text .our-credo-btn {
    text-align: center;
    padding: 5px 0 20px;
  }

  .inner-page {
    padding: 30px 0;
  }
  h2 {
    font-size: 24px;
  }
  .courses-offered ul {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .courses-offered-img {
    min-width: 110px;
    max-width: 110px;
  }
  .courses-offered h3 {
    font-size: 16px;
    line-height: 1.2;
  }
  .courses-offered .edzu-number {
    font-size: 13px;
  }
  .secondary-btn {
    font-size: 14px;
    padding: 7px 20px;
  }
  .primary-btn {
    font-size: 14px;
    padding: 7px 20px;
  }
  .courses-offered-date {
    gap: 20px;
    width: auto;
  }

  .courses-offered-section h4 {
    margin-bottom: 20px;
  }
  .inner-banner-text .umg-logo {
    max-width: 200px;
    margin-bottom: 20px;
  }
  .resources-img {
    margin-top: 20px;
  }

  .course-description {
    padding: 0;
  }
  .courses-detail-info {
    padding: 0;
  }

  .courses-detail-info .courses-offered-date {
    gap: 20px;
  }
  .courses-detail-info .courses-offered-bottom {
    flex-wrap: wrap;
  }
  .courses-detail-right h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .objectives-section h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .objectives-boxs {
    grid-template-columns: 1fr;
  }
  .objectives-box h4 {
    font-size: 16px;
  }
  .objectives-box ul {
    padding-left: 15px;
  }

  .courses-detail-info h2 {
    font-size: 20px;
  }
  .mobile-description {
    display: none;
  }
  .banner-container .banner-text h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .modal .modal-dialog {
    width: 85%;
    max-width: 100%;
    margin: 0px;
  }
  .modal.show .modal-dialog,
  .modal {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .transcript-info-btn a.primary-btn {
    max-width: 300px;
  }
  .page-template-page-terms-and-conditions .inner-page ul li {
    font-size: 15px;
  }
}
@media (max-width: 641px) {
  .modal .modal-body {
    padding: 50px 10px;
  }
  .modal .modal-body .form-btns a {
    font-size: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .footer-center {
    order: 1;
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .footer-top .row {
    gap: 30px;
  }
  .footer-right {
    order: -1;
  }
  .footer-right li {
    text-align: left;
  }
  .courses-instructor-info {
    width: 100%;
  }
  .courses-instructor-info p {
    text-align: left;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 20px;
  }
  p {
    font-size: 14px;
    line-height: 21px;
  }
  .courses-offered-date .offered-date span {
    font-size: 14px;
  }
  .courses-offered-date .offered-date label {
    font-size: 14px;
  }
  .courses-instructor-info p {
    font-size: 14px;
  }
  .courses-offered-text h2 {
    font-size: 18px;
  }

  .courses-detail-right .tabs-items li a {
    padding: 0 15px 8px;
  }
}

@media (max-width: 380px) {
  .courses-detail-right .tabs-items li a {
    padding: 0 10px 8px;
  }
}

/******* Additional CSS ************/

.footer-info a,
.page-template-default .inner-page a,
.faqs-accordion .accordion-content a {
  color: #da1c28;
  text-decoration: none;
}
.footer-info a:hover,
.page-template-default .inner-page a:hover,
.faqs-accordion .accordion-content a:hover {
  color: #000;
}
.support-form-section .row,
.login-form-section .row {
  align-items: center;
}
.support-form-section .support-form-image,
.login-form-section .login-form-image {
  text-align: center;
}
.support-form-section .support-form .title {
  margin-bottom: 30px;
}
.login-form-section .login-form .title {
  margin-bottom: 15px;
}
.login-form-section .login-form h4 {
  font-size: 18px;
  margin-bottom: 30px;
}
.gform_wrapper.gravity-theme input:not([type="submit"]),
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme select,
form.woocommerce-form-login.login input:not([type="submit"]),
.woocommerce form.checkout.woocommerce-checkout input:not([type="submit"]),
.woocommerce form.checkout.woocommerce-checkout textarea,
.woocommerce form.checkout.woocommerce-checkout select,
.woocommerce
  form:not(.woocommerce-cart-form)
  .select2-container--default
  .select2-selection--single,
.woocommerce
  form.checkout_coupon.woocommerce-form-coupon
  input:not([type="submit"]),
.woocommerce form:not(.woocommerce-cart-form) input:not([type="submit"]),
.woocommerce form:not(.woocommerce-cart-form) select:focus,
.woocommerce form:not(.woocommerce-cart-form) select:focus-visible,
#order-replacement-products,
#order-replacement-cart-products {
  border-radius: 8px;
  background-color: #f2f2f2;
  border: 1px solid #c4c4c4;
  padding: 10px 15px !important;
  transition: 0.3s all;
}
.gform_wrapper.gravity-theme input:not([type="submit"]):focus,
.gform_wrapper.gravity-theme textarea:focus,
.gform_wrapper.gravity-theme select:focus,
form.woocommerce-form-login.login input:not([type="submit"]):focus,
.gform_wrapper.gravity-theme input:not([type="submit"]):focus-visible,
.gform_wrapper.gravity-theme textarea:focus-visible,
.gform_wrapper.gravity-theme select:focus-visible,
form.woocommerce-form-login.login input:not([type="submit"]):focus-visible,
.woocommerce-lost-password input.input-text:focus,
.woocommerce-lost-password input.input-text:focus-visible,
.woocommerce
  form.checkout.woocommerce-checkout
  input:not([type="submit"]):focus,
.woocommerce form.checkout.woocommerce-checkout textarea:focus,
.woocommerce form.checkout.woocommerce-checkout select:focus,
.woocommerce
  form:not(.woocommerce-cart-form)
  .select2-container--default
  .select2-selection--single:focus,
.woocommerce
  form.checkout.woocommerce-checkout
  input:not([type="submit"]):focus-visible,
.woocommerce form.checkout.woocommerce-checkout textarea:focus-visible,
.woocommerce form.checkout.woocommerce-checkout select:focus-visible,
.woocommerce
  form:not(.woocommerce-cart-form)
  .select2-container--default
  .select2-selection--single:focus-visible,
.woocommerce
  form.checkout_coupon.woocommerce-form-coupon
  input:not([type="submit"]):focus,
.woocommerce
  form.checkout_coupon.woocommerce-form-coupon
  input:not([type="submit"]):focus-visible,
.woocommerce form:not(.woocommerce-cart-form) input:not([type="submit"]):focus,
.woocommerce
  form:not(.woocommerce-cart-form)
  input:not([type="submit"]):focus-visible,
.woocommerce form:not(.woocommerce-cart-form) select:focus,
.woocommerce form:not(.woocommerce-cart-form) select:focus-visible,
#order-replacement-products:focus,
#order-replacement-products:focus-visible,
#order-replacement-cart-products:focus,
#order-replacement-cart-products:focus-visible {
  background-color: #fff;
  border-color: #da1c28;
  color: #000;
  outline: #da1c28 auto 1px;
}
.gform_wrapper.gravity-theme input:not([type="submit"]):placeholder,
.gform_wrapper.gravity-theme textarea:placeholder,
form.woocommerce-form-login.login input:not([type="submit"]):placeholder,
.woocommerce
  form:not(.woocommerce-cart-form)
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #9d9b9b;
}
.woocommerce
  form:not(.woocommerce-cart-form)
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 10px 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.woocommerce
  form:not(.woocommerce-cart-form)
  .select2-container--default
  .select2-selection--single {
  height: 45px;
}
.woocommerce
  form:not(.woocommerce-cart-form)
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 16px !important;
}
.gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
  background: #da1c28;
  color: #fff;
  border-radius: 10px;
  border: 0px;
  padding: 10px 30px;
  font-weight: 500;
}
.gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover {
  background: #e52834;
  color: #fff;
}

body.error404 .error-404.not-found.inner-page {
  text-align: center;
  padding: 100px 0px;
}
body.error404 .error-404.not-found .not-found-text {
  margin: 20px 0px;
}
.btn-primary {
  background: #da1c28;
  color: #fff;
  border: 2px solid #da1c28;
  padding: 9px 25px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.disabled {
  background: #e52834;
  color: #fff;
  border-color: #e52834;
}

.main-title {
  font-size: 35px;
  color: #da1c28;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0px 5px 10px rgb(218 28 40 / 20%);
}
.inner-banner-text .banner-title {
  color: #fff;
}
.our-credo-inner-banner .inner-banner-text {
  padding: 0px 30px;
}
.faqs-accordion .accordion-title,
.woocommerce-account .my-account-links .my-account-link-div {
  border: 0;
  padding: 8px 42px 8px 20px;
  cursor: pointer;
  position: relative;
}
.faqs-accordion .accordion-title:before,
.woocommerce-account .my-account-links .my-account-link-div::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #da1c28;
  border-radius: 50%;
  padding: 5px 10px;
  box-shadow: 0px 0 5px 0px rgba(0, 0, 0, 0.2);
  line-height: 1.5;
  box-shadow: 0px 5px 16px 0px rgb(8 15 52 / 6%);
}
.faqs-accordion .accordion-title.open:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  background: #da1c28;
}
.faqs-accordion .list-style li.accordion-item,
.woocommerce-account .my-account-links .my-account-link-div {
  box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
  background: #fcfcfc;
  border: 3px solid #fcfcfc;
  border-radius: 12px;
  margin: 20px 0px;
  box-shadow: 0px 5px 16px 0px rgb(8 15 52 / 6%);
}
.faqs-accordion .list-style li.accordion-item.open,
body.page-template-page-faqs
  .faqs-accordion
  .list-style
  li.accordion-item.open {
  border-color: #da1c28;
  box-shadow: 0px 0px 10px rgba(218, 28, 40, 0.2);
}
.faqs-accordion .list-style li.accordion-item h3,
.woocommerce-account .my-account-links span,
.woocommerce-account .my-account-links span,
.my-account-courses-list .no-courses-found span {
  color: #222222;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  padding: 8px 40px 8px 0;
  display: flex;
  gap: 12px;
  align-items: center;
}
.faqs-accordion .accordion-content {
  border: 0;
  padding: 0px 20px 25px !important;
  width: 100%;
}
.faqs-accordion .accordion-item:not(.open) .accordion-content {
  display: none;
}

.faqs-accordion .accordion-content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}
.faqs-section .faqs-title {
  margin-bottom: 30px;
}
.transcript-requests-faq-section {
  margin: 50px 0px;
}
.faqs-section .faqs-title.faq-category-title {
  margin: 50px 0px 30px;
  text-decoration: underline;
}
.faqs-section .faqs-title.faq-category-title:not(:first-of-type) {
  margin-top: 100px;
}
.faqs-accordion .accordion-content ul {
  list-style: disc;
  padding-left: 20px;
}
.faqs-accordion .accordion-content ol {
  list-style: normal;
  padding-left: 20px;
}
body.single.single-product
  article.product.type-product
  header.entry-header
  .entry-title {
  color: transparent;
  background: transparent;
  font-size: 5px;
  user-select: none;
  margin-bottom: 0;
}
body.single.single-product
  article.product.type-product
  .objectives-section
  .objectives-box
  ul {
  list-style: disc;
  font-size: 15px;
  padding-left: 25px;
}
body.single.single-product
  article.product.type-product
  .objectives-section
  .objectives-box
  ol {
  list-style: normal;
  font-size: 16px;
  padding-left: 25px;
}
.courses-detail-right .professional-options,
body.single.single-product
  article.product.type-product
  .objectives-section
  .objectives-box,
body.single.single-instructors .courses-offered-section .courses-offered li {
  background: #fff;
}
.courses-detail-right .professional-options .radio-btn-price .price {
  color: #000;
}
form.woocommerce-form-login.login input:not([type="submit"]) {
  box-shadow: none;
}
form.woocommerce-form-login.login
  label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
}
.custom-checkbox-row .custom-checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #99999d;
  border-radius: 4px;
  position: relative;
  margin-right: 10px;
}
.custom-checkbox-row {
  color: #99999d;
}
.custom-checkbox-row input[type="checkbox"]:checked + .custom-checkbox::after,
form.woocommerce-form-login.login .woocommerce-LostPassword.lost_password a,
form.woocommerce-form-login.login
  label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  input#rememberme:checked
  + span::after {
  color: var(--primary-color);
}
form.woocommerce-form-login.login .form-row,
form.woocommerce-form-login.login .woocommerce-LostPassword.lost_password a {
  font-size: 16px;
  font-weight: 700;
}
form.woocommerce-form-login.login .woocommerce-form-login__submit,
.checkout-and-register-form-section .woocommerce-form-login__submit {
  min-width: 250px;
}
.courses-list-row .card-link {
  color: #000;
  text-decoration: none;
}
.objectives-box li {
  margin-left: 0px !important;
}
body.single.single-product .navigation.post-navigation {
  display: none;
}
body.single.single-instructors .courses-offered-section .courses-offered li {
  position: relative;
  padding-bottom: 70px;
}
body.single.single-instructors
  .courses-offered-section
  .courses-offered
  li
  .courses-offered-bottom {
  position: absolute;
  width: 100%;
  padding: 0px 20px;
  bottom: 10px;
  left: 0;
}
/*
body.single.single-instructors .courses-offered-section .courses-offered li .courses-offered-top{
	height:100%;
} 
.courses-offered-img img{
	height:100%;
}
*/

.woovr-variation.woovr-variation-radio {
  display: inline-grid !important;
  grid-template-columns: 20px 1fr !important;
  grid-template-columns: 1fr !important;
  width: 100%;
}
.woovr-variations.woovr-variations-default,
#gform_6 .gfield.gf_list_inline,
.box-background {
  background: #fff;
  box-shadow: 0px 18px 47px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 50px;
  border-radius: 20px;
}
.woocommerce-variation-add-to-cart.variations_button .input-text.qty.text,
.courses-detail-right > p.price,
form.variations_form.cart + .product_meta,
.woovr-variations .woovr-variation .woovr-variation-selector {
  display: none;
}

.woocommerce-variation-add-to-cart.variations_button
  .single_add_to_cart_button {
  position: absolute;
  bottom: 15px;
  right: 20px;
  background: var(--primary-color) !important;
  padding: 10px 25px !important;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: var(--white-color);
  display: inline-block;
  border: 0;
  text-align: center;
}
.woocommerce-variation-add-to-cart.variations_button
  .single_add_to_cart_button:hoover {
  background: var(--primary-hover-color);
  color: var(--white-color);
}
form.variations_form.cart {
  position: relative;
}

.woovr-variations .woovr-variation:hover {
  background: #fff !important;
}
.woovr-variations .woovr-variation-radio .woovr-variation-name,
.woovr-variations .woovr-variation-radio .woocommerce-Price-amount {
  font-size: 1.25em;
  font-weight: 700;
}
.woovr-variations .woovr-variation-info {
  display: flex;
  justify-content: space-between;
}
.woovr-variations p.note {
  text-align: center;
  color: #da1c28;
  font-size: 14px;
  font-style: italic;
  line-height: 21px;
}
.woovr-variations .professional-options-description {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.woovr-variations .professional-options-description.graduate-description h4 {
  margin-bottom: 5px;
}

.woovr-variations
  .woovr-variation-radio
  .woovr-variation-info
  .woovr-variation-name,
#gform_6 .gfield .gfield_radio .gchoice label,
.gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice label,
.gform_wrapper.gravity-theme .gfield .gfield_radio .gchoice label,
#billing_same_as_student_info_field label {
  position: relative;
  padding-left: 25px;
  cursor: pointer !important;
  pointer-events: all;
}
.woovr-variations
  .woovr-variation-radio
  .woovr-variation-info
  .woovr-variation-name:before,
#gform_6 .gfield .gfield_radio .gchoice label::before,
.gform_wrapper.gravity-theme .gfield .gfield_radio .gchoice label::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #424242;
  position: absolute;
  border-radius: 100%;
  top: 4px;
  left: 0;
}
.gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice label::before,
#billing_same_as_student_info_field label::before {
  content: "";
}
.woovr-variations
  .woovr-variation-radio
  .woovr-variation-selector.checked
  + .woovr-variation-info
  .woovr-variation-name:after,
#gform_6
  .gfield
  .gfield_radio
  .gchoice
  input[type="radio"]:checked
  + label::after,
.gform_wrapper.gravity-theme
  .gfield
  .gfield_radio
  .gchoice
  input[type="radio"]:checked
  + label::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #da1c28;
  position: absolute;
  left: 4px;
  top: 8px;
}
.woovr-variation.woovr-variation-radio {
  cursor: default;
  pointer-events: none;
}

.cart-contents {
  position: relative;
  display: flex !important;
  flex-flow: column nowrap;
  justify-content: center;
}

.cart-contents:before {
  content: "";
  background: url(../images/cart-icon.svg) center center no-repeat;
  width: 40px;
  height: 40px;
  background-size: 100% auto;
}

.cart-contents:hover {
  text-decoration: none;
}

.cart-contents-count {
  position: absolute;
  top: 20px;
  right: 1px;
  transform: translateY(-105%) translateX(25%);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: var(--primary-color);
  border-radius: 50%;
  padding: 1px;
}
.header .mini-cart .minicart-text-link {
  color: #000;
  text-decoration: none;
}
.list-view-course-table .card-title a:hover {
  color: var(--primary-color);
}
.header .d-flex.customer-login.user-icon {
  gap: 10px;
  align-items: center;
}
.header .d-flex.customer-login.user-icon a {
  padding: 0;
  border: 0;
  color: #444;
}
.header .d-flex.customer-login.user-icon a:hover {
  color: var(--primary-color);
  background-color: transparent;
}
.header .d-flex.customer-login.user-icon .customer-register-name {
  flex-direction: column;
}
.header .d-flex.customer-login.user-icon .customer-register-name span {
  font-weight: 500;
}

.banner-container .not-image-background .hide-image {
  opacity: 0;
  display: none;
}
.not-image-background .banner-text h2 {
  color: #000;
}
.banner-container .slide-item.not-image-background:before {
  background: #fafafa;
  background: #f2f2f2;
}
.not-image-background .show-image {
  width: auto;
  margin: auto;
}
.slide-item.not-image-background {
  padding: 10rem 0;
}
.not-image-background .banner-text {
  position: relative;
  transform: unset;
}
.woocommerce input.input-text {
  box-shadow: none;
  padding: 5px;
  border-radius: 5px;
}
.woocommerce-lost-password p.email-input-field {
  width: 100% !important;
}
.woocommerce-lost-password .woocommerce-form-row label {
  font-weight: 700;
  font-size: 16px;
  padding-left: 15px;
}
.woocommerce-lost-password input.input-text {
  max-width: 300px;
  width: 100%;
  border-radius: 8px;
  background-color: #f2f2f2;
  border: 1px solid #c4c4c4;
  padding: 10px 15px !important;
  transition: 0.3s all;
}
.woocommerce-lost-password button.woocommerce-Button,
.woocommerce-lost-password button.woocommerce-Button:disabled {
  background: #da1c28;
  color: #fff;
  border: 2px solid #da1c28;
  padding: 9px 25px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  max-width: 300px;
  width: 100%;
}
.woocommerce-lost-password button.woocommerce-Button:hover {
  background: #e52834;
  color: #fff;
}
.woocommerce-lost-password button.woocommerce-Button:disabled[disabled]:hover {
  background: #da1c28;
}
.woocommerce-lost-password .woocommerce .woocommerce-message {
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 15px;
  margin: 1rem 0;
  color: #000;
}
.woocommerce-lost-password .woocommerce .woocommerce-message::before {
  content: "";
}
.woocommerce-lost-password
  .reset-password-col
  form.woocommerce-ResetPassword.lost_reset_password {
  display: flex;
  flex-direction: column;
}
.woocommerce-lost-password
  .reset-password-col
  form.woocommerce-ResetPassword.lost_reset_password
  p.woocommerce-form-row {
  max-width: 300px;
  width: 100%;
}
form.woocommerce-form-login.login label {
  padding-left: 0;
  font-weight: 400;
  margin-bottom: 5px;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button,
.wc-proceed-to-checkout .checkout-button,
.woocommerce a.button {
  color: #fff;
  background: var(--primary-color);
  border: 0;
  padding: 9px 25px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  text-transform: capitalize;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:hover,
.woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button:hover,
form.checkout.woocommerce-checkout button[type="submit"]:hover,
form.checkout_coupon.woocommerce-form-coupon button[type="submit"]:hover,
form.woocommerce-form-login.login button[type="submit"]:hover,
.woocommerce form:not(.woocommerce-cart-form) button[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce-order-received-info a.print-receipt:hover,
.checkout-and-register-form-section .woocommerce-form-login__submit:hover {
  background: var(--primary-hover-color);
  color: #fff;
}
.woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button,
form.checkout.woocommerce-checkout button[type="submit"],
form.checkout_coupon.woocommerce-form-coupon button[type="submit"],
form.woocommerce-form-login.login button[type="submit"],
.woocommerce form:not(.woocommerce-cart-form) button[type="submit"],
.woocommerce-order-received-info a.print-receipt,
.checkout-and-register-form-section .woocommerce-form-login__submit {
  color: #fff;
  background: var(--primary-color);
  border-radius: 10px;
  padding: 15px 25px;
  font-weight: 500;
}
form.woocommerce-cart-form .shop_table.cart .product-thumbnail {
  display: none;
}
form.woocommerce-cart-form .shop_table.cart .product-name a {
  color: #000;
}
form.woocommerce-cart-form .shop_table.cart .product-name a:hover {
  color: #da1c28;
}
form.woocommerce-cart-form .shop_table.cart .product-remove a,
form.woocommerce-cart-form .shop_table.cart button[type="submit"],
.woocommerce-page
  .cart-collaterals
  .cart_totals
  .shop_table
  .woocommerce-shipping-calculator
  button[type="submit"] {
  color: #da1c28 !important;
  border: 1px solid #da1c28;
}
form.woocommerce-cart-form .shop_table.cart .product-remove a:hover,
form.woocommerce-cart-form .shop_table.cart button[type="submit"]:hover,
.woocommerce-page
  .cart-collaterals
  .cart_totals
  .shop_table
  .woocommerce-shipping-calculator
  button[type="submit"]:hover {
  background-color: #da1c28;
  color: #fff !important;
}
.woocommerce table.shop_table {
  border: 0px !important;
}
form.woocommerce-cart-form .shop_table.cart th,
.woocommerce-page .cart-collaterals .cart_totals .shop_table th,
form.checkout.woocommerce-checkout .shop_table th,
.woocommerce-order-received .woocommerce .woocommerce-order th,
.woocommerce .woocommerce-MyAccount-orders th {
  font-size: 17px;
}
form.checkout.woocommerce-checkout .shop_table td,
form.checkout.woocommerce-checkout .woocommerce-checkout-payment label,
form.checkout.woocommerce-checkout
  .woocommerce-checkout-payment
  .woocommerce-privacy-policy-text,
.woocommerce-page .cart-collaterals .cart_totals td,
.woocommerce-order-received .woocommerce .woocommerce-order td,
.woocommerce .woocommerce-MyAccount-orders td {
  font-size: 15px;
}

form.woocommerce-cart-form .shop_table.cart button[type="submit"],
.woocommerce-page
  .cart-collaterals
  .cart_totals
  .shop_table
  .woocommerce-shipping-calculator
  button[type="submit"] {
  background-color: #fff;
}

.woocommerce-page .cart-collaterals .cart_totals {
  width: 90% !important;
  float: right !important;
}
.woocommerce-page .cart-collaterals .cart_totals h2 {
  display: none;
}
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce form.woocommerce-cart-form,
.woocommerce #order_review,
.woocommerce nav.woocommerce-MyAccount-navigation,
.woocommerce .woocommerce-MyAccount-content,
.woocommerce-order-received .woocommerce .woocommerce-order,
.woocommerce-order-received
  .woocommerce
  .woocommerce-order.woocommerce-order-received-section
  .order-info-text,
.current-courses-div,
.courses-history-div {
  background: #fff;
  box-shadow: 0px 18px 47px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px 50px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 18px 47px 0px rgba(0, 0, 0, 0.1);
}
.woocommerce-page .cart-collaterals .cart_totals,
form.checkout.woocommerce-checkout #order_review {
  padding-bottom: 40px;
}
.woocommerce form.woocommerce-cart-form,
.woocommerce nav.woocommerce-MyAccount-navigation,
.woocommerce .woocommerce-MyAccount-content,
.woocommerce-order-received .woocommerce .woocommerce-order,
.woocommerce-order-pay .woocommerce #order_review {
  padding-bottom: 20px;
}
form.woocommerce-cart-form
  .shop_table.cart
  .woocommerce-cart-form__cart-item.cart_item
  td,
form.woocommerce-cart-form
  .shop_table.cart
  .woocommerce-cart-form__cart-item.cart_item
  .actions,
form.checkout.woocommerce-checkout #payment,
.woocommerce #order_review #payment {
  background: #fff;
}
form.checkout.woocommerce-checkout #order_review_heading {
  margin: 30px 0px;
}
form.checkout.woocommerce-checkout #payment div.form-row,
.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
form.checkout.woocommerce-checkout #payment #place_order,
.woocommerce-page
  .cart-collaterals
  .cart_totals
  .wc-proceed-to-checkout
  .checkout-button,
.woocommerce-order-pay .woocommerce #order_review #payment #place_order {
  margin-bottom: 0px;
}
form.checkout.woocommerce-checkout h3 {
  line-height: normal;
}
form.checkout.woocommerce-checkout #ship-to-different-address span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
form.checkout.woocommerce-checkout #ship-to-different-address span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary-color);
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 5px;
}
form.checkout.woocommerce-checkout #ship-to-different-address span::after {
  content: "\2713";
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 5px;
  top: 10px;
  opacity: 0;
}
form.checkout.woocommerce-checkout
  #ship-to-different-address
  input#ship-to-different-address-checkbox:checked
  + span::after,
form.woocommerce-form-login.login
  label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  input#rememberme:checked
  + span::after {
  opacity: 1;
}
form.checkout.woocommerce-checkout
  #ship-to-different-address
  input#ship-to-different-address-checkbox:checked
  + span::before {
  background-color: var(--primary-color);
}

form.checkout.woocommerce-checkout
  #ship-to-different-address
  input#ship-to-different-address-checkbox,
form.woocommerce-form-login.login
  label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  input#rememberme {
  display: none;
}
.woocommerce button[type="submit"],
.woocommerce .woocommerce-Button {
  text-transform: capitalize;
}
form.woocommerce-form-login.login
  label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #99999d;
  border-radius: 4px;
  position: relative;
  margin-right: 10px;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
form.woocommerce-form-login.login
  label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  span::after,
.gform_wrapper.gravity-theme
  .gfield
  .gfield_checkbox
  .gchoice
  input[type="checkbox"]:checked
  + label::after,
#billing_same_as_student_info_field label.checkbox-checked::after {
  content: "\2713";
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translatey(-50%);
  opacity: 0;
  font-weight: 700;
}
form.woocommerce-form-login.login
  label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  color: #99999d;
}

.woocommerce-notices-wrapper {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  max-width: 1120px;
}
body.woocommerce-checkout .woocommerce-notices-wrapper,
body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-account .woocommerce-notices-wrapper {
  padding: 0px;
}
form.checkout_coupon.woocommerce-form-coupon button[type="submit"] {
  min-width: 250px;
}
nav.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  margin: 0 0 10px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 600;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields p,
.woocommerce .woocommerce-EditAccountForm.edit-account p:not(.form-row),
.woocommerce .woocommerce-order-details {
  margin-bottom: 0px;
}
.woocommerce .woocommerce-MyAccount-content button[type="submit"] {
  margin: 20px 0px 10px;
}
.woocommerce .woocommerce-MyAccount-content {
  margin-top: 50px;
}
.woocommerce .woocommerce-MyAccount-content p,
.woocommerce .woocommerce-MyAccount-content address,
.woocommerce-order-received .woocommerce .woocommerce-order p {
  font-size: 17px;
}
.woocommerce-order-received .woocommerce .woocommerce-order address p,
.woocommerce .woocommerce-customer-details address p {
  font-size: 14px;
}

.woocommerce .woocommerce-EditAccountForm.edit-account legend {
  margin: 0.5rem 0;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active {
  border-bottom: 4px solid #444;
  padding-bottom: 5px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce .woocommerce-customer-details {
  margin-bottom: 10px;
}
form.woocommerce-cart-form .shop_table.cart .product-remove a.remove,
form.courses-certificate-cart-form .product-remove a.remove {
  font-size: 1.6em;
  font-size: 21px;
  height: 22px;
  width: 22px;
}
.woocommerce .woocommerce-customer-details address {
  border: 0px;
  font-size: 14px;
}
.woocommerce .woocommerce-customer-details .woocommerce-column {
  margin-top: 2em;
}
.woocommerce
  .woocommerce-MyAccount-orders
  tr.order
  .woocommerce-orders-table__cell-order-actions
  a:not(:last-child) {
  margin-right: 5px;
}
.woocommerce
  .woocommerce-MyAccount-orders
  tr.order
  .woocommerce-orders-table__cell-order-actions
  a {
  margin-bottom: 5px;
}
mark,
.mark {
  background-color: rgb(218 28 28 / 10%);
}
.courses-cart-table .courses-offered-bottom {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.courses-cart-table .courses-offered-date {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 55%;
}
.courses-cart-table .offered-date,
.courses-certificate-cart-table .offered-date {
  display: flex;
  gap: 10px;
}
.courses-cart-table .product-remove {
  position: relative;
}

form.woocommerce-cart-form.courses-cart-form
  .shop_table.cart
  .product-remove
  a {
  font-size: 15px !important;
  position: absolute;
  bottom: 25px;
  right: 60px;
  border: 0px;
}

form.woocommerce-cart-form.courses-cart-form
  .shop_table.cart
  .product-remove
  a:hover {
  opacity: 0.5;
  color: #da1c28 !important;
  background: none;
  border-radius: 0;
}
.courses-cart-table td,
.order-received-item-table .order_item td {
  vertical-align: top !important;
}
.courses-cart-table .courses-offered-img img {
  width: 100% !important;
}
.courses-cart-table .course-title {
  font-weight: 700;
}
.courses-cart-table .woocommerce-Price-amount.amount,
.order-received-item-table .woocommerce-Price-amount.amount {
  font-weight: 700;
  font-size: 1.25rem;
}
.courses-cart-table .product-variation p {
  font-weight: 500;
  font-size: 1rem;
  text-transform: capitalize;
}
.woocommerce form.woocommerce-cart-form.courses-cart-form,
.woocommerce-order-received
  .woocommerce
  .woocommerce-order.woocommerce-order-received-section,
form.woocommerce-cart-form.courses-certificate-cart-form {
  background: #fafafa;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 30px 20px 50px;
  border-radius: 0px;
}
.woocommerce form.woocommerce-cart-form.courses-cart-form td,
.courses-certificate-cart-form td {
  background: #fafafa !important;
  padding: 25px 15px;
  display: table-cell !important;
  text-align: left !important;
}
.woocommerce form.woocommerce-cart-form.courses-cart-form tr:first-of-type td {
  padding-top: 0px;
}
.woocommerce .cart-collaterals.courses-cart-collaterals .order-total td {
  text-align: right;
}
.woocommerce form.woocommerce-cart-form.courses-cart-form .actions a,
.btn-outline {
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  padding: 9px 25px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
}
.woocommerce form.woocommerce-cart-form.courses-cart-form .actions a:hover,
.courses-cart-table
  .wc-proceed-to-checkout.courses-cart-form-wc-proceed-to-checkout
  .checkout-button,
.btn-outline:hover,
a.btn-outline:hover {
  background: var(--primary-hover-color);
  color: #fff;
}
.woocommerce form.woocommerce-cart-form.courses-cart-form .edzu-number,
.order-received-item-table .edzu-number,
body.woocommerce-account .edzu-number {
  color: #616161;
  margin-bottom: 5px;
  font-weight: 600;
}
.woocommerce form.woocommerce-cart-form.courses-cart-form table td::before,
.woocommerce
  form.woocommerce-cart-form.courses-certificate-cart-form
  td::before {
  content: unset;
}
.order-received-item-table .offered-date {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.order-received-item-table .order_item .product-name {
  width: 50%;
}
.order-received-item-table .order_item td:not(.product-name) {
  text-align: right;
  position: relative;
}
.order-received-item-table .order_item .product-name .course-title a {
  color: #000;
  font-weight: 700;
}
.order-received-item-table .order_item .courses-offered-date {
  margin-left: auto;
}
.order-received-item-table
  .order_item
  .courses-offered-date
  .offered-date
  span {
  font-weight: 500;
}
.order-received-item-table .order_item td,
.order-received-item-table .order_item th,
.order-received-item-table.order-received-item-table-mobile
  .courses-cart-form-order-total
  th,
.order-received-item-table.order-received-item-table-mobile
  .courses-cart-form-order-total
  td {
  padding: 25px 15px 25px 0px;
}
.order-received-item-table .order_item {
  border-bottom: 1px solid #e3e3e3;
}
.woocommerce-order-received-info {
  max-width: 1100px;
  margin: auto;
}
.woocommerce-order-received-info .order-number {
  color: #616161;
  margin-bottom: 80px;
}
.woocommerce-order-received-info .title {
  color: #da1c28;
}
.woocommerce-order-received
  .woocommerce
  .woocommerce-order.woocommerce-order-received-section
  .order-info-text,
.woocommerce-order-received
  .woocommerce
  .woocommerce-order.woocommerce-order-received-section
  .order-received-image {
  margin: 50px 0px;
}
.woocommerce-order-received .order-received-customer-info {
  width: 100%;
  border: 1px solid #e3e3e3;
  border-width: 1px 0px;
}
.woocommerce-order-received .order-received-customer-info tr th {
  padding: 20px 15px 20px 0px;
  font-size: 20px !important;
}
.woocommerce-order-received .order-received-customer-info tr td {
  padding: 0px 15px 20px 0px;
}
.woocommerce-order-received .order-received-customer-info p {
  margin-bottom: 0px;
}
.order-received-item-table .courses-cart-form-order-total th {
  padding: 20px 15px 20px 0px;
}
.order-received-item-table .courses-cart-form-order-total td {
  text-align: right;
}
.order-received-item-table .order_item .course-title,
.order-received-item-table .order_item .courses-offered-top {
  margin-bottom: 0px;
}
.order-received-item-table .order_item .courses-offered-date,
.order-received-item-table .order_item .courses-instructor-info {
  position: absolute;
  bottom: 20px;
  right: 0px;
}
body.woocommerce-checkout.woocommerce-order-received .main-title {
  display: none;
}
.woocommerce-order-received-section .title,
.order-received-item-table .order_item .product-name .course-title a:hover {
  color: var(--primary-color);
}
.woocommerce-order-received
  .woocommerce
  .woocommerce-order.woocommerce-order-received-section
  .order-info-text {
  padding-bottom: 10px;
}
.woocommerce
  .woocommerce-order.woocommerce-order-received-section
  .purchase-title {
  font-weight: 600;
}
.woocommerce-order-received
  .order-received-customer-info.order-received-customer-info-mobile
  .col-md-6 {
  width: 50%;
  padding: 20px 15px;
}
.woocommerce-order-received
  .order-received-customer-info.order-received-customer-info-mobile
  .col-md-6
  h6 {
  font-weight: 600;
}
.order-received-item-table.order-received-item-table-mobile
  .order_item
  .courses-offered-date,
.order-received-item-table.order-received-item-table-mobile
  .order_item
  .product-price {
  position: absolute;
  bottom: 10px;
  left: 0px;
  right: unset;
}
.order-received-item-table.order-received-item-table-mobile
  .order_item
  .product-price {
  right: 15px;
  left: unset;
}
.order-received-item-table.order-received-item-table-mobile .order_item td {
  position: relative;
  padding-bottom: 50px;
}
.order-received-item-table.order-received-item-table-mobile
  .order_item
  .courses-instructor-info {
  position: unset;
}
.order-received-item-table.order-received-item-table-mobile
  .woocommerce-table__product-total.product-total {
  margin-bottom: 10px;
}
.woocommerce-order-received
  .order-received-customer-info.order-received-customer-info-mobile {
  margin: 0px;
}
.woocommerce form.woocommerce-cart-form.courses-cart-form td.actions {
  text-align: right !important;
}
.woocommerce-order-received-info a.print-receipt {
  font-size: 16px;
}
.woocommerce-order-received-info .print-receipt-div {
  margin-top: 20px;
}
form.woocommerce-cart-form.courses-cart-form
  .shop_table.cart
  .woocommerce-cart-form__cart-item.cart_item
  td.product-name {
  width: 65%;
}
form.woocommerce-cart-form
  .shop_table.cart
  .woocommerce-cart-form__cart-item.cart_item
  td:not(.product-name) {
  text-align: right !important;
}
.woocommerce-order.woocommerce-order-received-section .card-info {
  display: none;
}
.woocommerce-account .my-account-links .my-account-link-div {
  background: #fafafa;
  border-color: #fafafa;
  margin-bottom: 40px;
}
body.woocommerce-account {
  background: #fff;
}
body.woocommerce-account .main-title,
body.page-id-1748 .main-title {
  color: #000;
  text-shadow: unset;
}
.current-courses-div,
.courses-history-div {
  background: #fafafa;
  border-radius: 12px;
  margin-bottom: 40px;
  box-shadow: 0px 5px 16px 0px rgb(8 15 52 / 6%);
  padding: 30px 20px;
}

.my-account-courses-list table {
  width: 100%;
}
.btn-outline:hover,
body.woocommerce-account .btn-primary,
.order-replacement-certificate-cart-shortcode a.btn-primary {
  color: #fff !important;
}
.order .course-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.my-account-courses-list table td {
  padding: 25px 15px 25px 0px;
}
.my-account-courses-list table th {
  padding: 0px 15px 25px 0px;
  font-size: 18px;
}
.my-account-courses-list table tr {
  border-bottom: 2px solid rgb(91 91 91 / 50%);
}
body.woocommerce-account .courses-offered-top,
body.woocommerce-account .courses-offered-top h5.course-title {
  margin-bottom: 0px;
}
.my-account-courses-list .courses-offered-date {
  grid-template-columns: 1fr;
  gap: 5px;
}
.my-account-courses-list .courses-offered-date .offered-date {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.my-account-courses-list table th h5 {
  font-weight: 600;
  margin-bottom: 0px;
}
.my-account-courses-list table td.course-name {
  width: 50%;
}
.my-account-courses-list .current_courses_table td.course-name {
  width: 60%;
}
.my-account-courses-list .current_courses_table .course-btns {
  width: 200px;
}
.woocommerce-account .my-account-links .my-account-link-div a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.woocommerce-account .my-account-links .my-account-link-div:hover span {
  color: #da1c28;
}
.woocommerce-account .my-account-links .my-account-link-div:hover::before {
  color: #fff;
  background: #da1c28;
}
.btn-primary:hover {
  border: 2px solid #da1c28;
}
.custom_gfield_html {
  margin-top: 20px;
}
.custom_gfield_html ul li {
  list-style-type: disc;
  margin: 15px 20px;
  font-size: 16px;
}
#gform_6 .gfield .gfield_radio .gchoice input[type="radio"],
.gform_wrapper.gravity-theme
  .gfield
  .gfield_checkbox
  .gchoice
  input[type="checkbox"],
.gform_wrapper.gravity-theme
  .gfield
  .gfield_radio
  .gchoice
  input[type="radio"] {
  display: none;
}
#gform_6 .gfield .gfield_radio .gchoice,
.gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice,
.gform_wrapper.gravity-theme .gfield .gfield_radio .gchoice {
  vertical-align: top;
}
#gform_6 .gfield .gfield_radio .gchoice label {
  font-size: 1.25rem;
  font-weight: 700;
  margin-left: 50px;
}
#gform_6 .gfield.gf_list_inline .gfield_label,
.custom-heading {
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-bottom: 20px;
  font-weight: 700;
}
#gform_6 .gfield.gf_list_inline {
  padding-bottom: 15px;
}
#gform_6 .gfield.gf_list_inline {
  margin-bottom: 30px;
}
#gform_6 .gfield.gf_list_inline:first-of-type {
  margin-top: 30px;
}
#gform_6 #field_6_1,#gform_6 #field_6_29 {
  margin: 30px 50px 20px;
}
#gform_6 input#input_6_29 {
    background: #fff;
}
#gform_6 select {
  background-color: #fff;
}
#order-replacement-products,
#order-replacement-cart-products {
  width: -webkit-fill-available;
  background-color: #fff;
  margin: 0px 0px 20px;
}
.order-replacement-cart-btn-div .order-replacement-products-title {
  margin-left: 0px;
}
#gform_6 .box-background .gfield_label {
  line-height: 1.5;
}
.box-background {
  padding-bottom: 30px;
}
#field_6_27 .gfield_label,
#field_6_24 .gfield_label {
  min-height: 48px;
}
#gform_6 .gform_footer {
  text-align: right;
}
.custom-heading {
  margin-bottom: 30px;
}
.gform_confirmation_message_6 {
  text-align: center;
  font-size: 30px;
  margin: 20px 0px;
  color: #da1c28;
  font-weight: 700;
  line-height: 1.2;
}
.order-replacement-price-div {
  text-align: right;
  margin: 20px 0px;
}
.order-replacement-price-div .certificate-amount {
  margin-bottom: 10px;
  font-weight: 600;
}
.order-replacement-price-div .certificate-amount-title {
  margin-bottom: 5px;
}
body.page-id-1937 .main-title {
  display: none;
}
.courses-certificate-cart-table .courses-offered-date {
  grid-template-columns: 1fr;
  gap: 5px;
}
.courses-certificate-cart-table th {
  padding: 25px 15px 0px;
}
form.woocommerce-cart-form.courses-certificate-cart-form
  .shop_table.cart
  .woocommerce-cart-form__cart-item.cart_item
  td {
  text-align: left !important;
}
form.woocommerce-cart-form.courses-certificate-cart-form {
  width: 100% !important;
}
form.woocommerce-cart-form.courses-certificate-cart-form p,
form.woocommerce-cart-form.courses-certificate-cart-form .course-title {
  margin-bottom: 0px;
}
.order-replacement-cart-btn-div,
.order-replacement-products-div {
  margin: auto;
}
.order-replacement-cart-btn-div .add-certificate {
  font-size: 16px;
  font-weight: 600;
}
.woocommerce table.courses-certificate-cart-table tr td,
.woocommerce table.courses-certificate-cart-table tr th {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
}
#gform_confirmation_message_1 {
  font-size: 1.25rem;
  line-height: 1.5;
}
.my-account-courses-list .no-courses-found {
  padding: 10px 20px;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* Semi-transparent background */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Ensure it's above other content */
  display: none;
}
.loader-icon {
  font-size: 80px;
  color: var(--primary-color);
}

.loader-icon i {
  animation: spin 1s infinite linear;
}

@media (min-width: 1400px) {
  .woocommerce-notices-wrapper {
    max-width: 1320px;
    max-width: 1120px;
  }
}
@media (min-width: 1024px) {
  .nav-container .nav-right .mobile-menu {
    display: none;
  }
  .woocommerce-order-received .woocommerce ul.order_details li {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  body.error404,
  body.page-template-page-faqs {
    background: #fff;
  }
  body.error404 .error-404.not-found .not-found-text {
    margin: 50px 0px;
  }
  body.page-template-page-faqs .faqs-accordion .list-style li.accordion-item {
    box-shadow: 0px 5px 7px 0px rgb(8 15 52 / 6%);
  }
  form.checkout.woocommerce-checkout #order_review_heading {
    margin-top: 50px;
  }
  form.woocommerce-cart-form .shop_table.cart #coupon_code {
    min-width: 150px;
  }
  .woocommerce nav.woocommerce-MyAccount-navigation {
    width: 26%;
    float: left;
  }
  .woocommerce .woocommerce-MyAccount-content {
    width: 70%;
    float: right;
    margin-top: 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .main-title {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .woocommerce-lost-password .inner-page {
    min-height: 500px;
  }
  .woocommerce form.woocommerce-cart-form {
    width: 60%;
    float: left;
  }
  .woocommerce .cart-collaterals {
    width: 40%;
    float: right;
  }
  form.woocommerce-cart-form
    .shop_table.cart
    .woocommerce-cart-form__cart-item.cart_item {
    border-bottom: 2px solid #d3d3d3;
  }
  form.checkout.woocommerce-checkout #order_review_heading {
    margin-top: 80px;
  }
  .woocommerce form.woocommerce-cart-form.courses-cart-form {
    width: 70%;
  }
  .woocommerce .cart-collaterals.courses-cart-collaterals {
    width: 30%;
  }

  .courses-cart-table .courses-cart-form-order-total,
  .courses-cart-table
    .wc-proceed-to-checkout.courses-cart-form-wc-proceed-to-checkout {
    display: none;
  }
  .order-received-customer-info-mobile,
  .order-received-item-table-mobile {
    display: none;
  }
  .order-replacement-products-main-title,
  .order-replacement-cart-main-title {
    margin-bottom: 40px;
  }
  .order-replacement-products-div {
    margin-top: 40px;
  }

  .woocommerce form.woocommerce-cart-form.courses-cart-form {
    padding: 20px 0px 30px;
  }
}
@media (max-width: 1024px) {
  .main-title {
    font-size: 35px;
  }
  .woocommerce-order-received .woocommerce ul.order_details li {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .courses-detail-right {
    margin-bottom: 30px;
  }
  .woocommerce form.woocommerce-cart-form.courses-cart-form {
    padding: 20px 0px 30px;
  }
  .page-template-page-terms-and-conditions .inner-page ul li {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .woocommerce form.woocommerce-cart-form {
    padding: 30px 20px;
    margin-bottom: 50px;
  }
  .woocommerce form.woocommerce-cart-form .shop_table {
    margin-bottom: 0px;
  }
  .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
  }
  .woocommerce
    table.shop_table_responsive
    tr:not(first-of-type)
    .product-remove {
    border-top: 2px solid #d3d3d3;
    border-bottom: 0px;
    padding-top: 30px;
  }
  .woocommerce table.shop_table_responsive tr:not(first-of-type) .product-name {
    border-top: 0px;
  }
  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
  .woocommerce-page
    table.shop_table_responsive
    tbody
    tr:first-child
    td:first-child {
    padding-top: 9px;
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: #fff;
  }
  form.woocommerce-cart-form .shop_table.cart button[type="submit"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button {
    font-size: 1rem;
  }
  .cart-collaterals.courses-cart-collaterals {
    display: none;
  }
  .courses-cart-table .courses-offered-bottom {
    flex-direction: column-reverse;
    align-items: flex-start !important;
  }
  .woocommerce form.woocommerce-cart-form.courses-cart-form td,
  .woocommerce form.woocommerce-cart-form.courses-cart-form th,
  form.woocommerce-cart-form.courses-cart-form
    .shop_table.cart
    .product-remove {
    border: 0px;
  }
  .woocommerce
    form.woocommerce-cart-form.courses-cart-form
    tr:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .courses-cart-table .courses-cart-form-order-total {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  .courses-cart-table .courses-cart-form-order-total th {
    font-weight: 700 !important;
    font-size: 1.25rem !important;
    display: table-cell !important;
  }
  .woocommerce
    form.woocommerce-cart-form.courses-cart-form
    .actions
    a.checkout-button {
    color: #fff;
    background: var(--primary-color);
    border-radius: 10px;
    padding: 15px 25px;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .woocommerce form.woocommerce-cart-form.courses-cart-form td.actions {
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
  }
  .woocommerce form.woocommerce-cart-form.courses-cart-form {
    padding-bottom: 0px;
  }
  .order-received-customer-info-desktop,
  .order-received-item-table-desktop {
    display: none;
  }
  .order-received-item-table .order_item .product-name {
    width: 65%;
  }
  .woocommerce-order-received-info .order-number {
    margin-bottom: 50px;
  }
  .my-account-courses-list table tr {
    display: block;
  }
  .my-account-courses-list .courses-offered-top .courses-offered-date {
    display: flex !important;
    flex-direction: column;
    gap: 5px;
  }
  .my-account-courses-list .courses-offered-top .course-grade-div,
  .my-account-courses-list .course-title-div {
    display: flex !important;
    flex-direction: row;
    gap: 30px;
  }
  .my-account-courses-list table td.course-btns,
  .my-account-courses-list table .go-to-courses-btn-th {
    width: 100% !important;
    flex-direction: row;
    padding: 0px 15px 15px 0px;
  }
  .my-account-courses-list table td.course-btns a:first-of-type,
  .my-account-courses-list table .go-to-courses-btn-th a {
    margin-left: auto;
  }
  .my-account-courses-list table td:not(.course-name, .course-btns),
  .my-account-courses-list
    table
    th:not(
      .current-courses-title,
      .completed-courses-title,
      .go-to-courses-btn-th
    ),
  .my-account-courses-list h5.course-title {
    display: none;
  }
  .my-account-courses-list .course-title-div {
    justify-content: space-between;
    gap: 0px;
  }
  .my-account-courses-list .course-title-div h4.course-title {
    padding-right: 10px;
    width: 80%;
  }
  .my-account-courses-list table td,
  .my-account-courses-list table td.course-btns,
  .my-account-courses-list table .go-to-courses-btn-th {
    padding-right: 0px;
  }
  .my-account-courses-list .course-title-div p {
    margin-bottom: 0px;
  }
  .my-account-courses-list .course-grade-div p {
    font-weight: 600;
    color: #616161;
  }
  #gform_6 .gfield .gfield_radio .gchoice label {
    margin-left: 0px;
  }
  #gform_6 .gfield .gfield_radio .gchoice {
    padding: 0px;
    width: 100% !important;
    margin-bottom: 35px;
  }
  #gform_6 .gfield .gfield_radio .gchoice:last-of-type {
    margin-bottom: 0px;
  }
  .custom_gfield_html ul li {
    margin: 10px 20px;
  }
  #gform_6 #field_6_1 {
    margin: 30px 0px 20px;
  }
  form.woocommerce-cart-form.courses-certificate-cart-form .course-title {
    font-size: 15px;
  }
  form.woocommerce-cart-form.courses-certificate-cart-form
    td:not(.product-name, .product-remove),
  form.woocommerce-cart-form.courses-certificate-cart-form
    .courses-offered-date
    .offered-date
    label,
  form.woocommerce-cart-form.courses-certificate-cart-form
    .courses-offered-date
    .offered-date
    span {
    font-size: 13px;
  }
  form.woocommerce-cart-form.courses-certificate-cart-form
    td:not(.product-name, .product-remove) {
    display: none !important;
  }
  form.courses-certificate-cart-form .product-remove {
    padding: 9px 12px !important;
  }
  .woocommerce table.courses-certificate-cart-table tr td,
  .woocommerce table.courses-certificate-cart-table tr th {
    border: 0px !important;
  }
  .woocommerce table.courses-certificate-cart-table tr {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
  }
  form.woocommerce-cart-form.courses-certificate-cart-form
    td.product-name
    .edzu-number,
  form.woocommerce-cart-form.courses-certificate-cart-form
    td.product-name
    .course-type {
    display: block !important;
  }
  form.woocommerce-cart-form.courses-certificate-cart-form
    td.product-name
    .edzu-number {
    margin-bottom: 5px;
  }
  form.woocommerce-cart-form.courses-certificate-cart-form td.product-name {
    width: 100%;
  }
  form.woocommerce-cart-form.courses-certificate-cart-form
    td.product-name
    .courses-offered-date {
    display: flex !important;
    flex-direction: column;
  }
  form.woocommerce-cart-form.courses-certificate-cart-form {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 767px) {
  .faqs-accordion .list-style li.accordion-item h3,
  .woocommerce-account .my-account-links span,
  .my-account-courses-list .no-courses-found span {
    font-size: 15px;
    padding-right: 20px;
    line-height: 1.4;
  }
  .main-title {
    font-size: 30px;
  }
  .transcript-requests-faq-section {
    margin: 30px 0px;
  }
  .faqs-section .faqs-title {
    margin-bottom: 0px;
  }
  .faqs-section .faqs-title.faq-category-title:not(:first-of-type) {
    margin-top: 80px;
  }
  .courses-detail-right {
    margin-bottom: 20px;
  }
  form.checkout.woocommerce-checkout #ship-to-different-address {
    margin: 15px 0px;
  }
  form.checkout.woocommerce-checkout #ship-to-different-address span::before,
  form.checkout.woocommerce-checkout #ship-to-different-address span::after {
    top: 7px;
  }
  form.checkout_coupon.woocommerce-form-coupon .form-row {
    width: 100%;
    float: none;
  }
  .woocommerce-order-received .woocommerce ul.order_details {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .woocommerce-order-received .woocommerce ul.order_details li {
    margin: 5px 0px;
    border: 0;
  }
  .woocommerce
    .woocommerce-MyAccount-orders
    tr.order:not(:first-of-type)
    .woocommerce-orders-table__cell-order-number {
    border-top: 2px solid #d3d3d3;
    margin-top: 20px;
  }
  .woocommerce-order-received-info a.print-receipt {
    font-size: 14px;
  }
  form.woocommerce-cart-form.courses-cart-form
    .shop_table.cart
    .courses-offered-img {
    max-width: 60px;
    min-width: 60px;
  }
  form.woocommerce-cart-form.courses-cart-form
    .shop_table.cart
    .woocommerce-cart-form__cart-item.cart_item
    td.product-name {
    width: 30%;
    padding-left: 0px;
  }
  .courses-cart-table .courses-offered-date .offered-date label,
  .courses-cart-table .courses-offered-date .offered-date {
    gap: 1px;
  }
  .courses-cart-table .courses-offered-date .offered-date label,
  .courses-cart-table .courses-offered-date {
    gap: 5px;
  }
  .woocommerce
    form.woocommerce-cart-form.courses-cart-form
    tr:first-of-type
    td:not(.product-name) {
    padding-left: 0px;
  }
  .courses-cart-table .course-title,
  .courses-cart-table .woocommerce-Price-amount.amount,
  .my-account-courses-list .course-title-div h4.course-title {
    font-size: 15px !important;
  }

  .courses-cart-table .courses-instructor-info p,
  .courses-cart-table .courses-offered-date .offered-date label,
  .courses-cart-table .courses-offered-date .offered-date label,
  .woocommerce form.woocommerce-cart-form.courses-cart-form .edzu-number,
  form.woocommerce-cart-form.courses-cart-form
    .shop_table.cart
    .product-remove
    a,
  .courses-cart-table .product-variation p,
  .courses-cart-table .woocommerce-Price-amount.amount,
  .my-account-courses-list .course-name .edzu-number,
  .my-account-courses-list .course-title-div p,
  .my-account-courses-list
    .course-name
    .courses-offered-date
    .offered-date
    label,
  .my-account-courses-list
    .course-name
    .courses-offered-date
    .offered-date
    span {
    font-size: 13px !important;
  }
  .my-account-courses-list .order .course-btns {
    align-items: flex-start;
  }
  .my-account-courses-list .btn {
    font-size: 14px !important;
  }
  .woocommerce form.woocommerce-cart-form.courses-cart-form {
    padding: 30px 0px;
    overflow: auto;
  }
  form.woocommerce-cart-form
    .shop_table.cart
    .woocommerce-cart-form__cart-item.cart_item
    td {
    padding-right: 0px;
  }
  .my-account-courses-list .course-title-div h4.course-title {
    width: 70%;
  }
  #gform_6 #field_6_1 {
    margin: 15px 0px 0px;
  }
  #gform_6 .gform_footer input[type="submit"] {
    width: 200px;
  }
  #gform_6 .gform_footer {
    text-align: center;
  }
  form.woocommerce-cart-form.courses-certificate-cart-form {
    padding: 20px 0px;
  }
  #gform_confirmation_message_1 {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .woocommerce form.woocommerce-cart-form {
    margin-bottom: 0px;
  }
  .checkout-and-register-form-section .create-an-account {
    margin: 30px 0px 0px;
  }
  .courses-offered-date .offered-date span {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .gform_wrapper.gravity-theme .ginput_complex span.name_first {
    margin-bottom: 16px;
  }
  .gform_wrapper.gravity-theme .ginput_complex span.name_last {
    margin-bottom: 0px;
  }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-info a.button {
    width: fit-content;
    margin-top: 20px;
  }
  .woocommerce-order-received
    .woocommerce-order-received-card-info
    .order-received-customer-info.order-received-customer-info-mobile
    .col-md-6 {
    width: 50%;
  }
  .woocommerce-order-received-card-info .col-md-6.card-info.show-card-info {
    width: 100% !important;
  }
}
@media (max-width: 540px) {
  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin: 10px 0px 15px;
    padding-left: 0px;
  }
  .woocommerce .woocommerce-form-login p.lost_password {
    margin: 15px 0px 0px;
  }
  .woocommerce-order-received
    .woocommerce
    .woocommerce-order.woocommerce-order-received-section {
    padding: 30px 0px;
  }

  .order-received-item-table.order-received-item-table-mobile
    .order_item
    .course-title,
  .order-received-item-table.order-received-item-table-mobile
    .woocommerce-Price-amount.amount,
  .order-received-item-table.order-received-item-table-mobile
    .courses-cart-form-order-total
    th,
  .courses-cart-table .course-title {
    font-size: 15px !important;
  }
  .order-received-item-table.order-received-item-table-mobile p,
  .order-received-item-table.order-received-item-table-mobile
    .courses-offered-date
    .offered-date
    span,
  .order-received-item-table.order-received-item-table-mobile
    .courses-offered-date
    .offered-date
    label,
  .order-received-item-table.order-received-item-table-mobile .edzu-number,
  .woocommerce-order-received
    .order-received-customer-info.order-received-customer-info-mobile
    .col-md-6
    p,
  .courses-cart-table .courses-instructor-info p,
  .courses-cart-table .courses-offered-date .offered-date label,
  .courses-cart-table .courses-offered-date .offered-date label,
  .woocommerce form.woocommerce-cart-form.courses-cart-form .edzu-number,
  form.woocommerce-cart-form.courses-cart-form
    .shop_table.cart
    .product-remove
    a {
    font-size: 13px !important;
  }
  .woocommerce-order-received
    .order-received-customer-info.order-received-customer-info-mobile
    .col-md-6 {
    padding: 20px 0px;
  }
  .order-received-item-table.order-received-item-table-mobile
    .order_item
    .product-name {
    width: 70%;
  }
  .order-received-item-table.order-received-item-table-mobile
    .order_item
    .product-variation {
    padding-right: 0px;
  }
  .order-received-item-table.order-received-item-table-mobile .order_item td {
    padding-bottom: 60px;
  }
  .order-received-item-table.order-received-item-table-mobile
    .order_item
    .courses-instructor-info
    p {
    text-align: right;
  }
  .order-received-item-table.order-received-item-table-mobile
    .woocommerce-table__product-total.product-total {
    margin-bottom: 5px;
  }
  .order-received-item-table.order-received-item-table-mobile
    .order_item
    .courses-offered-date {
    position: absolute;
    bottom: 30px;
  }
  .order-received-item-table.order-received-item-table-mobile
    .order_item
    .product-price {
    right: 0;
  }
  .order-received-item-table.order-received-item-table-mobile .offered-date {
    gap: 1px;
  }
  .order-received-item-table.order-received-item-table-mobile
    .courses-offered-date {
    gap: 5px;
  }
  .order-received-item-table.order-received-item-table-mobile
    .order_item
    .courses-instructor-info {
    width: 150px;
  }
  .order-received-item-table.order-received-item-table-mobile
    .order_item
    .product-price {
    bottom: 5px;
  }
  .order-received-item-table.order-received-item-table-mobile
    .courses-cart-form-order-total
    td {
    padding-right: 0px;
  }
}

.inner-page.courses-section {
  background: #fff;
  padding: 30px 0px 20px;
}
.courses-list {
  padding: 0px 0px 40px;
}
.card {
  border-radius: 10px 10px 20px 20px;
  height: 100%;
}
.card .card-body {
  padding: 1rem 1rem 2.5rem 1rem;
}
.card .card-img-top {
  max-height: 200px;
  min-height: 200px;
  height: 100%;
}
.card .card-img-top img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  min-height: 150px;
  max-height: 200px;
  min-height: 200px;
}
.courses-list .course-tag span {
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 500;
}
.courses-list .course-tag.closed-course span {
  background: #ffbebe;
  color: var(--primary-color);
}

.courses-list .course-tag.new-course span {
  background: #ffefaf;
  color: #eabc00;
}
.courses-list .course-tag.open-course span,
.courses-list .course-tag.new-course span {
  background: #cceae3;
  color: #009575;
}
.courses-list .code {
  color: #616161;
  margin: 10px 0px;
}
.card .card-title {
  font-weight: 600;
  font-size: 16px;
}
.card-title a {
  color: #000;
  text-decoration: none;
}
.card .course-dates {
  font-size: 15px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  padding: 0 1rem;
}
.courses-list .course-dates span {
  font-weight: 800;
  margin-right: 5px;
  color: var(--primary-color);
}
.courses-list .courses-list-row .col-md-3 {
  margin-bottom: 30px;
}
.courses-view-type {
  width: fit-content;
  display: flex;
  gap: 20px;
  padding: 0px 20px;
}
.courses-view-type a,
.courses-login-link a,
.courses-view-type .view-label {
  font-size: 15px;
  color: #616161;
  text-decoration: none;
}
.courses-view-type a.active,
.courses-view-type .view-label.active {
  font-weight: 600;
  color: #000;
}
.courses-view-type a img,
.courses-view-type .view-label img {
  width: 30px;
  height: 30px;
}
.courses-filter {
  margin-bottom: 20px;
}
.courses-filter #courses-sort-by {
  width: 100%;
  max-width: 200px;
  border-radius: 4px;
  border: 1px solid #7d7d7d;
  padding: 5px 16px;
  background: #fff;
}
/* Hide the default radio button */
.custom-radio-checkbox input[type="radio"],
.custom-checkbox-row input[type="checkbox"] {
  display: none;
}

/* Style the custom checkbox */
.custom-radio-checkbox .custom-radio,
.gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice label::before,
#billing_same_as_student_info_field label::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary-color);
  border-radius: 4px;
  position: relative;
  margin-right: 10px;
  flex: 1 0 20px;
}
.gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice label::before,
#billing_same_as_student_info_field label::before {
  position: absolute !important;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
/* Style the inner dot (used to indicate selection) */
.custom-radio-checkbox .custom-radio::after,
.custom-checkbox-row .custom-checkbox::after {
  content: "\2713";
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  font-weight: 700;
}

/* Style the radio button label */
.custom-radio-checkbox label {
  display: inline-flex;
  /*align-items: center;*/
  cursor: pointer;
  color: var(--primary-color);
  font-weight: 500;
}
.custom-radio-checkbox input[type="radio"]:checked + .custom-radio,
.gform_wrapper.gravity-theme
  .gfield
  .gfield_checkbox
  .gchoice
  input[type="checkbox"]:checked
  + label::before,
#billing_same_as_student_info_field label.checkbox-checked::before {
  background-color: var(--primary-color);
}
/* Apply styles when the radio button is checked */
.custom-radio-checkbox input[type="radio"]:checked + .custom-radio::after,
.custom-checkbox-row input[type="checkbox"]:checked + .custom-checkbox::after,
.gform_wrapper.gravity-theme
  .gfield
  .gfield_checkbox
  .gchoice
  input[type="checkbox"]:checked
  + label::after,
.gform_wrapper.gravity-theme
  .gfield
  .gfield_radio
  .gchoice
  input[type="radio"]:checked
  + label::after,
#billing_same_as_student_info_field label.checkbox-checked::after {
  opacity: 1; /* Show the inner dot when checked */
}
.custom-radio-checkbox
  input[type="radio"]:checked
  + .custom-radio
  + .radio-text {
  font-weight: 600;
}
.registration-type,
.categories-list {
  background: #fff;
  border-radius: 10px;
  padding: 16px 10px;
  margin: 20px 0px;
}
.categories-list {
  margin-bottom: 50px;
}
.registration-type .title,
.categories-list .title {
  font-weight: 700;
}
.courses-list-row .course-key {
  color: var(--primary-color);
  font-size: 6rem;
  font-weight: 800;
  margin-bottom: 0px;
}
.courses-list-row .course-key-row hr {
  margin: 0px 0px 30px;
}
table.list-view-course-table {
  width: 100%;
}
table.list-view-course-table th:not(:nth-child(1)),
table.list-view-course-table td:not(:nth-child(1)) {
  width: 150px;
  text-align: center;
}
table.list-view-course-table th,
table.list-view-course-table td {
  padding: 10px 10px 10px 0px;
}
table.list-view-course-table .card-meta {
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
table.list-view-course-table .card-meta .code {
  margin: 0px;
}
table.list-view-course-table tr {
  border-bottom: 1px solid #bbb;
}
table.list-view-course-table .course-dates-row .course-dates {
  flex-direction: column;
  align-items: end;
}

.courses-view-type a:not(.active) img.active-img,
.courses-view-type a.active img:not(.active-img),
.courses-view-type .view-label:not(.active) img.active-img,
.courses-view-type .view-label.active img:not(.active-img) {
  display: none;
}

.footer-info .footer-email-link {
  text-decoration: underline;
}

.courses-filter-div {
  display: flex;
  align-items: center;
}
.courses-filter {
  position: relative;
}
.courses-login-link {
  float: left;
  position: absolute;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  width: auto;
  left: 0;
}
.courses-login-link a {
  color: #da1c28 !important;
  font-weight: 600;
}
.courses-login-link a:hover {
  color: #000 !important;
}

@media (min-width: 768px) {
  table.list-view-course-table .course-dates-row {
    display: none;
  }
  .banner-text .col-md-6:first-child {
    order: 1;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .courses-list .courses-list-row .col-md-3 {
    width: 33.33%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .courses-list .courses-list-row .col-md-3 {
    width: 50%;
  }
  .courses-list .row.categories-list .col-md-4,
  .registration-type .col-md-4 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  table.list-view-course-table .start-date-row,
  table.list-view-course-table .end-date-row {
    display: none;
  }
  table.list-view-course-table .course-key-row {
    colspan: 2;
  }
  table.list-view-course-table .card-title {
    font-size: 1rem;
  }
  table.list-view-course-table .code,
  table.list-view-course-table .course-tag {
    font-size: 0.8rem;
    margin: 0px;
  }
  .courses-list .courses-filter {
    flex-direction: row;
    justify-content: space-between !important;
  }
  .courses-view-type {
    padding: 0px;
    gap: 5px;
    margin: 0;
  }
  .courses-view-type a img,
  .courses-view-type .view-label img {
    width: 20px;
    height: 20px;
  }
  .courses-filter #courses-sort-by {
    max-width: 150px;
    padding: 5px 0px;
  }
  .registration-type .title,
  .categories-list .title {
    cursor: pointer;
    position: relative;
    padding: 0px;
    pointer-events: all;
    font-size: 18px;
  }
  .registration-type.open .title::after,
  .categories-list.open .title::after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    background: #da1c28;
  }

  .registration-type .title::after,
  .categories-list .title::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: #da1c28;
    border-radius: 50%;
    padding: 5px 10px;
    line-height: 1.5;
    box-shadow: 0px 5px 16px 0px rgb(8 15 52 / 6%);
    font-size: 15px;
    border: 2px solid #da1c28;
    transition: 0.3s ease-in;
  }
  .registration-type:not(.open) .custom-radio-checkbox,
  .categories-list:not(.open) .custom-radio-checkbox {
    display: none;
  }
  .registration-type:not(.open) .title,
  .categories-list:not(.open) .title {
    margin-bottom: 0px;
  }
  .registration-type-title-link,
  .categories-list-title-link {
    text-decoration: none;
  }
  /* .registration-type .col-md-4 {
    width: 33.33%;
  } */
  .courses-filter-div {
    gap: 10px;
  }
  .courses-login-link {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
  .courses-list .courses-list-row .col-md-3 {
    width: 50%;
  }
  .support-form .gform_wrapper.gravity-theme .gfield textarea.medium {
    max-height: 100px;
  }
  .support-form
    .gform_wrapper.gravity-theme
    .gform_footer
    input[type="submit"] {
    padding: 7px 30px;
  }
  .support-form .gform_wrapper.gravity-theme .gfield input,
  .support-form .gform_wrapper.gravity-theme .gfield select {
    height: 44px;
  }

  .course-description h2 {
    font-size: 24px;
  }

  .not-image-background .row {
    flex-direction: column-reverse;
    gap: 15px;
  }
  .slide-item.not-image-background {
    padding: 15px 0 50px !important;
    padding-top: 0px;
  }
  .not-image-background .show-image {
    height: auto !important;
    max-width: 250px;
  }
  .not-image-background .row .col-md-6 {
    width: 100%;
  }

  .banner-container .slide-item {
    /*min-height: 500px;
    max-height: 500px;*/
  }
  .banner-container .slick-slide .slide-item:not(.not-image-background) img {
    /*height: 500px;*/
  }
}
@media (max-width: 639px) {
  .card .course-dates {
    font-size: 13px;
  }
}
@media (max-width: 550px) {
  .courses-filter-div {
    justify-content: space-between !important;
    padding: 0 5px;
    gap: 5px;
  }
  .courses-view-type a,
  .courses-view-type .view-label {
    font-size: 14px;
  }
  .courses-login-link {
    position: unset;
    padding: 0 5px !important;
    margin-bottom: 10px;
  }
  .courses-list .courses-list-row .col-md-3 {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .resources-btnset .primary-btn {
    padding: 7px 12px;
    text-align: left;
  }
  .courses-view-type a,
  .courses-view-type .view-label {
    font-size: 13px;
  }
  .courses-filter #courses-sort-by {
    font-size: 13px;
    max-width: 140px;
    padding-left: 4px;
  }

  .woovr-variations .woovr-variation-radio .woovr-variation-name,
  .woovr-variations .woovr-variation-radio .woocommerce-Price-amount {
    font-size: 15px;
  }
  .banner-container .banner-text h2 {
    font-size: 16px;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/******* Additional CSS ************/
