#cource-booking-box {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 40px 25px;
    background-color: #F8F8F8;
    border-radius: 25px;
}
#cource-booking-box h2 {
   font-family: "Fraunces", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: var(--e-global-color-accent); 
}
.container-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}
.row-one {
    padding: 18px;
}
.row-one.form-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 20px;
}
#cource-booking-box .form-box select,
#cource-booking-box .form-box input, 
#cource-booking-box .form-box textarea {
    border: 1px solid #B2B2B2;
    border-radius: 16px;
    padding: 18px;
    font-size: 14px;
    background: #f8f8f8;
    margin-bottom: 16px;
}
#cource-booking-box p:empty {
    display: none;
}
#cource-booking-box .d-flex.country_code_box {
    display: flex;
    gap: 18px;
}
#cource-booking-box #country_code {
    width: 100px;
}
#cource-booking-box .elementor-element.app-btn-icon .elementor-button {
        background-color: #FFFFFF;
    color: #363636;
}
#cource-booking-box .elementor-element.app-btn-icon .elementor-button button:hover,
#cource-booking-box .elementor-element.app-btn-icon .elementor-button button {
        background: transparent;
    border: none;
    color: inherit;
}
 .form-box .select2-container {
      border: 1px solid #B2B2B2;
    border-radius: 16px;
    padding: 18px;
    font-size: 14px;
    background: #f8f8f8;
    margin-bottom: 16px;
    min-height: 55px;
    line-height: 1;
 }
 .form-box .select2-container--default .select2-selection--single {
 background: transparent;
 border: none;
}
 .form-box .select2-container--default .select2-selection--single .select2-selection__arrow {
 height: 58px;
 right: 12px;
}
#bookingResponse {
    margin-top: 14px;
}
.container.rishi-success-box {width: 90%;max-width: 640px;margin: 40px auto;text-align: center;}

.container.rishi-success-box .mx-auto.success__gif img {
    width: 36%;
}

.container.rishi-success-box p.lead {
    line-height: 1.8em;
    margin-bottom: 30px;
    font-size: 15px;
}

/* Mobile */
@media only screen and ( max-width: 767px ) {
    #cource-booking-box {
        padding: 40px 10px;
    }
    .row-one.form-box {
            padding: 20px 10px;
    }
    .container-flex {
        display: block;
    }
}