#longTabsCarousel .owl-stage-outer .owl-stage .owl-item {
  margin-right: 0px !important;
}

.main-header-floating-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  margin: 2%;
}
.ongoingCoursesHeading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ongoingCoursesHeading h2 {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 60px;
}
.ongoingCoursesHeadingHr {
  color: var(--primary--element);
  width: 80px;
  height: var(--height-xxs);
  margin: 1rem auto;
  background-color: var(--primary--element);
}

.longTabsItem {
  /* border: 1px solid rgba(123, 123, 123, 0.09); */
  box-sizing: border-box;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 185.19%;
  letter-spacing: 0.01em;
  padding: 0.3rem 1rem;
  color: #484848b0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.longTabsItem:hover {
  cursor: pointer;
}
#longTabsCarousel .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(123, 123, 123, 0.09);
}

/* .longTabsItemCurrentTabActive{
  background-color: red;
} */
.activeCoursesTab {
  background-color: #455a64;
  color: #fff;
}
.cousesCardImg {
  width: 100%;
  height: 198px;
}
.card-body {
  padding: 0rem !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  /* border-left: 1px solid rgb(0 0 0 / 5%); */
  background: #ffffff;
  box-shadow: 10px 14px 36px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.divs {
  margin: 2rem 0rem;
}
#categoryDisplaySection .coursesCardHeading {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 142.06%;
  color: rgba(0, 0, 0, 0.63);
  text-align: center;
}
#categoryDisplaySection .card-footer {
  width: 100%;
  border-top: 2px solid rgba(69, 90, 100, 0.11);
  background-color: white;
  text-align: center;
}

#categoryDisplaySection .card-footer:hover a {
  text-decoration: none;
  color: #455a64;
}
.coursesCardAmount {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 142.06%;
  color: rgba(0, 0, 0, 0.63);
}
.coursesCardDiscount {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 142.06%;
  color: rgba(0, 0, 0, 0.43);
}

.coursesCardDuration {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 142.06%;
  color: rgba(0, 0, 0, 0.63);
}

.coursesCardLink {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 185.19%;
  color: #455a64;
  padding: 1rem 0rem;
}
.levelOfDifficulty {
  margin: 3px 6px;
  position: absolute;
  right: 5px;
  padding: 2px;
  /* top: 40%; */
  top: 38%;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  background: #ffffff;
  border-radius: 4px;
  color: #455a64;
  box-shadow: 10px 14px 36px rgba(0, 0, 0, 0.05);
}

#moduleName {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 138.06%;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.94);
}

#categoryDisplaySection {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}

#categoryDisplaySection h5 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  /* line-height: 138.06%;
  letter-spacing: 0.02em; */
  /* margin: 1rem 0rem; */
  margin: 1rem;
  color: rgba(0, 0, 0, 0.94);
}

/******************************************************** Contact section */

.contactSectionCourses {
  background-color: #fcfcfc;
  padding-bottom: 3rem;
}
.contactSectionCourses .main-heading {
  /* font-size: var(--font-sm); */
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  color: #2d2d2d;

  font-family: "Roboto";
  font-style: normal;
}
.contactSectionCourses .main-heading-hr {
  border: 4px solid #67fbf1;
  width: 131px;
}
.contactSectionCourses .hero_card {
  background: #ffffff;
  border-radius: 8px;
  border: none;
}
.contactSectionCourses .hero_card_form {
  background: #fcfcfc;
  border: 1px solid rgba(0, 0, 0, 0.13);
  box-sizing: border-box;
  border-radius: 4px;
}
.contactSectionCourses .hero_card_btn {
  background: #1f2833;
  border-radius: 4px;
}
.contactSectionCourses .hero_card_btn_text {
  color: #67fbf1;
  font-weight: 500;
  font-size: 18px;
}
.contactSectionCourses .hero_card_headings {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.035em;
  color: #757575;
}
.contactSectionCourses .contact-section-heading {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #c1c1c1;
  margin-bottom: 0.5rem;
}
.contactSectionCourses .contact-section-detail {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 0.02em;

  color: rgba(31, 40, 51, 0.89);
}
.contactSectionCourses .contact-section-img {
  background-color: #ffffff;
  border-radius: 50%;
}
.contactSectionCourses .contact-section-image {
  margin-left: -3em;
}

