*{
    margin: 0;
    padding: 0;
}
.teacher_hs{
    width: 100%;
    height: auto;
    justify-items: center;
}
.xy{
    padding-top: 40px;
}
.teacher_suvajit{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    padding: 40px 0px 0px 0px;
    font-family: sans-serif;
}
.teacher_suvajit .box{
    height: 390px;
    border: 6px solid #fff;
    width: 280px;
    border-radius: 10px;
    overflow: hidden;
    justify-items: center;
    transition:all ease .5s;
    background-color: #fff;
    margin-bottom: 40px;
    box-shadow: 0 0 15px -3px #cccccc;
}
.teacher_suvajit .box:hover{
    transform: translateY(-6px) scale(1.1);
}
a{
    text-decoration: none;
}
.teacher_suvajit .box .icon{
    width: 76%;
    height: 10px;
    position: relative;
    top: -20px;
}
.teacher_suvajit .box .icon .main{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    background: linear-gradient(#023262, #12c3f2);
    bottom: 25px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition:all ease .5s;
    position: relative;
}
.teacher_suvajit .box:hover  .img{
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
.teacher_suvajit .box:hover .icon .main {
    left: 165px;
    transition:all ease .5s;
}
.teacher_suvajit .box .icon .main #gondogol{
    position: absolute;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
    background: linear-gradient(#023262, #12c3f2);

}
.teacher_suvajit .box .icon .main #icon_box{
    position: absolute;
    height:0px;
    width: 100%;
    bottom: 40px;
    left: 0;
    display: none;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}
.teacher_suvajit .box .icon .main #gondogol2{
    position: absolute;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
    background: linear-gradient(#023262, #12c3f2);

}
.teacher_suvajit .box .icon .main #icon_box2{
    position: absolute;
    height:0px;
    width: 100%;
    bottom: 40px;
    left: 0;
    display: none;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}
.teacher_suvajit .box .icon .main #gondogol3{
    position: absolute;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
    background: linear-gradient(#023262, #12c3f2);

}
.teacher_suvajit .box .icon .main #icon_box3{
    position: absolute;
    height:0px;
    width: 100%;
    bottom: 40px;
    left: 0;
    display: none;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}
.teacher_suvajit .box .icon .main #gondogol4{
    position: absolute;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
    background: linear-gradient(#023262, #12c3f2);

}
.teacher_suvajit .box .icon .main #icon_box4{
    position: absolute;
    height:0px;
    width: 100%;
    bottom: 40px;
    left: 0;
    display: none;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}
.teacher_suvajit .box .icon .main #icon_box .text{
    height: 38px;
    width: 38px;
    border-radius: 50%;
    color: #023262;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.teacher_suvajit .box .icon .main #icon_box2 .text{
    height: 38px;
    width: 38px;
    border-radius: 50%;
    color: #023262;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.teacher_suvajit .box .icon .main #icon_box3 .text{
    height: 38px;
    width: 38px;
    border-radius: 50%;
    color: #023262;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.teacher_suvajit .box .icon .main #icon_box4 .text{
    height: 38px;
    width: 38px;
    border-radius: 50%;
    color: #023262;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.teacher_suvajit .box .img img{
    height: 100%;
    width: 100%;
}
.teacher_suvajit .box .img{
    width: 100%;
    height: 245px;
    transition:all ease .5s;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}
.teacher_suvajit .box .name{
    width: 84%;
    height: 65px;
}
.teacher_suvajit .box .name  h2{
    text-transform: capitalize;
    font-weight: 700;
    font-size: 30px;
    margin-bottom:5px;
}
.teacher_suvajit .box .name  p{
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    color: #023262 !important;
}
.teacher_suvajit .box .student{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-around;
}
.teacher_suvajit .box .student .sub{
    width: auto;
    height: auto;
    color: rgba(0, 0, 0, 0.993);
}
.teacher_suvajit .box .student .sub i{
    color: #023262 !important;
    margin-right: 7px;
}





.teacher_suvajit .box .icon .main #gondogol_1{
    position: absolute;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
    background: linear-gradient(#023262, #12c3f2);

}
.teacher_suvajit .box .icon .main #icon_box_1{
    position: absolute;
    height:0px;
    width: 100%;
    bottom: 40px;
    left: 0;
    display: none;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}
.teacher_suvajit .box .icon .main #gondogol2_2{
    position: absolute;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
    background: linear-gradient(#023262, #12c3f2);

}
.teacher_suvajit .box .icon .main #icon_box2_2{
    position: absolute;
    height:0px;
    width: 100%;
    bottom: 40px;
    left: 0;
    display: none;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}
.teacher_suvajit .box .icon .main #gondogol3_3{
    position: absolute;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
    background: linear-gradient(#023262, #12c3f2);

}
.teacher_suvajit .box .icon .main #icon_box3_3{
    position: absolute;
    height:0px;
    width: 100%;
    bottom: 40px;
    left: 0;
    display: none;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}
.teacher_suvajit .box .icon .main #gondogol4_4{
    position: absolute;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
    background: linear-gradient(#023262, #12c3f2);

}
.teacher_suvajit .box .icon .main #icon_box4_4{
    position: absolute;
    height:0px;
    width: 100%;
    bottom: 40px;
    left: 0;
    display: none;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}
.teacher_suvajit .box .icon .main #icon_box_1 .text{
    height: 38px;
    width: 38px;
    border-radius: 50%;
    color: #023262;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.teacher_suvajit .box .icon .main #icon_box2_2 .text{
    height: 38px;
    width: 38px;
    border-radius: 50%;
    color: #023262;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.teacher_suvajit .box .icon .main #icon_box3_3 .text{
    height: 38px;
    width: 38px;
    border-radius: 50%;
    color: #023262;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.teacher_suvajit .box .icon .main #icon_box4_4 .text{
    height: 38px;
    width: 38px;
    border-radius: 50%;
    color: #023262;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}


@media (max-width:1119px) {
    .teacher_suvajit{
        width:600px;
    }
}
@media (max-width:602px) {
    .teacher_suvajit{
        width:290px;
    }
}
