.fullprofile-page {
  width: 100%;
  float: left;
  position: relative;
  padding-right: 316px;
  border-radius: 10px;
  overflow: hidden;
}

.fullprofile-page .profile-left {
  width: 100%;
  float: left;
  position: relative;
}
.fullprofile-page .profile-right {
  width: 300px;
  position: relative;
  margin-right: -316px;
  float: right;
}

.degree-list {
  width: 100%;
  float: left;
  position: relative;
}
.degree-list .degree-single {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
}
.degree-list .degree-single:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: 3px;
  background: #1bb5e7;
  border-radius: 180px;
}
.degree-list .degree-single .degree-title {
  width: 100%;
  float: left;
  position: relative;
  color: #000;
  font-size: 13px;
  margin: 0px;
  line-height: 20px;
  font-weight: 600;
}
.degree-list .degree-single .degree-university {
  width: 100%;
  float: left;
  position: relative;
  color: #000;
  font-size: 13px;
  margin: 0px;
  line-height: 20px;
}
.degree-list .degree-single .degree-years {
  width: 100%;
  float: left;
  position: relative;
  color: #636363;
  font-size: 13px;
  margin: 0px;
  line-height: 20px;
}
.institute-group {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 200px;
}
.institute-group .institute-left {
  width: 200px;
  margin-left: -200px;
  float: left;
  text-align: center;
  position: relative;
}
.institute-group .institute-logo {
  width: 130px;
  background: #f3f9ff;
  position: relative;
  height: 130px;
  display: inline-block;
  border-radius: 180px;
  vertical-align: top;
  border: 1px solid #e0eaf3;
}
.institute-group .institute-logo img {
  width: auto;
  height: auto;
  float: left;
  position: relative;
  padding: 25px;
  max-width: 100%;
  max-height: 100%;
}
.institute-group .institute-right {
  width: 100%;
  float: left;
  position: relative;
}
.institute-group .institute-group-header {
  width: 100%;
  float: left;
  position: relative;
}
.institute-group .institute-group-body {
  width: 100%;
  float: left;
  position: relative;
  border-top: 1px solid #ccdff1;
  padding-top: 10px;
  margin-top: 10px;
}
.institute-group .institute-title {
  width: 100%;
  float: left;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #004f94;
  line-height: 22px;
  margin-bottom: 5px;
}
.institute-group .institute-subtitle {
  width: 100%;
  float: left;
  position: relative;
  color: #000;
  font-size: 13px;
  margin: 0px;
  line-height: 20px;
}
.institute-info-item {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
.institute-info-item .institute-info-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
}
.institute-info-item .institute-info-icon img {
  width: 20px;
  height: 20px;
  padding: 2px;
}
.institute-info-item .institute-info-label {
  width: 100%;
  float: left;
  position: relative;
  color: #636363;
  font-size: 12px;
  margin: 0px;
  line-height: 20px;
}
.institute-info-item .institute-info-value {
  width: 100%;
  float: left;
  position: relative;
  color: #000;
  font-size: 13px;
  margin: 0px;
  line-height: 20px;
  font-weight: normal;
}
.teacher-profile-banner {
  width: 100%;
  float: left;
  position: relative;
  border-radius: 10px;
  background: rgb(255 255 255);
  margin-bottom: 16px;
  border: 1px solid #e0eaf3;
  overflow: hidden;
}
.teacher-profile-banner .teacher-banner-header {
  background: linear-gradient(324deg, #004f94 0%, #01a2ed 100%);
  width: 100%;
  float: left;
  position: relative;
  padding: 40px 15px 15px 200px;
}
.teacher-profile-banner .teacher-banner-header .teacher-banner-header-left {
  width: 200px;
  margin-left: -200px;
  float: left;
  text-align: center;
  position: relative;
  margin-bottom: -86px;
}
.teacher-profile-banner .teacher-banner-header .teacher-image {
  width: 130px;
  background: #f3f9ff;
  position: relative;
  height: 130px;
  display: inline-block;
  border-radius: 180px;
  vertical-align: top;
  border: none;
  overflow: hidden;
}
.teacher-profile-banner .teacher-banner-header .teacher-image:after {
  content: "";
  border: 8px solid rgb(255 255 255 / 40%);
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 180px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
}
.teacher-profile-banner .teacher-banner-header .teacher-image img {
  width: auto;
  height: auto;
  float: left;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 180px;
}
.teacher-profile-banner .teacher-banner-header .teacher-banner-header-right {
  width: 100%;
  float: left;
  position: relative;
}
.teacher-profile-banner .teacher-banner-header .teacher-name {
  line-height: 30px;
  width: 100%;
  float: left;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
}
.teacher-profile-banner .teacher-banner-header .course-rating .star-rating {
  color: #fff;
  font-weight: normal;
  font-size: 13px;
}
.teacher-profile-banner .teacher-banner-body {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 200px;
  padding: 15px 15px 15px 200px;
}
.faculty-list {
  width: 100%;
  float: left;
  position: relative;
}
.faculty-list .single-faculty:last-child {
  margin-bottom: 0px;
}
.single-faculty {
  width: 100%;
  float: left;
  position: relative;
  border-radius: 10px;
  background: rgb(255 255 255);
  border: 1px solid #e0eaf3;
  padding: 12px;
  display: flex;
  margin-bottom: 16px;
}
.single-faculty .single-faculty-left {
  width: 60px;
  height: 60px;
  min-width: 60px;
}
.single-faculty .single-faculty-left .teacher-image {
  width: 60px;
  background: #f3f9ff;
  position: relative;
  height: 60px;
  display: inline-block;
  border-radius: 180px;
  vertical-align: top;
  border: none;
  overflow: hidden;
}
.single-faculty .single-faculty-left .teacher-image:after {
  content: "";
  border: 5px solid rgb(255 255 255 / 40%);
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 180px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
.single-faculty .single-faculty-left .teacher-image img {
  width: auto;
  height: auto;
  float: left;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 180px;
}
.single-faculty .single-faculty-right {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 10px;
}
.single-faculty .teacher-name {
  line-height: 20px;
  width: 100%;
  float: left;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #004f94;
  margin-bottom: 5px;
}

.single-faculty .star-rating {
  color: gray;
  font-weight: normal;
  font-size: 12px;
}
.single-faculty .institute-info-item {
  margin-top: 5px;
  margin-bottom: 0px;
}
.single-faculty .institute-info-item .institute-info-value {
  font-size: 12px;
}
.single-faculty .faculty-action {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 10px;
  text-align: right;
}
.single-faculty .faculty-action .btn {
  display: inline-block;
  vertical-align: top;
  padding: 4px 12px;
  font-size: 12px;
}

.student-profile-banner {
  width: 100%;
  float: left;
  position: relative;
  border-radius: 10px;
  background: rgb(255 255 255);
  margin-bottom: 16px;
  border: 1px solid #e0eaf3;
  overflow: hidden;
  padding: 20px 20px 20px 200px;
  display: flex;
  align-items: center;
}
.student-profile-banner .student-banner-left {
  width: 200px;
  margin-left: -200px;
  float: left;
  text-align: center;
  position: relative;
}
.student-profile-banner .student-image {
  width: 130px;
  background: #f3f9ff;
  position: relative;
  height: 130px;
  display: inline-block;
  border-radius: 180px;
  vertical-align: top;
  border: none;
  overflow: hidden;
}
.student-profile-banner .student-image:after {
  content: "";
  border: 8px solid rgb(255 255 255 / 40%);
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 180px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
}
.student-profile-banner .student-image img {
  width: auto;
  height: auto;
  float: left;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 180px;
}
.student-profile-banner .student-banner-right {
  width: 100%;
  float: left;
  position: relative;
}

.student-profile-banner .student-name {
  line-height: 24px;
  width: 100%;
  float: left;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  color: #004f94;
  margin-bottom: 5px;
}
.student-profile-banner .student-dob {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 5px;
  color: #5e5e5e;
  font-size: 13px;
  line-height: 20px;
}
.student-profile-banner .student-dob img {
  width: 20px;
  float: left;
  position: relative;
  height: 20px;
  padding: 3px;
  margin-right: 5px;
}
.student-profile-banner .student-grade {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 15px;
  color: #000000;
  font-size: 13px;
  line-height: 20px;
}
.student-profile-banner .student-grade strong {
  width: auto;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-weight: 600;
}
.student-profile-banner .course-rating .star-rating {
  font-size: 13px;
}
.student-profile-banner .student-banner-body {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 200px;
  padding: 15px 15px 15px 200px;
}
.student-bio {
  color: #000;
  font-size: 13px;
  width: 100%;
  float: left;
  position: relative;
  margin: 8px 0px 0px 0px;
  line-height: 20px;
}
