.data-analyst-diploma .site-content {
  display: block;
}

.data-analyst-diploma .container:not(.site) {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}

.data-analyst-diploma .abs-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  z-index: -1;
}

/* Banner section */
.data-analyst-banner-section {
  position: relative;
}

.data-analyst-banner-section .content-block {
  max-width: 50%;
  margin-left: auto;
  padding: 90px 25px;
  color: #fff;
  background-image: linear-gradient(
    135deg,
    rgb(5, 45, 70) 0%,
    rgba(0, 22, 39, 0.2) 75%
  );
  border: 2px solid #2d8bba;
}

.data-analyst-banner-section .content-block .title-wrapper {
  border-top: 2px solid #fff;
  padding-top: 30px;
}

.data-analyst-banner-section .content-block .title-wrapper p {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 10px;
  line-height: 1.21;
}

.data-analyst-banner-section .content-block .title-wrapper h1 {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 900;
  color: #fff;
  margin-bottom: 30px;
}

.data-analyst-banner-section .content-block .content-wrapper {
  margin-bottom: 130px;
}

.data-analyst-banner-section .content-block .content-wrapper em {
  display: inline-block;
  margin-bottom: 25px;
}

.data-analyst-banner-section .content-block .content-wrapper em {
  width: 60px;
  height: auto;
}

.data-analyst-banner-section .content-block .content-wrapper p {
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
}

.data-analyst-banner-section .content-block .content-wrapper p + p {
  margin-top: 6px;
}

.data-analyst-banner-section .content-block .button-wrapper {
  display: flex;
  gap: 55px;
}

.data-analyst-banner-section .content-block .button-wrapper .border-btn {
  height: 65px;
  line-height: 65px;
  border-radius: 20px;
  background-image: linear-gradient(
    135deg,
    rgb(5, 45, 70) 0%,
    rgba(0, 22, 39, 0.2) 75%
  );
  border: 2px solid #2d8bba;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  position: relative;
  min-width: 250px;
}

.data-analyst-banner-section .content-block .button-wrapper .border-btn span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
  width: 36px;
  height: 36px;
  background-color: #a9ca48;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transition: all 0.5s;
}

.data-analyst-banner-section
  .content-block
  .button-wrapper
  .border-btn:hover
  span {
  right: -22px;
}

.data-analyst-banner-section
  .content-block
  .button-wrapper
  .border-btn
  span
  > img {
  width: 8px;
}

/* location section */
.location-section {
  padding: 30px 0;
}

.location-section .location-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px -30px;
}

.location-section .location-wrapper .loction-item {
  padding: 0 15px 30px;
  text-align: center;
  flex: 0 0 25%;
  max-width: 25%;
}

.location-section .location-wrapper .loction-item .location-item-inner {
  max-width: 160px;
  margin: 0 auto;
}

.location-section .location-wrapper .icon-wrapper {
  margin-bottom: 15px;
}

.location-section .location-wrapper .icon-wrapper img {
  height: 52px;
  width: auto;
}

.location-section .location-wrapper .content h3 {
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
}

.location-section .location-wrapper .content p {
  font-size: 16px;
  color: #252b33;
  font-weight: 500;
  line-height: 1.28;
  margin-bottom: 0;
}

/*  */
.right-for-you-section {
  padding: 30px 0 30px;
}

.right-for-you-section .image-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.right-for-you-section .image-content-wrapper .image-block {
  flex: 0 0 55%;
  max-width: 55%;
  padding-right: 60px;
}

.right-for-you-section .image-content-wrapper .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right-for-you-section .image-content-wrapper .content-block {
  flex: 0 0 45%;
  max-width: 45%;
  padding-left: 0;
}

.right-for-you-section .image-content-wrapper .content-block h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 30px;
}

.right-for-you-section .image-content-wrapper .content-block h2 strong {
  font-weight: 900;
  color: #a9ca48;
}

.right-for-you-section .image-content-wrapper .content-block p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.award-qualification-section
  .links-accordian-outer
  .links-accordian-inner
  .links-accordian-content
  ul,
.right-for-you-section .image-content-wrapper .content-block ul {
  margin: 0;
  list-style-type: none;
  padding-left: 12px;
}

