.hr-subscribe {
/*    background-image: url('https://dev.hrinfocare.com/elitedental/public/assets/images/backgrounds/cta-bg.webp');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0;
    overflow: hidden;
    background-color: var(--color-4);
}
.hr-subscribe-text {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
/*    width: max-content;*/
}
.cta-input {
    position: relative;
    text-align: end;
}
.cta-input .cta-input-field {
    max-width: 540px;
    width: 100%;
    height: 80px;
    background: #fff;
    color: #636363;
    border-radius: 40px;
    border: none;
    outline: none;
    padding: 0 45px;
    font-size: 17px;
    font-weight: 400;
}
.cta-input .cta-sub-btn {
    height: 80px;
    padding: 0 40px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 40px;
    border: none;
    outline: none;
    background: var(--color-3);
    color: #fff;
    font-size: 18px;
}
.hr-subscribe .mice-shape {
    position: absolute;
/*    top: 50%;*/
    transform: translateY(-50%);
    left: -13%;
    max-width: 135px;
    bottom: 480px;
}
.hr-subscribe .mice-shape img {
    max-width: 100%;
}
.sub-captcha {
    margin-top: 16px;
}
@media (max-width: 2049px) {
    .hr-subscribe .mice-shape{
        left: 4%;
        bottom: 601px;
    }
}
@media (max-width: 1653px) {
    .hr-subscribe .mice-shape {
        left: 1%;
        bottom: 650px;
    }
    .hr-subscribe .mice-shape img {
        width: 60px;
    }
}
@media (max-width: 1400px) {
    .hr-subscribe .mice-shape {
        left: 2%;
    }
    .hr-subscribe .mice-shape {
        bottom: 815px;
    }
    .g-recaptcha {
        transform:scale(0.8);
        -webkit-transform:scale(0.8);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}
@media (max-width: 1200px) {
    .hr-subscribe-text {
        font-size: 33px;
        line-height: 42px;
        width: 100%;
    }
    .hr-subscribe .mice-shape {
        display: none;
    }
}
@media all and (min-width: 1024px) and (max-width: 1366px) and (orientation:portrait)  {
    .sub-captcha {
        margin-top: 10px;
        justify-content: flex-end;
        display: flex;
    }
}
@media (max-width: 991px) {
    .hr-subscribe-text {
        font-size: 25px;
        line-height: 35px;
    }
    .sub-captcha {
        margin-top: 10px;
        justify-content: flex-end;
        display: flex;
    }
}
@media (max-width: 768px) {
    .hr-subscribe-text {
        text-align: center;
        margin-bottom: 30px;
    }
}