.card_ques{
    clip-path: polygon(0 0, 100% 0, 94% 115%, 0 115%);
    border-left: 3px solid rgb(46, 60, 76);
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
}

.card_ques_parent{
    clip-path: polygon(0 0, 100% 0, 94% 115%, 0 115%);
    background-color: rgb(24, 43, 64);
    padding: 1px;
}

.pr-6{
    padding-right: 4rem;
}

.form-submit{
    position: sticky;
    bottom: 0;
    z-index: 999;
    padding: 1rem .75rem;
}

.modal-body .rate-form{
    overflow-y: auto;
    max-height: calc(100vh - 190px);
    overflow-x: hidden;
}

.service-banner{
    background-image: url("../img/join-us.png");
    background-size: cover;
    background-position: center center;
    height: 320px;
}

.register-image{
    background-image: url(/assets/img/register-now.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.row-rem{
    margin-left: -1rem;
    margin-right: -1rem;
}