@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700&display=swap');
* {
  margin: 0px;
  padding: 0px;
}
body {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 26px !important;
  letter-spacing: 0.6px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  letter-spacing: 0;
}

.mentor-descrip {
  box-shadow: 0 5px 6px -6px #7c7c7c;
  background: #fff;
  border-radius: 20px;
  padding: 0 20px 10px;
  text-align: left;
  min-height: 364px;
  margin-bottom: 30px;
  position: relative;
}

a.pull-right {
  color: #ffffff;
  font-style: italic;
  background: #E85222;
  padding: 2px 8px;
  font-size: 11px;
  margin-top: 10px;
  border-radius: 5px;
  position: absolute;
}

#myList .university{
  display: none;
}
#showLess, #showLess1 {
  cursor: pointer;
  display: none;
}
a#loadMore {
  margin-right: 8px;
  font-size: 16px;
}
a#showLess {
  font-size: 16px;
}

.btn-outer {
  display: flex;
  justify-content: center;
}


.mentor-descrip h5 {
  font-size: 15px;
  font-weight: 300;
  margin-top: 20px;
}
.mentor-descrip h4 {
  color: #010b5a;
  font-size: 18px;
  margin-bottom: 10px;
}
.imag {
  position: relative;
  margin: 0 -20px;
}
.imag img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.imag span {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #3e4c8d;
  padding: 2px 20px;
  color: #fff;
  border-radius: 0 20px 0 0;
}
.group {
  position: absolute;
  top: 0;
  right: 20px;
  width: 0px;
  height: 106px;
  border: 1px solid #000;
  border-bottom: 25px solid transparent;
  border-top: none;
  border-left: 40px solid #d13d07;
  border-right: 40px solid #d13d07;
  font-size: 12px;
  line-height: normal;
}

.group>p {
  position: absolute;
  right: -20px;
  top: 16px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: normal;
}

p.year {
  position: absolute;
  right: -34px;
  top: 42px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: normal;
}

.group img {
  border-radius: 0;
}


@media only screen and (max-width: 1199px) {
  /* .mentor-descrip {
    min-height: 454px;
} */
.mentor-descrip h5 {
  font-size: 14px;
}
}
@media only screen and (max-width: 767px) {
	
	body {
    font-size: 13px;
        line-height: 24px!important;
    letter-spacing: 0.3px;
}

	
	
}