.form-control{
    color: #000 !important;
    border-radius: unset!important;
    font-size: 12px!important;
}
.form-control::placeholder{
    color: #666666 !important;
    font-size: 12px !important;
}
input::-webkit-input-placeholder {
color: #000 !important;
font-size: 12px !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #000 !important; 
font-size: 12px !important; 
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #000 !important;
font-size: 12px !important;  
}
 
input:-ms-input-placeholder {  
color: #000 !important; 
font-size: 12px !important;
}
textarea::-webkit-input-placeholder {  
    color: #000 !important; 
    font-size: 12px !important;
}
.login-page{
    position: relative;
    margin-top: 40%;
    background-color: #e9e9e9;
    padding: 15px;;
}
.login-head{
    color: #000000;
    text-align: center;
    font-weight: bold;
}
.q_text{
    font-size: 14px;
    color: #000000;
}
.q_heading{
   font-size: 24px;
    color: #f0ab00;
    font-weight: bold;
    text-align: center;
}
.q_para{
    font-size: 16px;
    color: #000000;
    text-align: center;
}
.q_subhead{
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}
.customradiocheck{
    font-size: 12px;
    line-height: 20px;
}
.error {
    color: red;
    margin-top: 5px;
    font-size: 12px;
    font-weight: normal;
}
.textarea_font{
    font-size: 12px;
    color: #000 !important;  
}
.bg-danger{
    display: none;
    padding: 10px;
    background-color: #f0ab00;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 3px;
}
.login_bg{
    background: url('../images/login-bg.png') no-repeat center center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
}
.bg_ban{
    background-image: url('../images/bg.png');
    background-position: 71%;
    background-size: auto 100%;
    /* padding: 40px 0px 74px; */
    color: #f8f8f8;
    height: 300px;
    margin-top: 45px !important;
}
.bg_ban1{
    background: url('../images/bg.png') no-repeat center center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 300px;
    margin-top: 45px;
    width: 100%;
}
.heading
{
    font-weight: bold !important;
    font-style: normal;
    text-decoration: none;
    font-size: 26px;
    color: #f0ab00;
    text-align: center;
}
.subheading{
    font-size: 17px;
    color: #000;
    text-align: center;
    margin: 15px 0px;
}
.ty_head{
    font-weight: normal !important;
    font-style: normal;
    text-decoration: none;
    font-size:18px;
    line-height: 22px;
    margin-top: 30px;
    color: #000000;
    text-align: center;
}
.btn-primary{
    display:inline-block;
    position:relative;
    cursor:pointer;
    background:#008fd3 !important;  color:white; 
    padding: 6px 30px !important;
    z-index:0;
    border-radius: 0px !important;
    border:none !important;
    font-size: 14px !important;
    
  }
  .btn-primary:before {
    content: "";
    position: absolute;
    z-index:-1;
    top: 0;  left: 0;  right: 0;  bottom: 0;
    background: #f0ab00 !important;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform .3s ease-out;
    padding: 6px 15px !important;
    border-radius: 0px !important;
    border:none !important;
    font-size: 15px !important;
}
  .btn-primary:hover:before
  {
    transform: scaleX(1);
  }

.form-group input{
    border-radius: 5px;
}
.input-sm {
    height: 33px!important;
}
#mar-l-r-10{
        margin-left: 5px;
        margin-right: 5px;
    }

@media (min-width: 1580px) and (max-width:1920px){}
@media (min-width: 1025px) and (max-width:1200px){
  
}
@media (min-width: 981px) and (max-width:1024px){
   .checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 17px;
}
}

@media (min-width: 768px) and (max-width:1024px){
    .login-page{
        position: relative;
        margin-top: 40%;
        background-color: #e9e9e9;
        padding: 15px;;
    }
}
@media (min-width: 768px) and (max-width: 780px){}

