.cm-tab-wrp {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cm-tab-wrp .page-center {
  max-width: 1100px;
}

.cm-tab-wrp .top-wrp {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.cm-tab-wrp .top-wrp h2 {
  text-align: center;
  font-size: 34px;
  line-height: 44px;
  font-family: 'Sharp Grotesk Exp';
  color: #c6c6c6;
}

.cm-tab-wrp .container {
  padding-left: 0;
  padding-right: 0;
  width: 1200px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.btm-wrp {
  margin-top: 50px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.cm-tab-wrp ul.nav.nav-tabs {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  list-style: none;
}

.cm-tab-wrp ul.nav.nav-tabs li {
  ma CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
  margin: 0;
  margin-bottom: -1px;
}

.cm-tab-wrp ul.nav.nav-tabs li a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  position: relative;
  display: block;
  color: #7d7d7d;
  font-size: 24px;
  padding: 5px 0px;
  margin: 0 16px;
  line-height: 36px;
}


.tab-content .tab-pane {
  display: none;
}

.tab-content .tab-pane .panel-body {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 15px;
}

.tab-content .tab-pane .panel-body .team_content_wrapper {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 33.33%;
  float: left;
  padding: 30px 0px;
  position: relative;
}

.tab-content .tab-pane .panel-body h5 {
  margin-top: 20px;
  color: #7d7d7d;
  text-align: center;
  font-size: 22px;
  line-height: 31px;
  padding: 8px 0px;
  width: 100%;
}

.tab-content .tab-pane .panel-body .team_content_wrapper >a {
  cursor: pointer;
  display: block;
}

.tab-content .tab-pane .panel-body .team_content_wrapper >a .team_member_img {
  text-align: center;
  position: relative;
  z-index: 9;
  transition: 2s;
}

.tab-content .tab-pane .panel-body .team_content_wrapper >a .team_member_img img {
  max-width: 100%;
  border-radius: 50%;
  width: 200px;
  height: 200px;
}

.tab-content .tab-pane .panel-body .team_content_wrapper >a .content_wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: table;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  background: #ffff;
}

.tab-content .tab-pane .panel-body .team_content_wrapper >a .content_wrapper .title_content_wrapper {
  display: table-cell;
  vertical-align: middle;
}

.tab-content .tab-pane .panel-body .team_content_wrapper >a .content_wrapper .team_title h4 {
  color: #450444;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
  font-family: 'Sharp Grotesk Exp';
}

.tab-content .tab-pane .panel-body .team_content_wrapper >a .content_wrapper .team_designation {
  color: #7d7d7d;
  font-size: 17px;
  line-height: 24px;
  margin-top: 30px;
  text-align: center;
  margin-top: 10px;
}

.tab-content .tab-pane .panel-body .team_content_wrapper >a .content_wrapper .team-content {
  color: #7d7d7d;
  font-size: 17px;
  line-height: 24px;
  margin-top: 30px;
  text-align: center;
}

.tab-content .tab-pane .panel-body .team_content_wrapper a:hover .content_wrapper {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}

.tab-content .tab-pane .panel-body .team_content_wrapper >a:hover .content_wrapper {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.tab-content .tab-pane .panel-body .team_content_wrapper.pop-active .custom_model_for_post {
  visibility: visible;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.custom_model_for_post {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgba(69, 4, 68, 0.7);
  visibility: hidden;
  opacity: 0;
}

.cm-tab-wrp ul.nav.nav-tabs li.active >a {
  color: #D84437;
  border: 0px;
  border-bottom: 1px solid #D84437;
  background: #fff;
}

.tab-content .tab-pane.active {
  display: block;
}


.tab-content .tab-pane.cont-2 .collapseOne {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  background: #F8F7F3;
  border-radius: 3px;
  padding: 60px 81px;
}


.team_teacher .l-media__body {
  width: calc(100% - 25%);
  float: left;
  max-width: 598px;
  padding-right: 65px;
}

.team_teacher  .l-media__img {
  float: left;
  width: 23%;
}

.team_teacher .l-media__img img {
  max-width: 100%;
}

.team_teacher .l-media__body  p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  font-size: 21px;
  font-size: 18px;
  line-height: 1.8;
}

.team_teacher .l-media__body a {
  padding: 25px 0px 0px;
  font-size: 16px;
  margin-top: 0px;
  display: inline-block;
}

.custom_model_for_post  .modal-dialog.modal-dialog-centered {
  max-width: 800px;
  width: 88%;
  margin: 0 auto;
  position: relative;
  top: 15%;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
}

.tab-content .tab-pane .panel-body .team_content_wrapper.pop-active   .modal-dialog.modal-dialog-centered {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}


.custom_model_for_post .modal-content {
  box-shadow: 0 5px 15px rgb(0 0 0 / 13%);
  background-color: #F8F7F3;
  border-radius: 3px;
  padding: 60px;
}

.custom_model_for_post .modal-content .modal-header {
  text-align: center;
  padding: 0px;
  border: none;
}

.custom_model_for_post .modal-content .modal-header button {
  border-radius: 4px;
  padding: 0;
  text-decoration: none !important;
  transition: background-color 0.6s ease 0s, border-color 0.7s ease 0s, color 0.7s ease 0s;
  text-shadow: 0 1px 0 #fff;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: -2px;
  color: #450444;
  opacity: 1;
  font-size: 45px;
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: 200;
}

.custom_model_for_post .modal-content .modal-header img {
  width: 200px;
  border-radius: 50%;
}

.custom_model_for_post .modal-content .modal-header h5#exampleModalLongTitle {
  color: #450444;
  font-size: 34px;
  line-height: 44px;
  padding: 30px 0px 0px;
  font-family: 'Sharp Grotesk Exp' !important;
}


.custom_model_for_post .modal-content .modal-body .modal_designation {
  text-align: center;
  font-size: 17px;
  line-height: 24px;
}

.card-popup-cont {
    text-align: center;
    color: #7d7d7d;
    font-size: 19px;
    line-height: 30px;
    margin-top: 22px;
}

.tab-content .tab-pane .panel-body:nth-child(2),
.tab-content .tab-pane .panel-body:nth-child(3){
  padding-top: 0;
}

.tab-content .tab-pane .panel-body:nth-child(2) >h5,
.tab-content .tab-pane .panel-body:nth-child(3) >h5{
  margin-top: 6px;
}

.team_cat_desc {
  font-size: 19px;
  line-height: 30px;
  text-align: center;
  margin: 0 0 10px;
}

html.child-theme.popup_show {
  overflow: hidden;
}

.tab-content {
  margin-bottom: 47px;
}

@media(max-width:767px){
  .cm-tab-wrp .top-wrp h2 {
    font-size: 24px;
    line-height: 31px;
  }
  .cm-tab-wrp {
    padding-top: 0;
  }
  .cm-tab-wrp ul.nav.nav-tabs li a {
    font-size: 18px;
    line-height: 27px;
  }
  .tab-content .tab-pane .panel-body .team_content_wrapper {
    flex: 100%;
    max-width: 100%;
    width: 100%;
  }
  .tab-content .tab-pane .panel-body .team_content_wrapper >a .content_wrapper {
    position: unset;
    opacity: 1;
    visibility: visible;
    padding-top: 25px;
  }
  .tab-content .tab-pane .panel-body {
    padding: 0;
  }
  .custom_model_for_post .modal-content .modal-header h5#exampleModalLongTitle {
    font-size: 24px;
    line-height: 31px;
  }
  .card-popup-cont {
    font-size: 14px;
  }
  .team_teacher .l-media__body {
    width: calc(100% - 0%);
    max-width: 100%;
    padding-right: 0px;
}

.team_teacher .l-media__img {
    width: 100%;
    text-align: center;
}

.team_teacher .l-media__img img {
    width: 100%;
}

.tab-content .tab-pane.cont-2 .collapseOne {
    padding: 40px 30px;
    display: flex;
}
}

@media(max-width:575px){
.cm-tab-wrp ul.nav.nav-tabs {
    display: block;
    margin-bottom: 50px;
}

.cm-tab-wrp ul.nav.nav-tabs li.active >a {
    padding-top: 5px;
    line-height: 27px;
    border-bottom: 0px solid #D84437 !important;
}

.cm-tab-wrp ul.nav.nav-tabs li a {
    font-size: 18px;
    line-height: 22px;
    margin: 5px;
}

.cm-tab-wrp .container {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.custom_model_for_post .modal-content {
    padding: 25px;
}
}