.award-qualification-section
  .links-accordian-outer
  .links-accordian-inner
  .links-accordian-content
  ul
  li,
.right-for-you-section .image-content-wrapper .content-block ul li {
  position: relative;
  font-size: 16px;
  margin-bottom: 15px;
  color: #252b33;
  line-height: 1.5;
  padding-left: 15px;
}

.award-qualification-section
  .links-accordian-outer
  .links-accordian-inner
  .links-accordian-content
  ul
  li:last-child,
.right-for-you-section .image-content-wrapper .content-block ul li:last-child {
  margin-bottom: 0;
}

.award-qualification-section
  .links-accordian-outer
  .links-accordian-inner
  .links-accordian-content
  ul
  li::before,
.right-for-you-section .image-content-wrapper .content-block ul li::before {
  position: absolute;
  content: " ";
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #252b33;
  border-radius: 50%;
}

/* Award */
.award-qualification-section {
  padding: 30px 0;
}

.award-qualification-section .award-qualification-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.award-qualification-section .left-block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 30px;
}

.award-qualification-section .right-block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-top: 105px;
}

.award-qualification-section .left-block h2 {
  font-size: 54px;
  font-weight: 900;
  letter-spacing: -0.5px;
  margin-bottom: 25px;
}

.award-qualification-section .left-block h2 span {
  font-size: 30px;
  color: #a9ca48;
  display: block;
  letter-spacing: normal;
}

.award-qualification-section .icon-content-block + .icon-content-block {
  margin-top: 30px;
}

.award-qualification-section .icon-content-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.award-qualification-section .icon-content-block em {
  display: inline-block;
  flex: 0 0 80px;
  max-width: 80px;
}

.award-qualification-section .icon-content-block em img {
  width: 80px;
  height: auto;
}

.award-qualification-section .icon-content-block p {
  flex: 1;
  width: 100%;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.28;
  margin: 0;
}

.award-qualification-section
  .links-accordian-outer
  .links-accordian-inner:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid;
}

.award-qualification-section
  .links-accordian-outer
  .links-accordian-inner
  .links-accordian-title {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #252b33;
  cursor: pointer;
  padding-bottom: 12px;
}

.award-qualification-section .links-accordian-outer .links-accordian-inner em {
  display: inline-block;
  transition: all 0.5s;
}

.award-qualification-section
  .links-accordian-outer
  .links-accordian-inner.active
  em {
  transform: rotate(90deg);
}

.award-qualification-section
  .links-accordian-outer
  .links-accordian-inner
  em
  img {
  width: 10px;
}

.award-qualification-section
  .links-accordian-outer
  .links-accordian-inner
  .links-accordian-content {
  padding-top: 12px;
  display: none;
}

.award-qualification-section
  .links-accordian-outer
  .links-accordian-inner
  .links-accordian-content
  p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #252b33;
}

.award-qualification-section
  .links-accordian-outer
  .links-accordian-inner
  .links-accordian-content
  h4,
.award-qualification-section
  .links-accordian-outer
  .links-accordian-inner
  .links-accordian-content
  h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 13px 0 10px;
}

.award-qualification-section
  .links-accordian-outer
  .links-accordian-inner
  .links-accordian-content
  h4 {
  font-size: 16px;
}

.award-qualification-section
  .links-accordian-outer
  .links-accordian-inner
  .links-accordian-content
  ul {
  margin: 10px 0 0;
  padding-left: 15px;
}

.award-qualification-section
  .links-accordian-outer
  .links-accordian-inner
  .links-accordian-content
  ul
  li {
  font-size: 14px;
}

/*  */
.career-cta-section {
  padding: 30px 0;
}

.career-cta-section .blue-box-wrapper {
  background-color: #0d3b5d;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0px 24px 23px rgba(0, 0, 0, 0.7);
}

.career-cta-section .blue-box-wrapper .left-block {
  flex: 0 0 250px;
  max-width: 250px;
  padding-right: 50px;
}

.career-cta-section .blue-box-wrapper .left-block p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

.career-cta-section .blue-box-wrapper .left-block h2 {
  font-size: 28px;
  color: #fff;
  margin: 0 0 20px;
  font-weight: 900;
}

