.What_Stopping_You_Modal .modal-content {}

.What_Stopping_You_Modal .modal-content .modal-body {
    padding: 30px;
}

.What_Stopping_You_Modal .modal-content .modal-body .title_div {
    margin-bottom: 0px;
}

.What_Stopping_You_Modal .modal-content .modal-body .title_div .top_text {
    color: #09558F;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.What_Stopping_You_Modal .modal-content .modal-body .title_div .sub_text {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.What_Stopping_You_Modal .modal-content .modal-body .select_reason {
    margin-bottom: 20px;
}

.What_Stopping_You_Modal .modal-content .modal-body .form-check-input:checked {
    background-color: #09558f;
    border-color: #0d6efd;
}

.What_Stopping_You_Modal .modal-content .modal-body .form-check-label {
    font-size: 15px;
    color: #000;
}


.What_Stopping_You_Modal .modal-content .modal-body .bottom_btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.What_Stopping_You_Modal .modal-content .modal-body .bottom_btns .Gray_Btn_holder .Gray_Btn {
    border-radius: 8px;
    font-size: 18px;
    padding: 10px 15px;
    color: #09558F;
    font-weight: 500;
    line-height: normal;
    margin-right: 10px;
    background: #F5F5F5;
}

.What_Stopping_You_Modal .modal-content .modal-body .bottom_btns .Gray_Btn_holder .Gray_Btn:hover{
    background: #F5F5F5 !important;
    color: #09558F !important;
}

.What_Stopping_You_Modal .modal-content .modal-body .bottom_btns .Green_btn_holder .Green_btn {
    border-radius: 8px;
    font-size: 18px;
    padding: 10px 15px;
}



@media (min-width: 0px) and (max-width: 767.98px) {

    .What_Stopping_You_Modal .modal-content .modal-body .form-check-label {
        font-size: 13px;
        color: #000;
    }

    .What_Stopping_You_Modal .modal-content .modal-body {
        padding: 20px 10px;
    }

    .What_Stopping_You_Modal .modal-content .modal-body .packages_section .package_card h2 {
        font-size: 20px;
    }

    .What_Stopping_You_Modal .modal-content .modal-body .bottom_btns .Green_btn_holder .Green_btn,
    .What_Stopping_You_Modal .modal-content .modal-body .bottom_btns .Gray_Btn_holder .Gray_Btn {
        font-size: 14px;
        padding: 10px 10px;
    }
}

@media (max-width: 991px) {
    .package_card {
        width: 100%;
        max-width: 400px;
    }

    .package_card.active {
        transform: scale(1);
    }
}