.header-view{
    background: #FF8A00;
    height: 200px;
}
.staff-avatar-row{
    position: relative;
    display: flex;
    justify-content: center;
    height: 180px;
}
.staff-avatar{
    height: 300px;
    width: 300px;
    position: absolute;
    top: -150px;
}
.staff-avatar img{
   border-radius: 50%;
}
.staff-detail{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.staff-name{
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #0072B4;
    font-family: 'Work Sans';
}
.staff-title{
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  font-family: 'Work Sans';
}
.statistics{
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #0072B4;
  margin-top:15px;
}
.staff-intro{
  margin-top: 65px;
  height: 443px;
}
.staff-tag{
  background: #8BC402;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-block: 15px;
}
.tagline{
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 20px;
}
.review{
  margin-top:60px;
}
.review .title{
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #333333;
  font-family: 'Work Sans';
}
.total-review{
  display: flex;
  background: #F2F2F2;
  border-radius: 3px;
  width: max-content;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  gap: 10px;
  color: #0072b4;
}
.total-review .avg{
  font-size: 14px; */
  line-height: 19px;
  color: #0072B4;
  margin-left: 17px;
}
.total-review-count{
  font-size: 15px;
  line-height: 35px;
  text-decoration-line: underline;
}
.review-card{
   display: grid;
   grid-template-columns: 60px 1fr;
   border-radius: 3px;  
   padding: 15px;
   background: #F2F2F2;
   font-family: 'Open Sans';
}
.parent-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1672b4;
    font-size: 17px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border: 1px solid #000000;
}
.parent-review{
}
.parent-review .name{
    font-weight: 700;
    line-height: 22px
}
.parent-review .date{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}
.review-list{
    margin-top: 60px;
}
.btn-all-review{
   display: flex;
   justify-content: center;
   margin-top: 30px;
}
.more-btn{
    background: #0072B4 !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    height: 47px;
    width: 200px;
    height: 50px;
}
.more-btn:hover,
.more-btn:active {
   color: white !important;
   box-shadow: 0 4px 10px rgb(62 90 130 / 10%);
}
.class-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-top: 60px;
}
.class-list{
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  padding: 10px;
}
.class-list-s-t{
  display: flex;
  flex-direction: column;
}
.class-list .subject{
  font-weight: 700;
  line-height: 22px;
  color: #333333;
}
.class-list .time{
  font-size: 13px;
  color: #000000e6;
}
.class-list .time-location{
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
/* modal */
.modal-heading{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.modal-open .modal{
    overflow-y: hidden;
}
.modal-body{
    max-height: 60vh;
    overflow: auto;
}
.modal-body .list{
  border-bottom: 1px solid #dddfe3;
  margin-block: 15px;
}
.owl-nav { position: absolute;     width: 100%;    z-index: 999;     top: 33% !important; }
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{ background-color: rgba(0,0,0, 0.8); box-shadow: 2px 2px 10px rgba(0,0,0, 0.4); width: 30px; height: 30px; border-radius: 100%; color: #FFF; line-height: 30px; padding: 0 !important; font-size: 26px; }
.owl-carousel .owl-nav button.owl-next{ float: right; margin-right: -10px; }
.owl-carousel .owl-nav button.owl-prev{ float: left; margin-left: -10px; }
.owl-carousel .owl-nav button.owl-next span, 
.owl-carousel .owl-nav button.owl-prev span{ line-height: 20px; display: block; margin-top: -4px; }

.review-list{
  width:100%;
}
.time-location .flex{
 display: flex;
 align-items: center;
 gap:5px;
}
.review-list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 40px;
  grid-column-gap: 20px;
}
#reviewrating {
  background: #efefef;
  overflow: hidden;
  display: inline-block;
  padding: 12px 15px 5px;
  border-radius: 5px;
}
.rating{
  display: flex;
  align-items: center;
  gap: 10px;
}
.rating-image{
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
#review_rating{
  margin-top: 15px;
}
#rate{
  font-size: 32px;
  font-weight: bold
}
#total-review{
  color: #777;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .header-view{
     height: 180px;
  }
  .staff-avatar{
     width: 270px;
  }
  .staff-avatar img{
     height: 250px;
  }
  .staff-avatar-row{
     height: 110px;
  }
  .staff-name{
     font-size: 30px;
     line-height: 35px;
  }
  .staff-title{
    line-height: 25px;
    text-align: center;
  }
  .staff-intro{
    height: 220px;
  }
  .review{
    margin-top: 30px;
  }
  .review-md{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .total-review{
    margin-top: 20px;
  }
  .class-grid{
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin-top: 30px;
  }
  .review .title{
    font-size: 30px;
    line-height: 35px;
    display: flex;
    justify-content: center;
    
  }
  .class-list .time-location{
    flex-direction: column;
  }
  .more-btn{
    height: 42px;
  }
  .review-slider .review-card{
    margin-inline: 30px;
  }
  .modal-body{
    max-height: 80vh
  }
  .review-list{
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 991.98px) {
  .review-list{
    grid-template-columns: 1fr 1fr;
  }  
}
.staff-review{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0072B4;
}
.posted-on{
  color: #848484;
  font-weight: 600;
}
.parent-network-img{
  width: 40px;
  height: 40px;
  border-radius: 50%
}