/* membership-main*/
.membership-hero {
  padding-top: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 26.51%, #c2e2ff 100%);
  box-shadow: 0px -4px 68px rgba(255, 255, 255, 0.5);
}
.membership-hero label {
  display: block;
  color: var(--clr-blue);
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 30px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}
.membership-hero p {
  font-size: 40px;
  font-weight: 500;
  color: var(--clr-sec);
}
.membership-hero h1 {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -0.04em;
  background: linear-gradient(180deg, #001b26 44.11%, #44a7f1 100%), #001b26;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.membership-hero-slide {
  margin-top: 60px;
  margin-bottom: -20px;
}
.membership-hero-slide .item {
  margin: 0 14px;
}
.membership-hero-slide .item img {
  width: 220px;
  height: 240px;
  object-fit: cover;
  border-radius: 16px;
}
.slider-shadow {
  position: absolute;
  left: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(
    180deg,
    rgba(238, 247, 255, 0) 22.13%,
    rgba(238, 247, 255, 0.69) 72.66%,
    #eef7ff 100%
  );
  bottom: -30px;
  pointer-events: none;
}

/* picture-block */
.picture-block {
  padding: 60px 0 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.picture-this {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
.picture-this span {
  color: var(--clr-sec);
  font-size: 16px;
  letter-spacing: 2.2px;
  font-weight: 500;
}
.picture-this .icon-double-arrow {
  color: #2ecc71;
  font-size: 22px;
}
.content-picture-block {
  max-width: 1100px;
  margin: 0 auto;
}
.content-picture-block p {
  color: var(--clr-sec);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 40px;
}
.content-picture-block strong {
  display: block;
  background: linear-gradient(180deg, #44a7f1 0%, #0082e2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  letter-spacing: -0.02em;
  line-height: 1.2;
  font-size: 30px;
  margin-bottom: 20px;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.content-picture-block label {
  display: block;
  color: var(--clr-sec);
  font-size: 20px;
  font-weight: 500;
}
.content-picture-block em {
  color: #0a3c55;
  margin: 14px 0;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
}
.get-start-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  gap: 8px;
}
.get-start-feature .btn-primary {
  min-width: 182px;
}
.get-start-feature i {
  color: #3a4b55;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
}
.drone-img-line-lg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -330px;
  opacity: 0.3;
  pointer-events: none;
}
.drone-img-line-lg img {
  width: 100%;
  max-width: 1155px;
}

/* drone-pro-feature */
.drone-pro-feature {
  background-color: #001724;
  padding: 46px 0;
  color: #fff;
}
.drone-pro-feature .title-h2 {
  margin-bottom: 20px;
  font-size: 32px;
}
.drone-pro-feature .title-h2 strong {
  font-weight: inherit;
}
.drone-pro-feature h3 {
  font-size: 46;
}
.drone-pro-feature-inner {
  display: grid;
  grid-template-columns: 496px 1fr;
  gap: 100px;
}
.item-drone-feature h5,
.drone-pro-feature-left h5 {
  font-size: 20px;
  color: var(--clr-blue);
  font-weight: 500;
}
.item-drone-feature {
  display: flex;
  padding: 8px 20px;
  align-items: flex-start;
  opacity: 0.4;
  border-left: 2px solid #fff;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.4s ease;
  flex-direction: column;
  justify-content: center;
}
.item-drone-feature:hover {
  opacity: 0.6;
}
.item-drone-feature:last-child {
  margin-bottom: 0;
}
.item-drone-feature h6,
.item-drone-feature h5 {
  font-size: 20px;
  font-weight: 500;
}
.item-drone-feature.active {
  opacity: 1;
}
.drone-pro-feature-right ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  padding-left: 34px;
  margin-bottom: 22px;
}
.drone-pro-feature-right ul li:last-child {
  margin-bottom: 0;
}
.drone-pro-feature-right ul li:before {
  content: "\e900";
  position: absolute;
  left: 0;
  top: 0;
  font-family: icomoon !important;
  font-size: 12px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2ecc71;
}

/* unlock-feature */
.unlock-feature,
.more-feature-drone,
.success-story {
  overflow: hidden;
}
.unlock-feature {
  padding: 40px 0 30px;
}
.unlock-feature-note {
  font-size: 36px;
  font-weight: 500;
  color: var(--clr-sec);
  margin-bottom: 20px;
}
.unlock-feature-note strong {
  display: block;
  font-weight: 600;
}
.unlock-feature h2 {
  color: var(--clr-sec);
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0px;
}
.unlock-feature h2 span {
  font-weight: 500;
  color: var(--clr-blue);
}
.tab-head ul li a {
  padding: 8px 12px 10px 12px;
  font-size: 14px;
}
.tab-content {
  padding-top: 16px;
}
.unlock-feature-tab.step-choose-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.unlock-feature-tab.step-choose-head .stepper {
  flex: 0 1 auto;
}
.course-card .course-content h5 {
  font-size: 18px;
}
.course-card .course-content p {
  font-size: 15px;
}
.action-course .price {
  font-size: 26px;
}

/* more-feature-drone */
.more-feature-drone {
  padding-bottom: 0px;
}
.more-feature-drone .heading-md {
  font-size: 32px;
}
.more-feature-drone .course-card {
  background-color: transparent;
}
.more-feature-drone .course-img img {
  border-radius: 16px;
  height: 295px;
}
.more-feature-drone .course-content {
  padding: 20px 0;
  min-height: unset;
}
.more-feature-drone .course-content h5 {
  font-size: 25px;
  font-weight: 600;
}
.more-feature-drone .course-content p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--clr-sec-light);
  font-weight: 500;
}
.more-feature-drone .get-start-feature {
  padding-top: 43px;
  padding-bottom: 32px;
}
.unlock-feature .tab-head-action .title-h2 {
  margin-bottom: 8px;
}
.unlock-feature .tab-head-action .left p {
  color: var(--clr-sec);
  font-size: 22px;
}

