
  .abt-con {
    width: 100%;
    box-sizing: border-box;
   
}
.tab_cont
{
 	border:none;
	position:relative;
	top:100%;
	left:0;
	width:95%;
	margin-bottom: 10px;
	background: linear-gradient(180deg, rgba(0, 63, 114, 0.93) 0%, rgba(9, 97, 170, 0.93) 100%);
	clear:both;
  display: none;
	
}
.abt-accord {
    border-bottom: 1px dotted #756f6f;
    cursor: pointer;
    display: none;
    padding: 10px;
    text-transform: uppercase;
	background-color: transparent;
	color:#333;
    font-family: 'RedHatText-Medium';
   font-size: 14px;
	margin-bottom:1px;
}
.tab_cont h4
{
  font-size: 18px;
  font-family: 'RedHatText-Bold';
	    color: #fff;
     padding-bottom: 10px;
      letter-spacing: 0.75px;
}
.abt-accord.open {
    font-family: 'RedHatText-Bold';
}
.abt-accord.open i{
    transform: rotate(180deg);
}
@media (max-width: 768px) {
    .tab_cont h4{
        display: none;
    }
    .tab_cont h4{
        display: none;
    }
}
.student h6{
    font-size: 14px;
    font-family: 'RedHatText-Bold';
    letter-spacing: 0.75px;
    margin-bottom: 0px;
    color: #000;
}
.student .name{
    position: relative;
}
/* .student .name::after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width:100%;
    height: 30px;
    background: red;
} */
.tab_cont ul li{
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.72px;
}
.tab_cont h5{
    font-family: 'RedHatText-Medium';
    font-size: 17px;
    color: #fff;
}
.tab_cont  span{
    color: #fff;
    font-size: 15px;
}
#tab1:after, #tab4:after, #tab7:after, #tab10:after {
   
   top: -15px;
   left:6%;
   border-color: rgba(0, 63, 114, 0.93) transparent;
}

#tab1:before, #tab4:before, #tab7:before, #tab10:before
{
 top: -16px;
   left:6%;
  border-color: #FF9800  transparent;
}
#tab2:after, #tab5:after, #tab8:after, #tab11:after {
  
   top: -15px;
   left:40%;
   border-color:  rgba(0, 63, 114, 0.93) transparent;
}

#tab2:before, #tab5:before, #tab8:before, #tab11:before
{
 top: -16px;
   left:40%;
   border-color: #FF9800  transparent;
}
#tab3:after, #tab6:after, #tab9:after, #tab12:after {
  
   top: -15px;
   left:75%;
   border-color:  rgba(0, 63, 114, 0.93) transparent;
}

#tab3:before, #tab6:before, #tab9:before, #tab12:before
{
 top: -16px;
   left:75%;
   border-color: #FF9800  transparent;
}
.tab_cont{
    padding-left: 24px;
  padding-right: 24px;
}
.tab_cont p
{
  font-family: 'InstrumentSans-Regular';
	font-size: 15px;
    color: #fff;
  
}
.student img {
   
    /* box-shadow: 8px 8px 5px #888888; */
    cursor: pointer;
    width: 100%;
    border-radius: 3px;
}
  .student {
    position: relative;
    top: 0;
    left: 0;
    
    
    overflow: hidden;
}
  .name {
    position: static;
    bottom: 0px  ;
    left: 0;
    background: #fff;
    color: #fff;
    padding: 14px 4px;
    text-align: center !important;
    width: 100%;
    height: 100%;

}
.bor-1:after, .bor-1:before {
	content: "";
    position: absolute;
    top: -16px;
    right:5px;
    border-style: solid;
    border-width: 0 15px 15px;
     border-color: #FF9800  transparent;
    display: block;
    width: 0;
    z-index: 0;
}
.bor-1:before{
    display: none;
}

.bor-1:after {
    content: "";
    position: absolute;
    top: -15px;
    left: 5px;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #F7F7F7 transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.abt-box{
    padding: 8px 22px;
    padding-bottom: 20px;
}
.tab_cont{
    padding: 24px 24px;
}
.mobile-img-box{
    display: none;
}
@media (max-width:992px){
    .abt-box{
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width:768px){
    .abt-accord {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .abt-box{
        display: none;
    }
    .mobile-img-box{
        display: block;
        margin-bottom: 12px;
    }
    .bor-1:after{
        left: 5px !important;
    }
    .bor-1:before{
      left: 5px !important;
    }
     .tab_cont{
         padding-left: 14px;
         padding-right: 14px;
    }
    .tab_cont{
        width: 100%;
    }
  
}
