/* --font-pri: "Montserrat", sans-serif;

    --clr-pri: #ff7a00;
    --clr-sec: #001b26;
    --clr-blue: #44a7f1;
    --clr-sec-light: #3a4b55;
    --header-height: 90px; */
button,
input {
  font: inherit;
}

section.hero {
  padding: 50px 0 70px;
  position: relative;
  /* background: linear-gradient(to bottom, #fff 27%, #c2e2ff 100%); */
}
.hero-drone-bundle {
  background-size: cover;
  background-position: center top;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: calc(100% + 90px);
  z-index: -1;
}
.hero-content {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 36px;
  align-items: center;
}
.hero-content .block {
  min-width: 0;
  max-width: 100%;
}
.hero-content .labels label {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  padding-right: 15px;
  margin-right: 12px;
  color: var(--clr-blue);
  border-right: 1px solid;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.hero-content .labels label:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.hero-content .hero-heading {
  font-size: 55px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 20px;
}
.hero-content .hero-heading.hero-heading--md{
  font-size: 48px;
}
.hero-content .hero-heading.hero-heading--sm{
  font-size: 38px;
}
.hero-content .hero-heading.hero-heading--sm ~ .hero-body h3{
  font-size: 22px;
  line-height: 1.5;
}
.hero-content .hero-heading span {
  color: var(--clr-blue);
}

.hero-content .hero-body {
  margin-top: 13px;
}
.hero-content .hero-body > * + * {
  margin-top: 16px;
}
.hero-content .hero-body h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
.hero-content .hero-body p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 15px;
}
.hero-content .hero-body ol {
  padding-left: 26px;
}
.hero-content .hero-body ul li,
.hero-content .hero-body ol li {
  padding-left: 26px;
  position: relative;
  line-height: 1.4;
  font-weight: 500;
}
.hero-content .hero-body ol li {
  padding-left: 0;
  list-style-type: decimal;
}
.hero-content .hero-body ul li + li,
.hero-content .hero-body ol li + li {
  margin-top: 16px;
}
.hero-content .hero-body ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("../../img/drone-small-logo.png") no-repeat center/contain;
}
.btn-action-wrapper {
  margin-top: 28px;
  display: flex;
  gap: 15px;
}
.btn-action-wrapper.mt-0 {
  margin-top: 0;
}
.btn-block.enroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.btn-block .btn{
  font-size: 18px;
  height: 58px;
  min-height: 58px;
  padding: 0 38px;
  white-space: nowrap;
}
.btn-block.enroll .btn {
  color: #ffffff;
  background-color: #ff7a00;
  flex-direction: column;
  row-gap: 2px;
  padding-top: 4px;
}
.btn-block.enroll span {
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 3px;
  background: #D16603;
  padding: 2px 5px;
  border-radius: 50px;
  min-width: 112px;
  justify-content: center;
}
.btn-block.enroll span i{
  font-size: 18px;
  line-height: 1;
}
.btn-block.enroll span img {
  /* width: 23px; */
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  object-position: center;
  max-height: 7px;
  width: auto;
  filter: invert(1);
}
.btn-block.free-course .btn {
  background: #ffffff;
  color: #000000;
}
.hero-content .right-side .img-wrapper {
  position: relative;
  isolation: isolate;
}
.hero-content .right-side .img-wrapper.grid-type-area{
    display: grid;
    gap: 10px;
}
.hero-content .right-side .img-wrapper.two {
  display: grid;
  grid-template-columns: 1fr;
}
.hero-content .right-side .img-wrapper.two .img-outer {
  width: 100%;
  max-width: 378px;
}
.hero-content .right-side .img-wrapper.two .img-outer:first-child {
  margin-left: auto;
  z-index: 1;
}
.hero-content .right-side .img-wrapper.two .img-outer:nth-child(2) {
  margin-top: -50px;
}
.hero-content .right-side .img-wrapper.three {
  grid-template-areas:
    "a b"
    "c c";
}
.hero-content .right-side .img-wrapper.four {
  grid-template-areas:
    "a b"
    "c d";
}
.hero-content .right-side .img-wrapper.four .img-outer .img,
.hero-content .right-side .img-wrapper.two .img-outer .img,
.hero-content .right-side .img-wrapper.five .img-outer .img,
.hero-content .right-side .img-wrapper.six .img-outer .img{
    padding-bottom: 75%;
}
.hero-content .right-side .img-wrapper.five .img-outer:nth-child(2) .img,
.hero-content .right-side .img-wrapper.five .img-outer:nth-child(1) .img{
    padding-bottom: 100%;
}
.hero-content .right-side .img-wrapper.three .img-outer:nth-child(1) .img,
.hero-content .right-side .img-wrapper.three .img-outer:nth-child(2) .img{
    padding-bottom: 75%;
}
.hero-content .right-side .img-wrapper.three .img-outer:nth-child(3) .img{
    padding-bottom: 56.25%;
}
.hero-content .right-side .img-wrapper.five {
  /* grid-template-rows: 1.5fr 1fr; */
  grid-template-areas:
    "a a a b b b"
    "c c d d e e";
}
.hero-content .right-side .img-wrapper.six {
  /* grid-template-rows: 1fr 1fr 1.6fr; */
  grid-template-areas:
    "a a b"
    "a a c"
    "d e f";
}

.hero-content .right-side .img-wrapper.grid-type-area .img-outer img,
.hero-content .right-side .img-wrapper.grid-type-area .img-outer .img{
    border-radius: 19px;
}
.hero-content .right-side.single-media .img-outer,
.hero-content .right-side .img-wrapper.two .img-outer,
.hero-content .right-side .img-wrapper.grid-type-area .img-outer{
    border: 8px solid #FFF;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    border-radius: 27px;
}
.hero-content .right-side.single-media .video-outer {
  border: none;
  border-radius: 0;
}
.grid-type-area > :nth-child(1) {
  grid-area: a;
}
.grid-type-area > :nth-child(2) {
  grid-area: b;
}
.grid-type-area > :nth-child(3) {
  grid-area: c;
}
.grid-type-area > :nth-child(4) {
  grid-area: d;
}
.grid-type-area > :nth-child(5) {
  grid-area: e;
}
.grid-type-area > :nth-child(6) {
  grid-area: f;
}
.right-side.single-media {
  align-self: center;
}
.hero-content .right-side.single-media .img {
  padding-bottom: 56.25%;
}
.hero-content .right-side.single-media .video-outer .img {
  padding-bottom: 0;
  border-radius: 0;
}
.hero-content .right-side .img {
  height: 0;
  overflow: hidden;
  padding-bottom: 81.21%;
  position: relative;
  border-radius: 19px;
  height: 100%;
}
.hero-content .right-side .img video,
.hero-content .right-side .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-content .right-side .img video.playing ~ .video-poster-hero {
  opacity: 0;
}
.video-poster-hero {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  border: none;
  outline: none;
  pointer-events: none;
}
.video-poster-hero img.video-poster-hero {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-content .right-side .video-poster-hero img.video-poster-hero-img-play {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  transition: 0.2s;
}
.hero-content
  .img-outer:hover
  .video-poster-hero
  img.video-poster-hero-img-play {
  transform: translate(-50%, -50%) scale(1.03);
}
.hero-content .right-side .img-wrapper .circle {
  position: absolute;
  width: 58%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  max-width: 354px;
}
.hero-content .right-side .img-wrapper .circle:before {
  content: "";
  position: absolute;
  padding-bottom: 100%;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 50%;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  border: 1px solid var(--clr-pri);
  outline: 1px solid var(--clr-pri);
  outline-offset: -20px;
}
/* Organisations start */
section.organizations.organizations-pt-100 {
  padding-top: 70px;
}
section.organizations {
  padding: 40px 0 75px;
  position: relative;
  z-index: 9;
}
.section-heading h2 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 36px;
}

.top-companies-slider__items .slick-track {
  display: flex;
}
.top-companies-slider__items:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.top-companies-slider__items:not(.slick-initialized)
  .top-companies-slider-item:nth-child(n + 7) {
  display: none;
}
.top-companies-slider__items .top-companies-slider-item {
  height: auto;
  margin: 0 10px;
  border: 1px solid #d4d4d4;
  border-radius: 7px;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  direction: ltr;
}
.top-companies-slider__items
  .top-companies-slider-item.left
  .cs-slider-info-popup {
  left: 0;
}
.top-companies-slider__items
  .top-companies-slider-item.right
  .cs-slider-info-popup {
  left: unset;
  right: 0;
}
.top-companies-slider__items
  .top-companies-slider-item.left
  .cs-slider-info-popup::before {
  left: 40px;
}
.top-companies-slider__items
  .top-companies-slider-item.right
  .cs-slider-info-popup::before {
  left: unset;
  right: 40px;
}
/* .top-companies-slider__items[dir="rtl"] .cs-slider-info-popup{
    direction: ltr;
} */
.top-companies-slider-item img {
  max-height: 50px;
  max-width: 100%;
}
.top-companies-slider-item .cs-slider-info-popup img {
  margin-bottom: 12px;
  max-height: 70px;
  max-width: 150px;
}
.organizations .slick-list,
.organizations .slick-track {
  overflow: visible;
}
/* Organisations ends */