/* cs-droneu-reviews */
.cs-droneu-reviews .reviews-section-heading h2 {
  font-size: 26px;
}
.cs-droneu-reviews .reviews-section-heading p {
  font-size: 16px;
}
.cs-droneu-reviews .review-desc {
  font-size: 14px;
}
.success-story.success-story-v1 {
  position: relative;
}
.success-story.success-story-v1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: var(--clr-blue);
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}
.success-story.success-story-v1 .tab-head-action .left {
  white-space: normal;
}

/* great-investment-block */
.great-investment-block {
  background-color: #000;
  border-radius: 35px 35px 0 0;
  color: #ffffff;
}
.head-block-investment {
  padding: 25px 0;
  background-color: #202020;
  border-radius: 35px 35px 0 0;
}
.head-block-investment .title-h2 {
  font-size: 36px;
  line-height: 1.3;
}
.list-investment ul.item-row {
  padding-top: 23px;
  padding-bottom: 23px;
  position: relative;
}
.list-investment ul.item-row:before {
  content: "";
  position: absolute;
  left: 28px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #3c3c3c;
}
.list-investment ul.item-row li.item {
  padding-left: 80px;
  padding-top: 23px;
  padding-bottom: 30px;
  position: relative;
}
.list-investment ul li.item span {
  height: 66px;
  background-color: #000;
  position: absolute;
  left: 10px;
  top: 6px;
  display: inline-flex;
  align-items: center;
  font-size: 26px;
  font-weight: 500;
}
.content-investment h5 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
}
.content-investment h3 {
  margin-top: 26px;
  font-size: 20px;
}
.content-investment p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.4;
  /* opacity: 0.5; */
}
.list-investment-course {
  padding-top: 23px;
  display: grid;
  align-items: start;
  gap: 21px;
  grid-template-columns: 1fr;
  /* grid-template-columns: 1fr 1fr 1fr; */
}
.list-investment-course ul {
  padding-left: 22px;
}
.list-investment-course ul li {
  list-style-type: disc;
  font-size: 18px;
  margin-bottom: 16px;
  line-height: 1.6;
}
.list-investment-course ul li:last-child {
  margin-bottom: 0;
}

