.header_teacher {
  background-image: url(../images/page-title-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 350px;
  color: white !important;
  position: relative;
}

.layer {
  background-color: #212121;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.info {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding-bottom: 25px;
  padding-left: 10px;
}

.teacher_info span {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}

.total_info p {
  font-size: 2.5rem;
  font-weight: bold;
}
.total_info .list-inline-item:not(:last-child) {
  margin-right: 1.5rem;
}
.total_info i {
  color: #f74f17;
}

.total-data {
  font-size: 35px;
  font-weight: bold;
}

.teacher_avatar {
  width: 8rem;
  height: 8rem;
  object-fit: cover;
  float: right;
  margin-right: 15px;
}

.about_me {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
}

.course_of {
  padding-top: 20px;
  padding-bottom: 50px;
}

.course_of_teacher {
  margin-top: 2em;
  padding-bottom: 1em;
  padding-top: 1em;
  box-shadow: 2px 2px 10px #cecece;
  border-radius: 5px;
  background-color: white;
}

.basic_info a {
  font-size: 20px;
  font-weight: bold;
}
.basic_info img {
  width: inherit;
  height: 200px;
  object-fit: cover;
}

.price_info {
  float: right;
  text-align: right;
}
.price_info .price {
  font-size: 25px;
  font-weight: bold;
  color: red;
}
.price_info .selling {
  font-size: 20px;
  text-decoration: line-through;
}
.price_info .sell-off {
  font-size: 14px;
  background: #f26522;
  border-radius: 3px;
  padding: 5px;
  color: #fff;
  display: inline-block;
}
.price_info .btn {
  padding: 10px 50px 10px 50px !important;
}

.section_title {
  color: #3e3e3e;
}

.teacher_video {
  width: inherit;
  height: 330px;
}

/*# sourceMappingURL=teacher.css.map */
