.toast {
    position: absolute;
    z-index: 1100;
    top: 70px;
    right: 30px;
    width: 300px;
    word-break: break-all;
}

.form-group.form-required label::after {
    content: '*';
    color: red;
    padding-left: 5px;
}
.assesssor-section {}

.assesssor-section .assesssor-in {
    display: flex;
    flex-wrap: wrap;
}

.assesssor-section .assesssor-in .inner {
    width: 33.33%;
    text-align: center;
    position: relative;
    padding: 20px 0 30px;
}

.assesssor-section .assesssor-in .inner:after {
    content: '';
    position: absolute;
    background-color: #e5e5e5;
    width: 70%;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -13px;
}

.assesssor-section .assesssor-in .inner:before {
    content: '';
    position: absolute;
    background-color: #e5e5e5;
    height: 80%;
    width: 1px;
    right: 0;
    top: 20px;
}

.assesssor-section .assesssor-in .inner:nth-child(3n+0):before {
    opacity: 0;
}

.img-height{height: 80px;width: 80px}

.slider-button{color: black;font-size: 30px}
