.functionList {
    width: 100%;
}

.profile-userpic img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.info {
    font-weight: bolder !important;
    text-transform: capitalize;
}

.form-group .info+span {
    color: #ed6b75;
    text-align: right;
}

.radio-list.display_inline lable {
    display: inline-block;
}

.rowflex {
    display: flex;
    flex-wrap: wrap;
}

.tab-content label {
    font-weight: bolder;
}

.outer_div .btn {
    padding: 2px 6px !important;
}

.acadamic-block label {
    font-size: 12px;
}


.acadamic-block input,
.acadamic-block select {
    font-size: 12px;
    padding: 5px;
}

.row.outer_div {
    margin-top: 13px;
}

.option-switcher-btn.fa-gear {
    visibility: hidden;
}

.app {
    width: 105px;
    height: 80px;
    /* background-color: red; */
    margin-top: 10px;
    position: fixed;
    z-index: 999;
    right: 0;
}

.app > a {
    color: blue;
    margin: 0 5px;
    display: block;
}

.app > a > .DownloadAppIcon {
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
}

 .downloadnow {
    background-color: #000;
    color: #fff;
    padding: 2px 5px;
    margin: 5px 0 0 -10px;
    display: block;
    border-radius: 8px;
    display: block;
    text-align: center;
}

.app a i {
	text-align: center;
	display: block;
	font-size: 50px;
	color: #000;
    margin-top: 15px;
}

.appqr {
    width: 200px;
    display: block;
    margin: 0 auto;
}

.appsectionheading {
    margin: 40px 0;
    text-align: center;
    color: #fff;
}

.apps {
    text-align: center;
    margin: 20px 0;
    color: #fff;
}

.downloadicons {
    width: 100%;
    margin-top:15px;
}
.mb {
    margin-bottom: 20px;
}

@media (max-width: 440px) {
    .apps {
        margin: 10px 0 50px 0;
    }
    .mt {
        margin-top: 40px;
    }
}