/* course summary starts */
.course-summary-contents {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 50px;
  color: #fff;
  background-color: var(--clr-sec);
  padding: 38px 46px;
  border-radius: 21px;
  align-items: center;
}
.course-summary-contents.verticleSection{
  grid-template-columns: 1fr;
  gap: 0;
}
.course-summary-contents.verticleSection h3,
.course-summary-contents.verticleSection p{
  max-width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
.course-summary-contents.verticleSection .btn-action-wrapper{
  justify-content: left;
  margin-top: 0 !important;
}
.course-summary-contents.verticleSection.center h3,
.course-summary-contents.verticleSection.center p{
  text-align: center;
}
.course-summary-contents.verticleSection.center .btn-action-wrapper{
  justify-content: center !important;
}
.course-summary-contents.verticleSection.right h3,
.course-summary-contents.verticleSection.right p{
  text-align: right;
}
.course-summary-contents.verticleSection.right .btn-action-wrapper{
  justify-content: flex-end !important;
}
.course-summary-right h3 {
  font-size: 48px;
  font-weight: 700;
  max-width: 670px;
  margin: 0 auto;
  margin-bottom: 14px;
  /* text-transform: uppercase; */
}
.course-summary-right p {
  font-size: 20px;
  line-height: 1.6;
}
.btn-action-wrapper.justify-center {
  justify-content: center;
}
.btn-action-wrapper.justify-center.mob {
  display: none;
}
.btn-action-wrapper {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}

.course-summary .btn-block span img {
  filter: invert(1);
}

/* course summary ends */

/* Courses listing starts */
.courses-listing {
  padding: 70px 0 35px;
  padding-top: 0 !important;
}
.courses-listing-header {
  text-align: center;
  font-size: 46px;
  font-weight: 500;
  max-width: 1000px;
  margin: 0 auto;
}
.courses-listing-sub-header{
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 15px;
}
.course-listing-header-box{
  max-width: 1230px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.courses-slider-items:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-auto-rows: 0;
  overflow-y: hidden;
  row-gap: 0;
  margin: 0 -20px;
}
.courses-slider-items .slick-list {
  margin: 0 -20px;
}
.courses-slider-items .slick-track {
  display: flex;
}
.courses-slider-item {
  padding: 0 20px;
  height: auto;
}
.course-slider-item-contents {
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #ecf4fc;
  max-height: max-content;
}
.courses-slider-item__media {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  /* height: 100%; */
  background-color: #ffffff;
  border-radius: 18px;
}
.courses-slider-item__media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.courses-slider-item__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.course-tag {
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  height: 30px;
  background-color: #ff7a00;
  width: auto;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 5px 0 0 5px;
  position: relative;
  margin-bottom: 6px;
}
.course-tag:after {
  content: "";
  position: absolute;
  right: -10px;
  height: 20px;
  width: 20px;
  background: #ff7a00;
  transform: rotate(45deg);
  border-radius: 0 5px 0 0;
}
.courses-slider-item__info h4 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.course-item-desc {
  flex: 1;
}
.course-duration-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 14px;
}
.course-creator-info {
  border-radius: 60px 0 0 60px;
  background-image: linear-gradient(to right, #fff, transparent);
  margin-bottom: 15px;
  display: flex;
  width: 100%;
}

.course-creator-info .course-duration-bar {
  position: relative;
}
.course-creator-info .course-duration-bar:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 26px;
  background: #000000;
  bottom: 0;
  margin: auto;
}

.course-creator-info .course-duration-bar:last-child:before {
  display: none;
}

.course-duration-bar h6 {
  font-size: 14px;
  font-weight: 600;
}
.course-duration-bar p {
  font-size: 14px;
  font-weight: 400;
}
.course-duration-bar p span {
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  font-size: 12px;
}
.course-duration-bar p span:nth-child(2) {
  margin-left: 7px;
  padding-left: 7px;
  border-left: 1px solid #000;
}
.course-item-desc p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  /* display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  -webkit-box-orient: vertical; */
  font-weight: 500;
}
.course-item-action {
  margin-top: 0px;
}
.discription-item {
  padding-top: 15px;
  transition: padding 0.2s ease;
}
.discription-item.open {
  padding-top: 25px;
}
.discription-item ul {
  margin-bottom: 12px;
}
.discription-item li {
  font-size: 16px;
  padding: 8px 20px 8px 38px;
  margin-bottom: 6px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  width: 100%;
}
.discription-item.discription-item--two ul {
  column-count: 2;
}
.discription-item li:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("https://marketing-staging.thedroneu.com/wp-content/uploads/2025/01/check.svg");
  background-position: center;
  position: absolute;
  left: 12px;
  top: 8px;
}
.course-item-action button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
}
.course-item-action i {
  display: inline-flex;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(135deg);
  position: relative;
  bottom: 2px;
}

.hero-content .img-wrapper.slick-slider button,
.course-item-action button,
.sale-reviews-list button,
.why-choose-du-items button {
  background: none;
  border: none;
  outline: none;
  color: var(--clr-pri);
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}
.hero-content .img-wrapper.slick-slider .slick-arrow,
.courses-slider-items .slick-arrow,
.sale-reviews-list .slick-arrow,
.why-choose-du-items .slick-arrow,
.classes-for-items__right .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #adadad;
  background-color: #f6fcff;
  opacity: 0.6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: 0.25s;
}
.classes-for-items__right .slick-arrow {
  width: 36px;
  height: 36px;
}
.hero-content .img-wrapper.slick-slider .slick-arrow.slick-disabled,
.courses-slider-items .slick-arrow.slick-disabled,
.sale-reviews-list .slick-arrow.slick-disabled,
.why-choose-du-items .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.classes-for-items__right .slick-arrow.slick-disabled {
  display: none !important;
}
.hero-content .img-wrapper.slick-slider .slick-arrow:not(.slick-disabled):hover,
.courses-slider-items .slick-arrow:not(.slick-disabled):hover,
.sale-reviews-list .slick-arrow:not(.slick-disabled):hover,
.why-choose-du-items .slick-arrow:not(.slick-disabled):hover {
  opacity: 1;
}
.hero-content .img-wrapper.slick-slider .slick-arrow::before,
.courses-slider-items .slick-arrow::before,
.sale-reviews-list .slick-arrow::before,
.why-choose-du-items .slick-arrow::before,
.classes-for-items__right .slick-arrow::before {
  content: "";
  width: 15px;
  height: 15px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 16px;
  left: 18px;
  transform: rotate(45deg);
}
.classes-for-items__right .slick-arrow::before {
  width: 10px;
  height: 10px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  top: 11px;
  left: 13px;
}
.hero-content .img-wrapper.slick-slider .slick-arrow.slick-next,
.courses-slider-items .slick-arrow.slick-next,
.sale-reviews-list .slick-arrow.slick-next,
.why-choose-du-item .slick-arrow.slick-next,
.classes-for-items__right .slick-arrow.slick-next {
  left: 100%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.courses-action-bar {
  padding-top: 35px;
}
.special-bonus-courses {
  padding: 10px 0 35px 0;
}
.special-course-container {
  display: flex;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #ecf4fc;
}

.special-course-info {
  display: flex;
  justify-content: center;
  padding: 50px;
  background: linear-gradient(to bottom, #FFDBBA, transparent);
  flex-direction: column;
  border-radius: 20px;
}

.special-course-info-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
}

.special-course-tag p {
  font-size: 18px;
  color: var(--clr-blue);
  margin-bottom: 8px;
  font-weight: 500;
}
.special-course-title h3 {
  line-height: normal;
  margin-bottom: 10px;
  color: #ff7a00;
  font-size: 37px;
}
.special-course-title p {
  color: #000;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
}
.special-course-title h3 span {
  color: var(--clr-pri);
}
.left-special-bonus-info .course-creator-info {
  background: linear-gradient(90deg, #FFFFFF, #FFEEDE 80%, transparent 100%);
  color: #000;
  display: inline-flex;
  width: auto;
  margin-bottom: 20px;
}
.left-special-bonus-info .course-price {
  color: #000;
  padding: 10px 0 20px;
}
/* .left-special-bonus-info .course-creator-info img {
  filter: invert(1);
} */
.special-course-media-item img {
  width: 100%;
  border-radius: 16px;
  height: 368px;
  object-fit: cover;
}
.left-special-bonus-info .course-creator-info .course-duration-bar:before {
  background-color: #000;
}
.left-special-bonus-info .course-duration-bar p span:nth-child(2) {
  /* border-color: #ffffff; */
}
.left-special-bonus-info .special-course-desc {
  color: #000;
}
.special-course-info .course-duration-bar {
  padding: 10px 15px;
}
.special-right-description {
  color: #000;
  padding-top: 0;
  display: flex;
  flex-direction: column;
}
.special-right-description .special-course-media {
  /* flex: 1; */
}
.special-course-media.special-course-media--mob{
  display: none;
}
.special-right-description .special-course-media-item {
  height: 100%;
}
.special-right-description .special-course-media-item img {
  height: 100%;
  max-height: 520px;
}
.special-right-description .description-content-action {
  padding-top: 15px;
}
.special-course-info-content .btn-block.enroll span img {
  filter: invert(1);
}
.special-course-desc p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: 500;
}
.special-course-desc ul li {
  padding-left: 36px;
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 12px;
  font-weight: 500;
}
.special-course-desc ul li:last-child {
  margin-bottom: 0;
}
.special-course-desc ul li:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 13px;
  height: 7px;
  border-left: 3px solid;
  border-bottom: 3px solid;
  transform: rotate(-46deg);
  color: #FF7A00;
}
.special-right-description .note {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.6;
  display: block;
  padding-right: 70px;
}
/* Courses listing ends */

