
.slick-prev{
    display: none !important;
}
.slick-next{
    display: none !important;
}

.toppers{
    align-content: center;
    justify-items: center;

}

.toppers .toppers_child{
    /* border: 1px solid yellow; */
    width: 93%;
    /* height: 250px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /* box-shadow: 0px 5px 17px -7px var(--headercolor); */
}

.toppers .toppers_child .heading{
    /* border: 1px solid red; */
    width: 100%;
    height: auto;
     align-content: center;
    font-family: "Outfit", sans-serif;
     font-size: 30px;
    font-weight: 700;
    color: var(--heading-color);
    text-align: center;
    padding-top: 15px;
    letter-spacing: .5px;
}
.toppers .toppers_child .heading span{
    font-size: 30px;
    font-weight: 700;
}
.toppers .toppers_child .child2{
    /* border: 1px solid red; */
    width: 100%;
    height: auto;
   justify-items: center;
    padding-bottom: 8px;
}

.toppers .toppers_child .child2 .child2_sub{
    /* border: 1px solid red; */
    width: 250px;
    height: auto;
    display: flex;
   justify-content: space-between;
   
}
.toppers .toppers_child .child2 .child2_sub .child2_sub1{
    /* border: 1px solid red; */
    width: 110px;
    height: 30px;
    position: relative;
}
.toppers .toppers_child .child2 .child2_sub .child2_sub1::before{
    content: '';
    position: absolute;
    width: 100%;
    border: 1.5px solid var(--heading-color);
    left: 1%;
    top: 15%;
}
.toppers .toppers_child .child2 .child2_sub .child2_sub1::after{
    content: '';
    position: absolute;
    width: 80%;
    border: 1.5px solid var(--heading-color);
    left: 21%;
    top: 41%;
}
.toppers .toppers_child .child2 .child2_sub .child2_sub2{
    /* border: 2px solid red; */
    width: 20px;
    height: 20px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background-color: var(--heading-color);
}

.toppers .toppers_child .child2 .child2_sub .child2_sub3{
    /* border: 1px solid rgb(0, 47, 255); */
    width: 110px;
    height: 30px;
    position: relative;
}

.toppers .toppers_child .child2 .child2_sub .child2_sub3::before{
    content: '';
    position: absolute;
    width: 100%;
    border: 1.5px solid var(--heading-color);
    left: 0%;
    top: 15%;
}
.toppers .toppers_child .child2 .child2_sub .child2_sub3::after{
    content: '';
    position: absolute;
    width: 80%;
    border: 1.5px solid var(--heading-color);
    left: 0%;
    top: 41%;
}


.toppers .toppers_child .student{
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    margin: 60px 0px 80px;
}

.toppers .toppers_child .student .student_child{
    /* width: 13%; */
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 25px;
    border: 1px solid #06419f8a;
    border-bottom: 20px solid #06409f;
    border-right: 10px solid #06409f;
    margin: 30px;
    padding: 30px;
    transition: .5s all ease;
    box-shadow: 10px 15px 20px rgba(0, 0, 0, 0.205);
}

.toppers .toppers_child .student .student_child:hover{
    border-left:none;
    border: 1px solid #336cc8a0;
    border-right: 10px solid #336cc8;
    border-bottom: 20px solid #336cc8;
}


.toppers .toppers_child .student .student_child .image{
    /* border: 1px solid red; */
    width: 100%;
    height: 63%;
    justify-items: center;
}

.toppers .toppers_child .student .student_child .image .image_sub{
    /* border: 1px solid red; */
    width: 121px;
    height: 121px;
    border-radius: 50%;
        padding: 6px;
    background-color: #ffff;
    border: 2px solid #06419f58;
}
.toppers .toppers_child .student .student_child .image .image_sub img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: .5s all ease;
}
.toppers .toppers_child .student .student_child:hover .image .image_sub img{
  transform:scale(1.1);
}
.toppers .toppers_child .student .student_child .details{
    /* border: 1px solid red; */
    width: 100%;
    height: 33%;
}
.toppers .toppers_child .student .student_child .details .details_sub{
    /* border: 1px solid red; */
    width: 100%;
    height: 50%;
    font-family: "Roboto", sans-serif;
     font-size: 19px;
    font-weight: bold;
    color: var(--color);
    align-content: center;
    text-align: center;
    padding-top: 10px;
}

.toppers .toppers_child .student .student_child .details .details_sub1{
    /* border: 1px solid red; */
    width: 100%;
    height: 30%;
    font-family: "Roboto", sans-serif;
     font-size: 15px;
    font-weight: 600;
    color: var(--gra);
    align-content: center;
    text-align: center;
}

.toppers .toppers_child .student .student_child1{
    /* border: 1px solid red; */
    width: 13%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

}

.toppers .toppers_child .student .student_child1 .image{
    /* border: 1px solid red; */
    width: 100%;
    height: 63%;
    justify-items: center;
}
.toppers .toppers_child .student .student_child1 .image .image_sub{
    width: 121px;
    height: 121px;
    border-radius: 50%;
    overflow: hidden;
}
.toppers .toppers_child .student .student_child1 .image .image_sub img{
    height: 100%;
    width: 100%;
}
.toppers .toppers_child .student .student_child1 .details{
    /* border: 1px solid red; */
    width: 100%;
    height: 33%;
}
.toppers .toppers_child .student .student_child1 .details .details_sub{
    /* border: 1px solid red; */
    width: 100%;
    height: 50%;
    font-family: "Roboto", sans-serif;
     font-size: 19px;
    font-weight: bold;
    color: var(--color);
    align-content: center;
    text-align: center;
}

.toppers .toppers_child .student .student_child1 .details .details_sub1{
    /* border: 1px solid red; */
    width: 100%;
    height: 30%;
    font-family: "Roboto", sans-serif;
     font-size: 15px;
    font-weight: 600;
    color: var(--gra);
    align-content: center;
    text-align: center;
}