/* next-level-info */
.next-level-info {
  padding-top: 50px;
  padding-bottom: 90px;
}
.next-level-info .head-next-level {
  margin-bottom: 16px;
}
.next-level-info .head-next-level h3 {
  margin-bottom: 8px;
  font-size: 38px;
}
.next-level-info .head-next-level p {
  font-size: 19px;
  line-height: 1.3;
  max-width: 800px;
  margin: 0 auto;
}
.next-level-info .stepper {
  max-width: 840px;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.next-level-info .stepper ul li a {
  justify-content: center;
}
.launch-drone-career {
  display: flex;
  align-items: flex-end;
  background: linear-gradient(0deg, #001724, #001724),
    radial-gradient(
      149.13% 149.13% at 2.79% -41.83%,
      #00588a 0%,
      #001724 50.83%
    );
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding: 64px 24px 64px 64px;
  color: #fff;
  justify-content: space-between;
  isolation: isolate;
}
.launch-drone-career:before {
  content: "";
  width: 989.55px;
  height: 989.55px;
  position: absolute;
  background: #44a7f1;
  filter: blur(182px);
  top: -390px;
  right: -390px;
  pointer-events: none;
  z-index: -1;
}
.launch-drone-career .left-drone-career {
  text-align: left;
  max-width: 500px;
  align-self: center;
}
.launch-drone-career .left-drone-career h5 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 18px;
}
.launch-drone-career .left-drone-career p {
  color: #7fa1b5;
  font-size: 18px;
  font-weight: 450;
  margin-bottom: 24px;
  max-width: 524px;
  line-height: 1.4;
}
.launch-drone-career .left-drone-career p:empty {
  display: none;
}
.launch-drone-career .left-drone-career ul {
  padding-left: 20px;
}
.launch-drone-career .left-drone-career ul li {
  list-style-type: disc;
  font-size: 15px;
  margin-bottom: 14px;
}
.launch-drone-career .left-drone-career ul li:last-child {
  margin-bottom: 0;
}
.drone-user-figure {
  display: inline-flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  margin-top: -38px;
}
.drone-user-figure figure {
  margin-bottom: -80px;
  position: relative;
}
.drone-user-figure img {
  max-width: 417px;
  height: auto;
}
.drone-user-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 360px;
  margin-right: -180px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px 20px 14px 62px;
  left: -80px;
  clip-path: polygon(42px 0%, 100% 0, 100% 100%, 0% 100%);
  margin-bottom: -32px;
}
.drone-user-info h6 {
  font-size: 26px;
  font-weight: 500;
}
.drone-user-info p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.drone-user-info:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 100%;
  clip-path: polygon(42px 0%, 35% 0, 7px 100%, 0% 100%);
  background-color: #fff;
}
.drone-user-info:after {
  content: "";
  position: absolute;
  left: 13px;
  top: 0;
  width: 126px;
  height: 100%;
  clip-path: polygon(42px 0%, 35% 0, 3px 100%, 0% 100%);
  background-color: #fff;
  opacity: 0.5;
}
.circle-rotate,
.circle-rotate .circle {
  position: absolute;
  width: 782.16px;
  height: 782.16px;
  left: 639.12px;
  top: -224.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);
}

/* moneny-back-guarantee */
.moneny-back-guarantee {
  background: #eafaf1;
  padding-top: 62px;
  padding-bottom: 40px;
  position: relative;
  text-align: center;
  content-visibility: visible !important;
}
.moneny-back-guarantee .container-main {
  max-width: 954px;
  line-height: 1.5;
}
.moneny-back-guarantee .shield-img {
  width: 95px;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
}
.moneny-back-guarantee h4 {
  color: var(--clr-sec);
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 8px;
}
.moneny-back-guarantee label {
  font-size: 18px;
  color: var(--clr-sec);
  font-weight: 500;
  margin-bottom: 16px;
  display: block;
}
.moneny-back-guarantee p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
  color: var(--clr-sec-light);
  font-weight: 500;
}

