.contactform {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: auto;
    align-items: center;
    flex-direction: column;
}

.contactform form {
    width: 100%;
    max-width: 1100px;
    border-radius: 3px;
    background: #141C25;
    border: 1px solid #00BADA;
    border-radius: 15px;
    color: #fff;
    padding: 40px;
}

div.ff_row_title {
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
    flex: 0 0 200px;
    max-width: 140px;
}



.txt {
    border-radius: 5px;
}

.c_btn_c input {
    margin: 20px;
    height: 40px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    border-radius: 30px;
    border: 1px solid #00BADA !important;
    background: transparent;
    text-transform: uppercase;
    color: #fff;
}

span.ff_err {
    background: #800;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin: 30px 0px;
    text-align: center;
}

div.ff_row {
    align-items: flex-start;
}

h1 {
    margin: auto;
    margin-bottom: 10px;
}

h2 {
    margin: 5px 0px;
}

div.ff_row_input input {
    color: #000;
    outline: none;
    background: #fff;
    border: none !important;
    height: 40px;
    padding: 10px;
    font-size: 12pt;
}

div.ff_row_input textarea {
    outline: none;
    color: #000;
    background: #fff;
    border-radius: 5px;
    height: 100px;
    border: 0;
    padding: 10px;
    font-size: 12pt;
}


div.ff_row_input input:hover,
div.ff_row_input textarea:hover {
    outline: none;
    background: #fff;
    border: 0;

}

.c_btn_c {
    width: 100%;
    display: flex;
    justify-content: center;

}

.c_accept_c {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.c_accept_inner {
    width: 75%;
}

#c_accept {
    margin-right: 20px;
}

.c_title {
    font-size: 1.3em;
    margin: 30px 0px;
}

.location {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.location div{
    margin: 5px 0px;
}

@media screen and (max-width: 1000px) {
    div.ff_row_title {
        text-align: left;
    }
}

@media screen and (max-width:375px) {
    h1 {
        font-size: 1.3em;
    }

    h2 {
        font-size: 1em;
    }

    div.ff_row_title {
        margin-bottom: 10px;
    }

    .c_accept_inner {
        width: 99%;
    }

    .location {
        font-size: .9em;

    }
}

@media screen and (min-width:376px) and (max-width:499px) {

    h1 {
        font-size: 1.3em;
    }

    h2 {
        font-size: 1em;
    }

    div.ff_row_title {
        margin-bottom: 10px;
    }

    .c_accept_inner {
        width: 99%;
    }

    .location {
        font-size: .9em;

    }
}

@media screen and (min-width:500px) and (max-width:1000px) {

    h1 {
        font-size: 1.4em;
    }

    h2 {
        font-size: 1.1em;
    }


    div.ff_row_title {
        margin-bottom: 10px;
    }

    .c_accept_inner {
        width: 99%;
    }

    .location {
        font-size: 1em;

    }
}

@media screen and (min-width:1001px) {

    h1 {
        font-size: 1.6em;
    }

    h2 {
        font-size: 1.3em;
    }

    .location {
        font-size: 1.1em;

    }

}