﻿.pagedata > h1
{
    font-size: 2.4rem;
    font-weight: 700;
}
.innerForm
{
    margin-top: 1rem;
}
.form-group
{
    display: flex;
    margin: 2rem 0;
    flex-wrap: wrap;
}
.one  
{
    position: relative;
    width: 35rem;
    font-size: 1.5rem;
    font-weight: 400;
    margin-right: 1.5rem;
}
.one-1
{
    position: relative;
    width: 40rem;
    font-size: 1.5rem;
    font-weight: 400;
    margin-right: 1.5rem;
}

.name > p
{
    background: #fff;
    padding: 0 1rem;
    position: absolute;
    left: 1.6rem;
    font-size: 1.5rem;
    top: -1rem;
}
.pagedata p, div
{
    margin-bottom: 0rem;
    color: #000;
}
.name > p > span
{
    color: #F44336;
}
.form-control
{
    width: 100%;
    color: #333;
    height: 3.5rem;
    border: .1rem solid #676767;
    padding: 0 .6rem;
}
.two
{
    position: relative;
    width: 35rem;
    font-weight: 400;
    font-size: 1.5rem;
    margin-left: 1.5rem;
}
.feedback
{
    position: relative;
}
textarea.form-control
{
    padding: 1.6rem 1rem;
    width: 73rem;
    height: 10rem;
}
.feedback textarea
{
    margin-bottom: 2rem;
}

input[type="reset"]
{
    float: right;
    background: linear-gradient(to top, #F44336, #ff665b);
    box-shadow: inset .1rem .1rem 1.2rem #33333340;
}
input[type="reset"], input[type="button"]
{
    position: relative;
    font-size: 1.5rem;
    display: inline-block;
    padding: 1rem 3rem;
    text-decoration: none;
    color: #FFF;
    border-radius: .4rem;
    letter-spacing: .05rem;
    font-weight: 500;
    border: none;
}
input[type="button"]
{
    background: linear-gradient(to top, #0d325c, #0e4788);
}
.fr
{
    float: right;
}


@media only screen and (max-width: 991px)
{
    
}

@media only screen and (max-width: 991px) and (min-width: 769px)
{
    .form-section
    {
        display: flex;
        justify-content: center;
    }
    .one, .two, .one-1 
        {
            width: 35rem;
        }
        .form-group {
            display: flex;
            margin: 3rem 0;
        }
        textarea.form-control
        {
            min-height: 16rem;
        }
        
        input[type="reset"], input[type="button"] {
            position: relative;
            font-size: 2.1rem;
            display: inline-block;
            padding: 1rem 3rem;
            text-decoration: none;
            color: #FFF;
            border-radius: .4rem;
            letter-spacing: .05rem;
            font-weight: 500;
            border: none;
        }
        
    .name > p {
        background: #fff;
        padding: 0 1rem;
        position: absolute;
        left: 1.6rem;
        font-size: 2.1rem;
        top: -1.5rem;
    }
        .form-control {
            width: 100%;
            color: #333;
            height: 5rem;
            border: .1rem solid #676767;
            padding: 0 .6rem;
        }
}

@media only screen and (max-width: 768px) and (min-width: 551px)
{
    .form-section
    {
        display: flex;
        justify-content: center;
    }
    .one, .two, .one-1 
        {
            width: 35rem;
        }
        .form-group {
            display: flex;
            margin: 4rem 0;
        }
        textarea.form-control
        {
            min-height: 16rem;
        }
        .form-control {
            width: 100%;
            color: #333;
            height: 5rem;
            border: .1rem solid #676767;
            padding: 0 .6rem;
        }
}

@media only screen and (max-width: 550px)
{
        .one, .two, .one-1 
        {
            width: 47.5%;
        }
        .form-group {
            display: flex;
            margin: 4rem 0!important;
        }
        .feedback {
            position: relative;
            width: 100%;
        }
        textarea.form-control {
            padding: 1.6rem 1rem;
            width: 100%!important;
            height: 16rem;
        }
        .form-control {
            width: 100%;
            color: #333;
            height: 5rem;
            border: .1rem solid #676767;
            padding: 0 .6rem;
        }       
}

@media only screen and (max-width: 450px)
{
    .one, .two, .one-1 {
        position: relative;
        width: 100%;
        font-size: 2.4rem;
        font-weight: 400;
        margin: 4rem 0 1.5rem 0;
    }
    .form-group
    {
        display: block;
        margin: 1.5rem 0;
    }
    textarea.form-control
    {
        width: 100%;
        min-height: 16rem;
        font-size: 2.4rem;
    }
    
    .input
    {
        font-size: 2.4rem;
    }
    
    .feedback textarea {
        margin-bottom: 2rem;
        margin-top: 4rem;
    }
    .form-control {
        width: 100%;
        color: #333;
        height: 5rem;
        border: .1rem solid #676767;
        padding: 0 .6rem;
    } 
}
