/*=== CALL TO ACTION ===*/
@media only screen and (max-width: 767px) {
  .single_instructor .cta_area2 .col-md-6:last-child {
    margin-top: 20px;
  }
}

.single_instructor .cta_area2_card {
  background-color: var(--frontend-extara-light-white, #f9f9fc);
  padding: 60px;
  padding-right: 45% !important;
  position: relative;
  z-index: 1;
}

html[dir="rtl"] .single_instructor .cta_area2_card {
  padding-right: 0 !important;
  padding-left: 45% !important;
}

@media only screen and (min-width: 1440px) and (max-width: 1580px) {
  .single_instructor .cta_area2_card {
    padding: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .single_instructor .cta_area2_card {
    padding: 40px;
    padding-right: 30% !important;
  }
  html[dir="rtl"] .single_instructor .cta_area2_card {
    padding-right: 0 !important;
    padding-left: 30% !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_instructor .cta_area2_card {
    padding: 35px;
    padding-right: 25% !important;
  }
  html[dir="rtl"] .single_instructor .cta_area2_card {
    padding-right: 0 !important;
    padding-left: 25% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_instructor .cta_area2_card {
    padding: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .single_instructor .cta_area2_card {
    padding: 25px 50px !important;
    text-align: center;
  }
}

@media only screen and (max-width: 374px) {
  .single_instructor .cta_area2_card {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.single_instructor .cta_area2_card::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: var(--shape);
  background-size: auto;
  background-position: center right;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 40px;
  z-index: -1;
}

html[dir="rtl"] .single_instructor .cta_area2_card::before {
  left: 40px;
  right: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .single_instructor .cta_area2_card::before {
    right: 10px;
    width: 40%;
    background-size: contain;
  }
  html[dir="rtl"] .single_instructor .cta_area2_card::before {
    left: 10px;
    right: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_instructor .cta_area2_card::before {
    width: 40%;
    background-size: contain;
  }
}

@media only screen and (max-width: 991px) {
  .single_instructor .cta_area2_card::before {
    display: none;
  }
}

.single_instructor .cta_area2_card span {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .single_instructor .cta_area2_card span {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_instructor .cta_area2_card span {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_instructor .cta_area2_card span {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .single_instructor .cta_area2_card span {
    margin-bottom: 10px;
  }
}

.single_instructor .cta_area2_card h4 {
  font-size: 24px;
  line-height: 1.41667;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_instructor .cta_area2_card h4 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_instructor .cta_area2_card h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .single_instructor .cta_area2_card h4 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_instructor .cta_area2_card h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .single_instructor .cta_area2_card h4 {
    margin-bottom: 15px;
  }
}
