.pum-theme-340 .pum-container, .pum-theme-default-theme .pum-container {
    padding: 10px !important;
    border-radius: 0px;
    border: 1px none #000000;
    box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 );
    background-color: rgba( 249, 249, 249, 1 );
    padding-top: 55px !important;
    padding-bottom: 30px !important;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    font-size: 16px !important;
}

.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-textarea {
    text-indent: 6px !important;
}


input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    font-size: 19px;
    background: #2CCCC4 !important;
}


div#designbox2 {
 width: 38%;
 float: right;
}
div#designbox1 {
width: 60%;
    float: left;
    padding-top: 51px; 
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #ffffff !important;
}
@media screen and (max-width: 768px) {
    div#designbox1 {
width: 100%;
     padding-top:0px; 
}
div#designbox2 {
 width: 100%;
 
}
}


