.form-control {
    border: 1px solid;
    font-size: 20px;
    color: #000;
}

input {
    font-size: 20px;
    color: #000;
}

.sub_title{
	font-size: 20px;
}

.category--img .category--img4 figcaption {
    z-index: auto!important;
}

.badge-success {
    color: #fff;
    background-color: #9c9c9c;
    width: 100%;
    font-size: 20px;
}

.loginBtn
{
    color: #fff;
    padding: 0.86667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.33333rem;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #903af9
}

.menu-area .top-menu-area .logo-top a {
    display: block;
    padding: 0;
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-size: contain;
    background: url(/img/loader.gif) center no-repeat #fff;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    height: 100%;
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    opacity: 0.8;
    padding-left: 0;
    margin-top: 4px;
    font-size: 20px;
    padding: 5px;
}

.select2-container {
    width: 100%!important;
}

.menu-area.menu--light .navbar-toggler .icon-menu {
    text-align: center;
}