@media(max-width:767px){}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 580px) and (max-width: 767px) {
    .customradiocheck{
        font-size: 12px;
        line-height: 27px;
    }
    .login-page{
        position: relative;
        margin-top: 20%;
        background-color: #e9e9e9;
        padding: 15px;;
    }
    .heading{
        margin-top: 90px;
        font-size: 20px;
        text-align: center;
        color: #f0ab00;
    }
    .subheading{
        font-size: 17px;
        color: #000;
        text-align: center;
        margin: 15px 0px;
    }
    .mob-t-10{
        margin-top: 10px;
    }
    .mobfooter_bg{
        background-color: #e9e9e9;
        padding-bottom: 10px;
    }
    .mobfooter_ul{
        list-style: none;
        display: inline;
        float: left;
        background-color: #e9e9e9;
    }
     .mobfooter_ul li{
        list-style: none;
        display: inline;
        float: left;
        text-align: center;
        padding: 5px;
        margin-left: 5px;
        margin-top: 10px;
    }
    .menue_footer{
        float: none;
        text-align: center;
        margin: 0 0 0 -1px;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        display: flex;
        flex-flow: row wrap;
        top: 0;
        font-size: 12px !important;

    }
    .menue_footer .mobileLink::before {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        top: 0;
        bottom: 0;
        left: 0;
        background: #fff;
    }
     .menue_footer .mobileLink:nth-child(2n+1) {
        border-right: 0;
        border-left: 1px solid #fff;
    }
    .menue_footer .mobileLink {
        padding: 0;
        border-top: 0;
        border-bottom: 1px solid #fff;
    }
    .menue_footer .mobileLink {
        width: 50%;
        padding: 18px 0 12px;
        margin: 0;
        border-top: 1px solid #fff;
        display: inline-block;
        border-bottom: 1px solid #fff;
        border-top: 0;
        flex: 1 50%;
        box-sizing: border-box;
        position: relative;
        text-align: center;
    }
    .menue_footer .mobileLink a {
        color: #000000;
    }
    .menue_footer .mobileLink a:hover {
        text-decoration: none;
    }
}
@media only screen and (min-width : 321px) and (max-width: 579px) {
    .bg_ban { 
        background-position: 77%;
        background-size: auto 100%;
        height: 200px;
    }
    .customradiocheck{
        font-size: 12px;
        line-height: 27px;
    }
    .radioLast{
        margin-left: 0px!important;
    }
    .login-page{
        position: relative;
        margin-top: 40%;
        background-color: #e9e9e9;
        padding: 15px;;
    }
    .heading
    {
        font-weight: bold !important;
        font-style: normal;
        text-decoration: none;
        font-size: 20px;
        color: #f0ab00;
        text-align: center;
    }
    .subheading{
        font-size: 14px;
        color: #000;
        text-align: center;
        margin: 15px 0px;
    }
    .ty_head{
        font-weight: normal !important;
        font-style: normal;;
        text-decoration: none;
        font-size:16px;
        margin-top: 25px;
        color: #000000 !important;
        text-align: center;
    }
    .mobfooter_bg{
        background-color: #e9e9e9;
        padding-bottom: 10px;
    }
    .mobfooter_ul{
        list-style: none;
        display: inline;
        float: left;
        background-color: #e9e9e9;
    }
     .mobfooter_ul li{
        list-style: none;
        display: inline;
        float: left;
        text-align: center;
        padding: 5px;
        margin-left: 5px;
        margin-top: 10px;
    }
    .menue_footer{
        float: none;
        text-align: center;
        margin: 0 0 0 -1px;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        display: flex;
        flex-flow: row wrap;
        top: 0;
        font-size: 12px !important;

    }
    .menue_footer .mobileLink::before {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        top: 0;
        bottom: 0;
        left: 0;
        background: #fff;
    }
     .menue_footer .mobileLink:nth-child(2n+1) {
        border-right: 0;
        border-left: 1px solid #fff;
    }
    .menue_footer .mobileLink {
        padding: 0;
        border-top: 0;
        border-bottom: 1px solid #fff;
    }
    .menue_footer .mobileLink {
        width: 50%;
        padding: 18px 0 12px;
        margin: 0;
        border-top: 1px solid #fff;
        display: inline-block;
        border-bottom: 1px solid #fff;
        border-top: 0;
        flex: 1 50%;
        box-sizing: border-box;
        position: relative;
        text-align: center;
    }
    .menue_footer .mobileLink a {
        color: #000000;
    }
    .menue_footer .mobileLink a:hover {
        text-decoration: none;
    }
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    .customradiocheck{
        font-size: 12px;
        line-height: 27px;
    }
    .radioLast{
        margin-left: 0px!important;
    }
    .login-page{
        position: relative;
        margin-top: 40%;
        background-color: #e9e9e9;
        padding: 15px;;
    }
    .heading{
        margin-top: 90px !important;
        font-size: 20px !important;
        text-align: center !important;
        color: #f0ab00;
        line-height: 28px;
    }
    .subheading{
        font-size: 14px;
        color: #000;
        text-align: center;
        margin: 15px 0px;
    }
    .ty_head{
        font-weight: normal !important;
        font-style: normal;;
        text-decoration: none;
        font-size:16px;
        margin-top: 25px;
        color: #000000 !important;
        text-align: center;
    }
    .mobfooter_bg{
        background-color: #e9e9e9;
        padding-bottom: 10px;
    }
    .mobfooter_ul{
        list-style: none;
        display: inline;
        float: left;
        background-color: #e9e9e9;
    }
     .mobfooter_ul li{
        list-style: none;
        display: inline;
        float: left;
        text-align: center;
        padding: 5px;
        margin-left: 5px;
        margin-top: 10px;
    }
    .menue_footer{
        float: none;
        text-align: center;
        margin: 0 0 0 -1px;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        display: flex;
        flex-flow: row wrap;
        top: 0;
        font-size: 12px !important;

    }
    .menue_footer .mobileLink::before {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        top: 0;
        bottom: 0;
        left: 0;
        background: #fff;
    }
     .menue_footer .mobileLink:nth-child(2n+1) {
        border-right: 0;
        border-left: 1px solid #fff;
    }
    .menue_footer .mobileLink {
        padding: 0;
        border-top: 0;
        border-bottom: 1px solid #fff;
    }
    .menue_footer .mobileLink {
        width: 50%;
        padding: 18px 0 12px;
        margin: 0;
        border-top: 1px solid #fff;
        display: inline-block;
        border-bottom: 1px solid #fff;
        border-top: 0;
        flex: 1 50%;
        box-sizing: border-box;
        position: relative;
        text-align: center;
    }
    .menue_footer .mobileLink a {
        color: #000000;
    }
    .menue_footer .mobileLink a:hover {
        text-decoration: none;
    }
}

@media only screen and (max-width: 767px) {
    .footer_ul {
        display: block!important;
    }
}