.bba-mobile-form-shortcode {
    display: block;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.bba-mobile-form-shortcode .elementor-section,
.bba-mobile-form-shortcode .e-con {
    background: #fff;
}

.bba-mobile-form-shortcode .elementor-widget-heading .elementor-heading-title {
    margin: 0;
}

/* Contact Form 7 */
.bba-mobile-form-shortcode .wpcf7 {
    margin: 0;
}

.bba-mobile-form-shortcode .wpcf7 form p {
    margin: 12px 0 16px;
}

.bba-mobile-form-shortcode .wpcf7 label {
    display: block;
    width: 100%;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.bba-mobile-form-shortcode .wpcf7 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.bba-mobile-form-shortcode .wpcf7 select,
.bba-mobile-form-shortcode .wpcf7 textarea {
    width: 100%;
    min-height: 45px;
    padding: 0 12px !important;
    border: 1px solid #6f7175 !important;
    border-radius: 2px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #697386 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
	padding-left:100px!important;
}

.bba-mobile-form-shortcode .wpcf7 textarea {
    padding: 10px 12px !important;
}

.bba-mobile-form-shortcode .wpcf7 input::placeholder,
.bba-mobile-form-shortcode .wpcf7 textarea::placeholder {
    color: #8a94a6 !important;
    opacity: 1;
}

/* International phone field */
.bba-mobile-form-shortcode .iti {
    display: block;
    width: 100%;
    margin-top: 5px;
}

.bba-mobile-form-shortcode .iti input[type="tel"],
.bba-mobile-form-shortcode .iti input[name*="phone" i],
.bba-mobile-form-shortcode .iti input[name*="tel" i] {
    width: 100% !important;
    min-height: 45px !important;
    padding-left: 103px !important;
    padding-right: 12px !important;
    border: 1px solid #6f7175 !important;
    border-radius: 2px !important;
    background: #fff !important;
}

.bba-mobile-form-shortcode .iti--separate-dial-code .iti__selected-flag {
    min-width: 92px;
    padding: 0 10px;
    background: #fff !important;
    border-right: 1px solid #e2e5e9;
}

.bba-mobile-form-shortcode .iti__flag-container {
    padding: 1px;
}

.bba-mobile-form-shortcode .iti__selected-dial-code {
    margin-left: 7px;
    color: #364152;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.bba-mobile-form-shortcode .iti__arrow {
    margin-left: 7px;
}

.bba-mobile-form-shortcode .iti__country-list {
    width: min(360px, calc(100vw - 24px));
    max-height: 280px;
    z-index: 999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    white-space: normal;
}

.bba-mobile-form-shortcode .iti__country {
    min-height: 40px;
    padding: 8px 10px;
}

.bba-mobile-form-shortcode .iti__country-name,
.bba-mobile-form-shortcode .iti__dial-code {
    line-height: 1.35;
}

.bba-mobile-form-shortcode .iti__country-name {
    color: #1f2937;
}

.bba-mobile-form-shortcode .iti__dial-code {
    color: #697386;
}

.bba-mobile-form-shortcode .wpcf7 input.wpcf7-not-valid,
.bba-mobile-form-shortcode .iti input.wpcf7-not-valid {
    border-color: #dc3232 !important;
}

.bba-mobile-form-shortcode .wpcf7 input[type="submit"] {
    width: 100%;
    min-height: 42px;
    padding: 9px 18px !important;
    border: 0 !important;
    border-radius: 30px !important;
    background: #ffc21a !important;
    color: #000 !important;
    box-shadow: none !important;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

.bba-mobile-form-shortcode .wpcf7 input[type="submit"]:hover,
.bba-mobile-form-shortcode .wpcf7 input[type="submit"]:focus {
    background: #ffc21a !important;
    color: #000 !important;
}

.bba-mobile-form-shortcode .wpcf7-spinner {
    display: block;
    margin: 8px auto 0;
}

.bba-mobile-form-shortcode .wpcf7-not-valid-tip {
    display: block;
    margin-top: 5px;
    color: #dc3232;
    font-size: 12px;
    line-height: 1.35;
}

.bba-mobile-form-shortcode .wpcf7-response-output {
    margin: 8px 0 0 !important;
    font-size: 12px;
    line-height: 1.4;
}

.bba-mobile-form-shortcode #bba-mobile-call-button,
.bba-mobile-form-shortcode #bba-mobile-call-button .elementor-button {
    width: 100%;
}

.bba-mobile-form-shortcode #bba-mobile-call-button .elementor-button {
    min-height: 48px;
    padding: 13px 20px !important;
    border-radius: 30px !important;
    background: #87352b !important;
    color: #fff !important;
    box-shadow: none !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}

.bba-mobile-form-shortcode #bba-mobile-call-button .elementor-button:hover,
.bba-mobile-form-shortcode #bba-mobile-call-button .elementor-button:focus {
    background: #87352b !important;
    color: #fff !important;
}

/* Desktop hidden; mobile and tablet visible. */
@media (min-width: 1025px) {
    .bba-mobile-form-shortcode {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .bba-mobile-form-shortcode {
        display: block !important;
    }
}
