.appsteps-wrapper .steps .step-1 {
    display: table;
    width: 100% !important;
}

.appsteps-wrapper .steps .step-1 .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 2px solid #303841;
    font-weight: 700;
    border-radius: 5px;
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
}

.appsteps-wrapper .steps .step-1 .content a {
    display: block;
    padding: 15px;
    height: 126px;
}

.appsteps-wrapper .steps .step-1 .content:hover {
    background: #cdcdcd;
    transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
}

.appsteps-wrapper .steps .step-1 .content:hover p {
    color: #000;
}

.appsteps-wrapper .steps .step-1 .content p {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #303841;
    font-size: 16px;
    text-align: center!important;
    font-weight: 500!important;
}

.appsteps-wrapper .steps .row>div {
    margin-bottom: 30px;
}

.gallery__detail.heightauto .galleryWrap section figure {
    height: auto;
}

.gallery__detail.heightauto .galleryWrap section figure a {
    height: auto;
}

.gallery__detail.heightauto .galleryWrap section figure img {
    width: 100%;
    height: auto;
}

.gallery__detail.heightauto .galleryWrap section figure a:after {
    display: none !important;
}

.studentloginapp {
    float: right;
}

.gallery__detail.heightauto .gallery__detail h3 {
    font-size: 13px;
}
.gallery__detail h3 {
    clear: left;
    float: left;
    width: 100%;
    background: #2b3c6b !important;
    padding: 7px;
    font-weight: 500!important;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff!important;
    border-bottom: none !important;
}

.gallery__detail h3:after {
    display: none;
}
.box-shadow{
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  text-align: center;}