@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
/* global css */

body {
    font-family: 'Lato', sans-serif;
    overflow: hidden;
}

* {
    margin: 0;
    padding: 0;
}

.form_messemger {
    text-align: center;
    width: 350px;
    margin: 7% auto 0;
    position: relative;
    overflow: hidden;
}

.title_form {}

.title_form img {
    width: 80px;
}

.title_form h3 {
    font-size: 30px;
    margin: 20px 0 0 0;
}

.title_form p {
    font-size: 17px;
    color: #000;
    margin: 8px 0px 30px 0;
    text-transform: capitalize;
}

.form_messemger form input {
    width: 100%;
    display: block;
    border: 1px solid #d3d3d3;
    padding: 0 10px;
    font-size: 16px;
    height: 45px;
    text-transform: capitalize;
    color: #000;
    margin: 0 0 12px 0;
    border-radius: 10px;
    outline: none;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #eeeeee;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #eeeeee;
}

::placeholder {
    color: #c9c9c9;
}

.form_messemger .btn_submit {
    display: block;
    background: #eaeaea;
    text-align: center;
    width: 100%;
    color: #898989;
    height: 45px;
    margin: 12px 0 12px 0;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 17px;
    border-radius: 10px;
}

.form_messemger .btn_create {
    background: #7cd351;
    color: #fff;
    margin: 12px 0 20px 0;
}

.form_messemger .keep input {
    position: relative;
    bottom: -2px;
    height: auto;
    display: inline-block;
    border-radius: 0;
    padding: 0;
    width: auto;
    border: 0;
    margin: 0 0 0 0;
}

.form_messemger .keep span {
    color: #797979;
    font-size: 16px;
    margin: 0 0 0 10px;
}

.form_messemger form a {
    font-size: 16px;
    color: #9a9a9a;
    font-weight: 700;
    text-transform: capitalize;
}

.form_messemger form p {
    color: #a0a0a0;
    font-weight: 700;
    margin: 30px 0 20px 0;
    font-size: 16px;
    position: relative;
}

.form_messemger form p:before {
    content: "";
    width: 42%;
    height: 2px;
    background: #ececec;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 13px;
}

.form_messemger form p:after {
    content: "";
    width: 42%;
    height: 2px;
    background: #ececec;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 13px;
}

footer {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
}

footer ul {
    list-style: none;
    padding: 0 0 0 0;
    position: relative;
    right: -25px;
}

footer ul li {
    display: inline-block;
    width: 19%;
}

footer ul li:last-child {
    width: 26%;
    margin: 0 0 0 35px;
}

footer ul li a {
    color: #000;
    padding: 0 0 0 0;
    text-decoration: none;
    font-size: 13px;
}

footer ul li a:hover {
    color: #000;
    text-decoration: none;
}

footer ul li select {
    width: 100%;
    background: transparent;
    border: none;
    color: #828282;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    outline: none;
}

footer ul li img {
    width: 100%;
}

footer p {
    font-size: 13px;
    margin: 0 0 0 0;
    position: relative;
    bottom: -4px;
    left: -35px;
}

footer p span {
    font-weight: 800;
}

._4zlw {
    margin: 24px 0 0 0;
}

._4zlw img {
    width: 100%;
    height: 100%;
}

._4zlw a {
    width: 43%;
    display: inline-block;
    height: 43px;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 5px;
}

@media (max-width:767px) {
    footer {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        text-align: center;
    }
    footer p {
        font-size: 13px;
        margin: 0 0 10px 0;
        position: relative;
        bottom: 0;
        left: 0;
        text-align: center;
    }
    footer ul li {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 0 0 3px 0;
    }
    footer ul li a {
        color: #000;
        padding: 0 0 0 0;
        text-decoration: none;
        font-size: 13px;
    }
    footer ul li select {
        width: 32%;
        background: transparent;
        border: none;
        color: #828282;
        cursor: pointer;
        font-weight: 400;
        font-size: 14px;
        outline: none;
        text-align: center;
    }
    footer ul li img {
        width: 100%;
    }
    footer ul {
        list-style: none;
        padding: 0 0 0 0;
        position: relative;
        right: 0;
    }
    footer ul li:last-child {
        width: 45%;
        margin: 10px 0 0 0;
    }
}