*, ul, ol, dl, li {
margin: 0;
padding: 0;
list-style: none;
font-family: sans-serif;
box-sizing: border-box;
}
html, body{
width: 100%;
height: 100%;
min-width: 1000px;
min-height: 600px;
}
.we-wrapper{
width: 100%;
height: 100%;
background: url(//www.alldocube.com/en/wp-content/uploads/2021/06/1622626230-webg.jpg) no-repeat center;
background-size: cover;
position: relative;
}
.we-wrapper:after {
display: none;
position: absolute;
left: 0;
top: 0;
width: 100%;
min-width: 1000px;
min-height: 600px;
height: 100%;
content: "";
background-image: -webkit-linear-gradient(left, #0381a2 0%, #554d99 100%);
background-image: -o-linear-gradient(left, #0381a2 0%, #554d99 100%);
background-image: linear-gradient(to right, #0381a2 0%, #554d99 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0381A2', endColorstr='#FF554D99', GradientType=1);
opacity: 0.3;
}
.we-container{
color: #fff;
position: absolute;
top: 50%;
left: 50%;
width: 660px;
margin-left: -330px;
z-index: 1;
border-radius: 20px;
background-color: rgba(0,0,0,0.66);
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
padding: 50px;
overflow-y: scroll;
max-height: 100%;
}
h3{
font-size: 24px;
}
h4{
font-size: 18px;
}
.form-title{
font-size: 16px;
}
@media screen and (max-width: 800px) {
h3{
    font-size: 18px;
}
h4{
    font-size: 15px;
}
.form-title{
    font-size: 14px;
}
html, body{
    height: auto;
}
.we-wrapper{
    padding: 20px 0;
}
html, body,
.we-wrapper:after {
    min-height: 0;
    min-width: 0;
}
.we-container {
    position: static;
    transform: none;
    width: 95%;
    margin: 0 auto;
    padding: 20px;
}
}
input,select{
height: 34px;
line-height: 34px;
padding: 0 10px;
}
input,select,textarea{
width: 100%;
outline: none;
font-size: 14px;
border: 1px solid #eee;
border-radius: 5px;
}
textarea{
min-width: 100%;
max-width: 100%;
padding:10px;
height: 140px;
}
.screen-reader-response{
display: none;
}
.wpcf7-form p{
margin-top: 10px;
}
.form-title{
margin-bottom: 5px;
display: inline-block;
}
.wpcf7-submit{
height: auto;
margin: 0 auto;
font-size: 20px;
padding: 7px 30px;
display: block;
text-align: center;
border-radius: 24px;
background: linear-gradient(to right, rgb(246,174,46), rgb(239,214,3));
cursor: pointer;
color: #fff;
border: none;
}
.form-title.required::after{
content: " *";
color: red;
display: inline;
}
.wpcf7-not-valid-tip{
color: red;
font-size: 14px;
}
.wpcf7 form .wpcf7-response-output{
    font-size: 14px;
    margin-top: 10px;
    padding: 7px 10px;
    font-weight: bold;
    color: #87d9ff;
    border-radius: 20px;
}
.wpcf7 form .wpcf7-spinner{
    margin-top: 10px;
}
@media screen and (max-width: 800px){
}