.bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}
.right {
    width: 140px;
}
.left {
    width: calc(100% - 140px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.left ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.left ul li {
    width: 30px;
    height: 30px;
}
.left ul li:not(:last-child) {
    margin-right: 10px;
}
.left ul li a {
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 14px/24px SourceSans3-SemiBold;
    color: #232323;
    transition: 0.5s all ease-in-out;
}
.left ul li a.active {
    background: #444444;
    font-family: SourceSans3-Bold;
    color: #fff;
}

.right a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 14px/24px SourceSans3-Bold;
    color: #232323;
    background: #ebebeb;
    border: 1px solid #232323;
    border-radius: 5px;
    height: 35px;
    transition: 0.5s all ease-in-out;
}
.right a:hover {
    background: transparent;
}
@media (max-width: 767px){
.bottom {
    flex-direction: column;
}
.right {
    margin-top: 20px;
}
}
.row table tbody tr td a {
    text-decoration: underline;
    text-decoration-thickness:0.5px;
}
td,tr{
    text-align:center;
    
}
.gender{
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.gender label{
    font: 14px / 24px SourceSans3-SemiBold;
    color: #444444;
    display: inline-block;
}
.gender p{
    margin-left: 20px;
}
/* .gender p input:not(:checked) {
    position: absolute;
    left: -9999px;
}
.gender p input:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
} */
.gender p label{
    font: 14px / 24px SourceSans3-SemiBold;
    color: #444444;
}
#column{
    flex-direction: row;
}
@media(max-width: 480px) {
    #column{
    flex-direction: column;
}
 
    
}

@media(max-width:766px) {
      .head3 {
        display:none;
      }
      .head4{
        display:block;
      }
    }

    @media(min-width:767px) {
      .head3 {
        display:inline-block;
        width:40%;
      }
      .head4{
        display:none;
      }
    }

.bo{
    margin-left:80px;
    width: auto;
    background: #444444;
    color: #fff;
    border-color:#fff;
    min-width: 110px;
    border-radius:8px;
    font: 18px / 24px SourceSansPro-Bold;
    border: 1px solid;
    transition: 0.5s all ease-in-out;
    height:35px;
}
.bo:hover {
    background: #fff;
    color: #444444;
}