.contact-full {
    margin-bottom: 70px;
}

.contact form .form-floating .form-control {
    width: 100%;
    height: 50px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    padding-top: 22px
}

.contact form .form-floating .form-control:focus {
    box-shadow: none;
}

.contact form .form-floating .form-control+label {
    padding: 12px 8px;
    font-weight: 500;
    font-size: 14px;
    color: #252525;
}

.contact form .form-floating .form-control:focus+label {
    color: #7166CD;
}
.contact form .form-floating textarea.form-control+label {
    background: #fff;
    opacity: 1;
	width:100%;
    height: 30px;
    padding: 4px;
    top: 8px;
    left: 3px;
}
.contact form .form-floating.phone-float .us {
    position: absolute;
    height: 50px;
    padding: 12px 10px;
    font-weight: 500;
    font-size: 13px;
    color: #252525;
    display: flex;
    align-items: center;
    gap: 5px;
	top: 6px;
}

.contact form .form-floating.phone-float .form-control {
    padding-left: 60px;
}

.contact form .form-floating.phone-float .form-control+label {
    padding-left: 68px;
}

.contact form .error {
    color: #ef0000;
    font-size: 13px;
    margin: 5px 0 0;
    font-weight: 500;
}

.btn-send {
    background: #7166CD;
    color: #fff;
}

.contact-img {
    width: 100%;
    height: 375px;
    padding: 25px;
    background: rgba(154, 144, 236, 0.25);
    backdrop-filter: blur(11.8362px);
    border-radius: 15px;
    position: relative;
}

.contact-img h3 {
    font-size: 24px;
    line-height: 30px;
}

.contact-img img {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/*******/
#g-recaptcha {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .contact-img img {
        width: 90%;
    }

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #g-recaptcha {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}