.unibox {
    border-radius: 10px;
    width: 100%;
    float: right;
    margin: 0 0 15px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.12);
    background: #fff;
    height: 100%;
    overflow: hidden;
    transition: all linear 0.3s;
    border: none;
    padding: 20px;
}

.unibox .maplocation ,
.unibox .maplocation iframe {
    width: 100%;
} 
.unibox .main_info {
    margin-bottom: 15px;
    border-radius: 10px;
} 
.unibox .main_info .col-md-8{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.unibox .main_info img {
    border-radius: 10px;
    border: solid 1px #eee;
    padding: 7px;
}
.unibox .main_info h3{
    margin: 0 !important;
}
.unibox .main_info h3 a{
    color: #333 !important;
    direction: ltr !important;
}
.unibox .main_info .websitep a{
    color: #333 !important;
    direction: ltr !important;
}
.unibox .desc > * {
    font-size: 14px !important;
    line-height: 25px !important;
    color: #666 !important;
}
.unibox .ranks {
    background: #EFF5F7;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    float: right;
    margin: 0 0 20px;
}
.unibox .ranks h3 ,
article.item .unibox .ranks h3 {
    text-align: center;
    font-size: 17px !important;
    margin: 0 0 10px !important;
}
.unibox .ranks > div {
    width: 33.33%;
    float: right;
    text-align: center;
}
.unibox .ranks > div strong {
    display: block;
}
.teachers_row > div{
    margin: 0;
    padding: 10px !important;
}
.teachers_row{
    justify-content: center;
    margin: 0 -10px !important;
}
.teachers {
    border-radius: 10px;
    width: 100%;
    float: right;
    margin: 0 ;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.12);
    background: #fff;
    height: 100%;
    overflow: hidden;
    transition: all linear 0.3s;
    border: none;
    padding: 10px;
}
.teachers > .row{
    margin: 0 !important;
}
.teachers .image_box{
    padding: 0 !important;
}
.teachers .info_box{
    padding-left: 0 !important;
}
.teachers img {
    border-radius: 10px;
    width: 80px;
    height: 80px;
    float: right;
  }
.teachers .teachername {
    margin: 0 !important;
    text-align: right !important;
    font-size: 18px !important;
}
.teachers .desc {
    padding: 0;
    font-size: 13px;
    line-height: 23px;
    color: #666;
    margin: 0; 
}
.teachers button {
    margin: 10px auto 0px;
    background-color: #0071dc;
    color: #fff;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0,0,.2,1);
    display: block;
    text-align: center;
    width: 100%;
    border: none;
  }
.teachers img {
  border-radius: 10px;
  width: 80px;
  height: 80px;
}
.teachers .close {
    width: 28px !important;
    height: 28px !important;
    position: absolute;
    left: 15px;
    top: 15px;
    text-align: center;
    border: solid 2px rgba(109,193,255,0.6);
    border-radius: 50%;
    cursor: pointer !important;
    z-index: 2;
    display: block !important;
    font-size: 0;
    text-indent: 0;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 1;
    line-height: normal;
}
.teachers .close::before {
    content: '';
    background: url(/templates/shaper_helix3/images/close.webp); 
    width: 10px;
    height: 10px;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    right: 0;
}
.teachers .eachBody {
    background: #f6f6f6;
    margin: 15px 0 0;
    border-radius: 10px;
}
.teachers .acc-title {
    background: #f1f1f1;
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 10px;
}
.teachers .content {
    padding: 15px;
    font-size: 13px;
    line-height: 21px;
    text-align: right;
}
.teachers .content a{
    direction: ltr;
} 

@media (max-width: 768px) { 
    .unibox{
        padding: 10px
    }
}