/* Why Chosse DU section starts */
.why-choose-du {
  background-color: var(--clr-sec);
  padding: 70px 0;
  margin-top: 35px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
/* Why Chosse DU section ends */

.why-du-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.why-du-header__title h2 {
  font-size: 40px;
  font-weight: 500;
}
.why-du-header__title h2 strong {
  color: var(--clr-pri);
  font-weight: 700;
}
.why-choose-du-item__image {
  display: flex;
  align-items: center;
  gap: 22px;
}
.why-choose-du-body {
  display: grid;
  gap: 70px;
  grid-template-columns: 490px 1fr;
  align-items: center;
}
.why-choose-du-tabs ul li:not(:last-child) {
  margin-bottom: 12px;
}
.why-choose-du-tabs ul li button {
  border: none;
  background: rgba(255, 255, 255, 0);
  min-height: 44px;
  padding: 0 20px;
  border-left: 3px solid #ffffff5e;
  opacity: 0.5;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  text-align: left;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
}
.why-choose-du .container-main {
  position: relative;
  z-index: 20;
}

.why-choose-du-footer {
  font-size: 144px;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -52px;
  width: 100%;
  z-index: 0;
  text-transform: uppercase;
  opacity: 0.4;
}

.why-choose-du-footer h3 {
  background: linear-gradient(0deg, #001b26 25.84%, #054964 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  letter-spacing: -0.04em;
  font-weight: 900;
}
.why-choose-du-tab-bodies .btn-action-wrapper {
  justify-content: center;
}

.why-choose-du-tab-bodies .btn-action-wrapper .btn {
  min-width: 240px;
}

.why-choose-du-tabs ul li button.active {
  opacity: 1;
  border-color: #fff;
}
.why-choose-du-item {
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
  color: #000;
}
.why-choose-du-tab-bodies {
  min-width: 0;
}
.why-choose-du-item__media {
  width: 150px;
  min-width: 150px;
  height: 150px;
  background-color: #001b26;
  padding: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.why-choose-du-item__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: contrast(0) brightness(10);
}
.why-choose-du-item__text h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
.why-choose-du-item__text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.why-choose-du-items {
  background-color: #ffffff;
  border-radius: 15px;
}
.why-choose-du-items:not(.slick-initialized) {
  display: flex;
}
.why-choose-du-items:not(.slick-initialized)
  .why-choose-du-item:not(:first-child) {
  display: none;
}
.why-dm {
  padding: 70px 0;
}
.btn-text {
  display: inline-block;
  border: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
  outline: none;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.btn-text.btn-pri {
  color: var(--clr-pri);
}
.why-dm-action {
  margin-top: 30px;
}
.why-dm .why-dm-title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
}
.why-dm-body {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.why-dm-body p + p {
  margin-top: 10px;
}

/* Meet Your instructor */
section.instructor {
  overflow: hidden;
  position: relative;
  padding: 70px 0 40px 0;
}
.instructor-content {
  display: flex;
  justify-content: space-between;
}
.instructor-content .left-side.text {
  max-width: 785px;
  padding: 75px 0 105px;
  position: relative;
  z-index: 2;
  color: #000;
}
.instructor-content .sec-heading,
.instructor-sec-heading.sec-heading {
  font-size: 46px;
  font-weight: 500;
  margin-bottom: 40px;
  text-transform: capitalize;
  text-align: center;
}
.instructor-content p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}
.instructor-content .right-side.image {
  display: flex;
  flex-direction: column;
}
.left-side.text {
  flex: 0 0 240px;
  margin-right: 45px;
  padding-right: 45px;
  border-right: 1px solid #e7e7e7;
}
.instructor-content .right-side.image .image-content {
  right: 0;
  position: absolute;
  width: 40%;
  height: 622px;
  background: gray;
  border-radius: 500px 0 0 500px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 674px;
  padding-top: 20px;
  background-size: cover;
}
.instructor-content .right-side.image figure {
  z-index: 1;
}
.instructor-content .right-side.image img {
  display: block;
  position: relative;
  bottom: -30px;
}
.instructor-content .ceo-card {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  background: #000;
  padding: 15px 80px 15px 40px;
}

.instructor-content .ceo-card .ceo-card-heading {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 2px;
}
.instructor-content .ceo-card span {
  font-size: 15px;
  text-transform: uppercase;
}
.instructor .instructor__item{
  display: flex;
  align-items: center;
  position: relative;
  padding: 40px;
  padding-left: 0;
  border-radius: 0 12px 12px 0;
  background: linear-gradient(to left, #ecf4fc 60%, transparent);
}
.left-side.text .image-content {
  width: 190px;
  height: 190px;
  overflow: hidden;
  border-radius: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}
.left-side.text .image-content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* padding-top: 10px; */
  /* transform: scaleX(-1); */
}

.ceo-card-text {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ceo-card-text h3.ceo-card-heading {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
.ceo-card-text span {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0.7;
  text-align: center;
}
.instructor .instructor__item + .instructor__item{
  margin-top: 80px;
  padding: 40px;
  background: linear-gradient(to right, #ecf4fc 60%, transparent);
  border-radius: 12px 0 0 12px;
  padding-right: 0;
}
.instructor .instructor__item + .instructor__item::before{
  content: '';
  width: 90%;
  background: #666;
  height: 2px;
  position: absolute;
  top: -40px;
  left: 50%;
  /* max-width: 950px; */
  transform: translateX(-50%);
}
.description-item-wrapper.specialized-added{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.description-item-wrapper.specialized-added .specialized-section-contents{
  padding: 20px;
  border-radius: 16px;
  background-color: #e9f4ff;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
  border: 1px solid #dedede;
}
.specialized-section-contents h3{
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 15px;
}
.specialized-section-item h4{
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 10px;
}
.spediclized-section-chips{
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 !important;
}
.specialized-section-item + .specialized-section-item{
  margin-top: 15px;
}
.spediclized-section-chips .spediclized-section-chip{
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 4px;
  background-color: #ebebeb;
  width: auto;
  margin: 0;
  border: 1px solid #ccc;
}
.spediclized-section-chips .spediclized-section-chip::before{
  display: none;
}
.associated-bundles{
  padding: 60px 0;
  background: rgb(255 231 209 / 35%);
}
.associated-bundles .section-heading{
  margin-bottom: 32px;
}
.associated-bundles .section-heading h2{
  margin-bottom: 0;
  text-align: left;
  font-size: 40px;
}
.associated-bundles .section-heading h2 span{
  color: var(--clr-pri);
  font-weight: 700;
}
.associated-bundles .section-heading h2 + p{
  margin-top: 15px;
}
.associated-bundles .section-heading p{
  line-height: 1.5;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (min-width: 991px){
  .instructor .instructor__item:nth-child(even) {
    flex-direction: row-reverse;
  }

  .instructor .instructor__item:nth-child(even) .left-side.text {
    margin-left: 45px;
    padding-left: 45px;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    border-left: 1px solid #e7e7e7;
  }

}

/* Testimonial */
.testimonial {
  padding: 40px 0 80px 0;
}
.testimonial-content .sec-heading {
  font-size: 46px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 42px;
}
.testimonial-content .video-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 29px;
  margin-bottom: 70px;
}
.testimonial-content .video-block {
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  border-radius: 18px;
  cursor: pointer;
}
.testimonial-content .video-block video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.testimonial-content .video-block .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.testimonial-content .video-block .video-play.hide {
  display: none;
}
.testimonial-content .video-block .video-play img {
  width: 102px;
  height: auto;
  transition: all 0.3s ease;
  pointer-events: none;
}
.testimonial-content .video-block:hover img {
  transform: scale(1.05);
}

.reviewer-name {
  font-weight: 600;
  font-size: 18px;
  color: #001b26;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: left;
}

.reviewer-name img {
  width: 40px;
  border: 1px solid #ebebeb;
  border-radius: 40px;
}
span.name-sort {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ebebeb;
  border-radius: 40px;
  /* background: #fff; */
  /* color: #757575; */
  color: #fff;
  text-transform: uppercase;
}
.sale-reviews-list-item .source-review {
  margin-top: 4px;
}

.review-sale-social .sale-reviews-list .slick-arrow.slick-next,
.review-sale-social .sale-reviews-list .slick-arrow.slick-prev {
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #001b26;
}

.review-sale-social .sale-reviews-list .slick-arrow.slick-next {
  left: auto;
  right: -70px;
  transform: translate(-50%, -50%);
}
.review-sale-social .sale-reviews-list .slick-arrow.slick-next:before,
.review-sale-social .sale-reviews-list .slick-arrow.slick-prev:before {
  content: "\e904";
  border: none;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  width: auto;
  height: auto;
  transform: none;
  font-size: 16px;
}

.review-sale-social .sale-reviews-list .slick-arrow.slick-next:before {
  content: "\e904";
}
.review-sale-social .sale-reviews-list .slick-arrow.slick-prev:before {
  content: "\e902";
}

.review-sale-social .sale-reviews-list .slick-arrow.slick-prev {
  left: -30px;
}

/* FAQ Starts */
.faq-block-ui {
  padding-top: 75px;
  padding-bottom: 40px;
}
.faq-block-ui .container-main {
  display: flex;
  align-items: flex-start;
  gap: 70px;
}
.faq-block-ui .faq-head {
  flex: 0 0 370px;
}
.faq-block-ui .faq-head .title-h2 {
  font-weight: 400;
}
.faq-block-ui .faq-head .title-h2 strong {
  font-weight: 500;
  display: block;
}
.faq-item,
.faq-item-list {
  padding: 18px 0 18px 0;
  border-bottom: 1px solid #dbdbdb;
}
.faq-item-list:first-child {
  padding-top: 0;
}
.faq-item-list:last-child {
  padding-top: 0;
  border-bottom: 0;
}
.faq-item h4,
.faq-item-list .faq-head-block {
  display: flex;
  align-items: center;
  gap: 24px;
  cursor: pointer;
  padding: 12px 0;
}
.faq-item h4,
.faq-item-list .faq-head-block h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.faq-item-list .faq-head-block h4{
  font-weight: 600;
}
.faq-item h4::before,
.faq-item-list .faq-head-block .cs-icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--clr-pri);
}
.faq-item h4::before {
  font-family: "icomoon" !important;
  content: "\e90f";
}
.faq-body,
.faq-item-body {
  padding-left: 55px;
}
.faq-body,
.faq-item-body p {
  color: var(--clr-sec);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

/* FAQ Ends */

/* What you get */
.what-you-get {
  background: #ecf4fc;
}
.what-you-get-content {
  display: flex;
  gap: 80px;
  padding: 90px 0;
}
.what-you-get-content .sec-heading {
  font-size: 46px;
  font-weight: 500;
}
.what-you-get-content .left-side {
  flex: 0 0 530px;
  max-width: 530px;
}
.what-you-get-content .left-side img {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.what-you-get-content ul {
  margin-top: 22px;
  margin-bottom: 35px;
}
.what-you-get-content li {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  padding: 5px 10px;
  padding-left: 40px;
  border-radius: 12px;
}
.what-you-get-content li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 2px;
  width: 20px;
  height: 16px;
  background: url("https://marketing-staging.thedroneu.com/wp-content/uploads/2024/12/tick.png")
    no-repeat center/contain;
}
.what-you-get-content li:not(:last-child) {
  margin-bottom: 6px;
}
.what-you-get-content .right-side p {
  font-size: 22px;
}
.what-you-get-action {
  display: flex;
  gap: 24px;
  margin-top: 30px;
}
.what-you-get-content .right-side p {
  font-size: 24px;
  font-weight: 600;
  margin-top: 15px;
}
li.top-companies-slider-item.slick-slide {
  transition: all 0.5s 0.2s;
}
/* li.top-companies-slider-item.slick-slide.slick-current {
    border-color: var(--clr-sec);
    transform: scale(1.15)
} */
.cs-course-labels {
  display: block;
}
.cs-course-labels * {
  cursor: pointer;
}
/* .cs-slider-info-popup{
    display: none;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    position: absolute;
    bottom: calc(100% + 14px);
    width: max-content;
    max-width: 545px;
    background: #FFF;
    padding: 25px;
    border-radius: 9px;
    border-top: 9px solid var(--clr-pri);
    filter: drop-shadow(1px 0px 7px rgba(0,0,0,0.25));
    user-select: text;
    z-index: 9;
    text-align: left;
}
.top-companies-slider__items.slick-initialized .top-companies-slider-item:hover .cs-slider-info-popup {
    display: block;
}
.cs-slider-info-popup a {
    color: var(--clr-pri);
    display: block;
    margin-top: 5px;
}
.top-companies-slider-item.slick-current .cs-slider-info-popup {
    transform: scale(calc(1/1.15));
    bottom: 100%;
}
.cs-slider-info-popup h3 {
    font-size: 22px;
    color: #001B26;
    font-weight: 600;
    margin-bottom: 10px;
}
.cs-slider-info-popup::before {
    content: '';
    width: 28px;
    height: 28px;
    background: #FFF;
    bottom: -20px;
    left: 50%;
    display: inline-block;
    position: absolute;
    border-radius: 0 0 10px 0;
    transform: rotate(45deg) translateX(-50%);
}
.cs-slider-info-popup::after {
    content: '';
    position: absolute;
    top: 100%;
    height: 16px;
    width: 100%;
    background: transparent;
    left: 0;
}
.cs-slider-info-popup ul li {
    padding-left: 26px;
    position: relative;
    margin-bottom: 10px;
}
.cs-slider-info-popup ul li:last-child{
    margin: 0;
}
.cs-slider-info-popup ul li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 17px;
    height: 10px;
    border-left: 4px solid var(--clr-pri);
    border-bottom: 4px solid var(--clr-pri);
    transform: rotate(-45deg);
    box-sizing: border-box;
} */

.cs-rewamp-popup {
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow: auto;
  overflow-x: hidden;
}

.cs-rewamp-popup-container {
  width: 95%;
  max-width: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - 3rem);
  margin: 1.5rem auto;
}

.cs-rewamp-popup-contents {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  padding: 40px 30px;
}

.cs-testimonial-popup-media {
  margin-bottom: 20px;
  max-height: 280px;
}

.cs-testimonial-popup-media .cs-testimonial-popup-video,
.cs-testimonial-popup-media img.cs-testimonial-popup-img {
  background: #000;
  border-radius: 10px;
}

.cs-testimonial-popup-media > * {
  width: 100%;
  max-height: inherit;
  object-fit: contain;
}

.cs-rewamp-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 33px;
  line-height: 30px;
  font-weight: 400;
  color: black;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.2s;
}

.cs-rewamp-popup-close:hover {
  opacity: 1;
}

.cs-testimonial-popup-text {
  font-size: 20px;
  font-weight: 500;
}

.cs-testimonial-popup-author {
  margin-top: 30px;
}

.cs-testimonial-popup-author span {
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.cs-testimonial-popup-author label {
  text-transform: uppercase;
  font-size: 15px;
  color: var(--clr-blue);
  display: block;
  margin-top: 5px;
}
.title-h2 {
  font-weight: 500;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: -0.04em;
}

.couse-sigle-popup .course-item-desc p {
  display: block;
  -webkit-line-clamp: inherit;
  overflow: visible;
}

.circle-rotate,
.circle-rotate .circle {
  position: absolute;
  width: 782.16px;
  height: 782.16px;
  left: -40px;
  top: -184.24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 800px;
  z-index: 0;
  pointer-events: none;
}

.circle-rotate .circle {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  pointer-events: none;
}

.circle-rotate .circle.circle-1 {
  transform: scale(0.7);
  border-color: rgba(255, 255, 255, 0.2);
}

.circle-rotate .circle.circle-2 {
  transform: scale(0.4);
  border-color: rgba(255, 255, 255, 0.2);
}
.ceo-card-name-bg {
  background: #000000;
  filter: blur(74px);
  width: 632.31px;
  height: 311.08px;
  position: absolute;
  bottom: -100px;
  left: -270px;
  border-radius: 800px;
}

#course-popup-title span {
  color: var(--clr-pri);
}
.course-summary {
  padding: 35px 0 75px;
}

/* who is this class for section starts */
.classes-for {
  padding: 70px 0;
  background-size: cover;
  object-position: center;
  background-color: #9fcdf1;
  background-position: 50% center;
}

.classes-for-items__left h2 {
  color: #001b26;
  font-size: 46px;
  margin-bottom: 22px;
  font-weight: 500;
  position: relative;
  z-index: 8;
}

.classes-for-items__left ul {
  display: inline-block;
  position: relative;
  z-index: 6;
}
.classes-for-items__left ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #deeff9;
  filter: blur(75.65px);
}

.classes-for-items__left ul li {
  display: block;
  margin-bottom: 16px;
  position: relative;
  padding-left: 42px;
  font-size: 22px;
  padding-top: 2px;
  font-weight: 500;
}

.classes-for-items__left ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  background-image: url(https://marketing-staging.thedroneu.com/wp-content/uploads/2017/02/restricted-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.courses-item-main-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.courses-bundle-wrapper .courses-item {
  background: linear-gradient(180deg, #ecf4fc 0%, #ffffff 100%);
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 10px;
}

.courses-bundle-wrapper .courses-item:last-child {
  margin-bottom: 0;
}

/* who is this class for section starts */

.why-choose-block {
  padding: 60px 0 70px 0;
  background: #ecf4fc;
  position: relative;
}
.why-choose-block h1 {
  text-align: center;
  font-size: 46px;
  font-weight: 500;
  margin-bottom: 40px;
}
.why-choose-block h1 span {
  color: #ff7a00;
  font-weight: 700;
}
.choose-block-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 42px 36px;
}
.choose-block-grid figure {
  height: 94px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
.choose-block-grid figure img {
  max-height: 70px;
  max-width: 80px;
}
.choose-card {
  padding: 40px;
  background: #fff;
  border-radius: 14px;
}

.choose-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.choose-card p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

.course-summary-bottom.course-summary {
  padding-bottom: 30px;
}

.review-sale-social .sale-reviews-content .cs-reviewer-img {
  margin: 0;
  width: auto;
  border-radius: 0;
  height: auto;
  min-height: auto;
  min-width: 0;
}

.review-sale-social .sale-reviews-content .cs-reviewer-img img {
  border-radius: 0;
  overflow: visible;
  width: auto;
  height: auto;
  object-fit: inherit;
}

.review-sale-social .review-sale-figure .reviews-stars {
  padding: 0;
}

.review-sale-social .sale-reviews-content {
  padding: 30px;
  background-color: #ecf4fc;
  border-radius: 12px;
  text-align: left;
  align-items: flex-start;
}
.review-sale-figure {
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.review-sale-social .review-desc {
  text-align: left;
  font-size: 18px;
}

.review-sale-social .cs-review-star-icon {
  background-image: url(https://marketing-staging.thedroneu.com/wp-content/uploads/2025/01/star.png);
}

.review-sale-social .sale-reviews-list-item {
  padding-top: 0;
}

.course-price {
  padding: 20px 0 10px;
  font-size: 22px;
  font-weight: 500;
}
.course-price span {
  font-weight: 700;
}

.full-review-popup .cs-reviewer-img img {
  border-radius: 0;
  max-width: 230px;
}
.full-review-inner .reviews-stars .cs-review-star-icon {
  width: 16px;
  height: 16px;
}
.full-review-inner .full-review-desc {
  font-size: 16px;
  line-height: 1.6;
  max-height: min(584px,100vh - 374px);
  overflow: auto;
  min-height: 220px;
  padding-right: 10px;
}

.full-review-inner .full-review-contents{
  padding-top: 0;
}

.full-review-popup .reviews-stars {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  flex-direction: row-reverse;
  padding: 20px 0 10px -10px;
}
.sale-reviews-content .reviews-stars,
.full-review-popup .reviews-stars .reviews-stars {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 3px;
  font-size: 19px;
  color: var(--clr-pri);
  flex-direction: row;
}

.full-review-popup .reviews-stars img {
  max-width: inherit;
  width: 150px;
  height: auto;
  max-height: 30px;
  object-fit: contain;
  object-position: left;
}

.hero-content .right-side .img-wrapper.video-wrapper{
  border-radius: 8px;
  overflow: hidden;
}
.courses-bundle-wrapper .courses-item:nth-child(even) .course-bundle-left-content {
  order: 2;
}
.courses-bundle-wrapper .courses-item:nth-child(even) .course-slider-item-contents {
  order: 1;
}
.cs-course-curriculum-container{
  padding: 30px;
  margin-bottom: 60px;
  border: 1px solid #CACACA;
  border-radius: 26px;
  background-color: #FFF;
}
.cs-course-curriculum-container .btn-action-wrapper{
  margin-top: 50px;
}
.cs-course-curriculum-container .courses-listing-sub-header,
.cs-course-curriculum-container .courses-listing-header{
  text-align: left;
  margin-left: 0 !important;
  max-width: 100% !important;
}
.cs-course-curriculum-container .courses-listing-header{
  font-size: 32px;
  font-weight: 600;
  color: #000;
}
.cs-course-curriculum-container .courses-listing-sub-header{
  font-size: 20px;
}
.cs-course-curriculum-cards{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 50px;
}
.cs-course-curriculum-card{
  background-color: #FFF;
  position: relative;
  isolation: isolate;
}
.cs-course-curriculum-container .courses-listing-sub-header{
  max-width: 963px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.course-curriculum__content{
  position: relative;
  padding-left: 30px;
}
.course-curriculum__content h3 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}
.course-curriculum__content h3 .icon-check{
  position: absolute;
  left: 0;
  color: #2ecc71;
  font-size: 16px;
  top: 3px;
}
.course-curriculum__text{
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}
.cs-dashicon{
  font-family: 'dashicons';
  font-style: normal;
}
@media screen and (max-width: 1500px) {
  section.hero {
    padding: 50px 0 60px;
  }
  .hero-content .labels label {
    font-size: 15px;
  }
  .hero-content .hero-heading {
    font-size: 48px;
  }
  .hero-content .hero-heading.hero-heading--md{
    font-size: 42px;
  }
  .hero-content .hero-heading.hero-heading--sm{
    font-size: 32px;
  }
  .hero-content .hero-heading.hero-heading--sm ~ .hero-body h3{
    font-size: 20px;
    line-height: 1.5;
  }
  .courses-listing-sub-header,
  .hero-content .hero-body h3 {
    font-size: 22px;
  }
  .hero-content .hero-body ul li,
  .hero-content .hero-body ol li {
    font-size: 16px;
  }
  .hero-content .right-side .video-poster-hero img.video-poster-hero-img-play {
    width: 120px;
    height: 120px;
  }
  section.organizations.organizations-pt-100 {
    padding-top: 60px;
  }
  .section-heading h2 {
    font-size: 32px;
  }
  /* section.organizations {
    padding: 30px 0;
  } */

  .course-summary-right h3 {
    font-size: 44px;
  }
  .course-summary-right p {
    font-size: 18px;
  }
  .courses-listing {
    padding: 60px 0 30px;
  }
  .courses-listing-header {
    font-size: 34px;
    max-width: 720px;
  }
  .course-listing-header-box{
    max-width: 1000px;
  }
  .courses-slider-item {
    padding: 0 15px;
  }
  .courses-action-bar {
    padding-top: 30px;
  }
  .courses-slider-item__info h4 {
    font-size: 28px;
  }
  .btn-action-wrapper {
    margin-top: 25px;
    display: flex;
    gap: 15px;
  }
  .special-bonus-courses {
    padding: 30px 0;
  }
  .special-course-info {
    padding: 40px;
  }
  .special-course-tag p {
    font-size: 17px;
  }
  .special-course-title h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .special-course-title p {
    font-size: 38px;
  }
  .special-course-desc p {
    font-size: 18px;
  }
  .why-choose-du {
    padding: 60px 0;
    margin-top: 30px;
  }
  .why-choose-du-tabs ul li button {
    min-height: 45px;
    font-size: 22px;
  }
  .why-dm {
    padding: 60px 0;
  }
  .why-dm .why-dm-title {
    font-size: 34px;
    margin-bottom: 25px;
  }
  .why-dm-action {
    margin-top: 25px;
  }
  .instructor-content .left-side.text {
    max-width: 50%;
    padding: 65px 0 95px;
  }
  .testimonial {
    padding: 65px 0 30px;
  }
  .testimonial-content .sec-heading {
    font-size: 42px;
    margin-bottom: 35px;
  }
  .testimonial-content .video-wrapper {
    margin-bottom: 60px;
  }
  /* .faq-block-ui {
    padding-top: 30px;
    padding-bottom: 60px;
  } */
  .faq-block-ui .container-main {
    gap: 60px;
  }
  .faq-block-ui .faq-head .title-h2 {
    font-size: 42px;
  }
  .faq-item-list .faq-head-block h4 {
    font-size: 22px;
  }
  .faq-item-body p {
    font-size: 18px;
    line-height: 28px;
  }
  .what-you-get-content {
    gap: 60px;
    padding: 80px 0;
  }
  .what-you-get-content .sec-heading {
    font-size: 42px;
  }
  .what-you-get-content ul {
    margin-top: 25px;
  }
  .what-you-get-content li {
    font-size: 20px;
  }
  .what-you-get-content li::before {
    width: 18px;
    height: 16px;
  }
  .what-you-get-content .right-side p {
    font-size: 20px;
  }
  .classes-for-items__left h2 {
    font-size: 34px;
  }
  .classes-for-items__left ul li {
    font-size: 18px;
  }
  .choose-block-grid figure img {
    max-height: 60px;
    max-width: 70px;
  }
  .choose-card h3 {
    font-size: 18px;
  }
  .choose-block-grid {
    gap: 22px 16px;
  }
  .choose-card {
    padding: 30px;
  }
  .why-choose-block {
    padding: 50px 0;
  }
  .instructor-sec-heading.sec-heading,
  .why-choose-block h1 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .review-sale-social .review-desc {
    font-size: 16px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 1370px) {
  .why-choose-du-footer {
    font-size: 114px;
  }
}

@media screen and (max-width: 1310px) {
  .instructor-content .container-main {
    padding: 0 24px;
  }
  .instructor-content .right-side.image .image-content {
    right: -24px;
  }

  .why-choose-du-body {
    grid-template-columns: 450px 1fr;
    gap: 20px;
  }
  .why-du-header__title h2 {
    font-size: 36px;
  }
  .why-choose-du-tabs ul li button {
    min-height: 42px;
    font-size: 20px;
  }
  .description-item-wrapper.specialized-added,
  .courses-item-main-block {
    gap: 15px;
  }
  .instructor-content .right-side.image .image-content {
    width: 50%;
  }
}
@media screen and (max-width: 1300px){
  .associated-bundles .section-heading h2{
    font-size: 36px;
  }
}
@media screen and (max-width: 1200px) {
  section.hero {
    padding: 40px 0 50px;
  }
  .hero-content {
    grid-template-columns: 500px 1fr;
  }
  .hero-content .hero-heading {
    font-size: 38px;
  }
  .hero-content .hero-heading.hero-heading--md{
    font-size: 34px;
  }
  .hero-content .hero-heading.hero-heading--sm{
    font-size: 28px;
  }
  .hero-content .hero-heading.hero-heading--sm ~ .hero-body h3{
    font-size: 20px;
    line-height: 1.5;
  }
  .courses-listing-sub-header,
  .hero-content .hero-body h3 {
    font-size: 21px;
  }
  section.organizations.organizations-pt-100 {
    padding-top: 50px;
  }
  section.organizations {
    padding: 0 0 60px;
  }
  .section-heading h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .classes-for-items {
    grid-template-columns: 250px 1fr;
    gap: 25px;
  }

  .classes-for-items__right ul li {
    font-size: 16px;
    padding: 15px;
  }
  .course-summary-contents {
    padding: 25px;
    gap: 40px;
  }
  .course-summary-right h3 {
    font-size: 35px;
    margin-bottom: 15px;
    max-width: 510px;
  }
  .course-summary-right p {
    font-size: 17px;
  }
  .courses-listing {
    padding: 50px 0 30px;
  }
  .courses-listing-header {
    font-size: 36px;
  }
  .courses-slider-item {
    padding: 0 10px;
  }
  .course-tag p {
    font-size: 15px;
  }
  .course-item-desc p {
    font-size: 16px;
  }
  .course-item-action {
    margin-top: 15px;
  }
  .course-item-action button,
  .sale-reviews-list button {
    font-size: 16px;
  }
  .courses-action-bar {
    padding-top: 25px;
  }
  .courses-action-bar .btn-action-wrapper {
    margin-top: 20px;
  }
  .courses-slider-items .slick-list {
    margin: 0;
  }
  .hero-content .img-wrapper.slick-slider .slick-arrow,
  .courses-slider-items .slick-arrow,
  .sale-reviews-list .slick-arrow,
  .why-choose-du-items .slick-arrow {
    transform: translate(0, -50%);
  }
  .hero-content .img-wrapper.slick-slider .slick-arrow.slick-next,
  .courses-slider-items .slick-arrow.slick-next,
  .sale-reviews-list .slick-arrow.slick-next,
  .why-choose-du-items .slick-arrow.slick-next {
    transform: translate(-100%, -50%) rotate(180deg);
    left: calc(100% + 15px);
  }
  .hero-content .img-wrapper.slick-slider .slick-arrow.slick-prev,
  .courses-slider-items .slick-arrow.slick-prev,
  .sale-reviews-list .slick-arrow.slick-prev,
  .why-choose-du-items .slick-arrow.slick-prev {
    left: -15px;
  }
  .sale-reviews-list-container {
    padding: 0 10px;
  }
  .special-course-media {
    flex: 0 0 400px;
  }
  .special-course-info {
    padding: 30px;
  }
  .special-course-desc p {
    font-size: 16px;
  }
  .special-course-title h3 {
    font-size: 26px;
  }
  .why-choose-du {
    padding: 50px 0;
  }
  .why-choose-du-tabs ul li button {
    font-size: 20px;
  }
  .why-choose-du-item {
    padding: 25px;
  }
  .why-choose-du-item__media {
    width: 120px;
    min-width: 120px;
    height: 120px;
    padding: 25px;
    margin-bottom: 25px;
  }
  .why-choose-du-item__text h4 {
    font-size: 22px;
  }
  .why-choose-du-item__text p {
    font-size: 16px;
  }
  .why-dm {
    padding: 50px 0;
  }
  .why-dm .why-dm-title {
    margin-bottom: 20px;
  }
  .why-dm-body {
    font-size: 17px;
  }
  .why-dm-action {
    margin-top: 20px;
  }
  .instructor-content .left-side.text {
    max-width: 505px;
    padding: 55px 0 95px;
  }

  .testimonial {
    padding: 50px 0 30px;
  }
  .testimonial-content .sec-heading {
    font-size: 38px;
    margin-bottom: 30px;
  }
  .testimonial-content .video-wrapper {
    gap: 25px;
    margin-bottom: 60px;
  }
  .testimonial-content .video-block .video-play img {
    width: 82px;
  }
  .faq-block-ui .faq-head {
    flex: 0 0 300px;
  }
  .faq-block-ui .faq-head .title-h2 {
    font-size: 36px;
  }
  .faq-item-list .faq-head-block h4,
  .faq-item .faq-question {
    font-size: 20px;
  }
  .faq-body,
  .faq-item-body p {
    font-size: 16px;
    line-height: 26px;
  }
  .faq-item-list {
    padding: 10px 0;
  }
  .faq-block-ui {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .what-you-get-content {
    gap: 40px;
    padding: 60px 0;
  }
  .what-you-get-content .left-side {
    flex: 0 0 430px;
    max-width: 430px;
  }
  .what-you-get-content .sec-heading {
    font-size: 40px;
  }
  .what-you-get-content li {
    font-size: 18px;
  }
  .what-you-get-content li::before {
    width: 16px;
    height: 16px;
    top: 16px;
  }
  .instructor-content .left-side.text {
    width: 50%;
  }
  /* .cs-slider-info-popup {
        font-size: 17px;
        padding: 20px;
        bottom: calc(100% + 3px);
    }
    .top-companies-slider__items .top-companies-slider-item.left .cs-slider-info-popup::before {
        left: 30px;
    }
    .top-companies-slider__items .top-companies-slider-item.right .cs-slider-info-popup::before {
        right: 30px;
    }
    .cs-slider-info-popup::before {
        width: 20px;
        height: 20px;
        bottom: -17px;
    } */
    .cs-course-curriculum-container .courses-listing-header{
      font-size: 30px;
    }
    .cs-course-curriculum-container .courses-listing-sub-header{
      font-size: 18px;
    }
}

@media screen and (max-width: 1100px) {
  .hero-content .right-side .img-wrapper.two .img-outer{
    max-width: 70%; 
  }
  .why-choose-du-footer {
    font-size: 92px;
    bottom: -42px;
  }
  .classes-for-items__right ul:not(.slick-initialized) {
    grid-template-columns: repeat(3, 1fr);
  }
  .courses-slider-item__info h4 {
    font-size: 22px;
  }
  .course-tag {
    font-size: 16px;
  }
  .courses-bundle-wrapper .courses-item {
    padding: 30px;
  }
}
@media screen and (min-width: 1024px){
 .hero-content .left-side .btn-action-wrapper .btn-block.enroll:only-child a{
    min-width: 300px;
    height: 70px;
    font-size: 20px;
 }
}

@media screen and (max-width: 991px) {
  section.hero {
    padding: 50px 0;
  }
  .hero-content {
    grid-template-columns: 1fr;
  }
  .section-heading h2 {
    font-size: 26px;
  }
  section.organizations {
    padding: 0 0 50px;
  }
  .classes-for-items {
    grid-template-columns: 200px 1fr;
  }

  .special-course-desc ul {
    margin-bottom: 50px;
  }
  .classes-for-items__right ul li {
    font-size: 15px;
    padding: 12px;
  }
  .courses-slider-items:not(.slick-initialized) {
    grid-template-columns: repeat(2, 1fr);
  }
  .course-summary-contents {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .course-summary-right h3 {
    font-size: 28px;
    max-width: 100%;
  }
  .course-summary-right p {
    font-size: 16px;
  }
  /* .btn-action-wrapper.justify-center:not(.mob) {
    display: none;
  } */
  .btn-action-wrapper.justify-center.mob {
    display: flex;
    margin-top: 0;
    grid-column: 1 / -1;
  }
  .classes-for-items__right .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .classes-for-items__right .slick-arrow::before {
    width: 8px;
    height: 8px;
    top: 9px;
    left: 10px;
  }
  .courses-listing-header {
    font-size: 32px;
  }
  .special-bonus-courses {
    padding: 25px 0;
  }
  .special-course-info {
    padding: 25px;
  }
  .special-course-title h3 {
    line-height: 1.2;
  }
  .why-choose-du {
    margin-top: 25px;
    padding: 50px 0 75px;
  }
  .why-choose-du-body {
    grid-template-columns: 1fr;
  }
  .why-du-header__actions,
  .why-choose-du-tabs {
    display: none;
  }
  .why-choose-du-items .slick-list.draggable {
    margin: 0 -10px;
  }
  .why-choose-du-items .slick-track {
    display: flex;
  }
  .why-choose-du-item {
    margin: 0 10px;
    height: auto;
  }
  .hero-content .img-wrapper.slick-slider ul.slick-dots,
  .why-choose-du-tab-bodies ul.slick-dots {
    position: absolute;
    top: calc(100% + 25px);
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .hero-content .img-wrapper.slick-slider ul.slick-dots li,
  .why-choose-du-tab-bodies ul.slick-dots li {
    display: flex;
  }
  .hero-content .img-wrapper.slick-slider ul.slick-dots li button,
  .why-choose-du-tab-bodies ul.slick-dots li button {
    font-size: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #1d4352;
    margin: 0 5px;
  }
  .hero-content .img-wrapper.slick-slider ul.slick-dots li.slick-active button,
  .why-choose-du-tab-bodies ul.slick-dots li.slick-active button {
    background: #fff;
  }
  .why-dm-body {
    font-size: 16px;
  }
  .why-dm-action {
    font-size: 18px;
  }
  .testimonial-content .sec-heading {
    font-size: 36px;
  }
  .testimonial-content .video-wrapper {
    gap: 20px;
    margin-bottom: 40px;
  }
  .faq-block-ui {
    padding-bottom: 20px;
  }
  .faq-block-ui .faq-head {
    flex: 0 0 240px;
  }
  .faq-block-ui .container-main {
    gap: 20px;
  }
  .faq-item-list .faq-head-block h4 {
    font-size: 17px;
  }
  .faq-item-body p {
    font-size: 16px;
    line-height: 26px;
  }
  .what-you-get {
    position: relative;
    isolation: isolate;
  }
  .what-you-get-content {
    padding: 50px 0;
  }
  .what-you-get-content .left-side {
    flex: 0 0 100%;
    max-width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .what-you-get-content .left-side img {
    border-radius: unset;
  }
  .what-you-get-content .right-side {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hero-content .right-side .img-wrapper {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .hero-content .right-side .img-wrapper .circle {
    display: none !important;
  }
  .hero-content .right-side .img-wrapper .img-outer {
    margin: 0 6px;
  }
  .why-choose-du-items {
    background-color: transparent;
    border-radius: 0px;
  }
  .btn-action-wrapper {
    margin-top: 18px;
  }
  .btn-block .btn{
    font-size: 16px;
  }
  .why-choose-du-item__image {
    flex-direction: column;
    gap: 0px;
    text-align: center;
  }
  .why-choose-du-footer {
    font-size: 72px;
    bottom: -32px;
  }
  .circle-rotate,
  .circle-rotate .circle {
    position: absolute;
    width: 647px;
    height: 647px;
    left: auto;
    top: auto;
    right: -130px;
    bottom: -168px;
  }
  .circle-rotate .circle {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
  }
  .courses-slider-item__info .btn-action-wrapper.justify-center {
    display: flex;
    margin-top: 18px;
  }
  .courses-item-main-block {
    display: flex;
    flex-direction: column-reverse;
  }
  .special-course-info-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .special-course-media:not(.special-course-media--mob){
    display: none;
  }
  .special-course-media.special-course-media--mob{
    display: block;
  }
  .special-course-media{
    flex: 1;
  }
  .special-course-title p {
    font-size: 28px;
  }
  .special-course-title h3 {
    font-size: 20px;
    margin-bottom: 2px;
  }
  .courses-bundle-wrapper .courses-item:last-child {
    margin-bottom: 0;
  }
  .special-right-description {
    padding-top: 10px;
  }
  .special-course-info .btn-action-wrapper {
    margin-top: 22px;
  }

  .instructor-content .right-side.image {
    display: flex;
    position: relative;
    justify-content: stretch;
  }

  .instructor-content .right-side.image .image-content {
    width: 100%;
    position: inherit;
    border-radius: 0;
    right: 0;
    max-width: 100%;
    height: auto;
  }
  .instructor-content {
    flex-direction: column-reverse;
    text-align: center;
  }
  .instructor-content .left-side.text {
    width: 100%;
    max-width: 100%;
    padding: 0 0 40px 0;
  }
  .classes-for {
    background-position: 66% center;
  }
  .instructor-content .right-side.image img {
    transform: scaleX(-1);
    width: 100%;
    height: 100%;
    object-fit: contain;
    bottom: 0;
  }
  .instructor-content .right-side.image figure {
    width: 160px;
    height: 160px;
    border-radius: 130px;
    overflow: hidden;
    background-image: url("https://marketing-staging.thedroneu.com/wp-content/uploads/2025/01/user-bg.webp");
    padding-top: 18px;
  }
  .instructor-content .right-side.image .image-content {
    background: transparent !important;
    justify-content: flex-end;
    padding: 20px 48px;
    flex-direction: row-reverse;
    align-items: center;
    gap: 30px;
  }
  .instructor-content .ceo-card {
    position: inherit;
    background: transparent;
    transform: none;
    padding: 0;
    border-radius: 0;
  }
  .instructor-content .ceo-card-text {
    transform: none;
    color: #000;
  }
  .instructor-content .ceo-card:after {
    display: none;
  }
  .course-price {
    padding: 10px 0 10px;
  }
  .discription-item li {
    font-size: 14px;
  }
  .choose-block-grid {
    grid-template-columns: 1fr 1fr;
  }
  .course-summary-contents .btn-action-wrapper.justify-center:not(.mob) {
    display: flex;
    margin: 10px 0 0;
    justify-content: flex-start;
  }
  .left-side.text {
    flex: 0 0 240px;
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  .left-side.text .image-content {
    margin: auto;
  }
  .instructor .instructor__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 27px;
    padding: 0 20px 20px !important;
    background: linear-gradient(to top, #ecf4fc 75%, transparent) !important;
    border-radius: 0 0 12px 12px !important;
  }
  .review-sale-social .sale-reviews-list .slick-arrow.slick-prev {
    left: -58px;
  }

  .hero-content .right-side .img{
    padding: 0 !important;
    height: 150px;
  }
  .hero-content .right-side.single-media .video-outer .img {
    height: unset;
  }
  .hero-content .right-side.single-media .img-outer, .hero-content .right-side .img-wrapper.two .img-outer, .hero-content .right-side .img-wrapper.grid-type-area .img-outer{
    border-radius: 24px;
    border-width: 5px;
  }
  .hero-content .right-side .img-wrapper .slick-list {
    padding-bottom: 10px;
  }
  .hero-content .right-side .img-wrapper.two .img-outer:nth-child(2){
    margin-top: 0;
  }

  .hero-content .right-side .img-wrapper.two .slick-track, 
  .hero-content .right-side .img-wrapper.one .slick-track {
    transform: none !important;
    width: 100% !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .hero-content .right-side .img-wrapper.one .slick-track{
    grid-template-columns: 1fr;
  }

  .hero-content .right-side .img-wrapper.two .slick-track:before,.hero-content .right-side .img-wrapper.two .slick-track:after,
  .hero-content .right-side .img-wrapper.one .slick-track:before, .hero-content .right-side .img-wrapper.one .slick-track:after {
      display: none;
  }
  .hero-content .right-side .img-wrapper.two .slick-track .img-outer.slick-slide,
  .hero-content .right-side .img-wrapper.one .slick-track .img-outer.slick-slide {
    width: 100% !important;
    max-width: 100%;
    margin: 0;
  }
  .hero-content .right-side .img-wrapper.two .slick-arrow,
  .hero-content .right-side .img-wrapper.one .slick-arrow{
    display: none !important;
  }
  .hero-content .right-side .img-wrapper.two .slick-track .img-outer.slick-slide:nth-child(2) ~ .img-outer.slick-slide,
  .hero-content .right-side .img-wrapper.one .slick-track .img-outer.slick-slide:nth-child(1) ~ .img-outer.slick-slide{
    display: none !important;
  }
  .hero-content .right-side .img-wrapper.one .slick-track .img-outer.slick-slide {
      margin: 0;
  }

  .hero-content .right-side .img-wrapper.one .slick-track .img-outer.slick-slide .img {
    height: 0px;
    padding-bottom: 75% !important;
  }

  .hero-content .right-side .img-wrapper.two .slick-list{
    overflow: visible;
  }

  .hero-content .right-side .img-wrapper.two .img{
    padding-bottom: 75% !important; 
  }
  .hero-content .right-side .img-wrapper.video-wrapper .video-outer{
    margin: 0;
  }
  .courses-bundle-wrapper .courses-item:nth-child(even) .course-bundle-left-content {
    order: 1;
  }
  .courses-bundle-wrapper .courses-item:nth-child(even) .course-slider-item-contents {
      order: 2;
  }
  .discription-item.discription-item--two ul {
    column-count: 1;
  }
  .specialized-section-contents h3{
    font-size: 20px;
  }
  .specialized-section-item h4{
    font-size: 16px;
  }
  .description-item-wrapper.specialized-added{
    grid-template-columns: 1fr;
  }
  .cs-course-curriculum-container .btn-action-wrapper{
    margin-top: 30px;
  }
  .cs-course-curriculum-container .courses-listing-header{
    font-size: 26px;
  }
  .cs-course-curriculum-container .courses-listing-sub-header{
    font-size: 16px;
  }
}

@media screen and (max-width: 849px) {
  .classes-for-items__right ul:not(.slick-initialized) {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  section.hero {
    padding: 20px 0 40px;
  }
  .hero-content .hero-heading {
    font-size: 34px;
    margin-top: 15px;
  }
  .hero-content .hero-heading.hero-heading--md{
    font-size: 30px;
  }
  .hero-content .hero-heading.hero-heading--sm{
    font-size: 26px;
  }
  .hero-content .hero-heading.hero-heading--sm ~ .hero-body h3{
    font-size: 20px;
    line-height: 1.5;
  }
  .courses-listing-sub-header,
  .hero-content .hero-body h3 {
    font-size: 19px;
  }
  .hero-content .hero-body p {
    font-size: 14px;
  }
  .hero-content .hero-body ul li,
  .hero-content .hero-body ol li {
    font-size: 15px;
    padding-left: 24px;
  }
  .hero-content .hero-body ul li::before {
    top: 5px;
    width: 14px;
    height: 14px;
  }
  .section-heading h2 {
    font-size: 24px;
  }
  section.organizations.organizations-pt-100 {
    padding-top: 40px;
  }
  .classes-for-items {
    grid-template-columns: 190px 1fr;
  }
  .course-summary-contents {
    padding: 18px;
  }
  .course-summary-right h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .course-summary-right p {
    font-size: 15px;
  }
  .courses-listing {
    padding: 40px 0 25px;
  }
  .courses-action-bar {
    padding-top: 20px;
  }
  .special-course-container {
    display: grid;
    grid-template-columns: 1fr;
  }
  .special-bonus-courses {
    padding: 20px 0;
  }
  .special-course-info {
    padding: 20px;
  }
  .special-bonus-courses .container-main{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .special-course-tag p {
    font-size: 16px;
  }
  .why-choose-du {
    margin-top: 20px;
    padding: 40px 0 60px;
  }
  .why-du-header__title h2 {
    font-size: 36px;
  }
  .why-choose-du-item {
    padding: 18px;
  }
  .why-choose-du-item__media {
    width: 80px;
    min-width: 80px;
    height: 80px;
    padding: 15px;
    margin-bottom: 15px;
  }
  .why-choose-du-item__text h4 {
    font-size: 20px;
  }
  .why-choose-du-item__text p {
    font-size: 15px;
  }
  .hero-content .img-wrapper.slick-slider ul.slick-dots,
  .why-choose-du-tab-bodies ul.slick-dots {
    top: calc(100% + 20px);
  }
  .why-dm {
    padding: 40px 0;
  }
  /* .instructor-content {
        flex-direction: column;
    }
    .instructor-content .left-side.text {
        max-width: 100%;
        padding: 40px 0 10px;
    }
    .instructor-content .right-side.image .image-content {
        right: unset;
        flex-direction: row-reverse;
        left: -30px;
    }
    .instructor-content .right-side.image img {
        max-width: 150px;
        transform: rotateY(180deg);
    } */
  /* .instructor-content .ceo-card {
        position: relative;
        right: unset;
        border-left: unset;
        border-right: 5px solid;
        padding: 8px 80px 8px 70px;
        left: -50px;
        text-align: left;
    }
    .instructor-content .ceo-card::before {
        left: unset;
        right: 4px;
    }
    .instructor-content .ceo-card .ceo-card-heading {
        font-size: 24px;
        margin-bottom: 0;
    }
    .instructor-content .ceo-card span {
        font-size: 12px;
    } */
  .testimonial {
    padding: 40px 0 30px;
  }
  .testimonial-content .video-wrapper {
    overflow: auto;
    margin: 0 -15px;
    padding: 0 15px;
  }
  .testimonial-content .video-block {
    min-width: 300px;
    border-radius: 8px;
  }
  .testimonial-content .video-wrapper::-webkit-scrollbar {
    display: none;
  }
  .faq-block-ui {
    padding-top: 30px;
  }
  .what-you-get-content {
    padding: 40px 0;
  }
  .what-you-get-content .sec-heading {
    font-size: 38px;
  }
  .what-you-get-content ul {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .faq-block-ui .container-main {
    flex-direction: column;
  }
  .faq-block-ui .faq-head {
    flex: inherit;
  }
  .faq-item-list .faq-head-block h4 {
    font-size: 18px;
  }
  .faq-item-body p {
    font-size: 16px;
    line-height: 22px;
  }
  .faq-item-body {
    padding-left: 40px;
  }
  .faq-item-list .faq-head-block {
    gap: 12px;
  }
  /* .cs-slider-info-popup {
        max-width: 400px;
        font-size: 16px;
    } */
  .circle-rotate,
  .circle-rotate .circle {
    width: 417px;
    height: 417px;
  }
  .circle-rotate {
    left: -160px;
    right: auto;
    top: -150px;
    opacity: 0.5;
  }
  .courses-bundle-wrapper .courses-item {
    padding: 32px 20px;
    margin: 0 -20px 10px;
    border-radius: 0;
  }
  .course-item-desc p {
    font-size: 14px;
  }
  .discription-item li {
    font-size: 14px;
    padding: 10px 10px 10px 40px;
  }
  .discription-item li:before {
    top: 11px;
  }
  .instructor-content p {
    font-size: 14px;
  }
  .special-course-title p {
    font-size: 22px;
  }
  .course-price {
    font-size: 20px;
  }
  .choose-card p {
    font-size: 14px;
  }
  .choose-block-grid {
    grid-template-columns: 1fr;
  }
  .reviewer-name{
    font-size: 16px;
  }
  .full-review-popup .reviews-stars img{
    width: 120px;
    max-height: 22px;
  }
  .full-review-inner{
    padding: 30px 20px 20px;
  }

  .hero-drone-bundle .btn-action-wrapper{
    margin-top: 30px;
  }
  .course-creator-info{
    background: transparent !important;
  }
  .course-duration-bar{
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .course-duration-bar:nth-child(2){
    padding-left: 14px !important;
    padding-right: 0 !important;
  }
  .cs-course-curriculum-container{
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 18px;
  }
  .course-curriculum__text {
    font-size: 14px;
  }
  .specialized-section-contents h3{
    font-size: 18px;
  }
  .cs-course-curriculum-cards{
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .cs-course-curriculum-container .courses-listing-header{
    font-size: 24px;
  }
  .course-curriculum__content{
    padding-left: 25px;
  }
  .course-curriculum__content h3{
    font-size: 16px;
  }
  .course-curriculum__content h3 .icon-check{
    font-size: 14px;
  }
  .associated-bundles .section-heading h2{
    font-size: 24px;
  }
  .associated-bundles .section-heading p{
    font-size: 16px;
  }
  .sale-reviews-list .slick-track{
    align-items: stretch;
  }
}

@media screen and (max-width: 575px) {
  .special-course-media-item img {
    height: 280px;
  }
  .hero-content .labels label {
    font-size: 14px;
  }
  .hero-content .hero-heading {
    font-size: 28px;
    margin-top: 12px;
  }
  .hero-content .hero-heading.hero-heading--md{
    font-size: 24px;
  }
  .hero-content .hero-heading.hero-heading--sm{
    font-size: 22px;
  }
  .hero-content .hero-heading.hero-heading--sm ~ .hero-body h3{
    font-size: 16px;
    line-height: 1.5;
  }
  .courses-listing-sub-header,
  .hero-content .hero-body h3 {
    font-size: 18px;
  }
  .hero-content .hero-body > * + * {
    margin-top: 12px;
  }
  .hero-content .hero-body ul li + li,
  .hero-content .hero-body ol li + li {
    margin-top: 10px;
  }
  .btn-action-wrapper {
    flex-direction: column;
  }
  .btn-action-wrapper .btn {
    width: 100%;
  }
  .section-heading h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  /* section.organizations {
    padding: 20px 0;
  } */
  .classes-for {
    padding: 50px 0;
    background-position: 72% 0;
  }
  .classes-for-items,
  .course-summary-contents {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .classes-for-items__left ul li:before {
    top: 0;
    width: 18px;
    height: 18px;
  }
  .classes-for-items__left ul li {
    padding-left: 32px;
    margin-bottom: 20px;
  }

  .courses-slider-items:not(.slick-initialized) {
    grid-template-columns: repeat(1, 1fr);
  }
  .courses-listing {
    padding: 40px 0 20px;
  }
  .courses-listing-header {
    font-size: 24px;
  }
  .course-listing-header-box{
    margin-bottom: 18px;
  }
  .why-du-header {
    margin-bottom: 15px;
  }
  .why-du-header__title h2 {
    font-size: 32px;
  }
  .why-dm .why-dm-title {
    margin-bottom: 15px;
    font-size: 28px;
  }
  .instructor-content .sec-heading,
.instructor-sec-heading.sec-heading {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .success-story{
    padding-top: 10px;
  }
  .testimonial {
    padding: 10px 0 40px;
  }
  .associated-bundles + .testimonial{
    padding: 50px 0;
  }
  .testimonial-content .sec-heading {
    font-size: 30px;
  }
  /* .faq-block-ui {
    padding: 20px 0;
  } */
  .faq-block-ui .container-main {
    gap: 10px;
  }
  .what-you-get-content .sec-heading {
    font-size: 34px;
  }
  .what-you-get-content li {
    font-size: 16px;
    padding-left: 35px;
  }
  .what-you-get-action {
    gap: 18px 24px;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .what-you-get-content li::before {
    top: 14px;
    left: 10px;
  }
  .instructor-content .right-side.image figure {
    width: 120px;
    height: 120px;
  }
  .instructor-content .right-side.image .image-content {
    gap: 16px;
  }
  .faq-block-ui {

  }
  .faq-block-ui .faq-head .title-h2 {
    font-size: 32px;
    line-height: 1.4;
  }
  /* .faq-item-list {
        padding: ;
    } */
  .why-choose-du-footer {
    font-size: 40px;
    bottom: -6px;
  }
  .classes-for-items__left h2 {
    font-size: 26px;
  }
  .classes-for-items__left ul li {
    font-size: 16px;
  }
  .courses-slider-item__info .btn-action-wrapper.justify-center {
    width: 100%;
  }
  .special-course-desc p {
    font-size: 14px;
  }
  .special-course-desc ul li {
    font-size: 14px;
  }
  .special-right-description .note {
    font-size: 15px;
    padding-right: 0;
  }
  .special-course-desc ul {
    margin-bottom: 30px;
  }
  .course-summary {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .btn-block.enroll {
    gap: 2px;
  }
  section.organizations {
    padding: 0px 0 40px;
  }
  section.instructor{
    padding: 50px 0 30px 0;
  }
  .sale-reviews-list{
    margin: 0;
    max-width: 100%;
  }
  .review-sale-social .sale-reviews-list .slick-arrow{
    width: 16px;
    height: 16px;
    left: 0;
    transform: translateX(-100%);
  }
  .review-sale-social .sale-reviews-list .slick-arrow.slick-prev{
    left: 0;
  }
  .review-sale-social .sale-reviews-content{
    padding: 20px 18px;
  }
  .review-sale-social .sale-reviews-list .slick-arrow.slick-next{
    left: unset;
    right: 0;
    transform: translateX(100%);
  }
  .review-sale-social .sale-reviews-list .slick-arrow::before{
    left: 0;
    top: 0;
  }

  .courses-listing-header, 
  .section-heading h2,
  .course-summary-right h3,
  .why-choose-block h1,
  .instructor-content .sec-heading,
  .instructor-sec-heading.sec-heading,
  .classes-for-items__left h2,
  .what-you-get-content .sec-heading,
  .faq-block-ui .faq-head .title-h2{
    font-size: 26px;
    font-weight: 600;
  }
  .associated-bundles{
    padding: 50px 0;
  }
}

@media screen and (max-width: 424px) {
  .description-item-wrapper.specialized-added .specialized-section-contents{
    padding: 12px;
  }
  .specialized-section-contents h3{
    font-size: 16px;
    margin-bottom: 10px;
  }
  .specialized-section-item h4{
    font-size: 15px;
  }
  /* .cs-slider-info-popup {
        max-width: 250px;
        font-size: 15px;
        padding: 15px 15px 20px 15px;
    }
    .top-companies-slider-item .cs-slider-info-popup img {
        margin-bottom: 10px;
    }
    .top-companies-slider__items .top-companies-slider-item.slick-current.right .cs-slider-info-popup {
        right: -17px;
    } */
}
