
.department-img{
    height: 400px;
    width: 100%;
}

@media only screen and (max-width: 600px){
    .department-img{
        height: 200px;
        width: 100%;
    }
}

@media only screen and (max-width: 600px){
    .heading__icon{
        margin: 0px auto;
        height: 50px;
        width: 50px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .div-margin-mbl{
        margin-top: -28px;
    }
}

@media only screen and (min-width: 600px){
    .about-img{
        height: 270px;
    }
}

.about-img{
    margin-bottom: 10px;
}

.vision-margin{
    margin-top: 50px;
}

.about-icons{
height: 60px;
}

.search-box form.search-form{
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    margin: 0px auto 50px;
}

.search-box .search-form input[type="search"] {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #f2f2f2;
    color: #222222;
    display: block;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 65px;
    width: 100%;
    border-radius: 0;
    transition: all 500ms ease 0s;
}

.search-box .search-form button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    display: block;
    background: transparent;
    font-size: 14px;
    color: #8bc43f;
    height: 50px;
    width: 55px;
    border: 0px solid;
    line-height: 48px;
    text-align: center;
    border-radius: 0%;
    transition: all 500ms ease 0s;
    margin: 0;
}

.upload-tbl-img{
    height:200px;
    width:200px;
}