.single-instructor-hero-section {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.single-instructor-hero-section__contents {
  padding: 150px 0 150px;
}
@media (max-width: 991px) {
  .single-instructor-hero-section {
    height: auto;
  }
  .single-instructor-hero-section__contents {
    padding: 100px 0;
  }
}
.single-instructor-hero-section__welcome-icon {
  display: inline-block;
  animation-name: wave-animation;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}
.single-instructor-hero-section__welcome-separator {
  width: 16px;
  height: 1px;
  background-color: var(--black);
}
.single-instructor-hero-section__contents .single-instructor-hero-section__description span{
    font-size: 20px;
    line-height: 28px;
}
.single-instructor-hero-section__description .circle-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #d5d52b;
}
.single-instructor-hero-section__description .line-separator {
  width: 16px;
  height: 1px;
  background-color: #d5d52b;
}
.single-instructor-hero-section__main-img {
  width:100%;
  max-width: 556px;
  height: 100%;
  max-height: 750px;
}
@media (max-width: 991px) {
  .single-instructor-hero-section__main-img {
    width: auto;
    max-width: 100%;
    height: 320px;
  }
}
.single-instructor-hero-section__spinning-img {
  width: 132px;
  height: 132px;
  position: absolute;
  top: 10em;
  right: 0;
  z-index: 2;
  transition: all 0.4s;
  animation: rotate-animation 12s infinite linear;
}
.rtl .single-instructor-hero-section__spinning-img {
  right: auto;
  left: 0;
}
.single-instructor-hero-section__companies-logos {
  width: 100%;
  height: 80px;
}
@media (max-width: 991px) {
  .single-instructor-hero-section__companies-logos {
    height: auto;
  }
}
.single-instructor-hero-section__companies-logos-title-separator {
  width: 8px;
  height: 1px;
  background-color: var(--white);
}
.single-instructor-hero-section__companies-logos-item {
  height: 32px;
}
.single-instructor-hero-section__companies-logos-item img {
  max-height: 100%;
}

.single-instructor-hero-section .hybrid-information-section-4-images-text-section__statistic-item .line {
    width: 2px;
    height: 37px;
    background-color: var(--yellow);
}
.single-instructor-hero-section .btn.btn-xlg {
    min-height: 59px !important;
    height: 59px !important;
    padding: 20px 17px;
    /*padding-left: 4px;*/
    border-radius: 20px;
    font-size: 17px;
    font-weight: 700;
    color: var(--primary);
}
.single-instructor-hero-section .btn.btn-second{
    background: transparent;
    color: var(--yellow);
    border: 1px solid var(--yellow);
}
.single-instructor-hero-section .hybrid-information-section-4-images-text-section__statistic-item span{
    font-size: 3rem;
    line-height: 3.2rem;
    font-weight: 700;
    color: var(--white);
}
.single-instructor-hero-section .hybrid-information-section-4-images-text-section__statistic-item h4{
    opacity: 1;
    font-weight: 300;
    color: var(--white);
    font-size: 17px;
    line-height: 30px;
    text-align: left;
}
.stright-line {
    border-top: 1px solid;
    margin-top: 8px;
    margin-bottom: 5px;
    width: 100px;
    border-color: #d5d52b;
    border-width: 2px;
}

.single-instructor-hero-section .single-instructor-hero_wrap{
    padding: 40px;
    background: #fff;
    box-shadow: 4px 4px 15px #88888859;
    border: 1px solid #dddddd;
    border-radius: 13px;
}

.single-instructor-hero-section .region-map {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    object-fit: cover;
}
.single-instructor-hero-section .region-map img {
    width: 100%;
    object-fit: cover;
    border-radius: 13px;
    height: 100%;
}

.single-instructor-hero_wrap-div{
    padding: 70px 0;
}

.hero-section-educator .single-instructor-hero-section__main-img {
    width: 100%;
    max-width: 656px;
    height: 100%;
    max-height: 751px;
}
.hero-section-educator .single-instructor-hero-section__contents h1{
    font-size: 50px;
    line-height: 65px;
}
.hero-section-educator .single-instructor-hero-section__contents .single-instructor-hero-section__description span{
    font-size: 20px;
    line-height: 28px;
}



.hero-section-career__job-search {
    background: #ffffff;
    border-radius: 13px;
    padding: 32px 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    margin: 40px 0;
}

.hero-section-career__job-search-title {
    font-size: 16px;
    font-weight: 500;
    color: #1f2937;
}

.hero-section-career__label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
    color: #374151;
}

.hero-section-career__select {
    width: 100%;
    height: 52px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    font-size: 15px;
    background-color: #fff;
    transition: all 0.2s ease;
}

.hero-section-career__select:focus {
    outline: none;
    border-color: var(--dark-gray);
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.12);
}

.hero-section-career__search-btn {
    width: 100%;
    height: 52px;
    border-radius: 10px;
    border: none;
    background: var(--dark-gray);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    transition: background 0.2s ease;
}

.hero-section-career__search-btn:hover {
    background: var(--dark-gray);
}

.hero-section-career .single-instructor-hero-section__contents {
    padding: 150px 0 0;
}
.hero-section-career {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .single-instructor-hero-section {
        height: auto;
        padding:  0;
        padding-top: 70px;
    }
    .single-instructor-hero-section__contents {
        padding: 100px 0;
        padding-bottom: 20px;
    }
    .single-instructor-hero-section__main-img {
        width: auto;
        max-width: 100%;
        height: 500px;
    }
    .single-instructor-hero-section .hybrid-information-section-4-images-text-section__statistic-item span {
        font-size: 2.5rem;
    }
    .stright-line {
        border-top: 1px solid;
        margin-top: 5px;
        margin-bottom: 5px;
        width: 80px;
        border-color: #d5d52b;
        border-width: 2px;
    }
    .single-instructor-hero-section .region-map {
        padding-top: 20px;
    }
    .hero-section-educator .single-instructor-hero-section__contents h1{
        font-size: 40px;
        line-height: 53px;
    }
     .about-section .single-instructor-hero-section__contents {
        padding: 90px 0 0;
    }
}