/* pricing-block */
.pricing-block {
  padding-top: 42px;
  padding-bottom: 92px;
  background: linear-gradient(180deg, #ffffff 0%, #ecf4fc 100%);
  border-radius: 0 0 58px 58px;
}
.pricing-block .container-main {
  max-width: 1062px;
}
.pricing-head {
  text-align: center;
  margin-bottom: 62px;
}
.pricing-head .title-h2 {
  margin-bottom: 8px;
  font-size: 38px;
  line-height: 1.3;
}
.pricing-head p {
  font-size: 18px;
  line-height: 1.4;
}
.price-listing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.price-item {
  padding: 28px 32px;
  background: #001b26;
  box-shadow: 0px 44px 60px -24px rgba(0, 27, 38, 0.15);
  border-radius: 16px;
  color: #fff;
}
.price-item .price-head {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding-bottom: 26px;
  border-bottom: 1px solid #074862;
  /* flex-direction: column; */
  align-items: center;
}
.price-item .price-head .price-head-left h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.price-item .price-head .price-head-left .price label {
  display: flex;
  align-items: flex-start;
  font-weight: 600;
  gap: 4px;
  font-size: 36px;
  flex-direction: column;
}
.price-item .price-head .price-head-left .price label span {
  font-weight: 400;
}
.price-item .price-head .price-head-left .price label sub {
  font-size: 20px;
  opacity: 0.8;
  font-weight: 400;
  padding-bottom: 6px;
}
.price-item .price-head .price-head-left .price label > div {
  display: flex;
  align-items: flex-end;
}
.price-item .price-head .price-head-left .price label .original-d-price {
  text-decoration: line-through;
  font-size: 16px;
  opacity: 0.4;
  margin-bottom: -10px;
}
.price-item .price-head .price-head-right .btn {
  min-width: 198px;
  height: 58px;
  font-size: 20px;
  font-weight: 600;
}
.price-item .price-info {
  padding-top: 32px;
}
.price-item .price-info h5 {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  margin-bottom: 22px;
}
.price-item .price-info ul li {
  display: block;
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 500;
  position: relative;
  padding-left: 34px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.price-item .price-info ul li:before {
  content: "\e900";
  position: absolute;
  left: 0;
  top: 0;
  font-family: icomoon !important;
  font-size: 12px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2ecc71;
}
.price-item.light {
  background: linear-gradient(to bottom, #ffeee1, transparent);
  color: var(--clr-sec);
  border: 1px solid var(--clr-pri);
}
.price-item.light .price-head .price-head-left .price label {
  color: var(--clr-pri);
}
/* .price-item.light .price-head .price-head-right .btn{
  border: 1px solid var(--clr-pri);
  color: var(--clr-sec);
  background: transparent;
} */
.price-item.light .price-head {
  border-color: #c8d7dd;
}

/* experience-block */
.experience-block {
  padding-top: 44px;
  padding-bottom: 48px;
}
.experience-head .title-h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 34px;
  line-height: 1.3;
}
.experience-block .experience-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.experience-block .experience-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
  background: #ecf6fe;
  border-radius: 20px;
}
.experience-block .experience-item .experience-img {
  margin-bottom: 20px;
  max-width: 75px;
}
.experience-info h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 6px;
}
.experience-info p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  max-width: 320px;
  margin: 0 auto;
}
.experience-btn {
  display: flex;
  justify-content: center;
  padding-top: 24px;
}

/* faq-block-ui */
.faq-block-ui {
  padding-top: 48px;
  padding-bottom: 68px;
  background-color: #ecf4fc;
}
.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;
  font-size: 38px;
  line-height: 1.2;
}
.faq-block-ui .faq-head .title-h2 strong {
  font-weight: 500;
  display: block;
}
.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-list .faq-head-block {
  display: flex;
  align-items: center;
  gap: 24px;
  cursor: pointer;
  padding: 12px 0;
}
.faq-item-list .faq-head-block h4 {
  font-size: 22px;
  font-weight: 600;
}
.faq-item-list .faq-head-block .cs-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--clr-pri);
}
.faq-item-body {
  padding-left: 55px;
}
.faq-item-body p {
  color: var(--clr-sec);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.drone-content {
  display: none;
}
.drone-content.active {
  display: block;
}
.drone-content .item-drone-feature {
  display: none;
}
.btn.btn-primary.btn-lg {
  font-size: 18px;
  padding: 0 50px;
}
.btn.enroll {
  flex-direction: column;
  row-gap: 4px;
  padding-top: 10px;
  justify-content: center;
}
.btn.enroll i {
  font-size: 14px;
}
.btn.enroll span {
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  font-size: 10px;
  gap: 3px;
  background: #d16603;
  padding: 1px 5px;
  border-radius: 50px;
  min-width: 112px;
  justify-content: center;
}
.cs-testimonial-popup-media .cs-testimonial-popup-video,
.cs-testimonial-popup-media img.cs-testimonial-popup-img {
  background: #000;
  border-radius: 10px;
}
.showTotalCourses::before {
  counter-reset: c-counter var(--totalCourses);
  content: counter(c-counter);
  display: inline-block;
}
.membership-hero-slide:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-auto-rows: 0;
  grid-template-rows: 1fr;
}
.tab-view-content.courses-slider:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 0;
  grid-template-rows: 1fr;
}
.success-story-slider:not(.slick-initialized),
.online-tab-content .courses-slider:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 0;
  grid-template-rows: 1fr;
  overflow: hidden;
}
.online-tab-content .slick-list,
.success-story .success-story-slider .slick-list {
  overflow: hidden;
}