.career-cta-section .blue-box-wrapper .left-block .gb-button {
  text-align: center;
  text-decoration: none;
}

.career-cta-section .blue-box-wrapper .right-block {
  flex: 1;
  padding: 20px 20px 20px 40px;
  border-left: 5px solid #a9ca48;
}

.career-cta-section .blue-box-wrapper .right-block p {
  font-size: 18px;
  color: #fff;
  margin: 0;
}

/* get-job-section */
.get-job-section {
  padding: 30px 0;
}

.get-job-section h2 {
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  margin-bottom: 25px;
}

.get-job-section h2 strong {
  font-weight: 900;
}

.get-job-section P {
  margin-bottom: 12px;
  color: #021827;
  line-height: 1.5;
}

/* start-here-section */
.start-here-section {
  padding: 30px 0;
}

.start-here-section h2 {
  text-align: center;
  font-size: 58px;
  font-weight: 900;
  color: #a9ca48;
  text-transform: uppercase;
}

.start-here-section h2 span {
  font-size: 20px;
  color: #252b33;
  line-height: 1;
  font-weight: 300;
  display: block;
}

.start-here-section .table-accordian-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.start-here-section .table-accordian-wrapper .table-block {
  padding-right: 20px;
  flex: 0 0 45%;
  max-width: 45%;
}
.start-here-section .table-accordian-wrapper .accordian-block {
  padding-left: 20px;
  flex: 0 0 55%;
  max-width: 55%;
}

.start-here-section p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #252b33;
}

/*  location accoridan css*/
.start-here-section .location-accordion-block {
  margin-top: 25px;
}

.start-here-section .location-accordion-block .accordion {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  background: transparent;
  border-radius: 0px;
  padding: 0px;
  color: #252b33;
  gap: 10px;
}

.start-here-section .location-accordion-block .accordion .accordion__item {
  border: 2px solid #005896;
  padding-left: 20px;
}

.start-here-section
  .location-accordion-block
  .accordion
  .accordion__item
  .accordion__title {
  margin: 0;
}

.start-here-section
  .location-accordion-block
  .accordion
  .accordion__item
  .accordion__title
  a {
  padding: 15px 29px 15px 14px;
  text-decoration: none;
  font-size: 14px;
  color: #021827;
  font-weight: 600;
  position: relative;
  display: block;
  line-height: 1;
}

.start-here-section
  .location-accordion-block
  .accordion
  .accordion__item
  .accordion__title
  a::before {
  background-image: url("../assets/images/location-icon.svg");
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: 19px;
  left: -10px;
}

.start-here-section
  .location-accordion-block
  .accordion
  .accordion__item
  .accordion__title
  a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  content: url("../assets/images/location-down-arrow.svg");
  right: 0;
  max-width: 32px;
  transition: all 0.5s;
}
.start-here-section
  .location-accordion-block
  .accordion
  .accordion__item
  .accordion__title
  a.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.start-here-section .location-accordion-block .accordion__content {
  display: grid;
  grid-template-columns: auto 120px;
  gap: 10px 0;
}
.start-here-section .location-accordion-block .accordion__content h5 a {
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #252b33;
  font-weight: 600;
}
.start-here-section .location-accordion-block .accordion__content span a {
  color: #005896;
  padding-right: 20px;
  float: right;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}
.start-here-section
  .location-accordion-block
  .accordion__content
  span
  a::after {
  display: none;
}

/* tabele css */
.single-course .start-here-section .courses-block.block-faq .card {
  max-width: 100%;
}
.single-course .start-here-section .courses-block {
  margin-top: 20px;
}

/* form validations */
.start-here-section .gform_wrapper.gravity-theme .gform_validation_errors {
  background: transparent;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}