@media (min-width: 321px) and (max-width: 600px) {
  .contactAddressSection .row {
    margin: 2rem auto;
  }
  .contactSectionCourses .main-heading {
    font-size: 20px;
  }
  .contactSectionCourses .main-heading-hr {
    width: 90px;
  }
  .contactSectionCourses .contact-section-detail {
    font-size: 20px;
  }
  .contactSectionCourses .contact-section-image {
    margin-left: 0em;
  }
  .contactSectionCourses .contact-section-img {
    width: 3rem;
    height: 3rem;
  }
  .headerSectionCoursesButton {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 320px) {
  .contactAddressSection .row {
    margin: 2rem auto;
  }
  .contactSectionCourses .main-heading {
    font-size: 20px;
  }
  .contactSectionCourses .main-heading-hr {
    width: 90px;
  }
  /* .contactSectionCourses .contact-section-detail {
    font-size: 22px;
  } */
  .contactSectionCourses .contact-section-image {
    margin-left: 0em;
  }
  .contactSectionCourses .contact-section-img {
    width: 3rem;
    height: 3rem;
  }
  .headerSectionCoursesButton {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 600px) {
  .contactAddressSectionSubDiv {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
  }
  .contactAddressSectionSubDivFirstChild {
    /* margin-left: 1rem; */
  }
}
@media only screen and (min-width: 601px) {
  .contactAddressSection {
    margin-top: 3rem;
  }
}

/***************************************** HEADER ***********************************/

.headerSectionCourses {
  background-image: url("../../img/courses/ceh_bg.webp");
  /* width: 100%;
  background-size: 100% 100%;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  padding: 6rem 0rem 6rem 0rem;
  background-size: 100% 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%); */
  height:60vh;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: 100% 100%; /* Resize the background image to cover the entire container */
  background-color: #2d2d2d;
  padding: 2rem 0rem;
  position: relative;
  /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%); */
  z-index: 0;
}
.headerSectionCourses::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  z-index: 0;
}

.div2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.content_container {
  padding: 1% 5%;
}
.headerSectionCoursesHeading {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 138.06%;
  color: #ffffff;
}
.header__content__quote_ecCouncil {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 138.06%;
  color: #ffffff;
  font-style: italic;
}
.ongoingCoursesheaderSectionHr {
  color: var(--primary--element);
  width: 80px;
  height: var(--height-xxs);

  background-color: var(--primary--element);
}

.headerSectionCoursesParagraph {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 185.19%;

  letter-spacing: 0.01em;

  /* color: rgba(255, 255, 255, 0.73); */
  color: #fff;
}

.headerSectionCoursesButton {
  background-color: transparent;
  border: 2px solid #67fbf1 !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff !important;
  padding: 1rem 2rem;
  margin-bottom: 4rem;
}

/* TESTIMONIALS */
.coursesStudentsTestimonials {
  background-color: #fcfcfc;
}
.coursesStudentsTestimonials h1 {
  font-size: 25px;
  font-weight: 700;
}
.ongoingCoursesCard {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  /* box-shadow: -10px 8px 63px rgba(162, 162, 162, 0.25); */
  box-shadow: -10px 8px 63px rgb(231 231 231 / 25%);
  border-radius: 8px;
  /* width: 587px;
  height: 339px; */
  padding: 2rem;
  height: 280px;
  align-items: center;
  justify-content: center;
}
.ongoingCoursesCardSubContentStudentImg {
  width: 80px !important;
  height: 80px !important;
  border-radius: 50%;
}
.ongoingCoursesCardSubContent {
  display: flex;
}
.ongoingCoursesCardContent {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5rem;
  /* line-height: 185.19%;
  letter-spacing: 0.01em; */
  color: rgba(0, 0, 0, 0.73);
}
.studentsTestimonialsContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 1rem;
}
.studentsTestimonialsContentHeading {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;

  color: rgba(0, 0, 0, 0.73);
}
.studentsTestimonialsContentSubHeading {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.73);
}
/* .strikeThrough{
  text-decoration: line-through;
} */

/* .divs .owl-nav{
  overflow: hidden;
  height: 0px;
}

.divs .owl-dots .owl-dot.active span, 
.divs .owl-dots .owl-dot:hover span {
    background: #2caae1;
}


.divs .item {
    text-align: center;
}
.divs .nav-btn{
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px !important;
}

.divs .owl-prev.disabled,
.divs .owl-next.disabled{
  pointer-events: none;
  opacity: 0.2;
}

.divs .prev-slide{
    background-color: red;
    left: -33px;
}
.divs .next-slide{
    background-color: red;
    right: -33px;
}
.divs .prev-slide:hover{
   background-position: 0px -53px;
}
.divs .next-slide:hover{
  background-position: -24px -53px;
} */

