/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/hello-theme/
 Description:  A child theme of Hello Elementor
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");

.footer_frm .sbt_btn {
    padding: 16px 30px !important;
    width: max-content !important;
    color: #fff !important;
    background: #26BBE7 !important;
    border: 0.47px solid #26BBE7 !important;
    border-radius: 50px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 20px !important;
}

.footer_frm .sbt_btn:focus {
    padding: 16px 30px;
    width: max-content !important;
    color: #fff;
    background: #26BBE7;
    border: 0.47px solid #26BBE7;
    border-radius: 50px;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
}

.footer_frm .sbt_btn:hover {
    padding: 16px 30px;
    width: max-content !important;
    color: #fff;
    background: #26BBE7;
    border: 0.47px solid #26BBE7;
    border-radius: 50px;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-response-output {
    position: absolute;
    top: 88%;
}

input.req_inpt.wpcf7-not-valid {
    border-color: red;
    border: none;
    border-bottom: 1px solid red;
    padding: 0;
    padding-bottom: 16px;
    border-inline: unset;
    border-top: none;
    border-radius: 0;
    box-shadow: none;
    outline-offset: unset;
    color: #676F73CC;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}
.wpcf7-form.invalid .mb-3 {
    margin-bottom: 0px !important;
}
