/*hide navigation*/


/*banner image*/
.content-block {
    background-image: url("inner-heading-bg.png");
    background-repeat: no-repeat;
    background-position: right -20px;
}

@media (max-width: 991px){
    .content-block {
        background-image: none;
    }
}

/*banner image text*/
.inner-page-heading{
    line-height: 40px;
    font-weight: 700;
    color: #a6192e;
    padding: 43px 300px 43px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 2.25em;
}

.intro-main-text .header-note{
    font-size: 18px;
    margin-bottom: 15px;
}

.intro-main-text .wlcm-header-note{
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 15px;
}    

.form-control{
    border: 1px solid #dddddd !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
    font-size: 16px;
    line-height: 100%;
    height: 42px;
    border-radius: 4px;
    background-color: #fff !important;
}

.form-label {
    font-size: 16px;
    color: #333333;
}

.form-section {
    padding: 20px 0 5px 0;
}

.form-label span.required {
    font-size: 16px;
    line-height: 10px;
    color: #ec5d73;
}

.error-messages {
    color: #ff0000;
    font-size: 14px;
    padding: 5px;
    background: #fce6e6;
    margin: 0px 0px 10px 0px;
    line-height: 1.6;
    width: 100%;
}

/*Register Button*/
.btn-register span {
    color: #fff !important;
}

.btn-register {
    background-color: #a6192e !important;
    border-color: #a6192e !important;
    color: #fff !important;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 400;
    padding: 0 24px;
    min-width: 85px;
    height: 42px;
     border: 1px solid transparent;
    box-shadow: none!important;
    outline: none;
}

.btn-register:hover, .btn-register:focus, .btn-register:active {
    opacity: 0.8 !important;
}

/*------------------------ACCORDION-----------------------------*/




/*------------------------ACCORDION-----------------------------*/