.main-body {
    font-size: 18px !important;
}

/* .container{
    margin-top:10px!important;
} */ /*use it if required*/
.tb td {
    border-top: 0 !important;
}

.image {
    width: 250px !important;
    height: 250px !important;
    border-radius: 50% !important;
    border: 5px solid #060E40 !important;
    box-shadow: 5px 5px #888888 !important;
}

.fac_name {
    font-weight: bold !important;
    font-size: 30px !important;
    text-align: right !important;
    padding-top: 75px !important;
    margin: 0 !important;
}

.fac_des {
    font-size: 20px !important;
    text-align: right !important;
    margin: 0 !important;
}

#hcolor {
    color: #060E40 !important;
}

.tb p {
    margin: 0px !important;
}

.tb ul {
    list-style: None !important;
    margin-left: -40px !important;
}

#main-tb {
    height: 900px !important;
}

#edu {
    padding-left: 100px !important;
}

#portfolio {
    margin-left: 0px !important;
}

.break {
    display: none !important;
}

#tab {
    margin-left: 15px !important;
}

#tab table th {
    text-align: center !important;
}

/* 768 px --> Tab View */
@media (max-width: 768px) {
    .image {
        width: 200px !important;
        height: 200px !important;
    }

    .fac_name {
        font-size: 48px !important;
    }

    .fac_des {
        font-size: 24px !important;
    }

    #main-tb {
        margin-left: 20px !important;
    }

    #edu {
        margin-left: -65px !important;
    }

    #portfolio {
        margin-left: 20px !important;
    }

    #tab {
        margin-left: 30px !important;
    }

}

/* 480 px --> Mobile VIEW*/
@media (max-width: 480px) {
    .main-body {
        font-size: 14px !important;
    }

    .image {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 150px !important;
        height: 150px !important;

    }

    .fac_name {
        text-align: center !important;
        font-size: 32px !important;
        margin-top: -75px !important;
    }

    .fac_des {
        text-align: center !important;
        font-size: 16px !important;
    }

    #edu {
        margin-left: -65px !important;
    }

    #portfolio {
        display: flex !important;
        margin-left: 15px !important;
    }

    #main-tb {
        margin-left: 20px !important;
    }

    #tab {
        margin-left: 30px !important;
        margin-right: 2px !important;
    }
}

