.navbar {
    border: none;
    border-radius: 0;
    padding: 15px;
    z-index: 998;
    border-bottom: 1px solid #e7e7e7;
}

.SideTab {
    border: 7px solid #f1f1f1;
    padding: 10px 25px;
}

.SideTab h2 {
    color: #464646;
    font-size: 21px;
    font-weight: 700;
    margin: 22px 0 35px 0;
}

.nav-stacked li {
    color: #828282;
    font-weight: 500;
    padding: 10px 0;
    transition: 0.4s ease all;
    border-bottom: 1px solid #e7e7e7;
}

.nav-stacked li:last-child {
    border-bottom: none;
}

.content {
    line-height: 24px;
    letter-spacing: 0.5px;
    width: 95%;
    color: #828282;
    float: right;
}

.content ul {
    list-style: none;
    padding: 0 10px;
    margin-top: 25px;
}

.content li {
    padding-left: 2.3em;
    margin-top: 10px;
}

.content li:before {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    color: #00a95b;
    margin-left: -2.3em;
    width: 2.3em;
    font-size: 18px;
}

.content p {
    color: #828282;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 1.9;
}

.content h3 {
    color: #464646;
    margin-top: 0;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 22px;
    text-transform: capitalize;
}

.content h4 {
    color: #464646;
    margin: 18px 0;
    font-weight: 600;
}

/* Vision & Mission */

#VisionMission {
    background: #f9faff;
    padding: 80px 0;
}

.VMContent h3 {
    color: #464646;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-top: 20px;
}

.VMContent p {
    color: #828282;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 1.9;
}

/* Our departments starts here */

/* our departments starts here */

#OurDepartments {
    padding: 80px 0;
    background: #fcfcfc;
}
.DepartmentsDetails1 {
    text-align: center;
    margin-bottom: 0px;
}


.DepartmentsDetails {
    text-align: center;
    margin-bottom: 50px;
}

.DepartmentIcon {
    width: 55px;
    height: 55px;
    position: relative;
    border-radius: 50%;
    background: #eaeaea;
    margin: auto;
}

.DepartmentIcon img {
    position: absolute;
    top: 50%;
    width: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.DepartmentsDetails h2 {
    color: #464646;
    font-size: 17px;
    font-weight: 600;
}

.DepartmentsDetails1 h2 {
    color: #464646;
    font-size: 17px;
    font-weight: 600;
}

.DepartmentsDetails1 p {
    color: #828282;
    letter-spacing: 0.5px;
    line-height: 23px;
    font-size: 13px;
}

.DepartmentsDetails p {
    color: #828282;
    letter-spacing: 0.5px;
    line-height: 23px;
    font-size: 13px;
}


.circle {
    background: #fff;
    color: black;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    z-index: 99999999;
    position: relative;
    transition: 0.5s ease all;
    box-shadow: 0px 8px 12px 0px #a5a3a357;
    -webkit-box-shadow: 0px 8px 12px 0px #a5a3a357;
    -moz-box-shadow: 0px 8px 12px 0px #a5a3a357;
}
#MoreDepartments{
     display: none; 
     float: left;
}


@media (max-width: 1200px) and (min-width: 992px ){
    #MoreDepartments{
        float: none;
    }
}

@media (max-width: 992px) and (min-width: 768px ){
    .content{
        width: 100%;
        margin-top: 20px;
    }
    .xs_no_paadding{
        padding: 0;
    }
}
@media (max-width: 768px) and (min-width: 320px ){
    .content{
        width: 100%;
        margin-top: 20px;
    }
    .xs_no_paadding{
        padding: 0 15px;    
    }
}