.divs .owl-dots .owl-dot.active span,
.divs .owl-dots .owl-dot:hover span,
.coursesStudentsTestimonials .owl-theme .owl-dots .owl-dot.active span,
.coursesStudentsTestimonials .owl-theme .owl-dots .owl-dot:hover span {
  /* margin: 5px 7px; */
  margin: 1rem 0.5rem;
  display: block;
  /* -webkit-backface-visibility: visible; */
  transition: opacity 0.2s ease;
  width: 77px;
  height: 9px;
  background: #455a64;
  border-radius: 32px;
}

.divs .owl-dots .owl-dot span,
.coursesStudentsTestimonials .owl-theme .owl-dots .owl-dot span {
  /* margin: 5px 7px; */
  margin: 1rem 0.5rem;
  display: block;
  /* -webkit-backface-visibility: visible; */
  transition: opacity 0.2s ease;
  width: 77px;
  height: 9px;
  border-radius: 32px;
  background: rgba(188, 188, 188, 0.38);
}

@media only screen and (max-width: 899px) {
  .divs .owl-dots .owl-dot span,
  .divs .owl-dots .owl-dot.active span,
  .divs .owl-dots .owl-dot:hover span,
  .coursesStudentsTestimonials .owl-theme .owl-dots .owl-dot span,
  .coursesStudentsTestimonials .owl-theme .owl-dots .owl-dot.active span,
  .coursesStudentsTestimonials .owl-theme .owl-dots .owl-dot:hover span {
    width: 52.84px;
    height: 6px;
  }
  .divs .owl-nav {
    display: none;
  }
}
@media only screen and (min-width: 20000px) {
  .headerSectionCourses{
    background-size: cover;
  }
}
@media only screen and (min-width: 900px) {

  .divs .owl-nav .owl-prev span {
    position: absolute;
    left: -3.5rem;
    top: 10%;
    color: rgba(69, 90, 100, 0.22);
    font-size: 7.5rem;
  }
  .divs .owl-nav .owl-next span {
    position: absolute;
    right: -3.5rem;
    top: 10%;
    color: rgba(69, 90, 100, 0.22);
    font-size: 7.5rem;
  }
}
.owl-carousel .owl-stage {
  display: flex !important;
}
.owl-carousel .owl-stage .owl-item .item {
  display: flex !important;
  flex: 1 0 auto !important;
  height: 100% !important;
  /* align-items: center; */
  justify-content: center;
}

.categoryDisplaySection .card {
  display: block !important;
}

.card-footer-courses {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-top: 2px solid rgba(69, 90, 100, 0.11);
  background-color: white;
  width: 100%;
}

.card-footer-courses a:hover {
  text-decoration: none;
  color: #455a64;
}

/* SECTION 2 */
.ceh_new_second_sect {
  width: 100%;
  padding: 0 2%;
  margin-top: 2%;
}

.ceh_new_second_sect_holder {
  width: 100%;
  display: flex;
  align-items: top;
  gap: 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 9px;
  padding: 2%;
}
.ceh_new_second_sect_left,
.ceh_new_second_sect_right {
  width: 50%;
  /* padding: 2%; */
  /* height: 200px; */
}
.ceh_new_second_sect_left h4 {
  font-size: 1rem;
  color: #fff;
  border: 1.5px solid #eee;
  padding: 2%;
  text-transform: capitalize;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  background-color: #1f2833;
  text-align: center;
  border-radius: 5px;
}
.ceh_new_second_sect_right h4 {
  font-size: 1rem;
  color: #fff;
  border: 1.5px solid #eee;
  padding: 2%;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  background-color: #1f2833;
  text-align: center;
  border-radius: 5px;
}
.ceh_new_second_sect_left_holder {
  width: 100%;
  height: 110px;
  display: flex;
  align-items: top;
  padding: 2%;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.ceh_new_second_sect_left_items {
  width: 33.33%;
  display: flex;
  align-items: top;
  gap: 8px;
}
.ceh_new_second_sect_left_items img {
  width: 35px;
  height: 35px;
}
.ceh_new_second_sect_left_items p {
  color: #000;
  margin: 0;
  font-weight: 700;
  font-size: 0.8rem;
}
.ceh_new_second_sect_right img {
  width: 100%;
}

.ceh_new_second_sect_right_content_box {
  width: 100%;
  height: 110px;
  /* background-image: url(../../img/courses/code.jpg); */
  background-color: #fff;
  background-size: cover;
  position: relative;
  border-radius: 5px;
  z-index: -1;
}
.ceh_new_second_sect_right_content_box_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #fff;
  display: flex;
  align-items: top;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    
  z-index: 0;
}
.ceh_new_second_sect_right_content_box_items {
  padding: 2%;
  width: 33.33%;
}
.ceh_new_second_sect_right_content_box_items_pipe {
  height: 80%;
  width: 2px;
  background-color: #eee;
  margin: auto 0;
}
.ceh_new_second_sect_right_content_box_items p:first-child {
  color: red;
  font-size: 2rem;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  margin: 0;
  text-align: center;
}
.ceh_new_second_sect_right_content_box_items p:last-child {
  color: #000;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
}

