.time-select .form-label {
    font-size: 1rem;
    font-weight: 600;
}

.form-label {
    font-size: 1rem;
    font-weight: 600;
}

.submit-btn {
    background: #FABF02;
    color: #00246C;
    background-image: linear-gradient(180deg, #F6D703 , #FABF02);
    font-size: 1.1rem;
}

.training-form ::placeholder {
    font-size: 0.9rem!important;
}




@media screen and (max-width: 650px) {
    .side-banner {
        height: 35rem!important
    }
}


@media screen and (max-width: 400px) {
    .banner .col-md-8 img {
        height: 15rem!important;
    }
    .form h3 {
        font-size: 1.3rem;
    }
    .side-banner {
        height: 28rem!important
    }
}