.team_box_row {
    display: flex;
    margin-bottom: 13px;
}

.team_box_left {
    margin: auto;
    margin-left: 0pc;
    width: 20%;
    color: black;
    font-size: 18px;
}

.team_box_right input {
    width: 100%;
    height: 45px;
}

.team_box_right {
    width: 80%;
}

table.inner_desing_class tr {
    border: 1px solid black;
    height: 50px;
    display: flex;
    float: left;
    width: 100%;
    padding: 10px;
}

.row {
    display: flex;
}

.col_6 {
    flex: 1;
}

table.inner_desing_class {
    width: 70%;
}

table.short_code_tbl {
    width: 100%;
}

table.inner_desing_class td {
    flex: 1;
    border-right: 1px solid black;
    text-align: center;
}

table.inner_desing_class td:last-child {
    border-right: none;
}


/*========================= Forntend Design */
.team_main_innner_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.team_main_innner_img {
    line-height: 0;
}
.prof_title_box span:first-child {
    font-size: 26px;
    display: block;
    color: black;
    padding: 12px 0px;
}
.prof_title_box span:nth-child(2) {
    color: #268cc0;
    display: block;
    font-size: 26px;
    padding-bottom: 22px;
}
.prof_img_box img {
    width: 100%;
    height: 345px;
    object-fit: cover;
}
.prof_title_box a{
    color: black;
}
.team_main_innner_row {
    width: 70%;
    margin: auto;
}
.prof_inner_col_4 {
    flex: 1;
    padding: 20px;
}
.prof_info {
    padding-top: 25px;
    border-top: 2px solid #dddd;
    position: relative;
}
.prof_info ul {
    list-style-type: none !important;
    padding: 0px !important;
}
.prof_info ul li {
    display: flex;
    padding-bottom: 13px;
}
.prof_info ul li a {
    color: black;
    font-size: 20px;
}
.prof_info ul li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    position: relative;
    top: 2px;
    margin-right: 12px;
}
a.prof_a_linkin {
    position: absolute;
    top: 29px;
    right: 13px;
}