@media screen and (min-width: 1400px) {
  .btn.btn-primary.btn-lg {
    /* height: 74px;
    min-height: 74px;
    padding: 10px 74px;
    font-size: 24px; */
    height: 60px;
    min-height: 60px;
    padding: 10px 50px;
    font-size: 20px;
  }
}
@media screen and (min-width: 991px) {
  .drone-content ul {
    display: block !important;
  }
}
@media screen and (max-width: 1150px) {
  .drone-user-figure {
    margin-right: -150px;
  }
}
@media screen and (max-width: 1300px) {
  .membership-hero p {
    font-size: 36px;
  }
  .membership-hero h1 {
    font-size: 44px;
  }
  .content-picture-block p {
    font-size: 18px;
  }
  .content-picture-block strong {
    font-size: 28px;
  }
  .content-picture-block label {
    font-size: 18px;
  }
  .unlock-feature-note {
    font-size: 32px;
  }
  .unlock-feature h2 {
    font-size: 26px;
  }
  .membership-hero label {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .title-h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .drone-pro-feature-items .drone-pro-feature-items h6 {
    font-size: 20px;
  }
  .drone-pro-feature-items .drone-pro-feature-items {
    min-height: 70px;
  }
  .drone-pro-feature-inner {
    grid-template-columns: 416px 1fr;
    gap: 40px;
  }
  .more-feature-drone .course-content h5 {
    font-size: 22px;
  }
  .more-feature-drone .course-content p {
    font-size: 15px;
  }
  .head-block-investment {
    border-radius: 25px 25px 0 0;
  }
  .head-block-investment .title-h2 {
    font-size: 30px;
  }
  .course-card .course-content {
    padding: 18px 18px 18px;
  }
  .action-course {
    padding: 0 18px 18px 18px;
  }
  .content-investment h5 {
    font-size: 22px;
  }
  .content-investment h3 {
    margin-top: 18px;
    font-size: 18px;
  }
  .list-investment-course ul li {
    font-size: 16px;
  }
  .list-investment ul.item-row li.item {
    padding-top: 24px;
    padding-bottom: 20px;
  }
  .list-investment ul li.item span {
    font-size: 24px;
    height: 62px;
  }
  .next-level-info {
    padding-top: 40px;
  }
  .next-level-info .head-next-level h3 {
    font-size: 34px;
  }
  .next-level-info .head-next-level p {
    font-size: 18px;
  }
  .launch-drone-career {
    padding: 44px 4px 43px 44px;
  }
  .launch-drone-career .left-drone-career h5 {
    font-size: 29px;
  }
  .launch-drone-career .left-drone-career p {
    font-size: 17px;
  }
  .drone-user-info h6 {
    font-size: 22px;
  }
  .drone-user-figure img {
    max-width: 359px;
  }
  .drone-user-info p {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .drone-user-info {
    right: -40px;
  }
  .launch-drone-career .left-drone-career ul {
    max-width: 410px;
  }
  .moneny-back-guarantee .shield-img {
    width: 85px;
    top: -50px;
  }
  .moneny-back-guarantee h4 {
    font-size: 32px;
  }
  .moneny-back-guarantee label {
    font-size: 18px;
  }
  .pricing-block {
    padding-bottom: 70px;
  }
  .pricing-head {
    margin-bottom: 44px;
  }
  .pricing-head .title-h2 {
    font-size: 32px;
    margin-bottom: 4px;
  }
  .price-item {
    padding: 28px 24px;
  }
  .price-item .price-head .price-head-left h4 {
    margin-bottom: 5px;
  }
  .price-item .price-head .price-head-left .price label {
    font-size: 34px;
  }
  .experience-head .title-h2 {
    font-size: 30px;
  }
  .experience-block .experience-item .experience-img {
    max-width: 65px;
  }
  .experience-info h4 {
    font-size: 22px;
  }
  .experience-info p {
    font-size: 15px;
  }
  .membership-hero-slide {
    margin-top: 50px;
  }
  .faq-block-ui .container-main {
    gap: 50px;
  }
}
@media screen and (max-width: 991px) {
  .drone-pro-feature-inner,
  .price-listing {
    grid-template-columns: 1fr;
  }
  .membership-hero-slide:not(.slick-initialized) {
    grid-template-columns: repeat(4, 1fr);
  }
  .success-story-slider:not(.slick-initialized),
  .online-tab-content .courses-slider:not(.slick-initialized) {
    grid-template-columns: repeat(2, 1fr);
  }
  .membership-hero p {
    font-size: 32px;
  }
  .membership-hero h1 {
    font-size: 38px;
  }
  .membership-hero-slide .item img {
    width: 215px;
    height: 248px;
  }
  .membership-hero-slide .item {
    margin: 0 8px;
  }
  .picture-this span {
    font-size: 14px;
  }
  .content-picture-block p {
    font-size: 17px;
  }
  .content-picture-block strong {
    line-height: 32px;
    font-size: 22px;
  }
  .content-picture-block label {
    font-size: 17px;
  }
  .content-picture-block strong {
    max-width: 558px;
  }
  .drone-pro-feature-items {
    display: none;
  }
  .drone-content .item-drone-feature {
    display: flex;
  }
  .drone-content {
    display: block;
    padding-bottom: 24px;
  }
  .drone-content ul {
    display: none;
  }
  .drone-content.active ul {
    display: block;
  }
  .drone-pro-feature-inner {
    gap: 9px;
  }
  .drone-pro-feature-right ul li {
    font-size: 15px;
  }
  .title-h2,
  .unlock-feature-note {
    font-size: 28px;
    line-height: 39px;
  }
  .unlock-feature-note strong {
    display: inline;
  }
  .unlock-feature-note {
    margin-bottom: 20px;
  }
  .unlock-feature h2 {
    font-size: 22px;
  }
  .list-investment ul.item-row li.item {
    padding-left: 60px;
    padding-top: 22px;
  }
  .list-investment-course {
    grid-template-columns: 1fr;
  }
  .next-level-info .head-next-level p,
  .tab-head-action .left p {
    font-size: 18px;
    line-height: 26px;
  }
  .next-level-info .head-next-level h3 {
    font-size: 30px;
  }
  .membership-hero {
    padding-top: 20px;
  }
  .launch-drone-career {
    flex-direction: column;
    align-items: center;
  }
  .launch-drone-career .left-drone-career {
    max-width: 100%;
    width: 100%;
    position: relative;
  }
  .drone-user-figure {
    margin-top: -240px;
  }
  .launch-drone-career:before {
    width: 422px;
    height: 422px;
    bottom: -60px;
    top: auto;
    right: -130px;
    filter: blur(138px);
  }
  .experience-head .title-h2 {
    font-size: 26px;
  }
  .experience-info h4 {
    font-size: 20px;
  }
  .experience-info p {
    font-size: 14px;
    line-height: 22px;
  }
  .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;
  }
  .faq-block-ui .faq-head .title-h2 {
    font-size: 34px;
  }
  .experience-img img {
    max-height: 70px;
  }
  .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;
  }
  .next-level-info {
    padding-top: 40px;
  }
  .launch-drone-career {
    padding: 44px;
  }
  .drone-user-figure {
    align-self: flex-end;
  }
  .item-drone-feature:not(.active) {
    margin-bottom: 0;
  }
  .experience-block .experience-content {
    gap: 16px;
  }
  .experience-block .experience-item {
    padding: 30px 15px;
  }
  .price-item .price-info ul li {
    margin-bottom: 12px;
  }
  .more-feature-drone .course-card .course-content {
    padding: 18px 0px 10px;
  }
}
@media screen and (max-width: 767px) {
  .faq-block-ui .container-main {
    flex-direction: column;
  }
  .membership-hero p {
    font-size: 28px;
  }
  .membership-hero h1 {
    font-size: 32px;
  }
  .membership-hero label {
    margin-bottom: 16px;
  }
  .membership-hero-slide .item img {
    width: 175px;
    height: 200px;
  }
  .membership-hero-slide:not(.slick-initialized) {
    grid-template-columns: repeat(3, 1fr);
  }
  .membership-hero-slide {
    margin-top: 40px;
  }
  .picture-this span {
    font-size: 12px;
  }
  .picture-this .icon-double-arrow {
    font-size: 15px;
  }
  .picture-this {
    margin-bottom: 20px;
  }
  .content-picture-block p {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .content-picture-block strong {
    line-height: inherit;
    font-weight: 500;
  }
  .content-picture-block label {
    font-size: 16px;
  }
  .get-start-feature {
    padding-top: 24px;
    gap: 8px;
  }
  .picture-block {
    padding-top: 28px;
  }
  .get-start-feature i {
    font-size: 14px;
  }
  .drone-pro-feature .title-h2 strong {
    font-weight: 600;
    display: block;
  }
  .drone-pro-feature .title-h2 {
    line-height: normal;
    margin-bottom: 26px;
    font-size: 28px;
  }
  .drone-pro-feature-left h5 {
    font-size: 22px;
  }
  .item-drone-feature {
    padding: 10px 18px 10px 18px;
  }
  .item-drone-feature {
    /* min-height: 70px; */
  }
  .drone-pro-feature {
    padding: 28px 0;
  }
  .unlock-feature-note {
    font-size: 24px;
  }
  .more-feature-drone .get-start-feature {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 24px;
  }
  .more-feature-drone .course-content h5 br {
    display: none;
  }
  .more-feature-drone .course-content p {
    font-size: 15px;
  }
  .more-feature-drone .course-content {
    padding-bottom: 0px;
  }
  .more-feature-drone .tab-head-action {
    border-bottom: none;
  }
  .success-story.success-story-v1 {
    padding-top: 24px;
  }
  .next-level-info .head-next-level p,
  .tab-head-action .left p {
    font-size: 16px;
  }
  .content-investment h5 {
    font-size: 22px;
  }
  .list-investment ul li.item span {
    font-size: 22px;
    height: 58px;
    width: 34px;
    text-align: center;
    justify-content: center;
  }
  .content-investment p {
    font-size: 16px;
    line-height: 22px;
  }
  .list-investment-course ul li {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .list-investment-course {
    gap: 8px;
  }
  .next-level-info {
    padding-top: 32px;
    padding-bottom: 56px;
  }
  .launch-drone-career {
    padding: 24px;
    align-items: flex-end;
  }
  .launch-drone-career .left-drone-career h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .launch-drone-career .left-drone-career p {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 24px;
  }
  .launch-drone-career .left-drone-career ul li {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .drone-user-figure img {
    max-width: 259px;
  }
  .drone-user-figure {
    margin-right: -20px;
    margin-top: -120px;
  }
  .drone-user-figure figure {
    margin-right: -80px;
  }
  .drone-user-info h6 {
    font-size: 16px;
  }
  .drone-user-info p {
    font-size: 10px;
  }
  .drone-user-info {
    margin-bottom: 0;
  }
  .moneny-back-guarantee .shield-img {
    width: 72px;
    top: -38px;
  }
  .moneny-back-guarantee {
    padding-top: 56px;
    padding-bottom: 32px;
  }
  .moneny-back-guarantee h4 {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .moneny-back-guarantee label {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .pricing-head p {
    font-size: 16px;
    line-height: 24px;
  }
  .pricing-head {
    margin-bottom: 18px;
  }
  .pricing-head .title-h2 {
    font-size: 28px;
    margin-bottom: 4px;
  }
  .price-item {
    padding: 24px;
  }
  .price-item .price-head .price-head-left h4 {
    font-size: 20px;
  }
  .price-item .price-head .price-head-left .price label {
    font-size: 40px;
  }
  .price-item .price-head .price-head-left .price label sub {
    font-size: 18px;
  }
  .price-item .price-head .price-head-right .btn {
    width: 100%;
  }
  .price-item .price-info {
    padding-top: 15px;
  }
  .price-item .price-info h5 {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .price-item .price-info ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .price-item .price-info ul li:last-child {
    margin-bottom: 0;
  }
  .experience-img img {
    max-height: 80px;
  }
  .experience-block .experience-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
  .experience-btn .btn {
    width: 100%;
  }
  .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;
  }
  .faq-item-list {
    padding: 12px 0;
  }
  .faq-block-ui {
    padding: 32px 0;
  }
  .pricing-block {
    border-radius: 0 0 40px 40px;
    padding-top: 24px;
    padding-bottom: 30px;
  }
  .circle-rotate,
  .circle-rotate .circle {
    width: 417px;
    height: 417px;
  }
  .tab-head-action {
    margin: 0 -16px;
    white-space: nowrap;
    overflow: auto;
    padding: 0 16px;
    border-bottom: 1px solid #d0d0d0;
  }
  .tab-head-action::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .tab-view-content.courses-slider:not(.slick-initialized),
  .success-story-slider:not(.slick-initialized),
  .online-tab-content .courses-slider:not(.slick-initialized) {
    grid-template-columns: repeat(1, 1fr);
  }
  .membership-hero-slide:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 0;
    grid-template-rows: 1fr;
  }
  .drone-user-figure {
    margin-top: 0px;
  }
}
@media screen and (max-width: 575px) {
  .experience-block .experience-content {
    grid-template-columns: repeat(1, 1fr);
  }
  #membership-slide .slick-list {
    margin-left: 4px;
  }
  .drone-user-figure {
    align-items: center;
  }
  .drone-user-info {
    right: -40px;
    padding-left: 40px;
    gap: 4px;
    align-items: center;
    padding-right: 90px;
    margin-right: -210px;
    width: 280px;
  }
  .membership-hero {
    padding-top: 10px;
  }
  .unlock-feature {
    padding-top: 30px;
  }
  .unlock-feature h2 {
    line-height: 1.5;
    margin-bottom: 0px;
  }
  .unlock-feature-note {
    margin-bottom: 5px;
    line-height: 1.3;
  }
  .membership-hero-slide {
    margin-top: 30px;
  }
  .moneny-back-guarantee h4,
  .reviews-section-heading h2,
  .heading-md,
  .title-h2,
  .unlock-feature-note {
    font-size: 22px;
    line-height: 1.4;
  }
  .content-investment h5 {
    font-size: 18px;
  }
  .content-investment p {
    font-size: 15px;
    line-height: 1.6;
  }
  .list-investment ul.item-row li.item {
    padding-left: 50px;
    padding-bottom: 10px;
  }
  .content-investment h3 {
    margin-top: 15px;
    font-size: 16px;
  }
  .list-investment-course {
    padding-top: 12px;
  }
  .stepper {
    margin: 0;
    padding: 0;
  }
  .unlock-feature h2 {
    font-size: 20px;
  }
  .launch-drone-career .left-drone-career h5{
    font-size: 20px;
  }
  .moneny-back-guarantee p {
    font-size: 15px;
    line-height: 1.6;
  }
  .price-item .price-info ul li {
    font-size: 15px;
    line-height: 1.5;
    padding-left: 28px;
  }
  .price-item .price-info ul li:before {
  top: 2px;
  font-size: 12px;
  width: 20px;
  height: 20px;
  }
  .drone-pro-feature-right ul li{
    padding-left: 30px;
  }
  .drone-pro-feature-right ul li:before{
  font-size: 14px;
  width: 20px;
  height: 20px;
  top: 4px;
  }
  .experience-info h4 {
    font-size: 18px;
  }
  .experience-img img {
    max-height: 60px;
  }
  .experience-block .experience-item{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pricing-block{
    border-radius: 0 0 26px 26px;
  }
  .course-card .course-content p,
  .more-feature-drone .course-content p,
  .content-picture-block p,
  .drone-pro-feature-right ul li,
  .faq-item-body p,
  .experience-info p {
    font-size: 15px;
    line-height: 1.5;
  }
  .faq-item-list .faq-head-block h4 {
    font-size: 16px;
  }
  .item-drone-feature h6{
    font-size: 18px;
  }
  .item-drone-feature{
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 15px;
  }
  .more-feature-drone .course-content h5{
    font-size: 20px;
  }
  .more-feature-drone .heading-md {
    font-size: 28px;
  }
  .head-block-investment .title-h2 {
    font-size: 28px;
  }
  .next-level-info .head-next-level h3 {
    font-size: 28px;
  }
  .course-card .course-content p {
    line-height: 1.4;
  }
  .pricing-head .title-h2 {
    font-size: 22px;
    margin-bottom: 4px;
  }
  .experience-head .title-h2 {
    font-size: 22px;
  }
  .faq-block-ui .faq-head .title-h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 475px) {
  .price-item .price-head .price-head-left .price label {
    font-size: 32px;
  }
  .price-item .price-head .price-head-right .btn {
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
    min-width: 175px;
  }
  .price-item .price-head .price-head-left .price label sub {
    font-size: 14px;
  }
  .price-item .price-head .price-head-left .price label .original-d-price {
    font-size: 16px;
  }
  .price-item {
    padding-left: 18px;
    padding-right: 18px;
  }
  .more-feature-drone .heading-md {
    font-size: 26px;
  }
  .head-block-investment .title-h2 {
    font-size: 26px;
  }
  .next-level-info .head-next-level h3 {
    font-size: 24px;
  }
  .membership-hero p {
    font-size: 26px;
  }
  .more-feature-drone .heading-md {
    font-size: 24px;
  }
  .pricing-head p {
    font-size: 15px;
  }
}
@media screen and (max-width: 425px) {
  .membership-hero p {
    font-size: 24px;
  }
}
@media screen and (max-width: 390px){
  .price-item .price-head .price-head-right .btn {
    min-width: 170px;
  }
}
@media screen and (max-width: 380px) {
  .price-item .price-head {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 18px;
  }
  .price-item .price-head .price-head-right .btn{
    min-width: 200px;
  }
}
