.thanks-modal .modal-content{
    padding: 24px 24px 56px 24px;
    border-radius: 16px;
}
.thanks-close-btn{
    border: 0;
    width: 24px;
    height: 24px;
    background-position: center;
    margin: 0;
    box-shadow: none;
    position: absolute;
    top: 25px;
    right: 25px;
    padding: 0 !important;
    opacity: 1;
}
.thanks-modal.show .modal-dialog{
    position: initial;
}
.thanks-modal .modal-title{
    color: #222;
    font-family: "DM Sans", sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: normal;
    margin-top: 20px;
}
.thanks-modal .modal-body .thanks-subtxt{
    color: #222;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.thanks-submit-btn{
    margin-top: 32px;
}
.thanks-submit-btn button{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: center;
    color: #000000;
    background: #1EE576;
    max-width: 214px;
    width: 100%;
    border: none;
    border-radius: 40px;
    height: 48px;
}
#successModal.thanks-modal .modal-header{
    padding: 2rem 2rem 0 2rem;
}
#successModal.thanks-modal .modal-body{
    padding: 1rem 2rem 0 2rem;
}
.thanks-submit-btn button:hover{
    background-color: #00B140 !important;
    border-color: #00B140 !important;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .thanks-modal .modal-content{
        padding: 24px 24px 32px 24px;
    }
    .thanks-modal .modal-header{
        padding: 0;
    }
    .thanks-modal .modal-body{
        padding: 0;
    }
    .thanks-modal .modal-title{
        font-size: 36px;
        line-height: 107%;
        margin-bottom: 16px;
        margin-top: 30px;
    }
    .thanks-submit-btn button{
        max-width: 100%;
    }
}