/* SECTION 3 */
.home_course_section {
  padding: 3% 5%;
}
.home_divider {
  width: 20%;
  height: 10px;
  border-radius: 20px;
  background: #86f6e2;
}
.home_course_section h2 {
  color: #000;
  margin: 2% 0;
}
.home_course_list_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  /* gap:15px; */
}
.ceh_card {
  width: 70%;
  background-color: #f3f4f6;
  display: flex;
  padding: 2%;
  align-items: center;
  height: 280px;
  margin: 0 auto;
}
/* .ceh_card_image_holder {
  width: 20%;
  height: 100%;
  padding: 2%;
  border-right: 1px solid #b7bac5;
  position: relative;
} */
.ceh_card_image {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin-right: 1%;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}
.ceh_card_content_holder {
  padding: 2%;
  color: #000;
  width: 50%;
  height: 100%;
  border-right: 1px solid #b7bac5;
  border-left: 1px solid #b7bac5;
  flex-grow: 1;
}
.ceh_card_content_holder h3 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.ceh_card_content_holder p {
  font-size: 1.085rem;
}
.ceh_card_buttons_holder {
  padding: 2%;
  width: 30%;
}
.ceh_card_contact_btn {
  width: 100%;
  padding: 3%;
  outline: none;
  border: 3px solid #11009e;
  border-radius: 5px;
  color: #11009e;
  font-weight: 500;
  font-size: 0.9rem;
  background: transparent;
  transition: all 0.2s ease-in-out;
}
.ceh_card_contact_btn:hover {
  background-color: #11009e;
  color: #fff;
}
.ceh_card_download_btn {
  background-color: #11009e;
  outline: none;
  border: 3px solid #11009e;
  color: #fff;
  font-weight: 500;
  width: 100%;
  margin-top: 3%;
  border-radius: 5px;
  padding: 3%;

  font-size: 0.9rem;
}
.ceh_card_download_btn:hover {
  background-color: transparent;
  color: #1f2833;
}

/* TESTIMONIALS */
.container {
  max-width: 124rem;
  padding: 0 1rem;
  margin: 0 auto;
}

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

.section-heading {
  font-size: 3rem;
  color: var(--primary);
  padding: 2rem 0;
}

#tranding {
  padding: 0;
}

@media (max-width: 1440px) {
  #tranding {
    padding: 7rem 0;
  }
}

#tranding .tranding-slider {
  height: 550px;
  padding: 2rem 0;
  position: relative;
}

@media (max-width: 500px) {
  #tranding .tranding-slider {
    height: 45rem;
  }
}

.tranding-slide {
  width: 37rem;
  height: 400px;
  position: relative;
}

@media (max-width: 500px) {
  .tranding-slide {
    width: 28rem !important;
    height: 36rem !important;
  }
  .tranding-slide .tranding-slide-img img {
    width: 28rem !important;
    height: 36rem !important;
  }
}

.tranding-slide .tranding-slide-img img {
  width: 37rem;
  height: 42rem;
  border-radius: 2rem;
  object-fit: cover;
}

.tranding-slide .tranding-slide-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 350px;
  height: 320px;
  margin: 0 auto;
}
.tranding-slide-content-header-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}
.tranding-slide-content-header-box img {
  height: 80px;
  width: 80px;
  border-radius: 200px;
  object-fit: cover;
}
.tranding-slide-content-header-box h1 {
  color: #000;
  font-weight: 700;
}
.tranding-slide-content-header-box p {
  color: #000;
  font-weight: 500;
}
.testm-quote {
  color: #000;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
}
.tranding-slide-content p {
  color: #000;
}

