﻿
/* --------------------- content --------------------- */

.content {
    background: #eceaff;
    margin-left: 10px;
}

.content-heading {
    /* max-width: 500px; */
    padding: 20px 12px 10px 20px;
    font: 13px Arial, Helvetica, sans-serif;
}

.content-style-heading {
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #0d74f5;
    margin-bottom: 20px;
    font-size: 20px;
    padding-bottom: 10px;
}

.content-box {
    background: #fff;
    margin-left: 20px;
    margin-right: 12px;
    padding: 20px;
}

.input-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .input-row .input-group-1 {
        flex-basis: 100%;
    }

    .input-row .input-group-2 {
        flex-basis: 45%;
    }

    .input-row .input-group-3 {
        flex-basis: 30%;
    }

.content-box form .input-row input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    padding-bottom: 5px;
}
/* textarea {
    width: 100%;
    border: 1px solid #ccc;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
} */
.content .content-box form .input-row label {
    font-weight: bold;
    margin-bottom: 6px;
    display: block;
    color: #1c00b5;
}

#btn1 {
    background: #1c00b5;
    width: 150px;
    border: none;
    outline: none;
    color: #fff;
    height: 35px;
    border-radius: 30px;
    margin-top: 20px;
    box-shadow: 0px 5px 15px 0px rgba(28, 0, 181, 0.3);
    cursor: pointer;
}

#inputfile {
    display: none;
}

    #inputfile + label {
        background-color: #4d8cf2;
        padding: 8px;
        color: #fff;
        border: 2px solid #9ec3ff;
        border-radius: 9px;
        cursor: pointer;
    }

        #inputfile + label:hover {
            background-color: #3b73ce;
            border-color: #729fe7;
            cursor: pointer;
        }

.hero {
    width: 100%;
    /*height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), #3551b5), url(/imgs/App/backgroundcontact.jpg);*/
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hero form {
        width: 90%;
        max-width: 600px;
    }

.input-group-orther {
    margin-bottom: 30px;
    position: relative;
}

    .input-group-orther input,
    textarea {
        width: 100%;
        padding: 10px;
        outline: 0;
        border: 1px solid #27beee;
        color: black;
        background: transparent;
        font-size: 15px;
    }

.hero {
    margin-top: 20px;
}

    .hero form label {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        padding: 10px;
        color: gray;
        cursor: text;
        transition: 0.2s;
    }

    .hero form button {
        padding: 10px 0;
        color: #fff;
        outline: none;
        background: #27beee;
        border: 1px solid #27beee;
        width: 100%;
        cursor: pointer;
        margin-bottom: 10px;
    }

.input-group-orther input:focus ~ label,
.input-group-orther input:valid ~ label,
.input-group-orther textarea:focus ~ label {
    top: -35px;
    font-size: 14px;
}

.row {
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
}

    .row .input-group-orther {
        flex-basis: 48%;
    }

.paddingright-5 {
    padding-left: 20px !important;
}

.Contact-info-title h3 {
    position: relative;
    color: #27beee;
    margin-bottom: 20px;
    padding: 13px 0;
    font-size: 1.28571em;
    font-weight: 700;
    text-transform: uppercase;
}

    .Contact-info-title h3 span {
        border-bottom: solid 2px black;
        padding-bottom: 5px;
    }

.Contact-info-title ul {
    list-style: none outside;
    margin: 0;
    padding: 0;
}

.namecontact {
    font-size: 20pt;
}

/*.product-title {
    display: none;
}*/
.contact-map{
    margin:10px 0;
}
.error{
    top: -35px !important;
    color: red !important;
}
/* ---------------------------------------- Screen mobile ----------------------------------------- */
@media only screen and (max-width: 600px) {
    .info-contact {
        display: none;
    }

    .product-title {
        display: block;
    }
    .row .input-group-orther {
    flex-basis: 100%;
}
}
