
.request_a_demo_theme{
    font-family: Arial;
}

.request_a_demo_theme{
    font-size: 14px;
    line-height: 24px;
    color: #33475b;
    
}

.request_a_demo_theme label {
    font-size: 14px;
    width: 130px;
    color: #33475b;
    display: block;
    float: none;
    width: auto;
    font-weight: 500;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px !important;
}

.request_a_demo_theme .row{
    margin-bottom: 18px !important;
}

.request_a_demo_theme input[type="text"],
.request_a_demo_theme input[type="email"],
.request_a_demo_theme input[type="tel"],
.request_a_demo_theme select{
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 9px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #33475b;
    background-color: #f5f8fa;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.request_a_demo_theme textarea{
    background-color: #f5f8fa;
    border: 1px solid #cbd6e2;
    padding: 9px 10px;
}

.request_a_demo_theme textarea:focus{
    outline: 1px solid rgba(82,168,236,.8);
    color: inherit;
}

.request_a_demo_theme select{
    color: #bfbfbf;
}

.request_a_demo_theme input[type="text"]:focus,
.request_a_demo_theme input[type="tel"]:focus,
.request_a_demo_theme input[type="email"]:focus,
.request_a_demo_theme select:focus{
    outline: 1px solid rgba(82,168,236,.8);
    color: inherit;
}

.request_a_demo_theme .wpcf7-submit{
    background: #ff7a59;
    border: 2px solid #ff7a59;
    color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    line-height: 12px;
    font-size: 12px;
    cursor: pointer;
    width: auto !important;
    display: inline-block !important;
    padding: 12px 24px;
    font-weight: 700;
}

/* phone */
div.vsp_phone_field .iti--allow-dropdown{
    width: 100%;
}

div.vsp_phone_field .iti--allow-dropdown input{
    padding-left: 50px;
}

/* global f7 */
.wpcf7 .screen-reader-response{
    display: none;
}

.cf7-smart-grid.has-grid div.field span.wpcf7-not-valid-tip{
    position: static;
}


/* sucsess message  */
.show_sucsess_message .cf7sg-response-output{
    display: none;
}

.request_a_demo_theme .sucsess_message{
    margin: 40px 0;
    padding: 40px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgb(53 105 128 / 30%), 0 6px 20px 0 rgb(165 200 213 / 41%);
}

.request_a_demo_theme .sucsess_message p{
    font-size: 16px;
    color: #33475b;
    font-family: arial, helvetica, sans-serif;
    margin: 0;
}

.border-green{
    border: 1px solid green!important;
}
#validPhoneChecker{
    font-size: 13px!important;
    letter-spacing: 1px;
    color: blue!important;
    font-style: unset!important;
}