/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 24 2021 | 00:19:45 */
.elementor-section-wrap {
    overflow: hidden;
}
.voice-no{
    font-family: Roboto;
    font-size:1.8em;
    font-style:italic;
    display:inline-block;
    vertical-align: middle;

}
.voice-no2{
    display: inline-block;
    vertical-align: middle;
}
input {
    margin-top: 10px !important;

}
.mw_wp_form_g-naked textarea{
  width:100%;
}
.mw_wp_form_g-naked input[type="submit"], .mw_wp_form_g-naked input[type="button"], .mw_wp_form_g-naked button{
  margin:auto;
  display:block;
  background-color:#BF0303;
  width:313px;
  height:76px;
  color:#FFF;
}
.mw_wp_form_g-naked .action-buttons {
    display: none;
}


input[type="radio"] {
    transform: scale(1.5);
}
input[type="text"], input[type="email"]{
    height:50px;
}
.mw_wp_form .horizontal-item + .horizontal-item{
  margin-left:0;
}