.row
{
    margin: 0px;
}
body
{
    font-size: 25px;
}
#textbox img
{
    width:85%;
}
#midimg
{
    margin-top: 60px;
    margin-bottom: 60px;
}

#textbox
{
    position: absolute;
    top:2%;
    left:5%;
    width: 75%;
    color: white;
}


::-webkit-input-placeholder {
    opacity:1;
}




-ms-input-placeholder {
    font-style:italic;        
    color: red;
    background-color: yellow;
}






h1,h2
{
    text-align: center;
    margin-bottom: 100px;
}
.mobileh
{
    text-align: center;
    display: none;
}
.text
{
    padding-top:4%;
}
#formbox h1
{
    text-align: left;
}
#qus
{
    margin-left:10%;
    width:80%;
}
#l2, #l3,#l4,#l5,#l6,#l7,#l8,#l9,#l10,#l11,#l12,#l13
{
     display:none;
}
input
{
    width: 60%;
    margin-bottom: 7px;
    background-color:rgba(255,255,255,0.3);
    border-radius: 5px;
}

a
{
    width: 20%;
    margin-left: 20%;
}

@media screen and (max-width:1600px) 
{
    #half img
    {
       width: 100%;
    }
}
@media screen and (max-width:1200px)
{
    #half img
    {
       width: 80%;
    }
    body
    {
        font-size: 20px;
    }
    .half .text
    {
        padding-top:1%;
    }
    input
    {
        width:80%;
    }
    a
    {
        width: 30%;
        margin-left: 25%;
    }
}
@media screen and (max-width:1060px)
{

    #l2
    {
        display:block;
    }

}

@media screen and (max-width:990px)
{

    #l3
    {
        display:block;
    }
    .mes
    {
        margin-left:20%;
        width: 60%;
    }
}


@media screen and (max-width:795px)
{
    #l4
    {
        display:block;
    }
}


@media screen and (max-width:768px)
{
    h1,h2
    {
        margin-bottom: 30px;
    }
    #l5
    {
        display:block;
    }

    body
    {
        font-size: 25px;
    }
}
@media screen and (max-width:680px)
{
    #l6
    {
        display:block;
    }
}

@media screen and (max-width:600px)
{
    #l7
    {
        display:block;
    }
        .mes
    {
        margin-left:0%;
        width: 100%;
    }
}


@media screen and (max-width:561px)
{
    #l8
    {
        display:block;
    }

}



@media screen and (max-width:500px)
{
    #l9
    {
        display:block;
    }

}
@media screen and (max-width:470px)
{
    body
    {
        font-size:23px;
    }

}
@media screen and (max-width:430px)
{
    #l10
    {
        display:block;
    }
}
@media screen and (max-width:410px)
{

    body
    {
        font-size: 20px;
    }
}
@media screen and (max-width:370px)
{
    #l11
    {
        display:block;
    }
    .email
    {
        font-size: 18px;
    }
}
@media screen and (max-width:340px)
{
    #l12,#l13
    {
        display:block;
    }
}