@font-face {
    font-family: 'Roboto';
    src: url("/wp-content/themes/form/assets/fonts/RobotoRegular/RobotoRegular.eot");
    src: local("Roboto Regular"), local("Gubia-Light"), url("/wp-content/themes/form/assets/fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/form/assets/fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("/wp-content/themes/form/assets/fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;

}


.all-body {
  
}

h1 {
    font-size: 22px;
    color: #8a8a8a;
    font-weight: 300;
    margin-bottom: 0px!important;
}

header {
    height: 100px;
}

header .container {
    display: flex;
    padding: 26px;
    align-items: center;
}

.row {
    margin: 0!important;
}

.logo {
    display: flex;
    flex: auto;
}

.all-body .header .container h1.logo:before {
    content: '';
    background: url("/wp-content/themes/form/assets/img/logo.png");
    display: inline-block;
    background-size: contain;
    width: 200px;
    height: 27px;
    line-height: 1;
    background-repeat: no-repeat;

}

.title-logo {
    padding-left: 10px;
}

.all-body .phone-link:before {

    content: '';
    background: url("/wp-content/themes/form/assets/img/phone.png");
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    width: 50px;
    height: 40px;

    line-height: 1;
    background-repeat: no-repeat;
}

.phone-link {
    color: #000;
    text-decoration: none;
}

.phone-link:hover {
    color: #000;
    text-decoration: none;
}

.imgbg {
    
   background: linear-gradient( rgba(0, 0, 0, 0.2),rgba(255, 255, 255, 0.0) ), url("/wp-content/themes/form/assets/img/index2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.formbg {
    background-color: #ececec;
}

.rightbg {
    background-color: #fafafa;
}

.text {
     font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    width: 60%;
    position: relative;
    left: 20%;
    top: 48px;
    /* background-color: #ccc; */
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.1);
}



.el-modal {
    display: none;
    width: 100%;
}

.el-modal__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.title.title--block {
    font-size: 32px;
    font-weight: 400;
    padding: 20px;
    line-height: 1;
    padding-top: 35px;
}

.wpcf7-mask {
    border-radius: 5px;
    margin-bottom: 15px;
    height: 45px;
    width: 100%;
    max-width: 300px;
    font-size: 20px;
    text-align: center;
    border: 0;
      border: 2px solid #e0e0e0;
    outline: none;
    box-sizing: unset;
}


.wpcf7-mask:hover {
  border: 2px solid #ffe000;
    cursor: text;
}



.wpcf7-text {
    border-radius: 5px;
    margin-bottom: 15px;
    height: 45px;
    width: 100%;
    max-width: 300px;
    font-size: 20px;
    text-align: center;
    border: 0;
    border: 2px solid #e0e0e0;
    outline: none;
    box-sizing: unset;
}


.wpcf7-text:hover{
cursor: text;
    border: 2px solid #ffe000;

}


.btn-22 {
    width: 80%;
    height: 60px;
    font-size: 22px;
    line-height: 16px;
    background: #ffe000;
    color: black;
    margin-top: 30px;
    margin-bottom: 35px;
    border: 2px solid #ffe000;
}

.buttons {
    -webkit-border-radius: 10em;
    border-radius: 10em;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.title.title--block span {
    font-size: 15px;
    color: #6e6e6e;
    line-height: 0.8!important;
    text-align: center;
}

span.wpcf7-not-valid-tip{
    text-align: center;
}

input::-webkit-input-placeholder {color:#787878; font-weight: 300;}


input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.bottom {
    font-weight: 300;
    background: #ffee9a;
    text-align: center;
    font-size: 25px;
    color: black;
    line-height: 100px; height: 100px;
}

.bottom a {
    color: #000;
    font-weight: 600;
}

.bottom a:hover {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 992px) {
    .title-logo {
        display: none;
    }
    
    
    .btn-22  {
            height: 40px;
    font-size: 15px;
        
    }
}

@media (max-width: 768px) {
    .title-logo {
        display: none;
    }
    
    .btn-22  {
            height: 40px;
    font-size: 15px;
        
    }
    
    .imgbg {
        background-position: top;
        height: 360px;
    }
    
    .text {
    font-size: 30px;
        text-align: center;
    width: 95%;
    position: relative;
    top: 48px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
        left: 0px;
}
}


@media (max-width: 500px) {
   
    .phone-text {display: none;}
    
}




  