.tranding-slide-content .food-price {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: var(--white);
}

.tranding-slide-content .tranding-slide-content-bottom {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: var(--white);
}

.food-rating {
  padding-top: 1rem;
  display: flex;
  gap: 1rem;
}

.rating ion-icon {
  color: var(--primary);
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  display: none;
}

.tranding-slider-control {
  position: relative;
  bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tranding-slider-control .swiper-button-next {
  left: 58% !important;
  transform: translateX(-58%) !important;
}

@media (max-width: 990px) {
  .tranding-slider-control .swiper-button-next {
    left: 70% !important;
    transform: translateX(-70%) !important;
  }
}

@media (max-width: 450px) {
  .tranding-slider-control .swiper-button-next {
    left: 80% !important;
    transform: translateX(-80%) !important;
  }
}

@media (max-width: 990px) {
  .tranding-slider-control .swiper-button-prev {
    left: 30% !important;
    transform: translateX(-30%) !important;
  }
}

@media (max-width: 450px) {
  .tranding-slider-control .swiper-button-prev {
    left: 20% !important;
    transform: translateX(-20%) !important;
  }
}

.tranding-slider-control .slider-arrow {
  background: var(--white);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  left: 42%;
  transform: translateX(-42%);
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.tranding-slider-control .slider-arrow ion-icon {
  font-size: 2rem;
  color: #222224;
}

.tranding-slider-control .slider-arrow::after {
  content: "";
}

.tranding-slider-control .swiper-pagination {
  position: relative;
  width: 15rem;
  bottom: 1rem;
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet {
  filter: drop-shadow(0px 8px 24px rgba(18, 28, 53, 0.1));
}

.tranding-slider-control .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}
.home-footer-go1-left {
  width: 30%;
}
.home-footer-go1-right {
  width: 70%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.home-testimonial-sect {
  width: 100%;
  padding: 2%;
  background-color: #1f2833;
}
@media only screen and (max-width:600px) {
  .main-header-floating-img {
    width: 60px;
  }
}

@media only screen and (min-width: 2000px) {
  .main-header-floating-img {
    width: 120px;
  }
  .ceh_new_second_sect_right h4, .ceh_new_second_sect_left h4{
    font-size: 1.7rem;
    letter-spacing: 1px;
  }
  .ceh_new_second_sect_left_holder,
  .ceh_new_second_sect_right_holder,
  .ceh_new_second_sect_right_content_box_cover {
    height: 250px;
  }
  .ceh_new_second_sect_left_items img{
    width: 60px;
    height: 60px;
  }
  .ceh_new_second_sect_left_items p{
    font-size: 1.5rem;
  }
  .ceh_new_second_sect_right_content_box_items p:first-child{
    font-size: 3.3rem;
  }
  .ceh_new_second_sect_right_content_box_items p:last-child{
    font-size: 1.8rem;
  }
  .ceh_card{
    height: 350px;
    width: 60%;
  }
  .ceh_card_buttons_holder{
    width: 20%;
  }
  .ceh_card_content_holder h3{
    font-size: 2rem
  }
}

@media only screen and (max-width:720px) {
  .headerSectionCourses{
    clip-path: none;
  }
  .ceh_new_second_sect_holder{
    display: block;
  }
  .ceh_new_second_sect_left, .ceh_new_second_sect_right{
    width: 100%;
  }
  .ceh_new_second_sect_left{
    margin-bottom: 20px;
  }
  .ceh_new_second_sect_left_items img{
    width: 20px;
    height: 20px;
  }
  .ceh_new_second_sect_left_items p{
    font-size: 0.7rem;
  }
  .ceh_new_second_sect_right_content_box_items p:first-child{
    font-size: 1.5rem;
  }
  .ceh_new_second_sect_right_content_box_items p:last-child{
    font-size: 0.8rem;
  }
  .ceh_card{
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .ceh_card:first-child{
    margin-top: 2%;
  }
  .ceh_card:last-child{
    margin-bottom: 2%;
  }
  .ceh_card_content_holder{
    width: 100%;
    border: none; 
  }
  .ceh_card_content_holder h3{
    font-size: 1.5rem;
  }
  .ceh_card_content_holder p{
    font-size: 0.8rem;
  }
  .ceh_card_buttons_holder{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 1%;
  }
  .ceh_card_download_btn{
    margin: 0;
  }
  .ceh_new_second_sect{
    margin: 5% 0;
  }
  .home_course_section{
    padding: 5%;
  }
}