.start-here-section .gform_wrapper.gravity-theme .gform_validation_errors h2 {
  text-align: left;
  font-size: 14px;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.start-here-section
  .gform_wrapper.gravity-theme
  .gform_validation_errors
  h2:after {
  display: none;
}
.start-here-section
  .gform_wrapper.gravity-theme
  .gform_validation_errors
  > h2
  .gform-icon {
  display: none;
}
.start-here-section .gform_wrapper.gravity-theme .gfield_validation_message,
.start-here-section .gform_wrapper.gravity-theme .validation_message {
  padding: 0;
  margin: 7px 0 0;
  background: transparent;
  font-size: 14px;
}
.start-here-section .gform_wrapper.gravity-theme .gfield_error input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.start-here-section .gform_wrapper.gravity-theme .gfield_error label {
  color: #252b33;
}
@media (max-width: 1366px) {
  .data-analyst-banner-section .content-block .button-wrapper .border-btn {
    min-width: 220px;
  }

  .data-analyst-banner-section .content-block .button-wrapper {
    gap: 30px;
  }
  .start-here-section h2 {
    font-size: 56px;
  }
}

@media (max-width: 1199px) {
  .data-analyst-diploma .container:not(.site) {
    padding: 0 20px;
  }

  .data-analyst-banner-section .content-block .button-wrapper .border-btn {
    min-width: 214px;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    margin-right: 15px;
  }
  .data-analyst-banner-section .content-block .button-wrapper .border-btn span {
    width: 28px;
    height: 28px;
    font-size: 12px;
    right: -14px;
  }

  .data-analyst-banner-section
    .content-block
    .button-wrapper
    .border-btn:hover
    span {
    right: -18px;
  }

  .data-analyst-banner-section .content-block {
    padding: 60px 20px;
  }

  .data-analyst-banner-section .content-block .title-wrapper {
    padding-top: 20px;
    margin-bottom: 30px;
  }

  .data-analyst-banner-section .content-block .content-wrapper {
    margin-bottom: 100px;
  }

  .right-for-you-section .image-content-wrapper .content-block h2 {
    font-size: 28px;
  }

  .award-qualification-section .two-col-wrapper .col .content-inner h3 {
    font-size: 20px;
  }

  .award-qualification-section .left-block h2 span {
    font-size: 28px;
  }

  .award-qualification-section .left-block h2 {
    font-size: 50px;
  }

  .career-cta-section .blue-box-wrapper .right-block {
    padding: 20px 70px 20px 40px;
  }

  .data-analyst-banner-section .content-block .title-wrapper h1 {
    font-size: 28px;
  }

  .data-analyst-banner-section .content-block .button-wrapper {
    gap: 20px;
  }
  .start-here-section h2 span {
    font-size: 17px;
  }
  .start-here-section h2 {
    font-size: 48px;
  }
  .right-for-you-section .image-content-wrapper .image-block {
    padding-right: 40px;
  }
}

@media (max-width: 1024px) {
  .data-analyst-banner-section .content-block .button-wrapper {
    flex-direction: column;
    gap: 17px;
    max-width: 320px;
  }

  .location-section .location-wrapper .icon-wrapper img {
    height: 42px;
  }

  .location-section .location-wrapper .content h3 {
    font-size: 16px;
  }

  .right-for-you-section .image-content-wrapper .content-block {
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .award-qualification-section .left-block,
  .award-qualification-section .right-block,
  .right-for-you-section .image-content-wrapper .image-block,
  .right-for-you-section .image-content-wrapper .content-block {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .right-for-you-section .image-content-wrapper .image-block {
    padding: 0;
  }

  .award-qualification-section .left-block {
    padding-bottom: 30px;
  }

  .right-for-you-section .image-content-wrapper .content-block {
    padding: 30px 0 0;
  }

  .award-qualification-section .award-qualification-wrapper {
    margin: 0;
  }

  .award-qualification-section .right-block {
    padding: 0;
  }

  .career-cta-section .blue-box-wrapper .right-block {
    padding: 20px 40px;
  }

  .career-cta-section .blue-box-wrapper {
    padding: 20px;
  }

  /*  */
  .start-here-section .table-accordian-wrapper .table-block {
    padding-right: 0;
    padding-bottom: 30px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .start-here-section .table-accordian-wrapper .accordian-block {
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .data-analyst-banner-section .content-block .button-wrapper .border-btn {
    height: 50px;
    line-height: 50px;
  }

  .data-analyst-banner-section .content-block {
    max-width: 100%;
    padding: 40px 20px;
    border: 0;
  }

  .data-analyst-banner-section .content-block .content-wrapper {
    margin-bottom: 80px;
  }

  .data-analyst-banner-section .content-block .content-wrapper em {
    margin-bottom: 15px;
  }

  .data-analyst-banner-section .content-block .title-wrapper {
    padding-top: 0;
    border-top: 0;
  }

  .data-analyst-banner-section .content-block .title-wrapper p {
    font-size: 16px;
  }

  .data-analyst-banner-section .content-block .title-wrapper h1 {
    font-size: 26px;
  }

  .location-section .location-wrapper .loction-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .right-for-you-section .image-content-wrapper .content-block h2 {
    font-size: 26px;
  }

  .right-for-you-section .image-content-wrapper .content-block p {
    margin-bottom: 15px;
  }

  .right-for-you-section {
    padding: 20px 0;
  }

  .award-qualification-section .icon-content-block em {
    flex: 0 0 60px;
    max-width: 60px;
  }

  .award-qualification-section .icon-content-block em img {
    width: 60px;
  }

  .award-qualification-section .left-block h2 {
    font-size: 44px;
  }

  .award-qualification-section .left-block h2 span {
    font-size: 26px;
  }

  .award-qualification-section {
    padding: 20px 0;
  }

  .career-cta-section .blue-box-wrapper .left-block {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 20px;
  }

  .career-cta-section .blue-box-wrapper .right-block {
    flex: 1;
    width: 100%;
    padding: 20px 0 0;
    border-left: 0;
    border-top: 3px solid #a9ca48;
  }
  .start-here-section .location-accordion-block .accordion {
    grid-template-columns: repeat(1, 1fr);
  }
  .start-here-section h2 {
    font-size: 44px;
    margin-bottom: 25px;
  }
  .start-here-section {
    padding: 20px 0;
  }
}

@media (max-width: 425px) {
  .award-qualification-section .left-block h2 {
    font-size: 34px;
  }

  .award-qualification-section .left-block h2 span {
    font-size: 22px;
  }

  .award-qualification-section .icon-content-block p {
    padding: 10px 0 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .location-section .location-wrapper .content h3 {
    line-height: 1.3;
  }
  .start-here-section h2 span {
    line-height: 1.3;
    font-size: 14px;
  }
  .start-here-section h2 {
    font-size: 38px;
  }
}

/* 09-05-2025 css start */
.start-here-section
  .location-accordion-block
  .accordion
  .accordion__item
  .accordion__title
  a:hover,
.start-here-section
  .location-accordion-block
  .accordion
  .accordion__item
  .accordion__title
  a:focus,
.start-here-section
  .location-accordion-block
  .accordion
  .accordion__item
  .accordion__title
  a.active {
  color: #005896 !important;
}
.start-here-section .location-accordion-block .accordion__content h5 a {
  color: #005896 !important;
}
.start-here-section .location-accordion-block .accordion__content h5 a:hover,
.start-here-section
  .location-accordion-block
  .accordion__content
  h5
  + span
  a:hover {
  color: #0d485d !important;
}
/* 09-05-2025 css end */
/* 02-07-2025 */
.training-location-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
}
.training-location-block .location-block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5px 10px;
}
.training-location-block .location-centre {
  border: 2px solid #005896;
  padding: 15px 13px 15px 10px;
}
.training-location-block .book-centre {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.training-location-block .book-centre .book-now,
.training-location-block .book-centre .centre-name {
  color: #005896;
  float: right;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
}
.training-location-block .book-centre .book-now:hover {
  color: #0d485d;
}
.training-location-block .book-centre .centre-name {
  color: #000;
  padding-right: 10px;
  padding-left: 22px;
  position: relative;
}
.training-location-block .book-centre .centre-name:before {
  background-image: url(../assets/images/location-icon.svg);
  position: absolute;
  content: "";
  top: -3px;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-size: 19px;
  left: 0;
}
.training-location-block .book-centre .location-icon {
  height: 19px;
  width: 19px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
@media (max-width: 767px) {
  .training-location-block {
    margin: 0 0 -10px;
  }
  .training-location-block .location-block {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 10px;
  }
}

.data-analyst-diploma .abs-img img {

   height: 100%;
   width: 100%;
   object-fit: cover;

}