.calculator-thank-you{
    max-width: 518px;
    height: auto;
    border-radius: 10px;
    background: #FFF;
    margin: auto;
    position: relative;
    display: none;
}
.modal-bg-overlay{
    display: none;
    background: rgb(0 0 0 / 50%);
    position: fixed;
    z-index: 1001;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    margin-top: unset !important;
  }
  .modal-container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  img.closeimg{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
  }
p.thankyou-title{
    color: #000;
    text-align: center;
    font-family: BioRhyme;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 117.2%;
    padding: 32px 48px 23px 48px;
}
p.thankyou-detail{
    color: #000;
    text-align: center;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding: 0px 48px 33px 48px;
}
.consultant{
    position: relative;
}
.consultant img{
    border-radius: 0px 0px 10px 10px;
}
.consultant-detail{
    position: absolute;
    padding: 56px 86px 103px 50px;
    top: 0;
}
p.consultant-title{
    color: #FFF;
    font-family: BioRhyme;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 10px;
}
p.consultant-description{
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 40px;
}
a.consultant-btn{
    border-radius: 30px;
    background: #7345B2;
    padding: 12px 25px;
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    border: none;
    cursor: pointer;
}


@media (max-width:992px){
    img.closeimg{
        top:10px;
        right: 10px;

    }
    .calculator-thank-you{
        position: relative;
        max-width: 335px;
    }
    p.thankyou-title{
        padding: 30px 20px 14px 20px;
        color:#323232;
        font-size: 26px;
        line-height: 130%;
    }
    p.thankyou-detail{
        padding: 0px 20px 30px 20px;
        color: #323232;
        font-size: 15px;
        line-height: 130%;
    }
    .consultant-detail{
        padding: 67px 20px 77px 20px;
    }
    p.consultant-title{
        font-size: 32px;
        line-height: 33px;
        margin-bottom: 12px;
        padding-right: 20px;
    }
    p.consultant-description{
        font-size: 16px;
        margin-bottom: 17px;
    }
    .consultant img{
        width: 100%;
        min-height: 362px;
        height: 100%;
    }
}