.border-radius-20 {
    border-radius: 20px;
}

.custom-bg-color {
    background-color: #fff;
}

.apply-now-card{
    padding: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.apply-now-card .card-body {
    padding: 0px;
}

.apply-now-img {
    width: 100%;
    height: 525px;
}

.apply-now-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.apply-now-content {
    padding: 20px 20px;
}
.apply-now-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}
.form-group input {
    height: 35px;
    border: 1px solid #951419;
}

.form-group select {
    height: 35px;
    border: 1px solid #951419;
    font-size: 16px !important;
}

.submit-btn {
    background-color: #951419;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}


@media only screen and (max-width: 767px) {
    .apply-now-img {
        display: none;
    }
}
